/* Make text look crisper and more legible in all browsers */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overscroll-behavior: none;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography styles from the parent and not have hardcoded values.
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide, .hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.overlay-gradient_one {
background: linear-gradient(0deg, #0B0D19 22.92%, rgba(11, 13, 25, 0.00) 100%);
}
.regulator-logo-wrap_outline, .regulations-trust-marker-wrap, .background{
border-radius: 14px;
border: 1px solid rgba(128, 216, 255, 0.20);
background: linear-gradient(91deg, rgba(41, 121, 255, 0.05) 21.53%, rgba(128, 216, 255, 0.08) 68.09%);
}
.card-wrapper {
border-radius: 40px;
border: 1px solid rgba(224, 230, 255, 0.10);
background: linear-gradient(137deg, rgba(143, 143, 143, 0.00) 41.48%, rgba(133, 133, 133, 0.28) 134.85%);
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(32px);
-ms-backdrop-filter: blur(32px);
transition: border-color 0.3s ease;
}
.card-wrapper:hover {
border: 1px solid var(--grd, #40C4FF);
}
.card-wrapper_outline {
border-radius: 2.5rem;
border: 1px solid rgba(224, 230, 255, 0.10);
background: linear-gradient(137deg, rgba(143, 143, 143, 0.00) 41.48%, rgba(133, 133, 133, 0.28) 134.85%);
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(10px);
-ms-backdrop-filter: blur(32px);
transition: border-color 0.3s ease; /* Add a smooth transition effect for the border color */
}
.card-wrapper_outline:hover {
border: 1px solid var(--grd, #40C4FF);
}
.cta-banner {
border-radius: 5rem;
background: var(--tempp, linear-gradient(111deg, rgba(64, 196, 255, 0.08) 25.24%, rgba(41, 121, 255, 0.14) 76.24%));
backdrop-filter: blur(60px);
-webkit-backdrop-filter: blur(60px);
-moz-backdrop-filter: blur(10px);
-ms-backdrop-filter: blur(60px);
}
.menu_dropdown_content {
border-radius: 0.875rem;
border: 1px solid #40C4FF;
background: linear-gradient(91deg, rgba(3, 18, 42, 0.73) 21.53%, rgba(0, 0, 0, 0.60) 68.09%);
box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.45);
backdrop-filter: blur(45px);
-webkit-backdrop-filter: blur(45px);
-moz-backdrop-filter: blur(10px);
-ms-backdrop-filter: blur(45px);
}
.menu_dropdown_content.is-blue {
background: linear-gradient(91deg, rgba(18, 20, 24, 0.13) 21.53%, rgba(0, 0, 0, 0.21) 68.09%);
}
.menu_dropdown_content.is-blue:not(.menu_dropdown_content.is-blue .is-blue) {
background: #15205d;
}
.blured-bg {
background: var(--Menu-BG, linear-gradient(91deg, rgba(3, 18, 42, 0.73) 21.53%, rgba(0, 0, 0, 0.60) 68.09%));
box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.45);
backdrop-filter: blur(45px);
-webkit-backdrop-filter: blur(45px);
-moz-backdrop-filter: blur(10px);
-ms-backdrop-filter: blur(45px);
}
.menu_content {
pointer-events: none;
}
.active {
z-index: 2;
pointer-events: auto;
}
.menu_dp-link.active {
opacity: 0.6;
}
/* Disable / enable clicking on an element and its children */
.no-click {
pointer-events: none;
}
.can-click {
pointer-events: auto;
}
/* Target any element with a certain "word" in the class name */
[class*="spacer"] {
}
.card-wrapper_multihodl {
background: var(--tempp, linear-gradient(111deg, rgba(64, 196, 255, 0.08) 25.24%, rgba(41, 121, 255, 0.14) 76.24%));
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(32px);
-ms-backdrop-filter: blur(32px);
}
.collaborate_card{
border-radius: 1.5rem;
background: radial-gradient(50% 50% at 50% 50%, rgba(41, 121, 255, 0.20) 0%, rgba(17, 19, 34, 0.20) 100%), rgba(15,
26, 45, 0.50);
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(32px);
-ms-backdrop-filter: blur(32px);
}
@keyframes rotateAndTransform {
0% {
transform: rotate(0deg) scale(1);
}
100% {
transform: rotate(360deg) scale(1);
}
}
.animation-rotate{
animation: rotateAndTransform 15s linear infinite;
}
.crypto-card {
border-radius: 1rem;
background: var(--tempp, linear-gradient(111deg, rgba(64, 196, 255, 0.08) 25.24%, rgba(41, 121, 255, 0.14) 76.24%));
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(32px);
-ms-backdrop-filter: blur(32px);
}
.bg-color-elipse {
-webkit-filter: blur(250px);
-moz-filter: blur(250px);
-ms-filter: blur(250px);
filter: blur(250px);
}
.buy-info-hero-wrap {
border-radius: 1rem;
background: var(--tempp, linear-gradient(111deg, rgba(64, 196, 255, 0.08) 25.24%, rgba(41, 121, 255, 0.14) 76.24%));
backdrop-filter: blur(37px);
}
@supports (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px)) {
.buy-info-hero-wrap {
-webkit-backdrop-filter: blur(37px);
backdrop-filter: blur(37px);
}
}
.w-lightbox-backdrop {
font-family: Ubuntu Webfont,sans-serif !important;
}
.new_blur {
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
-moz-backdrop-filter: blur(9px);
-ms-backdrop-filter: blur(9px);
}
.nav-switcher-language {
border-radius: 0.875rem;
border: 1px solid #40C4FF;
background: linear-gradient(91deg, rgba(3, 18, 42, 0.73) 21.53%, rgba(0, 0, 0, 0.60) 68.09%);
box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.45);
backdrop-filter: blur(45px);
-webkit-backdrop-filter: blur(45px);
-moz-backdrop-filter: blur(10px);
-ms-backdrop-filter: blur(45px);
}
.slider-wrapper {
border-radius: 40px;
border: 1px solid rgba(224, 230, 255, 0.10);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(32px);
-ms-backdrop-filter: blur(32px);
transition: border-color 0.3s ease;
}
.slide-bg-green {
border-radius: 40px;
background: linear-gradient(48deg, rgba(0, 182, 122, 0.30) 14.09%, rgba(0, 182, 122, 0.00) 67.44%);
}
.slide-bg-orange {
border-radius: 40px;
background: linear-gradient(304deg, rgba(244, 145, 0, 0.30) 19.66%, rgba(244, 145, 0, 0.00) 69.94%);
}
.slider-wrapper:hover {
border: 1px solid var(--grd, #40C4FF);
}
.slide-bg-blue {
border-radius: 40px;
background: linear-gradient(to top right, rgba(64, 196, 255, 0.30) 19.66%, rgba(41, 121, 255, 0.00) 69.94%);
}
.airdrop-wrapper {
border-radius: 2.5rem;
border: 1px solid rgba(224, 230, 255, 0.10); /* Исходная обводка */
background: linear-gradient(137deg, rgba(143, 143, 143, 0.00) 41.48%, rgba(133, 133, 133, 0.28) 134.85%);
backdrop-filter: blur(32px);
transition: border-color 0.3s ease; /* Переход для обводки */
}
.airdrop-wrapper:hover {
border-color: rgba(128, 216, 255, 1); /* Меняем цвет обводки при наведении */
}
.cell-lp {
background: var(--tempp, linear-gradient(111deg, rgba(64, 196, 255, 0.08) 25.24%, rgba(41, 121, 255, 0.14) 76.24%));
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
-moz-backdrop-filter: blur(32px);
-ms-backdrop-filter: blur(32px);
}
.cards-wrap-webinars {
background-color: #1E3A5F; /* Темно-синий фон */
color: white; /* Белый текст */
border-radius: 10px; /* Скругленные углы */
transition: transform 0.3s ease, box-shadow 0.3s ease; /* Плавный переход для тени и движения */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Легкая начальная тень */
position: relative; /* Обязательно для избежания перемещения тени */
z-index: 0; /* Устанавливаем базовый уровень слоя */
}
.cards-wrap-webinars:hover {
transform: translateY(-5px); /* Поднятие блока */
box-shadow: 0 10px 20px rgba(30, 58, 95, 0.4); /* Более выразительная тень */
z-index: 1; /* Поднимаем блок над остальными при наведении */
}
.no-overflow-x {
overflow-x: hidden; /* Убирает горизонтальный скролл */
}
/*
.card-wrapper_multihodl_alt {
background-color: transparent;
transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.card-wrapper_multihodl_alt:hover {
background-color: rgb(46, 138, 255, 14);
backdrop-filter: blur(32px);
*/
}
Vertex Titan is regulated in the EU (Italy) and Switzerland, and does not have a regulated UK entity. Vertex Titan
is NOT regulated by the FCA, and protections offered under UK law do not apply.
Vertex Titan promotions are not targeted at UK investors, and bonuses or loyalty programs like the rewards
programme or sign-up offers will not be available to residents of the UK. You can learn more about the
services offered to UK customers here.
Partnering with Vertex Titan gives you access to expert-managed crypto trading. Our team handles the complexities of the market,
focusing on maximizing potential returns while minimizing risk for you. learn more.
Partnering with Vertex Titan gives you access to expert-managed crypto trading. Our team handles the complexities of the market,
focusing on maximizing potential returns while minimizing risk for you.
learn more.
Safe investment with Vertex Titan. Get Lifetime Income On Investment
Turn market swings into opportunities,
growing your assets securely and efficiently
Experience a Seamless blend of traditional
fintech and crypto. Transact, invest, and grow your wealth securely and effortlessly with Vertex Titan
Crypto and Fiat Finances
Vertex Titan bridges the gap between fiat and crypto with a full-service
Web3 fintech platform called Vertex Titan
Safety First: Licensed and Regulated
We are licensed and regulated in multiple European countries, and our
network of offices across Europe ensures easy access to our compliant platform and services
Exceptional User Experience
With simplicity at its core, Vertex Titan platform provides an intuitive
and seamless experience for all users, regardless of your knowledge of Web3 or crypto
The Best of Both Worlds
Vertex Titan combines the robust, secure mechanisms of traditional fintech
with the speed, cost-efficiency, and transparency of Web3 technologies