.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: linear-gradient(180deg, #e9efe2, #e9efe2);
  font-family: 'Helvetica Neue', sans-serif;
  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: #f16665;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none;
}

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

.container {
  max-width: 1400px;
  padding-right: 50px;
  padding-left: 50px;
}

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

.txt-red {
  color: #f16665;
}

.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: #f16665;
}

.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:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

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

.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: #f16665;
}

.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;
  opacity: 0;
}

.title-no {
  width: 50px;
  margin-bottom: 5px;
  color: #f16665;
  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 {
  overflow: auto;
  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;
  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: #f16665;
}

.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: #f16665;
}

.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 {
  position: absolute;
  left: 0%;
  top: 2px;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  opacity: 1;
}

.wheel-img-b {
  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 {
  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;
}

.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-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;
}

.home-wheel-b {
  z-index: 200;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-wheel-img-b {
  position: relative;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
}

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

.spin-b {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 35px;
  -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: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #645a47;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.home-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  /* margin-top: 100px; */
}

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

.ad-desktop {
  width: 160px;
}

.align-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;
}

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

.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 {
  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: 139px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  border-radius: 8px;
}

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

.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;
}

.img-home-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: #f16665;
  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: left; */
  float: right;
}

.page-btn-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  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;
  background-color: rgba(233, 239, 226, 0.7);
}

.pop-settings-content-b {
  position: relative;
  top: 50%;
  width: 700px;
  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: #f16665;
}

.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 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%);
}

.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 {
  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 {
  margin-top: 25px;
}

.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%;
  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: 2ch;
  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: 2ch;
  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) !important;
  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);
}

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

.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 #f16665;
  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-txt-b.right {
  margin-right: 30px;
  margin-left: 0px;
}

.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 {
  width: 520px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.machine-link {
  position: relative;
}

.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-egg-after {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.img-egg-gif {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  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;
}

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: 1 !important;
}

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-b {
    margin-right: 10px;
    margin-left: 10px;
  }

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

@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;
  }

  .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-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%;
  }
}

@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: 25px;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .home-wheel-img-b {
    width: 280px;
  }

  .spin-b {
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 26px;
  }

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

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

  .home-content-b {
    margin-top: 65px;
  }

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

  .ad-tablet {
    display: none;
  }

  .ad-mobile {
    display: block;
  }

  .result-txt-b {
    margin-top: 20px;
    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;
  }

  .footer-link {
    width: 110px;
  }

  .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;
  }

  .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: 15px;
  }

  .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;
  }

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

  .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-link {
    border-radius: 1.5ch;
  }

  .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;
  }
}

@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;
  }

  .btn-b._33 {
    width: 28.3%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }

  .btn-b.margin-10 {
    margin-top: 10px;
  }

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

  .spin-b {
    width: 90px;
    height: 90px;
  }

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

  .footer-link {
    display: block;
    width: 31%;
    margin-right: 1.15%;
    margin-left: 1.15%;
  }

  .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 {
    margin-right: -1.15%;
    margin-left: -1.15%;
  }

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

  .card-b {
    width: 33.33%;
  }

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

@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;
}

.disabled {
  pointer-events: none;
  cursor: default;
  background-color: gray !important;
}

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.custom-file-upload {
  /* border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer; */
  border:none;
}

.btn-success{
  margin:0 auto;
}
.submit_btn{
  border:none;
}
