/**
 *	Home Page Styles
 */
/**
 *	Master Variables File
 *	This file holds all the includes that can be the included into other files.
 *	It is imperative that all files under the variable banner do not contain any
 *	code.
 */
/**
 *	Defaults
 */
/*
 *	These are the variables taken from screen.scss.
 */
/**
 *	Just for the Focus Area. A very simple mixin that's all frivolous.
 *  It's no longer frivolous Liam, it has a purpose now, leave it alone.
 */
/**
 *	Button
 */
/**
 *	Form Button Mixin
 */
/**
 *	Screen Width
 */
/**
 *	Mixin's defined for the whole project.
 */
/* line 6, ../../sass/pages/HomePage.scss */
.HomePage {
  /**
   *  Focus Area for displaying a Game on the Homepage
   */
  /**
   *  Focus Area for displaying a Draw on the Homepage
   */
}
/* line 8, ../../sass/pages/HomePage.scss */
.HomePage .version {
  content: "#12";
}
/* line 7, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game {
  background: url(/themes/islandslotto/images/iwg/banner.png) no-repeat scroll center bottom;
  background-size: cover;
}
/* line 11, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .outer {
  background: none;
  padding-bottom: 0px;
}
/* line 15, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .inner {
  min-height: 240px;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* line 21, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game h1 {
  font-size: 32px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
/* line 26, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game h2 {
  font-size: 28px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
/* line 31, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game h3 {
  font-size: 24px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
/* line 36, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game p {
  font-size: 16px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
/* line 42, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game.dark h1 {
  color: white;
}
/* line 47, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game.dark h2 {
  color: white;
}
/* line 52, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game.dark h3 {
  color: white;
}
/* line 57, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game.dark h4 {
  color: white;
}
/* line 61, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game.dark p {
  color: white;
}
/* line 63, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .button {
  padding-left: 16.5px;
  padding-right: 51px;
  background-image: url(/themes/islandslotto/images/iwg/icon_play.png);
  background-repeat: no-repeat;
  background-position: 95%;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}
/* line 76, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .focus-area-more {
  min-width: 128px;
  padding-left: 16.5px;
  padding-right: 16.5px;
}
@media screen and (max-width: 767px) {
  /* line 76, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .focus-area-more {
    margin-right: 10px;
    min-width: auto;
  }
}
/* line 86, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .play-game-button {
  min-width: calc(328px - 72px);
  background-position: 97%;
}
@media screen and (max-width: 767px) {
  /* line 86, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .play-game-button {
    background-position: 95%;
    margin-right: 10px;
    min-width: auto;
  }
}
/* line 96, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .play-game-button.small-play {
  min-width: auto;
  background-position: 95%;
}
/* line 101, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .play-again {
  width: 172.266px;
}
/* line 105, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .play-more-games {
  width: 243.266px;
}
/* line 108, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .continue-play {
  width: 316px;
  background-position: 97.5%;
}
@media screen and (max-width: 767px) {
  /* line 108, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .continue-play {
    background-position: 95%;
    margin-right: 10px;
    width: auto;
  }
}
/* line 118, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .continue-play.small-play {
  width: auto;
  background-position: 95%;
}
/* line 123, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .button.try-game {
  width: 172.266px;
  min-width: calc(328px - 171px);
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 123, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .button.try-game {
    margin-right: 10px;
    min-width: auto;
  }
}
/* line 133, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .try-game.small-try {
  margin-right: 10px;
  min-width: auto;
  background-position: 95%;
}
/* line 139, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .cost {
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  float: left;
  margin-bottom: 10px;
  color: black;
}
@media screen and (max-width: 767px) {
  /* line 139, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .cost {
    margin-right: 10px;
  }
}
/* line 155, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .inner .game-card .badge-area {
  text-align: center;
}
/* line 159, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .blurb {
  display: inline-block;
  margin-bottom: initial;
}
/* line 164, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .carousel-controls {
  text-align: center;
  margin-bottom: 5px;
}
/* line 168, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .carousel-controls .control {
  display: inline-block;
  border: solid 1px white;
  border-radius: 90px;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}
/* line 176, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .carousel-controls .control.active,
.HomePage .focus-area.game .carousel-controls .control:hover {
  cursor: pointer;
  background: white;
}
/* line 185, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .left-arrow {
  background: url(/themes/islandslotto/images/carousel/arrow_left.png) no-repeat center;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 43px;
  height: 68px;
  margin-top: -34px;
}
/* line 194, ../../sass/parts/homepage/_FocusArea_Game.scss */
.HomePage .focus-area.game .right-arrow {
  background: url(/themes/islandslotto/images/carousel/arrow_right.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 43px;
  height: 68px;
  margin-top: -34px;
}
@media screen and (max-width: 768px) {
  /* line 205, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .left-arrow {
    background: url(/themes/islandslotto/images/carousel/arrow_left.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 20%;
    width: 21.5px;
    height: 34px;
    margin-top: -17px;
  }
  /* line 215, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .right-arrow {
    background: url(/themes/islandslotto/images/carousel/arrow_right.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 20%;
    width: 21.5px;
    height: 34px;
    margin-top: -17px;
  }
  /* line 226, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .HomePage .focus-area.game .carousel-controls .control {
    height: 15px;
    width: 15px;
    margin-top: 5px;
  }
}
/* line 8, ../../sass/parts/homepage/_FocusArea_Draw.scss */
.HomePage .focus-area.draw .outer {
  background: url(/themes/islandslotto/images/Main_banner.png) no-repeat scroll;
}
/* line 11, ../../sass/parts/homepage/_FocusArea_Draw.scss */
.HomePage .focus-area.draw .inner {
  padding-top: 60px;
  padding-bottom: 220px;
}
/* line 5, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  /* line 5, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area {
    border-bottom: none;
  }
}
/* line 15, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area h1 {
  font-size: 17px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: white;
}
/* line 22, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area p {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  color: #1180f6;
  padding: 0;
  margin: 0;
}
/* line 29, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .button.wide {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #8cbf4d;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 29, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area .button.wide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 29, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area .button.wide {
    margin-top: 20px;
  }
}
/* line 51, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box {
  display: block;
}
/* line 54, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .description {
  margin-bottom: 10px;
}
/* line 57, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small {
  padding: 10px;
  position: relative;
  margin: 0;
}
/* line 62, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small:after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
/* line 68, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small:hover .caption {
  display: inline-block;
}
/* line 72, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .inner {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 81, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area .box.small.even {
    padding-left: 0px;
  }
  /* line 82, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area .box.small.odd {
    padding-right: 0px;
  }
}
/* line 85, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .splash {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 90, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption {
  display: none;
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
/* line 101, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption-area {
  margin: auto;
  text-align: center;
}
/* line 106, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption-container {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
/* line 113, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption h1 {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding-top: 2px;
  padding-left: 10px;
}
/* line 120, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption p {
  position: absolute;
  font-size: 18px;
  color: #377df9;
  font-family: "Open Sans", sans-serif;
  bottom: 12px;
  padding-left: 10px;
  color: white;
}
@media screen and (max-width: 767px) {
  /* line 120, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area .box.small .caption p {
    display: block;
  }
}
/* line 130, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption .play-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #2ABB9B;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 142, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption .more-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #4aa0e7;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 155, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .box.small .caption .pound-img, .HomePage .game-area .box.small .caption .variable-img {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", sans-serif;
  height: 30px;
  width: auto;
  display: inline-block;
  line-height: 29px;
  background-color: white;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}
/* line 171, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .play-btn-center {
  display: inline-block;
}
/* line 174, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area .game-tile-info {
  position: inherit !important;
  padding: 5px;
  font-size: 14px !important;
}
/* line 181, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  /* line 181, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area.carousel {
    border-bottom: none;
  }
}
/* line 191, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel h1 {
  font-size: 17px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: white;
}
/* line 198, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel p {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  color: #1180f6;
  padding: 0;
  margin: 0;
}
/* line 205, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .button.wide {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #8cbf4d;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 205, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area.carousel .button.wide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 205, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area.carousel .button.wide {
    margin-top: 20px;
  }
}
/* line 227, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box {
  display: block;
}
/* line 230, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .description {
  margin-bottom: 10px;
}
/* line 233, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small {
  padding: 0 10px;
  position: relative;
  margin: 0;
}
/* line 238, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small:after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
/* line 244, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small:hover .caption {
  display: inline-block;
}
/* line 248, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .inner {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 257, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area.carousel .box.small.even {
    padding-left: 0px;
  }
  /* line 258, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area.carousel .box.small.odd {
    padding-right: 0px;
  }
}
/* line 261, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .splash {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 266, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption {
  display: none;
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
/* line 277, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption-area {
  margin: auto;
  text-align: center;
}
/* line 282, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption-container {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
/* line 289, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption h1 {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding-top: 2px;
  padding-left: 10px;
}
/* line 296, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption p {
  position: absolute;
  font-size: 18px;
  color: #377df9;
  font-family: "Open Sans", sans-serif;
  bottom: 12px;
  padding-left: 10px;
  color: white;
}
@media screen and (max-width: 767px) {
  /* line 296, ../../sass/parts/homepage/_GameArea.scss */
  .HomePage .game-area.carousel .box.small .caption p {
    display: block;
  }
}
/* line 306, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption .play-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #2ABB9B;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 317, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption .play-btn.attach-cost {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  border-radius: 3px;
  border: none;
}
/* line 325, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption .more-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #4aa0e7;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 338, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .box.small .caption .pound-img {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", sans-serif;
  height: 30px;
  width: auto;
  display: inline-block;
  line-height: 29px;
  background-color: white;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0px;
  margin-bottom: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 5px;
}
/* line 357, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .play-btn-center {
  display: inline-block;
}
/* line 360, ../../sass/parts/homepage/_GameArea.scss */
.HomePage .game-area.carousel .game-tile-info {
  position: inherit !important;
  padding: 5px;
  font-size: 14px !important;
}
/* line 1, ../../sass/parts/homepage/_Spinner.scss */
.HomePage .spinner-holder {
  position: relative;
}
/* line 4, ../../sass/parts/homepage/_Spinner.scss */
.HomePage .spinner-holder .fa-spinner {
  position: absolute;
  font-size: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
}
/* line 16, ../../sass/pages/HomePage.scss */
.HomePage .main .title {
  min-height: 40px;
  background: #4aa0e7;
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 5px 10px;
}
/* line 30, ../../sass/pages/HomePage.scss */
.HomePage .main .accordion-area {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 35, ../../sass/pages/HomePage.scss */
.HomePage .main .more-area {
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  /* line 59, ../../sass/pages/HomePage.scss */
  .HomePage .main .accordion-area {
    padding-left: 0;
  }
  /* line 62, ../../sass/pages/HomePage.scss */
  .HomePage .main .more-area {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 70, ../../sass/pages/HomePage.scss */
  .HomePage .accordion-area {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
/* line 73, ../../sass/pages/HomePage.scss */
.HomePage .homepage-countdown {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
/* line 77, ../../sass/pages/HomePage.scss */
.HomePage .homepage-countdown .divider {
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 1040px) {
  /* line 82, ../../sass/pages/HomePage.scss */
  .HomePage .homepage-countdown .divider, .HomePage .homepage-countdown .value {
    font-size: 2vw;
  }
}
@media (max-width: 900px) {
  /* line 87, ../../sass/pages/HomePage.scss */
  .HomePage .homepage-countdown .divider, .HomePage .homepage-countdown .value {
    font-size: 2.5vw;
  }
}
@media (max-width: 750px) {
  /* line 92, ../../sass/pages/HomePage.scss */
  .HomePage .homepage-countdown .divider, .HomePage .homepage-countdown .value {
    font-size: 3.5vw;
  }
}
@media (max-width: 500px) {
  /* line 97, ../../sass/pages/HomePage.scss */
  .HomePage .homepage-countdown .divider, .HomePage .homepage-countdown .value {
    font-size: 5vw;
  }
}
@media (max-width: 400px) {
  /* line 102, ../../sass/pages/HomePage.scss */
  .HomePage .homepage-countdown .divider, .HomePage .homepage-countdown .value {
    font-size: 6vw;
  }
}
/* line 107, ../../sass/pages/HomePage.scss */
.HomePage .draw-panel {
  min-height: 400px;
}
