@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Be+Vietnam:400,400i,800,800i&display=swap");
html {
  font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  color: #1f233c;
  margin-bottom: 30px; }

h1 {
  font-size: 36px;
  line-height: 37.8px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 42px;
      line-height: 44.1px; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 52px;
      line-height: 54.6px; } }
  @media screen and (min-width: 1140px) {
    h1 {
      font-size: 62px;
      line-height: 65.1px; } }
  @media screen and (min-width: 1650px) {
    h1 {
      font-size: 72px;
      line-height: 75.6px; } }

h2 {
  font-size: 30px;
  line-height: 31.5px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 38px;
      line-height: 39.9px; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 44px;
      line-height: 46.2px; } }
  @media screen and (min-width: 1140px) {
    h2 {
      font-size: 48px;
      line-height: 50.4px; } }

h3 {
  font-size: 26px;
  line-height: 27.3px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 30px;
      line-height: 31.5px; } }
  @media screen and (min-width: 1140px) {
    h3 {
      font-size: 36px;
      line-height: 37.8px; } }

h4 {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    h4 {
      font-size: 24px;
      line-height: 38.832px; } }

h5, h6 {
  font-size: 14px;
  line-height: 22.652px; }
  @media screen and (min-width: 1650px) {
    h5, h6 {
      font-size: 18px;
      line-height: 29.124px; } }

p {
  font-size: 14px;
  line-height: 22.652px;
  font-weight: 300;
  color: #242424; }
  @media screen and (min-width: 1650px) {
    p {
      font-size: 18px;
      line-height: 29.124px; } }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #8f8f8f; }

.section {
  clear: both;
  padding: 0;
  margin: 0; }

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (min-width: 1024px) {
    .wrap {
      padding: 0 3%; } }
  @media screen and (min-width: 1650px) {
    .wrap {
      padding: 0; } }

.col {
  display: block;
  float: left;
  margin: 1.5% 0; }
  .col:first-of-type {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .col {
      margin: 1.5% 0 1.5% 3%; } }

.group {
  zoom: 1;
  /* For IE 6/7 */ }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .span_1_of_2 {
      width: calc(50% - 1.5%); }
      .span_1_of_2:nth-of-type(2n+3) {
        margin-left: 0; } }

.span_3_of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(66.66% - 1.2%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 2%); }
    .span_1_of_3:nth-of-type(3n+4) {
      margin-left: 0; } }

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 1.2%); } }

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 1.5%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 2.30769%); } }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

html {
  overflow-x: hidden; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

img {
  width: 100%;
  height: auto; }

.featherlight-content {
  padding: 5px 5px 0 !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 0;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
      position: relative;
      top: 60px;
      text-shadow: none;
      font-size: 20px;
      line-height: 25px;
      display: block; }
  .featherlight-content .featherlight-next {
    right: 0;
    left: auto; }
    .featherlight-content .featherlight-next span {
      right: -5%; }
  .featherlight-content .featherlight-previous {
    left: 0; }
  .featherlight-content .featherlight-close-icon {
    font-size: 40px;
    color: #fff;
    width: auto;
    padding: 20px; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%; }
  .owl-nav button {
    position: absolute;
    border: 0;
    background: transparent; }
    .owl-nav button:focus {
      outline: none; }
    .owl-nav button i {
      color: #8f8f8f;
      font-weight: 700;
      font-size: 30px; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    border: none;
    background: #cfcfcf; }
    .owl-dots .owl-dot:focus {
      outline: none; }
    .owl-dots .owl-dot.active {
      background: #f46e13; }

.video-block iframe {
  width: 100% !important;
  height: 50.5vw; }
  @media screen and (min-width: 768px) {
    .video-block iframe {
      height: 35vw; } }
  @media screen and (min-width: 1024px) {
    .video-block iframe {
      height: 25.5vw; } }

#breadcrumbs ul {
  font-size: 14px;
  line-height: 22.652px;
  color: #242424; }
  @media screen and (min-width: 1650px) {
    #breadcrumbs ul {
      font-size: 18px;
      line-height: 29.124px; } }
  #breadcrumbs ul a {
    color: #8f8f8f;
    font-weight: 700; }

.text-block > ul, .split > ul {
  margin: 10px 0;
  width: 100%;
  float: left; }
  .text-block > ul li, .split > ul li {
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 700;
    color: #8f8f8f;
    margin: 10px 0;
    width: 100%;
    padding-left: 30px;
    position: relative; }
    @media screen and (min-width: 1650px) {
      .text-block > ul li, .split > ul li {
        font-size: 18px;
        line-height: 29.124px; } }
    .text-block > ul li:before, .split > ul li:before {
      content: "\f101";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 14px;
      line-height: 22.652px;
      color: #f46e13;
      position: absolute;
      top: 2px;
      left: 0; }
      @media screen and (min-width: 1650px) {
        .text-block > ul li:before, .split > ul li:before {
          font-size: 18px;
          line-height: 29.124px; } }
.text-block p.large-body, .split p.large-body {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    .text-block p.large-body, .split p.large-body {
      font-size: 24px;
      line-height: 38.832px; } }

.text-block > ul {
  margin: 10px 0;
  width: 100%;
  float: left; }
  .text-block > ul li {
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 700;
    color: #8f8f8f;
    margin: 10px 0;
    width: 100%;
    padding-left: 30px;
    position: relative; }
    @media screen and (min-width: 1650px) {
      .text-block > ul li {
        font-size: 18px;
        line-height: 29.124px; } }
    .text-block > ul li:before {
      content: "\f101";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 14px;
      line-height: 22.652px;
      color: #f46e13;
      position: absolute;
      top: 2px;
      left: 0; }
      @media screen and (min-width: 1650px) {
        .text-block > ul li:before {
          font-size: 18px;
          line-height: 29.124px; } }
.text-block > ol {
  margin: 0;
  width: 100%;
  float: left; }
  .text-block > ol li {
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 700;
    color: #8f8f8f;
    margin: 6px 0;
    width: 100%;
    position: relative;
    list-style-position: inside; }
    @media screen and (min-width: 1650px) {
      .text-block > ol li {
        font-size: 18px;
        line-height: 29.124px; } }
.text-block ul.bullet-width li {
  width: 50%; }
  @media screen and (min-width: 560px) {
    .text-block ul.bullet-width li {
      width: 50%; } }
.text-block img {
  width: 90%;
  display: block;
  margin: 0 auto; }
.text-block table {
  font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%; }
  .text-block table td, .text-block table th {
    border: 1px solid #cfcfcf;
    padding: 10px; }
  .text-block table tr:nth-of-type(even) {
    background-color: #ececec; }
  .text-block table tr:hover {
    background-color: #cfcfcf; }
  .text-block table th {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #526bff;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 800; }

.pagination {
  position: relative;
  display: block; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
    .pagination .number-button:hover {
      background-color: #1D95E1;
      color: #ffffff;
      border: 1px solid #1D95E1; }
  .pagination a.active {
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1; }

.blog-pager ul a {
  background: #ececec;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  color: #8f8f8f; }
  .blog-pager ul a span {
    display: none; }
.blog-pager ul .prev-p {
  float: left; }
.blog-pager ul .next-p {
  float: right; }

.twitter-carousel li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(black 10%, transparent 40%);
  mask-image: linear-gradient(black 10%, transparent 40%); }
.twitter-carousel li.twitter-img {
  height: 200px;
  overflow: hidden; }

.tabs-container .tabs {
  float: left;
  width: 100%;
  margin: 0; }
  .tabs-container .tabs li {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
.tabs-container .content {
  float: left;
  width: 100%;
  display: none; }
  .tabs-container .content.current {
    display: block; }

.btn {
  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 29.124px;
  text-transform: uppercase;
  border-bottom: 4px solid #8f8f8f;
  color: #8f8f8f;
  display: inline-block;
  margin: 15px 0;
  padding-bottom: 8px; }
  @media screen and (min-width: 1650px) {
    .btn {
      font-size: 24px;
      line-height: 38.832px; } }
  .btn.color1 {
    color: #f46e13;
    border-bottom: 4px solid #f46e13; }
  .btn.color2 {
    color: #526bff;
    border-bottom: 4px solid #526bff; }
  .btn.white {
    color: #fff;
    border-bottom: 4px solid #fff; }
  .btn:hover {
    border-bottom: 4px solid #242424;
    color: #242424; }

.btn-icon {
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  height: 80px;
  padding: 20px 30px; }
  .btn-icon p {
    font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 800;
    padding-left: 65px;
    padding-right: 20px;
    color: #fff;
    font-size: 24px; }
  .btn-icon .icon {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 65px;
    width: 65px;
    padding: 20px 0;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    text-align: center; }
    .btn-icon .icon i {
      font-size: 24px;
      color: #526bff; }
  .btn-icon.color1 {
    background: #f46e13; }
  .btn-icon.color2 {
    background: #526bff; }
  .btn-icon.color3 {
    background: #1f233c; }
  .btn-icon.white {
    background: #fff; }
    .btn-icon.white .icon {
      background: #526bff; }
      .btn-icon.white .icon i {
        color: #fff; }
    .btn-icon.white p {
      color: #526bff; }
  .btn-icon:hover .icon {
    -webkit-animation: btnAni 1.5s infinite;
    animation: btnAni 1.5s infinite;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
@-webkit-keyframes btnAni {
  0% {
    opacity: 1; }
  50% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes btnAni {
  0% {
    opacity: 1; }
  50% {
    opacity: .4; }
  100% {
    opacity: 1; } }
button.btn-icon {
  border: 0;
  opacity: 1; }
  button.btn-icon[disabled="disabled"] {
    opacity: .5; }

.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .grow:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.shrink {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .shrink:hover {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98); }

.owl-nav {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  top: auto;
  text-align: right;
  margin-top: 30px; }
  .owl-nav button {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    border: 4px solid #526bff;
    text-align: center;
    width: 75px;
    height: 75px;
    padding: 15px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .owl-nav button:hover {
      background: #526bff; }
      .owl-nav button:hover i {
        color: #fff; }
    .owl-nav button i {
      color: #526bff;
      font-size: 30px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.banner-arrow {
  width: 80px;
  height: 80px;
  background: #f46e13;
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .banner-arrow:hover {
    background: #526bff;
    padding: 25px 0 20px; }

.alert {
  font-weight: 700;
  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 29.124px;
  text-transform: uppercase; }
  @media screen and (min-width: 1650px) {
    .alert {
      font-size: 24px;
      line-height: 38.832px; } }
  .alert.hard {
    color: #fe0100; }
  .alert.medium {
    color: #F96E11; }
  .alert.soft {
    color: #0bc50b; }

.points-table {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .points-table {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .points-table {
      margin: 40px 0; } }
  .points-table .row {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .points-table .row {
        margin-bottom: 0; } }
    .points-table .row .cols {
      float: left;
      width: 100%;
      position: relative;
      z-index: 2;
      text-align: center;
      font-size: 18px;
      line-height: 29.124px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      background: #ececec;
      padding: 10px 35px;
      margin-bottom: .5%; }
      @media screen and (min-width: 1650px) {
        .points-table .row .cols {
          font-size: 24px;
          line-height: 38.832px; } }
      @media screen and (min-width: 768px) {
        .points-table .row .cols:before {
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s;
          content: "";
          position: absolute;
          top: 0;
          width: 30px;
          height: 100%;
          background: #ececec;
          -webkit-transform: skew(-27.5deg);
          -moz-transform: skew(-27.5deg);
          -ms-transform: skew(-27.5deg);
          transform: skew(-27.5deg); } }
      @media screen and (min-width: 768px) {
        .points-table .row .cols.one {
          width: 68%;
          margin-right: 2%; } }
      .points-table .row .cols.one:before {
        right: -12px; }
      @media screen and (min-width: 768px) {
        .points-table .row .cols.two {
          width: 30%; } }
      .points-table .row .cols.two:before {
        left: -12px; }
      .points-table .row .cols p {
        font-size: 14px;
        line-height: 22.652px; }
        @media screen and (min-width: 1650px) {
          .points-table .row .cols p {
            font-size: 18px;
            line-height: 29.124px; } }
    .points-table .row.title .cols {
      background: transparent; }
      .points-table .row.title .cols:before {
        content: unset; }
      .points-table .row.title .cols p {
        font-weight: 800;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        text-transform: uppercase;
        color: #f46e13;
        font-size: 20px;
        line-height: 32.36px; }
        @media screen and (min-width: 768px) {
          .points-table .row.title .cols p {
            font-size: 22px;
            line-height: 35.596px; } }
        @media screen and (min-width: 1024px) {
          .points-table .row.title .cols p {
            font-size: 26px;
            line-height: 42.068px; } }
        @media screen and (min-width: 1140px) {
          .points-table .row.title .cols p {
            font-size: 30px;
            line-height: 45.304px; } }

header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px 0;
  float: left;
  width: 100%;
  background: tranparent; }
  @media screen and (min-width: 1140px) {
    header {
      padding: 40px; } }
  @media screen and (min-width: 1650px) {
    header {
      padding: 60px; } }
  header .logo {
    width: 220px;
    position: relative;
    float: left; }
    @media screen and (min-width: 768px) {
      header .logo {
        width: 280px; } }
    @media screen and (min-width: 1140px) {
      header .logo {
        width: 300px; } }
    @media screen and (min-width: 1650px) {
      header .logo {
        width: 380px; } }
  header .nav-area {
    float: right; }
    header .nav-area .main-nav, header .nav-area .btn-area, header .nav-area .contact-area {
      float: right; }
    header .nav-area .contact-area {
      display: none;
      width: 100%; }
      @media screen and (min-width: 768px) {
        header .nav-area .contact-area {
          display: block;
          position: absolute;
          top: 20px;
          right: 120px; } }
      @media screen and (min-width: 1140px) {
        header .nav-area .contact-area {
          position: relative;
          top: auto;
          right: auto;
          margin: 5px 0 15px; } }
      @media screen and (min-width: 1650px) {
        header .nav-area .contact-area {
          margin: 5px 0 20px; } }
      header .nav-area .contact-area a {
        cursor: pointer;
        float: right;
        display: inline-block;
        margin: 0 10px;
        color: #f46e13;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 22.652px; }
        @media screen and (min-width: 1650px) {
          header .nav-area .contact-area a {
            font-size: 18px;
            line-height: 29.124px; } }
        header .nav-area .contact-area a:hover {
          color: #8f8f8f; }
          header .nav-area .contact-area a:hover i {
            color: #f46e13; }
        @media screen and (min-width: 1140px) {
          header .nav-area .contact-area a {
            margin: 0 20px; } }
        header .nav-area .contact-area a i {
          color: #8f8f8f;
          font-size: 24px;
          margin-right: 10px;
          position: relative;
          top: 3px; }
    header .nav-area .btn-area {
      display: none; }
      @media screen and (min-width: 768px) {
        header .nav-area .btn-area {
          display: block;
          position: absolute;
          top: 60px;
          right: 120px; } }
      @media screen and (min-width: 1140px) {
        header .nav-area .btn-area {
          position: relative;
          top: auto;
          right: auto; } }
      header .nav-area .btn-area a {
        cursor: pointer;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 22.652px;
        padding: 0 10px;
        height: 30px;
        border-right: 2px solid #fff; }
        @media screen and (min-width: 1650px) {
          header .nav-area .btn-area a {
            font-size: 18px;
            line-height: 29.124px; } }
        header .nav-area .btn-area a:last-of-type {
          border-right: 0; }
        header .nav-area .btn-area a:hover {
          color: #f46e13; }
          header .nav-area .btn-area a:hover i {
            color: #fff; }
        @media screen and (min-width: 1140px) {
          header .nav-area .btn-area a {
            height: 50px;
            padding: 10px; } }
        @media screen and (min-width: 1650px) {
          header .nav-area .btn-area a {
            padding: 10px 20px; } }
        header .nav-area .btn-area a i {
          color: #f46e13;
          font-size: 24px;
          margin-right: 10px;
          position: relative;
          top: 3px; }
  header .mobile-nav-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10;
    color: #fff;
    background-color: #526bff;
    border: 2px solid #fff;
    font-size: 24px;
    height: 75px;
    width: 75px;
    padding: 26px 0;
    text-align: center; }
    @media (min-width: 1025px) {
      header .mobile-nav-btn {
        display: none; } }
    header .mobile-nav-btn.close {
      display: none; }

.sticky-header {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #000; }

.search-bar {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  padding: 15px; }
  @media screen and (min-width: 1140px) {
    .search-bar {
      width: 72%;
      padding: 22px; } }
  .search-bar input::-webkit-input-placeholder {
    color: #fff !important; }
  .search-bar input:-moz-placeholder {
    color: #fff !important; }
  .search-bar input::-moz-placeholder {
    color: #fff !important; }
  .search-bar input:-ms-input-placeholder {
    color: #fff !important; }
  .search-bar select {
    color: #fff; }
  .search-bar textarea {
    color: #fff; }
  .search-bar textarea::placeholder {
    color: #fff; }
  .search-bar input {
    background: #f46e13;
    padding: 30px;
    padding-left: 90px;
    border: 0;
    width: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 31.5px;
    font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif; }
    @media screen and (min-width: 768px) {
      .search-bar input {
        font-size: 38px;
        line-height: 39.9px; } }
    @media screen and (min-width: 1024px) {
      .search-bar input {
        font-size: 44px;
        line-height: 46.2px; } }
    @media screen and (min-width: 1140px) {
      .search-bar input {
        font-size: 48px;
        line-height: 50.4px; } }
  .search-bar i {
    position: absolute;
    left: 50px;
    top: 35%;
    color: #fff;
    font-size: 30px;
    line-height: 31.5px;
    margin-right: 20px; }
    @media screen and (min-width: 768px) {
      .search-bar i {
        font-size: 38px;
        line-height: 39.9px; } }
    @media screen and (min-width: 1024px) {
      .search-bar i {
        font-size: 44px;
        line-height: 46.2px; } }
    @media screen and (min-width: 1140px) {
      .search-bar i {
        font-size: 48px;
        line-height: 50.4px; } }
  .search-bar .close {
    left: auto;
    right: 30px;
    font-size: 24px;
    cursor: pointer; }

@media (max-width: 1024px) {
  nav.main-nav {
    display: none;
    position: fixed;
    z-index: 9;
    background: #1f233c;
    width: 100%;
    padding: 30px;
    padding-top: 50px;
    left: 0;
    top: 0; }
    nav.main-nav > ul > li {
      display: inline-block;
      margin-right: 40px;
      padding: 15px 0;
      width: 100%;
      text-align: center; }
      nav.main-nav > ul > li a {
        color: #fff;
        font-weight: 800;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-size: 18px;
        line-height: 29.124px; } }
      @media screen and (max-width: 1024px) and (min-width: 1650px) {
        nav.main-nav > ul > li a {
          font-size: 24px;
          line-height: 38.832px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        nav.main-nav > ul > li a {
          font-size: 20px;
          line-height: 32.36px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 768px) {
    nav.main-nav > ul > li a {
      font-size: 22px;
      line-height: 35.596px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1024px) {
    nav.main-nav > ul > li a {
      font-size: 26px;
      line-height: 42.068px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1140px) {
    nav.main-nav > ul > li a {
      font-size: 30px;
      line-height: 45.304px; } }

@media (max-width: 1024px) {
      nav.main-nav > ul > li.item-with-dropdown i {
        margin-left: 10px;
        color: #8f8f8f; }
      nav.main-nav > ul > li.item-with-dropdown .dropdown {
        overflow-y: scroll;
        height: 300px;
        float: left;
        width: 100%;
        display: none;
        position: relative;
        left: -15%;
        width: 130%;
        background: #1f233c;
        padding: 10px 20px;
        margin: 10px 0;
        text-align: center; }
        nav.main-nav > ul > li.item-with-dropdown .dropdown .cols {
          margin: 10px 0;
          float: left;
          width: 100%; }
          nav.main-nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
            width: 100%;
            float: left; }
            nav.main-nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
              color: #f46e13;
              text-transform: uppercase; }
          nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li {
            margin: 10px 0;
            width: 50%;
            float: left; }
            nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li a {
              font-size: 18px;
              line-height: 29.124px;
              padding: 0;
              text-transform: lowercase; } }
            @media screen and (max-width: 1024px) and (min-width: 1650px) {
              nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li a {
                font-size: 24px;
                line-height: 38.832px; } }

@media (max-width: 1024px) {
  nav.main-nav.sticky {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding-top: 100px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    nav.main-nav.sticky {
      padding-top: 50px; } }

@media (min-width: 1025px) {
  nav.main-nav {
    height: 60px;
    padding: 18px 0; }
    nav.main-nav > ul > li {
      display: inline-block;
      padding: 0 12px; } }
    @media screen and (min-width: 1025px) and (min-width: 1650px) {
      nav.main-nav > ul > li {
        padding: 0 18px; } }
@media (min-width: 1025px) {
      nav.main-nav > ul > li > a {
        color: #fff;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 900;
        font-size: 14px;
        line-height: 22.652px;
        font-style: italic; } }
      @media screen and (min-width: 1025px) and (min-width: 1650px) {
        nav.main-nav > ul > li > a {
          font-size: 18px;
          line-height: 29.124px; } }
@media (min-width: 1025px) {
        nav.main-nav > ul > li > a:hover {
          color: #f46e13; }
      nav.main-nav > ul > li:last-of-type:after {
        content: none; }
      nav.main-nav > ul > li.item-with-dropdown {
        position: relative;
        padding-bottom: 30px; }
        nav.main-nav > ul > li.item-with-dropdown i {
          margin-left: 5px;
          font-size: 14px;
          font-weight: 900;
          color: #1f233c; }
        nav.main-nav > ul > li.item-with-dropdown .dropdown {
          display: none;
          position: absolute;
          top: 50px;
          left: -350%;
          width: 600px;
          background: #000;
          padding: 30px 40px; }
          nav.main-nav > ul > li.item-with-dropdown .dropdown:after {
            content: "";
            position: absolute;
            top: -12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #000; } }
        @media screen and (min-width: 1025px) and (min-width: 1650px) {
          nav.main-nav > ul > li.item-with-dropdown .dropdown {
            width: 830px; } }
@media (min-width: 1025px) {
          nav.main-nav > ul > li.item-with-dropdown .dropdown .cols {
            float: left;
            width: 32%;
            margin-right: 2%; }
            nav.main-nav > ul > li.item-with-dropdown .dropdown .cols:nth-of-type(3n) {
              margin-right: 0; }
            nav.main-nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
              margin-top: 0;
              color: #f46e13;
              text-transform: uppercase;
              font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
              font-weight: 700;
              font-size: 14px;
              line-height: 22.652px; } }
            @media screen and (min-width: 1025px) and (min-width: 1650px) {
              nav.main-nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
                font-size: 18px;
                line-height: 29.124px; } }
@media (min-width: 1025px) {
              nav.main-nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                color: #f46e13;
                text-transform: uppercase;
                font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                font-weight: 700;
                font-size: 14px;
                line-height: 22.652px; } }
              @media screen and (min-width: 1025px) and (min-width: 1650px) {
                nav.main-nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                  font-size: 18px;
                  line-height: 29.124px; } }
@media (min-width: 1025px) {
            nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li {
              margin: 15px 0; }
              nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li a {
                font-size: 14px;
                line-height: 22.652px;
                font-weight: 700;
                color: #fff;
                padding: 0; } }
              @media screen and (min-width: 1025px) and (min-width: 1650px) {
                nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li a {
                  font-size: 18px;
                  line-height: 29.124px; } }
@media (min-width: 1025px) {
                nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li a:hover {
                  color: #526bff; } }
              @media screen and (min-width: 1025px) and (min-width: 1650px) {
                nav.main-nav > ul > li.item-with-dropdown .dropdown .cols li a {
                  font-size: 18px;
                  line-height: 18.9px; } }
@media (min-width: 1025px) {
        nav.main-nav > ul > li.item-with-dropdown:hover .dropdown {
          display: block; } }
footer {
  float: left;
  width: 100%;
  background: #242424; }
  footer .overlay {
    padding: 40px 0;
    float: left;
    width: 100%; }
    footer .overlay .title {
      font-size: 26px;
      line-height: 27.3px;
      margin-bottom: 30px;
      color: #f46e13;
      width: 100%; }
      @media screen and (min-width: 768px) {
        footer .overlay .title {
          font-size: 30px;
          line-height: 31.5px; } }
      @media screen and (min-width: 1140px) {
        footer .overlay .title {
          font-size: 36px;
          line-height: 37.8px; } }
      footer .overlay .title:after {
        content: none; }
    footer .overlay .main-area .btn.search {
      display: inline-block;
      margin: 25px 0;
      width: 100%;
      color: #fff;
      text-align: center; }
    footer .overlay .main-area .col {
      margin-bottom: 30px; }
    footer .overlay .main-area p, footer .overlay .main-area a {
      color: #fff;
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 800; }
      @media screen and (min-width: 1650px) {
        footer .overlay .main-area p, footer .overlay .main-area a {
          font-size: 24px;
          line-height: 38.832px; } }
    footer .overlay .main-area a:hover {
      color: #8f8f8f; }
    footer .overlay .main-area ul li {
      float: left;
      width: 100%;
      margin-bottom: 12px; }
    footer .overlay .main-area .social .email {
      display: block;
      margin-bottom: 30px; }
    footer .overlay .main-area .social i {
      color: #fff;
      font-size: 20px;
      background: #526bff;
      height: 60px;
      width: 60px;
      text-align: center;
      padding: 20px 0;
      margin-right: 15px;
      margin-bottom: 15px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      footer .overlay .main-area .social i:hover {
        background: #526bff; }
    footer .overlay .twitter-container {
      position: relative;
      padding-left: 50px; }
      footer .overlay .twitter-container > i {
        color: #8f8f8f;
        font-size: 26px;
        line-height: 27.3px;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (min-width: 768px) {
          footer .overlay .twitter-container > i {
            font-size: 30px;
            line-height: 31.5px; } }
        @media screen and (min-width: 1140px) {
          footer .overlay .twitter-container > i {
            font-size: 36px;
            line-height: 37.8px; } }
      footer .overlay .twitter-container .twitter {
        width: 100%; }
        footer .overlay .twitter-container .twitter .title {
          margin-bottom: 20px; }
        footer .overlay .twitter-container .twitter .twitter-carousel .item p {
          color: #fff;
          font-size: 14px;
          line-height: 22.652px; }
          @media screen and (min-width: 1650px) {
            footer .overlay .twitter-container .twitter .twitter-carousel .item p {
              font-size: 18px;
              line-height: 29.124px; } }
          footer .overlay .twitter-container .twitter .twitter-carousel .item p a, footer .overlay .twitter-container .twitter .twitter-carousel .item p span {
            color: #fff;
            font-weight: 800; }
    footer .overlay .bottom-bar {
      float: left;
      width: 100%; }
      footer .overlay .bottom-bar .wrap p, footer .overlay .bottom-bar .wrap a {
        font-size: 14px;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size: 14px;
        text-transform: uppercase; }
      footer .overlay .bottom-bar .wrap p {
        float: left;
        color: #8f8f8f;
        font-weight: 800; }
      footer .overlay .bottom-bar .wrap p.by {
        float: right; }
        footer .overlay .bottom-bar .wrap p.by a {
          color: #f4740d; }

.login {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: relative; }
  .login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/themes/FootballWinners/images/place-image-2.jpg");
    background-size: cover;
    background-color: #242424;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .1; }
  .login .login-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 85vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 85vh; }
    .login .login-details:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10vw;
      height: 100%;
      background-image: url("/resources/themes/FootballWinners/images/place-image-1.jpg");
      background-size: cover;
      background-color: #242424;
      background-repeat: no-repeat;
      background-position: 50%;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media screen and (min-width: 768px) {
        .login .login-details:before {
          content: "";
          width: 15vw; } }
      @media screen and (min-width: 1140px) {
        .login .login-details:before {
          width: 10vw; } }
    @media screen and (min-width: 768px) {
      .login .login-details {
        padding: 30px;
        width: 70vw;
        height: 650px;
        padding-left: 18vw; } }
    @media screen and (min-width: 1140px) {
      .login .login-details {
        width: 60vw;
        padding-left: 12vw; } }
    @media screen and (min-width: 1650px) {
      .login .login-details {
        width: 50vw; } }
    .login .login-details .logo {
      width: 130px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .logo {
          width: 200px;
          margin-bottom: 20px; } }
    .login .login-details h3 {
      font-size: 18px;
      font-weight: 500;
      color: #8f8f8f;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details h3 {
          margin-bottom: 20px; } }
    .login .login-details .powered-by {
      font-weight: 500;
      position: absolute;
      bottom: 30px;
      right: 30px;
      color: #8f8f8f; }
      .login .login-details .powered-by a {
        color: #F96E11; }
        .login .login-details .powered-by a:hover {
          opacity: .5; }
    .login .login-details .message.warning {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .message.warning {
          font-size: 14px;
          line-height: 18px; } }
    .login .login-details form label {
      font-size: 14px;
      margin-bottom: 10px;
      float: left;
      width: 100%;
      color: #8f8f8f; }
    .login .login-details form input[type=text], .login .login-details form input[type=password] {
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      margin-bottom: 10px;
      width: 100%;
      border: 2px solid #ececec;
      padding: 15px; }
      .login .login-details form input[type=text]:focus, .login .login-details form input[type=password]:focus {
        outline: none; }
    .login .login-details form input[type=submit] {
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 15px 30px;
      border: 0;
      background: #8f8f8f;
      margin: 10px 0; }
      .login .login-details form input[type=submit]:hover {
        background: #242424; }
    .login .login-details form .field.checkbox {
      margin-top: 10px; }
      .login .login-details form .field.checkbox label {
        float: left;
        width: calc(100% - 20px); }
      .login .login-details form .field.checkbox input[type=checkbox] {
        float: left;
        position: relative;
        top: 4px;
        width: 20px; }
    .login .login-details form #ForgotPassword a {
      font-size: 14px;
      font-weight: 700;
      color: #b4b4b4; }

.main-banner {
  position: relative;
  float: left;
  width: 100%;
  background-color: #1f233c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 550px;
  overflow: hidden;
  padding-top: 150px; }
  @media screen and (min-width: 768px) {
    .main-banner {
      height: 600px;
      padding-top: 180px; } }
  @media screen and (min-width: 1140px) {
    .main-banner {
      padding-top: 250px;
      height: 100vh; } }
  @media screen and (min-width: 1650px) {
    .main-banner {
      padding-top: 280px;
      height: 900px; } }
  .main-banner .shape {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 50vw; }
    @media screen and (min-width: 768px) {
      .main-banner .shape {
        width: 75%;
        height: 40vw; } }
    @media screen and (min-width: 1140px) {
      .main-banner .shape {
        width: 50%;
        height: 25vw; } }
  .main-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(31, 35, 60, 0.75);
    width: 100%;
    height: 100%; }
  .main-banner .wrap {
    position: relative;
    z-index: 3;
    max-width: 990px; }
    .main-banner .wrap .text-area {
      position: relative;
      z-index: 10;
      float: left;
      width: 100%;
      text-align: center; }
      .main-banner .wrap .text-area .title {
        font-size: 40px;
        line-height: 42px;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .main-banner .wrap .text-area .title {
            font-size: 60px;
            line-height: 63px; } }
        @media screen and (min-width: 1024px) {
          .main-banner .wrap .text-area .title {
            font-size: 70px;
            line-height: 73.5px; } }
        @media screen and (min-width: 1140px) {
          .main-banner .wrap .text-area .title {
            font-size: 80px;
            line-height: 84px; } }
        @media screen and (min-width: 1650px) {
          .main-banner .wrap .text-area .title {
            font-size: 92px;
            line-height: 96.6px; } }
      .main-banner .wrap .text-area > p {
        font-size: 20px;
        line-height: 32.36px;
        font-weight: 800;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .main-banner .wrap .text-area > p {
            font-size: 22px;
            line-height: 35.596px; } }
        @media screen and (min-width: 1024px) {
          .main-banner .wrap .text-area > p {
            font-size: 26px;
            line-height: 42.068px; } }
        @media screen and (min-width: 1140px) {
          .main-banner .wrap .text-area > p {
            font-size: 30px;
            line-height: 45.304px; } }
      .main-banner .wrap .text-area .btn-icon {
        margin-top: 30px; }

.main-banner-ctas {
  display: none;
  background: #f46e13;
  float: left;
  width: 100%; }
  @media screen and (min-width: 1140px) {
    .main-banner-ctas {
      display: block; } }
  .main-banner-ctas .item {
    position: relative;
    background: transparent;
    width: 33.33%;
    float: left;
    padding: 30px 50px; }
    @media screen and (min-width: 768px) {
      .main-banner-ctas .item {
        padding: 60px 40px; } }
    @media screen and (min-width: 1140px) {
      .main-banner-ctas .item {
        padding: 60px; } }
    @media screen and (min-width: 1650px) {
      .main-banner-ctas .item {
        padding: 60px 80px; } }
    @media screen and (min-width: 1140px) {
      .main-banner-ctas .item:after {
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 30px;
        line-height: 31.5px;
        color: #fff;
        position: absolute;
        top: 42%;
        right: 0; } }
  @media screen and (min-width: 1140px) and (min-width: 768px) {
    .main-banner-ctas .item:after {
      font-size: 38px;
      line-height: 39.9px; } }
  @media screen and (min-width: 1140px) and (min-width: 1024px) {
    .main-banner-ctas .item:after {
      font-size: 44px;
      line-height: 46.2px; } }
  @media screen and (min-width: 1140px) and (min-width: 1140px) {
    .main-banner-ctas .item:after {
      font-size: 48px;
      line-height: 50.4px; } }

    .main-banner-ctas .item:last-of-type:after {
      content: ""; }
    .main-banner-ctas .item i {
      float: left;
      font-size: 34px;
      line-height: 35.7px;
      color: #242424; }
      @media screen and (min-width: 768px) {
        .main-banner-ctas .item i {
          font-size: 42px;
          line-height: 44.1px; } }
      @media screen and (min-width: 1140px) {
        .main-banner-ctas .item i {
          font-size: 52px;
          line-height: 54.6px; } }
      @media screen and (min-width: 1650px) {
        .main-banner-ctas .item i {
          font-size: 60px;
          line-height: 63px; } }
    .main-banner-ctas .item .text-area {
      float: right;
      width: calc(100% - 60px); }
      @media screen and (min-width: 1024px) {
        .main-banner-ctas .item .text-area {
          width: calc(100% - 90px); } }
      .main-banner-ctas .item .text-area .title {
        color: #fff;
        font-size: 30px;
        line-height: 31.5px;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .main-banner-ctas .item .text-area .title {
            font-size: 38px;
            line-height: 39.9px; } }
        @media screen and (min-width: 1024px) {
          .main-banner-ctas .item .text-area .title {
            font-size: 44px;
            line-height: 46.2px; } }
        @media screen and (min-width: 1140px) {
          .main-banner-ctas .item .text-area .title {
            font-size: 48px;
            line-height: 50.4px; } }
      .main-banner-ctas .item .text-area p {
        font-size: 18px;
        line-height: 29.124px;
        font-weight: 800;
        color: #fff; }
        @media screen and (min-width: 1650px) {
          .main-banner-ctas .item .text-area p {
            font-size: 24px;
            line-height: 38.832px; } }
  .main-banner-ctas.mobile {
    display: block; }
    @media screen and (min-width: 1140px) {
      .main-banner-ctas.mobile {
        display: none; } }
    .main-banner-ctas.mobile .main-banner-ctas-carousel .item {
      width: 100%;
      float: left; }
    .main-banner-ctas.mobile .main-banner-ctas-carousel .owl-nav {
      margin-top: 0;
      margin-bottom: 30px;
      padding-right: 30px; }
      .main-banner-ctas.mobile .main-banner-ctas-carousel .owl-nav button {
        border-color: #fff; }
        .main-banner-ctas.mobile .main-banner-ctas-carousel .owl-nav button i {
          color: #fff; }

.internal-banner {
  position: relative;
  float: left;
  width: 100%;
  background-color: #1f233c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 430px;
  overflow: hidden;
  padding-top: 140px; }
  @media screen and (min-width: 768px) {
    .internal-banner {
      height: 450px;
      padding-top: 170px; } }
  @media screen and (min-width: 1140px) {
    .internal-banner {
      height: 640px;
      padding-top: 220px; } }
  @media screen and (min-width: 1650px) {
    .internal-banner {
      height: 680px;
      padding-top: 240px; } }
  .internal-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 35, 60, 0.75); }
  .internal-banner .shape {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 370px; }
    @media screen and (min-width: 768px) {
      .internal-banner .shape {
        width: 600px; } }
  .internal-banner .wrap {
    position: relative;
    z-index: 3;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .internal-banner .wrap {
        height: auto; } }
    .internal-banner .wrap .text-area {
      z-index: 10;
      float: left;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .internal-banner .wrap .text-area {
          width: 80%;
          left: 30px; } }
      @media screen and (min-width: 1650px) {
        .internal-banner .wrap .text-area {
          width: 55%;
          left: 390px; } }
      .internal-banner .wrap .text-area .title {
        font-size: 36px;
        line-height: 37.8px;
        color: #fff;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .internal-banner .wrap .text-area .title {
            font-size: 42px;
            line-height: 44.1px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner .wrap .text-area .title {
            font-size: 52px;
            line-height: 54.6px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner .wrap .text-area .title {
            font-size: 62px;
            line-height: 65.1px; } }
        @media screen and (min-width: 1650px) {
          .internal-banner .wrap .text-area .title {
            font-size: 72px;
            line-height: 75.6px; } }
      .internal-banner .wrap .text-area p {
        font-size: 20px;
        line-height: 32.36px;
        font-weight: 800;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .internal-banner .wrap .text-area p {
            font-size: 22px;
            line-height: 35.596px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner .wrap .text-area p {
            font-size: 26px;
            line-height: 42.068px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner .wrap .text-area p {
            font-size: 30px;
            line-height: 45.304px; } }
  .internal-banner.game .wrap {
    height: 100%; }
    .internal-banner.game .wrap .text-area {
      padding-left: 80px; }
      @media screen and (min-width: 1140px) {
        .internal-banner.game .wrap .text-area {
          padding-left: 130px; } }
      .internal-banner.game .wrap .text-area i {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 40px;
        line-height: 42px;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .internal-banner.game .wrap .text-area i {
            font-size: 60px;
            line-height: 63px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner.game .wrap .text-area i {
            font-size: 70px;
            line-height: 73.5px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner.game .wrap .text-area i {
            font-size: 80px;
            line-height: 84px; } }
        @media screen and (min-width: 1650px) {
          .internal-banner.game .wrap .text-area i {
            font-size: 92px;
            line-height: 96.6px; } }
      .internal-banner.game .wrap .text-area .tags li {
        float: left;
        border: 4px solid #fff;
        padding: 5px 15px;
        font-weight: 800;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        font-size: 14px;
        line-height: 22.652px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #fff; }
        @media screen and (min-width: 1650px) {
          .internal-banner.game .wrap .text-area .tags li {
            font-size: 18px;
            line-height: 29.124px; } }
        @media screen and (min-width: 768px) {
          .internal-banner.game .wrap .text-area .tags li {
            margin-right: 15px;
            padding: 15px 30px; } }
      .internal-banner.game .wrap .text-area .title {
        font-size: 36px;
        line-height: 37.8px; }
        @media screen and (min-width: 768px) {
          .internal-banner.game .wrap .text-area .title {
            font-size: 42px;
            line-height: 44.1px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner.game .wrap .text-area .title {
            font-size: 52px;
            line-height: 54.6px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner.game .wrap .text-area .title {
            font-size: 62px;
            line-height: 65.1px; } }
        @media screen and (min-width: 1650px) {
          .internal-banner.game .wrap .text-area .title {
            font-size: 72px;
            line-height: 75.6px; } }
    .internal-banner.game .wrap .countdown {
      position: absolute;
      bottom: 20px;
      right: 20px;
      text-align: right; }
      @media screen and (min-width: 768px) {
        .internal-banner.game .wrap .countdown {
          bottom: 40px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner.game .wrap .countdown {
          bottom: 60px; } }
      @media screen and (min-width: 1650px) {
        .internal-banner.game .wrap .countdown {
          right: 0; } }
      .internal-banner.game .wrap .countdown .title {
        color: #fff;
        font-size: 20px;
        line-height: 32.36px;
        margin-bottom: 5px; }
        @media screen and (min-width: 768px) {
          .internal-banner.game .wrap .countdown .title {
            font-size: 22px;
            line-height: 35.596px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner.game .wrap .countdown .title {
            font-size: 26px;
            line-height: 42.068px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner.game .wrap .countdown .title {
            font-size: 30px;
            line-height: 45.304px; } }
      .internal-banner.game .wrap .countdown #timer {
        font-size: 30px;
        line-height: 31.5px;
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 900;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .internal-banner.game .wrap .countdown #timer {
            font-size: 38px;
            line-height: 39.9px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner.game .wrap .countdown #timer {
            font-size: 44px;
            line-height: 46.2px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner.game .wrap .countdown #timer {
            font-size: 48px;
            line-height: 50.4px; } }
  .internal-banner.news .wrap .text-area .title {
    font-size: 30px;
    line-height: 31.5px; }
    @media screen and (min-width: 768px) {
      .internal-banner.news .wrap .text-area .title {
        font-size: 38px;
        line-height: 39.9px; } }
    @media screen and (min-width: 1024px) {
      .internal-banner.news .wrap .text-area .title {
        font-size: 44px;
        line-height: 46.2px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner.news .wrap .text-area .title {
        font-size: 48px;
        line-height: 50.4px; } }

.cta {
  margin: 20px 0;
  position: relative;
  float: left;
  height: 550px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cta {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .cta {
      margin: 40px 0; } }
  .cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 35, 60, 0.75); }
  .cta .img-area {
    background-color: #1f233c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .cta .shape {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 390px; }
  .cta .text-area {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 30px; }
    @media screen and (min-width: 1140px) {
      .cta .text-area {
        padding: 40px; } }
    .cta .text-area .title, .cta .text-area .sub {
      width: 100%; }
      @media screen and (min-width: 1140px) {
        .cta .text-area .title, .cta .text-area .sub {
          width: 80%; } }
      @media screen and (min-width: 1650px) {
        .cta .text-area .title, .cta .text-area .sub {
          width: 75%; } }
    .cta .text-area .title {
      font-size: 34px;
      line-height: 35.7px;
      color: #fff;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .cta .text-area .title {
          font-size: 42px;
          line-height: 44.1px; } }
      @media screen and (min-width: 1140px) {
        .cta .text-area .title {
          font-size: 52px;
          line-height: 54.6px; } }
      @media screen and (min-width: 1650px) {
        .cta .text-area .title {
          font-size: 60px;
          line-height: 63px; } }
      .cta .text-area .title:after {
        content: none; }
    .cta .text-area .sub {
      color: #fff;
      font-size: 20px;
      line-height: 32.36px;
      font-weight: 800; }
      @media screen and (min-width: 768px) {
        .cta .text-area .sub {
          font-size: 22px;
          line-height: 35.596px; } }
      @media screen and (min-width: 1024px) {
        .cta .text-area .sub {
          font-size: 26px;
          line-height: 42.068px; } }
      @media screen and (min-width: 1140px) {
        .cta .text-area .sub {
          font-size: 30px;
          line-height: 45.304px; } }
    .cta .text-area .btn-icon {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      @media screen and (min-width: 1140px) {
        .cta .text-area .btn-icon {
          bottom: 40px;
          right: 40px; } }

.span_1_of_3 .cta .text-area .title {
  font-size: 30px;
  line-height: 31.5px; }
  @media screen and (min-width: 768px) {
    .span_1_of_3 .cta .text-area .title {
      font-size: 38px;
      line-height: 39.9px; } }
  @media screen and (min-width: 1024px) {
    .span_1_of_3 .cta .text-area .title {
      font-size: 44px;
      line-height: 46.2px; } }
  @media screen and (min-width: 1140px) {
    .span_1_of_3 .cta .text-area .title {
      font-size: 48px;
      line-height: 50.4px; } }
.span_1_of_3 .cta .text-area > p {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    .span_1_of_3 .cta .text-area > p {
      font-size: 24px;
      line-height: 38.832px; } }

.email-signup {
  float: left;
  width: 100%;
  background-color: #f46e13;
  padding: 50px 0; }
  .email-signup .text-area {
    max-width: 750px;
    padding: 0 20px;
    margin: 0 auto; }
    .email-signup .text-area .title {
      font-size: 34px;
      line-height: 35.7px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .email-signup .text-area .title {
          font-size: 42px;
          line-height: 44.1px; } }
      @media screen and (min-width: 1140px) {
        .email-signup .text-area .title {
          font-size: 52px;
          line-height: 54.6px; } }
      @media screen and (min-width: 1650px) {
        .email-signup .text-area .title {
          font-size: 60px;
          line-height: 63px; } }
    .email-signup .text-area > p {
      font-size: 20px;
      line-height: 32.36px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .email-signup .text-area > p {
          font-size: 22px;
          line-height: 35.596px; } }
      @media screen and (min-width: 1024px) {
        .email-signup .text-area > p {
          font-size: 26px;
          line-height: 42.068px; } }
      @media screen and (min-width: 1140px) {
        .email-signup .text-area > p {
          font-size: 30px;
          line-height: 45.304px; } }
  .email-signup form {
    background: transparent;
    padding: 0; }
    .email-signup form .btn-icon {
      margin-bottom: 0; }

.icon-text-carousel-container {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #ececec; }
  @media screen and (min-width: 768px) {
    .icon-text-carousel-container {
      padding: 60px 0; } }
  .icon-text-carousel-container .icon-text-carousel {
    padding: 20px 0 70px; }
    @media screen and (min-width: 768px) {
      .icon-text-carousel-container .icon-text-carousel {
        padding: 30px 0; } }
    .icon-text-carousel-container .icon-text-carousel .item {
      float: left;
      width: 100%;
      background: #fff;
      padding: 30px; }
      @media screen and (min-width: 1140px) {
        .icon-text-carousel-container .icon-text-carousel .item {
          padding: 40px; } }
      @media screen and (min-width: 1650px) {
        .icon-text-carousel-container .icon-text-carousel .item {
          padding: 60px; } }
      .icon-text-carousel-container .icon-text-carousel .item .icon {
        position: absolute;
        top: 30px;
        left: 30px; }
        @media screen and (min-width: 1140px) {
          .icon-text-carousel-container .icon-text-carousel .item .icon {
            top: 40px;
            left: 40px; } }
        @media screen and (min-width: 1650px) {
          .icon-text-carousel-container .icon-text-carousel .item .icon {
            top: 60px;
            left: 60px; } }
        .icon-text-carousel-container .icon-text-carousel .item .icon i {
          color: #f46e13;
          font-size: 36px;
          line-height: 37.8px; }
          @media screen and (min-width: 768px) {
            .icon-text-carousel-container .icon-text-carousel .item .icon i {
              font-size: 42px;
              line-height: 44.1px; } }
          @media screen and (min-width: 1024px) {
            .icon-text-carousel-container .icon-text-carousel .item .icon i {
              font-size: 52px;
              line-height: 54.6px; } }
          @media screen and (min-width: 1140px) {
            .icon-text-carousel-container .icon-text-carousel .item .icon i {
              font-size: 62px;
              line-height: 65.1px; } }
          @media screen and (min-width: 1650px) {
            .icon-text-carousel-container .icon-text-carousel .item .icon i {
              font-size: 72px;
              line-height: 75.6px; } }
      .icon-text-carousel-container .icon-text-carousel .item .text-area {
        float: right;
        width: calc(100% - 70px); }
        @media screen and (min-width: 1140px) {
          .icon-text-carousel-container .icon-text-carousel .item .text-area {
            width: calc(100% - 100px); } }
        .icon-text-carousel-container .icon-text-carousel .item .text-area > ul {
          margin: 10px 0;
          width: 100%;
          float: left; }
          .icon-text-carousel-container .icon-text-carousel .item .text-area > ul li {
            font-size: 14px;
            line-height: 22.652px;
            font-weight: 700;
            color: #8f8f8f;
            margin: 10px 0;
            width: 100%;
            padding-left: 30px;
            position: relative; }
            @media screen and (min-width: 1650px) {
              .icon-text-carousel-container .icon-text-carousel .item .text-area > ul li {
                font-size: 18px;
                line-height: 29.124px; } }
            .icon-text-carousel-container .icon-text-carousel .item .text-area > ul li:before {
              content: "\f101";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 14px;
              line-height: 22.652px;
              color: #f46e13;
              position: absolute;
              top: 2px;
              left: 0; }
              @media screen and (min-width: 1650px) {
                .icon-text-carousel-container .icon-text-carousel .item .text-area > ul li:before {
                  font-size: 18px;
                  line-height: 29.124px; } }
        .icon-text-carousel-container .icon-text-carousel .item .text-area .title {
          font-size: 20px;
          line-height: 32.36px;
          margin-bottom: 20px; }
          @media screen and (min-width: 768px) {
            .icon-text-carousel-container .icon-text-carousel .item .text-area .title {
              font-size: 22px;
              line-height: 35.596px; } }
          @media screen and (min-width: 1024px) {
            .icon-text-carousel-container .icon-text-carousel .item .text-area .title {
              font-size: 26px;
              line-height: 42.068px; } }
          @media screen and (min-width: 1140px) {
            .icon-text-carousel-container .icon-text-carousel .item .text-area .title {
              font-size: 30px;
              line-height: 45.304px; } }
          .icon-text-carousel-container .icon-text-carousel .item .text-area .title:after {
            content: none; }

.game-list {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .game-list {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .game-list {
      margin: 40px 0; } }
  .game-list .col {
    position: relative;
    background-color: #1f233c;
    background-size: cover;
    background-repeat: no-repeat; }
    .game-list .col .overlay {
      float: left;
      background: rgba(31, 35, 60, 0.75);
      width: 100%;
      padding: 30px 20px; }
      @media screen and (min-width: 768px) {
        .game-list .col .overlay {
          padding: 30px 20px; } }
      @media screen and (min-width: 1024px) {
        .game-list .col .overlay {
          padding: 40px 30px; } }
      @media screen and (min-width: 1140px) {
        .game-list .col .overlay {
          padding: 50px 35px; } }
      .game-list .col .overlay .shape {
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 390px; }
      .game-list .col .overlay > i {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 37.8px;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .game-list .col .overlay > i {
            font-size: 42px;
            line-height: 44.1px; } }
        @media screen and (min-width: 1024px) {
          .game-list .col .overlay > i {
            font-size: 52px;
            line-height: 54.6px; } }
        @media screen and (min-width: 1140px) {
          .game-list .col .overlay > i {
            font-size: 62px;
            line-height: 65.1px; } }
        @media screen and (min-width: 1650px) {
          .game-list .col .overlay > i {
            font-size: 72px;
            line-height: 75.6px; } }
      .game-list .col .overlay .title {
        width: 100%;
        color: #fff;
        font-size: 34px;
        line-height: 35.7px;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .game-list .col .overlay .title {
            font-size: 42px;
            line-height: 44.1px; } }
        @media screen and (min-width: 1140px) {
          .game-list .col .overlay .title {
            font-size: 52px;
            line-height: 54.6px; } }
        @media screen and (min-width: 1650px) {
          .game-list .col .overlay .title {
            font-size: 60px;
            line-height: 63px; } }
      .game-list .col .overlay .tags li {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        float: left;
        border: 4px solid #fff;
        padding: 15px 30px;
        font-weight: 800;
        font-size: 14px;
        line-height: 22.652px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #fff; }
        @media screen and (min-width: 1650px) {
          .game-list .col .overlay .tags li {
            font-size: 18px;
            line-height: 29.124px; } }
        @media screen and (min-width: 1024px) {
          .game-list .col .overlay .tags li {
            margin-right: 15px;
            margin-right: 15px; } }
      .game-list .col .overlay .desc > ul {
        margin: 10px 0;
        width: 100%;
        float: left; }
        .game-list .col .overlay .desc > ul li {
          font-size: 14px;
          line-height: 22.652px;
          font-weight: 700;
          color: #8f8f8f;
          margin: 10px 0;
          width: 100%;
          padding-left: 30px;
          position: relative; }
          @media screen and (min-width: 1650px) {
            .game-list .col .overlay .desc > ul li {
              font-size: 18px;
              line-height: 29.124px; } }
          .game-list .col .overlay .desc > ul li:before {
            content: "\f101";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 14px;
            line-height: 22.652px;
            color: #f46e13;
            position: absolute;
            top: 2px;
            left: 0; }
            @media screen and (min-width: 1650px) {
              .game-list .col .overlay .desc > ul li:before {
                font-size: 18px;
                line-height: 29.124px; } }
      .game-list .col .overlay .desc ul li {
        color: #fff; }
        .game-list .col .overlay .desc ul li:before {
          color: #8f8f8f; }
      .game-list .col .overlay .btn-icon {
        margin: 0;
        margin-top: 20px;
        float: right; }
    .game-list .col .CustomDraw {
      background-color: rgba(244, 110, 19, 0.75); }
    .game-list .col .BestsPickDraw {
      background-color: rgba(82, 107, 255, 0.75); }
    .game-list .col .Draw {
      background-color: rgba(31, 35, 60, 0.75); }

.game-play {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .game-play {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .game-play {
      margin: 40px 0; } }
  .game-play > .wrap {
    margin-bottom: 30px; }
  .game-play .title {
    font-size: 30px;
    line-height: 31.5px; }
    @media screen and (min-width: 768px) {
      .game-play .title {
        font-size: 38px;
        line-height: 39.9px; } }
    @media screen and (min-width: 1024px) {
      .game-play .title {
        font-size: 44px;
        line-height: 46.2px; } }
    @media screen and (min-width: 1140px) {
      .game-play .title {
        font-size: 48px;
        line-height: 50.4px; } }
  .game-play .game-play-list {
    float: left;
    width: 100%; }
    .game-play .game-play-list .item {
      float: left;
      width: 100%;
      position: relative;
      background-color: #ececec;
      margin-bottom: 10px;
      padding: 20px;
      padding-left: 50px; }
      .game-play .game-play-list .item:last-of-type {
        border-bottom: 0; }
      .game-play .game-play-list .item .pos {
        position: absolute;
        left: 15px;
        top: 30px;
        font-size: 13px;
        line-height: 21.034px;
        font-weight: 800;
        color: #526bff; }
        @media screen and (min-width: 1650px) {
          .game-play .game-play-list .item .pos {
            font-size: 14px;
            line-height: 22.652px; } }
      .game-play .game-play-list .item .teams {
        float: left;
        width: 100%;
        position: relative; }
        .game-play .game-play-list .item .teams .team {
          position: relative;
          z-index: 2;
          width: 85%;
          text-align: center;
          font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
          font-weight: 800;
          font-size: 14px;
          line-height: 22.652px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s;
          cursor: pointer;
          background-color: #fff;
          padding: 10px 5px; }
          @media screen and (min-width: 1650px) {
            .game-play .game-play-list .item .teams .team {
              font-size: 18px;
              line-height: 29.124px; } }
          @media screen and (min-width: 1024px) {
            .game-play .game-play-list .item .teams .team {
              width: 45%; } }
          .game-play .game-play-list .item .teams .team.one {
            float: left;
            margin-bottom: 30px; }
            @media screen and (min-width: 1024px) {
              .game-play .game-play-list .item .teams .team.one {
                margin-bottom: 0; } }
          .game-play .game-play-list .item .teams .team.two {
            float: right; }
          .game-play .game-play-list .item .teams .team:hover {
            background: #cfcfcf; }
            .game-play .game-play-list .item .teams .team:hover:before {
              background: #cfcfcf; }
          .game-play .game-play-list .item .teams .team.active {
            z-index: 3 !important;
            opacity: 1 !important;
            background: #f46e13;
            color: #fff; }
          .game-play .game-play-list .item .teams .team.disabled {
            z-index: -1;
            opacity: .4; }
        .game-play .game-play-list .item .teams .vs {
          width: 100%;
          position: absolute;
          z-index: 1;
          top: 38%;
          left: 0;
          text-align: center;
          font-size: 13px;
          line-height: 21.034px;
          font-weight: 800;
          color: #526bff; }
          @media screen and (min-width: 1650px) {
            .game-play .game-play-list .item .teams .vs {
              font-size: 14px;
              line-height: 22.652px; } }
          @media screen and (min-width: 1024px) {
            .game-play .game-play-list .item .teams .vs {
              top: 10px; } }
      .game-play .game-play-list .item.active:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-size: 10px;
        font-weight: 900;
        color: #fff;
        background: #f46e13;
        width: 20px;
        height: 20px;
        padding: 5px 0;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 33px;
        right: -10px; }
  .game-play .span_1_of_3 {
    position: relative; }
  .game-play .sidebar {
    float: left;
    width: 100%; }
    .game-play .sidebar.stick {
      position: fixed;
      top: 30px;
      bottom: auto; }
      @media screen and (min-width: 768px) {
        .game-play .sidebar.stick {
          width: 30%; } }
      @media screen and (min-width: 1140px) {
        .game-play .sidebar.stick {
          width: 29.5%; } }
      @media screen and (min-width: 1650px) {
        .game-play .sidebar.stick {
          width: 26.3%; } }
      .game-play .sidebar.stick.bottom {
        position: absolute;
        top: auto;
        width: 100%; }
    .game-play .sidebar .game-play-list-selected {
      float: left;
      width: 100%;
      margin-bottom: 30px;
      background: #526bff;
      padding: 30px;
      text-align: center; }
      .game-play .sidebar .game-play-list-selected .title {
        position: relative;
        z-index: 1;
        font-size: 26px;
        line-height: 27.3px;
        color: #fff;
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .game-play .sidebar .game-play-list-selected .title {
            font-size: 30px;
            line-height: 31.5px; } }
        @media screen and (min-width: 1140px) {
          .game-play .sidebar .game-play-list-selected .title {
            font-size: 36px;
            line-height: 37.8px; } }
        .game-play .sidebar .game-play-list-selected .title span {
          color: #242424;
          position: relative;
          z-index: 1; }
          .game-play .sidebar .game-play-list-selected .title span:before {
            content: "";
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            background: #8f8f8f;
            width: 50px;
            height: 50px;
            position: absolute;
            z-index: -1;
            top: 0;
            left: -18px;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0); }
          .game-play .sidebar .game-play-list-selected .title span.animate:before {
            -webkit-animation: circleGrow .7s 1;
            animation: circleGrow .7s 1; }
@-webkit-keyframes circleGrow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; } }
@keyframes circleGrow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; } }
      .game-play .sidebar .game-play-list-selected .selected {
        float: left;
        width: 100%;
        text-align: center; }
        .game-play .sidebar .game-play-list-selected .selected li {
          display: inline-block;
          text-align: center;
          width: 100%;
          margin: 6px 0;
          font-size: 14px;
          line-height: 22.652px;
          font-weight: 800;
          color: #fff; }
          @media screen and (min-width: 1650px) {
            .game-play .sidebar .game-play-list-selected .selected li {
              font-size: 18px;
              line-height: 29.124px; } }
          @media screen and (min-width: 1024px) {
            .game-play .sidebar .game-play-list-selected .selected li {
              width: 50%; } }
    .game-play .sidebar .CustomisableForm {
      padding: 0;
      background-repeat: no-repeat;
      background-size: cover; }
      .game-play .sidebar .CustomisableForm .overlay {
        padding: 30px;
        text-align: center;
        background-color: rgba(31, 35, 60, 0.75); }

.news .item .text-area {
  background: #ececec;
  padding: 30px; }
  @media screen and (min-width: 1024px) {
    .news .item .text-area {
      padding: 30px; } }
  .news .item .text-area .title {
    color: #8f8f8f;
    font-size: 26px;
    line-height: 27.3px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .news .item .text-area .title {
        font-size: 30px;
        line-height: 31.5px; } }
    @media screen and (min-width: 1140px) {
      .news .item .text-area .title {
        font-size: 36px;
        line-height: 37.8px; } }
  .news .item .text-area .date {
    font-weight: 800; }

.news-feed {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .news-feed {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .news-feed {
      margin: 40px 0; } }
  .news-feed > .title {
    font-size: 26px;
    line-height: 27.3px;
    background: #1f233c;
    color: #fff;
    padding: 20px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .news-feed > .title {
        font-size: 30px;
        line-height: 31.5px; } }
    @media screen and (min-width: 1140px) {
      .news-feed > .title {
        font-size: 36px;
        line-height: 37.8px; } }
    @media screen and (min-width: 1024px) {
      .news-feed > .title {
        padding: 20px 40px; } }
  .news-feed .list {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 20px; }
    @media screen and (min-width: 1024px) {
      .news-feed .list {
        padding: 30px 40px; } }
    .news-feed .list .item {
      float: left;
      width: 100%;
      padding: 30px 0;
      border-bottom: 1px solid #cfcfcf; }
      .news-feed .list .item:last-of-type {
        border-bottom: 0; }
      .news-feed .list .item i {
        font-size: 36px;
        line-height: 37.8px;
        color: #8f8f8f;
        float: left;
        margin-right: 20px; }
        @media screen and (min-width: 768px) {
          .news-feed .list .item i {
            font-size: 42px;
            line-height: 44.1px; } }
        @media screen and (min-width: 1024px) {
          .news-feed .list .item i {
            font-size: 52px;
            line-height: 54.6px; } }
        @media screen and (min-width: 1140px) {
          .news-feed .list .item i {
            font-size: 62px;
            line-height: 65.1px; } }
        @media screen and (min-width: 1650px) {
          .news-feed .list .item i {
            font-size: 72px;
            line-height: 75.6px; } }
      .news-feed .list .item .content .title {
        font-weight: 800;
        font-size: 18px;
        line-height: 29.124px;
        color: #1f233c; }
        @media screen and (min-width: 1650px) {
          .news-feed .list .item .content .title {
            font-size: 24px;
            line-height: 38.832px; } }

.news-categories {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .news-categories {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .news-categories {
      margin: 40px 0; } }
  .news-categories .title {
    font-size: 26px;
    line-height: 27.3px;
    background: #1f233c;
    color: #fff;
    padding: 20px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .news-categories .title {
        font-size: 30px;
        line-height: 31.5px; } }
    @media screen and (min-width: 1140px) {
      .news-categories .title {
        font-size: 36px;
        line-height: 37.8px; } }
    @media screen and (min-width: 1024px) {
      .news-categories .title {
        padding: 20px 40px; } }
  .news-categories ul {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 20px; }
    @media screen and (min-width: 1024px) {
      .news-categories ul {
        padding: 20px 40px; } }
    .news-categories ul li {
      float: left;
      width: 100%;
      font-size: 18px;
      line-height: 29.124px;
      font-weight: 800;
      margin: 7px 0; }
      @media screen and (min-width: 1650px) {
        .news-categories ul li {
          font-size: 24px;
          line-height: 38.832px; } }
      .news-categories ul li a {
        color: #1f233c; }

.image-text-icon-container {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .image-text-icon-container {
      margin: 30px 0; } }
  @media screen and (min-width: 1024px) {
    .image-text-icon-container {
      margin: 40px 0; } }
  .image-text-icon-container .wrap {
    max-width: 1220px; }
    .image-text-icon-container .wrap .image-text-icon {
      margin: 25px auto;
      float: left;
      width: 100%; }
      .image-text-icon-container .wrap .image-text-icon .area {
        float: left; }
      .image-text-icon-container .wrap .image-text-icon .img.area {
        width: 100%;
        padding-top: 100%;
        position: relative; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon .img.area {
            width: 30%;
            padding-top: 30%; } }
        @media screen and (min-width: 1140px) {
          .image-text-icon-container .wrap .image-text-icon .img.area {
            width: 40%;
            padding-top: 40%; } }
        .image-text-icon-container .wrap .image-text-icon .img.area .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          background-size: cover;
          background-repeat: no-repeat; }
          .image-text-icon-container .wrap .image-text-icon .img.area .img .icon-container {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            position: absolute;
            bottom: -20px;
            right: 0;
            left: 0;
            margin: 0 auto;
            background: #f46e13;
            padding: 18px 0;
            height: 80px;
            width: 80px;
            text-align: center; }
            @media screen and (min-width: 768px) {
              .image-text-icon-container .wrap .image-text-icon .img.area .img .icon-container {
                top: 0;
                left: auto;
                right: -30px;
                margin: auto 0; } }
            .image-text-icon-container .wrap .image-text-icon .img.area .img .icon-container .icon {
              color: #fff;
              font-size: 20px;
              line-height: 32.36px; }
              @media screen and (min-width: 768px) {
                .image-text-icon-container .wrap .image-text-icon .img.area .img .icon-container .icon {
                  font-size: 22px;
                  line-height: 35.596px; } }
              @media screen and (min-width: 1024px) {
                .image-text-icon-container .wrap .image-text-icon .img.area .img .icon-container .icon {
                  font-size: 26px;
                  line-height: 42.068px; } }
              @media screen and (min-width: 1140px) {
                .image-text-icon-container .wrap .image-text-icon .img.area .img .icon-container .icon {
                  font-size: 30px;
                  line-height: 45.304px; } }
      .image-text-icon-container .wrap .image-text-icon .text.area {
        width: 100%;
        padding: 35px 20px;
        padding-bottom: 0; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            width: 70%;
            padding: 0 60px;
            padding-bottom: 0; } }
        @media screen and (min-width: 1024px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            padding: 0 80px;
            padding-bottom: 0; } }
        @media screen and (min-width: 1140px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            padding: 30px 80px;
            width: 60%; } }
        .image-text-icon-container .wrap .image-text-icon .text.area > ul {
          margin: 10px 0;
          width: 100%;
          float: left; }
          .image-text-icon-container .wrap .image-text-icon .text.area > ul li {
            font-size: 14px;
            line-height: 22.652px;
            font-weight: 700;
            color: #8f8f8f;
            margin: 10px 0;
            width: 100%;
            padding-left: 30px;
            position: relative; }
            @media screen and (min-width: 1650px) {
              .image-text-icon-container .wrap .image-text-icon .text.area > ul li {
                font-size: 18px;
                line-height: 29.124px; } }
            .image-text-icon-container .wrap .image-text-icon .text.area > ul li:before {
              content: "\f101";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 14px;
              line-height: 22.652px;
              color: #f46e13;
              position: absolute;
              top: 2px;
              left: 0; }
              @media screen and (min-width: 1650px) {
                .image-text-icon-container .wrap .image-text-icon .text.area > ul li:before {
                  font-size: 18px;
                  line-height: 29.124px; } }
        .image-text-icon-container .wrap .image-text-icon .text.area .title {
          font-size: 26px;
          line-height: 27.3px; }
          @media screen and (min-width: 768px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 30px;
              line-height: 31.5px; } }
          @media screen and (min-width: 1140px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 36px;
              line-height: 37.8px; } }
      .image-text-icon-container .wrap .image-text-icon.alt .img.area {
        float: right; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon.alt .img.area .img .icon-container {
            right: auto;
            left: -30px; } }

#tabs-full {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  margin-top: 90px; }
  #tabs-full .overlay {
    background: rgba(31, 35, 60, 0.75);
    padding: 40px 0; }
    @media screen and (min-width: 1024px) {
      #tabs-full .overlay {
        padding: 70px 0; } }
    #tabs-full .overlay .tabs {
      position: absolute;
      top: -90px;
      left: 0;
      width: 100%;
      text-align: center; }
      #tabs-full .overlay .tabs li {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        width: 75px;
        height: 75px;
        text-align: center;
        padding: 20px 0;
        margin-right: 15px;
        margin-bottom: 15px;
        background: #ececec; }
        #tabs-full .overlay .tabs li:last-of-type {
          margin-right: 0; }
        #tabs-full .overlay .tabs li.current, #tabs-full .overlay .tabs li:hover {
          background: #1f233c; }
          #tabs-full .overlay .tabs li.current i, #tabs-full .overlay .tabs li:hover i {
            color: #fff; }
        #tabs-full .overlay .tabs li i {
          color: #1f233c;
          font-size: 36px; }
    #tabs-full .overlay .content {
      background-size: cover;
      background-repeat: no-repeat; }
      #tabs-full .overlay .content .area {
        float: left; }
      #tabs-full .overlay .content .img.area {
        width: 100%;
        padding-top: 100%;
        position: relative;
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          #tabs-full .overlay .content .img.area {
            width: 25%;
            padding-top: 25%;
            margin-right: 5%;
            margin-bottom: 0; } }
        #tabs-full .overlay .content .img.area .img {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          background-size: cover;
          background-repeat: no-repeat; }
      #tabs-full .overlay .content .text.area {
        width: 100%;
        background: #fff;
        padding: 30px; }
        @media screen and (min-width: 768px) {
          #tabs-full .overlay .content .text.area {
            width: 70%; } }
        @media screen and (min-width: 1024px) {
          #tabs-full .overlay .content .text.area {
            padding: 40px 50px; } }
        #tabs-full .overlay .content .text.area > ul {
          margin: 10px 0;
          width: 100%;
          float: left; }
          #tabs-full .overlay .content .text.area > ul li {
            font-size: 14px;
            line-height: 22.652px;
            font-weight: 700;
            color: #8f8f8f;
            margin: 10px 0;
            width: 100%;
            padding-left: 30px;
            position: relative; }
            @media screen and (min-width: 1650px) {
              #tabs-full .overlay .content .text.area > ul li {
                font-size: 18px;
                line-height: 29.124px; } }
            #tabs-full .overlay .content .text.area > ul li:before {
              content: "\f101";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 14px;
              line-height: 22.652px;
              color: #f46e13;
              position: absolute;
              top: 2px;
              left: 0; }
              @media screen and (min-width: 1650px) {
                #tabs-full .overlay .content .text.area > ul li:before {
                  font-size: 18px;
                  line-height: 29.124px; } }
        #tabs-full .overlay .content .text.area .title {
          font-size: 26px;
          line-height: 27.3px; }
          @media screen and (min-width: 768px) {
            #tabs-full .overlay .content .text.area .title {
              font-size: 30px;
              line-height: 31.5px; } }
          @media screen and (min-width: 1140px) {
            #tabs-full .overlay .content .text.area .title {
              font-size: 36px;
              line-height: 37.8px; } }

.CustomisableForm {
  background-color: #1f233c;
  padding: 30px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 1140px) {
    .CustomisableForm {
      padding: 40px; } }
  .CustomisableForm .title {
    font-size: 20px;
    line-height: 32.36px;
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .CustomisableForm .title {
        font-size: 22px;
        line-height: 35.596px; } }
    @media screen and (min-width: 1024px) {
      .CustomisableForm .title {
        font-size: 26px;
        line-height: 42.068px; } }
    @media screen and (min-width: 1140px) {
      .CustomisableForm .title {
        font-size: 30px;
        line-height: 45.304px; } }
    .CustomisableForm .title:after {
      content: none; }
  .CustomisableForm .field, .CustomisableForm .FieldWrapper {
    margin-bottom: 20px;
    background: transparent; }
    .CustomisableForm .field input::-webkit-input-placeholder, .CustomisableForm .FieldWrapper input::-webkit-input-placeholder {
      color: #fff !important; }
    .CustomisableForm .field input:-moz-placeholder, .CustomisableForm .FieldWrapper input:-moz-placeholder {
      color: #fff !important; }
    .CustomisableForm .field input::-moz-placeholder, .CustomisableForm .FieldWrapper input::-moz-placeholder {
      color: #fff !important; }
    .CustomisableForm .field input:-ms-input-placeholder, .CustomisableForm .FieldWrapper input:-ms-input-placeholder {
      color: #fff !important; }
    .CustomisableForm .field select, .CustomisableForm .FieldWrapper select {
      color: #fff; }
    .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      color: #fff; }
    .CustomisableForm .field textarea::placeholder, .CustomisableForm .FieldWrapper textarea::placeholder {
      color: #fff; }
    .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
      width: 100%;
      float: left;
      margin-bottom: 10px;
      font-size: 14px;
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 700; }
    .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
      padding: 20px 30px;
      width: 100%;
      border: 0;
      border: 4px solid #fff;
      background: transparent;
      color: #fff;
      font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 29.124px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px; }
      @media screen and (min-width: 1650px) {
        .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          font-size: 24px;
          line-height: 38.832px; } }
      .CustomisableForm .field input:focus, .CustomisableForm .field select:focus, .CustomisableForm .field textarea:focus, .CustomisableForm .FieldWrapper input:focus, .CustomisableForm .FieldWrapper select:focus, .CustomisableForm .FieldWrapper textarea:focus {
        outline: none; }
    .CustomisableForm .field select option, .CustomisableForm .FieldWrapper select option {
      color: #242424; }
    .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      height: 200px; }
    .CustomisableForm .field input[type=file], .CustomisableForm .FieldWrapper input[type=file] {
      border: 0;
      padding: 0; }
  .CustomisableForm .field.select, .CustomisableForm .FieldWrapper.select {
    position: relative; }
    .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      font-size: 20px;
      line-height: 32.36px;
      color: #fff;
      content: "\f078";
      position: absolute;
      top: 15px;
      right: 0; }
      @media screen and (min-width: 768px) {
        .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
          font-size: 22px;
          line-height: 35.596px; } }
      @media screen and (min-width: 1024px) {
        .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
          font-size: 26px;
          line-height: 42.068px; } }
      @media screen and (min-width: 1140px) {
        .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
          font-size: 30px;
          line-height: 45.304px; } }
      @media screen and (min-width: 768px) {
        .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
          top: 20px;
          right: 25px; } }
    .CustomisableForm .field.select select, .CustomisableForm .FieldWrapper.select select {
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
  .CustomisableForm .message {
    font-size: 14px;
    color: #8f8f8f; }

form input:focus {
  outline: none; }
form input[type="submit"] {
  float: right;
  clear: left;
  border: 0; }

.field.checkbox {
  margin-bottom: 10px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* Hide the browser's default checkbox */ }
  .field.checkbox label {
    font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22.652px;
    color: #242424; }
    @media screen and (min-width: 1650px) {
      .field.checkbox label {
        font-size: 18px;
        line-height: 29.124px; } }
  .field.checkbox label {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 35px;
    cursor: pointer; }
  .field.checkbox .checkmark {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #cfcfcf;
    /* Create the checkmark/indicator (hidden when not checked) */ }
    .field.checkbox .checkmark:hover {
      background-color: #8f8f8f; }
    .field.checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .field.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* When the checkbox is checked, add a blue background */ }
    .field.checkbox input:checked ~ .checkmark {
      background-color: #f46e13;
      border: 2px solid #f46e13;
      /* Show the checkmark when checked */ }
      .field.checkbox input:checked ~ .checkmark:after {
        display: block; }

/*# sourceMappingURL=main.css.map */
