/*! 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.
 */
 @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
 html {
   line-height: 1.15;
   /* 1 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
 }
 
 /* Sections
     ========================================================================== */
 /**
   * Remove the margin in all browsers.
   */
 body {
   margin: 0;
 }
 
 p,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin-top: 0px;
   margin-bottom: 0px;
 }
 
 /**
   * Render the `main` element consistently in IE.
   */
 main {
   display: block;
 }
 
 /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
 
 /* Grouping content
     ========================================================================== */
 /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
 hr {
   box-sizing: content-box;
   /* 1 */
   height: 0;
   /* 1 */
   overflow: visible;
   /* 2 */
 }
 
 /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
 pre {
   font-family: monospace, monospace;
   /* 1 */
   font-size: 1em;
   /* 2 */
 }
 
 /* Text-level semantics
     ========================================================================== */
 /**
   * Remove the gray background on active links in IE 10.
   */
 a {
   background-color: transparent;
 }
 
 /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
 abbr[title] {
   border-bottom: none;
   /* 1 */
   text-decoration: underline;
   /* 2 */
   text-decoration: underline dotted;
   /* 2 */
 }
 
 /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
 b,
 strong {
   font-weight: bolder;
 }
 
 /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
 code,
 kbd,
 samp {
   font-family: monospace, monospace;
   /* 1 */
   font-size: 1em;
   /* 2 */
 }
 
 /**
   * Add the correct font size in all browsers.
   */
 small {
   font-size: 80%;
 }
 
 /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
 sub,
 sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -0.25em;
 }
 
 sup {
   top: -0.5em;
 }
 
 /* Embedded content
     ========================================================================== */
 /**
   * Remove the border on images inside links in IE 10.
   */
 img {
   border-style: none;
 }
 
 /* Forms
     ========================================================================== */
 /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
 button,
 input,
 optgroup,
 select,
 textarea {
   font-family: inherit;
   /* 1 */
   font-size: 100%;
   /* 1 */
   line-height: 1.15;
   /* 1 */
   margin: 0;
   /* 2 */
 }
 
 /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
 button,
 input {
   /* 1 */
   overflow: visible;
 }
 
 /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
 button,
 select {
   /* 1 */
   text-transform: none;
 }
 
 /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 /**
   * Remove the inner border and padding in Firefox.
   */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }
 
 /**
   * Restore the focus styles unset by the previous rule.
   */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }
 
 /**
   * Correct the padding in Firefox.
   */
 fieldset {
   padding: 0.35em 0.75em 0.625em;
 }
 
 /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
 legend {
   box-sizing: border-box;
   /* 1 */
   color: inherit;
   /* 2 */
   display: table;
   /* 1 */
   max-width: 100%;
   /* 1 */
   padding: 0;
   /* 3 */
   white-space: normal;
   /* 1 */
 }
 
 /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
 progress {
   vertical-align: baseline;
 }
 
 /**
   * Remove the default vertical scrollbar in IE 10+.
   */
 textarea {
   overflow: auto;
 }
 
 /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
 [type="checkbox"],
 [type="radio"] {
   box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */
 }
 
 /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
 [type="search"] {
   -webkit-appearance: textfield;
   /* 1 */
   outline-offset: -2px;
   /* 2 */
 }
 
 /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
 ::-webkit-file-upload-button {
   -webkit-appearance: button;
   /* 1 */
   font: inherit;
   /* 2 */
 }
 
 /* Interactive
     ========================================================================== */
 /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
 details {
   display: block;
 }
 
 /*
   * Add the correct display in all browsers.
   */
 summary {
   display: list-item;
 }
 
 /* Misc
     ========================================================================== */
 /**
   * Add the correct display in IE 10+.
   */
 template {
   display: none;
 }
 
 /**
   * Add the correct display in IE 10.
   */
 [hidden] {
   display: none;
 }
 
 img {
   display: block;
   border: 0;
   width: 100%;
   height: 100%;
 }
 
 h1,
 h2,
 h3,
 p,
 a {
   font-family: "Raleway", sans-serif;
 }
 
 span {
   font-family: "Montserrat", sans-serif;
 }
 
 body {
   background-image: url(../../img/Background.jpg);
   background-size: cover;
   background-repeat: no-repeat;
 }
 
 .scale-up-left {
   -webkit-animation: scale-up-left 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
   animation: scale-up-left 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
 }
 
 .buttons-container-main {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 90px;
   padding: 15px;
   margin-top: 20px;
   margin-bottom: 20px;
 }
 .buttons-container-main-container {
   width: 100%;
   max-width: 928px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
 }
 .buttons-container-main-container a {
   height: 42px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #eb2c2a;
   color: #fff;
   text-decoration: none;
   font-weight: 900;
   width: 266px;
   border: 1px;
   border-radius: 5px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
 }
 .buttons-container-main-container a:hover {
   background-color: transparent;
   border: 1px solid #fff;
 }
 
 @-webkit-keyframes scale-up-left {
   0% {
     -webkit-transform: scale(0.5);
     transform: scale(0.5);
     -webkit-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
   }
   100% {
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
   }
 }
 
 @keyframes scale-up-left {
   0% {
     -webkit-transform: scale(0.5);
     transform: scale(0.5);
     -webkit-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
   }
   100% {
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
   }
 }
 
 /* main{
      min-height: calc(100vh - 268px);
  } */
 .topMenu {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   position: sticky;
   top: 0;
   width: 100%;
   padding-left: 15px;
   padding-right: 15px;
   background: transparent
     linear-gradient(90deg, #000000 0%, #81050c 51%, #000000 100%) 0% 0%
     no-repeat padding-box;
   z-index: 1000;
 }
 @media screen and (min-width: 900px) {
   .topMenu {
     height: 123px;
     padding-left: 0px;
     padding-right: 0px;
     flex-wrap: nowrap;
   }
 }
 .topMenu-container {
   width: calc(100% - 0px);
   max-width: 1400px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   margin-top: 16px;
 }
 .topMenu-container-imgContainer {
   display: block;
   width: 100%;
   max-width: 175px;
   height: auto;
 }
 @media screen and (min-width: 900px) {
   .topMenu-container-imgContainer {
     width: 100%;
     max-width: 175px;
     height: auto;
   }
 }
 .topMenu-container .hamburguer {
   width: 20%;
 }
 @media screen and (min-width: 900px) {
   .topMenu-container .hamburguer {
     width: 10%;
   }
 }
 .topMenu-container .hamburguer-button {
   background-color: transparent;
   border-radius: 50%;
   border-color: #a21a1a;
   color: #fff;
 }
 .topMenu-container .hamburguer-button i {
   color: #fff;
   font-size: 23px;
 }
 .topMenu-container .hamburguer-button:hover i {
   color: #a21a1a;
 }
 @media screen and (min-width: 900px) {
   .topMenu-container .hamburguer-button {
     margin-left: 15px;
   }
 }
 .topMenu-container .hamburguer .menu-colors {
   background: transparent
     linear-gradient(159deg, #000000 0%, #81050c 51%, #000000 95%, #000000 100%)
     0% 0% no-repeat padding-box;
 }
 .topMenu-container .hamburguer .menu-colors .offcanvas-header {
   margin-top: 20px;
   justify-content: flex-end;
 }
 .topMenu-container .hamburguer .menu-colors .btn-close-me {
   background-color: transparent;
   border: 0px solid #fff;
 }
 .topMenu-container .hamburguer .menu-colors .btn-close-me i {
   color: #fff;
   font-size: 30px;
 }
 .topMenu-container-options ul {
   list-style: none;
   align-items: center;
   gap: 42px;
   width: 96%;
   margin: 0;
   padding-left: 0px;
 }
 .topMenu-container-options ul li {
   width: 100%;
   max-width: 375px;
   height: 94px;
   border: 1px solid white;
   border-radius: 12px;
   margin-bottom: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .topMenu-container-options ul li a {
   color: #fff;
   text-decoration: none;
   font-size: 20px;
   width: 60%;
   font-weight: 900;
   display: flex;
   align-items: center;
   text-align: left;
 }
 .topMenu-container-options ul li a img {
   max-width: 20px;
   margin-right: 10px;
 }
 .topMenu-container .logo-container {
   width: 50%;
   display: flex;
   justify-content: flex-end;
 }
 @media screen and (min-width: 900px) {
   .topMenu-container .logo-container {
     width: 12%;
   }
 }
 .topMenu-container-buttonContainer {
   width: 100%;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: center;
   padding: 5px;
   gap: 5px;
   margin-top: 25px;
 
 }
 @media screen and (min-width: 900px) {
   .topMenu-container-buttonContainer {
     width: 68%;
   }
 }
 .topMenu-container-buttonContainer-button {
   display: flex;
   align-items: center;
   justify-content: center;
   padding-left: 5px;
   margin: 0;
   margin-right: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   width: 100px;
   height: 40px;
   text-decoration: none;
   background-color: #eb2c2a;
   font-size: 16px;
   font-weight: 900;
   color: #fff;
   border-radius: 5px;
   cursor: pointer;
   border: 1px;
   padding: 21px 56px;
 }
 .topMenu-container-buttonContainer-button img {
   max-width: 14px;
   height: auto;
   margin: 5px;
 }
 @media screen and (min-width: 900px) {
   .topMenu-container-buttonContainer-button img {
     max-width: 17px;
   }
 }
 @media screen and (min-width: 900px) {
   .topMenu-container-buttonContainer-button {
     width: 114px;
     height: 42px;
     font-size: 18px;
     margin-left: 5px;
     margin-right: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
   }
 }
 .topMenu-container-buttonContainer-button:hover {
   background-color: transparent;
   border: 1px solid #fff;
 }
 
 .form-login {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
 }
 .form-login input {
   width: 86%;
   margin-bottom: 5px;
   padding: 12px;
   border-radius: 5px;
 }
 @media screen and (min-width: 900px) {
   .form-login input {
     width: 30%;
     height: 42px;
     margin-bottom: 0px;
   }
 }
 
 .header-buttons {
   display: flex;
 }
 
 @media (max-width: 600px) {
   .form-desktop {
     display: none;
   }
 }
 
 @media (min-width: 600px) {
   .form-mobile {
     display: none;
   }
 }
 
 .carousel-item {
   width: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   text-decoration: none;
 }
 @media screen and (min-width: 900px) {
   .carousel-item:nth-child(1) .carrousel-main img {
     width: 100%;
     max-width: 463px;
   }
 }
 @media screen and (min-width: 900px) {
   .carousel-item:nth-child(2) .carrousel-main img {
     width: 100%;
     max-width: 661px;
   }
 }
 @media screen and (min-width: 900px) {
   .carousel-item:nth-child(3) .carrousel-main img {
     width: 100%;
     max-width: 610px;
   }
 }
 
 .carriusel-item-container:nth-child(1) {
   background-image: url(../../img/home/slider_sports-imgs.jpg);
 }
 
 .carriusel-item-container:nth-child(2) {
   background-image: url(../../img/home/slider_horses-imgs.jpg);
 }
 .carriusel-item-container:nth-child(2) h2 {
   font-size: 32px;
   margin-top: 65px;
   font-weight: 900;
   color: #3359a0;
 }
 @media screen and (min-width: 900px) {
   .carriusel-item-container:nth-child(2) h2 {
     margin-top: 0px;
     font-size: 75px;
     text-align: left;
   }
 }
 
 .carriusel-item-container:nth-child(3) {
   background-image: url(../../img/home/slider_casino-imgs.jpg);
 }
 .carriusel-item-container:nth-child(3) h2 {
   font-size: 32px;
   margin-top: 60px;
   font-weight: 900;
 }
 @media screen and (min-width: 350px) {
   .carriusel-item-container:nth-child(3) h2 {
     margin-top: 60px;
   }
 }
 @media screen and (min-width: 900px) {
   .carriusel-item-container:nth-child(3) h2 {
     margin-top: 0px;
     font-size: 75px;
     text-align: left;
   }
 }
 
 .banner-container {
   background-image: url(../../img/Background_1.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center;
 }
 .banner-container .banner-button-mobile {
   background: transparent
     linear-gradient(90deg, #80050c 0%, #7d050c 47%, #0e0707 100%) 0% 0%
     no-repeat padding-box;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   border-radius: 10px;
   width: 254px;
   height: 48px;
   font-size: 24px;
   margin-top: 20px;
   margin-bottom: 20px;
 }
 @media screen and (min-width: 900px) {
   .banner-container .banner-button-mobile {
     display: none;
   }
 }
 
 .carrousel-main {
   height: 375px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
 }
 @media screen and (min-width: 900px) {
   .carrousel-main {
     max-width: 1400px;
     height: 440px;
     flex-direction: row;
     justify-content: center;
     margin: 0 auto;
   }
 }
 .carrousel-main-containerInfo {
   text-align: center;
   margin-top: 30px;
   margin-left: 41px;
   margin-right: 41px;
 }
 .carrousel-main-containerInfo h2 {
   font-size: 34px;
   font-weight: 900;
   color: #262626;
 }
 .carrousel-main-containerInfo h3 {
   color: #70040a;
   font-size: 20px;
 }
 .carrousel-main-containerInfo .banner-button-desktop {
   display: none;
   border: 1px solid #fff;
   background: transparent
     linear-gradient(90deg, #80050c 0%, #7d050c 47%, #0e0707 100%) 0% 0%
     no-repeat padding-box;
   cursor: pointer;
 }
 @media screen and (min-width: 500px) {
   .carrousel-main-containerInfo h2 {
     font-size: 60px;
   }
   .carrousel-main-containerInfo h3 {
     font-size: 30px;
   }
 }
 @media screen and (min-width: 900px) {
   .carrousel-main-containerInfo {
     width: 50%;
     display: flex;
     flex-wrap: wrap;
   }
   .carrousel-main-containerInfo h2 {
     width: 100%;
     font-size: 58px;
     text-align: left;
   }
   .carrousel-main-containerInfo h3 {
     width: 100%;
     color: #70040a;
     font-size: 30px;
     text-align: left;
   }
   .carrousel-main-containerInfo .banner-button-desktop {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     border: 1px solid #fff;
     border-radius: 10px;
     width: 254px;
     height: 48px;
     font-size: 24px;
     margin-top: 20px;
   }
 }
 @media screen and (min-width: 1200px) {
   .carrousel-main-containerInfo h2 {
     font-size: 70px;
   }
   .carrousel-main-containerInfo h3 {
     font-size: 38px;
   }
 }
 .carrousel-main-containerImg img {
   width: 263px;
 }
 @media screen and (min-width: 900px) {
   .carrousel-main-containerImg {
     width: 50%;
   }
   .carrousel-main-containerImg img {
     width: 100%;
     max-width: 447px;
   }
 }
 
 .carousel-indicators {
   bottom: -45px;
 }
 .carousel-indicators button {
   background-color: #335aa4 !important;
   width: 43px !important;
   height: 8px !important;
   border-radius: 11px;
 }
 
 .cardsContainer {
   width: 100%;
   max-width: 1300px;
   margin: 0 auto;
   margin-top: 34px;
   margin-bottom: 90px;
   display: flex;
   justify-content: space-between;
 }
 .cardsContainer-item {
   width: 33%;
   max-width: 408px;
   height: 234px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   border: 2px solid #243a7f;
   border-radius: 10px;
   text-decoration: none;
 }
 .cardsContainer-item-info {
   text-align: center;
   margin-top: 23px;
   font-size: 40px;
   color: #335aa4;
   font-weight: 900;
   height: 40px;
 }
 .cardsContainer-item-img {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 .cardsContainer-item-img img {
   width: 100%;
 }
 .cardsContainer-item:nth-child(1) {
   background-image: url(../../img/home/sports-Bckgr.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }
 .cardsContainer-item:nth-child(1) img {
   max-width: 194px;
 }
 .cardsContainer-item:nth-child(2) {
   background-image: url(../../img/home/casino-Bckgr.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }
 .cardsContainer-item:nth-child(2) img {
   max-width: 296px;
 }
 .cardsContainer-item:nth-child(3) {
   background-image: url(../../img/home/horses-Bckgr.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }
 .cardsContainer-item:nth-child(3) img {
   max-width: 365px;
 }
 
 .carrousel-mobile {
   margin-top: 40px;
   margin-bottom: 90px;
 }
 
 .cards-container {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 
 .cards-wrapper {
   display: flex;
   gap: 15px;
   width: 100%;
   max-width: 800px;
 }
 .cards-wrapper .cardsContainer-item {
   width: 50%;
 }
 .cards-wrapper .sports img {
   max-width: 194px;
 }
 .cards-wrapper .race img {
   max-width: 365px;
 }
 
 .card img {
   max-width: 100%;
   max-height: 100%;
 }
 
 .carrousel-mobile .carousel-control-prev,
 .carrousel-mobile .carousel-control-next {
   bottom: -351px;
 }
 
 .carrousel-mobile .carousel-control-prev {
   left: 35%;
 }
 
 .carrousel-mobile .carousel-control-next {
   right: 35%;
 }
 
 .carrousel-mobile .carousel-control-next-icon,
 .carrousel-mobile .carousel-control-prev-icon {
   filter: hue-rotate(90deg) brightness(0%);
 }
 
 .carrousel-cell {
   margin-top: 40px;
   margin-bottom: 90px;
 }
 .carrousel-cell .cards-wrapper {
   justify-content: center;
 }
 .carrousel-cell .cards-wrapper .cardsContainer-item {
   width: 100%;
 }
 
 .carrousel-cell .carousel-control-prev,
 .carrousel-cell .carousel-control-next {
   bottom: -351px;
 }
 
 .carrousel-cell .carousel-control-prev {
   left: 35%;
 }
 
 .carrousel-cell .carousel-control-next {
   right: 35%;
 }
 
 .carrousel-cell .carousel-control-next-icon,
 .carrousel-cell .carousel-control-prev-icon {
   filter: hue-rotate(90deg) brightness(0%);
 }
 
 .carousel-inner {
   z-index: 100;
 }
 
 .main-banner {
   width: 100%;
   display: flex;
   justify-content: center;
   height: 375px;
   background-repeat: no-repeat;
   background-position: center;
 }
 .main-banner-casino {
   background-image: url(../../img/casino/slider-backgr.jpg);
 }
 .main-banner-horse {
   background-image: url(../../img/home/slider_horses-imgs.jpg);
 }
 .main-banner-content {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }
 @media screen and (min-width: 768px) {
   .main-banner-content {
     flex-direction: row;
   }
 }
 .main-banner-content-containerInfo {
   margin-top: 50px;
   text-align: center;
   color: #e4b73f;
 }
 .main-banner-content-containerInfo h2 {
   font-size: 55px;
   font-weight: 900;
 }
 .main-banner-content-containerInfo-horse {
   color: #335aa4;
 }
 @media screen and (min-width: 768px) {
   .main-banner-content-containerInfo {
     margin-top: 0;
     width: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
   }
 }
 .main-banner-content-containerImg {
   display: flex;
   justify-content: center;
 }
 .main-banner-content-containerImg img {
   max-width: 367px;
 }
 .main-banner-content-containerImg-horse img {
   max-width: 307px;
 }
 @media screen and (min-width: 768px) {
   .main-banner-content-containerImg {
     width: 50%;
     flex-direction: column;
     justify-content: end;
   }
   .main-banner-content-containerImg img {
     max-width: 100%;
     max-height: 290px;
   }
 }
 
 .tabs-container {
   background: transparent
     linear-gradient(
       207deg,
       #9a0606 0%,
       #3b0000 8%,
       #1a0b0b 27%,
       #000000 51%,
       #000000 77%,
       #800000 100%
     )
     0% 0% no-repeat padding-box;
   padding: 15px;
   display: flex;
   justify-content: center;
 }
 .tabs-container-content {
   width: 100%;
   max-width: 1400px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
 }
 .tabs-container-content h2 {
   width: 100%;
   text-align: center;
   color: #fff;
   margin-top: 66px;
   margin-bottom: 26px;
   font-weight: bold;
 }
 .tabs-container-content .tabs-sports {
   display: flex;
   flex-wrap: wrap;
 }
 .tabs-container-content .tabs-sports .tabs-top {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .tabs-container-content .tabs-sports .tabs-top a {
   display: block;
   position: relative;
   width: 45%;
   text-align: center;
   text-decoration: none;
   color: #000;
 }
 .tabs-container-content .tabs-sports .tabs-top a img {
   height: auto;
 }
 .tabs-container-content .tabs-sports .tabs-top a span {
   width: 100%;
   position: absolute;
   text-align: center;
   font-weight: bold;
 }
 .tabs-container-content .tabs-sports .tabs-top a:nth-child(2) img {
   position: absolute;
   bottom: 0px;
 }
 .tabs-container-content .tabs-sports .tabs-top a:nth-child(3) img {
   position: absolute;
   bottom: 0px;
 }
 .tabs-container-content .tabs-sports .tabs-top a:nth-child(1) span {
   bottom: 5%;
   right: 0px;
 }
 .tabs-container-content .tabs-sports .tabs-top a:nth-child(2) span {
   top: 20%;
   right: 0px;
 }
 @media screen and (min-width: 900px) {
   .tabs-container-content .tabs-sports .tabs-top a:nth-child(2) span {
     top: 23%;
   }
 }
 .tabs-container-content .tabs-sports .tabs-top a:nth-child(3) span {
   bottom: 5%;
   right: 0px;
 }
 @media screen and (min-width: 500px) {
   .tabs-container-content .tabs-sports .tabs-top a {
     font-size: 25px;
   }
 }
 @media screen and (min-width: 700px) {
   .tabs-container-content .tabs-sports .tabs-top a {
     width: 30%;
   }
 }
 .tabs-container-content .tabs-sports .tabs-top .desktop {
   display: none;
 }
 @media screen and (min-width: 700px) {
   .tabs-container-content .tabs-sports .tabs-top .desktop {
     display: block;
   }
 }
 .tabs-container-content .tabs-sports .tabs-bottom {
   display: flex;
   flex-wrap: wrap;
   margin-top: 20px;
   width: 100%;
 }
 .tabs-container-content .tabs-sports .tabs-bottom a {
   display: block;
   position: relative;
   width: 100%;
   text-align: center;
   text-decoration: none;
   color: #000;
   margin-top: 10px;
   margin-bottom: 10px;
 }
 .tabs-container-content .tabs-sports .tabs-bottom a img {
   height: auto;
 }
 .tabs-container-content .tabs-sports .tabs-bottom a span {
   width: 40%;
   position: absolute;
   text-align: center;
   left: 0px;
   top: 40%;
   font-weight: bold;
 }
 @media screen and (min-width: 500px) {
   .tabs-container-content .tabs-sports .tabs-bottom a {
     font-size: 25px;
   }
 }
 .tabs-container-content .tabs-sports .tabs-bottom .mobile {
   display: block;
 }
 @media screen and (min-width: 700px) {
   .tabs-container-content .tabs-sports .tabs-bottom .mobile {
     display: none;
   }
 }
 
 .live-wager-container {
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
 }
 .live-wager-container .live-wager-container-content {
   width: 100%;
   max-width: 1400px;
   display: flex;
   justify-content: space-evenly;
   gap: 10px;
 }
 .live-wager-container .live-wager-container-content .live-wager-card {
   max-width: 404px;
   background-image: url(../../img/Desktop/background.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
 }
 
 .rules {
   min-height: 70vh;
 }
 
 .accordion {
   max-width: 1280px;
   width: 90%;
   margin-right: auto;
   margin-left: auto;
   padding-top: 1rem;
 }
 .accordion__outline {
   color: #fff;
   padding: 1rem;
   font-weight: 500;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   border-radius: 5px;
   box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15),
     0 10px 10px -5px rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid;
   margin-bottom: 5rem;
   padding-bottom: 6px;
   font-weight: 400;
   position: relative;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   display: block;
 }
 .accordion__content {
   /* background-color: ; */
   color: #fff;
   text-align: left;
   display: none;
   margin-bottom: 2rem;
   padding: 1rem 1.5rem;
   margin-top: -1.3rem;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15),
     0 10px 10px -5px rgba(0, 0, 0, 0.1);
 }
 
 .accordion .accordion__outline span {
   display: block;
   position: absolute;
   height: 14px;
   width: 14px;
   right: 20px;
   top: 1rem;
 }
 
 .accordion .accordion__outline span::after {
   content: "";
   width: 14px;
   height: 3px;
   border-radius: 2px;
   position: absolute;
   background-color: #535353;
   top: 6px;
 }
 
 .accordion .accordion__outline span::before {
   content: "";
   width: 14px;
   height: 3px;
   border-radius: 2px;
   background-color: #535353;
   position: absolute;
   top: 6px;
   transform: rotate(90deg);
   transition: all 0.3s ease-in-out;
 }
 
 .accordion .accordion__outline.active span::before {
   transform: rotate(0deg);
 }
 
 .casino-information-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   color: #fff;
 }
 .casino-information-container h2 {
   text-align: center;
 }
 .casino-information-container p {
   margin: 10px;
   background-color: white;
   padding: 15px;
   border: 1px solid white;
   border-radius: 10px;
   text-align: center;
 }
 
 .casino-container {
   display: flex;
   justify-content: center;
   width: 100%;
   margin-top: 30px;
   margin-bottom: 30px;
 }
 
 .casino-games {
   padding: 3rem 0;
   background-color: #f0f1f3;
   max-width: 1280px;
   width: 90%;
   margin-right: auto;
   margin-left: auto;
 }
 .casino-games__h2 {
   color: #fff;
 }
 .casino-games__layout {
   display: flex;
   width: 100%;
   max-width: 1400px;
   flex-direction: column;
   justify-content: space-between;
   align-items: flex-start;
   /* @include from(l){
              flex-direction: row; 
          } */
 }
 .casino-games__layout--grid {
   display: flex;
   flex-wrap: wrap;
 }
 .casino-games__layout--col1 {
   width: 100%;
   /* @include from(l) {
              width: 70%;
          } */
 }
 .casino-games__layout--card-img {
   max-width: 200px;
   min-width: 90px;
   width: 100%;
 }
 .casino-games__layout--col2 {
   width: 100%;
   padding: 0rem 0 2rem 0;
   background-color: #05380f;
   /* @include from(l) {
              width: 25%;
          } */
 }
 .casino-games__layout--h3 {
   font-size: var(--small-font-size);
   align-items: center;
   text-align: center;
   max-height: 100px;
   height: 100%;
   /* @include from(l) {
              font-size: var(--normal-font-size );
          } */
 }
 .casino-games__layout--card {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 50%;
   color: #fff;
   text-decoration: none;
   margin-top: 10px;
 }
 @media screen and (min-width: 768px) {
   .casino-games__layout--card {
     width: 20%;
   }
 }
 .casino-games__layout--title {
   background-color: #4ab75c;
   text-align: center;
   color: #335aa4;
   font-weight: bold;
   padding: 0.5rem 0;
 }
 .casino-games__layout--imgs {
   padding: 0 1rem;
   row-gap: 2rem;
 }
 
 .login-container {
   margin: 0 auto;
   width: calc(100% - 30px);
   max-width: 1275px;
   display: flex;
   justify-content: center;
 }
 .login-container-form {
   width: 100%;
   border: 1px;
   border-radius: 10px 10px 10px 10px;
   margin-left: 10px;
   margin-right: 10px;
 }
 .login-container-form h2 {
   width: 100%;
   margin-top: 46px;
   color: #000;
   text-align: center;
 }
 .login-container-form .signUp {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 .login-container-form .signUp__form {
   width: 100%;
   max-width: 402px;
   display: flex;
   height: 250px;
   margin-top: 0px;
   flex-direction: column;
   justify-content: space-between;
 }
 @media screen and (min-width: 992px) {
   .login-container-form .signUp__form {
     margin-top: 0px;
   }
 }
 .login-container-form .signUp__form--label {
   color: #000;
 }
 .login-container-form .signUp__form--input {
   height: 55px;
   border: 1px solid;
   border-radius: 5px;
 }
 .login-container-form .signUp__form .btn-login {
   height: 46px;
   border: 1px;
   border-radius: 10px;
   font-size: 22px;
   font-weight: 900;
   color: #fff;
   background-color: #ff0219;
 }
 .login-container-form .signUp__form .btn-login:hover {
   background-color: #000;
 }
 .login-container-img {
   width: 50%;
   border: 1px;
   border-radius: 0px 10px 10px 0px;
 }
 .login-container-img img {
   border: 1px;
   border-radius: 0px 10px 10px 0px;
 }
 
 .house-rules {
   padding: 3rem 0;
   background-color: #f0f1f3;
   max-width: 1280px;
   width: 90%;
   margin-right: auto;
   margin-left: auto;
 }
 
 .house-information-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   color: #335aa4;
 }
 .house-information-container h2 {
   text-align: center;
   font-weight: bold;
 }
 .house-information-container p {
   margin: 10px;
   background-color: white;
   padding: 15px;
   border: 1px solid white;
   border-radius: 10px;
   text-align: center;
 }
 .house-information-container span {
   font-weight: bold;
 }
 
 .hose-rules-list {
   padding-right: 35px;
   padding-left: 35px;
 }
 .hose-rules-list li {
   margin-top: 10px;
   margin-bottom: 10px;
 }
 
 .privacy {
   padding: 3rem 0;
   background-color: #ffffff1a;
   min-height: 73vh;
   max-width: 1280px;
   width: 90%;
   margin-top: 40px;
   margin-bottom: 40px;
   margin-right: auto;
   margin-left: auto;
 }
 
 .privacy-information-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   color: #fff;
 }
 .privacy-information-container h2 {
   text-align: center;
   font-weight: bold;
 }
 .privacy-information-container p {
   margin: 10px;
   background-color: white;
   padding: 15px;
   border: 1px solid white;
   border-radius: 10px;
   text-align: center;
 }
 .privacy-information-container span {
   font-weight: bold;
 }
 
 .privacy-list {
   padding-right: 30px;
   padding-left: 30px;
   list-style: none;
 }
 .privacy-list li {
   margin-top: 15px;
   margin-bottom: 15px;
 }
 
 .rules {
   max-width: 1280px;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   padding: 1rem 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 }
 .rules__h1 {
   color: #fff;
   text-transform: uppercase;
 }
 .rules__img {
   text-align: center;
   width: 107px;
   height: 30px;
   margin-bottom: 13px;
 }
 .rules__container {
   padding: 20px;
   margin-bottom: 40px;
   color: #fff;
   text-align: left;
   margin: 0;
   width: 100%;
 }
 .rules__list {
   color: #fff;
   margin: 2rem 0;
 }
 .rules__list--ul {
   padding: 0;
   gap: 0.7rem;
   display: flex;
   flex-wrap: wrap;
 }
 .rules__list--li {
   list-style: none;
 }
 .rules__list--a {
   text-decoration: underline;
   text-transform: uppercase;
   color: #fff;
 }
 .rules__container--slider {
   display: flex;
   flex-direction: column;
 }
 .rules__container--slider-ul {
   margin: 0;
   padding: 0;
   list-style: none;
   margin-bottom: 0.5rem;
 }
 .rules__container--slider-li1 {
   color: #fff;
   padding: 0.5rem 1rem;
   border: 0.96px solid #fff;
   width: 100%;
   text-align: center;
   text-transform: uppercase;
   background-color: #eb2c2a;
 }
 @media screen and (min-width: 1024px) {
   .rules__container--slider-li1 {
     width: 20%;
   }
 }
 .rules__container--slider-li2 {
   padding: 1rem 1rem;
   border: 0.96px solid #fff;
   color: #fff;
   font-weight: 300;
   width: 100%;
   text-align: center;
 }
 @media screen and (min-width: 1024px) {
   .rules__container--slider-li2 {
     width: 80%;
     text-align: left;
     padding: 0.5rem 1rem;
   }
 }
 .rules__container-div {
   max-width: 970px;
   margin-left: auto;
   margin-right: auto;
 }
 @media screen and (min-width: 1024px) {
   .rules__container--ul {
     display: flex;
     flex-direction: row;
     list-style: none;
   }
 }
 
 .sport-rules__table {
   color: #fff;
 }
 
 .sport-rules__table {
   border-collapse: separate;
   border-spacing: 0 5px;
   width: 970px;
   margin-left: auto;
   margin-right: auto;
 }
 
 .sport-rules__table--col1 {
   border-right: 0.96px solid #fff;
 }
 
 .sport-rules__table--th {
   font-weight: 500;
   border-bottom: 0.96px solid #fff;
   padding: 4px 1rem;
   width: 220px;
 }
 
 .sport-rules__table--th-bold {
   border-bottom: 0.96px solid #fff;
   font-weight: 800;
   text-align: center;
 }
 
 .sport-rules__table--td1 {
   color: #fff;
   padding: 0.5rem 1rem;
   border: 0.96px solid #fff;
   width: 220px;
   text-align: center;
   text-transform: uppercase;
 }
 
 .sport-rules__table--td2 {
   padding: 0.5rem 1rem;
   border: 0.96px solid #fff;
   color: #fff;
   font-weight: 300;
 }
 
 .display {
   display: none;
 }
 @media screen and (min-width: 1024px) {
   .display {
     display: block;
   }
 }
 
 @media screen and (min-width: 1024px) {
   .container__slider {
     display: none;
   }
 }
 
 .accordion-container {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
   padding: 10px 10px 10px 10px;
 }
 
 .container h1 {
   text-align: center;
   margin-bottom: 30px;
   font-weight: 500;
 }
 
 .container h2 {
   font-weight: 500;
 }
 
 .accordion {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: auto;
 }
 @media screen and (min-width: 1024px) {
   .accordion {
     width: 100%;
   }
 }
 
 .accordion .a-container {
   display: flex;
   flex-direction: column;
   width: 100%;
   padding-bottom: 5px;
   border: 1px solid #fff;
   margin-bottom: 7px;
 }
 
 .accordion .a-container .a-btn {
   margin: 0;
   position: relative;
   padding: 8px 26px;
   color: #fff;
   text-transform: uppercase;
   font-weight: 400;
   display: block;
   font-weight: 500;
   background-color: #eb2c2a;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   word-break: break-word;
 }
 
 .accordion .a-container .a-btn span {
   display: block;
   position: absolute;
   height: 14px;
   width: 14px;
   right: 15px;
   top: 13px;
 }
 
 .accordion .a-container .a-btn span:after {
   content: "";
   width: 14px;
   height: 3px;
   border-radius: 2px;
   background-color: #fff;
   position: absolute;
   top: 6px;
 }
 
 .accordion .a-container .a-btn span:before {
   content: "";
   width: 14px;
   height: 3px;
   border-radius: 2px;
   background-color: #fff;
   position: absolute;
   top: 6px;
   transform: rotate(90deg);
   transition: all 0.3s ease-in-out;
 }
 
 .accordion .a-container .a-panel {
   width: 100%;
   color: #fff;
   transition: all 0.2s ease-in-out;
   opacity: 0;
   height: auto;
   max-height: 0;
   overflow: hidden;
   padding: 0px 10px;
 }
 
 .accordion .a-container.active .a-btn {
   color: #fff;
   background-color: #eb2c2a;
 }
 
 .accordion .a-container.active .a-btn span::before {
   transform: rotate(0deg);
 }
 
 .accordion .a-container.active .a-panel {
   padding: 15px 10px 10px 10px;
   opacity: 1;
   max-height: 100%;
 }
 
 .accordion .a-container-horse {
   background-color: #f0f1f3;
 }
 
 .accordion .a-container-horse.active .a-btn {
   background-color: #ffffff;
 }
 
 .accordion .a-container-horse.active .a-panel {
   background-color: #ffffff;
 }
 
 .accordion .a-container-horse .a-btn span::after {
   top: 15px;
 }
 
 .accordion .a-container-horse .a-btn span::before {
   top: 15px;
 }
 
 .horse-track-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 
 .btn-img {
   max-width: 41px;
   margin-left: 10px;
   margin-right: 10px;
 }
 
 .accordion .a-container .a-btn-horse {
   display: flex;
   align-items: center;
 }
 
 .tracks-container {
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
 }
 .tracks-container-panels {
   width: 100%;
   background-color: #ffffff;
   border: 1px solid #335aa4;
   border-radius: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
 }
 @media screen and (min-width: 689px) {
   .tracks-container-panels {
     width: 45%;
   }
 }
 @media screen and (min-width: 1024px) {
   .tracks-container-panels {
     width: 32%;
   }
 }
 .tracks-container-panels h2 {
   background-color: #335aa4;
   color: #f3ba40;
   border: 1px solid #335aa4;
   border-radius: 10px 10px 0 0;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
 }
 .tracks-container-panels ul {
   list-style: none;
   padding-top: 20px;
 }
 
 footer {
   margin-top: 0px;
   position: relative;
   background-color: #570000;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
 }
 footer .footer-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
 }
 footer .titles-footer-container {
   width: 100%;
   padding-left: 15px;
   padding-right: 15px;
   justify-content: flex-start;
   gap: 10px;
   display: none;
 }
 footer .titles-footer-container span {
   width: 30%;
   text-align: left;
   color: White;
   font-weight: bold;
   margin-top: 15px;
 }
 @media screen and (min-width: 500px) {
   footer .titles-footer-container {
     display: flex;
   }
 }
 @media screen and (min-width: 1200px) {
   footer .titles-footer-container {
     width: 80%;
   }
 }
 @media screen and (min-width: 992px) {
   footer {
     margin-bottom: 0px;
   }
 }
 @media screen and (min-height: 1096px) {
   footer {
     margin-bottom: 51px;
     min-height: 40vh;
   }
 }
 @media screen and (min-width: 1024px) {
   footer {
     margin-bottom: 0px;
   }
 }
 footer a {
   display: flex;
   width: 100%;
   justify-content: center;
 }
 footer a img {
   margin-top: 20px;
   max-width: 177px;
   height: 50px;
 }
 footer div {
   width: 100%;
   max-width: 1400px;
   display: flex;
   justify-content: space-between;
 }
 footer div section {
   width: 100%;
   list-style: none;
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   padding-left: 15px;
   padding-right: 15px;
   text-align: left;
 }
 @media screen and (min-width: 1200px) {
   footer div section {
     width: 80%;
   }
 }
 footer div section .title {
   color: #fff;
   font-weight: bold;
   margin-top: 20px;
 }
 @media screen and (min-width: 500px) {
   footer div section .title {
     display: none;
   }
 }
 footer div section .separador {
   margin-top: 20px;
 }
 @media screen and (min-width: 500px) {
   footer div section .separador {
     margin-top: 0px;
   }
 }
 footer div section div {
   margin-bottom: 15px;
   font-size: 16px;
 }
 @media screen and (min-width: 500px) {
   footer div section div {
     width: 30%;
     margin-top: 0px;
   }
   footer div section div:nth-child(1) {
     order: 10;
   }
   footer div section div:nth-child(2) {
     order: 1;
   }
   footer div section div:nth-child(3) {
     order: 4;
   }
   footer div section div:nth-child(4) {
     order: 7;
   }
   footer div section div:nth-child(5) {
     order: 12;
   }
   footer div section div:nth-child(6) {
     order: 2;
   }
   footer div section div:nth-child(7) {
     order: 5;
   }
   footer div section div:nth-child(8) {
     order: 8;
   }
   footer div section div:nth-child(9) {
     order: 3;
   }
   footer div section div:nth-child(10) {
     order: 6;
   }
   footer div section div:nth-child(11) {
     order: 9;
   }
 }
 footer div section div a {
   display: block;
   text-align: left;
   text-decoration: none;
   color: #ffffff;
 }
 @media screen and (min-width: 500px) {
   footer div section div a {
     font-size: 12px;
   }
 }
 @media screen and (min-width: 700px) {
   footer div section div a {
     font-size: 15px;
   }
 }
 footer div section div a:hover {
   color: #eb2c2a;
 }
 
 .footerNav {
   position: fixed;
   bottom: 0;
   z-index: 1000;
   width: 100%;
   height: 61px;
   background-color: #e4b73f;
   align-items: center;
 }
 .footerNav .topMenu-container {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 .footerNav .topMenu-container .topMenu-container-options {
   width: 100%;
 }
 .footerNav .topMenu-container .topMenu-container-options ul {
   width: 100%;
   display: flex;
   gap: 0;
   padding-left: 15px;
   padding-right: 15px;
   justify-content: space-around;
   font-size: 10px;
 }
 .footerNav .topMenu-container .topMenu-container-options ul li a {
   display: flex;
   flex-direction: column;
   color: #335aa4;
   font-size: 10px;
   justify-content: space-between;
 }
 .footerNav
   .topMenu-container
   .topMenu-container-options
   ul
   li
   a
   .icon-container {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 .footerNav
   .topMenu-container
   .topMenu-container-options
   ul
   li
   a
   .icon-container
   img {
   max-width: 39px;
 }
 .footerNav .topMenu-container .topMenu-container-options ul li a .horse img {
   max-width: 19px;
 }
 
 .gotop {
   position: fixed;
   width: fit-content;
   bottom: 20px;
   left: 80%;
 }
 @media screen and (min-width: 1024px) {
   .gotop {
     left: 90%;
     bottom: 100px;
   }
 }
 
 .modal-content .modal-header {
   flex-wrap: wrap;
   background-color: #ff0219;
 }
 .modal-content .modal-header .logo-container {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .modal-content .modal-header .logo-container img {
   width: 100%;
   max-width: 125px;
 }
 
 .login-container-form .signUp__form--label {
   margin-top: 10px;
 }
 
 .btn-mobile {
   display: flex;
 }
 @media screen and (min-width: 1024px) {
   .btn-mobile {
     display: none;
   }
 }
 
 .btn-desktop {
   display: none;
 }
 @media screen and (min-width: 1024px) {
   .btn-desktop {
     display: flex;
   }
 }
 
 .input-group {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
 }
 .input-group input {
   width: 100%;
 }
 .input-group label {
   width: 100%;
 }
 
 .forgot {
   text-align: center;
   text-decoration: underline;
   margin-top: 20px;
   margin-bottom: 20px;
 }
 .forgot-modal {
   max-width: 1200px;
 }
 