body {
    margin: 0;
    font-family: "Roboto",Sans-serif;
    color: #fff;
}

h1 {
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0;
    text-align: center;
}

.subheading {
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    text-align: center;
}

h2 {
    font-size: 36px;
    margin: 0;
    text-align: center;
}

h2 a,.softwareProviders-section h3 a,.faq-section h2 {
    text-decoration: none;
    color: #000;
}

.trendingSlots-section h2 a,.softwareProvider_section h2 a,.softwareProviders-section h2 a {
    color: #fff;
}

.heading-title {
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

h3 {
    font-size: 24px;
}

.softwareProviders-container h3 {
    margin-bottom: 10px;
}

p {
    text-align: justify;
    line-height: 24px;
}

.softwareProviders-container p {
    font-size: 12px;
    margin-top: 0;
}

.popup-section {
    background: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
}

.popup-title {
    color: #000;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    max-width: 600px;
    padding: 40px 20px 25px 20px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #e91e63;
    margin: 0 auto 15px;
}

.popup-content {
    position: relative;
    background: #fff;
    max-width: 55%;
    margin: auto;
    vertical-align: middle;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.popup-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 15px;
    color: #000;
    margin: auto;
    max-width: 270px;
    padding-top: 10px;
}

.popup-grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    color: #000;
    margin: auto;
    max-width: 500px;
}

.popup-grid .popup-grid-item {
    margin-top: 15px;
    margin-bottom: 35px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 10px 0px #e91e63;
    position: relative;
}

#close-popup {
    position: absolute;
    color: #000;
    top: 5px;
    right: 10px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    cursor: pointer;
}

i.fas.fa-bars {
    display: none;
}

.close {
    display: none;
}

.primary-menu {
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(90deg,#3a4cb4 0%,#f2295b 100%);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	padding: 0px 40px;
	position: fixed;
	z-index: 999;
	top: 0;
}

.primary-menu .menu {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 68px;
}

.primary-menu .submenu,.submenu .submenu-item {
    height: 68px !important;
}

.logo {
    display: inline-flex;
    width: 3.5%;
    padding: 10px 0;
}

.primary-menu img {
    height: 43px;
    width: 40px;
}

.primary-menu .navbar {
    overflow: hidden;
    width: 95%;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 68px;
}

.primary-menu a,.primary-menu .navbar i.fas.fa-search {
    color: #fff;
    text-align: left;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.submenu {
    float: left;
    overflow: hidden;
}

.primary-menu .submenu-content {
    position: fixed;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
    z-index: 1;
}

.primary-menu .submenu:nth-child(3),.primary-menu .submenu:nth-child(3) .submenu-content {
    width: 148.18px;
}

.primary-menu .submenu:nth-child(4),.primary-menu .submenu:nth-child(4) .submenu-content {
    width: 143.51px;
}

.primary-menu .submenu:nth-child(5),.primary-menu .submenu:nth-child(5) .submenu-content {
    width: 222.85px;
}

.primary-menu .submenu:nth-child(6),.primary-menu .submenu:nth-child(6) .submenu-content {
    width: 156.53px;
}

.submenu .submenu-item {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.primary-menu .sub-arrow {
    display: none;
}

.sub-arrow i,.d-sub-arrow i {
    padding-left: 3.5px;
}

.submenu-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
    z-index: 1;
}

.submenu-content a {
    float: none;
    color: #fff;
    background-color: #333;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0;
}

.primary-menu .submenu-item a {
    height: 68px;
}

form.search-form {
    margin: 0;
}

form.search-input {
    display: none;
    width: 25%;
    height: auto;
    position: absolute;
    right: 0;
    margin: 0 120px;
    z-index: 4;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.search-input .search-field {
    width: 88%;
    border: none;
    font-size: 16px;
    background-color: transparent;
    height: 35px;
    color: #000 !important;
}

.search-input i.fas.fa-search {
    padding: 0 10px;
}

.banner-section {
    background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/slot-machine-banner-scaled.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
	margin-top: 68px;
    position: relative;
    box-shadow: 0 10px 50px 0px #000;
    z-index: 3;
}

.banner-section.nitro-lazy {
    background-image: none !important;
}

.banner-section .background-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg,#3a4cb4 0%,#e91e63 100%);
    opacity: .9;
    transition: background .3s,border-radius .3s,opacity .3s;
    min-height: 600px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner-content {
    position: absolute;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    display: grid;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.search_box {
    background-color: #581b6e;
    border: 1px solid #d823d8;
    border-radius: 3px;
    display: block;
    padding: 20px;
    margin: 20px auto 40px;
    width: 60%;
}

i.fas.fa-search {
    color: #9c81a6;
}

.search-field {
    width: 90%;
    background: transparent;
    border: none;
    color: #9c81a6;
    font-size: 16px;
    padding: 0 10px;
}

.search-field:focus {
    outline: none;
}

input.search-field::placeholder {
    color: #9c81a6;
    font-size: 16px;
    font-weight: 500;
}

.container-counters {
    width: 900px;
    margin: auto;
}

#slot-games-counter,#free-slots-counter,#softwares-counter,#online-casinos-counter {
    display: block;
}

#slot-games-counter-m,#free-slots-counter-m,#softwares-counter-m,#online-casinos-counter-m {
    display: none;
}

.counters {
    text-align: center;
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    border-spacing: 0;
}

.counters td {
    width: 25%;
    padding: 50px;
}

.counters td:nth-child(1) {
    background-color: #511376;
}

.counters td:nth-child(2) {
    background-color: #910e78;
}

.counters td:nth-child(3) {
    background-color: #b20b79;
}

.counters td:nth-child(4) {
    background-color: #f1067c;
}

.counters a {
    color: #fff;
    text-decoration: none;
}

.counters a div {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
}

.counters a:hover {
    color: #fff;
}

.softwareProvider_section {
    background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/software-provider-bg-scaled.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 920px;
    position: relative;
    box-shadow: 0 -10px 50px 0px #000;
    z-index: 3;
}

.softwareProvider_section.nitro-lazy {
    background-image: none !important;
}

.softwareProvider_section .background-overlay {
    background-color: #2d146f;
    opacity: .95;
    max-height: 920px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#response {
    color: #fff;
    margin-top: 20px;
}

.custom-icons {
    position: relative;
    display: block;
    height: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.custom-icons span {
    border-top: 2px solid #fff;
    position: relative;
    display: inline-block;
    height: 7.5px;
    width: 25px;
    margin: 0 10px;
}

.custom-icons svg,.custom-icons img {
    width: 26px;
    height: 26px;
}

.onlineCasino-content .custom-icons,.newlySlots-content .custom-icons,.bestSlots-content .custom-icons,.blogPosts-section .custom-icons,.faq-section .custom-icons {
    padding-top: 25px;
}

.onlineCasino-content .custom-icons span,.newlySlots-content .custom-icons span,.bestSlots-content .custom-icons span,.SGM-content span,.blogPosts-section .custom-icons span,.faq-section .custom-icons span {
    border-top: 2px solid #000;
}

.softwareProviders-content .custom-icons img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

i.fas.fa-th-list,i.fab.fa-hotjar,i.far.fa-eye {
    font-size: 26px;
    padding: 25px 0 15px;
    position: relative;
    display: inline-block;
}

i.far.fa-eye {
    text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
}

.slotScanner-content .custom-icons span {
    height: auto;
    box-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    top: -10px;
}

.softwareProvider-content {
    position: absolute;
    max-width: 1000px;
    margin: auto;
    display: block;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slotgames-tabs-container {
    position: relative;
}

.slotgames-tabs {
    color: white;
    display: block;
    width: 100%;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    margin: auto;
    margin-bottom: 20px;
}

.slotgames-tabs::-webkit-scrollbar {
    display: none;
}

.slotgames-tabs-content {
    display: inline-block;
}

.slotgames-tabs-item {
    display: inline-block;
    padding: 2.5px 10px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.slotgames-tabs::-webkit-scrollbar {
    display: none;
}

.slotgames-tabs-left-chevron,.slotgames-tabs-right-chevron {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    color: white;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.slotgames-tabs-left-chevron {
    top: -2px;
    left: -30px;
}

.slotgames-tabs-right-chevron {
    top: -2px;
    right: -30px;
}

.slotgames-tabs-left-chevron:hover,.slotgames-tabs-right-chevron:hover {
    color: #e91e63;
}

.slot-games-list {
    color: #fff;
    width: 100%;
    font-family: "open sans",sans-serif;
    font-weight: 600;
}

.slot-games-list tr {
    border-bottom: 1.5px solid #fff !important;
    display: table;
    width: 100%;
    padding: 5px 0;
}

.slot-games-list th {
    text-align: left;
    padding: 5px 0;
    width: 25%;
}

.slot_games_item td {
    width: 25%;
}

.slot-games-list td:nth-child(1) {
    width: 200px;
}

.slot-games-list a:hover {
    color: #fff;
    text-decoration: underline;
}

.slot-games-list a {
    color: #fff;
    text-decoration: none;
}

.slot-games-list .mobile-review-rating-value,.slot-games-list .review-star {
    display: inline-block;
}

.slot-games-list-btn {
    text-align: right;
}

.slot-games-list-btn .onlineCasinos-popup,.slot-games-list-btn .reviews {
    display: inline-block;
    font-weight: 600;
    font-size: 15px !important;
    background: #e91e63;
    color: #fff !important;
    cursor: pointer;
    width: 30%;
    padding: 6px 0px;
    text-align: center;
}

span.elementor-button-icon.elementor-align-icon-right {
    display: none;
}

.onlineCasino-section {
    background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/transparent-bg-deco.jpg");
    background-position: center center;
    background-position: 0% 0%;
    background-size: cover;
    background-size: 21% auto;
    color: #000;
    position: relative;
    margin: auto;
    padding: 80px 0;
    line-height: 24px;
    background-repeat: no-repeat;
}

.onlineCasino-section.nitro-lazy {
    background-image: none !important;
}

.onlineCasino-section .background-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/transparent-bg-deco.jpg");
    background-position: 0% -15%;
    background-repeat: no-repeat;
    background-size: 21% auto;
    transform: rotate(180deg);
    opacity: .7 !important;
    z-index: -1;
}

.onlineCasino-section .background-overlay.nitro-lazy {
    background-image: none !important;
}

.onlineCasino-section .subheading,.glide .subheading {
    color: #000;
}

.top-online-casinos-item {
    background: #f2f2f2;
    margin: 20px 0;
    border: 1px solid #000;
}

.top-online-casinos-item span {
    display: block;
    line-height: 32px;
}

.top-online-casinos-item table {
    margin: 0;
    width: 100%;
    color: #000;
}

.top-online-casinos-item td img {
    padding: 5px 20px;
}

.top-online-casinos-item td {
    width: 20%;
    height: 120px;
    text-align: center;
    border: none;
}

.top-online-casinos-item .elementor-star-rating i {
    font-size: 28px;
}

.top-online-casinos-item .elementor-star-rating i:before {
    color: #f9ad18;
}

.ribbon-triangle {
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 0 60px 60px 0;
    border-color: #f1067c transparent #f1067c #f1067c;
    transform: rotate(-270deg);
    position: absolute;
}

.top-online-casinos-item:nth-child(1) .ribbon-triangle {
    border-color: #cc25ce transparent #cc25ce #cc25ce;
}

.ribbon-triangle-number {
    color: white;
    font-weight: bold;
	padding: 5px 13px;
	font-size: 1.5em;
    position: absolute;
}

.ratings-label {
    font-size: 24px;
}

.deposit-method-label,.payout-speed-label {
    font-size: 16px;
    font-weight: 600;
}

.deposit-method-icon {
    color: #001b5f;
    font-size: 32px;
}

.top-online-casinos-item .benefits {
    text-align: left;
    color: #e91e63;
    font-size: 20px;
    font-weight: 600;
}

.title-label {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
}

.count-number {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}

.count-number span {
    font-size: 26px;
    color: #2d5aba;
    display: inline;
}

.top-online-casinos-container {
    width: 1000px;
    margin: auto;
}

.top-online-casinos-item tbody {
    display: block;
    padding: 0 10px;
}

.top-online-casinos-item table tr:nth-child(1) {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(2,1,1,.35);
}

.top-online-casinos-item table tr:nth-child(1) td {
    border-right: 1px solid rgba(2,1,1,.35);
    margin: 10px 0;
}

.top-online-casinos-item table tr:nth-child(1) td:last-child {
    border-right: none;
    margin: 10px 0;
}

.btns a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #e91e63;
    border: 2px solid #fff;
    border-radius: 35px;
    padding: 15px;
    max-width: 150px;
    margin: 10px auto;
    text-decoration: none;
}

.btns a:hover {
    color: #e91e63;
    background-color: #fff;
    border: 2px solid #e91e63;
}

.stars-icon {
    text-align: center;
}

.custom-star-s28 {
    color: #f0ad4e;
    font-size: 28px;
    margin-left: -36px;
}

.trendingSlots-section,.softwareProviders-section {
    background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/software-provider-bg-scaled.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 1154px;
    position: relative;
}

.trendingSlots-section.nitro-lazy,.softwareProviders-section.nitro-lazy {
    background-image: none !important;
}

.softwareProviders-section {
    min-height: 851px;
}

.trendingSlots-section .background-overlay,.softwareProviders-section .background-overlay {
    background-color: #2d146f;
    opacity: .95;
    max-height: 1154px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.trendingSlots-container,.softwareProviders-container {
    width: 1000px;
    color: #000;
    line-height: 20px;
}

.softwareProviders-content {
    width: 100%;
    max-width: 950px;
}

.trendingSlots-content,.softwareProviders-content {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slotsContainer {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 15px;
    margin-right: 45px;
}

.slotsContainer > div {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,50%);
    height: auto;
    position: relative;
}

.slotsProvider {
    font-family: "Open Sans",sans-serif;
    position: absolute;
    color: #fff;
    font-weight: 700;
    background: #2dc165;
    padding: 2px 15px 0px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 15px;
    margin-top: -150px;
    right: 8px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.slotsDetail {
    position: relative;
    padding: 10px;
}

.slot-recommended-image {
    width: 100%;
}

.slotsTitle {
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
}

.custom-yellow-star {
    margin-left: -18px;
}

.slotsContent {
    display: block;
    line-height: 1.2em;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
}

.slotsReview {
    display: table;
    width: 100%;
    text-align: center;
}

.slotsReview a {
    text-decoration: none;
    color: #fff;
}

.slotsReview a {
    display: table-cell;
    font-weight: 600;
    font-size: 15px !important;
    background: #e91e63;
    padding: 10px;
    width: 50%;
    color: #fff !important;
}

.onlineCasinos-popup {
    display: table-cell;
    font-weight: 600;
    font-size: 15px !important;
    background: #e91e63;
    padding: 10px;
    width: 50%;
    color: #fff !important;
    cursor: pointer;
}

.slot-item img {
    width: 100%;
    height: auto;
}

.slot-item-content {
    margin-top: 10px;
    font-size: 12px;
}

.slot-item-content span {
    display: block;
}

.slotsContainer .review-rating-value {
    font-weight: inherit !important;
    color: #f0ad4e;
}

.slotsContainer .review-star {
    margin-top: 1.5px;
}

.slotsLeads {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
    background-color: #f1067c;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 30%;
    margin: 60px auto 0;
}

.newlySlots-section,.bestSlots-section {
    min-height: 1047px;
    position: relative;
}

.bestSlots-section {
    margin-top: -40px;
    margin-bottom: 40px;
    height: 1111px;
}

.newlySlots-container,.bestSlots-container {
    width: 1000px;
    color: #000;
    line-height: 20px;
}

.newlySlots-content,.bestSlots-content {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
}

.newText {
    color: #2dc165;
    font-size: 12px;
    font-weight: 700;
    padding-left: 5px;
    margin-top: -5px;
    position: absolute;
    text-transform: uppercase;
}

.softwareProviders-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    margin-right: 45px;
}

.softwareProviders-container > div {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,50%);
    height: auto;
    position: relative;
    display: table;
}

.sf-brands,.sf-contents,.sf-chevron {
    display: table-cell;
    vertical-align: middle;
}

.sf-brands,.sf-chevron {
    padding: 15px;
}

.sf-brands img {
    display: table-cell;
    margin: auto;
}

.softwareProviders-container .custom-yellow-star {
    margin-left: -22px;
}

.animation-wobble {
    color: #e91e63;
    font-size: 50px;
    margin-left: -50px;
}

.animation-wobble i:hover {
    animation-name: animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.SGM-content {
    color: #000;
    min-height: 600px;
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    line-height: 24px;
}

.SGM-content h2 {
    margin-top: 80px;
}

.SGM-content i {
    font-size: 26px;
    padding: 25px 0 15px;
    position: relative;
    display: inline-block;
}

.SGM-content a,.panel a {
    color: #1e73be;
    text-decoration: none;
}

.SGM-content a:hover,.SGM-content .subheading {
    color: #000;
    font-weight: 600;
}

.SGM-content .subheading {
    margin-bottom: -60px;
}

.SGM-content .slotsLeads {
    color: #fff !important;
    margin-bottom: 60px !important;
    font-weight: inherit !important;
}

#load_more_slot_games {
    display: none !important;
}

.blogPosts-section {
    margin: 60px 0;
}

.blogPosts-container {
    max-width: 1000px;
    margin: auto;
    color: #000;
    padding: 0px 35px;
}

.blogPosts-container .subheading {
    color: #000;
    font-family: "Roboto",Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

.glide__slide {
    border: 1px solid #ddd;
    height: 360px !important;
    margin-bottom: 20px;
}

.glide__slide a {
    color: #000;
    text-decoration: none;
}

.glide__slide img {
    width: 100%;
}

.glide__slide h4,.glide__slide p {
    padding: 0 20px;
}

.glide__arrow--left,.glide__arrow--right {
    width: 34px;
    height: 34px;
    color: #fff !important;
    background: #0274be !important;
    text-align: center;
    font-size: 20px;
    border-radius: 50% !important;
    border: 4px solid #0274be !important;
    padding: initial !important;
}

.glide__arrow--left {
    margin-left: -5em;
}

.glide__arrow--right {
    margin-right: -5em;
}

.glide__arrow--left:hover,.glide__arrow--right:hover {
    cursor: pointer;
    background: #fff !important;
    color: #0274be !important;
    border-color: #0274be !important;
}

.faq-section {
    margin: 80px 0;
}

.faq-container {
    max-width: 1000px;
    margin: auto;
    color: #000;
}

.accordion {
    border: 1px solid #d5d8dc;
    border-bottom: none;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: .4s;
}

.accordion h3 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #4f34a1;
}

.accordion i {
    display: inline-block;
    float: right;
    font-size: 24px;
    color: #4f34a1;
}

.panel {
    width: 100%;
    max-height: 0;
    padding: 0 18px;
    overflow: hidden;
    border: 1px solid #d5d8dc;
    border-bottom: none;
    transition: max-height .2s ease-out;
}

.footer {
    background: #000;
}

.copyright {
    border-top: 1px solid #ddd;
}

.footer-content,.copyright-content {
    max-width: 1200px;
    margin: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 30.3% 39.3% 30.3%;
    padding: 35px 0;
}

.footer-content p {
    text-align: left;
    font-size: 17px;
    line-height: 22.5px;
}

.footer-content .subheading {
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.footer-content i {
    color: #69727d;
    font-size: 35px;
    margin-right: 35px;
    display: inline-block;
}

.footer-content i:hover {
    color: #fff;
    font-size: 35px;
}

.footer-subheading {
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 24px !important;
    font-weight: 600;
    text-align: center !important;
}

.footer-content .menu {
    max-width: 1280px;
    margin: auto;
}

.footer-content .navbar {
    overflow: hidden;
    display: block;
    text-align: center;
}

.footer-content .navbar a {
    text-align: center;
    text-decoration: none;
}

.footer-content .submenu {
    float: none;
    overflow: hidden;
    display: block;
    text-align: center;
    width: 100%;
}

.footer-content a {
    display: block;
    text-align: center;
    width: 100%;
    float: none;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: #2aa4ff;
    letter-spacing: 0;
}

.footer-content .submenu-content a {
    padding: 15px;
    font-size: 16px;
}

.footer-content .submenu i {
    font-size: 18px;
    color: #2aa4ff;
    margin-right: 35px;
    display: inline-block;
}

.footer-content .submenu i:hover {
    font-size: 18px;
}

.footer-content .sub-arrow {
    display: inline;
    position: relative;
    top: 2px !important;
    padding-left: 5px;
    margin-right: -50px;
}

.footer-content .submenu .submenu-item {
    padding: 15px 0;
}

.footer-content .submenu .submenu-item a {
    display: inline;
}

.footer-content .submenu,.submenu .submenu-item {
    height: 50px;
}

.af-header {
    padding: 25px 0px 0px 0px;
    text-align: center;
    font-size: 24px !important;
    font-weight: 600;
}

.af-body .af-element:first-child {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25.5px;
    padding: 20px;
}

.af-element:nth-child(2) {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 310px;
    margin: auto;
}

.af-element input#awf_field-115150010 {
    width: 60%;
    display: inline-block;
    text-align: center;
    height: 38px;
    font-size: .8rem;
    border-radius: 4px;
    outline: none;
}

.af-element .buttonContainer {
    display: inline-block;
    width: 35%;
    text-align: left;
}

.af-element .buttonContainer .submit {
    height: 42px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10%;
    background-color: #26a5e0;
    color: #fff;
    font-size: 80%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.privacyPolicy {
    text-align: center;
    font-size: .85rem;
    color: #586784;
    padding-top: 15px;
}

.privacyPolicy a {
    color: #26a5e0;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
    font-size: .85rem;
    display: inline;
}

.copyright {
    border-top: 1px solid #4f4f4f;
    padding: 20px 0;
    text-align: center;
}

.cust-footer {
    padding: 0 60px;
}

.latest-update {
    text-align: right !important;
    margin: -15px 0 !important;
}

.slotScanner-section {
    position: relative;
    z-index: 2;
}

.background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.background-v-overlay {
    position: absolute;
    width: 100%;
    height: 625px;
    background: rgba(25,0,41,.8);
    z-index: 2;
}

#video-element {
    height: 620px;
    object-fit: cover;
}

.slotScanner-content {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 60px;
    text-align: center;
}

.slotScanner-content-div {
    max-width: 860px;
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.slot-scanner-description,.slot-scanner-description2 {
    width: 100%;
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    text-align: center;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    line-height: 1.2;
    margin: 18px auto 0;
}

.slot-scanner-description2 {
    font-size: 16px;
    margin: 18px 0;
}

.slot-scanner-heading {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: "Megrim",sans-serif;
    font-family: "Roboto",Sans-serif;
    text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    line-height: 1.2;
    margin: auto;
    text-decoration: none;
}

.slot-scanner-details-container {
    display: table;
    border-spacing: 10px;
    width: 100%;
    font-family: "Megrim",sans-serif;
    text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    color: #fff;
    margin: auto;
}

.custom-countdown {
    display: table-cell;
    width: 24%;
    height: 110px;
    padding: 30px 15px;
    font-family: "Megrim",sans-serif;
    text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #6f4ec2;
    border-radius: 8px;
    background-image: linear-gradient(rgba(72,50,128,.5),rgba(30,17,56,1));
    vertical-align: middle;
    margin-right: 5px;
}

.custom-countdown p {
    font-size: 1em;
    margin: 4px auto 15px;
    text-align: center;
}

#min,#sec {
    display: inline-block;
    font-size: 2em;
    border-radius: 5px;
    background: #483280;
    padding: 5px 10px;
}

.slot-scanner-grid-container {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 110px;
    padding: 10px;
    font-size: .85em;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
    border: 2px solid #6f4ec2;
    border-radius: 8px;
    background-image: linear-gradient(rgba(72,50,128,.5),rgba(30,17,56,1));
}

.slot-scanner-grid {
    display: table-cell;
    padding: 0 10px;
    margin: auto;
    font-family: "Megrim",sans-serif;
    text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    color: #fff;
    text-decoration: none;
}

.slot-scanner-grid-container a:hover {
    cursor: pointer;
    color: inherit !important;
}

.slot-scanner-grid-container i {
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    color: #eee;
    top: 7px;
    right: 10px;
}

.slot-scanner-grid-container i:hover {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation: rotateIcon 1s linear infinite;
}

@keyframes rotateIcon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slot-scanner-btn-container {
    width: 100%;
    display: block;
    z-index: 5;
}

.slot-scanner-btn {
    color: #fff;
    border: 1px solid #cc25ce;
    border: none;
    display: block;
    transition: all .3s ease;
    cursor: pointer;
    margin: 25px auto 0;
    bottom: 0;
    width: 200px !important;
    height: 50px;
    line-height: 50px;
    z-index: 5;
    font-family: "Megrim",sans-serif;
    text-shadow: 0 0 5px #cc25ce,0 0 10px #cc25ce,0 0 20px #cc25ce,0 0 40px #cc25ce,0 0 80px #cc25ce;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}

.slot-scanner-btn span {
    color: #fff !important;
    display: block;
    position: absolute;
    width: 230px;
    height: 50px;
    margin: 0;
    text-align: center;
}

.slot-scanner-btn span:nth-child(1) {
    box-shadow: none;
    opacity: 0;
    position: absolute;
}

.slot-scanner-grid-container .item1 img {
    height: 60px;
    text-align: center;
    margin: auto;
}

.slot-scanner-grid-container .item2 {
    margin-top: 5px;
    text-decoration: underline;
    padding-bottom: 5px;
}

@keyframes hideFromRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes showFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes hideFromLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes showFromleft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.slot-scanner-btn span:nth-child(2) {
    box-shadow: none;
    animation: showFromleft .5s forwards;
    transform: translateX(-100%);
    opacity: 0;
}

.slot-scanner-btn:hover span:nth-child(1) {
    animation: showFromRight .5s forwards;
}

.slot-scanner-btn:hover span:nth-child(2) {
    animation: hideFromRight .5s forwards;
}

.back-to-top {
    display: table;
    color: #fff;
    background-color: #2aa4ff;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    z-index: 5;
    transition: opacity 300ms ease-in-out;
    opacity: .5;
    cursor: pointer;
}

.back-to-top:hover {
    opacity: 1;
}

.back-to-top i.fas.fa-angle-up {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
}

@media screen and (min-width: 901px) {
    .navbar a:hover,.submenu:hover .submenu-item {
        background-color:#333;
    }

    .submenu-content a:hover {
        background-color: #4e4e4e;
    }

    .submenu:hover .submenu-content {
        display: block;
    }

    .footer-content .submenu:hover .submenu-content {
        margin-top: -98px;
        margin-left: 325px;
        display: block;
    }

    .footer-content #SoftwareProviders:hover .submenu-content {
        margin-top: -250px;
    }
}

@media screen and (max-width: 900px) {
   
	.primary-menu .menu {
		margin:auto;
	}
   
	.popup-title {
        font-size:2em;
    }

    .popup-content {
        max-width: 80%;
    }

    .popup-grid,.popup-grid-2 {
        display: block;
        max-width: 85%;
    }

    .popup-grid-2 .popup-grid-item {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .popup-grid-2 {
        margin-bottom: -20px;
    }

    body {
        overflow-x: hidden;
    }

    h1 {
        font-size: 2.3em;
    }

    .heading-title {
        font-size: 1em;
    }

    h2 {
        font-size: 1.8em;
    }

    .subheading {
        font-size: 1em;
    }

    .close {
        display: block;
        display: block;
        font-family: "Open Sans",sans-serif;
        font-size: 25px;
        font-weight: 500;
        color: #666;
        text-align: right;
        padding: 10px 15px 0;
        cursor: pointer;
    }

    .primary-menu {
        position: fixed;
        width: 100%;
        padding: 0;
    }

    .logo {
        padding: 0 !important;
        width: auto !important;
        position: relative;
        left: 5%;
    }

    .primary-menu i.fas.fa-bars {
        display: block;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        right: 5%;
        position: absolute;
        cursor: pointer;
    }

    .primary-menu .navbar {
        position: fixed;
        display: block;
        height: 100%;
        width: 60%;
        margin-top: 0;
        top: 0;
        right: -100%;
        background: #f7f7f7;
        transition: .5s;
        overflow-y: auto;
    }

    .primary-menu a {
        display: block;
        height: auto;
        color: #666;
    }

    .logo {
        padding: 0;
    }

    a.submenu {
        height: 48px;
        display: flex !important;
    }

    .primary-menu .submenu-item {
        height: 48px;
        width: 100%;
        display: flex;
    }

    .primary-menu .submenu-item a {
        display: flex;
        width: 60%;
        align-items: center;
        height: 48px !important;
    }

    .d-sub-arrow {
        display: none;
    }

    .primary-menu .sub-arrow {
        display: inline-flex;
        align-items: center;
        color: #666;
    }

    .primary-menu .submenu-content {
        position: relative;
        display: none;
    }

    .primary-menu .submenu-content a {
        color: #fff;
    }

    .primary-menu .submenu:nth-child(2),.primary-menu .submenu:nth-child(2) .submenu-content, 
	.primary-menu .submenu:nth-child(3),.primary-menu .submenu:nth-child(3) .submenu-content,
	.primary-menu .submenu:nth-child(4),.primary-menu .submenu:nth-child(4) .submenu-content,
	.primary-menu .submenu:nth-child(5),.primary-menu .submenu:nth-child(5) .submenu-content,
	.primary-menu .submenu:nth-child(6),.primary-menu .submenu:nth-child(6) .submenu-content {
        width: 100%;
    }

    .primary-menu .submenu {
        float: initial;
        display: block;
    }

    .banner-section {
        background-image: none;
        padding-top: 68px;
		margin-top:0;
    }

    .banner-section.nitro-lazy {
        background-image: none !important;
    }

    .banner-content {
        position: relative;
        display: block;
        max-width: 900px;
        padding: 40px 20px;
        top: 0;
        left: 0;
        transform: none;
    }

    .search_box {
        width: 80%;
    }

    .container-counters {
        width: 100%;
        max-width: 900px;
        margin: auto;
    }

    .counters td {
        width: 40%;
        display: inline-block;
        padding: 25px 5%;
    }

    .softwareProvider_section {
        background-image: none;
    }

    .softwareProvider_section.nitro-lazy {
        background-image: none !important;
    }

    .softwareProvider_section,.softwareProvider_section .background-overlay {
        min-height: 700px;
        padding: 60px 0 30px;
        width: 100%;
        display: block;
    }

    .softwareProvider_section .background-overlay {
        max-height: 700px;
    }

    .softwareProvider-content {
        position: relative;
        display: block;
        max-width: 88%;
        top: 0;
        left: 0;
        transform: none;
    }

    .slotgames-tabs-container {
        position: relative;
        display: block;
        width: 95%;
        margin: auto;
    }

    .slotgames-tabs-left-chevron,.slotgames-tabs,.slotgames-tabs-content,.slotgames-tabs-right-chevron {
        margin-top: 20px;
    }

    #response {
        color: #fff;
        display: block;
        width: 100%;
        margin: auto;
    }

    .custom-star-icon {
        color: #f9ad18;
        border-color: #f9ad18;
        font-size: 14px;
    }

    .review-rating-value {
        font-size: 14px;
        color: #f9ad18;
        font-family: "Open Sans",Sans-serif;
        font-weight: 500 !important;
    }

    .slot_games_item td {
        width: auto;
    }

    .slot-games-list th:nth-child(1),.slot-games-list td:nth-child(1) {
        width: 15%;
    }

    .slot-games-list th:nth-child(2),.slot-games-list td:nth-child(2) {
        width: 45%;
    }

    .slot-games-list th:nth-child(3),.slot-games-list td:nth-child(3) {
        width: 25%;
    }

    .slot-games-list td:nth-child(4) {
        width: 15%;
    }

    .slot-games-list td,.slot-games-list a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

    .slot-games-list-btn a i {
        color: #e91e63;
    }

    .onlineCasino-section,.onlineCasino-section .background-overlay {
        min-height: 2870px;
        width: 90%;
    }

    .onlineCasino-section {
        padding: 60px 5% 0px;
    }

    .onlineCasino-content {
        position: relative;
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none;
    }

    .top-online-casinos-container {
        width: auto;
    }

    .top-online-casinos-img img {
        height: auto;
        max-width: 100%;
    }

    .onlineCasino-section {
        min-height: 2770px;
        padding: 60px 5%;
        width: 90%;
        background-size: 50% auto;
        background-position: -50% 1%;
        line-height: initial;
    }

    .top-online-casinos-item {
        background: #f2f2f2;
        margin: 20px 0;
        border: 1px solid #000;
    }

    .top-online-casinos-img {
        display: block;
        margin: auto;
        padding: 25px 25px 10px;
        text-align: center;
        width: 80%;
        vertical-align: middle;
    }

    .top-online-casinos-item .elementor-star-rating i {
        font-size: 28px;
    }

    .top-online-casinos-item .elementor-star-rating i:before {
        color: #f9ad18;
    }

    .ribbon-triangle {
        width: 0;
        height: 0;
        border-style: solid;
		border-width: 0 60px 60px 0;
        border-color: #f1067c transparent #f1067c #f1067c;
        transform: rotate(-270deg);
        position: absolute;
    }
	
	.top-online-casinos-item:nth-child(1) .ribbon-triangle {
		border-color: #cc25ce transparent #cc25ce #cc25ce;
	}
	
    .ribbon-triangle-number {
        color: white;
        font-weight: bold;
		padding: 5px 13px;
		font-size: 1.5em;
        position: absolute;
    }

    .ratings-label {
        text-align: center;
        margin-bottom: 5px;
    }

    .deposit-method-label,.payout-speed-label {
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .deposit-method-icon {
        color: #001b5f;
        font-size: 1.8em;
        margin: 10px 0;
    }

    .top-online-casinos-item .benefits span {
        display: block;
        text-align: center;
        color: #e91e63;
        font-size: 20px;
        font-weight: 600;
    }

    .title-label {
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        padding: 10px 0;
        border-bottom: .5px solid #000;
    }

    .benefits {
        padding: 10px 0;
    }

    .count-number {
        font-size: 18px;
        font-style: italic;
        font-weight: 700;
        padding: 10px 0;
    }

    .count-number span {
        font-size: 26px;
        color: #2d5aba;
        display: inline;
    }

    .expandable-content {
        max-height: 0;
        text-align: center;
        padding: 10px 20px;
        overflow: hidden;
        transition: max-height .3s ease-out;
    }

    .expandable-btn {
        text-align: center;
        padding: 10px;
        cursor: pointer;
        color: #1e7ec6;
        font-size: 16px;
        font-weight: 600;
    }

    .expandable-btn:after {
        content: "";
        position: relative;
        bottom: 120px;
        margin-bottom: -120px;
        left: .5px;
        display: block;
        width: 99%;
        height: 120px;
        background: linear-gradient(to bottom,rgba(242,242,242,.2),rgba(242,242,242,1));
    }

    .expandable-btn span {
        position: absolute;
        display: block;
        width: 100%;
        z-index: 2;
        left: -5px;
        margin-top: -28px;
        text-align: center;
    }

    .top-online-casinos-item table tr:nth-child(1) {
        border-right: none;
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .top-online-casinos-item td {
        height: 80px;
    }

    .details-table {
        border: none;
        border-top: .5px solid #000;
        margin: 0;
    }

    .details-table td {
        vertical-align: top;
        border: none;
    }

    .details-table td:nth-child(1) {
        border-right: .5px solid #000 !important;
    }

    .btns {
        display: block;
        width: 90%;
        padding: 0 5%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .btns a {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #e91e63;
        border: 2px solid #fff;
        border-radius: 35px;
        padding: 20px 3%;
        width: 41.5%;
        text-align: center;
    }

    .btns a:hover {
        color: #e91e63;
        background-color: #fff;
        border: 2px solid #e91e63;
    }

    .stars-icon {
        text-align: center;
    }

    .custom-star-s28 {
        color: #f0ad4e;
        font-size: 28px;
        margin-left: -36px;
    }

    .newlySlots-section,.bestSlots-section,.softwareProviders-section {
        min-height: initial;
        height: initial;
        margin: 0;
        padding: 60px 0;
    }

    .bestSlots-section {
        padding-top: 0;
    }

    .trendingSlots-section {
        min-height: 1600px;
        padding: 60px 0;
        width: 100%;
        display: block;
    }

    .trendingSlots-section .background-overlay {
        max-height: inherit;
    }

    .trendingSlots-container,.newlySlots-container,.bestSlots-container {
        width: 100%;
    }

    .slotsContainer > div {
        margin: 25px 0;
    }

    .softwareProviders-content,.trendingSlots-content,.newlySlots-content,.bestSlots-content {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        transform: none;
    }

    .slotsContainer {
        display: block;
        margin: 0;
        padding: 20px;
        margin-top: -25px;
    }

    .slotsProvider {
        margin: 0;
        top: -50vw;
    }

    a.slotsLeads {
        font-size: 16px;
        width: 65%;
        margin: 15px auto;
    }

    .custom-icons i {
        font-size: 40px !important;
    }

    .custom-icons svg,.custom-icons img {
        width: 48px;
        height: 48px;
    }

    .custom-icons span {
        height: 12.5px;
        width: 50px;
    }

    .onlineCasino-content .custom-icons span,.newlySlots-content .custom-icons span,.bestSlots-content .custom-icons span,.blogPosts-section .custom-icons span,.faq-section .custom-icons span {
        height: 20.5px;
        width: 50px;
    }

    .newlySlots-content h2 {
        padding: 0 20px;
    }

    .softwareProviders-section {
        margin: 0;
        padding: 60px 0 0;
    }

    .softwareProviders-section {
        min-height: 1320px;
    }

    .softwareProviders-section .background-overlay {
        min-height: 1380px;
    }

    .softwareProviders-container {
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }

    .softwareProviders-container div {
        margin: 25px auto;
        width: 90%;
    }

    .sf-brands,.sf-contents,.sf-chevron {
        display: table-cell !important;
        vertical-align: middle;
    }

    .sf-contents h3 a {
        font-size: 18px;
        line-height: 1em;
    }

    .softwareProviders-container img {
        width: 80px;
        height: auto;
    }

    .softwareProviders-container .review-rating {
        margin: 0;
        margin-top: -5px;
        font-size: 14px;
    }

    .softwareProviders-container .review-rating .stars-icon {
        display: block !important;
        margin: 0;
        text-align: left;
    }

    .animation-wobble {
        margin-left: 0;
    }

    .SGM-content {
        padding: 60px 20px;
        line-height: inherit;
    }

    .SGM-content img {
        width: 100%;
        height: auto;
    }

    .blogPosts-section {
        margin: 0 0 60px;
    }

    .blogPosts-container {
        width: 65%;
        padding: 0px 25px;
    }

    .glide__slide {
        height: auto !important;
    }

    .accordion h3,.faq-container {
        width: 85%;
    }

    .accordion,.panel {
        width: 90%;
    }

    .footer-content {
        display: block;
        padding: 25px;
        text-align: center;
    }

    .footer-content .subheading {
        text-align: center;
    }

    .footer-content .submenu,.submenu .submenu-item {
        height: auto;
    }

    .footer-content .submenu-content a {
        padding: 15px 0;
    }

    .active {
        display: block !important;
        width: 100%;
        position: relative;
    }

    .cust-footer {
        padding: 0;
    }

    .latest-update {
        text-align: center !important;
        margin: -15px 0 !important;
    }

    .slotScanner-content {
        display: block;
        top: 0;
        left: 0;
        transform: none;
        padding: 60px 0;
        margin: 0 6%;
    }

    .slotScanner-section,.background-v-overlay,#video-element {
        height: 760px;
    }

    .slot-scanner-grid-container,.custom-countdown {
        width: 55%;
    }

    .slot-scanner-details .custom-countdown {
        margin: 25px 0 15px;
    }

    .slot-scanner-grid-container a:nth-child(3),.slot-scanner-grid-cbody {
        margin: 0;
        font-family: "Roboto",Sans-serif;
        color: #fff;
    }

    h1 {
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 42px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-top: 0;
        text-align: center;
    }

    .subheading {
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 18px;
        text-align: center;
    }

    h2 {
        font-size: 36px;
        margin: 0;
        text-align: center;
    }

    h2 a,.softwareProviders-section h3 a,.faq-section h2 {
        text-decoration: none;
        color: #000;
    }

    .trendingSlots-section h2 a,.softwareProvider_section h2 a,.softwareProviders-section h2 a {
        color: #fff;
    }

    .heading-title {
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 25px;
        max-width: 900px;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    h3 {
        font-size: 24px;
    }

    .softwareProviders-container h3 {
        margin-bottom: 10px;
    }

    p {
        text-align: justify;
        line-height: 24px;
    }

    .softwareProviders-container p {
        font-size: 12px;
        margin-top: 0;
    }

    .popup-section {
        background: rgba(0,0,0,.7);
        height: 100%;
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
    }

    .popup-title {
        color: #000;
        text-align: center;
        font-size: 2.5em;
        font-weight: 600;
        line-height: 1em;
        max-width: 600px;
        padding: 40px 20px 25px 20px;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #e91e63;
        margin: 0 auto 15px;
    }

    .popup-content {
        position: relative;
        background: #fff;
        max-width: 55%;
        margin: auto;
        vertical-align: middle;
        top: 50%;
        left: 0;
        transform: translate(0,-50%);
    }

    .popup-grid {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 15px;
        color: #000;
        margin: auto;
        max-width: 270px;
        padding-top: 10px;
    }

    .popup-grid-2 {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 15px;
        color: #000;
        margin: auto;
        max-width: 500px;
    }

    .popup-grid .popup-grid-item {
        margin-top: 15px;
        margin-bottom: 35px;
        border-radius: 0px 0px 5px 5px;
        box-shadow: 0px 0px 10px 0px #e91e63;
        position: relative;
    }

    #close-popup {
        position: absolute;
        color: #000;
        top: 5px;
        right: 10px;
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        font-size: 24px;
        cursor: pointer;
    }

    i.fas.fa-bars {
        display: none;
    }

    .close {
        display: none;
    }

    .primary-menu {
        background-color: transparent;
        background-image: linear-gradient(90deg,#3a4cb4 0%,#f2295b 100%);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
        padding: 0px 40px;
        position: relative;
        z-index: 999;
    }

    .primary-menu .menu {
        max-width: 1280px;
        margin: auto;
        display: flex;
        align-items: center;
        height: 68px;
    }

    .primary-menu .submenu {
        height: 50px !important;
    }

    div#pSlotGames,div#pSlotTypes,div#pSoftwareProviders,div#pCasinoSites {
        height: auto !important;
    }

    .primary-menu .submenu .submenu-item {
        height: auto !important;
    }

    .logo {
        display: inline-flex;
        width: 3.5%;
        padding: 10px 0;
    }

    .primary-menu img {
        height: 43px;
        width: 40px;
    }

    .primary-menu .navbar {
        overflow: hidden;
        width: 95%;
        position: relative;
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-end;
        height: 68px;
    }

    .primary-menu a,.primary-menu .navbar i.fas.fa-search {
        color: #fff;
        text-align: left;
        padding: 0 20px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1.5px;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

    .submenu {
        float: left;
        overflow: hidden;
    }

    .primary-menu .submenu-content {
        position: fixed;
        display: none;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
        z-index: 1;
    }

    .primary-menu .submenu:nth-child(3),.primary-menu .submenu:nth-child(3) .submenu-content {
        width: 148.18px;
    }

    .primary-menu .submenu:nth-child(4),.primary-menu .submenu:nth-child(4) .submenu-content {
        width: 143.51px;
    }

    .primary-menu .submenu:nth-child(5),.primary-menu .submenu:nth-child(5) .submenu-content {
        width: 222.85px;
    }

    .primary-menu .submenu:nth-child(6),.primary-menu .submenu:nth-child(6) .submenu-content {
        width: 156.53px;
    }

    .submenu .submenu-item {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .primary-menu .sub-arrow {
        display: none;
    }

    .sub-arrow i,.d-sub-arrow i {
        padding-left: 3.5px;
    }

    .submenu-content {
        display: none;
        position: absolute;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
        z-index: 1;
    }

    .submenu-content a {
        float: none;
        color: #fff;
        background-color: #333;
        padding: 12px 20px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-weight: 500;
        font-size: 13px;
        text-transform: capitalize;
        line-height: 20px;
        letter-spacing: 0;
    }

    .primary-menu .submenu-item a {
        height: 68px;
    }

    form.search-form {
        margin: 0;
    }

    form.search-input {
        display: none;
        width: 25%;
        height: auto;
        position: absolute;
        right: 0;
        margin: 0 120px;
        z-index: 4;
        background: #fff;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .search-input .search-field {
        width: 88%;
        border: none;
        font-size: 16px;
        background-color: transparent;
        height: 35px;
        color: #000 !important;
    }

    .search-input i.fas.fa-search {
        padding: 0 10px;
    }

    .banner-section {
        background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/slot-machine-banner-scaled.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 600px;
        position: relative;
        box-shadow: 0 10px 50px 0px #000;
        z-index: 3;
    }

    .banner-section.nitro-lazy {
        background-image: none !important;
    }

    .banner-section .background-overlay {
        background-color: transparent;
        background-image: linear-gradient(90deg,#3a4cb4 0%,#e91e63 100%);
        opacity: .9;
        transition: background .3s,border-radius .3s,opacity .3s;
        min-height: 600px;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .banner-content {
        position: absolute;
        max-width: 1280px;
        margin: auto;
        text-align: center;
        display: grid;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .search_box {
        background-color: #581b6e;
        border: 1px solid #d823d8;
        border-radius: 3px;
        display: block;
        padding: 20px;
        margin: 20px auto 40px;
        width: 60%;
    }

    i.fas.fa-search {
        color: #9c81a6;
    }

    .search-field {
        width: 90%;
        background: transparent;
        border: none;
        color: #9c81a6;
        font-size: 16px;
        padding: 0 10px;
    }

    .search-field:focus {
        outline: none;
    }

    input.search-field::placeholder {
        color: #9c81a6;
        font-size: 16px;
        font-weight: 500;
    }

    .container-counters {
        width: 900px;
        margin: auto;
    }

    #slot-games-counter,#free-slots-counter,#softwares-counter,#online-casinos-counter {
        display: block;
    }

    #slot-games-counter-m,#free-slots-counter-m,#softwares-counter-m,#online-casinos-counter-m {
        display: none;
    }

    .counters {
        text-align: center;
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        border-spacing: 0;
    }

    .counters td {
        width: 25%;
        padding: 50px;
    }

    .counters td:nth-child(1) {
        background-color: #511376;
    }

    .counters td:nth-child(2) {
        background-color: #910e78;
    }

    .counters td:nth-child(3) {
        background-color: #b20b79;
    }

    .counters td:nth-child(4) {
        background-color: #f1067c;
    }

    .counters a {
        color: #fff;
        text-decoration: none;
    }

    .counters a div {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .counters a:hover {
        color: #fff;
    }

    .softwareProvider_section {
        background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/software-provider-bg-scaled.jpg");
        background-position: center center;
        background-size: cover;
        min-height: 920px;
        position: relative;
        box-shadow: 0 -10px 50px 0px #000;
        z-index: 3;
    }

    .softwareProvider_section.nitro-lazy {
        background-image: none !important;
    }

    .softwareProvider_section .background-overlay {
        background-color: #2d146f;
        opacity: .95;
        max-height: 920px;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    #response {
        color: #fff;
        margin-top: 20px;
    }

    .custom-icons {
        position: relative;
        display: block;
        height: 50px;
        margin-bottom: 25px;
        text-align: center;
    }

    .custom-icons span {
        border-top: 2px solid #fff;
        position: relative;
        display: inline-block;
        height: 7.5px;
        width: 25px;
        margin: 0 10px;
    }

    .custom-icons svg,.custom-icons img {
        width: 26px;
        height: 26px;
    }

    .onlineCasino-content .custom-icons,.newlySlots-content .custom-icons,.bestSlots-content .custom-icons,.blogPosts-section .custom-icons,.faq-section .custom-icons {
        padding-top: 25px;
    }

    .onlineCasino-content .custom-icons span,.newlySlots-content .custom-icons span,.bestSlots-content .custom-icons span,.SGM-content span,.blogPosts-section .custom-icons span,.faq-section .custom-icons span {
        border-top: 2px solid #000;
    }

    .softwareProviders-content .custom-icons img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    i.fas.fa-th-list,i.fab.fa-hotjar,i.far.fa-eye {
        font-size: 26px;
        padding: 25px 0 15px;
        position: relative;
        display: inline-block;
    }

    i.far.fa-eye {
        text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
    }

    .slotScanner-content .custom-icons span {
        height: auto;
        box-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
        top: -10px;
    }

    .softwareProvider-content {
        position: absolute;
        max-width: 1000px;
        margin: auto;
        display: block;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .slotgames-tabs-container {
        position: relative;
    }

    .slotgames-tabs {
        color: white;
        display: block;
        width: 100%;
        overflow: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
        margin: auto;
        margin-bottom: 20px;
    }

    .slotgames-tabs::-webkit-scrollbar {
        display: none;
    }

    .slotgames-tabs-content {
        display: inline-block;
    }

    .slotgames-tabs-item {
        display: inline-block;
        padding: 2.5px 10px;
        border: 1px solid #efefef;
        cursor: pointer;
    }

    .slotgames-tabs::-webkit-scrollbar {
        display: none;
    }

    .slotgames-tabs-left-chevron,.slotgames-tabs-right-chevron {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 30px;
        color: white;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
    }

    .slotgames-tabs-left-chevron {
        top: -2px;
        left: -30px;
    }

    .slotgames-tabs-right-chevron {
        top: -2px;
        right: -30px;
    }

    .slotgames-tabs-left-chevron:hover,.slotgames-tabs-right-chevron:hover {
        color: #e91e63;
    }

    .slot-games-list {
        color: #fff;
        width: 100%;
        font-family: "open sans",sans-serif;
        font-weight: 600;
    }

    .slot-games-list tr {
        border-bottom: 1.5px solid #fff !important;
        display: table;
        width: 100%;
        padding: 5px 0;
    }

    .slot-games-list th {
        text-align: left;
        padding: 5px 0;
        width: 25%;
    }

    .slot_games_item td {
        width: 25%;
    }

    .slot-games-list td:nth-child(1) {
        width: 200px;
    }

    .slot-games-list a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .slot-games-list a {
        color: #fff;
        text-decoration: none;
    }

    .slot-games-list .mobile-review-rating-value,.slot-games-list .review-star {
        display: inline-block;
    }

    .slot-games-list-btn {
        text-align: right;
    }

    .slot-games-list-btn .onlineCasinos-popup,.slot-games-list-btn .reviews {
        display: inline-block;
        font-weight: 600;
        font-size: 15px !important;
        background: #e91e63;
        color: #fff !important;
        cursor: pointer;
        width: 30%;
        padding: 6px 0px;
        text-align: center;
    }

    span.elementor-button-icon.elementor-align-icon-right {
        display: none;
    }

    .onlineCasino-section {
        background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/transparent-bg-deco.jpg");
        background-position: center center;
        background-position: 0% 0%;
        background-size: cover;
        background-size: 21% auto;
        color: #000;
        position: relative;
        margin: auto;
        padding: 80px 0;
        line-height: 24px;
        background-repeat: no-repeat;
    }

    .onlineCasino-section.nitro-lazy {
        background-image: none !important;
    }

    .onlineCasino-section .background-overlay {
        height: 100%;
        width: 100%;
        position: absolute;
        background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/transparent-bg-deco.jpg");
        background-position: 0% -15%;
        background-repeat: no-repeat;
        background-size: 21% auto;
        transform: rotate(180deg);
        opacity: .7 !important;
        z-index: -1;
    }

    .onlineCasino-section .background-overlay.nitro-lazy {
        background-image: none !important;
    }

    .onlineCasino-section .subheading,.glide .subheading {
        color: #000;
    }

    .top-online-casinos-item {
        background: #f2f2f2;
        margin: 20px 0;
        border: 1px solid #000;
    }

    .top-online-casinos-item span {
        display: block;
        line-height: 32px;
    }

    .top-online-casinos-item table {
        margin: 0;
        width: 100%;
        color: #000;
    }

    .top-online-casinos-item td img {
        padding: 5px 20px;
    }

    .top-online-casinos-item td {
        width: 20%;
        height: 120px;
        text-align: center;
        border: none;
    }

    .top-online-casinos-item .elementor-star-rating i {
        font-size: 28px;
    }

    .top-online-casinos-item .elementor-star-rating i:before {
        color: #f9ad18;
    }

    .ratings-label {
        font-size: 24px;
    }

    .deposit-method-label,.payout-speed-label {
        font-size: 16px;
        font-weight: 600;
    }

    .deposit-method-icon {
        color: #001b5f;
        font-size: 32px;
    }

    .top-online-casinos-item .benefits {
        text-align: left;
        color: #e91e63;
        font-size: 20px;
        font-weight: 600;
    }

    .title-label {
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
    }

    .count-number {
        font-size: 18px;
        font-style: italic;
        font-weight: 700;
    }

    .count-number span {
        font-size: 26px;
        color: #2d5aba;
        display: inline;
    }

    .top-online-casinos-container {
        width: 1000px;
        margin: auto;
    }

    .top-online-casinos-item tbody {
        display: block;
        padding: 0 10px;
    }

    .top-online-casinos-item table tr:nth-child(1) {
        display: block;
        padding: 10px;
        border-bottom: 1px solid rgba(2,1,1,.35);
    }

    .top-online-casinos-item table tr:nth-child(1) td {
        border-right: 1px solid rgba(2,1,1,.35);
        margin: 10px 0;
    }

    .top-online-casinos-item table tr:nth-child(1) td:last-child {
        border-right: none;
        margin: 10px 0;
    }

    .btns a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #e91e63;
        border: 2px solid #fff;
        border-radius: 35px;
        padding: 15px;
        max-width: 150px;
        margin: 10px auto;
        text-decoration: none;
    }

    .btns a:hover {
        color: #e91e63;
        background-color: #fff;
        border: 2px solid #e91e63;
    }

    .stars-icon {
        text-align: center;
    }

    .custom-star-s28 {
        color: #f0ad4e;
        font-size: 28px;
        margin-left: -36px;
    }

    .trendingSlots-section,.softwareProviders-section {
        background-image: url("https://slotgamemalaysia.com/wp-content/uploads/2022/12/software-provider-bg-scaled.jpg");
        background-position: center center;
        background-size: cover;
        min-height: 1154px;
        position: relative;
    }

    .trendingSlots-section.nitro-lazy,.softwareProviders-section.nitro-lazy {
        background-image: none !important;
    }

    .softwareProviders-section {
        min-height: 851px;
    }

    .softwareProviders-div {
        padding: 20px 0 15px;
    }

    .trendingSlots-section .background-overlay,.softwareProviders-section .background-overlay {
        background-color: #2d146f;
        opacity: .95;
        max-height: 1154px;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .trendingSlots-container,.softwareProviders-container {
        width: 1000px;
        color: #000;
        line-height: 20px;
    }

    .softwareProviders-content {
        width: 100%;
        max-width: 950px;
    }

    .trendingSlots-content,.softwareProviders-content {
        position: absolute;
        margin: auto;
        display: block;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .slotsContainer {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 15px;
        margin-right: 45px;
    }

    .slotsContainer > div {
        background-color: #fff;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,50%);
        height: auto;
        position: relative;
    }

    .slotsProvider {
        font-family: "Open Sans",sans-serif;
        position: absolute;
        color: #fff;
        font-weight: 700;
        background: #2dc165;
        padding: 2px 15px 0px;
        font-size: 12px;
        line-height: 24px;
        border-radius: 15px;
        margin-top: -150px;
        right: 8px;
        margin-bottom: 10px;
        display: inline-block;
        text-transform: uppercase;
    }

    .slotsDetail {
        position: relative;
        padding: 10px;
    }

    .slot-recommended-image {
        width: 100%;
    }

    .slotsTitle {
        font-size: 18px;
        line-height: 1em;
        display: block;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .custom-yellow-star {
        margin-left: -18px;
    }

    .slotsContent {
        display: block;
        line-height: 1.2em;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-bottom: 5px;
    }

    .slotsReview {
        display: table;
        width: 100%;
        text-align: center;
    }

    .slotsReview a {
        text-decoration: none;
        color: #fff;
    }

    .slotsReview a {
        display: table-cell;
        font-weight: 600;
        font-size: 15px !important;
        background: #e91e63;
        padding: 10px;
        width: 50%;
        color: #fff !important;
    }

    .onlineCasinos-popup {
        display: table-cell;
        font-weight: 600;
        font-size: 15px !important;
        background: #e91e63;
        padding: 10px;
        width: 50%;
        color: #fff !important;
        cursor: pointer;
    }

    .slot-item img {
        width: 100%;
        height: auto;
    }

    .slot-item-content {
        margin-top: 10px;
        font-size: 12px;
    }

    .slot-item-content span {
        display: block;
    }

    .slotsContainer .review-rating-value {
        font-weight: inherit !important;
        color: #f0ad4e;
    }

    .slotsContainer .review-star {
        margin-top: 1.5px;
    }

    .slotsLeads {
        font-size: 16px;
        padding: 15px 30px;
        border-radius: 4px;
        color: #fff;
        background-color: #f1067c;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 30%;
        margin: 60px auto 0;
    }

    .newlySlots-section,.bestSlots-section {
        min-height: 1047px;
        position: relative;
    }

    .bestSlots-section {
        margin-top: -40px;
        margin-bottom: 40px;
        height: 1111px;
    }

    .newlySlots-container,.bestSlots-container {
        width: 1000px;
        color: #000;
        line-height: 20px;
    }

    .newlySlots-content,.bestSlots-content {
        position: absolute;
        margin: auto;
        display: block;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #000;
    }

    .newText {
        color: #2dc165;
        font-size: 12px;
        font-weight: 700;
        padding-left: 5px;
        margin-top: -5px;
        position: absolute;
        text-transform: uppercase;
    }

    .softwareProviders-container {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 15px;
        margin-right: 45px;
    }

    .softwareProviders-container > div {
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,50%);
        height: auto;
        position: relative;
        display: table;
    }

    .softwareProviders-div {
        padding: 0;
    }

    .sf-brands,.sf-contents,.sf-chevron {
        display: table-cell;
        vertical-align: middle;
    }

    .sf-brands,.sf-chevron {
        padding: 15px;
    }

    .sf-brands img {
        display: table-cell;
        margin: auto;
    }

    .softwareProviders-container .custom-yellow-star {
        margin-left: -22px;
    }

    .animation-wobble {
        color: #e91e63;
        font-size: 50px;
        margin-left: -50px;
    }

    .animation-wobble i:hover {
        animation-name: animation-wobble-horizontal;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    }

    @keyframes animation-wobble-horizontal {
        16.65% {
            transform: translateX(8px);
        }

        33.3% {
            transform: translateX(-6px);
        }

        49.95% {
            transform: translateX(4px);
        }

        66.6% {
            transform: translateX(-2px);
        }

        83.25% {
            transform: translateX(1px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .SGM-content {
        color: #000;
        min-height: 600px;
        position: relative;
        max-width: 1000px;
        margin: auto;
        padding: 20px 0;
        line-height: 24px;
    }

    .SGM-content h2 {
        margin-top: 80px;
    }

    .SGM-content h2:nth-child(1) {
        margin: 0;
    }

    .SGM-content i {
        font-size: 26px;
        padding: 25px 0 15px;
        position: relative;
        display: inline-block;
    }

    .SGM-content a,.panel a {
        color: #1e73be;
        text-decoration: none;
    }

    .SGM-content a:hover,.SGM-content .subheading {
        color: #000;
        font-weight: 600;
    }

    .SGM-content .subheading {
        margin-bottom: -60px;
    }

    .SGM-content .slotsLeads {
        color: #fff !important;
        margin-bottom: 60px !important;
        font-weight: inherit !important;
    }

    #load_more_slot_games {
        display: none !important;
    }

    .blogPosts-section {
        margin: 60px 0;
    }

    .blogPosts-container {
        max-width: 1000px;
        margin: auto;
        color: #000;
        padding: 0px 35px;
    }

    .blogPosts-container .subheading {
        color: #000;
        font-family: "Roboto",Sans-serif;
        font-size: 17px;
        font-weight: 600;
        text-align: left;
    }

    .glide__slide {
        border: 1px solid #ddd;
        height: 360px !important;
        margin-bottom: 20px;
    }

    .glide__slide a {
        color: #000;
        text-decoration: none;
    }

    .glide__slide img {
        width: 100%;
    }

    .glide__slide h4,.glide__slide p {
        padding: 0 20px;
    }

    .glide__arrow--left,.glide__arrow--right {
        width: 34px;
        height: 34px;
        color: #fff !important;
        background: #0274be !important;
        text-align: center;
        font-size: 20px;
        border-radius: 50% !important;
        border: 4px solid #0274be !important;
        padding: initial !important;
    }

    .glide__arrow--left {
        margin-left: -5em;
    }

    .glide__arrow--right {
        margin-right: -5em;
    }

    .glide__arrow--left:hover,.glide__arrow--right:hover {
        cursor: pointer;
        background: #fff !important;
        color: #0274be !important;
        border-color: #0274be !important;
    }

    .faq-section {
        margin: 80px 0;
    }

    .faq-container {
        max-width: 1000px;
        margin: auto;
        color: #000;
    }

    .accordion {
        border: 1px solid #d5d8dc;
        border-bottom: none;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        outline: none;
        transition: .4s;
    }

    .accordion h3 {
        display: inline-block;
        margin: 0;
        font-size: 18px;
        color: #4f34a1;
    }

    .accordion i {
        display: inline-block;
        float: right;
        font-size: 24px;
        color: #4f34a1;
    }

    .panel {
        width: 100%;
        max-height: 0;
        padding: 0 18px;
        overflow: hidden;
        border: 1px solid #d5d8dc;
        border-bottom: none;
        transition: max-height .2s ease-out;
    }

    .footer {
        background: #000;
    }

    .copyright {
        border-top: 1px solid #ddd;
    }

    .footer-content,.copyright-content {
        max-width: 1200px;
        margin: auto;
    }

    .footer-content {
        display: grid;
        grid-template-columns: 30.3% 39.3% 30.3%;
        padding: 35px 0;
    }

    .footer-content p {
        text-align: left;
        font-size: 17px;
        line-height: 22.5px;
    }

    .footer-content .subheading {
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
    }

    .footer-content i {
        color: #69727d;
        font-size: 35px;
        margin-right: 35px;
        display: inline-block;
    }

    .footer-content i:hover {
        color: #fff;
        font-size: 35px;
    }

    .footer-subheading {
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 24px !important;
        font-weight: 600;
        text-align: center !important;
    }

    .footer-content .menu {
        max-width: 1280px;
        margin: auto;
    }

    .footer-content .navbar {
        overflow: hidden;
        display: block;
        text-align: center;
    }

    .footer-content .navbar a {
        text-align: center;
        text-decoration: none;
    }

    .footer-content .submenu {
        float: none;
        overflow: hidden;
        display: block;
        text-align: center;
        width: 100%;
    }

    .footer-content a {
        display: block;
        text-align: center;
        width: 100%;
        float: none;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 400;
        text-transform: capitalize;
        color: #2aa4ff;
        letter-spacing: 0;
    }

    .footer-content .submenu-content a {
        padding: 15px;
        font-size: 16px;
    }

    .footer-content .submenu i {
        font-size: 18px;
        color: #2aa4ff;
        margin-right: 35px;
        display: inline-block;
    }

    .footer-content .submenu i:hover {
        font-size: 18px;
    }

    .footer-content .sub-arrow {
        display: inline;
        position: relative;
        top: 2px !important;
        padding-left: 5px;
        margin-right: -50px;
    }

    .footer-content .submenu .submenu-item {
        padding: 15px 0;
    }

    .footer-content .submenu .submenu-item a {
        display: inline;
    }

    .footer-content .submenu,.submenu .submenu-item {
        height: 50px;
    }

    .footer-content .submenu-item {
        height: 20px !important;
    }

    .af-header {
        padding: 25px 0px 0px 0px;
        text-align: center;
        font-size: 24px !important;
        font-weight: 600;
    }

    .af-body .af-element:first-child {
        background-color: #000;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 25.5px;
        padding: 20px;
    }

    .af-element:nth-child(2) {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 310px;
        margin: auto;
    }

    .af-element input#awf_field-115150010 {
        width: 60%;
        display: inline-block;
        text-align: center;
        height: 38px;
        font-size: .8rem;
        border-radius: 4px;
        outline: none;
    }

    .af-element .buttonContainer {
        display: inline-block;
        width: 35%;
        text-align: left;
    }

    .af-element .buttonContainer .submit {
        height: 42px;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 10%;
        background-color: #26a5e0;
        color: #fff;
        font-size: 80%;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .privacyPolicy {
        text-align: center;
        font-size: .85rem;
        color: #586784;
        padding-top: 15px;
    }

    .privacyPolicy a {
        color: #26a5e0;
        text-decoration: underline;
        font-style: normal;
        font-weight: normal;
        font-size: .85rem;
        display: inline;
    }

    .copyright {
        border-top: 1px solid #4f4f4f;
        padding: 20px 0;
        text-align: center;
    }

    .cust-footer {
        padding: 0 60px;
    }

    .latest-update {
        text-align: right !important;
        margin: -15px 0 !important;
    }

    .slotScanner-section {
        position: relative;
        min-height: 72vh;
        z-index: 2;
    }

    .background-overlay {
        position: relative;
        position: absolute;
        height: 72vh;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .background-v-overlay {
        width: 100%;
        height: 73vh;
        background: rgba(25,0,41,.8);
        position: absolute;
        z-index: 2;
    }

    #video-element {
        height: 72vh;
        object-fit: cover;
    }

    .slotScanner-content {
        position: absolute;
        margin: auto;
        margin: 0;
        display: block;
        z-index: 2;
        top: 52%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .slot-scanner-description {
        width: 100%;
        color: #fff;
        font-family: "Roboto",Sans-serif;
        font-size: 16px;
        text-align: center;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
        line-height: 1.2;
        margin: 18px auto;
    }

    .slot-scanner-heading {
        display: block;
        width: 100%;
        font-weight: 600;
        color: #fff;
        text-align: center;
        font-family: "Megrim",sans-serif;
        font-family: "Roboto",Sans-serif;
        text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
        line-height: 1.2;
        margin: auto;
        text-decoration: none;
    }

    .nextline {
        display: block;
    }

    .slot-scanner-details-container {
        display: block;
        width: 100%;
        font-family: "Megrim",sans-serif;
        text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
        color: #fff;
        margin: auto;
    }

    .slot-scanner-details {
        display: block;
        margin: auto;
        text-align: center;
    }

    .custom-countdown {
        width: 21%;
        height: 110px;
        padding: 32px 15px;
        font-family: "Megrim",sans-serif;
        text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        border: 2px solid #6f4ec2;
        border-radius: 8px;
        background-image: linear-gradient(rgba(72,50,128,.5),rgba(30,17,56,1));
        vertical-align: middle;
        margin-right: 5px;
    }

    .custom-countdown p {
        font-size: 1em;
        margin: 4px auto 15px;
        text-align: center;
    }

    #min,#sec {
        display: inline-block;
        font-size: 30px;
        border-radius: 5px;
        background: #483280;
        padding: 2px 10px;
    }

    .slot-scanner-grid-container {
        width: 67%;
        height: 135px;
        font-size: .85em;
        display: inline-block;
        text-align: center;
        position: relative;
        vertical-align: middle;
        margin-left: 5px;
        margin-left: 0;
        border: 2px solid #6f4ec2;
        border-radius: 8px;
        background-image: linear-gradient(rgba(72,50,128,.5),rgba(30,17,56,1));
        padding: 20px 15px;
    }

    .slot-scanner-grid {
        display: inline-block;
        display: inline-block;
        padding: 0 10px;
        margin: auto;
        font-family: "Megrim",sans-serif;
        text-shadow: 0 0 5px #6f4ec2,0 0 10px #6f4ec2,0 0 20px #6f4ec2,0 0 40px #6f4ec2,0 0 80px #6f4ec2;
        color: #fff;
        text-decoration: none;
    }

    .slot-scanner-grid-container a:hover {
        cursor: pointer;
        color: inherit !important;
    }

    .slot-scanner-grid-container i {
        position: absolute;
        cursor: pointer;
        font-size: 12px;
        padding: 5px;
        color: #eee;
        top: 7px;
        right: 10px;
    }

    .slot-scanner-grid-container i:hover {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        animation: rotateIcon 1s linear infinite;
    }

    @keyframes rotateIcon {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .slot-scanner-btn-container {
        width: 100%;
        display: block;
        z-index: 5;
    }

    .slot-scanner-btn {
        color: #fff;
        border: 1px solid #cc25ce;
        border: none;
        display: block;
        transition: all .3s ease;
        cursor: pointer;
        margin: 25px auto 0;
        bottom: 0;
        width: 200px !important;
        height: 50px;
        line-height: 50px;
        z-index: 5;
        font-family: "Megrim",sans-serif;
        text-shadow: 0 0 5px #cc25ce,0 0 10px #cc25ce,0 0 20px #cc25ce,0 0 40px #cc25ce,0 0 80px #cc25ce;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
    }

    .slot-scanner-btn span {
        color: #fff !important;
        display: block;
        position: absolute;
        width: 230px;
        height: 50px;
        margin: 0;
        text-align: center;
    }

    .slot-scanner-btn span:nth-child(1) {
        box-shadow: none;
        opacity: 0;
        position: absolute;
    }

    .slot-scanner-grid-container .item1 img {
        height: 60px;
        text-align: center;
        margin: auto;
    }

    .slot-scanner-grid-container .item2 {
        margin-top: 5px;
        text-decoration: underline;
        padding-bottom: 5px;
    }

    @keyframes hideFromRight {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        100% {
            transform: translateX(-100%);
            opacity: 0;
        }
    }

    @keyframes showFromRight {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes hideFromLeft {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        100% {
            transform: translateX(100%);
            opacity: 0;
        }
    }

    @keyframes showFromleft {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .slot-scanner-btn span:nth-child(2) {
        box-shadow: none;
        animation: showFromleft .5s forwards;
        transform: translateX(-100%);
        opacity: 0;
    }

    .slot-scanner-btn:hover span:nth-child(1) {
        animation: showFromRight .5s forwards;
    }

    .slot-scanner-btn:hover span:nth-child(2) {
        animation: hideFromRight .5s forwards;
    }

    @media screen and (min-width: 901px) {
        .navbar a:hover,.submenu:hover .submenu-item {
            background-color:#333;
        }

        .submenu-content a:hover {
            background-color: #4e4e4e;
        }

        .submenu:hover .submenu-content {
            display: block;
        }

        .footer-content .submenu:hover .submenu-content {
            margin-top: -98px;
            margin-left: 325px;
            display: block;
        }

        .footer-content #SoftwareProviders:hover .submenu-content {
            margin-top: -250px;
        }
    }

    @media screen and (max-width: 900px) {
        .popup-title {
            font-size:2em;
        }

        .popup-content {
            max-width: 80%;
        }

        .popup-grid,.popup-grid-2 {
            display: block;
            max-width: 85%;
        }

        .popup-grid-2 .popup-grid-item {
            margin-top: 15px;
            margin-bottom: 35px;
        }

        .popup-grid-2 {
            margin-bottom: -20px;
        }

		.installDialog {
			position: fixed;
			width: 60%;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background-color: #000;
			padding: 20px;
			border: 1px solid #ccc;
			border-radius: 5px;
			text-align: center;
			z-index: 6;
			color: #fff;
		}
		
        body {
            overflow-x: hidden;
        }

        h1 {
            font-size: 2.3em;
        }

        .heading-title {
            font-size: 1em;
        }

        h2 {
            font-size: 1.8em;
        }

        .subheading {
            font-size: 1em;
        }

        .close {
            display: block;
            display: block;
            font-family: "Open Sans",sans-serif;
            font-size: 25px;
            font-weight: 500;
            color: #666;
            text-align: right;
            padding: 10px 15px 0;
            cursor: pointer;
        }

        .primary-menu {
            position: fixed;
            width: 100%;
            padding: 0;
        }

        .logo {
            padding: 0 !important;
            width: auto !important;
            position: relative;
            left: 5%;
        }

        .primary-menu i.fas.fa-bars {
            display: block;
            color: #fff;
            font-size: 30px;
            line-height: 30px;
            right: 5%;
            position: absolute;
            cursor: pointer;
        }

        .primary-menu .navbar {
            position: fixed;
            display: block;
            height: 100%;
            width: 60%;
            margin-top: 0;
            top: 0;
            right: -100%;
            background: #f7f7f7;
            transition: .5s;
            overflow-y: auto;
        }

        .primary-menu a {
            display: block;
            height: auto;
            color: #666;
        }

        .logo {
            padding: 0;
        }

        a.submenu {
            height: 48px;
            display: flex !important;
        }

        .primary-menu .submenu-item {
            height: 48px;
            width: 100%;
            display: flex;
        }

        .primary-menu .submenu-item a {
            display: flex;
            width: 60%;
            align-items: center;
            height: 48px !important;
        }

        .d-sub-arrow {
            display: none;
        }

        .primary-menu .sub-arrow {
            display: inline-flex;
            align-items: center;
            color: #666;
        }

        .primary-menu .submenu-content {
            position: relative;
            display: none;
        }

        .primary-menu .submenu-content a {
            color: #fff;
        }

        .primary-menu .submenu:nth-child(2),.primary-menu .submenu:nth-child(2) .submenu-content,.primary-menu .submenu:nth-child(3),.primary-menu .submenu:nth-child(3) .submenu-content,.primary-menu .submenu:nth-child(4),.primary-menu .submenu:nth-child(4) .submenu-content,.primary-menu .submenu:nth-child(5),.primary-menu .submenu:nth-child(5) .submenu-content,.primary-menu .submenu:nth-child(6),.primary-menu .submenu:nth-child(6) .submenu-content {
            width: 100%;
        }

        .primary-menu .submenu {
            float: initial;
            display: block;
        }

        .banner-section {
            background-image: none;
            padding-top: 68px;
        }

        .banner-section.nitro-lazy {
            background-image: none !important;
        }

        .banner-content {
            position: relative;
            display: block;
            max-width: 900px;
            padding: 40px 20px;
            top: 0;
            left: 0;
            transform: none;
        }

        .search_box {
            width: 80%;
        }

        .container-counters {
            width: 100%;
            max-width: 900px;
            margin: auto;
        }

        .counters td {
            width: 40%;
            display: inline-block;
            padding: 25px 5%;
        }

        .softwareProvider_section {
            background-image: none;
        }

        .softwareProvider_section.nitro-lazy {
            background-image: none !important;
        }

        .softwareProvider_section,.softwareProvider_section .background-overlay {
            min-height: 700px;
            padding: 60px 0 30px;
            width: 100%;
            display: block;
        }

        .softwareProvider_section .background-overlay {
            max-height: 700px;
        }

        .softwareProvider-content {
            position: relative;
            display: block;
            max-width: 88%;
            top: 0;
            left: 0;
            transform: none;
        }

        .slotgames-tabs-container {
            position: relative;
            display: block;
            width: 95%;
            margin: auto;
        }

        .slotgames-tabs-left-chevron,.slotgames-tabs,.slotgames-tabs-content,.slotgames-tabs-right-chevron {
            margin-top: 20px;
        }

        #response {
            color: #fff;
            display: block;
            width: 100%;
            margin: auto;
        }

        .custom-star-icon {
            color: #f9ad18;
            border-color: #f9ad18;
            font-size: 14px;
        }

        .review-rating-value {
            font-size: 14px;
            color: #f9ad18;
            font-family: "Open Sans",Sans-serif;
            font-weight: 500 !important;
        }

        .slot_games_item td {
            width: auto;
        }

        .slot-games-list th:nth-child(1),.slot-games-list td:nth-child(1) {
            width: 15%;
        }

        .slot-games-list th:nth-child(2),.slot-games-list td:nth-child(2) {
            width: 45%;
        }

        .slot-games-list th:nth-child(3),.slot-games-list td:nth-child(3) {
            width: 25%;
        }

        .slot-games-list td:nth-child(4) {
            width: 15%;
        }

        .slot-games-list td,.slot-games-list a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }

        .slot-games-list-btn a i {
            color: #e91e63;
        }

        .onlineCasino-section,.onlineCasino-section .background-overlay {
            min-height: 2870px;
            width: 90%;
        }

        .onlineCasino-section {
            padding: 60px 5% 0px;
        }

        .onlineCasino-content {
            position: relative;
            max-width: 100%;
            top: 0;
            left: 0;
            transform: none;
        }

        .top-online-casinos-container {
            width: auto;
        }

        .top-online-casinos-img img {
            height: auto;
            max-width: 70%;
        }

        .onlineCasino-section {
            min-height: 2770px;
            padding: 60px 5%;
            width: 90%;
            background-size: 50% auto;
            background-position: -50% 1%;
            line-height: initial;
        }

        .top-online-casinos-item {
            background: #f2f2f2;
            margin: 20px 0;
            border: 1px solid #000;
        }

        .top-online-casinos-img {
            display: block;
            margin: auto;
            padding: 25px 25px 10px;
            text-align: center;
            width: 80%;
            vertical-align: middle;
        }

        .top-online-casinos-item .elementor-star-rating i {
            font-size: 28px;
        }

        .top-online-casinos-item .elementor-star-rating i:before {
            color: #f9ad18;
        }

        .ribbon-triangle {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 60px 60px 0;
            border-color: #f1067c transparent #f1067c #f1067c;
            transform: rotate(-270deg);
            position: absolute;
        }

		.top-online-casinos-item:nth-child(1) .ribbon-triangle {
			border-color: #cc25ce transparent #cc25ce #cc25ce;
		}
		
		.ribbon-triangle-number {
			color: white;
			font-weight: bold;
			padding: 5px 13px;
			font-size: 1.5em;
			position: absolute;
		}

        .ratings-label {
            text-align: center;
            margin-bottom: 5px;
        }

        .deposit-method-label,.payout-speed-label {
            font-size: 14px;
            font-weight: 600;
            display: block;
        }

        .deposit-method-icon {
            color: #001b5f;
            font-size: 1.8em;
            margin: 10px 0;
        }

        .top-online-casinos-item .benefits span {
            display: block;
            text-align: center;
            color: #e91e63;
            font-size: 20px;
            font-weight: 600;
        }

        .title-label {
            font-size: 20px;
            font-style: italic;
            font-weight: 700;
            padding: 10px 0;
            border-bottom: .5px solid #000;
        }

        .benefits {
            padding: 10px 0;
        }

        .count-number {
            font-size: 18px;
            font-style: italic;
            font-weight: 700;
            padding: 10px 0;
        }

        .count-number span {
            font-size: 26px;
            color: #2d5aba;
            display: inline;
        }

        .expandable-content {
            max-height: 0;
            text-align: center;
            padding: 10px 20px;
            overflow: hidden;
            transition: max-height .3s ease-out;
        }

        .expandable-btn {
            text-align: center;
            padding: 10px;
            cursor: pointer;
            color: #1e7ec6;
            font-size: 16px;
            font-weight: 600;
        }

        .expandable-btn:after {
            content: "";
            position: relative;
            bottom: 120px;
            margin-bottom: -120px;
            left: .5px;
            display: block;
            width: 99%;
            height: 120px;
            background: linear-gradient(to bottom,rgba(242,242,242,.2),rgba(242,242,242,1));
        }

        .expandable-btn span {
            position: absolute;
            display: block;
            width: 100%;
            z-index: 2;
            left: -5px;
            margin-top: -28px;
            text-align: center;
        }

        .top-online-casinos-item table tr:nth-child(1) {
            border-right: none;
            padding: 0;
            margin: 0;
            border-bottom: none;
        }

        .top-online-casinos-item td {
            height: 80px;
        }

        .details-table {
            border: none;
            border-top: .5px solid #000;
            margin: 0;
        }

        .details-table td {
            vertical-align: top;
            border: none;
        }

        .details-table td:nth-child(1) {
            border-right: .5px solid #000 !important;
        }

        .btns {
            display: block;
            width: 90%;
            padding: 0 5%;
            margin: 0 auto 20px;
            text-align: center;
        }

        .btns a {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            background-color: #e91e63;
            border: 2px solid #fff;
            border-radius: 35px;
            padding: 20px 3%;
            width: 41.5%;
            text-align: center;
        }

        .btns a:hover {
            color: #e91e63;
            background-color: #fff;
            border: 2px solid #e91e63;
        }

        .stars-icon {
            text-align: center;
        }

        .custom-star-s28 {
            color: #f0ad4e;
            font-size: 28px;
            margin-left: -36px;
        }

        .newlySlots-section,.bestSlots-section,.softwareProviders-section {
            min-height: initial;
            height: initial;
            margin: 0;
            padding: 60px 0;
        }

        .bestSlots-section {
            padding-top: 0;
        }

        .trendingSlots-section {
            min-height: 1600px;
            padding: 60px 0;
            width: 100%;
            display: block;
        }

        .trendingSlots-section .background-overlay {
            max-height: inherit;
        }

        .trendingSlots-container,.newlySlots-container,.bestSlots-container {
            width: 100%;
        }

        .slotsContainer > div {
            margin: 25px 0;
        }

        .softwareProviders-content,.trendingSlots-content,.newlySlots-content,.bestSlots-content {
            position: relative;
            display: block;
            top: 0;
            left: 0;
            transform: none;
        }

        .slotsContainer {
            display: block;
            margin: 0;
            padding: 20px;
            margin-top: -25px;
        }

        .slotsProvider {
            margin: 0;
            top: -50vw;
        }

        a.slotsLeads {
            font-size: 16px;
            width: 65%;
            margin: 15px auto;
        }

        .custom-icons i {
            font-size: 40px !important;
        }

        .custom-icons svg,.custom-icons img {
            width: 48px;
            height: 48px;
        }

        .custom-icons span {
            height: 12.5px;
            width: 50px;
        }

        .onlineCasino-content .custom-icons span,.newlySlots-content .custom-icons span,.bestSlots-content .custom-icons span,.blogPosts-section .custom-icons span,.faq-section .custom-icons span {
            height: 20.5px;
            width: 50px;
        }

        .newlySlots-content h2 {
            padding: 0 20px;
        }

        .softwareProviders-section {
            margin: 0;
            padding: 60px 0 0;
            min-height: 1240px;
        }

        .softwareProviders-section .background-overlay {
            min-height: 1300px;
        }

        .softwareProviders-container {
            display: block;
            width: 100%;
            padding-bottom: 20px;
        }

        .softwareProviders-container div {
            margin: 25px auto;
            width: 90%;
        }

        .sf-brands,.sf-contents,.sf-chevron {
            display: table-cell !important;
            vertical-align: middle;
        }

        .sf-contents h3 a {
            font-size: 18px;
            line-height: 1em;
        }

        .softwareProviders-container img {
            width: 80px;
            height: auto;
        }

        .softwareProviders-container .review-rating {
            margin: 0;
            margin-top: -5px;
            font-size: 14px;
        }

        .softwareProviders-container .review-rating .stars-icon {
            display: block !important;
            margin: 0;
            text-align: left;
        }

        .animation-wobble {
            margin-left: 0;
        }

        .SGM-content {
            padding: 60px 20px;
            line-height: inherit;
        }

        .SGM-content img {
            width: 100%;
            height: auto;
        }

        .blogPosts-section {
            margin: 0 0 60px;
        }

        .blogPosts-container {
            width: 65%;
            padding: 0px 25px;
        }

        .glide__slide {
            height: auto !important;
        }

        .accordion h3,.faq-container {
            width: 85%;
        }

        .accordion,.panel {
            width: 90%;
        }

        .footer {
            margin-bottom: 40px;
        }

        .footer-content {
            display: block;
            padding: 25px;
            text-align: center;
        }

        .footer-content .subheading {
            text-align: center;
        }

        .footer-content .submenu,.submenu .submenu-item {
            height: auto;
        }

        .footer-content .submenu-content a {
            padding: 15px 0;
        }

        .active {
            display: block !important;
            width: 100%;
            position: relative;
        }

        .cust-footer {
            padding: 0;
        }

        .latest-update {
            text-align: center !important;
            margin: -15px 0 !important;
        }

        .slotScanner-content {
            display: block;
            top: 0;
            left: 0;
            transform: none;
            padding: 60px 0;
        }

        .slotScanner-section,.background-v-overlay,#video-element {
            height: 790px;
        }

        .slot-scanner-grid-container,.custom-countdown {
            width: 55%;
        }

        .slot-scanner-details .custom-countdown {
            margin: 25px 0 15px;
        }

        .slot-scanner-grid-container .custom-icons {
            margin-bottom: 50px;
        }

        .heateor_sss_bottom_sharing .heateorSssTCBackground {
            background-color: white;
        }

        div.heateor_sss_bottom_sharing {
            width: 100% !important;
            left: 0 !important;
        }

        div.heateor_sss_bottom_sharing a {
            width: 16.666666666667% !important;
        }

        div.heateor_sss_bottom_sharing .heateor_sss_svg {
            width: 100% !important;
        }

        div.heateor_sss_bottom_sharing div.heateorSssTotalShareCount {
            font-size: 1em !important;
            line-height: 28px !important;
        }

        div.heateor_sss_bottom_sharing div.heateorSssTotalShareText {
            font-size: .7em !important;
            line-height: 0px !important;
        }

        div.heateor_sss_mobile_footer {
            display: block;
            height: 40px;
        }

        .heateor_sss_bottom_sharing {
            padding: 0 !important;
            display: block !important;
            width: auto !important;
            bottom: 0 !important;
            top: auto !important;
        }

        .heateor_sss_bottom_sharing .heateor_sss_square_count {
            line-height: inherit;
        }

        .heateor_sss_bottom_sharing .heateorSssSharingArrow {
            display: none;
        }

        .heateor_sss_bottom_sharing .heateorSssTCBackground {
            margin-right: 1.1em !important;
        }

        a.heateor_sss_button_twitter,a.heateor_sss_button_facebook_messenger,a.heateor_sss_button_telegram {
            margin-left: -4.5px;
        }

        .back-to-top {
            margin-bottom: 15px;
        }
    }
}

#wpadminbar{
	position: fixed !important;
}

div#wpadminbar + .primary-menu {
    margin-top: 30px;
}

.mobmenu-overlay, .mob-menu-header-holder.mobmenu, .mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel {
    display: none !important;
}

.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "";
}

.fa-accessible-icon:before {
    content: "";
}

.fa-accusoft:before {
    content: "";
}

.fa-acquisitions-incorporated:before {
    content: "";
}

.fa-ad:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-card:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-adversal:before {
    content: "";
}

.fa-affiliatetheme:before {
    content: "";
}

.fa-air-freshener:before {
    content: "";
}

.fa-airbnb:before {
    content: "";
}

.fa-algolia:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-alipay:before {
    content: "";
}

.fa-allergies:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-amazon-pay:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-amilia:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angry:before {
    content: "";
}

.fa-angrycreative:before {
    content: "";
}

.fa-angular:before {
    content: "";
}

.fa-ankh:before {
    content: "";
}

.fa-app-store:before {
    content: "";
}

.fa-app-store-ios:before {
    content: "";
}

.fa-apper:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-apple-alt:before {
    content: "";
}

.fa-apple-pay:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-archway:before {
    content: "";
}

.fa-arrow-alt-circle-down:before {
    content: "";
}

.fa-arrow-alt-circle-left:before {
    content: "";
}

.fa-arrow-alt-circle-right:before {
    content: "";
}

.fa-arrow-alt-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-arrows-alt-h:before {
    content: "";
}

.fa-arrows-alt-v:before {
    content: "";
}

.fa-artstation:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-asymmetrik:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-atlas:before {
    content: "";
}

.fa-atlassian:before {
    content: "";
}

.fa-atom:before {
    content: "";
}

.fa-audible:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-autoprefixer:before {
    content: "";
}

.fa-avianex:before {
    content: "";
}

.fa-aviato:before {
    content: "";
}

.fa-award:before {
    content: "";
}

.fa-aws:before {
    content: "";
}

.fa-baby:before {
    content: "";
}

.fa-baby-carriage:before {
    content: "";
}

.fa-backspace:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-bacon:before {
    content: "";
}

.fa-bacteria:before {
    content: "";
}

.fa-bacterium:before {
    content: "";
}

.fa-bahai:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-balance-scale-left:before {
    content: "";
}

.fa-balance-scale-right:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-band-aid:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-bars:before {
    content: "";
}

.fa-baseball-ball:before {
    content: "";
}

.fa-basketball-ball:before {
    content: "";
}

.fa-bath:before {
    content: "";
}

.fa-battery-empty:before {
    content: "";
}

.fa-battery-full:before {
    content: "";
}

.fa-battery-half:before {
    content: "";
}

.fa-battery-quarter:before {
    content: "";
}

.fa-battery-three-quarters:before {
    content: "";
}

.fa-battle-net:before {
    content: "";
}

.fa-bed:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bezier-curve:before {
    content: "";
}

.fa-bible:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-biking:before {
    content: "";
}

.fa-bimobject:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-biohazard:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitcoin:before {
    content: "";
}

.fa-bity:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-blackberry:before {
    content: "";
}

.fa-blender:before {
    content: "";
}

.fa-blender-phone:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-blog:before {
    content: "";
}

.fa-blogger:before {
    content: "";
}

.fa-blogger-b:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-bolt:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-bone:before {
    content: "";
}

.fa-bong:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-book-dead:before {
    content: "";
}

.fa-book-medical:before {
    content: "";
}

.fa-book-open:before {
    content: "";
}

.fa-book-reader:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-bootstrap:before {
    content: "";
}

.fa-border-all:before {
    content: "";
}

.fa-border-none:before {
    content: "";
}

.fa-border-style:before {
    content: "";
}

.fa-bowling-ball:before {
    content: "";
}

.fa-box:before {
    content: "";
}

.fa-box-open:before {
    content: "";
}

.fa-box-tissue:before {
    content: "";
}

.fa-boxes:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-brain:before {
    content: "";
}

.fa-bread-slice:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-briefcase-medical:before {
    content: "";
}

.fa-broadcast-tower:before {
    content: "";
}

.fa-broom:before {
    content: "";
}

.fa-brush:before {
    content: "";
}

.fa-btc:before {
    content: "";
}

.fa-buffer:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-burn:before {
    content: "";
}

.fa-buromobelexperte:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-bus-alt:before {
    content: "";
}

.fa-business-time:before {
    content: "";
}

.fa-buy-n-large:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-calendar-alt:before {
    content: "";
}

.fa-calendar-check:before {
    content: "";
}

.fa-calendar-day:before {
    content: "";
}

.fa-calendar-minus:before {
    content: "";
}

.fa-calendar-plus:before {
    content: "";
}

.fa-calendar-times:before {
    content: "";
}

.fa-calendar-week:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-campground:before {
    content: "";
}

.fa-canadian-maple-leaf:before {
    content: "";
}

.fa-candy-cane:before {
    content: "";
}

.fa-cannabis:before {
    content: "";
}

.fa-capsules:before {
    content: "";
}

.fa-car:before {
    content: "";
}

.fa-car-alt:before {
    content: "";
}

.fa-car-battery:before {
    content: "";
}

.fa-car-crash:before {
    content: "";
}

.fa-car-side:before {
    content: "";
}

.fa-caravan:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-caret-square-down:before {
    content: "";
}

.fa-caret-square-left:before {
    content: "";
}

.fa-caret-square-right:before {
    content: "";
}

.fa-caret-square-up:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-carrot:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cash-register:before {
    content: "";
}

.fa-cat:before {
    content: "";
}

.fa-cc-amazon-pay:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-apple-pay:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-centercode:before {
    content: "";
}

.fa-centos:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-chair:before {
    content: "";
}

.fa-chalkboard:before {
    content: "";
}

.fa-chalkboard-teacher:before {
    content: "";
}

.fa-charging-station:before {
    content: "";
}

.fa-chart-area:before {
    content: "";
}

.fa-chart-bar:before {
    content: "";
}

.fa-chart-line:before {
    content: "";
}

.fa-chart-pie:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-check-double:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-cheese:before {
    content: "";
}

.fa-chess:before {
    content: "";
}

.fa-chess-bishop:before {
    content: "";
}

.fa-chess-board:before {
    content: "";
}

.fa-chess-king:before {
    content: "";
}

.fa-chess-knight:before {
    content: "";
}

.fa-chess-pawn:before {
    content: "";
}

.fa-chess-queen:before {
    content: "";
}

.fa-chess-rook:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-chromecast:before {
    content: "";
}

.fa-church:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-circle-notch:before {
    content: "";
}

.fa-city:before {
    content: "";
}

.fa-clinic-medical:before {
    content: "";
}

.fa-clipboard:before {
    content: "";
}

.fa-clipboard-check:before {
    content: "";
}

.fa-clipboard-list:before {
    content: "";
}

.fa-clock:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-closed-captioning:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-cloud-download-alt:before {
    content: "";
}

.fa-cloud-meatball:before {
    content: "";
}

.fa-cloud-moon:before {
    content: "";
}

.fa-cloud-moon-rain:before {
    content: "";
}

.fa-cloud-rain:before {
    content: "";
}

.fa-cloud-showers-heavy:before {
    content: "";
}

.fa-cloud-sun:before {
    content: "";
}

.fa-cloud-sun-rain:before {
    content: "";
}

.fa-cloud-upload-alt:before {
    content: "";
}

.fa-cloudflare:before {
    content: "";
}

.fa-cloudscale:before {
    content: "";
}

.fa-cloudsmith:before {
    content: "";
}

.fa-cloudversify:before {
    content: "";
}

.fa-cocktail:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-code-branch:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cog:before {
    content: "";
}

.fa-cogs:before {
    content: "";
}

.fa-coins:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-comment-alt:before {
    content: "";
}

.fa-comment-dollar:before {
    content: "";
}

.fa-comment-dots:before {
    content: "";
}

.fa-comment-medical:before {
    content: "";
}

.fa-comment-slash:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-comments-dollar:before {
    content: "";
}

.fa-compact-disc:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-compress-alt:before {
    content: "";
}

.fa-compress-arrows-alt:before {
    content: "";
}

.fa-concierge-bell:before {
    content: "";
}

.fa-confluence:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-cookie:before {
    content: "";
}

.fa-cookie-bite:before {
    content: "";
}

.fa-copy:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-cotton-bureau:before {
    content: "";
}

.fa-couch:before {
    content: "";
}

.fa-cpanel:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-creative-commons-by:before {
    content: "";
}

.fa-creative-commons-nc:before {
    content: "";
}

.fa-creative-commons-nc-eu:before {
    content: "";
}

.fa-creative-commons-nc-jp:before {
    content: "";
}

.fa-creative-commons-nd:before {
    content: "";
}

.fa-creative-commons-pd:before {
    content: "";
}

.fa-creative-commons-pd-alt:before {
    content: "";
}

.fa-creative-commons-remix:before {
    content: "";
}

.fa-creative-commons-sa:before {
    content: "";
}

.fa-creative-commons-sampling:before {
    content: "";
}

.fa-creative-commons-sampling-plus:before {
    content: "";
}

.fa-creative-commons-share:before {
    content: "";
}

.fa-creative-commons-zero:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-critical-role:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-crop-alt:before {
    content: "";
}

.fa-cross:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-crow:before {
    content: "";
}

.fa-crown:before {
    content: "";
}

.fa-crutch:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-css3-alt:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-cut:before {
    content: "";
}

.fa-cuttlefish:before {
    content: "";
}

.fa-d-and-d:before {
    content: "";
}

.fa-d-and-d-beyond:before {
    content: "";
}

.fa-dailymotion:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-deaf:before {
    content: "";
}

.fa-deezer:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-democrat:before {
    content: "";
}

.fa-deploydog:before {
    content: "";
}

.fa-deskpro:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-dev:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-dharmachakra:before {
    content: "";
}

.fa-dhl:before {
    content: "";
}

.fa-diagnoses:before {
    content: "";
}

.fa-diaspora:before {
    content: "";
}

.fa-dice:before {
    content: "";
}

.fa-dice-d20:before {
    content: "";
}

.fa-dice-d6:before {
    content: "";
}

.fa-dice-five:before {
    content: "";
}

.fa-dice-four:before {
    content: "";
}

.fa-dice-one:before {
    content: "";
}

.fa-dice-six:before {
    content: "";
}

.fa-dice-three:before {
    content: "";
}

.fa-dice-two:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-digital-ocean:before {
    content: "";
}

.fa-digital-tachograph:before {
    content: "";
}

.fa-directions:before {
    content: "";
}

.fa-discord:before {
    content: "";
}

.fa-discourse:before {
    content: "";
}

.fa-disease:before {
    content: "";
}

.fa-divide:before {
    content: "";
}

.fa-dizzy:before {
    content: "";
}

.fa-dna:before {
    content: "";
}

.fa-dochub:before {
    content: "";
}

.fa-docker:before {
    content: "";
}

.fa-dog:before {
    content: "";
}

.fa-dollar-sign:before {
    content: "";
}

.fa-dolly:before {
    content: "";
}

.fa-dolly-flatbed:before {
    content: "";
}

.fa-donate:before {
    content: "";
}

.fa-door-closed:before {
    content: "";
}

.fa-door-open:before {
    content: "";
}

.fa-dot-circle:before {
    content: "";
}

.fa-dove:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-draft2digital:before {
    content: "";
}

.fa-drafting-compass:before {
    content: "";
}

.fa-dragon:before {
    content: "";
}

.fa-draw-polygon:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-dribbble-square:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-drum:before {
    content: "";
}

.fa-drum-steelpan:before {
    content: "";
}

.fa-drumstick-bite:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-dumbbell:before {
    content: "";
}

.fa-dumpster:before {
    content: "";
}

.fa-dumpster-fire:before {
    content: "";
}

.fa-dungeon:before {
    content: "";
}

.fa-dyalog:before {
    content: "";
}

.fa-earlybirds:before {
    content: "";
}

.fa-ebay:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-edge-legacy:before {
    content: "";
}

.fa-edit:before {
    content: "";
}

.fa-egg:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-elementor:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-ello:before {
    content: "";
}

.fa-ember:before {
    content: "";
}

.fa-empire:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-text:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-equals:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-erlang:before {
    content: "";
}

.fa-ethereum:before {
    content: "";
}

.fa-ethernet:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-euro-sign:before {
    content: "";
}

.fa-evernote:before {
    content: "";
}

.fa-exchange-alt:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-exclamation-triangle:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-expand-alt:before {
    content: "";
}

.fa-expand-arrows-alt:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-external-link-alt:before {
    content: "";
}

.fa-external-link-square-alt:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-dropper:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-facebook:before {
    content: "";
}

.fa-facebook-f:before {
    content: "";
}

.fa-facebook-messenger:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-fan:before {
    content: "";
}

.fa-fantasy-flight-games:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-faucet:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-feather:before {
    content: "";
}

.fa-feather-alt:before {
    content: "";
}

.fa-fedex:before {
    content: "";
}

.fa-fedora:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-figma:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-alt:before {
    content: "";
}

.fa-file-archive:before {
    content: "";
}

.fa-file-audio:before {
    content: "";
}

.fa-file-code:before {
    content: "";
}

.fa-file-contract:before {
    content: "";
}

.fa-file-csv:before {
    content: "";
}

.fa-file-download:before {
    content: "";
}

.fa-file-excel:before {
    content: "";
}

.fa-file-export:before {
    content: "";
}

.fa-file-image:before {
    content: "";
}

.fa-file-import:before {
    content: "";
}

.fa-file-invoice:before {
    content: "";
}

.fa-file-invoice-dollar:before {
    content: "";
}

.fa-file-medical:before {
    content: "";
}

.fa-file-medical-alt:before {
    content: "";
}

.fa-file-pdf:before {
    content: "";
}

.fa-file-powerpoint:before {
    content: "";
}

.fa-file-prescription:before {
    content: "";
}

.fa-file-signature:before {
    content: "";
}

.fa-file-upload:before {
    content: "";
}

.fa-file-video:before {
    content: "";
}

.fa-file-word:before {
    content: "";
}

.fa-fill:before {
    content: "";
}

.fa-fill-drip:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-fingerprint:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-fire-alt:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-firefox-browser:before {
    content: "";
}

.fa-first-aid:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-first-order-alt:before {
    content: "";
}

.fa-firstdraft:before {
    content: "";
}

.fa-fish:before {
    content: "";
}

.fa-fist-raised:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-flag-usa:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-flipboard:before {
    content: "";
}

.fa-flushed:before {
    content: "";
}

.fa-fly:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-minus:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-folder-plus:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-font-awesome:before {
    content: "";
}

.fa-font-awesome-alt:before {
    content: "";
}

.fa-font-awesome-flag:before {
    content: "";
}

.fa-font-awesome-logo-full:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-fonticons-fi:before {
    content: "";
}

.fa-football-ball:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-fort-awesome-alt:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-freebsd:before {
    content: "";
}

.fa-frog:before {
    content: "";
}

.fa-frown:before {
    content: "";
}

.fa-frown-open:before {
    content: "";
}

.fa-fulcrum:before {
    content: "";
}

.fa-funnel-dollar:before {
    content: "";
}

.fa-futbol:before {
    content: "";
}

.fa-galactic-republic:before {
    content: "";
}

.fa-galactic-senate:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-gas-pump:before {
    content: "";
}

.fa-gavel:before {
    content: "";
}

.fa-gem:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-ghost:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-gifts:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-git-alt:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-gitkraken:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-gitter:before {
    content: "";
}

.fa-glass-cheers:before {
    content: "";
}

.fa-glass-martini:before {
    content: "";
}

.fa-glass-martini-alt:before {
    content: "";
}

.fa-glass-whiskey:before {
    content: "";
}

.fa-glasses:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-globe-africa:before {
    content: "";
}

.fa-globe-americas:before {
    content: "";
}

.fa-globe-asia:before {
    content: "";
}

.fa-globe-europe:before {
    content: "";
}

.fa-gofore:before {
    content: "";
}

.fa-golf-ball:before {
    content: "";
}

.fa-goodreads:before {
    content: "";
}

.fa-goodreads-g:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-google-drive:before {
    content: "";
}

.fa-google-pay:before {
    content: "";
}

.fa-google-play:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-google-plus-g:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-gopuram:before {
    content: "";
}

.fa-graduation-cap:before {
    content: "";
}

.fa-gratipay:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-greater-than:before {
    content: "";
}

.fa-greater-than-equal:before {
    content: "";
}

.fa-grimace:before {
    content: "";
}

.fa-grin:before {
    content: "";
}

.fa-grin-alt:before {
    content: "";
}

.fa-grin-beam:before {
    content: "";
}

.fa-grin-beam-sweat:before {
    content: "";
}

.fa-grin-hearts:before {
    content: "";
}

.fa-grin-squint:before {
    content: "";
}

.fa-grin-squint-tears:before {
    content: "";
}

.fa-grin-stars:before {
    content: "";
}

.fa-grin-tears:before {
    content: "";
}

.fa-grin-tongue:before {
    content: "";
}

.fa-grin-tongue-squint:before {
    content: "";
}

.fa-grin-tongue-wink:before {
    content: "";
}

.fa-grin-wink:before {
    content: "";
}

.fa-grip-horizontal:before {
    content: "";
}

.fa-grip-lines:before {
    content: "";
}

.fa-grip-lines-vertical:before {
    content: "";
}

.fa-grip-vertical:before {
    content: "";
}

.fa-gripfire:before {
    content: "";
}

.fa-grunt:before {
    content: "";
}

.fa-guilded:before {
    content: "";
}

.fa-guitar:before {
    content: "";
}

.fa-gulp:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-hacker-news-square:before {
    content: "";
}

.fa-hackerrank:before {
    content: "";
}

.fa-hamburger:before {
    content: "";
}

.fa-hammer:before {
    content: "";
}

.fa-hamsa:before {
    content: "";
}

.fa-hand-holding:before {
    content: "";
}

.fa-hand-holding-heart:before {
    content: "";
}

.fa-hand-holding-medical:before {
    content: "";
}

.fa-hand-holding-usd:before {
    content: "";
}

.fa-hand-holding-water:before {
    content: "";
}

.fa-hand-lizard:before {
    content: "";
}

.fa-hand-middle-finger:before {
    content: "";
}

.fa-hand-paper:before {
    content: "";
}

.fa-hand-peace:before {
    content: "";
}

.fa-hand-point-down:before {
    content: "";
}

.fa-hand-point-left:before {
    content: "";
}

.fa-hand-point-right:before {
    content: "";
}

.fa-hand-point-up:before {
    content: "";
}

.fa-hand-pointer:before {
    content: "";
}

.fa-hand-rock:before {
    content: "";
}

.fa-hand-scissors:before {
    content: "";
}

.fa-hand-sparkles:before {
    content: "";
}

.fa-hand-spock:before {
    content: "";
}

.fa-hands:before {
    content: "";
}

.fa-hands-helping:before {
    content: "";
}

.fa-hands-wash:before {
    content: "";
}

.fa-handshake:before {
    content: "";
}

.fa-handshake-alt-slash:before {
    content: "";
}

.fa-handshake-slash:before {
    content: "";
}

.fa-hanukiah:before {
    content: "";
}

.fa-hard-hat:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-hat-cowboy:before {
    content: "";
}

.fa-hat-cowboy-side:before {
    content: "";
}

.fa-hat-wizard:before {
    content: "";
}

.fa-hdd:before {
    content: "";
}

.fa-head-side-cough:before {
    content: "";
}

.fa-head-side-cough-slash:before {
    content: "";
}

.fa-head-side-mask:before {
    content: "";
}

.fa-head-side-virus:before {
    content: "";
}

.fa-heading:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-headphones-alt:before {
    content: "";
}

.fa-headset:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-heart-broken:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-helicopter:before {
    content: "";
}

.fa-highlighter:before {
    content: "";
}

.fa-hiking:before {
    content: "";
}

.fa-hippo:before {
    content: "";
}

.fa-hips:before {
    content: "";
}

.fa-hire-a-helper:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-hive:before {
    content: "";
}

.fa-hockey-puck:before {
    content: "";
}

.fa-holly-berry:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-hooli:before {
    content: "";
}

.fa-hornbill:before {
    content: "";
}

.fa-horse:before {
    content: "";
}

.fa-horse-head:before {
    content: "";
}

.fa-hospital:before {
    content: "";
}

.fa-hospital-alt:before {
    content: "";
}

.fa-hospital-symbol:before {
    content: "";
}

.fa-hospital-user:before {
    content: "";
}

.fa-hot-tub:before {
    content: "";
}

.fa-hotdog:before {
    content: "";
}

.fa-hotel:before {
    content: "";
}

.fa-hotjar:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-start:before {
    content: "";
}

.fa-house-damage:before {
    content: "";
}

.fa-house-user:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-hryvnia:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-hubspot:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-ice-cream:before {
    content: "";
}

.fa-icicles:before {
    content: "";
}

.fa-icons:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-id-card:before {
    content: "";
}

.fa-id-card-alt:before {
    content: "";
}

.fa-ideal:before {
    content: "";
}

.fa-igloo:before {
    content: "";
}

.fa-image:before {
    content: "";
}

.fa-images:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-infinity:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-innosoft:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-instagram-square:before {
    content: "";
}

.fa-instalod:before {
    content: "";
}

.fa-intercom:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-invision:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-itch-io:before {
    content: "";
}

.fa-itunes:before {
    content: "";
}

.fa-itunes-note:before {
    content: "";
}

.fa-java:before {
    content: "";
}

.fa-jedi:before {
    content: "";
}

.fa-jedi-order:before {
    content: "";
}

.fa-jenkins:before {
    content: "";
}

.fa-jira:before {
    content: "";
}

.fa-joget:before {
    content: "";
}

.fa-joint:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-journal-whills:before {
    content: "";
}

.fa-js:before {
    content: "";
}

.fa-js-square:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-kaaba:before {
    content: "";
}

.fa-kaggle:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-keybase:before {
    content: "";
}

.fa-keyboard:before {
    content: "";
}

.fa-keycdn:before {
    content: "";
}

.fa-khanda:before {
    content: "";
}

.fa-kickstarter:before {
    content: "";
}

.fa-kickstarter-k:before {
    content: "";
}

.fa-kiss:before {
    content: "";
}

.fa-kiss-beam:before {
    content: "";
}

.fa-kiss-wink-heart:before {
    content: "";
}

.fa-kiwi-bird:before {
    content: "";
}

.fa-korvue:before {
    content: "";
}

.fa-landmark:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-laptop-code:before {
    content: "";
}

.fa-laptop-house:before {
    content: "";
}

.fa-laptop-medical:before {
    content: "";
}

.fa-laravel:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-laugh:before {
    content: "";
}

.fa-laugh-beam:before {
    content: "";
}

.fa-laugh-squint:before {
    content: "";
}

.fa-laugh-wink:before {
    content: "";
}

.fa-layer-group:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-lemon:before {
    content: "";
}

.fa-less:before {
    content: "";
}

.fa-less-than:before {
    content: "";
}

.fa-less-than-equal:before {
    content: "";
}

.fa-level-down-alt:before {
    content: "";
}

.fa-level-up-alt:before {
    content: "";
}

.fa-life-ring:before {
    content: "";
}

.fa-lightbulb:before {
    content: "";
}

.fa-line:before {
    content: "";
}

.fa-link:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-linkedin-in:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-lira-sign:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-lock-open:before {
    content: "";
}

.fa-long-arrow-alt-down:before {
    content: "";
}

.fa-long-arrow-alt-left:before {
    content: "";
}

.fa-long-arrow-alt-right:before {
    content: "";
}

.fa-long-arrow-alt-up:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-luggage-cart:before {
    content: "";
}

.fa-lungs:before {
    content: "";
}

.fa-lungs-virus:before {
    content: "";
}

.fa-lyft:before {
    content: "";
}

.fa-magento:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-mail-bulk:before {
    content: "";
}

.fa-mailchimp:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-mandalorian:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-map-marked:before {
    content: "";
}

.fa-map-marked-alt:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-map-marker-alt:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-markdown:before {
    content: "";
}

.fa-marker:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mask:before {
    content: "";
}

.fa-mastodon:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-mdb:before {
	
    content: "";
}

.fa-medal:before {
    content: "";
}

.fa-medapps:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-medium-m:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-medrt:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.fa-megaport:before {
    content: "";
}

.fa-meh:before {
    content: "";
}

.fa-meh-blank:before {
    content: "";
}

.fa-meh-rolling-eyes:before {
    content: "";
}

.fa-memory:before {
    content: "";
}

.fa-mendeley:before {
    content: "";
}

.fa-menorah:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-meteor:before {
    content: "";
}

.fa-microblog:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-alt:before {
    content: "";
}

.fa-microphone-alt-slash:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-microscope:before {
    content: "";
}

.fa-microsoft:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-mitten:before {
    content: "";
}

.fa-mix:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-mixer:before {
    content: "";
}

.fa-mizuni:before {
    content: "";
}

.fa-mobile:before {
    content: "";
}

.fa-mobile-alt:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-monero:before {
    content: "";
}

.fa-money-bill:before {
    content: "";
}

.fa-money-bill-alt:before {
    content: "";
}

.fa-money-bill-wave:before {
    content: "";
}

.fa-money-bill-wave-alt:before {
    content: "";
}

.fa-money-check:before {
    content: "";
}

.fa-money-check-alt:before {
    content: "";
}

.fa-monument:before {
    content: "";
}

.fa-moon:before {
    content: "";
}

.fa-mortar-pestle:before {
    content: "";
}

.fa-mosque:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-mountain:before {
    content: "";
}

.fa-mouse:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-mug-hot:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-napster:before {
    content: "";
}

.fa-neos:before {
    content: "";
}

.fa-network-wired:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-newspaper:before {
    content: "";
}

.fa-nimblr:before {
    content: "";
}

.fa-node:before {
    content: "";
}

.fa-node-js:before {
    content: "";
}

.fa-not-equal:before {
    content: "";
}

.fa-notes-medical:before {
    content: "";
}

.fa-npm:before {
    content: "";
}

.fa-ns8:before {
    content: "";
}

.fa-nutritionix:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-octopus-deploy:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-oil-can:before {
    content: "";
}

.fa-old-republic:before {
    content: "";
}

.fa-om:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-orcid:before {
    content: "";
}

.fa-osi:before {
    content: "";
}

.fa-otter:before {
    content: "";
}

.fa-outdent:before {
    content: "";
}

.fa-page4:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-pager:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-paint-roller:before {
    content: "";
}

.fa-palette:before {
    content: "";
}

.fa-palfed:before {
    content: "";
}

.fa-pallet:before {
    content: "";
}

.fa-paper-plane:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-parachute-box:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-parking:before {
    content: "";
}

.fa-passport:before {
    content: "";
}

.fa-pastafarianism:before {
    content: "";
}

.fa-paste:before {
    content: "";
}

.fa-patreon:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-peace:before {
    content: "";
}

.fa-pen:before {
    content: "";
}

.fa-pen-alt:before {
    content: "";
}

.fa-pen-fancy:before {
    content: "";
}

.fa-pen-nib:before {
    content: "";
}

.fa-pen-square:before {
    content: "";
}

.fa-pencil-alt:before {
    content: "";
}

.fa-pencil-ruler:before {
    content: "";
}

.fa-penny-arcade:before {
    content: "";
}

.fa-people-arrows:before {
    content: "";
}

.fa-people-carry:before {
    content: "";
}

.fa-pepper-hot:before {
    content: "";
}

.fa-perbyte:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-percentage:before {
    content: "";
}

.fa-periscope:before {
    content: "";
}

.fa-person-booth:before {
    content: "";
}

.fa-phabricator:before {
    content: "";
}

.fa-phoenix-framework:before {
    content: "";
}

.fa-phoenix-squadron:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-phone-alt:before {
    content: "";
}

.fa-phone-slash:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-phone-square-alt:before {
    content: "";
}

.fa-phone-volume:before {
    content: "";
}

.fa-photo-video:before {
    content: "";
}

.fa-php:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-pied-piper-hat:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-square:before {
    content: "";
}

.fa-piggy-bank:before {
    content: "";
}

.fa-pills:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-pizza-slice:before {
    content: "";
}

.fa-place-of-worship:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-plane-arrival:before {
    content: "";
}

.fa-plane-departure:before {
    content: "";
}

.fa-plane-slash:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-playstation:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-poll:before {
    content: "";
}

.fa-poll-h:before {
    content: "";
}

.fa-poo:before {
    content: "";
}

.fa-poo-storm:before {
    content: "";
}

.fa-poop:before {
    content: "";
}

.fa-portrait:before {
    content: "";
}

.fa-pound-sign:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-pray:before {
    content: "";
}

.fa-praying-hands:before {
    content: "";
}

.fa-prescription:before {
    content: "";
}

.fa-prescription-bottle:before {
    content: "";
}

.fa-prescription-bottle-alt:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-procedures:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-project-diagram:before {
    content: "";
}

.fa-pump-medical:before {
    content: "";
}

.fa-pump-soap:before {
    content: "";
}

.fa-pushed:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-python:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-quidditch:before {
    content: "";
}

.fa-quinscape:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-quran:before {
    content: "";
}

.fa-r-project:before {
    content: "";
}

.fa-radiation:before {
    content: "";
}

.fa-radiation-alt:before {
    content: "";
}

.fa-rainbow:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-raspberry-pi:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-react:before {
    content: "";
}

.fa-reacteurope:before {
    content: "";
}

.fa-readme:before {
    content: "";
}

.fa-rebel:before {
    content: "";
}

.fa-receipt:before {
    content: "";
}

.fa-record-vinyl:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-red-river:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-redhat:before {
    content: "";
}

.fa-redo:before {
    content: "";
}

.fa-redo-alt:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-remove-format:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-reply:before {
    content: "";
}

.fa-reply-all:before {
    content: "";
}

.fa-replyd:before {
    content: "";
}

.fa-republican:before {
    content: "";
}

.fa-researchgate:before {
    content: "";
}

.fa-resolving:before {
    content: "";
}

.fa-restroom:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-rev:before {
    content: "";
}

.fa-ribbon:before {
    content: "";
}

.fa-ring:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-robot:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-rocketchat:before {
    content: "";
}

.fa-rockrms:before {
    content: "";
}

.fa-route:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-ruble-sign:before {
    content: "";
}

.fa-ruler:before {
    content: "";
}

.fa-ruler-combined:before {
    content: "";
}

.fa-ruler-horizontal:before {
    content: "";
}

.fa-ruler-vertical:before {
    content: "";
}

.fa-running:before {
    content: "";
}

.fa-rupee-sign:before {
    content: "";
}

.fa-rust:before {
    content: "";
}

.fa-sad-cry:before {
    content: "";
}

.fa-sad-tear:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-salesforce:before {
    content: "";
}

.fa-sass:before {
    content: "";
}

.fa-satellite:before {
    content: "";
}

.fa-satellite-dish:before {
    content: "";
}

.fa-save:before {
    content: "";
}

.fa-schlix:before {
    content: "";
}

.fa-school:before {
    content: "";
}

.fa-screwdriver:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-scroll:before {
    content: "";
}

.fa-sd-card:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-search-dollar:before {
    content: "";
}

.fa-search-location:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-searchengin:before {
    content: "";
}

.fa-seedling:before {
    content: "";
}

.fa-sellcast:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-servicestack:before {
    content: "";
}

.fa-shapes:before {
    content: "";
}

.fa-share:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-shekel-sign:before {
    content: "";
}

.fa-shield-alt:before {
    content: "";
}

.fa-shield-virus:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-shipping-fast:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-shoe-prints:before {
    content: "";
}

.fa-shopify:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-shopware:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-shuttle-van:before {
    content: "";
}

.fa-sign:before {
    content: "";
}

.fa-sign-in-alt:before {
    content: "";
}

.fa-sign-language:before {
    content: "";
}

.fa-sign-out-alt:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-signature:before {
    content: "";
}

.fa-sim-card:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-sink:before {
    content: "";
}

.fa-sistrix:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-sith:before {
    content: "";
}

.fa-skating:before {
    content: "";
}

.fa-sketch:before {
    content: "";
}

.fa-skiing:before {
    content: "";
}

.fa-skiing-nordic:before {
    content: "";
}

.fa-skull:before {
    content: "";
}

.fa-skull-crossbones:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-slack-hash:before {
    content: "";
}

.fa-slash:before {
    content: "";
}

.fa-sleigh:before {
    content: "";
}

.fa-sliders-h:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-smile:before {
    content: "";
}

.fa-smile-beam:before {
    content: "";
}

.fa-smile-wink:before {
    content: "";
}

.fa-smog:before {
    content: "";
}

.fa-smoking:before {
    content: "";
}

.fa-smoking-ban:before {
    content: "";
}

.fa-sms:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-snowboarding:before {
    content: "";
}

.fa-snowflake:before {
    content: "";
}

.fa-snowman:before {
    content: "";
}

.fa-snowplow:before {
    content: "";
}

.fa-soap:before {
    content: "";
}

.fa-socks:before {
    content: "";
}

.fa-solar-panel:before {
    content: "";
}

.fa-sort:before {
    content: "";
}

.fa-sort-alpha-down:before {
    content: "";
}

.fa-sort-alpha-down-alt:before {
    content: "";
}

.fa-sort-alpha-up:before {
    content: "";
}

.fa-sort-alpha-up-alt:before {
    content: "";
}

.fa-sort-amount-down:before {
    content: "";
}

.fa-sort-amount-down-alt:before {
    content: "";
}

.fa-sort-amount-up:before {
    content: "";
}

.fa-sort-amount-up-alt:before {
    content: "";
}

.fa-sort-down:before {
    content: "";
}

.fa-sort-numeric-down:before {
    content: "";
}

.fa-sort-numeric-down-alt:before {
    content: "";
}

.fa-sort-numeric-up:before {
    content: "";
}

.fa-sort-numeric-up-alt:before {
    content: "";
}

.fa-sort-up:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-sourcetree:before {
    content: "";
}

.fa-spa:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-speakap:before {
    content: "";
}

.fa-speaker-deck:before {
    content: "";
}

.fa-spell-check:before {
    content: "";
}

.fa-spider:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-splotch:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-spray-can:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-square-full:before {
    content: "";
}

.fa-square-root-alt:before {
    content: "";
}

.fa-squarespace:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-stackpath:before {
    content: "";
}

.fa-stamp:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-and-crescent:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-star-half-alt:before {
    content: "";
}

.fa-star-of-david:before {
    content: "";
}

.fa-star-of-life:before {
    content: "";
}

.fa-staylinked:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-steam-symbol:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-sticker-mule:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stopwatch:before {
    content: "";
}

.fa-stopwatch-20:before {
    content: "";
}

.fa-store:before {
    content: "";
}

.fa-store-alt:before {
    content: "";
}

.fa-store-alt-slash:before {
    content: "";
}

.fa-store-slash:before {
    content: "";
}

.fa-strava:before {
    content: "";
}

.fa-stream:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-stripe:before {
    content: "";
}

.fa-stripe-s:before {
    content: "";
}

.fa-stroopwafel:before {
    content: "";
}

.fa-studiovinari:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-suitcase-rolling:before {
    content: "";
}

.fa-sun:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-supple:before {
    content: "";
}

.fa-surprise:before {
    content: "";
}

.fa-suse:before {
    content: "";
}

.fa-swatchbook:before {
    content: "";
}

.fa-swift:before {
    content: "";
}

.fa-swimmer:before {
    content: "";
}

.fa-swimming-pool:before {
    content: "";
}

.fa-symfony:before {
    content: "";
}

.fa-synagogue:before {
    content: "";
}

.fa-sync:before {
    content: "";
}

.fa-sync-alt:before {
    content: "";
}

.fa-syringe:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-table-tennis:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-tablet-alt:before {
    content: "";
}

.fa-tablets:before {
    content: "";
}

.fa-tachometer-alt:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-tape:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-taxi:before {
    content: "";
}

.fa-teamspeak:before {
    content: "";
}

.fa-teeth:before {
    content: "";
}

.fa-teeth-open:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-telegram-plane:before {
    content: "";
}

.fa-temperature-high:before {
    content: "";
}

.fa-temperature-low:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-tenge:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-the-red-yeti:before {
    content: "";
}

.fa-theater-masks:before {
    content: "";
}

.fa-themeco:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-thermometer:before {
    content: "";
}

.fa-thermometer-empty:before {
    content: "";
}

.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-think-peaks:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbtack:before {
    content: "";
}

.fa-ticket-alt:before {
    content: "";
}

.fa-tiktok:before {
    content: "";
}

.fa-times:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-tint-slash:before {
    content: "";
}

.fa-tired:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-toilet:before {
    content: "";
}

.fa-toilet-paper:before {
    content: "";
}

.fa-toilet-paper-slash:before {
    content: "";
}

.fa-toolbox:before {
    content: "";
}

.fa-tools:before {
    content: "";
}

.fa-tooth:before {
    content: "";
}

.fa-torah:before {
    content: "";
}

.fa-torii-gate:before {
    content: "";
}

.fa-tractor:before {
    content: "";
}

.fa-trade-federation:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-traffic-light:before {
    content: "";
}

.fa-trailer:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-tram:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-trash-alt:before {
    content: "";
}

.fa-trash-restore:before {
    content: "";
}

.fa-trash-restore-alt:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-truck-loading:before {
    content: "";
}

.fa-truck-monster:before {
    content: "";
}

.fa-truck-moving:before {
    content: "";
}

.fa-truck-pickup:before {
    content: "";
}

.fa-tshirt:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-tv:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-typo3:before {
    content: "";
}

.fa-uber:before {
    content: "";
}

.fa-ubuntu:before {
    content: "";
}

.fa-uikit:before {
    content: "";
}

.fa-umbraco:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-umbrella-beach:before {
    content: "";
}

.fa-uncharted:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-undo:before {
    content: "";
}

.fa-undo-alt:before {
    content: "";
}

.fa-uniregistry:before {
    content: "";
}

.fa-unity:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-university:before {
    content: "";
}

.fa-unlink:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-unsplash:before {
    content: "";
}

.fa-untappd:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-ups:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-user-alt:before {
    content: "";
}

.fa-user-alt-slash:before {
    content: "";
}

.fa-user-astronaut:before {
    content: "";
}

.fa-user-check:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-clock:before {
    content: "";
}

.fa-user-cog:before {
    content: "";
}

.fa-user-edit:before {
    content: "";
}

.fa-user-friends:before {
    content: "";
}

.fa-user-graduate:before {
    content: "";
}

.fa-user-injured:before {
    content: "";
}

.fa-user-lock:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-user-minus:before {
    content: "";
}

.fa-user-ninja:before {
    content: "";
}

.fa-user-nurse:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-user-shield:before {
    content: "";
}

.fa-user-slash:before {
    content: "";
}

.fa-user-tag:before {
    content: "";
}

.fa-user-tie:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-users:before {
    content: "";
}

.fa-users-cog:before {
    content: "";
}

.fa-users-slash:before {
    content: "";
}

.fa-usps:before {
    content: "";
}

.fa-ussunnah:before {
    content: "";
}

.fa-utensil-spoon:before {
    content: "";
}

.fa-utensils:before {
    content: "";
}

.fa-vaadin:before {
    content: "";
}

.fa-vector-square:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-vest:before {
    content: "";
}

.fa-vest-patches:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-vial:before {
    content: "";
}

.fa-vials:before {
    content: "";
}

.fa-viber:before {
    content: "";
}

.fa-video:before {
    content: "";
}

.fa-video-slash:before {
    content: "";
}

.fa-vihara:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-vimeo-v:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-virus:before {
    content: "";
}

.fa-virus-slash:before {
    content: "";
}

.fa-viruses:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-vnv:before {
    content: "";
}

.fa-voicemail:before {
    content: "";
}

.fa-volleyball-ball:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-mute:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-vote-yea:before {
    content: "";
}

.fa-vr-cardboard:before {
    content: "";
}

.fa-vuejs:before {
    content: "";
}

.fa-walking:before {
    content: "";
}

.fa-wallet:before {
    content: "";
}

.fa-warehouse:before {
    content: "";
}

.fa-watchman-monitoring:before {
    content: "";
}

.fa-water:before {
    content: "";
}

.fa-wave-square:before {
    content: "";
}

.fa-waze:before {
    content: "";
}

.fa-weebly:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-weight:before {
    content: "";
}

.fa-weight-hanging:before {
    content: "";
}

.fa-weixin:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-whatsapp-square:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-whmcs:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-wind:before {
    content: "";
}

.fa-window-close:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-wine-bottle:before {
    content: "";
}

.fa-wine-glass:before {
    content: "";
}

.fa-wine-glass-alt:before {
    content: "";
}

.fa-wix:before {
    content: "";
}

.fa-wizards-of-the-coast:before {
    content: "";
}

.fa-wodu:before {
    content: "";
}

.fa-wolf-pack-battalion:before {
    content: "";
}

.fa-won-sign:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-wordpress-simple:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-wpressr:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-x-ray:before {
    content: "";
}

.fa-xbox:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-y-combinator:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-yammer:before {
    content: "";
}

.fa-yandex:before {
    content: "";
}

.fa-yandex-international:before {
    content: "";
}

.fa-yarn:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-yen-sign:before {
    content: "";
}

.fa-yin-yang:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-zhihu:before {
    content: "";
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fab,.far {
    font-weight: 400;
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,.fas {
    font-weight: 900;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "gameresponsibility";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-be-gamble-aware:before {
    content: "";
}

.icon-18above:before {
    content: "";
}

.icon-gamecare:before {
    content: "";
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease,border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}

.glide__arrow:focus {
    outline: none;
}

.glide__arrow:hover {
    border-color: #fff;
}

.glide__arrow--left {
    left: 2em;
}

.glide__arrow--right {
    right: 2em;
}

.glide__arrow--disabled {
    opacity: .33;
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}

.glide__bullet {
    background-color: rgba(255,255,255,.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    margin: 0 .25em;
}

.glide__bullet:focus {
    outline: none;
}

.glide__bullet:hover,.glide__bullet:focus {
    border: 2px solid #fff;
    background-color: rgba(255,255,255,.5);
}

.glide__bullet--active {
    background-color: #fff;
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

