body {     padding: 0;     margin: 0;     height: 100%;     overflow-x: hidden;     background: rgba(0, 0, 0, 0.9);     -ms-touch-action: pan-x pan-y;     touch-action: pan-x pan-y;     background: url(/shared/3059/bg.png) 50% 50% repeat; }  * {     box-sizing: border-box;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-style: normal; }  a {     text-decoration: none; }  .aheader {     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     background: #1E1E1E;     position: fixed;     left: 0;     top: 0;     right: 0;     z-index: 200;     text-align: right;     -webkit-box-orient: horizontal; }  .aheader-wrap {     width: 100%;     max-width: 100%;     height: 68px;     margin: auto;     display: grid;     grid-template-columns: 0.1fr 0.4fr 0.5fr 2fr 1fr;     grid-template-areas: "aa bb cc dd ee";     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between; }  .aheader-wrap {     display: flex;     justify-content: space-between;     align-items: center; }  .aheader-itema {     height: 100%; }  .aheader-itema:first-child {     min-width: 200px;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     display: none; }  .aheader-menu {     width: 64px;     height: 100%;     fill: #C5C5C5;     color: #C5C5C5;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     cursor: pointer;     -webkit-transition: 0.3s;     transition: 0.3s; }  .badge-digit {     position: absolute;     background: #F11414;     border-radius: 50%;     width: 19px;     height: 19px;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-size: 12px;     color: #fff;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-animation: badge-digit-tween 1s linear infinite;     animation: badge-digit-tween 1s linear infinite; }  @keyframes badge-digit-tween {     0%, 30% {         -webkit-transform: translateY(0);         transform: translateY(0);     }      10%, 20% {         -webkit-transform: translateY(-3px);         transform: translateY(-3px);         -webkit-transform: translateY(-3px);         transform: translateY(-3px);     } }  .aheader-menu .badge-digit {     top: 20px;     z-index: 1;     left: 12px;     width: 8px;     height: 8px; }  .aheader-menu-svg {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     position: relative; }  .aheader-menu-svg {     width: 64px; }  .aheader-menu-svg svg {     width: 24px;     height: 24px; }  .aheader-logo img {     height: auto;     width: 175px; }  .aheader-itema__second {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-shrink: 0;     -ms-flex-negative: 0;     flex-shrink: 0;     -webkit-box-pack: end;     -webkit-justify-content: flex-end;     -ms-flex-pack: end;     justify-content: flex-end;     z-index: 2; }  .aheader-itema__last {     align-items: center;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: reverse;     -webkit-flex-direction: row-reverse;     -ms-flex-direction: row-reverse;     flex-direction: row-reverse;     font-size: 16px;     padding: 0 24px 0 12px; }  .button {     display: block;     border-radius: 4px;     text-transform: uppercase;     color: #000;     text-align: center;     display: inline-block;     background: #EDC97F;     position: relative;     -webkit-touch-callout: none;     -webkit-user-select: none;     -khtml-user-select: none;     -ms-user-select: none;     user-select: none;     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);     -webkit-transition: .3s;     transition: .3s;     font-size: 18px;     font-weight: 700;     padding: 10px 20px; }  .button {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     text-decoration: none; }  .button {     margin-left: 12px; }  .button__text, .button__text * {     position: relative;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     z-index: 2; }  .button_major {     background: #27AE60;     color: #fff;     -webkit-transition: .3s;     transition: .3s; }  .aheader__bottom {     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center;     background: #303030;     color: #E0E0E0;     width: 100%;     z-index: 100; }  .aheader .container {     width: 100%;     max-width: 1439px;     padding: 6px;     margin: auto;     display: flex;     flex-direction: row;     align-items: center;     justify-content: space-between;     position: relative;     background: #000000;     box-sizing: border-box; }  .aheader__bottom .container {     background: #303030; }  .aheader__bottom__menu {     width: 100%; }  .aheader__bottom__menu__list {     display: flex;     justify-content: center;     align-items: center;     list-style: none;     padding: 0;     margin: 0; }  .aheader__bottom__menu__list__inner {     position: relative;     display: flex;     flex-direction: row;     align-items: center;     margin: 12px 12px; }  .icon {     margin: 0 10px; }  .icon svg {     position: relative;     width: 28px;     height: 28px;     transition: fill 0.1s linear; }  .aheader__bottom__menu__list__inner__link {     font-weight: bold;     color: #ffffff;     font-size: 16px; }  .container {     max-width: 1439px;     margin: 0 auto;     overflow-x: hidden;     background: #000000; }  .apanela-info {     background: #000;     display: grid;     grid-template-columns: 1fr;     gap: 10px;     padding: 0 0 0 10px; }   .apanela-info-item {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-box-pack: start;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start;     padding: 1.56% 2%;     background: #1E1E1E;     border-radius: 4px;     position: relative; }  .apanela-info-item_img {     padding-right: 6%; }  .apanela-info-item_text {     color: #fff;     font-size: 16px; }  .apanela-info-item_text p:first-child {     color: #C5C5C5; }  .apanela-info-item_text p {     margin: 0; }  .apanela-info-item_img svg {     width: 40px;     height: 40px; }  .agameas-list-wrap {     display: flex;     justify-content: space-between;     align-items: center;     flex-wrap: wrap;     padding: 0 15px;     gap: 10px;     margin-top: 35px; }  .agamea-hover {     position: absolute;     width: 100%;     height: 100%;     right: 0;     left: 0;     top: 0;     bottom: 0;     border: 2px solid #EDC97F;     background: rgba(0, 0, 0, 0.6);     display: none;     transition: opacity 0.3s;     align-items: center;     justify-content: center;     flex-direction: column;     padding: 0;     filter: drop-shadow(0 2px 5px #000);     z-index: 1; }  .agamea-item {     position: relative;     width: 19%; }  .agamea-item__img img {     width: 100%;   	height: auto; }  .agamea-hover__play {     width: 40%;     margin-top: 40px; }  .agamea-hover__play-wrap {     position: relative;     width: 100%;     padding-bottom: 100%; }  .agamea-hover__play-wrap .button {     position: absolute;     top: 0;     left: 0;     width: 80%;     height: 80%;     border-radius: 50%; }  .agamea-hover__play-wrap .button__area {     display: block;     left: -75%;     right: -75%;     top: -38%;     bottom: -25%; }  .button__border {     display: none;     border-radius: inherit;     border: 2px solid #f7e1b4;     position: absolute;     left: -2px;     top: -2px;     right: -2px;     bottom: -2px;     z-index: 1;     overflow: hidden; }  .agamea-hover__play .icon-play_button {     width: 50%;     height: 50%;     max-width: 50%;     max-height: 50%;     position: absolute;     top: 27%;     left: 21%;     cursor: pointer; }  .agamea-hover__buttons {     position: absolute;     left: 0;     bottom: 0;     padding-bottom: 2px;     width: 100%;     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center; }  .agamea-hover__buttons .button {     border-radius: 4px 4px 0 0;     padding: 0 12px;     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center;     align-items: center;     height: 36px;     width: auto;     margin: 0 3px; }  .agamea-item:hover .agamea-hover {     display: flex; }  .agamea-hover__stats {     position: absolute;     z-index: 10;     right: -6px;     top: -6px;     padding: 12px;     cursor: pointer; }  .agamea-hover__stats svg {     width: 35px;     height: 35px; }  .agamea-hover__favorite {     position: absolute;     z-index: 10;     left: -8px;     top: -8px;     padding: 12px;     cursor: pointer; }  .agamea-hover__favorite svg {     width: 40px;     height: 40px; }  .acontenta {     margin: 0 10px; }  .acontenta * {     color: #ffffff; }  .atitlea {     text-align: center; }  .amaina .container {     padding-bottom: 35px; } .amaina__banner {     display: grid;     grid-template-columns: 1fr 1fr;     padding-top: 90px; } .bg-shadow {     box-shadow: rgba(0, 0, 0, 0.95) 0px -60px 70px 50px; }  .quest {     padding: 0 15px; }  .quest h3 {     color: #FFFFFF;     font-size: 24px; } .quest__wrapper {     display: grid;     grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } .quest__item {     max-width: 265px;     max-height: 376px;     display: grid;     box-sizing: border-box;     margin-right: 6px;     cursor: default;     position: relative;     border-radius: 13px;     overflow: hidden;     grid-auto-rows: minmax(min-acontenta, max-acontenta); }  .quest__item img {     border-radius: 16px; }  .quests-list__item-name {     position: absolute;     bottom: 12%;     width: 90%;     height: 25%;     margin: 0 auto;     left: 0;     right: 0;     z-index: 1;     -webkit-transition: 0.3s;     transition: 0.3s;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center; }  .quest__item:hover .quests-list__item-name {     -webkit-transition: 0.3s;     transition: 0.3s;     bottom: 62%;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex; }  .quests-list__item-name img {     object-fit: contain;     padding: 6px;     height: auto;     width: 50vw; }  .f-reg {     font-size: 16px; }  .quests-list__item-text {     opacity: 0;     z-index: 1;     overflow: hidden;     text-overflow: ellipsis;     display: -webkit-box;     -webkit-line-clamp: 4;     -webkit-box-orient: vertical;     position: absolute;     top: 100%;     width: 90%;     color: white;     left: 0;     right: 0;     margin: auto;     -webkit-transition: 0.3s;     transition: 0.3s; }  .quest__item:hover .quests-list__item-text {     opacity: 1;     top: 37%;     -webkit-transition: 0.3s;     transition: 0.3s; }  .quest__item .js-open-quest {     position: absolute;     bottom: -50%;     width: 90%;     left: 0;     right: 0;     margin: auto;     -webkit-transition: 0.3s;     transition: 0.3s;     z-index: 1;     justify-content: center; }  .quest__item:hover .js-open-quest {     bottom: 4%;     -webkit-transition: 0.3s;     transition: 0.3s; }  .bag {     position: absolute;     top: 0;     left: 0;     background: rgba(30, 30, 30, 0.7);     acontenta: '';     width: 100%;     height: 100%;     z-index: 1;     display: block;     opacity: 0; }  .quest__item:hover .bag {     opacity: 1; }  .quest__item__soon img {     filter: brightness(0.8) grayscale(0.8); }  .quests-list__item_soon__info {     padding: 8px;     color: #000;     border-radius: 8px;     position: absolute;     background: #EDC97F;     right: 12px;     top: 12px;     text-transform: uppercase; }   .afootera .container {     padding-top: 35px; }  .afootera__bottom {     position: relative;     z-index: 0; }  .pad-b-dbl {     padding-bottom: 24px; }  .pad-t-dbl {     padding-top: 24px; }  .afootera-links-wrap {     background: #101010; }  .pad-b-std {     padding-bottom: 12px; }  .flex {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     width: 100%; }  .afootera-links-wrap .container-fluid {     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     max-width: 1420px;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     grid-gap: 48px; }  .afootera-links-wrap .container-fluid {     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     max-width: 1420px;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     grid-gap: 48px; }  .afootera-select .select {     margin-right: 12px;     width: auto;     min-width: 184px;     border: 1px solid #555;     border-radius: 4px; }  .js-afootera {     max-width: 1439px;     margin: 0 auto; }  .f-reg {     font-size: 16px; }  .afootera-select .button {     width: auto;     white-space: nowrap; }  .afootera-info .button {     min-width: 192px; }  .afootera-select .button .icon-help {     fill: #fff;     margin-top: -12px;     margin-right: 6px;     margin-bottom: -12px;     position: relative;     top: -3px;     width: 30px;     height: 30px; }  .afootera-select {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between; }  .afootera-coins_items {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     grid-row-gap: 12px; }  .afootera-coins_item {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column; }  .afootera-coins_items svg {     width: 24px;     height: 24px;     margin-bottom: 6px; }  .afootera-coins_text {     text-align: left; }  .afootera-coins_text p {     color: #fff; }  .afootera-license {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap; }  .afootera-license-item {     margin: 0 12px 0 0; }  .riobet-com-img {     padding: 0 !important; }  .afootera-license-item img {     max-width: 54px;     width: 100%;     height: 54px;     object-fit: contain; }  .afootera-license img {     max-height: 51px !important; }  .afootera-license-item {     margin: 0 12px 0 0; }  .afootera-license-item {     width: 90px;     height: 90px;     margin-top: 6px; }  .afootera-license-item img {     width: 100%; }  .afootera-links {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap; }  .afootera-links__column {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: vertical;     -webkit-box-direction: normal;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-box-flex: 1;     -webkit-flex: 1 0 10%;     -ms-flex: 1 0 10%;     flex: 1 0 10%; }  .text-6d {     color: #6D6D6D; }  .f-reg {     font-size: 16px; }  .afootera-links__column-item {     color: #fff;     margin-top: 16px;     text-align: left;     -webkit-transition: .3s;     transition: .3s;     max-width: 240px; }  .afootera-check-wrap {     background: #000; }  .flex_start {     -webkit-box-pack: start;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start; }  .afootera .afootera-description {     font-size: 12px;     margin: 17px 12px;     text-align: left; }  .age-icon svg {     width: 32px;     height: 32px; }  .text-ff {     color: #FFFFFF; }  .link {     display: inline-block;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-style: normal;     font-weight: normal;     cursor: pointer;     -webkit-text-decoration-line: underline;     text-decoration-line: underline;     -webkit-transition: color 0.1s linear, text-decoration-color 0.1s linear, background 0.1s linear;     transition: color 0.1s linear, text-decoration-color 0.1s linear, background 0.1s linear;     background: transparent;     padding: 0 3px;     margin: 0px -3px 0px -3px;     border-radius: 3px;     -ms-user-select: none;     user-select: none;     -webkit-user-select: none;     color: #E0E0E0; }  .afootera-social {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     max-width: 168px;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     -webkit-box-pack: end;     -webkit-justify-content: flex-end;     -ms-flex-pack: end;     justify-content: flex-end;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     grid-gap: 16px; }  .afootera {     padding: 0 10px;     background: #101010; }  @media (max-width: 1439px) {     .container {         padding: 0 15px;     } } @media (max-width: 1340px) {     .amaina__banner {         display: flex;         justify-content: space-between;     }     .amaina__banner .js-aslidera {         width: 70%;     }     .apanela-info {         width: 30%;     }     .js-aslidera * {         width: 100%;     }     .quest__wrapper {         display: grid;         grid-template-columns: 1fr 1fr 1fr 1fr;     } } @media (max-width: 960px) {     .afootera__partners__link {         flex: 0 0 23%;     }     .agamea-item {         width: 32%;     }     .aheader__bottom__menu__list {         display: none;     }     .aheader-itema:first-child {         min-width: 50px;         opacity: 1;         display: flex;     }     .aheader-logo img {         height: auto;         width: 130px;     }     .amaina__banner {         display: block;     }     .amaina__banner .js-aslidera {         width: 100%;     }     .apanela-info {         width: 100%;     }     .apanela-info {         grid-template-columns: 1fr 1fr;         padding: 0;     }      .aheader__bottom__menu {         position: absolute;         top: 60px;         left: 0;         background: black;     }     .quest__wrapper {         display: grid;         grid-template-columns: 1fr 1fr 1fr;         gap: 10px;     } }  @media (max-width: 660px) {     .afootera-links-wrap .container-fluid {         justify-content: center;     }      .afootera__partners__link {         flex: 0 0 46%;     }     .agamea-item {         width: 48%;     }     .f-reg {         font-size: 12px;     }     .quest__wrapper {         display: grid;         grid-template-columns: 1fr 1fr;     }     .afootera-links {         flex-wrap: wrap;     }     .afootera-links__column {         flex: 1 0 30%;     }     .afootera-check-wrap {         justify-content: center;         flex-wrap: wrap;     }     .flex {         flex-wrap: wrap;     } }  @media (max-width: 520px) {     .apanela-info {         grid-template-columns: 1fr;     }      .apanela-info-item:nth-child(2),     .apanela-info-item:nth-child(3) {         border-radius: 0 0 0 0;     }      .afootera-license {         flex-wrap: wrap;     }     .quest__wrapper {         grid-template-columns: 1fr 1fr;     } }  @media (max-width: 422px) {     .js-login {         display: none;     }     .afootera-links-wrap .container-fluid {         justify-content: flex-start;     }     .afootera-social {         justify-content: flex-start;     }     .afootera .container {         padding: 0;     }     .afootera-description {         margin: 0 0;     }     .quest__wrapper {         grid-template-columns: 1fr;     }     .quest__item {         margin: 0 auto;     }     .agamea-item {         width: 100%;     }   .container {     padding: 0;   } }  @media (max-width: 360px) {     .aheader-logo img {         width: 115px;     } }  table {     border: 1px solid #ffffff;     width: 100%; } th,td {     border: 1px solid #ffffff;     padding: 10px; } @media (max-width:700px) {     .table {         overflow-x: scroll;     } } @media (max-width:480px) {     th,td{         font-size: 12px;         padding: 10px 5px;     } } .acontenta img {     max-width: 100%;   height: auto;   margin: 10px; }  .acontenta a {     color: #EDC96F;   	font-weight: 600; }  .acontenta a:hover {   color: #AC8F45; } .acontenta ul, .acontenta ol {   padding-left: 0;   list-style: none; }  .acontenta ul li {   position: relative;   padding-left: 30px;   margin-bottom: 10px; }  .acontenta ul li::before {     content: '';     position: absolute;     left: 10px;     top: 50%;     transform: translateY(-50%);     width: 5px;     height: 5px;     background-color: #EDC97F; }  .acontenta ol {   counter-reset: item; }  .acontenta ol li {   position: relative;   padding-left: 40px;   margin-bottom: 10px; }  .acontenta ol li::before {   counter-increment: item;   content: counter(item);   position: absolute;   left: 0;   top: 0;   width: 26px;   height: 26px;   line-height: 26px;   border-radius: 50%;   background: #EDC97F;   color: white;   text-align: center;   font-weight: bold; }.st0 {                                 fill: #b9e678;                             }                              .st1 {                                 fill: none;                             }