<style>
.gradient {
background: linear-gradient(45deg, #e9474a 0%, #70358f 50%, #1e4be2 100%);
background: -webkit-linear-gradient(45deg, #e9474a 0%, #70358f 50%, #1e4be2 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);
-moz-text-fill-color: rgba(255, 255, 255, 0);
}
.gradient .tn-atom {
display: inline;
}
</style>
<style>
.gallery .t-null__slds-arrow {
opacity: 0;
}
.gallery .t-slds__arrow-left {
background: url('https://static.tildacdn.com/tild3139-6463-4139-b830-653761616437/left_custom_arrow.svg');
}
.gallery .t-slds__arrow-right {
background: url(https://static.tildacdn.com/tild6262-3932-4634-b166-373237616466/right_custom_arrow.svg);
}
.gallery .t-slds__arrow {
background-size: 50px 50px;
background-repeat: no-repeat;
background-position: center;
width: 75px !important;
height: 75px !important;
left: -40px !important;
}
@media (max-width: 480px) {
.t396__elem .t-slds__arrow {
width: 40px !important;
height: 40px !important;
background-size: 30px 30px;
left: -20px !important;
}
}
</style>
<style>
.blur {
backdrop-filter: blur(20px);
border-radius: 20px;
-webkit-backdrop-filter: blur(20px);
}
</style>