header{
    z-index: 9;
	box-shadow: rgba(0,0,0,.02) 0 5px 5px;
}

body.home img{
    pointer-events: none;
}

.material-icons{
	font-size: 1.3em;
	bottom: -4px;
	display: inline-block;
	position: relative;
	line-height: 1px
}

.rounded{
    border-radius: 50px!important
}

@media only screen and (max-width: 800px){
	.hide-mobile{
		display: none
	}
}

.payment-section img{
    max-height: 30px
}

.hero-image{
    display: block;
    position: relative
}
.hero-image img{
    width: 520px;
    height: auto
}
.hero-image .instant{
    position: absolute;
    width: 132px;
    height: 44px;
    top: 45px;
    right: 146px;
    z-index: 3;
    box-shadow: rgba(0,0,0,.05) 3px 5px 6px 12px;
    border-radius: 6px;
}
.hero-image .instant.up{
    background: rgba(232,249,218,.6)
}
.hero-image .instant.down{
    background: rgba(247,222,238,.6)
}

body.dark .hero-image .instant.up{
	background: rgba(243,137,137,.05)
}
body.dark .hero-image .instant.down{
	background: rgba(119,185,0,.05)
}

.hero-image:after{
    content: '';
    z-index: 0;
    width: 57px;
    height: 35px;
    position: absolute;
    right: 199px;
    top: 50px;
    background: #fff;
}

body.dark .hero-image:after{
	background: #1c1c1c
}

.hero-image .instant .content{
    width: 60px;
    height: 30px;
    overflow: hidden;
    margin-left: 24px;
    margin-top: 7px;
    color: rgba(0,0,0,.7);
    font-family: sans-serif
}

body.dark .hero-image .instant .content{
	color: rgba(255,255,255,.7);
}

.hero-image .instant .content .number{
    display: block;
    font-size: 12px;
    font-weight: bold
}
.hero-image .instant .content .text{
    display: block;
    font-size: 9px;
}

.hero-image .btn-play{
    color: rgba(0,0,0,.2);
    text-decoration: none;
    position: absolute;
    left: 44%;
    top: 34%;
    transition: .2s;
    opacity: .6
}

body.dark .hero-image .btn-play{
	color: rgba(0,0,0,.9);
}

.hero-image .btn-play:hover{
	opacity: .8
}
.hero-image .btn-play .fa{
    font-size: 4em
}

@media only screen and (max-width: 800px){
	.hero-image{
		display: none
	}
	
    .hero-image .instant,
    .hero-image:after{
        display: none
    }
    .payment-section .flex{
        margin-left: 17%;
    }
    .payment-section img{
        max-height: 25px
    }
	.hero-image .btn-play{
		left: 42%;
		top: 30%;
	}
	.hero-image .btn-play .material-icons{
		font-size: 4em;
	}
	
	footer ul.flex{
		flex-direction: column
	}
	
}

.cpm-section{
    display: flex;
    *justify-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: dashed 2px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 10px;
    overflow: hidden
}

.cpm-section .flag img{
    width: auto;
    height: 50px;
    max-width: 100%
}
.cpm-section .text{
    width: 71%;
}
.cpm-section .text .title{
    font-weight: bold;
    font-size: 1.1em;
}
.cpm-section .text .description{
    font-size: .9em;
    font-style: italic;
    opacity: .8;
}
.cpm-section .cpm{
    position: relative;
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 1.7em;
    color: rgba(255,255,255,1);
    font-style: italic;
}
.cpm-section .cpm span{
    z-index: 2;
    position: relative;
}

.cpm-section .cpm:before{
    content: '';
    position: absolute;
    width: 150px;
    height: 100px;
    background: url('/webroot/cdn/img/home/green.png') no-repeat center center;
    background-size: cover;
    top: -15px;
    right: -35px;
    z-index: 1;
    opacity: 1;
}

.color-green{
    color: #008f01
}

@media only screen and (max-width: 800px){
    .cpm-section{
        display: none
    }
}

.section-about{
    position: relative;
}
.section-about:after{
    display: block;
    position: absolute;
    content: '';
    width: 350px;
    height: 126px;
    background: url('/webroot/img/logo/Tr.link-light-tr.svg') no-repeat center center;
    opacity: .05;
    z-index: 0;
    top: 2%;
    left: 16%
}
.section-text{
    position: relative;
    z-index: 2;
}

.mb-8-custom{
    margin-bottom: 8rem;
}

@media only screen and (max-width: 800px){
    .section-about:after{
        display: none
    }
	.mb-8-custom{
		margin-bottom: 2rem
	}
}

.theme-switcher .switch{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	transform: scale(.6)
}

.theme-switcher .switch input{
	opacity: 0;
	width: 0;
	height: 0
}

.theme-switcher .slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.theme-switcher .slider:before{
	position: absolute;
	content: "";
	height: 40px;
	width: 40px;
	left: -1px;
	bottom: 4px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	box-shadow: 0 0px 15px #2020203d;
	background: white url('../img/night.png');
	background-repeat: no-repeat;
	background-position: center
}

.theme-switcher input:checked + .slider{
	background-color: #2196f3
}

.theme-switcher input:focus + .slider{
	box-shadow: 0 0 1px #2196f3
}

.theme-switcher input:checked + .slider:before{
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
	background: white url('../img/sunny.png');
	background-repeat: no-repeat;
	background-position: center
}

.theme-switcher .slider.round{
	border-radius: 34px
}

.theme-switcher .slider.round:before{
	border-radius: 50%
}

header nav ul li a{
	padding: 4px 12px!important;
	border-radius: 20px!important;
	border: 0 none!important
}

body.dark header nav{
	background-color: #182032!important
}
body.dark header nav ul li a.active{
	background-color: rgba(255,255,255,.06)
}
body.dark header nav ul li a.active .fa{
	color: #ecc5ff
}

.logo-light,
.logo-dark{
	display: none
}

body.dark .logo-dark{
	display: block
}
body.light .logo-light{
	display: block
}

.hero-light,
.hero-dark{
	display: none
}

body.dark .hero-dark{
	display: block
}
body.light .hero-light{
	display: block
}

body.dark .cpm-section{
	border-color: rgba(255,255,255,.1);
	color: #fff
}

header nav a{
	padding-left: 0
}

/*
.logo-light,
.logo-dark{
	max-height: 2.5em!important
}

@media only screen and (max-width: 900px){
	.logo-light,
	.logo-dark{
		max-height: 1.8em!important
	}
}
*/

@media only screen and (max-width: 900px){
	
	header{
		padding: 0 10px
	}
	
	.hero-section-bg,
	.mobile-navicon{
		display: none
	}
	
	.logo-light,
	.logo-dark{
		max-height: 1.8em!important
	}
	.theme-switcher{
		width: 46px
	}
	.theme-switcher .switch{
		left: -14px
	}
	header nav > *{
		padding: 0!important;
		padding-left: 5px!important
	}
	header nav .button{
		padding: 0.4rem 0.4rem
	}
	body.auth.auth-trlink .modal-dialog{
		padding-top: 1em!important;
		padding-bottom: 1em!important
	}
	body.auth.auth-trlink .modal-dialog .modal-header,
	body.auth.auth-trlink .modal-dialog .modal-body{
		padding: 2rem!important
	}
	body.blog-trlink .modal-dialog .modal-header,
	body.blog-trlink .modal-dialog .modal-body{
		padding: 2rem!important
	}
	body.auth.auth-trlink .modal-dialog .modal-body{
		padding-top: 0!important
	}
	body.blog-trlink .modal-dialog .modal-body{
		padding-top: 0!important
	}
}

@media only screen and (max-width: 400px){
	.theme-switcher{
		display: none
	}
}

body.dark .logo span{
	color: rgba(255,255,255,.5);
	border-left-color: rgba(255,255,255,.05) 
}

@media only screen and (max-width: 500px){
	.logo span{
		display: none
	}
}

@media only screen and (max-width: 1000px){
	.modal-dialog{
		max-width: 98%
	}
}

body.dark .payment-section img{
	filter: brightness(0) invert(1);
	opacity: .6
}

.payment-logo img{
	filter: grayscale(100%);
	opacity: .7;
	transition: all 200ms ease;
}
.payment-logo:hover img{
	filter: none;
	opacity: 1
}
.payment-section img{
	max-height: inherit;
	width: 95px
}
.hero-section{
	position: relative;
	overflow: hidden
}
.hero-section-inner,
.payment-section{
	position: relative;
	z-index: 3
}
.hero-section-bg{
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 60vh;
	top: 0;
	left: 0
}
.hero-section-bg-inner{
	position: relative;
	width: 100%;
	height: 100%
}
.bouncing-blob{
	width: 15vw;
	aspect-ratio: 1;
	border-radius: 50%;
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 20%;
	left: 7%;
	transform-origin: left top;
	opacity: .15
}

.bouncing-blob--blue{
	background: #4783c7
}

.bouncing-blob--white{
	background: #ffffff;
	z-index: 2;
	width: 15vw
}

.bouncing-blob--purple{
	background: #8749a6
}

.bouncing-blob--pink{
	background: #e289cd50
}

.bouncing-blob--green{
	background: #69b305
}

.bouncing-blobs-container{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.bouncing-blobs-glass{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(120px);
	-webkit-backdrop-filter: blur(120px);
	pointer-events: none
}

.bouncing-blobs{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width: 1200px){
  .bouncing-blobs-glass{
	  backdrop-filter: blur(120px);
	  -webkit-backdrop-filter: blur(120px)
  }
}

@media (max-width: 500px){
  .bouncing-blob{
	  width: 60vw;
  }
  .bouncing-blob--white{
	  width: 30vw;
  }
  .bouncing-blobs-glass{
	  backdrop-filter: blur(120px);
	  -webkit-backdrop-filter: blur(120px)
  }
}

a:hover{
	color: inherit
}
.country{
	display: inline-block;
	text-align: left;
	width: 300px
}
.country img{
	display: inline-block;
	width: 30px;
	height: 20px
}
.country span{
	display: inline-block;
	margin-left: 5px;
	font-weight: 600
}

.button.text-white:hover{
	color: #fff
}

body.page .text-wrapper .h1, 
body.page .text-wrapper .h2, 
body.page .text-wrapper .h3, 
body.page .text-wrapper .h4, 
body.page .text-wrapper .h5, 
body.page .text-wrapper .h6, 
body.page .text-wrapper h1, 
body.page .text-wrapper h2, 
body.page .text-wrapper h3, 
body.page .text-wrapper h4, 
body.page .text-wrapper h5, 
body.page .text-wrapper h6{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2
}

body.page .text-wrapper .h1, 
body.page .text-wrapper h1{
    font-size: 2.5rem
}
body.page .text-wrapper .h2, 
body.page .text-wrapper h2{
    font-size: 1.95rem
}
body.page .text-wrapper .h3, 
body.page .text-wrapper h3{
    font-size: 1.75rem
}
body.page .text-wrapper .h4, 
body.page .text-wrapper h4{
    font-size: 1.5rem
}
body.page .text-wrapper .h5, 
body.page .text-wrapper h5{
    font-size: 1.2rem
}
body.page .text-wrapper .h6, 
body.page .text-wrapper h6{
    font-size: 1rem
}

body.page .text-wrapper p{
	margin-bottom: 1rem;
    line-height: 1.4
}
body.page .text-wrapper ol,
body.page .text-wrapper ul{
	margin-bottom: 1rem;
	margin-left: 1rem;
	list-style: inherit
}

body.page .text-wrapper ol{
	list-style: number
}

body.page.dark{
	background-color: #131b26;
	color: rgba(255,255,255,.6)
}

@media (min-width: 1536px){
	body.page .container{
		max-width: 1280px
	}
}

body.dark .table{
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: rgba(255,255,255,.5);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: rgba(255,255,255,.5);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: rgba(255,255,255,.6);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: rgba(255,255,255,.5);
    vertical-align: top;
    border-color: rgba(255,255,255,.1)
}
body.dark .table thead tr th{
	border-bottom-color: rgba(255,255,255,.1)
}
body.dark .border-top{
	border-top-color: rgba(255,255,255,.1)!important
}

body.dark .img-thumbnail{
    background-color: #111827;
    border-color: rgba(255,255,255,.1)
}

body.auth-trlink.dark,
body.blog-trlink.dark{
    background-color: #111827!important
}
body.auth-trlink.dark .bg-auth,
body.blog-trlink.dark .bg-auth{
    background-image: url('/ui/assets/images/bg/bg-2-v2-dark.svg')!important
}
body.auth-trlink.dark .border-top,
body.blog-trlink.dark .border-top{
    border-top-color: rgba(255,255,255,.1)!important
}

body.auth-trlink.dark .modal-form .modal-content,
body.blog-trlink.dark .modal-form .modal-content{
	background-color: rgba(255,255,255,.05)
}

body.auth-trlink.dark .modal-form,
body.blog-trlink.dark .modal-form{
	color: rgba(255,255,255,.6)
}

body.auth-trlink.dark .modal-form a{
	color: rgba(255,255,255,.9)
}

body.auth-trlink.dark .modal-form .form-control{
	color: rgba(255,255,255,.6);
	background-color: rgba(255,255,255,.1)
}

body.dark .modal-form .btn-outline-dark{
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.1);
}
body.dark .modal-form .btn-outline-dark:hover{
    background-color: rgba(0,0,0,.1)
}

body.blog-trlink.dark .card{
	background-color: #111827
}

body .post-content .h1, 
body .post-content .h2, 
body .post-content .h3, 
body .post-content .h4, 
body .post-content .h5, 
body .post-content .h6, 
body .post-content h1, 
body .post-content h2, 
body .post-content h3, 
body .post-content h4, 
body .post-content h5, 
body .post-content h6{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2
}

body .post-content .h1, 
body .post-content h1{
    font-size: 2.5rem
}
body .post-content .h2, 
body .post-content h2{
    font-size: 1.95rem
}
body .post-content .h3, 
body .post-content h3{
    font-size: 1.75rem
}
body .post-content .h4, 
body .post-content h4{
    font-size: 1.5rem
}
body .post-content .h5, 
body .post-content h5{
    font-size: 1.2rem
}
body .post-content .h6, 
body .post-content h6{
    font-size: 1rem
}

body .post-content p{
	margin-bottom: 1rem;
    line-height: 1.4
}
body .post-content ol,
body .post-content ul{
	margin-bottom: 1rem;
	margin-left: 1rem;
	list-style: inherit
}

body .post-content ol{
	list-style: number
}

.hero-text{
	font-family: Poppins, sans-serif;
	display: inline-block;
	font-weight: 300;
	font-size: 3em;
	position: relative;
	margin-bottom: 20px
}

.hero-text .text-hidden{
	display: none
}

@media only screen and (max-width: 800px){
	.hero-text{
		margin-top: 10px;
		font-size: 1.6em
	}
}

body.dark .hero-text{
	color: rgba(255,255,255,.9)
}

.hero-text .text-wrap{
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em
}

.hero-text .line{
	opacity: 0;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: rgba(0,0,0,.1);
	transform-origin: 100% 100%;
	bottom: -5px
}
body.dark .hero-text .line{
	background-color: rgba(255,255,255,.05);
}

.hero-text .letter{
	display: inline-block;
	line-height: 1em;
	opacity: 0
}
.hero-text .letter:nth-child(11){
	color: #999;
	font-weight: 200
}
body.dark .hero-text .letter:nth-child(11){
	color: rgba(255,255,255,.1)
}
.hero-text .letter:nth-child(n+12){
	color: #8749a6;
	font-weight: 700
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.payment-slider .slick-slide{
	display: block;
	padding: 20px 0;
	border: solid 1px #eee;
	margin: 0 10px;
	height: 74px;
	text-align: center;
	opacity: .5
}

body.dark .payment-slider .slick-slide{
	border-color: #1f2937
}

.payment-slider .slick-slide .payment-logo img{
	display: inline-block
}

.payment-slider .slick-active{
    opacity: 1
}

@media only screen and (max-width: 800px){
	.payment-section .slick-slide .flex{
		margin-left: 0!important;
	}
}

.footer-logo a{
	display: inline-block
}

@media (min-width: 1536px){
	.container {
		max-width: 1280px
	}
}

@media (min-width: 1200px){
	.modal-xl {
		max-width: 1280px
	}
}

@media only screen and (max-width: 800px){
	header nav span.balance{
		display: none
	}
}

 .blog-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0!important
}
.blog-item{
	width: 400px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid rgba(0,0,0,.1)
}

body.dark .blog-item{
	background: rgba(0,0,0,.2);
	border: 1px solid rgba(255,255,255,.1)
}

.blog-item:hover{
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2)
}
.blog-item img{
	width: 100%;
	height: 180px;
	object-fit: cover
}
.blog-content{
	padding: 15px
}
.blog-category{
	font-size: 12px;
	color: green;
	font-weight: bold;
	text-transform: uppercase
}
.blog-title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	color: #333
}
body.dark .blog-title{
	color: #ccc
}
@media (max-width: 768px){
	.blog-container{
		flex-direction: column;
		align-items: center;
	}
}