@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-LightItalic.woff2) format('woff2'), url(../fonts/GothamPro-LightItalic.woff) format('woff');
 font-weight: 300;
 font-style: italic;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-Light.woff2) format('woff2'), url(../fonts/GothamPro-Light.woff) format('woff');
 font-weight: 300;
 font-style: normal;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-RegularItalic.woff2) format('woff2'), url(../fonts/GothamPro-RegularItalic.woff) format('woff');
 font-weight: 400;
 font-style: italic;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-Regular.woff2) format('woff2'), url(../fonts/GothamPro-Regular.woff) format('woff');
 font-weight: 400;
 font-style: normal;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-Medium.woff2) format('woff2'), url(../fonts/GothamPro-Medium.woff) format('woff');
 font-weight: 500;
 font-style: normal;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-MediumItalic.woff2) format('woff2'), url(../fonts/GothamPro-MediumItalic.woff) format('woff');
 font-weight: 500;
 font-style: italic;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-BoldItalic.woff2) format('woff2'), url(../fonts/GothamPro-BoldItalic.woff) format('woff');
 font-weight: 700;
 font-style: italic;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-Bold.woff2) format('woff2'), url(../fonts/GothamPro-Bold.woff) format('woff');
 font-weight: 700;
 font-style: normal;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-BlackItalic.woff2) format('woff2'), url(../fonts/GothamPro-BlackItalic.woff) format('woff');
 font-weight: 900;
 font-style: italic;
 font-display: swap
}

@font-face {
 font-family: 'Gotham Pro';
 src: url(../fonts/GothamPro-Black.woff2) format('woff2'), url(../fonts/GothamPro-Black.woff) format('woff');
 font-weight: 900;
 font-style: normal;
 font-display: swap
}

.peg, .wheelSVG {
 visibility: hidden;
}
.wheelContainer, body, html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}
.centerCircle, .valueContainer, .wheelOutline, .wheelText {
 pointer-events: none;
}

.toast, .wheelContainer, body, html {
 text-align: center;
}
.wheelContainer, button {
 transform: translate(-50%, 0);
}
.toast, button {
 position: absolute;
 background-color: #ee383e;
}
body {
 background-color: #2d2d2d;
 overflow: hidden;
 font-family: 'Gotham Pro', Arial, sans-serif;
}
body, html {
 margin: 0;
 padding: 0;
}
.wheelContainer {
 position: absolute;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 left: 50%;
 top: 120px;
}
.wheelSVG {
 position: absolute;
 overflow: visible;
 width: 100%;
 height: auto;
 left: 50%;
 transform: translate(-50%, 0);
}
.wheelText {
 text-anchor: middle;
 font-family: 'Gotham Pro', Arial, sans-serif;
 -webkit-user-select: none;
 user-select: none;
}
.toast {
 border-radius: 12px;
 opacity: 0;
 width: 65%;
 top: -15px;
}
.toast p {
 clear: both;
 font-family: 'Gotham Pro', Arial, sans-serif;
 margin: 23px;
 font-size: 25px;
 color: #ffffff;
 letter-spacing: 0;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 line-height: 32px;
 -webkit-transition: line-height .2s ease;
 transition: line-height .2s ease;
}
.toast .attempts-text {
 clear: both;
 font-family: 'Gotham Pro', Arial, sans-serif;
 margin: 10px;
 font-size: 20px;
 color: #ffffff;
 line-height: 30px;
 -webkit-transition: line-height .2s ease;
 transition: line-height .2s ease;
}
button {
 left:50%;
 width: 80%;
 top: 20px;
 max-width: 400px;
 padding: 20px;
 font-weight: 700;
 font-size: 32px;
 color: #ffffff;
 border-radius: 6px;
 border: none;
 box-shadow: 0 2px 0 #ee383e;
 cursor: pointer;
 font-family: 'Gotham Pro', Helvetica, Arial, sans-serif;
}

.hidden {
 opacity: 0;
 visibility: hidden;
}

.overlay {
 transition: all .25s ease-in;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0,0,0,.7);
 z-index: 100;
}

.info {
 transition: all .25s ease-in;
 position: fixed;
 z-index: 101;
 bottom: 50%;
 right: 50%;
 -webkit-transform: translate(50%,50%);
 transform: translate(50%,50%);
 padding: 40px 30px;
 width: 600px;
 border-radius: 20px;
 background-color: #000000;
 color: #ffffff;
}

.info__title {
 font-size: 24px;
 line-height: 30px;
}

.info__subtitle {
 font-size: 20px;
 line-height: 25px;
 margin-top: 15px;
}

.info__attempts {
 list-style: none;
 padding: 0;
 margin-top: 10px;
}

.info__attempt-item {
 font-size: 16px;
 line-height: 20px;
 margin-bottom: 5px;
}

.info__count {
 font-size: 18px;
 line-height: 24px;
 font-weight: 500;
 margin-top: 15px;
}

.info__btn {
 color: inherit;
 font-size: 24px;
 line-height: 28px;
 font-weight: 500;
 text-decoration: underline;
 margin-top: 20px;
 display: block;
 transition: all 0.15s ease-out;
}

.info__btn:hover,
.info__btn:focus {
 opacity: 0.8;
}

.info__btn:active {
 opacity: 0.6;
}

.info--form {
 width: 550px;
}

.form {
 text-align: left;
}

.info--form a {
 color: inherit;
 text-decoration: underline;
}

.info--form a:hover,
.info--form a:focus {
 opacity: 0.8;
}

.info--form a:active {
 opacity: 0.6;
}

.form__title {
 font-size: 18px;
 line-height: 22px;
 font-weight: 500;
 text-align: left;
}

.form__subtitle {
 font-size: 13px;
 line-height: 16px;
 font-weight: 400;
 margin-top: 10px;
 text-align: left;
}

.form label {
 display: block;
 margin-top: 15px;
 font-size: 16px;
 line-height: 22px;
 font-weight: 500;
 text-align: left;
}

.form input {
 text-align: left;
 display: block;
 border-radius: 5px;
 font-size: 16px;
 line-height: 16px;
 padding: 5px 10px;
 width: 100%;
 box-sizing: border-box;
 margin-top: 5px;
 border: 0 none;
}

.form button {
 width: auto;
 position: static;
 padding: 10px 30px;
 max-width: none;
 font-family: 'Gotham Pro', Arial, sans-serif;
 font-size: 18px;
 line-height: 18px;
 font-weight: 500;
 color: #ededed;
 box-shadow: none;
 cursor: pointer;
 border: none;
 border-radius: 5px;
 background-color: #ee383e;
 transform: none;
 margin-top: 20px;
}

.form button:disabled {
 opacity: 0.7!important;
 background-color: rgba(238, 56, 62, 0.7)!important;
 cursor: auto!important;
}

.form button:hover,
.form button:focus {
 background-color: rgba(238, 56, 62, 0.7);
}

.form button:active {
 background-color: rgba(238, 56, 62, 0.5);
}

.form__agreement {
 margin-top: 20px;
 font-size: 12px;
 line-height: 14px;
 font-weight: 400;
 text-align: left;
}

.form__error {
 margin-top: 15px;
 font-size: 13px;
 line-height: 14px;
 font-weight: 700;
 color: #f5d2d2;
 text-align: left;
}

.form__success {
 margin-top: 10px;
 font-size: 16px;
 line-height: 16px;
 font-weight: 500;
 text-align: left;
}

.logo {
 display: none;
}

@media only screen and (max-width: 576px) {
 .logo {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 50%;
  transform: translateX(50%);
 }
}

 @media only screen and (max-width: 480px) {

 .toast p, .toast span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
 }
 .toast .attempts-text {
  font-size: 16px;
  line-height: 24px;
 }
 .info {
  width: 85vw;
  padding: 20px;
  border-radius: 10px;
 }

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

 .info__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
 }

 .info__attempts {
  margin-top: 8px;
 }

 .info__attempt-item {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
 }

 .info__count {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
 }

 .info__btn {
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
 }

 .info--form {
  width: 85vw;
 }

 .form__title {
  font-size: 16px;
  line-height: 20px;
 }

 .form__subtitle {
  font-size: 12px;
  line-height: 14px;
 }

 .form label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
 }

 .form input {
  font-size: 14px;
  line-height: 14px;
 }

 .form button {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  margin-top: 15px;
 }

 .form__agreement {
  margin-top: 15px;
  font-size: 11px;
  line-height: 13px;
 }
 .form__success {
  font-size: 14px;
  line-height: 14px;
 }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
 .toast p, .toast span {
  font-size: 38px;
  line-height: 42px;
 }
 .info {
  width: 80vw;
  padding: 15px;
  border-radius: 15px;
 }
 .info__title {
  font-size: 22px;
  line-height: 26px;
 }

 .info__subtitle {
  font-size: 18px;
  line-height: 18px;
  margin-top: 30px;
 }

 .info__attempts {
  margin-top: 6px;
 }

 .info__attempt-item {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
 }

 .info__count {
  font-size: 14px;
  line-height: 16px;
 }

 .info__btn {
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
 }

 .info--form {
  width: 80vw;
 }

 .form__title {
  font-size: 16px;
  line-height: 20px;
 }

 .form__subtitle {
  font-size: 12px;
  line-height: 14px;
 }

 .form label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
 }

 .form input {
  font-size: 14px;
  line-height: 14px;
 }

 .form button {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  margin-top: 15px;
 }

 .form__agreement {
  margin-top: 15px;
  font-size: 11px;
  line-height: 13px;
 }
 .form__success {
  font-size: 14px;
  line-height: 14px;
 }
}
@media only screen and (min-width: 801px) {
 .toast p, .toast span {
  font-size: 40px;
  line-height: 50px;
 }
}
@media only screen and (max-height: 480px) {
 .toast p, .toast span {
  font-size: 33px;
  line-height: 36px;
 }
 button {
  font-size: 22px;
  padding: 10px;
  width: 40%;
 }
 .wheelContainer {
  top: 70px;
 }
}
button:focus {
 outline: 0;
}
