html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.01em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bg-black {
  background-color: #000;
}

.col-black {
  color: #000;
}

.col-mid {
  color: #F4C142;
}

.bg-white {
  background-color: #fff;
}

.col-white {
  color: #fff;
}

.bg-yellow {
  background-color: #F1A73B;
}

.col-yellow {
  color: #F1A73B;
}

.bg-orange {
  background-color: #EA5228;
}

.col-orange {
  color: #EA5228;
}

@font-face {
  font-family: "Calibre";
  src: url("../fonts/Calibre-Bold.woff2") format("woff2"), url("../fonts/Calibre-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/Calibre-Semibold.woff2") format("woff2"), url("../fonts/Calibre-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/Calibre-Regular.woff2") format("woff2"), url("../fonts/Calibre-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  background-color: #000;
  color: #fff;
  font-family: "Calibre";
}

.site-body {
  background-color: #000;
  color: #fff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a, .transition, button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.float-100,
.area,
.section {
  float: left;
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.gform_wrapper .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.mod-spin-wheel {
  padding: 60px 0;
  background-image: url(../media/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mod-spin-wheel strong {
  font-weight: bold;
}
.mod-spin-wheel .left {
  float: left;
  width: 50%;
  padding-top: 10px;
  color: #750000;
}
.mod-spin-wheel .left .heading {
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75;
  margin-bottom: -75px;
}
.mod-spin-wheel .left .heading .l2 {
  padding-left: 130px;
  position: relative;
  top: -42px;
}
.mod-spin-wheel .left .para {
  width: 80%;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 130px;
}
.mod-spin-wheel .left .button {
  float: right;
  width: 100px;
  height: 100px;
  background-image: url(../media/button.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.mod-spin-wheel .left .button:hover {
  transform: scale(1.2);
}
.mod-spin-wheel .right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.mod-spin-wheel .bottom {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.mod-spin-wheel .bottom .b-left {
  float: left;
}
.mod-spin-wheel .bottom .b-left a {
  float: left;
  width: 150px;
}
.mod-spin-wheel .bottom .b-left a img {
  width: 150px;
}
.mod-spin-wheel .bottom .b-right {
  float: right;
}
.mod-spin-wheel .bottom .b-right img {
  height: 37px;
}

.wheel-container {
  position: relative;
  top: 150px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  padding: 20px;
  z-index: 10;
}
.wheel-container:after {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 620px;
  background-image: url(../media/wheel-outer.svg);
  background-size: cover;
}

.wheel {
  position: relative;
  top: 36px;
  left: 13px;
  width: 376px;
  height: 366px;
  border-radius: 50%;
  background-image: url(../media/wheel.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*background: conic-gradient(
      $black 0% 9.09%,
      $orange 9.09% 18.18%,
      $yellow 18.18% 27.27%,
      $orange 27.27% 36.36%,
      $yellow 36.36% 45.45%,
      $orange 45.45% 54.54%,
      $yellow 54.54% 63.63%,
      $orange 63.63% 72.72%,
      $yellow 72.72% 81.81%,
      $orange 81.81% 90.90%,
      $yellow 90.90% 100%
  );*/
  transition: transform 4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.arrow {
  top: 58px;
  left: calc(50% - 18px);
  width: 30px;
  height: 30px;
  position: absolute;
}
.arrow svg {
  float: left;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .inner {
  float: left;
  width: 600px;
  max-width: 90%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}
.modal .inner .modal-heading {
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.modal .inner .modal-para {
  font-size: 16px;
  margin-bottom: 20px;
}
.modal .inner .gform_wrapper .gform_fields {
  grid-row-gap: 0 !important;
}
.modal .inner .gform_wrapper .gform_validation_errors {
  border: 0 !important;
  background: 0 !important;
  box-shadow: 0 0 0 !important;
}
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 20px;
}
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email],
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url],
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number],
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password],
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
.modal .inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
}
.modal .inner .gform_wrapper .gform_footer {
  text-align: right;
}
.modal .inner .gform_wrapper .gform_footer .gform_button {
  background-color: #EA5228 !important;
  color: #000 !important;
  font-weight: bold;
}
.modal .inner .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #F1A73B !important;
}
.modal.hidden {
  display: none;
}

.gform_required_legend {
  display: none;
}

@media screen and (max-width: 1000px) {
  .mod-spin-wheel {
    padding: 60px 0;
  }
  .mod-spin-wheel .left {
    width: 100%;
    padding-top: 0px;
  }
  .mod-spin-wheel .left .button {
    float: left;
    margin: 0 calc(30% - 42.5px) 30px;
  }
  .mod-spin-wheel .right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mod-spin-wheel .bottom {
    margin-top: 30px;
  }
  .mod-spin-wheel .bottom .b-left, .mod-spin-wheel .bottom .b-right {
    float: none;
    text-align: center;
    width: 100%;
  }
  .mod-spin-wheel .bottom .b-right img {
    width: 100px;
  }
}
@media screen and (max-width: 550px) {
  .mod-spin-wheel {
    padding: 30px 0;
  }
  .mod-spin-wheel .left {
    width: 100%;
    padding-top: 0;
  }
  .mod-spin-wheel .left .heading {
    font-size: 100px;
  }
  .mod-spin-wheel .left .heading .l2 {
    padding-left: 0;
    top: -20px;
  }
  .mod-spin-wheel .left .para {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
    font-size: 14px;
  }
  .mod-spin-wheel .left .button {
    float: none;
    margin: 0 auto 20px;
  }
  .mod-spin-wheel .right {
    width: 100%;
    padding-left: 0;
  }
  .mod-spin-wheel .bottom {
    margin-top: 20px;
  }
  .mod-spin-wheel .bottom .b-left, .mod-spin-wheel .bottom .b-right {
    float: none;
    text-align: center;
    width: 100%;
  }
  .mod-spin-wheel .bottom .b-right img {
    width: 80px;
  }
  .wheel-container {
    width: 300px;
    height: 300px;
  }
  .modal .inner {
    width: 90%;
    padding: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */
