@import url(https://fonts.googleapis.com/css2?family=Antonio:wght@400;700&family=Open+Sans:wght@300;400;500;600;700;800&display=swap);
/*
==============================
Fonts
==============================
*/
/*$siteWidth: 1920;*/
/* latin */
/*
==============================
Fonts
==============================
*/
/*$siteWidth: 1920;*/
/*
==============================
Fonts
==============================
*/
/*$siteWidth: 1920;*/
:root {
  --primary: #373d6b; }

.ff-sec {
  font-family: 'Open Sans', sans-serif !important; }

.rounded-50 {
  border-radius: 50px !important; }

.text-left {
  text-align: left !important; }

body.new {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0; }
  @media (max-width: 564px) {
    body.new {
      font-size: 16px; } }

.btn-green {
  text-transform: uppercase;
  display: block;
  font-size: 1em;
  background: #00820b !important;
  border-color: #00820b !important;
  border-radius: 0;
  color: #fff !important;
  letter-spacing: 1px;
  padding: 15px;
  font-weight: bold;
  transition: all 0.3s ease-in; }
  .btn-green:hover, .btn-green:focus {
    background: #06ac14 !important;
    border-color: #00820b !important;
    color: #fff !important; }

.hero-inner .verify-form {
  position: relative; }

.hero-scroll-btn {
  background: linear-gradient(148deg, #373d6b 12.44%, #616bb5 87.78%);
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: 85%;
  transform: translate(-50%, -50%); }
  @media (max-width: 920px) {
    .hero-scroll-btn {
      display: none; } }
  .hero-scroll-btn .scroll-arrow {
    width: 25%; }
  .hero-scroll-btn .scroll-text {
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: 9;
    animation: spin 16s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.v1 .mt-0 {
  margin-top: 0px; }

.v1 .mb-0 {
  margin-bottom: 0px; }

.v1 .mt-20 {
  margin-top: 20px; }

.v1 .mt-30 {
  margin-top: 30px; }

.v1 .mb-30 {
  margin-bottom: 30px; }

.v1 .p-30 {
  padding: 30px; }

.v1 .p-0 {
  padding: 0 !important; }

.v1 .fw-600 {
  font-weight: 600; }

.v1 iframe {
  max-width: 100%;
  margin: auto; }

.v1 .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap; }

.v1 .theme-green:root {
  --primary: rgba(43, 126, 47, 1); }

.v1 * {
  box-sizing: border-box; }

.v1 img {
  max-width: 100%; }

.v1 .container {
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px; }

.v1 .header {
  background: #2b2b2b;
  z-index: 9;
  position: fixed;
  width: 100%; }

.v1 .header .container {
  padding: 0 15px;
  max-width: 1200px; }

.v1 .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.v1 .logo {
  max-width: 250px !important;
  width: 100%; }

.v1 .header-nav {
  align-items: flex-end;
  flex-direction: column;
  display: flex; }

.v1 .nav-toggle {
  display: none; }

.v1 .menu {
  padding: 0.5rem 0; }

.v1 .menu-close {
  display: none; }

.v1 .menu-items {
  display: flex;
  align-items: center;
  list-style: none;
  text-transform: uppercase; }

.v1 .menu-link {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 14px;
  text-decoration: none; }

.v1 .menu-link-dropdown {
  color: #333;
  display: block;
  padding: 5px 3px 7px !important; }

.v1 .menu-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 15px;
  text-decoration: none; }

.v1 .dropdown-menu {
  display: none; }

.v1 .site-index {
  padding-top: 60px; }
  @media (max-width: 991.98px) {
    .v1 .site-index {
      padding-top: 65px; } }

@media (max-width: 991.98px) {
  .v1 .header {
    padding: 0px 0 10px; }
  .v1 .nav-toggle {
    display: block;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 19px;
    width: 40px;
    z-index: 9; }
  .v1 .nav-toggle-line {
    background: #fff;
    border-radius: 5px;
    display: block;
    height: 4px;
    transform-origin: 4px 0;
    width: 30px;
    z-index: 99;
    margin-bottom: 5px; }
  .v1 .menu {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%); } }

.v1 .page {
  min-height: 90vh; }

.v1 .page-padding {
  padding-bottom: 90px;
  padding-top: 110px; }

.v1 .page-header {
  height: 320px;
  overflow: hidden;
  padding-top: 130px !important;
  position: relative; }

.v1 .page-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.v1 .page-header-bg {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 105%;
  z-index: -1; }

.v1 .page-header-bg::after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.v1 .page-header .page-title {
  color: #fff;
  font-family: 'antonio', sans-serif;
  font-weight: bold;
  position: absolute; }

.v1 .hero-banner-price {
  top: 0;
  padding-top: 30px;
  position: relative;
  width: 210px;
  height: 210px;
  background: var(--primary);
  margin-bottom: 50px;
  margin-top: 40px;
  color: #fff;
  border-radius: 50%;
  font-family: 'antonio', sans-serif;
  font-size: 27px;
  font-weight: 600;
  padding: 35px; }
  .v1 .hero-banner-price-img {
    top: 10px;
    width: 50% !important;
    height: 60% !important;
    display: block; }
  .v1 .hero-banner-price-title {
    font-size: 22px !important;
    padding-top: 10px; }
  .v1 .hero-banner-price-text {
    font-size: 18px !important;
    font-family: antonio, sans-serif !important; }

.v1 .warning-border {
  border: 2px solid var(--primary);
  padding: 30px; }

.v1 a {
  color: #333;
  opacity: 1;
  transition: all 0.6s ease; }
  .v1 a:hover {
    color: var(--primary);
    opacity: 0.8; }

.v1 .link {
  color: var(--primary);
  opacity: 1;
  transition: all 0.6s ease; }
  .v1 .link:hover {
    color: #333;
    opacity: 0.8; }

.v1 b,
.v1 strong {
  font-family: inherit;
  font-weight: 900; }

.v1 img {
  max-width: 100%; }

.v1 h3 {
  font-family: "antonio", sans-serif; }

.v1 .fz-17 {
  font-size: 17px; }

@media (max-width: 768) {
  .v1 .w-sm-100 {
    width: 100% !important; } }

.v1 .bg-lgrey {
  background: #f8f8f8; }

.v1 .warning-border {
  border: 2px solid var(--primary);
  padding: 30px 30px 15px; }

.v1 .open-list {
  position: relative;
  padding-right: 30px; }
  .v1 .open-list:before {
    align-items: center;
    background-color: var(--primary);
    border: 0;
    border-radius: 50%;
    color: #fff;
    content: '+';
    display: flex;
    font-size: 18px;
    height: 18px;
    justify-content: center;
    right: 0;
    line-height: 0;
    padding: 0;
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: rotate(0deg) translate(8px, -50%);
    width: 18px; }

.v1 .read-more-text {
  display: none; }

.v1 .page-header-bg {
  background: url(/images/bg-4.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 105%;
  z-index: -1; }

.v1 .bg-white {
  background: #fff; }

.v1 .position-relative {
  position: relative; }

.v1 .hide {
  display: none; }

.v1 .text-center {
  text-align: center; }

.v1 .text-right {
  text-align: right; }

.v1 .flex {
  display: flex;
  flex-wrap: wrap; }

.v1 .justify-content-around {
  justify-content: space-around; }

.v1 .justify-content-center {
  justify-content: center; }

.v1 .align-items-center {
  align-items: center; }

.v1 .color-primary {
  color: var(--primary); }

.v1 .color-text {
  color: #333; }

.v1 .color-white {
  color: #fff !important; }

.v1 .padding {
  padding-bottom: 90px;
  padding-top: 90px; }
  @media (max-width: 1200px) {
    .v1 .padding {
      padding-top: 50px;
      padding-bottom: 50px; } }

.v1 .padding-bottom {
  padding-bottom: 90px; }
  @media (max-width: 1200px) {
    .v1 .padding-bottom {
      padding-bottom: 50px; } }

.v1 .padding-top {
  padding-top: 90px; }
  @media (max-width: 1200px) {
    .v1 .padding-top {
      padding-top: 50px; } }

.v1 .p-0 {
  padding: 0 !important; }

.v1 .w-100 {
  width: 100%; }

.v1 .h-100 {
  height: 100%; }

.v1 .fz-12 {
  font-size: 12px; }

.v1 .title,
.v1 h2,
.v1 .h2 {
  font-family: "antonio", sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: #000000; }
  .v1 .title::before,
  .v1 h2::before,
  .v1 .h2::before {
    background-color: #373d6b;
    bottom: 0px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px; }
  .v1 .title-center,
  .v1 h2-center,
  .v1 .h2-center {
    text-align: center; }
    .v1 .title-center:before,
    .v1 h2-center:before,
    .v1 .h2-center:before {
      left: 50%;
      transform: translateX(-50%); }
  .v1 .title-lg,
  .v1 h2-lg,
  .v1 .h2-lg {
    font-size: 50px; }
    @media (max-width: 991.98px) {
      .v1 .title-lg,
      .v1 h2-lg,
      .v1 .h2-lg {
        font-size: 36px; } }

.v1 .title-white {
  color: #fff; }
  .v1 .title-white::before {
    background: #fff; }

.v1 .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  transition: all 0.6s ease; }
  .v1 .btn:hover, .v1 .btn:active {
    background: #fff !important;
    border-color: var(--primary) !important;
    box-shadow: none;
    color: var(--primary) !important;
    text-decoration: none; }
  .v1 .btn:focus {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff; }

.v1 .top-bar {
  background-color: var(--primary);
  padding: 0px 15px 3px;
  display: none; }
  .v1 .top-bar a {
    color: #fff;
    display: block; }

.v1 .header .container {
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .v1 .header .container {
      max-width: 1200px; } }

@media (max-width: 991.98px) {
  .v1 .menu {
    background: #2b2b2b;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 500px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); } }

.v1 .menu.is-open {
  transform: translateX(0%);
  z-index: 999; }

@media (max-width: 991.98px) {
  .v1 .menu-close {
    border-bottom: 1px solid #aaa; } }

@media (max-width: 991.98px) {
  .v1 .menu-close-icon-svg {
    width: 20px; } }

.v1 .menu-close-text {
  cursor: pointer;
  font-size: 16px;
  transition: all 0.6s ease; }
  .v1 .menu-close-text:hover {
    color: var(--primary); }

@media (max-width: 991.98px) {
  .v1 .menu-item {
    flex-basis: 100%;
    padding: 20px 0; } }

@media (max-width: 991.98px) {
  .v1 .menu-item.dropdown {
    padding: 0; }
    .v1 .menu-item.dropdown .menu-link {
      display: block;
      flex-basis: 100%;
      padding: 20px 14px;
      text-align: left;
      width: 100%; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) {
      .v1 .menu-item.dropdown .menu-link.menu-link-dropdown {
        color: #fff;
        padding: 20px 14px; } }

.v1 .menu-link {
  color: #fff;
  font-size: 14px;
  padding: 0 8px !important; }
  .v1 .menu-link:hover {
    text-decoration: none; }
  .v1 .menu-link-dropdown {
    color: #333;
    display: block;
    padding: 5px 3px 10px; }
    @media (max-width: 991.98px) {
      .v1 .menu-link-dropdown {
        color: #fff;
        padding: 0; } }

.v1 .menu-btn {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 15px; }

.v1 .menu .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 14px -6px #333;
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  border-radius: 0.25rem; }
  @media (max-width: 991.98px) {
    .v1 .menu .dropdown-menu {
      background: transparent;
      position: relative; } }

.v1 .hero {
  background-image: url(/public/_front/assets/images/hero-bg-001.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: calc(100vh - 65px);
  padding: 0;
  padding-top: 66px;
  padding-bottom: 60px; }
  @media (min-width: 1600.98px) {
    .v1 .hero {
      min-height: 0;
      padding: 0;
      padding-bottom: 75px;
      padding-top: 75px; } }
  .v1 .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .v1 .hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .v1 .hero-inner {
        padding-bottom: 30px; } }
  .v1 .hero-content {
    flex-basis: 60%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-top: 85px; }
    @media (max-width: 991.98px) {
      .v1 .hero-content {
        flex-basis: 100%;
        padding-right: 0; } }
  .v1 .hero-img {
    flex-basis: 40%;
    position: relative; }
  .v1 .hero-title {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    font-family: 'antonio', sans-serif;
    margin-bottom: 30px; }
    @media (max-width: 600.98px) {
      .v1 .hero-title {
        font-size: 30px; } }
  .v1 .hero-br {
    width: 120px;
    height: 1px;
    background: #fff;
    margin: 15px auto; }
  .v1 .hero-text {
    text-align: center;
    font-size: 22px;
    color: #fff; }
    @media (max-width: 600.98px) {
      .v1 .hero-text {
        font-size: 16px; } }
  .v1 .hero-btn {
    font-size: 18px;
    color: #fff; }
    .v1 .hero-btn-wrap {
      margin-top: 15px; }
  .v1 .hero .btn {
    padding: 10px 14px; }
  .v1 .hero .amazon-text {
    width: 83px;
    transform: translateY(5px);
    display: inline-block; }
    @media (max-width: 600.98px) {
      .v1 .hero .amazon-text {
        width: 61px;
        transform: translateY(3px);
        display: inline-block; } }
  .v1 .hero-footer {
    flex-basis: 100%; }
    @media (max-width: 600px) {
      .v1 .hero-footer {
        margin-top: 30px;
        text-align: center; } }
  .v1 .hero-banner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px; }
    @media (max-width: 600px) {
      .v1 .hero-banner {
        flex-wrap: wrap; } }
    .v1 .hero-banner-img {
      padding: 0 30px;
      margin-bottom: 15px; }
      @media (max-width: 600px) {
        .v1 .hero-banner-img {
          flex-basis: 100%; } }
  .v1 .hero-form {
    width: 100%;
    margin-top: 25px;
    background: transparent !important;
    padding: 0 !important; }
    .v1 .hero-form-input-wrap {
      margin: auto;
      position: relative;
      max-width: 325px;
      width: 100%; }
    .v1 .hero-form input {
      width: 100%;
      margin: auto;
      display: block;
      background: rgba(255, 255, 255, 0.9);
      color: #000;
      padding: 5px;
      height: 47px;
      text-align: left;
      width: 100%;
      min-width: 325px;
      padding: 5px 40px 5px 10px; }
      .v1 .hero-form input::placeholder {
        font-size: 16px; }
    .v1 .hero-form button {
      position: absolute;
      right: 0;
      top: 0;
      background: transparent;
      border: none;
      height: 100%;
      padding: 0;
      width: 60px; }
      .v1 .hero-form button svg {
        width: 70%;
        height: 95%;
        fill: #757575; }

@keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .v1 .hero .spinner-wrap {
    width: 50px;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .v1 .hero .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.1em solid #757575;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite; }

.v1 .popup-subscr {
  width: 850px;
  position: relative; }
  @media (max-width: 900px) {
    .v1 .popup-subscr {
      width: 700px;
      margin: auto; } }
  @media (max-width: 720px) {
    .v1 .popup-subscr {
      width: 96%;
      margin: auto; } }
  .v1 .popup-subscr .modal-content {
    display: flex; }
    @media (max-width: 720px) {
      .v1 .popup-subscr .modal-content {
        flex-direction: column; } }
    .v1 .popup-subscr .modal-content .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px; }

.v1 .popup-left {
  background: var(--primary);
  padding: 50px 30px;
  flex-basis: 50%;
  flex-shrink: 0; }
  @media (max-width: 720px) {
    .v1 .popup-left {
      background: #fff; } }
  .v1 .popup-left-title {
    font-size: 36px;
    color: #fff;
    text-align: center; }
    @media (max-width: 720px) {
      .v1 .popup-left-title {
        color: var(--primary); } }
    .v1 .popup-left-title::before {
      display: none; }
  .v1 .popup-left-img {
    width: 60%;
    margin: 30px auto 0; }

.v1 .popup-right {
  background: #fff;
  padding: 50px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media (max-width: 720px) {
    .v1 .popup-right {
      padding-top: 20px; } }
  .v1 .popup-right-logo {
    max-width: 230px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 720px) {
      .v1 .popup-right-logo {
        display: none; } }
  .v1 .popup-right-title {
    color: var(--primary);
    font-size: 40px;
    text-align: center;
    margin: 30px auto 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900; }
    @media (max-width: 720px) {
      .v1 .popup-right-title {
        font-size: 30px; } }
    .v1 .popup-right-title::before {
      display: none; }
  .v1 .popup-right-btn {
    margin-top: auto;
    margin-bottom: 40px; }

.v1 .popup-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media (max-width: 720px) {
    .v1 .popup-logo {
      display: none; } }
  .v1 .popup-logo img {
    height: 70px;
    width: auto;
    margin: 0 10px;
    display: block; }
  .v1 .popup-logo .img-2 {
    height: 40px; }
  .v1 .popup-logo .img-4 {
    height: 40px; }
  .v1 .popup-logo .img-5 {
    height: 40px; }

.v1 .about-card-title {
  max-width: 390px;
  margin: auto;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #000000; }
  .v1 .about-card-title-bt {
    margin-top: 55px; }

.v1 .about-card-header {
  background: #f8f8f8;
  padding: 35px 10px; }

.v1 .about-card-hr {
  background: var(--primary);
  height: 2px;
  margin: 15px auto 10px;
  max-width: 180px;
  width: 90%; }

.v1 .about-card-img {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .v1 .about-card-img img {
    width: auto;
    max-width: none;
    flex-shrink: 0;
    flex-grow: 0;
    height: 60px; }
    @media (max-width: 991.98px) {
      .v1 .about-card-img img {
        height: 36px; } }

.v1 .about-right-title {
  margin-top: 35px; }

.v1 .about-card--img-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%; }
  .v1 .about-card--img-row img {
    margin-bottom: 10px; }

.v1 .list {
  margin-top: 30px;
  padding-left: 0;
  margin-bottom: 20px; }
  .v1 .list-17 {
    font-size: 17px; }
  .v1 .list--padding .list-item-text {
    padding-left: 20px; }
  .v1 .list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-decoration: none; }
    .v1 .list-item:hover {
      text-decoration: none; }
    .v1 .list-item::before {
      align-items: center;
      border: 0;
      border-radius: 50%;
      color: #fff;
      content: '';
      display: flex;
      font-size: 14px;
      height: 12px;
      justify-content: center;
      left: 0;
      line-height: 0;
      padding: 0;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: rotate(0deg) translate(8px, 6px);
      width: 12px;
      background: url(/public/_front/assets/images/buybarcode/list-check.svg); }
    .v1 .list-item-r::before {
      background-color: var(--primary);
      border: 0;
      border-radius: 0;
      content: '';
      font-size: 0;
      height: 8px;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0;
      transform: rotate(45deg) translate(9px, 2px);
      width: 8px; }
    .v1 .list-item-text {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0; }
      .v1 .list-item-text p {
        margin-bottom: 0; }
    .v1 .list-item-icon {
      font-size: 9px;
      left: 0;
      padding: 0;
      padding: 0;
      position: relative;
      top: -2px; }
    .v1 .list-item-simple::before {
      display: none; }

.v1 .review {
  background: var(--primary);
  color: #fff;
  padding: 20px; }
  .v1 .review-photo {
    display: block;
    height: 100px;
    margin: 0 auto 15px;
    width: 100px; }
  .v1 .review-author {
    font-family: "antonio", sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .v1 .review-about {
    display: block;
    font-size: 12px;
    margin-bottom: 10px; }
  .v1 .review-text {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6; }

.v1 .faq-section {
  background-image: url(/images/bg-1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 1500px) {
    .v1 .faq-section {
      background-image: url(/images/bg-1-lg.webp); } }
  @media (max-width: 768) {
    .v1 .faq-section {
      background-image: url(/images/bg-1-md.webp); } }
  @media (max-width: 564.98px) {
    .v1 .faq-section {
      background-image: url(/images/bg-1-sm.webp); } }
  .v1 .faq-section::before {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .v1 .faq-section .title {
    color: #fff;
    margin-bottom: 30px; }
  .v1 .faq-section .list {
    margin-bottom: 0;
    margin-top: 0; }
    .v1 .faq-section .list-item {
      margin-bottom: 15px; }
      .v1 .faq-section .list-item a {
        color: #fff;
        font-size: 18px;
        font-weight: normal; }
        .v1 .faq-section .list-item a:hover {
          color: var(--primary);
          opacity: 1;
          text-decoration: none; }

.v1 .card {
  background: #ffffff;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .v1 .card-suptitle {
    color: #939393;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase; }
  .v1 .card-title {
    font-family: "antonio", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    /* identical to box height */
    margin-bottom: 15px;
    text-transform: uppercase; }
    .v1 .card-title-link:hover {
      text-decoration: none; }
  .v1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0; }
  .v1 .card-text {
    font-weight: 300;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */
    color: #000000; }
  .v1 .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    margin-bottom: 15px; }
  .v1 .card-link {
    color: var(--primary);
    margin-top: auto;
    font-weight: bold; }

.v1 .modal-header {
  border: 0;
  padding-bottom: 0; }

.v1 .modal-body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }

.v1 .brands-slider {
  padding-bottom: 0px;
  padding-top: 35px;
  display: flex; }
  @media (max-width: 768.98px) {
    .v1 .brands-slider {
      padding-top: 35px; } }

.v1 .brands-slide {
  align-items: center;
  display: flex;
  outline: none;
  padding: 0 15px; }
  .v1 .brands-slide img {
    outline: none; }

.v1 .brands .slick-track {
  align-items: center;
  display: flex; }

.v1 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.v1 .contact {
  background-image: url(/images/bg-3.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 1500px) {
    .v1 .contact {
      background-image: url(/images/bg-3-lg.webp); } }
  @media (max-width: 768) {
    .v1 .contact {
      background-image: url(/images/bg-3-md.webp); } }
  @media (max-width: 564.98px) {
    .v1 .contact {
      background-image: url(/images/bg-3-sm.webp); } }
  .v1 .contact::before {
    background: rgba(0, 0, 0, 0.8);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.v1 .contact-form .control-label {
  display: none; }

.v1 .form-group {
  margin-bottom: 1rem; }
  @media (max-width: 575.98px) {
    .v1 .form-group {
      flex-basis: 48%;
      margin-bottom: 10px; } }

.v1 .help-block {
  color: var(--primary);
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

.v1 .form-control {
  background: #fff;
  border: 1px solid #777;
  border-radius: 0;
  color: #333;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 100%; }

.v1 .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%; }
  .v1 .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .v1 .select::before {
    color: #222222;
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    top: 15px; }

.v1 .grecaptcha-badge {
  z-index: -3; }

.v1 .footer {
  background: #fff;
  border-top: 3px solid var(--primary); }
  @media (max-width: 991.98px) {
    .v1 .footer {
      text-align: center; } }
  .v1 .footer-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
    @media (max-width: 991.98px) {
      .v1 .footer-nav {
        align-items: center;
        flex-direction: column;
        margin-top: 10px; } }
    .v1 .footer-nav a {
      padding: 0 5px; }
      @media (max-width: 991.98px) {
        .v1 .footer-nav a {
          margin-bottom: 7px;
          width: 100%;
          padding: 4px 5px; } }
      .v1 .footer-nav a:hover {
        text-decoration: none; }

.v1 #payment-form .__PrivateStripeElement {
  width: 100%; }

.v1 #payment-form #submit {
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.6s ease; }

.v1 #payment-form #card-errors {
  color: #fa755a;
  height: 20px;
  padding: 4px 0; }

.v1 #payment-form #root {
  height: 45px;
  line-height: 45px; }

.v1 #payment-form .token {
  color: #32325d;
  font-family: 'Source Code Pro', monospace;
  font-weight: 500; }

.v1 #payment-form .wrapper {
  height: 100%;
  margin: 0 auto;
  width: 90%; }

.v1 #payment-form #stripe-token-handler {
  background-color: white;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 25%;
  opacity: 1;
  padding: 20px 30px;
  position: absolute;
  right: 25%;
  top: 0;
  transform: translateY(0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.v1 #payment-form #stripe-token-handler.is-hidden {
  opacity: 0;
  transform: translateY(-80px); }

.v1 #payment-form .form-row {
  float: left;
  height: 100px;
  width: 70%; }

.v1 #payment-form #card-element {
  align-items: center;
  background: #7c7c7c;
  background: #eee;
  background: #fff;
  border: 1px solid #777;
  border-radius: 0;
  color: #333;
  display: flex !important;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 100%; }

.v1 #payment-form .btn-Stripe {
  background: #32325d;
  border: none;
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0.025em;
  line-height: 40px;
  margin-left: 12px;
  margin-top: 28px;
  outline: none;
  padding: 0 14px;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  white-space: nowrap; }

.v1 #payment-form .btn-Stripe:hover {
  background-color: #43458b;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px); }

.v1 #payment-form #card-element--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.v1 #payment-form #card-element--invalid {
  border-color: #fa755a; }

.v1 #payment-form #card-element--webkit-autofill {
  background-color: #fefde5 !important; }

.v1 .pagination {
  width: 100%;
  list-style: none;
  display: flex; }
  .v1 .pagination li {
    padding: 0 5px; }

.v1 .blog-article {
  padding-top: 60px;
  font-size: 1.3rem;
  line-height: 2rem;
  max-width: 700px !important;
  margin: auto; }
  .v1 .blog-article .blog-title {
    font-weight: 600 !important;
    font-size: 2.97rem;
    color: #222; }
  .v1 .blog-article .blog-subtitle {
    color: #505050 !important; }
  .v1 .blog-article a {
    color: var(--primary); }
  .v1 .blog-article a:hover {
    text-decoration: underline; }
  .v1 .blog-article p {
    color: #212529;
    margin-top: 2.5rem;
    margin-bottom: -0.6rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }
  .v1 .blog-article .blog-author-description {
    margin-top: 1.5rem;
    line-height: 1.6rem;
    font-style: italic; }

.v1 .collapse-link {
  color: var(--primary); }
  .v1 .collapse-link:hover {
    text-decoration: underline; }

.v1 .list-inside {
  list-style-position: outside; }

.v1 .pricing-items--stickers {
  position: relative; }
  .v1 .pricing-items--stickers:before {
    content: '';
    position: absolute;
    top: -44%;
    right: 10%;
    display: block;
    background: url(/images/stickers.png) center center no-repeat;
    background-size: contain;
    width: 190px;
    z-index: -1;
    height: 190px; }
    @media (max-width: 991.98px) {
      .v1 .pricing-items--stickers:before {
        display: none; } }

.v1 .pricing-info-list {
  font-size: 15px;
  padding-left: 20px; }

.v1 .center-child {
  display: flex;
  align-items: center; }

.v1 .hero-banner-price {
  top: 0;
  padding-top: 30px;
  position: relative;
  width: 250px;
  height: 250px;
  background: var(--primary);
  margin-bottom: 50px;
  margin-top: 0px;
  color: #fff;
  margin: 0 auto 50px;
  border-radius: 50%;
  font-family: 'antonio', sans-serif;
  font-size: 27px;
  font-weight: 600;
  padding: 35px; }
  .v1 .hero-banner-price-img {
    top: 10px;
    width: 50% !important;
    height: 60% !important;
    display: block; }
  .v1 .hero-banner-price-title {
    font-size: 24px !important;
    padding-top: 10px; }
  .v1 .hero-banner-price-text {
    font-size: 18px !important;
    font-family: antonio, sans-serif !important; }

.v1 .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.v1 .fa-question-circle:before {
  content: '\f059'; }

.v1 .fa-phone:before {
  content: '\f095'; }

.v1 .fa-plus:before {
  content: '\f067'; }

.v1 .fa-map-marker:before {
  content: '\f041'; }

.v1 .product-items {
  display: flex;
  padding: 0;
  flex-wrap: wrap; }

.v1 .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.v1 .custom-checkbox + label {
  display: flex;
  align-items: flex-start;
  user-select: none; }

.v1 .custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #222222;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-top: 4px; }

.v1 .custom-checkbox:checked + label::before {
  border-color: #222222;
  background-color: #222222;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.v1 .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #222222; }

.v1 .custom-checkbox:not(:disabled):active + label::before {
  background-color: #eee; }

.v1 .custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem #eee; }

.v1 .custom-checkbox:disabled + label::before {
  background-color: #eee; }

.v1 .popover {
  position: relative; }
  .v1 .popover-img {
    cursor: help;
    font-size: 12px;
    position: relative;
    top: -4px;
    color: var(--primary); }
  .v1 .popover-text {
    width: 320px;
    border: 1px solid #939393;
    background-color: #fff;
    color: #222222;
    display: none;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: normal;
    position: absolute;
    z-index: 9; }
  .v1 .popover:hover .popover-text {
    display: block; }

.v1 .price-select {
  position: relative;
  margin-top: 14px; }
  .v1 .price-select-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    list-style: none;
    margin-bottom: 10px;
    display: block; }
  .v1 .price-select select {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    border: none; }
    .v1 .price-select select:active, .v1 .price-select select:focus, .v1 .price-select select:hover {
      outline: none; }
  .v1 .price-select-btn {
    margin-bottom: 0; }

.v1 .partner-logo {
  height: 49px;
  width: auto;
  margin: 10px; }

.v1 .app-icons .message-box {
  max-width: 1030px;
  width: 95%;
  padding: 7px 15px !important;
  display: flex;
  align-items: center; }
  @media (max-width: 768.98px) {
    .v1 .app-icons .message-box {
      flex-wrap: wrap;
      text-align: center; } }
  .v1 .app-icons .message-box__text {
    flex-grow: 0;
    font-size: 20px;
    padding: 0 20px 0 30px; }
  .v1 .app-icons .message-box__icons {
    margin-left: 0px; }
    @media (max-width: 768.98px) {
      .v1 .app-icons .message-box__icons {
        width: 100%; } }
  .v1 .app-icons .message-box .btn-group {
    white-space: nowrap; }
    .v1 .app-icons .message-box .btn-group a {
      display: inline-block;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin: 0 14px; }

.v1 .promo-card-title {
  margin-bottom: 30px;
  font-size: 35px; }

.v1 .promo-card-text {
  font-size: 20px;
  margin-bottom: 10px; }

.v1 .promo-card-btn {
  margin-top: 20px; }

@media (max-width: 767.98px) {
  .v1 .protected {
    margin-top: 60px; } }

.v1 .protected-title {
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  .v1 .protected-title::before {
    display: none; }
  .v1 .protected-title::after {
    display: none; }
  .v1 .protected-title span {
    height: 100%;
    position: absolute;
    right: 199px;
    top: 0; }
    @media (max-width: 992.98px) {
      .v1 .protected-title span {
        height: auto;
        left: 50%;
        right: auto;
        top: 0;
        transform: translate(-50%, -100%); } }
    .v1 .protected-title span img {
      display: block;
      width: auto;
      /* height: 100%; */
      /* height: 100px; */
      width: 120px; }

.v1 .protected p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 700px;
  text-align: center; }

.v1 .review-banner {
  width: 100%;
  position: relative; }
  .v1 .review-banner:before {
    content: '';
    padding-bottom: 100%;
    display: block;
    background: url(/public/_front/assets/images/buybarcode/review-bg.png) center center no-repeat;
    background-size: cover; }
    @media (max-width: 640px) {
      .v1 .review-banner:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; } }
  .v1 .review-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    color: #fff; }
    @media (max-width: 640px) {
      .v1 .review-banner-content {
        position: static; } }
  .v1 .review-banner-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .v1 .review-banner-img img {
      width: 100%;
      object-fit: cover; }
  .v1 .review-banner-name {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    font-family: "antonio", sans-serif;
    margin-bottom: 10px; }
  .v1 .review-banner-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }
  .v1 .review-banner-text {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    text-align: center; }

.v1 .splide__slide {
  margin: 10px; }

.v1 .splide__list {
  height: auto; }

.v1 .test {
  margin-bottom: 15px; }
  .v1 .test-inner {
    padding: 32px 35px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .v1 .test-header {
    margin-bottom: 15px;
    display: flex; }
  .v1 .test-ava {
    width: 47px;
    height: 47px;
    overflow: hidden;
    position: relative;
    margin-right: 7px;
    flex-shrink: 0; }
    .v1 .test-ava img {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .v1 .test-name {
    font-family: "antonio", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 3px; }
  .v1 .test-link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #1565c0; }
  .v1 .test-text {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    max-height: 120px;
    overflow: hidden; }
  .v1 .test-sign {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px; }
  .v1 .test-rating {
    color: #f8ae3a;
    font-size: 16px;
    margin-right: 2px; }

.v1 .test-item {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid #e5e5dd;
  max-width: 630px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto; }
  .v1 .test-item-inner {
    padding: 24px; }
  .v1 .test-item-header {
    display: flex;
    cursor: pointer;
    text-decoration: none; }
    .v1 .test-item-header:hover {
      text-decoration: none;
      color: #333;
      opacity: 1; }
  .v1 .test-item-user {
    display: flex; }
  .v1 .test-item-avatar {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    background-color: #fddce5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    user-select: none;
    cursor: default; }
    .v1 .test-item-avatar span {
      font-size: 16px;
      font-weight: 900; }
  .v1 .test-item-profile {
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-self: center;
    overflow: hidden;
    margin-left: 8px; }
    .v1 .test-item-profile-name {
      font-weight: 900;
      font-size: 14px;
      line-height: 1; }
    .v1 .test-item-profile-bottom {
      display: flex;
      font-size: 14px;
      color: #696a6a; }
    .v1 .test-item-profile-location {
      display: flex;
      align-items: center;
      margin-left: 16px;
      color: #696a6a; }
  .v1 .test-item-divider {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    margin-top: 16px;
    background: #e5e5dd; }
  .v1 .test-item-body {
    margin-top: 16px;
    display: flex;
    flex-direction: column; }
  .v1 .test-item-rating {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .v1 .test-item-star {
    width: 108px;
    height: 20px; }
  .v1 .test-item-date {
    order: 3;
    flex-grow: 1;
    text-align: right;
    font-size: 14px;
    color: #696a6a; }
  .v1 .test-item-verified {
    order: 2;
    width: auto;
    margin-top: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    color: #696a6a;
    font-size: 14px; }
    .v1 .test-item-verified svg {
      margin-right: 6px; }
  .v1 .test-item-content {
    margin-top: 16px; }
    .v1 .test-item-content-date {
      margin-top: 16px;
      margin-bottom: 0; }
  .v1 .test-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif; }
  .v1 .test-item-text {
    margin-top: 8px;
    color: #191919; }
  .v1 .test-item-footer {
    margin-top: 10px;
    margin-bottom: -12px;
    display: flex;
    align-items: center; }
    .v1 .test-item-footer:hover {
      text-decoration: none;
      color: #333;
      opacity: 1; }
    .v1 .test-item-footer-link {
      display: flex;
      align-items: center;
      padding: 4px;
      color: #696a6a;
      margin-right: 8px;
      font-size: 14px; }
      .v1 .test-item-footer-link svg {
        margin-right: 4px;
        fill: #6c6c85; }
    .v1 .test-item-footer-right {
      flex: 1 1;
      display: flex;
      justify-content: flex-end;
      color: #696a6a;
      font-size: 14px; }
      .v1 .test-item-footer-right svg {
        fill: #6c6c85; }

.v1 .test-item-google {
  border: none; }
  .v1 .test-item-google .test-item-avatar {
    background-color: #efa320; }
  .v1 .test-item-google .test-item-date {
    flex-grow: 0; }
  .v1 .test-item-google .test-item-content {
    margin-top: 0; }

.v1 .faq {
  background: url(/public/_front/assets/images/buybarcode/faq.png) center center no-repeat;
  background-size: cover;
  color: #fff; }
  .v1 .faq .title {
    color: #fff; }
  @media (max-width: 768px) {
    .v1 .faq-section-list {
      padding-left: 15px; } }
  .v1 .faq .list-item {
    background: #fff;
    color: #000000;
    padding-left: 0; }
    .v1 .faq .list-item:before {
      display: none; }
  .v1 .faq .list-item-text {
    padding: 0px 20px 22px; }
  .v1 .faq a[data-toggle='collapse'] {
    background: #ffffff;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    min-height: 81px;
    color: #000000;
    padding: 22px 30px 22px;
    display: flex;
    align-items: center;
    display: block; }
    .v1 .faq a[data-toggle='collapse']:before {
      align-items: center;
      border: 0;
      border-radius: 50%;
      color: #373d6b;
      content: '+';
      display: flex;
      font-size: 18px;
      height: 12px;
      justify-content: center;
      right: 10px;
      line-height: 0;
      padding: 0;
      padding-top: 0;
      position: absolute;
      top: 20px;
      transform: translateY(-50%);
      width: 19px; }

.v1 .sec-contact {
  background: url(/public/_front/assets/images/buybarcode/contact-bg.png) center center no-repeat;
  background-size: cover;
  color: #fff; }
  .v1 .sec-contact .contact-icon {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 3px;
    width: 20px; }
  .v1 .sec-contact .contact-row {
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px; }
    .v1 .sec-contact .contact-row h4 {
      font-family: "antonio", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 23px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 11px; }
    .v1 .sec-contact .contact-row p,
    .v1 .sec-contact .contact-row a {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left; }

.v1 .contact-form-row {
  display: flex;
  gap: 10px; }

.v1 .contact-form-col {
  flex-basis: 50%; }

.v1 .contact-form input,
.v1 .contact-form select,
.v1 .contact-form textarea {
  height: 49px;
  width: 100%;
  border-radius: 5px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #757575;
  padding: 5px 25px;
  margin-bottom: 10px; }

.v1 .contact-form .btn {
  margin-top: 25px; }

.v1 .footer {
  background: #f4f4f4;
  padding-top: 50px;
  color: #000000;
  text-align: left; }
  .v1 .footer p,
  .v1 .footer span {
    color: #000000; }
  .v1 .footer-row {
    display: flex;
    flex-wrap: wrap; }
  .v1 .footer-col-info {
    flex-basis: 30%;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 45px; }
    @media (max-width: 768px) {
      .v1 .footer-col-info {
        flex-basis: 50%;
        margin-bottom: 30px;
        padding: 0; } }
    @media (max-width: 500px) {
      .v1 .footer-col-info {
        flex-basis: 100%; } }
  .v1 .footer-col-right {
    flex-basis: 70%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .v1 .footer-col-right {
        flex-basis: 100%; } }
    .v1 .footer-col-right h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 13px; }
    .v1 .footer-col-right li {
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 7px; }
    .v1 .footer-col-right p {
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 7px; }
  .v1 .footer-logo {
    margin-bottom: 20px; }
    .v1 .footer-logo img {
      max-width: 100%;
      display: block; }
  .v1 .footer-list {
    display: flex;
    flex-wrap: wrap; }
    .v1 .footer-list ul {
      flex-basis: 50%;
      padding-right: 10px; }
  .v1 .footer-col-links {
    flex-basis: 60%; }
    @media (max-width: 768px) {
      .v1 .footer-col-links {
        flex-basis: 100%;
        margin-bottom: 30px; } }
  .v1 .footer-col-contact {
    flex-basis: 40%; }
    @media (max-width: 768px) {
      .v1 .footer-col-contact {
        flex-basis: 100%; } }
  .v1 .footer-copyright {
    margin-top: 30px;
    border-top: 1px solid #bdbdbd;
    padding: 20px 0 0;
    display: flex;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center; }

.member-hero {
  background-image: url(/public/_front/assets/images/hero-bg-001.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0;
  height: 600px; }
  .member-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .member-hero-inner {
    position: relative;
    z-index: 99;
    padding-top: 160px; }
  .member-hero-title {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (max-width: 600.98px) {
      .member-hero-title {
        font-size: 30px; } }

.member-plans {
  margin-top: -290px;
  position: relative;
  z-index: 99; }

.member-content p {
  margin-bottom: 15px;
  font-weight: 400; }

.plans-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center; }

.plans-item {
  background: #fff;
  border: 1px solid #7c8cf7;
  border-top-width: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px 40px 40px;
  flex-basis: 45%; }
  @media (max-width: 768px) {
    .plans-item {
      flex-basis: 95%;
      max-width: 500px;
      padding: 40px 20px; } }
  .plans-item-green {
    border-color: #19af54; }

.plans-title {
  text-align: center;
  font-size: 50px;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #1072be;
  margin-bottom: 40px; }
  .plans-title-green {
    color: #19af54; }
  @media (max-width: 768px) {
    .plans-title {
      font-size: 38px; } }

.plans-subtitle {
  text-align: center;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 40px !important; }

.member-benefits .container {
  padding-left: 15px;
  padding-right: 15px; }

.verif-hero {
  background-image: url(/public/_front/assets/images/bg-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 290px;
  padding: 90px 0 0 0; }
  .verif-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .verif-hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    flex-wrap: wrap; }
  .verif-hero-content {
    flex-basis: 60%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-top: 85px; }
    @media (max-width: 991.98px) {
      .verif-hero-content {
        flex-basis: 100%; } }
  .verif-hero-title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; }
    .verif-hero-title span {
      position: relative;
      top: 15px; }

.verif-content {
  padding-top: 50px; }
  .verif-content-inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 600px) {
      .verif-content-inner {
        flex-wrap: wrap; } }

.verif-form {
  flex-basis: 50%;
  padding-right: 70px; }
  @media (max-width: 991.98px) {
    .verif-form {
      padding-right: 20px; } }
  @media (max-width: 600px) {
    .verif-form {
      padding-right: 0;
      flex-basis: 100%; } }
  .verif-form hr {
    margin-top: 40px;
    margin-bottom: 40px; }
  .verif-form .form-group {
    margin-bottom: 20px; }
  .verif-form label {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px; }
  .verif-form input {
    border: 1px solid #e0e0e0;
    padding: 15px 25px; }

.verif-img {
  position: sticky;
  top: 100px;
  flex-basis: 50%;
  padding-left: 100px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .verif-img {
      padding-left: 20px; } }
  @media (max-width: 600px) {
    .verif-img {
      padding-left: 0;
      flex-basis: 100%; } }
  .verif-img img {
    width: 100%; }

.add-field-group {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex; }
  .add-field-group input {
    flex-basis: auto;
    width: auto;
    flex-grow: 1;
    align-items: center; }

.add-field-btn {
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  flex-basis: 93px;
  white-space: nowrap; }

.upload-file {
  width: 100px;
  height: 100px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #eee; }
  .upload-file input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute; }
  .upload-file svg {
    width: 40px;
    height: 40px; }
  .upload-file-wrap {
    display: flex;
    align-items: center; }
    .upload-file-wrap canvas {
      height: 100px;
      margin-left: 10px; }

.page {
  padding-top: 140px;
  padding-bottom: 140px; }

.title-os {
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.thank-subtile {
  max-width: 544px;
  text-align: center;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 20px; }

.thank-btn {
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase; }

.thank-link {
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.thank-img {
  width: 200px;
  height: 201px;
  margin: 52px auto 5px; }
  .thank-img img {
    display: block;
    width: 100%;
    height: auto; }

.thank-footer {
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal; }

.post-card {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.protected--p {
  padding-top: 0; }
  @media (max-width: 768px) {
    .protected--p {
      padding: 120px 0 60px; } }

.v1 .logo-buybarcode {
  max-width: 330px;
  margin: 30px auto;
  display: block; }
  @media (max-width: 600px) {
    .v1 .logo-buybarcode {
      margin: 0px auto; } }

.site-index .hero-banner {
  transform: scale(1.15); }
  @media (max-width: 600px) {
    .site-index .hero-banner {
      transform: scale(1); } }

.site-index .hero-content {
  padding-top: 20px; }

.site-index .hero-inner {
  align-items: flex-start; }
  .site-index .hero-inner .verify-form {
    margin-top: 80px; }
    @media (max-width: 991.98px) {
      .site-index .hero-inner .verify-form {
        margin-top: 10px; } }

@media (max-width: 600px) {
  .site-index .v1 .hero-footer {
    margin-top: 0px;
    text-align: center; } }


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