/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%; }

/* ---------------- Media Queries ---------------- */
/* =============
    Variables
============= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* =============
    Base
============= */
body {
  background-image: url("../img/events_blue.png");
  background-size: contain;
  background-position: fixed;
  width: 100%; }

/* =============
    Typography
============= */
body {
  font-family: 'Roboto', sans-serif;
  color: #221e44;
  font-weight: 500; }

h1 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 50pt; }

h2 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 36pt; }

h3 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 28pt; }

h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 22pt; }

h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16pt; }
  h5 > span {
    font-size: 18pt;
    font-weight: 900; }

h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 16pt; }

ul li {
  list-style: none; }
  ul li a {
    text-decoration: none;
    color: #221e44; }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 32pt; }
  h2 {
    font-size: 24pt;
    font-weight: 600; }
  h3 {
    font-size: 20pt; }
  h4 {
    font-size: 18pt; }
  h5 {
    font-size: 16pt; }
  h6 {
    font-size: 14pt; } }

/* =============
    Buttons
============= */
/* =============
    Forms
============= */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  box-shadow: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  box-shadow: none; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none; }

/* =============
    Navigation
============= */
/* =============
    Header
============= */
#header {
  margin-top: -100px;
  background-image: url("../img/main_page/montage.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 1000px; }
  #header > #nav {
    margin-top: 50px;
    margin-left: 70%; }
    #header > #nav > li {
      margin-bottom: 20px;
      text-align: right; }
      #header > #nav > li > a > #buy {
        padding: 10px 0;
        padding-right: 10%;
        background-image: url("../img/title_plates/purple_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover; }
      #header > #nav > li > a > #rules {
        padding: 10px 0;
        padding-right: 10%;
        background-image: url("../img/title_plates/blue_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover; }
      #header > #nav > li > a > #twitter {
        padding: 10px 0;
        padding-right: 10%;
        background-image: url("../img/title_plates/pink_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover; }
      #header > #nav > li > a:hover > #buy,
      #header > #nav > li a:visited > #buy {
        padding: 10px 0;
        padding-right: 10%;
        background-image: url("../img/title_plates/purple2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover; }
      #header > #nav > li > a:hover > #rules,
      #header > #nav > li a:visited > #rules {
        padding: 10px 0;
        padding-right: 10%;
        background-image: url("../img/title_plates/blue2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover; }
      #header > #nav > li > a:hover > #twitter,
      #header > #nav > li a:visited > #twitter {
        padding: 10px 0;
        padding-right: 10%;
        background-image: url("../img/title_plates/pink2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover; }
  #header > #logo > img {
    margin-top: 15%;
    margin-left: 75%;
    height: 250px; }
  #header > #mobile {
    display: none; }

@media screen and (max-width: 1400px) {
  #header {
    margin-top: -75px;
    height: 800px; }
    #header > #logo {
      margin-right: 2%;
      text-align: right; }
      #header > #logo > img {
        margin-top: 15%;
        margin-left: 0%;
        height: 200px; } }

@media screen and (max-width: 1150px) {
  #header {
    margin-top: -75px;
    height: 800px; }
    #header > #logo {
      margin-right: 2%;
      text-align: right; }
      #header > #logo > img {
        margin-top: 20%;
        margin-left: 0%;
        height: 175px; } }

@media screen and (max-width: 900px) {
  #header {
    margin-top: -50px;
    height: 700px; }
    #header > #nav {
      margin-top: 50px;
      margin-left: 70%; }
    #header > #logo > img {
      margin-top: 20%;
      margin-left: 0%;
      height: 150px; } }

@media screen and (max-width: 700px) {
  #header {
    margin-bottom: 120px;
    margin-top: 10px;
    background-image: none;
    height: 100%; }
    #header > #nav {
      margin-top: 30px;
      margin-left: 0; }
      #header > #nav > li {
        margin-bottom: 30px; }
        #header > #nav > li > a > #buy {
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 10%;
          background-image: url("../img/title_plates/purple_left.png");
          background-position: right;
          text-align: left; }
        #header > #nav > li > a > #rules {
          margin-left: 10%;
          padding-right: 10%;
          background-image: url("../img/title_plates/blue_right.png");
          text-align: right; }
        #header > #nav > li > a > #twitter {
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 10%;
          background-image: url("../img/title_plates/pink_left.png");
          background-position: right;
          text-align: left; }
        #header > #nav > li > a:hover > #buy,
        #header > #nav > li a:visited > #buy {
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 10%;
          background-image: url("../img/title_plates/purple2_left.png");
          background-position: right;
          text-align: left; }
        #header > #nav > li > a:hover > #rules,
        #header > #nav > li a:visited > #rules {
          margin-left: 10%;
          padding-right: 10%;
          background-image: url("../img/title_plates/blue2_right.png");
          text-align: right; }
        #header > #nav > li > a:hover > #twitter,
        #header > #nav > li a:visited > #twitter {
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 10%;
          background-image: url("../img/title_plates/pink2_left.png");
          background-position: right;
          text-align: left; }
    #header > #logo {
      display: none; }
    #header > #mobile {
      display: block;
      text-align: center; }
      #header > #mobile > img {
        width: 80%; } }

@media screen and (max-width: 500px) {
  #header {
    margin-bottom: 30px;
    margin-top: 30px; } }

/* =============
    Footer
============= */
#footer {
  text-align: center;
  margin-bottom: 80px; }
  #footer > a > img {
    height: 300px; }

@media screen and (max-width: 650px) {
  > a > img {
    height: 225px; } }

/* =============
   Arena Rules Header
============= */
#arena-header {
  text-align: right; }
  #arena-header > #nav {
    margin-top: 50px;
    margin-left: 70%; }
    #arena-header > #nav > li {
      margin-bottom: 20px;
      font-size: 28pt; }
      #arena-header > #nav > li > a > #home {
        background-image: url("../img/title_plates/blue_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #arena-header > #nav > li > a > #rules {
        background-image: url("../img/title_plates/pink_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #arena-header > #nav > li > a > #print {
        background-image: url("../img/title_plates/yellow_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #arena-header > #nav > li > a:hover > #home,
      #arena-header > #nav > li a:visited > #home {
        background-image: url("../img/title_plates/blue2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #arena-header > #nav > li > a:hover > #rules,
      #arena-header > #nav > li a:visited > #rules {
        background-image: url("../img/title_plates/pink2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #arena-header > #nav > li > a:hover > #print,
      #arena-header > #nav > li a:visited > #print {
        background-image: url("../img/title_plates/yellow2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }

@media screen and (max-width: 1400px) {
  #arena-header > #nav {
    margin-left: 65%; } }

@media screen and (max-width: 1150px) {
  #arena-header > #nav {
    margin-left: 60%; } }

@media screen and (max-width: 1000px) {
  #arena-header > #nav {
    margin-left: 55%; } }

@media screen and (max-width: 900px) {
  #arena-header > #nav {
    margin-left: 50%; } }

@media screen and (max-width: 800px) {
  #arena-header > #nav {
    margin-left: 40%; } }

@media screen and (max-width: 600px) {
  #arena-header {
    margin-bottom: 30px; }
    #arena-header > #nav {
      margin-top: 30px;
      margin-left: 0px; }
      #arena-header > #nav > li {
        margin-bottom: 30px; }
        #arena-header > #nav > li > a > #home {
          background-image: url("../img/title_plates/blue_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; }
        #arena-header > #nav > li > a > #rules {
          background-image: url("../img/title_plates/pink_right.png");
          background-position: left;
          margin-left: 10%;
          padding-right: 5%; }
        #arena-header > #nav > li > a > #print {
          background-image: url("../img/title_plates/yellow_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; }
        #arena-header > #nav > li > a:hover > #home,
        #arena-header > #nav > li a:visited > #home {
          background-image: url("../img/title_plates/blue2_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; }
        #arena-header > #nav > li > a:hover > #rules,
        #arena-header > #nav > li a:visited > #rules {
          background-image: url("../img/title_plates/pink2_right.png");
          background-position: left;
          margin-left: 10%;
          padding-right: 5%; }
        #arena-header > #nav > li > a:hover > #print,
        #arena-header > #nav > li a:visited > #print {
          background-image: url("../img/title_plates/yellow2_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; } }

/* =============
Arena Footer
============= */
#arena-footer {
  text-align: center;
  margin-bottom: 80px; }
  #arena-footer > a > img {
    height: 300px; }

@media screen and (max-width: 650px) {
  #rules-footer {
    margin-bottom: 60px; }
    #rules-footer > a > img {
      height: 225px; } }

/* =============
   Standard Rules Header
============= */
#rules-header {
  text-align: right; }
  #rules-header > #nav {
    margin-top: 50px;
    margin-left: 70%; }
    #rules-header > #nav > li {
      font-size: 28pt;
      margin-bottom: 20px; }
      #rules-header > #nav > li > a > #home {
        background-image: url("../img/title_plates/blue_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-header > #nav > li > a > #arena {
        background-image: url("../img/title_plates/pink_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-header > #nav > li > a > #print {
        background-image: url("../img/title_plates/yellow_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-header > #nav > li > a:hover > #home,
      #rules-header > #nav > li a:visited > #home {
        background-image: url("../img/title_plates/blue2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-header > #nav > li > a:hover > #arena,
      #rules-header > #nav > li a:visited > #arena {
        background-image: url("../img/title_plates/pink2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-header > #nav > li > a:hover > #print,
      #rules-header > #nav > li a:visited > #print {
        background-image: url("../img/title_plates/yellow2_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px; }

@media screen and (max-width: 1400px) {
  #rules-header > #nav {
    margin-left: 65%; } }

@media screen and (max-width: 1150px) {
  #rules-header > #nav {
    margin-left: 60%; } }

@media screen and (max-width: 1000px) {
  #rules-header > #nav {
    margin-left: 55%; } }

@media screen and (max-width: 900px) {
  #rules-header > #nav {
    margin-left: 50%; } }

@media screen and (max-width: 600px) {
  #rules-header {
    margin-bottom: 30px; }
    #rules-header > #nav {
      margin-top: 30px;
      margin-left: 0px; }
      #rules-header > #nav > li {
        margin-bottom: 30px; }
        #rules-header > #nav > li > a > #home {
          background-image: url("../img/title_plates/blue_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; }
        #rules-header > #nav > li > a > #arena {
          margin-left: 10%;
          padding-right: 5%; }
        #rules-header > #nav > li > a > #print {
          background-image: url("../img/title_plates/yellow_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; }
        #rules-header > #nav > li > a:hover > #home,
        #rules-header > #nav > li a:visited > #home {
          background-image: url("../img/title_plates/blue2_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; }
        #rules-header > #nav > li > a:hover > #arena,
        #rules-header > #nav > li a:visited > #arena {
          margin-left: 10%;
          padding-right: 5%; }
        #rules-header > #nav > li > a:hover > #print,
        #rules-header > #nav > li a:visited > #print {
          background-image: url("../img/title_plates/yellow2_left.png");
          background-position: right;
          text-align: left;
          margin-left: -50px;
          margin-right: 10%;
          padding-left: 5%; } }

/* =============
Rules Footer
============= */
#rules-footer {
  text-align: center;
  margin-bottom: 80px; }
  #rules-footer > a > img {
    height: 300px; }

@media screen and (max-width: 650px) {
  #rules-footer {
    margin-bottom: 60px; }
    #rules-footer > a > img {
      height: 225px; } }

/* =============
    Section 1
============= */
#section-1 {
  margin-bottom: 40px;
  margin-top: -25px;
  position: relative; }
  #section-1 > div {
    position: absolute;
    right: 5px;
    bottom: -40px; }
    #section-1 > div > img {
      height: 450px; }
  #section-1 > section {
    background-image: url("../img/main_page/desktop/box_1.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #section-1 > section > section {
      padding-top: 120px;
      padding-bottom: 120px;
      display: grid;
      grid-template-columns: 50% 5% 40%;
      grid-template-areas: "title . picture " "text . picture "; }
      #section-1 > section > section > #title {
        grid-area: title; }
        #section-1 > section > section > #title > h1 {
          background-image: url("../img/title_plates/yellow_left.png");
          background-position: right;
          background-size: cover;
          background-repeat: none;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px;
          margin-right: 20%; }
      #section-1 > section > section > #text {
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        grid-area: text;
        text-align: center;
        margin-left: 10%;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 20px;
        padding: 10px 20px; }
      #section-1 > section > section > aside {
        grid-area: picture;
        text-align: center;
        margin: auto 0; }
        #section-1 > section > section > aside > img {
          width: 500px;
          border-radius: 20px; }

@media screen and (max-width: 1100px) {
  #section-1 > div > img {
    height: 400px; }
  #section-1 > section > section > aside > img {
    width: 400px; } }

@media screen and (max-width: 900px) {
  #section-1 > div > img {
    height: 350px; }
  #section-1 > section > section > aside > img {
    width: 350px; } }

@media screen and (max-width: 800px) {
  #section-1 > div > img {
    height: 350px; }
  #section-1 > section > section > aside > img {
    width: 320px; } }

@media screen and (max-width: 750px) {
  #section-1 > div > img {
    height: 325px; }
  #section-1 > section > section > aside > img {
    width: 300px; } }

@media screen and (max-width: 650px) {
  #section-1 {
    margin-bottom: 30px;
    margin-top: 60px; }
    #section-1 > div {
      right: 5%;
      bottom: -40px; }
      #section-1 > div > img {
        height: 300px; }
    #section-1 > section {
      background-image: url("../img/main_page/mobile/box_1.png"); }
      #section-1 > section > section {
        padding-top: 90px;
        padding-bottom: 110px;
        display: block; }
        #section-1 > section > section > #title > h1 {
          margin-right: 20%;
          text-align: left;
          padding-left: 10%; }
        #section-1 > section > section > #text {
          margin: 0 10%;
          margin-bottom: 15px; } }

/* =============
    Section 2
============= */
#section-2 > #sweets {
  background-image: url("../img/main_page/desktop/box_2.png"); }
  #section-2 > #sweets:before {
    margin: 50px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: left;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fac600 95%);
    width: 30%; }
  #section-2 > #sweets:after {
    margin: 50px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fac600 95%);
    width: 30%; }
  #section-2 > #sweets > #sweets-container {
    padding-top: 60px;
    padding-bottom: 60px; }

#section-2 > #daydream {
  background-image: url("../img/main_page/desktop/box_3.png"); }
  #section-2 > #daydream:before {
    margin: 80px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: left;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #53ba90 95%);
    width: 30%; }
  #section-2 > #daydream:after {
    margin: 80px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #53ba90 95%);
    width: 30%; }
  #section-2 > #daydream > #daydream-container {
    padding-top: 105px;
    padding-bottom: 105px; }

#section-2 > #garden {
  background-image: url("../img/main_page/desktop/box_4.png"); }
  #section-2 > #garden:before {
    margin: 80px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: left;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #9e6db5 95%);
    width: 30%; }
  #section-2 > #garden:after {
    margin: 80px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #9e6db5 95%);
    width: 30%; }
  #section-2 > #garden > #garden-container {
    padding-top: 95px;
    padding-bottom: 90px; }

#section-2 > #nightmare {
  background-image: url("../img/main_page/desktop/box_5.png"); }
  #section-2 > #nightmare:before {
    margin: 70px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: left;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #4ac9ff 95%);
    width: 30%; }
  #section-2 > #nightmare:after {
    margin: 70px 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #4ac9ff 95%);
    width: 30%; }
  #section-2 > #nightmare > #nightmare-container {
    padding-top: 75px;
    padding-bottom: 75px; }

#section-2 > section {
  margin-bottom: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative; }
  #section-2 > section > #ono {
    position: absolute;
    top: -200px;
    right: 5%;
    z-index: 1; }
    #section-2 > section > #ono > img {
      width: 250px; }
  #section-2 > section > #dragon {
    position: absolute;
    top: -200px;
    left: 5%;
    z-index: 1; }
    #section-2 > section > #dragon > img {
      width: 250px; }
  #section-2 > section > #cherry {
    position: absolute;
    top: -125px;
    left: 5%;
    z-index: 1; }
    #section-2 > section > #cherry > img {
      width: 320px; }
  #section-2 > section > .button {
    background-color: Transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 40%;
    z-index: 2; }
    #section-2 > section > .button > img {
      opacity: 50%;
      width: 100px; }
  #section-2 > section > .button:hover > img {
    opacity: 80%; }
  #section-2 > section > .button:active > img {
    opacity: 100%; }
  #section-2 > section > .right {
    right: 0; }
  #section-2 > section > .left {
    left: 0; }
  #section-2 > section > ul {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-left: 640px;
    padding-right: 640px;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    #section-2 > section > ul > li {
      scroll-snap-align: center;
      display: inline-block;
      text-align: center;
      text-decoration: none; }
      #section-2 > section > ul > li > img {
        border-radius: 20px;
        padding: 10px;
        width: 300px; }
  #section-2 > section > ul::-webkit-scrollbar {
    display: none; }

@media screen and (max-width: 1200px) {
  #section-2 > section > ul {
    padding-left: 400px;
    padding-right: 400px; } }

@media screen and (max-width: 800px) {
  #section-2 > #sweets {
    background-image: url("../img/main_page/mobile/box_2.png"); }
    #section-2 > #sweets:before {
      width: 20%; }
    #section-2 > #sweets:after {
      width: 20%; }
  #section-2 > #daydream {
    background-image: url("../img/main_page/mobile/box_3.png"); }
    #section-2 > #daydream:before {
      width: 20%; }
    #section-2 > #daydream:after {
      width: 20%; }
  #section-2 > #garden {
    background-image: url("../img/main_page/mobile/box_4.png"); }
    #section-2 > #garden:before {
      width: 20%; }
    #section-2 > #garden:after {
      width: 20%; }
  #section-2 > #nightmare {
    background-image: url("../img/main_page/mobile/box_5.png"); }
    #section-2 > #nightmare:before {
      width: 20%; }
    #section-2 > #nightmare:after {
      width: 20%; }
  #section-2 > section > ul {
    padding-left: 200px;
    padding-right: 200px; } }

@media screen and (max-width: 600px) {
  #section-2 > #sweets {
    background-image: url("../img/main_page/mobile/box_2.png"); }
    #section-2 > #sweets:before {
      width: 10%; }
    #section-2 > #sweets:after {
      width: 10%; }
    #section-2 > #sweets > #sweets-container {
      padding-top: 55px;
      padding-bottom: 55px; }
  #section-2 > #daydream {
    background-image: url("../img/main_page/mobile/box_3.png"); }
    #section-2 > #daydream:before {
      width: 10%; }
    #section-2 > #daydream:after {
      width: 10%; }
    #section-2 > #daydream > #daydream-container {
      padding-top: 110px;
      padding-bottom: 110px; }
  #section-2 > #garden {
    background-image: url("../img/main_page/mobile/box_4.png"); }
    #section-2 > #garden:before {
      width: 10%; }
    #section-2 > #garden:after {
      width: 10%; }
    #section-2 > #garden > #garden-container {
      padding-top: 100px;
      padding-bottom: 100px; }
  #section-2 > #nightmare {
    background-image: url("../img/main_page/mobile/box_5.png"); }
    #section-2 > #nightmare:before {
      width: 10%; }
    #section-2 > #nightmare:after {
      width: 10%; }
    #section-2 > #nightmare > #nightmare-container {
      padding-top: 85px;
      padding-bottom: 80px; }
  #section-2 > section > #ono {
    top: -100px;
    right: 5px; }
    #section-2 > section > #ono > img {
      width: 165px; }
  #section-2 > section > #dragon {
    top: -100px;
    left: 5px; }
    #section-2 > section > #dragon > img {
      width: 175px; }
  #section-2 > section > #cherry {
    top: -75px;
    left: 5px; }
    #section-2 > section > #cherry > img {
      width: 220px; }
  #section-2 > section > .button > img {
    width: 60px; }
  #section-2 > section > .button:hover > img {
    width: 60px; }
  #section-2 > section > .button:active > img {
    width: 60px; }
  #section-2 > section > ul {
    padding-left: 100px;
    padding-right: 100px; } }

@media screen and (max-width: 500px) {
  #section-2 > section > ul {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 400px) {
  #section-2 > section > ul {
    padding-left: 0;
    padding-right: 0; } }

/* =============
    Section 3
============= */
#section-3 {
  margin-bottom: 40px;
  position: relative; }
  #section-3 > div {
    position: absolute;
    top: -125px;
    left: 10%; }
    #section-3 > div > img {
      height: 300px; }
  #section-3 > section {
    background-image: url("../img/main_page/desktop/box_6.png");
    background-position: center;
    background-size: cover;
    background-repeat: none; }
    #section-3 > section > div {
      padding-top: 90px;
      padding-bottom: 110px; }
      #section-3 > section > div > h1 {
        background-image: url("../img/title_plates/green_right.png");
        background-repeat: none;
        background-position: right;
        background-size: cover;
        text-align: center;
        margin-left: 40%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #section-3 > section > div > #questions {
        display: grid;
        grid-template-columns: 10% 1fr 5% 1fr 10%;
        grid-template-areas: ". q1 . q4 ." ". q2 . q5 ." ". q3 . q6 ."; }
        #section-3 > section > div > #questions > div {
          background-image: url("../img/text-box.png");
          background-position: center;
          background-size: cover;
          border-radius: 20px;
          margin-bottom: 20px;
          padding: 10px 20px; }
          #section-3 > section > div > #questions > div > h4 {
            margin-bottom: 10px; }
        #section-3 > section > div > #questions > #q1 {
          grid-area: q1; }
        #section-3 > section > div > #questions > #q2 {
          grid-area: q2; }
        #section-3 > section > div > #questions > #q3 {
          grid-area: q3; }
        #section-3 > section > div > #questions > #q4 {
          grid-area: q4; }
        #section-3 > section > div > #questions > #q5 {
          grid-area: q5; }
        #section-3 > section > div > #questions > #q6 {
          grid-area: q6; }

@media screen and (max-width: 800px) {
  #section-3 {
    margin-bottom: 30px; }
    #section-3 > div {
      top: -40px;
      left: 5px; }
      #section-3 > div > img {
        height: 170px; }
    #section-3 > section {
      background-image: url("../img/main_page/mobile/box_6.png");
      background-position: center;
      background-size: cover;
      background-repeat: none; }
      #section-3 > section > div {
        padding-top: 100px;
        padding-bottom: 110px; }
        #section-3 > section > div > h1 {
          text-align: right;
          margin-left: 20%;
          padding-right: 10%; }
        #section-3 > section > div > #questions {
          display: block;
          text-align: left;
          margin: auto 10%; }
          #section-3 > section > div > #questions > div {
            padding: 10px 20px; } }

@media screen and (max-width: 500px) {
  #section-3 > section > div > #questions {
    text-align: center; } }

/* =============
    Section 4
============= */
#section-4 {
  margin-bottom: 80px;
  position: relative; }
  #section-4 > div {
    position: absolute;
    top: -200px;
    right: 5%; }
    #section-4 > div > img {
      width: 260px; }
  #section-4 > section {
    background-image: url("../img/main_page/desktop/box_2.png");
    background-position: center;
    background-size: cover;
    background-repeat: none; }
    #section-4 > section > section {
      padding-top: 30px;
      padding-bottom: 70px; }
      #section-4 > section > section > h1 {
        background-image: url("../img/title_plates/purple_left.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        padding-right: 25%;
        margin-right: 20%;
        padding-top: 10px;
        padding-bottom: 10px; }
      #section-4 > section > section > #text {
        text-align: center; }
        #section-4 > section > section > #text > h6 {
          background-image: url("../img/text-box.png");
          background-position: center;
          background-size: cover;
          border-radius: 20px;
          padding: 10px 20px;
          margin: 0 auto;
          max-width: 400px; }

@media screen and (max-width: 600px) {
  #section-4 {
    margin-bottom: 60px;
    position: relative; }
    #section-4 > div {
      position: absolute;
      top: -50px;
      right: 5px; }
      #section-4 > div > img {
        width: 150px; }
    #section-4 > section {
      background-image: url("../img/main_page/mobile/box_2.png"); }
      #section-4 > section > section {
        padding-top: 30px;
        padding-bottom: 30px; }
        #section-4 > section > section > h1 {
          text-align: left;
          margin-right: 20%;
          padding-left: 10%; }
        #section-4 > section > section > #text {
          margin-bottom: 30px; }
          #section-4 > section > section > #text > h6 {
            margin: 0 10%;
            text-align: center; } }

/* =============
Rules Section 1
============= */
#rules-section-1 {
  margin-bottom: 80px;
  margin-top: 40px;
  position: relative; }
  #rules-section-1 > div {
    position: absolute;
    top: -250px;
    right: 30%; }
    #rules-section-1 > div > img {
      width: 300px; }
  #rules-section-1 > section > h1 {
    background-image: url("../img/title_plates/green_left.png");
    background-repeat: none;
    background-position: right;
    background-size: cover;
    margin-bottom: 20px;
    margin-right: 20%;
    padding-left: 10%;
    padding-right: 15%; }
  #rules-section-1 > section > h5 {
    background-image: url("../img/text-box.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }

@media screen and (max-width: 1400px) {
  #rules-section-1 > div {
    top: -200px;
    right: 30%; }
    #rules-section-1 > div > img {
      width: 250px; } }

@media screen and (max-width: 1050px) {
  #rules-section-1 > div {
    top: -150px;
    right: 30%; }
    #rules-section-1 > div > img {
      width: 180px; } }

@media screen and (max-width: 1000px) {
  #rules-section-1 > div {
    top: -50px;
    right: 25%; }
    #rules-section-1 > div > img {
      width: 130px; } }

@media screen and (max-width: 600px) {
  #rules-section-1 {
    margin-bottom: 60px;
    margin-top: 30px; }
    #rules-section-1 > div {
      top: -50px;
      right: 10px; }
      #rules-section-1 > div > img {
        width: 105px; }
    #rules-section-1 > section > h1 {
      margin-bottom: 30px;
      margin-right: 2%;
      padding-left: 5%; }
    #rules-section-1 > section > h5 {
      text-align: justify;
      margin-left: 5%;
      margin-right: 5%; } }

/* =============
Rules Section 2
============= */
#rules-section-2 {
  margin-bottom: 40px;
  position: relative; }
  #rules-section-2 > div {
    position: absolute;
    top: -50px;
    left: 10%; }
    #rules-section-2 > div > img {
      width: 300px; }
  #rules-section-2 > section {
    background-image: url("../img/rules_page/desktop/box_1.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #rules-section-2 > section > div {
      padding-top: 85px;
      padding-bottom: 110px; }
      #rules-section-2 > section > div > h2 {
        background-image: url("../img/title_plates/purple_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        margin-left: 20%;
        padding-right: 10%;
        padding-left: 15%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-section-2 > section > div > div {
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px;
        margin: 0 10%;
        margin-bottom: 20px; }

@media screen and (max-width: 1100px) {
  #rules-section-2 > div {
    top: -50px;
    left: 8%; }
    #rules-section-2 > div > img {
      width: 275px; } }

@media screen and (max-width: 800px) {
  #rules-section-2 > div {
    top: -50px;
    left: 5%; }
    #rules-section-2 > div > img {
      width: 250px; } }

@media screen and (max-width: 600px) {
  #rules-section-2 {
    margin-bottom: 30px; }
    #rules-section-2 > div {
      top: -25px;
      left: 5px; }
      #rules-section-2 > div > img {
        width: 160px; }
    #rules-section-2 > section {
      background-image: url("../img/rules_page/mobile/box_1.png"); }
      #rules-section-2 > section > div {
        padding-top: 95px;
        padding-bottom: 100px; }
        #rules-section-2 > section > div > h2 {
          margin-left: 2%;
          padding-right: 5%;
          margin-bottom: 30px; }
        #rules-section-2 > section > div > div > h5 {
          text-align: justify;
          margin: 0 5%; } }

/* =============
Rules Section 3
============= */
#rules-section-3 {
  margin-bottom: 40px;
  position: relative; }
  #rules-section-3 > div {
    position: absolute;
    top: -100px;
    right: 25%; }
    #rules-section-3 > div > img {
      height: 275px; }
  #rules-section-3 > section {
    background-image: url("../img/rules_page/desktop/box_2.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #rules-section-3 > section > div {
      padding-top: 50px;
      padding-bottom: 60px; }
      #rules-section-3 > section > div > h2 {
        background-image: url("../img/title_plates/blue_left.png");
        background-repeat: none;
        background-position: right;
        background-size: cover;
        margin-right: 20%;
        padding-left: 10%;
        padding-right: 15%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-section-3 > section > div > div {
        margin: 0 10%;
        display: grid;
        grid-template-columns: 1fr 5% 10fr;
        grid-template-areas: "number . text";
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px;
        margin-bottom: 20px; }
        #rules-section-3 > section > div > div > h1 {
          grid-area: number;
          margin: auto 0; }
        #rules-section-3 > section > div > div > h5 {
          grid-area: text; }

@media screen and (max-width: 1100px) {
  #rules-section-3 > div {
    top: -100px;
    right: 10%; }
    #rules-section-3 > div > img {
      height: 250px; } }

@media screen and (max-width: 800px) {
  #rules-section-3 > div {
    top: -100px;
    right: 5%; }
    #rules-section-3 > div > img {
      height: 225px; } }

@media screen and (max-width: 600px) {
  #rules-section-3 {
    margin-bottom: 30px; }
    #rules-section-3 > div {
      top: -75px;
      right: 5px; }
      #rules-section-3 > div > img {
        height: 160px; }
    #rules-section-3 > section {
      background-image: url("../img/rules_page/mobile/box_2.png"); }
      #rules-section-3 > section > div > h2 {
        margin-right: 2%;
        padding-left: 5%;
        margin-bottom: 30px; }
      #rules-section-3 > section > div > div {
        margin: 0 5%;
        display: block;
        margin-bottom: 15px; }
        #rules-section-3 > section > div > div > h1 {
          display: none; }
        #rules-section-3 > section > div > div > h5 {
          text-align: justify; } }

/* =============
Rules Section 4
============= */
#rules-section-4 {
  margin-bottom: 40px;
  position: relative; }
  #rules-section-4 > div {
    position: absolute;
    top: -125px;
    left: 30%; }
    #rules-section-4 > div > img {
      width: 200px; }
  #rules-section-4 > section {
    background-image: url("../img/rules_page/desktop/box_3.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #rules-section-4 > section > div {
      padding-top: 90px;
      padding-bottom: 130px; }
      #rules-section-4 > section > div > h2 {
        background-image: url("../img/title_plates/pink_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        padding-right: 10%;
        padding-left: 15%;
        margin-left: 20%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-section-4 > section > div > div {
        margin: 20px 10%;
        margin-bottom: 50px;
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px; }
        #rules-section-4 > section > div > div > h5 {
          margin-bottom: 20px; }
      #rules-section-4 > section > div > aside {
        margin-top: 20px;
        margin: 0 10%;
        text-align: center;
        position: relative;
        padding-bottom: 32.97%;
        height: 0; }
        #rules-section-4 > section > div > aside > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          max-width: 1778px;
          max-height: 764px; }

@media screen and (max-width: 1100px) {
  #rules-section-4 > div {
    top: -125px;
    left: 20%; }
    #rules-section-4 > div > img {
      width: 175px; } }

@media screen and (max-width: 800px) {
  #rules-section-4 > div {
    top: -125px;
    left: 10%; }
    #rules-section-4 > div > img {
      width: 150px; } }

@media screen and (max-width: 600px) {
  #rules-section-4 {
    margin-bottom: 30px; }
    #rules-section-4 > div {
      top: -75px;
      left: 5px; }
      #rules-section-4 > div > img {
        width: 125px; }
    #rules-section-4 > section {
      background-image: url("../img/rules_page/mobile/box_3.png"); }
      #rules-section-4 > section > div > h2 {
        padding-right: 5%;
        margin-left: 2%;
        margin-bottom: 30px; }
      #rules-section-4 > section > div > div {
        margin: 0 5%; }
        #rules-section-4 > section > div > div > h5 {
          margin-bottom: 15px;
          text-align: justify; }
      #rules-section-4 > section > div > aside {
        margin-top: 15px; } }

/* =============
Rules Section 5
============= */
#rules-section-5 {
  margin-bottom: 40px;
  position: relative; }
  #rules-section-5 > div {
    position: absolute;
    top: -170px;
    right: 15%; }
    #rules-section-5 > div > img {
      height: 350px; }
  #rules-section-5 > section {
    background-image: url("../img/rules_page/desktop/box_4.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #rules-section-5 > section > div {
      padding-top: 60px;
      padding-bottom: 90px; }
      #rules-section-5 > section > div > h2 {
        background-image: url("../img/title_plates/yellow_left.png");
        background-repeat: none;
        background-position: right;
        background-size: cover;
        padding-left: 10%;
        margin-right: 20%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-section-5 > section > div > div {
        margin: 0 10%; }
        #rules-section-5 > section > div > div > h5 {
          margin-bottom: 20px;
          background-image: url("../img/text-box.png");
          background-position: center;
          background-size: cover;
          border-radius: 20px;
          padding: 10px 20px; }

@media screen and (max-width: 1100px) {
  #rules-section-5 > div {
    top: -170px;
    right: 10%; }
    #rules-section-5 > div > img {
      height: 325px; } }

@media screen and (max-width: 800px) {
  #rules-section-5 > div {
    top: -170px;
    right: 5%; }
    #rules-section-5 > div > img {
      height: 275px; } }

@media screen and (max-width: 600px) {
  #rules-section-5 {
    margin-bottom: 30px; }
    #rules-section-5 > div {
      top: -170px;
      right: 5px; }
      #rules-section-5 > div > img {
        height: 190px; }
    #rules-section-5 > section {
      background-image: url("../img/rules_page/mobile/box_4.png"); }
      #rules-section-5 > section > div {
        padding-top: 80px;
        padding-bottom: 90px; }
        #rules-section-5 > section > div > h2 {
          padding-left: 5%;
          margin-right: 2%;
          margin-bottom: 30px; }
        #rules-section-5 > section > div > div {
          margin: 0 5%; }
          #rules-section-5 > section > div > div > h5 {
            text-align: justify;
            margin-bottom: 15px; } }

/* =============
Rules Section 6
============= */
#rules-section-6 {
  margin-bottom: 80px;
  position: relative; }
  #rules-section-6 > div {
    position: absolute;
    top: -125px;
    left: 40%; }
    #rules-section-6 > div > img {
      height: 330px; }
  #rules-section-6 > section {
    background-image: url("../img/rules_page/desktop/box_5.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #rules-section-6 > section > div {
      padding-top: 60px;
      padding-bottom: 80px; }
      #rules-section-6 > section > div > h2 {
        background-image: url("../img/title_plates/green_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        margin-left: 20%;
        padding-right: 10%;
        padding-left: 15%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
      #rules-section-6 > section > div > div {
        margin: 0 10%;
        margin-bottom: 20px;
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: 1fr 5% 9fr;
        grid-template-areas: "number . text"; }
        #rules-section-6 > section > div > div > h1 {
          grid-area: number;
          text-align: center;
          margin: auto; }
        #rules-section-6 > section > div > div > h5 {
          grid-area: text; }

@media screen and (max-width: 1100px) {
  #rules-section-6 > div {
    top: -125px;
    left: 20%; }
    #rules-section-6 > div > img {
      height: 290px; } }

@media screen and (max-width: 800px) {
  #rules-section-6 > div {
    top: -125px;
    left: 10%; }
    #rules-section-6 > div > img {
      height: 260px; } }

@media screen and (max-width: 600px) {
  #rules-section-6 {
    margin-bottom: 60px; }
    #rules-section-6 > div {
      top: -90px;
      left: 5px; }
      #rules-section-6 > div > img {
        height: 180px; }
    #rules-section-6 > section {
      background-image: url("../img/rules_page/mobile/box_5.png"); }
      #rules-section-6 > section > div {
        padding-top: 70px;
        padding-bottom: 85px; }
        #rules-section-6 > section > div > h2 {
          text-align: right;
          margin-left: 2%;
          padding-right: 5%;
          margin-bottom: 30px; }
        #rules-section-6 > section > div > div {
          margin: 0 5%;
          display: block;
          margin-bottom: 15px; }
          #rules-section-6 > section > div > div > h1 {
            display: none; }
          #rules-section-6 > section > div > div > h5 {
            text-align: justify; } }

/* =============
Arena Section 1
============= */
#arena-section-1 {
  margin-bottom: 80px;
  margin-top: 40px;
  position: relative; }
  #arena-section-1 > div {
    position: absolute;
    top: -225px;
    right: 30%; }
    #arena-section-1 > div > img {
      height: 325px; }
  #arena-section-1 > section > h1 {
    background-image: url("../img/title_plates/green_left.png");
    background-position: right;
    background-repeat: none;
    background-size: cover;
    margin-bottom: 20px;
    margin-right: 20%;
    padding-left: 10%;
    padding-right: 15%; }
  #arena-section-1 > section > h5 {
    background-image: url("../img/text-box.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }

@media screen and (max-width: 1400px) {
  #arena-section-1 > div {
    top: -200px;
    right: 28%; }
    #arena-section-1 > div > img {
      height: 300px; } }

@media screen and (max-width: 1050px) {
  #arena-section-1 > div {
    top: -175px;
    right: 30%; }
    #arena-section-1 > div > img {
      height: 275px; } }

@media screen and (max-width: 1000px) {
  #arena-section-1 > div {
    top: -110px;
    right: 30%; }
    #arena-section-1 > div > img {
      height: 225px; } }

@media screen and (max-width: 900px) {
  #arena-section-1 > div {
    top: -50px;
    right: 25%; }
    #arena-section-1 > div > img {
      height: 150px; } }

@media screen and (max-width: 600px) {
  #arena-section-1 {
    margin-bottom: 60px;
    margin-top: 30px; }
    #arena-section-1 > div {
      top: -90px;
      right: 5px; }
      #arena-section-1 > div > img {
        height: 100px; }
    #arena-section-1 > section > h1 {
      margin-bottom: 30px;
      margin-right: 2%;
      padding-left: 5%; }
    #arena-section-1 > section > h5 {
      text-align: center;
      margin-left: 5%;
      margin-right: 5%; } }

/* =============
Arena Section 2
============= */
#arena-section-2 {
  margin-bottom: 40px;
  position: relative; }
  #arena-section-2 > div {
    position: absolute;
    top: -50px;
    left: 20%; }
    #arena-section-2 > div > img {
      width: 200px; }
  #arena-section-2 > section {
    background-image: url("../img/rules_page/desktop/box_6.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #arena-section-2 > section > div {
      padding-top: 70px;
      padding-bottom: 90px; }
      #arena-section-2 > section > div > h2 {
        background-image: url("../img/title_plates/purple_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        margin-left: 20%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10%;
        padding-left: 15%; }
      #arena-section-2 > section > div > div {
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px;
        margin: 0 10%;
        margin-bottom: 20px; }

@media screen and (max-width: 1100px) {
  #arena-section-2 > div {
    top: -50px;
    left: 15%; }
    #arena-section-2 > div > img {
      width: 180px; } }

@media screen and (max-width: 800px) {
  #arena-section-2 > div {
    top: -50px;
    left: 10%; }
    #arena-section-2 > div > img {
      width: 160px; } }

@media screen and (max-width: 600px) {
  #arena-section-2 {
    margin-bottom: 30px; }
    #arena-section-2 > div {
      top: -20px;
      left: 5px; }
      #arena-section-2 > div > img {
        width: 115px; }
    #arena-section-2 > section {
      background-image: url("../img/rules_page/mobile/box_6.png"); }
      #arena-section-2 > section > div {
        padding-top: 90px;
        padding-bottom: 95px; }
        #arena-section-2 > section > div > h2 {
          margin-left: 2%;
          padding-right: 5%;
          margin-bottom: 30px; }
        #arena-section-2 > section > div > div > h5 {
          margin: 0 5%;
          margin-bottom: 15px; } }

/* =============
Arena Section 3
============= */
#arena-section-3 {
  margin-bottom: 40px;
  position: relative; }
  #arena-section-3 > div {
    position: absolute;
    top: -125px;
    right: 10%; }
    #arena-section-3 > div > img {
      width: 275px; }
  #arena-section-3 > section {
    background-image: url("../img/rules_page/desktop/box_2.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #arena-section-3 > section > div {
      padding-top: 50px;
      padding-bottom: 60px; }
      #arena-section-3 > section > div > h2 {
        background-image: url("../img/title_plates/blue_left.png");
        background-repeat: none;
        background-position: right;
        background-size: cover;
        margin-right: 20%;
        margin-bottom: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10%;
        padding-right: 15%; }
      #arena-section-3 > section > div > div {
        margin: 0 10%;
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: 1fr 5% 9fr;
        grid-template-areas: "number . text"; }
        #arena-section-3 > section > div > div > h1 {
          grid-area: number;
          margin: auto 0; }
        #arena-section-3 > section > div > div > h5 {
          grid-area: text; }

@media screen and (max-width: 1000px) {
  #arena-section-3 > div {
    top: -100px;
    right: 5%; }
    #arena-section-3 > div > img {
      width: 225px; } }

@media screen and (max-width: 800px) {
  #arena-section-3 > div {
    top: -100px;
    right: 5%; }
    #arena-section-3 > div > img {
      width: 200px; } }

@media screen and (max-width: 600px) {
  #arena-section-3 {
    margin-bottom: 30px; }
    #arena-section-3 > div {
      top: -75px;
      right: 5px; }
      #arena-section-3 > div > img {
        width: 150px; }
    #arena-section-3 > section {
      background-image: url("../img/rules_page/mobile/box_2.png"); }
      #arena-section-3 > section > div > h2 {
        margin-right: 2%;
        padding-left: 5%;
        margin-bottom: 30px; }
      #arena-section-3 > section > div > div {
        margin: 0 5%;
        display: block;
        margin-bottom: 15px; }
        #arena-section-3 > section > div > div > h1 {
          display: none; }
        #arena-section-3 > section > div > div > h5 {
          text-align: justify; } }

/* =============
Arena Section 4
============= */
#arena-section-4 {
  margin-bottom: 40px;
  position: relative; }
  #arena-section-4 > div {
    position: absolute;
    top: -100px;
    left: 30%; }
    #arena-section-4 > div > img {
      height: 300px; }
  #arena-section-4 > section {
    background-image: url("../img/rules_page/desktop/box_3.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #arena-section-4 > section > div {
      padding-top: 90px;
      padding-bottom: 130px; }
      #arena-section-4 > section > div > h2 {
        background-image: url("../img/title_plates/pink_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10%;
        padding-left: 15%;
        margin-left: 20%;
        margin-bottom: 40px; }
      #arena-section-4 > section > div > div {
        margin: 20px 10%;
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px; }
        #arena-section-4 > section > div > div > h5 {
          margin-bottom: 20px; }
      #arena-section-4 > section > div > aside {
        margin-top: 20px;
        margin: 0 10%;
        text-align: center;
        position: relative;
        padding-bottom: 32.97%;
        height: 0; }
        #arena-section-4 > section > div > aside > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          max-width: 1778px;
          max-height: 764px; }

@media screen and (max-width: 1100px) {
  #arena-section-4 > div {
    top: -100px;
    left: 20%; }
    #arena-section-4 > div > img {
      height: 280px; } }

@media screen and (max-width: 800px) {
  #arena-section-4 > div {
    top: -100px;
    left: 10%; }
    #arena-section-4 > div > img {
      height: 260px; } }

@media screen and (max-width: 600px) {
  #arena-section-4 {
    margin-bottom: 30px; }
    #arena-section-4 > div {
      top: -50px;
      left: 5px; }
      #arena-section-4 > div > img {
        height: 225px; }
    #arena-section-4 > section {
      background-image: url("../img/rules_page/mobile/box_3.png"); }
      #arena-section-4 > section > div > h2 {
        padding-right: 5%;
        margin-left: 2%;
        margin-bottom: 30px; }
      #arena-section-4 > section > div > div {
        margin: 0 5%; }
        #arena-section-4 > section > div > div > h5 {
          margin-bottom: 15px;
          text-align: justify; }
      #arena-section-4 > section > div > aside {
        margin-top: 15px; } }

/* =============
Arena Section 5
============= */
#arena-section-5 {
  margin-bottom: 40px;
  position: relative; }
  #arena-section-5 > div {
    position: absolute;
    top: -125px;
    right: 10%; }
    #arena-section-5 > div > img {
      width: 275px; }
  #arena-section-5 > section {
    background-image: url("../img/rules_page/desktop/box_4.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #arena-section-5 > section > div {
      padding-top: 60px;
      padding-bottom: 90px; }
      #arena-section-5 > section > div > h2 {
        background-image: url("../img/title_plates/yellow_left.png");
        background-repeat: none;
        background-position: right;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10%;
        padding-right: 15%;
        margin-right: 20%;
        margin-bottom: 40px; }
      #arena-section-5 > section > div > div {
        margin: 0 10%; }
        #arena-section-5 > section > div > div > h5 {
          margin-bottom: 20px;
          background-image: url("../img/text-box.png");
          background-position: center;
          background-size: cover;
          border-radius: 20px;
          padding: 10px 20px; }

@media screen and (max-width: 1100px) {
  #arena-section-5 > div {
    top: -110px;
    right: 8%; }
    #arena-section-5 > div > img {
      width: 250px; } }

@media screen and (max-width: 800px) {
  #arena-section-5 > div {
    top: -110px;
    right: 5%; }
    #arena-section-5 > div > img {
      width: 225px; } }

@media screen and (max-width: 600px) {
  #arena-section-5 {
    margin-bottom: 30px; }
    #arena-section-5 > div {
      top: -75px;
      right: 5px; }
      #arena-section-5 > div > img {
        width: 150px; }
    #arena-section-5 > section {
      background-image: url("../img/rules_page/mobile/box_4.png"); }
      #arena-section-5 > section > div {
        padding-top: 80px;
        padding-bottom: 90px; }
        #arena-section-5 > section > div > h2 {
          padding-left: 5%;
          margin-right: 2%;
          margin-bottom: 30px; }
        #arena-section-5 > section > div > div {
          margin: 0 5%; }
          #arena-section-5 > section > div > div > h5 {
            text-align: justify;
            margin-bottom: 15px; } }

/* =============
Arena Section 6
============= */
#arena-section-6 {
  margin-bottom: 80px;
  position: relative; }
  #arena-section-6 > div {
    position: absolute;
    top: -125px;
    left: 40%; }
    #arena-section-6 > div > img {
      width: 225px; }
  #arena-section-6 > section {
    background-image: url("../img/rules_page/desktop/box_5.png");
    background-size: cover;
    background-position: center;
    background-repeat: none; }
    #arena-section-6 > section > div {
      padding-top: 60px;
      padding-bottom: 80px; }
      #arena-section-6 > section > div > h2 {
        background-image: url("../img/title_plates/green_right.png");
        background-repeat: none;
        background-position: left;
        background-size: cover;
        text-align: right;
        margin-left: 20%;
        padding-right: 10%;
        padding-left: 15%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 40px; }
      #arena-section-6 > section > div > div {
        margin: 0 10%;
        margin-bottom: 20px;
        background-image: url("../img/text-box.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: 1fr 5% 9fr;
        grid-template-areas: "number . text"; }
        #arena-section-6 > section > div > div > h1 {
          grid-area: number;
          margin: auto 0; }
        #arena-section-6 > section > div > div > h5 {
          grid-area: text; }

@media screen and (max-width: 1100px) {
  #arena-section-6 > div {
    top: -125px;
    left: 20%; }
    #arena-section-6 > div > img {
      width: 200px; } }

@media screen and (max-width: 800px) {
  #arena-section-6 > div {
    top: -125px;
    left: 10%; }
    #arena-section-6 > div > img {
      width: 175px; } }

@media screen and (max-width: 600px) {
  #arena-section-6 {
    margin-bottom: 60px; }
    #arena-section-6 > div {
      top: -110px;
      left: 5px; }
      #arena-section-6 > div > img {
        width: 145px; }
    #arena-section-6 > section {
      background-image: url("../img/rules_page/mobile/box_5.png"); }
      #arena-section-6 > section > div {
        padding-top: 70px;
        padding-bottom: 85px; }
        #arena-section-6 > section > div > h2 {
          text-align: right;
          margin-left: 2%;
          padding-right: 5%;
          margin-bottom: 30px; }
        #arena-section-6 > section > div > div {
          margin: 0 5%;
          display: block;
          margin-bottom: 15px; }
          #arena-section-6 > section > div > div > h1 {
            display: none; }
          #arena-section-6 > section > div > div > h5 {
            text-align: justify; } }
