:root {
    --black: #0A0E1A;
    --white: #F8F9FA;
    --orange: #FF6B00;
    --green: #00C76E;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../font/Satoshi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    background: var(--black);
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 54px;
    line-height: 74px;
}

h2 {
    font-size: 46px;
    line-height: 64px;
}

h1 span {
    color: var(--orange);
}

a {
    text-decoration: none;
}

a.active {
    color: var(--orange);
}

.btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background: rgba(255, 107, 0, 1);
    box-sizing: border-box;
    padding: 20px 32px;
    border-radius: 40px;
    line-height: auto;
    border: 0px;
    cursor: pointer;
}

.btn .icon {
    margin-left: 6px;
}

.btn.small {
    font-size: 16px;
    padding: 15px 26px;
}

.btn:before {
    content: '';
    background: linear-gradient(45deg, #b8860b, #daa520, #ffd700, #ff6b00, #f0c05a, #e6b800, #b8860b);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 40px;
}

.btn:active {
    color: #fff;
}

.btn:active:after {
    background: transparent;
}

.btn:hover:before {
    opacity: 1;
}

.btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 40px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    100% { background-position: 400% 0; }
}

.owl-carousel {
     position: relative;
}
 .owl-carousel .owl-item img {
     width: initial;
}
 .owl-carousel .owl-nav {
     position: absolute;
     width: 100%;
     top: calc(50% - 49px);
     z-index: -1;
     margin: 0px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
     position: absolute;
     border: 0px;
     cursor: pointer;
     padding: 14px !important;
     margin: 0px;
     border-radius: 100px;
     color: #f8f9fa;
     font-weight: 600;
     font-size: 16px;
     line-height: 21px;
     min-width: 49px;
     background: rgba(255, 107, 0, 1);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(255, 107, 0, 1);
}

 .owl-carousel .owl-nav button.owl-prev {
     left: -66px;
}

 .owl-carousel .owl-nav button.owl-next {
     right: -66px;
}

 .owl-carousel .owl-dots {
     margin-top: 24px;
}

.row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1186px;
    position: relative;
    z-index: 1;
}

.cols {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.cols .col {
    width: calc(50% - 20px);
}

.animated-svg {
    transform-origin: center center;
    will-change: transform, filter;
    position: absolute;
    right: -500px;
    top: -100px;
    filter: blur(10px);
}

.left {
    left: -500px;
    transform: rotate(190deg);
    right: inherit;
    top: -250px;
}

.language-selector {
    display: inline-block;
}

.select2-container {
    z-index: 9999;
}

.select2-container .select2-selection--single {
    background: transparent;
    border: none;
    height: 24px;
    padding: 0;
    padding-right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 24px;
}

.select2-dropdown {
    background: transparent;
    border: none;
}

.select2-results__option {
    padding: 2px;
    background: var(--black);
    text-align: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected {
    background-color: var(--black);
}

.select2-container--default .select2-results>.select2-results__options {
    position: relative;
    top: 14px;
    left: -12px;
    background-color: var(--black);
    padding-top: 12px;
    padding-bottom: 12px;
}

.cc-nb-main-container {
    padding: 16px !important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
    background-color: var(--black) !important;
    border-radius: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid var(--orange);
}

.termsfeed-com---palette-dark.termsfeed-com---nb button {
    background-color: var(--orange) !important;
    color: white !important;
    border-radius: 40px !important;
    margin-right: 16px !important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb button:last-of-type {
    margin-right: 0px !important;
}

.cc-nb-buttons-container {
    text-align: right;
}

.cc-nb-title {
    margin-bottom: 8px !important;
}

.flag {
    width: 24px;
    height: 24px;
}

header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    transition: all 0.2s ease;
}

header.fixed {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(10, 14, 25, 0.5);
}

header .row {
    height: 86px;
    align-items: center;
}

header .row .logo {
    margin-right: auto;
}

header .row ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

header .row ul li {
    display: inline-block;
    margin-right: 16px;
}

header .row ul li a {
    color: var(--white);
}

header .row ul li a:not(.btn):hover {
    color: var(--orange)
}

header .row ul li:last-of-type {
    margin-right: 0px;
}

header .row ul li .lang {
    width: 21px;
    height: 21px;
    border-radius: 32px;
    position: relative;
    top: 4px;
}

header .row nav {
    margin-left: auto;
    margin-right: auto;
}

.hero {
    padding-top: 86px;
}

.hero .row {
    flex-wrap: wrap;
    margin-top: 126px;
}

.hero .row div {
    width: 50%;
}

.hero .banner {
    position: relative;
}

.hero .banner .card {
    width: 100%;
    max-width: 500px;
    float: right;
    position: relative;
    top: -50px;
    z-index: 2;
}

.hero .banner .ellipse {
    position: absolute;
    top: -168px;
    left: -106px;
    z-index: -1;
}

.hero strong {
    margin-top: 16px;
    display: inline-block;
}

.hero .discount img {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.hero h1 {
    margin-top: 0px;
    margin-bottom: 24px;
}

.hero p {
    margin: 0px;
}

.hero .discount {
    color: #B3BBC8;
    font-size: 16px;
    margin-bottom: 8px;
}

.hero .btn {
    margin-top: 36px;
}

.hero .scroll {
    padding: 42px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border: 1px solid var(--green);
    margin-top: 40px;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.7, -0.15, 0.6, 0.55);
}

.hero .scroll.hide {
    transform: translate3d(0px, -50px, 0px);
    opacity: 0;
}

.hero .scroll:hover {
    opacity: 0.8;
}

.hero .partners {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -6px;
    left: 16px;
}

.hero .partners p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.hero .partners p span {
    color: var(--white);
    font-weight: 600;
}

.hero .partners img {
    height: 38px;
}

#star1,
#star2 {
    will-change: transform, opacity;
}

.help {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url('../img/grid.svg'), linear-gradient(180deg, rgba(10, 14, 26, 1) 0%, rgba(0, 199, 110, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-blend-mode: overlay;
}

.help .input {
    margin-right: 8px;
    width: 60%;
    display: inline-block;
}

.help h2 {
    margin-top: 0px;
    margin-bottom: 60px;
}

.help .img img {
    position: absolute;
    left: 0px;
    top: -250px;
    height: 475px;
}

.help .cols {
    align-items: center;
}

.help .col {
    position: relative;
}

.trusted {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: var(--white);
    color: var(--black)
}

.trusted .row {
    flex-wrap: wrap;
}

.trusted h2 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 14px;
}

.trusted h2 span {
    color: var(--orange);
}

.trusted .partners,
.cta .partners {
    display: block;
    width: 100%;
    text-align: center;
}

.trusted .partners p,
.cta .partners p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.trusted .partners p span,
.cta .partners p span {
    color: var(--black);
    font-weight: 600;
}

.trusted .partners img,
.cta .partners img {
    height: 38px;
}

.trust-pilot {
    width: 100%;
    margin-top: 40px;
}

.reviews {
    margin-top: 60px;
    margin-bottom: 150px;
}

.reviews .item {
    box-sizing: border-box;
    background-image: url('../img/chart.png'), linear-gradient(300deg, rgba(10, 14, 26, 1), rgba(0, 64, 35, 1), rgba(10, 14, 26, 1));
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-blend-mode: overlay;
    color: var(--white);
    padding: 30px;
    border-radius: 40px;
}

.reviews .item .header {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    white-space: nowrap;
}

.reviews .item img {
    width: 125px;
    height: 125px;
    border-radius: 125px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.reviews .item h3 {
    margin: 0px;
    display: inline-block;
}

.reviews .item p {
    width: 100%;
    margin: 0px;
}

.benefits .items {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefits .items .item {
    width: calc(33% - 23px);
}

.benefits .items .item {
    text-align: center;
}

.benefits .items .item p {
    width: 100%;
    color: #B3BBC8;
    margin: 0px;
}

.benefits .items .item h3 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 12px;
}

.portal {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    color: var(--white);
}

.portal .row {
    flex-wrap: wrap;
}

.portal .animated-svg {
    transform: rotate(90deg);
    left: -200px;
    top: -100px;
}

.portal h2 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.portal h2 p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 70px;
    font-weight: 400;
}

.portal .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.portal .gallery a {
    width: calc(33% - 23px);
}

.portal .gallery a img {
    width: 100%;
    border-radius: 40px;
}

.portal .owl-carousel .owl-nav {
    top: calc(61% - 49px) !important;
}

.cta {
    margin-top: 150px;
    padding-bottom: 150px;
    background-image: url('../img/grid.svg'), linear-gradient(180deg, rgba(10, 14, 26, 1) 0%, rgba(0, 199, 110, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-blend-mode: overlay;
}

.cta .partners p {
    margin-bottom: 8px;
    margin-top: 30px;
    color: rgba(250, 250, 250, 0.5);
}

.cta .partners p span {
    color: var(--white)
}

.cta .row {
    flex-wrap: wrap;
    justify-content: center;
}

.cta .content {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
}

.cta .content p {
    width: 60%;
    margin: 0 auto;
}

.cta h2 {
    margin-top: 0px;
    margin-bottom: 28px;
}

.cta p {
    margin-top: 0px;
    margin-bottom: 36px;
}

footer {
    padding-top: 150px;
    padding-bottom: 150px;
}

footer .row {
    align-items: center;
}

footer p {
    margin: 0px;
    margin-top: 74px;
    width: 100%;
    text-align: center;
}

footer a {
    color: var(--white);
    transition: all 0.2s ease;
}

footer a:hover {
    color: var(--orange)
}

footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-right: auto;
}

footer ul:last-of-type {
    margin-right: 0px;
}

footer ul:last-of-type li {
    display: inline-block;
    margin-left: 16px;
}

footer ul li:first-of-type {
    margin-left: 0px;
}

footer li img {
    width: 24px;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--black);
    padding: 32px;
    border-radius: 16px;
    z-index: -1;
    width: 516px;
    text-align: center;
}

#popup.active {
    z-index: 9999;
    display: block;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
}

#popup .close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#popup h2 {
    margin-top: 0px;
    margin-bottom: 36px;
}

#popup p {
    margin: 0px;
}

#popup form {
    width: 100%;
    margin-top: 36px;
}

.input {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    border-radius: 40px;
    border: 2px solid rgba(0, 199, 110, 0.1);
    transition: all 0.2s ease;
}

.input:before {
    content: '';
    background: linear-gradient(
        45deg,
        #03974d 0%,
        #00994d 20%,
        #00c76e 40%,
        #33ff99 60%,
        #00e676 80%,
        #00a251 90%,
        #03974d 100%
    );
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 40px;
}

.input:active {
    color: #fff;
}

.input:active:after {
    background: transparent;
}

.input:hover:before {
    opacity: 1;
}

.input:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 40px;
}

input,
textarea {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background: var(--black);
    box-sizing: border-box;
    padding: 20px 32px;
    border-radius: 40px;
    line-height: auto;
    border: 0px;
    outline: none;
    resize: none;
}

textarea {
    min-height: 150px;
}

.how {
    padding-top: 100px;
}

.how .row {
    flex-wrap: wrap;
}

.how h2 {
    margin: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.how h2 p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.how .item {
    box-sizing: border-box;
    padding: 24px;
    padding-left: 112px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    border-radius: 40px;
    background-size: 88px;
}

.how .item:nth-child(1) {
    background-image: url('../img/complete.svg');
}

.how .item:nth-child(2) {
    background-image: url('../img/verify.svg');
}

.how .item:nth-child(3) {
    background-image: url('../img/funded.svg');
}

.how .item:nth-child(4) {
    background-image: url('../img/earn.svg');
}

.how .item.active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 199, 110, 0.3) 100%);
    border: 1px solid rgba(0, 199, 110, 0.3);
}

.how .item p {
    margin: 0px;
}

.how .item p.title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.how .item:last-of-type {
    margin-bottom: 0px;
}

.how .col:last-of-type {
    text-align: center;
}

.how .img img {
    width: 70%;
    float: right;
    border-radius: 40px;
    position: relative;
    top: -50px;
    left: -50px;
}

.pricing-section {
    position: relative;
    color: var(--white);
    padding-top: 150px;
    padding-bottom: 150px;
}

.pricing-section .animated-svg {
    transform: rotate(90deg);
    right: -200px;
}

.pricing-section .row {
    flex-wrap: wrap;
}

.pricing-section h2 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 100px;
}

.pricing-section h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.pricing-section .filters {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.pricing-section .group {
    display: inline-block;
}

.pricing-section .group>div {
    box-sizing: border-box;
    padding: 5px 6px;
    border-radius: 40px;
    background-image: linear-gradient(300deg, rgba(0, 199, 110, 0.1) 0%, rgba(0, 199, 110, 0.3) 50%, rgba(0, 199, 110, 0.1) 100%);
    white-space: nowrap;
}

.pricing-section .card {
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 600;
    color: var(--white);
    background: rgba(255, 107, 0, 0);
    border: 2px solid rgba(255, 107, 0, 0.5);
    box-sizing: border-box;
    border-radius: 40px;
    line-height: auto;
    cursor: pointer;
    position: relative;
    margin-right: 4px;
}

.pricing-section .card:last-of-type {
    margin-right: 0px;
}

.pricing-section .card.active {
    background: var(--orange);
}

.pricing-section .card.active:before {
    content: '';
    background: linear-gradient(45deg, #b8860b, #daa520, #ffd700, #ff6b00, #f0c05a, #e6b800, #b8860b);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 40px;
}

.pricing-section .card:active {
    color: #fff;
}

.pricing-section .card.active:after {
    background: transparent;
}

.pricing-section .card.active:before {
    opacity: 1;
}

.pricing-section .card.active:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 40px;
}

.pricing-section .conditions-container {
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 calc(25% - 20px);
    justify-content: center;
    box-sizing: border-box;
    border-radius: 40px;
    background: linear-gradient(0deg, rgba(0, 199, 110, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

#mobileConditionsContainer {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 40px;
    background: linear-gradient(0deg, rgba(0, 199, 110, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

#mobileConditionsContainer .condition-group {
    float: left;
    width: 100%;
    text-align: left;
}

#mobileConditionsContainer .condition-group span {
    float: right;
}

.pricing-section .conditions-card {
    color: var(--white);
    padding: 20px;
    box-sizing: border-box;
    flex: 1 1 calc(30% - 20px);
    max-width: 320px;
    min-width: 284px;
    margin-right: 15px;
    text-align: center;
}

.pricing-section .conditions-card:last-child {
    margin-right: 0;
}

.pricing-section .conditions-card h4 {
    color: var(--orange);
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 0px;
    text-align: center;
}

.pricing-section .conditions-card p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    text-align: center;
}

.pricing-section .conditions-card p:last-of-type {
    margin-bottom: 0px;
}

.conditions h4 {
    opacity: 0;
}

.pricing-section .btns {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.pricing-section .btns p {
    margin-left: auto;
    margin-right: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pricing-section .btns p span {
    font-size: 28px;
    font-weight: 600;
    color: var(--orange);
    display: inline-block;
    vertical-align: bottom;
    margin-left: 16px;
}

.pricing-section .btns p span i {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 18px;
    text-align: center;
    text-decoration: line-through;
    color: #B3BBC8;
}

.pricing-section #ticket {
    display: none;
    position: relative;
    height: 63px;
    width: 152px;
    margin-right: 32px;
    background-image: url('../img/off.svg');
}

.pricing-section #ticket.show {
    display: block;
}

.pricing-section #ticket span {
    position: absolute;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
    color: var(--orange);
    font-size: 44px;
    top: 18px;
    left: 18px;
}

#mobileConditionsContainer {
    display: none;
}

.common .row {
    flex-wrap: wrap;
}

.common h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
}

.common .items {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.common .items .item {
    position: relative;
    box-sizing: border-box;
    padding: 16px 32px;
    float: left;
    width: 100%;
    max-height: fit-content;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 22px;
    padding-top: 22px;
    border-radius: 40px;
    background-image: linear-gradient(300deg, rgba(0, 199, 110, 0.1) 0%, rgba(0, 199, 110, 0.3) 50%, rgba(0, 199, 110, 0.1) 100%);
}

.common .items .item.active:before {
    content: '';
    background: linear-gradient(
        45deg,
        #03974d 0%,
        #00994d 20%,
        #00c76e 40%,
        #33ff99 60%,
        #00e676 80%,
        #00a251 90%,
        #03974d 100%
    );
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(15px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 40px;
}

.common .items .item.active:after {
    background: transparent;
}

.common .items .item.active:before {
    opacity: 1;
}

.common .items .item.active:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--black);
    left: 0;
    top: 0;
    border-radius: 40px;
}

.common .item p {
    margin: 0px;
    margin-top: 16px;
    display: none;
}

.common .items .item.active p {
    display: block;
}

.common .item p.title {
    font-size: 24px;
    color: var(--white);
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    box-sizing: border-box;
    padding-right: 16px;
    display: block !important;
}

.common .item p.title:after {
    content: " ";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../img/plus.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(45deg);
    opacity: 0.5;
    transition: all 0.2s ease;
}

.common .item.active .title:after {
    transform: rotate(0deg);
}

.contacts .row {
    min-height: 150%;
    gap: 60px;
}

.contacts .row div:not(.input) {
    width: calc(50% - 30px);
}

.contacts form {
    text-align: right;
}

.contacts form h3 {
    margin-top: 0px;
    text-align: left;
}

.contacts form .btn {
    margin-top: 0px;
}

.contacts form .input {
    width: 100%;
}

.team .row {
    padding-top: 74px;
    margin-bottom: 150px;
    flex-wrap: wrap;
}

.team h2 {
    width: 100%;
    text-align: center;
    color: var(--white);
}

.team .items {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.team .items .item {
    width: calc(33% - 21px);
    text-align: center;
}

.team .items .item img {
    width: 200px;
    height: 200px;
    border-radius: 160px;
}

.team .items .item h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: var(--white);
}

.team .items .item p {
    margin: 0px;
}

.blog-header .row {
    margin-top: 150px;
    flex-wrap: wrap;
}

.blog-header .row ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 16px;
}

.blog-header .row ul li {
    display: inline-block;
    margin-left: 16px;
}

.blog-header .row ul li:first-of-type {
    margin-left: 0px;
}

.blog-header .row ul li a {
    color: var(--white);
    transition: all 0.2s easy;
}

.blog-header .row ul li a:hover {
    color: var(--orange);
}

.blog-header .heading {
    width: 100%;
    display: flex;
    margin-bottom: 74px;
    width: 100%;
    height: 170px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.post-header .heading {
    height: 700px;
    margin-bottom: 0px;
}

.blog-header .heading:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 40px;
    background: linear-gradient(0deg, rgba(0, 199, 110, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.post-header .heading:before {
    display: none;
}

.blog-header .heading h1 {
    margin: 0px;
    color: var(--white);
    position: relative;
}

.blog-body .items {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.blog-body .items .item {
    display: flex;
    flex-wrap: wrap;
    width: calc(33% - 23px);
}

.blog-body .items .item .post-image {
    width: 100%;
    border-radius: 40px;
}

.blog-body .items .item h3 {
    color: var(--white);
    margin-top: 16px;
    margin-bottom: 16px;
}

.blog-body .items .item .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.post-body .row {
    display: block;
    width: 100%;
}

.post-body .row p img {
    background: #fff;
    margin: 0 auto;
    display: block;
    max-width: 80%;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 40px;
}

.post-body .row table {
    width: 100%;
}

.platform-page .banner img {
    border-radius: 40px;
}

.benefits.platform-page .row {
    flex-wrap: wrap;
}

.benefits.platform-page .row {
    margin-bottom: 150px;
}

.benefits.platform-page .row h2 {
    text-align: center;
    width: 100%;
    margin-top: 0px;
}

.portal.platform-page {
    padding-top: 100px;
}

#mobile-menu-open {
    display: none;
}

#mobile-menu-container {
    display: none;
}

#mobile-menu-container ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    padding-top: 100px;
}

#mobile-menu-container ul li {
    margin-bottom: 16px;
    text-align: center;
}

#mobile-menu-container ul li a {
    font-size: 24px;
    color: var(--white);
}

#mobile-menu-close {
    float: right;
}

#mobile-menu-close img {
    width: 58px;
    height: 58px;
}

.basic {
    margin-top: 160px;
}

.basic .row {
    flex-wrap: wrap;
}

.basic .row h1, .basic .row p {
    width: 100%;
}

.usa {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 9999;
    box-sizing: border-box;
    padding: 16px;
    background: var(--black);
    color: var(--white);
    border-radius: 16px;
    border: 1px solid var(--orange);
}

.usa img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
}

.usa p {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.usa div {
    text-align: right;
}

.usa .btn {
    font-size: 14px;
    padding: .5rem 1rem;
    line-height: 21px;
}

.pop-banner {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
}

.pop-banner.show {
    display: block;
}

.pop-banner .img {
    width: 600px;
    height: 414px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../img/banner.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0;
}

.pop-banner.show .img {
    opacity: 1;
}

.pop-banner .img .close {
    position: absolute;
    width: 52px;
    right: 0px;
    top: 54px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pop-banner .img .close:hover {
    opacity: 1;
}


@media screen and (max-width: 600px) {

    .termsfeed-com---nb-simple {
        max-width: calc(100% - 32px) !important;
    }

}

@media screen and (max-width: 1186px) {
    #mobile-menu-open {
        display: block;
        margin-left: 16px;
        position: relative;
        top: 3px;
    }

    #mobile-menu-container.show {
        display: block;
        position: fixed;
        z-index: 9999;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: var(--black);
        box-sizing: border-box;
        padding: 16px;
    }

    #mobile-menu-open img {
        width: 24px;
        height: 24px;
    }

    h1 {
        font-size: 36px;
        line-height: 60px;
    }

    h2 {
        font-size: 28px;
        line-height: 46px;
    }

    .btn,
    .btn.small {
        padding: 12px 20px;
        font-size: 16px;
    }

    header .btn {
        display: none;
    }

    header nav {
        display: none;
    }

    .row {
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        background-image: url('../img/mobile-header.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .hero .row {
        margin-top: 60px;
        position: relative;
        text-align: center;
    }

    .hero .row div {
        width: 100%;
        z-index: 2;
    }

    .hero .banner {
        display: none;
    }

    .hero .partners {
        left: 0px;
        top: 12px;
    }

    .animated-svg {
        display: none;
    }

    footer,
    .cta {
        padding-top: 0px;
        padding-bottom: 74px;
        margin-top: 74px;
    }

    .cta {
        background-size: 200%;
        padding-top: 74px;
    }

    .cta .content p {
        width: 100%;
    }

    #popup {
        width: 85%;
    }

    .pricing-section .row {
        padding: 0px;
    }

    .pricing-section .conditions-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .pricing-section .labels-card {
        width: 230px;
        flex: none;
    }

    .pricing-section .conditions-container {
        white-space: nowrap;
    }

    .pricing-section .conditions-card {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .pricing-section .card {
        padding: 6px 8px;
        margin-top: 5px;
    }

    .pricing-section .btns {
        display: block;
        width: 100%;
        text-align: center;
    }

    .pricing-section .btns p {
        margin-right: 0px;
        margin-bottom: 18px;
    }

    .how h2 {
        margin-bottom: 60px;
    }

    .how .col:last-of-type {
        display: none;
    }

    .how .col {
        width: 100%;
    }

    .pricing-section {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .pricing-section .filters {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .pricing-section .group {
        text-align: center;
    }

    .pricing-section .group>div {
        width: fit-content;
        margin: 0 auto;
        padding-top: 0px;
        white-space: normal;
        display: flex;
    }

    #planCards .card {
        line-height: 28px;
    }

    .pricing-section h2 {
        margin-bottom: 36px;
    }

    .help .cols .col {
        width: 100%;
    }

    .help .cols .col:last-of-type {
        display: none;
    }

    .help {
        background-size: 150%;
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .help h2 {
        margin-bottom: 30px;
    }

    .trusted {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .reviews {
        margin-bottom: 74px;
    }

    .benefits .items .item {
        width: 100%;
    }

    .portal {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .portal .gallery a {
        width: 100%;
    }

    .portal h2 p {
        margin-bottom: 32px;
    }

    #mobileConditionsContainer {
        display: block;
    }

    #conditionsContainer {
        display: none;
    }

    .common .items {
        width: 100%;
    }

    .common .items .item.active {
        max-height: 500px;
    }

    .common .item p.title {
        font-size: 18px;
    }

    .blog-header .row {
        margin-top: 100px;
    }

    .blog-body .items .item {
        width: 100%;
    }

    .team .items {
        flex-wrap: wrap;
    }

    .team .items .item {
        width: 100%;
    }

    footer .row {
        flex-wrap: wrap;
    }

    footer .row ul {
        width: 50%;
        margin-bottom: 36px;
    }

    footer .row ul:last-of-type {
        width: 100%;
        text-align: center;
    }
    .pricing-section #ticket {
        margin: 0 auto;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 600px) {
    .pop-banner .img {
        width: 100%;
        background-size: contain;
    }
}

@media screen and (max-width: 490px) {
    #planCards .card {
        line-height: 18px;
    }
}