@font-face {
    font-family: "PlayfairDisplay-Regular";
    src: url("/wp-content/themes/31163/fonts/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("/wp-content/themes/31163/fonts/Roboto-Light.ttf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #d5d5d5;
    background-color: #2a2c2f;
}

img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.rightimg {
    float: right;
    margin: 8px 0 8px 8px;
}

.wrapper {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 12px;
}

.top-bar {
    margin-bottom: 32px;
    background: #212224;
}

.top-bar .betandyou-top-section {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #212224;
    font-size: 14px;
    font-weight: 500;
}

.top-bar .betandyou-top-section .action-btn {
    margin-left: 12px;
}

.top-bar .betandyou-top-section .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.action-btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    padding: 6px 25px 8px;
    color: #000;
    cursor: pointer;
}

.action-btn.btn-blue {
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0px;
    height: 34px;
    box-shadow: 0px -1px 15px 1px #ebe7ee;
    background: #212123;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #FFFFFF;
}

.action-btn.btn-blue:hover {
    color: #FFFFFF;
}

.action-btn.btn-yellow {
    height: 54px;
    background-color: #ffde3c !important;
    color: #3c3e44 !important;
    padding: 0 16px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    white-space: nowrap;
}

.action-btn.btn-yellow i {
    font-size: 22px;
    margin-left: 15px;
    font-weight: 400;
    position: relative;
    z-index: 5;
}

.action-btn:hover {
    background: #caad12;
}

.betandyou-core-text p,
.betandyou-core-text ul {
    padding-bottom: 11px;
    padding-top: 9px;
    line-height: 24px;
    color: #d5d5d5;
}

.betandyou-core-text ul {
    list-style-position: inside;
    padding-left: 16px;
}

h1 {
    font-size: 32px;
    padding: 0 0 16px;
}

h2 {
    font-size: 26px;
}

h2 {
    padding: 16px 0 11px;
}

h1 {
    font-family: "Roboto-Light", Arial, sans-serif;
    color: #fff;
    font-weight: 100;
}

h2 {
    font-family: "Roboto-Light", Arial, sans-serif;
    color: #ffde3c;
    font-weight: 100;
}

.betandyou-core-text a {
    color: #ffde3c;
    text-decoration: none;
}

.betandyou-core-text a:visited {
    color: #ff6714;
}

.platform-logo {
    margin-right: auto;
}

.platform-logo img {
    width: 60%;
}

.l-logo {
    margin: -5px;
    font-size: 25px;
    font-weight: 600;
    font-family: Rubik, sans-serif;
    line-height: 1.6;
    font-style: italic;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.r-logo {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    line-height: 1.6;
    font-style: italic;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.promo-table-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.promo-table {
    border-collapse: collapse;
    width: 100%;
}

.promo-table td {
    border: 3px solid #dedede;
    padding: 9px;
    text-align: center;
    margin-right: 42px;
}

.promo-icon {
    max-width: 125px;
}

.promo-details {
    text-align: center;
}

.promo-button {
    background-color: #212123;
    color: white;
    padding: 11px 22px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.3s;
    box-shadow: 0px -1px 15px 1px #ebe7ee;
}

@media only screen and (max-width: 850px) {
    .top-bar .betandyou-top-section .action-btn {
        margin: 0 6px;
    }
    .top-bar .betandyou-top-section .wrapper {
        justify-content: center;
    }
    .platform-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .top-bar .betandyou-top-section .action-btn {
        margin-top: 11px;
    }
    img[class*="wp-image"] {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

table {
    border: 2px;
    border-radius: 5px;
    margin: auto;
    margin-top: 11px;
    width: 92%;
    box-shadow: 0px -1px 15px 2px #ffde3c;
    background: #757981;
}

th {
    text-align: center;
    width: 42%;
    border: 3px solid #ffde3c;
    border-radius: 6px;
    color: #ffffff;
    height: 25px;
}

td {
    padding: 9px;
    text-align: center;
    border-radius: 5px;
}

@media all and (min-width:1520px) {
    .wp-site-blocks .content-container .alignwide {
        margin-left: -120px;
        margin-right: -120px;
        width: unset;
        max-width: unset;
    }
}

.content-style-boxed .wp-site-blocks .entry-content .alignwide {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
}

@media all and (max-width:1024px) {
    .content-style-boxed .wp-site-blocks .entry-content .alignwide {
        margin-left: -2.2rem;
        margin-right: -2.2rem;
    }
}

@media all and (max-width:767px) {
    .content-style-boxed .wp-site-blocks .entry-content .alignwide {
        margin-left: -1.6rem;
        margin-right: -1.6rem;
    }
}

body.footer-on-bottom #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto;
}

.site-footer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-1 {
    display: flex;
    justify-content: center;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.site-footer-section {
    display: flex;
    max-height: inherit;
}

.footer-widget-area {
    flex: 1;
    min-width: 0;
    display: flex;
}

.footer-widget-area > * {
    flex: 1;
    min-width: 0;
}

.site-footer-section {
    position: relative;
}

.site-footer-section:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 0;
    right: -16px;
    transform: translateX(50%);
}

.footer-html {
    margin: 1.1em 0;
}

.footer-html p:last-child {
    margin-bottom: 0;
}

.footer-html p:first-child {
    margin-top: 0;
}

.site-bottom-footer-inner-wrap {
    padding-top: 0;
    padding-bottom: 32px;
    grid-column-gap: 32px;
}

.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after {
    right: calc(-32px / 2);
}

footer small {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 26px;
}

footer small p {
    font: 14px;
    color: #cdcdcd;
    justify-content: center;
}