@font-face {
  font-family: 'Delivery Regular';
  src: url('/assets/frontend/common/fonts/Delivery Regular.ttf') format('ttf');
  src: url('/assets/frontend/common/fonts/Delivery Regular.woff') format('woff');
}
@font-face {
  font-family: 'Delivery Bold';
  src: url('/assets/frontend/common/fonts/Delivery Bold.ttf') format('ttf');
  src: url('/assets/frontend/common/fonts/Delivery Bold.woff') format('woff');
}
.logo{
  font-family: 'Delivery Bold' !important;
}
/* * :not(.logo){
  font-family: 'Delivery Regular';
} */
h2 ,div ,p ,h3 ,h4 ,h5 ,h6 {
  font-family: 'Delivery Regular';
}
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#e9efe2), to(#e9efe2)); */

  background-image: url('/assets/frontend/common/images/bg.png') !important;
  /* background: linear-gradient(to left, #F4C51C, #FFFFFF);; */
  background-size:100% !important;

  background-image: url('/assets/frontend/common/images/bg.png');
  /* background: linear-gradient(to left, #F4C51C, #FFFFFF);; */
  background-size:100%;
  /* background-repeat: no-repeat !important; */
  font-family: 'Delivery Bold';
  color: #424242;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #FF3710;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none;
}

.section-content {
  z-index: 200;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-content.my-acc {
  position: relative;
  z-index: 300;
}

.container {
  /* max-width: 1400px; */
  max-width:100%;
  padding-right: 20px;
  padding-left: 20px;
}

.txt-blue {
  /* color: #22b5c4; */
  color:#FF3710;
}

.txt-red {
  /* color: #FF3710; */
  color:#FF3710;
}

.top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 7px;
}

.blue-bar {
  width: 16.66%;
  height: 100%;
  float: left;
  background-color: #22b5c4;
}

.red-bar {
  width: 16.66%;
  height: 100%;
  float: left;
  background-color: #FF3710;
}

.all {
  overflow: hidden;
  padding-top: 7px;
}

.form-b {
  margin-bottom: 0px;
}

.hide {
  display: none;
}

.txt-field {
  height: 40px;
  margin-bottom: 5px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9efe2;
  border-radius: 7px;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
}

.txt-field:focus {
  border-color: #cfd4c8;
}

.txt-field::-webkit-input-placeholder {
  color: #aaa;
}

.txt-field:-ms-input-placeholder {
  color: #aaa;
}

.txt-field::-ms-input-placeholder {
  color: #aaa;
}

.txt-field::placeholder {
  color: #aaa;
}

.txt-field.number-of-options {
  width: 190px;
  text-align: center;
}

.txt-field.login {
  margin-top: 10px;
  margin-bottom: 0px;
  border-color: #fff;
  background-color: #f8f8f8;
}

.txt-field.login:focus {
  border-color: #e9efe2;
}

.txt-small {
  font-size: 17px;
  line-height: 21px;
}

.number-options-txt-b {
  padding-top: 5px;
  float: left;
  text-align: center;
}

.btn-previous {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-image: url('../images/arrow-l.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.btn-previous:hover {
  -webkit-filter: saturate(125%);
  filter: saturate(125%);
}

.btn-next {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  float: left;
  background-image: url('../images/arrow-r.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.btn-next:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #22b5c4;
  -webkit-transition: box-shadow 300ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 300ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 300ms ease, filter 200ms ease;
  transition: box-shadow 300ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.btn_setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #22b5c4;
  -webkit-transition: box-shadow 300ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 300ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 300ms ease, filter 200ms ease;
  transition: box-shadow 300ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.btn:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.btn.red {
  background-color: #FF3710;
}

.btn.red:hover {
  -webkit-filter: saturate(125%);
  filter: saturate(125%);
}

.btn.grey {
  background-color: #cfd4c8;
  -webkit-transition: background-color 200ms ease, box-shadow 300ms ease;
  transition: background-color 200ms ease, box-shadow 300ms ease;
}

.btn.grey:hover {
  background-color: #b9beb2;
}

.footer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.txt-link {
  color: #424242;
  text-decoration: underline;
}

.txt-link:hover {
  color: #FF3710;
}

.footer-txt {
  margin-right: 3px;
  font-weight: 300;
}

.bottom-btn-b {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-btn {
  display: block;
  width: 100%;
}

.img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.title-no {
  width: 50px;
  margin-bottom: 5px;
  color: #FF3710;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
}

.title-align-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-b {
  margin-right: 7px;
  margin-left: 7px;
  float: left;
}

.title-form-b {
  width: 450px;
  margin-bottom: 0px;
  margin-left: -35px;
}

.title-form {
  width: 100%;
  height: 450px;
  padding-right: 15px;
}

.title-form-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-margin-25 {
  margin-top: 25px;
}

.wheel-b {
  position: relative;
  /* width: 450px; */
  width:650px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
}

.btn-upload {
  color: #22b5c4;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.red-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #FF3710;
}

.red-line.left {
  margin-right: 15px;
}

.red-line.right {
  margin-left: 15px;
}

.or-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-upload {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  margin-right: 20px;
  border-radius: 100px;
  background-color: #22b5c4;
  background-image: url('../images/icon-excel.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-upload-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 100px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.drawn-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 5px;
  line-height: 19px;
}

.footer-txt-link {
  display: inline-block;
  color: #424242;
  text-decoration: underline;
}

.footer-txt-link:hover {
  color: #FF3710;
}

.btn-spin {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 300ms ease, -webkit-filter 170ms ease;
  transition: box-shadow 300ms ease, -webkit-filter 170ms ease;
  transition: box-shadow 300ms ease, filter 170ms ease;
  transition: box-shadow 300ms ease, filter 170ms ease, -webkit-filter 170ms ease;
  color: #635845;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-spin:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.btn-spin-b {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 500;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img-wheel {
  z-index: 10;
}

.img-wheel-outer {
  width:100%;
  position: absolute;
  left: 0%;
  /* top: auto; */
  right: 0%;
  bottom: 0%;
  z-index: 400;
  opacity: 1;
}

.wheel-img-b {
  width:100%;
  position: relative;
  z-index: 100;
}

.wheel-pointer-b {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  width: 60px;
  margin-top: -75px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.img-wheel-pointer {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 50;
  margin-bottom: -25px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.img-wheel-pointer-top {
  position: relative;
  z-index: 100;
}

.logo {
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.logo.w--current {
  margin-right: auto;
  margin-left: auto;
}

.logo-b {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.field-label {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 15px;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #424242;
  font-size: 20px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label.options {
  width: auto;
  padding-right: 0px;
}

.field-label.twist {
  width: auto;
  margin-bottom: 5px;
  padding-right: 0px;
  text-align: center;
}

.field-label.subscription {
  line-height: 26px;
  text-align: left;
}

.radio-btn-field {
  margin-bottom: 0px;
  margin-left: 30px;
  padding-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 22px;
}

.radio-btn {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -22px;
  border-width: 2px;
  border-color: #cfd4c8;
  background-color: #fff;
}

.radio-btn.w--redirected-checked {
  border-width: 2px;
  border-color: #cfd4c8;
  background-image: url('../images/radio-btn.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.radio-btn.active {
  background-image: url('../images/radio-btn.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.radio-btn-label {
  float: left;
}

.settings-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-form-b {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.mobile-show {
  display: none;
}

.img-home-wheel {
  position: relative;
  z-index: 100;
}

.content-b {
  z-index: 200;
  /* max-width: 860px; */
  /* padding-right: 40px;
  padding-left: 40px; */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-b.my-acc {
  position: relative;
  z-index: 300;
}

.home-content-b {
  z-index: 10;
}

.ad-b-160 {
  position: relative;
  z-index: 100;
  width:13%;
}

.ad-desktop {
  width: 160px;
}

.align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: flex; */
  display:block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ad-b-tablet {
  position: relative;
  z-index: 200;
  width:100%;
  
}

.lucky-wheel-b {
  position: relative;
  z-index: 100;
}

.result-b {
  position: static;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: none;
  opacity: 0;
}

.result-txt-b {
  width: 100%;
  margin-top: 45px;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 39px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.5px;
}

.footer-copyright-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.dl-app-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.footer-link {
  overflow: hidden;
  width: 100%;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  border-radius: 8px;
}

.footer-link:hover {
  border-color: #FF3710;
}

.dl-app-txt-b {
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dl-app-txt-b.mobile {
  display: none;
}

.icon-app {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 14px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.footer-align-b {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-right: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-right: 1px solid #aaa;
}

.img {
  display: block;
  width: 100%;
}

.img-wheel-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 144%;
  max-width: none;
  margin-top: 70px;
  opacity: 0.03;
}

.number-options-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-lang-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-lang {
  margin-right: 3px;
  margin-bottom: 6px;
  margin-left: 3px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #22b5c4;
  border-radius: 20px;
  background-color: rgba(34, 181, 196, 0.15);
  opacity: 0.81;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease;
  color: #424242;
  font-size: 15px;
  line-height: 17px;
}

.btn-lang:hover {
  border-color: #FF3710;
  background-color: rgba(241, 102, 101, 0.15);
}

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

.shadow-spin {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 100px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.options-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.options-no {
  display: none;
}

.btn-login {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  float: left;
}

.btn-settings {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  float: right;
}

.page-btn-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 17px;
  margin-right: 50px;
}

.pop-settings {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  background-color: rgba(233, 239, 226, 0.7);
}

.pop-settings-content-b {
  position: relative;
  top: 30%;
  /* width: 700px; */
  width:90%;
  /* height:90% !important; */
  margin-right: auto;
  margin-left: auto;
  padding: 35px 35px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.options-form-b {
  display: inline-block;
  margin-bottom: 0px;
}

.options-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 28px;
  height: 28px;
  margin-top: 25px;
  margin-right: 25px;
}

.pop-login {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  background-color: rgba(233, 239, 226, 0.7);
}

.login-form-b {
  margin-top: 15px;
  margin-bottom: 0px;
}

.login-btn-b {
  position: relative;
  left: 50%;
  margin-top: 25px;
  float: left;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.forget-pw-row {
  margin-top: 5px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 18px;
}

.forget-pw-link {
  color: #aaa;
  text-decoration: underline;
}

.forget-pw-link:hover {
  color: #FF3710;
}

.login-b {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfd4c8;
}

.register-form-b {
  margin-top: 20px;
  margin-bottom: 0px;
}

.forget-pw-form-b {
  position: relative;
  width: 450px;
  margin: 15px auto 0px;
}

.forget-pw-txt-b {
  margin-bottom: 10px;
  text-align: center;
}

.reset-pw-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0;
  text-align: center;
}

.settings-radio-b {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 22px;
}

.settings-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ad-b-footer {
  position: relative;
  z-index: 200;
  
}

.img-spin {
  width: 100%;
}

.pop-content-b {
  position: relative;
  top: 50%;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 35px 45px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

/* .pop-content-b-setting {
  position: relative;
  top: 50%;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 35px 120px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
} */

.repeat-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 5px;
  line-height: 19px;
}

.pop-list {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  background-color: rgba(233, 239, 226, 0.7);
}

.list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #424242;
  font-size: 20px;
}

.list-link:hover {
  color: #22b5c4;
}

.btn-del {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-list-content-b {
  max-height: 75%;
  position: relative;
  top: 50%;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.list-no-n {
  width: 30px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-name-b {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-b {
  height:600px;
  margin-top: 25px;
  max-height:80vh;
  overflow:scroll;
}

.pop-save {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  background-color: rgba(233, 239, 226, 0.7);
}

.save-form-b {
  margin-top: 15px;
  margin-bottom: 0px;
}

.save-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-save-content-b {
  position: relative;
  top: 50%;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.dl-app-align-b {
  margin-right: -5px;
  margin-left: -5px;
}

.lucky-card-b {
  position: relative;
  z-index: 100;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 30px;
}

.card-align-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-b {
  /* width: 16.66%; */
  width:150px;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.card-link {
  position: relative;
  display: block;
  width: 100%;
}

.img-card {
  width: 100%;
}

.card-ans-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.1ch;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-ans-txt-b {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-link-b {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.1ch;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-link-b:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.relative {
  position: relative;
}

.card-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.pop-win {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  background-color: rgba(233, 239, 226, 0.7);
}

.btn-method {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
  background-color: #cfd4c8;
  -webkit-transition: box-shadow 300ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 300ms ease, -webkit-filter 200ms ease;
  transition: box-shadow 300ms ease, filter 200ms ease;
  transition: box-shadow 300ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-method:hover {
  background-color: #b9beb2;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(125%);
  filter: saturate(125%);
}

.btn-method-col {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-margin-40 {
  margin-bottom: 40px;
}

.btn-method-img-b {
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: -30px;
  border-radius: 100px;
  background-color: #d3f0f3;
}

.btn-method-img-b.right {
  margin-right: 0px;
  margin-left: -30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.btn-method-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  border-style: solid;
  border-width: 7px;
  /* border-color: #22b5c4 #FF3710; */
  border-color: #FDEF9A #FF3710;
  border-radius: 50%;
  background-color: #d3f0f3;
}

.btn-method-img.wheel {
  background-image: url('../images/btn-method-wheel2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-method-img.cards {
  background-image: url('../images/btn-method-cards2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-method-img.twist {
  background-image: url('../images/btn-method-twist2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-method-txt-b {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.btn-method-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.capsule-machine-b {
  position: relative;
  z-index: 100;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 30px;
}

.machine-b {
  position: relative;
  width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.machine-link {
  position: relative;
  display: block;
  background-image: url('../images/egg-machine-bg2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.twist-b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 70px;
  height: 70px;
  margin-right: 12.5%;
  margin-bottom: 12.5%;
}

.egg-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 25%;
  margin-bottom: 6.73%;
  margin-left: 10%;
}

.img-egg01 {
  display: block;
  width: 100%;
}

.img-egg02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg04 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg05 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg06 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg07 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg08 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg09 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg-open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  opacity: 0;
}

.machine-img-b {
  position: relative;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twist-fomr-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-acc-menu-b {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfd4c8;
}

.my-acc-content-b {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.my-acc-content-b._500 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.my-acc-content-b.top-margin-30 {
  margin-top: 30px;
}

.my-acc-link {
  width: 25%;
  padding: 5px;
  border-bottom: 5px solid transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #888;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.my-acc-link:hover {
  color: #22b5c4;
}

.my-acc-link.w--current_link {
  border-bottom-color: #22b5c4;
  color: #22b5c4;
}

.my-acc-field-label {
  margin-bottom: 5px;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #424242;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.my-acc-heading {
  text-align: center;
}

.acc-btn-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: 2.5%;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-small {
  padding: 6px 10px 6px 30px;
  border-radius: 20px;
  background-color: #22b5c4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 12px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  opacity: 0.81;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}

.btn-small:hover {
  background-color: #FF3710;
}

.btn-small.edit {
  background-image: url('../images/icon-edit.svg');
  background-position: 10px 45%;
}

.my-acc-dropdown {
  z-index: 100;
  display: block;
}

.my-acc-toggle {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22b5c4;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.my-acc-dropdown-ilst {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.icon-dropdown {
  display: none;
}

.my-acc-row {
  margin-top: 25px;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.my-acc-row.align {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.dropdown {
  position: relative;
  z-index: 500;
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: 10px 45px 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9efe2;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #424242;
  line-height: 20px;
}

.dropdown-toggle:focus {
  border-color: #cfd4c8;
}

.lang-dropdown-list {
  z-index: 1500;
  margin-top: -2px;
  padding: 20px 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #cfd4c8;
  border-radius: 7px;
  background-color: #fff;
}

.icon-dropdown-grey {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  margin-right: 5px;
}

.lang-link {
  width: 25%;
  margin-bottom: 5px;
  padding: 5px 10px;
  opacity: 0.81;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #424242;
  font-size: 15px;
  line-height: 17px;
}

.lang-link:hover {
  color: #FF3710;
}

.my-acc-lang-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.history-link {
  display: block;
  width: 100%;
  border-top: 1px solid #cfd4c8;
  border-bottom: 1px solid #cfd4c8;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #424242;
}

.history-link:hover {
  border-top-color: #FF3710;
  border-bottom-color: #FF3710;
  background-color: rgba(241, 102, 101, 0.15);
  color: #FF3710;
}

.table-col {
  padding-right: 7px;
  padding-left: 7px;
  float: left;
}

.table-col._20 {
  width: 20%;
}

.table-col._30 {
  width: 30%;
}

.table-col._25 {
  width: 25%;
}

.table-col._55 {
  width: 55%;
}

.table-col.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-col.order {
  width: 60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.table-col._40 {
  width: 40%;
}

.table-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd4c8;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-row.line {
  border-bottom: 1px solid #cfd4c8;
}

.table-b {
  overflow: auto;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 22px;
}

.table-b.line {
  border-bottom: 1px solid #cfd4c8;
}

.my-acc-link-txt {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.my-acc-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-dl {
  position: relative;
  width: 10px;
  margin-right: 5px;
}

.table-scroll-b {
  overflow: auto;
}

.my-acc-col {
  position: relative;
  width: 100%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.my-acc-col._50 {
  width: 50%;
}

.left-margin {
  margin-left: 2px;
}

.dropdown-list {
  z-index: 1500;
  overflow: hidden;
  margin-top: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #cfd4c8;
  border-radius: 7px;
  background-color: #fff;
}

.dropdown-link {
  display: block;
  width: 100%;
  padding: 10px 15px;
  opacity: 0.81;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #424242;
  line-height: 20px;
}

.dropdown-link:hover {
  background-color: rgba(241, 102, 101, 0.15);
  color: #FF3710;
}

.scroll-b {
  overflow: auto;
}

.scroll-b._200 {
  max-height: 200px;
}

.img-color-picker {
  width: 200px;
}

.bg-field-label {
  margin-bottom: 5px;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #424242;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-col-l {
  width: 50%;
  float: left;
}

.setting-bg-b {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #cfd4c8;
}

.bg-col-r {
  width: 50%;
  float: left;
}

.bg-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.bg-btn-b {
  position: relative;
  top: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: -27px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.save-btn-b {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: -27px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%); */
  /* transform: translate(0px, -50%); */
  text-align: center;
}

.txt-or {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #FF3710;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-view {
  position: relative;
  width: 17px;
  margin-right: 5px;
}

.btn-back-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 5px;
}

.btn-back {
  display: block;
  height: 15px;
  margin-top: 5px;
  padding-left: 15px;
  background-image: url('../images/icon-back.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  color: #424242;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-back:hover {
  background-image: url('../images/icon-back-hover.svg');
  color: #FF3710;
}

.info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-col-date {
  width: 170px;
  padding-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.info-col {
  padding-left: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-col.center {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.info-b {
  margin-top: 50px;
  font-size: 16px;
}

.img-egg-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
}

.img-egg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

.subscription-b {
  overflow: hidden;
  margin-top: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF3710;
  border-radius: 30px;
  background-color: rgba(241, 102, 101, 0.15);
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/bullet.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.subscription-title-b {
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF3710;
  background-color: #FF3710;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.subscription-content-b {
  padding: 25px 30px 20px;
}

.subscription-txt-b {
  margin-top: 25px;
}

.subscription-col {
  width: 50%;
}

.subscription-col.first {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 20px;
  font-weight: 700;
}

.subscription-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.join-btn-b {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-title-mobile {
  display: none;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 16px;
  font-weight: 700;
}

.btn-cancel {
  padding: 6px 10px;
  border-radius: 20px;
  background-color: #cfd4c8;
  opacity: 0.81;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #424242;
  font-size: 15px;
  line-height: 17px;
}

.btn-cancel:hover {
  background-color: #b9beb2;
}

.btn-cancel.edit {
  background-image: url('../images/icon-edit.svg');
  background-position: 10px 45%;
}

.btn-restart {
  padding: 6px 10px;
  border-radius: 20px;
  background-color: #22b5c4;
  opacity: 0.81;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}

.btn-restart:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.btn-restart.edit {
  background-image: url('../images/icon-edit.svg');
  background-position: 10px 45%;
}

.lucky-card-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
}

.restart-btn-b {
  margin-top: 25px;
}

.settings-radio-link {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 22px;
}

.subscription-form-b {
  width: 100%;
}

.footer-link-col {
  display: inline-block;
  width: 139px;
  margin-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.history-table-title-mobile {
  display: none;
  /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
  font-size: 16px;
  font-weight: 700;
}

.result-txt-col {
  /* width: 50%; */
  width:100%;
  margin-top: 25px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.result-txt-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: flex; */
  display:block;
  margin-top: -25px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html.w-mod-js *[data-ix="0-opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="wheel-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="home-content-b"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="card-ans-rotate"] {
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="img-egg-open"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (min-width: 1280px) {
  .btn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn_setting {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-b {
    margin-right: 10px;
    margin-left: 10px;
  }

  .content-b {
    /* max-width: 980px; */
    max-width:100%;
  }

  .login-btn-b {
    margin-right: 10px;
    margin-left: 10px;
  }

  .card-ans-b {
    border-radius: 1.5ch;
  }

  .card-link-b {
    z-index: 1.5;
    border-radius: 1.5ch;
  }

  .my-acc-menu-b {
    height: 41px;
  }

  .my-acc-link {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .my-acc-dropdown-ilst {
    height: 41px;
  }

  .history-link {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .wheel-b {
    width: 600px;
  }

  .btn-spin {
    width: 120px;
    height: 120px;
  }

  .settings-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content-b {
    min-height: 260px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-b.home {
    min-height: 580px;
  }

  .ad-b-160 {
    
  }

  .align-b {
    display: block;
  }

  .ad-b-tablet {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .ad-b-tablet.bottom {
    margin-top: 50px;
  }

  .ad-mobile {
    display: none;
  }

  .footer-lang-b {
    margin-top: 25px;
  }

  .page-btn-b {
    margin-right: 0px;
  }

  .pop-settings {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pop-login {
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reset-pw-b {
    text-align: center;
  }

  .settings-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ad-b-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .pop-content-b {
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pop-list {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pop-list-content-b {
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pop-save {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card-b {
    width: 25%;
  }

  .card-ans-b {
    border-radius: 1.75ch;
  }

  .card-link-b {
    border-radius: 1.75ch;
  }

  .dropdown-list {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-content {
    padding-top: 25px;
    padding-bottom: 135px;
  }

  .container.my-acc {
    padding-right: 0%;
    padding-left: 0%;
  }

  .top-bar {
    height: 5px;
  }

  .all {
    padding-top: 5px;
  }

  .txt-field {
    padding: 8px 12px;
    font-size: 16px;
  }

  .txt-field.number-of-options {
    width: 160px;
  }

  .number-options-txt-b {
    padding-top: 0px;
  }

  .btn-previous {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .btn-next {
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }

  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }

  .btn_setting {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-txt {
    margin-right: 0px;
  }

  .title-no {
    width: 40px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }

  .title-form-b {
    margin-left: -10px;
  }

  .title-form {
    height: auto;
  }

  .top-margin-25 {
    margin-top: 15px;
  }

  .wheel-b {
    width: 100%;
    padding-top: 15%;
  }

  .btn-upload {
    font-size: 22px;
    line-height: 28px;
  }

  .or-row {
    width: 100%;
    margin-bottom: 30px;
  }

  .upload-b {
    margin-top: 30px;
  }

  .icon-upload {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    background-size: 35px;
  }

  .icon-upload-hover {
    width: 70px;
    height: 70px;
  }

  .drawn-b {
    font-size: 15px;
    line-height: 17px;
  }

  .footer-txt-link {
    display: block;
    font-size: 13px;
    line-height: 19px;
  }

  .btn-spin {
    width: 100px;
    height: 100px;
  }

  .wheel-img-b {
    margin-bottom: 5px;
  }

  .wheel-pointer-b {
    width: 12%;
    margin-top: -15%;
  }

  .img-wheel-pointer {
    width: 17%;
    margin-bottom: -45%;
  }

  .logo-b {
    margin-bottom: 25px;
  }

  .field-label {
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .field-label.subscription {
    width: 100%;
    line-height: 24px;
  }

  .radio-btn-field {
    margin-left: 10px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .radio-btn {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 5px;
    margin-left: -16px;
  }

  .radio-btn.w--redirected-checked {
    background-size: 8px;
  }

  .settings-b {
    margin-top: 20px;
  }

  .settings-form-b {
    margin-top: 0px;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .content-b {
    min-height: 180px;
  }

  .content-b.home {
    min-height: 420px;
  }

  .ad-b-tablet.bottom {
    margin-top: 30px;
  }

  .ad-tablet {
    display: none;
  }

  .ad-mobile {
    display: block;
  }

  .result-txt-b {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 31px;
    line-height: 37px;
  }

  .footer-copyright-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
  }

  .dl-app-b {
    margin-bottom: 20px;
  }

  .icon-app {
    width: 60px;
    height: 60px;
  }

  .footer-txt-b {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }

  .img-wheel-shadow {
    margin-top: 15%;
  }

  .footer-lang-b {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .btn-lang {
    font-size: 13px;
  }

  .top-margin-50 {
    margin-top: 25px;
  }

  .options-align-b {
    margin-top: 20px;
  }

  .page-btn-b {
    margin-top: 7px;
  }

  .page-btn-b.my-acc {
    margin-right: 5%;
  }

  .pop-settings {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pop-settings-content-b {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 25px 15px 30px;
  }

  .btn-close {
    margin-top: 12px;
    margin-right: 12px;
  }

  .pop-login {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .login-form-b {
    margin-top: 5px;
  }

  .login-btn-b {
    margin-top: 35px;
  }

  .forget-pw-row {
    margin-top: 5px;
  }

  .forget-pw-link {
    font-size: 14px;
    line-height: 16px;
  }

  .login-b {
    padding-bottom: 25px;
  }

  .register-form-b {
    margin-top: 10px;
  }

  .forget-pw-form-b {
    width: 100%;
    margin-top: 5px;
  }

  .reset-pw-b {
    width: 100%;
  }

  .settings-radio-b {
    padding-right: 10px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 18px;
  }

  .settings-row.subscription {
    width: 100%;
  }

  .pop-content-b {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 25px 15px 30px;
  }

  /* .pop-content-b-setting {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 25px 15px 90px;
  } */

  .repeat-b {
    font-size: 15px;
    line-height: 17px;
  }

  .pop-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-link {
    font-size: 16px;
  }

  .btn-del {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .pop-list-content-b {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 25px 15px;
  }

  .list-no-n {
    width: 25px;
  }

  .pop-save {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .save-form-b {
    margin-top: 5px;
  }

  .save-btn-b {
    margin-top: 15px;
  }

  .pop-save-content-b {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 25px 15px;
  }

  .card-align-b {
    margin-right: -5px;
    margin-left: -5px;
  }

  .card-b {
    margin-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .card-ans-b {
    border-radius: 1.5ch;
  }

  .card-link-b {
    border-radius: 1.5ch;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }

  .card-link-b:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .btn-method {
    height: 100px;
    font-size: 20px;
    line-height: 26px;
  }

  .btn-method-col {
    width: 100%;
  }

  .bottom-margin-40 {
    margin-bottom: 30px;
  }

  .btn-method-img-b {
    width: 120px;
    height: 120px;
    margin-right: -20px;
  }

  .btn-method-img-b.right {
    margin-left: -20px;
  }

  .btn-method-txt-b {
    padding-right: 40px;
    padding-left: 40px;
  }

  .machine-b {
    width: 100%;
  }

  .img-twist {
    width: 100%;
  }

  .machine-link {
    width: 100%;
  }

  .twist-b {
    width: 13.46%;
    height: auto;
  }

  .my-acc-menu-b {
    width: 100%;
  }

  .my-acc-b {
    display: block;
  }

  .my-acc-content-b {
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    border-top-style: none;
  }

  .my-acc-content-b._500 {
    width: 100%;
  }

  .my-acc-link {
    width: 100%;
    margin-bottom: 0px;
    padding: 13px 5%;
    border-bottom-style: none;
    font-size: 22px;
    text-align: left;
  }

  .my-acc-link:hover {
    background-color: rgba(34, 181, 196, 0.15);
  }

  .my-acc-link.w--current {
    border-bottom-style: none;
  }

  .my-acc-field-label {
    margin-bottom: 3px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .btn-small {
    font-size: 13px;
  }

  .my-acc-dropdown {
    width: 100%;
    height: auto;
  }

  .my-acc-toggle {
    display: block;
    width: 100%;
    padding: 13px 5%;
    font-size: 22px;
  }

  .my-acc-dropdown-ilst {
    position: absolute;
    display: none;
    background-color: #fff;
  }

  .icon-dropdown {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 50px;
  }

  .my-acc-row {
    margin-top: 0px;
  }

  .dropdown-toggle {
    padding-left: 12px;
  }

  .lang-dropdown-list {
    padding-top: 15px;
  }

  .icon-dropdown-grey {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .lang-link {
    width: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

  .history-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table-col {
    margin-bottom: 10px;
  }

  .table-col._20 {
    width: 100%;
  }

  .table-col._20.history-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .table-col._30 {
    width: 100%;
  }

  .table-col._25 {
    width: 100%;
  }

  .table-col._55.history-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .table-col.order {
    margin-right: 0px;
  }

  .table-col._40 {
    width: 100%;
  }

  .table-title-row {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .table-row {
    display: block;
    padding-bottom: 0px;
  }

  .table-b {
    margin-top: 25px;
  }

  .my-acc-link-txt {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .my-acc-btn {
    /* font-family: 'Helvetica Neue Condensed', sans-serif;*/
    font-size: 16px;
    font-weight: 700;
  }

  .table-scroll-b {
    min-width: 690px;
  }

  .my-acc-col {
    margin-top: 15px;
  }

  .my-acc-col._50 {
    width: 100%;
  }

  .dropdown-link {
    font-size: 13px;
  }

  .bg-field-label {
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .bg-col-l {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .bg-col-r {
    width: 100%;
    float: none;
  }

  .bg-row {
    display: block;
  }

  .bg-btn-b {
    position: static;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .txt-or {
    position: static;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0px;
  }

  .subscription-title-b {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .subscription-content-b {
    padding: 20px 20px 15px;
  }

  .subscription-txt-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscription-col {
    width: 100%;
  }

  .subscription-row {
    display: block;
  }

  .subscription-row.auto {
    width: auto;
  }

  .join-btn-b {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .table-title-mobile {
    display: block;
    width: 50%;
  }

  .btn-cancel {
    font-size: 13px;
  }

  .btn-restart {
    font-size: 13px;
  }

  .restart-btn-b {
    margin-top: 0px;
  }

  .settings-radio-link {
    padding-right: 10px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-link-col {
    width: 110px;
  }

  .history-table-txt {
    width: 50%;
  }

  .history-table-title-mobile {
    display: block;
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section-content {
    padding-top: 50px;
  }

  .bottom-btn-b {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-b {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-form-b {
    width: 100%;
  }

  .dl-app-b {
    display: block;
  }

  .dl-app-txt-b {
    display: none;
    font-size: 21px;
    line-height: 25px;
  }

  .dl-app-txt-b.mobile {
    display: block;
  }

  .icon-app {
    margin-right: 15px;
  }

  .dl-app-icon-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-btn-b {
    margin-top: -35px;
  }

  .settings-align-b {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dl-app-align-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lucky-card-b {
    margin-bottom: 20px;
  }

  .card-b {
    width: 33.33%;
  }

  .card-ans-b {
    border-radius: 1.2ch;
  }

  .card-link-b {
    border-radius: 1.2ch;
  }

  .capsule-machine-b {
    margin-bottom: 20px;
  }

  .my-acc-col._50 {
    width: 100%;
  }

  .img-color-picker {
    width: 100%;
  }

  .join-btn-b {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-col {
    width: 33.33%;
  }
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.google-auto-placed{
  display:none;
}

@media screen and (max-width: 991px) {
  .card-b{
    width:100px;
  }
}

 .popup_header h2{
  font-size:80px;
}

.result-txt-col div{
  font-size: 100px;
  line-height:3;
}

/* .result-b h2, .result-b .won_prize{
  font-size:80px;
} */
.result-b h2{
  font-size:65px;
}
.result-b .won_prize{
  line-height: 1;
  font-size:100px
}

.logo{
  padding-top:50px;
}
.page-icon{
  position: absolute;
  top:0px;
  right:0px;
  padding:5px;
}

.dhl_logo, .logo_50{
  margin: 0px 10px;
}

.dhl_logo{
  width:250px;
}

.logo_50{
  width:115px;
}

@media screen and (max-width: 881px) {
  .page-icon img{
    width:50px;
    margin:0 5px;
  }
}

@media screen and (max-width: 480px) {
  .page-icon{
    top:-50px;
  }
}

#canvas{
  /* image-rendering:pixelated; */
}