:root{
	--gray-1:        #e4e4e4;
	--gray-2:        #fbfbfb;
	--gray-3:        #d9d9d9;
	--gray-4:        #1e1e1e;
	--gold-1:        #b86433;
	--gold-2:        #b87333;
	--gold-2-rgb:    184,115,51;
	--red:           #d61f5c;
	--red-mix:       #cb1d57;
	--red-rgb:       214,31,92;
	--yellow:        #fff000;
	--yellow-rgb:    255,240,0;
	--turquoise:     #3ab6ab;
	--turquoise-rgb: 58,182,171;
	--white:         #fff;
	--white-rgb:     255,255,255;
	--black:         #000;
	--black-rgb:     0,0,0;
	--on-dark:       #fff;
	--image-bg:      #e4e4e4;
}
@font-face{
	font-family:"Forum";
	font-weight:400;
	font-style:normal;
	font-display:swap;
	src:url("../fonts/Forum-Regular.eot");
	src:local("Forum Regular"),local("Forum-Regular"),url("../fonts/Forum-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Forum-Regular.woff") format("woff"),url("../fonts/Forum-Regular.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat";
	font-weight:500;
	font-style:normal;
	font-display:swap;
		src:url("../fonts/Montserrat-Medium.eot");
		src:local("Montserrat Medium"),local("Montserrat-Medium"),url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-Medium.woff") format("woff"),url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat";
	font-weight:400;
	font-style:normal;
	font-display:swap;
		src:url("../fonts/Montserrat-Regular.eot");
		src:local("Montserrat Regular"),local("Montserrat-Regular"),url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-Regular.woff") format("woff"),url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat";
	font-weight:400;
	font-style:italic;
	font-display:swap;
		src:url("../fonts/Montserrat-Italic.eot");
		src:local("Montserrat Italic"),local("Montserrat-Italic"),url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-Italic.woff") format("woff"),url("../fonts/Montserrat-Italic.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat";
	font-weight:600;
	font-style:normal;
	font-display:swap;
		src:url("../fonts/Montserrat-SemiBold.eot");
		src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-SemiBold.woff") format("woff"),url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat";
	font-weight:600;
	font-style:italic;
	font-display:swap;
		src:url("../fonts/Montserrat-SemiBoldItalic.eot");
		src:local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url("../fonts/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
}
*{margin-bottom:0;margin-top:0}
*:last-child{margin-bottom:0}
*,*::before,*::after{box-sizing:border-box}
@media (prefers-reduced-motion:no-preference){
	:root{scroll-behavior:smooth}
}
html,body{height:100%;margin:0;padding:0}
body{text-align:left;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden;background-color:var(--white);color:var(--black);font-family:"Montserrat",sans-serif;font-size:19px;font-weight:400;line-height:30px}
@media (min-width:576px){
	body{font-size:20px}
}
@media (min-width:768px){
	body{font-size:21px}
}
@media (min-width:992px){
	body{font-size:22px}
}
@media (min-width:1200px){
	body{font-size:23px}
}
@media (min-width:1400px){
	body{font-size:24px}
}
@media (min-width:1736px){
	body{font-size:25px}
}
hr{height:10px;margin:46px 0 48px;opacity:0.4;background:linear-gradient(180deg,rgb(228,228,228) 0%,rgba(228,228,228,0) 100%);border:0;border-bottom-left-radius:55px 10px;border-bottom-right-radius:55px 10px;color:inherit}
@media (min-width:576px){
	hr{margin:70px 0 60px}
}
@media (min-width:768px){
	hr{margin:86px 0 72px}
}
@media (min-width:992px){
	hr{margin:102px 0 84px}
}
@media (min-width:1200px){
	hr{margin:118px 0 96px}
}
@media (min-width:1400px){
	hr{margin:134px 0 108px}
}
@media (min-width:1736px){
	hr{margin:160px 0 120px}
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-bottom:60px;margin-top:60px;color:var(--gold-1);font-family:"Forum",serif;font-weight:400;line-height:1.2}
h1:first-child,.h1:first-child,h2:first-child,.h2:first-child,h3:first-child,.h3:first-child,h4:first-child,.h4:first-child,h5:first-child,.h5:first-child,h6:first-child,.h6:first-child{margin-top:0}
h1:last-child,.h1:last-child,h2:last-child,.h2:last-child,h3:last-child,.h3:last-child,h4:last-child,.h4:last-child,h5:last-child,.h5:last-child,h6:last-child,.h6:last-child{margin-bottom:0}
@media (min-width:576px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:70px}
}
@media (min-width:768px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:80px}
}
@media (min-width:992px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:90px}
}
@media (min-width:1200px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:100px}
}
@media (min-width:1400px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:110px}
}
@media (min-width:1736px){
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:120px}
}
h4,.h4,h5,.h5,h6,.h6{font-family:"Montserrat",sans-serif;color:var(--red)}
h1,.h1{margin-bottom:50px;font-size:54px;line-height:63px}
h1:last-child,.h1:last-child{margin-bottom:0}
@media (min-width:576px){
	h1,.h1{font-size:70px;line-height:80px}
}
@media (min-width:768px){
	h1,.h1{font-size:86px;line-height:97px}
}
@media (min-width:992px){
	h1,.h1{font-size:102px;line-height:114px}
}
@media (min-width:1200px){
	h1,.h1{font-size:118px;line-height:131px}
}
@media (min-width:1400px){
	h1,.h1{font-size:134px;line-height:148px}
}
@media (min-width:1736px){
	h1,.h1{font-size:150px;line-height:165px}
}
h2,.h2{margin-bottom:20px;font-size:42px;line-height:48px}
h2:last-child,.h2:last-child{margin-bottom:0}
@media (min-width:576px){
	h2,.h2{margin-bottom:25px}
}
@media (min-width:768px){
	h2,.h2{margin-bottom:30px}
}
@media (min-width:992px){
	h2,.h2{margin-bottom:35px}
}
@media (min-width:1200px){
	h2,.h2{margin-bottom:40px}
}
@media (min-width:1400px){
	h2,.h2{margin-bottom:45px}
}
@media (min-width:1736px){
	h2,.h2{margin-bottom:50px}
}
@media (min-width:576px){
	h2,.h2{font-size:45px;line-height:51px}
}
@media (min-width:768px){
	h2,.h2{font-size:48px;line-height:54px}
}
@media (min-width:992px){
	h2,.h2{font-size:51px;line-height:57px}
}
@media (min-width:1200px){
	h2,.h2{font-size:54px;line-height:60px}
}
@media (min-width:1400px){
	h2,.h2{font-size:57px;line-height:63px}
}
@media (min-width:1736px){
	h2,.h2{font-size:60px;line-height:66px}
}
h3,.h3{margin-bottom:20px;font-size:34px;line-height:41px}
h3:last-child,.h3:last-child{margin-bottom:0}
@media (min-width:576px){
	h3,.h3{margin-bottom:29px}
}
@media (min-width:768px){
	h3,.h3{margin-bottom:38px}
}
@media (min-width:992px){
	h3,.h3{margin-bottom:47px}
}
@media (min-width:1200px){
	h3,.h3{margin-bottom:56px}
}
@media (min-width:1400px){
	h3,.h3{margin-bottom:65px}
}
@media (min-width:1736px){
	h3,.h3{margin-bottom:74px}
}
@media (min-width:576px){
	h3,.h3{font-size:35px}
}
@media (min-width:768px){
	h3,.h3{font-size:36px;line-height:42px}
}
@media (min-width:992px){
	h3,.h3{font-size:37px}
}
@media (min-width:1200px){
	h3,.h3{font-size:38px;line-height:43px}
}
@media (min-width:1400px){
	h3,.h3{font-size:39px}
}
@media (min-width:1736px){
	h3,.h3{font-size:40px;line-height:44px}
}
h4,.h4{margin-bottom:30px;font-size:25px;font-weight:500;text-transform:uppercase}
h4:last-child,.h4:last-child{margin-bottom:0}
h5,.h5{margin-bottom:30px;font-size:20px}
h5:last-child,.h5:last-child{margin-bottom:0}
h6,.h6{font-size:15px}
p{margin-bottom:30px;margin-top:0}
p:last-child{margin-bottom:0}
abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{font-style:normal;line-height:inherit;margin-bottom:30px}
address:last-child{margin-bottom:0}
ol{padding-left:24px}
ul{padding-left:14px}
ol,ul,dl{margin-bottom:30px;margin-top:0}
ol:last-child,ul:last-child,dl:last-child{margin-bottom:0}
ol ol,ul ul,ol ul,ul ol{margin-bottom:0}
li{margin-bottom:10px}
li:last-child{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:10px;margin-left:0}
blockquote{margin:0 0 30px}
blockquote:last-child{margin-bottom:0}
b,strong{font-weight:600;letter-spacing:0}
small{font-size:0.875em}
mark{padding:0.1875em;color:var(--black);background-color:var(--black)}
sub,sup{position:relative;font-size:0.6em;line-height:0;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
a{transition:color 0.15s linear 0s;color:var(--red);outline:none;text-decoration:underline}
a:hover,a:focus-visible{color:var(--red);text-decoration:none}
a:active{color:var(--red-mix)}
a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}
pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
pre{display:block;margin-top:0;margin-bottom:30px;overflow:auto;font-size:0.875em}
pre:last-child{margin-bottom:0}
pre code{font-size:inherit;color:inherit;word-break:normal}
code{font-size:0.875em;color:var(--black);word-wrap:break-word}
a>code{color:inherit}
kbd{padding:3px 6px;font-size:0.875em;color:var(--white);background-color:var(--black);border-radius:16px}
kbd kbd{padding:0;font-size:1em}
figure{margin:0 0 30px}
figure:last-child{margin-bottom:0}
img,svg{vertical-align:middle}
table{caption-side:bottom;border-collapse:collapse}
caption{padding-top:10px;padding-bottom:10px;color:var(--black);text-align:left}
th{text-align:inherit;text-align:-webkit-match-parent}
thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}
label{display:inline-block}
label[for]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}
button{border-radius:0}
button:focus:not(:focus-visible){outline:0}
input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,select{text-transform:none}
[role=button]{cursor:pointer}
select{word-wrap:normal}
select:disabled{opacity:1}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}
::-moz-focus-inner{padding:0;border-style:none}
textarea{resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{float:left;width:100%;padding:0;margin-bottom:10px;font-size:25px;line-height:inherit}
legend+*{clear:left}
::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}
::-webkit-inner-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-color-swatch-wrapper{padding:0}
::file-selector-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
iframe{border:0}
summary{display:list-item;cursor:pointer}
progress{vertical-align:baseline}
[hidden]{display:none!important}
img:not(.img-not-default){max-width:100%;height:auto}
.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}
.container,.container-fluid{width:100%;padding-left:16px;padding-right:16px;margin-right:auto;margin-left:auto}
.container-fluid{max-width:1656px}
@media (min-width:576px){
	.container{max-width:540px}
	.container,.container-fluid{padding-left:8px;padding-right:8px}
}
@media (min-width:768px){
	.container{max-width:720px}
}
@media (min-width:992px){
	.container{max-width:960px}
}
@media (min-width:1200px){
	.container{max-width:1140px}
}
@media (min-width:1400px){
	.container{max-width:1320px}
}
@media (min-width:1736px){
	.container{max-width:1656px}
}
.visually-hidden{clip:rect(0,0,0,0)!important;margin:-1px!important;height:1px!important;overflow:hidden!important;padding:0!important;width:1px!important;white-space:nowrap!important;border:0!important}
.visually-hidden:not(caption){position:absolute!important}
.container .full-width{margin-left:-32px!important;margin-right:-32px!important}
.container-fluid .full-width{margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important}
@media (min-width:576px){
	.container .full-width{margin-left:calc(-50vw + 270px - 8px)!important;margin-right:calc(-50vw + 270px - 8px)!important}
}
@media (min-width:768px){
	.container .full-width{margin-left:calc(-50vw + 360px - 8px)!important;margin-right:calc(-50vw + 360px - 8px)!important}
}
@media (min-width:992px){
	.container .full-width{margin-left:calc(-50vw + 480px - 8px)!important;margin-right:calc(-50vw + 480px - 8px)!important}
}
@media (min-width:1200px){
	.container .full-width{margin-left:calc(-50vw + 570px - 8px)!important;margin-right:calc(-50vw + 570px - 8px)!important}
}
@media (min-width:1400px){
	.container .full-width{margin-left:calc(-50vw + 660px - 8px)!important;margin-right:calc(-50vw + 660px - 8px)!important}
}
@media (min-width:1736px){
	.container .full-width{margin-left:calc(-50vw + 828px - 8px)!important;margin-right:calc(-50vw + 828px - 8px)!important}
}
.text-gray-1{color:var(--gray-1)!important}
.text-gray-1 a{color:inherit!important}
.text-gray-2{color:var(--gray-2)!important}
.text-gray-2 a{color:inherit!important}
.text-gray-3{color:var(--gray-3)!important}
.text-gray-3 a{color:inherit!important}
.text-gray-4{color:var(--gray-4)!important}
.text-gray-4 a{color:inherit!important}
.text-gold-1{color:var(--gold-1)!important}
.text-gold-1 a{color:inherit!important}
.text-gold-2{color:var(--gold-2)!important}
.text-gold-2 a{color:inherit!important}
.text-gold-2-rgb{color:var(--gold-2-rgb)!important}
.text-gold-2-rgb a{color:inherit!important}
.text-red{color:var(--red)!important}
.text-red a{color:inherit!important}
.text-red-mix{color:var(--red-mix)!important}
.text-red-mix a{color:inherit!important}
.text-white{color:var(--white)!important}
.text-white a{color:inherit!important}
.text-black{color:var(--black)!important}
.text-black a{color:inherit!important}
.text-on-dark{color:var(--on-dark)!important}
.text-on-dark a{color:inherit!important}
.text-image-bg{color:var(--image-bg)!important}
.text-image-bg a{color:inherit!important}
@media (min-width:576px){
	.text-sm-gray-1{color:var(--gray-1)!important}
	.text-sm-gray-1 a{color:inherit!important}
	.text-sm-gray-2{color:var(--gray-2)!important}
	.text-sm-gray-2 a{color:inherit!important}
	.text-sm-gray-3{color:var(--gray-3)!important}
	.text-sm-gray-3 a{color:inherit!important}
	.text-sm-gray-4{color:var(--gray-4)!important}
	.text-sm-gray-4 a{color:inherit!important}
	.text-sm-gold-1{color:var(--gold-1)!important}
	.text-sm-gold-1 a{color:inherit!important}
	.text-sm-gold-2{color:var(--gold-2)!important}
	.text-sm-gold-2 a{color:inherit!important}
	.text-sm-gold-2-rgb{color:var(--gold-2-rgb)!important}
	.text-sm-gold-2-rgb a{color:inherit!important}
	.text-sm-red{color:var(--red)!important}
	.text-sm-red a{color:inherit!important}
	.text-sm-red-mix{color:var(--red-mix)!important}
	.text-sm-red-mix a{color:inherit!important}
	.text-sm-white{color:var(--white)!important}
	.text-sm-white a{color:inherit!important}
	.text-sm-black{color:var(--black)!important}
	.text-sm-black a{color:inherit!important}
	.text-sm-on-dark{color:var(--on-dark)!important}
	.text-sm-on-dark a{color:inherit!important}
	.text-sm-image-bg{color:var(--image-bg)!important}
	.text-sm-image-bg a{color:inherit!important}
}
@media (min-width:768px){
	.text-md-gray-1{color:var(--gray-1)!important}
	.text-md-gray-1 a{color:inherit!important}
	.text-md-gray-2{color:var(--gray-2)!important}
	.text-md-gray-2 a{color:inherit!important}
	.text-md-gray-3{color:var(--gray-3)!important}
	.text-md-gray-3 a{color:inherit!important}
	.text-md-gray-4{color:var(--gray-4)!important}
	.text-md-gray-4 a{color:inherit!important}
	.text-md-gold-1{color:var(--gold-1)!important}
	.text-md-gold-1 a{color:inherit!important}
	.text-md-gold-2{color:var(--gold-2)!important}
	.text-md-gold-2 a{color:inherit!important}
	.text-md-gold-2-rgb{color:var(--gold-2-rgb)!important}
	.text-md-gold-2-rgb a{color:inherit!important}
	.text-md-red{color:var(--red)!important}
	.text-md-red a{color:inherit!important}
	.text-md-red-mix{color:var(--red-mix)!important}
	.text-md-red-mix a{color:inherit!important}
	.text-md-white{color:var(--white)!important}
	.text-md-white a{color:inherit!important}
	.text-md-black{color:var(--black)!important}
	.text-md-black a{color:inherit!important}
	.text-md-on-dark{color:var(--on-dark)!important}
	.text-md-on-dark a{color:inherit!important}
	.text-md-image-bg{color:var(--image-bg)!important}
	.text-md-image-bg a{color:inherit!important}
}
@media (min-width:992px){
	.text-lg-gray-1{color:var(--gray-1)!important}
	.text-lg-gray-1 a{color:inherit!important}
	.text-lg-gray-2{color:var(--gray-2)!important}
	.text-lg-gray-2 a{color:inherit!important}
	.text-lg-gray-3{color:var(--gray-3)!important}
	.text-lg-gray-3 a{color:inherit!important}
	.text-lg-gray-4{color:var(--gray-4)!important}
	.text-lg-gray-4 a{color:inherit!important}
	.text-lg-gold-1{color:var(--gold-1)!important}
	.text-lg-gold-1 a{color:inherit!important}
	.text-lg-gold-2{color:var(--gold-2)!important}
	.text-lg-gold-2 a{color:inherit!important}
	.text-lg-gold-2-rgb{color:var(--gold-2-rgb)!important}
	.text-lg-gold-2-rgb a{color:inherit!important}
	.text-lg-red{color:var(--red)!important}
	.text-lg-red a{color:inherit!important}
	.text-lg-red-mix{color:var(--red-mix)!important}
	.text-lg-red-mix a{color:inherit!important}
	.text-lg-white{color:var(--white)!important}
	.text-lg-white a{color:inherit!important}
	.text-lg-black{color:var(--black)!important}
	.text-lg-black a{color:inherit!important}
	.text-lg-on-dark{color:var(--on-dark)!important}
	.text-lg-on-dark a{color:inherit!important}
	.text-lg-image-bg{color:var(--image-bg)!important}
	.text-lg-image-bg a{color:inherit!important}
}
@media (min-width:1200px){
	.text-xl-gray-1{color:var(--gray-1)!important}
	.text-xl-gray-1 a{color:inherit!important}
	.text-xl-gray-2{color:var(--gray-2)!important}
	.text-xl-gray-2 a{color:inherit!important}
	.text-xl-gray-3{color:var(--gray-3)!important}
	.text-xl-gray-3 a{color:inherit!important}
	.text-xl-gray-4{color:var(--gray-4)!important}
	.text-xl-gray-4 a{color:inherit!important}
	.text-xl-gold-1{color:var(--gold-1)!important}
	.text-xl-gold-1 a{color:inherit!important}
	.text-xl-gold-2{color:var(--gold-2)!important}
	.text-xl-gold-2 a{color:inherit!important}
	.text-xl-gold-2-rgb{color:var(--gold-2-rgb)!important}
	.text-xl-gold-2-rgb a{color:inherit!important}
	.text-xl-red{color:var(--red)!important}
	.text-xl-red a{color:inherit!important}
	.text-xl-red-mix{color:var(--red-mix)!important}
	.text-xl-red-mix a{color:inherit!important}
	.text-xl-white{color:var(--white)!important}
	.text-xl-white a{color:inherit!important}
	.text-xl-black{color:var(--black)!important}
	.text-xl-black a{color:inherit!important}
	.text-xl-on-dark{color:var(--on-dark)!important}
	.text-xl-on-dark a{color:inherit!important}
	.text-xl-image-bg{color:var(--image-bg)!important}
	.text-xl-image-bg a{color:inherit!important}
}
@media (min-width:1400px){
	.text-xxl-gray-1{color:var(--gray-1)!important}
	.text-xxl-gray-1 a{color:inherit!important}
	.text-xxl-gray-2{color:var(--gray-2)!important}
	.text-xxl-gray-2 a{color:inherit!important}
	.text-xxl-gray-3{color:var(--gray-3)!important}
	.text-xxl-gray-3 a{color:inherit!important}
	.text-xxl-gray-4{color:var(--gray-4)!important}
	.text-xxl-gray-4 a{color:inherit!important}
	.text-xxl-gold-1{color:var(--gold-1)!important}
	.text-xxl-gold-1 a{color:inherit!important}
	.text-xxl-gold-2{color:var(--gold-2)!important}
	.text-xxl-gold-2 a{color:inherit!important}
	.text-xxl-gold-2-rgb{color:var(--gold-2-rgb)!important}
	.text-xxl-gold-2-rgb a{color:inherit!important}
	.text-xxl-red{color:var(--red)!important}
	.text-xxl-red a{color:inherit!important}
	.text-xxl-red-mix{color:var(--red-mix)!important}
	.text-xxl-red-mix a{color:inherit!important}
	.text-xxl-white{color:var(--white)!important}
	.text-xxl-white a{color:inherit!important}
	.text-xxl-black{color:var(--black)!important}
	.text-xxl-black a{color:inherit!important}
	.text-xxl-on-dark{color:var(--on-dark)!important}
	.text-xxl-on-dark a{color:inherit!important}
	.text-xxl-image-bg{color:var(--image-bg)!important}
	.text-xxl-image-bg a{color:inherit!important}
}
@media (min-width:1736px){
	.text-xxxl-gray-1{color:var(--gray-1)!important}
	.text-xxxl-gray-1 a{color:inherit!important}
	.text-xxxl-gray-2{color:var(--gray-2)!important}
	.text-xxxl-gray-2 a{color:inherit!important}
	.text-xxxl-gray-3{color:var(--gray-3)!important}
	.text-xxxl-gray-3 a{color:inherit!important}
	.text-xxxl-gray-4{color:var(--gray-4)!important}
	.text-xxxl-gray-4 a{color:inherit!important}
	.text-xxxl-gold-1{color:var(--gold-1)!important}
	.text-xxxl-gold-1 a{color:inherit!important}
	.text-xxxl-gold-2{color:var(--gold-2)!important}
	.text-xxxl-gold-2 a{color:inherit!important}
	.text-xxxl-gold-2-rgb{color:var(--gold-2-rgb)!important}
	.text-xxxl-gold-2-rgb a{color:inherit!important}
	.text-xxxl-red{color:var(--red)!important}
	.text-xxxl-red a{color:inherit!important}
	.text-xxxl-red-mix{color:var(--red-mix)!important}
	.text-xxxl-red-mix a{color:inherit!important}
	.text-xxxl-white{color:var(--white)!important}
	.text-xxxl-white a{color:inherit!important}
	.text-xxxl-black{color:var(--black)!important}
	.text-xxxl-black a{color:inherit!important}
	.text-xxxl-on-dark{color:var(--on-dark)!important}
	.text-xxxl-on-dark a{color:inherit!important}
	.text-xxxl-image-bg{color:var(--image-bg)!important}
	.text-xxxl-image-bg a{color:inherit!important}
}
.fw-normal{font-weight:400!important}
.fw-medium{font-weight:500!important}
.fw-semibold{font-weight:600!important}
@media (min-width:576px){
	.fw-sm-normal{font-weight:400!important}
	.fw-sm-medium{font-weight:500!important}
	.fw-sm-semibold{font-weight:600!important}
}
@media (min-width:768px){
	.fw-md-normal{font-weight:400!important}
	.fw-md-medium{font-weight:500!important}
	.fw-md-semibold{font-weight:600!important}
}
@media (min-width:992px){
	.fw-lg-normal{font-weight:400!important}
	.fw-lg-medium{font-weight:500!important}
	.fw-lg-semibold{font-weight:600!important}
}
@media (min-width:1200px){
	.fw-xl-normal{font-weight:400!important}
	.fw-xl-medium{font-weight:500!important}
	.fw-xl-semibold{font-weight:600!important}
}
@media (min-width:1400px){
	.fw-xxl-normal{font-weight:400!important}
	.fw-xxl-medium{font-weight:500!important}
	.fw-xxl-semibold{font-weight:600!important}
}
@media (min-width:1736px){
	.fw-xxxl-normal{font-weight:400!important}
	.fw-xxxl-medium{font-weight:500!important}
	.fw-xxxl-semibold{font-weight:600!important}
}
.w-100{width:100%!important}
.w-auto{width:auto!important}
@media (min-width:576px){
	.w-sm-100{width:100%!important}
	.w-sm-auto{width:auto!important}
}
@media (min-width:768px){
	.w-md-100{width:100%!important}
	.w-md-auto{width:auto!important}
}
@media (min-width:992px){
	.w-lg-100{width:100%!important}
	.w-lg-auto{width:auto!important}
}
@media (min-width:1200px){
	.w-xl-100{width:100%!important}
	.w-xl-auto{width:auto!important}
}
@media (min-width:1400px){
	.w-xxl-100{width:100%!important}
	.w-xxl-auto{width:auto!important}
}
@media (min-width:1736px){
	.w-xxxl-100{width:100%!important}
	.w-xxxl-auto{width:auto!important}
}
.clearfix::after{display:block;clear:both;content:""}
.mb-0{margin-bottom:0!important}
@media (min-width:576px){
	.mb-sm-0{margin-bottom:0!important}
}
@media (min-width:768px){
	.mb-md-0{margin-bottom:0!important}
}
@media (min-width:992px){
	.mb-lg-0{margin-bottom:0!important}
}
@media (min-width:1200px){
	.mb-xl-0{margin-bottom:0!important}
}
@media (min-width:1400px){
	.mb-xxl-0{margin-bottom:0!important}
}
@media (min-width:1736px){
	.mb-xxxl-0{margin-bottom:0!important}
}
small,.small{font-size:14px;line-height:24px}
p.small{margin-bottom:24px}
p.small:last-child{margin-bottom:0}
@media (min-width:576px){
	small,.small{font-size:15px}
}
@media (min-width:768px){
	small,.small{font-size:16px}
}
@media (min-width:992px){
	small,.small{font-size:17px}
}
@media (min-width:1200px){
	small,.small{font-size:18px}
}
@media (min-width:1400px){
	small,.small{font-size:19px}
}
@media (min-width:1736px){
	small,.small{font-size:20px}
}
ul{margin-bottom:30px;padding-left:0;list-style:none}
ul:last-child{margin-bottom:0}
ul>li{margin-bottom:0;padding-left:0;position:relative}
ul>li::before{content:"";display:inline-block;margin-left:1px;margin-right:7px;height:6px;width:6px;transform:translateY(-50%)}
ul>li::before{background-color:var(--black)}
ul.list_dot-green>li::before{background-color:var(--green-1)}
ol{margin-bottom:30px}
ol:last-child{margin-bottom:0}
.page-layout-def{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:stretch;min-height:100vh;width:100%}
.content-page{display:block;flex-grow:1;padding-bottom:0;padding-top:0;position:relative}
.block-1{padding-right:9.391%;padding-left:calc(18.905vw - 68px);padding-right:calc(11.197vw - 40px);position:relative}
.block-1.block-1-pb{padding-bottom:50px}
.block-1 .toggle{margin-bottom:-40px}
.block-1 .menu{position:absolute;margin-left:60px;margin-top:7px}
.block-1>.icon{margin-bottom:20px}
.block-1 hr{margin-left:-16px;margin-right:-16px}
.block-1 .block-2.full-width{margin-left:-16px!important;margin-right:-16px!important;padding-left:16px!important;padding-right:16px!important}
.block-1 .block-2.full-width .block-2__container{padding-left:0;padding-right:0}
@media (min-width:576px){
	.block-1 hr{margin-left:calc(-8.97% - 13px);margin-right:calc(-11.197% - 17px)}
	.block-1 .block-2.full-width{margin-left:calc(-20.905vw + 68px)!important;margin-right:calc(-13.197vw + 40px)!important;padding-left:calc(20.905vw - 68px)!important;padding-right:calc(13.197vw - 40px)!important}
}
@media (min-width:992px){
	.block-1 .toggle{position:absolute;margin-bottom:0;margin-left:-98px;margin-top:24px}
	.block-1 .menu{margin-bottom:0;margin-left:-81px;margin-top:58px}
	.block-1>.icon{position:absolute;margin-bottom:0}
	.block-1>.icon_management{margin-left:-98px;margin-top:24px}
	.block-1>.icon_diamond{margin-left:-76px;margin-top:10px}
	.block-1>.icon_drop,.block-1>.icon_texture,.block-1>.icon_typography,.block-1>.icon_sign{margin-left:-81px;margin-top:9px}
}
@media (min-width:1736px){
	.block-1{padding-left:15.854%;padding-right:9.391%}
	.block-1 .toggle{margin-left:-298px}
	.block-1 .menu{margin-left:-280px}
	.block-1>.icon_management{margin-left:-298px}
	.block-1>.icon_diamond{margin-left:-276px}
	.block-1>.icon_drop,.block-1>.icon_texture,.block-1>.icon_typography,.block-1>.icon_sign{margin-left:-281px}
	.block-1 .block-2.full-width{margin-left:calc(-50vw + 828px - 8px - 260px)!important;margin-right:calc(-50vw + 828px - 8px - 154px)!important;padding-left:calc(50vw - 828px + 8px + 260px)!important;padding-right:calc(50vw - 828px + 8px + 154px)!important}
}
.block-2{margin-top:50px;margin-bottom:50px;padding:50px 154px 50px 260px;background-color:var(--gray-2)}
.block-2:first-child{margin-top:0}
.block-2:last-child{margin-bottom:0}
.block-2+h4,.block-2+.h4{margin-top:60px}
@media (min-width:576px){
	.block-2{margin-top:53px;margin-bottom:53px}
	.block-2:first-child{margin-top:0}
	.block-2:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.block-2{margin-top:56px;margin-bottom:56px}
	.block-2:first-child{margin-top:0}
	.block-2:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.block-2{margin-top:59px;margin-bottom:59px}
	.block-2:first-child{margin-top:0}
	.block-2:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.block-2{margin-top:62px;margin-bottom:62px}
	.block-2:first-child{margin-top:0}
	.block-2:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.block-2{margin-top:65px;margin-bottom:65px}
	.block-2:first-child{margin-top:0}
	.block-2:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.block-2{margin-top:70px;margin-bottom:70px}
	.block-2:first-child{margin-top:0}
	.block-2:last-child{margin-bottom:0}
}
.title-with-more{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:30px;margin-top:30px}
.title-with-more:first-child{margin-top:0}
.title-with-more:last-child{margin-bottom:0}
.title-with-more__more{margin-top:6px}
@media (min-width:576px){
	.title-with-more{margin-bottom:36px;margin-top:36px}
	.title-with-more:first-child{margin-top:0}
	.title-with-more:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.title-with-more{margin-bottom:42px;margin-top:42px}
	.title-with-more:first-child{margin-top:0}
	.title-with-more:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.title-with-more{margin-bottom:48px;margin-top:48px}
	.title-with-more:first-child{margin-top:0}
	.title-with-more:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.title-with-more{margin-bottom:54px;margin-top:54px}
	.title-with-more:first-child{margin-top:0}
	.title-with-more:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.title-with-more{margin-bottom:60px;margin-top:60px}
	.title-with-more:first-child{margin-top:0}
	.title-with-more:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.title-with-more{margin-bottom:70px;margin-top:70px}
	.title-with-more:first-child{margin-top:0}
	.title-with-more:last-child{margin-bottom:0}
}
.blockquote{text-align:right}
.blockquote__blockquote{margin-bottom:0}
.blockquote__blockquote,.blockquote__figcaption{font-style:italic}
.blockquote__blockquote{font-weight:600}
.colors-list{margin-bottom:30px;margin-top:30px}
.colors-list:first-child{margin-top:0}
.colors-list:last-child{margin-bottom:0}
.colors-list__item{margin-bottom:30px}
.colors-list__item:last-child{margin-bottom:0}
@media (min-width:576px){
	.colors-list{margin-bottom:37px;margin-top:37px}
	.colors-list:first-child{margin-top:0}
	.colors-list:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.colors-list{margin-bottom:44px;margin-top:44px}
	.colors-list:first-child{margin-top:0}
	.colors-list:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.colors-list{display:flex;gap:36px 0;flex-wrap:wrap;margin-bottom:51px;margin-right:-8px;margin-left:-8px;margin-top:51px;width:100%}
	.colors-list:first-child{margin-top:0}
	.colors-list:last-child{margin-bottom:0}
	.colors-list__item{margin-bottom:0;flex:0 0 auto;width:50%;max-width:100%;padding-right:8px;padding-left:8px}
}
@media (min-width:1200px){
	.colors-list{margin-bottom:58px;margin-top:58px}
	.colors-list:first-child{margin-top:0}
	.colors-list:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.colors-list{margin-bottom:65px;margin-top:65px}
	.colors-list:first-child{margin-top:0}
	.colors-list:last-child{margin-bottom:0}
	.colors-list__item{width:33.33333333%}
}
@media (min-width:1736px){
	.colors-list{margin-bottom:75px;margin-top:75px}
	.colors-list:first-child{margin-top:0}
	.colors-list:last-child{margin-bottom:0}
}
.color__color{aspect-ratio:398/150;margin-bottom:30px}
.color__color:last-child{margin-bottom:0}
.color__copy{display:flex;gap:20px;margin-left:3px;margin-right:3px;position:relative}
.color__copy__before{flex-shrink:0;content:"";display:block;height:21px;width:17px;transform:translateY(5px)}
.color__copy__before{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='%231e1e1e'%3e%3cpath d='M14.9937 5.41504C15.1158 5.41396 15.2378 5.42266 15.358 5.44434L15.5142 5.48047C15.874 5.57905 16.1964 5.78617 16.4351 6.07617C16.7065 6.40591 16.8528 6.82116 16.8482 7.24805V18.3311C16.8569 18.6834 16.7607 19.0308 16.5709 19.3281C16.3778 19.6304 16.0966 19.8664 15.7662 20.0059L15.7544 20.0117C15.602 20.0713 15.4447 20.1185 15.2847 20.1533L15.232 20.165H6.99566L6.93609 20.1279C6.5312 20.0505 6.16352 19.8391 5.89507 19.5234C5.60347 19.1805 5.44936 18.7419 5.46343 18.292V7.25684C5.46299 7.13523 5.47446 7.01393 5.49761 6.89453C5.49859 6.8895 5.50138 6.88485 5.50249 6.87988C5.58452 6.46164 5.8094 6.08461 6.14117 5.81641C6.47425 5.54717 6.89199 5.40637 7.31988 5.41504V5.41406H14.9937V5.41504ZM7.38824 18.2402H14.9302V7.33887H7.38824V18.2402ZM10.3668 0.525391C10.3688 0.526046 10.3714 0.526883 10.3736 0.527344L10.3726 0.52832C10.7907 0.600974 11.1709 0.815749 11.4468 1.13867C11.7268 1.46655 11.8814 1.88333 11.8834 2.31445V2.31738C11.8832 2.57206 11.7822 2.81598 11.6021 2.99609C11.4219 3.17625 11.1772 3.27832 10.9224 3.27832C10.6678 3.27817 10.4238 3.17616 10.2437 2.99609C10.0873 2.83963 9.99016 2.63504 9.96734 2.41699H2.42339V13.3291C2.44471 13.332 2.46337 13.3354 2.47808 13.3379H2.4771C2.63952 13.3642 2.79141 13.4325 2.91851 13.5342L3.03765 13.6484L3.13628 13.7812C3.21813 13.9156 3.26397 14.069 3.27203 14.2275H3.273C3.27314 14.2295 3.27287 14.2315 3.273 14.2334C3.27326 14.2393 3.2748 14.2451 3.27496 14.251H3.273C3.28376 14.474 3.21657 14.6941 3.07964 14.8711C2.93791 15.0541 2.73315 15.1782 2.50542 15.2197L2.49664 15.2217L2.48785 15.2227C2.32236 15.2467 2.15394 15.2417 1.9898 15.21V15.2109C1.98756 15.2105 1.98521 15.2094 1.98296 15.209H1.98003V15.208C1.56109 15.1308 1.18266 14.9091 0.911674 14.5801C0.638511 14.2484 0.491586 13.83 0.498589 13.4004V10.0967C0.49859 10.0934 0.4995 10.0902 0.499565 10.0869V2.34277C0.494087 1.93682 0.625447 1.54083 0.871635 1.21777C1.11865 0.89374 1.46748 0.662389 1.86187 0.560547C1.93252 0.541706 2.01763 0.523417 2.06011 0.513672L2.1148 0.500977H10.2916L10.3668 0.525391Z'/%3e%3c/svg%3e")}
.color__copy-link{text-decoration:none!important}
.color__copy-link:not(:hover):not(:focus-visible){color:inherit}
.color__copy__done{position:absolute;top:-20px;left:0;padding:4px 6px;font-size:10px;line-height:12px;border-radius:6px;background:rgba(var(--black-rgb),0.75);color:var(--white)}
.cols{margin-bottom:30px;margin-top:30px}
.cols:first-child{margin-bottom:0}
.cols:last-child{margin-bottom:0}
.cols__col{margin-bottom:30px}
.cols__col:last-child{margin-bottom:0}
@media (min-width:576px){
	.cols{margin-bottom:37px;margin-top:37px}
	.cols:first-child{margin-bottom:0}
	.cols:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.cols{margin-bottom:44px;margin-top:44px}
	.cols:first-child{margin-bottom:0}
	.cols:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.cols{display:grid;gap:16px;grid-template-columns:674fr 536fr;margin-bottom:51px;margin-top:51px;width:100%}
	.cols:first-child{margin-bottom:0}
	.cols:last-child{margin-bottom:0}
	.cols__col{margin-bottom:0}
}
@media (min-width:1200px){
	.cols{margin-bottom:58px;margin-top:58px}
	.cols:first-child{margin-bottom:0}
	.cols:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.cols{margin-bottom:65px;margin-top:65px}
	.cols:first-child{margin-bottom:0}
	.cols:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.cols{margin-bottom:75px;margin-top:75px}
	.cols:first-child{margin-bottom:0}
	.cols:last-child{margin-bottom:0}
}
.features-list{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:30px;margin-top:30px;max-width:1168px;padding-left:0;list-style:none}
.features-list>li{padding-left:0;position:static}
.features-list>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.features-list>li::before{background-color:transparent;border-radius:0}
.features-list:first-child{margin-top:0}
.features-list:last-child{margin-bottom:0}
.features-list>.features-list__item{margin-bottom:60px}
.features-list>.features-list__item:last-child{margin-bottom:0}
@media (min-width:576px){
	.features-list{margin-bottom:36px;margin-top:41px}
	.features-list:first-child{margin-top:0}
	.features-list:last-child{margin-bottom:0}
	.features-list>.features-list__item{margin-bottom:0}
}
@media (min-width:768px){
	.features-list{display:grid;grid-template-columns:1fr 1fr;gap:56px 71px;flex-wrap:wrap;margin-bottom:42px;margin-top:52px}
	.features-list:first-child{margin-top:0}
	.features-list:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.features-list{margin-bottom:48px;margin-top:63px}
	.features-list:first-child{margin-top:0}
	.features-list:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.features-list{margin-bottom:54px;margin-top:74px}
	.features-list:first-child{margin-top:0}
	.features-list:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.features-list{grid-template-columns:1fr 1fr 1fr;margin-bottom:60px;margin-top:85px}
	.features-list:first-child{margin-top:0}
	.features-list:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.features-list{margin-bottom:70px;margin-top:95px}
	.features-list:first-child{margin-top:0}
	.features-list:last-child{margin-bottom:0}
}
.feature__preview{margin-bottom:12px;position:relative}
.feature__preview:last-child{margin-bottom:0}
.feature h5{margin-top:0}
@media (min-width:576px){
	.feature__preview{margin-bottom:14px}
	.feature__preview:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.feature__preview{margin-bottom:16px}
	.feature__preview:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.feature__preview{margin-bottom:18px}
	.feature__preview:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.feature__preview{margin-bottom:20px}
	.feature__preview:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.feature__preview{margin-bottom:22px}
	.feature__preview:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.feature__preview{margin-bottom:24px}
	.feature__preview:last-child{margin-bottom:0}
}
.figure{margin-bottom:30px;margin-top:30px}
.figure:first-child{margin-top:0}
.figure:last-child{margin-bottom:0}
.figure__title{margin-bottom:30px}
.figure__title:last-child{margin-bottom:0}
.figure__preview{margin-bottom:25px}
.figure__preview:last-child{margin-bottom:0}
@media (min-width:576px){
	.figure{margin-bottom:39px;margin-top:36px}
	.figure:first-child{margin-top:0}
	.figure:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.figure{margin-bottom:48px;margin-top:42px}
	.figure:first-child{margin-top:0}
	.figure:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.figure{margin-bottom:57px;margin-top:48px}
	.figure:first-child{margin-top:0}
	.figure:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.figure{margin-bottom:66px;margin-top:54px}
	.figure:first-child{margin-top:0}
	.figure:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.figure{margin-bottom:75px;margin-top:60px}
	.figure:first-child{margin-top:0}
	.figure:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.figure{margin-bottom:85px;margin-top:70px}
	.figure:first-child{margin-top:0}
	.figure:last-child{margin-bottom:0}
}
.files-types-list{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;display:flex;gap:16px;flex-wrap:mowrap;padding-left:0;list-style:none}
.files-types-list>li{padding-left:0;position:static}
.files-types-list>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.files-types-list>li::before{background-color:transparent;border-radius:0}
.files-types-list>.files-types-list__item{margin-bottom:0}
@media (min-width:576px){
	.files-types-list{gap:16px}
}
@media (min-width:768px){
	.files-types-list{gap:25px}
}
@media (min-width:992px){
	.files-types-list{gap:34px}
}
@media (min-width:1200px){
	.files-types-list{gap:43px}
}
@media (min-width:1400px){
	.files-types-list{gap:52px}
}
@media (min-width:1736px){
	.files-types-list{gap:60px}
}
.file-type{display:inline-flex;gap:21px}
.file-type::before{flex-shrink:0;content:"";display:block;height:19px;width:19px;transform:translateY(6px)}
.file-type::before{background-color:var(--red);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='%23fff'%3e%3cpath d='M4.69557 10.4675C4.80871 10.4885 4.913 10.5444 4.99342 10.6267C5.05497 10.6853 5.10267 10.7567 5.13405 10.8357C5.16548 10.9149 5.17982 11.0006 5.17506 11.0857V12.8113L13.4104 12.8171V11.0632C13.41 10.9862 13.4243 10.9099 13.4534 10.8386C13.4825 10.7672 13.5252 10.702 13.5794 10.6472C13.6334 10.5925 13.6979 10.5492 13.7688 10.5193C13.8398 10.4894 13.9164 10.4738 13.9934 10.4734C14.0704 10.4729 14.1467 10.4874 14.218 10.5163C14.2894 10.5454 14.3546 10.5882 14.4094 10.6423C14.4642 10.6965 14.5084 10.7608 14.5383 10.8318C14.5683 10.9028 14.5838 10.9793 14.5842 11.0564V13.3787C14.5878 13.4598 14.5746 13.5412 14.5452 13.6169C14.5157 13.6927 14.4707 13.7616 14.4133 13.8191C14.3559 13.8766 14.2869 13.9213 14.2112 13.9509C14.1355 13.9805 14.0541 13.9944 13.9729 13.991H4.60963C4.52914 13.9941 4.44838 13.9801 4.37331 13.9509C4.29829 13.9216 4.23024 13.8768 4.17311 13.8201C4.11602 13.7633 4.07102 13.6956 4.04128 13.6208C4.01151 13.5458 3.99758 13.4652 4.00026 13.3845V11.0486C3.99614 10.9322 4.02823 10.8172 4.09303 10.7204C4.15777 10.6238 4.25157 10.55 4.36061 10.5095C4.46515 10.4615 4.58245 10.4466 4.69557 10.4675ZM9.36842 3.41478C9.46529 3.42705 9.5576 3.4634 9.63698 3.52025C9.71634 3.57711 9.78072 3.6532 9.8235 3.74095C9.86614 3.82861 9.8862 3.92579 9.8821 4.02318V9.6306C9.90985 9.60485 9.92868 9.58985 9.94557 9.57299L11.1956 8.32787C11.2742 8.24524 11.3756 8.18702 11.4866 8.16088C11.5976 8.13476 11.7143 8.14151 11.8215 8.18041C11.9288 8.21935 12.0226 8.2893 12.0911 8.3806C12.1595 8.47188 12.2 8.58124 12.2073 8.69506C12.2155 8.77559 12.2055 8.8572 12.178 8.93334C12.1505 9.00934 12.1057 9.07786 12.0481 9.13451C11.2741 9.91047 10.4979 10.6854 9.71999 11.4587C9.66554 11.5169 9.59973 11.5637 9.52663 11.5954C9.45359 11.6271 9.37479 11.6433 9.29518 11.6433C9.21562 11.6433 9.13674 11.6271 9.06374 11.5954C8.99065 11.5637 8.92481 11.5169 8.87038 11.4587C8.09438 10.6854 7.31949 9.91051 6.54616 9.13451C6.44401 9.02331 6.38875 8.87727 6.39186 8.72631C6.39503 8.57523 6.45594 8.43084 6.56276 8.32396C6.66965 8.21707 6.81398 8.15526 6.9651 8.15209C7.11623 8.14892 7.26301 8.20505 7.37428 8.30736C7.79617 8.72726 8.21416 9.15014 8.63405 9.57103L8.70143 9.63451L8.70338 9.53978V4.03978C8.69582 3.91408 8.72813 3.78932 8.79616 3.68334C8.86429 3.57727 8.96468 3.49534 9.08229 3.44994C9.17327 3.41472 9.27164 3.40254 9.36842 3.41478Z'/%3e%3c/svg%3e");border-radius:50%}
.file-type:not(:hover):not(:focus-visible){color:inherit}
.logos-types-list .file-type{gap:8px;font-weight:500}
.logos-types-list .file-type::before{transform:translateY(6px)}
.pattern .file-type{text-decoration:none!important}
.samples-list .file-type{text-decoration:none!important}
.title-with-more .file-type{text-decoration:none!important}

.font{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-top:50px}
.font:first-child{margin-top:0}
.font__name{margin-bottom:16px}
@media (min-width:576px){
	.font{gap:25px;margin-top:65px}
	.font:first-child{margin-top:0}
}
@media (min-width:768px){
	.font{gap:34px;margin-top:80px}
	.font:first-child{margin-top:0}
}
@media (min-width:992px){
	.font{gap:43px;margin-top:95px}
	.font:first-child{margin-top:0}
}
@media (min-width:1200px){
	.font{gap:52px;margin-top:110px}
	.font:first-child{margin-top:0}
}
@media (min-width:1400px){
	.font{gap:61px;margin-top:125px}
	.font:first-child{margin-top:0}
}
@media (min-width:1736px){
	.font{gap:70px;margin-top:140px}
	.font:first-child{margin-top:0}
}
.font__name_forum{font-size:64px}
.font__name_montserrat{font-size:44px}
@media (min-width:576px){
	.font__name_forum{font-size:70px}
	.font__name_montserrat{font-size:50px}
}
@media (min-width:768px){
	.font__name_forum{font-size:76px}
	.font__name_montserrat{font-size:56px}
}
@media (min-width:992px){
	.font__name_forum{font-size:82px}
	.font__name_montserrat{font-size:62px}
}
@media (min-width:1200px){
	.font__name_forum{font-size:88px}
	.font__name_montserrat{font-size:68px}
}
@media (min-width:1400px){
	.font__name_forum{font-size:94px}
	.font__name_montserrat{font-size:74px}
}
@media (min-width:1736px){
	.font__name_forum{font-size:100px}
	.font__name_montserrat{font-size:80px}
}
.icon{display:inline-block;height:30px;width:30px;vertical-align:top;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}
.icon_management{height:24px;width:63px}
.icon_lg{height:50px;width:50px}
.icon_diamond{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3e%3cpath d='M25 50C38.8071 50 50 38.8071 50 25C50 11.1929 38.8071 0 25 0C11.1929 0 0 11.1929 0 25C0 38.8071 11.1929 50 25 50Z' fill='%23b86433'/%3e%3cpath d='M25.238 11.0015C27.238 11.0015 29.231 10.9945 31.228 11.0105C31.5139 11.014 31.7956 11.0792 32.054 11.2015C33.554 11.9302 35.0457 12.6755 36.529 13.4375C36.8035 13.5833 37.0396 13.792 37.218 14.0465C38.872 16.4465 40.508 18.8465 42.148 21.2555C42.2536 21.3653 42.3352 21.4958 42.3877 21.6387C42.4403 21.7817 42.4625 21.934 42.4531 22.086C42.4437 22.238 42.4029 22.3864 42.3331 22.5218C42.2634 22.6572 42.1663 22.7766 42.048 22.8725C36.7587 28.8372 31.4687 34.8012 26.178 40.7645C25.515 41.5115 24.946 41.5135 24.289 40.7735C18.981 34.7922 13.674 28.8099 8.368 22.8265C8.26053 22.7332 8.17279 22.6194 8.10994 22.4917C8.04709 22.364 8.01039 22.225 8.00201 22.083C7.99362 21.9409 8.01372 21.7986 8.06111 21.6644C8.10851 21.5302 8.18225 21.4068 8.278 21.3015C9.932 18.8755 11.578 16.4465 13.249 14.0305C13.4213 13.7871 13.6488 13.588 13.913 13.4495C15.407 12.6802 16.9097 11.9285 18.421 11.1945C18.668 11.0769 18.9375 11.0141 19.211 11.0105C21.22 10.9955 23.229 11.0015 25.238 11.0015ZM31.569 24.7635C31.563 24.6435 31.569 24.5425 31.552 24.4455C31.229 22.3385 30.899 20.2335 30.583 18.1255C30.548 17.8945 30.425 17.8815 30.247 17.8825C26.895 17.8825 23.5433 17.8825 20.192 17.8825C19.968 17.8825 19.898 17.9615 19.865 18.1825C19.629 19.7695 19.376 21.3545 19.132 22.9405C19.039 23.5405 18.955 24.1455 18.864 24.7685L31.569 24.7635ZM19.363 26.8575L25.229 38.0575L31.093 26.8575H19.363ZM33.941 14.4465C33.007 13.9805 32.141 13.5405 31.261 13.1165C31.1328 13.0711 30.9965 13.0534 30.861 13.0645C27.107 13.0645 23.3533 13.0645 19.6 13.0645C19.4643 13.0539 19.328 13.0723 19.2 13.1185C18.326 13.5435 17.459 13.9825 16.531 14.4465C17.403 14.8825 18.216 15.2965 19.037 15.6925C19.2038 15.7727 19.386 15.8157 19.571 15.8185C23.3497 15.8259 27.1287 15.8259 30.908 15.8185C31.0198 15.8324 31.1333 15.8225 31.241 15.7895C32.12 15.3615 33 14.9165 33.941 14.4465ZM35.908 15.7765C34.917 16.2765 33.966 16.7765 32.99 17.2235C32.9178 17.2449 32.8507 17.2808 32.793 17.3291C32.7352 17.3775 32.688 17.4371 32.6543 17.5044C32.6205 17.5718 32.6009 17.6453 32.5968 17.7205C32.5926 17.7956 32.6039 17.8709 32.63 17.9415C32.843 19.2015 33.03 20.4655 33.222 21.7285C33.354 22.5765 33.488 23.4235 33.629 24.3285L39.866 21.5825L35.908 15.7825M16.83 24.3215C17.023 23.0755 17.205 21.9005 17.387 20.7215C17.536 19.7555 17.693 18.7915 17.827 17.8215C17.847 17.6745 17.816 17.4215 17.727 17.3715C16.688 16.8255 15.632 16.3095 14.55 15.7715L10.592 21.5715L16.83 24.3215ZM13.082 24.9355L13.05 24.9925L20.188 33.0385C20.1993 33.0114 20.2042 32.9822 20.2025 32.9529C20.2008 32.9236 20.1924 32.8951 20.178 32.8695C19.12 30.8489 18.0607 28.8292 17 26.8105C16.9158 26.6767 16.7926 26.572 16.647 26.5105C15.63 26.0515 14.607 25.6105 13.586 25.1585L13.086 24.9385M30.211 33.0015L30.263 33.0485L37.476 24.9165C37.258 25.0015 37.132 25.0445 37.01 25.0975C36.034 25.5245 35.065 25.9695 34.08 26.3745C33.8999 26.44 33.7352 26.5418 33.596 26.6736C33.4569 26.8053 33.3462 26.9643 33.271 27.1405C33.04 27.6545 32.753 28.1405 32.491 28.6405L30.211 33.0015Z' fill='%23fff'/%3e%3c/svg%3e")}
.icon_drop{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3cpath d='M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23b86433'/%3e%3cpath d='M15 23.0898C13.4087 23.0898 11.8826 22.4577 10.7574 21.3325C9.63214 20.2073 9 18.6811 9 17.0898C9 13.7758 12.372 9.53784 15 6.90984C17.613 9.52284 21 13.7758 21 17.0898C21 18.6811 20.3679 20.2073 19.2426 21.3325C18.1174 22.4577 16.5913 23.0898 15 23.0898Z' fill='%23fff'/%3e%3c/svg%3e")}
.icon_management{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='63' height='24' viewBox='0 0 63 24' fill='%23b86433'%3e%3cpath d='M61.5 20.5C62.3284 20.5 63 21.1716 63 22C63 22.8284 62.3284 23.5 61.5 23.5H1.5C0.671573 23.5 0 22.8284 0 22C0 21.1716 0.671573 20.5 1.5 20.5H61.5ZM61.5 10.5C62.3284 10.5 63 11.1716 63 12C63 12.8284 62.3284 13.5 61.5 13.5H1.5C0.671573 13.5 0 12.8284 0 12C0 11.1716 0.671573 10.5 1.5 10.5H61.5ZM61.5 0.5C62.3284 0.5 63 1.17157 63 2C63 2.82843 62.3284 3.5 61.5 3.5H1.5C0.671573 3.5 0 2.82843 0 2C0 1.17157 0.671573 0.5 1.5 0.5H61.5Z'/%3e%3c/svg%3e")}
.icon_sign{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3cpath d='M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23b86433'/%3e%3cpath d='M23.825 8.33301H21.339C20.856 8.33301 20.618 8.50901 20.478 9.05201C20.364 9.49001 18.373 17.616 18.373 17.616C18.373 17.616 16.473 9.54601 16.351 9.01601C16.229 8.48601 16.067 8.33301 15.504 8.33301H14.087C13.525 8.33301 13.362 8.48401 13.239 9.01601C13.116 9.54801 11.223 17.606 11.223 17.606C11.223 17.606 9.22303 9.49101 9.11403 9.05201C8.96903 8.50901 8.73203 8.33301 8.24803 8.33301H5.76203C5.14003 8.33301 4.98203 8.43301 5.15003 9.06701C5.29503 9.61501 9.05003 22.902 9.19503 23.412C9.22798 23.6255 9.33746 23.8197 9.50306 23.9585C9.66865 24.0972 9.87906 24.171 10.095 24.166H12.166C12.65 24.166 12.976 23.942 13.114 23.32C13.231 22.796 14.793 16.055 14.793 16.055C14.793 16.055 16.358 22.796 16.474 23.32C16.611 23.941 16.938 24.166 17.422 24.166H19.494C19.7099 24.1707 19.9202 24.0969 20.0858 23.9582C20.2513 23.8195 20.3609 23.6254 20.394 23.412C20.543 22.902 24.294 9.61201 24.438 9.06701C24.605 8.43301 24.446 8.33301 23.825 8.33301Z' fill='%23fff'/%3e%3c/svg%3e")}
.icon_texture{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3cpath d='M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23b86433'/%3e%3cpath d='M29.4763 11.0603C29.7471 12.0581 29.9178 13.0969 29.9763 14.1658V15.0154C29.9794 15.0755 29.9696 15.1363 29.947 15.1921C29.9244 15.248 29.8895 15.2985 29.8455 15.3396C25.0001 20.1803 20.1565 25.0233 15.3152 29.8679C15.2767 29.9105 15.2292 29.9448 15.1765 29.9675C15.1282 29.9883 15.0758 29.9971 15.0232 29.9978C15.0155 29.9978 15.0075 29.9988 14.9998 29.9988C13.6371 29.9988 12.3172 29.8159 11.0623 29.4753L29.4763 11.0603ZM24.3582 3.27612C25.2298 3.97286 26.0214 4.76511 26.7185 5.63647C22.7583 9.59225 18.7989 13.549 14.8425 17.5085C11.7729 20.5782 8.70462 23.648 5.63745 26.7175C4.76681 26.021 3.97537 25.2299 3.27905 24.3591C10.3065 17.3327 17.3328 10.3046 24.3582 3.27612ZM15.8025 0.0202637C16.8869 0.0774311 17.9405 0.250607 18.9519 0.526123C16.2669 3.26059 3.33485 16.2059 0.531982 18.9695C0.192158 17.7284 0.007506 16.4233 0.000732422 15.0759V14.9978C-0.0013789 14.9376 0.00958664 14.8775 0.032959 14.822C0.0564481 14.7664 0.091749 14.7161 0.136475 14.6755C4.97569 9.83899 9.81298 5.00046 14.6482 0.159912C14.6885 0.114802 14.7382 0.0784442 14.7937 0.0544434C14.8493 0.0304838 14.91 0.0186594 14.9705 0.0202637H15.8025Z' fill='%23fff'/%3e%3c/svg%3e")}
.icon_typography{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3cpath d='M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23b86433'/%3e%3cpath d='M23.1182 8.13477C23.6914 7.98908 24.2879 7.95884 24.873 8.04492C25.1614 8.05386 25.4378 8.162 25.6553 8.35156C25.8728 8.54135 26.0185 8.80129 26.0664 9.08594C26.0994 9.33362 26.0761 9.58556 25.999 9.82324C25.9426 9.97641 25.8487 10.1136 25.7256 10.2207C25.6024 10.3278 25.4535 10.4019 25.2939 10.4365C25.1345 10.471 24.9689 10.4654 24.8125 10.4189C24.6561 10.3725 24.5142 10.2868 24.3994 10.1709C24.273 10.0382 24.1933 9.86765 24.1729 9.68555C24.1525 9.50342 24.1922 9.31948 24.2861 9.16211C24.3441 9.04811 24.4129 8.93734 24.4619 8.81934C24.4869 8.77784 24.4994 8.73006 24.498 8.68164C24.4966 8.63318 24.4815 8.58592 24.4541 8.5459C24.4267 8.50596 24.3884 8.47489 24.3438 8.45605C24.2991 8.43721 24.2499 8.43117 24.2021 8.43945C23.9429 8.45119 23.6945 8.54709 23.4941 8.71191C23.0698 9.05222 22.7182 9.47485 22.4609 9.9541C21.9759 10.8421 21.6162 11.7932 21.3936 12.7803C21.3888 12.8114 21.3867 12.8435 21.3867 12.875H22.8174C22.8064 12.9329 22.802 12.9747 22.79 13.0137C22.7031 13.3086 22.6083 13.6006 22.5303 13.8975C22.4993 14.0154 22.441 14.0411 22.3301 14.0391C21.9721 14.0321 21.6138 14.0392 21.2568 14.0332C21.2305 14.0276 21.2031 14.0274 21.1768 14.0332C21.1506 14.039 21.1259 14.0503 21.1045 14.0664C21.083 14.0826 21.0656 14.1033 21.0527 14.127C21.0399 14.1507 21.0321 14.1772 21.0303 14.2041C20.5663 16.044 20.106 17.8858 19.623 19.7207C19.3352 20.9102 18.9308 22.0684 18.416 23.1787C18.007 24.1036 17.368 24.9086 16.5605 25.5176C15.6843 26.1401 14.6005 26.3972 13.5381 26.2344C13.3833 26.212 13.2323 26.1681 13.0898 26.1035C12.8787 26.0236 12.7006 25.8742 12.5859 25.6797C12.4714 25.4853 12.4268 25.2575 12.459 25.0342C12.5013 24.8214 12.6102 24.6267 12.7705 24.4805C12.9307 24.3343 13.1339 24.2435 13.3496 24.2207C13.603 24.1885 13.8613 24.2111 14.1055 24.2861C14.2171 24.3336 14.3164 24.4062 14.3945 24.499C14.4727 24.5919 14.528 24.7021 14.5557 24.8203C14.5833 24.9385 14.5825 25.0618 14.5537 25.1797C14.5248 25.2977 14.4679 25.4079 14.3887 25.5C14.3478 25.5645 14.3163 25.6347 14.2949 25.708C14.3799 25.735 14.4758 25.8002 14.5488 25.7803C14.7095 25.7457 14.8615 25.6782 14.9941 25.5811C15.4352 25.1955 15.7455 24.6818 15.8828 24.1123C16.3074 22.5218 16.7276 20.93 17.1436 19.3369C17.5846 17.6369 18.0143 15.9296 18.4443 14.2256C18.4583 14.1727 18.4674 14.1178 18.4834 14.0449H17.1045L17.2041 13.6777C17.2671 13.4519 17.3317 13.2269 17.3896 13C17.3916 12.9809 17.3978 12.9621 17.4072 12.9453C17.4166 12.9286 17.4291 12.9139 17.4443 12.9023C17.4596 12.8907 17.4774 12.8825 17.4961 12.8779C17.5147 12.8734 17.5339 12.8728 17.5527 12.876C17.6756 12.8777 17.7986 12.872 17.9209 12.8604C18.1372 12.8498 18.3478 12.7853 18.5322 12.6719C18.7165 12.5585 18.8687 12.4 18.9756 12.2119C19.1986 11.8449 19.4078 11.4676 19.6328 11.1016C20.115 10.248 20.761 9.49764 21.5332 8.89355C22.0062 8.53854 22.545 8.28047 23.1182 8.13477ZM15.8887 11.251C15.5999 11.3289 15.5714 11.3077 15.4814 11.0508C15.3941 10.7803 15.29 10.515 15.1709 10.2568C15.0078 9.90333 14.7457 9.60404 14.417 9.39551C14.0883 9.18716 13.7065 9.07789 13.3174 9.08105C12.3465 9.04406 11.3732 9.05201 10.4014 9.04102H9.54883V14.3682C9.60479 14.3682 9.65893 14.3769 9.71289 14.377H12.0938C12.2334 14.3754 12.3729 14.3632 12.5107 14.3408C12.7637 14.3176 13.0039 14.2174 13.1973 14.0527C13.3906 13.888 13.5277 13.6669 13.5908 13.4209C13.6606 13.1972 13.7124 12.9683 13.7451 12.7363C13.7671 12.5534 13.8449 12.4945 14.0107 12.5244C14.0437 12.5304 14.077 12.5311 14.124 12.5361V17.083H13.7949C13.7769 16.8892 13.7642 16.7014 13.7412 16.5137C13.7323 16.1693 13.5887 15.8418 13.3418 15.6016C13.0948 15.3613 12.7636 15.2269 12.4189 15.2275C11.477 15.1845 10.5309 15.212 9.58594 15.21C9.57596 15.21 9.56585 15.2185 9.5459 15.2285C9.54069 15.2582 9.53755 15.2883 9.53613 15.3184C9.53613 16.8443 9.53599 18.3705 9.54199 19.8965C9.54202 20.1184 9.57759 20.3416 9.60059 20.5635C9.61369 20.7091 9.66425 20.8493 9.74707 20.9697C9.82991 21.0901 9.94298 21.1866 10.0742 21.251C10.3569 21.4132 10.677 21.4984 11.0029 21.498H11.4795V21.8418L5.69531 21.8408V21.4971H5.8877C6.13843 21.4964 6.38917 21.4795 6.6377 21.4463C6.88634 21.4191 7.11746 21.3029 7.28711 21.1191C7.45666 20.9354 7.55333 20.6962 7.56055 20.4463C7.60004 20.1248 7.62186 19.8014 7.625 19.4775C7.62967 16.5375 7.62967 13.5972 7.625 10.6572C7.625 10.3174 7.59047 9.97753 7.56348 9.6377C7.55264 9.47778 7.49858 9.3231 7.40723 9.19141C7.31586 9.05972 7.18993 8.95579 7.04395 8.88965C6.77234 8.74338 6.46864 8.66643 6.16016 8.66699H5.69824V8.32129H15.7617L15.8887 11.251Z' fill='%23fff'/%3e%3c/svg%3e")}
.icon_close{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='%23d9d9d9'%3e%3cpath d='M6.96533 8.14902C7.49785 7.5145 8.44403 7.431 9.07861 7.96347L15.1714 13.0768L21.2642 7.96542C21.8988 7.43317 22.845 7.51645 23.3774 8.15097C23.9096 8.78558 23.8264 9.73186 23.1919 10.2643L17.5054 15.0348L23.1919 19.8072C23.8265 20.3397 23.9099 21.2859 23.3774 21.9205C22.8449 22.5551 21.8988 22.6376 21.2642 22.1051L15.1714 16.9928L9.07764 22.107C8.44303 22.6393 7.49679 22.557 6.96436 21.9225C6.4319 21.2878 6.51532 20.3417 7.1499 19.8092L12.8384 15.0348L7.1499 10.2623C6.51529 9.7298 6.43283 8.78363 6.96533 8.14902Z'/%3e%3c/svg%3e")}
.logos-types-list{margin-bottom:30px;margin-top:30px}
.logos-types-list:first-child{margin-top:0}
.logos-types-list:last-child{margin-bottom:0}
.logos-types-list__item{margin-bottom:30px;padding-bottom:30px}
.logos-types-list__item:last-child{margin-bottom:0}
@media (min-width:576px){
	.logos-types-list{margin-bottom:38px;margin-top:38px}
	.logos-types-list:first-child{margin-top:0}
	.logos-types-list:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.logos-types-list{margin-bottom:46px;margin-top:46px}
	.logos-types-list:first-child{margin-top:0}
	.logos-types-list:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.logos-types-list{margin-bottom:54px;margin-top:54px}
	.logos-types-list:first-child{margin-top:0}
	.logos-types-list:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.logos-types-list{margin-bottom:62px;margin-top:62px}
	.logos-types-list:first-child{margin-top:0}
	.logos-types-list:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.logos-types-list{margin-bottom:70px;margin-top:70px}
	.logos-types-list:first-child{margin-top:0}
	.logos-types-list:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.logos-types-list{margin-bottom:80px;margin-top:80px}
	.logos-types-list:first-child{margin-top:0}
	.logos-types-list:last-child{margin-bottom:0}
}
.logos-types-list__item{border-bottom:1px solid var(--gray-3)}
@media (min-width:992px){
	.logo-type{display:grid;align-items:center;gap:36px;grid-template-columns:396fr 518fr 240fr;width:100%}
	.logo-type__name,.logo-type__files-types,.logo-type__preview{margin-bottom:0}
	.logo-type__name{margin-top:20px!important}
	.logo-type__files-types{margin-top:12px}
	.logo-type__preview{justify-self:flex-end}
}
.logo-type__name{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}
.logo-type__name .flag{margin-left:16px;border:1px solid var(--gray-3);display:block}
.logo-type__name .flag img{display:block}
.menu{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;display:none;margin-bottom:0;padding-left:0;list-style:none}
.menu>li{padding-left:0;position:static}
.menu>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.menu>li::before{background-color:transparent;border-radius:0}
.menu>.menu__item{margin-bottom:16px}
.menu__link .menu__icon{transition:transform 0.15s linear 0s;transform:scale(1)}
.menu__link:hover .menu__icon,.menu__link:focus-visible .menu__icon{transform:scale(1.1)}
.menu.active{display:flex;gap:16px}
@media (min-width:992px){
	.menu.active{display:block}
}
.note{margin-left:calc(2.181% + 7px);margin-top:40px;padding-left:calc(2.181% + 7px)}
.note:first-child{margin-top:0}
.note::before{content:"";display:block;height:3px;width:122px;margin-bottom:28px;margin-left:-30px}
@media (min-width:576px){
	.note{margin-top:50px}
	.note:first-child{margin-top:0}
	.note::before{margin-bottom:30px}
}
@media (min-width:768px){
	.note{margin-top:60px}
	.note:first-child{margin-top:0}
	.note::before{margin-bottom:32px}
}
@media (min-width:992px){
	.note{margin-top:70px}
	.note:first-child{margin-top:0}
	.note::before{margin-bottom:34px}
}
@media (min-width:1200px){
	.note{margin-top:80px}
	.note:first-child{margin-top:0}
	.note::before{margin-bottom:36px}
}
@media (min-width:1400px){
	.note{margin-top:90px}
	.note:first-child{margin-top:0}
	.note::before{margin-bottom:38px}
}
@media (min-width:1736px){
	.note{margin-left:30px;margin-top:100px;padding-left:30px}
	.note:first-child{margin-top:0}
}
.note::before{background-color:var(--white)}
.picture-1{aspect-ratio:536/253;display:block;width:100%;overflow:hidden;background-color:var(--image-bg)}
.picture-1__img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}
.picture-2{aspect-ratio:342/90;display:flex;align-items:center;width:100%;overflow:hidden}
.picture-2__img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%}
.picture-3{aspect-ratio:342/118;display:flex;align-items:center;width:100%;overflow:hidden}
.picture-3__img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%}
.picture-4{aspect-ratio:398/150;display:block;width:100%;overflow:hidden;background-color:var(--image-bg)}
.picture-4__img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}
.photo-1{margin-bottom:80px;margin-top:80px;max-width:1088px;text-align:center}
.photo-1:first-child{margin-top:0}
.photo-1:last-child{margin-bottom:0}
.photo-2{margin-bottom:30px;margin-top:30px}
.photo-2:first-child{margin-top:0}
.photo-2:last-child{margin-bottom:0}
@media (min-width:576px){
	.photo-2{margin-bottom:42px;margin-top:42px}
	.photo-2:first-child{margin-top:0}
	.photo-2:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.photo-2{margin-bottom:54px;margin-top:54px}
	.photo-2:first-child{margin-top:0}
	.photo-2:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.photo-2{margin-bottom:66px;margin-top:66px}
	.photo-2:first-child{margin-top:0}
	.photo-2:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.photo-2{margin-bottom:78px;margin-top:78px}
	.photo-2:first-child{margin-top:0}
	.photo-2:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.photo-2{margin-bottom:90px;margin-top:90px}
	.photo-2:first-child{margin-top:0}
	.photo-2:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.photo-2{margin-bottom:105px;margin-top:105px}
	.photo-2:first-child{margin-top:0}
	.photo-2:last-child{margin-bottom:0}
}
.photo-3{margin-bottom:30px;margin-top:30px}
.photo-3:first-child{margin-top:0}
.photo-3:last-child{margin-bottom:0}
@media (min-width:576px){
	.photo-3{margin-bottom:41px;margin-top:41px}
	.photo-3:first-child{margin-top:0}
	.photo-3:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.photo-3{margin-bottom:52px;margin-top:52px}
	.photo-3:first-child{margin-top:0}
	.photo-3:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.photo-3{margin-bottom:63px;margin-top:63px}
	.photo-3:first-child{margin-top:0}
	.photo-3:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.photo-3{margin-bottom:74px;margin-top:74px}
	.photo-3:first-child{margin-top:0}
	.photo-3:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.photo-3{margin-bottom:85px;margin-top:85px}
	.photo-3:first-child{margin-top:0}
	.photo-3:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.photo-3{margin-bottom:95px;margin-top:95px}
	.photo-3:first-child{margin-top:0}
	.photo-3:last-child{margin-bottom:0}
}
.photo-4{margin-bottom:40px;margin-top:40px}
.photo-4:first-child{margin-top:0}
.photo-4:last-child{margin-bottom:0}
.photos-list-1{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:30px;margin-top:30px;padding-left:0;list-style:none}
.photos-list-1>li{padding-left:0;position:static}
.photos-list-1>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.photos-list-1>li::before{background-color:transparent;border-radius:0}
.photos-list-1:first-child{margin-top:0}
.photos-list-1:last-child{margin-bottom:0}
.photos-list-1>.photos-list-1__item{margin-bottom:20px}
.photos-list-1>.photos-list-1__item:last-child{margin-bottom:0}
@media (min-width:576px){
	.photos-list-1{margin-bottom:37px;margin-top:37px}
	.photos-list-1:first-child{margin-top:0}
	.photos-list-1:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.photos-list-1{margin-bottom:44px;margin-top:44px}
	.photos-list-1:first-child{margin-top:0}
	.photos-list-1:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.photos-list-1{display:flex;gap:16px;margin-bottom:51px;margin-top:51px}
	.photos-list-1:first-child{margin-top:0}
	.photos-list-1:last-child{margin-bottom:0}
	.photos-list-1>.photos-list-1__item{margin-bottom:0}
}
@media (min-width:1200px){
	.photos-list-1{margin-bottom:58px;margin-top:58px}
	.photos-list-1:first-child{margin-top:0}
	.photos-list-1:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.photos-list-1{margin-bottom:65px;margin-top:65px}
	.photos-list-1:first-child{margin-top:0}
	.photos-list-1:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.photos-list-1{margin-bottom:70px;margin-top:70px}
	.photos-list-1:first-child{margin-top:0}
	.photos-list-1:last-child{margin-bottom:0}
}
.photos-list-2{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:30px;padding-left:0;list-style:none}
.photos-list-2>li{padding-left:0;position:static}
.photos-list-2>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.photos-list-2>li::before{background-color:transparent;border-radius:0}
.photos-list-2:last-child{margin-bottom:0}
.photos-list-2>.photos-list-2__item{margin-bottom:30px}
.photos-list-2>.photos-list-2__item:last-child{margin-bottom:0}
@media (min-width:992px){
	.photos-list-2{display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr;flex-wrap:wrap;width:100%}
	.photos-list-2>.photos-list-2__item{margin-bottom:0}
}
.photos-list-3{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:30px;margin-top:30px;padding-left:0;list-style:none}
.photos-list-3>li{padding-left:0;position:static}
.photos-list-3>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.photos-list-3>li::before{background-color:transparent;border-radius:0}
.photos-list-3:first-child{margin-top:0}
.photos-list-3:last-child{margin-bottom:0}
.photos-list-3>.photos-list-3__item{margin-bottom:20px}
.photos-list-3>.photos-list-3__item:last-child{margin-bottom:0}
.photos-list-3>.photos-list-3__item:nth-child(1){aspect-ratio:754/503}
.photos-list-3>.photos-list-3__item:nth-child(2){aspect-ratio:216/324}
.photos-list-3>.photos-list-3__item:nth-child(3){aspect-ratio:216/324}
.photos-list-3>.photos-list-3__item:nth-child(4){aspect-ratio:754/499}
.photos-list-3>.photos-list-3__item:nth-child(5){aspect-ratio:452/678}
.photos-list-3>.photos-list-3__item:nth-child(6){aspect-ratio:1226/510}
.photos-list-3>.photos-list-3__item:nth-child(7){aspect-ratio:612/509}
.photos-list-3>.photos-list-3__item:nth-child(8){aspect-ratio:594/244}
.photos-list-3>.photos-list-3__item:nth-child(9){aspect-ratio:594/245}
.photos-list-3>.photos-list-3__item:nth-child(10){aspect-ratio:1226/510}
.photos-list-3 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
@media (min-width:576px){
	.photos-list-3{margin-bottom:36px;margin-top:36px}
	.photos-list-3:first-child{margin-top:0}
	.photos-list-3:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.photos-list-3{display:grid;gap:20px;grid-template-columns:1fr 1fr;flex-wrap:wrap;margin-bottom:42px;margin-top:42px;width:100%}
	.photos-list-3:first-child{margin-top:0}
	.photos-list-3:last-child{margin-bottom:0}
	.photos-list-3>.photos-list-3__item{margin-bottom:0}
	.photos-list-3>.photos-list-3__item:nth-child(1){grid-column:1/3;grid-row:1/2}
	.photos-list-3>.photos-list-3__item:nth-child(2){grid-column:1/2;grid-row:2/3}
	.photos-list-3>.photos-list-3__item:nth-child(3){grid-column:2/3;grid-row:2/3}
	.photos-list-3>.photos-list-3__item:nth-child(4){grid-column:1/3;grid-row:3/4}
	.photos-list-3>.photos-list-3__item:nth-child(5){grid-column:1/3;grid-row:4/5}
	.photos-list-3>.photos-list-3__item:nth-child(6){grid-column:1/3;grid-row:5/6}
	.photos-list-3>.photos-list-3__item:nth-child(7){grid-column:1/3;grid-row:6/7}
	.photos-list-3>.photos-list-3__item:nth-child(8){grid-column:1/3;grid-row:7/8}
	.photos-list-3>.photos-list-3__item:nth-child(9){grid-column:1/3;grid-row:8/9}
	.photos-list-3>.photos-list-3__item:nth-child(10){grid-column:1/3;grid-row:9/10}
}
@media (min-width:992px){
	.photos-list-3{margin-bottom:48px;margin-top:48px}
	.photos-list-3:first-child{margin-top:0}
	.photos-list-3:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.photos-list-3{grid-template-columns:612fr 122fr 216fr 216fr;margin-bottom:54px;margin-top:54px}
	.photos-list-3:first-child{margin-top:0}
	.photos-list-3:last-child{margin-bottom:0}
	.photos-list-3>.photos-list-3__item:nth-child(1){grid-column:1/3;grid-row:1/3}
	.photos-list-3>.photos-list-3__item:nth-child(2){grid-column:3/4;grid-row:1/2}
	.photos-list-3>.photos-list-3__item:nth-child(3){grid-column:4/5;grid-row:1/2}
	.photos-list-3>.photos-list-3__item:nth-child(4){grid-column:1/3;grid-row:3/4}
	.photos-list-3>.photos-list-3__item:nth-child(5){grid-column:3/5;grid-row:2/4}
	.photos-list-3>.photos-list-3__item:nth-child(6){grid-column:1/5;grid-row:4/5}
	.photos-list-3>.photos-list-3__item:nth-child(7){grid-column:1/2;grid-row:5/7}
	.photos-list-3>.photos-list-3__item:nth-child(8){grid-column:2/5;grid-row:5/6}
	.photos-list-3>.photos-list-3__item:nth-child(9){grid-column:2/5;grid-row:6/7}
	.photos-list-3>.photos-list-3__item:nth-child(10){grid-column:1/5;grid-row:7/8}
}
@media (min-width:1400px){
	.photos-list-3{margin-bottom:60px;margin-top:60px}
	.photos-list-3:first-child{margin-top:0}
	.photos-list-3:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.photos-list-3{margin-bottom:70px;margin-top:70px}
	.photos-list-3:first-child{margin-top:0}
	.photos-list-3:last-child{margin-bottom:0}
}
.photos-list-4{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:30px;padding-left:0;list-style:none}
.photos-list-4>li{padding-left:0;position:static}
.photos-list-4>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.photos-list-4>li::before{background-color:transparent;border-radius:0}
.photos-list-4:last-child{margin-bottom:0}
.photos-list-4>.photos-list-4__item{margin-bottom:30px}
.photos-list-4>.photos-list-4__item:last-child{margin-bottom:0}
.photos-list-4>.photos-list-4__item:nth-child(1){aspect-ratio:1}
.photos-list-4>.photos-list-4__item:nth-child(2){aspect-ratio:1}
.photos-list-4>.photos-list-4__item:nth-child(3){aspect-ratio:1}
.photos-list-4>.photos-list-4__item:nth-child(4){aspect-ratio:1226/490}
.photos-list-4 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
@media (min-width:576px){
	.photos-list-4{display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr;flex-wrap:wrap;width:100%}
	.photos-list-4>.photos-list-4__item{margin-bottom:0}
	.photos-list-4>.photos-list-4__item:nth-child(1){grid-column:1/2;grid-row:1/2}
	.photos-list-4>.photos-list-4__item:nth-child(2){grid-column:2/3;grid-row:1/2}
	.photos-list-4>.photos-list-4__item:nth-child(3){grid-column:3/4;grid-row:1/2}
	.photos-list-4>.photos-list-4__item:nth-child(4){grid-column:1/4;grid-row:2/3}
}
@media (min-width:1400px){
	.photos-list-4{grid-template-columns:319fr 319fr 319fr 179fr}
	.photos-list-4>.photos-list-4__item:nth-child(1){grid-column:1/2}
	.photos-list-4>.photos-list-4__item:nth-child(2){grid-column:2/3}
	.photos-list-4>.photos-list-4__item:nth-child(3){grid-column:3/4}
	.photos-list-4>.photos-list-4__item:nth-child(4){grid-column:1/5}
}
.photos-list-5{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:30px;padding-left:0;list-style:none}
.photos-list-5>li{padding-left:0;position:static}
.photos-list-5>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.photos-list-5>li::before{background-color:transparent;border-radius:0}
.photos-list-5:last-child{margin-bottom:0}
.photos-list-5>.photos-list-5__item{margin-bottom:26px}
.photos-list-5>.photos-list-5__item:last-child{margin-bottom:0}
.photos-list-5>.photos-list-5__item img{width:100%}
@media (min-width:992px){
	.photos-list-5{display:grid;gap:26px;grid-template-columns:1fr 1fr;flex-wrap:wrap;width:100%}
	.photos-list-5>.photos-list-5__item{margin-bottom:0}
}
.samples-list{margin-bottom:30px;margin-top:30px}
.samples-list:first-child{margin-top:0}
.samples-list:last-child{margin-bottom:0}
.samples-list__item{margin-bottom:30px}
.samples-list__item:last-child{margin-bottom:0}
@media (min-width:576px){
	.samples-list{margin-bottom:40px;margin-top:40px}
	.samples-list:first-child{margin-top:0}
	.samples-list:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.samples-list{margin-bottom:50px;margin-top:50px}
	.samples-list:first-child{margin-top:0}
	.samples-list:last-child{margin-bottom:0}
}
@media (min-width:992px){
	.samples-list{margin-bottom:60px;margin-top:60px}
	.samples-list:first-child{margin-top:0}
	.samples-list:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.samples-list{display:grid;grid-template-columns:4fr 5fr;grid-template-rows:auto auto auto auto;gap:54px 16px;margin-bottom:70px;margin-top:70px;width:100%}
	.samples-list:first-child{margin-top:0}
	.samples-list:last-child{margin-bottom:0}
	.samples-list__item{margin-bottom:0}
	.samples-list__item:nth-child(1){grid-column:1/2;grid-row:1/3}
	.samples-list__item:nth-child(2){grid-column:2/3;grid-row:1/2}
	.samples-list__item:nth-child(3){grid-column:2/3;grid-row:2/3;margin-top:52px}
	.samples-list__item:nth-child(4){grid-column:1/3;grid-row:3/4}
	.samples-list__item:nth-child(5){grid-column:1/3;grid-row:4/5;margin-top:34px}
}
@media (min-width:1400px){
	.samples-list{margin-bottom:80px;margin-top:80px}
	.samples-list:first-child{margin-top:0}
	.samples-list:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.samples-list{margin-bottom:90px;margin-top:90px}
	.samples-list:first-child{margin-top:0}
	.samples-list:last-child{margin-bottom:0}
}
.sample-1__preview{margin-left:-33px}
.sample-1__preview img{background-color:var(--image-bg)}
.sample-2__preview{margin-bottom:-14px}
@media (min-width:1200px){
	.sample-2__preview{margin-bottom:-44px;margin-right:-80px;margin-top:-10px}
}
.sample-2__preview img{background-color:var(--image-bg)}
@media (min-width:1200px){
	.sample-3{display:grid;align-items:center;grid-template-columns:319fr 253fr;gap:44px;width:100%}
	.sample-3__preview{margin-bottom:0}
	.sample-3__text{margin-bottom:10px!important}
}
@media (min-width:1400px){
	.sample-3{gap:72px}
}
@media (min-width:1736px){
	.sample-3{gap:100px}
}
.sample-3__preview img{background-color:var(--image-bg)}
@media (min-width:1200px){
	.sample-4{display:grid;align-items:center;grid-template-columns:752fr 394fr;gap:37px;width:100%}
	.sample-4__preview{margin-bottom:0}
	.sample-4__text{margin-bottom:36px!important}
}
@media (min-width:1400px){
	.sample-4{gap:58px}
}
@media (min-width:1736px){
	.sample-4{gap:80px}
}
.sample-4__preview img{background-color:var(--image-bg)}
@media (min-width:1200px){
	.sample-5{display:grid;align-items:center;grid-template-columns:417fr 671fr;gap:57px;width:100%}
	.sample-5__preview{margin-bottom:0}
	.sample-5__text{margin-bottom:10px!important}
}
@media (min-width:1400px){
	.sample-5{gap:98px}
}
@media (min-width:1736px){
	.sample-5{gap:138px}
}
.sample-5__preview img{background-color:var(--image-bg)}
.toggle{margin-bottom:0;text-align:center;height:24px;width:63px}
.toggle__show{display:block}
.toggle__hide{display:none;transform:translateY(-7px)}
.toggle__link .toggle__icon{transition:transform 0.15s linear 0s;transform:scale(1)}
.toggle__link:hover .toggle__show .toggle__icon,.toggle__link:focus-visible .toggle__show .toggle__icon{transform:scale(1.1)}
.toggle__link:hover .toggle__hide .toggle__icon,.toggle__link:focus-visible .toggle__hide .toggle__icon{transform:scale(1.25)}
.toggle__link.active .toggle__show{display:none}
.toggle__link.active .toggle__hide{display:block}
.main-screen{overflow:hidden;padding-top:calc(4.146% + 68px);position:relative;z-index:10;background-color:var(--black);background-position:50% 100%;background-repeat:no-repeat;background-size:100% auto;color:var(--on-dark)}
.main-screen__inner{padding-left:calc(20.068vw - 72px);padding-right:calc(20.068vw - 72px);position:relative}
.main-screen__inner h1,.main-screen__inner .h1{margin-left:calc(-10.034vw + 36px);margin-right:calc(-10.034vw + 36px);margin-top:0}
.main-screen__inner .brands-list{margin-left:calc(-10.034vw + 36px);margin-right:calc(-20.068vw + 72px)}
.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:20px;margin-top:60px}
.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
.main-screen__inner h4,.main-screen__inner .h4{margin-bottom:0;margin-top:30px}
.main-screen__inner h4:first-child,.main-screen__inner .h4:first-child{margin-top:0}
.main-screen__circle{aspect-ratio:1;width:calc(7.927% + 130px);position:absolute;right:0;top:calc(-4.256% + 38px);transform:translateY(-50%)}
.main-screen__preview-1{position:absolute;bottom:0;left:0;right:0;top:0;z-index:10}
.main-screen__preview-1-wrapper{aspect-ratio:705/654;display:flex;align-items:center;justify-content:center;margin-bottom:30px;margin-left:calc(7.271vw - 52px);margin-right:calc(-20.068vw + 72px);margin-top:7px;position:relative}
.main-screen__preview-1-wrapper:last-child{margin-bottom:0}
.main-screen__preview-1-text{margin-bottom:0;padding-left:0.28px;position:relative;z-index:20}
.main-screen__bottom{aspect-ratio:1920/923;display:flex;align-items:center;left:calc(-630px + 36.3vw);right:calc(-630px + 36.3vw);padding-bottom:5.168%;padding-left:calc(630px - 36.3vw);padding-right:calc(630px - 36.3vw);position:relative;width:calc(100vw + 3472px - 2212px - 72.6vw)}
.main-screen__bottom:last-child{margin-top:calc(13.808% - 130px);margin-bottom:calc(-2.18% - 112px)}
.main-screen__bottom-preview{position:absolute;bottom:0;left:0;right:0;top:0;z-index:10}
.main-screen__bottom-preview img{width:100%}
.main-screen__bottom-text{position:relative;z-index:20}
.main-screen__bottom-text-inner{padding-left:calc(20.068vw - 72px);padding-right:calc(20.068vw - 72px)}
.main-screen__bottom-text-inner .blockquote{margin-left:calc(24.721vw - 89px);margin-right:calc(20.359vw - 73px)}
.main-screen__list{margin-left:30px;margin-right:calc(-10.034vw + 36px)}
.main-screen+*{position:relative;z-index:5}
@media (min-width:576px){
	.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:27px}
	.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
	.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
	.main-screen__preview-3:last-child{margin-top:35px;margin-bottom:-75px}
}
@media (min-width:768px){
	.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:34px;margin-top:62px}
	.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
	.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
	.main-screen__preview-3:last-child{margin-top:50px;margin-bottom:-90px}
}
@media (min-width:992px){
	.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:41px;margin-top:64px}
	.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
	.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
	.main-screen__preview-1-wrapper{float:right;width:64.843%}
	.main-screen__preview-2{width:49.3%}
	.main-screen__preview-3:last-child{margin-top:65px;margin-bottom:-105px}
}
@media (min-width:1200px){
	.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:48px;margin-top:66px}
	.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
	.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
	.main-screen__preview-3:last-child{margin-top:80px;margin-bottom:-120px}
}
@media (min-width:1400px){
	.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:55px;margin-top:68px}
	.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
	.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
	.main-screen__preview-3:last-child{margin-top:95px;margin-bottom:-135px}
}
@media (min-width:1736px){
	.main-screen{padding-top:136px}
	.main-screen__inner{padding-left:276px;padding-right:276px}
	.main-screen__inner h1,.main-screen__inner .h1{margin-left:-138px;margin-right:-138px}
	.main-screen__inner .brands-list{margin-left:-138px;margin-right:-276px}
	.main-screen__inner h2,.main-screen__inner .h2{margin-bottom:60px;margin-top:70px}
	.main-screen__inner h2:first-child,.main-screen__inner .h2:first-child{margin-top:0}
	.main-screen__inner h2:last-child,.main-screen__inner .h2:last-child{margin-bottom:0}
	.main-screen__preview-1-wrapper{margin-left:100px;margin-right:-276px}
	.main-screen__list{margin-right:138px}
	.main-screen__bottom{left:auto;right:auto;padding-left:0;padding-right:0;width:auto}
	.main-screen__bottom:last-child{margin-top:110px;margin-bottom:-150px}
	.main-screen__bottom-text-inner{padding-left:276px;padding-right:276px}
	.main-screen__bottom-text-inner .blockquote{margin-left:340px;margin-right:280px}
}
.main-screen__preview-1-text{font-family:"Forum",serif;font-size:24px;line-height:28px}
.main-screen__circle{background-position:50% 50%;background-repeat:no-repeat;background-size:contain}
@media (min-width:576px){
	.main-screen__preview-1-text{font-size:30px;line-height:35px}
}
@media (min-width:768px){
	.main-screen__preview-1-text{font-size:34px;line-height:39px}
}
@media (min-width:992px){
	.main-screen__preview-1-text{font-size:38px;line-height:43px}
}
@media (min-width:1200px){
	.main-screen__preview-1-text{font-size:42px;line-height:47px}
}
@media (min-width:1400px){
	.main-screen__preview-1-text{font-size:46px;line-height:51px}
}
.brands-list{list-style-type:disc;list-style-position:outside;list-style-image:none;padding-left:14px;margin-bottom:60px;margin-top:30px;padding-left:0;border-left:1px solid var(--gold-1);list-style:none}
.brands-list>li{padding-left:0;position:static}
.brands-list>li::before{content:normal;height:auto;width:auto;margin-left:0;margin-right:0;transform:none}
.brands-list>li::before{background-color:transparent;border-radius:0}
.brands-list:first-child{margin-top:0}
.brands-list:last-child{margin-bottom:0}
.brands-list>.brands-list__item{display:flex;margin-bottom:20px}
.brands-list>.brands-list__item:last-child{margin-bottom:0}
.brand__picture-logo img{height:51px}
@media (min-width:576px){
	.brands-list{margin-bottom:76px;margin-top:34px}
	.brands-list:first-child{margin-top:0}
	.brands-list:last-child{margin-bottom:0}
}
@media (min-width:768px){
	.brands-list{display:flex;gap:16px;justify-content:space-between;flex-wrap:nowrap;margin-bottom:93px;margin-top:38px;padding-left:calc(24.975% - 118px)}
	.brands-list:first-child{margin-top:0}
	.brands-list:last-child{margin-bottom:0}
	.brands-list>.brands-list__item{margin-bottom:0}
	.brands-list>.brands-list__item>*{width:100%}
	.brands-list>.brands-list__item:last-child{margin-left:5.875%}
	.brand__picture-logo img{width:260px}
}
@media (min-width:992px){
	.brands-list{margin-bottom:109px;margin-top:42px}
	.brands-list:first-child{margin-top:0}
	.brands-list:last-child{margin-bottom:0}
}
@media (min-width:1200px){
	.brands-list{margin-bottom:126px;margin-top:46px}
	.brands-list:first-child{margin-top:0}
	.brands-list:last-child{margin-bottom:0}
}
@media (min-width:1400px){
	.brands-list{margin-bottom:142px;margin-top:50px}
	.brands-list:first-child{margin-top:0}
	.brands-list:last-child{margin-bottom:0}
}
@media (min-width:1736px){
	.brands-list{margin-bottom:160px;margin-top:55px;padding-left:140px}
	.brands-list:first-child{margin-top:0}
	.brands-list:last-child{margin-bottom:0}
	.brands-list>.brands-list__item:last-child{margin-left:80px}
}
@media (min-width:768px){
	.brands-list{border-bottom:1px solid var(--gold-1);border-left:0}
}
.brand{display:flex}
.brand__link{display:flex;flex-direction:row-reverse;gap:20px;position:relative}
.brand__link::before{content:"";display:block;width:20px;position:absolute;bottom:0;left:0;top:0}
.brand__link::after{content:"";display:block;height:7px;width:7px;margin:auto auto auto 0;transform:translateX(-50%)}
@media (min-width:768px){
	.brand__link{gap:40px;flex-direction:column}
	.brand__link::after{flex-shrink:0;margin:auto auto 0;transform:translateY(50%)}
	.brand__link::before{height:40px;width:350px;bottom:0;left:50%;top:auto;transform:translateX(-50%)}
}
.brand__link::after{background-color:var(--white);border-radius:50%}
.brand__link::before{animation-name:brand;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;opacity:0.2}
.brand_white .brand__link::before{background:radial-gradient(ellipse farthest-corner at 0% 50%,var(--white) 0%,rgba(var(--white-rgb),0) 55%)}
.brand_red .brand__link::before{background:radial-gradient(ellipse farthest-corner at 0% 50%,var(--red) 0%,rgba(var(--red-rgb),0) 55%)}
.brand_yellow .brand__link::before{background:radial-gradient(ellipse farthest-corner at 0% 50%,var(--yellow) 0%,rgba(var(--yellow-rgb),0) 55%)}
.brand_turquoise .brand__link::before{background:radial-gradient(ellipse farthest-corner at 0% 50%,var(--turquoise) 0%,rgba(var(--turquoise-rgb),0) 55%)}
@media (min-width:768px){
	.brand_white .brand__link::before{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--white) 0%,rgba(var(--white-rgb),0) 55%)}
	.brand_red .brand__link::before{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--red) 0%,rgba(var(--red-rgb),0) 55%)}
	.brand_yellow .brand__link::before{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--yellow) 0%,rgba(var(--yellow-rgb),0) 55%)}
	.brand_turquoise .brand__link::before{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--turquoise) 0%,rgba(var(--turquoise-rgb),0) 55%)}
}
.brand__link.active::before{animation-name:none;background:radial-gradient(ellipse farthest-corner at 0% 50%,var(--gold-2) 0%,rgba(var(--gold-2-rgb),0) 55%);opacity:0.6}
.brand__link.active .brand__picture{filter:brightness(0) saturate(100%) invert(39%) sepia(73%) saturate(479%) hue-rotate(338deg) brightness(98%) contrast(89%)}
@media (min-width:768px){
	.brand__link.active::before{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--gold-2) 0%,rgba(var(--gold-2-rgb),0) 55%)}
}
.brand__link .brand__picture{transition:filter 0.15s linear 0s}
.brand__link:hover .brand__picture,.brand__link:focus-visible .brand__picture{filter:brightness(0) saturate(100%) invert(39%) sepia(73%) saturate(479%) hue-rotate(338deg) brightness(98%) contrast(89%)}
@keyframes brand{
	from{opacity:0.2}
	to{opacity:0.4}
}

h2.free,h3.free{padding-top:60px;margin-top:-60px}
.to-top{position:fixed;right:30px;bottom:30px;z-index:7}