:root {
    --white: #ffffff;
    --green-accent: #25ac6b;
    --green-accent-2: #45f3a0;
    --btn-grey: #747e7a;
    --black: #000000;
    --title-black: #121a16;
    --gold: #FFC200;
    --grey:#8C8C8C;
}
a{
text-decoration: none;
color:var(--green-accent);
}
a:hover{
color:var(--green-accent-2);
}
body{
background-color: var(--white);
background-size: 100% auto;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
color:var(--black);
overflow-wrap: break-word;
counter-reset: section;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.navbar{
background: #202020;
}
.navbar-scrolled{
    background-color: #202020!important;
}
.navbar .nav-link{
    color:var(--white);
    margin:0.3125rem 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
.navbar .nav-link svg{
margin-top:-0.125rem;
margin-right:0.1875rem;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
} 
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #999999;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.dropdown-menu.show{
background-color: var(--bg);
border: 1px solid var(--grey-3);
border-radius: 0.375rem;
margin-top:0.5rem;
min-width: 0!important;
}
.dropdown a.country-switcher{
    font-size:1.25rem;
    line-height:1.25;  
}
.dropdown .flag,.dropdown-menu.show .flag{
    border-radius: 50%;
    width:1.25rem;
    height:1.25rem;
    margin-bottom:-0.1875rem;
    margin-right:0.1875rem;
}
.dropdown-menu.show {
    background: #1A1A1A !important;
    border: 1px solid #999999 !important;
    border-radius: 0px !important;
    padding: 0.625rem 0;
    }
.dropdown-menu.show li{
    box-shadow: 0 0 0 0.0625rem #1a1a1a !important;
}
.dropdown-item{
    color:var(--white);
    padding:0.4375rem 0.9375rem;
}
.dropdown-menu.show .dropdown-item:hover{
    background-color: var(--green-accent);
    color:var(--white);
}
header{
padding:4.625rem 0;
color:var(--white);
}
.startBackground{
    background: url("../images/top_bg.png") 5% center no-repeat,
                url("../images/top_bg2.png") right top  no-repeat,
                linear-gradient(116.87deg, #232323 32.43%, #082422 74.94%), #151515;    
  }
  header a{
    font-size: 0.875rem; 
    line-height:1;
  }
  header a.active{
    color:var(--gold);
  }
.top-menu a{
    border: 1px solid rgba(69, 243, 160, 0.2);
    border-radius: 0.5rem;
    text-transform: uppercase!important;
    width:100%;
    height:100%;
    display:block;
}
.top-menu  a:hover{
    border-color:var(--green-accent-2);
    color:var(--green-accent-2);
}
.top-menu a svg{
margin-bottom:0.3125rem;
}
.top-menu a span{
    line-height: 1;
}
.start-auto{
    left: auto !important;
}
.content,.darkbg{
padding:5rem 0;
}
.imagesWhiteBG{
    background: url("../images/dot_green.png") 5% 5% no-repeat ,
                url("../images/dot_yellow.png") right 30%  no-repeat ,
                url("../images/dot_orange.png") 15% 70% no-repeat ,
                url("../images/dot_pink.png") 80% 99%  no-repeat ;
}
.imagesWhiteBG2{
    background: url("../images/dot_light_yellow.png") left top no-repeat ,
                url("../images/dot_orange_2.png") right bottom no-repeat ;
}
.imagesWhiteBG3{
    background: url("../images/dot_pink_right.png") left top no-repeat ,
                url("../images/dot_green.png") 80% 70% no-repeat ;
}
.imagesWhiteBG4{
    background: url("../images/dot_light_yellow.png") left top no-repeat ,
                url("../images/dot_pink_left_2.png") left 60% no-repeat ,
                url("../images/dot_light_yellow.png") 80% bottom no-repeat ;
}
.guidespoplarbg{
    background: url("../images/dot_orange.png") 15% 5% no-repeat  ;
}
.homeinfo1{
    background: url("../images/dot_pink_left.png") right center no-repeat  ;
}
.homeinfo2{
    background: url("../images/dot_blue_left.png") left center no-repeat  ;
}
.homeinfo3{
    background: url("../images/dot_orange_right.png") right center no-repeat  ;
}
.badge-green{
background-color: var(--green-accent);
display:inline-block;
color:var(--white);
font-weight: 400;
font-size: 1rem;
line-height: 1.2;
text-transform: uppercase;
padding:0.1875rem 0.75rem;
border-radius: 0.5rem;
margin:0 1.4375rem;
}
.content ul {
	list-style: none;
	padding-left: 0;

}
.content ul li {
	padding-left: 2.9em;
	margin-bottom: 0.5em;
    font-weight: 400;
    position: relative;
}

.content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 1.875rem;
	height: 1.875rem;
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10129_33482)'%3E%3Cpath d='M15 0C6.72896 0 0 6.72896 0 15C0 23.271 6.72896 30 15 30C23.271 30 30 23.271 30 15C30 6.72896 23.271 0 15 0ZM15 26.25C8.79674 26.25 3.75 21.2033 3.75 15C3.75 8.79674 8.79674 3.75 15 3.75C21.2033 3.75 26.25 8.79674 26.25 15C26.25 21.2033 21.2033 26.25 15 26.25ZM22.5093 12.2159L15.5367 20.2433C15.3703 20.4348 15.1668 20.5905 14.9385 20.7011C14.7102 20.8117 14.4618 20.8748 14.2084 20.8866C14.1791 20.888 14.1498 20.8887 14.121 20.8887C13.6387 20.8887 13.1749 20.7028 12.8261 20.3696L7.61127 15.3892C7.25515 15.0449 7.04971 14.5738 7.03981 14.0786C7.02991 13.5833 7.21635 13.1043 7.55843 12.7461C7.90051 12.3879 8.37043 12.1796 8.86556 12.1667C9.3607 12.1538 9.84083 12.3373 10.2011 12.6772L13.9944 16.3001L19.678 9.7568C20.0041 9.38137 20.466 9.15085 20.962 9.11597C21.4581 9.08109 21.9477 9.24469 22.3231 9.57079C22.6986 9.89689 22.9291 10.3588 22.964 10.8548C22.9988 11.3509 22.8352 11.8405 22.5091 12.2159H22.5093Z' fill='%2345F3A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10129_33482'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    top:0;
    bottom:0;
    margin: auto 0;
}
article .badge-green{
    font-size: 0.75rem;
    padding:0.125rem 0.5rem;
}
.muted{
    font-size: 0.875rem;
    line-height: 1.5;
    color:var(--grey)
}
.darkblock .muted{
color:var(--white);
font-size: 0.75rem;
}
.deal{
    border:1px solid var(--btn-grey);
    border-radius: 0.5rem;
    background: var(--white);
}
.deal img ,.darkblock img{
width:9.0625rem;
height:9.0625rem;
border-radius: 50%;
object-fit: contain;
object-position: center;
border: 6px solid #F4F4F4;
outline: 1px solid #C8D0DF;
background:#D9D9D9;
}
.darkbg .deal img,.darkblock img{
background:transparent;
border-color: rgba(0, 0, 0, 0.5);
outline: 1px solid var(--gold)!important;
}
.deal .flag{
width:2.25rem;
height:2.25rem;
}
.deal .flag-position{
position:absolute;
top:0;
left:1.125rem;
}
.check{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17316C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8078C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C21.9969 9.34879 20.9423 6.80707 19.0676 4.93239C17.1929 3.0577 14.6512 2.00313 12 2ZM16.2791 10.37L11.7336 14.9155C11.5632 15.0859 11.332 15.1816 11.0909 15.1816C10.8499 15.1816 10.6187 15.0859 10.4482 14.9155L7.72091 12.1882C7.63409 12.1043 7.56483 12.004 7.51718 11.8931C7.46954 11.7822 7.44446 11.6629 7.44341 11.5422C7.44236 11.4215 7.46536 11.3018 7.51107 11.19C7.55678 11.0783 7.62429 10.9768 7.70964 10.8915C7.795 10.8061 7.8965 10.7386 8.00823 10.6929C8.11995 10.6472 8.23966 10.6242 8.36037 10.6252C8.48108 10.6263 8.60037 10.6514 8.71128 10.699C8.82219 10.7466 8.92251 10.8159 9.00637 10.9027L11.0909 12.9873L14.9936 9.08454C15.1651 8.91895 15.3947 8.82731 15.6331 8.82939C15.8715 8.83146 16.0995 8.92707 16.268 9.09562C16.4366 9.26417 16.5322 9.49218 16.5343 9.73054C16.5363 9.9689 16.4447 10.1985 16.2791 10.37Z' fill='%2325AC6B'/%3E%3C/svg%3E%0A");
    width:1.5rem;
    height:1.5rem;
    position:absolute;
    top:0;
    right:0;
    margin-top:-0.375rem;
    margin-right:-0.375rem;
}
.deal .stars, .darkblock .stars {
    position: relative;
    white-space: nowrap;
    display:inline-block;
    line-height: 0;
  }

.deal .cover,.darkblock .cover {
    background: white;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
  }
.deal svg,.darkblock svg {
    fill: url(#paint1);
}
.deal .deal-box,.top-deal .deal-box{
background-color: var(--btn-grey);
border-radius: 0.5rem;
width:100%;
padding:0.9375rem 2.3125rem;
}
.top-deal .deal-box{
    background-color: #3A3D41;
}
.deal h5,.deal h4{
    font-weight: 600;
}
.deal h5{
color:var(--btn-grey)
}
.deal .deal-text h5{
color:var(--green-accent);
}
.deal .deal-box h5,.top-deal .deal-box h5{
color:var(--gold)!important;
font-weight: 400!important;
}
.deal .deal-box h4,.top-deal .deal-box h4{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
}
.terms-title{
    color:var(--green-accent);
    font-size: 0.5625rem;
    line-height: 1.5;
    font-weight: 600;
}
.tc{
    font-size: 0.5625rem;
    line-height: 1.5;
}
.tc p{
    margin:0;
}
.small-flag .flag{
width:1.5rem;
height:1.5rem;
}
.small-flag .check{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M7.99968 1.33301C6.68113 1.33301 5.3922 1.724 4.29588 2.45654C3.19955 3.18909 2.34506 4.23028 1.84048 5.44845C1.3359 6.66662 1.20387 8.00707 1.46111 9.30028C1.71834 10.5935 2.35328 11.7814 3.28563 12.7137C4.21798 13.6461 5.40587 14.281 6.69907 14.5382C7.99228 14.7955 9.33273 14.6635 10.5509 14.1589C11.7691 13.6543 12.8103 12.7998 13.5428 11.7035C14.2753 10.6071 14.6663 9.31822 14.6663 7.99967C14.6643 6.2322 13.9612 4.53772 12.7114 3.28793C11.4616 2.03814 9.76715 1.33509 7.99968 1.33301ZM10.8524 6.91301L7.8221 9.94331C7.70845 10.0569 7.55432 10.1208 7.39362 10.1208C7.23291 10.1208 7.07878 10.0569 6.96513 9.94331L5.14695 8.12513C5.08906 8.06922 5.04289 8.00235 5.01113 7.9284C4.97937 7.85446 4.96265 7.77493 4.96195 7.69446C4.96125 7.61399 4.97658 7.53418 5.00706 7.4597C5.03753 7.38522 5.08253 7.31755 5.13944 7.26065C5.19634 7.20374 5.26401 7.15874 5.33849 7.12827C5.41297 7.09779 5.49278 7.08246 5.57325 7.08316C5.65373 7.08386 5.73325 7.10058 5.80719 7.13234C5.88114 7.1641 5.94801 7.21027 6.00392 7.26816L7.39362 8.65786L9.99543 6.05604C10.1097 5.94564 10.2628 5.88455 10.4217 5.88593C10.5806 5.88731 10.7327 5.95105 10.845 6.06342C10.9574 6.17579 11.0211 6.3278 11.0225 6.4867C11.0239 6.64561 10.9628 6.7987 10.8524 6.91301Z' fill='%2325AC6B'/%3E%3C/svg%3E%0A");
    width:1rem;
    height:1rem;

}
.deal .info-text,.darkblock .info-text{
    font-size: 0.75rem;
    line-height: 1.5;
    color: #535353;
}
.darkblock .info-text{
    color: #C5C5C5;
}

.darkbg .deal{
    color:var(--white);
    border-color:var(--gold);
    background: rgba(0, 0, 0, 0.3);
}

.dropdown a.country-switcher:hover,header a,.darkbg .deal h5,.darkbg p,.darkbg ul li,article.news a,.criteria h5,.country-switcher,.deal .deal-box h4 {
    color:var(--white);
}
hr{
border-color:#F1F1F1;
opacity: 1;  
}
.darkbg hr{
  border-color:rgba(255, 255, 255, 0.1);

}
.btn-review{
background: var(--btn-grey);
color:var(--white);
font-weight: 600;
font-size: 0.75rem;
line-height: 1;
padding:0.375rem 0.8125rem;
}
.btn-review:hover{
    background: var(--green-accent);
    color:var(--white);
}
.btn-review svg{
    margin-top:-0.0625rem;
}
.btn-deal{
    background: linear-gradient(90deg, #25AC6B 0%, #31B79F 100%);
    border: 0.0625rem solid #2EA48F;
    border-radius: 0.25rem;
    color:var(--white);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
}
.btn-deal:hover{
    background: linear-gradient(90deg, #2594AC 0%, #31B7A7 100%);
    border: 0.0625rem solid #2EA294;
    box-shadow: 0px 0px 40px rgba(49, 183, 167, 0.5);
    color:var(--white);
}
.deal .bl{
border-left:1px solid #F1F1F1;
}
ul.pros-lists {
	list-style: none;
	padding-left: 0;

}
ul.pros-lists li {
	padding-left: 1.9em;
	margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.125rem;
  line-height:1.75;
  position: relative;
}

ul.pros-lists li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.375rem;
	width: 1.25rem;
	height: 1.25rem;
	background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16667 0.833008C7.35367 0.833008 5.58139 1.37062 4.07394 2.37787C2.56649 3.38512 1.39157 4.81675 0.697774 6.49174C0.00397369 8.16673 -0.177561 10.0098 0.17614 11.788C0.529832 13.5662 1.40287 15.1995 2.68486 16.4815C3.96684 17.7635 5.60018 18.6365 7.37834 18.9902C9.1565 19.3439 10.9996 19.1623 12.6746 18.4686C14.3496 17.7748 15.7812 16.5998 16.7885 15.0924C17.7957 13.5849 18.3333 11.8127 18.3333 9.99967C18.3333 7.56852 17.3676 5.23695 15.6485 3.51787C13.9294 1.79878 11.5978 0.833008 9.16667 0.833008ZM9.16667 17.4997C7.68333 17.4997 6.23327 17.0598 4.99989 16.2357C3.76652 15.4116 2.80523 14.2403 2.23757 12.8698C1.66992 11.4993 1.52139 9.99134 1.81078 8.53651C2.10017 7.08164 2.81447 5.74527 3.86337 4.69637C4.91227 3.64748 6.24863 2.93317 7.7035 2.64378C9.15833 2.3544 10.6663 2.50292 12.0368 3.07057C13.4072 3.63823 14.5786 4.59953 15.4027 5.8329C16.2268 7.06627 16.6667 8.51634 16.6667 9.99967C16.6667 11.9888 15.8765 13.8964 14.47 15.303C13.0634 16.7095 11.1558 17.4997 9.16667 17.4997ZM14.1667 9.99967C14.1667 10.2207 14.0788 10.4327 13.9226 10.5889C13.7663 10.7452 13.5543 10.833 13.3333 10.833H10V14.1663C10 14.3873 9.91217 14.5993 9.75592 14.7556C9.59967 14.9118 9.38767 14.9997 9.16667 14.9997C8.94567 14.9997 8.73367 14.9118 8.57742 14.7556C8.42117 14.5993 8.33333 14.3873 8.33333 14.1663V10.833H5C4.77899 10.833 4.56702 10.7452 4.41075 10.5889C4.25447 10.4327 4.16667 10.2207 4.16667 9.99967C4.16667 9.77868 4.25447 9.56668 4.41075 9.41043C4.56702 9.25418 4.77899 9.16634 5 9.16634H8.33333V5.83301C8.33333 5.61199 8.42117 5.40003 8.57742 5.24375C8.73367 5.08747 8.94567 4.99967 9.16667 4.99967C9.38767 4.99967 9.59967 5.08747 9.75592 5.24375C9.91217 5.40003 10 5.61199 10 5.83301V9.16634H13.3333C13.5543 9.16634 13.7663 9.25418 13.9226 9.41043C14.0788 9.56668 14.1667 9.77868 14.1667 9.99967Z' fill='url(%23paint0_linear_10129_17546)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10129_17546' x1='0' y1='19.1663' x2='18.3333' y2='19.1663' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2325AC6B'/%3E%3Cstop offset='1' stop-color='%2331B79F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.deal ul.cons-lists li::before{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.23077 18.4615C11.0564 18.4615 12.8411 17.9202 14.3591 16.9059C15.8771 15.8916 17.0602 14.4499 17.7589 12.7632C18.4575 11.0765 18.6403 9.22054 18.2842 7.42994C17.928 5.63935 17.0489 3.99458 15.7579 2.70363C14.467 1.41269 12.8222 0.533542 11.0316 0.177371C9.24101 -0.1788 7.38501 0.00399956 5.69831 0.702655C4.0116 1.40131 2.56996 2.58444 1.55567 4.10243C0.541375 5.62043 0 7.4051 0 9.23077C0.00264699 11.6781 0.976022 14.0245 2.70655 15.755C4.43709 17.4855 6.78343 18.4589 9.23077 18.4615ZM9.23077 1.53847C10.7522 1.53847 12.2394 1.98961 13.5044 2.83485C14.7694 3.6801 15.7553 4.88147 16.3375 6.28706C16.9197 7.69264 17.0721 9.23931 16.7753 10.7315C16.4785 12.2236 15.7458 13.5943 14.6701 14.6701C13.5943 15.7458 12.2236 16.4785 10.7315 16.7753C9.2393 17.0721 7.69264 16.9198 6.28705 16.3375C4.88146 15.7553 3.68009 14.7694 2.83485 13.5044C1.98961 12.2394 1.53846 10.7522 1.53846 9.23077C1.5407 7.19133 2.35186 5.23607 3.79396 3.79396C5.23606 2.35186 7.19133 1.54071 9.23077 1.53847ZM3.78385 9.23077C3.78385 9.02676 3.86489 8.83111 4.00915 8.68685C4.15341 8.54259 4.34906 8.46154 4.55308 8.46154H13.9085C14.1125 8.46154 14.3081 8.54259 14.4524 8.68685C14.5966 8.83111 14.6777 9.02676 14.6777 9.23077C14.6777 9.43479 14.5966 9.63044 14.4524 9.7747C14.3081 9.91896 14.1125 10 13.9085 10H4.55308C4.34906 10 4.15341 9.91896 4.00915 9.7747C3.86489 9.63044 3.78385 9.43479 3.78385 9.23077Z' fill='%23747E7A'/%3E%3C/svg%3E%0A");
}

ul.cons-lists li::before{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.23077 18.4615C11.0564 18.4615 12.8411 17.9202 14.3591 16.9059C15.8771 15.8916 17.0602 14.4499 17.7589 12.7632C18.4575 11.0765 18.6403 9.22054 18.2842 7.42994C17.928 5.63935 17.0489 3.99458 15.7579 2.70363C14.467 1.41269 12.8222 0.533542 11.0316 0.177371C9.24101 -0.1788 7.38501 0.00399956 5.69831 0.702655C4.0116 1.40131 2.56996 2.58444 1.55567 4.10243C0.541375 5.62043 0 7.4051 0 9.23077C0.00264699 11.6781 0.976022 14.0245 2.70655 15.755C4.43709 17.4855 6.78343 18.4589 9.23077 18.4615ZM9.23077 1.53847C10.7522 1.53847 12.2394 1.98961 13.5044 2.83485C14.7694 3.6801 15.7553 4.88147 16.3375 6.28706C16.9197 7.69264 17.0721 9.23931 16.7753 10.7315C16.4785 12.2236 15.7458 13.5943 14.6701 14.6701C13.5943 15.7458 12.2236 16.4785 10.7315 16.7753C9.2393 17.0721 7.69264 16.9198 6.28705 16.3375C4.88146 15.7553 3.68009 14.7694 2.83485 13.5044C1.98961 12.2394 1.53846 10.7522 1.53846 9.23077C1.5407 7.19133 2.35186 5.23607 3.79396 3.79396C5.23606 2.35186 7.19133 1.54071 9.23077 1.53847ZM3.78385 9.23077C3.78385 9.02676 3.86489 8.83111 4.00915 8.68685C4.15341 8.54259 4.34906 8.46154 4.55308 8.46154H13.9085C14.1125 8.46154 14.3081 8.54259 14.4524 8.68685C14.5966 8.83111 14.6777 9.02676 14.6777 9.23077C14.6777 9.43479 14.5966 9.63044 14.4524 9.7747C14.3081 9.91896 14.1125 10 13.9085 10H4.55308C4.34906 10 4.15341 9.91896 4.00915 9.7747C3.86489 9.63044 3.78385 9.43479 3.78385 9.23077Z' fill='%23AC2525'/%3E%3C/svg%3E%0A");
}
.cons ul.pros-lists li::before, .pros ul.pros-lists li::before{
    top:0;
}
.cons,.pros{
    background: #F3FFF9;
    border: 0.0625rem solid #25AC6B;
    border-radius: 0.5rem;
}
.cons{
    background-color: #FFF7F7;
    border-color:#AC2525
}
.cons ul.pros-lists li,.pros ul.pros-lists li {
    font-size: 0.875rem;
    line-height: 2;
    color: #535353;
}
.vip{
border-color:var(--gold);
}
.vips{
background: linear-gradient(90deg, #D8AE28 0%, #E7D31F 100%);
border-color: #C4B31C;
}
.vips:hover{
    background: linear-gradient(90deg, #FFC200 0%, #FFE600 100%);
    border-color:#FFB21C;
    box-shadow: 0px 0px 40px rgba(255, 178, 28, 0.5);
    color:#32180A;
}
.deal:hover{
border-color:var(--green-accent);
}
.crown{
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2032 27.1908L50.6033 46.2889L51.8598 46.9115L53.3994 48.1567C53.4334 48.1907 53.4787 48.2247 53.524 48.2473C54.3391 48.8586 54.8711 49.8323 54.8711 50.9303C54.8711 52.7786 53.3331 54.2586 51.5428 54.2586H51.2145C51.2711 54.2586 51.3277 54.2586 51.3844 54.2473H10.3692C10.4258 54.2586 10.4825 54.2586 10.5391 54.2586H10.2107C8.51057 54.2586 6.89376 52.8713 6.89376 50.9303C6.89376 49.0851 8.37678 47.5907 10.2107 47.5907H11.3995L9.05607 35.1153C9.50885 30.7002 8.20701 26.07 5.15039 22.9001C5.99945 21.7115 7.50513 20.6247 7.50513 20.6247L9.07866 21.8926L9.32775 22.0851C9.96171 22.6059 10.3579 23.4096 10.3579 24.2926C10.3579 24.9605 10.1428 25.5719 9.75795 26.07L18.8825 33.8247L29.1843 14.0247C28.0297 13.4247 27.2259 12.1908 27.2259 10.787C27.2259 8.77186 31.5277 6.64355 31.5277 6.64355L32.9089 7.7643L32.9768 7.80963L33.3504 8.11524C34.0749 8.78319 34.5278 9.7341 34.5278 10.787C34.5278 12.1908 33.724 13.4247 32.558 14.0247V14.036L42.8825 33.8247L51.9957 26.07C51.6107 25.5719 51.3844 24.9605 51.3844 24.2926C51.3844 22.7304 54.3391 20.636 54.3391 20.636L56.1165 22.0624L56.1617 22.0964C56.7843 22.6285 57.1693 23.4209 57.1693 24.2926C57.1693 25.8888 55.8787 27.1908 54.2825 27.1908H54.2032Z' fill='%23F16522'/%3E%3Cpath d='M41.1311 32.4192L29.1299 9.39355V46.9124H34.7949L41.1311 32.4192Z' fill='url(%23paint0_linear_10129_29240)'/%3E%3Cpath d='M29.13 9.39355L17.1387 32.4192L17.1387 32.4191L23.4651 46.9124H29.13V9.39355Z' fill='url(%23paint1_linear_10129_29240)'/%3E%3Cpath d='M37.7377 40.1747L34.7965 46.9126H29.1309V21.8115L37.7377 40.1747Z' fill='url(%23paint2_linear_10129_29240)'/%3E%3Cpath d='M37.301 41.1748L34.7965 46.9122H29.1309V24.7754L37.301 41.1748Z' fill='url(%23paint3_linear_10129_29240)'/%3E%3Cpath d='M20.5234 40.1802L29.131 21.8115V46.9126H23.4667L20.5234 40.1802Z' fill='url(%23paint4_linear_10129_29240)'/%3E%3Cpath d='M29.1266 24.7773V46.9111H23.4587L20.958 41.1748L29.1266 24.7773Z' fill='url(%23paint5_linear_10129_29240)'/%3E%3Cpath d='M53.1224 22.2207L41.1311 32.4196L34.7949 46.9129H42.0797L47.6011 32.2318L53.1224 22.2207Z' fill='url(%23paint6_linear_10129_29240)'/%3E%3Cpath d='M53.1228 22.2208L47.6015 32.232L42.0801 46.913H48.4748L53.1228 22.2207L53.1228 22.2208Z' fill='url(%23paint7_linear_10129_29240)'/%3E%3Cpath d='M47.6011 32.2324L37.7414 40.1861L37.7382 40.1811L34.7949 46.9134H42.0797L47.6011 32.2324Z' fill='url(%23paint8_linear_10129_29240)'/%3E%3Cpath d='M47.0604 33.6494L42.0758 46.9118H34.7949L37.304 41.1767L47.0604 33.6494Z' fill='url(%23paint9_linear_10129_29240)'/%3E%3Cpath d='M5.1377 22.2207L17.1388 32.4196L23.4652 46.9129H16.1804L10.659 32.2318L5.1377 22.2207Z' fill='url(%23paint10_linear_10129_29240)'/%3E%3Cpath d='M5.13777 22.2208L10.6591 32.232L16.1804 46.913H9.78573L5.1377 22.2207L5.13777 22.2208Z' fill='url(%23paint11_linear_10129_29240)'/%3E%3Cpath d='M10.6592 32.2324L20.5189 40.1861L20.5221 40.1811L23.4653 46.9134H16.1805L10.6592 32.2324Z' fill='url(%23paint12_linear_10129_29240)'/%3E%3Cpath d='M11.1992 33.6494L16.1838 46.9118H23.4647L20.9556 41.1767L11.1992 33.6494Z' fill='url(%23paint13_linear_10129_29240)'/%3E%3Cpath d='M53.1197 49.5168C53.1197 51.4328 51.5353 52.8451 49.7914 52.8451H8.56664C6.73117 52.8451 5.23828 51.3522 5.23828 49.5168C5.23828 48.599 5.61761 47.767 6.21719 47.1674C6.81676 46.5678 7.64891 46.1885 8.56664 46.1885H49.7914C51.6268 46.1885 53.1197 47.6813 53.1197 49.5168Z' fill='url(%23paint14_linear_10129_29240)'/%3E%3Cpath d='M53.123 49.5194C53.123 51.3574 51.5942 52.8504 49.7921 52.8504H49.4634C51.2172 52.8504 52.7396 51.4881 52.7396 49.7276C52.7396 48.0073 51.2713 47.0541 49.4634 47.0541H8.79036C6.9824 47.0541 5.51417 48.0073 5.51417 49.7276C5.51417 50.5822 5.87571 51.3712 6.47841 51.93C7.07007 52.4889 7.88089 52.8504 8.79036 52.8504C8.61518 52.818 7.29289 53.0404 6.11681 51.8643C5.50321 51.2617 5.1416 50.4399 5.1416 49.5194C5.1416 47.6786 6.63176 46.1885 8.46166 46.1885H49.7921C51.6219 46.1885 53.123 47.6786 53.123 49.5194Z' fill='%23FFFD83'/%3E%3Cpath d='M29.1294 25.6992C29.4234 30.2478 29.4461 38.9776 29.1294 43.8399C28.8131 38.9839 28.8351 30.2523 29.1294 25.6992Z' fill='url(%23paint15_radial_10129_29240)'/%3E%3Cpath d='M29.1294 12.6143C29.4235 14.9564 29.4461 19.4512 29.1294 21.9543C28.8132 19.4542 28.8351 14.9586 29.1294 12.6143Z' fill='url(%23paint16_radial_10129_29240)'/%3E%3Cpath d='M42.0791 46.9125C43.4261 44.2303 46.8334 35.1945 47.6005 32.2314C46.2233 34.9689 42.8326 44.01 42.0791 46.9125Z' fill='url(%23paint17_radial_10129_29240)'/%3E%3Cpath d='M52.6004 23.167C51.579 25.5678 49.6481 29.0866 48.123 31.2853C49.168 28.8246 51.113 25.3144 52.6004 23.167Z' fill='url(%23paint18_radial_10129_29240)'/%3E%3Cpath d='M16.1571 46.8724C14.8101 44.1902 11.4028 35.1544 10.6357 32.1914C11.4646 33.8389 15.4036 43.97 16.1571 46.8724Z' fill='url(%23paint19_radial_10129_29240)'/%3E%3Cpath d='M5.63672 23.127C6.65812 25.5278 8.58903 29.0466 10.1141 31.2452C9.06914 28.7846 7.12412 25.2744 5.63672 23.127Z' fill='url(%23paint20_radial_10129_29240)'/%3E%3Cpath d='M48.4712 46.9099L52.2501 24.117L40.5329 33.784L29.1273 11.7609L17.7423 33.784L6.00449 24.117L9.78328 46.9099L5.13477 22.2176L17.1383 32.4195L29.1273 9.3916L41.1309 32.4196L53.1198 22.2176L48.4712 46.9099Z' fill='%23FEF328'/%3E%3Cpath d='M29.1272 13.0395C31.1423 13.0395 32.7759 11.406 32.7759 9.39087C32.7759 7.37576 31.1423 5.74219 29.1272 5.74219C27.1121 5.74219 25.4785 7.37576 25.4785 9.39087C25.4785 11.406 27.1121 13.0395 29.1272 13.0395Z' fill='url(%23paint21_linear_10129_29240)'/%3E%3Cpath d='M29.1267 12.6138C30.7748 12.6138 32.1109 11.2778 32.1109 9.62966C32.1109 7.98156 30.7748 6.64551 29.1267 6.64551C27.4786 6.64551 26.1426 7.98156 26.1426 9.62966C26.1426 11.2778 27.4786 12.6138 29.1267 12.6138Z' fill='url(%23paint22_linear_10129_29240)'/%3E%3Cpath d='M52.5342 25.7852C54.1323 25.7852 55.4278 24.4897 55.4278 22.8916C55.4278 21.2935 54.1323 19.998 52.5342 19.998C50.9361 19.998 49.6406 21.2935 49.6406 22.8916C49.6406 24.4897 50.9361 25.7852 52.5342 25.7852Z' fill='url(%23paint23_linear_10129_29240)'/%3E%3Cpath d='M52.534 25.4469C53.8407 25.4469 54.9 24.3876 54.9 23.0809C54.9 21.7742 53.8407 20.7148 52.534 20.7148C51.2273 20.7148 50.168 21.7742 50.168 23.0809C50.168 24.3876 51.2273 25.4469 52.534 25.4469Z' fill='url(%23paint24_linear_10129_29240)'/%3E%3Cpath d='M5.72366 25.7852C7.32175 25.7852 8.61725 24.4897 8.61725 22.8916C8.61725 21.2935 7.32175 19.998 5.72366 19.998C4.12558 19.998 2.83008 21.2935 2.83008 22.8916C2.83008 24.4897 4.12558 25.7852 5.72366 25.7852Z' fill='url(%23paint25_linear_10129_29240)'/%3E%3Cpath d='M5.72346 25.4469C7.03019 25.4469 8.0895 24.3876 8.0895 23.0809C8.0895 21.7742 7.03019 20.7148 5.72346 20.7148C4.41673 20.7148 3.35742 21.7742 3.35742 23.0809C3.35742 24.3876 4.41673 25.4469 5.72346 25.4469Z' fill='url(%23paint26_linear_10129_29240)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10129_29240' x1='5.12829' y1='28.1527' x2='53.1124' y2='28.1527' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_10129_29240' x1='5.14768' y1='28.1527' x2='53.133' y2='28.1527' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.136937' stop-color='%23ED971A'/%3E%3Cstop offset='0.848648' stop-color='%23FEF328'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_10129_29240' x1='29.1312' y1='34.3623' x2='37.7383' y2='34.3623' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F16522'/%3E%3Cstop offset='1' stop-color='%23ED971A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_10129_29240' x1='44.8127' y1='35.8438' x2='13.4474' y2='35.8438' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_10129_29240' x1='20.5241' y1='34.3623' x2='29.1313' y2='34.3623' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F16522'/%3E%3Cstop offset='1' stop-color='%23ED971A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_10129_29240' x1='29.1275' y1='35.8438' x2='20.9584' y2='35.8438' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.120245' stop-color='%23FEE825'/%3E%3Cstop offset='0.330162' stop-color='%23FCCB1E'/%3E%3Cstop offset='0.604835' stop-color='%23FB9D13'/%3E%3Cstop offset='0.930612' stop-color='%23F85C04'/%3E%3Cstop offset='0.942343' stop-color='%23F85A03'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_10129_29240' x1='5.13847' y1='34.5663' x2='53.1226' y2='34.5663' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.403604' stop-color='%23FEF328'/%3E%3Cstop offset='0.942342' stop-color='%23FCA81D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_10129_29240' x1='16.6917' y1='29.6714' x2='51.0807' y2='35.1178' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.699099' stop-color='%23F85A03'/%3E%3Cstop offset='0.950781' stop-color='%23FB9B19'/%3E%3Cstop offset='1' stop-color='%23FCA81D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_10129_29240' x1='34.7955' y1='39.5729' x2='47.6015' y2='39.5729' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F16522'/%3E%3Cstop offset='1' stop-color='%23ED971A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_10129_29240' x1='34.7952' y1='40.2811' x2='47.0612' y2='40.2811' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.20877' stop-color='%23FEE826'/%3E%3Cstop offset='0.573088' stop-color='%23FDCB22'/%3E%3Cstop offset='0.942342' stop-color='%23FCA81D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_10129_29240' x1='53.1228' y1='34.5663' x2='5.13753' y2='34.5663' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_10129_29240' x1='59.7195' y1='34.5665' x2='5.1376' y2='34.5665' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F85A03'/%3E%3Cstop offset='1' stop-color='%23FCA81D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_10129_29240' x1='49.6339' y1='39.5729' x2='10.6588' y2='39.5729' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F16522'/%3E%3Cstop offset='1' stop-color='%23ED971A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_10129_29240' x1='23.4653' y1='40.2811' x2='11.1993' y2='40.2811' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.20877' stop-color='%23FEE826'/%3E%3Cstop offset='0.573088' stop-color='%23FDCB22'/%3E%3Cstop offset='0.942342' stop-color='%23FCA81D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_10129_29240' x1='29.18' y1='46.1881' x2='29.18' y2='52.8447' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F16522'/%3E%3Cstop offset='1' stop-color='%23ED971A'/%3E%3C/linearGradient%3E%3CradialGradient id='paint15_radial_10129_29240' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(29.1301 34.8066) scale(7.41057 6.41755)'%3E%3Cstop offset='1e-07' stop-color='%23FFFD83'/%3E%3Cstop offset='0.174803' stop-color='%23FFFD87' stop-opacity='0.825'/%3E%3Cstop offset='0.355645' stop-color='%23FFFD94' stop-opacity='0.644'/%3E%3Cstop offset='0.539299' stop-color='%23FFFEA8' stop-opacity='0.461'/%3E%3Cstop offset='0.724836' stop-color='%23FFFEC5' stop-opacity='0.275'/%3E%3Cstop offset='0.910089' stop-color='%23FFFFEA' stop-opacity='0.09'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint16_radial_10129_29240' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(29.1301 17.4616) scale(7.41057 3.30511)'%3E%3Cstop offset='1e-07' stop-color='%23FFFD83'/%3E%3Cstop offset='0.174803' stop-color='%23FFFD87' stop-opacity='0.825'/%3E%3Cstop offset='0.355645' stop-color='%23FFFD94' stop-opacity='0.644'/%3E%3Cstop offset='0.539299' stop-color='%23FFFEA8' stop-opacity='0.461'/%3E%3Cstop offset='0.724836' stop-color='%23FFFEC5' stop-opacity='0.275'/%3E%3Cstop offset='0.910089' stop-color='%23FFFFEA' stop-opacity='0.09'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint17_radial_10129_29240' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(44.8409 39.572) scale(5.54491)'%3E%3Cstop offset='1e-07' stop-color='%23FFFD83'/%3E%3Cstop offset='0.174803' stop-color='%23FFFD87' stop-opacity='0.825'/%3E%3Cstop offset='0.355645' stop-color='%23FFFD94' stop-opacity='0.644'/%3E%3Cstop offset='0.539299' stop-color='%23FFFEA8' stop-opacity='0.461'/%3E%3Cstop offset='0.724836' stop-color='%23FFFEC5' stop-opacity='0.275'/%3E%3Cstop offset='0.910089' stop-color='%23FFFFEA' stop-opacity='0.09'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint18_radial_10129_29240' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(50.3626 27.2258) scale(3.27736)'%3E%3Cstop offset='1e-07' stop-color='%23FFFD83'/%3E%3Cstop offset='0.174803' stop-color='%23FFFD87' stop-opacity='0.825'/%3E%3Cstop offset='0.355645' stop-color='%23FFFD94' stop-opacity='0.644'/%3E%3Cstop offset='0.539299' stop-color='%23FFFEA8' stop-opacity='0.461'/%3E%3Cstop offset='0.724836' stop-color='%23FFFEC5' stop-opacity='0.275'/%3E%3Cstop offset='0.910089' stop-color='%23FFFFEA' stop-opacity='0.09'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint19_radial_10129_29240' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(13.3961 39.5314) rotate(180) scale(5.54491)'%3E%3Cstop offset='1e-07' stop-color='%23FFFD83'/%3E%3Cstop offset='0.174803' stop-color='%23FFFD87' stop-opacity='0.825'/%3E%3Cstop offset='0.355645' stop-color='%23FFFD94' stop-opacity='0.644'/%3E%3Cstop offset='0.539299' stop-color='%23FFFEA8' stop-opacity='0.461'/%3E%3Cstop offset='0.724836' stop-color='%23FFFEC5' stop-opacity='0.275'/%3E%3Cstop offset='0.910089' stop-color='%23FFFFEA' stop-opacity='0.09'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint20_radial_10129_29240' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(7.87526 27.1864) rotate(180) scale(3.27736)'%3E%3Cstop offset='1e-07' stop-color='%23FFFD83'/%3E%3Cstop offset='0.174803' stop-color='%23FFFD87' stop-opacity='0.825'/%3E%3Cstop offset='0.355645' stop-color='%23FFFD94' stop-opacity='0.644'/%3E%3Cstop offset='0.539299' stop-color='%23FFFEA8' stop-opacity='0.461'/%3E%3Cstop offset='0.724836' stop-color='%23FFFEC5' stop-opacity='0.275'/%3E%3Cstop offset='0.910089' stop-color='%23FFFFEA' stop-opacity='0.09'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint21_linear_10129_29240' x1='25.4785' y1='9.39087' x2='32.777' y2='9.39087' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_10129_29240' x1='29.1279' y1='6.64551' x2='29.1279' y2='12.6149' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_10129_29240' x1='49.6418' y1='22.8916' x2='55.4278' y2='22.8916' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_10129_29240' x1='52.5351' y1='20.7148' x2='52.5351' y2='25.4481' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_10129_29240' x1='2.83008' y1='22.8916' x2='8.61725' y2='22.8916' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_10129_29240' x1='5.72346' y1='20.7148' x2='5.72346' y2='25.4481' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEF328'/%3E%3Cstop offset='0.886487' stop-color='%23FF7F02'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
width:3.75rem;
height:3.75rem;
position:absolute;
top:0;
left: 0;
right: 0;
margin: 0 auto;
margin-top:-3.4375rem;
}

.darkbg{
    background: url("../images/dot_green.png") left top no-repeat ,
    url("../images/footer_2.png") 85% 17% no-repeat ,
    #181B28;
}
.darkbg h2{
    color:var(--white);
}
.darkbg .badge-green,.badge-green.gold{
    color:var(--title-black);
    background: linear-gradient(90deg, #FFC200 0%, #FFE600 100%);
}
.faq .accordion-item .accordion-button,.faq .accordion-button:not(.collapsed){
    background: var(--white);
    border-radius: 0.9375rem; 
    color:var(--title-black);
    border:none;
    box-shadow:none;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
}
.faq .accordion-item .accordion-button.collapsed {
    border-bottom-right-radius:0.9375rem;
    border-bottom-left-radius: 0.9375rem;
}
.faq .accordion-item:hover .accordion-button{
    color:var(--green-accent);
}
.faq .accordion-item .accordion-button[aria-expanded="true"]{
    background: transparent; 
    border-bottom:1px solid #F1F1F1;
    border-radius: 0;
}
.faq .accordion-item{
    background: var(--white);
    border-radius: 0.9375rem; 
    margin-bottom:1.25rem; 
    color:var(--title-black);
    font-style: normal;
    font-weight: 400;
    border: 1px solid var(--btn-grey);
}
.faq .accordion-item:hover{
    border-color:var(--green-accent);
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
article.guides img{
    border-top-right-radius:0.5rem;
    border-top-left-radius:0.5rem;
}

article.guides p{
color:var(--white);
font-weight: 600;
border-bottom-right-radius:0.5rem;
border-bottom-left-radius:0.5rem;
background-color: var(--title-black);
font-size: 1.125rem;
}
article.news img{
    border-radius:0.5rem;    
}
article.news p{
color:var(--white);
background-color: transparent;
}
article.news .bg{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.88%, #000000 100%); 
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem;  
    font-size: 0.75rem;
}
.btn-lg{
padding:1rem 1.0625rem;
}
.criteria,.det,.darkblock{
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;   
    font-size: 0.875rem;
    line-height: 1.5;
}
.criteria img{
margin-top:-1.25rem;
}
.det h4{
color:var(--white);
font-weight: 600;
font-size: 1.25rem;
line-height: 1.5;
}
.det .element{
color:var(--white);
background: rgba(0, 0, 0, 0.4);
border-radius: 0.5rem;
display:inline-block;
margin-right:0.125rem;
padding:0.375rem 0.875rem;
margin-bottom: 0.125rem;
}
.det .element:hover{
background-color: var(--green-accent);
}
footer{
    background: url("../images/footer_1.png") left top no-repeat ,
    url("../images/footer_2.png") 85% 17% no-repeat ,
    linear-gradient(180deg, #32343F 0%, #181B28 100%);
    color:var(--white);
    font-size: 0.875rem;
}
footer .footer-nav{
    background: rgba(0, 0, 0, 0.3);
border-radius: 0.5rem;
}
footer .footer-nav h5{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #C5C5C5;
}

footer ul{
    list-style-type:none;
    margin-block-start:0;
    padding-inline-start:0;
  }
  footer ul li a{
    font-size:1.25rem;
    line-height: 2;
    color:var(--white);
  }
.features{
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.5;
    color:var(--title-black)   
}
.green{
color:var(--green-accent-2)!important;
}
.rev h1 ,.rev h2, .rev h3, .rev h4 ,.rev h5 ,.rev h6{
    color:var(--green-accent)!important;
    font-weight: 600;  
}
.zoom:hover::after{
    content: '';
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    border-radius: 0.375rem;
    background:url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.5001 0.25C25.0289 0.25 13.2501 12.025 13.2501 26.5C13.2501 32.3875 15.2226 37.8063 18.5076 42.19L0.676367 60.0213C-0.0548828 60.7525 -0.0548828 61.9413 0.676367 62.6725L3.32762 65.3238C4.05887 66.055 5.24762 66.055 5.97887 65.3238L23.8101 47.4925C28.1939 50.7775 33.6126 52.75 39.5001 52.75C53.9714 52.75 65.7501 40.975 65.7501 26.5C65.7501 12.025 53.9714 0.25 39.5001 0.25ZM39.5001 45.25C29.1614 45.25 20.7501 36.8388 20.7501 26.5C20.7501 16.1613 29.1614 7.75 39.5001 7.75C49.8389 7.75 58.2501 16.1613 58.2501 26.5C58.2501 36.8388 49.8389 45.25 39.5001 45.25Z' fill='url(%23paint0_linear_10129_23692)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10129_23692' x1='0.12793' y1='65.8722' x2='65.7501' y2='65.8722' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC200'/%3E%3Cstop offset='1' stop-color='%23FFE600'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.nmt-1{
    margin-top:-1.5625rem;
}
.nmt-1 .btn-deal{
    padding:0.9375rem 5.0625rem;
   }
@media (min-width: 992px){
    .navbar{
        background: transparent;
        }


    header{
        padding-top:9.375rem;
    }
      .navbar{
        transition: all 0.5s;
        }
            .navbar .container{
            border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
            padding:0.9375rem 0;
            }
            
            article .badge-green{
            margin: 0;
            }

}
 /* width */
 ::-webkit-scrollbar {
    width: 0.3125rem;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--btn-grey);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--green-accent);
    border-radius: 0.625rem;
  } 
  .cc-window{
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
  }