html {
    scroll-behavior: smooth !important;
  }
  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
  }
  body {
    /* padding-top: 60px; */
    font-family: "Open Sans", sans-serif;
    color: black;
    overflow-x: hidden;
  }
  .mw-300 {
    max-width: 300px;
    word-break: break-all;
  }
  :root {
    --soft-gray: #fafafa;
    --bg-gray: rgb(242, 242, 242);
    --gray: rgb(191, 191, 191);
    --darker-gray: rgb(127, 127, 127);
    --font-size-ten: 0.833rem;
    --font-size-eleven: 0.917rem;
    --font-size-twelve: 1rem;
    --font-size-eight: 0.667rem;
    --font-size-seven: 0.583rem;
    --font-size-fourteen: 1.167rem;
    --font-size-24: 1.5rem;
    --font-size-10: 0.625;
    --font-size-12: 0.75rem;
    --font-size-14: 0.875rem;
    --font-size-16: 1rem;
    --font-size-10: 0.625rem;
    --green-color: #76cc11;
  }
  
  p {
    margin-bottom: 0;
  }
  
  /* utilities */
  .btn:focus,
  .btn:active {
    outline: none !important;
    box-shadow: none;
  }
  .mb-12 {
    margin-bottom: 12px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  /* utilities end  */
  
  .logo-nav {
    width: 155px !important;
    height: auto !important;
  }
  .btn-signup {
    background: #76cc11;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 8px 22px;
    font-weight: 800 !important;
  }
  .nav-item,
  .nav-item button {
    font-size: 0.916rem !important;
  }
  .nav-item a.nav-link-dropdown:hover {
    color: #76cc11 !important;
  }
  .nav-item button {
    font-weight: bold !important;
  }
  .nav-outline {
    border-bottom: 1px solid rgb(229, 227, 221);
  }
  .navbar-login {
    max-width: 210px !important;
    width: 210px;
    overflow: hidden;
  }
  .nav-signup {
    max-width: 210px !important;
    overflow: hidden !important;
  }
  .navbar-login:hover {
    color: #76cc11 !important;
    text-decoration: underline !important;
    overflow: hidden !important;
    /* max-width: 154px !important; */
    overflow: hidden !important;
  }
  .dropdown__fontsize {
    font-size: 0.916rem !important;
    padding: 20px 0 !important ;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .btn-signup:hover,
  .btn-action:hover,
  .btn-action__tribe:hover,
  .btn-action__login:hover {
    /* background-color: rgb(53, 122, 25); */
  
    background-color: #66af13;
    color: rgb(255, 255, 255);
  }
  .btn-action__shop:hover {
    background-color: #2c92db;
    color: rgb(255, 255, 255);
  }
  .btn-action__linkbio:hover {
    background-color: #dd283a;
    color: rgb(255, 255, 255);
  }
  .login u:hover,
  .guide u:hover,
  .login-footer u:hover {
    color: #76cc11 !important;
  }
  .guide-shop u:hover {
    color: rgb(64, 171, 250) !important;
  }
  .guide-linkbio u:hover {
    color: #e94151 !important;
  }
  ul {
    list-style-type: none;
  }
  li {
    list-style-type: none;
  }
  .dropdown-menu {
    max-width: 175px !important;
    width: 175px !important;
    white-space: normal;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  .navbar .dropdown-menu a {
    white-space: normal;
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    padding: 5px 20px;
  }
  
  .dropdown-toggle {
    cursor: pointer;
  }
  nav.dropdown-toggle .menu {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    color: black;
    text-decoration: none;
  }
  
  .nav-link {
    color: black !important;
  }
  
  .jumbotron {
    padding: 30px 0 60px 0 !important;
    width: 100% !important;
  }
  .content-btn .jumbotron {
    padding: 0px 0 60px 0 !important;
  }
  .title-jumbotron {
    /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #000;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
  .subtitle {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
  .region {
    font-weight: 200 !important ;
  }
  .logo-jumbo img {
    width: 200px;
  }
  .btn-action {
    background: #76cc11;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 14px 27px;
    min-height: 54px;
    font-weight: 800 !important;
    font-size: 1.16rem !important;
    margin-top: 20px;
  }
  .btn {
    line-height: 1.3 !important ;
  }
  .guide {
    font-size: 1rem;
    line-height: 1.3;
  }
  .text-dark {
    color: #000 !important;
  }
  .card {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .card-body {
    padding: 1.5rem;
  }
  
  .hover__grow:hover {
    -webkit-transform: scale(1.02) translateZ(0px);
    transform: scale(1.02) translateZ(0px); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: scale(1.02) translateZ(0px);
    transition: 0.2s;
  }
  .card-features {
    margin-top: 35px;
  }
  .card-features .card-text {
    font-size: 0.9rem;
    font-weight: 800;
  
    line-height: 1.3;
  }
  .text-features {
    background: linear-gradient(to right, #76cc11 30%, #0080ff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 1.4rem !important;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .card-tribe {
    border: 1px solid #76cc11;
    background-color: #dffbdf;
  }
  .card-shop {
    border: 1px solid #40abfa;
    background-color: #dff8ff;
  }
  .card-linkbio {
    border: 1px solid #e94151;
    background-color: #ffeded;
  }
  .card img {
    height: 30px;
  }
  .card-text {
    font-weight: 800;
    color: #000;
  }
  
  /* content card btn */
  .content-btn {
    border-top: 1px solid #d2d2d2;
  }
  /* tribe */
  .content-tribe {
    background-color: #dffbdf;
    padding: 60px 0;
    width: 100% !important;
    border-top: 1px solid rgb(229, 227, 221);
  }
  .content-tribe .img-tribe img {
    height: 50px !important;
  }
  
  .title-tribe {
    font-size: 1.6rem;
    font-weight: 800;
    color: black;
    margin-top: 12px;
    line-height: 1.3;
  }
  .figure-title {
    font-weight: 700;
    font-size: 1.16rem;
    color: #000;
    width: 90%;
    margin: auto;
    line-height: 1.3;
  }
  .description-figure {
    font-size: 1rem !important;
    color: #404040;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.4rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .btn-action__tribe {
    background: #76cc11;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 12px 35px;
    font-weight: 800 !important;
    font-size: 1.16rem !important;
  }
  /* end tribe */
  
  /* shop */
  .content-shop {
    background-color: #dff8ff;
    padding: 60px 0;
    border-top: 1px solid rgb(229, 227, 221);
  
    width: 100% !important;
  }
  .content-shop .img-shop img {
    height: 50px !important;
  }
  
  .title-shop {
    font-size: 1.6rem;
    font-weight: 800;
    color: black;
    margin-top: 12px;
    line-height: 1.3;
  }
  
  .btn-action__shop {
    background: #40abfa;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 12px 35px;
    font-weight: 800 !important;
    font-size: 1.16rem !important;
  }
  /* end shop */
  
  /* linkbio */
  .content-linkbio {
    background-color: #ffeded;
    padding: 60px 0;
    width: 100% !important;
    border-top: 1px solid rgb(229, 227, 221);
  
    /* height: 100vh !important; */
  }
  .content-linkbio .img-linkbio img {
    height: 50px !important;
  }
  
  .title-linkbio {
    font-size: 1.6rem;
    font-weight: 800;
    color: black;
    line-height: 1.3;
  
    margin-top: 12px;
  }
  
  .btn-action__linkbio {
    background: #e94151;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 12px 35px;
    font-weight: 800 !important;
    font-size: 1.16rem !important;
  }
  /* end linkbio */
  
  .img-tribe,
  .img-shop,
  .img-linkbio {
    margin-bottom: 1.8rem !important;
  }
  
  /* payment */
  .content-payment {
    background-color: #ffffff;
    padding: 60px 0 68px 0;
    /* height: 100vh !important; */
    border-top: 1px solid rgb(229, 227, 221);
  }
  .title-payment {
    background: linear-gradient(to right, #76cc11 30%, #0080ff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 1.3rem !important;
    /* margin-bottom: 30px; */
    font-weight: 800;
    color: black;
    line-height: 1.3;
    word-break: break-word;
  }
  .content-payment .img-payment img {
    height: 50px !important;
  }
  .figure {
    width: 100% !important;
  }
  .figure-image {
    width: 90% !important;
    margin: auto;
    /* background-color: #000; */
  }
  
  .figure-image img {
    width: 100% !important;
    height: 100%;
  }
  .figure .figure-img {
    max-width: 100% !important;
    /* max-height: 300px;
    min-height: 300px !important; */
    width: 100% !important;
    height: auto !important;
    /* margin: auto; */
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .figure.payment {
    width: 100% !important;
    height: 100% !important;
  }
  .figure.payment img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    /* object-fit: cover !important; */
  }
  .figure.payment img.withdraw {
    max-width: 100% !important;
    max-height: 94px !important;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    /* object-fit: cover !important; */
  }
  .payment-paypal {
    margin-top: 12px !important;
    width: 120px !important;
    height: auto;
  }
  
  .btn-action__payment {
    background: #e94151;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 12px 35px;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
  }
  /* end payment */
  /* login */
  .content-login__action {
    background-color: #f2f2f2;
    padding: 40px 0;
    border-top: 1px solid rgb(229, 227, 221);
  }
  .btn-action__login {
    background: #76cc11;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 12px 35px;
    font-weight: 800 !important;
    font-size: 1.16rem !important;
  }
  /* end login */
  footer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
  }
  footer.hide {
    display: none;
  }
  footer img {
    height: 40px;
    margin-bottom: 30px !important;
    font-size: 1rem;
  }
  footer .copyright {
    color: rgba(255, 255, 255, 0.4);
  }
  footer h3 {
    margin-bottom: 18px;
    color: #fff;
  }
  
  footer a {
    color: #fff !important;
    font-size: 1rem;
  }
  
  footer .socials a {
    margin: 0 16px;
    font-size: 1.5rem;
    text-decoration: none !important;
  }
  
  footer .footer-wrapper {
    max-width: 677px;
    margin: 0 auto;
  }
  
  footer .comp-desc a {
    color: #8c8c8c !important;
    font-size: 0.75rem;
    text-decoration: underline;
  }
  
  footer .comp-desc {
    font-size: 0.75rem;
    line-height: 1.75;
  }
  
  footer p {
    color: #8c8c8c;
  }
  
  footer .select-wrapper p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 7px;
    line-height: 1.5;
  }
  
  footer .select-wrapper {
    margin-bottom: 37px;
  }
  
  footer .select2-container {
    max-width: 250px;
  }
  
  footer .select2-container--default .select2-selection--single {
    background: transparent;
    color: white;
    margin: 0 auto;
  }
  
  footer
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white;
    font-size: 1rem !important;
  }
  
  .select2-dropdown.footer-dropdown {
    background-color: #252525 !important;
    max-width: 250px;
    min-width: unset;
    overflow: hidden;
  }
  
  .footer-dropdown
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 100px !important;
  }
  
  .footer-dropdown ul {
    max-height: 120px !important;
  }
  
  .footer-dropdown ul li {
    color: #fff !important;
  }
  
  .footer-dropdown ul li.select2-results__option--selected {
    color: #252525 !important;
    font-size: 0.875rem !important;
  }
  
  .footer-dropdown ul li {
    font-size: 0.875rem !important;
  }
  
  .footer-dropdown ul li.select2-results__option--highlighted {
    color: #252525 !important;
    font-size: 0.875rem !important;
  }
  
  footer .select-container.rotate span.arrow-icon {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
  }
  
  footer
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    display: block;
    max-width: 250px;
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  
  footer .select-container {
    position: relative;
    display: inline-block;
    width: 200px;
  }
  
  .footer-dropdown .select2-search--dropdown .select2-search__field:focus {
    border: none !important;
  }
  
  footer .select2-container .select2-selection--single {
    border: 1px solid #fff;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  
  footer .select2-container--default .select2-selection--single {
    border-radius: 6px !important;
  }
  
  footer
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 6px !important;
  }
  
  footer .select-container span.arrow-icon {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: transparent !important;
    -webkit-transform: translateY(-50%);
    /* WebKit */
    -moz-transform: translateY(-50%);
    /* Mozilla */
    -o-transform: translateY(-50%);
    /* Opera */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: var(--font-size-ten);
    transition: transform 250ms ease;
  }
  .bg-dark {
    background-color: #262626 !important;
  }
  /* select2 */
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2 {
    width: 100% !important;
  }
  
  select {
    opacity: 0;
  }
  
  .select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center !important;
  }
  
  .select2-selection__arrow {
    display: none !important;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0.75rem;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    padding-right: 1.5rem;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
  }
  .select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
  }
  .select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
    font-size: 0.833rem;
    outline: none;
  }
  .select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    overflow: hidden;
  }
  
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option--selectable {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
  }
  .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border: 1px solid var(--green-color) !important;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: black;
    /* line-height: 1.3; */
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #959595;
    font-size: 0.875rem;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
  }
  .select2-container--default
    .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
  }
  .select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
  }
  .select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-size: 0.875rem;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 217px;
    overflow-y: auto;
    font-size: 0.875rem;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--group {
    padding: 0;
  }
  .select2-container--default .select2-results__option--disabled {
    color: #999;
  }
  .select2-container--default .select2-results__option--selected {
    background-color: #ebebeb;
    color: black;
  }
  .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f0f0f0;
    color: black;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  
  .select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  
  .select2-selection__rendered:focus {
    outline: none !important;
  }
  .select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
  }
  .select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
  }
  .select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
  }
  .select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid var(--green-color);
  }
  .select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: transparent;
    border: none;
  }
  .select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
  }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  
  .select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
  }
  .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
  }
  .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
  }
  .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
  }
  .select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
  }
  .select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border: none !important;
    display: none;
  }
  .select2-container--classic
    .select2-search--dropdown
    .select2-search__field:focus {
    outline: none;
    border: none;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
  }
  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
  }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none;
  }
  .select2-container--classic .select2-dropdown--below {
    border-top: none;
  }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--classic .select2-results__option--group {
    padding: 0;
  }
  .select2-container--classic .select2-results__option--disabled {
    color: grey;
  }
  .select2-container--classic
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
  }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
  }
  
  @media (min-width: 768px) {
    footer {
      padding: 90px 0 70px;
    }
  }
  
  @media (min-width: 500px) and (max-width: 767px) {
    .home__features-blurLeft {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 500px !important;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorLeft {
      position: absolute;
      width: 35% !important;
      /* inst:  0; */
      left: 0;
      bottom: 180px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
      z-index: -20;
    }
    .home__features-blurRight {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 500px !important;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorRight {
      position: absolute;
      width: 35% !important;
      /* inst:  0; */
      right: 0;
      bottom: 180px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1199px) {
    .home__features-blurLeft {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 500px;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorLeft {
      position: absolute;
      width: 35%;
      /* inst:  0; */
      left: 0;
      bottom: 150px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
      z-index: -20;
    }
    .home__features-blurRight {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 500px;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorRight {
      position: absolute;
      width: 35%;
      /* inst:  0; */
      right: 0;
      bottom: 150px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
    }
  }
  
  .text-footer .sociabuzz {
    color: #7f7f7f !important;
    font-size: 0.95rem;
    margin-top: 34px !important;
    font-weight: 700;
  }
  .login-footer {
    font-size: 1rem;
    line-height: 1.3;
  }
  /* payment logo */
  
  .wrapper-img__payment {
    width: 100%;
    max-width: 100%;
    height: 50px !important;
    min-height: 50px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 10px;
  }
  .img-payment__size {
    /* background: #c4c4c4; */
    width: 100%;
    height: 100%;
  }
  img.img__size {
    max-width: 100%;
    height: auto;
    position: relative;
    max-height: 100% !important;
    line-height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .p-customGrid {
    padding: 0 9px 18px 9px;
  }
  .line-marginCustom {
    color: rgb(229, 227, 221);
    margin-top: 68px;
    margin-bottom: 53px;
  }
  .mt-customGrid {
    margin-top: 24px;
  }
  .row-custom {
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
  }
  .btn-paymenMethods {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    /*or19px*/
    padding: 13px 18px;
    border: 1px solid #76cc11;
    text-align: center;
    word-break: break-word;
    color: #76cc11;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .btn-paymenMethods:hover {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    padding: 13px 18px;
    border: 1px solid #76cc11;
    text-align: center;
    background-color: #76cc11;
    color: #ffffff;
  }
  .mt-30 {
    margin-top: 30px;
  }
  @media (min-width: 0px) and (max-width: 319.89px) {
    nav.dropdown-toggle .menu {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 51px;
      display: inline-block;
      vertical-align: middle;
      color: black;
      text-decoration: none;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 0px) and (max-width: 390px) {
    .logo-nav {
      width: 125px !important;
      height: auto !important;
    }
    .title-jumbotron {
      /* margin-top: 20px !important; */
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      color: black;
      font-weight: 800;
      font-size: 42px !important;
      line-height: 1.1;
    }
  
    .subtitle {
      font-weight: 800;
      font-size: 42px !important;
      line-height: 1.1;
    }
    .text-features {
      font-size: 1.4rem !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.6rem;
    }
  }
  
  @media (max-width: 320px) {
    .home__features-blurLeft {
      /*bottom: 90px;
    */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 340px !important;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorLeft {
      position: absolute;
      /* inset: 0; */
      left: 0px;
      bottom: 390px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
      z-index: -20;
      width: 120px !important;
    }
    .home__features-blurRight {
      /*bottom: 90px;
    */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 340px !important;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorRight {
      position: absolute;
      /* inset: 0; */
      right: -20px;
      bottom: 390px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
      width: 120px !important;
    }
  }
  /* Landscape iphone 4 */
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.8rem;
    }
    .figure-image {
      width: 50% !important;
      margin: auto !important;
    }
  }
  /* iphone 6, 7 abd 8  */
  /* potrait  */
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.6rem !important;
    }
  }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .card-body {
      height: auto !important;
    }
    .figure-image {
      width: 50% !important;
      margin: auto;
      /* background-color: #000; */
    }
    .mb-5 {
      margin-bottom: 2.2rem !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.6rem !important;
    }
  }
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.6rem !important;
    }
    .figure-image {
      width: 90%;
      margin: auto;
    }
  }
  /* Landscape */
  
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .card-body {
      height: auto !important;
    }
    .figure-image {
      width: 50% !important;
      margin: auto;
      /* background-color: #000; */
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.6rem !important;
    }
  }
  
  /* iphone x */
  /* ----------- iPhone X ----------- */
  
  /* Portrait and Landscape */
  
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 1.6rem !important;
    }
    .figure-image {
      width: 90% !important;
      margin: auto !important;
    }
  }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .figure-image {
      width: 90% !important;
      margin: auto;
    }
  }
  /* end iphone x */
  @media (min-width: 576px) {
    .title-payment {
      font-size: 1.5rem !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767.8px) {
    /* .jumbotron {
      padding: 15px 0 60px 0 !important;
    } */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .card-body {
      height: 120px;
    }
    .title-jumbotron {
      margin-top: 20px !important;
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-weight: 800;
      color: black;
      font-size: 3rem !important;
      line-height: 1.1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
  
    .subtitle {
      font-weight: 800;
      font-size: 3rem !important;
      line-height: 1.1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .figure-image {
      width: 50% !important;
      margin: auto !important;
    }
  }
  @media (min-width: 768px) {
    .container-custom__layoutpayment {
      max-width: 750px !important;
    }
    .wrapper-img__payment {
      width: 100%;
      /* max-width: 150px; */
      height: 50px;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
    }
    .row-custom {
      /* max-width: 720px; */
      margin-left: -2px;
      margin-right: -2px;
  
      justify-content: center;
      /* margin-left: 0px !important;
      margin-top: 0px !important; */
    }
    .p-customGrid {
      padding: 0 12.5px 25px 12.5px;
    }
  }
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .home__features-blurLeft {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      /* height: auto; */
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorLeft {
      position: absolute;
      /* inset: 0; */
      left: -20;
      bottom: 150px;
      width: 35%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
      z-index: -20;
    }
    .home__features-blurRight {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      /* height: auto; */
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorRight {
      position: absolute;
      /* inset: 0; */
      right: 0;
      bottom: 150px;
      width: 35%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
    }
  
    /* .jumbotron {
      padding: 25px 0 60px 0 !important;
    } */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .card-body {
      height: 120px !important;
    }
    .title-jumbotron {
      margin-top: 20px !important;
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%);
        /* -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      color: #000;
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
  
    .subtitle {
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
  }
  /* galaxy tab s7 */
  @media only screen and (min-device-width: 1037px) and (max-device-width: 1037.92px) and (-webkit-min-device-pixel-ratio: 1) {
    .figure-image {
      width: 90% !important;
      margin: auto !important;
    }
  }
  /* galaxy tab s7 landscape */
  @media only screen and (min-device-width: 753px) and (max-device-width: 753.92px) and (-webkit-min-device-pixel-ratio: 1) {
    .figure-image {
      width: 90% !important;
      margin: auto !important;
    }
    .card-body {
      height: 120px !important;
    }
  }
  
  /* galaxy tab s7  */
  
  @media only screen and (min-device-width: 712px) and (max-device-width: 712.92px) and (-webkit-min-device-pixel-ratio: 1) {
    .figure-image {
      width: 90% !important;
      margin: auto !important;
    }
  }
  /* galaxy tab s5 landscape */
  
  @media only screen and (min-device-width: 1138px) and (max-device-width: 1138.92px) and (-webkit-min-device-pixel-ratio: 1) {
    .figure-image {
      width: 90% !important;
      margin: auto !important;
    }
    .card-body {
      height: 120px !important;
    }
  }
  /* Portrait and Landscape */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    /* .jumbotron {
      padding: 25px 0 60px 0 !important;
    } */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .card-body {
      height: 120px !important;
    }
    .title-jumbotron {
      margin-top: 20px !important;
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
       -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
  
    .subtitle {
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
  }
  /* ----------- iPad 1, 2, Mini and Air  End ----------- */
  
  @media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .title-jumbotron {
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .logo-jumbo img {
      width: 280px;
    }
    .text-features {
      font-size: 1.5rem !important;
      line-height: 1.19;
    }
    .subtitle {
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1.1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .card-body {
      height: 120px;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
  }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    /* .jumbotron {
      padding: 30px 0 60px 0 !important;
    } */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .title-jumbotron {
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
       -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
  
    .text-features {
      font-size: 1.5rem !important;
      line-height: 1.19;
    }
    .subtitle {
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1.1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
  }
  /* Portrait ipad pro 12.9*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .title-jumbotron {
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .logo-jumbo img {
      width: 280px;
    }
    .text-features {
      font-size: 2rem !important;
      line-height: 1.19;
    }
    .subtitle {
      font-weight: 800;
      font-size: 4rem !important;
      line-height: 1.1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .card-body {
      height: 120px;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
  }
  /* ipad 3,4 and pro 9.7 */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
  }
  /* galaxy tab s5 landscape */
  
  /* Landscape ipad pro 12.9*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  @media only screen and (min-device-width: 1365px) and (max-device-width: 1365px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .card-body {
      height: 120px;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
  }
  @media (min-width: 1200px) and (max-width: 1280px) {
    /* .jumbotron {
      padding: 15px 0 90px 0 !important;
      /* min-height: 93vh; */
    /* }  */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .title-jumbotron {
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
       -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 70px !important;
  
      line-height: 1;
    }
    .logo-jumbo img {
      width: 280px;
    }
    .text-features {
      font-size: 1.5rem !important;
      line-height: 1.1;
    }
    .subtitle {
      font-weight: 800;
      font-size: 70px !important;
  
      line-height: 1;
    }
  
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
  }
  @media (min-width: 1200px) and (max-width: 1390px) {
    .logo-nav {
      width: 185px !important;
      height: auto;
    }
  
    .content-tribe,
    .content-shop,
    .content-linkbio {
      position: relative;
      height: 100% !important;
      padding: 60px 0 !important;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .login {
      font-size: 1.16rem;
    }
    .btn-action {
      background: #76cc11;
      color: white;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      padding: 14px 27px;
      min-height: 54px;
      font-weight: 800 !important;
      font-size: 1.16rem !important;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
    /* payment */
    .figure.payment {
      width: 500px !important;
      height: 100% !important;
    }
    .text-features {
      font-size: 2rem !important;
      line-height: 1.19;
    }
  }
  @media (min-width: 1290px) and (max-width: 1390px) {
    /* .jumbotron {
      padding: 15px 0 60px 0 !important;
  
    } */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .title-jumbotron {
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 4.5rem !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .logo-jumbo img {
      width: 280px;
    }
    .text-features {
      font-size: 2rem !important;
      line-height: 1.19;
    }
    .subtitle {
      font-weight: 800;
      font-size: 4.5rem !important;
      line-height: 1.1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
  }
  
  @media (min-width: 1400px) {
    .logo-nav {
      width: 185px;
      height: auto;
    }
    /* .jumbotron {
      padding: 30px 0 90px 0 !important;
    } */
    .content-btn .jumbotron {
      padding: 0px 0 60px 0 !important;
    }
    .content-tribe,
    .content-shop,
    .content-linkbio {
      height: 100% !important;
      padding: 60px 0 !important;
      border-top: 1px solid rgb(229, 227, 221);
    }
    .title-tribe,
    .title-shop,
    .title-linkbio {
      font-size: 2rem !important;
    }
    .logo-jumbo img {
      width: 350px;
    }
    .card-features {
      margin-top: 44px;
    }
    .title-jumbotron {
      /* background: linear-gradient(to right, #76cc11 30%, #0080ff 60%); */
      color: #000;
      /*   /* -webkit-background-clip: text;
       -webkit-text-fill-color: transparent; */
      font-weight: 800;
      font-size: 70px !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .subtitle {
      font-weight: 800;
      font-size: 70px !important;
      line-height: 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }
    .btn-action {
      margin-top: 30px;
    }
    .mb-60 {
      margin-bottom: 1.5rem !important;
    }
    .text-features {
      background: linear-gradient(to right, #76cc11 30%, #0080ff 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 800;
      font-size: 2rem !important;
      line-height: 1.2;
      margin-bottom: 30px;
    }
  
    .figure.payment {
      width: 500px !important;
      height: 100% !important;
    }
  }
  /* reset */
  
  .lh-21 {
    line-height: 21px;
  }
  
  button,
  label,
  p,
  a,
  span,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Open Sans", sans-serif !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    word-break: break-word;
  }
  
  /* new */
  .logo-header {
    width: 275px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 767px) {
    .logo-header {
      width: 230px !important;
    }
    .text-featuresImg {
      color: #000;
      font-weight: 700;
      font-size: 18px !important;
      line-height: 160%;
      margin-bottom: 25px;
    }
    .home__features-blurLeft {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 350px;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorLeft {
      position: absolute;
      /* inset: 0; */
      left: -20px;
      bottom: 390px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
      z-index: -20;
      width: 42%;
    }
    .home__features-blurRight {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: 350px;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorRight {
      position: absolute;
      /* inset: 0; */
      right: 0px;
      bottom: 390px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
      width: 42%;
    }
  }
  
  /* section color */
  
  /* .circle-color::after {
    background: linear-gradient(0deg, #dffbdf 30%, #dffbdf);
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 120px;
    -webkit-filter: blur(70px);
    -moz-filter: blur(70px);
    -o-filter: blur(70px);
    -ms-filter: blur(70px);
    filter: blur(70px);
    height: 188px;
    left: 0;
  
    width: 188px;
  } */
  
  .carousel-cell {
    width: 100px;
    height: 120px;
    margin-right: 16px;
  
    border-radius: 5px;
    counter-increment: gallery-cell;
  }
  
  .carousel-cell .img-influencer {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  /* .carousel-cell .img-influencer:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  } */
  .carousel-cell .flag {
    position: absolute;
    width: 35px;
    height: auto;
    margin-right: 16px;
    left: -7px;
    bottom: 13px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .jumbotron.delete-pb {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  
  /* max-width */
  @media (max-width: 768px) {
    .text-featuresImg {
      color: #000;
      font-weight: 700;
      font-size: 18px !important;
      line-height: 160%;
      margin-bottom: 25px;
    }
    .home__features-blur {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 100%;
      height: auto;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-color {
      position: absolute;
      /* inset: 0; */
      bottom: 323px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
    }
  }
  .content-carouselImg {
    background-color: transparent !important;
    position: relative;
  }
  
  @media (min-width: 1200px) {
    .col-lg-3__custom {
      max-width: 18% !important;
      width: 18% !important;
    }
    .home__features-blurLeft {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 400px;
      height: auto;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorLeft {
      position: absolute;
      /* inset: 0; */
      left: -20;
      bottom: 5px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
      z-index: -20;
    }
    .home__features-blurRight {
      /*bottom: 90px;
      */
      object-fit: cover;
      object-position: center;
      color: transparent;
      width: 400px;
      height: auto;
      filter: blur(20px);
      z-index: -20;
      -webkit-filter: blur(20px);
    }
    .circle-colorRight {
      position: absolute;
      /* inset: 0; */
      right: 0;
      bottom: 5px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: -20;
    }
    /* .logo-nav {
      width: 185px !important;
      height: auto !important;
    } */
  }
  .text-featuresImg {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 25px;
  }
  .menu-jumbotron.pb-32 {
    padding-bottom: 32px !important;
  }
  .menu-jumbotron {
    background-color: transparent !important;
  }
  .jumbotron.delete-pb {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  
  .home__features-blur {
    /*bottom: 90px;
    */
    object-fit: cover;
    object-position: center;
    color: transparent;
    width: 100%;
    height: auto;
    filter: blur(20px);
    z-index: -20;
    -webkit-filter: blur(20px);
  }
  .circle-color {
    position: absolute;
    /* inset: 0; */
    bottom: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -20;
  }
  