@import "https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,300,300italic";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
html, body {
  height: 100%; }

/* Global */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alert {
  margin-top: 20px; }

.alert.alert-success {
  font-size: 16px;
  font-weight: bold; }

.error {
  color: red;
  font-size: 13px; }

.content {
  text-align: center; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Masonry */
.grid {
  position: relative; }

.grid-sizer, .grid-item {
  min-height: auto !important; }

body.admin-site {
  background: radial-gradient(circle, #007934, #fe0002);
  /* Main */
  /* Store */
  /* Admin */
  /* Admin Editor */ }
  body.admin-site label {
    color: #FE0002; }
  body.admin-site a {
    color: #007934;
    font-size: 16px; }
  body.admin-site a:hover {
    color: #FE0002; }
  body.admin-site #create-sale .total, body.admin-site #create-sale .icon i {
    color: #FE0002; }
  body.admin-site #create-sale #products #amount.form-control[readonly], body.admin-site #create-sale #paid_amount.form-control[readonly] {
    background: #FE0002; }
  body.admin-site .btn-brand, body.admin-site .daterangepicker .ranges li.active, body.admin-site .btn-success {
    background: #007934;
    border-color: #007934; }
  body.admin-site .page-sidebar .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar .page-sidebar-menu > li.active > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, body.admin-site .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background: #FE0002; }
  body.admin-site .content-wrap.pdf-wrap h1, body.admin-site h2, body.admin-site h3, body.admin-site h4, body.admin-site h5, body.admin-site h6 {
    font-family: "Nunito Sans", sans-serif; }
  body.admin-site .tooltip-custom, body.admin-site #map-canvas a.active .btn, body.admin-site .progress_bar .bar, body.admin-site .btn-site {
    background: #FE0002; }
  body.admin-site #map-canvas .btn:hover, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    border-color: #FE0002;
    color: #FE0002; }
  body.admin-site .table .title, body.admin-site .m-content h1, body.admin-site .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #FE0002; }
  body.admin-site .control-label, body.admin-site .btn.m-btn--label-brand, body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon {
    color: #FE0002; }
  body.admin-site .m-loader.m-loader--brand:before, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover:not(.m-menu__item--actions) > .m-menu__link .m-menu__link-text {
    color: #FE0002; }
  body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon:hover .m-nav__link-icon-wrapper, body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #007934;
    border: 1px solid #007934; }
  body.admin-site .btn-site {
    color: #fff;
    background: #FE0002;
    color: #fff;
    padding: 10px 36px;
    border-radius: 26px;
    font-size: 16px; }
  body.admin-site .btn-site:hover {
    background: #007934; }
  body.admin-site .pagination > .active > a, body.admin-site .pagination > .active > a:hover, body.admin-site .pagination > .active > a:focus, body.admin-site .pagination > .active > span, body.admin-site .pagination > .active > span:hover, body.admin-site .pagination > .active > span:focus {
    background: #FE0002;
    border-color: #FE0002; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--active-tab > .m-menu__link, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--hover > .m-menu__link {
    background-color: #FE0002; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #FE0002; }
  body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #007934; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__link {
    display: grid;
    align-items: baseline;
    padding-top: 1rem;
    padding-left: .8rem;
    padding-right: .8rem; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__link-text {
    height: fit-content;
    font-size: 1.1rem;
    line-height: 1.2rem; }
  body.admin-site .box-list .admin-list .active a {
    background: #FE0002 !important; }
  body.admin-site .box-list .admin-list a {
    background: #007934; }
  body.admin-site .box-list .admin-list a:hover {
    background: #FE0002; }
  body.admin-site .flex-item .form_fields_actions {
    display: none;
    background: #f3f3f3;
    border: 1px dashed #ccc;
    padding: 10px;
    color: #777; }
  body.admin-site .flex-item:hover .form_fields_actions {
    display: block; }

@media (min-width: 1025px) {
  .admin-site.m-header--fixed.m-header--minimize-on .m-header .m-header__top {
    background-color: #FE0002 !important; } }
body.error-site {
  background: #FE0002;
  color: #ffffff; }
  body.error-site .top {
    background: #ffffff;
    color: #FE0002; }
  body.error-site .button {
    background: #ffffff;
    color: #FE0002; }
  body.error-site a:hover .button {
    background: #ffffff; }

body.main-site {
  /*@import "master/main";
  @import "master/responsive";
  @import "segments/main";
  @import "segments/responsive";*/
  /* form starting stylings ------------------------------- */
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
  /*==============  file upload  ===============*/
  /*==============  animations  ===============*/
  /*==============  responsive table v1  ===============*/
  /*==============  modal  ===============*/
  /* Close Button */
  /* Animation */
  font-family: 'Nunito Sans', sans-serif;
  background: #fff; }
  body.main-site #primary-menu > ul > li.menu-item-emphasis > a {
    border-radius: 20px !important; }
  body.main-site .button.button-large {
    border-radius: 23px !important; }
  body.main-site .dark a {
    color: #444 !important; }
  body.main-site .dark a:hover {
    color: #EEE !important; }
  body.main-site form .flex-item {
    margin-bottom: 20px; }
    body.main-site form .flex-item label {
      color: #FE0002; }
  body.main-site .form-control {
    border-radius: 10px;
    border-radius: 20px !important;
    padding: 12px !important;
    height: auto !important; }
  body.main-site .form-control.fileupload {
    padding: 9px 12px;
    height: auto; }
  body.main-site .file_container div.image_thumb {
    margin-bottom: 5px !important; }
  body.main-site .btn-site {
    border-radius: 20px !important;
    padding: 10px 20px; }
  body.main-site .no-padding {
    padding: 0; }
  body.main-site .row {
    width: auto; }
  body.main-site .featherlight-inner h1 {
    font-family: "Nunito Sans", sans-serif; }
  body.main-site .group {
    position: relative;
    margin-bottom: 35px; }
  body.main-site input, body.main-site select {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: 1.5px solid #b8b8b8;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px; }
  body.main-site input:focus {
    outline: none; }
  body.main-site label {
    padding: 0 1.2rem;
    width: fit-content;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
    text-transform: unset;
    letter-spacing: 0; }
  body.main-site input:focus ~ label, body.main-site input:valid ~ label, body.main-site select:focus ~ label, body.main-site select:valid ~ label {
    top: -12px;
    left: 5px;
    padding: 0 .5rem;
    font-size: 14px;
    color: #FE0002;
    padding: 0 .5rem; }
  body.main-site input:focus ~ .bar:before, body.main-site input:focus ~ .bar:after, body.main-site select:focus ~ .bar:before, body.main-site select:focus ~ .bar:after {
    width: 50%; }
  body.main-site .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
    padding: 0;
    background: none;
    color: transparent;
    border-radius: 0; }
  body.main-site input:focus ~ .highlight, body.main-site select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #0a58b1; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #0a58b1; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #0a58b1; }
  to {
    width: 0;
    background: transparent; } }
  body.main-site .primary-btn {
    width: fit-content;
    height: fit-content;
    display: block;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #DA2224;
    padding: 15px 25px;
    border: 0;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    line-height: 2rem; }
    body.main-site .primary-btn.z-1 {
      z-index: 1;
      position: relative; }
    body.main-site .primary-btn.ex-p {
      padding: 15px 45px; }
    body.main-site .primary-btn:hover:not([disabled]) {
      background-color: #DA2224; }
    body.main-site .primary-btn[disabled] {
      background-color: #D9D9D9;
      color: #000;
      pointer-events: none; }
  body.main-site .primary-btn-big {
    width: fit-content;
    height: fit-content;
    display: block;
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    background-color: #DA2224;
    padding: 20px 45px;
    border: 0;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    line-height: 2rem;
    boder: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px; }
    body.main-site .primary-btn-big:hover:not([disabled]) {
      background-color: #DA2224; }
    body.main-site .primary-btn-big[disabled] {
      background-color: #D9D9D9;
      color: #000;
      pointer-events: none; }
  body.main-site .landing-new {
    position: relative;
    position: relative;
    /*==============  General  ===============*/
    /* Menu desktop */
    /* BOTTOM BARS ================================= */ }
    body.main-site .landing-new::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
      background: linear-gradient(150deg, #DA2224 0%, #DA2224 60%, #DA2224 100%); }
    body.main-site .landing-new.no-background::before {
      content: none; }
    body.main-site .landing-new h1 {
      font-size: 30px;
      line-height: 40.92px;
      font-weight: 700;
      color: #F68D81;
      text-align: center; }
    body.main-site .landing-new h2 {
      font-size: 28.43px;
      line-height: 38.78px;
      font-weight: 700;
      color: #000;
      text-align: center; }
      body.main-site .landing-new h2.white {
        color: #fff; }
    body.main-site .landing-new h3 {
      font-size: 21.33px;
      line-height: 29.09px;
      font-weight: 700;
      color: #FE0002; }
      body.main-site .landing-new h3.blue {
        color: #0073DE; }
        body.main-site .landing-new h3.blue span.red {
          color: #FE0002; }
      body.main-site .landing-new h3.black {
        color: #000; }
    body.main-site .landing-new p {
      font-size: 16px;
      line-height: 21.82px;
      font-weight: 400;
      text-align: justify; }
      body.main-site .landing-new p span.red {
        font-weight: 600;
        color: #FE0002; }
    body.main-site .landing-new .gap_4 {
      gap: 1.5rem; }
    body.main-site .landing-new .mb-6 {
      margin-bottom: 2.5rem; }
    body.main-site .landing-new .mb-7 {
      margin-bottom: 5rem; }
    body.main-site .landing-new .w-fit {
      width: fit-content; }
    body.main-site .landing-new .white-btn {
      width: fit-content;
      height: fit-content;
      display: block;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
      color: #DA2224;
      background-color: #fff;
      padding: 15px 25px;
      border: 0;
      outline: none;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      line-height: 2rem; }
      body.main-site .landing-new .white-btn:hover:not([disabled]) {
        background-color: #DA2224;
        color: #fff; }
    body.main-site .landing-new .question-btn {
      width: 100%;
      display: block;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
      color: #383838;
      background-color: transparent;
      border: 1px solid #F68D81;
      padding: 15px 25px;
      outline: none;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s; }
      body.main-site .landing-new .question-btn:hover {
        background-color: #FE0002;
        color: #fff; }
    body.main-site .landing-new .separator.dashed {
      margin: 2.5rem 0;
      width: 100%;
      height: 1px;
      border: 0;
      background-image: linear-gradient(to right, #a6a6a6 50%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 13px 1px;
      background-repeat: repeat-x; }
    body.main-site .landing-new .btn-download {
      position: fixed;
      bottom: 0;
      z-index: 15;
      max-width: 200px; }
      body.main-site .landing-new .btn-download .top-img {
        margin-bottom: -15px; }
    body.main-site .landing-new .mr-20 {
      margin-right: 20%; }
    body.main-site .landing-new img {
      width: 100%;
      height: auto; }
    body.main-site .landing-new .center {
      text-align: center; }
    body.main-site .landing-new .members-btn {
      padding: 1rem;
      border: 1px solid #ccc;
      display: inline-block;
      margin: 2rem 0;
      border-radius: 50px;
      background-image: radial-gradient(#ffffff, #f7f7f7); }
    body.main-site .landing-new .menu-desktop {
      background: #f6f5f5;
      color: #000;
      z-index: 1;
      position: relative; }
      body.main-site .landing-new .menu-desktop .menu-contain ul {
        padding: 0;
        margin: 0;
        list-style: unset; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li {
          display: inline-block;
          position: relative;
          padding: 2rem 1rem;
          text-align: center;
          font-family: "Nunito Sans", sans-serif;
          width: 24.5%;
          font-size: 1rem;
          font-weight: 700;
          transition: .3s all ease-in-out;
          vertical-align: middle; }
          body.main-site .landing-new .menu-desktop .menu-contain ul li a {
            transition: .3s all ease-in-out; }
          body.main-site .landing-new .menu-desktop .menu-contain ul li a:hover, body.main-site .landing-new .menu-desktop .menu-contain ul li a.active {
            padding: 10px 12px;
            border-radius: 50px; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li::after {
          height: 35px;
          display: block;
          width: 2px;
          background: #000;
          content: '';
          position: absolute;
          top: 17%;
          right: 0; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li.last-menu:after {
          display: none !important; }
    body.main-site .landing-new .menu-desktop.normal-menu {
      background: linear-gradient(90deg, #DA2224 0%, #DA2224 100%);
      color: #fff;
      position: relative;
      overflow: hidden;
      /*&::before{ content: ''; width: 100%; height: 150%; background-image: url(../../../assets/images/2025-promo/ex.png); position: absolute; top: 0; left: 0; background-position: center center; background-attachment: fixed; background-size: cover; filter: blur(2px); -webkit-filter: blur(2px); }
      &::after{ content: ''; width: 100%; height: 150%; top: 0; left: 0; background-color: rgba(#fff, .1); position: absolute;}*/ }
      body.main-site .landing-new .menu-desktop.normal-menu .menu-contain {
        display: grid;
        grid-template-columns: 25% 50% 25%;
        align-items: center;
        padding: 0 2vw; }
        body.main-site .landing-new .menu-desktop.normal-menu .menu-contain img {
          max-width: 140px;
          z-index: 2;
          position: relative; }
        body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a {
          color: #fff;
          transition: .3s all ease-in-out;
          z-index: 2;
          position: relative;
          display: block;
          padding: 10px 12px; }
        body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a:hover, body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a.active {
          background: #fff;
          color: #FE0002;
          border-radius: 50px; }
        body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li::after {
          height: 50px;
          display: block;
          width: 2px;
          background: #fff;
          content: '';
          position: absolute;
          top: 17%;
          right: 0; }
    body.main-site .landing-new .blue-menu {
      color: #fff; }
      body.main-site .landing-new .blue-menu .menu-contain ul {
        margin-bottom: 0; }
        body.main-site .landing-new .blue-menu .menu-contain ul li {
          display: inline-block;
          position: relative;
          padding: 0;
          text-align: center;
          font-family: "Nunito Sans", sans-serif;
          width: 24.7%;
          font-size: 1rem;
          font-weight: 700;
          vertical-align: middle; }
          body.main-site .landing-new .blue-menu .menu-contain ul li a {
            color: #fff;
            transition: .3s all ease-in-out;
            padding: 1.5rem 2rem;
            display: block;
            margin: 0;
            background: #0a58b1; }
          body.main-site .landing-new .blue-menu .menu-contain ul li a:hover, body.main-site .landing-new .blue-menu .menu-contain ul li a.active {
            background: #000;
            color: #fff; }
        body.main-site .landing-new .blue-menu .menu-contain ul li.last-menu a {
          border-right: 0; }
    body.main-site .landing-new .bar {
      position: relative;
      display: none;
      width: 100%; }
    body.main-site .landing-new .bar:before, body.main-site .landing-new .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #0a58b1;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    body.main-site .landing-new .bar:before {
      left: 50%; }
    body.main-site .landing-new .bar:after {
      right: 50%; }
    body.main-site .landing-new .section-1 {
      padding: 4rem 3rem;
      text-align: center;
      z-index: 1;
      position: relative; }
      body.main-site .landing-new .section-1.full {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 8rem;
        row-gap: 2rem; }
        body.main-site .landing-new .section-1.full img {
          max-width: 30%; }
      body.main-site .landing-new .section-1 .image-grid {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        position: relative;
        min-height: 65vh;
        margin-bottom: 1rem; }
        body.main-site .landing-new .section-1 .image-grid p {
          position: relative;
          margin-top: 500px;
          margin-left: 60px;
          font-size: 25.43px;
          line-height: 37.78px; }
        body.main-site .landing-new .section-1 .image-grid img {
          max-height: 100%; }
        body.main-site .landing-new .section-1 .image-grid .img-main {
          inset: 0 0 0 0;
          margin: 2% auto auto;
          position: absolute;
          max-width: 785px;
          z-index: 1; }
        body.main-site .landing-new .section-1 .image-grid .img-second {
          inset: auto 5% 0 auto;
          margin: auto;
          position: absolute;
          max-width: 35%;
          width: auto; }
      body.main-site .landing-new .section-1 .grid-2 {
        display: grid;
        grid-template-columns: 25% 50% 25%;
        align-items: center; }
        body.main-site .landing-new .section-1 .grid-2 .image-aj {
          display: flex;
          justify-content: end;
          align-items: center;
          flex-wrap: wrap;
          gap: 3rem; }
          body.main-site .landing-new .section-1 .grid-2 .image-aj p {
            color: #000;
            font-size: 7px;
            margin-bottom: .3rem;
            font-weight: 600;
            line-height: 9px !important; }
          body.main-site .landing-new .section-1 .grid-2 .image-aj img {
            max-width: 9rem;
            max-height: 5rem;
            object-fit: contain; }
        body.main-site .landing-new .section-1 .grid-2 p {
          position: relative;
          z-index: 1; }
      body.main-site .landing-new .section-1 img {
        max-width: 40%; }
      body.main-site .landing-new .section-1 p {
        margin-bottom: 0;
        color: #3e3e3e;
        font-size: 16px; }
        body.main-site .landing-new .section-1 p.bold {
          font-weight: 900; }
      body.main-site .landing-new .section-1 h2 {
        color: #fff;
        margin-bottom: 2rem; }
      body.main-site .landing-new .section-1 .custom-card {
        max-width: 62rem;
        padding: 4rem;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        overflow: hidden;
        background: url(../../../assets/img/fairplay/regalamotivacion/back-card.png) no-repeat center;
        background-size: cover; }
        body.main-site .landing-new .section-1 .custom-card.full {
          max-width: 100%; }
        body.main-site .landing-new .section-1 .custom-card .header-card {
          margin-bottom: 2rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          body.main-site .landing-new .section-1 .custom-card .header-card img {
            width: 144px; }
        body.main-site .landing-new .section-1 .custom-card .pass-container {
          display: flex;
          width: fit-content;
          margin: auto; }
          body.main-site .landing-new .section-1 .custom-card .pass-container input {
            max-width: 20rem;
            text-align: center;
            background-color: transparent;
            border: transparent;
            color: #fff;
            font-size: 24px; }
          body.main-site .landing-new .section-1 .custom-card .pass-container .visivility {
            position: relative;
            cursor: pointer;
            width: 3rem;
            margin-left: 1rem; }
            body.main-site .landing-new .section-1 .custom-card .pass-container .visivility.tached::after {
              content: '';
              position: absolute;
              inset: 0 0 0 0;
              margin: auto;
              width: 100%;
              height: 2px;
              background-color: #fff;
              transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg); }
            body.main-site .landing-new .section-1 .custom-card .pass-container .visivility img {
              position: absolute;
              inset: 0 0 0 0;
              margin: auto;
              max-width: 100%; }
    body.main-site .landing-new .section-2 {
      padding: 6rem 12% 2rem;
      background: #f6f5f5; }
      body.main-site .landing-new .section-2 h2 {
        text-align: center;
        color: #0a58b1;
        font-size: 35px; }
      body.main-site .landing-new .section-2 p {
        font-size: 18px;
        margin-bottom: 0; }
      body.main-site .landing-new .section-2 .all-steps {
        margin-top: 5rem; }
      body.main-site .landing-new .section-2 .step {
        margin: 0;
        margin-bottom: 4rem; }
        body.main-site .landing-new .section-2 .step p {
          text-align: left;
          line-height: 1.3 !important; }
        body.main-site .landing-new .section-2 .step .title {
          font-weight: 700;
          font-size: 20px;
          margin-bottom: 0; }
        body.main-site .landing-new .section-2 .step .min-btn {
          background: #0a58b1;
          color: #fff;
          padding: 8px 20px;
          border-radius: 50px;
          display: inline-block;
          margin-top: 8px;
          font-family: "Nunito Sans", sans-serif;
          font-size: 16px;
          font-weight: 700;
          transition: .3s all ease-in-out; }
        body.main-site .landing-new .section-2 .step .min-btn:hover {
          background: #000; }
        body.main-site .landing-new .section-2 .step .p-btn {
          min-height: 46px; }
    body.main-site .landing-new .section-3 {
      margin-bottom: 6rem;
      margin-top: -70px;
      z-index: 1;
      position: relative; }
      body.main-site .landing-new .section-3.no-marg {
        margin: 0; }
      body.main-site .landing-new .section-3.min {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto; }
      body.main-site .landing-new .section-3 .timmer-wrapper {
        display: flex;
        justify-content: space-between; }
      body.main-site .landing-new .section-3 .steps-landing {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 1200px;
        margin: auto;
        column-gap: 7rem; }
        body.main-site .landing-new .section-3 .steps-landing .step-landing .break {
          word-break: break-all; }
        body.main-site .landing-new .section-3 .steps-landing .step-landing img {
          max-width: 158px;
          max-height: 130px;
          object-fit: contain;
          height: auto;
          margin: auto;
          display: block; }
        body.main-site .landing-new .section-3 .steps-landing .step-landing p {
          color: #fff; }
      body.main-site .landing-new .section-3 .white-bg-rounded {
        background: #fff;
        border-radius: 50px;
        padding: 30px; }
      body.main-site .landing-new .section-3 .box-content {
        background: #fff;
        color: #000;
        padding: 4rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        body.main-site .landing-new .section-3 .box-content.no-b {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
        body.main-site .landing-new .section-3 .box-content.no-pad {
          padding: 4rem 0; }
        body.main-site .landing-new .section-3 .box-content.other-bg {
          background: #034482; }
        body.main-site .landing-new .section-3 .box-content .pad {
          padding: 0 4rem; }
        body.main-site .landing-new .section-3 .box-content .pop-up-link {
          font-family: "Nunito Sans", sans-serif;
          text-align: center;
          color: #0a58b1; }
        body.main-site .landing-new .section-3 .box-content .subtitle {
          font-family: "Nunito Sans", sans-serif;
          text-align: center;
          font-weight: 700;
          font-size: 18px;
          margin-bottom: 4rem; }
        body.main-site .landing-new .section-3 .box-content .blue {
          font-family: "Nunito Sans", sans-serif;
          text-align: center;
          font-weight: 700;
          color: #0a58b1; }
        body.main-site .landing-new .section-3 .box-content .btn-contain {
          text-align: center;
          margin-top: 5rem; }
          body.main-site .landing-new .section-3 .box-content .btn-contain .btn-form {
            background: #DA2224;
            color: #fff;
            padding: 19px 7rem 13px;
            display: inline-block;
            border-radius: 50px;
            transition: .3s all ease-in-out;
            font-family: "Nunito Sans", sans-serif;
            text-transform: uppercase;
            font-size: 22px;
            line-height: .8;
            z-index: 60;
            border: none; }
          body.main-site .landing-new .section-3 .box-content .btn-contain .btn-form:hover {
            background: #000; }
          body.main-site .landing-new .section-3 .box-content .btn-contain.blue {
            text-align: center;
            margin-top: 0rem; }
            body.main-site .landing-new .section-3 .box-content .btn-contain.blue .btn-form {
              background: #fff;
              color: #091838;
              padding: 22px 7rem 18px;
              display: inline-block;
              border-radius: 50px;
              transition: .3s all ease-in-out;
              font-family: "Nunito Sans", sans-serif;
              text-transform: uppercase;
              font-size: 22px;
              line-height: .8;
              z-index: 60;
              border: none;
              border: 3px solid #091838;
              font-weight: 700; }
            body.main-site .landing-new .section-3 .box-content .btn-contain.blue .btn-form:hover {
              background: #091838;
              color: #fff; }
        body.main-site .landing-new .section-3 .box-content .input-contain {
          text-align: center; }
          body.main-site .landing-new .section-3 .box-content .input-contain p {
            color: #999;
            font-size: 18px;
            font-weight: normal;
            font-family: "Nunito Sans", sans-serif;
            margin-bottom: 0; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file-item {
            display: none; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file_label {
            display: inline-block;
            margin: 50px auto;
            font-size: 20px;
            font-family: "Nunito Sans", sans-serif;
            width: auto;
            height: auto;
            line-height: 40px;
            background-color: #14289e;
            color: #FFF;
            text-align: center;
            padding: 5px 25px;
            border: 2px solid #14289e;
            border-radius: 5px;
            transition: all 0.3s ease-in-out;
            position: relative;
            pointer-events: initial;
            left: auto;
            top: auto; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file_label:hover {
            background: transparent;
            color: #14289e; }
          body.main-site .landing-new .section-3 .box-content .input-contain .fa {
            margin-right: 5px; }
        body.main-site .landing-new .section-3 .box-content .checkbox-contain {
          margin-bottom: 2rem; }
        body.main-site .landing-new .section-3 .box-content .check-input {
          margin-bottom: 15px; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text {
            display: block;
            position: relative;
            padding-left: 45px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding-top: 8px;
            pointer-events: all;
            font-weight: 500;
            color: #000; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          body.main-site .landing-new .section-3 .box-content .check-input .checkmark {
            position: absolute;
            top: 20%;
            left: 0;
            height: 28px;
            width: 28px;
            border: 2px solid #FE0002; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text input:checked ~ .checkmark {
            background-color: #FE0002;
            border-color: #FE0002; }
          body.main-site .landing-new .section-3 .box-content .check-input .checkmark:after {
            content: "";
            position: absolute;
            display: none; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text input:checked ~ .checkmark:after {
            display: block; }
          body.main-site .landing-new .section-3 .box-content .check-input .container-text .checkmark:after {
            left: 8px;
            top: 3px;
            width: 8px;
            height: 15px;
            border: solid #fff;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        body.main-site .landing-new .section-3 .box-content .prize-c {
          max-width: 450px;
          position: relative;
          margin: 0 auto; }
          body.main-site .landing-new .section-3 .box-content .prize-c.type-2 .code-inside {
            position: absolute;
            left: 28%;
            top: 22%;
            width: 100%;
            font-weight: 700;
            font-size: 16px;
            color: #000; }
          body.main-site .landing-new .section-3 .box-content .prize-c .code-inside {
            position: absolute;
            bottom: 40%;
            width: 100%;
            font-weight: 700;
            font-size: 25px;
            color: #fff; }
      body.main-site .landing-new .section-3 .roulette {
        background: linear-gradient(150deg, #034583 0%, #3eabf3 60%, #3eabf3 100%);
        border-radius: 25px;
        border: 4px solid #091838;
        padding: 5rem 0; }
        body.main-site .landing-new .section-3 .roulette .logo-home {
          padding-top: 2%;
          text-align: center;
          flex-grow: 0; }
          body.main-site .landing-new .section-3 .roulette .logo-home .width-position {
            position: absolute;
            width: 20% !important; }
          body.main-site .landing-new .section-3 .roulette .logo-home .left-top {
            top: 24px;
            right: 29px; }
          body.main-site .landing-new .section-3 .roulette .logo-home .right-top {
            top: 24px;
            left: 48px; }
          body.main-site .landing-new .section-3 .roulette .logo-home .image {
            width: 65%;
            padding-top: 40px;
            padding-bottom: 40px; }
        body.main-site .landing-new .section-3 .roulette .contnt_cmax {
          flex-grow: 1; }
          body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax {
            height: 100%; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete {
              padding: 0 20px;
              text-align: center;
              margin: auto;
              position: relative;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              width: 100%;
              height: 100%;
              z-index: 2; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng {
                width: max-content;
                height: 100%;
                position: relative;
                margin: 0 auto;
                padding: 0; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .roullete_img {
                  width: 100%;
                  height: auto;
                  max-width: 550px; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets {
                  position: absolute;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  padding: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative; }
                    body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun:before {
                      content: "";
                      background: url(../../assets/images/soporte.png);
                      position: absolute;
                      left: 0;
                      right: 0;
                      max-width: 460px;
                      width: 100%;
                      bottom: -90px;
                      height: 110px;
                      background-repeat: no-repeat;
                      background-position: center;
                      background-size: cover;
                      z-index: -1;
                      margin: auto; }
                    body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img {
                      height: 140px;
                      width: 140px; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  z-index: 2; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 p {
                    position: absolute;
                    font-size: 24px;
                    color: #fff;
                    text-align: center;
                    width: 20%;
                    font-weight: 700;
                    text-shadow: 2px 2px 10px #000; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-0 {
                    top: 38%;
                    left: 18%;
                    transform: rotate(-160deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-1 {
                    top: 24%;
                    left: 31%;
                    transform: rotate(-115deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-2 {
                    top: 25%;
                    right: 30%;
                    transform: rotate(-65deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-3 {
                    top: 37%;
                    right: 16%;
                    transform: rotate(335deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-4 {
                    bottom: 36%;
                    right: 17%;
                    transform: rotate(25deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-5 {
                    bottom: 23%;
                    right: 30%;
                    transform: rotate(65deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-6 {
                    bottom: 23%;
                    left: 30%;
                    transform: rotate(115deg);
                    margin: 0; }
                  body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 .text-7 {
                    bottom: 37%;
                    left: 17%;
                    transform: rotate(-200deg);
                    margin: 0; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .roulette_base {
              margin-top: -5%;
              text-align: center; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .roulette_base img {
                max-width: 80%; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              overflow: hidden; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left-a, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left-b, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left-a, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left-b, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-a, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-b {
                position: absolute; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_p, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_p {
                top: 320px;
                bottom: 0;
                width: 100%;
                max-width: 250px;
                margin: auto 0;
                height: max-content; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_stuff .right_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left_s, body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .right_s {
                width: 100%;
                max-width: 100px;
                top: 7rem;
                bottom: 0;
                margin: auto 0;
                height: max-content; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person {
              z-index: 1; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left_p {
                left: 20px; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .right_p {
                right: 10px; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_person .left-a {
                bottom: 140px;
                width: 100%;
                max-width: 350px;
                z-index: -1;
                left: -40px; }
            body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn {
              z-index: 3;
              width: 30%;
              right: 0;
              left: unset; }
              body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-b {
                top: 0;
                right: 0;
                max-width: 350px;
                margin: auto;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center; }
                body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .contnt_btn .left-b .contnt-btn-start {
                  background-color: #00113f;
                  color: #fff;
                  padding: 20px 60px;
                  border-radius: 10px;
                  box-shadow: 0 0 20px white;
                  font-family: 'SamsungSharpSans-Bold', sans-serif;
                  letter-spacing: 1px;
                  font-size: 14px; }
        body.main-site .landing-new .section-3 .roulette h1.title {
          text-align: left;
          font-size: 5rem;
          font-family: 'SamsungSharpSans-Bold', sans-serif, sans-serif;
          margin: 0;
          padding-left: 5rem;
          color: #fff; }
      body.main-site .landing-new .section-3 .price {
        text-align: center; }
        body.main-site .landing-new .section-3 .price img {
          max-width: 70%; }
      body.main-site .landing-new .section-3 .header-inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem; }
        body.main-site .landing-new .section-3 .header-inner .logo-min {
          max-width: 16rem;
          width: 10vw;
          min-width: 13rem; }
        body.main-site .landing-new .section-3 .header-inner .steps {
          display: flex;
          perspective: 1000px;
          justify-content: center; }
          body.main-site .landing-new .section-3 .header-inner .steps .step {
            display: flex;
            justify-content: center;
            align-items: baseline;
            opacity: .7; }
            body.main-site .landing-new .section-3 .header-inner .steps .step.activated {
              opacity: 1; }
              body.main-site .landing-new .section-3 .header-inner .steps .step.activated .line-step::after {
                transform: translateX(0);
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0); }
              body.main-site .landing-new .section-3 .header-inner .steps .step.activated .circle .circle-back {
                transform: rotateY(0);
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                -ms-transform: rotateY(0);
                -o-transform: rotateY(0); }
            body.main-site .landing-new .section-3 .header-inner .steps .step.active {
              opacity: 1; }
              body.main-site .landing-new .section-3 .header-inner .steps .step.active .line-step::after {
                animation: translateX .8s forwards 1.8s;
                -webkit-animation: translateX .8s forwards 1.8s; }
              body.main-site .landing-new .section-3 .header-inner .steps .step.active .circle {
                animation: flip .8s forwards 1s;
                -webkit-animation: flip .8s forwards 1s; }
            body.main-site .landing-new .section-3 .header-inner .steps .step.will-active {
              opacity: 1; }
              body.main-site .landing-new .section-3 .header-inner .steps .step.will-active p {
                font-weight: 700; }
            body.main-site .landing-new .section-3 .header-inner .steps .step .step-inner {
              width: 30vw;
              max-width: 11rem; }
            body.main-site .landing-new .section-3 .header-inner .steps .step .circle {
              transition-delay: 5s;
              position: relative;
              width: 3rem;
              height: 3rem;
              margin: auto; }
              body.main-site .landing-new .section-3 .header-inner .steps .step .circle .circle-front, body.main-site .landing-new .section-3 .header-inner .steps .step .circle .circle-back {
                position: absolute;
                width: 100%;
                height: 100%;
                backface-visibility: hidden;
                -webkit-backface-visibility: hidden; }
              body.main-site .landing-new .section-3 .header-inner .steps .step .circle .circle-front {
                border: 2px solid #515151;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%; }
              body.main-site .landing-new .section-3 .header-inner .steps .step .circle .circle-back {
                border: 2px solid #007934;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                background: url(../../../assets/img/fairplay/check_circle.svg) center -2px no-repeat;
                background-size: 3rem;
                transform: rotateY(180deg); }
            body.main-site .landing-new .section-3 .header-inner .steps .step p {
              color: #007934;
              font-size: 12px;
              margin-bottom: 0;
              font-weight: 500;
              text-align: center;
              line-height: 1.2 !important;
              margin-top: .5rem; }
            body.main-site .landing-new .section-3 .header-inner .steps .step .line-step {
              width: 8rem;
              margin: 0 2rem;
              overflow: hidden;
              height: 2px;
              background-color: #D9D9D9;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative;
              transform: translateY(-20px);
              -webkit-transform: translateY(-20px);
              -moz-transform: translateY(-20px);
              -ms-transform: translateY(-20px);
              -o-transform: translateY(-20px); }
              body.main-site .landing-new .section-3 .header-inner .steps .step .line-step::after {
                content: '';
                position: absolute;
                margin: auto;
                width: 100%;
                height: 100%;
                background-color: #007934;
                transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%); }
    body.main-site .landing-new .section-4 {
      background: #fff;
      color: #000;
      padding: 6rem 4rem 4rem;
      position: relative;
      z-index: 1; }
      body.main-site .landing-new .section-4 .btn-contain {
        text-align: center; }
        body.main-site .landing-new .section-4 .btn-contain .terms-btn {
          background: #DA2224;
          color: #fff;
          display: inline-block;
          border-radius: 50px;
          font-weight: 700;
          padding: 1rem 4rem;
          font-family: "Nunito Sans", sans-serif;
          transition: .3s all ease-in-out; }
        body.main-site .landing-new .section-4 .btn-contain .terms-btn:hover {
          text-decoration: none;
          background: #0a58b1; }
      body.main-site .landing-new .section-4 .terms {
        background-color: #fff;
        padding: 2rem 1.5rem 3rem; }
        body.main-site .landing-new .section-4 .terms .logos-contain {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 10px;
          max-width: 840px;
          margin: auto; }
          body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            padding: 1rem;
            text-align: center; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_3 img {
              width: 190px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 p {
              color: #576A83;
              font-size: 11px;
              margin-bottom: .3rem;
              font-weight: 600;
              line-height: 13px !important; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 img {
              width: 90px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_1 img {
              width: 170px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer img {
              display: block;
              margin: auto;
              max-width: 100%;
              width: auto; }
  body.main-site .featherlight .featherlight-close-icon {
    right: 1rem;
    top: 1rem;
    font-weight: 900; }
  body.main-site .featherlight .featherlight-inner {
    display: block !important; }
  body.main-site .featherlight .featherlight-content {
    padding: 3rem;
    background: #fff;
    width: 100vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    body.main-site .featherlight .featherlight-content .inside-lightbox {
      text-align: center; }
      body.main-site .featherlight .featherlight-content .inside-lightbox h5 {
        font-size: 25px;
        font-family: "Nunito Sans", sans-serif;
        color: #0a58b1; }
      body.main-site .featherlight .featherlight-content .inside-lightbox p {
        font-size: 18px;
        font-family: "Nunito Sans", sans-serif;
        max-width: 60%;
        font-weight: 700;
        margin: 0 auto 1rem; }
      body.main-site .featherlight .featherlight-content .inside-lightbox img {
        max-width: 70%;
        margin-bottom: 1.5rem; }
      body.main-site .featherlight .featherlight-content .inside-lightbox table p {
        margin: 0 auto;
        max-width: 100%; }
      body.main-site .featherlight .featherlight-content .inside-lightbox table h5 {
        margin-bottom: 0;
        margin-top: 5px; }
  body.main-site .select-table {
    height: 3.5rem;
    padding: .45rem .5rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem; }
  body.main-site #mylightbox2 table {
    min-width: 500px; }
  body.main-site .table {
    display: none; }
  body.main-site .table.show-table {
    display: table; }
  body.main-site .p-r {
    position: relative; }
    body.main-site .p-r .p-f {
      position: fixed;
      bottom: 0px;
      z-index: 9999999;
      width: 100%;
      text-align: center;
      background: #404040; }
      body.main-site .p-r .p-f strong {
        color: #fff; }
  body.main-site .file-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    text-align: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23333333FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 3rem 0;
    padding: 3rem; }
    body.main-site .file-container.green {
      justify-content: space-evenly;
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%2305A34CFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); }
    body.main-site .file-container.color-2 {
      background: url(../../../assets/img/fairplay/ball.jpg) center no-repeat;
      background-size: cover; }
    body.main-site .file-container svg {
      margin-bottom: 2.5rem; }
      body.main-site .file-container svg path {
        fill: #333333; }
    body.main-site .file-container .loader {
      margin: auto;
      background-color: #fff;
      position: absolute;
      inset: 0 0 0 0;
      width: 98%;
      height: 98%;
      outline: 0;
      opacity: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none; }
      body.main-site .file-container .loader.show {
        display: flex !important; }
      body.main-site .file-container .loader img {
        max-width: 15rem; }
    body.main-site .file-container input[type=file] {
      position: absolute;
      inset: 0 0 0 0;
      width: 100%;
      height: 100%;
      outline: 0;
      opacity: 0;
      cursor: pointer; }
    body.main-site .file-container input[type="file" i]::-webkit-file-upload-button {
      cursor: pointer; }
    body.main-site .file-container .sml {
      display: inline-block;
      color: #eee;
      background-color: #DA2224;
      border-radius: 1rem;
      font-size: smaller;
      margin: 1rem 0 0 0;
      padding: 0.67rem 1rem; }
  body.main-site .file-container:active:not(.green), body.main-site .file-container.focus:not(.green) {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23FF2F28FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; }
    body.main-site .file-container:active:not(.green) svg path, body.main-site .file-container.focus:not(.green) svg path {
      fill: #FE0002; }
  body.main-site .question-wrapper {
    overflow: hidden; }
    body.main-site .question-wrapper .questions-container {
      display: grid;
      grid-template-columns: 4rem calc(100% - 8rem) 8rem calc(100% - 8rem) 8rem calc(100% - 8rem) 4rem;
      transition: all .5s ease-in;
      -webkit-transition: all .5s ease-in;
      -moz-transition: all .5s ease-in;
      -ms-transition: all .5s ease-in;
      -o-transition: all .5s ease-in; }
      body.main-site .question-wrapper .questions-container.show-1 {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%); }
      body.main-site .question-wrapper .questions-container.show-2 {
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%); }
    body.main-site .question-wrapper .question-start {
      padding: 0 4rem; }
    body.main-site .question-wrapper .question-1 {
      padding: 0 4rem; }
    body.main-site .question-wrapper .question-2 {
      padding: 0 4rem; }
@keyframes flip {
  0% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform-style: preserve-3d; }
  100% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform-style: preserve-3d; } }
@keyframes translateX {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform-style: preserve-3d; }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform-style: preserve-3d; } }
  body.main-site .city-selection {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
    body.main-site .city-selection .second-btn {
      width: fit-content;
      height: fit-content;
      display: block;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      background-color: #C5C5C5;
      padding: 15px 25px;
      border: 0;
      outline: none;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s; }
      body.main-site .city-selection .second-btn.active {
        background-color: #F68D81;
        color: #fff; }
      body.main-site .city-selection .second-btn:hover:not(.active) {
        background-color: #F68D81;
        color: #fff; }
  body.main-site .table-hidden {
    display: none; }
  body.main-site table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    body.main-site table * {
      position: relative; }
    body.main-site table td, body.main-site table th {
      padding-left: 8px; }
    body.main-site table thead tr {
      height: 60px;
      background: #E0E0E0;
      font-size: 16px;
      color: #000000; }
      body.main-site table thead tr th {
        text-align: center; }
    body.main-site table tbody tr {
      height: 48px;
      border-bottom: 1px solid #e3f1d5;
      font-size: 16px; }
      body.main-site table tbody tr:nth-child(2n) {
        background-color: #e0e0e045; }
      body.main-site table tbody tr:last-child {
        border: 0; }
    body.main-site table td, body.main-site table th {
      text-align: left;
      padding: .5rem 2rem; }
      body.main-site table td.l, body.main-site table th.l {
        text-align: right; }
      body.main-site table td.c, body.main-site table th.c {
        text-align: center; }
      body.main-site table td.r, body.main-site table th.r {
        text-align: center; }
  @media screen and (max-width: 35.5em) {
    body.main-site table {
      display: block; }
      body.main-site table > *, body.main-site table tr, body.main-site table td, body.main-site table th {
        display: block; }
      body.main-site table thead {
        display: none; }
      body.main-site table .no-resp {
        height: auto; }
      body.main-site table tbody tr:not(.no-resp) {
        height: auto;
        padding: 8px 0; }
        body.main-site table tbody tr:not(.no-resp) td {
          padding-left: 45%;
          margin-bottom: 12px; }
          body.main-site table tbody tr:not(.no-resp) td:last-child {
            margin-bottom: 0; }
          body.main-site table tbody tr:not(.no-resp) td:before {
            position: absolute;
            font-weight: 700;
            width: 40%;
            left: 10px;
            top: 0; }
          body.main-site table tbody tr:not(.no-resp) td:nth-child(1):before {
            content: 'SUCURSAL'; }
          body.main-site table tbody tr:not(.no-resp) td:nth-child(2):before {
            content: 'DIRECCION'; }
          body.main-site table tbody tr:not(.no-resp) td:nth-child(3):before {
            content: 'HORARIO DE ATENCION'; } }
  body.main-site #qrcodescanner {
    max-width: 100%;
    margin: auto; }
  body.main-site .barcode-scanner img {
    display: none !important; }
  body.main-site .desktop {
    display: block; }
    body.main-site .desktop.inline {
      display: inline; }
  body.main-site .mobile {
    display: none; }
    body.main-site .mobile .inline {
      display: none; }
  body.main-site .to-change {
    max-width: 50rem;
    max-height: 80%; }
    body.main-site .to-change img {
      max-height: 100%; }
  body.main-site .card-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
    gap: 1rem; }
    body.main-site .card-buttons .img-wrapper-card p {
      font-size: 7px !important;
      margin-bottom: .3rem !important;
      font-weight: 600 !important;
      line-height: 9px !important; }
    body.main-site .card-buttons .img-wrapper-card img {
      width: 40px;
      max-width: 40px !important; }
    body.main-site .card-buttons .d-flex {
      margin-left: auto; }
  body.main-site .modal,
  body.main-site .modal-box {
    z-index: 900; }
  body.main-site .modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent; }
  body.main-site .modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto; }
  body.main-site .modal-box {
    position: relative;
    width: 80%;
    max-width: 920px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6); }
  body.main-site .modal-body {
    position: relative;
    background: #fff;
    padding: 60px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    body.main-site .modal-body h1 {
      color: #000;
      margin-bottom: 4rem !important; }
  body.main-site .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #000;
    font-weight: 900;
    z-index: 1;
    cursor: pointer; }
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
  @media screen and (max-width: 442px) {
    body.main-site .card-buttons .d-flex {
      margin-left: 0; } }
  @media screen and (max-width: 540px) {
    body.main-site .landing-new .section-1 img {
      max-width: 90% !important; } }
  @media screen and (max-width: 767px) {
    body.main-site .step-inner {
      width: 30vw;
      max-width: 5rem !important; }
    body.main-site .featherlight .featherlight-content {
      max-width: 90%;
      max-height: 90%; }
      body.main-site .featherlight .featherlight-content .inside-lightbox {
        padding: 1rem 0; }
        body.main-site .featherlight .featherlight-content .inside-lightbox h5 {
          font-size: 22px; }
        body.main-site .featherlight .featherlight-content .inside-lightbox p {
          max-width: 90%; }
    body.main-site .container {
      padding: 20px 0;
      width: 100% !important; }
    body.main-site .steps {
      width: 100%; }
      body.main-site .steps .step .line-step {
        max-width: 7vw;
        margin: 0 1rem !important; }
    body.main-site .steps-landing {
      grid-template-columns: 100% !important; }
    body.main-site .landing-new {
      padding: 30; }
      body.main-site .landing-new .question-wrapper .file-container {
        padding: 0 2rem; }
      body.main-site .landing-new .question-wrapper .questions-container {
        grid-template-columns: 2rem calc(100% - 4rem) 4rem calc(100% - 4rem) 4rem calc(100% - 4rem) 2rem; }
      body.main-site .landing-new h1 {
        font-size: 23px !important;
        line-height: 30px;
        margin-bottom: 15px; }
      body.main-site .landing-new .primary-btn {
        padding: 10px 20px; }
        body.main-site .landing-new .primary-btn.ex-p {
          padding: 10px 40px; }
      body.main-site .landing-new .primary-btn-big {
        padding: 10px 20px; }
        body.main-site .landing-new .primary-btn-big.ex-p {
          padding: 10px 40px; }
      body.main-site .landing-new .white-btn {
        padding: 10px 20px; }
      body.main-site .landing-new .box-content .btn-contain {
        margin-top: 3rem; }
        body.main-site .landing-new .box-content .btn-contain .btn-form {
          font-size: 20px;
          padding: 1rem 4.5rem; }
        body.main-site .landing-new .box-content .btn-contain.blue .btn-form {
          font-size: 20px;
          padding: 1rem 4.5rem; }
      body.main-site .landing-new .container-text {
        font-size: 16px; }
      body.main-site .landing-new .steps-contain {
        margin: 0 0 2rem; }
        body.main-site .landing-new .steps-contain .steps li {
          width: 60px;
          height: 60px;
          line-height: 57px;
          margin: 0 6px;
          border: 5px solid #12b7e3;
          font-size: 32px; }
      body.main-site .landing-new .steps-contain:after {
        top: 45%; }
      body.main-site .landing-new .bottom-sign img {
        max-width: 100%; }
      body.main-site .landing-new .description {
        margin: 2rem 0; }
        body.main-site .landing-new .description .pc {
          display: none; }
        body.main-site .landing-new .description .mobile {
          display: block; }
      body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a:hover, body.main-site .landing-new .menu-desktop.normal-menu .menu-contain ul li a.active {
        padding: 4px 10px;
        width: fit-content;
        margin-left: auto; }
      body.main-site .landing-new .menu-desktop .menu-contain ul {
        overflow: auto;
        white-space: nowrap;
        margin: 1rem 0 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li {
          width: auto;
          /*display: block;*/
          padding: .5rem 1rem;
          text-align: right;
          margin-bottom: 1rem; }
          body.main-site .landing-new .menu-desktop .menu-contain ul li::after {
            height: 2rem !important;
            top: 0;
            bottom: 0;
            margin: auto; }
          body.main-site .landing-new .menu-desktop .menu-contain ul li a {
            font-size: 15px; }
      body.main-site .landing-new .blue-menu .menu-contain ul {
        overflow: auto;
        white-space: nowrap; }
        body.main-site .landing-new .blue-menu .menu-contain ul li {
          width: auto;
          min-width: 100px; }
      body.main-site .landing-new .section-1 {
        padding: 2rem; }
        body.main-site .landing-new .section-1.full .custom-card {
          padding: 4rem 2rem; }
          body.main-site .landing-new .section-1.full .custom-card img {
            margin-bottom: 1rem; }
          body.main-site .landing-new .section-1.full .custom-card .header-card {
            flex-direction: column;
            margin-bottom: 3rem; }
        body.main-site .landing-new .section-1 h1 {
          font-size: 24px; }
        body.main-site .landing-new .section-1 img {
          max-width: 60%;
          margin-bottom: 2rem; }
        body.main-site .landing-new .section-1 p {
          font-size: 16px; }
          body.main-site .landing-new .section-1 p span {
            display: block;
            font-size: 24px; }
        body.main-site .landing-new .section-1 .grid-2 {
          grid-template-columns: 100%; }
          body.main-site .landing-new .section-1 .grid-2 .image-aj {
            justify-content: center;
            margin-top: 2rem; }
            body.main-site .landing-new .section-1 .grid-2 .image-aj img {
              max-width: 8rem !important; }
      body.main-site .landing-new .section-2 {
        padding: 3rem 0; }
        body.main-site .landing-new .section-2 h2 {
          font-size: 22px;
          margin-bottom: 1rem; }
        body.main-site .landing-new .section-2 p {
          font-size: 16px; }
        body.main-site .landing-new .section-2 .all-steps {
          margin-top: 4rem; }
        body.main-site .landing-new .section-2 .step {
          text-align: center; }
          body.main-site .landing-new .section-2 .step p {
            text-align: center;
            font-size: 16px; }
          body.main-site .landing-new .section-2 .step img {
            max-width: 50%;
            margin-bottom: 1rem; }
          body.main-site .landing-new .section-2 .step .min-btn {
            font-size: 16px; }
      body.main-site .landing-new .section-3 {
        padding: 2rem 1rem; }
        body.main-site .landing-new .section-3 .timmer-wrapper {
          flex-direction: column; }
        body.main-site .landing-new .section-3 .box-content {
          padding: 2rem; }
          body.main-site .landing-new .section-3 .box-content .pad {
            padding: 0 6vw; }
          body.main-site .landing-new .section-3 .box-content .input-contain .file_label {
            word-break: break-all; }
          body.main-site .landing-new .section-3 .box-content h2 {
            font-size: 22px;
            margin-bottom: 1rem; }
          body.main-site .landing-new .section-3 .box-content .subtitle {
            margin-bottom: 2.5rem;
            font-size: 16px; }
          body.main-site .landing-new .section-3 .box-content .btn-contain .btn-form {
            font-size: 18px;
            padding: 1rem 3rem;
            line-height: 1.1; }
          body.main-site .landing-new .section-3 .box-content .btn-contain.blue .btn-form {
            font-size: 18px;
            padding: 1rem 3rem;
            line-height: 1.1; }
          body.main-site .landing-new .section-3 .box-content .roulette {
            padding: 0;
            background: none;
            border: none; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete {
            padding: 0; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng {
            width: 100%; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img {
            width: 70px;
            height: 70px; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng #roullete_img2 p {
            font-size: 8px !important;
            width: 22%; }
          body.main-site .landing-new .section-3 .box-content .pop-up-link {
            display: block;
            margin-top: 3rem; }
          body.main-site .landing-new .section-3 .box-content .roulette .contnt_cmax .roullete-cmax .roulette_base img {
            max-width: 100%; }
          body.main-site .landing-new .section-3 .box-content .prize-c.type-2 .code-inside {
            top: 25%;
            bottom: 0;
            font-size: 12px; }
          body.main-site .landing-new .section-3 .box-content .prize-c .code-inside {
            bottom: 36%; }
      body.main-site .landing-new .section-4 {
        padding: 20px; }
        body.main-site .landing-new .section-4 p {
          font-size: 16px; }
        body.main-site .landing-new .section-4 .terms {
          background-color: #fff;
          padding: 2rem 1.5rem 3rem; }
          body.main-site .landing-new .section-4 .terms .logos-contain {
            display: grid;
            grid-template-columns: 100%;
            grid-gap: 10px; }
            body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer {
              -webkit-align-self: center;
              -ms-flex-item-align: center;
              align-self: center;
              padding: 1rem;
              text-align: center; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 p {
                font-size: 10px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_2 img {
                width: 80px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_3 img {
                width: 160px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer.logo_1 img {
                width: 160px; }
              body.main-site .landing-new .section-4 .terms .logos-contain .logo__footer img {
                display: block;
                margin: auto;
                max-width: 100%;
                width: auto; } }
  @media screen and (max-width: 991px) {
    body.main-site .image-grid {
      grid-template-columns: 100% !important;
      gap: 2rem; }
      body.main-site .image-grid p {
        position: relative !important;
        font-size: 20px !important;
        line-height: 30.78px !important;
        margin-top: 0 !important;
        margin-left: 0 !important; }
      body.main-site .image-grid img {
        max-height: 100%; }
      body.main-site .image-grid .img-main {
        position: relative !important;
        max-width: 585px; }
      body.main-site .image-grid .img-second {
        position: relative !important;
        max-width: 519px !important;
        padding-top: 2rem;
        inset: unset !important; }
    body.main-site .desktop {
      display: none; }
      body.main-site .desktop.inline {
        display: none; }
    body.main-site .mobile {
      display: block; }
      body.main-site .mobile.inline {
        display: inline; }
    body.main-site .mr-20 {
      margin-right: auto !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.main-site .featherlight .featherlight-content {
      max-width: 70%;
      max-height: 80%; }
    body.main-site .landing-new .bottom-sign img {
      max-width: 70%; }
    body.main-site .landing-new {
      padding: 20px 0; }
      body.main-site .landing-new .title-inner h1 {
        font-size: 55px; }
      body.main-site .landing-new .steps-contain .steps li {
        margin: 0 1.5rem; }
      body.main-site .landing-new .steps-contain:after {
        top: 45%; }
      body.main-site .landing-new .menu-desktop .menu-contain ul {
        overflow: auto;
        white-space: nowrap; }
        body.main-site .landing-new .menu-desktop .menu-contain ul li {
          width: auto; }
      body.main-site .landing-new .blue-menu .menu-contain ul li {
        width: 24.55%; }
      body.main-site .landing-new h2 {
        font-size: 28px; }
      body.main-site .landing-new h5 {
        font-size: 18px; }
      body.main-site .landing-new p {
        font-size: 17px;
        line-height: 1.2; }
      body.main-site .landing-new .section-1 {
        padding: 3rem 2rem; }
        body.main-site .landing-new .section-1 h1 {
          font-size: 40px; }
        body.main-site .landing-new .section-1 p {
          font-size: 20px; }
          body.main-site .landing-new .section-1 p span {
            font-size: 28px; }
      body.main-site .landing-new .section-2 {
        padding: 2rem; }
        body.main-site .landing-new .section-2 .step {
          padding: 0 6rem; }
      body.main-site .landing-new .section-3 {
        padding: 2rem 5%; }
        body.main-site .landing-new .section-3 .box-content .input-contain .file_label {
          word-break: break-all; }
        body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng {
          width: 100%; }
        body.main-site .landing-new .section-3 .roulette .contnt_cmax .roullete-cmax .content_roullete .roullete_dvng .contn_objets .contn_pun img {
          width: 100px;
          height: 100px; }
      body.main-site .landing-new .section-4 .terms {
        padding: 1rem 0; }
        body.main-site .landing-new .section-4 .terms img {
          max-width: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body.main-site .featherlight .featherlight-content {
      max-width: 60%;
      max-height: 70%; }
    body.main-site .landing-new .steps-contain .steps li {
      margin: 0 5.5rem; }
    body.main-site .landing-new .steps-contain:after {
      top: 50%; }
    body.main-site .landing-new .blue-menu .menu-contain ul li {
      width: 24.65%; }
    body.main-site .landing-new .section-1 {
      padding: 4rem 2rem 0; }
    body.main-site .landing-new .section-2 {
      padding: 2rem 5%; }
    body.main-site .landing-new .section-3 {
      padding: 3rem 5% 7rem; }
      body.main-site .landing-new .section-3 .box-content {
        padding: 3rem 6rem; }
    body.main-site .landing-new .section-4 {
      padding: 4rem 2rem; }
      body.main-site .landing-new .section-4 .terms img {
        max-width: 80%; }
    body.main-site .landing-new .section-1 .image-grid p {
      margin-top: 600px;
      margin-left: 0;
      font-size: 23.43px; } }
  @media screen and (max-width: 1100px) {
    body.main-site .landing-new .menu-desktop.normal-menu .menu-contain {
      grid-template-columns: 100%; }
      body.main-site .landing-new .menu-desktop.normal-menu .menu-contain div {
        width: fit-content;
        margin: 1rem auto 0; } }
  @media screen and (min-width: 1200px) {
    body.main-site .featherlight .featherlight-content {
      max-width: 40%;
      max-height: 90%; } }
