/* line 5, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Zeronero';
  src: url("../fonts/Zeronero-Black.eot");
  src: url("../fonts/Zeronero-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Zeronero-Black.woff2") format("woff2"), url("../fonts/Zeronero-Black.woff") format("woff"), url("../fonts/Zeronero-Black.ttf") format("truetype"), url("../fonts/Zeronero-Black.svg#Zeronero-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* line 24, ../sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 28, ../sass/screen.scss */
body {
  font-family: 'Zeronero';
  font-weight: 900;
  background-color: #000;
}

/* line 34, ../sass/screen.scss */
.desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 34, ../sass/screen.scss */
  .desktop {
    display: none;
  }
}

/* line 41, ../sass/screen.scss */
.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 41, ../sass/screen.scss */
  .mobile {
    display: block;
  }
}

/* line 48, ../sass/screen.scss */
.menu__icon {
  height: 26px;
  width: 35px;
  margin: 0 0 0 15px;
  position: relative;
  vertical-align: middle;
  z-index: 20;
  cursor: pointer;
}

/* line 58, ../sass/screen.scss */
.menu__icon span {
  display: block;
  background: #fff;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: 50%;
}

/* line 69, ../sass/screen.scss */
.menu__icon:before,
.menu__icon:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

/* line 83, ../sass/screen.scss */
.menu__icon:before {
  top: 2px;
  margin-top: -2px;
}

/* line 88, ../sass/screen.scss */
.menu__icon:after {
  bottom: 2px;
  margin-bottom: -2px;
}

/* line 94, ../sass/screen.scss */
.menu_shown .menu__icon span {
  background: transparent;
}

/* line 98, ../sass/screen.scss */
.menu_shown .menu__icon:before {
  top: 50%;
  transform: rotate(45deg);
}

/* line 103, ../sass/screen.scss */
.menu_shown .menu__icon:after {
  bottom: 50%;
  transform: rotate(-45deg);
}

/* line 108, ../sass/screen.scss */
.menu.mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 112px;
  background: #e11e3a;
  z-index: 10;
  transition: all .4s ease-in-out;
  transform: translateX(-100%);
}
/* line 121, ../sass/screen.scss */
.menu.mobile .menu-item {
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
/* line 130, ../sass/screen.scss */
.menu.mobile .menu-item a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 138, ../sass/screen.scss */
.menu_shown {
  overflow: hidden;
}

/* line 142, ../sass/screen.scss */
.menu_shown .mobile.menu {
  transform: translateX(0);
}

/* line 146, ../sass/screen.scss */
.mobile .menu__item {
  display: block;
  line-height: 2;
  padding: 25px 0;
}

/* line 153, ../sass/screen.scss */
.wrapper .red {
  color: #e11e3a;
}
/* line 157, ../sass/screen.scss */
.wrapper .orange {
  color: #e75012;
}
/* line 161, ../sass/screen.scss */
.wrapper .orange-light {
  color: #df6e29;
}
/* line 165, ../sass/screen.scss */
.wrapper .yellow {
  color: #ffc600;
}
/* line 169, ../sass/screen.scss */
.wrapper .container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 174, ../sass/screen.scss */
.wrapper .container.container-medium {
  max-width: 1350px;
}
/* line 177, ../sass/screen.scss */
.wrapper .container.container-products {
  max-width: 1450px;
}
/* line 180, ../sass/screen.scss */
.wrapper .container.container-large {
  max-width: 1830px;
}
/* line 185, ../sass/screen.scss */
.wrapper .row {
  display: flex;
  flex-direction: row;
}
/* line 188, ../sass/screen.scss */
.wrapper .row.space-between {
  align-items: center;
  justify-content: space-between;
}
/* line 192, ../sass/screen.scss */
.wrapper .row.row-colums-text {
  position: relative;
  margin-top: -80px;
}
@media only screen and (max-width: 1200px) {
  /* line 192, ../sass/screen.scss */
  .wrapper .row.row-colums-text {
    margin-top: 0;
  }
}
/* line 201, ../sass/screen.scss */
.wrapper header {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  /* line 201, ../sass/screen.scss */
  .wrapper header {
    height: auto;
  }
}
/* line 206, ../sass/screen.scss */
.wrapper header nav {
  padding: 13vh 0 2vh 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  /* line 206, ../sass/screen.scss */
  .wrapper header nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
/* line 216, ../sass/screen.scss */
.wrapper header nav .menu {
  font-size: 0;
  list-style: none;
}
/* line 219, ../sass/screen.scss */
.wrapper header nav .menu li {
  display: inline-flex;
  margin-right: 50px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  /* line 219, ../sass/screen.scss */
  .wrapper header nav .menu li {
    margin-right: 25px;
  }
}
/* line 229, ../sass/screen.scss */
.wrapper header nav .menu li:last-of-type {
  margin-right: 0;
}
/* line 232, ../sass/screen.scss */
.wrapper header nav .menu li a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  /* line 206, ../sass/screen.scss */
  .wrapper header nav {
    padding: 3vh 0 2vh 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 241, ../sass/screen.scss */
  .wrapper header nav .social {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 245, ../sass/screen.scss */
  .wrapper header nav .social img {
    width: auto;
    height: auto;
  }
}
/* line 253, ../sass/screen.scss */
.wrapper header .background-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 253, ../sass/screen.scss */
  .wrapper header .background-inner {
    position: relative;
  }
}
/* line 263, ../sass/screen.scss */
.wrapper header .background-inner .hero {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 263, ../sass/screen.scss */
  .wrapper header .background-inner .hero {
    position: relative;
    left: 0;
    top: 0;
    min-width: 0;
    min-height: 0;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 283, ../sass/screen.scss */
  .wrapper header .logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
}
/* line 292, ../sass/screen.scss */
.wrapper .social {
  font-size: 0;
  list-style: none;
}
/* line 295, ../sass/screen.scss */
.wrapper .social li {
  display: inline-flex;
  margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
  /* line 295, ../sass/screen.scss */
  .wrapper .social li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 295, ../sass/screen.scss */
  .wrapper .social li {
    margin-right: 15px;
  }
}
/* line 304, ../sass/screen.scss */
.wrapper .social li:last-of-type {
  margin-right: 0;
}
/* line 307, ../sass/screen.scss */
.wrapper .social li img {
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 307, ../sass/screen.scss */
  .wrapper .social li img {
    width: 20px;
    height: 20px;
  }
}
/* line 317, ../sass/screen.scss */
.wrapper .section-products {
  position: relative;
}
/* line 319, ../sass/screen.scss */
.wrapper .section-products .headline {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25%);
}
@media only screen and (max-width: 768px) {
  /* line 323, ../sass/screen.scss */
  .wrapper .section-products .headline img {
    width: 100%;
    height: auto;
  }
}
/* line 330, ../sass/screen.scss */
.wrapper .section-products .products {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  min-height: 920px;
  background: url("../images/products-background.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 240px;
}
@media only screen and (max-width: 1200px) {
  /* line 330, ../sass/screen.scss */
  .wrapper .section-products .products {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 330, ../sass/screen.scss */
  .wrapper .section-products .products {
    padding-top: 150px;
  }
}
/* line 345, ../sass/screen.scss */
.wrapper .section-products .products .products-image {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 345, ../sass/screen.scss */
  .wrapper .section-products .products .products-image {
    width: 100%;
    height: auto;
    max-width: 70%;
    margin-bottom: 60px;
  }
}
/* line 354, ../sass/screen.scss */
.wrapper .section-products .products .column-text {
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  /* line 354, ../sass/screen.scss */
  .wrapper .section-products .products .column-text {
    margin-bottom: 40px;
    z-index: 1;
  }
}
/* line 363, ../sass/screen.scss */
.wrapper .section-products .products .column-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 47px;
  line-height: 1;
  letter-spacing: -0.05em;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  /* line 363, ../sass/screen.scss */
  .wrapper .section-products .products .column-text h1 {
    font-size: 37px;
  }
}
/* line 374, ../sass/screen.scss */
.wrapper .section-products .products .column-text h2 {
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.05em;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  /* line 374, ../sass/screen.scss */
  .wrapper .section-products .products .column-text h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 385, ../sass/screen.scss */
  .wrapper .section-products .products .row {
    flex-direction: column;
  }
}
/* line 391, ../sass/screen.scss */
.wrapper .section-products .cta {
  background-color: #e75012;
  padding: 65px 0 50px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 391, ../sass/screen.scss */
  .wrapper .section-products .cta {
    padding: 25px 0 20px 0;
  }
}
/* line 398, ../sass/screen.scss */
.wrapper .section-products .cta .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 999;
  padding-right: 50px;
}
@media only screen and (max-width: 1600px) {
  /* line 398, ../sass/screen.scss */
  .wrapper .section-products .cta .text {
    flex: 1 1 50%;
    font-size: 36px;
    text-align: center;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 398, ../sass/screen.scss */
  .wrapper .section-products .cta .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 398, ../sass/screen.scss */
  .wrapper .section-products .cta .text {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
  }
}
/* line 422, ../sass/screen.scss */
.wrapper .section-products .cta .text.action {
  padding-right: 7%;
}
/* line 424, ../sass/screen.scss */
.wrapper .section-products .cta .text.action a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
/* line 428, ../sass/screen.scss */
.wrapper .section-products .cta .text.action a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 50%;
  bottom: 4px;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  /* line 428, ../sass/screen.scss */
  .wrapper .section-products .cta .text.action a::after {
    bottom: -2px;
    height: 1px;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 422, ../sass/screen.scss */
  .wrapper .section-products .cta .text.action {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 422, ../sass/screen.scss */
  .wrapper .section-products .cta .text.action {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 453, ../sass/screen.scss */
.wrapper .section-products .cta .slots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
}
@media only screen and (max-width: 1200px) {
  /* line 458, ../sass/screen.scss */
  .wrapper .section-products .cta .slots img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 453, ../sass/screen.scss */
  .wrapper .section-products .cta .slots {
    max-width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 453, ../sass/screen.scss */
  .wrapper .section-products .cta .slots {
    display: none;
  }
}
/* line 475, ../sass/screen.scss */
.wrapper .pretzel-bg {
  position: absolute;
  top: 0;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  /* line 475, ../sass/screen.scss */
  .wrapper .pretzel-bg {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 483, ../sass/screen.scss */
  .wrapper .pretzel-bg img {
    width: 100%;
    height: auto;
  }
}
/* line 491, ../sass/screen.scss */
.wrapper .pretzel-bg-left {
  top: -40px;
  left: 0;
}
@media only screen and (max-width: 1600px) {
  /* line 491, ../sass/screen.scss */
  .wrapper .pretzel-bg-left {
    top: 6vh;
    max-width: 15%;
  }
}
/* line 500, ../sass/screen.scss */
.wrapper .pretzel-bg-right {
  top: -60px;
  right: 0;
}
@media only screen and (max-width: 1600px) {
  /* line 500, ../sass/screen.scss */
  .wrapper .pretzel-bg-right {
    top: 4vh;
    max-width: 15%;
  }
}
/* line 509, ../sass/screen.scss */
.wrapper .pretzel-single {
  position: absolute;
  top: -115px;
  left: 54%;
  z-index: 4;
}
@media only screen and (max-width: 1600px) {
  /* line 514, ../sass/screen.scss */
  .wrapper .pretzel-single img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 509, ../sass/screen.scss */
  .wrapper .pretzel-single {
    top: -12vh;
    left: 55%;
    max-width: 15%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 509, ../sass/screen.scss */
  .wrapper .pretzel-single {
    top: -3vh;
  }
}
@media only screen and (max-width: 768px) {
  /* line 509, ../sass/screen.scss */
  .wrapper .pretzel-single {
    display: none;
  }
}
/* line 533, ../sass/screen.scss */
.wrapper .pretzel-crumb-1 {
  left: 50%;
  top: 50%;
  transform: translate(410%, -100%);
}
/* line 539, ../sass/screen.scss */
.wrapper .pretzel-crumb-0 {
  position: absolute;
  bottom: 45px;
  z-index: 4;
  right: 80px;
}
@media only screen and (max-width: 768px) {
  /* line 539, ../sass/screen.scss */
  .wrapper .pretzel-crumb-0 {
    display: none;
  }
}
/* line 549, ../sass/screen.scss */
.wrapper .section-game {
  background: url("../images/game-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0 40px 0;
  position: relative;
}
/* line 556, ../sass/screen.scss */
.wrapper .section-game .chances {
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.05em;
  display: flex;
  flex-direction: row;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  /* line 556, ../sass/screen.scss */
  .wrapper .section-game .chances {
    position: relative;
    font-size: 15px;
    order: 2;
    margin-right: auto;
  }
}
/* line 570, ../sass/screen.scss */
.wrapper .section-game .chances ul {
  font-size: 0;
  list-style: none;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 570, ../sass/screen.scss */
  .wrapper .section-game .chances ul {
    margin-left: 20px;
  }
}
/* line 577, ../sass/screen.scss */
.wrapper .section-game .chances ul li {
  display: inline-flex;
  width: 28px;
  height: 28px;
  background-color: #e75012;
  margin-right: 20px;
  border-radius: 10px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 577, ../sass/screen.scss */
  .wrapper .section-game .chances ul li {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }
}
/* line 591, ../sass/screen.scss */
.wrapper .section-game .chances ul li:last-of-type {
  margin-right: 0;
}
/* line 594, ../sass/screen.scss */
.wrapper .section-game .chances ul li.disabled {
  opacity: 0.23;
}
/* line 600, ../sass/screen.scss */
.wrapper .section-game .score {
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.05em;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  /* line 600, ../sass/screen.scss */
  .wrapper .section-game .score {
    font-size: 15px;
  }
}
/* line 610, ../sass/screen.scss */
.wrapper .section-game .score span {
  display: inline-flex;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 610, ../sass/screen.scss */
  .wrapper .section-game .score span {
    margin-left: 15px;
  }
}
/* line 618, ../sass/screen.scss */
.wrapper .section-game .coming-soon {
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 618, ../sass/screen.scss */
  .wrapper .section-game .coming-soon {
    order: 1;
    font-size: 15px;
    padding-bottom: 40px;
  }
}
/* line 631, ../sass/screen.scss */
.wrapper .section-game .elephant {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1600px) {
  /* line 636, ../sass/screen.scss */
  .wrapper .section-game .elephant img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 631, ../sass/screen.scss */
  .wrapper .section-game .elephant {
    max-width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 631, ../sass/screen.scss */
  .wrapper .section-game .elephant {
    max-width: 35%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* line 631, ../sass/screen.scss */
  .wrapper .section-game .elephant {
    max-width: none;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 631, ../sass/screen.scss */
  .wrapper .section-game .elephant {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 631, ../sass/screen.scss */
  .wrapper .section-game .elephant {
    max-width: none;
  }
}
/* line 666, ../sass/screen.scss */
.wrapper .section-game .pretzels {
  padding: 8vh 0 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  /* line 666, ../sass/screen.scss */
  .wrapper .section-game .pretzels {
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 666, ../sass/screen.scss */
  .wrapper .section-game .pretzels {
    max-width: 80%;
  }
}
/* line 681, ../sass/screen.scss */
.wrapper .section-game .pretzels .pretzel {
  max-width: 14%;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* line 681, ../sass/screen.scss */
  .wrapper .section-game .pretzels .pretzel {
    max-width: 20%;
  }
}
/* line 690, ../sass/screen.scss */
.wrapper .section-game .pretzels .pretzel img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 681, ../sass/screen.scss */
  .wrapper .section-game .pretzels .pretzel {
    max-width: 20%;
  }
}
/* line 699, ../sass/screen.scss */
.wrapper .section-game .logo {
  position: absolute;
  bottom: 40px;
  left: 2%;
}
@media only screen and (max-width: 768px) {
  /* line 699, ../sass/screen.scss */
  .wrapper .section-game .logo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 707, ../sass/screen.scss */
  .wrapper .section-game .row {
    flex-direction: column;
  }
}
/* line 713, ../sass/screen.scss */
.wrapper .footer {
  padding: 65px 0 45px;
  background-color: #d91917;
  border-top: 1px solid #000;
}
/* line 717, ../sass/screen.scss */
.wrapper .footer .rights {
  flex: 1 1 auto;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 111px;
}
@media only screen and (max-width: 768px) {
  /* line 717, ../sass/screen.scss */
  .wrapper .footer .rights {
    padding-left: 0;
    text-align: left;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 713, ../sass/screen.scss */
  .wrapper .footer {
    padding: 25px 0 25px;
  }
}
