.using-mouse :focus {
    outline: 2px solid #3DF571 !important;
}

html {
	scroll-behavior: smooth;
}

/* html:has(.vlt-fullpage-slider) {
    overflow: auto !important;
} */

body {
    min-height: 100vh;

    font-family: "Geist", serif;

    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

body.home {
    position: relative;
}

@media (min-width: 768px) {
    body.home {
        background-image: url('../images/home-pattern.png');
        background-size: contain;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: 1301px 732px;
        background-position-x: calc(100% + 165px);
    }
}

body.home::after {
    content: "";

    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    display: block;

    width: 100%;
    height: 100%;

    background-color: rgba(61, 245, 113, 0.05);
}

body:not(.home) {
    background-color: #0A150A;
    background-image: url('../images/header-menu-pattern.png');
    background-size: 100vh;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    body:not(.home) {
        background-size: contain;
    }
}

.vlt-page > .container {
    width: auto;
}

a {
    text-decoration: none;
    color: #FFFFFF;

    transition: color .3s ease-out;
}

a:hover {
    text-decoration: none;
    color: #3DF571;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400 !important;
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

.elementor-widget-text-editor a {
    color: currentColor;
    font-weight: 700;
}

.bhf-hidden {
    display: none !important;
}

.d-none {
    display: none;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block;
    }

    .d-md-flex {
        display: flex;
    }

}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block;
    }
}

.main--padding {
    padding: 16px 0 48px;
}

@media (min-width: 992px) {
    .main--padding {
        padding: 149px 0 169px;
    }
}

.main--padding:has(.elementor-widget-vlt-fullpage-slider) {
    padding: 0 !important;
}

.container,
.e-con-inner {
    max-width: unset;
    width: 100%;
    padding-right: 32px !important;
    padding-left: 32px !important;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container,
    .e-con-inner {
        max-width: 900px !important;
    }
}

@media (min-width: 1100px) {
    .container,
    .e-con-inner {
        max-width: 1004px !important;
    }
}

@media (min-width: 1200px) {
    .container,
    .e-con-inner {
        max-width: 1104px !important;
    }
}

@media (min-width: 1320px) {
    .container,
    .e-con-inner {
        max-width: 1204px !important;
    }
}

.container .container,
.e-con-inner .container,
.e-con-inner .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* button */
.btn {
    padding: 12px 16px;

    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;

    border-radius: 2px;
    background-color: #3DF571;
    border: 1px solid transparent;

    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn:hover {
    color: #FFFFFF;

    background-color: #171717;
    border: 1px solid #FFFFFF;
}

.btn--outline {
    color: #FFFFFF;

    background-color: rgba(61, 245, 113, 0.06);
    border: 1px solid #3DF571;
}

.btn--outline:hover {
    color: #0A0A0A;

    background-color: #3DF571;
    border: 1px solid #3DF571;
}

.btn--icon {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.btn--width-full {
    display: flex;
    justify-content: center;
}

/* footer */
#page:has(.vlt-fullpage-slider) footer {
    position: fixed;
    bottom: 0;
    z-index: 8;

    width: 100%;
}

#page:has(.vlt-fullpage-slider) footer .e-con-inner {
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer a:hover {
    color: #3DF571 !important;
}

/* main title */
.main-title {
    z-index: 9;

    width: 100%;
}

@media (min-width: 992px) {
    .main-title {
        position: fixed;
        left: 0;
        bottom: 15px;

        user-select: none;
        pointer-events: none;
    }
}

@media (max-width: 991px) {
    .main-title {
        margin-top: 100px;
        margin-bottom: 10px;
    }
}

.main-title.hidden {
    display: none;
}

.main-title .container {
    max-width: 1378px !important;
    width: 100%;
}

.main-title__title {
    margin: 0;

    font-size: 72px;
    line-height: 110px;

}

@media (min-width: 992px) {
    .main-title__title {
        white-space: nowrap;
        color: #262626;

        transform: rotate(-90deg) translate(0%, 50%);
        transform-origin: left bottom;
    }
}

@media (max-width: 991px) {
    .main-title__title {
        font-size: 14px !important;
        line-height: 21px !important;
        font-weight: 600;
        text-transform: uppercase;
        color: #888888;
    }
}

@media (max-height: 750px) {
  .main-title__title {
    font-size: 56px;
    line-height: 80px;
  }
}

@media (max-height: 600px) {
  .main-title__title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-height: 500px) {
  .main-title__title {
    font-size: 32px;
    line-height: 48px;
  }
}

.elementor-widget-text-editor {
    font-family: "Geist", serif;
}

table {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
}

table thead tr {
    background-color: #171717;
}

table th {
    width: 100%;
    padding: 0;

    text-align: left;
    font-weight: 400 !important;

    background-color: #171717;
    border: none;
}

table tr {
    display: flex;
    gap: 8px;

    padding: 8px 16px;

    border-bottom: 1px solid #404040;
}

table td {
    width: 100%;
    padding: 0;

    color: #ffffff;

    border: none;
}


/* cards section */
.cards .cards__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.cards .cards__list__item {
    width: 100%;
}

@media (min-width: 992px) {
    .cards .cards__list__item {
        width: calc((100% / 3) - (32px / 3));
    }
}

.cards .cards__list__button {
    position: relative;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;

    width: 100%;
    height: 100%;

    padding: 31px 32px;

    text-align: left;
    color: #ffffff;

    border: 1px solid #262626;
    background-color: #171717;

    cursor: pointer;

    transition: background-color 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .cards .cards__list__button {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cards .cards__list__button:hover {
    background-color: #0A0A0A;
}

.cards .cards__list__button:hover::after {
    width: 48px;
    height: 48px;
}

.cards .cards__list__button::after {
    content: "";

    position: absolute;
    top: 9px;
    right: 9px;

    display: block;

    width: 24px;
    height: 24px;

    border-top: 1px solid #737373;
    border-right: 1px solid #737373;

    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.cards .cards__list__button__icon {
    min-width: 32px;
    width: 32px;
    height: 32px;

    color: #3DF571;
}

.cards .cards__list__button__icon svg {
    width: 32px;
    height: 32px;
}

.cards .cards__list__button__title {
    margin: 0;

    font-size: 18px;
    line-height: 27px;
}

.cards .cards__list__popup {
    position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;

	display: flex;
    flex-direction: column;

	width: 100%;
	height: var(--trueheight);

    background-color: #0A0A0A;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
}

@media (max-width: 991px) {
    .cards .cards__list__popup {
        justify-content: space-between;

        overflow-y: auto;
    }
}

.cards .cards__list__popup.active {
    opacity: 1;
	visibility: visible;
	pointer-events: all;

	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.cards .cards__list__popup .popup__wrapper {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
}

@media (min-width: 768px) {
    .cards .cards__list__popup .popup__wrapper {
        height: 100%;

	    overflow-y: auto;
    }
}

.cards .cards__list__popup .popup__close {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 1;

    width: 35px;
    height: 35px;
    padding: 0;

    background-color: transparent;
    border: none;

    cursor: pointer;

    transition: transform 0.4s ease-in-out;
}

@media (min-width: 768px) {
    .cards .cards__list__popup .popup__close {
        top: 37px;
        right: 58px;
    }
}

.cards .cards__list__popup .popup__close:hover {
    transform: rotate(180deg);
}

.cards .cards__list__popup .popup__inner {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    padding: 48px 0 32px;
    margin: auto;
}

@media (min-width: 992px) {
    .cards .cards__list__popup .popup__inner {
        padding: 64px 0;
    }
}

.cards .cards__list__popup .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.cards .cards__list__popup .popup__icon {
    margin-bottom: 16px;

    color: #3DF571;
}

@media (min-width: 992px) {
    .cards .cards__list__popup .popup__icon {
        margin-bottom: 48px;
    }
}

.cards .cards__list__popup .popup__title {
    margin-top: 0;
    margin-bottom: 48px;

    font-size: 36px;
    line-height: 43px;
}

@media (min-width: 992px) {
    .cards .cards__list__popup .popup__title {
        font-size: 48px;
        line-height: 58px;
    }
}

.cards .cards__list__popup .popup__content ul {
    padding-left: 15px;

    line-height: 28px;

    list-style: disc;
}

@media (max-width: 991px) {
    .cards .cards__list__popup .popup__content ul {
        font-size: 15px;
        line-height: 27px;
    }
}

.cards .cards__list__popup .popup__background {
    position: relative;

    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .cards .cards__list__popup .popup__background {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;

        min-width: 708px;
        width: 49.15%;
        height: 100%;
    }
}

.cards .cards__list__popup .popup__background::after {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 100%);
}

@media (min-width: 768px) {
    .cards .cards__list__popup .popup__background::after {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 100%);
    }
}

.cards .cards__list__popup .popup__background__img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

@media (min-width: 768px) {
    .cards .cards__list__popup .popup__background__img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.cards .cards__list__popup .popup__background .popup__background__img--mobile {
    display: none;
}

@media (max-width: 767px) {
    .cards .cards__list__popup .popup__background:has(.popup__background__img--mobile) .popup__background__img--desktop {
        display: none;
    }

    .cards .cards__list__popup .popup__background .popup__background__img--mobile {
        display: block;
    }
}


/* cards-certification section */
.cards-certification .cards-certification__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.cards-certification .cards-certification__list__item {
    width: 100%;
    padding: 31px 32px;

    color: #ffffff;

    border: 1px solid #262626;
    background-color: #171717;

}

@media (min-width: 992px) {
    .cards-certification .cards-certification__list__item {
        width: calc((100% / 3) - (48px / 3));
    }
}

.cards-certification .cards-certification__list__item__icon {
    margin-bottom: 24px;
}

.cards-certification .cards-certification__list__item__title {
    margin-top: 0;
    margin-bottom: 24px;

    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .cards-certification .cards-certification__list__item__title {
        font-size: 18px;
        line-height: 23px;
    }
}

.cards-certification .cards-certification__list__item__content {
    font-size: 14px;
    line-height: 21px;
    color: #A3A3A3;
}

.cards-certification .cards-certification__list__item__content p {
    margin-bottom: 12px;
}

.cards-certification .cards-certification__list__item__content ul {
    padding-left: 14px;

    line-height: 23px;

    list-style: disc;
}


/* contact section */
.contact .contact__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

@media (min-width: 992px) {
    .contact .contact__inner {
        flex-direction: row;
    }
}

.contact .contact__form__wrapper {
    width: 100%;
}

.contact .contact__form__title {
    margin-bottom: 24px;
}

.contact .contact__form {
    width: 100%;
}

@media (min-width: 992px) {
    .contact .contact__form {
        max-width: 559px;
    }
}

.contact .contact__form .form__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact .contact__form .form__row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 560px) {
    .contact .contact__form .form__row {
        flex-direction: row;
    }
}

.contact .contact__form .form__item {
    width: 100%;
}

.contact .contact__form .form__label {
    margin-bottom: 0;
}

.contact .contact__form input[type="text"],
.contact .contact__form input[type="email"],
.contact .contact__form textarea {
    padding: 16px;

    font-size: 12px;
    line-height: 17px;

    background-color: rgba(250, 250, 250, 0.16);
    border: none;
}

.contact .contact__form textarea {
    height: 101px;

    font-family: "Geist", serif;

	resize: none;
}

.contact .contact__form .form__button .btn {
    cursor: pointer;
}

@media (max-width: 559px) {
    .contact .contact__form .form__button .btn {
        display: flex;
        justify-content: center;

        width: 100%;
    }
}


.contact .contact__form .wpcf7-not-valid-tip {
    margin-top: 2px;

    font-size: 12px;
    line-height: 17px;
}

.contact .contact__form .wpcf7-spinner {
    display: none;
}

.contact .contact__form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;

    color: #dc3232 !important;

    border: none !important;
}

.contact .contact__info {
    width: 100%;
    padding: 23px;

    border: 1px solid rgba(250, 250, 250, 0.16);
}

@media (min-width: 992px) {
    .contact .contact__info {
        min-width: 461px;
        max-width: 461px;
    }
}

.contact .contact__info__list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 24px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.contact .contact__info__item {
    display: flex;
    flex-direction: column;

    width: 100%;
}

@media (min-width: 560px) {
    .contact .contact__info__item {
        width: calc(50% - 12px);
    }
}

.contact .contact__info__item__title {
    margin-bottom: 8px;

    font-size: 12px;
    line-height: 17px;
    color: #A3A3A3;
}

.contact .contact__info__item__link {
    display: inline-block;
}

.contact .contact__info__item__link,
.contact .contact__info__item__value {
    font-size: 16px;
    line-height: 24px;
}

.contact .contact__info__socials {
    display: flex;
    align-items: flex-start;
    gap: 24px;

    margin-top: 27px;
}

.contact .contact__info__socials__title {
    margin-bottom: 0;
    width: calc(50% - 12px);

    font-size: 12px;
    line-height: 17px;
    color: #A3A3A3;
}

.contact .contact__info__socials__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    width: calc(50% - 12px);
    margin: 0;
    padding: 0;

    list-style: none;
}

.contact .contact__info__socials__item {
    font-size: 16px;
    line-height: 24px;
}

.contact .contact__info__socials__link {
    color: #3DF571;
}

.contact .contact__info__socials__link:hover {
    color: #ffffff;
}

/* hero section */
@media (max-width: 991px) {
    .hero {
        padding-top: 80px;
    }
}

.hero .hero__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 992px) {
    .hero .hero__inner {
        flex-direction: row;
        gap: 48px;
    }
}

.hero .hero__info {
    display: flex;
    flex-direction: column;

    width: 100%;
}

@media (min-width: 992px) {
    .hero .hero__info {
        max-width: 533px;
        min-width: 533px;
    }
}

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

    font-size: 44px !important;
    line-height: 52px !important;
}

@media (min-width: 992px) {
    .hero .hero__title {
        font-size: 64px !important;
        line-height: 75px !important;
    }
}

.hero .hero__description {
    margin-bottom: 24px;

    font-size: 20px;
    line-height: 28px;
}

.hero .hero__buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;

    margin-top: auto;
}

@media (min-width: 500px) {
    .hero .hero__buttons {
        flex-direction: row;
    }
}

.hero .hero__button {
    border-radius: 10px;
}

@media (max-width: 499px) {
    .hero .hero__button {
        justify-content: center;

        width: 100%;
    }
}

.hero .hero__media {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .hero .hero__media {
        gap: 70px;
    }
}

.hero .hero__logo {
    max-width: 253px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 500px) {
    .hero .hero__logo {
        max-width: 479px;
    }
}

@media (min-width: 768px) {
    .hero .hero__logo {
        margin-top: 34px;
        margin-bottom: 34px;
    }
}

.hero .hero__logo svg {
    display: none;

    opacity: 0;
}

.hero .hero__video__button {
    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

    width: 100%;
    padding: 8px;

    border: none;
    background-color: transparent;
    border-radius: 0;

    cursor: pointer;
}

@media (min-width: 500px) {
    .hero .hero__video__button {
        width: 261px;
    }
}

.hero .hero__video__button::after {
    content: "";

    display: block;

    padding-bottom: 55.1%;
}

.hero .hero__video__button__image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
}

.hero .hero__video__button__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.hero .hero__video__button__content {
    position: absolute;
    left: 8px;
    bottom: 8px;

    display: flex;
    align-items: center;
    gap: 8px;

    color: #ffffff;
}

.hero .hero__popup {
    position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;

	display: flex;
    flex-direction: column;

	width: 100%;
	height: var(--trueheight);

    background-color: #0A0A0A;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
}

@media (max-width: 991px) {
    .hero .hero__popup {
        justify-content: space-between;

        overflow-y: auto;
    }
}

.hero .hero__popup.active {
    opacity: 1;
	visibility: visible;
	pointer-events: all;

	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.hero .hero__popup.active .popup__overlay {
	background-color: #0A0A0A;
}

.hero .hero__popup .popup__overlay {
    position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;

	transition: background-color 0.3s ease-in-out;
}

.hero .hero__popup .popup__close {
    position: absolute;
    top: -51px;
    right: 0;
    z-index: 1;

    width: 35px;
    height: 35px;
    padding: 0;

    background-color: transparent;
    border: none;

    cursor: pointer;

    transition: transform 0.4s ease-in-out;
}

@media (min-width: 1200px) {
    .hero .hero__popup .popup__close {
        top: 0;
        right: -59px;
    }
}

.hero .hero__popup .popup__close:hover {
    transform: rotate(180deg);
}

.hero .hero__popup .popup__wrapper {
    position: relative;
    z-index: 1;

	display: flex;
	justify-content: center;
	align-items: center;

    height: 100vh;
	padding: 80px 0;

    overflow-y: auto;
}

@media (min-width: 992px) {
    .hero .hero__popup__wrapper {
        margin: auto;
    }
}

.hero .hero__popup .container {
    max-width: 1010px !important;
	width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media (min-width: 992px) {
    .hero .hero__popup .container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

@media (min-width: 1200px) {
    .hero .hero__popup .container {
        max-width: 80vw !important;
    }
}

.hero .hero__popup .popup__inner {
	position: relative;
	z-index: 1;
}

.hero .hero__popup .popup__video {
    height: auto;
}

/* cards simple */
.cards-simple .cards-simple__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.cards-simple .cards-simple__list__item {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 16px;

    width: 100%;
    padding: 31px;

    text-align: left;
    color: #ffffff;

    border: 1px solid #262626;
    background-color: #171717;

    transition: background-color 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .cards-simple .cards-simple__list__item {
        width: calc(25% - 12px);
    }
}

.cards-simple .cards-simple__list__item::after {
    content: "";

    position: absolute;
    top: 9px;
    right: 9px;

    display: block;

    width: 24px;
    height: 24px;

    border-top: 1px solid #737373;
    border-right: 1px solid #737373;

    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.cards-simple .cards-simple__list__item__icon {
    min-width: 32px;
    width: 32px;
    height: 32px;

    color: #3DF571;
}

.cards-simple .cards-simple__list__item__icon svg {
    width: 32px;
    height: 32px;
}

.cards-simple .cards-simple__list__item__title {
    margin: 8px 0 0 0;

    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.cards-simple .cards-simple__list__item__content {
    font-size: 14px;
    line-height: 20px !important;
}

.cards-simple .cards-simple__list__item__content ul {
    padding-left: 13px;

    font-size: 14px;
    line-height: 23px;

    list-style: disc;
}

/* info section */
.info .info__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 15px;

    background-color: #171717;
    border: 1px solid #262626;
}

.info .info__icon {
    color: #3DF571;
}

.info .info__title {
    font-weight: 700;
}

.info .info__title:not(:last-child) {
    margin-bottom: 8px;
}

.info .info__title span {
    color: #3DF571;
}

.info .info__description {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.72);
}


/* card section */

.card {
    background-color: transparent !important;
}

.card .card__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 27px 31px;

    background-color: #171717;
    border: 1px solid #262626;
}


/* cards logo */
.cards-logo .cards-logo__list {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.cards-logo .cards-logo__list__item {
    display: flex;
    align-items: flex-start;
    gap: 24px;

    padding: 15px;

    background-color: #171717;
    border: 1px solid #262626;
}

.cards-logo .cards-logo__list__item__logo {
    min-width: 85px;
    max-width: 85px;
    width: 100%;
}

.cards-logo .cards-logo__list__item__title {
    margin-bottom: 8px;

    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.cards-logo .cards-logo__list__item__description {
    margin-bottom: 8px;

    font-size: 14px;
    line-height: 21px;
}

.cards-logo .cards-logo__list__item__caption {
    margin-bottom: 0;

    font-size: 14px;
    line-height: 21px;
    color: #3DF571;
}

/* interactive section */
.interactive .interactive__image svg {
    width: 100%;
    height: auto;
}

.interactive .interactive__image svg .field {
    opacity: 0;
    transform: translateY(-2px);

    transition: opacity 0.2s ease, transform 0.2s ease;
}

.interactive .interactive__image svg .field.active {
    opacity: 1;
    transform: translateY(0);
}

.interactive .interactive__table table thead tr.multiply:has(th:nth-child(3)) th:first-child {
    width: 55%;
}

@media (min-width: 400px) {
    .interactive .interactive__table table thead tr.multiply:has(th:nth-child(3)) th:first-child {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .interactive .interactive__table table thead tr.multiply:has(th:nth-child(3)) th:first-child {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .interactive .interactive__table table thead tr.multiply:has(th:nth-child(3)) th:first-child {
        width: 20%;
    }
}

.interactive .interactive__table table thead tr.multiply:has(th:nth-child(3)) th:nth-child(2) {
    width: 70%;
}

@media (min-width: 992px) {
    .interactive .interactive__table table thead tr.multiply:has(th:nth-child(3)) th:nth-child(2) {
        width: 50%;
    }
}

.interactive .interactive__table table tbody tr {
    position: relative;
    z-index: 1;

    padding: 16px;
    margin-top: -1px;

    cursor: pointer;
    user-select: none;

    background: linear-gradient(90deg, rgba(61, 245, 113, 0) 0%, rgba(61, 245, 113, 0) 100%);

    border-top: 1px solid rgba(61, 245, 113, 0);
    border-bottom: 1px solid #404040;

    transition: border-color 0.2s ease;
}

.interactive .interactive__table table tbody tr::before {
    content: "";

    display: block;

    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    background: linear-gradient(90deg, rgba(61, 245, 113, 0.32) 0%, rgba(61, 245, 113, 0.16) 100%);
    opacity: 0;

    transition: opacity 0.2s ease;
}

.interactive .interactive__table table tbody tr:hover,
.interactive .interactive__table table tbody tr:focus {
    margin-top: -1px;

    border-top-color: #3DF571;
    border-bottom-color: #3DF571;
}

.interactive .interactive__table table tbody tr:hover::before,
.interactive .interactive__table table tbody tr:focus::before {
    opacity: 1;
}

.interactive .interactive__table table tbody tr:has(td:nth-child(3)) td:first-child {
    width: 55%;
}

@media (min-width: 400px) {
    .interactive .interactive__table table tbody tr:has(td:nth-child(3)) td:first-child {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .interactive .interactive__table table tbody tr:has(td:nth-child(3)) td:first-child {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .interactive .interactive__table table tbody tr:has(td:nth-child(3)) td:first-child {
        width: 20%;
    }
}

.interactive .interactive__table table tbody tr:has(td:nth-child(3)) td:nth-child(2) {
    width: 70%;
}

@media (min-width: 992px) {
    .interactive .interactive__table table tbody:has(td:nth-child(3)) tr td:nth-child(2) {
        width: 50%;
    }
}

/* tabs section */
.e-n-tabs {
    gap: 24px !important;
}

.e-n-tabs .e-n-tabs-heading {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
}

.e-n-tabs .e-n-tab-title {
    order: 0 !important;

    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
    padding: 12px 16px 11px 16px !important;

    text-align: center;
    color: #FFFFFF !important;

    background-color: transparent !important;
    border-bottom: 1px solid transparent !important;

    cursor: pointer;
}

.e-n-tabs .e-n-tab-title[aria-selected="true"] {
    border-bottom: 1px solid #3DF571 !important;
    background: linear-gradient(180deg, rgba(61, 245, 113, 0) 0%, rgba(61, 245, 113, 0.08) 100%) !important;
}

.e-n-tabs .e-n-tab-title .e-n-tab-title-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .e-n-tabs .e-n-tab-title .e-n-tab-title-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
}

/* vlt-fullpage-slider */
.vlt-fullpage-slider .vlt-section {
    padding: 30px 0 60px;

    background-color: #0A150A !important;
    background-image: url('../images/header-menu-pattern.png');
    background-size: 100vh;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    background-attachment: fixed;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (min-width: 992px) {
    .vlt-fullpage-slider .vlt-section {
        padding: 140px 0;

        background-size: contain;
    }
}

@media (max-width: 991px) {
    .vlt-fullpage-slider .vlt-section.pp-scrollable {
        height: calc(var(--trueheight) - 131px);
    }
}

.vlt-fullpage-slider .vlt-section::-webkit-scrollbar {
    display: none;
}

.vlt-fullpage-slider .vlt-section .vlt-boxed {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vlt-section__title {
    display: none !important;
}

.vlt-fullpage-slider #pp-nav {
    z-index: 9 !important;

    pointer-events: none;
}

.vlt-fullpage-slider #pp-nav a {
    pointer-events: all;
}

@media (max-width: 991px) {
    .vlt-fullpage-slider #pp-nav.right {
        right: 6px;

        padding-right: 0 !important;
    }
}

