* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0; }

section.up-table-1 {
  padding: 40px 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000; }
  @media (max-width: 768px) {
    section.up-table-1 {
      font-size: 16px; } }
  @media (max-width: 576px) {
    section.up-table-1 {
      font-size: 14px; } }
  section.up-table-1 .container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  section.up-table-1 a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s; }
  section.up-table-1 .load-more-table-rows {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.up-table-1 .load-more-table-rows button {
      padding: 11px 23px;
      text-align: center;
      font-weight: 700;
      font-size: 14px;
      background-color: #F1F1F1;
      color: black; }
      section.up-table-1 .load-more-table-rows button:hover {
        background-color: #00CF70FF; }
  section.up-table-1 .up-table .table-head {
    background-color: #006991;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 39px; }
    @media (max-width: 992px) {
      section.up-table-1 .up-table .table-head {
        display: none; } }
    section.up-table-1 .up-table .table-head > div {
      width: 100%;
      padding-right: 15px;
      padding-top: 11px;
      padding-bottom: 11px; }
      section.up-table-1 .up-table .table-head > div:nth-child(1) {
        max-width: 256px;
        padding-left: 35px; }
        @media (max-width: 1200px) {
          section.up-table-1 .up-table .table-head > div:nth-child(1) {
            max-width: 170px; } }
        @media (max-width: 992px) {
          section.up-table-1 .up-table .table-head > div:nth-child(1) {
            max-width: 200px; } }
      section.up-table-1 .up-table .table-head > div:nth-child(2) {
        max-width: 241px; }
        @media (max-width: 1200px) {
          section.up-table-1 .up-table .table-head > div:nth-child(2) {
            max-width: 170px; } }
      section.up-table-1 .up-table .table-head > div:nth-child(3) {
        max-width: 170px; }
        @media (max-width: 1200px) {
          section.up-table-1 .up-table .table-head > div:nth-child(3) {
            max-width: 150px; } }
      section.up-table-1 .up-table .table-head > div:nth-child(4) {
        max-width: 168px; }
        @media (max-width: 1200px) {
          section.up-table-1 .up-table .table-head > div:nth-child(4) {
            max-width: 200px; } }
      section.up-table-1 .up-table .table-head > div:nth-child(5) {
        max-width: 226px; }
      section.up-table-1 .up-table .table-head > div:nth-child(6) {
        max-width: 138px;
        margin-left: auto; }
  section.up-table-1 .up-table .table-body .table-row {
    display: none; }
    section.up-table-1 .up-table .table-body .table-row:nth-child(1), section.up-table-1 .up-table .table-body .table-row:nth-child(2), section.up-table-1 .up-table .table-body .table-row:nth-child(3), section.up-table-1 .up-table .table-body .table-row:nth-child(4), section.up-table-1 .up-table .table-body .table-row:nth-child(5), section.up-table-1 .up-table .table-body .table-row:nth-child(6) {
      display: block; }
    section.up-table-1 .up-table .table-body .table-row:nth-child(1) .flex {
      border-top: 1px solid rgba(28, 89, 191, 0.15); }
    section.up-table-1 .up-table .table-body .table-row .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      border-bottom: 1px solid rgba(28, 89, 191, 0.15);
      border-left: 1px solid rgba(28, 89, 191, 0.15);
      border-right: 1px solid rgba(28, 89, 191, 0.15);
      width: 100%; }
      @media (max-width: 992px) {
        section.up-table-1 .up-table .table-body .table-row .flex {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 18px; } }
      section.up-table-1 .up-table .table-body .table-row .flex > div {
        min-height: 100px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (max-width: 992px) {
          section.up-table-1 .up-table .table-body .table-row .flex > div {
            min-height: 0; } }
        @media (max-width: 768px) {
          section.up-table-1 .up-table .table-body .table-row .flex > div {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(1) {
          max-width: 256px;
          padding-left: 35px; }
          @media (max-width: 1200px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(1) {
              max-width: 170px; } }
          @media (max-width: 992px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(1) {
              max-width: 200px;
              padding-left: 0; } }
          @media (max-width: 768px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(1) {
              max-width: 100%; } }
        section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(2) {
          max-width: 241px; }
          @media (max-width: 1200px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(2) {
              max-width: 170px; } }
          @media (max-width: 992px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(2) {
              max-width: 241px; } }
          @media (max-width: 768px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(2) {
              max-width: 100%; } }
        section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(3) {
          max-width: 170px; }
          @media (max-width: 1200px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(3) {
              max-width: 150px; } }
          @media (max-width: 992px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(3) {
              max-width: 170px; } }
          @media (max-width: 768px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(3) {
              max-width: 46%; } }
          @media (max-width: 350px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(3) {
              max-width: 100%; } }
        section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(4) {
          max-width: 168px; }
          @media (max-width: 1200px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(4) {
              max-width: 200px; } }
          @media (max-width: 768px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(4) {
              max-width: 50%; } }
          @media (max-width: 350px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(4) {
              max-width: 100%; } }
        section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(5) {
          max-width: 226px; }
          @media (max-width: 768px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(5) {
              max-width: 100%; } }
        section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(6) {
          max-width: 138px;
          margin-left: auto; }
          @media (max-width: 992px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(6) {
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              padding-bottom: 0;
              padding-right: 0; } }
          @media (max-width: 768px) {
            section.up-table-1 .up-table .table-body .table-row .flex > div:nth-child(6) {
              max-width: 100%; } }
    section.up-table-1 .up-table .table-body .table-row .mobile-title {
      display: none;
      font-weight: 600;
      font-size: 10px;
      color: #9F9F9F;
      margin-bottom: 10px;
      width: 100%; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row .mobile-title {
          display: block; } }
      @media (max-width: 576px) {
        section.up-table-1 .up-table .table-body .table-row .mobile-title {
          margin-bottom: 2px; } }
    @media (max-width: 768px) {
      section.up-table-1 .up-table .table-body .table-row div.sportsbook {
        padding-right: 0;
        padding-top: 39px; } }
    section.up-table-1 .up-table .table-body .table-row div.sportsbook .top-pick {
      background-color: #910069;
      color: #fff;
      left: -1px;
      top: 0;
      position: absolute;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      font-family: sans-serif;
      text-transform: uppercase;
      -webkit-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      height: 100%;
      padding: 3px; }
      @media (max-width: 992px) {
        section.up-table-1 .up-table .table-body .table-row div.sportsbook .top-pick {
          position: absolute;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          -webkit-writing-mode: lr;
              -ms-writing-mode: lr;
                  writing-mode: lr;
          height: auto;
          padding: 3px 21px; } }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.sportsbook .top-pick {
          top: 19px; } }
    section.up-table-1 .up-table .table-body .table-row div.sportsbook > svg,
    section.up-table-1 .up-table .table-body .table-row div.sportsbook > img {
      width: 100%;
      max-width: 160px; }
      @media (max-width: 1200px) {
        section.up-table-1 .up-table .table-body .table-row div.sportsbook > svg,
        section.up-table-1 .up-table .table-body .table-row div.sportsbook > img {
          max-width: 130px; } }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.sportsbook > svg,
        section.up-table-1 .up-table .table-body .table-row div.sportsbook > img {
          max-width: 144px; } }
    @media (max-width: 768px) {
      section.up-table-1 .up-table .table-body .table-row div.bonus {
        padding-top: 8px; } }
    section.up-table-1 .up-table .table-body .table-row div.bonus .signup-bonus {
      background-color: #E3FCEF;
      color: #23BF57;
      position: relative;
      padding: 3px 4px 3px 11px;
      font-weight: 600;
      font-size: 10px;
      margin-bottom: 4px; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.bonus .signup-bonus {
          padding: 2px 4px 2px 12px;
          margin-bottom: 15px; } }
      section.up-table-1 .up-table .table-body .table-row div.bonus .signup-bonus::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 4px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #23BF57; }
        @media (max-width: 768px) {
          section.up-table-1 .up-table .table-body .table-row div.bonus .signup-bonus::before {
            left: 3px; } }
    section.up-table-1 .up-table .table-body .table-row div.bonus .text {
      font-weight: 700;
      font-size: 22px; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.bonus .text {
          font-size: 18px; } }
      @media (max-width: 576px) {
        section.up-table-1 .up-table .table-body .table-row div.bonus .text {
          font-size: 16px; } }
    section.up-table-1 .up-table .table-body .table-row div.bonus .small-text {
      font-weight: 600;
      font-size: 10px;
      color: #9F9F9F;
      margin-top: 7px; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.bonus .small-text {
          margin-top: 5px; } }
      section.up-table-1 .up-table .table-body .table-row div.bonus .small-text a {
        color: #9F9F9F; }
    @media (max-width: 768px) {
      section.up-table-1 .up-table .table-body .table-row div.rating {
        padding-top: 10px; } }
    @media (max-width: 576px) {
      section.up-table-1 .up-table .table-body .table-row div.rating {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    section.up-table-1 .up-table .table-body .table-row div.rating .stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      @media (max-width: 576px) {
        section.up-table-1 .up-table .table-body .table-row div.rating .stars {
          margin-bottom: 0;
          -webkit-transform: translateY(-2px);
              -ms-transform: translateY(-2px);
                  transform: translateY(-2px); } }
      section.up-table-1 .up-table .table-body .table-row div.rating .stars svg {
        width: 20px;
        height: 20px;
        margin-right: 4px; }
        @media (max-width: 576px) {
          section.up-table-1 .up-table .table-body .table-row div.rating .stars svg {
            display: none;
            margin: 0; }
            section.up-table-1 .up-table .table-body .table-row div.rating .stars svg:nth-child(1) {
              display: block; } }
    section.up-table-1 .up-table .table-body .table-row div.rating .score {
      font-size: 16px;
      line-height: 19px;
      font-weight: 600; }
      @media (max-width: 576px) {
        section.up-table-1 .up-table .table-body .table-row div.rating .score {
          font-size: 14px;
          line-height: 17px;
          margin-left: 11px;
          padding-top: 2px; } }
    section.up-table-1 .up-table .table-body .table-row div.rating .review-link {
      display: inline-block;
      color: #9F9F9F;
      border-bottom: 1px solid #23BF57;
      font-size: 10px;
      font-weight: 600;
      padding-bottom: 3px;
      margin-top: 10px; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.rating .review-link {
          display: none; } }
      section.up-table-1 .up-table .table-body .table-row div.rating .review-link:hover {
        color: #23BF57; }
    @media (max-width: 768px) {
      section.up-table-1 .up-table .table-body .table-row div.license {
        padding-top: 10px;
        padding-right: 0; } }
    section.up-table-1 .up-table .table-body .table-row div.license .text {
      font-weight: 600;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.license .text {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (max-width: 576px) {
        section.up-table-1 .up-table .table-body .table-row div.license .text {
          font-size: 14px;
          line-height: 17px; } }
      section.up-table-1 .up-table .table-body .table-row div.license .text svg, section.up-table-1 .up-table .table-body .table-row div.license .text img {
        width: 100%;
        max-width: 20px;
        margin-bottom: 6px; }
        @media (max-width: 768px) {
          section.up-table-1 .up-table .table-body .table-row div.license .text svg, section.up-table-1 .up-table .table-body .table-row div.license .text img {
            margin-bottom: 0;
            margin-right: 10px; } }
        @media (max-width: 576px) {
          section.up-table-1 .up-table .table-body .table-row div.license .text svg, section.up-table-1 .up-table .table-body .table-row div.license .text img {
            max-width: 16px; } }
    @media (max-width: 768px) {
      section.up-table-1 .up-table .table-body .table-row div.key-features {
        padding-right: 0;
        padding-bottom: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        display: none;
        padding-top: 20px; }
        section.up-table-1 .up-table .table-body .table-row div.key-features .mobile-title {
          margin-bottom: 8px; } }
    section.up-table-1 .up-table .table-body .table-row div.key-features .feature {
      position: relative;
      padding-left: 21px;
      font-size: 14px;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.key-features .feature {
          margin-left: 1px;
          margin-bottom: 8px; } }
      @media (max-width: 576px) {
        section.up-table-1 .up-table .table-body .table-row div.key-features .feature {
          font-size: 12px; } }
      section.up-table-1 .up-table .table-body .table-row div.key-features .feature:last-of-type {
        margin-bottom: 0; }
      section.up-table-1 .up-table .table-body .table-row div.key-features .feature::before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        background-position: center;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33334 10.9335L4.20001 7.80016L5.13334 6.86683L7.33334 9.06683L12.9333 3.46683C11.6667 2.20016 9.93334 1.3335 8.00001 1.3335C4.33334 1.3335 1.33334 4.3335 1.33334 8.00016C1.33334 11.6668 4.33334 14.6668 8.00001 14.6668C11.6667 14.6668 14.6667 11.6668 14.6667 8.00016C14.6667 6.7335 14.3333 5.60016 13.7333 4.60016L7.33334 10.9335Z' fill='%2323BF57'/%3E%3C/svg%3E%0A"); }
    section.up-table-1 .up-table .table-body .table-row div.key-features .link-holder {
      display: none;
      margin: 21px 0 0; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.key-features .link-holder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      section.up-table-1 .up-table .table-body .table-row div.key-features .link-holder .review-link {
        color: #9F9F9F;
        border-bottom: 1px solid #23BF57;
        font-size: 10px;
        font-weight: 600;
        padding-bottom: 3px; }
        section.up-table-1 .up-table .table-body .table-row div.key-features .link-holder .review-link:hover {
          color: #23BF57; }
    @media (max-width: 576px) {
      section.up-table-1 .up-table .table-body .table-row div.table-row-button {
        padding-top: 8px; } }
    section.up-table-1 .up-table .table-body .table-row div.table-row-button .up-custom-btn {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    section.up-table-1 .up-table .table-body .table-row div.table-row-button .read-more {
      display: none; }
      @media (max-width: 768px) {
        section.up-table-1 .up-table .table-body .table-row div.table-row-button .read-more {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 9px; } }

section.up-table-2 {
  width: 100%;
  margin: 13px 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000; }
  @media (max-width: 768px) {
    section.up-table-2 {
      font-size: 16px; } }
  @media (max-width: 576px) {
    section.up-table-2 {
      font-size: 14px; } }
  section.up-table-2 .container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  section.up-table-2 a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s; }
  section.up-table-2 .up-custom-btn {
    padding: 7px 10px; }
  section.up-table-2 .up-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F1F1F1;
    margin: 0 auto;
    padding: 24px 35px;
    max-width: 600px; }
    @media (max-width: 576px) {
      section.up-table-2 .up-table {
        padding: 24px 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 350px) {
      section.up-table-2 .up-table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    section.up-table-2 .up-table .sportsbook {
      margin-right: 50px; }
      @media (max-width: 576px) {
        section.up-table-2 .up-table .sportsbook {
          margin-right: 20px; } }
      @media (max-width: 350px) {
        section.up-table-2 .up-table .sportsbook {
          margin-right: 0;
          margin-bottom: 15px; } }
      section.up-table-2 .up-table .sportsbook img, section.up-table-2 .up-table .sportsbook svg {
        display: block;
        width: 100%;
        max-width: 138px; }
    section.up-table-2 .up-table .text {
      width: auto;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      margin-right: 20px; }
      section.up-table-2 .up-table .text p {
        margin: 0 0 6px; }
        section.up-table-2 .up-table .text p:last-of-type {
          margin: 0; }
    section.up-table-2 .up-table .table-row-button {
      width: auto;
      margin-left: auto; }
      @media (max-width: 576px) {
        section.up-table-2 .up-table .table-row-button {
          width: 100%;
          margin-top: 20px; } }
      @media (max-width: 350px) {
        section.up-table-2 .up-table .table-row-button {
          margin-top: 15px; } }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  background: none;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s; }

.up-custom-btn {
  border-radius: 5px;
  padding: 11px 10px 11px 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
  background-color: #009C3D;
  color: white; }
  @media (max-width: 576px) {
    .up-custom-btn {
      font-size: 12px;
      padding: 12px 10px 12px 15px; } }
  .up-custom-btn:hover {
    background-color: #00CF70FF; }
  .up-custom-btn.grey {
    background-color: #F1F1F1;
    color: #000; }
    .up-custom-btn.grey:hover {
      background-color: #00CF70FF;
      color: #fff; }
  .up-custom-btn svg {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -o-transition: transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s; }
    @media (max-width: 576px) {
      .up-custom-btn svg {
        width: 12px;
        height: 12px; } }
  .up-custom-btn.opened svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
