@charset "UTF-8";
/*here start de website template core*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*
* $names - Lista de nombres que usaremos para nombrar nuestras clases.
*          Recorremos una lista por si queremos múltiples selectores con el mismo valor
*          Ejemplo: (red-color, color-red)
*          sería igual a .red-color { color : red; } .color-red { color : red; }
*
* $property, $value - Propiedad CSS con su respectivo valor
*
* $concact - En ocasiones necesitaremos concadenar para crear clases más específicas.
*            Por la forma en que funciona el mixin no podemos usar concadenar desde los names.
*            Para ver un ejemplo práctico vaya a la parte de los gaps en _core-grid.scss
*
* $debug - Ver cómo sería el resultado en la construcción de la clase y el CSS de salida.
*          Por defecto está desactivado
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body.dev-hover .ed-item:hover:before, body.dev-hover .ed-grid > *:hover:before,
body.desarrollo-hover .ed-item:hover:before,
body.desarrollo-hover .ed-grid > *:hover:before, body.dev-hover .ed-container:hover:before, body.dev-hover .ed-grid:hover:before,
body.desarrollo-hover .ed-container:hover:before,
body.desarrollo-hover .ed-grid:hover:before, body.dev .ed-item:before, body.dev .ed-grid > *:before,
body.desarrollo .ed-item:before,
body.desarrollo .ed-grid > *:before, body.dev .ed-container:before, body.dev .ed-grid:before,
body.desarrollo .ed-container:before,
body.desarrollo .ed-grid:before, body.dev:before,
body.desarrollo:before {
  content: attr(class);
  font-style: italic;
  font-size: 0.75rem;
  font-weight: normal;
  z-index: 1;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  padding: 0 0.3125em;
  height: 1.25rem;
  line-height: 1.25rem;
}

body.dev,
body.desarrollo {
  margin: 0 !important;
  position: relative;
  top: 66px;
}
body.dev:before,
body.desarrollo:before {
  position: fixed;
  background: steelblue;
  color: #FFF;
  font-size: 0.875rem;
  text-align: center;
  line-height: 36px;
  height: 36px;
  top: 0;
}
body.dev:before,
body.desarrollo:before {
  content: "ed-grid: size s, from 0 (ed-containers: red, ed-items: blue, yellow)";
}
@media screen and (min-width: 480px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size sm, from 480px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 640px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size m, from 640px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 960px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size l, from 960px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 1280px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size lg, from 1280px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 1600px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size xl, from 1600px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 1800px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size xxl, from 1800px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 1920px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size xxxl, from 1920px (ed-containers: red, ed-items: blue, yellow)";
  }
}
@media screen and (min-width: 10000px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size xxxxl, from 10000px (ed-containers: red, ed-items: blue, yellow)";
  }
}
body.dev .ed-container, body.dev .ed-grid,
body.desarrollo .ed-container,
body.desarrollo .ed-grid {
  padding-top: 1.25rem;
  margin-bottom: 10px;
  outline: 1px solid tomato;
  position: relative;
}
body.dev .ed-container .ed-container,
body.dev .ed-container .ed-grid, body.dev .ed-grid .ed-container,
body.dev .ed-grid .ed-grid,
body.desarrollo .ed-container .ed-container,
body.desarrollo .ed-container .ed-grid,
body.desarrollo .ed-grid .ed-container,
body.desarrollo .ed-grid .ed-grid {
  margin-bottom: 0;
}
body.dev .ed-container:before, body.dev .ed-grid:before,
body.desarrollo .ed-container:before,
body.desarrollo .ed-grid:before {
  top: 0;
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
}
body.dev .ed-item, body.dev .ed-grid > *,
body.desarrollo .ed-item,
body.desarrollo .ed-grid > * {
  position: relative;
  padding-bottom: 1.25rem;
  background-color: rgba(70, 130, 180, 0.1);
  outline: 1px solid steelblue;
  background-clip: content-box;
}
body.dev .ed-item:before, body.dev .ed-grid > *:before,
body.desarrollo .ed-item:before,
body.desarrollo .ed-grid > *:before {
  background: rgba(70, 130, 180, 0.8);
  color: #FFF;
  bottom: 0;
}
body.dev-hover .ed-container:hover, body.dev-hover .ed-grid:hover,
body.desarrollo-hover .ed-container:hover,
body.desarrollo-hover .ed-grid:hover {
  padding-top: 1.25rem;
  margin-bottom: 10px;
  outline: 1px solid tomato;
  position: relative;
}
body.dev-hover .ed-container:hover .ed-container,
body.dev-hover .ed-container:hover .ed-grid, body.dev-hover .ed-grid:hover .ed-container,
body.dev-hover .ed-grid:hover .ed-grid,
body.desarrollo-hover .ed-container:hover .ed-container,
body.desarrollo-hover .ed-container:hover .ed-grid,
body.desarrollo-hover .ed-grid:hover .ed-container,
body.desarrollo-hover .ed-grid:hover .ed-grid {
  margin-bottom: 0;
}
body.dev-hover .ed-container:hover:before, body.dev-hover .ed-grid:hover:before,
body.desarrollo-hover .ed-container:hover:before,
body.desarrollo-hover .ed-grid:hover:before {
  top: 0;
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
}
body.dev-hover .ed-item:hover, body.dev-hover .ed-grid > *:hover,
body.desarrollo-hover .ed-item:hover,
body.desarrollo-hover .ed-grid > *:hover {
  position: relative;
  padding-bottom: 1.25rem;
  background-color: rgba(70, 130, 180, 0.1);
  outline: 1px solid steelblue;
  background-clip: content-box;
}
body.dev-hover .ed-item:hover:before, body.dev-hover .ed-grid > *:hover:before,
body.desarrollo-hover .ed-item:hover:before,
body.desarrollo-hover .ed-grid > *:hover:before {
  background: rgba(70, 130, 180, 0.8);
  color: #FFF;
  bottom: 0;
}

.ed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ed-item {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ed-container.full {
  max-width: 100%;
}

.ed-item {
  width: 100%;
}
.ed-item.ed-container {
  padding-left: 0;
  padding-right: 0;
}

.s-5,
.ed-item.s-5 {
  width: 5%;
}

.s-10,
.ed-item.s-10 {
  width: 10%;
}

.s-15,
.ed-item.s-15 {
  width: 15%;
}

.s-20,
.ed-item.s-20 {
  width: 20%;
}

.s-25,
.ed-item.s-25 {
  width: 25%;
}

.s-30,
.ed-item.s-30 {
  width: 30%;
}

.s-35,
.ed-item.s-35 {
  width: 35%;
}

.s-40,
.ed-item.s-40 {
  width: 40%;
}

.s-45,
.ed-item.s-45 {
  width: 45%;
}

.s-50,
.ed-item.s-50 {
  width: 50%;
}

.s-55,
.ed-item.s-55 {
  width: 55%;
}

.s-60,
.ed-item.s-60 {
  width: 60%;
}

.s-65,
.ed-item.s-65 {
  width: 65%;
}

.s-70,
.ed-item.s-70 {
  width: 70%;
}

.s-75,
.ed-item.s-75 {
  width: 75%;
}

.s-80,
.ed-item.s-80 {
  width: 80%;
}

.s-85,
.ed-item.s-85 {
  width: 85%;
}

.s-90,
.ed-item.s-90 {
  width: 90%;
}

.s-95,
.ed-item.s-95 {
  width: 95%;
}

.s-100,
.ed-item.s-100 {
  width: 100%;
}

.s-1-1,
.ed-item.s-1-1 {
  width: 100%;
}

.s-1-2,
.ed-item.s-1-2 {
  width: 50%;
}

.s-2-2,
.ed-item.s-2-2 {
  width: 100%;
}

.s-1-3,
.ed-item.s-1-3 {
  width: 33.3333333333%;
}

.s-2-3,
.ed-item.s-2-3 {
  width: 66.6666666667%;
}

.s-3-3,
.ed-item.s-3-3 {
  width: 100%;
}

.s-1-4,
.ed-item.s-1-4 {
  width: 25%;
}

.s-2-4,
.ed-item.s-2-4 {
  width: 50%;
}

.s-3-4,
.ed-item.s-3-4 {
  width: 75%;
}

.s-4-4,
.ed-item.s-4-4 {
  width: 100%;
}

.s-1-5,
.ed-item.s-1-5 {
  width: 20%;
}

.s-2-5,
.ed-item.s-2-5 {
  width: 40%;
}

.s-3-5,
.ed-item.s-3-5 {
  width: 60%;
}

.s-4-5,
.ed-item.s-4-5 {
  width: 80%;
}

.s-5-5,
.ed-item.s-5-5 {
  width: 100%;
}

.s-1-6,
.ed-item.s-1-6 {
  width: 16.6666666667%;
}

.s-2-6,
.ed-item.s-2-6 {
  width: 33.3333333333%;
}

.s-3-6,
.ed-item.s-3-6 {
  width: 50%;
}

.s-4-6,
.ed-item.s-4-6 {
  width: 66.6666666667%;
}

.s-5-6,
.ed-item.s-5-6 {
  width: 83.3333333333%;
}

.s-6-6,
.ed-item.s-6-6 {
  width: 100%;
}

.s-1-7,
.ed-item.s-1-7 {
  width: 14.2857142857%;
}

.s-2-7,
.ed-item.s-2-7 {
  width: 28.5714285714%;
}

.s-3-7,
.ed-item.s-3-7 {
  width: 42.8571428571%;
}

.s-4-7,
.ed-item.s-4-7 {
  width: 57.1428571429%;
}

.s-5-7,
.ed-item.s-5-7 {
  width: 71.4285714286%;
}

.s-6-7,
.ed-item.s-6-7 {
  width: 85.7142857143%;
}

.s-7-7,
.ed-item.s-7-7 {
  width: 100%;
}

.s-1-8,
.ed-item.s-1-8 {
  width: 12.5%;
}

.s-2-8,
.ed-item.s-2-8 {
  width: 25%;
}

.s-3-8,
.ed-item.s-3-8 {
  width: 37.5%;
}

.s-4-8,
.ed-item.s-4-8 {
  width: 50%;
}

.s-5-8,
.ed-item.s-5-8 {
  width: 62.5%;
}

.s-6-8,
.ed-item.s-6-8 {
  width: 75%;
}

.s-7-8,
.ed-item.s-7-8 {
  width: 87.5%;
}

.s-8-8,
.ed-item.s-8-8 {
  width: 100%;
}

.s-1-9,
.ed-item.s-1-9 {
  width: 11.1111111111%;
}

.s-2-9,
.ed-item.s-2-9 {
  width: 22.2222222222%;
}

.s-3-9,
.ed-item.s-3-9 {
  width: 33.3333333333%;
}

.s-4-9,
.ed-item.s-4-9 {
  width: 44.4444444444%;
}

.s-5-9,
.ed-item.s-5-9 {
  width: 55.5555555556%;
}

.s-6-9,
.ed-item.s-6-9 {
  width: 66.6666666667%;
}

.s-7-9,
.ed-item.s-7-9 {
  width: 77.7777777778%;
}

.s-8-9,
.ed-item.s-8-9 {
  width: 88.8888888889%;
}

.s-9-9,
.ed-item.s-9-9 {
  width: 100%;
}

.s-1-10,
.ed-item.s-1-10 {
  width: 10%;
}

.s-2-10,
.ed-item.s-2-10 {
  width: 20%;
}

.s-3-10,
.ed-item.s-3-10 {
  width: 30%;
}

.s-4-10,
.ed-item.s-4-10 {
  width: 40%;
}

.s-5-10,
.ed-item.s-5-10 {
  width: 50%;
}

.s-6-10,
.ed-item.s-6-10 {
  width: 60%;
}

.s-7-10,
.ed-item.s-7-10 {
  width: 70%;
}

.s-8-10,
.ed-item.s-8-10 {
  width: 80%;
}

.s-9-10,
.ed-item.s-9-10 {
  width: 90%;
}

.s-10-10,
.ed-item.s-10-10 {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .sm-5,
  .ed-item.sm-5 {
    width: 5%;
  }
  .sm-10,
  .ed-item.sm-10 {
    width: 10%;
  }
  .sm-15,
  .ed-item.sm-15 {
    width: 15%;
  }
  .sm-20,
  .ed-item.sm-20 {
    width: 20%;
  }
  .sm-25,
  .ed-item.sm-25 {
    width: 25%;
  }
  .sm-30,
  .ed-item.sm-30 {
    width: 30%;
  }
  .sm-35,
  .ed-item.sm-35 {
    width: 35%;
  }
  .sm-40,
  .ed-item.sm-40 {
    width: 40%;
  }
  .sm-45,
  .ed-item.sm-45 {
    width: 45%;
  }
  .sm-50,
  .ed-item.sm-50 {
    width: 50%;
  }
  .sm-55,
  .ed-item.sm-55 {
    width: 55%;
  }
  .sm-60,
  .ed-item.sm-60 {
    width: 60%;
  }
  .sm-65,
  .ed-item.sm-65 {
    width: 65%;
  }
  .sm-70,
  .ed-item.sm-70 {
    width: 70%;
  }
  .sm-75,
  .ed-item.sm-75 {
    width: 75%;
  }
  .sm-80,
  .ed-item.sm-80 {
    width: 80%;
  }
  .sm-85,
  .ed-item.sm-85 {
    width: 85%;
  }
  .sm-90,
  .ed-item.sm-90 {
    width: 90%;
  }
  .sm-95,
  .ed-item.sm-95 {
    width: 95%;
  }
  .sm-100,
  .ed-item.sm-100 {
    width: 100%;
  }
  .sm-1-1,
  .ed-item.sm-1-1 {
    width: 100%;
  }
  .sm-1-2,
  .ed-item.sm-1-2 {
    width: 50%;
  }
  .sm-2-2,
  .ed-item.sm-2-2 {
    width: 100%;
  }
  .sm-1-3,
  .ed-item.sm-1-3 {
    width: 33.3333333333%;
  }
  .sm-2-3,
  .ed-item.sm-2-3 {
    width: 66.6666666667%;
  }
  .sm-3-3,
  .ed-item.sm-3-3 {
    width: 100%;
  }
  .sm-1-4,
  .ed-item.sm-1-4 {
    width: 25%;
  }
  .sm-2-4,
  .ed-item.sm-2-4 {
    width: 50%;
  }
  .sm-3-4,
  .ed-item.sm-3-4 {
    width: 75%;
  }
  .sm-4-4,
  .ed-item.sm-4-4 {
    width: 100%;
  }
  .sm-1-5,
  .ed-item.sm-1-5 {
    width: 20%;
  }
  .sm-2-5,
  .ed-item.sm-2-5 {
    width: 40%;
  }
  .sm-3-5,
  .ed-item.sm-3-5 {
    width: 60%;
  }
  .sm-4-5,
  .ed-item.sm-4-5 {
    width: 80%;
  }
  .sm-5-5,
  .ed-item.sm-5-5 {
    width: 100%;
  }
  .sm-1-6,
  .ed-item.sm-1-6 {
    width: 16.6666666667%;
  }
  .sm-2-6,
  .ed-item.sm-2-6 {
    width: 33.3333333333%;
  }
  .sm-3-6,
  .ed-item.sm-3-6 {
    width: 50%;
  }
  .sm-4-6,
  .ed-item.sm-4-6 {
    width: 66.6666666667%;
  }
  .sm-5-6,
  .ed-item.sm-5-6 {
    width: 83.3333333333%;
  }
  .sm-6-6,
  .ed-item.sm-6-6 {
    width: 100%;
  }
  .sm-1-7,
  .ed-item.sm-1-7 {
    width: 14.2857142857%;
  }
  .sm-2-7,
  .ed-item.sm-2-7 {
    width: 28.5714285714%;
  }
  .sm-3-7,
  .ed-item.sm-3-7 {
    width: 42.8571428571%;
  }
  .sm-4-7,
  .ed-item.sm-4-7 {
    width: 57.1428571429%;
  }
  .sm-5-7,
  .ed-item.sm-5-7 {
    width: 71.4285714286%;
  }
  .sm-6-7,
  .ed-item.sm-6-7 {
    width: 85.7142857143%;
  }
  .sm-7-7,
  .ed-item.sm-7-7 {
    width: 100%;
  }
  .sm-1-8,
  .ed-item.sm-1-8 {
    width: 12.5%;
  }
  .sm-2-8,
  .ed-item.sm-2-8 {
    width: 25%;
  }
  .sm-3-8,
  .ed-item.sm-3-8 {
    width: 37.5%;
  }
  .sm-4-8,
  .ed-item.sm-4-8 {
    width: 50%;
  }
  .sm-5-8,
  .ed-item.sm-5-8 {
    width: 62.5%;
  }
  .sm-6-8,
  .ed-item.sm-6-8 {
    width: 75%;
  }
  .sm-7-8,
  .ed-item.sm-7-8 {
    width: 87.5%;
  }
  .sm-8-8,
  .ed-item.sm-8-8 {
    width: 100%;
  }
  .sm-1-9,
  .ed-item.sm-1-9 {
    width: 11.1111111111%;
  }
  .sm-2-9,
  .ed-item.sm-2-9 {
    width: 22.2222222222%;
  }
  .sm-3-9,
  .ed-item.sm-3-9 {
    width: 33.3333333333%;
  }
  .sm-4-9,
  .ed-item.sm-4-9 {
    width: 44.4444444444%;
  }
  .sm-5-9,
  .ed-item.sm-5-9 {
    width: 55.5555555556%;
  }
  .sm-6-9,
  .ed-item.sm-6-9 {
    width: 66.6666666667%;
  }
  .sm-7-9,
  .ed-item.sm-7-9 {
    width: 77.7777777778%;
  }
  .sm-8-9,
  .ed-item.sm-8-9 {
    width: 88.8888888889%;
  }
  .sm-9-9,
  .ed-item.sm-9-9 {
    width: 100%;
  }
  .sm-1-10,
  .ed-item.sm-1-10 {
    width: 10%;
  }
  .sm-2-10,
  .ed-item.sm-2-10 {
    width: 20%;
  }
  .sm-3-10,
  .ed-item.sm-3-10 {
    width: 30%;
  }
  .sm-4-10,
  .ed-item.sm-4-10 {
    width: 40%;
  }
  .sm-5-10,
  .ed-item.sm-5-10 {
    width: 50%;
  }
  .sm-6-10,
  .ed-item.sm-6-10 {
    width: 60%;
  }
  .sm-7-10,
  .ed-item.sm-7-10 {
    width: 70%;
  }
  .sm-8-10,
  .ed-item.sm-8-10 {
    width: 80%;
  }
  .sm-9-10,
  .ed-item.sm-9-10 {
    width: 90%;
  }
  .sm-10-10,
  .ed-item.sm-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .m-5,
  .ed-item.m-5 {
    width: 5%;
  }
  .m-10,
  .ed-item.m-10 {
    width: 10%;
  }
  .m-15,
  .ed-item.m-15 {
    width: 15%;
  }
  .m-20,
  .ed-item.m-20 {
    width: 20%;
  }
  .m-25,
  .ed-item.m-25 {
    width: 25%;
  }
  .m-30,
  .ed-item.m-30 {
    width: 30%;
  }
  .m-35,
  .ed-item.m-35 {
    width: 35%;
  }
  .m-40,
  .ed-item.m-40 {
    width: 40%;
  }
  .m-45,
  .ed-item.m-45 {
    width: 45%;
  }
  .m-50,
  .ed-item.m-50 {
    width: 50%;
  }
  .m-55,
  .ed-item.m-55 {
    width: 55%;
  }
  .m-60,
  .ed-item.m-60 {
    width: 60%;
  }
  .m-65,
  .ed-item.m-65 {
    width: 65%;
  }
  .m-70,
  .ed-item.m-70 {
    width: 70%;
  }
  .m-75,
  .ed-item.m-75 {
    width: 75%;
  }
  .m-80,
  .ed-item.m-80 {
    width: 80%;
  }
  .m-85,
  .ed-item.m-85 {
    width: 85%;
  }
  .m-90,
  .ed-item.m-90 {
    width: 90%;
  }
  .m-95,
  .ed-item.m-95 {
    width: 95%;
  }
  .m-100,
  .ed-item.m-100 {
    width: 100%;
  }
  .m-1-1,
  .ed-item.m-1-1 {
    width: 100%;
  }
  .m-1-2,
  .ed-item.m-1-2 {
    width: 50%;
  }
  .m-2-2,
  .ed-item.m-2-2 {
    width: 100%;
  }
  .m-1-3,
  .ed-item.m-1-3 {
    width: 33.3333333333%;
  }
  .m-2-3,
  .ed-item.m-2-3 {
    width: 66.6666666667%;
  }
  .m-3-3,
  .ed-item.m-3-3 {
    width: 100%;
  }
  .m-1-4,
  .ed-item.m-1-4 {
    width: 25%;
  }
  .m-2-4,
  .ed-item.m-2-4 {
    width: 50%;
  }
  .m-3-4,
  .ed-item.m-3-4 {
    width: 75%;
  }
  .m-4-4,
  .ed-item.m-4-4 {
    width: 100%;
  }
  .m-1-5,
  .ed-item.m-1-5 {
    width: 20%;
  }
  .m-2-5,
  .ed-item.m-2-5 {
    width: 40%;
  }
  .m-3-5,
  .ed-item.m-3-5 {
    width: 60%;
  }
  .m-4-5,
  .ed-item.m-4-5 {
    width: 80%;
  }
  .m-5-5,
  .ed-item.m-5-5 {
    width: 100%;
  }
  .m-1-6,
  .ed-item.m-1-6 {
    width: 16.6666666667%;
  }
  .m-2-6,
  .ed-item.m-2-6 {
    width: 33.3333333333%;
  }
  .m-3-6,
  .ed-item.m-3-6 {
    width: 50%;
  }
  .m-4-6,
  .ed-item.m-4-6 {
    width: 66.6666666667%;
  }
  .m-5-6,
  .ed-item.m-5-6 {
    width: 83.3333333333%;
  }
  .m-6-6,
  .ed-item.m-6-6 {
    width: 100%;
  }
  .m-1-7,
  .ed-item.m-1-7 {
    width: 14.2857142857%;
  }
  .m-2-7,
  .ed-item.m-2-7 {
    width: 28.5714285714%;
  }
  .m-3-7,
  .ed-item.m-3-7 {
    width: 42.8571428571%;
  }
  .m-4-7,
  .ed-item.m-4-7 {
    width: 57.1428571429%;
  }
  .m-5-7,
  .ed-item.m-5-7 {
    width: 71.4285714286%;
  }
  .m-6-7,
  .ed-item.m-6-7 {
    width: 85.7142857143%;
  }
  .m-7-7,
  .ed-item.m-7-7 {
    width: 100%;
  }
  .m-1-8,
  .ed-item.m-1-8 {
    width: 12.5%;
  }
  .m-2-8,
  .ed-item.m-2-8 {
    width: 25%;
  }
  .m-3-8,
  .ed-item.m-3-8 {
    width: 37.5%;
  }
  .m-4-8,
  .ed-item.m-4-8 {
    width: 50%;
  }
  .m-5-8,
  .ed-item.m-5-8 {
    width: 62.5%;
  }
  .m-6-8,
  .ed-item.m-6-8 {
    width: 75%;
  }
  .m-7-8,
  .ed-item.m-7-8 {
    width: 87.5%;
  }
  .m-8-8,
  .ed-item.m-8-8 {
    width: 100%;
  }
  .m-1-9,
  .ed-item.m-1-9 {
    width: 11.1111111111%;
  }
  .m-2-9,
  .ed-item.m-2-9 {
    width: 22.2222222222%;
  }
  .m-3-9,
  .ed-item.m-3-9 {
    width: 33.3333333333%;
  }
  .m-4-9,
  .ed-item.m-4-9 {
    width: 44.4444444444%;
  }
  .m-5-9,
  .ed-item.m-5-9 {
    width: 55.5555555556%;
  }
  .m-6-9,
  .ed-item.m-6-9 {
    width: 66.6666666667%;
  }
  .m-7-9,
  .ed-item.m-7-9 {
    width: 77.7777777778%;
  }
  .m-8-9,
  .ed-item.m-8-9 {
    width: 88.8888888889%;
  }
  .m-9-9,
  .ed-item.m-9-9 {
    width: 100%;
  }
  .m-1-10,
  .ed-item.m-1-10 {
    width: 10%;
  }
  .m-2-10,
  .ed-item.m-2-10 {
    width: 20%;
  }
  .m-3-10,
  .ed-item.m-3-10 {
    width: 30%;
  }
  .m-4-10,
  .ed-item.m-4-10 {
    width: 40%;
  }
  .m-5-10,
  .ed-item.m-5-10 {
    width: 50%;
  }
  .m-6-10,
  .ed-item.m-6-10 {
    width: 60%;
  }
  .m-7-10,
  .ed-item.m-7-10 {
    width: 70%;
  }
  .m-8-10,
  .ed-item.m-8-10 {
    width: 80%;
  }
  .m-9-10,
  .ed-item.m-9-10 {
    width: 90%;
  }
  .m-10-10,
  .ed-item.m-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .l-5,
  .ed-item.l-5 {
    width: 5%;
  }
  .l-10,
  .ed-item.l-10 {
    width: 10%;
  }
  .l-15,
  .ed-item.l-15 {
    width: 15%;
  }
  .l-20,
  .ed-item.l-20 {
    width: 20%;
  }
  .l-25,
  .ed-item.l-25 {
    width: 25%;
  }
  .l-30,
  .ed-item.l-30 {
    width: 30%;
  }
  .l-35,
  .ed-item.l-35 {
    width: 35%;
  }
  .l-40,
  .ed-item.l-40 {
    width: 40%;
  }
  .l-45,
  .ed-item.l-45 {
    width: 45%;
  }
  .l-50,
  .ed-item.l-50 {
    width: 50%;
  }
  .l-55,
  .ed-item.l-55 {
    width: 55%;
  }
  .l-60,
  .ed-item.l-60 {
    width: 60%;
  }
  .l-65,
  .ed-item.l-65 {
    width: 65%;
  }
  .l-70,
  .ed-item.l-70 {
    width: 70%;
  }
  .l-75,
  .ed-item.l-75 {
    width: 75%;
  }
  .l-80,
  .ed-item.l-80 {
    width: 80%;
  }
  .l-85,
  .ed-item.l-85 {
    width: 85%;
  }
  .l-90,
  .ed-item.l-90 {
    width: 90%;
  }
  .l-95,
  .ed-item.l-95 {
    width: 95%;
  }
  .l-100,
  .ed-item.l-100 {
    width: 100%;
  }
  .l-1-1,
  .ed-item.l-1-1 {
    width: 100%;
  }
  .l-1-2,
  .ed-item.l-1-2 {
    width: 50%;
  }
  .l-2-2,
  .ed-item.l-2-2 {
    width: 100%;
  }
  .l-1-3,
  .ed-item.l-1-3 {
    width: 33.3333333333%;
  }
  .l-2-3,
  .ed-item.l-2-3 {
    width: 66.6666666667%;
  }
  .l-3-3,
  .ed-item.l-3-3 {
    width: 100%;
  }
  .l-1-4,
  .ed-item.l-1-4 {
    width: 25%;
  }
  .l-2-4,
  .ed-item.l-2-4 {
    width: 50%;
  }
  .l-3-4,
  .ed-item.l-3-4 {
    width: 75%;
  }
  .l-4-4,
  .ed-item.l-4-4 {
    width: 100%;
  }
  .l-1-5,
  .ed-item.l-1-5 {
    width: 20%;
  }
  .l-2-5,
  .ed-item.l-2-5 {
    width: 40%;
  }
  .l-3-5,
  .ed-item.l-3-5 {
    width: 60%;
  }
  .l-4-5,
  .ed-item.l-4-5 {
    width: 80%;
  }
  .l-5-5,
  .ed-item.l-5-5 {
    width: 100%;
  }
  .l-1-6,
  .ed-item.l-1-6 {
    width: 16.6666666667%;
  }
  .l-2-6,
  .ed-item.l-2-6 {
    width: 33.3333333333%;
  }
  .l-3-6,
  .ed-item.l-3-6 {
    width: 50%;
  }
  .l-4-6,
  .ed-item.l-4-6 {
    width: 66.6666666667%;
  }
  .l-5-6,
  .ed-item.l-5-6 {
    width: 83.3333333333%;
  }
  .l-6-6,
  .ed-item.l-6-6 {
    width: 100%;
  }
  .l-1-7,
  .ed-item.l-1-7 {
    width: 14.2857142857%;
  }
  .l-2-7,
  .ed-item.l-2-7 {
    width: 28.5714285714%;
  }
  .l-3-7,
  .ed-item.l-3-7 {
    width: 42.8571428571%;
  }
  .l-4-7,
  .ed-item.l-4-7 {
    width: 57.1428571429%;
  }
  .l-5-7,
  .ed-item.l-5-7 {
    width: 71.4285714286%;
  }
  .l-6-7,
  .ed-item.l-6-7 {
    width: 85.7142857143%;
  }
  .l-7-7,
  .ed-item.l-7-7 {
    width: 100%;
  }
  .l-1-8,
  .ed-item.l-1-8 {
    width: 12.5%;
  }
  .l-2-8,
  .ed-item.l-2-8 {
    width: 25%;
  }
  .l-3-8,
  .ed-item.l-3-8 {
    width: 37.5%;
  }
  .l-4-8,
  .ed-item.l-4-8 {
    width: 50%;
  }
  .l-5-8,
  .ed-item.l-5-8 {
    width: 62.5%;
  }
  .l-6-8,
  .ed-item.l-6-8 {
    width: 75%;
  }
  .l-7-8,
  .ed-item.l-7-8 {
    width: 87.5%;
  }
  .l-8-8,
  .ed-item.l-8-8 {
    width: 100%;
  }
  .l-1-9,
  .ed-item.l-1-9 {
    width: 11.1111111111%;
  }
  .l-2-9,
  .ed-item.l-2-9 {
    width: 22.2222222222%;
  }
  .l-3-9,
  .ed-item.l-3-9 {
    width: 33.3333333333%;
  }
  .l-4-9,
  .ed-item.l-4-9 {
    width: 44.4444444444%;
  }
  .l-5-9,
  .ed-item.l-5-9 {
    width: 55.5555555556%;
  }
  .l-6-9,
  .ed-item.l-6-9 {
    width: 66.6666666667%;
  }
  .l-7-9,
  .ed-item.l-7-9 {
    width: 77.7777777778%;
  }
  .l-8-9,
  .ed-item.l-8-9 {
    width: 88.8888888889%;
  }
  .l-9-9,
  .ed-item.l-9-9 {
    width: 100%;
  }
  .l-1-10,
  .ed-item.l-1-10 {
    width: 10%;
  }
  .l-2-10,
  .ed-item.l-2-10 {
    width: 20%;
  }
  .l-3-10,
  .ed-item.l-3-10 {
    width: 30%;
  }
  .l-4-10,
  .ed-item.l-4-10 {
    width: 40%;
  }
  .l-5-10,
  .ed-item.l-5-10 {
    width: 50%;
  }
  .l-6-10,
  .ed-item.l-6-10 {
    width: 60%;
  }
  .l-7-10,
  .ed-item.l-7-10 {
    width: 70%;
  }
  .l-8-10,
  .ed-item.l-8-10 {
    width: 80%;
  }
  .l-9-10,
  .ed-item.l-9-10 {
    width: 90%;
  }
  .l-10-10,
  .ed-item.l-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .lg-5,
  .ed-item.lg-5 {
    width: 5%;
  }
  .lg-10,
  .ed-item.lg-10 {
    width: 10%;
  }
  .lg-15,
  .ed-item.lg-15 {
    width: 15%;
  }
  .lg-20,
  .ed-item.lg-20 {
    width: 20%;
  }
  .lg-25,
  .ed-item.lg-25 {
    width: 25%;
  }
  .lg-30,
  .ed-item.lg-30 {
    width: 30%;
  }
  .lg-35,
  .ed-item.lg-35 {
    width: 35%;
  }
  .lg-40,
  .ed-item.lg-40 {
    width: 40%;
  }
  .lg-45,
  .ed-item.lg-45 {
    width: 45%;
  }
  .lg-50,
  .ed-item.lg-50 {
    width: 50%;
  }
  .lg-55,
  .ed-item.lg-55 {
    width: 55%;
  }
  .lg-60,
  .ed-item.lg-60 {
    width: 60%;
  }
  .lg-65,
  .ed-item.lg-65 {
    width: 65%;
  }
  .lg-70,
  .ed-item.lg-70 {
    width: 70%;
  }
  .lg-75,
  .ed-item.lg-75 {
    width: 75%;
  }
  .lg-80,
  .ed-item.lg-80 {
    width: 80%;
  }
  .lg-85,
  .ed-item.lg-85 {
    width: 85%;
  }
  .lg-90,
  .ed-item.lg-90 {
    width: 90%;
  }
  .lg-95,
  .ed-item.lg-95 {
    width: 95%;
  }
  .lg-100,
  .ed-item.lg-100 {
    width: 100%;
  }
  .lg-1-1,
  .ed-item.lg-1-1 {
    width: 100%;
  }
  .lg-1-2,
  .ed-item.lg-1-2 {
    width: 50%;
  }
  .lg-2-2,
  .ed-item.lg-2-2 {
    width: 100%;
  }
  .lg-1-3,
  .ed-item.lg-1-3 {
    width: 33.3333333333%;
  }
  .lg-2-3,
  .ed-item.lg-2-3 {
    width: 66.6666666667%;
  }
  .lg-3-3,
  .ed-item.lg-3-3 {
    width: 100%;
  }
  .lg-1-4,
  .ed-item.lg-1-4 {
    width: 25%;
  }
  .lg-2-4,
  .ed-item.lg-2-4 {
    width: 50%;
  }
  .lg-3-4,
  .ed-item.lg-3-4 {
    width: 75%;
  }
  .lg-4-4,
  .ed-item.lg-4-4 {
    width: 100%;
  }
  .lg-1-5,
  .ed-item.lg-1-5 {
    width: 20%;
  }
  .lg-2-5,
  .ed-item.lg-2-5 {
    width: 40%;
  }
  .lg-3-5,
  .ed-item.lg-3-5 {
    width: 60%;
  }
  .lg-4-5,
  .ed-item.lg-4-5 {
    width: 80%;
  }
  .lg-5-5,
  .ed-item.lg-5-5 {
    width: 100%;
  }
  .lg-1-6,
  .ed-item.lg-1-6 {
    width: 16.6666666667%;
  }
  .lg-2-6,
  .ed-item.lg-2-6 {
    width: 33.3333333333%;
  }
  .lg-3-6,
  .ed-item.lg-3-6 {
    width: 50%;
  }
  .lg-4-6,
  .ed-item.lg-4-6 {
    width: 66.6666666667%;
  }
  .lg-5-6,
  .ed-item.lg-5-6 {
    width: 83.3333333333%;
  }
  .lg-6-6,
  .ed-item.lg-6-6 {
    width: 100%;
  }
  .lg-1-7,
  .ed-item.lg-1-7 {
    width: 14.2857142857%;
  }
  .lg-2-7,
  .ed-item.lg-2-7 {
    width: 28.5714285714%;
  }
  .lg-3-7,
  .ed-item.lg-3-7 {
    width: 42.8571428571%;
  }
  .lg-4-7,
  .ed-item.lg-4-7 {
    width: 57.1428571429%;
  }
  .lg-5-7,
  .ed-item.lg-5-7 {
    width: 71.4285714286%;
  }
  .lg-6-7,
  .ed-item.lg-6-7 {
    width: 85.7142857143%;
  }
  .lg-7-7,
  .ed-item.lg-7-7 {
    width: 100%;
  }
  .lg-1-8,
  .ed-item.lg-1-8 {
    width: 12.5%;
  }
  .lg-2-8,
  .ed-item.lg-2-8 {
    width: 25%;
  }
  .lg-3-8,
  .ed-item.lg-3-8 {
    width: 37.5%;
  }
  .lg-4-8,
  .ed-item.lg-4-8 {
    width: 50%;
  }
  .lg-5-8,
  .ed-item.lg-5-8 {
    width: 62.5%;
  }
  .lg-6-8,
  .ed-item.lg-6-8 {
    width: 75%;
  }
  .lg-7-8,
  .ed-item.lg-7-8 {
    width: 87.5%;
  }
  .lg-8-8,
  .ed-item.lg-8-8 {
    width: 100%;
  }
  .lg-1-9,
  .ed-item.lg-1-9 {
    width: 11.1111111111%;
  }
  .lg-2-9,
  .ed-item.lg-2-9 {
    width: 22.2222222222%;
  }
  .lg-3-9,
  .ed-item.lg-3-9 {
    width: 33.3333333333%;
  }
  .lg-4-9,
  .ed-item.lg-4-9 {
    width: 44.4444444444%;
  }
  .lg-5-9,
  .ed-item.lg-5-9 {
    width: 55.5555555556%;
  }
  .lg-6-9,
  .ed-item.lg-6-9 {
    width: 66.6666666667%;
  }
  .lg-7-9,
  .ed-item.lg-7-9 {
    width: 77.7777777778%;
  }
  .lg-8-9,
  .ed-item.lg-8-9 {
    width: 88.8888888889%;
  }
  .lg-9-9,
  .ed-item.lg-9-9 {
    width: 100%;
  }
  .lg-1-10,
  .ed-item.lg-1-10 {
    width: 10%;
  }
  .lg-2-10,
  .ed-item.lg-2-10 {
    width: 20%;
  }
  .lg-3-10,
  .ed-item.lg-3-10 {
    width: 30%;
  }
  .lg-4-10,
  .ed-item.lg-4-10 {
    width: 40%;
  }
  .lg-5-10,
  .ed-item.lg-5-10 {
    width: 50%;
  }
  .lg-6-10,
  .ed-item.lg-6-10 {
    width: 60%;
  }
  .lg-7-10,
  .ed-item.lg-7-10 {
    width: 70%;
  }
  .lg-8-10,
  .ed-item.lg-8-10 {
    width: 80%;
  }
  .lg-9-10,
  .ed-item.lg-9-10 {
    width: 90%;
  }
  .lg-10-10,
  .ed-item.lg-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .xl-5,
  .ed-item.xl-5 {
    width: 5%;
  }
  .xl-10,
  .ed-item.xl-10 {
    width: 10%;
  }
  .xl-15,
  .ed-item.xl-15 {
    width: 15%;
  }
  .xl-20,
  .ed-item.xl-20 {
    width: 20%;
  }
  .xl-25,
  .ed-item.xl-25 {
    width: 25%;
  }
  .xl-30,
  .ed-item.xl-30 {
    width: 30%;
  }
  .xl-35,
  .ed-item.xl-35 {
    width: 35%;
  }
  .xl-40,
  .ed-item.xl-40 {
    width: 40%;
  }
  .xl-45,
  .ed-item.xl-45 {
    width: 45%;
  }
  .xl-50,
  .ed-item.xl-50 {
    width: 50%;
  }
  .xl-55,
  .ed-item.xl-55 {
    width: 55%;
  }
  .xl-60,
  .ed-item.xl-60 {
    width: 60%;
  }
  .xl-65,
  .ed-item.xl-65 {
    width: 65%;
  }
  .xl-70,
  .ed-item.xl-70 {
    width: 70%;
  }
  .xl-75,
  .ed-item.xl-75 {
    width: 75%;
  }
  .xl-80,
  .ed-item.xl-80 {
    width: 80%;
  }
  .xl-85,
  .ed-item.xl-85 {
    width: 85%;
  }
  .xl-90,
  .ed-item.xl-90 {
    width: 90%;
  }
  .xl-95,
  .ed-item.xl-95 {
    width: 95%;
  }
  .xl-100,
  .ed-item.xl-100 {
    width: 100%;
  }
  .xl-1-1,
  .ed-item.xl-1-1 {
    width: 100%;
  }
  .xl-1-2,
  .ed-item.xl-1-2 {
    width: 50%;
  }
  .xl-2-2,
  .ed-item.xl-2-2 {
    width: 100%;
  }
  .xl-1-3,
  .ed-item.xl-1-3 {
    width: 33.3333333333%;
  }
  .xl-2-3,
  .ed-item.xl-2-3 {
    width: 66.6666666667%;
  }
  .xl-3-3,
  .ed-item.xl-3-3 {
    width: 100%;
  }
  .xl-1-4,
  .ed-item.xl-1-4 {
    width: 25%;
  }
  .xl-2-4,
  .ed-item.xl-2-4 {
    width: 50%;
  }
  .xl-3-4,
  .ed-item.xl-3-4 {
    width: 75%;
  }
  .xl-4-4,
  .ed-item.xl-4-4 {
    width: 100%;
  }
  .xl-1-5,
  .ed-item.xl-1-5 {
    width: 20%;
  }
  .xl-2-5,
  .ed-item.xl-2-5 {
    width: 40%;
  }
  .xl-3-5,
  .ed-item.xl-3-5 {
    width: 60%;
  }
  .xl-4-5,
  .ed-item.xl-4-5 {
    width: 80%;
  }
  .xl-5-5,
  .ed-item.xl-5-5 {
    width: 100%;
  }
  .xl-1-6,
  .ed-item.xl-1-6 {
    width: 16.6666666667%;
  }
  .xl-2-6,
  .ed-item.xl-2-6 {
    width: 33.3333333333%;
  }
  .xl-3-6,
  .ed-item.xl-3-6 {
    width: 50%;
  }
  .xl-4-6,
  .ed-item.xl-4-6 {
    width: 66.6666666667%;
  }
  .xl-5-6,
  .ed-item.xl-5-6 {
    width: 83.3333333333%;
  }
  .xl-6-6,
  .ed-item.xl-6-6 {
    width: 100%;
  }
  .xl-1-7,
  .ed-item.xl-1-7 {
    width: 14.2857142857%;
  }
  .xl-2-7,
  .ed-item.xl-2-7 {
    width: 28.5714285714%;
  }
  .xl-3-7,
  .ed-item.xl-3-7 {
    width: 42.8571428571%;
  }
  .xl-4-7,
  .ed-item.xl-4-7 {
    width: 57.1428571429%;
  }
  .xl-5-7,
  .ed-item.xl-5-7 {
    width: 71.4285714286%;
  }
  .xl-6-7,
  .ed-item.xl-6-7 {
    width: 85.7142857143%;
  }
  .xl-7-7,
  .ed-item.xl-7-7 {
    width: 100%;
  }
  .xl-1-8,
  .ed-item.xl-1-8 {
    width: 12.5%;
  }
  .xl-2-8,
  .ed-item.xl-2-8 {
    width: 25%;
  }
  .xl-3-8,
  .ed-item.xl-3-8 {
    width: 37.5%;
  }
  .xl-4-8,
  .ed-item.xl-4-8 {
    width: 50%;
  }
  .xl-5-8,
  .ed-item.xl-5-8 {
    width: 62.5%;
  }
  .xl-6-8,
  .ed-item.xl-6-8 {
    width: 75%;
  }
  .xl-7-8,
  .ed-item.xl-7-8 {
    width: 87.5%;
  }
  .xl-8-8,
  .ed-item.xl-8-8 {
    width: 100%;
  }
  .xl-1-9,
  .ed-item.xl-1-9 {
    width: 11.1111111111%;
  }
  .xl-2-9,
  .ed-item.xl-2-9 {
    width: 22.2222222222%;
  }
  .xl-3-9,
  .ed-item.xl-3-9 {
    width: 33.3333333333%;
  }
  .xl-4-9,
  .ed-item.xl-4-9 {
    width: 44.4444444444%;
  }
  .xl-5-9,
  .ed-item.xl-5-9 {
    width: 55.5555555556%;
  }
  .xl-6-9,
  .ed-item.xl-6-9 {
    width: 66.6666666667%;
  }
  .xl-7-9,
  .ed-item.xl-7-9 {
    width: 77.7777777778%;
  }
  .xl-8-9,
  .ed-item.xl-8-9 {
    width: 88.8888888889%;
  }
  .xl-9-9,
  .ed-item.xl-9-9 {
    width: 100%;
  }
  .xl-1-10,
  .ed-item.xl-1-10 {
    width: 10%;
  }
  .xl-2-10,
  .ed-item.xl-2-10 {
    width: 20%;
  }
  .xl-3-10,
  .ed-item.xl-3-10 {
    width: 30%;
  }
  .xl-4-10,
  .ed-item.xl-4-10 {
    width: 40%;
  }
  .xl-5-10,
  .ed-item.xl-5-10 {
    width: 50%;
  }
  .xl-6-10,
  .ed-item.xl-6-10 {
    width: 60%;
  }
  .xl-7-10,
  .ed-item.xl-7-10 {
    width: 70%;
  }
  .xl-8-10,
  .ed-item.xl-8-10 {
    width: 80%;
  }
  .xl-9-10,
  .ed-item.xl-9-10 {
    width: 90%;
  }
  .xl-10-10,
  .ed-item.xl-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .xxl-5,
  .ed-item.xxl-5 {
    width: 5%;
  }
  .xxl-10,
  .ed-item.xxl-10 {
    width: 10%;
  }
  .xxl-15,
  .ed-item.xxl-15 {
    width: 15%;
  }
  .xxl-20,
  .ed-item.xxl-20 {
    width: 20%;
  }
  .xxl-25,
  .ed-item.xxl-25 {
    width: 25%;
  }
  .xxl-30,
  .ed-item.xxl-30 {
    width: 30%;
  }
  .xxl-35,
  .ed-item.xxl-35 {
    width: 35%;
  }
  .xxl-40,
  .ed-item.xxl-40 {
    width: 40%;
  }
  .xxl-45,
  .ed-item.xxl-45 {
    width: 45%;
  }
  .xxl-50,
  .ed-item.xxl-50 {
    width: 50%;
  }
  .xxl-55,
  .ed-item.xxl-55 {
    width: 55%;
  }
  .xxl-60,
  .ed-item.xxl-60 {
    width: 60%;
  }
  .xxl-65,
  .ed-item.xxl-65 {
    width: 65%;
  }
  .xxl-70,
  .ed-item.xxl-70 {
    width: 70%;
  }
  .xxl-75,
  .ed-item.xxl-75 {
    width: 75%;
  }
  .xxl-80,
  .ed-item.xxl-80 {
    width: 80%;
  }
  .xxl-85,
  .ed-item.xxl-85 {
    width: 85%;
  }
  .xxl-90,
  .ed-item.xxl-90 {
    width: 90%;
  }
  .xxl-95,
  .ed-item.xxl-95 {
    width: 95%;
  }
  .xxl-100,
  .ed-item.xxl-100 {
    width: 100%;
  }
  .xxl-1-1,
  .ed-item.xxl-1-1 {
    width: 100%;
  }
  .xxl-1-2,
  .ed-item.xxl-1-2 {
    width: 50%;
  }
  .xxl-2-2,
  .ed-item.xxl-2-2 {
    width: 100%;
  }
  .xxl-1-3,
  .ed-item.xxl-1-3 {
    width: 33.3333333333%;
  }
  .xxl-2-3,
  .ed-item.xxl-2-3 {
    width: 66.6666666667%;
  }
  .xxl-3-3,
  .ed-item.xxl-3-3 {
    width: 100%;
  }
  .xxl-1-4,
  .ed-item.xxl-1-4 {
    width: 25%;
  }
  .xxl-2-4,
  .ed-item.xxl-2-4 {
    width: 50%;
  }
  .xxl-3-4,
  .ed-item.xxl-3-4 {
    width: 75%;
  }
  .xxl-4-4,
  .ed-item.xxl-4-4 {
    width: 100%;
  }
  .xxl-1-5,
  .ed-item.xxl-1-5 {
    width: 20%;
  }
  .xxl-2-5,
  .ed-item.xxl-2-5 {
    width: 40%;
  }
  .xxl-3-5,
  .ed-item.xxl-3-5 {
    width: 60%;
  }
  .xxl-4-5,
  .ed-item.xxl-4-5 {
    width: 80%;
  }
  .xxl-5-5,
  .ed-item.xxl-5-5 {
    width: 100%;
  }
  .xxl-1-6,
  .ed-item.xxl-1-6 {
    width: 16.6666666667%;
  }
  .xxl-2-6,
  .ed-item.xxl-2-6 {
    width: 33.3333333333%;
  }
  .xxl-3-6,
  .ed-item.xxl-3-6 {
    width: 50%;
  }
  .xxl-4-6,
  .ed-item.xxl-4-6 {
    width: 66.6666666667%;
  }
  .xxl-5-6,
  .ed-item.xxl-5-6 {
    width: 83.3333333333%;
  }
  .xxl-6-6,
  .ed-item.xxl-6-6 {
    width: 100%;
  }
  .xxl-1-7,
  .ed-item.xxl-1-7 {
    width: 14.2857142857%;
  }
  .xxl-2-7,
  .ed-item.xxl-2-7 {
    width: 28.5714285714%;
  }
  .xxl-3-7,
  .ed-item.xxl-3-7 {
    width: 42.8571428571%;
  }
  .xxl-4-7,
  .ed-item.xxl-4-7 {
    width: 57.1428571429%;
  }
  .xxl-5-7,
  .ed-item.xxl-5-7 {
    width: 71.4285714286%;
  }
  .xxl-6-7,
  .ed-item.xxl-6-7 {
    width: 85.7142857143%;
  }
  .xxl-7-7,
  .ed-item.xxl-7-7 {
    width: 100%;
  }
  .xxl-1-8,
  .ed-item.xxl-1-8 {
    width: 12.5%;
  }
  .xxl-2-8,
  .ed-item.xxl-2-8 {
    width: 25%;
  }
  .xxl-3-8,
  .ed-item.xxl-3-8 {
    width: 37.5%;
  }
  .xxl-4-8,
  .ed-item.xxl-4-8 {
    width: 50%;
  }
  .xxl-5-8,
  .ed-item.xxl-5-8 {
    width: 62.5%;
  }
  .xxl-6-8,
  .ed-item.xxl-6-8 {
    width: 75%;
  }
  .xxl-7-8,
  .ed-item.xxl-7-8 {
    width: 87.5%;
  }
  .xxl-8-8,
  .ed-item.xxl-8-8 {
    width: 100%;
  }
  .xxl-1-9,
  .ed-item.xxl-1-9 {
    width: 11.1111111111%;
  }
  .xxl-2-9,
  .ed-item.xxl-2-9 {
    width: 22.2222222222%;
  }
  .xxl-3-9,
  .ed-item.xxl-3-9 {
    width: 33.3333333333%;
  }
  .xxl-4-9,
  .ed-item.xxl-4-9 {
    width: 44.4444444444%;
  }
  .xxl-5-9,
  .ed-item.xxl-5-9 {
    width: 55.5555555556%;
  }
  .xxl-6-9,
  .ed-item.xxl-6-9 {
    width: 66.6666666667%;
  }
  .xxl-7-9,
  .ed-item.xxl-7-9 {
    width: 77.7777777778%;
  }
  .xxl-8-9,
  .ed-item.xxl-8-9 {
    width: 88.8888888889%;
  }
  .xxl-9-9,
  .ed-item.xxl-9-9 {
    width: 100%;
  }
  .xxl-1-10,
  .ed-item.xxl-1-10 {
    width: 10%;
  }
  .xxl-2-10,
  .ed-item.xxl-2-10 {
    width: 20%;
  }
  .xxl-3-10,
  .ed-item.xxl-3-10 {
    width: 30%;
  }
  .xxl-4-10,
  .ed-item.xxl-4-10 {
    width: 40%;
  }
  .xxl-5-10,
  .ed-item.xxl-5-10 {
    width: 50%;
  }
  .xxl-6-10,
  .ed-item.xxl-6-10 {
    width: 60%;
  }
  .xxl-7-10,
  .ed-item.xxl-7-10 {
    width: 70%;
  }
  .xxl-8-10,
  .ed-item.xxl-8-10 {
    width: 80%;
  }
  .xxl-9-10,
  .ed-item.xxl-9-10 {
    width: 90%;
  }
  .xxl-10-10,
  .ed-item.xxl-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .xxxl-5,
  .ed-item.xxxl-5 {
    width: 5%;
  }
  .xxxl-10,
  .ed-item.xxxl-10 {
    width: 10%;
  }
  .xxxl-15,
  .ed-item.xxxl-15 {
    width: 15%;
  }
  .xxxl-20,
  .ed-item.xxxl-20 {
    width: 20%;
  }
  .xxxl-25,
  .ed-item.xxxl-25 {
    width: 25%;
  }
  .xxxl-30,
  .ed-item.xxxl-30 {
    width: 30%;
  }
  .xxxl-35,
  .ed-item.xxxl-35 {
    width: 35%;
  }
  .xxxl-40,
  .ed-item.xxxl-40 {
    width: 40%;
  }
  .xxxl-45,
  .ed-item.xxxl-45 {
    width: 45%;
  }
  .xxxl-50,
  .ed-item.xxxl-50 {
    width: 50%;
  }
  .xxxl-55,
  .ed-item.xxxl-55 {
    width: 55%;
  }
  .xxxl-60,
  .ed-item.xxxl-60 {
    width: 60%;
  }
  .xxxl-65,
  .ed-item.xxxl-65 {
    width: 65%;
  }
  .xxxl-70,
  .ed-item.xxxl-70 {
    width: 70%;
  }
  .xxxl-75,
  .ed-item.xxxl-75 {
    width: 75%;
  }
  .xxxl-80,
  .ed-item.xxxl-80 {
    width: 80%;
  }
  .xxxl-85,
  .ed-item.xxxl-85 {
    width: 85%;
  }
  .xxxl-90,
  .ed-item.xxxl-90 {
    width: 90%;
  }
  .xxxl-95,
  .ed-item.xxxl-95 {
    width: 95%;
  }
  .xxxl-100,
  .ed-item.xxxl-100 {
    width: 100%;
  }
  .xxxl-1-1,
  .ed-item.xxxl-1-1 {
    width: 100%;
  }
  .xxxl-1-2,
  .ed-item.xxxl-1-2 {
    width: 50%;
  }
  .xxxl-2-2,
  .ed-item.xxxl-2-2 {
    width: 100%;
  }
  .xxxl-1-3,
  .ed-item.xxxl-1-3 {
    width: 33.3333333333%;
  }
  .xxxl-2-3,
  .ed-item.xxxl-2-3 {
    width: 66.6666666667%;
  }
  .xxxl-3-3,
  .ed-item.xxxl-3-3 {
    width: 100%;
  }
  .xxxl-1-4,
  .ed-item.xxxl-1-4 {
    width: 25%;
  }
  .xxxl-2-4,
  .ed-item.xxxl-2-4 {
    width: 50%;
  }
  .xxxl-3-4,
  .ed-item.xxxl-3-4 {
    width: 75%;
  }
  .xxxl-4-4,
  .ed-item.xxxl-4-4 {
    width: 100%;
  }
  .xxxl-1-5,
  .ed-item.xxxl-1-5 {
    width: 20%;
  }
  .xxxl-2-5,
  .ed-item.xxxl-2-5 {
    width: 40%;
  }
  .xxxl-3-5,
  .ed-item.xxxl-3-5 {
    width: 60%;
  }
  .xxxl-4-5,
  .ed-item.xxxl-4-5 {
    width: 80%;
  }
  .xxxl-5-5,
  .ed-item.xxxl-5-5 {
    width: 100%;
  }
  .xxxl-1-6,
  .ed-item.xxxl-1-6 {
    width: 16.6666666667%;
  }
  .xxxl-2-6,
  .ed-item.xxxl-2-6 {
    width: 33.3333333333%;
  }
  .xxxl-3-6,
  .ed-item.xxxl-3-6 {
    width: 50%;
  }
  .xxxl-4-6,
  .ed-item.xxxl-4-6 {
    width: 66.6666666667%;
  }
  .xxxl-5-6,
  .ed-item.xxxl-5-6 {
    width: 83.3333333333%;
  }
  .xxxl-6-6,
  .ed-item.xxxl-6-6 {
    width: 100%;
  }
  .xxxl-1-7,
  .ed-item.xxxl-1-7 {
    width: 14.2857142857%;
  }
  .xxxl-2-7,
  .ed-item.xxxl-2-7 {
    width: 28.5714285714%;
  }
  .xxxl-3-7,
  .ed-item.xxxl-3-7 {
    width: 42.8571428571%;
  }
  .xxxl-4-7,
  .ed-item.xxxl-4-7 {
    width: 57.1428571429%;
  }
  .xxxl-5-7,
  .ed-item.xxxl-5-7 {
    width: 71.4285714286%;
  }
  .xxxl-6-7,
  .ed-item.xxxl-6-7 {
    width: 85.7142857143%;
  }
  .xxxl-7-7,
  .ed-item.xxxl-7-7 {
    width: 100%;
  }
  .xxxl-1-8,
  .ed-item.xxxl-1-8 {
    width: 12.5%;
  }
  .xxxl-2-8,
  .ed-item.xxxl-2-8 {
    width: 25%;
  }
  .xxxl-3-8,
  .ed-item.xxxl-3-8 {
    width: 37.5%;
  }
  .xxxl-4-8,
  .ed-item.xxxl-4-8 {
    width: 50%;
  }
  .xxxl-5-8,
  .ed-item.xxxl-5-8 {
    width: 62.5%;
  }
  .xxxl-6-8,
  .ed-item.xxxl-6-8 {
    width: 75%;
  }
  .xxxl-7-8,
  .ed-item.xxxl-7-8 {
    width: 87.5%;
  }
  .xxxl-8-8,
  .ed-item.xxxl-8-8 {
    width: 100%;
  }
  .xxxl-1-9,
  .ed-item.xxxl-1-9 {
    width: 11.1111111111%;
  }
  .xxxl-2-9,
  .ed-item.xxxl-2-9 {
    width: 22.2222222222%;
  }
  .xxxl-3-9,
  .ed-item.xxxl-3-9 {
    width: 33.3333333333%;
  }
  .xxxl-4-9,
  .ed-item.xxxl-4-9 {
    width: 44.4444444444%;
  }
  .xxxl-5-9,
  .ed-item.xxxl-5-9 {
    width: 55.5555555556%;
  }
  .xxxl-6-9,
  .ed-item.xxxl-6-9 {
    width: 66.6666666667%;
  }
  .xxxl-7-9,
  .ed-item.xxxl-7-9 {
    width: 77.7777777778%;
  }
  .xxxl-8-9,
  .ed-item.xxxl-8-9 {
    width: 88.8888888889%;
  }
  .xxxl-9-9,
  .ed-item.xxxl-9-9 {
    width: 100%;
  }
  .xxxl-1-10,
  .ed-item.xxxl-1-10 {
    width: 10%;
  }
  .xxxl-2-10,
  .ed-item.xxxl-2-10 {
    width: 20%;
  }
  .xxxl-3-10,
  .ed-item.xxxl-3-10 {
    width: 30%;
  }
  .xxxl-4-10,
  .ed-item.xxxl-4-10 {
    width: 40%;
  }
  .xxxl-5-10,
  .ed-item.xxxl-5-10 {
    width: 50%;
  }
  .xxxl-6-10,
  .ed-item.xxxl-6-10 {
    width: 60%;
  }
  .xxxl-7-10,
  .ed-item.xxxl-7-10 {
    width: 70%;
  }
  .xxxl-8-10,
  .ed-item.xxxl-8-10 {
    width: 80%;
  }
  .xxxl-9-10,
  .ed-item.xxxl-9-10 {
    width: 90%;
  }
  .xxxl-10-10,
  .ed-item.xxxl-10-10 {
    width: 100%;
  }
}
@media screen and (min-width: 10000px) {
  .xxxxl-5,
  .ed-item.xxxxl-5 {
    width: 5%;
  }
  .xxxxl-10,
  .ed-item.xxxxl-10 {
    width: 10%;
  }
  .xxxxl-15,
  .ed-item.xxxxl-15 {
    width: 15%;
  }
  .xxxxl-20,
  .ed-item.xxxxl-20 {
    width: 20%;
  }
  .xxxxl-25,
  .ed-item.xxxxl-25 {
    width: 25%;
  }
  .xxxxl-30,
  .ed-item.xxxxl-30 {
    width: 30%;
  }
  .xxxxl-35,
  .ed-item.xxxxl-35 {
    width: 35%;
  }
  .xxxxl-40,
  .ed-item.xxxxl-40 {
    width: 40%;
  }
  .xxxxl-45,
  .ed-item.xxxxl-45 {
    width: 45%;
  }
  .xxxxl-50,
  .ed-item.xxxxl-50 {
    width: 50%;
  }
  .xxxxl-55,
  .ed-item.xxxxl-55 {
    width: 55%;
  }
  .xxxxl-60,
  .ed-item.xxxxl-60 {
    width: 60%;
  }
  .xxxxl-65,
  .ed-item.xxxxl-65 {
    width: 65%;
  }
  .xxxxl-70,
  .ed-item.xxxxl-70 {
    width: 70%;
  }
  .xxxxl-75,
  .ed-item.xxxxl-75 {
    width: 75%;
  }
  .xxxxl-80,
  .ed-item.xxxxl-80 {
    width: 80%;
  }
  .xxxxl-85,
  .ed-item.xxxxl-85 {
    width: 85%;
  }
  .xxxxl-90,
  .ed-item.xxxxl-90 {
    width: 90%;
  }
  .xxxxl-95,
  .ed-item.xxxxl-95 {
    width: 95%;
  }
  .xxxxl-100,
  .ed-item.xxxxl-100 {
    width: 100%;
  }
  .xxxxl-1-1,
  .ed-item.xxxxl-1-1 {
    width: 100%;
  }
  .xxxxl-1-2,
  .ed-item.xxxxl-1-2 {
    width: 50%;
  }
  .xxxxl-2-2,
  .ed-item.xxxxl-2-2 {
    width: 100%;
  }
  .xxxxl-1-3,
  .ed-item.xxxxl-1-3 {
    width: 33.3333333333%;
  }
  .xxxxl-2-3,
  .ed-item.xxxxl-2-3 {
    width: 66.6666666667%;
  }
  .xxxxl-3-3,
  .ed-item.xxxxl-3-3 {
    width: 100%;
  }
  .xxxxl-1-4,
  .ed-item.xxxxl-1-4 {
    width: 25%;
  }
  .xxxxl-2-4,
  .ed-item.xxxxl-2-4 {
    width: 50%;
  }
  .xxxxl-3-4,
  .ed-item.xxxxl-3-4 {
    width: 75%;
  }
  .xxxxl-4-4,
  .ed-item.xxxxl-4-4 {
    width: 100%;
  }
  .xxxxl-1-5,
  .ed-item.xxxxl-1-5 {
    width: 20%;
  }
  .xxxxl-2-5,
  .ed-item.xxxxl-2-5 {
    width: 40%;
  }
  .xxxxl-3-5,
  .ed-item.xxxxl-3-5 {
    width: 60%;
  }
  .xxxxl-4-5,
  .ed-item.xxxxl-4-5 {
    width: 80%;
  }
  .xxxxl-5-5,
  .ed-item.xxxxl-5-5 {
    width: 100%;
  }
  .xxxxl-1-6,
  .ed-item.xxxxl-1-6 {
    width: 16.6666666667%;
  }
  .xxxxl-2-6,
  .ed-item.xxxxl-2-6 {
    width: 33.3333333333%;
  }
  .xxxxl-3-6,
  .ed-item.xxxxl-3-6 {
    width: 50%;
  }
  .xxxxl-4-6,
  .ed-item.xxxxl-4-6 {
    width: 66.6666666667%;
  }
  .xxxxl-5-6,
  .ed-item.xxxxl-5-6 {
    width: 83.3333333333%;
  }
  .xxxxl-6-6,
  .ed-item.xxxxl-6-6 {
    width: 100%;
  }
  .xxxxl-1-7,
  .ed-item.xxxxl-1-7 {
    width: 14.2857142857%;
  }
  .xxxxl-2-7,
  .ed-item.xxxxl-2-7 {
    width: 28.5714285714%;
  }
  .xxxxl-3-7,
  .ed-item.xxxxl-3-7 {
    width: 42.8571428571%;
  }
  .xxxxl-4-7,
  .ed-item.xxxxl-4-7 {
    width: 57.1428571429%;
  }
  .xxxxl-5-7,
  .ed-item.xxxxl-5-7 {
    width: 71.4285714286%;
  }
  .xxxxl-6-7,
  .ed-item.xxxxl-6-7 {
    width: 85.7142857143%;
  }
  .xxxxl-7-7,
  .ed-item.xxxxl-7-7 {
    width: 100%;
  }
  .xxxxl-1-8,
  .ed-item.xxxxl-1-8 {
    width: 12.5%;
  }
  .xxxxl-2-8,
  .ed-item.xxxxl-2-8 {
    width: 25%;
  }
  .xxxxl-3-8,
  .ed-item.xxxxl-3-8 {
    width: 37.5%;
  }
  .xxxxl-4-8,
  .ed-item.xxxxl-4-8 {
    width: 50%;
  }
  .xxxxl-5-8,
  .ed-item.xxxxl-5-8 {
    width: 62.5%;
  }
  .xxxxl-6-8,
  .ed-item.xxxxl-6-8 {
    width: 75%;
  }
  .xxxxl-7-8,
  .ed-item.xxxxl-7-8 {
    width: 87.5%;
  }
  .xxxxl-8-8,
  .ed-item.xxxxl-8-8 {
    width: 100%;
  }
  .xxxxl-1-9,
  .ed-item.xxxxl-1-9 {
    width: 11.1111111111%;
  }
  .xxxxl-2-9,
  .ed-item.xxxxl-2-9 {
    width: 22.2222222222%;
  }
  .xxxxl-3-9,
  .ed-item.xxxxl-3-9 {
    width: 33.3333333333%;
  }
  .xxxxl-4-9,
  .ed-item.xxxxl-4-9 {
    width: 44.4444444444%;
  }
  .xxxxl-5-9,
  .ed-item.xxxxl-5-9 {
    width: 55.5555555556%;
  }
  .xxxxl-6-9,
  .ed-item.xxxxl-6-9 {
    width: 66.6666666667%;
  }
  .xxxxl-7-9,
  .ed-item.xxxxl-7-9 {
    width: 77.7777777778%;
  }
  .xxxxl-8-9,
  .ed-item.xxxxl-8-9 {
    width: 88.8888888889%;
  }
  .xxxxl-9-9,
  .ed-item.xxxxl-9-9 {
    width: 100%;
  }
  .xxxxl-1-10,
  .ed-item.xxxxl-1-10 {
    width: 10%;
  }
  .xxxxl-2-10,
  .ed-item.xxxxl-2-10 {
    width: 20%;
  }
  .xxxxl-3-10,
  .ed-item.xxxxl-3-10 {
    width: 30%;
  }
  .xxxxl-4-10,
  .ed-item.xxxxl-4-10 {
    width: 40%;
  }
  .xxxxl-5-10,
  .ed-item.xxxxl-5-10 {
    width: 50%;
  }
  .xxxxl-6-10,
  .ed-item.xxxxl-6-10 {
    width: 60%;
  }
  .xxxxl-7-10,
  .ed-item.xxxxl-7-10 {
    width: 70%;
  }
  .xxxxl-8-10,
  .ed-item.xxxxl-8-10 {
    width: 80%;
  }
  .xxxxl-9-10,
  .ed-item.xxxxl-9-10 {
    width: 90%;
  }
  .xxxxl-10-10,
  .ed-item.xxxxl-10-10 {
    width: 100%;
  }
}
.ed-grid.s-gap-0 {
  --gap: 0rem;
}

@media screen and (min-width: 480px) {
  .ed-grid.sm-gap-0 {
    --gap: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid.m-gap-0 {
    --gap: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid.lg-gap-0 {
    --gap: 0rem;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid.xl-gap-0 {
    --gap: 0rem;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid.xxl-gap-0 {
    --gap: 0rem;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid.xxxl-gap-0 {
    --gap: 0rem;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid.xxxxl-gap-0 {
    --gap: 0rem;
  }
}
.ed-grid.s-gap-1 {
  --gap: 0.5rem;
}

@media screen and (min-width: 480px) {
  .ed-grid.sm-gap-1 {
    --gap: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid.m-gap-1 {
    --gap: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid.lg-gap-1 {
    --gap: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid.xl-gap-1 {
    --gap: 0.5rem;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid.xxl-gap-1 {
    --gap: 0.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid.xxxl-gap-1 {
    --gap: 0.5rem;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid.xxxxl-gap-1 {
    --gap: 0.5rem;
  }
}
.ed-grid.s-gap-2 {
  --gap: 1rem;
}

@media screen and (min-width: 480px) {
  .ed-grid.sm-gap-2 {
    --gap: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid.m-gap-2 {
    --gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid.lg-gap-2 {
    --gap: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid.xl-gap-2 {
    --gap: 1rem;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid.xxl-gap-2 {
    --gap: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid.xxxl-gap-2 {
    --gap: 1rem;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid.xxxxl-gap-2 {
    --gap: 1rem;
  }
}
.ed-grid.s-gap-3 {
  --gap: 1.5rem;
}

@media screen and (min-width: 480px) {
  .ed-grid.sm-gap-3 {
    --gap: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid.m-gap-3 {
    --gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid.lg-gap-3 {
    --gap: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid.xl-gap-3 {
    --gap: 1.5rem;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid.xxl-gap-3 {
    --gap: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid.xxxl-gap-3 {
    --gap: 1.5rem;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid.xxxxl-gap-3 {
    --gap: 1.5rem;
  }
}
.ed-grid.s-gap-4 {
  --gap: 2rem;
}

@media screen and (min-width: 480px) {
  .ed-grid.sm-gap-4 {
    --gap: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid.m-gap-4 {
    --gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid.lg-gap-4 {
    --gap: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid.xl-gap-4 {
    --gap: 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid.xxl-gap-4 {
    --gap: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid.xxxl-gap-4 {
    --gap: 2rem;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid.xxxxl-gap-4 {
    --gap: 2rem;
  }
}
.ed-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: var(--max-width);
}
.ed-grid.gap-0 {
  --gap: 0rem;
}
.ed-grid.gap-1 {
  --gap: 0.5rem;
}
.ed-grid.gap-2 {
  --gap: 1rem;
}
.ed-grid.gap-3 {
  --gap: 1.5rem;
}
.ed-grid.gap-4 {
  --gap: 2rem;
}
@media screen and (min-width: 1600px) {
  .ed-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ed-grid.row-gap, .ed-grid.rows-gap {
  row-gap: var(--gap);
}
.ed-grid .ed-grid, .ed-grid.full {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.ed-grid .ed-grid.s-5,
.ed-grid .ed-grid .ed-grid.s-5 {
  width: 5%;
}
.ed-grid .ed-grid.s-10,
.ed-grid .ed-grid .ed-grid.s-10 {
  width: 10%;
}
.ed-grid .ed-grid.s-15,
.ed-grid .ed-grid .ed-grid.s-15 {
  width: 15%;
}
.ed-grid .ed-grid.s-20,
.ed-grid .ed-grid .ed-grid.s-20 {
  width: 20%;
}
.ed-grid .ed-grid.s-25,
.ed-grid .ed-grid .ed-grid.s-25 {
  width: 25%;
}
.ed-grid .ed-grid.s-30,
.ed-grid .ed-grid .ed-grid.s-30 {
  width: 30%;
}
.ed-grid .ed-grid.s-35,
.ed-grid .ed-grid .ed-grid.s-35 {
  width: 35%;
}
.ed-grid .ed-grid.s-40,
.ed-grid .ed-grid .ed-grid.s-40 {
  width: 40%;
}
.ed-grid .ed-grid.s-45,
.ed-grid .ed-grid .ed-grid.s-45 {
  width: 45%;
}
.ed-grid .ed-grid.s-50,
.ed-grid .ed-grid .ed-grid.s-50 {
  width: 50%;
}
.ed-grid .ed-grid.s-55,
.ed-grid .ed-grid .ed-grid.s-55 {
  width: 55%;
}
.ed-grid .ed-grid.s-60,
.ed-grid .ed-grid .ed-grid.s-60 {
  width: 60%;
}
.ed-grid .ed-grid.s-65,
.ed-grid .ed-grid .ed-grid.s-65 {
  width: 65%;
}
.ed-grid .ed-grid.s-70,
.ed-grid .ed-grid .ed-grid.s-70 {
  width: 70%;
}
.ed-grid .ed-grid.s-75,
.ed-grid .ed-grid .ed-grid.s-75 {
  width: 75%;
}
.ed-grid .ed-grid.s-80,
.ed-grid .ed-grid .ed-grid.s-80 {
  width: 80%;
}
.ed-grid .ed-grid.s-85,
.ed-grid .ed-grid .ed-grid.s-85 {
  width: 85%;
}
.ed-grid .ed-grid.s-90,
.ed-grid .ed-grid .ed-grid.s-90 {
  width: 90%;
}
.ed-grid .ed-grid.s-95,
.ed-grid .ed-grid .ed-grid.s-95 {
  width: 95%;
}
.ed-grid .ed-grid.s-100,
.ed-grid .ed-grid .ed-grid.s-100 {
  width: 100%;
}
.ed-grid .ed-grid.s-to-center,
.ed-grid .ed-grid .ed-grid.s-to-center {
  margin-left: auto;
  margin-right: auto;
}
.ed-grid .ed-grid.s-to-right,
.ed-grid .ed-grid .ed-grid.s-to-right {
  margin-left: auto;
  margin-right: 0;
}
.ed-grid .ed-grid.s-to-left,
.ed-grid .ed-grid .ed-grid.s-to-left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .ed-grid .ed-grid.sm-5,
  .ed-grid .ed-grid .ed-grid.sm-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.sm-10,
  .ed-grid .ed-grid .ed-grid.sm-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.sm-15,
  .ed-grid .ed-grid .ed-grid.sm-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.sm-20,
  .ed-grid .ed-grid .ed-grid.sm-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.sm-25,
  .ed-grid .ed-grid .ed-grid.sm-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.sm-30,
  .ed-grid .ed-grid .ed-grid.sm-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.sm-35,
  .ed-grid .ed-grid .ed-grid.sm-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.sm-40,
  .ed-grid .ed-grid .ed-grid.sm-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.sm-45,
  .ed-grid .ed-grid .ed-grid.sm-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.sm-50,
  .ed-grid .ed-grid .ed-grid.sm-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.sm-55,
  .ed-grid .ed-grid .ed-grid.sm-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.sm-60,
  .ed-grid .ed-grid .ed-grid.sm-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.sm-65,
  .ed-grid .ed-grid .ed-grid.sm-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.sm-70,
  .ed-grid .ed-grid .ed-grid.sm-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.sm-75,
  .ed-grid .ed-grid .ed-grid.sm-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.sm-80,
  .ed-grid .ed-grid .ed-grid.sm-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.sm-85,
  .ed-grid .ed-grid .ed-grid.sm-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.sm-90,
  .ed-grid .ed-grid .ed-grid.sm-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.sm-95,
  .ed-grid .ed-grid .ed-grid.sm-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.sm-100,
  .ed-grid .ed-grid .ed-grid.sm-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.sm-to-center,
  .ed-grid .ed-grid .ed-grid.sm-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.sm-to-right,
  .ed-grid .ed-grid .ed-grid.sm-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.sm-to-left,
  .ed-grid .ed-grid .ed-grid.sm-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid .ed-grid.m-5,
  .ed-grid .ed-grid .ed-grid.m-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.m-10,
  .ed-grid .ed-grid .ed-grid.m-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.m-15,
  .ed-grid .ed-grid .ed-grid.m-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.m-20,
  .ed-grid .ed-grid .ed-grid.m-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.m-25,
  .ed-grid .ed-grid .ed-grid.m-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.m-30,
  .ed-grid .ed-grid .ed-grid.m-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.m-35,
  .ed-grid .ed-grid .ed-grid.m-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.m-40,
  .ed-grid .ed-grid .ed-grid.m-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.m-45,
  .ed-grid .ed-grid .ed-grid.m-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.m-50,
  .ed-grid .ed-grid .ed-grid.m-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.m-55,
  .ed-grid .ed-grid .ed-grid.m-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.m-60,
  .ed-grid .ed-grid .ed-grid.m-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.m-65,
  .ed-grid .ed-grid .ed-grid.m-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.m-70,
  .ed-grid .ed-grid .ed-grid.m-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.m-75,
  .ed-grid .ed-grid .ed-grid.m-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.m-80,
  .ed-grid .ed-grid .ed-grid.m-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.m-85,
  .ed-grid .ed-grid .ed-grid.m-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.m-90,
  .ed-grid .ed-grid .ed-grid.m-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.m-95,
  .ed-grid .ed-grid .ed-grid.m-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.m-100,
  .ed-grid .ed-grid .ed-grid.m-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.m-to-center,
  .ed-grid .ed-grid .ed-grid.m-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.m-to-right,
  .ed-grid .ed-grid .ed-grid.m-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.m-to-left,
  .ed-grid .ed-grid .ed-grid.m-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .ed-grid .ed-grid.l-5,
  .ed-grid .ed-grid .ed-grid.l-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.l-10,
  .ed-grid .ed-grid .ed-grid.l-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.l-15,
  .ed-grid .ed-grid .ed-grid.l-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.l-20,
  .ed-grid .ed-grid .ed-grid.l-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.l-25,
  .ed-grid .ed-grid .ed-grid.l-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.l-30,
  .ed-grid .ed-grid .ed-grid.l-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.l-35,
  .ed-grid .ed-grid .ed-grid.l-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.l-40,
  .ed-grid .ed-grid .ed-grid.l-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.l-45,
  .ed-grid .ed-grid .ed-grid.l-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.l-50,
  .ed-grid .ed-grid .ed-grid.l-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.l-55,
  .ed-grid .ed-grid .ed-grid.l-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.l-60,
  .ed-grid .ed-grid .ed-grid.l-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.l-65,
  .ed-grid .ed-grid .ed-grid.l-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.l-70,
  .ed-grid .ed-grid .ed-grid.l-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.l-75,
  .ed-grid .ed-grid .ed-grid.l-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.l-80,
  .ed-grid .ed-grid .ed-grid.l-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.l-85,
  .ed-grid .ed-grid .ed-grid.l-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.l-90,
  .ed-grid .ed-grid .ed-grid.l-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.l-95,
  .ed-grid .ed-grid .ed-grid.l-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.l-100,
  .ed-grid .ed-grid .ed-grid.l-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.l-to-center,
  .ed-grid .ed-grid .ed-grid.l-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.l-to-right,
  .ed-grid .ed-grid .ed-grid.l-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.l-to-left,
  .ed-grid .ed-grid .ed-grid.l-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid .ed-grid.lg-5,
  .ed-grid .ed-grid .ed-grid.lg-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.lg-10,
  .ed-grid .ed-grid .ed-grid.lg-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.lg-15,
  .ed-grid .ed-grid .ed-grid.lg-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.lg-20,
  .ed-grid .ed-grid .ed-grid.lg-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.lg-25,
  .ed-grid .ed-grid .ed-grid.lg-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.lg-30,
  .ed-grid .ed-grid .ed-grid.lg-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.lg-35,
  .ed-grid .ed-grid .ed-grid.lg-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.lg-40,
  .ed-grid .ed-grid .ed-grid.lg-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.lg-45,
  .ed-grid .ed-grid .ed-grid.lg-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.lg-50,
  .ed-grid .ed-grid .ed-grid.lg-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.lg-55,
  .ed-grid .ed-grid .ed-grid.lg-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.lg-60,
  .ed-grid .ed-grid .ed-grid.lg-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.lg-65,
  .ed-grid .ed-grid .ed-grid.lg-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.lg-70,
  .ed-grid .ed-grid .ed-grid.lg-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.lg-75,
  .ed-grid .ed-grid .ed-grid.lg-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.lg-80,
  .ed-grid .ed-grid .ed-grid.lg-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.lg-85,
  .ed-grid .ed-grid .ed-grid.lg-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.lg-90,
  .ed-grid .ed-grid .ed-grid.lg-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.lg-95,
  .ed-grid .ed-grid .ed-grid.lg-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.lg-100,
  .ed-grid .ed-grid .ed-grid.lg-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.lg-to-center,
  .ed-grid .ed-grid .ed-grid.lg-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.lg-to-right,
  .ed-grid .ed-grid .ed-grid.lg-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.lg-to-left,
  .ed-grid .ed-grid .ed-grid.lg-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid .ed-grid.xl-5,
  .ed-grid .ed-grid .ed-grid.xl-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.xl-10,
  .ed-grid .ed-grid .ed-grid.xl-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.xl-15,
  .ed-grid .ed-grid .ed-grid.xl-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.xl-20,
  .ed-grid .ed-grid .ed-grid.xl-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.xl-25,
  .ed-grid .ed-grid .ed-grid.xl-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.xl-30,
  .ed-grid .ed-grid .ed-grid.xl-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.xl-35,
  .ed-grid .ed-grid .ed-grid.xl-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.xl-40,
  .ed-grid .ed-grid .ed-grid.xl-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.xl-45,
  .ed-grid .ed-grid .ed-grid.xl-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.xl-50,
  .ed-grid .ed-grid .ed-grid.xl-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.xl-55,
  .ed-grid .ed-grid .ed-grid.xl-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.xl-60,
  .ed-grid .ed-grid .ed-grid.xl-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.xl-65,
  .ed-grid .ed-grid .ed-grid.xl-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.xl-70,
  .ed-grid .ed-grid .ed-grid.xl-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.xl-75,
  .ed-grid .ed-grid .ed-grid.xl-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.xl-80,
  .ed-grid .ed-grid .ed-grid.xl-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.xl-85,
  .ed-grid .ed-grid .ed-grid.xl-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.xl-90,
  .ed-grid .ed-grid .ed-grid.xl-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.xl-95,
  .ed-grid .ed-grid .ed-grid.xl-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.xl-100,
  .ed-grid .ed-grid .ed-grid.xl-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.xl-to-center,
  .ed-grid .ed-grid .ed-grid.xl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.xl-to-right,
  .ed-grid .ed-grid .ed-grid.xl-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.xl-to-left,
  .ed-grid .ed-grid .ed-grid.xl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid .ed-grid.xxl-5,
  .ed-grid .ed-grid .ed-grid.xxl-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.xxl-10,
  .ed-grid .ed-grid .ed-grid.xxl-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.xxl-15,
  .ed-grid .ed-grid .ed-grid.xxl-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.xxl-20,
  .ed-grid .ed-grid .ed-grid.xxl-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.xxl-25,
  .ed-grid .ed-grid .ed-grid.xxl-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.xxl-30,
  .ed-grid .ed-grid .ed-grid.xxl-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.xxl-35,
  .ed-grid .ed-grid .ed-grid.xxl-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.xxl-40,
  .ed-grid .ed-grid .ed-grid.xxl-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.xxl-45,
  .ed-grid .ed-grid .ed-grid.xxl-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.xxl-50,
  .ed-grid .ed-grid .ed-grid.xxl-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.xxl-55,
  .ed-grid .ed-grid .ed-grid.xxl-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.xxl-60,
  .ed-grid .ed-grid .ed-grid.xxl-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.xxl-65,
  .ed-grid .ed-grid .ed-grid.xxl-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.xxl-70,
  .ed-grid .ed-grid .ed-grid.xxl-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.xxl-75,
  .ed-grid .ed-grid .ed-grid.xxl-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.xxl-80,
  .ed-grid .ed-grid .ed-grid.xxl-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.xxl-85,
  .ed-grid .ed-grid .ed-grid.xxl-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.xxl-90,
  .ed-grid .ed-grid .ed-grid.xxl-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.xxl-95,
  .ed-grid .ed-grid .ed-grid.xxl-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.xxl-100,
  .ed-grid .ed-grid .ed-grid.xxl-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.xxl-to-center,
  .ed-grid .ed-grid .ed-grid.xxl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.xxl-to-right,
  .ed-grid .ed-grid .ed-grid.xxl-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.xxl-to-left,
  .ed-grid .ed-grid .ed-grid.xxl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid .ed-grid.xxxl-5,
  .ed-grid .ed-grid .ed-grid.xxxl-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.xxxl-10,
  .ed-grid .ed-grid .ed-grid.xxxl-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.xxxl-15,
  .ed-grid .ed-grid .ed-grid.xxxl-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.xxxl-20,
  .ed-grid .ed-grid .ed-grid.xxxl-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.xxxl-25,
  .ed-grid .ed-grid .ed-grid.xxxl-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.xxxl-30,
  .ed-grid .ed-grid .ed-grid.xxxl-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.xxxl-35,
  .ed-grid .ed-grid .ed-grid.xxxl-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.xxxl-40,
  .ed-grid .ed-grid .ed-grid.xxxl-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.xxxl-45,
  .ed-grid .ed-grid .ed-grid.xxxl-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.xxxl-50,
  .ed-grid .ed-grid .ed-grid.xxxl-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.xxxl-55,
  .ed-grid .ed-grid .ed-grid.xxxl-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.xxxl-60,
  .ed-grid .ed-grid .ed-grid.xxxl-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.xxxl-65,
  .ed-grid .ed-grid .ed-grid.xxxl-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.xxxl-70,
  .ed-grid .ed-grid .ed-grid.xxxl-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.xxxl-75,
  .ed-grid .ed-grid .ed-grid.xxxl-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.xxxl-80,
  .ed-grid .ed-grid .ed-grid.xxxl-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.xxxl-85,
  .ed-grid .ed-grid .ed-grid.xxxl-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.xxxl-90,
  .ed-grid .ed-grid .ed-grid.xxxl-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.xxxl-95,
  .ed-grid .ed-grid .ed-grid.xxxl-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.xxxl-100,
  .ed-grid .ed-grid .ed-grid.xxxl-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.xxxl-to-center,
  .ed-grid .ed-grid .ed-grid.xxxl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.xxxl-to-right,
  .ed-grid .ed-grid .ed-grid.xxxl-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.xxxl-to-left,
  .ed-grid .ed-grid .ed-grid.xxxl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid .ed-grid.xxxxl-5,
  .ed-grid .ed-grid .ed-grid.xxxxl-5 {
    width: 5%;
  }
  .ed-grid .ed-grid.xxxxl-10,
  .ed-grid .ed-grid .ed-grid.xxxxl-10 {
    width: 10%;
  }
  .ed-grid .ed-grid.xxxxl-15,
  .ed-grid .ed-grid .ed-grid.xxxxl-15 {
    width: 15%;
  }
  .ed-grid .ed-grid.xxxxl-20,
  .ed-grid .ed-grid .ed-grid.xxxxl-20 {
    width: 20%;
  }
  .ed-grid .ed-grid.xxxxl-25,
  .ed-grid .ed-grid .ed-grid.xxxxl-25 {
    width: 25%;
  }
  .ed-grid .ed-grid.xxxxl-30,
  .ed-grid .ed-grid .ed-grid.xxxxl-30 {
    width: 30%;
  }
  .ed-grid .ed-grid.xxxxl-35,
  .ed-grid .ed-grid .ed-grid.xxxxl-35 {
    width: 35%;
  }
  .ed-grid .ed-grid.xxxxl-40,
  .ed-grid .ed-grid .ed-grid.xxxxl-40 {
    width: 40%;
  }
  .ed-grid .ed-grid.xxxxl-45,
  .ed-grid .ed-grid .ed-grid.xxxxl-45 {
    width: 45%;
  }
  .ed-grid .ed-grid.xxxxl-50,
  .ed-grid .ed-grid .ed-grid.xxxxl-50 {
    width: 50%;
  }
  .ed-grid .ed-grid.xxxxl-55,
  .ed-grid .ed-grid .ed-grid.xxxxl-55 {
    width: 55%;
  }
  .ed-grid .ed-grid.xxxxl-60,
  .ed-grid .ed-grid .ed-grid.xxxxl-60 {
    width: 60%;
  }
  .ed-grid .ed-grid.xxxxl-65,
  .ed-grid .ed-grid .ed-grid.xxxxl-65 {
    width: 65%;
  }
  .ed-grid .ed-grid.xxxxl-70,
  .ed-grid .ed-grid .ed-grid.xxxxl-70 {
    width: 70%;
  }
  .ed-grid .ed-grid.xxxxl-75,
  .ed-grid .ed-grid .ed-grid.xxxxl-75 {
    width: 75%;
  }
  .ed-grid .ed-grid.xxxxl-80,
  .ed-grid .ed-grid .ed-grid.xxxxl-80 {
    width: 80%;
  }
  .ed-grid .ed-grid.xxxxl-85,
  .ed-grid .ed-grid .ed-grid.xxxxl-85 {
    width: 85%;
  }
  .ed-grid .ed-grid.xxxxl-90,
  .ed-grid .ed-grid .ed-grid.xxxxl-90 {
    width: 90%;
  }
  .ed-grid .ed-grid.xxxxl-95,
  .ed-grid .ed-grid .ed-grid.xxxxl-95 {
    width: 95%;
  }
  .ed-grid .ed-grid.xxxxl-100,
  .ed-grid .ed-grid .ed-grid.xxxxl-100 {
    width: 100%;
  }
  .ed-grid .ed-grid.xxxxl-to-center,
  .ed-grid .ed-grid .ed-grid.xxxxl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .ed-grid .ed-grid.xxxxl-to-right,
  .ed-grid .ed-grid .ed-grid.xxxxl-to-right {
    margin-left: auto;
    margin-right: 0;
  }
  .ed-grid .ed-grid.xxxxl-to-left,
  .ed-grid .ed-grid .ed-grid.xxxxl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
}
.ed-grid.cols-s-1, .ed-grid.s-grid-1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.ed-grid > .span-s-1,
.ed-grid > .s-cols-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
.ed-grid > .s-rows-1 {
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.ed-grid > .s-x-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}
.ed-grid > .s-y-1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.ed-grid.cols-s-2, .ed-grid.s-grid-2 {
  -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
  grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
}
.ed-grid > .span-s-2,
.ed-grid > .s-cols-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.ed-grid > .s-rows-2 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.ed-grid > .s-x-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}
.ed-grid > .s-y-2 {
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.ed-grid.cols-s-3, .ed-grid.s-grid-3 {
  -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
  grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
}
.ed-grid > .span-s-3,
.ed-grid > .s-cols-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}
.ed-grid > .s-rows-3 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}
.ed-grid > .s-x-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}
.ed-grid > .s-y-3 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.ed-grid.cols-s-4, .ed-grid.s-grid-4 {
  -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
  grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
}
.ed-grid > .span-s-4,
.ed-grid > .s-cols-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}
.ed-grid > .s-rows-4 {
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
}
.ed-grid > .s-x-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}
.ed-grid > .s-y-4 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}
.ed-grid.cols-s-5, .ed-grid.s-grid-5 {
  -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
  grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
}
.ed-grid > .span-s-5,
.ed-grid > .s-cols-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}
.ed-grid > .s-rows-5 {
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
}
.ed-grid > .s-x-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}
.ed-grid > .s-y-5 {
  -ms-grid-row: 5;
      grid-row-start: 5;
}
.ed-grid.cols-s-6, .ed-grid.s-grid-6 {
  -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
  grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
}
.ed-grid > .span-s-6,
.ed-grid > .s-cols-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}
.ed-grid > .s-rows-6 {
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
}
.ed-grid > .s-x-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}
.ed-grid > .s-y-6 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}
.ed-grid.cols-s-7, .ed-grid.s-grid-7 {
  -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
  grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
}
.ed-grid > .span-s-7,
.ed-grid > .s-cols-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}
.ed-grid > .s-rows-7 {
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
}
.ed-grid > .s-x-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}
.ed-grid > .s-y-7 {
  -ms-grid-row: 7;
      grid-row-start: 7;
}
.ed-grid.cols-s-8, .ed-grid.s-grid-8 {
  -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
  grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
}
.ed-grid > .span-s-8,
.ed-grid > .s-cols-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}
.ed-grid > .s-rows-8 {
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
}
.ed-grid > .s-x-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}
.ed-grid > .s-y-8 {
  -ms-grid-row: 8;
      grid-row-start: 8;
}
.ed-grid.cols-s-9, .ed-grid.s-grid-9 {
  -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
  grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
}
.ed-grid > .span-s-9,
.ed-grid > .s-cols-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}
.ed-grid > .s-rows-9 {
  -ms-grid-row-span: 9;
  grid-row-end: span 9;
}
.ed-grid > .s-x-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}
.ed-grid > .s-y-9 {
  -ms-grid-row: 9;
      grid-row-start: 9;
}
.ed-grid.cols-s-10, .ed-grid.s-grid-10 {
  -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
  grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
}
.ed-grid > .span-s-10,
.ed-grid > .s-cols-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}
.ed-grid > .s-rows-10 {
  -ms-grid-row-span: 10;
  grid-row-end: span 10;
}
.ed-grid > .s-x-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}
.ed-grid > .s-y-10 {
  -ms-grid-row: 10;
      grid-row-start: 10;
}
.ed-grid.cols-s-11, .ed-grid.s-grid-11 {
  -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
  grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
}
.ed-grid > .span-s-11,
.ed-grid > .s-cols-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}
.ed-grid > .s-rows-11 {
  -ms-grid-row-span: 11;
  grid-row-end: span 11;
}
.ed-grid > .s-x-11 {
  -ms-grid-column: 11;
      grid-column-start: 11;
}
.ed-grid > .s-y-11 {
  -ms-grid-row: 11;
      grid-row-start: 11;
}
.ed-grid.cols-s-12, .ed-grid.s-grid-12 {
  -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
  grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
}
.ed-grid > .span-s-12,
.ed-grid > .s-cols-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}
.ed-grid > .s-rows-12 {
  -ms-grid-row-span: 12;
  grid-row-end: span 12;
}
.ed-grid > .s-x-12 {
  -ms-grid-column: 12;
      grid-column-start: 12;
}
.ed-grid > .s-y-12 {
  -ms-grid-row: 12;
      grid-row-start: 12;
}
@media screen and (min-width: 480px) {
  .ed-grid.cols-sm-1, .ed-grid.sm-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-sm-1,
  .ed-grid > .sm-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .sm-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .sm-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .sm-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-sm-2, .ed-grid.sm-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-sm-2,
  .ed-grid > .sm-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .sm-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .sm-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .sm-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-sm-3, .ed-grid.sm-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-sm-3,
  .ed-grid > .sm-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .sm-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .sm-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .sm-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-sm-4, .ed-grid.sm-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-sm-4,
  .ed-grid > .sm-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .sm-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .sm-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .sm-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-sm-5, .ed-grid.sm-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-sm-5,
  .ed-grid > .sm-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .sm-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .sm-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .sm-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-sm-6, .ed-grid.sm-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-sm-6,
  .ed-grid > .sm-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .sm-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .sm-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .sm-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-sm-7, .ed-grid.sm-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-sm-7,
  .ed-grid > .sm-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .sm-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .sm-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .sm-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-sm-8, .ed-grid.sm-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-sm-8,
  .ed-grid > .sm-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .sm-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .sm-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .sm-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-sm-9, .ed-grid.sm-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-sm-9,
  .ed-grid > .sm-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .sm-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .sm-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .sm-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-sm-10, .ed-grid.sm-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-sm-10,
  .ed-grid > .sm-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .sm-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .sm-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .sm-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-sm-11, .ed-grid.sm-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-sm-11,
  .ed-grid > .sm-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .sm-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .sm-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .sm-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-sm-12, .ed-grid.sm-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-sm-12,
  .ed-grid > .sm-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .sm-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .sm-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .sm-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 640px) {
  .ed-grid.cols-m-1, .ed-grid.m-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-m-1,
  .ed-grid > .m-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .m-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .m-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .m-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-m-2, .ed-grid.m-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-m-2,
  .ed-grid > .m-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .m-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .m-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .m-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-m-3, .ed-grid.m-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-m-3,
  .ed-grid > .m-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .m-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .m-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .m-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-m-4, .ed-grid.m-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-m-4,
  .ed-grid > .m-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .m-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .m-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .m-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-m-5, .ed-grid.m-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-m-5,
  .ed-grid > .m-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .m-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .m-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .m-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-m-6, .ed-grid.m-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-m-6,
  .ed-grid > .m-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .m-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .m-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .m-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-m-7, .ed-grid.m-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-m-7,
  .ed-grid > .m-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .m-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .m-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .m-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-m-8, .ed-grid.m-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-m-8,
  .ed-grid > .m-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .m-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .m-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .m-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-m-9, .ed-grid.m-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-m-9,
  .ed-grid > .m-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .m-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .m-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .m-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-m-10, .ed-grid.m-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-m-10,
  .ed-grid > .m-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .m-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .m-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .m-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-m-11, .ed-grid.m-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-m-11,
  .ed-grid > .m-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .m-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .m-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .m-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-m-12, .ed-grid.m-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-m-12,
  .ed-grid > .m-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .m-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .m-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .m-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 960px) {
  .ed-grid.cols-l-1, .ed-grid.l-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-l-1,
  .ed-grid > .l-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .l-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .l-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .l-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-l-2, .ed-grid.l-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-l-2,
  .ed-grid > .l-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .l-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .l-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .l-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-l-3, .ed-grid.l-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-l-3,
  .ed-grid > .l-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .l-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .l-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .l-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-l-4, .ed-grid.l-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-l-4,
  .ed-grid > .l-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .l-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .l-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .l-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-l-5, .ed-grid.l-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-l-5,
  .ed-grid > .l-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .l-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .l-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .l-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-l-6, .ed-grid.l-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-l-6,
  .ed-grid > .l-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .l-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .l-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .l-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-l-7, .ed-grid.l-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-l-7,
  .ed-grid > .l-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .l-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .l-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .l-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-l-8, .ed-grid.l-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-l-8,
  .ed-grid > .l-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .l-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .l-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .l-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-l-9, .ed-grid.l-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-l-9,
  .ed-grid > .l-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .l-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .l-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .l-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-l-10, .ed-grid.l-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-l-10,
  .ed-grid > .l-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .l-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .l-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .l-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-l-11, .ed-grid.l-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-l-11,
  .ed-grid > .l-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .l-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .l-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .l-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-l-12, .ed-grid.l-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-l-12,
  .ed-grid > .l-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .l-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .l-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .l-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 1280px) {
  .ed-grid.cols-lg-1, .ed-grid.lg-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-lg-1,
  .ed-grid > .lg-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .lg-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .lg-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .lg-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-lg-2, .ed-grid.lg-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-lg-2,
  .ed-grid > .lg-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .lg-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .lg-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .lg-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-lg-3, .ed-grid.lg-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-lg-3,
  .ed-grid > .lg-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .lg-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .lg-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .lg-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-lg-4, .ed-grid.lg-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-lg-4,
  .ed-grid > .lg-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .lg-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .lg-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .lg-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-lg-5, .ed-grid.lg-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-lg-5,
  .ed-grid > .lg-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .lg-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .lg-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .lg-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-lg-6, .ed-grid.lg-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-lg-6,
  .ed-grid > .lg-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .lg-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .lg-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .lg-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-lg-7, .ed-grid.lg-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-lg-7,
  .ed-grid > .lg-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .lg-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .lg-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .lg-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-lg-8, .ed-grid.lg-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-lg-8,
  .ed-grid > .lg-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .lg-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .lg-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .lg-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-lg-9, .ed-grid.lg-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-lg-9,
  .ed-grid > .lg-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .lg-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .lg-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .lg-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-lg-10, .ed-grid.lg-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-lg-10,
  .ed-grid > .lg-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .lg-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .lg-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .lg-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-lg-11, .ed-grid.lg-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-lg-11,
  .ed-grid > .lg-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .lg-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .lg-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .lg-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-lg-12, .ed-grid.lg-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-lg-12,
  .ed-grid > .lg-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .lg-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .lg-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .lg-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 1600px) {
  .ed-grid.cols-xl-1, .ed-grid.xl-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-xl-1,
  .ed-grid > .xl-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .xl-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .xl-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .xl-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-xl-2, .ed-grid.xl-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-xl-2,
  .ed-grid > .xl-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .xl-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .xl-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .xl-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-xl-3, .ed-grid.xl-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-xl-3,
  .ed-grid > .xl-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .xl-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .xl-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .xl-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-xl-4, .ed-grid.xl-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-xl-4,
  .ed-grid > .xl-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .xl-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .xl-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .xl-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-xl-5, .ed-grid.xl-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-xl-5,
  .ed-grid > .xl-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .xl-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .xl-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .xl-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-xl-6, .ed-grid.xl-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-xl-6,
  .ed-grid > .xl-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .xl-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .xl-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .xl-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-xl-7, .ed-grid.xl-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-xl-7,
  .ed-grid > .xl-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .xl-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .xl-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .xl-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-xl-8, .ed-grid.xl-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-xl-8,
  .ed-grid > .xl-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .xl-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .xl-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .xl-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-xl-9, .ed-grid.xl-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-xl-9,
  .ed-grid > .xl-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .xl-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .xl-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .xl-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-xl-10, .ed-grid.xl-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-xl-10,
  .ed-grid > .xl-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .xl-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .xl-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .xl-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-xl-11, .ed-grid.xl-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-xl-11,
  .ed-grid > .xl-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .xl-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .xl-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .xl-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-xl-12, .ed-grid.xl-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-xl-12,
  .ed-grid > .xl-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .xl-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .xl-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .xl-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 1800px) {
  .ed-grid.cols-xxl-1, .ed-grid.xxl-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-xxl-1,
  .ed-grid > .xxl-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .xxl-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .xxl-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .xxl-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-xxl-2, .ed-grid.xxl-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-xxl-2,
  .ed-grid > .xxl-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .xxl-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .xxl-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .xxl-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-xxl-3, .ed-grid.xxl-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-xxl-3,
  .ed-grid > .xxl-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .xxl-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .xxl-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .xxl-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-xxl-4, .ed-grid.xxl-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-xxl-4,
  .ed-grid > .xxl-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .xxl-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .xxl-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .xxl-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-xxl-5, .ed-grid.xxl-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-xxl-5,
  .ed-grid > .xxl-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .xxl-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .xxl-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .xxl-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-xxl-6, .ed-grid.xxl-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-xxl-6,
  .ed-grid > .xxl-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .xxl-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .xxl-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .xxl-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-xxl-7, .ed-grid.xxl-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-xxl-7,
  .ed-grid > .xxl-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .xxl-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .xxl-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .xxl-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-xxl-8, .ed-grid.xxl-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-xxl-8,
  .ed-grid > .xxl-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .xxl-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .xxl-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .xxl-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-xxl-9, .ed-grid.xxl-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-xxl-9,
  .ed-grid > .xxl-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .xxl-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .xxl-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .xxl-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-xxl-10, .ed-grid.xxl-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-xxl-10,
  .ed-grid > .xxl-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .xxl-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .xxl-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .xxl-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-xxl-11, .ed-grid.xxl-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-xxl-11,
  .ed-grid > .xxl-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .xxl-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .xxl-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .xxl-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-xxl-12, .ed-grid.xxl-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-xxl-12,
  .ed-grid > .xxl-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .xxl-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .xxl-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .xxl-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 1920px) {
  .ed-grid.cols-xxxl-1, .ed-grid.xxxl-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-xxxl-1,
  .ed-grid > .xxxl-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .xxxl-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .xxxl-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .xxxl-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-xxxl-2, .ed-grid.xxxl-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-xxxl-2,
  .ed-grid > .xxxl-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .xxxl-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .xxxl-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .xxxl-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-xxxl-3, .ed-grid.xxxl-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-xxxl-3,
  .ed-grid > .xxxl-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .xxxl-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .xxxl-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .xxxl-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-xxxl-4, .ed-grid.xxxl-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-xxxl-4,
  .ed-grid > .xxxl-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .xxxl-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .xxxl-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .xxxl-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-xxxl-5, .ed-grid.xxxl-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-xxxl-5,
  .ed-grid > .xxxl-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .xxxl-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .xxxl-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .xxxl-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-xxxl-6, .ed-grid.xxxl-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-xxxl-6,
  .ed-grid > .xxxl-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .xxxl-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .xxxl-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .xxxl-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-xxxl-7, .ed-grid.xxxl-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-xxxl-7,
  .ed-grid > .xxxl-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .xxxl-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .xxxl-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .xxxl-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-xxxl-8, .ed-grid.xxxl-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-xxxl-8,
  .ed-grid > .xxxl-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .xxxl-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .xxxl-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .xxxl-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-xxxl-9, .ed-grid.xxxl-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-xxxl-9,
  .ed-grid > .xxxl-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .xxxl-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .xxxl-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .xxxl-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-xxxl-10, .ed-grid.xxxl-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-xxxl-10,
  .ed-grid > .xxxl-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .xxxl-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .xxxl-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .xxxl-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-xxxl-11, .ed-grid.xxxl-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-xxxl-11,
  .ed-grid > .xxxl-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .xxxl-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .xxxl-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .xxxl-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-xxxl-12, .ed-grid.xxxl-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-xxxl-12,
  .ed-grid > .xxxl-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .xxxl-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .xxxl-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .xxxl-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
@media screen and (min-width: 10000px) {
  .ed-grid.cols-xxxxl-1, .ed-grid.xxxxl-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ed-grid > .span-xxxxl-1,
  .ed-grid > .xxxxl-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .ed-grid > .xxxxl-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .ed-grid > .xxxxl-x-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ed-grid > .xxxxl-y-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .ed-grid.cols-xxxxl-2, .ed-grid.xxxxl-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
  }
  .ed-grid > .span-xxxxl-2,
  .ed-grid > .xxxxl-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .ed-grid > .xxxxl-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .ed-grid > .xxxxl-x-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ed-grid > .xxxxl-y-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .ed-grid.cols-xxxxl-3, .ed-grid.xxxxl-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
  }
  .ed-grid > .span-xxxxl-3,
  .ed-grid > .xxxxl-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .ed-grid > .xxxxl-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .ed-grid > .xxxxl-x-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ed-grid > .xxxxl-y-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .ed-grid.cols-xxxxl-4, .ed-grid.xxxxl-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
  }
  .ed-grid > .span-xxxxl-4,
  .ed-grid > .xxxxl-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .ed-grid > .xxxxl-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .ed-grid > .xxxxl-x-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .ed-grid > .xxxxl-y-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .ed-grid.cols-xxxxl-5, .ed-grid.xxxxl-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
  }
  .ed-grid > .span-xxxxl-5,
  .ed-grid > .xxxxl-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .ed-grid > .xxxxl-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .ed-grid > .xxxxl-x-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .ed-grid > .xxxxl-y-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .ed-grid.cols-xxxxl-6, .ed-grid.xxxxl-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
  }
  .ed-grid > .span-xxxxl-6,
  .ed-grid > .xxxxl-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .ed-grid > .xxxxl-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .ed-grid > .xxxxl-x-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .ed-grid > .xxxxl-y-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .ed-grid.cols-xxxxl-7, .ed-grid.xxxxl-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
  }
  .ed-grid > .span-xxxxl-7,
  .ed-grid > .xxxxl-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .ed-grid > .xxxxl-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .ed-grid > .xxxxl-x-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .ed-grid > .xxxxl-y-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .ed-grid.cols-xxxxl-8, .ed-grid.xxxxl-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
  }
  .ed-grid > .span-xxxxl-8,
  .ed-grid > .xxxxl-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .ed-grid > .xxxxl-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .ed-grid > .xxxxl-x-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .ed-grid > .xxxxl-y-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .ed-grid.cols-xxxxl-9, .ed-grid.xxxxl-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
  }
  .ed-grid > .span-xxxxl-9,
  .ed-grid > .xxxxl-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .ed-grid > .xxxxl-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .ed-grid > .xxxxl-x-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .ed-grid > .xxxxl-y-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .ed-grid.cols-xxxxl-10, .ed-grid.xxxxl-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
  }
  .ed-grid > .span-xxxxl-10,
  .ed-grid > .xxxxl-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .ed-grid > .xxxxl-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .ed-grid > .xxxxl-x-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .ed-grid > .xxxxl-y-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .ed-grid.cols-xxxxl-11, .ed-grid.xxxxl-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
  }
  .ed-grid > .span-xxxxl-11,
  .ed-grid > .xxxxl-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .ed-grid > .xxxxl-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .ed-grid > .xxxxl-x-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .ed-grid > .xxxxl-y-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .ed-grid.cols-xxxxl-12, .ed-grid.xxxxl-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
  }
  .ed-grid > .span-xxxxl-12,
  .ed-grid > .xxxxl-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .ed-grid > .xxxxl-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .ed-grid > .xxxxl-x-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .ed-grid > .xxxxl-y-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
}
.ed-grid[class*=-main-], .ed-grid[class*=-cross-] {
  display: -ms-grid;
  display: grid;
}
.l-block,
.cancel-l-block,
.l-section,
.cancel-l-section,
.l-big-section,
.cancel-l-big-section {
  margin-top: 0;
}

.l-block {
  margin-bottom: var(--vertical-block-space);
}

.cancel-l-block {
  margin-top: calc(var(--vertical-block-space) * -1);
}

.l-section {
  margin-bottom: calc(var(--vertical-block-space) * 2);
}

.cancel-l-section {
  margin-top: calc(var(--vertical-block-space) * -2);
}

.l-big-section {
  margin-bottom: calc(var(--vertical-block-space) * 4);
}

.cancel-l-big-section {
  margin-top: calc(var(--vertical-block-space) * -4);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-footer {
  margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--vertical-content-space);
}

h1 {
  margin-bottom: calc(var(--vertical-content-space) * 1.5);
}

p,
video,
blockquote,
article,
section,
form,
figure,
iframe,
ul,
ol,
pre,
hr,
dl,
address,
table {
  margin-top: 0;
  margin-bottom: calc(var(--vertical-content-space) * 1.5);
}
p + h2,
video + h2,
blockquote + h2,
article + h2,
section + h2,
form + h2,
figure + h2,
iframe + h2,
ul + h2,
ol + h2,
pre + h2,
hr + h2,
dl + h2,
address + h2,
table + h2 {
  padding-top: calc(var(--vertical-content-space) * 1.5);
}
p + h3,
video + h3,
blockquote + h3,
article + h3,
section + h3,
form + h3,
figure + h3,
iframe + h3,
ul + h3,
ol + h3,
pre + h3,
hr + h3,
dl + h3,
address + h3,
table + h3 {
  padding-top: var(--vertical-content-space);
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

.s-pt-0 {
  padding-top: 0;
}
.s-pl-0 {
  padding-left: 0;
}
.s-pb-0 {
  padding-bottom: 0;
}
.s-pr-0 {
  padding-right: 0;
}
.s-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.s-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.s-pxy-0 {
  padding: 0;
}
.s-mr-0 {
  margin-right: 0;
}
.s-mb-0 {
  margin-bottom: 0;
}
.s-mt-0 {
  margin-top: 0;
}
.s-ml-0 {
  margin-left: 0;
}
.s-sticky-0 {
  position: sticky;
  top: calc(var(--header-height) + 0);
}
.s-pt-1 {
  padding-top: 0.5rem;
}
.s-pl-1 {
  padding-left: 0.5rem;
}
.s-pb-1 {
  padding-bottom: 0.5rem;
}
.s-pr-1 {
  padding-right: 0.5rem;
}
.s-py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.s-px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.s-pxy-1 {
  padding: 0.5rem;
}
.s-mr-1 {
  margin-right: 0.5rem;
}
.s-mb-1 {
  margin-bottom: 0.5rem;
}
.s-mt-1 {
  margin-top: -0.5rem;
}
.s-ml-1 {
  margin-left: -0.5rem;
}
.s-sticky-1 {
  position: sticky;
  top: calc(var(--header-height) + 0.5rem);
}
.s-pt-2 {
  padding-top: 1rem;
}
.s-pl-2 {
  padding-left: 1rem;
}
.s-pb-2 {
  padding-bottom: 1rem;
}
.s-pr-2 {
  padding-right: 1rem;
}
.s-py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.s-px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.s-pxy-2 {
  padding: 1rem;
}
.s-mr-2 {
  margin-right: 1rem;
}
.s-mb-2 {
  margin-bottom: 1rem;
}
.s-mt-2 {
  margin-top: -1rem;
}
.s-ml-2 {
  margin-left: -1rem;
}
.s-sticky-2 {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
}
.s-pt-3 {
  padding-top: 1.5rem;
}
.s-pl-3 {
  padding-left: 1.5rem;
}
.s-pb-3 {
  padding-bottom: 1.5rem;
}
.s-pr-3 {
  padding-right: 1.5rem;
}
.s-py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.s-px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.s-pxy-3 {
  padding: 1.5rem;
}
.s-mr-3 {
  margin-right: 1.5rem;
}
.s-mb-3 {
  margin-bottom: 1.5rem;
}
.s-mt-3 {
  margin-top: -1.5rem;
}
.s-ml-3 {
  margin-left: -1.5rem;
}
.s-sticky-3 {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
}
.s-pt-4 {
  padding-top: 2rem;
}
.s-pl-4 {
  padding-left: 2rem;
}
.s-pb-4 {
  padding-bottom: 2rem;
}
.s-pr-4 {
  padding-right: 2rem;
}
.s-py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.s-px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.s-pxy-4 {
  padding: 2rem;
}
.s-mr-4 {
  margin-right: 2rem;
}
.s-mb-4 {
  margin-bottom: 2rem;
}
.s-mt-4 {
  margin-top: -2rem;
}
.s-ml-4 {
  margin-left: -2rem;
}
.s-sticky-4 {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.s-pt-05 {
  padding-top: 0.25rem;
}
.s-pl-05 {
  padding-left: 0.25rem;
}
.s-pb-05 {
  padding-bottom: 0.25rem;
}
.s-pr-05 {
  padding-right: 0.25rem;
}
.s-py-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.s-px-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.s-pxy-05 {
  padding: 0.25rem;
}
.s-mr-05 {
  margin-right: 0.25rem;
}
.s-mb-05 {
  margin-bottom: 0.25rem;
}
.s-mt-05 {
  margin-top: -0.25rem;
}
.s-ml-05 {
  margin-left: -0.25rem;
}
.s-sticky-05 {
  position: sticky;
  top: calc(var(--header-height) + 0.25rem);
}
.s-sticky-none {
  position: static;
}

@media screen and (min-width: 480px) {
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-pxy-0 {
    padding: 0;
  }
  .sm-mr-0 {
    margin-right: 0;
  }
  .sm-mb-0 {
    margin-bottom: 0;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm-ml-0 {
    margin-left: 0;
  }
  .sm-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .sm-pt-1 {
    padding-top: 0.5rem;
  }
  .sm-pl-1 {
    padding-left: 0.5rem;
  }
  .sm-pb-1 {
    padding-bottom: 0.5rem;
  }
  .sm-pr-1 {
    padding-right: 0.5rem;
  }
  .sm-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm-pxy-1 {
    padding: 0.5rem;
  }
  .sm-mr-1 {
    margin-right: 0.5rem;
  }
  .sm-mb-1 {
    margin-bottom: 0.5rem;
  }
  .sm-mt-1 {
    margin-top: -0.5rem;
  }
  .sm-ml-1 {
    margin-left: -0.5rem;
  }
  .sm-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .sm-pt-2 {
    padding-top: 1rem;
  }
  .sm-pl-2 {
    padding-left: 1rem;
  }
  .sm-pb-2 {
    padding-bottom: 1rem;
  }
  .sm-pr-2 {
    padding-right: 1rem;
  }
  .sm-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-pxy-2 {
    padding: 1rem;
  }
  .sm-mr-2 {
    margin-right: 1rem;
  }
  .sm-mb-2 {
    margin-bottom: 1rem;
  }
  .sm-mt-2 {
    margin-top: -1rem;
  }
  .sm-ml-2 {
    margin-left: -1rem;
  }
  .sm-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .sm-pt-3 {
    padding-top: 1.5rem;
  }
  .sm-pl-3 {
    padding-left: 1.5rem;
  }
  .sm-pb-3 {
    padding-bottom: 1.5rem;
  }
  .sm-pr-3 {
    padding-right: 1.5rem;
  }
  .sm-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm-pxy-3 {
    padding: 1.5rem;
  }
  .sm-mr-3 {
    margin-right: 1.5rem;
  }
  .sm-mb-3 {
    margin-bottom: 1.5rem;
  }
  .sm-mt-3 {
    margin-top: -1.5rem;
  }
  .sm-ml-3 {
    margin-left: -1.5rem;
  }
  .sm-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .sm-pt-4 {
    padding-top: 2rem;
  }
  .sm-pl-4 {
    padding-left: 2rem;
  }
  .sm-pb-4 {
    padding-bottom: 2rem;
  }
  .sm-pr-4 {
    padding-right: 2rem;
  }
  .sm-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm-pxy-4 {
    padding: 2rem;
  }
  .sm-mr-4 {
    margin-right: 2rem;
  }
  .sm-mb-4 {
    margin-bottom: 2rem;
  }
  .sm-mt-4 {
    margin-top: -2rem;
  }
  .sm-ml-4 {
    margin-left: -2rem;
  }
  .sm-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .sm-pt-05 {
    padding-top: 0.25rem;
  }
  .sm-pl-05 {
    padding-left: 0.25rem;
  }
  .sm-pb-05 {
    padding-bottom: 0.25rem;
  }
  .sm-pr-05 {
    padding-right: 0.25rem;
  }
  .sm-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm-pxy-05 {
    padding: 0.25rem;
  }
  .sm-mr-05 {
    margin-right: 0.25rem;
  }
  .sm-mb-05 {
    margin-bottom: 0.25rem;
  }
  .sm-mt-05 {
    margin-top: -0.25rem;
  }
  .sm-ml-05 {
    margin-left: -0.25rem;
  }
  .sm-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .sm-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 640px) {
  .m-pt-0 {
    padding-top: 0;
  }
  .m-pl-0 {
    padding-left: 0;
  }
  .m-pb-0 {
    padding-bottom: 0;
  }
  .m-pr-0 {
    padding-right: 0;
  }
  .m-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-pxy-0 {
    padding: 0;
  }
  .m-mr-0 {
    margin-right: 0;
  }
  .m-mb-0 {
    margin-bottom: 0;
  }
  .m-mt-0 {
    margin-top: 0;
  }
  .m-ml-0 {
    margin-left: 0;
  }
  .m-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .m-pt-1 {
    padding-top: 0.5rem;
  }
  .m-pl-1 {
    padding-left: 0.5rem;
  }
  .m-pb-1 {
    padding-bottom: 0.5rem;
  }
  .m-pr-1 {
    padding-right: 0.5rem;
  }
  .m-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .m-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .m-pxy-1 {
    padding: 0.5rem;
  }
  .m-mr-1 {
    margin-right: 0.5rem;
  }
  .m-mb-1 {
    margin-bottom: 0.5rem;
  }
  .m-mt-1 {
    margin-top: -0.5rem;
  }
  .m-ml-1 {
    margin-left: -0.5rem;
  }
  .m-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .m-pt-2 {
    padding-top: 1rem;
  }
  .m-pl-2 {
    padding-left: 1rem;
  }
  .m-pb-2 {
    padding-bottom: 1rem;
  }
  .m-pr-2 {
    padding-right: 1rem;
  }
  .m-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .m-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .m-pxy-2 {
    padding: 1rem;
  }
  .m-mr-2 {
    margin-right: 1rem;
  }
  .m-mb-2 {
    margin-bottom: 1rem;
  }
  .m-mt-2 {
    margin-top: -1rem;
  }
  .m-ml-2 {
    margin-left: -1rem;
  }
  .m-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .m-pt-3 {
    padding-top: 1.5rem;
  }
  .m-pl-3 {
    padding-left: 1.5rem;
  }
  .m-pb-3 {
    padding-bottom: 1.5rem;
  }
  .m-pr-3 {
    padding-right: 1.5rem;
  }
  .m-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .m-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .m-pxy-3 {
    padding: 1.5rem;
  }
  .m-mr-3 {
    margin-right: 1.5rem;
  }
  .m-mb-3 {
    margin-bottom: 1.5rem;
  }
  .m-mt-3 {
    margin-top: -1.5rem;
  }
  .m-ml-3 {
    margin-left: -1.5rem;
  }
  .m-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .m-pt-4 {
    padding-top: 2rem;
  }
  .m-pl-4 {
    padding-left: 2rem;
  }
  .m-pb-4 {
    padding-bottom: 2rem;
  }
  .m-pr-4 {
    padding-right: 2rem;
  }
  .m-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .m-pxy-4 {
    padding: 2rem;
  }
  .m-mr-4 {
    margin-right: 2rem;
  }
  .m-mb-4 {
    margin-bottom: 2rem;
  }
  .m-mt-4 {
    margin-top: -2rem;
  }
  .m-ml-4 {
    margin-left: -2rem;
  }
  .m-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .m-pt-05 {
    padding-top: 0.25rem;
  }
  .m-pl-05 {
    padding-left: 0.25rem;
  }
  .m-pb-05 {
    padding-bottom: 0.25rem;
  }
  .m-pr-05 {
    padding-right: 0.25rem;
  }
  .m-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .m-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .m-pxy-05 {
    padding: 0.25rem;
  }
  .m-mr-05 {
    margin-right: 0.25rem;
  }
  .m-mb-05 {
    margin-bottom: 0.25rem;
  }
  .m-mt-05 {
    margin-top: -0.25rem;
  }
  .m-ml-05 {
    margin-left: -0.25rem;
  }
  .m-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .m-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 960px) {
  .l-pt-0 {
    padding-top: 0;
  }
  .l-pl-0 {
    padding-left: 0;
  }
  .l-pb-0 {
    padding-bottom: 0;
  }
  .l-pr-0 {
    padding-right: 0;
  }
  .l-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .l-pxy-0 {
    padding: 0;
  }
  .l-mr-0 {
    margin-right: 0;
  }
  .l-mb-0 {
    margin-bottom: 0;
  }
  .l-mt-0 {
    margin-top: 0;
  }
  .l-ml-0 {
    margin-left: 0;
  }
  .l-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .l-pt-1 {
    padding-top: 0.5rem;
  }
  .l-pl-1 {
    padding-left: 0.5rem;
  }
  .l-pb-1 {
    padding-bottom: 0.5rem;
  }
  .l-pr-1 {
    padding-right: 0.5rem;
  }
  .l-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .l-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .l-pxy-1 {
    padding: 0.5rem;
  }
  .l-mr-1 {
    margin-right: 0.5rem;
  }
  .l-mb-1 {
    margin-bottom: 0.5rem;
  }
  .l-mt-1 {
    margin-top: -0.5rem;
  }
  .l-ml-1 {
    margin-left: -0.5rem;
  }
  .l-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .l-pt-2 {
    padding-top: 1rem;
  }
  .l-pl-2 {
    padding-left: 1rem;
  }
  .l-pb-2 {
    padding-bottom: 1rem;
  }
  .l-pr-2 {
    padding-right: 1rem;
  }
  .l-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .l-pxy-2 {
    padding: 1rem;
  }
  .l-mr-2 {
    margin-right: 1rem;
  }
  .l-mb-2 {
    margin-bottom: 1rem;
  }
  .l-mt-2 {
    margin-top: -1rem;
  }
  .l-ml-2 {
    margin-left: -1rem;
  }
  .l-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .l-pt-3 {
    padding-top: 1.5rem;
  }
  .l-pl-3 {
    padding-left: 1.5rem;
  }
  .l-pb-3 {
    padding-bottom: 1.5rem;
  }
  .l-pr-3 {
    padding-right: 1.5rem;
  }
  .l-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .l-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .l-pxy-3 {
    padding: 1.5rem;
  }
  .l-mr-3 {
    margin-right: 1.5rem;
  }
  .l-mb-3 {
    margin-bottom: 1.5rem;
  }
  .l-mt-3 {
    margin-top: -1.5rem;
  }
  .l-ml-3 {
    margin-left: -1.5rem;
  }
  .l-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .l-pt-4 {
    padding-top: 2rem;
  }
  .l-pl-4 {
    padding-left: 2rem;
  }
  .l-pb-4 {
    padding-bottom: 2rem;
  }
  .l-pr-4 {
    padding-right: 2rem;
  }
  .l-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-pxy-4 {
    padding: 2rem;
  }
  .l-mr-4 {
    margin-right: 2rem;
  }
  .l-mb-4 {
    margin-bottom: 2rem;
  }
  .l-mt-4 {
    margin-top: -2rem;
  }
  .l-ml-4 {
    margin-left: -2rem;
  }
  .l-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .l-pt-05 {
    padding-top: 0.25rem;
  }
  .l-pl-05 {
    padding-left: 0.25rem;
  }
  .l-pb-05 {
    padding-bottom: 0.25rem;
  }
  .l-pr-05 {
    padding-right: 0.25rem;
  }
  .l-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .l-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .l-pxy-05 {
    padding: 0.25rem;
  }
  .l-mr-05 {
    margin-right: 0.25rem;
  }
  .l-mb-05 {
    margin-bottom: 0.25rem;
  }
  .l-mt-05 {
    margin-top: -0.25rem;
  }
  .l-ml-05 {
    margin-left: -0.25rem;
  }
  .l-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .l-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 1280px) {
  .lg-pt-0 {
    padding-top: 0;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .lg-pb-0 {
    padding-bottom: 0;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-pxy-0 {
    padding: 0;
  }
  .lg-mr-0 {
    margin-right: 0;
  }
  .lg-mb-0 {
    margin-bottom: 0;
  }
  .lg-mt-0 {
    margin-top: 0;
  }
  .lg-ml-0 {
    margin-left: 0;
  }
  .lg-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .lg-pt-1 {
    padding-top: 0.5rem;
  }
  .lg-pl-1 {
    padding-left: 0.5rem;
  }
  .lg-pb-1 {
    padding-bottom: 0.5rem;
  }
  .lg-pr-1 {
    padding-right: 0.5rem;
  }
  .lg-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg-pxy-1 {
    padding: 0.5rem;
  }
  .lg-mr-1 {
    margin-right: 0.5rem;
  }
  .lg-mb-1 {
    margin-bottom: 0.5rem;
  }
  .lg-mt-1 {
    margin-top: -0.5rem;
  }
  .lg-ml-1 {
    margin-left: -0.5rem;
  }
  .lg-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .lg-pt-2 {
    padding-top: 1rem;
  }
  .lg-pl-2 {
    padding-left: 1rem;
  }
  .lg-pb-2 {
    padding-bottom: 1rem;
  }
  .lg-pr-2 {
    padding-right: 1rem;
  }
  .lg-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-pxy-2 {
    padding: 1rem;
  }
  .lg-mr-2 {
    margin-right: 1rem;
  }
  .lg-mb-2 {
    margin-bottom: 1rem;
  }
  .lg-mt-2 {
    margin-top: -1rem;
  }
  .lg-ml-2 {
    margin-left: -1rem;
  }
  .lg-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .lg-pt-3 {
    padding-top: 1.5rem;
  }
  .lg-pl-3 {
    padding-left: 1.5rem;
  }
  .lg-pb-3 {
    padding-bottom: 1.5rem;
  }
  .lg-pr-3 {
    padding-right: 1.5rem;
  }
  .lg-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg-pxy-3 {
    padding: 1.5rem;
  }
  .lg-mr-3 {
    margin-right: 1.5rem;
  }
  .lg-mb-3 {
    margin-bottom: 1.5rem;
  }
  .lg-mt-3 {
    margin-top: -1.5rem;
  }
  .lg-ml-3 {
    margin-left: -1.5rem;
  }
  .lg-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .lg-pt-4 {
    padding-top: 2rem;
  }
  .lg-pl-4 {
    padding-left: 2rem;
  }
  .lg-pb-4 {
    padding-bottom: 2rem;
  }
  .lg-pr-4 {
    padding-right: 2rem;
  }
  .lg-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg-pxy-4 {
    padding: 2rem;
  }
  .lg-mr-4 {
    margin-right: 2rem;
  }
  .lg-mb-4 {
    margin-bottom: 2rem;
  }
  .lg-mt-4 {
    margin-top: -2rem;
  }
  .lg-ml-4 {
    margin-left: -2rem;
  }
  .lg-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .lg-pt-05 {
    padding-top: 0.25rem;
  }
  .lg-pl-05 {
    padding-left: 0.25rem;
  }
  .lg-pb-05 {
    padding-bottom: 0.25rem;
  }
  .lg-pr-05 {
    padding-right: 0.25rem;
  }
  .lg-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg-pxy-05 {
    padding: 0.25rem;
  }
  .lg-mr-05 {
    margin-right: 0.25rem;
  }
  .lg-mb-05 {
    margin-bottom: 0.25rem;
  }
  .lg-mt-05 {
    margin-top: -0.25rem;
  }
  .lg-ml-05 {
    margin-left: -0.25rem;
  }
  .lg-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .lg-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 1600px) {
  .xl-pt-0 {
    padding-top: 0;
  }
  .xl-pl-0 {
    padding-left: 0;
  }
  .xl-pb-0 {
    padding-bottom: 0;
  }
  .xl-pr-0 {
    padding-right: 0;
  }
  .xl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl-pxy-0 {
    padding: 0;
  }
  .xl-mr-0 {
    margin-right: 0;
  }
  .xl-mb-0 {
    margin-bottom: 0;
  }
  .xl-mt-0 {
    margin-top: 0;
  }
  .xl-ml-0 {
    margin-left: 0;
  }
  .xl-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .xl-pt-1 {
    padding-top: 0.5rem;
  }
  .xl-pl-1 {
    padding-left: 0.5rem;
  }
  .xl-pb-1 {
    padding-bottom: 0.5rem;
  }
  .xl-pr-1 {
    padding-right: 0.5rem;
  }
  .xl-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl-pxy-1 {
    padding: 0.5rem;
  }
  .xl-mr-1 {
    margin-right: 0.5rem;
  }
  .xl-mb-1 {
    margin-bottom: 0.5rem;
  }
  .xl-mt-1 {
    margin-top: -0.5rem;
  }
  .xl-ml-1 {
    margin-left: -0.5rem;
  }
  .xl-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .xl-pt-2 {
    padding-top: 1rem;
  }
  .xl-pl-2 {
    padding-left: 1rem;
  }
  .xl-pb-2 {
    padding-bottom: 1rem;
  }
  .xl-pr-2 {
    padding-right: 1rem;
  }
  .xl-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl-pxy-2 {
    padding: 1rem;
  }
  .xl-mr-2 {
    margin-right: 1rem;
  }
  .xl-mb-2 {
    margin-bottom: 1rem;
  }
  .xl-mt-2 {
    margin-top: -1rem;
  }
  .xl-ml-2 {
    margin-left: -1rem;
  }
  .xl-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .xl-pt-3 {
    padding-top: 1.5rem;
  }
  .xl-pl-3 {
    padding-left: 1.5rem;
  }
  .xl-pb-3 {
    padding-bottom: 1.5rem;
  }
  .xl-pr-3 {
    padding-right: 1.5rem;
  }
  .xl-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl-pxy-3 {
    padding: 1.5rem;
  }
  .xl-mr-3 {
    margin-right: 1.5rem;
  }
  .xl-mb-3 {
    margin-bottom: 1.5rem;
  }
  .xl-mt-3 {
    margin-top: -1.5rem;
  }
  .xl-ml-3 {
    margin-left: -1.5rem;
  }
  .xl-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .xl-pt-4 {
    padding-top: 2rem;
  }
  .xl-pl-4 {
    padding-left: 2rem;
  }
  .xl-pb-4 {
    padding-bottom: 2rem;
  }
  .xl-pr-4 {
    padding-right: 2rem;
  }
  .xl-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl-pxy-4 {
    padding: 2rem;
  }
  .xl-mr-4 {
    margin-right: 2rem;
  }
  .xl-mb-4 {
    margin-bottom: 2rem;
  }
  .xl-mt-4 {
    margin-top: -2rem;
  }
  .xl-ml-4 {
    margin-left: -2rem;
  }
  .xl-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .xl-pt-05 {
    padding-top: 0.25rem;
  }
  .xl-pl-05 {
    padding-left: 0.25rem;
  }
  .xl-pb-05 {
    padding-bottom: 0.25rem;
  }
  .xl-pr-05 {
    padding-right: 0.25rem;
  }
  .xl-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl-pxy-05 {
    padding: 0.25rem;
  }
  .xl-mr-05 {
    margin-right: 0.25rem;
  }
  .xl-mb-05 {
    margin-bottom: 0.25rem;
  }
  .xl-mt-05 {
    margin-top: -0.25rem;
  }
  .xl-ml-05 {
    margin-left: -0.25rem;
  }
  .xl-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .xl-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 1800px) {
  .xxl-pt-0 {
    padding-top: 0;
  }
  .xxl-pl-0 {
    padding-left: 0;
  }
  .xxl-pb-0 {
    padding-bottom: 0;
  }
  .xxl-pr-0 {
    padding-right: 0;
  }
  .xxl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl-pxy-0 {
    padding: 0;
  }
  .xxl-mr-0 {
    margin-right: 0;
  }
  .xxl-mb-0 {
    margin-bottom: 0;
  }
  .xxl-mt-0 {
    margin-top: 0;
  }
  .xxl-ml-0 {
    margin-left: 0;
  }
  .xxl-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .xxl-pt-1 {
    padding-top: 0.5rem;
  }
  .xxl-pl-1 {
    padding-left: 0.5rem;
  }
  .xxl-pb-1 {
    padding-bottom: 0.5rem;
  }
  .xxl-pr-1 {
    padding-right: 0.5rem;
  }
  .xxl-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxl-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxl-pxy-1 {
    padding: 0.5rem;
  }
  .xxl-mr-1 {
    margin-right: 0.5rem;
  }
  .xxl-mb-1 {
    margin-bottom: 0.5rem;
  }
  .xxl-mt-1 {
    margin-top: -0.5rem;
  }
  .xxl-ml-1 {
    margin-left: -0.5rem;
  }
  .xxl-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .xxl-pt-2 {
    padding-top: 1rem;
  }
  .xxl-pl-2 {
    padding-left: 1rem;
  }
  .xxl-pb-2 {
    padding-bottom: 1rem;
  }
  .xxl-pr-2 {
    padding-right: 1rem;
  }
  .xxl-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxl-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxl-pxy-2 {
    padding: 1rem;
  }
  .xxl-mr-2 {
    margin-right: 1rem;
  }
  .xxl-mb-2 {
    margin-bottom: 1rem;
  }
  .xxl-mt-2 {
    margin-top: -1rem;
  }
  .xxl-ml-2 {
    margin-left: -1rem;
  }
  .xxl-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .xxl-pt-3 {
    padding-top: 1.5rem;
  }
  .xxl-pl-3 {
    padding-left: 1.5rem;
  }
  .xxl-pb-3 {
    padding-bottom: 1.5rem;
  }
  .xxl-pr-3 {
    padding-right: 1.5rem;
  }
  .xxl-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxl-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxl-pxy-3 {
    padding: 1.5rem;
  }
  .xxl-mr-3 {
    margin-right: 1.5rem;
  }
  .xxl-mb-3 {
    margin-bottom: 1.5rem;
  }
  .xxl-mt-3 {
    margin-top: -1.5rem;
  }
  .xxl-ml-3 {
    margin-left: -1.5rem;
  }
  .xxl-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .xxl-pt-4 {
    padding-top: 2rem;
  }
  .xxl-pl-4 {
    padding-left: 2rem;
  }
  .xxl-pb-4 {
    padding-bottom: 2rem;
  }
  .xxl-pr-4 {
    padding-right: 2rem;
  }
  .xxl-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxl-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxl-pxy-4 {
    padding: 2rem;
  }
  .xxl-mr-4 {
    margin-right: 2rem;
  }
  .xxl-mb-4 {
    margin-bottom: 2rem;
  }
  .xxl-mt-4 {
    margin-top: -2rem;
  }
  .xxl-ml-4 {
    margin-left: -2rem;
  }
  .xxl-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .xxl-pt-05 {
    padding-top: 0.25rem;
  }
  .xxl-pl-05 {
    padding-left: 0.25rem;
  }
  .xxl-pb-05 {
    padding-bottom: 0.25rem;
  }
  .xxl-pr-05 {
    padding-right: 0.25rem;
  }
  .xxl-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xxl-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xxl-pxy-05 {
    padding: 0.25rem;
  }
  .xxl-mr-05 {
    margin-right: 0.25rem;
  }
  .xxl-mb-05 {
    margin-bottom: 0.25rem;
  }
  .xxl-mt-05 {
    margin-top: -0.25rem;
  }
  .xxl-ml-05 {
    margin-left: -0.25rem;
  }
  .xxl-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .xxl-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 1920px) {
  .xxxl-pt-0 {
    padding-top: 0;
  }
  .xxxl-pl-0 {
    padding-left: 0;
  }
  .xxxl-pb-0 {
    padding-bottom: 0;
  }
  .xxxl-pr-0 {
    padding-right: 0;
  }
  .xxxl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxxl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxxl-pxy-0 {
    padding: 0;
  }
  .xxxl-mr-0 {
    margin-right: 0;
  }
  .xxxl-mb-0 {
    margin-bottom: 0;
  }
  .xxxl-mt-0 {
    margin-top: 0;
  }
  .xxxl-ml-0 {
    margin-left: 0;
  }
  .xxxl-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .xxxl-pt-1 {
    padding-top: 0.5rem;
  }
  .xxxl-pl-1 {
    padding-left: 0.5rem;
  }
  .xxxl-pb-1 {
    padding-bottom: 0.5rem;
  }
  .xxxl-pr-1 {
    padding-right: 0.5rem;
  }
  .xxxl-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxxl-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxxl-pxy-1 {
    padding: 0.5rem;
  }
  .xxxl-mr-1 {
    margin-right: 0.5rem;
  }
  .xxxl-mb-1 {
    margin-bottom: 0.5rem;
  }
  .xxxl-mt-1 {
    margin-top: -0.5rem;
  }
  .xxxl-ml-1 {
    margin-left: -0.5rem;
  }
  .xxxl-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .xxxl-pt-2 {
    padding-top: 1rem;
  }
  .xxxl-pl-2 {
    padding-left: 1rem;
  }
  .xxxl-pb-2 {
    padding-bottom: 1rem;
  }
  .xxxl-pr-2 {
    padding-right: 1rem;
  }
  .xxxl-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxxl-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxxl-pxy-2 {
    padding: 1rem;
  }
  .xxxl-mr-2 {
    margin-right: 1rem;
  }
  .xxxl-mb-2 {
    margin-bottom: 1rem;
  }
  .xxxl-mt-2 {
    margin-top: -1rem;
  }
  .xxxl-ml-2 {
    margin-left: -1rem;
  }
  .xxxl-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .xxxl-pt-3 {
    padding-top: 1.5rem;
  }
  .xxxl-pl-3 {
    padding-left: 1.5rem;
  }
  .xxxl-pb-3 {
    padding-bottom: 1.5rem;
  }
  .xxxl-pr-3 {
    padding-right: 1.5rem;
  }
  .xxxl-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxxl-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxxl-pxy-3 {
    padding: 1.5rem;
  }
  .xxxl-mr-3 {
    margin-right: 1.5rem;
  }
  .xxxl-mb-3 {
    margin-bottom: 1.5rem;
  }
  .xxxl-mt-3 {
    margin-top: -1.5rem;
  }
  .xxxl-ml-3 {
    margin-left: -1.5rem;
  }
  .xxxl-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .xxxl-pt-4 {
    padding-top: 2rem;
  }
  .xxxl-pl-4 {
    padding-left: 2rem;
  }
  .xxxl-pb-4 {
    padding-bottom: 2rem;
  }
  .xxxl-pr-4 {
    padding-right: 2rem;
  }
  .xxxl-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxxl-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxxl-pxy-4 {
    padding: 2rem;
  }
  .xxxl-mr-4 {
    margin-right: 2rem;
  }
  .xxxl-mb-4 {
    margin-bottom: 2rem;
  }
  .xxxl-mt-4 {
    margin-top: -2rem;
  }
  .xxxl-ml-4 {
    margin-left: -2rem;
  }
  .xxxl-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .xxxl-pt-05 {
    padding-top: 0.25rem;
  }
  .xxxl-pl-05 {
    padding-left: 0.25rem;
  }
  .xxxl-pb-05 {
    padding-bottom: 0.25rem;
  }
  .xxxl-pr-05 {
    padding-right: 0.25rem;
  }
  .xxxl-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xxxl-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xxxl-pxy-05 {
    padding: 0.25rem;
  }
  .xxxl-mr-05 {
    margin-right: 0.25rem;
  }
  .xxxl-mb-05 {
    margin-bottom: 0.25rem;
  }
  .xxxl-mt-05 {
    margin-top: -0.25rem;
  }
  .xxxl-ml-05 {
    margin-left: -0.25rem;
  }
  .xxxl-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .xxxl-sticky-none {
    position: static;
  }
}
@media screen and (min-width: 10000px) {
  .xxxxl-pt-0 {
    padding-top: 0;
  }
  .xxxxl-pl-0 {
    padding-left: 0;
  }
  .xxxxl-pb-0 {
    padding-bottom: 0;
  }
  .xxxxl-pr-0 {
    padding-right: 0;
  }
  .xxxxl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxxxl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxxxl-pxy-0 {
    padding: 0;
  }
  .xxxxl-mr-0 {
    margin-right: 0;
  }
  .xxxxl-mb-0 {
    margin-bottom: 0;
  }
  .xxxxl-mt-0 {
    margin-top: 0;
  }
  .xxxxl-ml-0 {
    margin-left: 0;
  }
  .xxxxl-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0);
  }
  .xxxxl-pt-1 {
    padding-top: 0.5rem;
  }
  .xxxxl-pl-1 {
    padding-left: 0.5rem;
  }
  .xxxxl-pb-1 {
    padding-bottom: 0.5rem;
  }
  .xxxxl-pr-1 {
    padding-right: 0.5rem;
  }
  .xxxxl-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxxxl-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxxxl-pxy-1 {
    padding: 0.5rem;
  }
  .xxxxl-mr-1 {
    margin-right: 0.5rem;
  }
  .xxxxl-mb-1 {
    margin-bottom: 0.5rem;
  }
  .xxxxl-mt-1 {
    margin-top: -0.5rem;
  }
  .xxxxl-ml-1 {
    margin-left: -0.5rem;
  }
  .xxxxl-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem);
  }
  .xxxxl-pt-2 {
    padding-top: 1rem;
  }
  .xxxxl-pl-2 {
    padding-left: 1rem;
  }
  .xxxxl-pb-2 {
    padding-bottom: 1rem;
  }
  .xxxxl-pr-2 {
    padding-right: 1rem;
  }
  .xxxxl-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxxxl-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxxxl-pxy-2 {
    padding: 1rem;
  }
  .xxxxl-mr-2 {
    margin-right: 1rem;
  }
  .xxxxl-mb-2 {
    margin-bottom: 1rem;
  }
  .xxxxl-mt-2 {
    margin-top: -1rem;
  }
  .xxxxl-ml-2 {
    margin-left: -1rem;
  }
  .xxxxl-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
  }
  .xxxxl-pt-3 {
    padding-top: 1.5rem;
  }
  .xxxxl-pl-3 {
    padding-left: 1.5rem;
  }
  .xxxxl-pb-3 {
    padding-bottom: 1.5rem;
  }
  .xxxxl-pr-3 {
    padding-right: 1.5rem;
  }
  .xxxxl-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxxxl-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxxxl-pxy-3 {
    padding: 1.5rem;
  }
  .xxxxl-mr-3 {
    margin-right: 1.5rem;
  }
  .xxxxl-mb-3 {
    margin-bottom: 1.5rem;
  }
  .xxxxl-mt-3 {
    margin-top: -1.5rem;
  }
  .xxxxl-ml-3 {
    margin-left: -1.5rem;
  }
  .xxxxl-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .xxxxl-pt-4 {
    padding-top: 2rem;
  }
  .xxxxl-pl-4 {
    padding-left: 2rem;
  }
  .xxxxl-pb-4 {
    padding-bottom: 2rem;
  }
  .xxxxl-pr-4 {
    padding-right: 2rem;
  }
  .xxxxl-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxxxl-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxxxl-pxy-4 {
    padding: 2rem;
  }
  .xxxxl-mr-4 {
    margin-right: 2rem;
  }
  .xxxxl-mb-4 {
    margin-bottom: 2rem;
  }
  .xxxxl-mt-4 {
    margin-top: -2rem;
  }
  .xxxxl-ml-4 {
    margin-left: -2rem;
  }
  .xxxxl-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
  .xxxxl-pt-05 {
    padding-top: 0.25rem;
  }
  .xxxxl-pl-05 {
    padding-left: 0.25rem;
  }
  .xxxxl-pb-05 {
    padding-bottom: 0.25rem;
  }
  .xxxxl-pr-05 {
    padding-right: 0.25rem;
  }
  .xxxxl-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xxxxl-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xxxxl-pxy-05 {
    padding: 0.25rem;
  }
  .xxxxl-mr-05 {
    margin-right: 0.25rem;
  }
  .xxxxl-mb-05 {
    margin-bottom: 0.25rem;
  }
  .xxxxl-mt-05 {
    margin-top: -0.25rem;
  }
  .xxxxl-ml-05 {
    margin-left: -0.25rem;
  }
  .xxxxl-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem);
  }
  .xxxxl-sticky-none {
    position: static;
  }
}
/* Alineación de contenido */
.s-left {
  text-align: left;
}

.s-center {
  text-align: center;
}

.s-right {
  text-align: right;
}

.s-to-left {
  margin-left: 0;
  margin-right: auto;
}
.s-to-left[class*=button] {
  display: table;
}

.s-to-center {
  margin-left: auto;
  margin-right: auto;
}
.s-to-center[class*=button] {
  display: table;
}

.s-to-right {
  margin-right: 0;
  margin-left: auto;
}
.s-to-right[class*=button] {
  display: table;
}

.s-block-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.s-block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s-block-right {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .sm-left {
    text-align: left;
  }
  .sm-center {
    text-align: center;
  }
  .sm-right {
    text-align: right;
  }
  .sm-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .sm-to-left[class*=button] {
    display: table;
  }
  .sm-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .sm-to-center[class*=button] {
    display: table;
  }
  .sm-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .sm-to-right[class*=button] {
    display: table;
  }
  .sm-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .sm-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sm-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 640px) {
  .m-left {
    text-align: left;
  }
  .m-center {
    text-align: center;
  }
  .m-right {
    text-align: right;
  }
  .m-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .m-to-left[class*=button] {
    display: table;
  }
  .m-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .m-to-center[class*=button] {
    display: table;
  }
  .m-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .m-to-right[class*=button] {
    display: table;
  }
  .m-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .m-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .m-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .l-left {
    text-align: left;
  }
  .l-center {
    text-align: center;
  }
  .l-right {
    text-align: right;
  }
  .l-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .l-to-left[class*=button] {
    display: table;
  }
  .l-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .l-to-center[class*=button] {
    display: table;
  }
  .l-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .l-to-right[class*=button] {
    display: table;
  }
  .l-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .l-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .l-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .lg-left {
    text-align: left;
  }
  .lg-center {
    text-align: center;
  }
  .lg-right {
    text-align: right;
  }
  .lg-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .lg-to-left[class*=button] {
    display: table;
  }
  .lg-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .lg-to-center[class*=button] {
    display: table;
  }
  .lg-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .lg-to-right[class*=button] {
    display: table;
  }
  .lg-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .lg-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .lg-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .xl-left {
    text-align: left;
  }
  .xl-center {
    text-align: center;
  }
  .xl-right {
    text-align: right;
  }
  .xl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .xl-to-left[class*=button] {
    display: table;
  }
  .xl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .xl-to-center[class*=button] {
    display: table;
  }
  .xl-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .xl-to-right[class*=button] {
    display: table;
  }
  .xl-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .xl-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .xl-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1800px) {
  .xxl-left {
    text-align: left;
  }
  .xxl-center {
    text-align: center;
  }
  .xxl-right {
    text-align: right;
  }
  .xxl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .xxl-to-left[class*=button] {
    display: table;
  }
  .xxl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .xxl-to-center[class*=button] {
    display: table;
  }
  .xxl-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .xxl-to-right[class*=button] {
    display: table;
  }
  .xxl-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .xxl-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .xxl-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .xxxl-left {
    text-align: left;
  }
  .xxxl-center {
    text-align: center;
  }
  .xxxl-right {
    text-align: right;
  }
  .xxxl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .xxxl-to-left[class*=button] {
    display: table;
  }
  .xxxl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .xxxl-to-center[class*=button] {
    display: table;
  }
  .xxxl-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .xxxl-to-right[class*=button] {
    display: table;
  }
  .xxxl-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .xxxl-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .xxxl-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 10000px) {
  .xxxxl-left {
    text-align: left;
  }
  .xxxxl-center {
    text-align: center;
  }
  .xxxxl-right {
    text-align: right;
  }
  .xxxxl-to-left {
    margin-left: 0;
    margin-right: auto;
  }
  .xxxxl-to-left[class*=button] {
    display: table;
  }
  .xxxxl-to-center {
    margin-left: auto;
    margin-right: auto;
  }
  .xxxxl-to-center[class*=button] {
    display: table;
  }
  .xxxxl-to-right {
    margin-right: 0;
    margin-left: auto;
  }
  .xxxxl-to-right[class*=button] {
    display: table;
  }
  .xxxxl-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .xxxxl-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .xxxxl-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
.s-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.s-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.s-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.s-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.s-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.s-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.s-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.s-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.s-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.s-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.s-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.s-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media screen and (min-width: 480px) {
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 640px) {
  .m-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .m-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .m-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .m-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .m-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .m-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .m-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .m-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .m-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .m-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 960px) {
  .l-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .l-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .l-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .l-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .l-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .l-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .l-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 1280px) {
  .lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 1600px) {
  .xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 1800px) {
  .xxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .xxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .xxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .xxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .xxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .xxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 1920px) {
  .xxxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xxxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .xxxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .xxxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .xxxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .xxxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .xxxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen and (min-width: 10000px) {
  .xxxxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxxxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxxxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxxxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxxxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxxxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xxxxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .xxxxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .xxxxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .xxxxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .xxxxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .xxxxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
/* Crea selectores agrupados para propiedades básicas de flexbox*/
.flex, .s-row, .s-row-reverse, .s-column, .s-column-reverse, .s-main-start, .s-main-center, .s-main-end, .s-main-justify, .s-main-distribute, .s-cross-baseline, .s-cross-start, .s-cross-center, .s-cross-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  .flex, .sm-row, .sm-row-reverse, .sm-column, .sm-column-reverse, .sm-main-start, .sm-main-center, .sm-main-end, .sm-main-justify, .sm-main-distribute, .sm-cross-baseline, .sm-cross-start, .sm-cross-center, .sm-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .flex, .m-row, .m-row-reverse, .m-column, .m-column-reverse, .m-main-start, .m-main-center, .m-main-end, .m-main-justify, .m-main-distribute, .m-cross-baseline, .m-cross-start, .m-cross-center, .m-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .flex, .l-row, .l-row-reverse, .l-column, .l-column-reverse, .l-main-start, .l-main-center, .l-main-end, .l-main-justify, .l-main-distribute, .l-cross-baseline, .l-cross-start, .l-cross-center, .l-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .flex, .lg-row, .lg-row-reverse, .lg-column, .lg-column-reverse, .lg-main-start, .lg-main-center, .lg-main-end, .lg-main-justify, .lg-main-distribute, .lg-cross-baseline, .lg-cross-start, .lg-cross-center, .lg-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1600px) {
  .flex, .xl-row, .xl-row-reverse, .xl-column, .xl-column-reverse, .xl-main-start, .xl-main-center, .xl-main-end, .xl-main-justify, .xl-main-distribute, .xl-cross-baseline, .xl-cross-start, .xl-cross-center, .xl-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1800px) {
  .flex, .xxl-row, .xxl-row-reverse, .xxl-column, .xxl-column-reverse, .xxl-main-start, .xxl-main-center, .xxl-main-end, .xxl-main-justify, .xxl-main-distribute, .xxl-cross-baseline, .xxl-cross-start, .xxl-cross-center, .xxl-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .flex, .xxxl-row, .xxxl-row-reverse, .xxxl-column, .xxxl-column-reverse, .xxxl-main-start, .xxxl-main-center, .xxxl-main-end, .xxxl-main-justify, .xxxl-main-distribute, .xxxl-cross-baseline, .xxxl-cross-start, .xxxl-cross-center, .xxxl-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 10000px) {
  .flex, .xxxxl-row, .xxxxl-row-reverse, .xxxxl-column, .xxxxl-column-reverse, .xxxxl-main-start, .xxxxl-main-center, .xxxxl-main-end, .xxxxl-main-justify, .xxxxl-main-distribute, .xxxxl-cross-baseline, .xxxxl-cross-start, .xxxxl-cross-center, .xxxxl-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*Crea selectores de flex alignment en todos los breakpoints*/
.s-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.s-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.s-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.s-main-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.s-main-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-main-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.s-main-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-main-distribute {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.s-cross-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.s-cross-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.s-cross-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.s-cross-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

@media screen and (min-width: 480px) {
  .sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sm-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sm-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sm-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sm-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .sm-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .sm-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .sm-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .sm-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .m-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .m-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .m-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .m-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .m-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .l-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .l-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .l-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .l-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .l-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lg-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lg-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lg-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .lg-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .lg-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .lg-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .lg-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xl-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xl-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xl-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xl-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xl-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .xl-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .xl-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .xl-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .xl-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 1800px) {
  .xxl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxl-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xxl-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxl-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xxl-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xxl-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .xxl-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .xxl-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .xxl-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .xxl-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 1920px) {
  .xxxl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxxl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxxl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxxl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxxl-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xxxl-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxxl-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xxxl-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xxxl-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .xxxl-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .xxxl-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .xxxl-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .xxxl-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
@media screen and (min-width: 10000px) {
  .xxxxl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxxxl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxxxl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxxxl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxxxl-main-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xxxxl-main-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxxxl-main-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xxxxl-main-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xxxxl-main-distribute {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .xxxxl-cross-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .xxxxl-cross-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .xxxxl-cross-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .xxxxl-cross-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.from-s {
  display: none;
}

.to-s {
  display: none;
}

@media screen and (max-width: 479px) {
  .from-sm {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .to-sm {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .from-m {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .to-m {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .from-l {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .to-l {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .from-lg {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .to-lg {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .from-xl {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .to-xl {
    display: none;
  }
}

@media screen and (max-width: 1799px) {
  .from-xxl {
    display: none;
  }
}

@media screen and (min-width: 1800px) {
  .to-xxl {
    display: none;
  }
}

@media screen and (max-width: 1919px) {
  .from-xxxl {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .to-xxxl {
    display: none;
  }
}

@media screen and (max-width: 9999px) {
  .from-xxxxl {
    display: none;
  }
}

@media screen and (min-width: 10000px) {
  .to-xxxxl {
    display: none;
  }
}

.button {
  display: inline-block;
  padding: 0.5em 1em;
  color: #FFF;
  background: var(--color);
  cursor: pointer;
  text-decoration: none;
  line-height: inherit;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-transform 0.05s;
  transition: -webkit-transform 0.05s;
  transition: transform 0.05s;
  transition: transform 0.05s, -webkit-transform 0.05s;
  border: none;
}
.button:hover {
  background: var(--color-alt);
}

.z-back {
  z-index: var(--z-back);
}

.z-normal {
  z-index: var(--z-normal);
}

.z-tooltip {
  z-index: var(--z-tooltip);
}

.z-fixed {
  z-index: var(--z-fixed);
}

.z-modal {
  z-index: var(--z-modal);
}

.s-border {
  border: 1px solid var(--border-color);
}
.s-border-none {
  border: none;
}
.s-radius {
  border-radius: var(--border-radius);
}
.s-border-top {
  border-top: 1px solid var(--border-color);
}
.s-border-none {
  border-top: none;
}
.s-border-right {
  border-right: 1px solid var(--border-color);
}
.s-border-none {
  border-right: none;
}
.s-border-bottom {
  border-bottom: 1px solid var(--border-color);
}
.s-border-none {
  border-bottom: none;
}
.s-border-left {
  border-left: 1px solid var(--border-color);
}
.s-border-none {
  border-left: none;
}
.s-radius-tl {
  border-top-left-radius: var(--border-radius);
}
.s-radius-tr {
  border-top-right-radius: var(--border-radius);
}
.s-radius-bl {
  border-bottom-left-radius: var(--border-radius);
}
.s-radius-br {
  border-bottom-right-radius: var(--border-radius);
}
.s-radius-0 {
  border-radius: 0;
}
.s-radius-1 {
  border-radius: 0.5rem;
}
.s-radius-2 {
  border-radius: 1rem;
}
.s-radius-3 {
  border-radius: 1.5rem;
}
.s-radius-4 {
  border-radius: 2rem;
}
.s-radius-05 {
  border-radius: 0.25rem;
}
.s-radius-tl-0 {
  border-top-left-radius: 0;
}
.s-radius-tl-1 {
  border-top-left-radius: 0.5rem;
}
.s-radius-tl-2 {
  border-top-left-radius: 1rem;
}
.s-radius-tl-3 {
  border-top-left-radius: 1.5rem;
}
.s-radius-tl-4 {
  border-top-left-radius: 2rem;
}
.s-radius-tl-05 {
  border-top-left-radius: 0.25rem;
}
.s-radius-tr-0 {
  border-top-right-radius: 0;
}
.s-radius-tr-1 {
  border-top-right-radius: 0.5rem;
}
.s-radius-tr-2 {
  border-top-right-radius: 1rem;
}
.s-radius-tr-3 {
  border-top-right-radius: 1.5rem;
}
.s-radius-tr-4 {
  border-top-right-radius: 2rem;
}
.s-radius-tr-05 {
  border-top-right-radius: 0.25rem;
}
.s-radius-bl-0 {
  border-bottom-left-radius: 0;
}
.s-radius-bl-1 {
  border-bottom-left-radius: 0.5rem;
}
.s-radius-bl-2 {
  border-bottom-left-radius: 1rem;
}
.s-radius-bl-3 {
  border-bottom-left-radius: 1.5rem;
}
.s-radius-bl-4 {
  border-bottom-left-radius: 2rem;
}
.s-radius-bl-05 {
  border-bottom-left-radius: 0.25rem;
}
.s-radius-br-0 {
  border-bottom-right-radius: 0;
}
.s-radius-br-1 {
  border-bottom-right-radius: 0.5rem;
}
.s-radius-br-2 {
  border-bottom-right-radius: 1rem;
}
.s-radius-br-3 {
  border-bottom-right-radius: 1.5rem;
}
.s-radius-br-4 {
  border-bottom-right-radius: 2rem;
}
.s-radius-br-05 {
  border-bottom-right-radius: 0.25rem;
}
.s-radius-tl-none {
  border-top-left-radius: 0;
}
.s-radius-tr-none {
  border-top-right-radius: 0;
}
.s-radius-bl-none {
  border-bottom-left-radius: 0;
}
.s-radius-br-none {
  border-bottom-right-radius: 0;
}
.s-radius-none {
  border-radius: none;
}
.s-bg-blue {
  background-color: var(--color);
}
.s-bg-white {
  background-color: #FFF;
}
.s-bg-grey {
  background-color: var(--light-bg);
}
.s-bg-none {
  background-color: transparent;
}
.s-ratio-1-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.s-ratio-1-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 200%;
  position: relative;
}
.s-ratio-1-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300%;
  position: relative;
}
.s-ratio-1-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400%;
  position: relative;
}
.s-ratio-2-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
.s-ratio-2-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.s-ratio-2-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
  position: relative;
}
.s-ratio-2-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 200%;
  position: relative;
}
.s-ratio-3-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 33.3333333333%;
  position: relative;
}
.s-ratio-3-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.6666666667%;
  position: relative;
}
.s-ratio-3-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.s-ratio-3-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 133.3333333333%;
  position: relative;
}
.s-ratio-4-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}
.s-ratio-4-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
.s-ratio-4-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.s-ratio-4-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.s-ratio-16-9 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.s-ratio-9-16 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 177.7777777778%;
  position: relative;
}
.s-ratio-21-9 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 42.8571428571%;
  position: relative;
}
.s-shadow {
  -webkit-box-shadow: 0 0 1rem #CCC;
          box-shadow: 0 0 1rem #CCC;
}
.s-shadow-bottom {
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
          box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
}
.s-shadow-top {
  -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
          box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
}
.s-shadow-right {
  -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
          box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
}
.s-shadow-left {
  -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
          box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
}
.s-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.s-fxn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.s-fxw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.s-fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.s-opacity-1 {
  opacity: 0.1;
}
.s-opacity-2 {
  opacity: 0.2;
}
.s-opacity-3 {
  opacity: 0.3;
}
.s-opacity-4 {
  opacity: 0.4;
}
.s-opacity-5 {
  opacity: 0.5;
}
.s-opacity-6 {
  opacity: 0.6;
}
.s-opacity-7 {
  opacity: 0.7;
}
.s-opacity-8 {
  opacity: 0.8;
}
.s-opacity-9 {
  opacity: 0.9;
}
.s-opacity-10 {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .sm-border {
    border: 1px solid var(--border-color);
  }
  .sm-border-none {
    border: none;
  }
  .sm-radius {
    border-radius: var(--border-radius);
  }
  .sm-border-top {
    border-top: 1px solid var(--border-color);
  }
  .sm-border-none {
    border-top: none;
  }
  .sm-border-right {
    border-right: 1px solid var(--border-color);
  }
  .sm-border-none {
    border-right: none;
  }
  .sm-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .sm-border-none {
    border-bottom: none;
  }
  .sm-border-left {
    border-left: 1px solid var(--border-color);
  }
  .sm-border-none {
    border-left: none;
  }
  .sm-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .sm-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .sm-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .sm-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .sm-radius-0 {
    border-radius: 0;
  }
  .sm-radius-1 {
    border-radius: 0.5rem;
  }
  .sm-radius-2 {
    border-radius: 1rem;
  }
  .sm-radius-3 {
    border-radius: 1.5rem;
  }
  .sm-radius-4 {
    border-radius: 2rem;
  }
  .sm-radius-05 {
    border-radius: 0.25rem;
  }
  .sm-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .sm-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .sm-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .sm-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .sm-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .sm-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .sm-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .sm-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .sm-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .sm-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .sm-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .sm-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .sm-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .sm-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .sm-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .sm-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .sm-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .sm-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .sm-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .sm-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .sm-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .sm-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .sm-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .sm-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .sm-radius-tl-none {
    border-top-left-radius: 0;
  }
  .sm-radius-tr-none {
    border-top-right-radius: 0;
  }
  .sm-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .sm-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .sm-radius-none {
    border-radius: none;
  }
  .sm-bg-blue {
    background-color: var(--color);
  }
  .sm-bg-white {
    background-color: #FFF;
  }
  .sm-bg-grey {
    background-color: var(--light-bg);
  }
  .sm-bg-none {
    background-color: transparent;
  }
  .sm-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .sm-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .sm-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .sm-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .sm-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .sm-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .sm-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .sm-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .sm-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .sm-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .sm-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .sm-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .sm-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .sm-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .sm-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .sm-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .sm-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .sm-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .sm-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .sm-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .sm-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .sm-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .sm-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .sm-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .sm-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sm-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .sm-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sm-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sm-opacity-1 {
    opacity: 0.1;
  }
  .sm-opacity-2 {
    opacity: 0.2;
  }
  .sm-opacity-3 {
    opacity: 0.3;
  }
  .sm-opacity-4 {
    opacity: 0.4;
  }
  .sm-opacity-5 {
    opacity: 0.5;
  }
  .sm-opacity-6 {
    opacity: 0.6;
  }
  .sm-opacity-7 {
    opacity: 0.7;
  }
  .sm-opacity-8 {
    opacity: 0.8;
  }
  .sm-opacity-9 {
    opacity: 0.9;
  }
  .sm-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  .m-border {
    border: 1px solid var(--border-color);
  }
  .m-border-none {
    border: none;
  }
  .m-radius {
    border-radius: var(--border-radius);
  }
  .m-border-top {
    border-top: 1px solid var(--border-color);
  }
  .m-border-none {
    border-top: none;
  }
  .m-border-right {
    border-right: 1px solid var(--border-color);
  }
  .m-border-none {
    border-right: none;
  }
  .m-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .m-border-none {
    border-bottom: none;
  }
  .m-border-left {
    border-left: 1px solid var(--border-color);
  }
  .m-border-none {
    border-left: none;
  }
  .m-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .m-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .m-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .m-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .m-radius-0 {
    border-radius: 0;
  }
  .m-radius-1 {
    border-radius: 0.5rem;
  }
  .m-radius-2 {
    border-radius: 1rem;
  }
  .m-radius-3 {
    border-radius: 1.5rem;
  }
  .m-radius-4 {
    border-radius: 2rem;
  }
  .m-radius-05 {
    border-radius: 0.25rem;
  }
  .m-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .m-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .m-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .m-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .m-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .m-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .m-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .m-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .m-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .m-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .m-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .m-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .m-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .m-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .m-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .m-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .m-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .m-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .m-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .m-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .m-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .m-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .m-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .m-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .m-radius-tl-none {
    border-top-left-radius: 0;
  }
  .m-radius-tr-none {
    border-top-right-radius: 0;
  }
  .m-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .m-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .m-radius-none {
    border-radius: none;
  }
  .m-bg-blue {
    background-color: var(--color);
  }
  .m-bg-white {
    background-color: #FFF;
  }
  .m-bg-grey {
    background-color: var(--light-bg);
  }
  .m-bg-none {
    background-color: transparent;
  }
  .m-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .m-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .m-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .m-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .m-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .m-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .m-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .m-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .m-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .m-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .m-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .m-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .m-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .m-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .m-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .m-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .m-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .m-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .m-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .m-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .m-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .m-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .m-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .m-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .m-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .m-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .m-opacity-1 {
    opacity: 0.1;
  }
  .m-opacity-2 {
    opacity: 0.2;
  }
  .m-opacity-3 {
    opacity: 0.3;
  }
  .m-opacity-4 {
    opacity: 0.4;
  }
  .m-opacity-5 {
    opacity: 0.5;
  }
  .m-opacity-6 {
    opacity: 0.6;
  }
  .m-opacity-7 {
    opacity: 0.7;
  }
  .m-opacity-8 {
    opacity: 0.8;
  }
  .m-opacity-9 {
    opacity: 0.9;
  }
  .m-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .l-border {
    border: 1px solid var(--border-color);
  }
  .l-border-none {
    border: none;
  }
  .l-radius {
    border-radius: var(--border-radius);
  }
  .l-border-top {
    border-top: 1px solid var(--border-color);
  }
  .l-border-none {
    border-top: none;
  }
  .l-border-right {
    border-right: 1px solid var(--border-color);
  }
  .l-border-none {
    border-right: none;
  }
  .l-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .l-border-none {
    border-bottom: none;
  }
  .l-border-left {
    border-left: 1px solid var(--border-color);
  }
  .l-border-none {
    border-left: none;
  }
  .l-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .l-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .l-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .l-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .l-radius-0 {
    border-radius: 0;
  }
  .l-radius-1 {
    border-radius: 0.5rem;
  }
  .l-radius-2 {
    border-radius: 1rem;
  }
  .l-radius-3 {
    border-radius: 1.5rem;
  }
  .l-radius-4 {
    border-radius: 2rem;
  }
  .l-radius-05 {
    border-radius: 0.25rem;
  }
  .l-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .l-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .l-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .l-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .l-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .l-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .l-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .l-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .l-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .l-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .l-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .l-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .l-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .l-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .l-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .l-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .l-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .l-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .l-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .l-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .l-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .l-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .l-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .l-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .l-radius-tl-none {
    border-top-left-radius: 0;
  }
  .l-radius-tr-none {
    border-top-right-radius: 0;
  }
  .l-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .l-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .l-radius-none {
    border-radius: none;
  }
  .l-bg-blue {
    background-color: var(--color);
  }
  .l-bg-white {
    background-color: #FFF;
  }
  .l-bg-grey {
    background-color: var(--light-bg);
  }
  .l-bg-none {
    background-color: transparent;
  }
  .l-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .l-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .l-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .l-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .l-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .l-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .l-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .l-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .l-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .l-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .l-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .l-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .l-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .l-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .l-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .l-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .l-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .l-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .l-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .l-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .l-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .l-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .l-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .l-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .l-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .l-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .l-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-opacity-1 {
    opacity: 0.1;
  }
  .l-opacity-2 {
    opacity: 0.2;
  }
  .l-opacity-3 {
    opacity: 0.3;
  }
  .l-opacity-4 {
    opacity: 0.4;
  }
  .l-opacity-5 {
    opacity: 0.5;
  }
  .l-opacity-6 {
    opacity: 0.6;
  }
  .l-opacity-7 {
    opacity: 0.7;
  }
  .l-opacity-8 {
    opacity: 0.8;
  }
  .l-opacity-9 {
    opacity: 0.9;
  }
  .l-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .lg-border {
    border: 1px solid var(--border-color);
  }
  .lg-border-none {
    border: none;
  }
  .lg-radius {
    border-radius: var(--border-radius);
  }
  .lg-border-top {
    border-top: 1px solid var(--border-color);
  }
  .lg-border-none {
    border-top: none;
  }
  .lg-border-right {
    border-right: 1px solid var(--border-color);
  }
  .lg-border-none {
    border-right: none;
  }
  .lg-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .lg-border-none {
    border-bottom: none;
  }
  .lg-border-left {
    border-left: 1px solid var(--border-color);
  }
  .lg-border-none {
    border-left: none;
  }
  .lg-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .lg-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .lg-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .lg-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .lg-radius-0 {
    border-radius: 0;
  }
  .lg-radius-1 {
    border-radius: 0.5rem;
  }
  .lg-radius-2 {
    border-radius: 1rem;
  }
  .lg-radius-3 {
    border-radius: 1.5rem;
  }
  .lg-radius-4 {
    border-radius: 2rem;
  }
  .lg-radius-05 {
    border-radius: 0.25rem;
  }
  .lg-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .lg-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .lg-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .lg-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .lg-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .lg-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .lg-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .lg-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .lg-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .lg-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .lg-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .lg-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .lg-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .lg-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .lg-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .lg-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .lg-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .lg-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .lg-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .lg-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .lg-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .lg-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .lg-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .lg-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .lg-radius-tl-none {
    border-top-left-radius: 0;
  }
  .lg-radius-tr-none {
    border-top-right-radius: 0;
  }
  .lg-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .lg-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .lg-radius-none {
    border-radius: none;
  }
  .lg-bg-blue {
    background-color: var(--color);
  }
  .lg-bg-white {
    background-color: #FFF;
  }
  .lg-bg-grey {
    background-color: var(--light-bg);
  }
  .lg-bg-none {
    background-color: transparent;
  }
  .lg-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .lg-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .lg-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .lg-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .lg-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .lg-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .lg-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .lg-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .lg-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .lg-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .lg-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .lg-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .lg-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .lg-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .lg-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .lg-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .lg-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .lg-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .lg-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .lg-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .lg-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .lg-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .lg-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .lg-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .lg-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lg-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .lg-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lg-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .lg-opacity-1 {
    opacity: 0.1;
  }
  .lg-opacity-2 {
    opacity: 0.2;
  }
  .lg-opacity-3 {
    opacity: 0.3;
  }
  .lg-opacity-4 {
    opacity: 0.4;
  }
  .lg-opacity-5 {
    opacity: 0.5;
  }
  .lg-opacity-6 {
    opacity: 0.6;
  }
  .lg-opacity-7 {
    opacity: 0.7;
  }
  .lg-opacity-8 {
    opacity: 0.8;
  }
  .lg-opacity-9 {
    opacity: 0.9;
  }
  .lg-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .xl-border {
    border: 1px solid var(--border-color);
  }
  .xl-border-none {
    border: none;
  }
  .xl-radius {
    border-radius: var(--border-radius);
  }
  .xl-border-top {
    border-top: 1px solid var(--border-color);
  }
  .xl-border-none {
    border-top: none;
  }
  .xl-border-right {
    border-right: 1px solid var(--border-color);
  }
  .xl-border-none {
    border-right: none;
  }
  .xl-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .xl-border-none {
    border-bottom: none;
  }
  .xl-border-left {
    border-left: 1px solid var(--border-color);
  }
  .xl-border-none {
    border-left: none;
  }
  .xl-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .xl-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .xl-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .xl-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .xl-radius-0 {
    border-radius: 0;
  }
  .xl-radius-1 {
    border-radius: 0.5rem;
  }
  .xl-radius-2 {
    border-radius: 1rem;
  }
  .xl-radius-3 {
    border-radius: 1.5rem;
  }
  .xl-radius-4 {
    border-radius: 2rem;
  }
  .xl-radius-05 {
    border-radius: 0.25rem;
  }
  .xl-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .xl-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .xl-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .xl-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .xl-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .xl-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .xl-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .xl-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .xl-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .xl-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .xl-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .xl-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .xl-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .xl-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .xl-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .xl-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .xl-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .xl-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .xl-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .xl-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .xl-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .xl-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .xl-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .xl-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .xl-radius-tl-none {
    border-top-left-radius: 0;
  }
  .xl-radius-tr-none {
    border-top-right-radius: 0;
  }
  .xl-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .xl-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .xl-radius-none {
    border-radius: none;
  }
  .xl-bg-blue {
    background-color: var(--color);
  }
  .xl-bg-white {
    background-color: #FFF;
  }
  .xl-bg-grey {
    background-color: var(--light-bg);
  }
  .xl-bg-none {
    background-color: transparent;
  }
  .xl-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xl-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xl-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .xl-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .xl-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xl-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xl-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .xl-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xl-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .xl-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .xl-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xl-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .xl-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .xl-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xl-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .xl-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xl-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .xl-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .xl-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .xl-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .xl-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .xl-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .xl-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .xl-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .xl-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xl-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .xl-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xl-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .xl-opacity-1 {
    opacity: 0.1;
  }
  .xl-opacity-2 {
    opacity: 0.2;
  }
  .xl-opacity-3 {
    opacity: 0.3;
  }
  .xl-opacity-4 {
    opacity: 0.4;
  }
  .xl-opacity-5 {
    opacity: 0.5;
  }
  .xl-opacity-6 {
    opacity: 0.6;
  }
  .xl-opacity-7 {
    opacity: 0.7;
  }
  .xl-opacity-8 {
    opacity: 0.8;
  }
  .xl-opacity-9 {
    opacity: 0.9;
  }
  .xl-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 1800px) {
  .xxl-border {
    border: 1px solid var(--border-color);
  }
  .xxl-border-none {
    border: none;
  }
  .xxl-radius {
    border-radius: var(--border-radius);
  }
  .xxl-border-top {
    border-top: 1px solid var(--border-color);
  }
  .xxl-border-none {
    border-top: none;
  }
  .xxl-border-right {
    border-right: 1px solid var(--border-color);
  }
  .xxl-border-none {
    border-right: none;
  }
  .xxl-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .xxl-border-none {
    border-bottom: none;
  }
  .xxl-border-left {
    border-left: 1px solid var(--border-color);
  }
  .xxl-border-none {
    border-left: none;
  }
  .xxl-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .xxl-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .xxl-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .xxl-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .xxl-radius-0 {
    border-radius: 0;
  }
  .xxl-radius-1 {
    border-radius: 0.5rem;
  }
  .xxl-radius-2 {
    border-radius: 1rem;
  }
  .xxl-radius-3 {
    border-radius: 1.5rem;
  }
  .xxl-radius-4 {
    border-radius: 2rem;
  }
  .xxl-radius-05 {
    border-radius: 0.25rem;
  }
  .xxl-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .xxl-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .xxl-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .xxl-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .xxl-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .xxl-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .xxl-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .xxl-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .xxl-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .xxl-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .xxl-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .xxl-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .xxl-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .xxl-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .xxl-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .xxl-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .xxl-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .xxl-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .xxl-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .xxl-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .xxl-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .xxl-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .xxl-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .xxl-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .xxl-radius-tl-none {
    border-top-left-radius: 0;
  }
  .xxl-radius-tr-none {
    border-top-right-radius: 0;
  }
  .xxl-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .xxl-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .xxl-radius-none {
    border-radius: none;
  }
  .xxl-bg-blue {
    background-color: var(--color);
  }
  .xxl-bg-white {
    background-color: #FFF;
  }
  .xxl-bg-grey {
    background-color: var(--light-bg);
  }
  .xxl-bg-none {
    background-color: transparent;
  }
  .xxl-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxl-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xxl-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .xxl-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .xxl-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xxl-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxl-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .xxl-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xxl-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .xxl-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .xxl-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxl-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .xxl-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .xxl-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xxl-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .xxl-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxl-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .xxl-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .xxl-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .xxl-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .xxl-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .xxl-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .xxl-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .xxl-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .xxl-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xxl-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .xxl-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxl-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .xxl-opacity-1 {
    opacity: 0.1;
  }
  .xxl-opacity-2 {
    opacity: 0.2;
  }
  .xxl-opacity-3 {
    opacity: 0.3;
  }
  .xxl-opacity-4 {
    opacity: 0.4;
  }
  .xxl-opacity-5 {
    opacity: 0.5;
  }
  .xxl-opacity-6 {
    opacity: 0.6;
  }
  .xxl-opacity-7 {
    opacity: 0.7;
  }
  .xxl-opacity-8 {
    opacity: 0.8;
  }
  .xxl-opacity-9 {
    opacity: 0.9;
  }
  .xxl-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 1920px) {
  .xxxl-border {
    border: 1px solid var(--border-color);
  }
  .xxxl-border-none {
    border: none;
  }
  .xxxl-radius {
    border-radius: var(--border-radius);
  }
  .xxxl-border-top {
    border-top: 1px solid var(--border-color);
  }
  .xxxl-border-none {
    border-top: none;
  }
  .xxxl-border-right {
    border-right: 1px solid var(--border-color);
  }
  .xxxl-border-none {
    border-right: none;
  }
  .xxxl-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .xxxl-border-none {
    border-bottom: none;
  }
  .xxxl-border-left {
    border-left: 1px solid var(--border-color);
  }
  .xxxl-border-none {
    border-left: none;
  }
  .xxxl-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .xxxl-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .xxxl-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .xxxl-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .xxxl-radius-0 {
    border-radius: 0;
  }
  .xxxl-radius-1 {
    border-radius: 0.5rem;
  }
  .xxxl-radius-2 {
    border-radius: 1rem;
  }
  .xxxl-radius-3 {
    border-radius: 1.5rem;
  }
  .xxxl-radius-4 {
    border-radius: 2rem;
  }
  .xxxl-radius-05 {
    border-radius: 0.25rem;
  }
  .xxxl-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .xxxl-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .xxxl-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .xxxl-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .xxxl-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .xxxl-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .xxxl-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .xxxl-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .xxxl-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .xxxl-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .xxxl-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .xxxl-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .xxxl-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .xxxl-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .xxxl-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .xxxl-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .xxxl-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .xxxl-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .xxxl-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .xxxl-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .xxxl-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .xxxl-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .xxxl-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .xxxl-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .xxxl-radius-tl-none {
    border-top-left-radius: 0;
  }
  .xxxl-radius-tr-none {
    border-top-right-radius: 0;
  }
  .xxxl-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .xxxl-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .xxxl-radius-none {
    border-radius: none;
  }
  .xxxl-bg-blue {
    background-color: var(--color);
  }
  .xxxl-bg-white {
    background-color: #FFF;
  }
  .xxxl-bg-grey {
    background-color: var(--light-bg);
  }
  .xxxl-bg-none {
    background-color: transparent;
  }
  .xxxl-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxl-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xxxl-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .xxxl-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .xxxl-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xxxl-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxl-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .xxxl-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xxxl-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .xxxl-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .xxxl-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxl-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .xxxl-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .xxxl-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xxxl-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .xxxl-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxl-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .xxxl-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .xxxl-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .xxxl-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .xxxl-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .xxxl-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .xxxl-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .xxxl-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .xxxl-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xxxl-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .xxxl-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxxl-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .xxxl-opacity-1 {
    opacity: 0.1;
  }
  .xxxl-opacity-2 {
    opacity: 0.2;
  }
  .xxxl-opacity-3 {
    opacity: 0.3;
  }
  .xxxl-opacity-4 {
    opacity: 0.4;
  }
  .xxxl-opacity-5 {
    opacity: 0.5;
  }
  .xxxl-opacity-6 {
    opacity: 0.6;
  }
  .xxxl-opacity-7 {
    opacity: 0.7;
  }
  .xxxl-opacity-8 {
    opacity: 0.8;
  }
  .xxxl-opacity-9 {
    opacity: 0.9;
  }
  .xxxl-opacity-10 {
    opacity: 1;
  }
}
@media screen and (min-width: 10000px) {
  .xxxxl-border {
    border: 1px solid var(--border-color);
  }
  .xxxxl-border-none {
    border: none;
  }
  .xxxxl-radius {
    border-radius: var(--border-radius);
  }
  .xxxxl-border-top {
    border-top: 1px solid var(--border-color);
  }
  .xxxxl-border-none {
    border-top: none;
  }
  .xxxxl-border-right {
    border-right: 1px solid var(--border-color);
  }
  .xxxxl-border-none {
    border-right: none;
  }
  .xxxxl-border-bottom {
    border-bottom: 1px solid var(--border-color);
  }
  .xxxxl-border-none {
    border-bottom: none;
  }
  .xxxxl-border-left {
    border-left: 1px solid var(--border-color);
  }
  .xxxxl-border-none {
    border-left: none;
  }
  .xxxxl-radius-tl {
    border-top-left-radius: var(--border-radius);
  }
  .xxxxl-radius-tr {
    border-top-right-radius: var(--border-radius);
  }
  .xxxxl-radius-bl {
    border-bottom-left-radius: var(--border-radius);
  }
  .xxxxl-radius-br {
    border-bottom-right-radius: var(--border-radius);
  }
  .xxxxl-radius-0 {
    border-radius: 0;
  }
  .xxxxl-radius-1 {
    border-radius: 0.5rem;
  }
  .xxxxl-radius-2 {
    border-radius: 1rem;
  }
  .xxxxl-radius-3 {
    border-radius: 1.5rem;
  }
  .xxxxl-radius-4 {
    border-radius: 2rem;
  }
  .xxxxl-radius-05 {
    border-radius: 0.25rem;
  }
  .xxxxl-radius-tl-0 {
    border-top-left-radius: 0;
  }
  .xxxxl-radius-tl-1 {
    border-top-left-radius: 0.5rem;
  }
  .xxxxl-radius-tl-2 {
    border-top-left-radius: 1rem;
  }
  .xxxxl-radius-tl-3 {
    border-top-left-radius: 1.5rem;
  }
  .xxxxl-radius-tl-4 {
    border-top-left-radius: 2rem;
  }
  .xxxxl-radius-tl-05 {
    border-top-left-radius: 0.25rem;
  }
  .xxxxl-radius-tr-0 {
    border-top-right-radius: 0;
  }
  .xxxxl-radius-tr-1 {
    border-top-right-radius: 0.5rem;
  }
  .xxxxl-radius-tr-2 {
    border-top-right-radius: 1rem;
  }
  .xxxxl-radius-tr-3 {
    border-top-right-radius: 1.5rem;
  }
  .xxxxl-radius-tr-4 {
    border-top-right-radius: 2rem;
  }
  .xxxxl-radius-tr-05 {
    border-top-right-radius: 0.25rem;
  }
  .xxxxl-radius-bl-0 {
    border-bottom-left-radius: 0;
  }
  .xxxxl-radius-bl-1 {
    border-bottom-left-radius: 0.5rem;
  }
  .xxxxl-radius-bl-2 {
    border-bottom-left-radius: 1rem;
  }
  .xxxxl-radius-bl-3 {
    border-bottom-left-radius: 1.5rem;
  }
  .xxxxl-radius-bl-4 {
    border-bottom-left-radius: 2rem;
  }
  .xxxxl-radius-bl-05 {
    border-bottom-left-radius: 0.25rem;
  }
  .xxxxl-radius-br-0 {
    border-bottom-right-radius: 0;
  }
  .xxxxl-radius-br-1 {
    border-bottom-right-radius: 0.5rem;
  }
  .xxxxl-radius-br-2 {
    border-bottom-right-radius: 1rem;
  }
  .xxxxl-radius-br-3 {
    border-bottom-right-radius: 1.5rem;
  }
  .xxxxl-radius-br-4 {
    border-bottom-right-radius: 2rem;
  }
  .xxxxl-radius-br-05 {
    border-bottom-right-radius: 0.25rem;
  }
  .xxxxl-radius-tl-none {
    border-top-left-radius: 0;
  }
  .xxxxl-radius-tr-none {
    border-top-right-radius: 0;
  }
  .xxxxl-radius-bl-none {
    border-bottom-left-radius: 0;
  }
  .xxxxl-radius-br-none {
    border-bottom-right-radius: 0;
  }
  .xxxxl-radius-none {
    border-radius: none;
  }
  .xxxxl-bg-blue {
    background-color: var(--color);
  }
  .xxxxl-bg-white {
    background-color: #FFF;
  }
  .xxxxl-bg-grey {
    background-color: var(--light-bg);
  }
  .xxxxl-bg-none {
    background-color: transparent;
  }
  .xxxxl-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxxl-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xxxxl-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
  }
  .xxxxl-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
  }
  .xxxxl-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xxxxl-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxxl-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
  }
  .xxxxl-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
  }
  .xxxxl-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .xxxxl-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6666666667%;
    position: relative;
  }
  .xxxxl-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxxl-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .xxxxl-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
  }
  .xxxxl-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .xxxxl-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .xxxxl-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .xxxxl-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .xxxxl-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.7777777778%;
    position: relative;
  }
  .xxxxl-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.8571428571%;
    position: relative;
  }
  .xxxxl-shadow {
    -webkit-box-shadow: 0 0 1rem #CCC;
            box-shadow: 0 0 1rem #CCC;
  }
  .xxxxl-shadow-bottom {
    -webkit-box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
  }
  .xxxxl-shadow-top {
    -webkit-box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
            box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
  }
  .xxxxl-shadow-right {
    -webkit-box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
  }
  .xxxxl-shadow-left {
    -webkit-box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
            box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
  }
  .xxxxl-shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xxxxl-fxn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .xxxxl-fxw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxxxl-fxg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .xxxxl-opacity-1 {
    opacity: 0.1;
  }
  .xxxxl-opacity-2 {
    opacity: 0.2;
  }
  .xxxxl-opacity-3 {
    opacity: 0.3;
  }
  .xxxxl-opacity-4 {
    opacity: 0.4;
  }
  .xxxxl-opacity-5 {
    opacity: 0.5;
  }
  .xxxxl-opacity-6 {
    opacity: 0.6;
  }
  .xxxxl-opacity-7 {
    opacity: 0.7;
  }
  .xxxxl-opacity-8 {
    opacity: 0.8;
  }
  .xxxxl-opacity-9 {
    opacity: 0.9;
  }
  .xxxxl-opacity-10 {
    opacity: 1;
  }
}
.circle,
.square {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.circle {
  border-radius: 50%;
}

.img-container {
  position: relative;
}
.img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.ed-video > iframe,
.ed-video > video,
.ed-video > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --color: #007bdf;
  --color-alt: #006dc6;
  --border-color: #dfe0e0;
  --light-bg: #f0f0f0;
  --border-radius: 0.25rem;
  --vertical-block-space: 1rem;
  --vertical-content-space: 1rem;
  --gap: 1rem;
  --max-width: 1600px;
}
@media screen and (min-width: 1280px) {
  :root {
    --vertical-block-space: 2rem;
    --gap: 2rem;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

::-moz-selection {
  color: white;
  background: #9e852e;
}

::selection {
  color: white;
  background: #9e852e;
}

:root {
  --boder-layout: steelblue;
  --boder-layout-fixed: red;
}

:root {
  --header-color: #1F2024;
  --paragraph-color:#1F2024;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--header-color);
}

body {
  font-family: "Montserrat";
}

h1 {
  font: normal normal 600 36px/43px Montserrat;
  letter-spacing: -0.72px;
}
@media screen and (min-width: 960px) {
  h1 {
    font: normal normal 600 51px/56px Montserrat;
    letter-spacing: -0.66px;
  }
}

h2 {
  font: normal normal 600 29px/35px Montserrat;
  letter-spacing: -0.58px;
}
@media screen and (min-width: 960px) {
  h2 {
    font: normal normal 600 41px/49px Montserrat;
    letter-spacing: -0.82px;
  }
}

h3 {
  font: normal normal 600 24px/29px Montserrat;
  letter-spacing: -0.48px;
}
@media screen and (min-width: 960px) {
  h3 {
    font: normal normal 600 27px/32px Montserrat;
    letter-spacing: -0.54px;
  }
}

h4 {
  font: normal normal 600 20px/28px Montserrat;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 960px) {
  h4 {
    font: normal normal 600 23px/28px Montserrat;
    letter-spacing: -0.46px;
  }
}

h5 {
  font: normal normal 600 17px/27px Montserrat;
  letter-spacing: -0.34px;
}
@media screen and (min-width: 960px) {
  h5 {
    font: normal normal 600 19px/23px Montserrat;
    letter-spacing: -0.38px;
  }
}

h6 {
  font: normal normal 600 14px/25px Montserrat;
  letter-spacing: -0.28px;
}
@media screen and (min-width: 960px) {
  h6 {
    font: normal normal 600 15px/27px Montserrat;
    letter-spacing: -0.3px;
  }
}

p {
  font: normal normal normal 15px/27px Montserrat;
  letter-spacing: 0px;
  --paragraph-color:#1F2024;
}
@media screen and (min-width: 960px) {
  p {
    font: normal normal normal 16px/22px Montserrat;
    letter-spacing: 0px;
  }
}

a {
  font: normal normal normal 15px/27px Montserrat;
}

.core-module-style {
  color: green;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 71px;
  width: 100%;
  background-color: #192666;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-nav__container {
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
@media screen and (min-width: 1615px) {
  .top-nav__container {
    padding: 0 0;
  }
}
.top-nav__logo-img {
  width: 120px;
  height: 45px;
}
.top-nav__btn-container {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-nav__btn-join {
  width: 100%;
  max-width: 120px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 91.4%; /* 12.796px */
  letter-spacing: -0.14px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 4px;
}
.top-nav__btn-login {
  width: 100%;
  max-width: 120px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  color: var(--Color-Alias-Text-Accent, #1BB96B);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 91.4%; /* 12.796px */
  letter-spacing: -0.14px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #1BB96B;
  border-radius: 4px;
}

.main-menu {
  width: 100%;
  max-width: 900px;
  margin: 0 15px;
  height: 70px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu__li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  height: 70px;
  position: relative; /* Asegúrate de que el submenú se posicione correctamente */
}
.main-menu__li:hover .main-sub-menu {
  display: block;
}
.main-menu__anchor {
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 18.48px */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  width: 100%;
  height: 70px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.main-menu__anchor:hover {
  background-color: #1BB96B;
  color: #192666;
}
.main-menu__ico {
  width: 27px;
  height: 20px;
  margin-right: 5px;
}

.main-sub-menu {
  display: none;
  background-color: #192666;
  padding: 0 15px;
  margin: 0;
  width: 260px;
  height: auto !important;
  position: absolute;
  top: 70px;
}
.main-sub-menu__li {
  height: 39px;
}
.main-sub-menu__anchor {
  color: white;
  border-bottom: 1px solid white;
  height: 39px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.main-sub-menu__anchor:hover {
  color: #1BB96B;
  border-bottom: 1px solid #1BB96B;
}
.main-sub-menu__li:last-child a {
  border-bottom: none !important;
}

/*here finish de website template core*/
/*here start de website internal components modules*/
.internal-module-style {
  color: red;
}

/*here start small-size slider module styles*/
.bas-slider {
  background-color: #0e1b71;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bas-slider__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bas-slider__content {
  position: relative;
  height: auto;
}
.bas-slider__content > video {
  margin: 0;
  padding: 0;
}
.bas-slider__video-dk {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bas-slider__video-dk {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .bas-slider__video-dk {
    width: 100%;
    height: 100%;
  }
}
.bas-slider__video-mb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .bas-slider__video-mb {
    display: none;
  }
}
.bas-slider__prev, .bas-slider__next {
  --swiper-navigation-size: 24px;
  background-color: transparent;
  color: white;
  font-weight: bold;
  visibility: visible;
  height: 70px;
  width: 70px;
  top: var(--swiper-navigation-top-offset, 50%);
}
.bas-slider__prev {
  left: 0;
  top: 45%;
  height: 20%;
}
.bas-slider__next {
  right: 0;
  top: 45%;
  height: 20%;
}
.bas-slider__pagination {
  bottom: 15px !important;
  height: 18px;
}
@media screen and (min-width: 1280px) {
  .bas-slider__pagination {
    display: none;
  }
}
.bas-slider__pagination > span.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #7a86b3;
  opacity: 1;
}
.bas-slider__pagination > span.swiper-pagination-bullet-active {
  background-color: white;
}
.bas-slider .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: initial;
}
@media screen and (min-width: 1280px) {
  .bas-slider:hover .swiper-button-prev, .bas-slider:hover .swiper-button-next {
    visibility: visible;
  }
}
.bas-slider .swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: initial !important;
}

/*here finish small-size slider module styles*/
/*here start mid-size slider module styles*/
.home-promo-slider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.home-promo-slider__item {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.home-promo-slider__image {
  display: block;
  width: 100%;
  height: auto;
}
.home-promo-slider__text-container {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-promo-slider__text-container-title {
  padding-right: 10px;
  text-align: left;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: Montserrat;
  font-size: 7vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .home-promo-slider__text-container-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .home-promo-slider__text-container-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-promo-slider__text-container-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-promo-slider__text-container-title {
    font-size: 24px;
  }
}
.home-promo-slider__text-container-sub-title {
  text-align: left;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 7vw;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 88.889% */
  text-transform: uppercase;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .home-promo-slider__text-container-sub-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .home-promo-slider__text-container-sub-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-promo-slider__text-container-sub-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-promo-slider__text-container-sub-title {
    font-size: 54px;
  }
}
.home-promo-slider__text-container-description {
  padding-right: 10px;
  margin: 0;
  text-align: left;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #fff;
  font-family: Montserrat;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}
@media screen and (min-width: 640px) {
  .home-promo-slider__text-container-description {
    font-size: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .home-promo-slider__text-container-description {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-promo-slider__text-container-description {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-promo-slider__text-container-description {
    font-size: 20px;
  }
}
.home-promo-slider__prev, .home-promo-slider__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .home-promo-slider__prev, .home-promo-slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 85%);
  }
}
.home-promo-slider__prev {
  background-image: url("https://img.betanysports.eu/landing/left-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .home-promo-slider__prev {
    background-size: 120%;
  }
}
.home-promo-slider__prev:hover {
  background-image: url("https://img.betanysports.eu/landing/left-hover.svg");
}
.home-promo-slider__next {
  background-image: url("https://img.betanysports.eu/landing/right-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
@media screen and (min-width: 1280px) {
  .home-promo-slider__next {
    background-size: 120%;
  }
}
.home-promo-slider__next:hover {
  background-image: url("https://img.betanysports.eu/landing/right-hover.svg");
}
.home-promo-slider__prev::after, .home-promo-slider__next::after {
  content: "";
}
.home-promo-slider__buttons-container {
  width: 100%;
  max-width: 1600px;
  margin: 38px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-right: 0 0;
}
.home-promo-slider .betting-slider__prev-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.home-promo-slider .betting-slider__prev-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .home-promo-slider .betting-slider__prev-new:hover {
    background: #004793;
  }
}
.home-promo-slider .betting-slider__next-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.home-promo-slider .betting-slider__next-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1280px) {
  .home-promo-slider .betting-slider__next-new {
    background-size: 120%;
  }
  .home-promo-slider .betting-slider__next-new:hover {
    background: #004793;
  }
}
.home-promo-slider .swiper-button-prev::after,
.home-promo-slider .swiper-button-next::after {
  display: none;
}
.home-promo-slider .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*here finish mid-size slider module styles*/
.betting-slider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.betting-slider__item {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.betting-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.betting-slider__text-container {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 85%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
.betting-slider__text-container-title {
  text-align: left;
  display: block;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 7vw;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .betting-slider__text-container-title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 960px) {
  .betting-slider__text-container-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  .betting-slider__text-container-title {
    font-size: 56px;
  }
}
.betting-slider__text-container-description {
  text-align: left;
  display: block;
  margin: 8px 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #fff;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 480px) {
  .betting-slider__text-container-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) {
  .betting-slider__text-container-description {
    font-size: 10px;
    margin: 12px 0;
  }
}
@media screen and (min-width: 960px) {
  .betting-slider__text-container-description {
    font-size: 16px;
    margin: 15px 0;
  }
}
.betting-slider__text-container-cta {
  color: var(--Website-Secondary-White, #fff);
  text-align: center;
  /* OLD/CTA/ContentCTA */
  font-family: Montserrat;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 91.379%; /* 16.448px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  max-width: 203px;
}
@media screen and (min-width: 375px) {
  .betting-slider__text-container-cta {
    padding: 12px 24px;
  }
}
@media screen and (min-width: 640px) {
  .betting-slider__text-container-cta {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  .betting-slider__text-container-cta {
    font-size: 18px;
  }
}
.betting-slider__prev, .betting-slider__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .betting-slider__prev, .betting-slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 85%);
  }
}
.betting-slider__prev {
  background-image: url("https://img.betanysports.eu/landing/left-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .betting-slider__prev {
    background-size: 120%;
  }
}
.betting-slider__prev:hover {
  background-image: url("https://img.betanysports.eu/landing/left-hover.svg");
}
.betting-slider__next {
  background-image: url("https://img.betanysports.eu/landing/right-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
@media screen and (min-width: 1280px) {
  .betting-slider__next {
    background-size: 120%;
  }
}
.betting-slider__next:hover {
  background-image: url("https://img.betanysports.eu/landing/right-hover.svg");
}
.betting-slider__prev::after, .betting-slider__next::after {
  content: "";
}
.betting-slider__prev::after::after, .betting-slider__next::after::after {
  display: none !important;
}
.betting-slider__buttons-container {
  width: 100%;
  max-width: 1600px;
  margin: 38px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding: 0 0;
}
.betting-slider .betting-slider__prev-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.betting-slider .betting-slider__prev-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .betting-slider .betting-slider__prev-new:hover {
    background: #004793;
  }
}
.betting-slider .betting-slider__next-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.betting-slider .betting-slider__next-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1280px) {
  .betting-slider .betting-slider__next-new {
    background-size: 120%;
  }
  .betting-slider .betting-slider__next-new:hover {
    background: #004793;
  }
}
.betting-slider .swiper-button-prev::after,
.betting-slider .swiper-button-next::after {
  display: none;
}
.betting-slider .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*here start mid-size slider module styles*/
.choose-slider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.choose-slider__item {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.choose-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.choose-slider__text-container {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose-slider__text-container-title {
  padding: 0 15px;
  /* OLD Desktop/Heading/Bold/Heading5 */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 29.04px */
  letter-spacing: -0.44px;
  text-transform: uppercase;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choose-slider__text-container-description {
  margin: 0;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.choose-slider__prev, .choose-slider__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .choose-slider__prev, .choose-slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
.choose-slider__prev {
  background-image: url("https://img.betanysports.eu/landing/left-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .choose-slider__prev {
    background-size: 120%;
  }
}
.choose-slider__prev:hover {
  background-image: url("https://img.betanysports.eu/landing/left-hover.svg");
}
.choose-slider__next {
  background-image: url("https://img.betanysports.eu/landing/right-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
@media screen and (min-width: 1280px) {
  .choose-slider__next {
    background-size: 120%;
  }
}
.choose-slider__next:hover {
  background-image: url("https://img.betanysports.eu/landing/right-hover.svg");
}
.choose-slider__prev::after, .choose-slider__next::after {
  content: "";
}
.choose-slider__buttons-container {
  width: 100%;
  max-width: 1600px;
  margin: 38px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-right: 0 0;
}
.choose-slider .betting-slider__prev-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.choose-slider .betting-slider__prev-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .choose-slider .betting-slider__prev-new:hover {
    background: #004793;
  }
}
.choose-slider .betting-slider__next-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.choose-slider .betting-slider__next-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1280px) {
  .choose-slider .betting-slider__next-new {
    background-size: 120%;
  }
  .choose-slider .betting-slider__next-new:hover {
    background: #004793;
  }
}
.choose-slider .swiper-button-prev::after,
.choose-slider .swiper-button-next::after {
  display: none;
}
.choose-slider .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*here finish mid-size slider module styles*/
/*here start mid-size slider module styles*/
.casino-slider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.casino-slider__item {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.casino-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.casino-slider__text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casino-slider__text-container-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--shades-05, var(--Shades-0_5, #F4F4F4));
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 29.04px */
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .casino-slider__text-container-title {
    font-size: 22px;
  }
}
.casino-slider__text-container-description {
  margin: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Shades-2, var(--Shades-2, #DDD));
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 18.48px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .casino-slider__text-container-description {
    font-size: 14px;
  }
}
.casino-slider__prev, .casino-slider__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .casino-slider__prev, .casino-slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
.casino-slider__prev {
  background-image: url("https://img.betanysports.eu/landing/left-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .casino-slider__prev {
    background-size: 120%;
  }
}
.casino-slider__prev:hover {
  background-image: url("https://img.betanysports.eu/landing/left-hover.svg");
}
.casino-slider__next {
  background-image: url("https://img.betanysports.eu/landing/right-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
@media screen and (min-width: 1280px) {
  .casino-slider__next {
    background-size: 120%;
  }
}
.casino-slider__next:hover {
  background-image: url("https://img.betanysports.eu/landing/right-hover.svg");
}
.casino-slider__prev::after, .casino-slider__next::after {
  content: "";
}
.casino-slider .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*here finish mid-size slider module styles*/
/*here start mid-size slider module styles*/
.casino-slider-new {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.casino-slider-new__item {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.casino-slider-new__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.casino-slider-new__text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0px 24px 32px 24px;
}
.casino-slider-new__text-container-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--shades-05, var(--Shades-0_5, #f4f4f4));
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 29.04px */
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .casino-slider-new__text-container-title {
    font-size: 22px;
  }
}
.casino-slider-new__play-now-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1bb96b), to(#007102));
  background: linear-gradient(180deg, #1bb96b 0%, #007102 100%);
  color: #ffffff;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 62.36px */
}
@media screen and (min-width: 480px) {
  .casino-slider-new__play-now-button {
    font-size: 16px !important;
    height: 50px;
  }
}
.casino-slider-new__see-more-link {
  color: #f4f4f4;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (min-width: 480px) {
  .casino-slider-new__see-more-link {
    font-size: 16px !important;
  }
}
.casino-slider-new__text-container-description {
  margin: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Shades-2, var(--Shades-2, #ddd));
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 18.48px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .casino-slider-new__text-container-description {
    font-size: 14px;
  }
}
.casino-slider-new__prev, .casino-slider-new__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .casino-slider-new__prev, .casino-slider-new__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
.casino-slider-new__prev {
  background-image: url("https://img.betanysports.eu/landing/left-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .casino-slider-new__prev {
    background-size: 120%;
  }
}
.casino-slider-new__prev:hover {
  background-image: url("https://img.betanysports.eu/landing/left-hover.svg");
}
.casino-slider-new__next {
  background-image: url("https://img.betanysports.eu/landing/right-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
@media screen and (min-width: 1280px) {
  .casino-slider-new__next {
    background-size: 120%;
  }
}
.casino-slider-new__next:hover {
  background-image: url("https://img.betanysports.eu/landing/right-hover.svg");
}
.casino-slider-new__prev::after, .casino-slider-new__next::after {
  content: "";
}
.casino-slider-new__buttons-container {
  width: 100%;
  max-width: 1600px;
  margin: 38px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-right: 0 0;
}
.casino-slider-new .betting-slider__prev-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.casino-slider-new .betting-slider__prev-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .casino-slider-new .betting-slider__prev-new:hover {
    background: #004793;
  }
}
.casino-slider-new .betting-slider__next-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #192666;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  right: 0px;
  left: auto;
}
.casino-slider-new .betting-slider__next-new img {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1280px) {
  .casino-slider-new .betting-slider__next-new {
    background-size: 120%;
  }
  .casino-slider-new .betting-slider__next-new:hover {
    background: #004793;
  }
}
.casino-slider-new .swiper-button-prev::after,
.casino-slider-new .swiper-button-next::after {
  display: none;
}
.casino-slider-new .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*here finish mid-size slider module styles*/
.swipperHomepage {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .swipperHomepage {
    margin-top: 70px;
  }
}
.swipperHomepage__prev, .swipperHomepage__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .swipperHomepage__prev, .swipperHomepage__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
.swipperHomepage__prev {
  background-image: url("https://img.betanysports.eu/landing/left-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .swipperHomepage__prev {
    background-size: 120%;
  }
}
.swipperHomepage__prev:hover {
  background-image: url("https://img.betanysports.eu/landing/left-hover.svg");
}
.swipperHomepage__next {
  background-image: url("https://img.betanysports.eu/landing/right-default.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}
@media screen and (min-width: 1280px) {
  .swipperHomepage__next {
    background-size: 120%;
  }
}
.swipperHomepage__next:hover {
  background-image: url("https://img.betanysports.eu/landing/right-hover.svg");
}
.swipperHomepage__prev::after, .swipperHomepage__next::after {
  content: "";
}
.swipperHomepage__pagination {
  z-index: 100;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
  left: 0;
}
.swipperHomepage__pagination > .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: var(--swiper-pagination-bullet-inactive-color, white);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.4);
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.swipperHomepage__pagination > .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: white; /* Ajusta este color según tu diseño */
}

.video-banner {
  background-image: url("https://img.betanysports.eu/landing/videos/HERO_LTC_BKND.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .video-banner {
    margin-top: 75px;
  }
}
.video-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .video-banner__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 700px;
  }
}
.video-banner__container-item {
  padding: 15px 15px 0 15px;
}
.video-banner__container-item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .video-banner__container-item:nth-child(1) {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.video-banner__container-item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .video-banner__container-item:nth-child(2) {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.video-banner__container-hero {
  display: block;
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .video-banner__container-hero {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .video-banner__container-hero {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 950px;
  }
}
.video-banner__title {
  /* Desktop/Display/Display2 */
  font-family: Montserrat;
  font-size: 60px;
  line-height: 120%; /* 93px */
  font-style: normal;
  font-weight: 800;
  margin: 0;
  max-width: 300px;
  letter-spacing: -0.93px;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #E0AC42 5.53%, #E0AC42 5.53%, #EED688 28.91%, #FFFBCC 55.82%, #E0AC42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 50px;
}
@media screen and (min-width: 480px) {
  .video-banner__title {
    max-width: 350px;
    font-size: 70px;
  }
}
@media screen and (min-width: 640px) {
  .video-banner__title {
    font-size: 93px;
    line-height: 120%; /* 93px */
    text-align: center;
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .video-banner__title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .video-banner__title {
    padding-top: 0;
    text-align: left;
  }
}
.video-banner__description {
  display: none;
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  /* Shadows/Elements/Hero */
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .video-banner__description {
    display: block;
    margin: 0 auto;
    max-width: 537px;
  }
}
@media screen and (min-width: 960px) {
  .video-banner__description {
    max-width: 800px;
  }
}

.video-filter {
  padding: 60px 0;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .video-filter {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .video-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 160px 0;
  }
}
.video-filter__left-side-bar {
  background-color: #f4f4f4;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 50px 15px 50px 15px;
}
@media screen and (min-width: 1024px) {
  .video-filter__left-side-bar {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 72px;
    -ms-flex-preferred-size: 526px;
        flex-basis: 526px;
    padding: 15px 15px 15px 15px;
  }
}
.video-filter__left-side-bar__title {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .video-filter__left-side-bar__title {
    font-size: 37px;
  }
}
.video-filter__content {
  width: 100%;
  padding: 15px 15px 15px 15px;
}
@media screen and (min-width: 1024px) {
  .video-filter__content {
    padding: 0 15px 15px 15px;
  }
}
.video-filter__content-title {
  color: var(--Color-Alias-Text-Primary, #192666);
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
  letter-spacing: -0.45px;
}
@media screen and (min-width: 640px) {
  .video-filter__content-title {
    font-size: 45px;
  }
}
.video-filter__content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (min-width: 1280px) {
  .video-filter__content-grid {
    row-gap: 50px;
  }
}
.video-filter__content-grid-item {
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .video-filter__content-grid-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 960px) {
  .video-filter__content-grid-item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .video-filter__content-grid-item {
    width: calc(50% - 15px);
  }
}
.video-filter__content-grid-item-img-container {
  padding-bottom: 10px;
}
.video-filter__content-grid-item-img {
  width: 100%;
  height: auto;
}
.video-filter__content-grid-item-title {
  color: var(--Primary-Light-Blue, var(--Primary-Light-Blue, #0061B0));
  display: block;
  /* Desktop/Heading/Heading5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.26px;
  padding-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .video-filter__content-grid-item-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 640px) {
  .video-filter__content-grid-item-title {
    font-size: 26px;
  }
}
.video-filter__content-grid-item-sub-title {
  color: var(--Color-Alias-Text-Default, #515151);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
.video-filter__controls-input-container {
  position: relative;
}
.video-filter__controls-input-container > img {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 5px;
  top: 12px;
}
@media screen and (min-width: 640px) {
  .video-filter__controls-input-container > img {
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
  }
}
.video-filter__controls-input {
  height: 56px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #dddddd;
  padding: 0 15px 0 50px;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.24px;
}
.video-filter__controls-input:focus {
  border-color: #dddddd;
  outline: none; /* Elimina el borde azul predeterminado en algunos navegadores */
}
.video-filter__controls-input::-webkit-input-placeholder {
  color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.6));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.video-filter__controls-input::-moz-placeholder {
  color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.6));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.video-filter__controls-input:-ms-input-placeholder {
  color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.6));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.video-filter__controls-input::-ms-input-placeholder {
  color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.6));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.video-filter__controls-input::placeholder {
  color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.6));
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
@media screen and (min-width: 640px) {
  .video-filter__controls-input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .video-filter__controls-input::-moz-placeholder {
    font-size: 24px;
  }
  .video-filter__controls-input:-ms-input-placeholder {
    font-size: 24px;
  }
  .video-filter__controls-input::-ms-input-placeholder {
    font-size: 24px;
  }
  .video-filter__controls-input::placeholder {
    font-size: 24px;
  }
}
.video-filter__controls-buttons {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .video-filter__controls-buttons {
    padding-bottom: 120px;
  }
}
.video-filter__controls-button {
  min-width: 136px;
  height: 49px;
  color: #004793;
  /* Desktop/Heading/Bold/Heading6 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  border-radius: 16px;
  border: 1px solid #004793;
  padding: 0 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .video-filter__controls-button {
    min-width: 141px;
  }
}
@media screen and (min-width: 1280px) {
  .video-filter__controls-button {
    min-width: 118px;
  }
}
.video-filter__controls-button.active {
  position: relative;
  background-color: #004793;
  color: white;
  padding-left: 35px;
}
.video-filter__controls-button.active::before {
  content: "";
  background: url("https://img.betanysports.eu/landing/videos/check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  background-size: contain;
  position: absolute;
  left: 10px; /* Ajusta la posición del SVG según tus necesidades */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px; /* Ajusta el tamaño del SVG según tus necesidades */
  height: 24px;
}
.video-filter__content-title-container {
  padding-bottom: 30px;
}

.video-filter-buttons-slider {
  margin: 20px 0;
  padding: 24px 0 60px 0;
}
.video-filter-buttons-slider__item {
  width: auto !important;
  height: auto;
}

.video-filter-slider__item {
  cursor: pointer;
  width: 288px !important;
}
@media screen and (min-width: 960px) {
  .video-filter-slider__item {
    margin-bottom: 15px;
    width: 100% !important;
  }
}
.video-filter-slider__item-title {
  color: #0061B0;
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.26px;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .video-filter-slider > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.video-filter-slider__img {
  width: 100%;
  height: auto;
}

.promos-mid-text {
  background-color: #F4F4F4;
  padding: 40px 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .promos-mid-text {
    padding: 80px 0;
  }
}
.promos-mid-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promos-mid-text__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promos-mid-text__title {
  color: var(--Color-Alias-Text-Primary, #192666);
  /* Desktop/Heading/Heading1 */
  font-family: Montserrat;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  letter-spacing: -0.54px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .promos-mid-text__title {
    font-size: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .promos-mid-text__title {
    margin-bottom: 0;
  }
}
.promos-mid-text__description {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .promos-mid-text__description {
    font-size: 18px;
  }
}

.promos-limited-edition {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2A3CDA 1%, #131F9C 100%));
  padding: 40px 0;
}
.promos-limited-edition__main-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .promos-limited-edition__main-title {
    margin-bottom: 40px;
  }
}
.promos-limited-edition__title::-moz-selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.promos-limited-edition__title::selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.promos-limited-edition__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  /* Desktop/Heading/Heading2 */
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
  letter-spacing: -0.45px;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #E0AC42 5.53%, #E0AC42 5.53%, #EED688 28.91%, #FFFBCC 55.82%, #E0AC42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .promos-limited-edition__title {
    font-size: 45px;
  }
}
.promos-limited-edition__description {
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 960px) {
  .promos-limited-edition__description {
    font-size: 18px;
  }
}

.accordion-limit-edition {
  border-radius: 4px;
}
.accordion-limit-edition__wrapp {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-limit-edition__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .accordion-limit-edition__title-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.accordion-limit-edition__img {
  width: 280px;
  height: auto;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .accordion-limit-edition__img {
    width: 100%;
    height: auto;
  }
}
.accordion-limit-edition__title-container-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  height: 392.04px;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  .accordion-limit-edition__title-container-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 464px;
        flex-basis: 464px;
    height: 572.07px;
  }
}
@media screen and (min-width: 1800px) {
  .accordion-limit-edition__title-container-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 527px;
        flex-basis: 527px;
    height: 650.83px;
  }
}
.accordion-limit-edition__show-label {
  color: var(--Color-Alias-Text-CTA-Default, #0061b0);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 12.6px */
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  text-transform: capitalize;
  display: block;
  text-align: center;
  position: relative;
}
.accordion-limit-edition__show-label::after {
  content: "";
  background-image: url("https://img.betanysports.eu/images/arrow-down.svg");
  background-size: contain; /* Asegura que la imagen no se recorte */
  background-repeat: no-repeat;
  width: 16px; /* Ajusta el tamaño según sea necesario */
  height: 16px; /* Ajusta el tamaño según sea necesario */
  display: inline-block;
  vertical-align: middle; /* Centrar verticalmente con el texto */
  margin-left: 8px; /* Espacio entre el texto y la imagen */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Añadir una transición para una rotación suave */
}
.accordion-limit-edition__show-label.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* Rotar la imagen 180 grados cuando el elemento tiene la clase 'active' */
}
@media screen and (min-width: 640px) {
  .accordion-limit-edition__show-label {
    display: none;
  }
}
.accordion-limit-edition__title-container-item:nth-child(2) {
  padding: 15px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 640px) {
  .accordion-limit-edition__title-container-item:nth-child(2) {
    background-image: url("https://img.betanysports.eu/images/plus-blue.svg");
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
  }
  .accordion-limit-edition__title-container-item:nth-child(2).active {
    background-image: url("https://img.betanysports.eu/images/less-blue.svg");
  }
}
@media screen and (min-width: 960px) {
  .accordion-limit-edition__title-container-item:nth-child(2) {
    width: calc(100% - 400px);
    background-position: top 30px right 30px;
    padding: 48px 48px 48px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-limit-edition__title-container-item:nth-child(2) {
    width: calc(100% - 400px);
  }
}
.accordion-limit-edition__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
  margin-bottom: 20px;
}
.accordion-limit-edition__description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 960px) {
  .accordion-limit-edition__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-limit-edition__description {
    font-size: 18px;
  }
}
.accordion-limit-edition__panel {
  display: none;
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 1600px) {
  .accordion-limit-edition__panel {
    padding: 137px;
  }
}
.accordion-limit-edition__panel.active {
  display: block;
}
.accordion-limit-edition__promo-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .accordion-limit-edition__promo-icon {
    display: block;
  }
}
.accordion-limit-edition__panel-container {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .accordion-limit-edition__panel-container {
    max-width: 900px;
  }
}

.promos-mid-text-banner {
  margin: 40px 0;
}
@media screen and (min-width: 640px) {
  .promos-mid-text-banner {
    margin: 80px 0;
  }
}
.promos-mid-text-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promos-mid-text-banner__item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .promos-mid-text-banner__item:nth-child(1) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.promos-mid-text-banner__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promos-mid-text-banner__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .promos-mid-text-banner__title {
    text-align: left;
    font-size: 37px;
  }
}
.promos-mid-text-banner__description {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .promos-mid-text-banner__description {
    text-align: left;
    font-size: 18px;
  }
}
.promos-mid-text-banner__cta {
  width: 204px;
  height: 48px;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .promos-mid-text-banner__cta {
    margin: 0 auto;
  }
}

.promos-on-demand {
  background-color: #F4F4F4;
  margin: 0;
  padding: 40px 0;
}
.promos-on-demand__main-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .promos-on-demand__main-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .promos-on-demand__main-title {
    padding-right: 30%;
  }
}
.promos-on-demand__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Color-Alias-Text-Secondary, #192666);
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
@media screen and (min-width: 960px) {
  .promos-on-demand__title {
    font-size: 37px;
  }
}
.promos-on-demand__description {
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 960px) {
  .promos-on-demand__description {
    font-size: 18px;
  }
}

.accordion-on-demand {
  border-radius: 4px;
}
.accordion-on-demand__wrapp {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-on-demand__title-container {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2A3CDA 1%, #131F9C 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .accordion-on-demand__title-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.accordion-on-demand__img {
  width: 100%;
  height: auto;
}
.accordion-on-demand__title-container-item:nth-child(1) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion-on-demand__title-container-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-on-demand__title-container-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 495px;
        flex-basis: 495px;
  }
}
.accordion-on-demand__gold-promo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 184px;
  height: auto;
}
.accordion-on-demand__show-label {
  color: #f4f4f4;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 12.6px */
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  text-transform: capitalize;
  display: block;
  text-align: center;
  position: relative;
}
.accordion-on-demand__show-label::after {
  content: "";
  background-image: url("https://img.betanysports.eu/images/arrow-down-white.svg");
  background-size: contain; /* Asegura que la imagen no se recorte */
  background-repeat: no-repeat;
  width: 16px; /* Ajusta el tamaño según sea necesario */
  height: 16px; /* Ajusta el tamaño según sea necesario */
  display: inline-block;
  vertical-align: middle; /* Centrar verticalmente con el texto */
  margin-left: 8px; /* Espacio entre el texto y la imagen */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Añadir una transición para una rotación suave */
}
.accordion-on-demand__show-label.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* Rotar la imagen 180 grados cuando el elemento tiene la clase 'active' */
}
@media screen and (min-width: 640px) {
  .accordion-on-demand__show-label {
    display: none;
  }
}
.accordion-on-demand__title-container-item:nth-child(2) {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .accordion-on-demand__title-container-item:nth-child(2) {
    background-image: url("https://img.betanysports.eu/images/plus-white.svg");
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
  }
  .accordion-on-demand__title-container-item:nth-child(2).active {
    background-image: url("https://img.betanysports.eu/images/less-white.svg");
  }
}
@media screen and (min-width: 960px) {
  .accordion-on-demand__title-container-item:nth-child(2) {
    width: calc(100% - 400px);
    padding: 15px 48px 15px 15px;
    background-position: top 30px right 30px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-on-demand__title-container-item:nth-child(2) {
    width: calc(100% - 400px);
    padding: 48px 48px 15px 48px;
  }
}
@media screen and (min-width: 1600px) {
  .accordion-on-demand__title-container-item:nth-child(2) {
    width: calc(100% - 495px);
    padding: 48px 180px 15px 48px;
  }
}
.accordion-on-demand__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #f4f4f4;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 960px) {
  .accordion-on-demand__title {
    font-size: 18px;
  }
}
.accordion-on-demand__sub-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #f4f4f4;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.26px;
}
@media screen and (min-width: 960px) {
  .accordion-on-demand__sub-title {
    font-size: 26px;
  }
}
.accordion-on-demand__description {
  color: white;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 960px) {
  .accordion-on-demand__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-on-demand__description {
    font-size: 18px;
  }
}
.accordion-on-demand__panel {
  background-color: white;
  display: none;
  position: relative;
}
.accordion-on-demand__panel.active {
  display: block;
}
.accordion-on-demand__promo-icon {
  display: none;
  position: absolute;
  right: -530px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .accordion-on-demand__promo-icon {
    display: block;
  }
}
.accordion-on-demand__panel-container {
  width: 100%;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .accordion-on-demand__panel-container {
    padding: 137px 15px 137px 137px;
    max-width: 1000px;
  }
}
.accordion-on-demand__panel-container-list {
  background-color: #f4f4f4;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .accordion-on-demand__panel-container-list {
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .accordion-on-demand__panel-container-list {
    padding: 80px 160px;
  }
}
.accordion-on-demand__panel-container-list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .accordion-on-demand__panel-container-list-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.accordion-on-demand__panel-container-list-grid-item > img {
  width: 272px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .accordion-on-demand__panel-container-list-grid-item {
    width: 50%;
  }
}
.accordion-on-demand__panel-container-list-grid-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.accordion-on-demand__panel-container-list-grid-item > ol li {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .accordion-on-demand__panel-container-list-grid-item > ol li {
    font-size: 16px;
  }
}
.accordion-on-demand__panel-container-list-grid-item > img {
  padding-bottom: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .accordion-on-demand__panel-container-list-grid-item > img {
    padding-bottom: 0;
  }
}

.promos-rules {
  margin: 0;
  padding: 0 15px;
  background-color: #F4F4F4;
}
.promos-rules__container {
  padding-top: 52px;
  border-top: 2px solid #dddddd;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.promos-rules__title {
  color: #192666;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 44.4px */
  letter-spacing: -0.37px;
}
@media screen and (min-width: 640px) {
  .promos-rules__title {
    font-size: 37px;
  }
}
.promos-rules__description {
  color: #192666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: -0.18px;
}

.accordion-rules {
  padding-bottom: 52px;
  margin: 0;
}
.accordion-rules__wrapp {
  margin: 0;
}
.accordion-rules__wrapp:last-child {
  border-bottom: 2px solid #ddd;
}
.accordion-rules__title-container {
  border-top: 2px solid #ddd;
  height: 92px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 155px 0 20px;
  background-image: url("https://img.betanysports.eu/images/plus-white-blue.svg");
  background-repeat: no-repeat;
  background-position: top 30px right 10px;
}
.accordion-rules__title-container.active {
  background-image: url("https://img.betanysports.eu/images/less-white.svg");
  background-color: #192666 !important;
  border-top: none;
}
.accordion-rules__title-container.active .accordion-rules__title {
  color: #f4f4f4;
}
@media screen and (min-width: 640px) {
  .accordion-rules__title-container {
    background-position: top 30px right 15px;
    padding: 0 130px 0 20px;
  }
}
.accordion-rules__title {
  margin: 0;
  color: #192666;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}
@media screen and (min-width: 960px) {
  .accordion-rules__title {
    font-size: 22px;
  }
}
.accordion-rules__panel {
  background-color: white;
  display: none;
  position: relative;
  padding: 30px;
}
@media screen and (min-width: 1600px) {
  .accordion-rules__panel {
    padding: 60px;
  }
}
.accordion-rules__panel.active {
  display: block;
}
.accordion-rules__promo-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .accordion-rules__promo-icon {
    display: block;
  }
}
.accordion-rules__panel-container {
  width: 100%;
}

.promos-top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.sports-top-banner {
  margin: 0 !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .sports-top-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sports-top-banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.sports-top-banner__player {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .sports-top-banner__player {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 959px) {
  .sports-top-banner__player {
    max-width: 480px;
  }
}
@media screen and (min-width: 960px) {
  .sports-top-banner__player {
    position: absolute;
    right: -200px;
  }
}
@media screen and (min-width: 1280px) {
  .sports-top-banner__player {
    right: 0;
  }
}
.sports-top-banner__text-container {
  position: relative;
  width: 100%;
  z-index: 100;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .sports-top-banner__text-container {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .sports-top-banner__text-container {
    margin: 0 auto;
    max-width: 1600px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 610px;
  }
}
@media screen and (min-width: 1600px) {
  .sports-top-banner__text-container {
    padding: 0;
  }
}
.sports-top-banner__text-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .sports-top-banner__text-content {
    min-height: 298px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sports-top-banner__label {
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
}
@media screen and (min-width: 640px) {
  .sports-top-banner__label {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .sports-top-banner__label {
    font-size: 48px;
    display: block;
    margin-bottom: 7px;
  }
}
.sports-top-banner__title {
  text-align: center;
  color: var(--Color-Shades-0, #fff);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
  letter-spacing: -1.11px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 35px;
  z-index: 1000;
}
@media screen and (min-width: 640px) {
  .sports-top-banner__title {
    font-size: 77px;
  }
}
@media screen and (min-width: 960px) {
  .sports-top-banner__title {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .sports-top-banner__title {
    font-size: 93px;
    margin-bottom: 70px;
  }
}
.sports-top-banner__title::-moz-selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.sports-top-banner__title::selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.sports-top-banner__cta {
  text-decoration: none !important;
  width: 100%;
  max-width: 400px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 46.8px */
  letter-spacing: -0.26px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .sports-top-banner__cta {
    font-size: 26px;
    height: 71px;
  }
}

.sports-container {
  width: 100%;
  padding: 30px 15px 0 15px;
}
@media screen and (min-width: 640px) {
  .sports-container {
    padding: 60px 15px 0 15px;
  }
}
@media screen and (min-width: 1615px) {
  .sports-container {
    padding: 80px 0 0 0;
  }
}
.sports-container__grid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 160px;
}
@media screen and (min-width: 1280px) {
  .sports-container__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sports-container__grid-item:nth-child(1) {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .sports-container__grid-item:nth-child(1) {
    width: calc(100% - 374px);
    margin-right: 15px;
    margin-top: 0;
  }
}
.sports-container__grid-item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .sports-container__grid-item:nth-child(2) {
    -ms-flex-preferred-size: 389px;
        flex-basis: 389px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.sports-container__side-container {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .sports-container__side-container {
    background-color: #eaeaea;
    min-height: calc(100vh - 0px);
    border-radius: 12px;
    padding: 24px 48px 30px 44px;
  }
}

.sports-top-copy {
  margin-bottom: 80px;
}
.sports-top-copy__title {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
  letter-spacing: -0.45px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .sports-top-copy__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 960px) {
  .sports-top-copy__title {
    font-size: 45px;
  }
}
.sports-top-copy__description {
  color: var(--Color-Alias-Text-Default, #515151);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}
.sports-top-copy__cta {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Shades-0, #fff);
  text-align: center;
  text-transform: uppercase;
  /* OLD/CTA/ContentCTA */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 91.379%; /* 16.448px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .sports-top-copy__cta {
    max-width: 372px;
  }
}

.odds-content {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .odds-content {
    margin-bottom: 40px;
  }
}
.odds-content__hero {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  line-height: 0px;
}
.odds-content__item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 15px !important;
}
@media screen and (min-width: 1280px) {
  .odds-content__item:nth-child(1) {
    padding: 15px 15px 15px 45px !important;
  }
}
.odds-content__item:nth-child(2) {
  padding: 0 !important;
}
.odds-content__img {
  width: 100%;
}
.odds-content__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Golden-Gold-3, var(--Golden-Gold-3, #eed688));
  /* Desktop/Labels/LabelHero */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 132%; /* 23.76px */
  letter-spacing: 5.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .odds-content__title {
    font-size: 18px;
  }
}
.odds-content__sub-title {
  overflow: hidden;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-overflow: ellipsis;
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
@media screen and (min-width: 960px) {
  .odds-content__sub-title {
    font-size: 37px;
  }
}
.odds-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f4;
  padding: 15px;
}
@media screen and (min-width: 1600px) {
  .odds-content__info {
    padding: 80px 136px 70px 136px;
  }
}

.odds-content > p {
  color: #515151 !important;
}

.sports-choose {
  padding: 40px 0;
}
.sports-choose__title {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
  letter-spacing: -0.45px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .sports-choose__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 960px) {
  .sports-choose__title {
    font-size: 45px;
  }
}
.sports-choose__grid {
  margin-top: 80px;
}
.sports-choose__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background-color: #021a4b;
}
.sports-choose__text-container {
  background-color: #041b4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}
.sports-choose__grid-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sports-choose__grid-title::-moz-selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.sports-choose__grid-title::selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.sports-choose__grid-description {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  /* Desktop/Body/Medium/Text SM */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.14px;
}
@media screen and (min-width: 640px) {
  .sports-choose__grid-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .sports-choose__grid-description {
    font-size: 16px;
  }
}

.sports-top-side-slider .swiper-wrapper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) and (max-width: 9999px) {
  .sports-top-side-slider .swiper-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.sports-top-side-slider {
  margin: 0 !important;
  z-index: 0 !important;
}
.sports-top-side-slider__item {
  text-decoration: none !important;
  position: relative !important;
  width: 245px !important;
  height: auto !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  border-radius: var(--Corner-Radius-5x, 10px) !important;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%)) !important;
}
@media screen and (min-width: 960px) {
  .sports-top-side-slider__item {
    width: 292px !important;
  }
}
@media screen and (min-width: 1280px) {
  .sports-top-side-slider__item {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}
.sports-top-side-slider__top-title {
  color: var(--DarkBlue, #232a64) !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}
.sports-top-side-slider__item:last-child {
  margin-bottom: 0 !important;
}
.sports-top-side-slider__text-cointainer {
  padding: 24px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.sports-top-side-slider__title {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  font-family: Montserrat !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-transform: uppercase !important;
  display: block !important;
}
.sports-top-side-slider__sub-title {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-family: Montserrat !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 48px !important; /* 88.889% */
  text-transform: uppercase !important;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block !important;
  margin: 8px 0 !important;
}
@media screen and (min-width: 960px) {
  .sports-top-side-slider__sub-title {
    font-size: 54px !important;
  }
}
.sports-top-side-slider__description {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #fff !important;
  font-family: Montserrat !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important; /* 100% */
  display: block !important;
}
.sports-top-side-slider__pagination {
  top: 95% !important !important;
}
.sports-top-side-slider__pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background-color: #666666 !important;
}
.sports-top-side-slider__pagination .swiper-pagination-bullet-active {
  width: 20px !important;
  height: 20px !important;
  background-color: #1bb96b !important;
}

/*here finish small-size slider module styles*/
.sports-featured-bets .swiper-wrapper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) and (max-width: 9999px) {
  .sports-featured-bets .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sports-featured-bets {
  margin: 0;
  z-index: 0;
}
.sports-featured-bets__item {
  text-decoration: none !important;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 640px) {
  .sports-featured-bets__item {
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
  }
}
.sports-featured-bets__top-title {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  color: #fff;
  text-align: center;
  padding: 15px;
  /* Tablet/Heading/H3 */
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .sports-featured-bets__top-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.sports-featured-bets__item:nth-child(odd) {
  background: var(--Color-Alias-Background-Dark-Blue, #192666);
}
.sports-featured-bets__item:nth-child(even) {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
}
.sports-featured-bets__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .sports-featured-bets__item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.sports-featured-bets__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .sports-featured-bets__text-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 52px;
    padding: 0 45px;
  }
}
.sports-featured-bets__text-item {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  font-family: Montserrat;
  font-size: 14.111px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sports-featured-bets__pagination {
  top: 85% !important;
}
.sports-featured-bets__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #666666;
}
.sports-featured-bets__pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #1bb96b;
}
@media screen and (min-width: 640px) {
  .sports-featured-bets__pagination {
    display: none;
  }
}

/*here finish small-size slider module styles*/
.sports-faqs {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .sports-faqs {
    margin-bottom: 80px;
  }
}
.sports-faqs__item {
  border-bottom: 1px solid #ddd;
  min-height: 70px;
}
.sports-faqs__item summary {
  list-style: none; /* Elimina cualquier estilo de lista */
  cursor: pointer;
}
.sports-faqs__item summary::-webkit-details-marker {
  display: none;
}
.sports-faqs__item summary::marker {
  display: none;
}
.sports-faqs__main-title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading4 */
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .sports-faqs__main-title {
    margin-bottom: 80px;
  }
}
.sports-faqs__main-description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Tablet/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
  margin-bottom: 50px;
}
.sports-faqs__title {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
  padding-right: 70px; /* Espacio suficiente para el círculo a la derecha */
  cursor: pointer;
  color: #232a64; /* Color del texto */
  font-family: "Montserrat", sans-serif; /* Familia tipográfica */
  font-size: 18px; /* Tamaño de fuente */
  font-style: normal;
  font-weight: 500; /* Grosor de la fuente */
  line-height: normal; /* Altura de línea estándar */
  min-height: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("https://img.betanysports.eu/images/default-collapsed.svg");
  background-repeat: no-repeat;
  background-position: top 20px right 10px;
}
@media screen and (min-width: 960px) {
  .sports-faqs__title {
    font-size: 22px; /* Tamaño de fuente */
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sports-faqs__number {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 960px) {
  .sports-faqs__number {
    left: 20px;
  }
}
.sports-faqs__item[open] .sports-faqs__title {
  background-image: url("https://img.betanysports.eu/images/default-expanded.svg");
}
.sports-faqs__description {
  padding-top: 15px;
  color: #282828; /* Color del texto */
  font-family: "Montserrat", sans-serif; /* Familia tipográfica */
  font-size: 14px; /* Tamaño de fuente */
  font-style: normal;
  font-weight: 500; /* Grosor de la fuente */
  line-height: 180%; /* Altura de línea del 180% (25.2px si el tamaño de la fuente es 14px) */
  padding-left: 25px;
  padding-right: 35px;
}
@media screen and (min-width: 960px) {
  .sports-faqs__description {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.sports-other-ways {
  background-color: #f4f4f4;
  padding: 80px 0;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .sports-other-ways {
    margin-bottom: 80px;
    padding: 80px 25px;
  }
}
.sports-other-ways__title-container {
  padding-bottom: 80px;
}
.sports-other-ways__title {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
  letter-spacing: -0.45px;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .sports-other-ways__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 960px) {
  .sports-other-ways__title {
    font-size: 45px;
  }
}
.sports-other-ways__grid {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.sports-other-ways__grid-item {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
  border-radius: 10px;
  background-color: #021a4b;
}
@media screen and (min-width: 640px) {
  .sports-other-ways__grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sports-other-ways__text-container {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 15px;
}
.sports-other-ways__grid-title {
  color: #f4f4f4;
  /* Desktop/Heading/Heading5 */
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.26px;
}
.sports-other-ways__grid-description {
  color: #f4f4f4;
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 480px) {
  .sports-other-ways__grid-description {
    font-size: 16px;
  }
}

.offshore-betting-lines {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.offshore-betting-lines__grid {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.offshore-betting-lines__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading2 */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 54px */
  letter-spacing: -0.45px;
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
.offshore-betting-lines__title-h3 {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading2 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 54px */
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines__title-h3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines__title-h3 {
    font-size: 37px;
    margin-bottom: 30px;
  }
}
.offshore-betting-lines__title-h4 {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading2 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines__title-h4 {
    font-size: 27px;
    letter-spacing: -0.27px;
  }
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines__title-h4 {
    font-size: 31px;
    letter-spacing: -0.31px;
    margin-bottom: 30px;
  }
}
.offshore-betting-lines__title-h5 {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading2 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines__title-h5 {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines__title-h5 {
    font-size: 30px;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
  }
}
.offshore-betting-lines__props-text {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: -0.18px;
}
.offshore-betting-lines__description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines__description {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines__description {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-betting-lines {
    padding: 160px 0;
  }
}
.offshore-betting-lines__title {
  color: #192666;
}
@media screen and (min-width: 480px) {
  .offshore-betting-lines__img:first-child {
    margin-bottom: 30px;
  }
}
.offshore-betting-lines--changing-betting-features-container {
  margin-top: 100px;
}
.offshore-betting-lines--changing-betting-features-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.offshore-betting-lines--changing-betting-features-img {
  width: 288px;
  height: 200px;
}
@media screen and (min-width: 640px) {
  .offshore-betting-lines--changing-betting-features-img {
    width: 640px;
    height: 423px;
  }
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines--changing-betting-features-img {
    width: 646px;
    height: 438px;
  }
}
.offshore-betting-lines--changing-betting-features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .offshore-betting-lines--changing-betting-features-content {
    font-size: 37px;
    margin-bottom: 30px;
  }
}
.offshore-betting-lines__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offshore-betting-lines__content__p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  letter-spacing: -1%;
  color: #515151;
}

@media screen and (min-width: 640px) {
  .esports-betting {
    padding: 80px;
  }
}

.offshore-contact-us {
  margin: 0;
  background-color: #ffffff;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .offshore-contact-us {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-contact-us {
    padding: 120px 0 125px 0;
  }
}
.offshore-contact-us__grid {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  padding: 60px 15px 300px 15px;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .offshore-contact-us__grid {
    padding: 60px 15px 60px 15px;
  }
}
@media screen and (min-width: 1600px) {
  .offshore-contact-us__grid {
    min-height: 486px;
    border-radius: 20px;
  }
}
.offshore-contact-us__text-continer {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .offshore-contact-us__text-continer {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .offshore-contact-us__text-continer {
    margin-left: 100px;
  }
}
.offshore-contact-us__title {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
.offshore-contact-us__title img {
  margin-right: 15px;
}
.offshore-contact-us__description {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
.offshore-contact-us__cta {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 480px) {
  .offshore-contact-us__cta {
    max-width: 196px;
  }
}
.offshore-contact-us__img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: auto;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .offshore-contact-us__img {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media screen and (min-width: 640px) {
  .offshore-contact-us__img {
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .offshore-contact-us__img {
    right: 0;
    max-width: 540px;
    bottom: -59px;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-contact-us__img {
    max-width: 590px;
    bottom: -125px;
  }
}
@media screen and (min-width: 1600px) {
  .offshore-contact-us__img {
    max-width: 689px;
  }
}
@media screen and (min-width: 1800px) {
  .offshore-contact-us__img {
    right: -100px;
  }
}

.offshore-more-betting-lines {
  margin: 0;
}
.offshore-more-betting-lines__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
@media screen and (min-width: 640px) {
  .offshore-more-betting-lines__title {
    font-size: 37px;
  }
}
.offshore-more-betting-lines__description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
.offshore-more-betting-lines__cta-grid {
  margin: 0;
  width: 100% !important;
}
.offshore-more-betting-lines__cta {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  padding: 0 10px;
  text-decoration: none !important;
}
.offshore-more-betting-lines__img {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .offshore-more-betting-lines__img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .offshore-more-betting-lines__img {
    margin-top: 0;
    position: relative;
    left: -100px;
  }
}

.offshore-rules-cards {
  padding: 40 0;
}
@media screen and (min-width: 640px) {
  .offshore-rules-cards {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-rules-cards {
    padding: 120px 0 80px 0;
  }
}
.offshore-rules-cards__container {
  width: 100%;
  max-width: 1600px;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2A3CDA 1%, #131F9C 100%));
  padding: 40px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .offshore-rules-cards__container {
    padding: 60px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-rules-cards__container {
    padding: 100px 15px;
  }
}
@media screen and (min-width: 1601px) {
  .offshore-rules-cards__container {
    border-radius: 20px;
  }
}
.offshore-rules-cards__sub-container {
  max-width: 1400px;
  margin: 0 auto;
}
.offshore-rules-cards__item {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .offshore-rules-cards__item {
    padding: 56px 48px;
    min-height: 589px;
  }
}
.offshore-rules-cards__title {
  color: #192666;
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
@media screen and (min-width: 640px) {
  .offshore-rules-cards__title {
    font-size: 37px;
  }
}
.offshore-rules-cards__description {
  color: #192666;
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
.offshore-rules-cards__cta {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 640px) {
  .offshore-rules-cards__cta {
    width: 357px;
  }
}
.offshore-rules-cards__cta img {
  margin-right: 10px;
}
.offshore-rules-cards__anchor {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Body/Bold/Text MD */
  font-family: Montserrat;
  font-style: normal;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
  text-decoration: underline;
}

.offshore-type-of-lines {
  margin: 0;
  background-color: #f4f4f4;
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-lines {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-type-of-lines {
    padding: 200px 0;
  }
}
.offshore-type-of-lines__grid-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .offshore-type-of-lines__grid-title {
    margin-bottom: 80px;
  }
}
.offshore-type-of-lines__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.offshore-type-of-lines__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-lines__title {
    font-size: 37px;
  }
}
.offshore-type-of-lines__main-description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
.offshore-type-of-lines__description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
.offshore-type-of-lines__img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 48px;
}
.offshore-type-of-lines__item-title {
  padding: 0 15px;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Heading/Heading6 */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}
.offshore-type-of-lines__description {
  padding: 0 15px;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}

.offshore-type-of-wagers {
  margin: 0;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-wagers {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-type-of-wagers {
    padding: 160px 0;
  }
}
.offshore-type-of-wagers__title {
  text-align: center;
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-wagers__title {
    font-size: 37px;
  }
}
.offshore-type-of-wagers__title::-moz-selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.offshore-type-of-wagers__title::selection {
  background: #9e852e; /* Fondo dorado para la selección */
  -webkit-text-fill-color: white; /* Texto blanco para la selección en navegadores WebKit */
  color: white; /* Texto blanco para la selección en otros navegadores */
  -webkit-background-clip: border-box; /* Desactiva el background-clip durante la selección */
  background-clip: border-box;
}
.offshore-type-of-wagers__description {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-wagers__description {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.offshore-type-of-wagers__detail {
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}
.offshore-type-of-wagers__detail-title {
  list-style: none;
}
.offshore-type-of-wagers__detail-title::-webkit-details-marker {
  display: none;
}
.offshore-type-of-wagers__detail-title::-moz-details-marker {
  display: none;
}
.offshore-type-of-wagers__detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .offshore-type-of-wagers__detail-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.offshore-type-of-wagers__detail-item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .offshore-type-of-wagers__detail-item:nth-child(1) {
    -ms-flex-preferred-size: 368px;
        flex-basis: 368px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.offshore-type-of-wagers__detail-item:nth-child(2) {
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .offshore-type-of-wagers__detail-item:nth-child(2) {
    width: calc(100% - 368px);
    padding: 15px 100px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.offshore-type-of-wagers__detail-item-title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  text-overflow: ellipsis;
  /* Desktop/Heading/Heading5 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.26px;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-wagers__detail-item-title {
    font-size: 26px;
  }
}
.offshore-type-of-wagers__detail-item-description {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
.offshore-type-of-wagers__text-container {
  border-top: 3px solid #e2e8f0;
  padding: 15px 15px;
}
@media screen and (min-width: 640px) {
  .offshore-type-of-wagers__text-container {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-type-of-wagers__text-container {
    padding: 60px 15px;
  }
}
@media screen and (min-width: 1600px) {
  .offshore-type-of-wagers__text-container {
    padding: 60px 115px 60px 375px;
  }
}

.offshore-why-choose {
  background-color: #f4f4f4;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .offshore-why-choose {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .offshore-why-choose {
    padding: 160px 0;
  }
}
.offshore-why-choose__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
  max-width: 800px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .offshore-why-choose__title {
    font-size: 37px;
  }
}
.offshore-why-choose__description {
  color: var(--Color-Alias-Text-Default, #515151);
  text-align: center;
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  .offshore-why-choose__description {
    font-size: 18px;
  }
}
.offshore-why-choose__grid-container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
}

.ultimate-featured-options {
  background-color: #ffffff;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .ultimate-featured-options {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .ultimate-featured-options {
    padding: 160px 0;
  }
}
.ultimate-featured-options__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 15px;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2A3CDA 1%, #131F9C 100%));
}
@media screen and (min-width: 1600px) {
  .ultimate-featured-options__container {
    padding: 100px;
    border-radius: 20px;
  }
}
.ultimate-featured-options__title-container {
  margin-bottom: 72px;
}
.ultimate-featured-options__title {
  color: var(--Color-Shades-0, #FFF);
  /* Desktop/Heading/Heading1 */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  letter-spacing: -0.54px;
}
@media screen and (min-width: 640px) {
  .ultimate-featured-options__title {
    font-size: 54px;
  }
}
.ultimate-featured-options__description {
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .ultimate-featured-options__description {
    font-size: 18px;
  }
}
.ultimate-featured-options__grid {
  margin: 0;
  width: 100% !important;
}
.ultimate-featured-options__item {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1600px) {
  .ultimate-featured-options__item {
    min-height: 750px;
    padding: 24px;
  }
}
.ultimate-featured-options__img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.ultimate-featured-options__item-title {
  padding: 0 5px;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Heading/Heading6 */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}
.ultimate-featured-options__item-description {
  padding: 0 5px;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}

.ultimate-how-to-access {
  background-color: #ffffff;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .ultimate-how-to-access {
    padding: 160px 0;
  }
}
.ultimate-how-to-access__container {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 0) and (max-width: 1599px) {
  .ultimate-how-to-access__img-mb {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .ultimate-how-to-access__img-mb {
    position: relative;
    left: -500px;
    max-width: 1200px;
  }
}
.ultimate-how-to-access__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access__title {
    font-size: 31px;
    letter-spacing: -0.31px;
  }
}
@media screen and (min-width: 960px) {
  .ultimate-how-to-access__title {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 1280px) {
  .ultimate-how-to-access__title {
    margin-bottom: 40px;
  }
}
.ultimate-how-to-access__subtitle {
  color: var(--Color-Alias-Text-Secondary, #192666);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access__subtitle {
    font-size: 27px;
    letter-spacing: -0.27px;
  }
}
@media screen and (min-width: 960px) {
  .ultimate-how-to-access__subtitle {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 1280px) {
  .ultimate-how-to-access__ol {
    margin-bottom: 40px;
  }
}
.ultimate-how-to-access__ol > li {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Bold/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access__ol > li {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.ultimate-how-to-access__description {
  color: var(--Color-Alias-Text-Secondary, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access__description {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.ultimate-how-to-access__description-subtitle {
  color: var(--Color-Alias-Text-Secondary, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
.ultimate-how-to-access__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.ultimate-how-to-access__buttons-cta {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 640px) {
  .ultimate-how-to-access__buttons-cta {
    width: 357px;
  }
}
.ultimate-how-to-access__cta {
  width: 100%;
  max-width: 200px;
  padding: 0 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .ultimate-how-to-access__cta {
    margin-bottom: 40px;
  }
}
.ultimate-how-to-access__cta-fit {
  width: 100%;
  padding: 0 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .ultimate-how-to-access__cta-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media screen and (min-width: 1280px) {
  .ultimate-how-to-access__cta-fit {
    margin-bottom: 40px;
  }
}
.ultimate-how-to-access__cta-fit img {
  margin-right: 10px;
}

.ultimate-other-bass-lines {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .ultimate-other-bass-lines {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1600px) {
  .ultimate-other-bass-lines {
    padding: 100px 0;
  }
}
.ultimate-other-bass-lines__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 15px;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1600px) {
  .ultimate-other-bass-lines__container {
    padding: 80px;
    border-radius: 20px;
  }
}
.ultimate-other-bass-lines__left-img {
  position: absolute;
  left: 0;
  display: none;
}
@media screen and (min-width: 1280px) {
  .ultimate-other-bass-lines__left-img {
    display: block;
    max-width: 420px;
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .ultimate-other-bass-lines__left-img {
    max-width: 100%;
  }
}
.ultimate-other-bass-lines__right-img {
  position: absolute;
  right: 0;
  display: none;
}
@media screen and (min-width: 1280px) {
  .ultimate-other-bass-lines__right-img {
    display: block;
    max-width: 350px;
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .ultimate-other-bass-lines__right-img {
    max-width: 100%;
  }
}
.ultimate-other-bass-lines__title {
  text-align: center;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Tablet/Heading/H3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .ultimate-other-bass-lines__title {
    font-size: 31px;
    letter-spacing: -0.31px;
  }
}
@media screen and (min-width: 960px) {
  .ultimate-other-bass-lines__title {
    font-size: 37px;
    letter-spacing: -0.37px;
    margin-bottom: 40px;
  }
}
.ultimate-other-bass-lines__description {
  text-align: center;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Tablet/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .ultimate-other-bass-lines__description {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
@media screen and (min-width: 960px) {
  .ultimate-other-bass-lines__description {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .ultimate-other-bass-lines__description {
    max-width: 600px;
  }
}
.ultimate-other-bass-lines__anchor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 500;
}
@media screen and (min-width: 640px) {
  .ultimate-other-bass-lines__anchor-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ultimate-other-bass-lines__cta {
  width: 100%;
  max-width: 250px;
  padding: 0 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 640px) {
  .ultimate-other-bass-lines__cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ultimate-other-bass-lines__cta:nth-child(2) {
  margin: 15px;
}

.props-betting-major {
  background-color: #ffffff;
  margin: 0;
  padding: 40px 0;
}
.props-betting-major__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 15px;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
}
@media screen and (min-width: 1600px) {
  .props-betting-major__container {
    padding: 100px;
    border-radius: 20px;
  }
}
.props-betting-major__title-container {
  margin-bottom: 72px;
}
.props-betting-major__title {
  text-align: center;
  color: var(--Color-Shades-0, #f4f4f4);
  /* Desktop/Heading/Heading1 */
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  letter-spacing: -0.36px;
}
@media screen and (min-width: 640px) {
  .props-betting-major__title {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 960px) {
  .props-betting-major__title {
    font-size: 54px;
    letter-spacing: -0.54px;
  }
}
.props-betting-major__description {
  text-align: center;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .props-betting-major__description {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.props-betting-major__grid {
  margin: 0;
  width: 100% !important;
}
.props-betting-major__item {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.props-betting-major__img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.props-betting-major__item-title {
  padding: 0 5px;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Heading/Heading6 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 640px) {
  .props-betting-major__item-title {
    font-size: 26px;
    letter-spacing: -0.26px;
  }
}
.props-betting-major__item-description {
  padding: 0 5px;
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.14px;
}
@media screen and (min-width: 640px) {
  .props-betting-major__item-description {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}

.props-tips-for-live {
  margin: 0;
  background-color: #f4f4f4;
}
.props-tips-for-live__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .props-tips-for-live__title {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
.props-tips-for-live__description {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG  */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .props-tips-for-live__description {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.props-tips-for-live__list li {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
.props-tips-for-live__img {
  max-width: 300px;
}
@media screen and (min-width: 960px) {
  .props-tips-for-live__img {
    max-width: 600px;
  }
}

.props-types-pro-bets {
  background-color: #ffffff;
  margin: 0;
}
.props-types-pro-bets__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 15px;
  background-color: #ffffff;
}
@media screen and (min-width: 1600px) {
  .props-types-pro-bets__container {
    padding: 100px;
    border-radius: 20px;
  }
}
.props-types-pro-bets__title-container {
  margin-bottom: 72px;
}
.props-types-pro-bets__title {
  text-align: center;
  color: var(--Color-Shades-0, #192666);
  /* Desktop/Heading/Heading1 */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  letter-spacing: -0.54px;
}
@media screen and (min-width: 640px) {
  .props-types-pro-bets__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 960px) {
  .props-types-pro-bets__title {
    font-size: 54px;
  }
}
.props-types-pro-bets__description {
  text-align: center;
  color: var(--Color-Alias-Text-Inverted, #515151);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .props-types-pro-bets__description {
    font-size: 18px;
  }
}
.props-types-pro-bets__grid {
  margin: 0;
  width: 100% !important;
}
.props-types-pro-bets__item {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  padding: 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.props-types-pro-bets__img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.props-types-pro-bets__item-title {
  color: var(--Color-Alias-Text-Default, #f4f4f4);
  /* Desktop/Heading/Heading6 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}
@media screen and (min-width: 640px) {
  .props-types-pro-bets__item-title {
    font-size: 26px;
    letter-spacing: -0.22px;
  }
}
@media screen and (min-width: 960px) {
  .props-types-pro-bets__item-title {
    font-size: 26px;
    letter-spacing: -0.26px;
  }
}
.props-types-pro-bets__item-description {
  color: var(--Color-Alias-Text-Default, #f4f4f4);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.14px;
}
@media screen and (min-width: 640px) {
  .props-types-pro-bets__item-description {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}

.props-contact-us {
  margin: 0;
  background-color: #ffffff;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .props-contact-us {
    padding: 120px 0 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .props-contact-us {
    padding: 120px 0 125px 0;
  }
}
.props-contact-us__grid {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  padding: 60px 15px 300px 15px;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .props-contact-us__grid {
    padding: 60px 15px 60px 15px;
  }
}
@media screen and (min-width: 1600px) {
  .props-contact-us__grid {
    min-height: 486px;
    border-radius: 20px;
  }
}
.props-contact-us__text-continer {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .props-contact-us__text-continer {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .props-contact-us__text-continer {
    margin-left: 100px;
  }
}
.props-contact-us__title {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.4px */
  letter-spacing: -0.37px;
}
.props-contact-us__title img {
  margin-right: 15px;
}
.props-contact-us__description {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
.props-contact-us__cta {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 480px) {
  .props-contact-us__cta {
    max-width: 196px;
  }
}
.props-contact-us__img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: auto;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .props-contact-us__img {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media screen and (min-width: 640px) {
  .props-contact-us__img {
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .props-contact-us__img {
    right: 0;
    max-width: 540px;
    bottom: -59px;
  }
}
@media screen and (min-width: 1280px) {
  .props-contact-us__img {
    max-width: 590px;
    bottom: -125px;
  }
}
@media screen and (min-width: 1600px) {
  .props-contact-us__img {
    max-width: 689px;
  }
}
@media screen and (min-width: 1800px) {
  .props-contact-us__img {
    right: -100px;
  }
}

/*here start small-size slider module styles*/
.casinos-top-nav-slider-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 0px 0 15px;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.casinos-top-nav-slider .swiper-wrapper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.casinos-top-nav-slider {
  z-index: 0;
  overflow: visible !important;
}
.casinos-top-nav-slider__item {
  border: 1px solid #3b5065;
  background-color: #092642;
  position: relative;
  width: 160px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out, outline-width 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, outline-width 0.3s ease-in-out, border-color 0.3s ease-in-out;
  outline: 0 solid var(--Gradient-Gold-NEW-AA, #e0ac42);
  outline-offset: -1px;
}
.casinos-top-nav-slider__item img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .casinos-top-nav-slider__item:hover {
    outline-width: 3px;
    border-color: transparent;
  }
  .casinos-top-nav-slider__item:hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@media screen and (min-width: 480px) {
  .casinos-top-nav-slider__item {
    width: 280px;
    height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-nav-slider__item {
    width: 390px;
    height: 220px;
  }
}
.casinos-top-nav-slider__item.active {
  outline-width: 3px;
  border-color: transparent;
}
.casinos-top-nav-slider .all-casinos {
  background-color: #12219d !important;
}
.casinos-top-nav-slider .vegas-live-casino {
  background-color: #00603a !important;
}
.casinos-top-nav-slider .classic-casino {
  background-color: #032664 !important;
}
.casinos-top-nav-slider .crown-casino {
  background-color: #c10030 !important;
}
.casinos-top-nav-slider .empire-casino {
  background-color: #192666 !important;
}
.casinos-top-nav-slider .kingdom-casino {
  background-color: #682277 !important;
}
.casinos-top-nav-slider .star-casino {
  background-color: #ece9fc !important;
}
.casinos-top-nav-slider .treasure-casino {
  background-color: #ffc01f !important;
}
.casinos-top-nav-slider .monte-carlo-casino {
  background-color: #f8f4ed !important;
}
.casinos-top-nav-slider .deluxe-casino {
  background-color: #2a085c !important;
}
.casinos-top-nav-slider .river-boat-casino {
  background-color: #c4ebff !important;
}
.casinos-top-nav-slider .skyline-casino {
  background-color: #0e6aec !important;
}
.casinos-top-nav-slider .cashback-casino {
  background-color: #024206 !important;
}
.casinos-top-nav-slider .monte-carlo-casino {
  background-color: #f8f4ed !important;
}
.casinos-top-nav-slider .deluxe-casino {
  background-color: #2a085c !important;
}
.casinos-top-nav-slider .riverboat-casino {
  background-color: #c4ebff !important;
}
.casinos-top-nav-slider .skyline-casino {
  background-color: #0e6aec !important;
}
.casinos-top-nav-slider .cash-back-casino {
  background-color: #024206 !important;
}
.casinos-top-nav-slider__prev, .casinos-top-nav-slider__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .casinos-top-nav-slider__prev, .casinos-top-nav-slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 115%);
    right: 15px;
    left: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}
.casinos-top-nav-slider__prev {
  background-image: url("https://img.betanysports.eu/landing/casino-arrow-left.svg");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  right: 70px;
  left: auto;
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav-slider__prev {
    background-size: 120%;
  }
  .casinos-top-nav-slider__prev:hover {
    background-image: url("https://img.betanysports.eu/landing/casino-arrow-hover-left.svg");
  }
}
.casinos-top-nav-slider__next {
  background-image: url("https://img.betanysports.eu/landing/casino-arrow-right.svg");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  left: auto;
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav-slider__next {
    background-size: 120%;
  }
  .casinos-top-nav-slider__next:hover {
    background-image: url("https://img.betanysports.eu/landing/casino-arrow-hover-right.svg");
  }
}
.casinos-top-nav-slider__prev::after, .casinos-top-nav-slider__next::after {
  content: "";
}
.casinos-top-nav-slider .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.casinos-top-nav-slider__buttons-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  top: 40px;
}

/*here finish small-size slider module styles*/
.casinos-top-nav {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  overflow: hidden !important;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  .casinos-top-nav {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-nav {
    height: 850px;
  }
}
.casinos-top-nav__button {
  display: block !important;
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 91.4%; /* 12.796px */
  letter-spacing: -0.14px;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
  max-width: 254px;
  height: 36px;
  margin-left: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 0) and (max-width: 479px) {
  .casinos-top-nav__button {
    margin: 20px;
  }
}
.casinos-top-nav__label {
  margin-bottom: 15px;
  display: block !important;
  width: 100%;
  color: #FFF;
  text-align: left;
  /* Mobile/Heading/H4 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
@media screen and (min-width: 480px) {
  .casinos-top-nav__label {
    font-size: 20px;
    margin-left: 15px;
  }
}
.casinos-top-nav__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  /* Aplica el object-fit a la imagen final */
}
@media screen and (min-width: 480px) {
  .casinos-top-nav__image--tb {
    display: block;
  }
}
.casinos-top-nav__image--dk {
  display: none;
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav__image--dk {
    display: block;
  }
}
.casinos-top-nav__text-container {
  position: relative;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  z-index: 200;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 479px) {
  .casinos-top-nav__text-container {
    height: 100%;
  }
}
@media screen and (min-width: 480px) {
  .casinos-top-nav__text-container {
    display: block !important;
    min-height: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .casinos-top-nav__text-container {
    padding: 0;
  }
}
.casinos-top-nav__logo {
  width: 250px;
  height: auto;
}
.casinos-top-nav__logo-big {
  width: 200px;
  height: auto;
}
@media (min-width: 480px) {
  .casinos-top-nav__logo-big {
    width: 140px;
    height: auto;
  }
}
@media (min-width: 960px) {
  .casinos-top-nav__logo-big {
    width: 180px;
    height: auto;
  }
}
.casinos-top-nav__logo-all {
  width: 350px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .casinos-top-nav__logo-all {
    width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav__logo-all {
    width: 320px;
  }
}
.casinos-top-nav__description-all-casinos {
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: -0.56px;
  color: white;
}
@media screen and (min-width: 640px) {
  .casinos-top-nav__description-all-casinos {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav__description-all-casinos {
    font-size: 36px;
  }
}
.casinos-top-nav__description {
  z-index: 0;
  background-color: #0a2744;
  z-index: 100;
  padding: 15px 15px 32px 15px;
  margin: 0 !important;
  color: #fff !important;
  /* Shadows/Elements/Hero */
  text-shadow: 5px 5px 9px rgba(0, 7, 15, 0.25) !important;
  font-family: Montserrat !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.16px !important;
}
@media screen and (min-width: 0) and (max-width: 479px) {
  .casinos-top-nav__description {
    padding-bottom: 20px;
    position: absolute !important;
    width: 100% !important;
    left: 0px !important;
    bottom: -100px !important;
    padding-bottom: 115px;
  }
}
.casinos-top-nav__description::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -80px;
  height: 80px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #092642), color-stop(96%, rgba(2, 37, 69, 0)));
  background: linear-gradient(0deg, #092642 30%, rgba(2, 37, 69, 0) 96%);
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .casinos-top-nav__description::before {
    display: none;
    height: auto;
  }
}
@media screen and (min-width: 480px) {
  .casinos-top-nav__description {
    background-color: transparent;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 640px) {
  .casinos-top-nav__description {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-nav__description {
    max-width: 600px;
  }
}

.all-casinos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.casinos-top-slider {
  border: 1px solid white;
  height: 120px;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  z-index: 200;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  .casinos-top-slider {
    margin-top: 0;
    height: 220px;
  }
}

.casinos-promos-slider .swiper-wrapper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.casinos-promos-slider-container {
  margin: 0 auto;
  max-width: 2500px;
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  padding: 40px 0;
}
@media screen and (min-width: 1280px) {
  .casinos-promos-slider-container {
    padding: 140px 0;
  }
}

.casinos-promos-slider {
  max-width: 1600px;
  margin: 0 auto !important;
  z-index: 0 !important;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .casinos-promos-slider {
    overflow: visible;
  }
}
.casinos-promos-slider__item {
  text-decoration: none !important;
  position: relative !important;
  width: 358px !important;
  height: 463px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  border-radius: var(--Corner-Radius-5x, 10px) !important;
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%)) !important;
}
@media screen and (min-width: 640px) {
  .casinos-promos-slider__item {
    width: 387px !important;
    height: 463px !important;
  }
}
.casinos-promos-slider__image {
  width: 100% !important;
  height: auto !important;
}
.casinos-promos-slider__top-title {
  color: var(--DarkBlue, #232a64) !important;
  font-size: 30px;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  max-width: 1600px;
  padding: 0 15px 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .casinos-promos-slider__top-title {
    font-size: 37px;
  }
}
.casinos-promos-slider__item:last-child {
  margin-bottom: 0 !important;
}
.casinos-promos-slider__text-cointainer {
  padding: 24px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.casinos-promos-slider__title {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  font-family: Montserrat !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-transform: uppercase !important;
  display: block !important;
}
.casinos-promos-slider__sub-title {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-family: Montserrat !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 48px !important; /* 88.889% */
  text-transform: uppercase !important;
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block !important;
  margin: 8px 0 !important;
}
@media screen and (min-width: 960px) {
  .casinos-promos-slider__sub-title {
    font-size: 54px !important;
  }
}
.casinos-promos-slider__description {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #fff !important;
  font-family: Montserrat !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important; /* 100% */
  display: block !important;
}
.casinos-promos-slider__scrollbar > .swiper-scrollbar-drag {
  background: #0a58ca;
  border-radius: 10px;
}

/*here finish small-size slider module styles*/
.casino-rewards {
  background-color: white !important;
}
.casino-rewards__wrapp {
  width: 100% !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
@media screen and (min-width: 1600px) {
  .casino-rewards__wrapp {
    border-radius: 8px !important;
  }
}
.casino-rewards__title-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  background-color: #192666 !important;
}
@media screen and (min-width: 960px) {
  .casino-rewards__title-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.casino-rewards__image-container, .casino-rewards__image-container > img {
  width: 100% !important;
  height: auto !important;
}
.casino-rewards__title-container-item:nth-child(1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (min-width: 960px) {
  .casino-rewards__title-container-item:nth-child(1) {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    -ms-flex-preferred-size: 400px !important;
        flex-basis: 400px !important;
  }
}
@media screen and (min-width: 1280px) {
  .casino-rewards__title-container-item:nth-child(1) {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    -ms-flex-preferred-size: 495px !important;
        flex-basis: 495px !important;
  }
}
.casino-rewards__title-container-item:nth-child(2) {
  padding: 15px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (min-width: 960px) {
  .casino-rewards__title-container-item:nth-child(2) {
    width: calc(100% - 400px) !important;
    padding: 15px 48px 15px 15px !important;
    background-position: top 30px right 30px !important;
  }
}
@media screen and (min-width: 1280px) {
  .casino-rewards__title-container-item:nth-child(2) {
    width: calc(100% - 400px) !important;
    padding: 48px 48px 15px 48px !important;
  }
}
@media screen and (min-width: 1600px) {
  .casino-rewards__title-container-item:nth-child(2) {
    width: calc(100% - 495px) !important;
    padding: 48px 180px 15px 48px !important;
  }
}
.casino-rewards__title {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #f4f4f4 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 960px) {
  .casino-rewards__title {
    font-size: 18px !important;
  }
}
.casino-rewards__sub-title {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #f4f4f4 !important;
  font-family: Montserrat !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.26px !important;
}
@media screen and (min-width: 960px) {
  .casino-rewards__sub-title {
    font-size: 26px !important;
  }
}
.casino-rewards__description {
  color: white !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 960px) {
  .casino-rewards__description {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1280px) {
  .casino-rewards__description {
    font-size: 18px !important;
  }
}
.casino-rewards__panel {
  width: 100% !important;
  background-color: #f4f4f4 !important;
  position: relative !important;
  padding: 50px 15px 50px 15px !important;
}
@media screen and (min-width: 1600px) {
  .casino-rewards__panel {
    padding: 100px !important;
  }
}
.casino-rewards__panel.active {
  display: block !important;
}
.casino-rewards__promo-icon {
  display: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media screen and (min-width: 1600px) {
  .casino-rewards__promo-icon {
    display: block !important;
  }
}
.casino-rewards__panel-container__ul {
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.16px !important;
}
.casino-rewards__panel-container__description-li {
  margin-bottom: 10px !important;
}

.table-container-deluxe {
  font-family: Arial, sans-serif;
  display: inline-block;
  padding: 15px;
}

.table-container-deluxe__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  gap: 40px;
}

.table-container-deluxe__column-header {
  font-weight: bold;
}

.table-container-deluxe__column {
  font-size: 16px;
  border-bottom: 2px solid #515151;
  padding-bottom: 3px;
}

.casinos-mid-text {
  width: 100% !important;
  background-color: white !important;
  margin: 0 auto !important;
  padding: 60px 0 20px 0 !important;
}
@media screen and (min-width: 960px) {
  .casinos-mid-text {
    padding: 120px 0 !important;
    margin: 0 !important;
  }
}
.casinos-mid-text__title {
  color: #192666 !important;
  font-family: Montserrat !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.37px !important;
}
@media screen and (min-width: 640px) {
  .casinos-mid-text__title {
    font-size: 37px !important;
  }
}
.casinos-mid-text__description {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 640px) {
  .casinos-mid-text__description {
    font-size: 18px !important;
  }
}
.casinos-mid-text__strong {
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 640px) {
  .casinos-mid-text__strong {
    font-size: 18px !important;
  }
}

.ed-item__img {
  max-width: 100% !important;
  height: auto !important;
}

.rules-casinos {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 2800px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .rules-casinos {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .rules-casinos {
    padding: 160px 0;
  }
}
.rules-casinos__container {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 479px) {
  .rules-casinos__img-mb {
    width: 110%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .rules-casinos__img-mb {
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .rules-casinos__img-mb {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .rules-casinos__img-mb {
    position: absolute;
    right: -300px !important;
    max-width: 1000px;
  }
}
.rules-casinos__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .rules-casinos__title {
    font-size: 31px;
    letter-spacing: -0.31px;
  }
}
@media screen and (min-width: 960px) {
  .rules-casinos__title {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 1280px) {
  .rules-casinos__title {
    margin-bottom: 40px;
  }
}
.rules-casinos__description {
  color: var(--Color-Alias-Text-Secondary, #515151);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .rules-casinos__description {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.rules-casinos__cta {
  width: 100%;
  padding: 20px 40px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .rules-casinos__cta {
    margin-bottom: 40px;
    max-width: 250px;
  }
}

.rules-casinos__subtitle {
  color: var(--Color-Alias-Text-Secondary, #192666) !important;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .rules-casinos__subtitle {
    font-size: 28px;
    letter-spacing: -0.31px;
  }
}
@media screen and (min-width: 960px) {
  .rules-casinos__subtitle {
    font-size: 32px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 1280px) {
  .rules-casinos__subtitle {
    margin-bottom: 37px;
  }
}

.container-spin-treasure {
  margin: 0 !important;
  background-color: white !important;
  padding: 40px 0 !important;
}
.container-spin-treasure .treasure-mid-text {
  width: 70% !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.container-spin-treasure .treasure-mid-text__title {
  color: #192666 !important;
  font-family: Montserrat !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.37px !important;
}
@media screen and (min-width: 640px) {
  .container-spin-treasure .treasure-mid-text__title {
    font-size: 37px !important;
  }
}
.container-spin-treasure .treasure-mid-text__description {
  color: var(--Color-Alias-Text-Default, #515151) !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
.container-spin-treasure__grid-title {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 1280px) {
  .container-spin-treasure__grid-title {
    margin-bottom: 80px !important;
  }
}
.container-spin-treasure__item1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  background-color: #f4f4f4 !important;
  width: 100% !important;
  border-radius: 9px !important;
}
.container-spin-treasure__title {
  color: #192666 !important;
  font-family: Montserrat !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.37px !important;
}
@media screen and (min-width: 640px) {
  .container-spin-treasure__title {
    font-size: 37px !important;
  }
}
.container-spin-treasure__main-description {
  color: var(--Color-Alias-Text-Default, #515151) !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.16px !important;
}
.container-spin-treasure__description {
  color: var(--Color-Alias-Text-Default, #515151) !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
.container-spin-treasure__img {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  margin-bottom: 48px !important;
  margin-left: 18px !important;
  margin-right: 18px !important;
  margin-top: 40px !important;
}
.container-spin-treasure__item-title {
  padding: 0 15px !important;
  color: var(--Color-Alias-Text-Default, #515151) !important;
  font-family: Montserrat !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.22px !important;
}
.container-spin-treasure__description {
  padding: 0 15px !important;
  color: var(--Color-Alias-Text-Default, #515151) !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.16px !important;
}

.vegas-casinos-mid-text {
  width: 100% !important;
  background-color: white !important;
  margin: 40px 0 !important;
}
@media screen and (min-width: 640px) {
  .vegas-casinos-mid-text {
    padding: 60px 0 !important;
    margin: 0 !important;
  }
}
.vegas-casinos-mid-text__title {
  color: #192666 !important;
  font-family: Montserrat !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.37px !important;
}
@media screen and (min-width: 640px) {
  .vegas-casinos-mid-text__title {
    font-size: 37px !important;
  }
}
.vegas-casinos-mid-text__description {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 640px) {
  .vegas-casinos-mid-text__description {
    font-size: 18px !important;
  }
}
.vegas-casinos-mid-text__strong {
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 640px) {
  .vegas-casinos-mid-text__strong {
    font-size: 18px !important;
  }
}

.vegas-ed-item__img {
  margin-top: 70px !important;
  max-width: 100% !important;
  height: auto !important;
}

.vegas-casino-rewards {
  background-color: white !important;
}
.vegas-casino-rewards__wrapp {
  background-color: #192666 !important;
  width: 100% !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  margin-bottom: 50px !important;
  overflow: hidden !important;
}
@media screen and (min-width: 1600px) {
  .vegas-casino-rewards__wrapp {
    border-radius: 8px !important;
  }
}
.vegas-casino-rewards__title-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (min-width: 960px) {
  .vegas-casino-rewards__title-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.vegas-casino-rewards__title-container-item:nth-child(1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (min-width: 960px) {
  .vegas-casino-rewards__title-container-item:nth-child(1) {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    -ms-flex-preferred-size: 400px !important;
        flex-basis: 400px !important;
  }
}
@media screen and (min-width: 1280px) {
  .vegas-casino-rewards__title-container-item:nth-child(1) {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    -ms-flex-preferred-size: 495px !important;
        flex-basis: 495px !important;
  }
}
.vegas-casino-rewards__title-container-item:nth-child(2) {
  padding: 15px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (min-width: 960px) {
  .vegas-casino-rewards__title-container-item:nth-child(2) {
    width: calc(100% - 400px) !important;
    padding: 15px 48px 15px 15px !important;
    background-position: top 30px right 30px !important;
  }
}
@media screen and (min-width: 1280px) {
  .vegas-casino-rewards__title-container-item:nth-child(2) {
    width: calc(100% - 400px) !important;
    padding: 48px 48px 15px 48px !important;
  }
}
@media screen and (min-width: 1600px) {
  .vegas-casino-rewards__title-container-item:nth-child(2) {
    width: calc(100% - 495px) !important;
    padding: 48px 180px 15px 48px !important;
  }
}
.vegas-casino-rewards__sub-title {
  margin-left: 35px !important;
  margin-top: 20px !important;
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #f4f4f4 !important;
  font-family: Montserrat !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: -0.26px !important;
}
@media screen and (min-width: 960px) {
  .vegas-casino-rewards__sub-title {
    font-size: 26px !important;
  }
}
.vegas-casino-rewards__description {
  color: white !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 960px) {
  .vegas-casino-rewards__description {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1280px) {
  .vegas-casino-rewards__description {
    font-size: 18px !important;
  }
}
.vegas-casino-rewards__panel {
  background-color: #f4f4f4 !important;
  position: relative !important;
  padding: 15px !important;
}
@media screen and (min-width: 1600px) {
  .vegas-casino-rewards__panel {
    padding: 137px !important;
  }
}
.vegas-casino-rewards__panel.active {
  display: block !important;
}
.vegas-casino-rewards__promo-icon {
  display: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media screen and (min-width: 1600px) {
  .vegas-casino-rewards__promo-icon {
    display: block !important;
  }
}
.vegas-casino-rewards__panel-container {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (min-width: 1280px) {
  .vegas-casino-rewards__panel-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (min-width: 1600px) {
  .vegas-casino-rewards__panel-container {
    max-width: 1600px !important;
  }
}
.vegas-casino-rewards__panel-container__ul {
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 200% !important;
  letter-spacing: -0.18px !important;
}
.vegas-casino-rewards__panel-container__div1 {
  width: 100% !important;
  color: #515151 !important;
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 200% !important;
  letter-spacing: -0.18px !important;
}
@media screen and (min-width: 1280px) {
  .vegas-casino-rewards__panel-container__div1 {
    width: 70% !important;
  }
}
.vegas-casino-rewards__panel-container__div {
  width: 30% !important;
}

.affiliates-banner {
  margin: 0;
  background-color: #192666;
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  .affiliates-banner {
    padding-top: 0;
    height: 388px;
  }
}
@media screen and (min-width: 1280px) {
  .affiliates-banner__item {
    height: 388px;
  }
}
.affiliates-banner__item:nth-child(1) {
  position: relative;
}
.affiliates-banner__item:nth-child(2), .affiliates-banner__item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .affiliates-banner__item:nth-child(2), .affiliates-banner__item:nth-child(3) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .affiliates-banner__image {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .affiliates-banner__image {
    position: absolute;
    bottom: 0;
    left: -45px;
    width: 410px;
  }
}
.affiliates-banner__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.152px;
  background: var(--Gradient-GoldNEW, linear-gradient(97deg, #deab4f 5.53%, #deab4f 5.53%, #efd08d 28.91%, #fff8b6 55.82%, #d49524 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .affiliates-banner__title {
    font-size: 36px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1280px) {
  .affiliates-banner__title {
    text-align: left;
  }
}
@media screen and (min-width: 1536px) {
  .affiliates-banner__title {
    font-size: 48px;
  }
}
.affiliates-banner__list {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
.affiliates-banner__li {
  color: #fff;
  list-style-image: url("https://img.betanysports.eu/images/affiliates/gold-arrow.svg");
  font-size: 14px;
  font-style: normal;
  margin-bottom: 24px;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  margin-bottom: 20px;
}
.affiliates-banner__li > a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: underline;
}
.affiliates-banner__btn {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 10.968px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 375px) {
  .affiliates-banner__btn {
    max-width: 295px;
  }
}
.affiliates-banner__btn.join {
  color: #F4F4F4;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .affiliates-banner__btn.join {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.affiliates-banner__btn.login {
  color: #1BB96B;
  border: 2px solid #1BB96B;
  margin: 0 10px 0 5px;
}
@media screen and (min-width: 480px) {
  .affiliates-banner__btn.login {
    margin: 0 0 0 10px;
  }
}

.affiliates-top-banner {
  position: relative;
  background-image: url("https://betanysports.eu/assets/img/affiliates-club/general/main-background-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 3500px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner {
    padding-top: 0;
  }
}
.affiliates-top-banner__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  min-height: 650px;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 320px;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__container {
    min-height: 596px;
  }
}
@media screen and (min-width: 1536px) {
  .affiliates-top-banner__container {
    min-height: 720px;
  }
}
@media screen and (min-width: 1700px) {
  .affiliates-top-banner__container {
    min-height: 860px;
  }
}
.affiliates-top-banner__container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__container-text {
    margin-left: auto;
    width: 100%;
    padding-left: 270px;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__container-text {
    padding-left: 500px;
  }
}
@media screen and (min-width: 1700px) {
  .affiliates-top-banner__container-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 258px;
    padding-left: 3px;
    width: 58%;
  }
}
.affiliates-top-banner__img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__img {
    max-width: 270px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: -15px;
    bottom: 0;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__img {
    max-width: 550px;
    left: -40px;
  }
}
@media screen and (min-width: 1536px) {
  .affiliates-top-banner__img {
    max-width: 550px;
    left: 15px;
  }
}
@media screen and (min-width: 1700px) {
  .affiliates-top-banner__img {
    max-width: 700px;
    left: 110px;
  }
}
.affiliates-top-banner__text-1 {
  display: block;
  color: #FFF;
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__text-1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__text-1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1700px) {
  .affiliates-top-banner__text-1 {
    margin-bottom: 6px;
  }
}
.affiliates-top-banner__text-2 {
  display: block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-transform: uppercase;
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  background: var(--Website-Gradient-GoldNEW, linear-gradient(97deg, #deab4f 5.53%, #efd08d 28.91%, #fff8b6 55.82%, #d49524 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(3px 8px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3px 8px 5px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__text-2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__text-2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1700px) {
  .affiliates-top-banner__text-2 {
    font-size: 70px;
    margin-bottom: 6px;
  }
}
.affiliates-top-banner__text-3 {
  display: block;
  color: #FFF;
  text-shadow: 4.82px 4.82px 9.641px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 27.765px */
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__text-3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__text-3 {
    font-size: 57px;
  }
}
.affiliates-top-banner__gold-line {
  width: 65px;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__gold-line {
    width: 76px;
    height: 6px;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__gold-line {
    width: 114px;
    height: 9px;
  }
}
@media screen and (min-width: 1700px) {
  .affiliates-top-banner__gold-line {
    display: block;
    margin-top: 5px;
    width: 188px;
    height: 12px;
  }
}
.affiliates-top-banner__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 58px;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 385px;
    padding-top: 48px;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-top-banner__btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 450px;
    padding-top: 58px;
  }
}
.affiliates-top-banner__btn {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 10.968px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__btn {
    font-size: 18px;
  }
}
.affiliates-top-banner__btn.join {
  color: #F4F4F4;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__btn.join {
    width: 67%;
  }
}
.affiliates-top-banner__btn.login {
  color: #ffffff !important;
  border: 2px solid #ffffff;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .affiliates-top-banner__btn.login {
    width: 33%;
    margin-top: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1306px) {
  .smalltext {
    font-size: 45px;
  }
}
@media screen and (min-width: 1700px) {
  .smalltext {
    font-size: 56px;
  }
}

@media screen and (min-width: 1700px) {
  .largetext {
    font-size: 75px;
  }
}

.line {
  width: 100%;
  height: 35px;
  max-width: 85%;
  margin: 0 auto;
  display: block;
}

.affiliates-commition {
  width: 100%;
  max-width: 3500px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .affiliates-commition {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1630px) {
  .affiliates-commition {
    padding: 0;
  }
}
.affiliates-commition__container {
  padding: 70px 0;
  background: #F4F4F4;
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .affiliates-commition__container {
    padding: 112px 0;
  }
}
@media screen and (min-width: 960px) {
  .affiliates-commition__container {
    -webkit-box-shadow: 0px 8px 12.8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 12.8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 112px 0;
  }
}
.affiliates-commition__container-item {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.affiliates-commition__container-item:nth-child(1) {
  margin-bottom: 55px;
}
.affiliates-commition__container-sction-1 {
  margin-bottom: 77px;
  padding: 0 30px;
}
.affiliates-commition__container-sction-2 {
  padding: 0 30px;
}
@media screen and (min-width: 1280px) {
  .affiliates-commition__container-sction-3 {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto;
  }
}
.affiliates-commition__container-sction-4 {
  margin-top: 80px;
  padding: 0 30px;
}
.affiliates-commition__container-sction-5 {
  margin-top: 30px;
}
.affiliates-commition__title1 {
  color: #192666;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 72px */
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .affiliates-commition__title1 {
    text-align: left;
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .affiliates-commition__title1 {
    text-align: center;
  }
}
@media screen and (min-width: 1306px) {
  .affiliates-commition__title1 {
    font-size: 60px;
  }
}
.affiliates-commition__title2 {
  width: 90%;
  color: #192666;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .affiliates-commition__title2 {
    font-size: 36px;
  }
}
.affiliates-commition__paragraph1, .affiliates-commition__paragraph2, .affiliates-commition__paragraph3 {
  display: block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #192666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .affiliates-commition__paragraph1 {
    text-align: center;
  }
}
.affiliates-commition__paragraph2 {
  margin: 0;
}
.affiliates-commition__paragraph3 {
  line-height: 140%;
}
.affiliates-commition__grid {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .affiliates-commition__grid {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .affiliates-commition__grid {
    max-width: 100%;
    margin: 0 auto;
  }
}
.affiliates-commition__grid-item {
  border-radius: 10px;
  color: #FBFBFB;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 22px;
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .affiliates-commition__grid-item {
    margin-bottom: 30px;
  }
}
.affiliates-commition__grid-item.bg-gold {
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #E0AC42 5.53%, #E0AC42 5.53%, #EED688 28.91%, #FFFBCC 55.82%, #E0AC42 93.77%));
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .affiliates-commition__grid-item.bg-gold {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.affiliates-commition__grid-item.bg-gold .aff-comition-label1 {
  display: block;
  text-align: center;
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.affiliates-commition__grid-item.bg-gold .aff-comition-label2 {
  display: block;
  text-align: center;
  color: var(--Shades-Gray-Scale-Shade-1, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background-color: #192666;
  padding: 3px 0;
  border-radius: 4px;
}
.affiliates-commition__grid-item.bg-gold .aff-comition-label3 {
  position: relative;
  display: block;
  text-align: center;
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  text-align: center;
  font-family: Montserrat;
  font-size: 78px;
  font-style: normal;
  font-weight: 800;
  line-height: 85%;
  /* 66.3px */
  letter-spacing: -3.9px;
}
.affiliates-commition__grid-item.bg-gold .aff-comition-label3::before {
  content: "up to";
  font-size: 40px;
  position: relative;
  top: 20px;
  left: -15px;
  width: 30px;
  position: absolute;
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.affiliates-commition__grid-item.bg-gold .aff-comition-label4 {
  display: block;
  text-align: center;
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.affiliates-commition__grid-item.bg-blue {
  background-color: #192666;
}
.affiliates-commition__grid-item.bg-blue .aff-comition-label1 {
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
}
.affiliates-commition__grid-item.bg-blue .aff-comition-label2 {
  display: block;
  text-align: center;
  color: var(--Shades-Gray-Scale-Shade-2, #D2D2D2);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.affiliates-commition__grid-item.bg-blue .aff-comition-label3 {
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  /* 57.8px */
  background: var(--Gradient-Gold-NEW-AA, linear-gradient(97deg, #E0AC42 5.53%, #E0AC42 5.53%, #EED688 28.91%, #FFFBCC 55.82%, #E0AC42 93.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.affiliates-commition__grid-item.bg-blue .aff-comition-label4 {
  display: block;
  text-align: center;
  color: var(--shades-gray-scale-shade-05, #FBFBFB);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.affiliates-commition__btn {
  margin: 0 auto;
  width: 100%;
  height: 54px;
  max-width: 284px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 10.968px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .affiliates-commition__btn {
    font-size: 18px;
  }
}
.affiliates-commition__btn.join {
  color: #F4F4F4;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
}
.affiliates-commition__btn.login {
  color: #ffffff !important;
  border: 2px solid #ffffff;
  margin-top: 10px;
}
.affiliates-commition__line {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
}

.br-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-hide {
    display: block;
  }
}

.affiliates-welcome {
  background-color: #f4f4f4;
  width: 100%;
  max-width: 3500px;
  margin: 0 auto;
}
.affiliates-welcome__container {
  padding: 48px 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .affiliates-welcome__container {
    padding: 120px 0;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .affiliates-welcome__container {
    max-width: 1000px;
    padding: 170px 0;
  }
}
@media screen and (min-width: 1600px) {
  .affiliates-welcome__container {
    max-width: 1348px;
  }
}
.affiliates-welcome__title {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  /* Desktop/Heading/H3 */
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .affiliates-welcome__title {
    font-size: 48px;
  }
}
.affiliates-welcome__paragraph {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  margin-bottom: 30px;
}
.affiliates-welcome__img {
  width: 100%;
  max-width: 309px;
  height: 346px;
}
@media screen and (min-width: 0) and (max-width: 1279px) {
  .affiliates-welcome__img {
    margin: 30px 0;
  }
}

.faqs-affialiates {
  max-width: 1182px;
  margin: 0 auto !important;
  margin: 0;
  padding: 80px 0;
}
@media screen and (min-width: 640px) {
  .faqs-affialiates {
    padding: 112px 0;
  }
}

.affiliates-partner {
  margin: 0;
}
.affiliates-partner__container {
  padding: 0 0 50px 0;
  width: 100%;
  max-width: 532px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .affiliates-partner__container {
    padding: 70px 0;
    max-width: 900px;
  }
}
@media screen and (min-width: 1366px) {
  .affiliates-partner__container {
    padding: 100px 0;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  .affiliates-partner__container {
    max-width: 1373px;
  }
}
.affiliates-partner__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  /* Desktop/Heading/H4 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .affiliates-partner__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  .affiliates-partner__title {
    font-size: 36px;
    text-align: left;
  }
}
.affiliates-partner__paragraph {
  display: block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--dark-blue, #0D2085);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}
.affiliates-partner__img {
  width: 225px;
  height: 209px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .affiliates-partner__img {
    margin: 60px 0;
  }
}

.line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.line2__img {
  max-width: 100px;
}
@media screen and (min-width: 640px) {
  .line2__img {
    max-width: 150px;
  }
}
@media screen and (min-width: 960px) {
  .line2__img {
    max-width: 282px;
  }
}

.slider-container-featured {
  background: var(--Gradient-GradiantSlider, radial-gradient(46.5% 73.69% at 42.48% 15.71%, #2a3cda 1%, #131f9c 100%));
  padding: 50px 0 50px 0;
  margin: 0 auto;
  height: auto;
  width: 100%;
  margin-bottom: 70px;
  border-radius: 10px;
  max-width: 1600px;
  overflow: hidden;
}
.slider-container-featured__top-title {
  color: white !important;
  padding: 0 15px;
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  .slider-container-featured__top-title {
    font-size: 37px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .slider-container-featured {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .slider-container-featured {
    padding: 50px 0 120px 50px;
  }
}

.padding-slider {
  padding: 0 0 0 15px;
}

.casino-featured-games-slider {
  overflow: visible !important;
}
.casino-featured-games-slider__item {
  padding: 16px;
  background: white;
  width: 280px;
  height: 400px;
  border-radius: 25px;
}
@media screen and (min-width: 960px) {
  .casino-featured-games-slider__item {
    width: 388px;
    height: 485px;
  }
}
.casino-featured-games-slider__image {
  border-radius: 8px;
}
.casino-featured-games-slider__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 137px;
}
@media screen and (min-width: 960px) {
  .casino-featured-games-slider__text-container {
    height: 115px;
  }
}
.casino-featured-games-slider__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
  color: #515151;
  text-align: center;
  padding: 0;
  margin: 0;
}
.casino-featured-games-slider__brand {
  color: #515151;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.casino-featured-games-slider__scrollbar {
  top: 105% !important;
}
@media screen and (min-width: 1280px) {
  .casino-featured-games-slider__scrollbar {
    top: 110% !important;
  }
}
.casino-featured-games-slider__scrollbar > .swiper-scrollbar-drag {
  background: #1bb96b;
  border-radius: 10px;
}

.esports-top-banner {
  margin: 0 !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .esports-top-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.esports-top-banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.esports-top-banner__player {
  width: 100%;
  height: auto;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .esports-top-banner__player {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 640px) {
  .esports-top-banner__player {
    width: 800px;
    height: 700px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: -50px;
  }
}
@media screen and (min-width: 960px) {
  .esports-top-banner__player {
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 800px;
    height: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-top-banner__player {
    right: -80px;
    bottom: -80px;
    width: 900px;
    height: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .esports-top-banner__player {
    right: -110px;
    bottom: -120px;
    width: 1000px;
    height: 900px;
  }
}
.esports-top-banner__container {
  position: relative;
  width: 100%;
  z-index: 100;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  .esports-top-banner__container {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .esports-top-banner__container {
    margin: 0 auto;
    max-width: 1600px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 610px;
  }
}
@media screen and (min-width: 1600px) {
  .esports-top-banner__container {
    padding: 0;
  }
}
.esports-top-banner__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .esports-top-banner__content {
    min-height: 298px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.esports-top-banner__label {
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media screen and (min-width: 640px) {
  .esports-top-banner__label {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-top-banner__label {
    font-size: 48px;
    display: block;
    margin-bottom: 7px;
  }
}
.esports-top-banner__title {
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
  letter-spacing: -1.11px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 35px;
  z-index: 1000;
  background: linear-gradient(97deg, #e0ac42 5.53%, #e0ac42 5.53%, #eed688 28.91%, #fffbcc 55.82%, #e0ac42 93.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .esports-top-banner__title {
    font-size: 77px;
  }
}
@media screen and (min-width: 960px) {
  .esports-top-banner__title {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .esports-top-banner__title {
    font-size: 93px;
    margin-bottom: 70px;
  }
}
.esports-top-banner__title::-moz-selection {
  background: #9e852e;
  -webkit-text-fill-color: white;
  color: white;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.esports-top-banner__title::selection {
  background: #9e852e;
  -webkit-text-fill-color: white;
  color: white;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.esports-top-banner__cta {
  text-decoration: none !important;
  width: 100%;
  max-width: 400px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1bb96b), to(#007102));
  background: linear-gradient(180deg, #1bb96b 0%, #007102 100%);
  color: #f4f4f4;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .esports-top-banner__cta {
    font-size: 26px;
    height: 71px;
  }
}

.esports-betting-lines {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.esports-betting-lines__grid {
  max-width: 800px;
  margin: 0 auto;
}
.esports-betting-lines__title {
  color: #192666;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.45px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .esports-betting-lines__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 960px) {
  .esports-betting-lines__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
.esports-betting-lines__description {
  color: #515151;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .esports-betting-lines__description {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .esports-betting-lines__description {
    margin-bottom: 40px;
  }
}
.esports-betting-lines__img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .esports-betting-lines__img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .esports-betting-lines__img {
    display: block;
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-betting-lines__img {
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .esports-betting-lines__img {
    max-width: 1000px;
  }
}
.esports-betting-lines .from-sm {
  display: block;
}
@media screen and (min-width: 640px) {
  .esports-betting-lines .from-sm {
    display: none;
  }
}
.esports-betting-lines__content {
  padding-top: 120px;
}
@media screen and (min-width: 640px) {
  .esports-betting-lines__content {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-betting-lines__content {
    padding-top: 200px;
  }
}
@media screen and (min-width: 640px) {
  .esports-betting-lines {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .esports-betting-lines {
    padding: 160px 0;
  }
}

.esports-how-to-access2 {
  background-color: #ffffff;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2 {
    padding: 80px;
  }
}
@media screen and (min-width: 960px) {
  .esports-how-to-access2 {
    padding: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-how-to-access2 {
    padding: 160px 120px;
  }
}
.esports-how-to-access2__container {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .esports-how-to-access2__container {
    overflow: visible;
    padding: 0 100px;
  }
}
@media screen and (min-width: 0) and (max-width: 1599px) {
  .esports-how-to-access2__img-mb {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .esports-how-to-access2__img-mb {
    position: relative;
    left: 0;
    max-width: 1200px;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
.esports-how-to-access2__title {
  color: var(--Color-Alias-Text-Secondary, #192666);
  /* Desktop/Heading/Heading3 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 44.4px */
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2__title {
    font-size: 31px;
    letter-spacing: -0.31px;
  }
}
@media screen and (min-width: 960px) {
  .esports-how-to-access2__title {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-how-to-access2__title {
    margin-bottom: 40px;
  }
}
.esports-how-to-access2__subtitle {
  color: var(--Color-Alias-Text-Secondary, #192666);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2__subtitle {
    font-size: 27px;
    letter-spacing: -0.27px;
  }
}
@media screen and (min-width: 960px) {
  .esports-how-to-access2__subtitle {
    font-size: 37px;
    letter-spacing: -0.37px;
  }
}
@media screen and (min-width: 1280px) {
  .esports-how-to-access2__ol {
    margin-bottom: 40px;
  }
}
.esports-how-to-access2__ol > li {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Bold/Text LG */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2__ol > li {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.esports-how-to-access2__description {
  color: var(--Color-Alias-Text-Secondary, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2__description {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.esports-how-to-access2__description-subtitle {
  color: var(--Color-Alias-Text-Secondary, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.16px;
}
.esports-how-to-access2__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.esports-how-to-access2__buttons-cta {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 640px) {
  .esports-how-to-access2__buttons-cta {
    width: 357px;
  }
}
.esports-how-to-access2__cta {
  width: 100%;
  max-width: 200px;
  padding: 0 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .esports-how-to-access2__cta {
    margin-bottom: 40px;
  }
}
.esports-how-to-access2__cta-fit {
  width: 100%;
  padding: 0 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 16.2px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .esports-how-to-access2__cta-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media screen and (min-width: 1280px) {
  .esports-how-to-access2__cta-fit {
    margin-bottom: 40px;
  }
}
.esports-how-to-access2__cta-fit img {
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  .compu-mb {
    display: none;
  }
}

.compu-tb {
  display: none;
}
@media screen and (min-width: 480px) {
  .compu-tb {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .compu-tb {
    display: none;
  }
}

.compu-dk {
  display: none;
}
@media screen and (min-width: 1600px) {
  .compu-dk {
    display: block;
  }
}

.casinos-top-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 900px;
  padding: 16px 0;
}
@media screen and (min-width: 640px) {
  .casinos-top-grid {
    padding: 40px;
  }
}
@media screen and (min-width: 1630px) {
  .casinos-top-grid {
    padding: 40px 0 40px 0;
  }
}
.casinos-top-grid__container {
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  z-index: 100;
}
.casinos-top-grid__casinos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.casinos-top-grid__casinos-container > * {
  width: calc((100% - 16px) / 2);
}
@media screen and (min-width: 640px) {
  .casinos-top-grid__casinos-container > * {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-grid__casinos-container > * {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (min-width: 1280px) {
  .casinos-top-grid__casinos-container > * {
    width: calc((100% - 64px) / 5);
  }
}
@media screen and (min-width: 1600px) {
  .casinos-top-grid__casinos-container > * {
    width: calc((100% - 80px) / 6);
  }
}
.casinos-top-grid__container-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.casinos-top-grid__container-item:last-child {
  padding: 0 15px;
}
@media screen and (min-width: 1630px) {
  .casinos-top-grid__container-item:last-child {
    padding: 0 40px;
  }
}
.casinos-top-grid__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: -1;
}
.casinos-top-grid__logo-container {
  padding: 0 0;
}
.casinos-top-grid__logo-casino {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.casinos-top-grid__logo {
  width: 124px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .casinos-top-grid__logo {
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-grid__logo {
    width: 250px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .casinos-top-grid__logo {
    width: 350px;
    height: auto;
  }
}
.casinos-top-grid__title {
  color: #F4F4F4;
  /* Shadows/Elements/Hero */
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .casinos-top-grid__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .casinos-top-grid__title {
    font-size: 48px;
  }
}
.casinos-top-grid__title-span {
  font-weight: 800;
}
.casinos-top-grid__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  border-radius: 100px;
  background: rgba(21, 5, 29, 0.4);
  /* BG Blur / 24 */
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 45px;
  height: 22px;
  color: rgba(255, 255, 255, 0.8);
  /* Dropshadow / SM 14 */
  text-shadow: 0px 4px 14px rgba(21, 5, 29, 0.2);
  /* Body / Regular / XS */
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
  letter-spacing: 0.22px;
  margin-left: auto; /* Align to the right */
}
.casinos-top-grid__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin: 12px 0;
}
.casinos-top-grid__categories > span {
  padding: 2px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: rgba(21, 5, 29, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: var(--Color-Text-Body-Default, rgba(255, 255, 255, 0.8));
  text-shadow: 0px 4px 14px var(--primary-imperial-darkest-20, rgba(21, 5, 29, 0.2));
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.2px;
}
.casinos-top-grid__subtitle {
  color: #FFF;
  /* Mobile/Heading/H4 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 24px;
}
.casinos-top-grid__casino {
  position: relative;
}
.casinos-top-grid__casino::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  pointer-events: none;
}
.casinos-top-grid__casino-content {
  padding: 12px;
  border-radius: 16px;
  min-height: 220px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none !important;
}
@media screen and (min-width: 375px) {
  .casinos-top-grid__casino-content {
    min-height: 250px;
  }
}
@media screen and (min-width: 500px) {
  .casinos-top-grid__casino-content {
    min-height: 275px;
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-grid__casino-content {
    min-height: 318px;
  }
}
.casinos-top-grid__casino-title {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.casinos-top-grid__casino--monte-carlo .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #8500E3), color-stop(49%, #560FA7), to(#330854));
  background: linear-gradient(180deg, #8500E3 2%, #560FA7 49%, #330854 100%);
}
.casinos-top-grid__casino--vegas .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.1%, #5E7B01), color-stop(46.23%, #05603B), color-stop(85.37%, #004227));
  background: linear-gradient(180deg, #5E7B01 8.1%, #05603B 46.23%, #004227 85.37%);
}
.casinos-top-grid__casino--deluxe .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.5%, #520CDB), color-stop(51.5%, #360385), color-stop(93%, #1E1E38));
  background: linear-gradient(180deg, #520CDB 13.5%, #360385 51.5%, #1E1E38 93%);
}
.casinos-top-grid__casino--classic .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #1333A0), color-stop(49%, #05207D), color-stop(82%, #212637));
  background: linear-gradient(180deg, #1333A0 21%, #05207D 49%, #212637 82%);
}
.casinos-top-grid__casino--crown .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#BB0067), color-stop(52.5%, #960220), to(#4A000A));
  background: linear-gradient(180deg, #BB0067 0%, #960220 52.5%, #4A000A 100%);
}
.casinos-top-grid__casino--riverboat .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#D40233), color-stop(83.5%, #024C8C));
  background: linear-gradient(180deg, #D40233 0%, #024C8C 83.5%);
}
.casinos-top-grid__casino--empire .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.89%, #182F97), color-stop(50.54%, #182665), color-stop(89.2%, #0A1444));
  background: linear-gradient(180deg, #182F97 11.89%, #182665 50.54%, #0A1444 89.2%);
}
.casinos-top-grid__casino--skyline .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #0486FF), color-stop(28.5%, #0069CC), color-stop(93.5%, #F117B5));
  background: linear-gradient(180deg, #0486FF 5%, #0069CC 28.5%, #F117B5 93.5%);
}
.casinos-top-grid__casino--kingdom .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#EA2FFC), color-stop(65.43%, #6D087E), color-stop(98.39%, #300039));
  background: linear-gradient(180deg, #EA2FFC 0%, #6D087E 65.43%, #300039 98.39%);
}
.casinos-top-grid__casino--cash-back .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#047617), color-stop(38.57%, #194514), to(#CD1C20));
  background: linear-gradient(180deg, #047617 0%, #194514 38.57%, #CD1C20 100%);
}
.casinos-top-grid__casino--star .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#0232BB), color-stop(50.5%, #9E10CB), to(#7C008C)), -webkit-gradient(linear, left top, left bottom, from(#BB0067), color-stop(52.5%, #960220), to(#4A000A));
  background: linear-gradient(0deg, #0232BB 0%, #9E10CB 50.5%, #7C008C 100%), linear-gradient(180deg, #BB0067 0%, #960220 52.5%, #4A000A 100%);
}
.casinos-top-grid__casino--treasure .casinos-top-grid__casino-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#F3800C), color-stop(68.5%, #540421));
  background: linear-gradient(180deg, #F3800C 0%, #540421 68.5%);
}
.casinos-top-grid__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: var(--Space-Horizontal---Vertical-3x, 12px) var(--Space-Vertical-6x, 24px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1BB96B 0%, #007102 100%));
  color: var(--Color-Alias-Text-Inverted, #F4F4F4);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 91.4%; /* 12.796px */
  letter-spacing: -0.14px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.casinos-top-grid__cta:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 960px) {
  .casinos-top-grid__cta {
    height: 36px;
    font-size: 14px;
  }
}
.casinos-top-grid__casino-content-link {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*here start small-size slider module styles*/
.casinos-top-nav-new-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 0px 0 15px;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.casinos-top-nav-new .swiper-wrapper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.casinos-top-nav-new {
  z-index: 0;
  overflow: visible !important;
}
.casinos-top-nav-new__item {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #092642;
  position: relative;
  width: 170px;
  height: 230px;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out, outline-width 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, outline-width 0.3s ease-in-out, border-color 0.3s ease-in-out;
  outline: 0 solid var(--Gradient-Gold-NEW-AA, #e0ac42);
  outline-offset: -1px;
  padding: 12px;
}
.casinos-top-nav-new__item::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  pointer-events: none;
}
.casinos-top-nav-new__item img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .casinos-top-nav-new__item:hover {
    outline-width: 3px;
    border-color: transparent;
  }
  .casinos-top-nav-new__item:hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@media screen and (min-width: 960px) {
  .casinos-top-nav-new__item {
    width: 244px;
    height: 318px;
  }
}
.casinos-top-nav-new__item.active {
  outline-width: 3px;
  border-color: transparent;
}
.casinos-top-nav-new .all-casinos {
  background-color: #12219d !important;
}
.casinos-top-nav-new .vegas-live-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.1%, #5E7B01), color-stop(46.23%, #05603B), color-stop(85.37%, #004227));
  background: linear-gradient(180deg, #5E7B01 8.1%, #05603B 46.23%, #004227 85.37%);
}
.casinos-top-nav-new .classic-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #1333A0), color-stop(49%, #05207D), color-stop(82%, #212637));
  background: linear-gradient(180deg, #1333A0 21%, #05207D 49%, #212637 82%);
}
.casinos-top-nav-new .crown-casino {
  background: -webkit-gradient(linear, left top, left bottom, from(#BB0067), color-stop(52.5%, #960220), to(#4A000A));
  background: linear-gradient(180deg, #BB0067 0%, #960220 52.5%, #4A000A 100%);
}
.casinos-top-nav-new .empire-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.89%, #182F97), color-stop(50.54%, #182665), color-stop(89.2%, #0A1444));
  background: linear-gradient(180deg, #182F97 11.89%, #182665 50.54%, #0A1444 89.2%);
}
.casinos-top-nav-new .kingdom-casino {
  background-color: #682277 !important;
}
.casinos-top-nav-new .star-casino {
  background: -webkit-gradient(linear, left bottom, left top, from(#0232BB), color-stop(50.5%, #9E10CB), to(#7C008C)), -webkit-gradient(linear, left top, left bottom, from(#BB0067), color-stop(52.5%, #960220), to(#4A000A));
  background: linear-gradient(0deg, #0232BB 0%, #9E10CB 50.5%, #7C008C 100%), linear-gradient(180deg, #BB0067 0%, #960220 52.5%, #4A000A 100%);
}
.casinos-top-nav-new .treasure-casino {
  background: -webkit-gradient(linear, left top, left bottom, from(#F3800C), color-stop(68.5%, #540421));
  background: linear-gradient(180deg, #F3800C 0%, #540421 68.5%);
}
.casinos-top-nav-new .monte-carlo-casino {
  background-color: #f8f4ed !important;
}
.casinos-top-nav-new .deluxe-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.5%, #520CDB), color-stop(51.5%, #360385), color-stop(93%, #1E1E38));
  background: linear-gradient(180deg, #520CDB 13.5%, #360385 51.5%, #1E1E38 93%);
}
.casinos-top-nav-new .riverboat-casino {
  background: -webkit-gradient(linear, left top, left bottom, from(#D40233), color-stop(83.5%, #024C8C));
  background: linear-gradient(180deg, #D40233 0%, #024C8C 83.5%);
}
.casinos-top-nav-new .skyline-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #0486FF), color-stop(28.5%, #0069CC), color-stop(93.5%, #F117B5));
  background: linear-gradient(180deg, #0486FF 5%, #0069CC 28.5%, #F117B5 93.5%);
}
.casinos-top-nav-new .cashback-casino {
  background: -webkit-gradient(linear, left top, left bottom, from(#047617), color-stop(38.57%, #194514), to(#CD1C20));
  background: linear-gradient(180deg, #047617 0%, #194514 38.57%, #CD1C20 100%);
}
.casinos-top-nav-new .monte-carlo-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #8500E3), color-stop(49%, #560FA7), to(#330854));
  background: linear-gradient(180deg, #8500E3 2%, #560FA7 49%, #330854 100%);
}
.casinos-top-nav-new .deluxe-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.5%, #520CDB), color-stop(51.5%, #360385), color-stop(93%, #1E1E38));
  background: linear-gradient(180deg, #520CDB 13.5%, #360385 51.5%, #1E1E38 93%);
}
.casinos-top-nav-new .riverboat-casino {
  background: -webkit-gradient(linear, left top, left bottom, from(#D40233), color-stop(83.5%, #024C8C));
  background: linear-gradient(180deg, #D40233 0%, #024C8C 83.5%);
}
.casinos-top-nav-new .skyline-casino {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #0486FF), color-stop(28.5%, #0069CC), color-stop(93.5%, #F117B5));
  background: linear-gradient(180deg, #0486FF 5%, #0069CC 28.5%, #F117B5 93.5%);
}
.casinos-top-nav-new .cash-back-casino {
  background: -webkit-gradient(linear, left top, left bottom, from(#047617), color-stop(38.57%, #194514), to(#CD1C20));
  background: linear-gradient(180deg, #047617 0%, #194514 38.57%, #CD1C20 100%);
}
.casinos-top-nav-new__prev, .casinos-top-nav-new__next {
  display: none;
}
@media screen and (min-width: 960px) {
  .casinos-top-nav-new__prev, .casinos-top-nav-new__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    top: var(--swiper-navigation-top-offset, 115%);
    right: 15px;
    left: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}
.casinos-top-nav-new__prev {
  background-image: url("https://img.betanysports.eu/landing/casino-arrow-left.svg");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  right: 70px;
  left: auto;
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav-new__prev {
    background-size: 120%;
  }
  .casinos-top-nav-new__prev:hover {
    background-image: url("https://img.betanysports.eu/landing/casino-arrow-hover-left.svg");
  }
}
.casinos-top-nav-new__next {
  background-image: url("https://img.betanysports.eu/landing/casino-arrow-right.svg");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  left: auto;
}
@media screen and (min-width: 1280px) {
  .casinos-top-nav-new__next {
    background-size: 120%;
  }
  .casinos-top-nav-new__next:hover {
    background-image: url("https://img.betanysports.eu/landing/casino-arrow-hover-right.svg");
  }
}
.casinos-top-nav-new__prev::after, .casinos-top-nav-new__next::after {
  content: "";
}
.casinos-top-nav-new .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.casinos-top-nav-new__pagination {
  bottom: var(--swiper-pagination-bottom, -27px) !important;
}
@media screen and (min-width: 480px) {
  .casinos-top-nav-new__pagination {
    bottom: var(--swiper-pagination-bottom, -25px) !important;
  }
}
.casinos-top-nav-new__pagination .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.casinos-top-nav-new__pagination .swiper-pagination-bullet-active {
  width: 6px !important;
  height: 26x !important;
  background-color: #ffffff !important;
}
.casinos-top-nav-new__buttons-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  top: 40px;
}
.casinos-top-nav-new__rate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
}
.casinos-top-nav-new__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  border-radius: 100px;
  background: rgba(21, 5, 29, 0.4);
  /* BG Blur / 24 */
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 45px;
  height: 22px;
  color: rgba(255, 255, 255, 0.8);
  /* Dropshadow / SM 14 */
  text-shadow: 0px 4px 14px rgba(21, 5, 29, 0.2);
  /* Body / Regular / XS */
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
  letter-spacing: 0.22px;
  margin-left: auto; /* Align to the right */
}
.casinos-top-nav-new__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin: 12px 0;
}
.casinos-top-nav-new__categories > span {
  padding: 2px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: rgba(21, 5, 29, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: var(--Color-Text-Body-Default, rgba(255, 255, 255, 0.8));
  text-shadow: 0px 4px 14px var(--primary-imperial-darkest-20, rgba(21, 5, 29, 0.2));
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.2px;
}

/*here finish small-size slider module styles*/
/*here finish de website internal components modules*/
/*here start the hacks section*/
video {
  margin: 0;
  padding: 0;
}

.slider-container {
  padding: 0 15px;
}
.slider-container__cta-container {
  padding: 20px 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.slider-container__cta {
  text-decoration: none !important;
  color: var(--Website-Secondary-White, #fff);
  text-align: center;
  /* OLD/Content/Headline 2 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 43.55px */
  letter-spacing: -0.348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: uppercase;
  border-radius: 8px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
}
@media screen and (min-width: 480px) {
  .slider-container__cta {
    max-width: 600px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 640px) {
  .slider-container__cta {
    max-width: 600px;
    padding: 20px 40px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .slider-container__cta {
    font-size: 34.84px;
    margin-left: 0; /* Asegúrate de que margin-left esté en 0 para alinearlo a la izquierda */
    margin-right: auto;
  }
}
.slider-container__title {
  color: var(--Primary-Dark-Blue, var(--Primary-Dark-Blue, #192666));
  /* OLD/Content/Headline 1 */
  font-family: Montserrat;
  font-size: 24.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 58.52px */
  letter-spacing: -0.418px;
  text-align: center;
  display: block;
  padding: 0 0;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
@media screen and (min-width: 960px) {
  .slider-container__title {
    font-size: 41.8px;
    padding: 40px 0;
    margin: 0;
  }
}
.slider-container__title-icon {
  margin-right: 5px;
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 960px) {
  .slider-container__title-icon {
    width: 65px;
    height: 65px;
  }
}

.video-filter-modal {
  max-width: 1200px !important;
  padding: 0 15px;
}
.video-filter-modal__header {
  position: absolute;
  background-color: transparent !important;
  z-index: 1000;
  top: 0;
  right: 0;
}
.video-filter-modal__close-modal {
  position: absolute;
  display: block;
  z-index: 1000;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

.video-filter-modal > .modal-content {
  background-color: transparent !important;
  border-radius: 16px;
  overflow: hidden;
}

.video-filter-modal > .modal-content > .modal-body {
  padding: 0 !important;
  position: relative;
}

.video-filter-modal > .modal-body > iframe {
  width: 100%;
  height: 100%;
  min-height: 300px; /* Ajusta este valor según sea necesario */
}

a {
  text-decoration: none !important;
}

.dropdown-menu.show > li > a {
  text-decoration: none !important;
}

.payment-methods > li > a {
  text-decoration: none !important;
}

@media screen and (min-width: 1600px) {
  .right-text {
    text-align: right !important;
  }
}

.bas-table {
  width: 100%;
}

.bas-table tr th {
  border-bottom: 2px solid #515151;
  text-align: center;
  padding: 10px 0;
}

.bas-table tr {
  border-bottom: 1px solid #515151;
}

.bas-table tr td {
  text-align: center;
  padding: 10px 0;
}

.bas-list > li {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}

.ul > li {
  margin-bottom: 20px !important;
}

.sports-list > li {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 1201px) {
  .promo-top-padding {
    padding-top: 76px;
  }
}

ol > li {
  margin-bottom: 10px !important;
}

.lotto-image {
  width: 100% !important;
  height: auto !important;
}

.live-lines-pro-slider > picture {
  width: 100% !important;
  height: auto;
  display: block;
}

.live-lines-pro-slider > picture > img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

@media screen and (min-width: 1200px) and (max-width: 1369px) {
  .navbar-nav {
    padding-right: 10px !important;
  }
}

.white-line {
  color: white;
}

.navbar-collapse.show {
  overflow: visible !important;
}

.hiden-menu {
  height: 60px;
  padding-top: 15px;
}
@media screen and (min-width: 1200px) {
  .hiden-menu {
    display: none !important;
  }
}

.mobile-menu-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.mobile-menu-language a {
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 760px) {
  .mobile-menu-language a:hover {
    text-decoration: underline !important;
  }
}

.mobile-menu-language > img {
  margin-right: 10px;
}

.mobile-menu-language a:first-child {
  margin-right: 10px !important;
}

.language {
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 251px;
}
@media screen and (min-width: 1200px) and (max-width: 1369px) {
  .language {
    right: -15px;
  }
}
@media screen and (min-width: 400px) {
  .language {
    right: 270px;
  }
}
@media screen and (min-width: 760px) {
  .language {
    right: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .language {
    right: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .language {
    right: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .language {
    right: 19%;
  }
}

.language img:first-child {
  width: 22px;
  height: 22px;
}

.language-list {
  display: none;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #dbe2e9;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 103px;
  min-height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -90px;
  left: -70px;
}
.language-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-list > li:first-child {
  position: relative;
}
.language-list > li:first-child::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #dbe2e9;
  bottom: 0;
}

.language-list > li {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.language-list > li > a {
  color: #192666;
  /* Desktop/Header/MenuItem */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 18.48px */
  letter-spacing: -0.14px;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

.language img:nth-child(2) {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}
.language img:nth-child(2).rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 400px) {
  .language img:nth-child(2) {
    display: block;
  }
}

.main-menu {
  width: 100%;
  max-width: 900px;
  margin: 0 15px;
  height: 70px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu__li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  height: 70px;
  position: relative; /* Asegúrate de que el submenú se posicione correctamente */
}
.main-menu__li:hover .main-sub-menu {
  display: block;
}
.main-menu__anchor {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 18.48px */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  width: 100%;
  height: 70px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.main-menu__anchor:hover {
  background-color: #1bb96b;
  color: #192666;
}
.main-menu__ico {
  width: 27px;
  height: 20px;
  margin-right: 5px;
}

.main-sub-menu {
  display: none;
  background-color: #192666;
  padding: 0 15px;
  margin: 0;
  width: 260px;
  height: auto !important;
  position: absolute;
  top: 70px;
}
.main-sub-menu__li {
  height: 39px;
}
.main-sub-menu__anchor {
  color: white;
  border-bottom: 1px solid white;
  height: 39px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.main-sub-menu__anchor:hover {
  color: #1bb96b;
  border-bottom: 1px solid #1bb96b;
}
.main-sub-menu__li:last-child a {
  border-bottom: none !important;
}

.phone-language-dk {
  display: block !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.phone-language-dk:nth-child(2),
.phone-language-dk:nth-child(3) {
  padding-left: 49px !important;
}

.phone-label {
  display: block !important;
  font-family: Montserrat;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 132% !important; /* 13.2px */
  letter-spacing: -0.1px !important;
  color: white;
}

.phone-drop-down-container {
  position: relative;
  overflow: visible !important;
  padding-left: 40px;
  padding-right: 30px;
  cursor: pointer;
}
.phone-drop-down-container::before {
  content: " ";
  position: absolute;
  background: url("../../assets/img/icon-phone-call.svg?2") 0 0 no-repeat !important;
  width: 28px;
  height: 28px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.phone-drop-down-container::after {
  content: " ";
  position: absolute;
  background: url("https://img.betanysports.eu/assets/bas_language_arrow.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.phone-drop-down-container.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}

.phone-drop-down {
  position: absolute !important;
  border-radius: 4px !important;
  width: 181px !important;
  min-height: 170px !important;
  background-color: white !important;
  padding: 12px 16px !important;
  top: 33px !important;
  left: -16px !important;
  z-index: 10000 !important;
  display: none !important;
}
.phone-drop-down.active {
  display: block !important;
}

.phone-language-mb {
  color: #424242 !important;
  font-weight: normal !important;
  /* Tablet/Body/Medium/Text SM */
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important; /* 25.2px */
  letter-spacing: -0.14px !important;
  display: block !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

.phone-label-mb {
  display: block !important;
  color: #424242 !important;
  font-family: Montserrat !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 132% !important; /* 13.2px */
  letter-spacing: -0.1px !important;
}

@media screen and (min-width: 1600px) {
  .right-text {
    text-align: right !important;
  }
}

.bas-table {
  width: 100%;
}

.bas-table tr th {
  border-bottom: 2px solid #515151;
  text-align: center;
  padding: 10px 0;
}

.bas-table tr {
  border-bottom: 1px solid #515151;
}

.bas-table tr td {
  text-align: center;
  padding: 10px 0;
}

.bas-list > li {
  color: var(--Color-Alias-Text-Default, #515151);
  /* Desktop/Body/Medium/Text MD */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.16px;
}

.ul > li {
  margin-bottom: 20px !important;
}

.sports-list > li {
  margin-bottom: 15px !important;
  color: #515151 !important;
}

.bg-color-gray {
  background-color: #f4f4f4 !important;
}

footer {
  margin: 0 !important;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.divider {
  border-top: 2px solid #e2e8f0;
}

.mw {
  max-width: 1230px !important;
  margin: 0 auto;
}

.all-casinos__description {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Shadows/Elements/Hero */
  text-shadow: 5px 5px 10px rgba(0, 7, 15, 0.25);
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: -0.56px;
}

.space-m {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 640px) {
  .space-m {
    margin-left: 50px !important;
  }
}

.lighter-bullets li {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  color: #515151 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  letter-spacing: -0.18px !important;
}

.margin-section {
  margin: 30px !important;
}
@media screen and (min-width: 960px) {
  .margin-section {
    margin: 150px 0 !important;
  }
}

.faqs-margin {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .faqs-margin {
    margin-top: 120px;
  }
}

@media screen and (min-width: 0) and (max-width: 639px) {
  .no-side-space {
    margin: 0 !important;
    width: 100% !important;
  }
}

/*here finish the hacks section*/
.promotions-grid {
  background: radial-gradient(266.09% 69.53% at 8.75% 0%, #0e1951 0%, #223ec6 100%);
  padding: 60px 0 60px 0;
  width: 100%;
  max-width: 3500px;
  margin: 0 auto;
}
@media screen and (min-width: 1630px) {
  .promotions-grid {
    padding: 120px 0 120px 0;
  }
}
.promotions-grid__container {
  width: 100%;
  max-width: 1342px;
  margin: 0 auto;
  padding: 60px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 1630px) {
  .promotions-grid__container {
    padding: 60px 0 0 0;
  }
}
.promotions-grid__container .promotions-grid__card {
  width: 100%;
  height: 200px;
}
@media (min-width: 480px) {
  .promotions-grid__container .promotions-grid__card {
    height: 300px;
  }
}
.promotions-grid__container.has-1-items .promotions-grid__card {
  width: 100%;
  height: 190px;
  max-height: 700px;
}
@media (min-width: 480px) {
  .promotions-grid__container.has-1-items .promotions-grid__card {
    height: 250px;
  }
}
@media (min-width: 640px) {
  .promotions-grid__container.has-1-items .promotions-grid__card {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .promotions-grid__container.has-1-items .promotions-grid__card {
    height: 600px;
  }
}
@media (min-width: 640px) {
  .promotions-grid__container.has-2-items .promotions-grid__card, .promotions-grid__container.has-3-items .promotions-grid__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    height: 200px;
  }
}
@media (min-width: 640px) and (min-width: 480px) {
  .promotions-grid__container.has-2-items .promotions-grid__card, .promotions-grid__container.has-3-items .promotions-grid__card {
    height: 250px;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .promotions-grid__container.has-2-items .promotions-grid__card, .promotions-grid__container.has-3-items .promotions-grid__card {
    height: 320px;
  }
}
@media (min-width: 640px) {
  .promotions-grid__container.has-4-items .promotions-grid__card, .promotions-grid__container[class*=has-]:not(.has-1-items):not(.has-2-items):not(.has-3-items) .promotions-grid__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    min-height: 240px;
    height: 200px;
  }
}
@media (min-width: 640px) and (min-width: 480px) {
  .promotions-grid__container.has-4-items .promotions-grid__card, .promotions-grid__container[class*=has-]:not(.has-1-items):not(.has-2-items):not(.has-3-items) .promotions-grid__card {
    height: 250px;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .promotions-grid__container.has-4-items .promotions-grid__card, .promotions-grid__container[class*=has-]:not(.has-1-items):not(.has-2-items):not(.has-3-items) .promotions-grid__card {
    height: 320px;
  }
}
@media (min-width: 640px) and (min-width: 960px) {
  .promotions-grid__container.has-4-items .promotions-grid__card, .promotions-grid__container[class*=has-]:not(.has-1-items):not(.has-2-items):not(.has-3-items) .promotions-grid__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}
@media (min-width: 640px) and (min-width: 1280px) {
  .promotions-grid__container.has-4-items .promotions-grid__card, .promotions-grid__container[class*=has-]:not(.has-1-items):not(.has-2-items):not(.has-3-items) .promotions-grid__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
@media (min-width: 960px) {
  .promotions-grid__container.has-3-items .promotions-grid__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    height: 240px;
  }
}
.promotions-grid__grid {
  max-width: 1342px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 640px) {
  .promotions-grid__grid {
    padding-top: 40px;
  }
}
.promotions-grid .modal-body-badge {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}
.promotions-grid__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1342px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1630px) {
  .promotions-grid__title-container {
    padding: 0;
  }
}
.promotions-grid__blue-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #f2f6fa;
  border-radius: 8px;
  background: #0061b0;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 19.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 62px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .promotions-grid__blue-label {
    margin-bottom: 0;
  }
}
.promotions-grid__title {
  color: var(--blue-shades-05, var(--BlueShades-0_5, #f2f6fa));
  /* Desktop/Heading/H3 */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
@media screen and (min-width: 640px) {
  .promotions-grid__title {
    font-size: 48px;
    margin-bottom: 0;
  }
}
.promotions-grid__sub-title {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  background: var(--NEW-BA-Gold, linear-gradient(180deg, #ffe684 0%, #f78d11 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .promotions-grid__sub-title {
    font-size: 31px;
    margin-bottom: 30px;
  }
}
.promotions-grid__paragraph {
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  /* Desktop/Body/Medium/Text LG */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.18px;
}
@media screen and (min-width: 640px) {
  .promotions-grid__paragraph {
    font-size: 18px;
  }
}
.promotions-grid__card {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 185px;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .promotions-grid__card {
    height: 245px;
  }
}
.promotions-grid__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}
.promotions-grid__card::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(112%, #192666));
  background: linear-gradient(to bottom, transparent 70%, #192666 112%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
}
.promotions-grid__card > * {
  position: relative;
  z-index: 2;
}
.promotions-grid__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.promotions-grid__card-header img:nth-child(1) {
  width: 48px;
  height: 48px;
}
.promotions-grid__card-header img:nth-child(2) {
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.promotions-grid__card-header img:nth-child(3) {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 640px) {
  .promotions-grid__card:hover {
    border: 1px solid white;
  }
  .promotions-grid__card:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .promotions-grid__card:hover .promotions-grid__card-header img:nth-child(2) {
    opacity: 0;
  }
  .promotions-grid__card:hover .promotions-grid__card-header img:nth-child(3) {
    opacity: 1;
  }
}
.promotions-grid__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promotions-grid__modal-body-banner-container {
  position: relative;
  width: 100%;
  display: block;
}
.promotions-grid__modal-body-banner-container::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #192666), color-stop(50%, rgba(25, 38, 102, 0.8)), color-stop(75%, rgba(25, 38, 102, 0.4)), to(rgba(25, 38, 102, 0)));
  background: linear-gradient(0deg, #192666 20%, rgba(25, 38, 102, 0.8) 50%, rgba(25, 38, 102, 0.4) 75%, rgba(25, 38, 102, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.promotions-grid__modal-body-banner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.promotions-grid__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--Color-Alias-Foreground-surface-Button-White, #fff);
  /* Desktop/Heading/H5 */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  color: white;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .promotions-grid__card-footer {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .promotions-grid__card-footer {
    font-size: 24px;
    position: relative;
    bottom: -10px;
  }
}
.promotions-grid__card-button {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.promotions-grid__card-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.promotions-grid__modal {
  padding: 0;
  border: none;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  background: #192666;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 480px) {
  .promotions-grid__modal {
    border-radius: 31px;
    width: 90%;
    max-width: 830px;
    min-height: 90vh;
    max-height: 90vh;
    border-radius: 32px;
  }
}
.promotions-grid__modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.promotions-grid__modal::backdrop {
  background: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.promotions-grid__modal[open]::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.promotions-grid__modal[open]::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.promotions-grid__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  position: relative;
}
@media screen and (min-width: 480px) {
  .promotions-grid__modal-content {
    max-height: 90vh;
  }
}
.promotions-grid__modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px;
  background: transparent;
  pointer-events: none;
}
.promotions-grid__modal-header img.promotions-grid__modal-close {
  pointer-events: auto;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.promotions-grid__modal[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
  max-width: 860px;
  -webkit-animation: modal-zoom-in 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: modal-zoom-in 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.promotions-grid__modal[open] .promotions-grid__modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.promotions-grid__modal.closing {
  -webkit-animation: modal-zoom-out 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: modal-zoom-out 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.promotions-grid__modal-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}
.promotions-grid__modal-close + .promotions-grid__modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0;
  pointer-events: none;
}
.promotions-grid__modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Ocultar scrollbar para Chrome, Safari y Opera */
  /* Ocultar scrollbar para IE, Edge y Firefox */
  -ms-overflow-style: none; /* IE y Edge */
  scrollbar-width: none; /* Firefox */
}
.promotions-grid__modal-body img {
  width: 100%;
  height: auto;
  display: block;
}
.promotions-grid__modal-body::-webkit-scrollbar {
  display: none;
}
.promotions-grid__modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #131953;
  margin-top: auto;
  position: relative;
}
@media screen and (min-width: 480px) {
  .promotions-grid__modal-footer {
    position: sticky;
    bottom: 0;
  }
}
.promotions-grid__modal-cta-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 270px;
  margin: 0;
  height: 48px;
  color: var(--Color-Alias-Text-Inverted, #f4f4f4);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--Gradient-Green, linear-gradient(180deg, #1bb96b 0%, #007102 100%));
  text-decoration: none;
  outline: none;
}
.promotions-grid__modal-cta-join:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.promotions-grid__modal-cta-join:hover {
  background: #007102;
}
@media screen and (min-width: 640px) {
  .promotions-grid__modal-cta-join {
    font-size: 18px;
  }
}
.promotions-grid__modal-cta-log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 270px;
  margin: 0;
  height: 48px;
  color: #1bb96b;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #1bb96b;
  background: #192666;
  text-decoration: none;
  outline: none;
}
.promotions-grid__modal-cta-log:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.promotions-grid__modal-cta-log:hover {
  border: 1px solid #008e02;
  color: #008e02;
}
@media screen and (min-width: 640px) {
  .promotions-grid__modal-cta-log {
    font-size: 18px;
  }
}
.promotions-grid__modal-body-container {
  position: relative;
  top: -100px;
  padding: 0 15px 40px 15px;
}
@media screen and (min-width: 960px) {
  .promotions-grid__modal-body-container {
    margin-bottom: 30px;
    padding: 0 50px;
    top: -140px;
  }
}
.promotions-grid__modal-body-title {
  color: #f4f4f4;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 640px) {
  .promotions-grid__modal-body-title {
    font-size: 36px;
  }
}
.promotions-grid__modal-body-sub-title {
  color: #f4f4f4;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (min-width: 640px) {
  .promotions-grid__modal-body-sub-title {
    font-size: 20px;
  }
}
.promotions-grid__modal-body-paragraph {
  color: #f4f4f4;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.16px;
}
.promotions-grid__modal-body-paragraph a {
  color: #1bb96b;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.promotions-grid__modal-body-paragraph a:hover {
  opacity: 0.8;
}
.promotions-grid__modal-body-paragraph a:focus {
  outline: none;
}
.promotions-grid__modal-body-paragraph:is(ol) {
  padding-left: 20px;
}
.promotions-grid__modal-body-paragraph:is(ol) li {
  color: #f4f4f4;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}
.promotions-grid__modal-body-paragraph:is(ol) li::marker {
  color: #f4f4f4;
}
@media screen and (min-width: 640px) {
  .promotions-grid__modal-body-paragraph {
    font-size: 16px;
  }
  .promotions-grid__modal-body-paragraph a {
    font-size: 16px;
  }
  .promotions-grid__modal-body-paragraph:is(ol) li {
    font-size: 16px;
  }
}
.promotions-grid__modal-footer {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 40px 15px 0 15px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(63.54%, #192666), to(rgba(25, 38, 102, 0)));
  background: linear-gradient(0deg, #192666 63.54%, rgba(25, 38, 102, 0) 100%);
  border: none;
}
@media screen and (min-width: 480px) {
  .promotions-grid__modal-footer {
    height: 190px;
    padding: 50px 15px 40px 15px;
  }
}
@media screen and (min-width: 960px) {
  .promotions-grid__modal-footer {
    padding: 50px 50px 0 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.promotions-grid__btn-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.promotions-grid__btn-container .promotions-grid__modal-close {
  width: 34px;
  height: 34px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.promotions-grid__btn-container .promotions-grid__modal-close:nth-child(1) {
  opacity: 0;
}
.promotions-grid__btn-container .promotions-grid__modal-close:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .promotions-grid__btn-container .promotions-grid__modal-close:nth-child(1) {
    opacity: 1;
  }
  .promotions-grid__btn-container .promotions-grid__modal-close:nth-child(2) {
    opacity: 0;
  }
  .promotions-grid__btn-container:hover .promotions-grid__modal-close:nth-child(1) {
    opacity: 0;
  }
  .promotions-grid__btn-container:hover .promotions-grid__modal-close:nth-child(2) {
    opacity: 1;
  }
}
.promotions-grid__modal-body .bas-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.promotions-grid__modal-body .bas-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.promotions-grid__modal-body .bas-table tbody tr:last-child {
  border-bottom: none;
}
.promotions-grid__modal-body .bas-table tbody tr th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
}
.promotions-grid__modal-body .bas-table tbody tr th,
.promotions-grid__modal-body .bas-table tbody tr td {
  color: #f4f4f4;
  font-family: Montserrat;
  padding: 12px;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  vertical-align: middle;
}
.promotions-grid__modal-body .bas-table tbody tr td {
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .promotions-grid__modal-body .bas-table th,
  .promotions-grid__modal-body .bas-table td {
    font-size: 16px;
    padding: 16px;
  }
}

@-webkit-keyframes modal-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modal-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes modal-zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@keyframes modal-zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
.body-no-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=styles.css.map */