 .gofbet_row {
      display: flex;
      flex-wrap: nowrap;
      margin-left: 0;
      margin-right: 0;
    }
    
    .gofbet_row .btz-col {
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
    }
    
    .gofbet_row .btz-col.btz-col-11p3 {
      flex: 0 0 11.3%;
      max-width: 11.3%;
    }
    
    .gofbet_row .btz-col.btz-col-17p33 {
      flex: 0 0 17.33%;
      max-width: 17.33%;
    }
    
    .gofbet_row .btz-col.btz-col-17p4 {
      flex: 0 0 17.4%;
      max-width: 17.4%;
    }
    
    .gofbet_row .btz-col.btz-col-21p87 {
      flex: 0 0 21.87%;
      max-width: 21.87%;
    }
    
    .gofbet_row .btz-col.btz-col-23p57 {
      flex: 0 0 23.57%;
      max-width: 23.57%;
    }
    
    .gofbet_row .btz-col.btz-col-25 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    
    .gofbet_row .btz-col.btz-col-49p54 {
      flex: 0 0 49.54%;
      max-width: 49.54%;
    }
    
    .gofbet_row .btz-col.btz-col-50 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    
    .gofbet_row .btz-col.btz-col-50p46 {
      flex: 0 0 50.46%;
      max-width: 50.46%;
    }
    
    .gofbet_row .btz-col.btz-col-54p56 {
      flex: 0 0 54.56%;
      max-width: 54.56%;
    }
    
    .gofbet_row .btz-col.btz-col-65p27 {
      flex: 0 0 65.27%;
      max-width: 65.27%;
    }
    
    .gofbet_row .btz-col.btz-col-88p7 {
      flex: 0 0 88.7%;
      max-width: 88.7%;
    }
    
    .gofbet_row .btz-col.btz-col-100 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    @media (max-width: 767px) {
      .gofbet_row:not(.no-stack) {
        flex-wrap: wrap;
      }
      .gofbet_row:not(.no-stack) .btz-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }
    }
    
    body,
    html {
      padding: 0;
      margin: 0
    }
    
    html {
      box-sizing: border-box
    }
    
    *,
    :after,
    :before {
      box-sizing: inherit
    }
    
    html {
      font-size: 14px;
      -ms-overflow-style: scrollbar;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
    
    p {
      margin: 0
    }
    

    
    @-webkit-keyframes sk-bouncedelay {
      0%,
      80%,
      to {
        -webkit-transform: scale(0)
      }
      40% {
        -webkit-transform: scale(1)
      }
    }
    
    @keyframes sk-bouncedelay {
      0%,
      80%,
      to {
        -webkit-transform: scale(0);
        transform: scale(0)
      }
      40% {
        -webkit-transform: scale(1);
        transform: scale(1)
      }
    }
    
    @-webkit-keyframes shake {
      0%,
      to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
      }
      10%,
      30%,
      50%,
      70%,
      90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
      }
      20%,
      40%,
      60%,
      80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
      }
    }
    
    @keyframes shake {
      0%,
      to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
      }
      10%,
      30%,
      50%,
      70%,
      90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
      }
      20%,
      40%,
      60%,
      80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
      }
    }
    
    @media (max-width:480px) {
      .container {
        max-width: 100%!important
      }
    }
    
    @media (min-width:481px) and (max-width:768px) {
      .hide-tablet {
        display: none!important
      }
    }
    
    .container {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      margin-right: auto;
      margin-left: auto
    }
    
    @media (min-width:576px) {
      .container {
        max-width: 540px
      }
    }
    
    @media (min-width:768px) {
      .container {
        max-width: 720px
      }
    }
    
    @media (min-width:992px) {
      .container {
        max-width: 960px
      }
    }
    
    @media (min-width:1200px) {
      .container {
        max-width: 1140px
      }
    }
    
    a[onclick] {
      cursor: pointer;
    }
    
    body {
      font-family: "Poppins", sans-serif;
      font-size: 1rem;
      line-height: 1.5;
      color: #000000;
      background-color: #e7e7e7;
    }
    
    #gofbet_main a {
      color: #0000ee;
      text-decoration: underline;
    }
    
    #gofbet_main a:hover {
      color: #0000ee;
      text-decoration: underline;
    }
    
    #gofbet_cta_btn a:hover {
      color: #ffffff !important;
      background-color: #047857 !important;
    }

    #gofbet_nav_menu a:hover {
      color: #ffffff !important;
      background-color: #047857 !important;
      border-color: #047857 !important;
    }
    
    #gofbet_btn_secondary a:hover {
      color: #fff !important;
      background-color: #047857 !important;
    }
    
    #gofbet_btn_footer a:hover {
       color: #fff !important;
      background-color: #047857 !important;
    }
    
    #gofbet_btn_card a:hover {
       color: #fff !important;
      background-color: #047857 !important;
    }
    
    #gofbet_btn_promo a:hover {
       color: #fff !important;
      background-color: #047857 !important;
    }
    
    #gofbet_btn_extra a:hover {
       color: #fff !important;
      background-color: #047857 !important;
    }
    
    @media (max-width: 480px) {
      #gofbet_logo_main.btz-container-padding {
        padding: 0px !important;
      }
      #gofbet_logo_main .btz-img-width {
        width: 100% !important;
      }
      #gofbet_logo_main .btz-img-max {
        max-width: 100% !important;
      }
      #gofbet_logo_main .btz-align {
        text-align: center !important;
      }
      #gofbet_nav_menu.btz-container-padding {
        padding: 10px !important;
      }
      #gofbet_nav_menu .btz-display {
        display: inline-block !important;
      }
      #gofbet_nav_menu .btz-padding {
        padding: 10px !important;
      }
      #gofbet_tv_icon.btz-container-padding {
        padding: 0px !important;
      }
      #gofbet_tv_icon .btz-img-width {
        width: 100% !important;
      }
      #gofbet_tv_icon .btz-img-max {
        max-width: 100% !important;
      }
      #gofbet_hero_section .btz-bg-inner {
        background-size: cover !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
      }
      #gofbet_hero_section.btz-bg-inner {
        background-size: cover !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
      }
      #gofbet_hero_section .btz-bg-outer {
        background-size: cover !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
      }
      #gofbet_hero_section.btz-bg-outer {
        background-size: cover !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
      }
      #gofbet_main_title.btz-container-padding {
        padding: 0px 61px 0px !important;
      }
      #gofbet_main_title .btz-font-size {
        font-size: 40px !important;
      }
      #gofbet_main_title .btz-line-height {
        line-height: 100% !important;
      }
      #gofbet_feature_img .btz-img-width {
        width: 100% !important;
      }
      #gofbet_feature_img .btz-img-max {
        max-width: 100% !important;
      }
    }