

/* Start:/media/assets/css/article/detail.css?17488422979419*/
.VM_Article .VM_Container:not(._article-full){
    max-width: 852px;
}
.VM_Article h1,
.VM_Article h2,
.VM_Article h3{
    margin: 0;
    padding: 20px 0 8px 0;
}

.VM_Article p{
    margin: 0;
    padding: 12px 0;
}

.VM_Article .VV_PMediaArticleDetail__ImgRound img + span.VV_PMediaArticleDetail__ImgTitle{
    display: block;
    margin-top: 8px;
    color: var(--light-secondary);
    font-size: 14px;
    line-height: 1.6;
}

.VV_PMediaArticleDetail__ImgRoundRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
}

.VV_PMediaArticleDetail__ImgRoundRow > a,
.VV_PMediaArticleDetail__ImgRoundRow > img {
    margin: 0 12px;
}

.VV_PMediaArticleDetail__ImgRoundRow img{
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.VM_Article figure img{
    max-width: 100%;
    height: auto;
}

.VM_Article ul:not(.VM_Chips__List),
.VM_Article ol{
    margin: 0;
    padding: 16px 0 16px 24px;
}
.VM_Article ul:not(.VM_Chips__List) > li,
.VM_Article ol > li{
    margin-bottom: 16px;
}
.VM_Article ul:not(.VM_Chips__List) > li:last-child,
.VM_Article ol > li:last-child{
    margin-bottom: 0;
}
.VM_Article ul:not(.VM_Chips__List) > li{
    position: relative;
    list-style-type: none;
}
.VM_Article ul:not(.VM_Chips__List) > li:before{
    content: '';
    position: absolute;
    left: -13px;
    top: 11px;
    display: block;
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
}

.VM_Article .VV21_Map ul:not(.VM_Chips__List) > li:before{
    display: none;
}
.VM_Article .VM_Container > img,
.VM_Article .VV_PMediaArticleDetail__ImgRound img,
.VM_Article p > img{
    max-width: 100%;
    height: auto;
}

.VM_Article p a:not(.VV_Button):not(.VM_Button),
.VM_Article li a:not(.VV_Button):not(.VM_Button),
.VM_Article > .VM_Container > a:not(.VV_Button):not(.VM_Button){
    color: var(--accent);
}

@media (any-hover:hover) {
    .VM_Article p a:not(.VV_Button):not(.VM_Button),
    .VM_Article li a:not(.VV_Button):not(.VM_Button),
    .VM_Article > .VM_Container > a:not(.VV_Button):not(.VM_Button){
        transition: all .3s !important;
    }
    .VM_Article p a:not(.VV_Button):not(.VM_Button):hover,
    .VM_Article li a:not(.VV_Button):not(.VM_Button):hover,
    .VM_Article > .VM_Container > a:not(.VV_Button):not(.VM_Button):hover{
        -webkit-filter: brightness(.92);
        filter: brightness(.92);
    }
    .VM_Article p a:not(.VV_Button):not(.VM_Button):active,
    .VM_Article li a:not(.VV_Button):not(.VM_Button):active,
    .VM_Article > .VM_Container > a:not(.VV_Button):not(.VM_Button):active{
        -webkit-filter: brightness(.88);
        filter: brightness(.88);
    }
}

@media (max-width: 1023px) {
    .VM_Article h1,
    .VM_Article h2{
        padding: 16px 0 8px 0;
    }
    .VM_Article h3{
        padding: 12px 0 8px 0;
    }
    .VM_Article p{
        padding: 8px 0;
    }
}

@media (max-width: 767px) {
    .VM_Article h1{
        padding: 8px 0 8px 0;
    }
    .VM_Article h2,
    .VM_Article h3{
        padding: 12px 0 8px 0;
    }
    .VM_Article p{
        padding: 8px 0;
    }
    .VM_Article .VV_PMediaArticleDetail__ImgRound img + span.VV_PMediaArticleDetail__ImgTitle{
        font-size: 12px;
    }
}

/* Meta */
.VM_ArticleMeta{
    display: flex;
    align-items: center;
    column-gap: 32px;
    padding: 4px 0 8px 0;
}
.VM_ArticleMeta__Counters{
    display: flex;
    column-gap: 16px;
}

@media (max-width: 1023px) {
    
}

@media (max-width: 767px) {
    .VM_ArticleMeta{
        padding: 4px 0 16px 0;
    }
}

/* Author */
.VM_Author{
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 16px 0;
}
a.VM_Author{
    display: inline-flex;
}
.VM_Author__Img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.VM_Author__Descr{
    max-width: 360px;
    margin-top: 4px;
    color: var(--secondary);
}

@media (any-hover: hover) {
    a.VM_Author .VM_Author__Name{
        transition: .2s;
    }
    
    a.VM_Author:hover .VM_Author__Name{
        color: var(--accent);
    }
}

@media (max-width: 1023px) {
    .VM_Author{
        padding: 12px 0;
    }
    .VM_Author__Img{
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 767px) {
    .VM_Author{
        column-gap: 12px;
        padding: 8px 0;
    }
    .VM_Author__Img{
        width: 60px;
        height: 60px;
    }
    .VM_Author__Descr{
        margin-top: 2px;
    }
}

/* Accent */
.VM_Accent{
    padding: 24px 0;
}
.VM_Accent__Inner{
    padding: 16px 40px;
    text-align: center;
    background: var(--surface-1);
}
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6){
    padding-bottom: 20px;
    text-align: left;
}
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6) h1,
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6) h2,
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6) h3,
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6) h4, 
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6) h5, 
.VM_Accent__Inner:has(h1,h2,h3,h4,h5,h6) h6{
    padding: 0;
}

/* Bottom */
.VM_ArticleBottom{
    padding: 40px 0;
}

/* Fav */
._app .VM_Article__Fav{
    display: none;
}
.VM_Article__Fav{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.VM_Article__Fav:not(._in-fav) .VM_Article__FavText._in-fav{
    display: none;
}
.VM_Article__Fav._in-fav .VM_Article__FavText:not(._in-fav){
    display: none;
}
.VM_Article__Fav:not(._in-fav) .VM_Button__Img{
    fill: none;
}
@media (max-width: 767px) {
    .VM_Accent__Inner{
        padding: 16px 16px 20px;
    }
    .VM_Accent__Inner:has(a){
        padding: 12px 16px;
    }
    .VM_Article__Fav{
        display: none;
    }
}

._app .VM_WidgetPhoto__Fav{
    display: none;
}
.VM_WidgetPhoto__Fav{
    position: absolute;
    right: 0;
    bottom: 0;
}
.VM_WidgetPhoto__Fav:not(._in-fav) .VM_Button__Text._in-fav{
    display: none;
}
.VM_WidgetPhoto__Fav._in-fav .VM_Button__Text:not(._in-fav){
    display: none;
}
.VM_WidgetPhoto__Fav:not(._in-fav) .VM_Button__Img{
    fill: none;
}
@media (min-width: 768px) {
    .VM_WidgetPhoto__Fav{
        display: none;
    }
}

/* Author old fix */
.VV_PMediaArticleDetailPerson{
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 16px 0;
}
.VV_PMediaArticleDetailPerson__Img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.VV_PMediaArticleDetailPerson__Title{
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Gothic', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .01em;
}
.VV_PMediaArticleDetailPerson__Desc{
    max-width: 360px;
    margin-top: 4px;
    color: var(--secondary);
    line-height: 1.6;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .VV_PMediaArticleDetailPerson{
        padding: 12px 0;
    }
    .VV_PMediaArticleDetailPerson__Img{
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 767px) {
    .VV_PMediaArticleDetailPerson{
        column-gap: 12px;
        padding: 8px 0;
    }
    /*.VV_PMediaArticleDetailPerson__Col._img{
        align-self: flex-start;
    }*/
    .VV_PMediaArticleDetailPerson__Img{
        width: 60px;
        height: 60px;
    }
    .VV_PMediaArticleDetailPerson__Title{
        font-size: 14px;
    }
    .VV_PMediaArticleDetailPerson__Desc{
        margin-top: 2px;
        font-size: 12px;
    }
}

/* Вставка на белом фоне */
.VV_PMediaArticleDetail__GrayInset{
    margin: 0 0 30px;
}
.VV_PMediaArticleDetail__GrayInset .VV_PMediaArticleDetail__GrayInsetInner{
    display: inline-block;
    background-color: var(--white);
    padding: 12px 24px;
}

@media (max-width: 767px){
    .VV_PMediaArticleDetail__GrayInset .VV_PMediaArticleDetail__GrayInsetInner{
        padding: 8px 16px;
        margin: 0 -16px;
    }
}

/* Спойлер c якорными ссылками */
@media (min-width: 1280px) {
	.VM_ArticleNav {
		display: none;
	}
}

@media (max-width: 1279px) {
	.VM_ArticleNav {
		margin-block: 16px 8px;
	}
	.VM_ArticleSpoiler {
		max-width: 472px;
		background-color: var(--white);
	}
	.VM_ArticleSpoiler__Header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 16px;
		width: 100%;
		padding: 12px 8px 12px 16px;
	}
	.VM_ArticleSpoilerIcon {
		width: 20px;
    	height: 20px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	._opened.VM_ArticleSpoiler .VM_ArticleSpoilerIcon {
		-webkit-transform: rotateX(180deg);
		        transform: rotateX(180deg);
	}
	.VM_ArticleSpoiler__List,
	.VM_Article ul.VM_ArticleSpoiler__List {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 12px;
		margin: 0;
		padding: 4px 16px 16px;
		list-style: none;
	}
	.VM_ArticleSpoiler__ListItem,
	.VM_Article .VM_ArticleSpoiler__List > .VM_ArticleSpoiler__ListItem {
		margin: 0;
	}
	.VM_ArticleSpoiler__ListItem::before,
	.VM_Article .VM_ArticleSpoiler__List > .VM_ArticleSpoiler__ListItem::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.VM_ArticleNav {
		margin-block: 0;
	}
}
/* End */


/* Start:/media/assets/css/tests/style.css?17443611376880*/
.VM_WidgetTest{
    padding: 16px 0;
}
.VM_WidgetTest__Inner{
    max-width: 739px;
    margin: 0 auto;
    padding: 40px 60px;
    background: var(--surface-1);
}
.VM_WidgetTest__Section{
    display: none;
    min-height: 420px;
    max-width: 620px;
    margin: 0 auto;
}
.VM_WidgetTest__Section:last-child{
    min-height: 440px;
	margin-bottom: -20px;
}
.VM_WidgetTest__Section._active{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.VM_WidgetTest__Label{
    margin-bottom: 8px;
    padding: 4px 8px;
    background: var(--accent-alt);
}
.VM_WidgetTest__Title{
    margin-bottom: 20px;
    text-align: center;
}
.VM_WidgetTest__Title img{
    width: 100%;
    max-height: 320px;
    object-fit: contain;
}
.VM_WidgetTest__Start{
    width: 200px;
	margin-bottom: 12px;
}
.VM_WidgetTest__Quantity {
    color: var(--secondary);
}

.VM_WidgetTest__Question{
    display: none;
}
.VM_WidgetTest__Question._active{
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
}
.VM_WidgetTest__Answers{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
	width: 100%;
    margin-bottom: 20px;
}
.VM_WidgetTest__Answer{
    display: grid;
    grid-template-columns: min-content auto;
    align-items: center;
    column-gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
    background: var(--space);
    cursor: pointer;
    transition: .3s;
}
.VM_WidgetTest__Answer:has(.VM_WidgetTest__AnswerInput:checked){
    background: rgba(185, 115, 255, 0.20);
}
.VM_WidgetTest__AnswerInput{
    display: none;
}
.VM_WidgetTest__AnswerLetter{
    color: var(--tertiary);
    flex-shrink: 0;
    max-width: 40px;
    max-height: 40px;
}
.VM_WidgetTest__AnswerLetter img{
    width: 40px;
    height: auto;
}
.VM_WidgetTest__AnswerInput:checked + .VM_WidgetTest__AnswerLetter{
    color: var(--accent);
}
.VM_WidgetTest__Answers:not(:has(.VM_WidgetTest__AnswerInput:checked)) + .VM_WidgetTest__Start{
    background-color: var(--tertiary) !important;
    color: var(--on-accent) !important;
    cursor: default !important;
    pointer-events: none;
}

.VM_WidgetTest__AnswerFull{
    display: none;
    grid-column: 1 / -1;
      grid-row: 2;
    padding: 8px 16px 16px;
    margin: 16px -16px -16px;
}
.VM_WidgetTest__Inner._right .VM_WidgetTest__Answer.isCorrect .VM_WidgetTest__AnswerFull, 
.VM_WidgetTest__Inner._wrong .VM_WidgetTest__Answer.isSelected .VM_WidgetTest__AnswerFull{
    display: block;
}
.VM_WidgetTest__Inner._right .VM_WidgetTest__Answer.isCorrect{
    background: #d5f2e0;
}
.VM_WidgetTest__Inner._wrong .VM_WidgetTest__Answer.isSelected{
    background: #fadcdc;
}
.VM_WidgetTest__Inner._right .VM_WidgetTest__Answer.isCorrect .VM_WidgetTest__AnswerFull{
    background: #eaf8f0;
}
.VM_WidgetTest__Inner._wrong .VM_WidgetTest__Answer.isSelected .VM_WidgetTest__AnswerFull{
    background: #fceded;
}
.VM_WidgetTest__Inner._right .VM_WidgetTest__Answer.isCorrect .VM_WidgetTest__AnswerLetter{
    color: var(--green500);
}
.VM_WidgetTest__Inner._wrong .VM_WidgetTest__Answer.isSelected .VM_WidgetTest__AnswerLetter{
    color: var(--light-negative);
}
.VM_WidgetTest__Result{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.VM_WidgetTest__ResultImg{
    width: 280px;
    height: auto;
    margin-bottom: 24px;
}
.VM_WidgetTest__ResultTitle{
    margin-bottom: 8px;
}
.VM_WidgetTest__ResultPlate {
	margin-bottom: 8px;
	padding: 4px 12px;
	color: var(--secondary);
	background-color: var(--space);
}
.VM_WidgetTest__ResultText{
    margin-bottom: 24px;
}
.VM_WidgetTest__ResultText p{
    padding: 0;
}
.VM_WidgetTest__ResultBottom{
    display: flex;
    flex-direction: column;
    max-width: 448px;
    width: 100%;
}
.VM_WidgetTest__ResultButtons{
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.VM_WidgetTest__Restart.VM_Button{
    min-width: 200px;
}
.VM_WidgetTest__Fav{
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-left: auto;
}
.VM_WidgetTest__Fav:not(._in-fav) .VM_WidgetTest__FavText._in-fav{
    display: none;
}
.VM_WidgetTest__Fav._in-fav .VM_WidgetTest__FavText:not(._in-fav){
    display: none;
}
.VM_WidgetTest__Fav:not(._in-fav) .VM_Button__Img{
    fill: none;
}
.VM_WidgetTest__ResultTeaser{
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 16px;
    background: var(--space);
    display: flex;
    flex-direction: column;
    max-width: 448px;
    width: 100%;
}
.VM_WidgetTest__ResultTeaser:last-child{
    margin-bottom: 0;
}
.VM_WidgetTest__ResultTeaserInner{
    padding: 12px 16px;
    background: var(--surface-1);
}
.VM_WidgetTest__ResultTeaser .VM_Teaser{
    margin: 0;
}
.VM_WidgetTest__ResultShareIcons{
    display: flex;
    justify-content: center;
    column-gap: 12px;
    margin-bottom: 4px;
}
.VM_WidgetTest__ResultShareIcons svg{
    display: block;
    fill: var(--secondary);
}
.VM_WidgetTest__ResultShareText{
    color: var(--secondary);
    text-align: center;
}
@media (any-hover:hover) {
    .VM_WidgetTest__ResultShareIcons a svg,
    .VM_WidgetTest__ResultShareIcons a svg path,
    .VM_WidgetTest__ResultShareIcons button svg path{
        transition: .2s;
    }
    .VM_WidgetTest__ResultShareIcons a:hover svg,
    .VM_WidgetTest__ResultShareIcons a:hover svg path,
    .VM_WidgetTest__ResultShareIcons button:hover svg path{
        fill: var(--accent);
    }
}
@media (min-width: 1024px) {
	.VM_WidgetTest__Inner:has(.VM_WidgetTest__Section:first-child._active) {
		max-width: 792px;
	}
}
@media (max-width: 1023px) {
	.VM_WidgetTest__Inner{
		max-width: 640px;
	}
	.VM_WidgetTest__ResultButtons{
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
    .VM_WidgetTest__Inner{
        padding: 20px 16px;
    }
	.VM_WidgetTest__Section{
		min-height: 460px;
	}
	.VM_WidgetTest__Section:last-child{
		min-height: 460px;
		margin-bottom: 0;
	}
	.VM_WidgetTest__Section:last-child{
		min-height: unset;
	}
	.VM_WidgetTest__Label{
		padding: 2px 6px;
	}
	.VM_WidgetTest__Question .VM_WidgetTest__Start{
		width: 100%;
	}
	.VM_WidgetTest__Answers{
		row-gap: 4px;
	}
	.VM_WidgetTest__ResultImg {
		margin-bottom: 18px;
	}
	.VM_WidgetTest__ResultText{
		margin-bottom: 16px;
	}
    .VM_WidgetTest__ResultImg{
        width: 100%;
        max-width: 380px;
    }
    .VM_WidgetTest__ResultButtons{
        flex-direction: column;
    }
    .VM_WidgetTest__Restart.VM_Button{
        min-width: unset;
    }
    .VM_WidgetTest__Fav{
        margin-top: 12px;
        margin-left: 0;
    }
    .VM_WidgetTest__ResultTeaser{
        width: auto;
        max-width: unset;
        margin-left: -20px;
        margin-right: -20px;
    }
    .VM_WidgetTest__ResultTeaserInner{
        padding: 12px;
    }
    .VM_WidgetTest__ResultTeaser .VM_Teaser{
        max-width: unset;
    }
}
/* End */


/* Start:/local/components/media/catalog.detail/templates/.default/style.css?175041530529738*/
.VM_Comments {
    padding: 32px 0;
}

.VM_Comments__Header {
    margin: 0 0 32px;
}

.VM_Comments__Header:has(.VM_Comments__AuthBlock) + .VM_Comments__Body > .VM_Comments__List:first-child > .VM_Comments__Item:first-child > ._admin.VM_Comments__ItemGroup {
    margin-top: 54px;
}

.VM_Comments__HeaderTitle {
    margin: 0 0 20px;
}

.VM_Comments__AuthBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 16px 16px 24px;
}

.VM_Comments__AuthBlockTitle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 16px 0 0;
}

.VM_Comments__AuthBlockBtnWrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 73px;
}

.VM_Comments__BanBlock {
    padding: 24px;
}

.VM_Comments__Item,
.VM_Comments__List {
    margin: 0 0 24px;
}

.VM_Comments__List {
    margin-top: 16px;
}

/* .VM_Comments__Body + .VM_Comments__List{
    margin-bottom: 0;
} */

.VM_Comments__Item:last-child,
.VM_Comments__List:last-of-type {
    margin-bottom: 0;
}

.VM_Comments__ItemGroup {
	position: relative;
    border: 1px solid var(--surface-1);
    padding: 15px;
}
._admin.VM_Comments__ItemGroup::before {
	content:'ЩИ от ВкусВилла';
	position: absolute;
	top: -1px;
	right: -1px;
	transform: translateY(-100%);
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.14px;
	color: var(--white);
	background-color: var(--accent);
}

.VM_Comments__ItemGroup._my {
    border-color: var(--accent);
}

.VM_Comments__ItemGroup.isEdit{
    background-color: var(--space);
}

.VM_Comments__ItemGroup.isEdit ~ .VM_Comments__ItemGroup{
    display: none;
}

.VM_Comments__ItemHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 12px;
}

.VM_Comments__Avatar {
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 12px 0 0;
}

.VM_Comments__AvatarCircle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.VM_Comments__AvatarIcon {
    width: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VM_Comments__AvatarImg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.VM_Comments__AvatarImg._logo{
    width: 32px;
    height: auto;
    border-radius: 0;
}

.VM_Comments__ItemInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 8px 0 0;
}

.VM_Comments__ItemInfoName {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.VM_Comments__ItemInfoIcon {
    width: 16px;
    margin: 0 4px 0 0;
}

.VM_Comments__ItemDateEdit {
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VM_Comments__ItemBody {
    word-break: break-word;
    margin: 0 0 4px;
}

.VM_Comments__ItemImages{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}

@media (any-hover: hover) {
    .VM_Comments__ItemImageLink{
        transition: opacity .3s !important;
    }
    .VM_Comments__ItemImageLink:hover{
        opacity: 0.8;
    }
}

.VM_Comments__ItemImage{
    width: 100%;
    height: auto;
}

.VM_Comments__ItemDocs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
}

.VM_Comments__ItemFooterRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.VM_Comments__Controls {
    padding: 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VM_Comments__Reply {
    color: var(--secondary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 16px 0 0;
}

.VM_Comments__ReplyImg {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
}

.VM_Comments__ControlsItem {
    margin: 0 12px 0 0;
}

.VM_Comments__VoteSubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
    margin: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.VM_Comments__VoteSubmit._active .VM_Comments__VoteIconWrap._default {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.4);
    -ms-transform: translate(-50%, -50%) scale(.4);
    transform: translate(-50%, -50%) scale(.4);
}

.VM_Comments__VoteSubmit._active .VM_Comments__VoteIconWrap._fill {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.VM_Comments__VoteSubmit._active .VM_Comments__VoteCount {
    color: var(--accent);
}

.VM_Comments__VoteGroup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 20px;
    height: 20px;
}

.VM_Comments__VoteIconWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    -o-transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.VM_Comments__VoteIconWrap._default {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.VM_Comments__VoteIconWrap._fill {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -ms-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
}

.VM_Comments__VoteCount {
    margin: 0 0 0 4px;
    color: var(--secondary);
}

.VM_Comments__EditRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.VM_Comments__EditItem {
    margin: 0 8px 0 0;
}

.VM_Comments__EditItem:last-child {
    margin-right: 0;
}

.VM_Comments__EditBtn {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background-color: var(--surface-2);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
}

.VM_Comments__EditIcon {
    width: 20px;
    height: 20px;
}

.VM_Comments__Answers {
    margin: 16px 0 0 24px;
}

.VM_Comments__Answers._closed .VM_Comments__List {
    display: none;
}

.VM_Comments__AnswersGroup {
    margin: 0 0 0 -24px;
}

.VM_Comments__AnswersToggle {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: var(--accent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VM_Comments__AnswersToggle._active .VM_Comments__AnswersToggleGroup._show,
.VM_Comments__AnswersToggle:not(._active) .VM_Comments__AnswersToggleGroup._collapse {
    display: none;
}

.VM_Comments__AnswersToggleGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.VM_Comments__AnswersToggleIcon {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
}

.VM_Comments__Wrp {
    max-width: 792px;
}

.VM_Comments__Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VM_Comments__Col._comments{
    flex-grow: 1;
}

.VM_Comments__Col+.VM_Comments__Col {
    padding-left: 30px;
    margin-left: auto;
}

.VM_CommentsMoreBlock {
    position: sticky;
    top: calc(50vh - 75px);
    padding: 20px 20px 20px;
    background: var(--surface-1);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}
.VM_CommentsMoreBlock._show{
    opacity: 1;
    visibility: visible;
}
.VM_CommentsMoreBlock__Header {
    margin: 0 0 16px;
}

.VM_CommentsMoreBlock__Title {
    font-weight: 500;
}

*+.VM_CommentsMoreBlock__Desc {
    margin-top: 4px;
}

.VM_CommentsMoreBlock__Desc {
    font-weight: 400;
    color: var(--secondary);
}

.VM_Comments__AuthBlock:not(.hidden)+.VM_Comments__AddCommentBlock {
    margin-top: 24px;
}

.VM_Comments__AddCommentBlock._reply{
    display: none;
    margin: 16px 0 16px 16px;
}

.VM_Comments__AddCommentBlock.isEdit{
    display: none;
}

.VM_Comments__AddCommentBlockInput {
    margin: 0 0 16px;
}

.VM_CommentsFormFile__AddFilesBtnTextError {
    position: relative;
    top: 0;
    left: 10px;
    color: var(--negative);
}

.VM_CommentsFormFile._error .VM_CommentsFormFile__AddFilesBtnTextError {
    visibility: visible;
    opacity: 1;
}

.VM_CommentsFormFile__Control {
    display: none;
}

.VM_CommentsFormFile__AddFilesBtn {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    color: var(--accent);
}

.VM_CommentsFormFile__AddFilesBtn.disabled {
    color: var(--tertiary);
    cursor: default;
    pointer-events: none;
}

.VM_CommentsFormFile__AddFilesBtn.disabled .VM_CommentsFormFile__AddFilesBtnTextNote{
    color: var(--tertiary);
}

.VM_CommentsFormFile__AddFilesBtnImgWrp {
    margin-right: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VM_CommentsFormFile__AddFilesBtnImg {
    fill: currentColor;
}

/* .VM_CommentsFormFile__AddFilesBtn:not(.disabled):hover .rtext{
    color: var(--green300);
    }
    .VM_CommentsFormFile__AddFilesBtn:not(.disabled):hover svg path{
    fill: var(--green300);
    } */
.VM_CommentsFormFile__FilesRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.VM_CommentsFormFile__FilesCol {
    margin: 0 5px 10px 5px
}

.VM_CommentsFormFile__File {
    position: relative;
    padding-right: 25px;
    min-height: 60px;
    width: 110px
}

.VM_CommentsFormFile__FileInner {
    width: 85px;
    height: 60px;
    background-color: var(--tertiary);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.VM_CommentsFormFile__FileRemove {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: hsl(228, 5%, 82%);
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important
}

.VM_CommentsFormFile__FileRemove:hover {
    background-color: hsl(228, 5%, 70%)
}

.VM_CommentsFormFile__FileRemove:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.VM_CommentsFormFile__FileRemove:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.VM_CommentsFormFile__AddFilesBtnText {
    color: currentColor;
}

.VM_CommentsFormFile__AddFilesBtnTextNote {
    color: var(--secondary);
}

.VM_Comments__AddCommentBlockBtnWrp {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.VM_Comments__Footer {
    margin-top: 32px;
}

._user-avatar-full-screen.fancybox-slide--image {
	padding-inline: 10px;
}
._user-avatar-full-screen .fancybox-content {
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 1023px) {
    .VM_Comments {
        padding: 14px 0;
    }
    .VM_Comments__HeaderTitle {
        margin-bottom: 16px;
    }

    .VM_Comments__AuthBlock {
        padding-left: 16px;
    }

    .VM_Comments__AuthBlockBtnWrap {
        width: 67px;
    }

    .VM_Comments__ItemGroup {
        padding: 11px;
    }

    .VM_Comments__ItemHeader {
        margin-bottom: 8px;
    }

    .VM_Comments__Avatar {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .VM_Comments__Item {
        margin-bottom: 16px;
    }

    .VM_Comments__Answers {
        margin-left: 8px;
    }

    .VM_Comments__AnswersGroup {
        margin-left: -8px;
    }

    .VM_Comments__Col._addit {
        display: none;
    }
}

@media (min-width: 768px) {
    .VM_Comments__ItemDateEdit br{
        display: none;
    }
}

@media (max-width: 767px) {
    .VM_Comments {
        padding: 14px 0;
    }
    .isEdit .VM_Comments__AddCommentBlockBtnWrp {
        flex-direction: column;
    }
    .VM_Comments__ItemHeader {
        position: relative;
    }

    .VM_Comments__ItemInfo {
        padding-right: 66px;
    }

    .VM_Comments__ItemHeader:not(:has(.VM_Comments__ItemDateEdit)) .VM_Comments__ItemInfo{
        padding-right: 0;
    }

    .VM_Comments__ItemDateEdit {
        position: absolute;
        right: 0;
        top: 0;
    }
    .VM_Comments__ItemImages{
        grid-template-columns: 1fr 1fr;
    }

	._admin.VM_Comments__ItemGroup::before {
		padding: 4px 6px;
		font-size: 12px;
		letter-spacing: 0.12px;
    }
}


.VM_WidgetPhoto{
    padding: 16px 0;
}
.VM_WidgetPhoto__Images{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.VM_WidgetPhoto__Images._vertical{
    column-gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
}
.VM_WidgetPhoto__Images._vertical a:has(.VM_WidgetPhoto__Image){
	max-width: calc(50% - 12px)
}
.VM_WidgetPhoto__Image{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image{
    width: 100%;
    /* height: auto; */
}
.VM_WidgetPhoto__Slide{
    width: auto;
    max-width: 100%;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide{
    width: 100%;
}
.VM_WidgetPhoto__Caption{
    margin-top: 8px;
    color: var(--light-secondary);
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Caption{
    margin-left: 40px;
}
.VM_WidgetPhoto__InlineCaption{
    max-width: 327px;
}
.VM_WidgetPhoto__ImagesNav{
    z-index: 1;
}
.VM_WidgetPhoto__ImagesNav .VM_SliderBtn{
    transform: translateY(-50%);
}
.VM_WidgetPhoto__ImagesNav .VM_SliderBtn._prev{
    left: 0;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__ImagesNav .VM_SliderBtn._prev{
    left: 40px;
}
.VM_WidgetPhoto__ImagesNav .VM_SliderBtn._next{
    right: 0;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__ImagesNav .VM_SliderBtn._next{
    right: 40px;
}
.VM_WidgetPhoto__Thumbs{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
}
.VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__Thumbs{
    margin-left: -8px;
    margin-right: -8px;
}
.VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs{
    margin-left: 32px;
    margin-right: 32px;
}
.VM_WidgetPhoto__ThumbsSlider{
    width: 100%;
    overflow: hidden;
}
.VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs .VM_WidgetPhoto__ThumbsSlider{
    overflow: visible;
}
.VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__ThumbsSlide{
    width: auto;
    margin-right: 18px;
}
.VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__ThumbsSlide:last-child{
    margin-right: 0;
}
.VM_WidgetPhoto__ThumbsSlide{
    display: flex;
    justify-content: center;
}
.VM_WidgetPhoto__Thumb{
    padding: 8px;
    cursor: pointer;
    transition: box-shadow .2s;
}
.VM_WidgetPhoto__ThumbsSlide.swiper-slide-thumb-active .VM_WidgetPhoto__Thumb{
    box-shadow: inset 0px 0px 0px 2px var(--accent);
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn{
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn:disabled{
    display: none;
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev{
    left: -12px;
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next{
    right: -12px;
}

.VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev{
    left: -6px;
}
.VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next{
    right: -6px;
}

.VM_WidgetPhoto__Images .VM_WidgetPhoto__Image._desktop:not([src$=".gif"]){
    aspect-ratio: 1200 / 600;
}
.VM_WidgetPhoto__Images .VM_WidgetPhoto__Image._tablet:not([src$=".gif"]){
    aspect-ratio: 720 / 360;
}
.VM_WidgetPhoto__Images .VM_WidgetPhoto__Image._mobile:not([src$=".gif"]){
    aspect-ratio: 440 / 210;
}

.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._desktop_xlg{
    aspect-ratio: 2560 / 1200;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._desktop_lg{
    aspect-ratio: 1920 / 900;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._desktop{
    aspect-ratio: 1280 / 600;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._tablet{
    aspect-ratio: 768 / 360;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._mobile{
    aspect-ratio: 360 / 168;
}

.VM_WidgetPhoto__Images._vertical img{
    aspect-ratio: 0.735;
}
.VM_WidgetPhoto__Images._vertical:has(.VM_WidgetPhoto__Image:nth-child(3)) img{
    aspect-ratio: 384 / 540;
}

.VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop:not([src$=".gif"]){
    aspect-ratio: 1200 / 600;
}
.VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._tablet:not([src$=".gif"]){
    aspect-ratio: 561 / 280;
}
.VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._mobile:not([src$=".gif"]){
    aspect-ratio: 400 / 200;
}

.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop_xlg{
    aspect-ratio: 2560 / 1200;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop_lg{
    aspect-ratio: 1920 / 900;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop{
    aspect-ratio: 1280 / 600;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._tablet{
    aspect-ratio: 561 / 280;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._mobile{
    aspect-ratio: 400 / 200;
}

.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image{
    aspect-ratio: unset !important;
}
.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._desktop{
    max-width: 1200px !important;
}
.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._tablet,
.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._mobile{
    width: 100% !important;
    max-width: unset !important;
}
.VM_WidgetPhoto__ThumbImage{
    display: block;
}
@media (any-hover: hover) {
    .VM_WidgetPhoto__ThumbImage{
        transition: transform .3s;
    }
    .VM_WidgetPhoto__ThumbsSlide:not(.swiper-slide-thumb-active) .VM_WidgetPhoto__ThumbImage:hover{
        transform: scale(1.1);
    }
}

@media (min-width: 1920px) {
    .VM_WidgetPhoto__Image._desktop_xlg + .VM_WidgetPhoto__Image._desktop_lg,
    .VM_WidgetPhoto__Image._desktop_lg + .VM_WidgetPhoto__Image._desktop{
        display: none;
    }
}
@media (max-width: 1919px) {
    .VM_WidgetPhoto__Image._desktop_xlg{
        display: none;
    }
}

@media (min-width: 1280px) {
    .VM_WidgetPhoto__Image._desktop_lg + .VM_WidgetPhoto__Image._desktop{
        display: none;
    }
}
@media (max-width: 1279px) {
    .VM_WidgetPhoto__Image._desktop_lg{
        display: none;
    }
    .VM_WidgetPhoto__Thumbs {
        margin-left: -8px;
        margin-right: -8px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev {
        left: -14px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next {
        right: -14px;
    }
    .VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._desktop{
        max-width: 940px !important;
    }
}

@media (min-width: 1024px) {
    .VM_WidgetPhoto__Images{
        overflow: hidden;
    }
    .VM_WidgetPhoto__Image._tablet{
        display: none;
    }
}
@media (max-width: 1023px) {
    .VM_WidgetPhoto__Image._desktop{
        display: none;
    }
    .VM_WidgetPhoto__InlineCaption{
        max-width: 256px;
    }
    .VM_WidgetPhoto__Slide{
        margin-right: 24px;
    }
    .VM_WidgetPhoto__Slide:last-child{
        margin-right: 0;
    }
    .VM_WidgetPhoto__ImagesNav{
        display: none;
    }
    .VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide {
        width: 100%;
        max-width: 76vw;
    }
    .VM_WidgetPhoto__Thumb{
        width: auto;
        padding: 8px;
        cursor: pointer;
    }
    .VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__ThumbsSlide{
        margin-right: 2px;
    }
    .VM_WidgetPhoto__ThumbImage{
        width: 80px;
        height: 80px;
    }
    .VM_WidgetPhoto__Thumbs {
        margin-left: -12px;
        margin-right: -12px;
    }
    .VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs{
        margin-left: 12px;
        margin-right: 12px;
    }
    .VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Caption{
        margin-left: 16px;
    }
    .VM_WidgetPhoto__Images._vertical:has(.VM_WidgetPhoto__Image:nth-child(3)) img{
        aspect-ratio: 348 / 474;
    }
}

@media (min-width: 768px) {
    .VM_WidgetPhoto__Image._mobile{
        display: none;
    }
}
@media (max-width: 767px) {
    .VM_WidgetPhoto__Image._tablet{
        display: none;
    }
    .VM_WidgetPhoto__Images._vertical a:has(.VM_WidgetPhoto__Image){
        max-width: unset;
        width: 100%;
    }
    .VM_WidgetPhoto__InlineCaption{
        max-width: 100%;
    }
    .VM_WidgetPhoto__Slide{
        max-width: 76.7vw;
        margin-right: 16px;
    }
    .VM_WidgetPhoto__Slide:last-child{
        margin-right: 0;
    }
    .VM_WidgetPhoto__ThumbsSlider{
        overflow: visible;
    }
    .VM_WidgetPhoto__Thumbs {
        margin-left: -8px;
        margin-right: -8px;
    }
    .VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs{
        margin-left: 8px;
        margin-right: 8px;
    }
    .VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide {
        width: auto;
        max-width: 81vw;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) .VM_WidgetPhoto__ThumbsSlide {
        width: auto;
        margin-right: 2px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev,
    .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev {
        left: -8px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next,
    .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next {
        right: -8px;
    }
    .VM_WidgetPhoto__Thumbs{
        display: none;
    }
}

.VM_Quote{
    padding: 40px 0;
}
.VM_Quote._black{
    max-width: 588px;
    margin: 0 auto;
    padding: 32px 0;
    color: var(--on-accent);
}
.VM_Quote._black .VM_Quote__Inner{
    padding: 24px;
    background: var(--primary);
}
.VM_Quote__Text{
    padding: 12px 0 12px 16px;
}
.VM_Quote._black .VM_Quote__Text{
    padding: 16px 0 16px 16px;
}
.VM_Quote__Author{
    padding: 16px 0 16px 16px;
}
.VM_Quote._black .VM_Quote__Author{
    padding: 0 0 0 16px;
}
.VM_Quote__AuthorNote{
    margin-top: 2px;
    color: var(--secondary);
}
.VM_Quote._black .VM_Quote__AuthorNote{
    color: var(--tertiary);
}

@media (max-width: 1023px) {
    .VM_Quote{
        max-width: 588px;
    }
    .VM_Quote._black{
        max-width: 596px;
        padding: 24px 0;
    }
    .VM_Quote._black .VM_Quote__Inner{
        padding: 16px;
    }
    .VM_Quote._black .VM_Quote__Text{
        padding: 12px 0 12px 16px;
    }
}

@media (max-width: 767px) {
    .VM_Quote{
        max-width: 100%;
    }
    .VM_Quote._black{
        max-width: 100%;
    }
}

.VM_WidgetBanner{
    padding: 32px 0;
}
.VM_WidgetBanner__Inner{
    display: flex;
    min-height: 450px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Inner{
    min-height: 200px;
}
.VM_WidgetBanner__ImageWrapper{
    width: 575px;
    height: auto;
    flex-shrink: 0;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__ImageWrapper{
    width: 320px;
}
.VM_WidgetBanner__Image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.VM_WidgetBanner__Content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Content{
    padding: 20px;
}
.VM_WidgetBanner__Meta{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Meta{
    margin-bottom: 8px;
}
.VM_WidgetBanner__Meta.VM_Tag__Inner,
.VM_WidgetBanner__Meta a.VM_Tag__Inner{
    color: var(--on-accent);
}
.VM_WidgetBanner__Text{
    margin-top: 16px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Text{
    margin-top: 4px;
}
.VM_WidgetBanner__Button.VM_Button{
    margin-top: 16px;
    min-width: 146px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Button.VM_Button{
    min-width: unset;
}

@media (max-width: 1279px) {
    .VM_WidgetBanner__Inner{
        display: flex;
        min-height: 330px;
    }
    .VM_WidgetBanner__ImageWrapper{
        width: 40%;
    }
}

@media (max-width: 1023px) {
    .VM_WidgetBanner__Inner{
        min-height: 300px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Inner{
        min-height: 180px;
    }
    .VM_WidgetBanner__ImageWrapper{
        width: 340px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__ImageWrapper{
        width: 300px;
    }
    .VM_WidgetBanner__Content{
        padding: 24px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Content{
        padding: 16px;
    }
    .VM_WidgetBanner__Meta{
        margin-bottom: 9px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Meta{
        margin-bottom: 4px;
    }
    .VM_WidgetBanner__Text{
        margin-top: 8px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Text{
        margin-top: 4px;
    }
    .VM_WidgetBanner__Button.VM_Button{
        margin-top: 8px;
        min-width: 174px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Button.VM_Button{
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .VM_WidgetBanner__Inner{
        display: block;
        min-height: unset;
        margin-left: -16px;
        margin-right: -16px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Inner{
        margin-left: 0;
        margin-right: 0;
    }
    .VM_WidgetBanner__ImageWrapper,
    .VM_WidgetBanner._medium .VM_WidgetBanner__ImageWrapper{
        width: 100%;
    }
    .VM_WidgetBanner__Content{
        padding: 16px;
    }
    .VM_WidgetBanner__Meta{
        margin-bottom: 8px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Meta{
        margin-bottom: 6px;
    }
    .VM_WidgetBanner__Meta .VM_PostSliderCard__Tag{
        margin: 0;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Text{
        margin-top: 6px;
    }
}
/* End */


/* Start:/local/templates/main-responsive/setka/setka_media_new.min.css?1741963323310819*/
/*! critical:start */
      @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=greek,cyrillic_ext,latin_ext,greek_ext,vietnamese,latin,cyrillic&display=swap';
      /*! critical:end *//*! critical:start */
      @import 'https://fonts.googleapis.com/css?family=Merriweather:300|PT+Serif:400i|Open+Sans:800|Zilla+Slab:300,400,500|Montserrat:800|Muli:400&subset=cyrillic_ext,latin_ext,latin,cyrillic,greek,cyrillic_ext,latin_ext,greek_ext,vietnamese,latin,cyrillic,latin_ext,latin,latin&display=swap';
      /*! critical:end *//*! critical:start */
      @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:400,400i,700&subset=cyrillic&display=swap';
      /*! critical:end *//*! critical:start */
       @font-face {
          font-family: 'MuseoSansCyrl-500';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15942/MuseoSansCyrl-500.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-700';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15941/MuseoSansCyrl-700.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-700';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15941/MuseoSansCyrl-700.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-500';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15942/MuseoSansCyrl-500.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }
      /*! critical:end *//*! critical:start */
       @font-face {
          font-family: 'museosanscyrl_700';
          src: url('/local/templates/main-responsive/setka/assets/fonts/18129/museosanscyrl_700.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'museosanscyrl_700';
          src: url('/local/templates/main-responsive/setka/assets/fonts/18129/museosanscyrl_700.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'museosanscyrl_900';
          src: url('/local/templates/main-responsive/setka/assets/fonts/18126/museosanscyrl_900.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'museosanscyrl_900';
          src: url('/local/templates/main-responsive/setka/assets/fonts/18126/museosanscyrl_900.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'museosanscyrl_500';
          src: url('/local/templates/main-responsive/setka/assets/fonts/18127/museosanscyrl_500.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'museosanscyrl_500';
          src: url('/local/templates/main-responsive/setka/assets/fonts/18127/museosanscyrl_500.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }
      /*! critical:end *//*! critical:start */
       @font-face {
          font-family: 'EuclidCircularB-Regular';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20451/EuclidCircularB-Regular.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-500';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15942/MuseoSansCyrl-500.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'EuclidCircularB-Regular';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20451/EuclidCircularB-Regular.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-500';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15942/MuseoSansCyrl-500.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'EuclidCircularB-Medium';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20453/EuclidCircularB-Medium.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-700';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15941/MuseoSansCyrl-700.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'EuclidCircularB-Medium';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20453/EuclidCircularB-Medium.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-700Italic';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20085/MuseoSansCyrl-700Italic.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-700';
          src: url('/local/templates/main-responsive/setka/assets/fonts/15941/MuseoSansCyrl-700.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'EuclidCircularB-Bold';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20455/EuclidCircularB-Bold.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-900';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20081/MuseoSansCyrl-900.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'EuclidCircularB-Bold';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20455/EuclidCircularB-Bold.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }  @font-face {
          font-family: 'MuseoSansCyrl-900';
          src: url('/local/templates/main-responsive/setka/assets/fonts/20081/MuseoSansCyrl-900.woff') format('woff');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
        }
      /*! critical:end */
@keyframes stk-hotspot-pulse{0%{opacity:.6;transform:translate(-50%,-50%) scale(.3)}14.2857142857%{opacity:0;transform:translate(-50%,-50%)}to{opacity:0}}@keyframes stk-popover_m--appear{0%{opacity:0}}@keyframes stk-popover_m__close--appear{to{opacity:1}}@keyframes stk-popover--appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1}}@keyframes stk-popover--appear-top{0%{opacity:0;transform:translateY(-10px)}to{opacity:1}}:not(#stk) .stk-post[data-reset-type=class] .stk-reset,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:after,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:before{animation:none;background:0 0;border:0;border-radius:0;bottom:auto;box-sizing:content-box;box-shadow:none;clear:none;clip:auto;color:inherit;columns:auto;content:normal;cursor:inherit;filter:none;float:none;font:inherit;height:auto;image-rendering:auto;left:auto;letter-spacing:normal;line-height:normal;list-style:none;margin:0;-webkit-mask:none;mask:none;max-height:none;max-width:none;min-height:0;mix-blend-mode:normal;opacity:1;outline:0;overflow:visible;padding:0;pointer-events:all;position:static;quotes:none;right:auto;table-layout:auto;text-align-last:auto;text-align:start;text-decoration:none;text-indent:0;text-overflow:clip;text-shadow:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;text-transform:none;top:auto;transform-origin:50% 50% 0;transform:none;transition:none;vertical-align:baseline;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:break-word;z-index:auto}:not(#stk) .stk-post[data-reset-type=class] .stk-reset:after,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:before,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:not(img){width:auto}:not(#stk) .stk-post:not([data-reset-type]) .stk-description,:not(#stk) .stk-post:not([data-reset-type]) .stk-embed-figure,:not(#stk) .stk-post:not([data-reset-type]) .stk-image-figure,:not(#stk) .stk-post:not([data-reset-type]) h1,:not(#stk) .stk-post:not([data-reset-type]) h2,:not(#stk) .stk-post:not([data-reset-type]) h3,:not(#stk) .stk-post:not([data-reset-type]) h4,:not(#stk) .stk-post:not([data-reset-type]) h5,:not(#stk) .stk-post:not([data-reset-type]) h6,:not(#stk) .stk-post:not([data-reset-type]) hr,:not(#stk) .stk-post:not([data-reset-type]) p,:not(#stk) .stk-post:not([data-reset-type]) span{all:initial;font:inherit;color:inherit;vertical-align:baseline;margin-top:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:not(#stk) .stk-post:not([data-reset-type]) .stk-description,:not(#stk) .stk-post:not([data-reset-type]) .stk-embed-figure,:not(#stk) .stk-post:not([data-reset-type]) .stk-image-figure,:not(#stk) .stk-post:not([data-reset-type]) h1,:not(#stk) .stk-post:not([data-reset-type]) h2,:not(#stk) .stk-post:not([data-reset-type]) h3,:not(#stk) .stk-post:not([data-reset-type]) h4,:not(#stk) .stk-post:not([data-reset-type]) h5,:not(#stk) .stk-post:not([data-reset-type]) h6,:not(#stk) .stk-post:not([data-reset-type]) hr,:not(#stk) .stk-post:not([data-reset-type]) p{display:block}:not(#stk) .stk-post.stk-post .stk-description,:not(#stk) .stk-post:not([data-reset-type]) h1,:not(#stk) .stk-post:not([data-reset-type]) h2,:not(#stk) .stk-post:not([data-reset-type]) h3,:not(#stk) .stk-post:not([data-reset-type]) h4,:not(#stk) .stk-post:not([data-reset-type]) h5,:not(#stk) .stk-post:not([data-reset-type]) h6,:not(#stk) .stk-post:not([data-reset-type]) p,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:not([class*=__separator_]):not([class*=__symbol_]):not(a),:not(#stk) .stk-post[data-reset-type=class] .stk-reset[class*=stk-btn][class*=__stk-btn]{font-family:var(--stk-f_family),"stk";font-size:var(--stk-f_size);font-weight:var(--stk-f_weight);line-height:var(--stk-f_height);min-height:var(--stk-f_height);letter-spacing:var(--stk-f_spacing);text-transform:var(--stk-f_transform)}:not(#stk) .stk-post.stk-post .stk-description em,:not(#stk) .stk-post:not([data-reset-type]) h1 em,:not(#stk) .stk-post:not([data-reset-type]) h2 em,:not(#stk) .stk-post:not([data-reset-type]) h3 em,:not(#stk) .stk-post:not([data-reset-type]) h4 em,:not(#stk) .stk-post:not([data-reset-type]) h5 em,:not(#stk) .stk-post:not([data-reset-type]) h6 em,:not(#stk) .stk-post:not([data-reset-type]) p em,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:not([class*=__separator_]):not([class*=__symbol_]):not(a) em.stk-reset,:not(#stk) .stk-post[data-reset-type=class] .stk-reset[class*=stk-btn][class*=__stk-btn] em.stk-reset{font-family:var(--stk-f--i_family),"stk";font-size:var(--stk-f--i_size);font-weight:var(--stk-f--i_weight);line-height:var(--stk-f_height);letter-spacing:var(--stk-f--i_spacing);text-transform:var(--stk-f--i_transform);min-height:var(--stk-f_height);font-style:var(--stk-f--i_style, italic)}:not(#stk) .stk-post.stk-post .stk-description strong,:not(#stk) .stk-post:not([data-reset-type]) h1 strong,:not(#stk) .stk-post:not([data-reset-type]) h2 strong,:not(#stk) .stk-post:not([data-reset-type]) h3 strong,:not(#stk) .stk-post:not([data-reset-type]) h4 strong,:not(#stk) .stk-post:not([data-reset-type]) h5 strong,:not(#stk) .stk-post:not([data-reset-type]) h6 strong,:not(#stk) .stk-post:not([data-reset-type]) p strong,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:not([class*=__separator_]):not([class*=__symbol_]):not(a) strong.stk-reset,:not(#stk) .stk-post[data-reset-type=class] .stk-reset[class*=stk-btn][class*=__stk-btn] strong.stk-reset{font-family:var(--stk-f--b_family),"stk";font-size:var(--stk-f--b_size);font-weight:var(--stk-f--b_weight);line-height:var(--stk-f_height);letter-spacing:var(--stk-f--b_spacing);text-transform:var(--stk-f--b_transform);min-height:var(--stk-f_height)}:not(#stk) .stk-post.stk-post .stk-description span,:not(#stk) .stk-post:not([data-reset-type]) h1 span,:not(#stk) .stk-post:not([data-reset-type]) h2 span,:not(#stk) .stk-post:not([data-reset-type]) h3 span,:not(#stk) .stk-post:not([data-reset-type]) h4 span,:not(#stk) .stk-post:not([data-reset-type]) h5 span,:not(#stk) .stk-post:not([data-reset-type]) h6 span,:not(#stk) .stk-post:not([data-reset-type]) p span,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:not([class*=__separator_]):not([class*=__symbol_]):not(a) span.stk-reset,:not(#stk) .stk-post[data-reset-type=class] .stk-reset[class*=stk-btn][class*=__stk-btn] span.stk-reset{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;min-height:inherit;font-style:inherit}:not(#stk) .stk-post.stk-post{position:relative;line-height:1}@media (max-width:768px){:not(#stk) .stk-post.stk-post{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.stk-media-mobile :not(#stk) .stk-post.stk-post{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:not(#stk) .stk-post.stk-post.stk-post:not([data-reset-type]) sup,:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] sup.stk-reset{--stk-f_size: 70%;font-family:inherit;font-weight:inherit;font-style:inherit;vertical-align:super}:not(#stk) .stk-post.stk-post.stk-post:not([data-reset-type]) sub,:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] sub.stk-reset{--stk-f_size: 70%;font-family:inherit;font-weight:inherit;font-style:inherit;vertical-align:sub}:not(#stk) .stk-post.stk-post.stk-post:not([data-reset-type]) del,:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] del.stk-reset{text-decoration:line-through}:not(#stk) .stk-post.stk-post.stk-post:not([data-reset-type]) u,:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] u.stk-reset{text-decoration:underline}:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w):not(.ce-element),:not(#stk) .stk-post.stk-post.stk-post:not([data-reset-type]) a,:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] a.stk-reset,:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] a.stk-reset .stk-reset{cursor:pointer}:not(#stk) .stk-post.stk-post.stk-post:not([data-reset-type]) a:not(.stk-container-link):not([class*=stk-btn]),:not(#stk) .stk-post.stk-post.stk-post[data-reset-type=class] a.stk-reset:not(.stk-container-link):not([class*=stk-btn]){line-height:inherit}:not(#stk) .stk-post.stk-post.stk-post .ce-element--type-comment-thread,:not(#stk) .stk-post.stk-post.stk-post .stk-comment,:not(#stk) .stk-post.stk-post.stk-post .stk-embed-figure,:not(#stk) .stk-post.stk-post.stk-post .stk-gallery,:not(#stk) .stk-post.stk-post.stk-post .stk-grid,:not(#stk) .stk-post.stk-post.stk-post .stk-image-figure,:not(#stk) .stk-post:not([data-reset-type]) h1,:not(#stk) .stk-post:not([data-reset-type]) h2,:not(#stk) .stk-post:not([data-reset-type]) h3,:not(#stk) .stk-post:not([data-reset-type]) h4,:not(#stk) .stk-post:not([data-reset-type]) h5,:not(#stk) .stk-post:not([data-reset-type]) h6,:not(#stk) .stk-post:not([data-reset-type]) hr,:not(#stk) .stk-post:not([data-reset-type]) li,:not(#stk) .stk-post:not([data-reset-type]) ol,:not(#stk) .stk-post:not([data-reset-type]) p,:not(#stk) .stk-post:not([data-reset-type]) ul,:not(#stk) .stk-post[data-reset-type=class] .stk-reset:not(w){margin-bottom:var(--theme-bottom-indent)}:not(#stk) .stk-post[data-reset-type=class] .stk-code.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] .stk-description.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] a.stk-reset:not([class*=stk-btn]):not(.stk-container-link):not(.stk),:not(#stk) .stk-post[data-reset-type=class] em.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] img.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] span.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] strong.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] tbody.stk-reset:not(.stk),:not(#stk) .stk-post[data-reset-type=class] td.stk-reset:not(.stk){margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-image-figure{position:relative;display:grid;grid-template-rows:auto auto;grid-template-columns:1fr;max-width:100%;line-height:0;--stk-hotspot-color: #D0021B}:not(#stk) .stk-post.stk-post .stk-image-figure>:first-child{grid-column:1;grid-row:1}:not(#stk) .stk-post.stk-post .stk-image-figure .stk-mask{overflow:hidden}:not(#stk) .stk-post.stk-post .stk-image-figure .stk-mask img{max-width:100%;height:auto;vertical-align:top}:not(#stk) .stk-post.stk-post .stk-image-figure .stk-description{grid-column:1;grid-row:2;width:100%}.stk-hotspots{position:absolute;top:0;right:0;bottom:0;left:0;max-width:var(--stk-image-width, 100%);border:16px solid transparent;box-sizing:border-box;pointer-events:none}@supports (display:grid){.stk-hotspots{position:relative;grid-row:1;grid-column:1}}.stk-hotspot{position:absolute;width:22px;height:22px;cursor:pointer;pointer-events:all;transform:translate(-50%,-50%) rotate(var(--deg, 0))}.stk-hotspot::after,.stk-hotspot::before{content:'';position:absolute;top:50%;left:50%;border-radius:var(--radius);background:var(--stk-hotspot-color)}.stk-hotspot::before{opacity:0;pointer-events:none;width:60px;height:60px}.stk-hotspot::after{width:16px;height:16px;border:3px solid #fff;transform:translate(-50%,-50%);box-shadow:var(--x, 0px) 1px 5px rgba(0,0,0,.05),var(--x, 0px) 1px 0 rgba(0,0,0,.05)}.stk-hotspot:nth-child(n+11)::before{animation:none}@media (max-width:768px){.stk-hotspot{width:40px;height:40px}.stk-hotspot::after{width:10px;height:10px}}.stk-media-mobile .stk-hotspot{width:40px;height:40px}.stk-media-mobile .stk-hotspot::after{width:10px;height:10px}.stk-hotspot--shape_circle{--radius: 50%}.stk-hotspot--shape_rsquare{--radius: 33%}.stk-hotspot--shape_rhombus{--deg: 45deg;--x: 1px;background-clip:content-box}.stk-hotspot--anim_pulse::before{animation-duration:2.8s;animation-iteration-count:infinite;animation-name:stk-hotspot-pulse}.stk-hotspot--anim_pulse:nth-child(2)::before{animation-delay:.28s}.stk-hotspot--anim_pulse:nth-child(3)::before{animation-delay:.56s}.stk-hotspot--anim_pulse:nth-child(4)::before{animation-delay:.84s}.stk-hotspot--anim_pulse:nth-child(5)::before{animation-delay:1.12s}.stk-hotspot--anim_pulse:nth-child(6)::before{animation-delay:1.4s}.stk-hotspot--anim_pulse:nth-child(7)::before{animation-delay:1.68s}.stk-hotspot--anim_pulse:nth-child(8)::before{animation-delay:1.96s}.stk-hotspot--anim_pulse:nth-child(9)::before{animation-delay:2.24s}.stk-hotspot--anim_pulse:nth-child(10)::before{animation-delay:2.52s}:not(#stk) .stk-post:not([data-reset-type]) a,:not(#stk) .stk-post[data-reset-type=class] [data-stk-footnote-link],:not(#stk) .stk-post[data-reset-type=class] a.stk-reset{color:var(--stk-c--link)}:not(#stk) .stk-post:not([data-reset-type]) a:visited,:not(#stk) .stk-post[data-reset-type=class] [data-stk-footnote-link]:visited,:not(#stk) .stk-post[data-reset-type=class] a.stk-reset:visited{color:var(--stk-c--visited)}:not(#stk) .stk-post:not([data-reset-type]) a:hover,:not(#stk) .stk-post[data-reset-type=class] [data-stk-footnote-link]:hover,:not(#stk) .stk-post[data-reset-type=class] a.stk-reset:hover{color:var(--stk-c--hover)}:not(#stk) .stk-post.stk-post [data-col-width="1"]{--stk-cols: 1;flex-basis:100%}:not(#stk) .stk-post.stk-post [data-col-width="2"]{--stk-cols: 2;flex-basis:200%}:not(#stk) .stk-post.stk-post [data-col-width="3"]{--stk-cols: 3;flex-basis:300%}:not(#stk) .stk-post.stk-post [data-col-width="4"]{--stk-cols: 4;flex-basis:400%}:not(#stk) .stk-post.stk-post [data-col-width="5"]{--stk-cols: 5;flex-basis:500%}:not(#stk) .stk-post.stk-post [data-col-width="6"]{--stk-cols: 6;flex-basis:600%}:not(#stk) .stk-post.stk-post [data-col-width="7"]{--stk-cols: 7;flex-basis:700%}:not(#stk) .stk-post.stk-post [data-col-width="8"]{--stk-cols: 8;flex-basis:800%}:not(#stk) .stk-post.stk-post [data-col-width="9"]{--stk-cols: 9;flex-basis:900%}:not(#stk) .stk-post.stk-post [data-col-width="10"]{--stk-cols: 10;flex-basis:1000%}:not(#stk) .stk-post.stk-post [data-col-width="11"]{--stk-cols: 11;flex-basis:1100%}:not(#stk) .stk-post.stk-post [data-col-width="12"]{--stk-cols: 12;flex-basis:1200%}:not(#stk) .stk-post.stk-post [data-col-width="13"]{--stk-cols: 13;flex-basis:1300%}:not(#stk) .stk-post.stk-post [data-col-width="14"]{--stk-cols: 14;flex-basis:1400%}:not(#stk) .stk-post.stk-post [data-col-width="15"]{--stk-cols: 15;flex-basis:1500%}:not(#stk) .stk-post.stk-post [data-col-width="16"]{--stk-cols: 16;flex-basis:1600%}:not(#stk) .stk-post.stk-post{margin-right:auto;margin-left:auto;max-width:800px;padding-right:20px;padding-left:20px}:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_right{margin-right:-20px;padding-right:20px}:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_left{margin-left:-20px;padding-left:20px}:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_both{margin-right:-20px;margin-left:-20px;padding-right:20px;padding-left:20px}@supports (--a: red){:not(#stk) .stk-post.stk-post{max-width:var(--stk-limit);padding-right:var(--stk-m_r);padding-left:var(--stk-m_l)}:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_right{margin-right:calc(var(--stk-m_r)*-1);padding-right:var(--stk-m_r)}:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_both,:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_left{margin-left:calc(var(--stk-m_l)*-1);padding-left:var(--stk-m_l)}:not(#stk) .stk-post.stk-post>.stk-layout__overhangs_both{margin-right:calc(var(--stk-m_r)*-1);padding-right:var(--stk-m_r)}}:not(#stk) .stk-post.stk-post .stk-grid{display:flex}:not(#stk) .stk-post.stk-post .stk-grid-col{margin-left:20px}:not(#stk) .stk-post.stk-post .stk-grid-col:first-child{margin-left:0}@supports (--a: red){:not(#stk) .stk-post.stk-post .stk-grid-col{flex-basis:calc(100%*var(--stk-cols) + var(--stk-gap)*(var(--stk-cols) - 1));margin-left:var(--stk-gap)}:not(#stk) .stk-post.stk-post .stk-grid-col:first-child{margin-left:0}}:not(#stk) .stk-post.stk-post .stk-grid-col>*{flex:0 0 auto}:not(#stk) .stk-post.stk-post .stk-grid-col>:last-child{margin-bottom:0}@media (max-width:768px){:not(#stk) .stk-post.stk-post{padding:0 10px;--stk-m_r: 10px;--stk-m_l: 10px}:not(#stk) .stk-post.stk-post .stk-grid{flex-direction:column}:not(#stk) .stk-post.stk-post .stk-grid-col{margin-bottom:20px;margin-left:0}:not(#stk) .stk-post.stk-post .stk-grid:not([class*=__layout_]) .stk-grid-col,:not(#stk) .stk-post.stk-post .stk-grid__layout_reverse>.stk-grid-col{flex-basis:auto}:not(#stk) .stk-post.stk-post .stk-grid-col_last{margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-grid-col_empty{display:none}:not(#stk) .stk-post.stk-post .stk-grid__layout_reverse{flex-direction:column-reverse}:not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix{flex-direction:row;flex-wrap:wrap;justify-content:space-between}:not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix>.stk-grid-col{flex-basis:calc(50% - 10px);flex-basis:calc(50% - calc(var(--stk-gap)/2))}:not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix>.stk-grid-col_last-odd{margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-grid__layout_columns{flex-direction:row}:not(#stk) .stk-post.stk-post .stk-grid__layout_columns>.stk-grid-col{margin-bottom:0;margin-left:20px;margin-left:var(--stk-gap)}:not(#stk) .stk-post.stk-post .stk-grid__layout_columns>.stk-grid-col:first-child{margin-left:0}}.stk-media-mobile :not(#stk) .stk-post.stk-post{padding:0 10px;--stk-m_r: 10px;--stk-m_l: 10px}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid{flex-direction:column}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid-col{margin-bottom:20px;margin-left:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid:not([class*=__layout_]) .stk-grid-col,.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_reverse>.stk-grid-col{flex-basis:auto}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid-col_last{margin-bottom:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid-col_empty{display:none}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_reverse{flex-direction:column-reverse}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix>.stk-grid-col{flex-basis:calc(50% - 10px);flex-basis:calc(50% - calc(var(--stk-gap)/2))}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix>.stk-grid-col_last-odd{margin-bottom:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_columns{flex-direction:row}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_columns>.stk-grid-col{margin-bottom:0;margin-left:20px;margin-left:var(--stk-gap)}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_columns>.stk-grid-col:first-child{margin-left:0}@supports (display:grid){:not(#stk) .stk-post.stk-post{display:grid;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;grid-template-columns:1fr minmax(0,var(--stk-limit, 100%)) 1fr;max-width:none;padding:0 var(--stk-m_r) 0 var(--stk-m_l);--stk-ov_m_l: var(--stk-m_l);--stk-ov_m_r: var(--stk-m_r)}:not(#stk) .stk-post.stk-post.stk-post>*{grid-column:2;min-width:0;max-width:none}:not(#stk) .stk-post.stk-post .stk-grid{display:grid;grid-template-columns:repeat(var(--stk-cols),minmax(0,calc((var(--stk-limit) - ((var(--stk-cols) - 1)*var(--stk-gap)))/var(--stk-cols))));grid-gap:0 var(--stk-gap)}:not(#stk) .stk-post.stk-post .stk-grid .stk-grid{grid-template-columns:repeat(var(--stk-cols),minmax(0,1fr))}:not(#stk) .stk-post.stk-post .stk-grid-col{display:flex;flex-direction:column;grid-column:span var(--stk-cols);min-width:0;margin:0;box-sizing:border-box}:not(#stk) .stk-post.stk-post .stk-grid-col>:last-child:not(#_){margin-bottom:0}:not(#stk) .stk-post.stk-post [class*=overhangs]{grid-column-start:1;grid-column-end:-1;justify-content:center;max-width:none;padding-right:var(--stk-ov_m_r);padding-left:var(--stk-ov_m_l)}:not(#stk) .stk-post.stk-post .stk-image-figure[class*=overhangs] .stk-mask>img.stk-reset{width:100%}:not(#stk) .stk-post.stk-post .stk-image-figure[class*=overhangs] .stk-mask,:not(#stk) .stk-post.stk-post [class*=overhangs],:not(#stk) .stk-post.stk-post [class*=overhangs]>.stk-code{margin-right:calc(var(--stk-ov_m_r)*-1);margin-left:calc(var(--stk-ov_m_l)*-1)}:not(#stk) .stk-post.stk-post [class*=overhangs] .stk-description{margin-right:auto;margin-left:auto}:not(#stk) .stk-post.stk-post .stk-layout__overhangs_left{grid-column:1/span 2;justify-content:end;margin-right:0;padding-right:0}:not(#stk) .stk-post.stk-post .stk-layout__overhangs_left .stk-description,:not(#stk) .stk-post.stk-post .stk-layout__overhangs_left.stk-image-figure .stk-mask,:not(#stk) .stk-post.stk-post .stk-layout__overhangs_left>.stk-code{margin-right:0}:not(#stk) .stk-post.stk-post .stk-layout__overhangs_right{grid-column:2/span 2;justify-content:start;margin-left:0;padding-left:0}:not(#stk) .stk-post.stk-post .stk-layout__overhangs_right .stk-description,:not(#stk) .stk-post.stk-post .stk-layout__overhangs_right.stk-image-figure .stk-mask,:not(#stk) .stk-post.stk-post .stk-layout__overhangs_right>.stk-code{margin-left:0}:not(#stk) .stk-post.stk-post .stk-grid [class*=overhangs]{--stk-ov_m_l: calc(var(--stk-gap) / 2);--stk-ov_m_r: calc(var(--stk-gap) / 2)}:not(#stk) .stk-post.stk-post .stk-grid-col:first-child>.stk-grid>.stk-grid-col:first-child>[class*=overhangs],:not(#stk) .stk-post.stk-post>.stk-grid>.stk-grid-col:first-child>[class*=overhangs]{--stk-ov_m_l: var(--stk-m_l)}:not(#stk) .stk-post.stk-post .stk-grid-col:last-child>.stk-grid>.stk-grid-col:last-child>[class*=overhangs],:not(#stk) .stk-post.stk-post>.stk-grid>.stk-grid-col:last-child>[class*=overhangs]{--stk-ov_m_r: var(--stk-m_r)}@media (max-width:768px){:not(#stk) .stk-post.stk-post.stk-post{--stk-m_r: 10px;--stk-m_l: 10px;--stk-cols: 1}:not(#stk) .stk-post.stk-post .stk-grid{grid-gap:20px;grid-template-columns:repeat(var(--stk-cols),minmax(0,1fr))}:not(#stk) .stk-post.stk-post .stk-grid .stk-grid{--stk-cols: 1}:not(#stk) .stk-post.stk-post .stk-grid-col{grid-column:span 1;margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-grid-col_empty{display:none}:not(#stk) .stk-post.stk-post [class*=overhangs]{justify-content:stretch}:not(#stk) .stk-post.stk-post .stk-grid:not(.stk-grid__layout_columns) [class*=overhangs]{--stk-ov_m_l: var(--stk-m_l);--stk-ov_m_r: var(--stk-m_r)}}.stk-media-mobile :not(#stk) .stk-post.stk-post.stk-post{--stk-m_r: 10px;--stk-m_l: 10px;--stk-cols: 1}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid{grid-gap:20px;grid-template-columns:repeat(var(--stk-cols),minmax(0,1fr))}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid .stk-grid{--stk-cols: 1}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid-col{grid-column:span 1;margin-bottom:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid-col_empty{display:none}.stk-media-mobile :not(#stk) .stk-post.stk-post [class*=overhangs]{justify-content:stretch}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid:not(.stk-grid__layout_columns) [class*=overhangs]{--stk-ov_m_l: var(--stk-m_l);--stk-ov_m_r: var(--stk-m_r)}@media (max-width:768px){:not(#stk) .stk-post.stk-post .stk-grid__layout_reverse{display:flex;flex-direction:column-reverse;gap:0}:not(#stk) .stk-post.stk-post .stk-grid__layout_reverse>.stk-grid-col{flex-basis:auto;margin-bottom:20px}:not(#stk) .stk-post.stk-post .stk-grid__layout_reverse>.stk-grid-col_last{margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix{--stk-cols: 2;grid-gap:20px var(--stk-gap)}:not(#stk) .stk-post.stk-post .stk-grid__layout_columns{grid-gap:0 var(--stk-gap);grid-auto-columns:1fr}:not(#stk) .stk-post.stk-post .stk-grid__layout_columns>.stk-grid-col{grid-row:1;grid-column:span var(--stk-cols);margin:0}}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_reverse{display:flex;flex-direction:column-reverse;gap:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_reverse>.stk-grid-col{flex-basis:auto;margin-bottom:20px}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_reverse>.stk-grid-col_last{margin-bottom:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid.stk-grid__layout_matrix{--stk-cols: 2;grid-gap:20px var(--stk-gap)}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_columns{grid-gap:0 var(--stk-gap);grid-auto-columns:1fr}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid__layout_columns>.stk-grid-col{grid-row:1;grid-column:span var(--stk-cols);margin:0}}:not(#stk) .stk-post.stk-post .stk-description{max-width:var(--stk-limit);margin-top:10px;margin-bottom:0;-webkit-font-smoothing:antialiased}:not(#stk) .stk-post.stk-post .stk-description:empty{display:none}:not(#stk) .stk-post.stk-post .stk-gallery{position:relative}:not(#stk) .stk-post.stk-post .stk-gallery_arrow{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px;color:#989898;background-color:#ededed;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.1);cursor:pointer}:not(#stk) .stk-post.stk-post .stk-gallery_arrow span{content:'';width:25%;height:25%;margin:0;color:inherit;border:2px currentcolor;border-style:solid solid none none;border-radius:0 2px 0 0;box-sizing:content-box}:not(#stk) .stk-post.stk-post .stk-gallery_arrow:focus,:not(#stk) .stk-post.stk-post .stk-gallery_arrow:hover{color:#242424}:not(#stk) .stk-post.stk-post .stk-gallery_arrow__prev span{transform:translateX(10%) rotate(-135deg)}:not(#stk) .stk-post.stk-post .stk-gallery_arrow__next span{transform:translateX(-10%) rotate(45deg)}:not(#stk) .stk-post.stk-post .stk-gallery_slides{position:relative;z-index:1;overflow:hidden;transition:height .5s}:not(#stk) .stk-post.stk-post .stk-gallery_slides .stk-image-figure{position:absolute;top:0;right:0;left:0;opacity:0;transition:opacity .5s}:not(#stk) .stk-post.stk-post .stk-gallery_slides .stk-image-figure.stk-gallery_slide__active{z-index:50;opacity:1}:not(#stk) .stk-post.stk-post .stk-gallery_counter__divider::before{content:"/"}:not(#stk) .stk-post.stk-post .stk-gallery_dots{flex-grow:1;display:flex;justify-content:center}:not(#stk) .stk-post.stk-post .stk-gallery_dots .stk-gallery_dot{width:10px;height:10px;background-color:rgba(var(--stk-c--rgb),.4);background-clip:content-box;border:5px solid transparent;border-radius:50%;transition:background .3s;cursor:pointer}:not(#stk) .stk-post.stk-post .stk-gallery_dots .stk-gallery_dot:hover,:not(#stk) .stk-post.stk-post .stk-gallery_dots .stk-gallery_dot__active{background-color:var(--stk-c--hover)}:not(#stk) .stk-post.stk-post .stk-gallery_dots .stk-gallery_dot__active{pointer-events:none}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init{display:flex;flex-wrap:wrap;align-items:center;margin-top:-10px;margin-left:-10px}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init>*{margin-top:10px;margin-left:10px}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init .stk-gallery_arrow__prev{order:10}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init .stk-gallery_counter{display:none;order:15}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init .stk-gallery_arrow__next{order:20}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init .stk-gallery_slides{order:30;flex-grow:1;flex-basis:100%}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init .stk-gallery_dots{display:none;order:40}:not(#stk) .stk-post.stk-post .stk-gallery.stk-gallery_init .stk-image-figure{margin:0}:not(#stk) .stk-post.stk-post [class*=__separator_]{position:relative;display:flex;align-items:center;justify-content:center;min-height:20px;font-size:0;line-height:0;background:0 0;border:0}:not(#stk) .stk-post.stk-post [class*=__separator_]::before{content:'';width:100%;border-top:1px solid}:not(#stk) .stk-post.stk-post [class*=__separator_top]{align-items:flex-start}:not(#stk) .stk-post.stk-post [class*=__separator_bottom]{align-items:flex-end}:not(#stk) .stk-post.stk-post .stk-grid [class*=__separator_]{margin-right:0;margin-left:0}:not(#stk) .stk-post.stk-post [class*=__symbol_]{display:inline-block}:not(#stk) .stk-post.stk-post .stk-icon{width:auto;height:1em;margin-top:-.2em;vertical-align:middle}:not(#stk) .stk-post.stk-post .stk-element_no-text .stk-icon{max-width:100%;height:auto;margin-top:0}:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w){align-self:flex-start;justify-self:start;display:inline-block;padding:.5em 1em;color:var(--stk-btn_t-color);background-color:var(--stk-btn_bg-color);border-width:0;border-width:var(--stk-btn_b-width, 0);border-style:solid;border-color:var(--stk-btn_b-color);border-radius:var(--stk-btn_b-radius, 0)}:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w):active,:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w):hover,:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w):link,:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w):visited{color:var(--stk-btn_t-color)}:not(#stk) .stk-post.stk-post [class*=stk-btn]:not(w) .stk-reset{cursor:inherit}:not(#stk) .stk-post.stk-post [data-stk-footnote-link]:not(.stk-hotspot){cursor:pointer}@media (min-width:769px){:not(#stk) .stk-post.stk-post [data-stk-footnote-link]:not(.stk-hotspot){background:linear-gradient(to right,currentColor .15em,transparent .15em) 0 calc(50% + .47em)/.3em .07em repeat-x}}.stk-media-desktop :not(#stk) .stk-post.stk-post [data-stk-footnote-link]:not(.stk-hotspot){background:linear-gradient(to right,currentColor .15em,transparent .15em) 0 calc(50% + .47em)/.3em .07em repeat-x}@media (max-width:768px){:not(#stk) .stk-post.stk-post [data-stk-footnote-link]:not(.stk-hotspot){text-decoration:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed}}.stk-media-mobile :not(#stk) .stk-post.stk-post [data-stk-footnote-link]:not(.stk-hotspot){text-decoration:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed}:not(#stk) .stk-post.stk-post [data-stk-footnote-link]:not(.stk-hotspot):hover{align-self:baseline}@media (min-width:769px){:not(#stk) .stk-post.stk-post .stk-footnote{display:block;position:absolute;z-index:99999;padding-top:5px;transform:translateX(-50%)}:not(#stk) .stk-post.stk-post .stk-footnote:not(.stk){grid-column:1/-1}:not(#stk) .stk-post.stk-post .stk-footnote--hide,:not(#stk) .stk-post.stk-post .stk-footnote__close{display:none}:not(#stk) .stk-post.stk-post .stk-footnote__body{display:flex;flex-direction:column;width:300px;padding:10px;padding:10px var(--stk-ov_m_r) 10px var(--stk-ov_m_l);background:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(0,0,0,.03),0 15px 35px -5px rgba(0,0,0,.25);box-sizing:border-box;overflow-y:auto;animation:stk-popover--appear forwards .3s}:not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk),:not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk) [class*=overhangs]{--stk-ov_m_r: 12px;--stk-ov_m_l: 12px}:not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk)>:last-child{margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-footnote__body>*{flex:0 0 auto}:not(#stk) .stk-post.stk-post .stk-footnote--appear-top .stk-footnote__body{animation-name:stk-popover--appear-top}}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote{display:block;position:absolute;z-index:99999;padding-top:5px;transform:translateX(-50%)}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote:not(.stk){grid-column:1/-1}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote--hide,.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote__close{display:none}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote__body{display:flex;flex-direction:column;width:300px;padding:10px;padding:10px var(--stk-ov_m_r) 10px var(--stk-ov_m_l);background:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(0,0,0,.03),0 15px 35px -5px rgba(0,0,0,.25);box-sizing:border-box;overflow-y:auto;animation:stk-popover--appear forwards .3s}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk),.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk) [class*=overhangs]{--stk-ov_m_r: 12px;--stk-ov_m_l: 12px}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk)>:last-child{margin-bottom:0}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote__body>*{flex:0 0 auto}.stk-media-desktop :not(#stk) .stk-post.stk-post .stk-footnote--appear-top .stk-footnote__body{animation-name:stk-popover--appear-top}@media (max-width:768px){:not(#stk) .stk-post.stk-post .stk-footnote{display:grid;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;grid-template:1fr auto/1fr minmax(auto,400px) 1fr;height:100%;padding:0 18px;background:rgba(0,0,0,.4);animation:stk-popover_m--appear forwards .15s}:not(#stk) .stk-post.stk-post .stk-footnote--hide{display:none}:not(#stk) .stk-post.stk-post .stk-footnote__close{grid-column:2;align-self:end;justify-self:end;width:16px;height:16px;margin:14px;background:url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22square%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.424.575L.575%2015.425M.575.576l14.85%2014.849%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E) 0/cover no-repeat;cursor:pointer;opacity:0;animation:stk-popover_m__close--appear forwards .3s .6s}:not(#stk) .stk-post.stk-post .stk-footnote__body{grid-column:2;display:flex;flex-direction:column;max-height:60vh;padding:13px var(--stk-ov_m_r) 57px var(--stk-ov_m_l);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 1px 5px 1px rgba(0,0,0,.05),0 12px 45px rgba(56,64,81,.5);box-sizing:border-box;overflow-y:auto;animation:stk-popover--appear forwards .3s .15s;opacity:0}:not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk),:not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk) [class*=overhangs]{--stk-ov_m_r: 12px;--stk-ov_m_l: 12px}:not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk)>:last-child{margin-bottom:0}:not(#stk) .stk-post.stk-post .stk-footnote__body>*{flex:0 0 auto}@keyframes stk-popover_m--appear{0%{opacity:0}}@keyframes stk-popover_m__close--appear{to{opacity:1}}}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote{display:grid;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;grid-template:1fr auto/1fr minmax(auto,400px) 1fr;height:100%;padding:0 18px;background:rgba(0,0,0,.4);animation:stk-popover_m--appear forwards .15s}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote--hide,.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) colgroup,.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) thead.stk-reset{display:none}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote__close{grid-column:2;align-self:end;justify-self:end;width:16px;height:16px;margin:14px;background:url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22square%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.424.575L.575%2015.425M.575.576l14.85%2014.849%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E) 0/cover no-repeat;cursor:pointer;opacity:0;animation:stk-popover_m__close--appear forwards .3s .6s}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote__body{grid-column:2;display:flex;flex-direction:column;max-height:60vh;padding:13px var(--stk-ov_m_r) 57px var(--stk-ov_m_l);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 1px 5px 1px rgba(0,0,0,.05),0 12px 45px rgba(56,64,81,.5);box-sizing:border-box;overflow-y:auto;animation:stk-popover--appear forwards .3s .15s;opacity:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk),.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk) [class*=overhangs]{--stk-ov_m_r: 12px;--stk-ov_m_l: 12px}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote__body:not(.stk)>:last-child,.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) tr.stk-reset:last-child,:not(#stk) .stk-post.stk-post ol.stk-reset li.stk-reset:last-child,:not(#stk) .stk-post.stk-post ul.stk-reset li.stk-reset:last-child{margin-bottom:0}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-footnote__body>*{flex:0 0 auto}:not(#stk) .stk-post.stk-post .stk-code{position:relative;display:block}:not(#stk) .stk-post.stk-post .stk-code_keep-ratio .stk-code iframe{position:absolute;top:0;left:0;min-width:100%;width:0;max-width:100%;min-height:100%;height:0;max-height:100%}:not(#stk) .stk-post.stk-post .stk-code_keep-ratio .stk-code:not([style*=padding-top]){padding-top:56.25%}:not(#stk) .stk-post.stk-post .stk-code_keep-ratio .stk-code[style*=stk-embed-height-ratio]{display:flex;align-items:stretch;padding-top:0}:not(#stk) .stk-post.stk-post .stk-code_keep-ratio .stk-code[style*=stk-embed-height-ratio]::before{content:'';padding-top:var(--stk-embed-height-ratio, 56.25%)}:not(#stk) .stk-post.stk-post .stk-code_keep-ratio .stk-code[style*=stk-embed-height-ratio]>:not(:empty){flex:100% 0 0;max-width:100%}:not(#stk) .stk-post.stk-post .stk-code_keep-ratio .stk-code[style*=stk-embed-height-ratio]>iframe{position:absolute;top:0;left:0}:not(#stk) .stk-post.stk-post table[class*=stk-table--]{width:100%;table-layout:fixed;border-collapse:collapse}:not(#stk) .stk-post.stk-post table[class*=stk-table--] th.stk-reset.stk-table-cell{font-weight:var(--stk-f--b_weight);font-size:var(--stk-f--b_size);font-family:var(--stk-f--b_family),"stk";text-transform:var(--stk-f--b_transform);letter-spacing:var(--stk-f--b_spacing)}:not(#stk) .stk-post.stk-post .stk-table-cell{position:relative;min-width:2em;height:var(--stk-f_height);padding:calc(var(--stk-f_height)/2)}:not(#stk) .stk-post.stk-post .stk-table-cell::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--stk-c--rgb, currentcolor),var(--stk-t_bg-alpha, 0));border-width:0;border-style:solid;border-color:rgba(var(--stk-c--rgb),var(--stk-t_hor-alpha, 0)) rgba(var(--stk-c--rgb),var(--stk-t_ver-alpha, 0));pointer-events:none}:not(#stk) .stk-post.stk-post .stk-table--bordered_h{--stk-t_hor-alpha: .2}:not(#stk) .stk-post.stk-post .stk-table--bordered_h .stk-table-cell::after{border-top-width:1px}:not(#stk) .stk-post.stk-post .stk-table--bordered_h tr.stk-reset:first-child .stk-table-cell::after,:not(#stk) .stk-post.stk-post .stk-table--bordered_hv tr.stk-reset:first-child .stk-table-cell::after{border-top-width:2px}.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--zebra[class*=stk-table--][data-responsive-type=cards] .stk-table-cell::after,.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--zebra[class*=stk-table--][data-responsive-type=swipe] .stk-table-cell::after,:not(#stk) .stk-post.stk-post .stk-table--bordered_h th.stk-reset::after,:not(#stk) .stk-post.stk-post .stk-table--bordered_hv th.stk-reset::after,:not(#stk) .stk-post.stk-post .stk-table--zebra th.stk-reset::after{border-top:none}:not(#stk) .stk-post.stk-post .stk-table--bordered_hv{--stk-t_hor-alpha: .2;--stk-t_ver-alpha: .05}:not(#stk) .stk-post.stk-post .stk-table--bordered_hv .stk-table-cell::after{border-top-width:1px;border-left-width:1px}:not(#stk) .stk-post.stk-post .stk-table--bordered_hv .stk-table-cell:first-child::after{border-left-width:0}:not(#stk) .stk-post.stk-post .stk-table--zebra{--stk-t_hor-alpha: .2;--stk-t_bg-alpha: .05}:not(#stk) .stk-post.stk-post .stk-table--zebra tr.stk-reset:nth-child(odd) .stk-table-cell::after{--stk-t_bg-alpha: 0}:not(#stk) .stk-post.stk-post .stk-table--zebra tr.stk-reset:first-child .stk-table-cell::after{border-top-width:2px}@media (max-width:768px){:not(#stk) .stk-post.stk-post .stk-table-wrap{max-width:100%;overflow-x:auto}:not(#stk) .stk-post.stk-post table[class*=stk-table--],:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) .stk-table-cell{height:auto}:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]){width:100%;display:flex;flex-direction:column}:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) colgroup,:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) thead.stk-reset{display:none}:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) tbody.stk-reset,:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) tr.stk-reset{display:flex;flex-direction:column}:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) tr.stk-reset:last-child{margin-bottom:0}:not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) .stk-table-cell::before{content:attr(data-cell-header);font-weight:var(--stk-f--b_weight);font-size:var(--stk-f--b_size);line-height:var(--stk-f_height);font-family:var(--stk-f--b_family),"stk";text-transform:var(--stk-f--b_transform);letter-spacing:var(--stk-f--b_spacing);text-align:left}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=cards] .stk-table-cell,:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] .stk-table-cell{display:block;padding-left:calc(50% + 10px)}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=cards] .stk-table-cell::before,:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] .stk-table-cell::before{float:left;width:100%;margin-left:calc(-100% - 20px);padding-right:10px}:not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell::after,:not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell::after{border-top-width:1px}:not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell:first-child::after,:not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell:first-child::after,:not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell:first-child::after,:not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell:first-child::after{border-top:none}:not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell::after,:not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell::after{background:linear-gradient(rgba(var(--stk-c--rgb),var(--stk-t_ver-alpha, 0)),rgba(var(--stk-c--rgb),var(--stk-t_ver-alpha, 0))) 50% 0/1px 100% no-repeat;border-top-width:1px;border-left:none}:not(#stk) .stk-post.stk-post table.stk-table--zebra[class*=stk-table--][data-responsive-type=cards] .stk-table-cell::after,:not(#stk) .stk-post.stk-post table.stk-table--zebra[class*=stk-table--][data-responsive-type=swipe] .stk-table-cell::after{border-top:none}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] tbody.stk-reset{flex-direction:row;overflow-x:auto;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset{flex:87% 0 0;max-width:100vw;margin-bottom:0;-webkit-scroll-snap-coordinate:50% 0%;-ms-scroll-snap-coordinate:50% 0%;scroll-snap-coordinate:50% 0%;scroll-snap-align:center}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset:not(:first-child){margin-left:20px}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=scroll]{min-width:100%;width:auto;margin-bottom:0}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=scroll] .stk-table-cell{white-space:nowrap}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=list] .stk-table-cell{padding:0}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=list] .stk-table-cell.stk-reset::before{content:attr(data-cell-header) ":";margin-right:.5em}:not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=list] .stk-table-cell::after{display:none}}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-table-wrap{max-width:100%;overflow-x:auto}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--],.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) .stk-table-cell{height:auto}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]){width:100%;display:flex;flex-direction:column}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) tbody.stk-reset,.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) tr.stk-reset{display:flex;flex-direction:column}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--]:not([data-responsive-type=scroll]) .stk-table-cell::before{content:attr(data-cell-header);font-weight:var(--stk-f--b_weight);font-size:var(--stk-f--b_size);line-height:var(--stk-f_height);font-family:var(--stk-f--b_family),"stk";text-transform:var(--stk-f--b_transform);letter-spacing:var(--stk-f--b_spacing);text-align:left}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=cards] .stk-table-cell,.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] .stk-table-cell{display:block;padding-left:calc(50% + 10px)}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=cards] .stk-table-cell::before,.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] .stk-table-cell::before{float:left;width:100%;margin-left:calc(-100% - 20px);padding-right:10px}.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell::after,.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell::after{border-top-width:1px}.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell:first-child::after,.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_h[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell:first-child::after,.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell:first-child::after,.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell:first-child::after{border-top:none}.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=cards] tr.stk-reset .stk-table-cell::after,.stk-media-mobile :not(#stk) .stk-post.stk-post table.stk-table--bordered_hv[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset .stk-table-cell::after{background:linear-gradient(rgba(var(--stk-c--rgb),var(--stk-t_ver-alpha, 0)),rgba(var(--stk-c--rgb),var(--stk-t_ver-alpha, 0))) 50% 0/1px 100% no-repeat;border-top-width:1px;border-left:none}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] tbody.stk-reset{flex-direction:row;overflow-x:auto;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset{flex:87% 0 0;max-width:100vw;margin-bottom:0;-webkit-scroll-snap-coordinate:50% 0%;-ms-scroll-snap-coordinate:50% 0%;scroll-snap-coordinate:50% 0%;scroll-snap-align:center}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=swipe] tr.stk-reset:not(:first-child){margin-left:20px}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=scroll]{min-width:100%;width:auto;margin-bottom:0}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=scroll] .stk-table-cell{white-space:nowrap}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=list] .stk-table-cell{padding:0}.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=list] .stk-table-cell.stk-reset::before{content:attr(data-cell-header) ":";margin-right:.5em}.stk-media-desktop:not(.stk-show-hidden) :not(#stk) .stk-post.stk-post .stk-desktop-hidden:not(#_):not(#_):not(#_),.stk-media-mobile :not(#stk) .stk-post.stk-post table[class*=stk-table--][data-responsive-type=list] .stk-table-cell::after,.stk-media-mobile:not(.stk-show-hidden) :not(#stk) .stk-post.stk-post .stk-mobile-hidden:not(#_):not(#_):not(#_),:not(#stk) .stk-post.stk-post .stk-comment,body:not(.stk-pdf-only-visible) .stk-web-hidden:not(#_):not(#_):not(#_){display:none}:not(#stk) .stk-post.stk-post li.stk-reset{margin-left:2em;margin-bottom:calc(var(--theme-bottom-indent)*.5)}:not(#stk) .stk-post.stk-post ul.stk-reset li.stk-reset{list-style:disc}:not(#stk) .stk-post.stk-post ol.stk-reset li.stk-reset{list-style:decimal}:not(#stk) .stk-post.stk-post .stk-container-link:not(#_){text-decoration:none}:not(#stk) .stk-post.stk-post .align-left .stk-reset,:not(#stk) .stk-post.stk-post .align-left.align-left.align-left{text-align:left}:not(#stk) .stk-post.stk-post .align-left .stk-container,:not(#stk) .stk-post.stk-post .align-left [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-left.align-left[class*=stk-btn]{align-self:flex-start;justify-self:flex-start}:not(#stk) .stk-post.stk-post .align-center .stk-reset,:not(#stk) .stk-post.stk-post .align-center.align-center.align-center{text-align:center}:not(#stk) .stk-post.stk-post .align-center .stk-container,:not(#stk) .stk-post.stk-post .align-center [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-center.align-center[class*=stk-btn]{align-self:center;justify-self:center}:not(#stk) .stk-post.stk-post .align-right .stk-reset,:not(#stk) .stk-post.stk-post .align-right.align-right.align-right{text-align:right}:not(#stk) .stk-post.stk-post .align-right .stk-container,:not(#stk) .stk-post.stk-post .align-right [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-right.align-right[class*=stk-btn]{align-self:flex-end;justify-self:flex-end}:not(#stk) .stk-post.stk-post .align-justify .stk-reset,:not(#stk) .stk-post.stk-post .align-justify.align-justify.align-justify{text-align:justify}:not(#stk) .stk-post.stk-post .align-justify .stk-container,:not(#stk) .stk-post.stk-post .align-justify [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-justify.align-justify[class*=stk-btn]{align-self:stretch;justify-self:stretch}@media (max-width:768px){:not(#stk) .stk-post.stk-post .align-left-m .stk-reset,:not(#stk) .stk-post.stk-post .align-left-m.align-left-m.align-left-m{text-align:left}:not(#stk) .stk-post.stk-post .align-left-m .stk-container,:not(#stk) .stk-post.stk-post .align-left-m [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-left-m.align-left-m[class*=stk-btn]{align-self:flex-start;justify-self:flex-start}:not(#stk) .stk-post.stk-post .align-center-m .stk-reset,:not(#stk) .stk-post.stk-post .align-center-m.align-center-m.align-center-m{text-align:center}:not(#stk) .stk-post.stk-post .align-center-m .stk-container,:not(#stk) .stk-post.stk-post .align-center-m [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-center-m.align-center-m[class*=stk-btn]{align-self:center;justify-self:center}:not(#stk) .stk-post.stk-post .align-right-m .stk-reset,:not(#stk) .stk-post.stk-post .align-right-m.align-right-m.align-right-m{text-align:right}:not(#stk) .stk-post.stk-post .align-right-m .stk-container,:not(#stk) .stk-post.stk-post .align-right-m [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-right-m.align-right-m[class*=stk-btn]{align-self:flex-end;justify-self:flex-end}:not(#stk) .stk-post.stk-post .align-justify-m .stk-reset,:not(#stk) .stk-post.stk-post .align-justify-m.align-justify-m.align-justify-m{text-align:justify}:not(#stk) .stk-post.stk-post .align-justify-m .stk-container,:not(#stk) .stk-post.stk-post .align-justify-m [class*=stk-btn],:not(#stk) .stk-post.stk-post .align-justify-m.align-justify-m[class*=stk-btn]{align-self:stretch;justify-self:stretch}}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-left-m .stk-reset,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-left-m.align-left-m.align-left-m{text-align:left}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-left-m .stk-container,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-left-m [class*=stk-btn],.stk-media-mobile :not(#stk) .stk-post.stk-post .align-left-m.align-left-m[class*=stk-btn]{align-self:flex-start;justify-self:flex-start}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-center-m .stk-reset,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-center-m.align-center-m.align-center-m{text-align:center}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-center-m .stk-container,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-center-m [class*=stk-btn],.stk-media-mobile :not(#stk) .stk-post.stk-post .align-center-m.align-center-m[class*=stk-btn]{align-self:center;justify-self:center}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-right-m .stk-reset,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-right-m.align-right-m.align-right-m{text-align:right}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-right-m .stk-container,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-right-m [class*=stk-btn],.stk-media-mobile :not(#stk) .stk-post.stk-post .align-right-m.align-right-m[class*=stk-btn]{align-self:flex-end;justify-self:flex-end}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-justify-m .stk-reset,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-justify-m.align-justify-m.align-justify-m{text-align:justify}.stk-media-mobile :not(#stk) .stk-post.stk-post .align-justify-m .stk-container,.stk-media-mobile :not(#stk) .stk-post.stk-post .align-justify-m [class*=stk-btn],.stk-media-mobile :not(#stk) .stk-post.stk-post .align-justify-m.align-justify-m[class*=stk-btn]{align-self:stretch;justify-self:stretch}:not(#stk) .stk-post.stk-post .valign-top.stk-grid .stk-grid-col,:not(#stk) .stk-post.stk-post .valign-top.valign-top.valign-top.stk-grid-col{justify-content:flex-start}:not(#stk) .stk-post.stk-post .valign-top.stk-table-cell{vertical-align:top}:not(#stk) .stk-post.stk-post .valign-middle.stk-grid .stk-grid-col,:not(#stk) .stk-post.stk-post .valign-middle.valign-middle.valign-middle.stk-grid-col{justify-content:center}:not(#stk) .stk-post.stk-post .valign-middle.stk-table-cell{vertical-align:middle}:not(#stk) .stk-post.stk-post .valign-bottom.stk-grid .stk-grid-col,:not(#stk) .stk-post.stk-post .valign-bottom.valign-bottom.valign-bottom.stk-grid-col{justify-content:flex-end}:not(#stk) .stk-post.stk-post .valign-bottom.stk-table-cell{vertical-align:bottom}@media (max-width:768px){:not(#stk) .stk-post.stk-post .valign-top-m.stk-grid .stk-grid-col,:not(#stk) .stk-post.stk-post .valign-top-m.valign-top-m.valign-top-m.stk-grid-col{justify-content:flex-start}:not(#stk) .stk-post.stk-post .valign-top-m.stk-table-cell{vertical-align:top}:not(#stk) .stk-post.stk-post .valign-middle-m.stk-grid .stk-grid-col,:not(#stk) .stk-post.stk-post .valign-middle-m.valign-middle-m.valign-middle-m.stk-grid-col{justify-content:center}:not(#stk) .stk-post.stk-post .valign-middle-m.stk-table-cell{vertical-align:middle}:not(#stk) .stk-post.stk-post .valign-bottom-m.stk-grid .stk-grid-col,:not(#stk) .stk-post.stk-post .valign-bottom-m.valign-bottom-m.valign-bottom-m.stk-grid-col{justify-content:flex-end}:not(#stk) .stk-post.stk-post .valign-bottom-m.stk-table-cell{vertical-align:bottom}}.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-top-m.stk-grid .stk-grid-col,.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-top-m.valign-top-m.valign-top-m.stk-grid-col{justify-content:flex-start}.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-top-m.stk-table-cell{vertical-align:top}.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-middle-m.stk-grid .stk-grid-col,.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-middle-m.valign-middle-m.valign-middle-m.stk-grid-col{justify-content:center}.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-middle-m.stk-table-cell{vertical-align:middle}.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-bottom-m.stk-grid .stk-grid-col,.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-bottom-m.valign-bottom-m.valign-bottom-m.stk-grid-col{justify-content:flex-end}.stk-media-mobile :not(#stk) .stk-post.stk-post .valign-bottom-m.stk-table-cell{vertical-align:bottom}@media (max-width:768px){:not(#stk) .stk-post.stk-post .stk-mobile-hidden:not(.ce-element):not(#_):not(#_):not(#_){display:none}}@media (min-width:769px){:not(#stk) .stk-post.stk-post .stk-desktop-hidden:not(.ce-element):not(#_):not(#_):not(#_){display:none}}:not(#stk) .stk-post.stk-post .stk-webkit-sticky{position:-webkit-sticky!important;position:sticky!important}@media (max-width:768px){:not(#stk) .stk-post.stk-post .stk-mobile_no-bg,:not(#stk) .stk-post.stk-post.stk-mobile_no-bg{background-image:none!important}:not(#stk) .stk-post.stk-post,:not(#stk) .stk-post.stk-post .stk-grid,:not(#stk) .stk-post.stk-post .stk-grid-col,:not(#stk) .stk-post.stk-post .stk-reset{background-attachment:scroll!important}}.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-mobile_no-bg,.stk-media-mobile :not(#stk) .stk-post.stk-post.stk-mobile_no-bg{background-image:none!important}.stk-media-mobile :not(#stk) .stk-post.stk-post,.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid,.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-grid-col,.stk-media-mobile :not(#stk) .stk-post.stk-post .stk-reset{background-attachment:scroll!important}.stk-post.stk-post .stk-placeholder{margin-bottom:calc(var(--stk-f_height)*-1)!important}.stk-post{--stk-editor-grid-header-height: 20px}.ge-grid__header{grid-column:1/-1;display:inherit;grid-template:inherit;grid-gap:inherit;justify-content:inherit;flex-direction:inherit;flex-grow:1}.ge-grid__header .ge-grid__col-btn{justify-self:end;width:var(--stk-gap);height:var(--stk-editor-grid-header-height);transform:translatex(100%)}.ge-grid__header .ge-grid__col-btn::before{min-width:20px;width:100%;height:100%}@supports not (display:grid){.ge-grid__header{display:flex!important;justify-content:flex-end!important}.ge-grid__header .ge-grid__col-btn{flex:calc(100%/var(--stk-cols) - var(--stk-gap)/(var(--stk-cols) - 1)) 0 1}}.ce-element--type-grid-col::after{width:var(--stk-gap)!important;box-sizing:border-box;transform:translateX(100%)}#setka-editor .stk-bg-grid.stk-bg-grid{max-width:none;padding-left:var(--stk-m_l)!important;padding-right:var(--stk-m_r)!important;box-sizing:border-box;justify-content:center}@media (max-width:768px){#setka-editor .stk-bg-grid.stk-bg-grid{--stk-m_r: $mobile-margins;--stk-m_l: $mobile-margins;--stk-cols: 1}}.stk-media-mobile #setka-editor .stk-bg-grid.stk-bg-grid{--stk-m_r: $mobile-margins;--stk-m_l: $mobile-margins;--stk-cols: 1}.stk-bg-grid__col{max-width:calc((var(--stk-limit) - ((var(--stk-cols) - 1)*var(--stk-gap)))/var(--stk-cols));width:100%}.stk-bg-grid__col:not(:first-child){margin-left:var(--stk-gap)}#setka-editor [class*=__separator_]{position:relative;display:flex;align-items:center;justify-content:center;min-height:20px;font-size:0;line-height:0;background:0 0;border:0}#setka-editor [class*=__separator_]::before{content:'';width:100%;border-top:1px solid}#setka-editor [class*=__separator_top]{align-items:flex-start}#setka-editor [class*=__separator_bottom]{align-items:flex-end}#setka-editor .stk-grid [class*=__separator_]{margin-right:0;margin-left:0}.stk-label.stk-label{position:relative;display:block;max-width:calc(100vw - 50px);margin:auto;font:10px sans-serif;text-align:right;overflow:hidden}.stk-label.stk-label .stk-label-text{position:relative;opacity:.3}.stk-label.stk-label .stk-label-text:before{content:'';position:absolute;top:50%;right:100%;width:100vw;margin-right:1em;border-top:1px solid;opacity:.3}.stk-label.stk-label .stk-label-link,.stk-label.stk-label .stk-label-link:hover,.stk-label.stk-label .stk-label-link:visited{color:inherit;text-decoration:none;border:0;box-shadow:none}.stk-label.stk-label .stk-label-logo{width:5em;height:2em;vertical-align:-.65em;fill:currentcolor;opacity:.3}@media print{[data-anim=true]:not(#_):not(#_):not(#_):not(#_):not(#_){transform:none!important;opacity:1!important}}
:not(#stk):not(.stk) .stk-post.stk-theme_40297 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_40297 li,:not(#stk):not(.stk) .stk-post.stk-theme_40297 p,:not(#stk):not(.stk) .stk-post.stk-theme_40297 td,:not(#stk):not(.stk) .stk-post.stk-theme_40297 th{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 19px;--stk-f_weight: 400;--stk-f_height: 30px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-700";--stk-f--b_size: 19px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "Verdana", "Geneva", sans-serif;--stk-f--i_size: 18px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_40297 h1,:not(#stk):not(.stk) .stk-post.stk-theme_40297 h2{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 46px;--stk-f_weight: 400;--stk-f_height: 46px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-700";--stk-f--b_size: 46px;--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 46px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_40297 h3{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 30px;--stk-f_weight: 400;--stk-f_height: 39px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 30px;--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 30px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_small_header,:not(#stk):not(.stk) .stk-post.stk-theme_40297 h4,:not(#stk):not(.stk) .stk-post.stk-theme_40297 h5,:not(#stk):not(.stk) .stk-post.stk-theme_40297 h6{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 20px;--stk-f_weight: 400;--stk-f_height: 28px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-700";--stk-f--b_size: 20px;--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 20px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_small_text{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 15px;--stk-f_weight: 400;--stk-f_height: 24px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-700";--stk-f--b_size: 15px;--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 15px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_accented_text{--stk-f_size: 22px;--stk-f_height: 30px;--stk-f--b_size: 22px;--stk-f--i_size: 22px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_accented_text,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1594993245095,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1597234516475{--stk-f_family: "MuseoSansCyrl-500";--stk-f_weight: 400;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1594993245095{--stk-f_size: 70px;--stk-f_height: 70px;--stk-f--b_size: 70px;--stk-f--i_size: 70px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1597234516475{--stk-f_size: 19px;--stk-f_height: 30px;--stk-f--b_size: 19px;--stk-f--i_size: 19px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1597234516475{--stk-f_family: "Open Sans";--stk-f_size: 7px;--stk-f_height: 12px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 7px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans";--stk-f--i_size: 7px;--stk-f--i_style: italic}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1597234516475{--stk-f_family: "Open Sans";--stk-f_size: 7px;--stk-f_height: 12px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 7px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans";--stk-f--i_size: 7px;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1639387730604{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 32px;--stk-f_weight: 400;--stk-f_height: 44px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 32px;--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 32px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1639387730604{--stk-f_size: 24px;--stk-f_height: 33px;--stk-f--b_size: 24px;--stk-f--i_size: 24px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1639387730604{--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_size: 20px;--stk-f--i_size: 20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1639387730604{--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_size: 20px;--stk-f--i_size: 20px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-description{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 15px;--stk-f_weight: 400;--stk-f_height: 24px;--stk-f_spacing: 0px;--stk-f--b_family: "MuseoSansCyrl-700";--stk-f--b_size: 15px;--stk-f--b_weight: 400;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 15px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] th.stk-reset{font-family:"MuseoSansCyrl-500";font-size:19px;font-weight:400;line-height:30px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] th.stk-reset strong{font-family:"MuseoSansCyrl-700";font-size:19px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] th.stk-reset em{font-family:"Verdana","Geneva",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h2.stk-reset{font-family:"MuseoSansCyrl-700";font-size:46px;font-weight:400;line-height:46px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h2.stk-reset strong{font-family:"MuseoSansCyrl-700";font-size:46px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h2.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:46px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h3.stk-reset{font-family:"MuseoSansCyrl-500";font-size:30px;font-weight:400;line-height:39px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h3.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:30px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h3.stk-reset em{font-family:"MuseoSansCyrl-500";font-size:30px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_small_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h4.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h5.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h6.stk-reset{font-family:"MuseoSansCyrl-700";font-size:20px;font-weight:400;line-height:28px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_small_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h4.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h5.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h6.stk-reset strong{font-family:"MuseoSansCyrl-700";font-size:20px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_small_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h4.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h5.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] h6.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:20px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_small_text.stk-reset{font-family:"MuseoSansCyrl-700";font-size:15px;font-weight:400;line-height:24px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_small_text.stk-reset strong{font-family:"MuseoSansCyrl-700";font-size:15px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_small_text.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:15px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_accented_text.stk-reset{font-family:"MuseoSansCyrl-500";font-size:22px;font-weight:400;line-height:30px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_accented_text.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:22px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_accented_text.stk-reset em{font-family:"MuseoSansCyrl-500";font-size:22px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1594993245095.stk-reset{font-family:"MuseoSansCyrl-500";font-size:70px;font-weight:400;line-height:70px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1594993245095.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:70px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1594993245095.stk-reset em{font-family:"MuseoSansCyrl-500";font-size:70px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset{font-family:"MuseoSansCyrl-500";font-size:19px;font-weight:400;line-height:30px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:19px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset em{font-family:"MuseoSansCyrl-500";font-size:19px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset{font-family:"Open Sans";font-size:7px;line-height:12px}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset strong{font-family:"Open Sans";font-size:7px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset em{font-family:"Open Sans";font-size:7px;font-style:italic}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset{font-family:"Open Sans";font-size:7px;line-height:12px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset strong{font-family:"Open Sans";font-size:7px;font-weight:700}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1597234516475.stk-reset em{font-family:"Open Sans";font-size:7px;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset{font-family:"MuseoSansCyrl-500";font-size:32px;font-weight:400;line-height:44px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:32px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset em{font-family:"MuseoSansCyrl-500";font-size:32px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset{font-size:24px;line-height:33px}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset strong{font-size:24px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset{font-size:20px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset strong{font-size:20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset{font-size:20px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-theme_40297__style_font_style-1639387730604.stk-reset strong{font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-description.stk-reset{font-family:"MuseoSansCyrl-700";font-size:15px;font-weight:400;line-height:24px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-description.stk-reset strong{font-family:"MuseoSansCyrl-700";font-size:15px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_40297[data-reset-type=class] .stk-description.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:15px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-description{color:gray}:not(#stk):not(.stk) .stk-post.stk-theme_40297{color:#000;--stk-c--link: #36ba5f;--stk-c--visited: #36ba5f;--stk-c--hover: #0b7b27;--stk-c--rgb: 0, 0, 0}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_0-m{color:#fff;--stk-c--link: #60aefe}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_0{color:#fff;--stk-c--link: #60aefe;--stk-c--visited: #873cd0;--stk-c--hover: #058bff}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_0-m{--stk-c--visited: #873cd0;--stk-c--hover: #058bff}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_40297_custom_color_0-m{--stk-c--rgb: 255, 255, 255}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_40297_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_40297_custom_color_0{--stk-c--rgb: 255, 255, 255}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_1-m{color:#93969d;--stk-c--link: #93969d}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_1{color:#93969d;--stk-c--link: #93969d;--stk-c--visited: #93969d;--stk-c--hover: #93969d}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_40297_custom_color_1-m{--stk-c--visited: #93969d;--stk-c--hover: #93969d}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_40297_custom_color_1-m{--stk-c--rgb: 147, 150, 157}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_40297_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_40297_custom_color_1{--stk-c--rgb: 147, 150, 157}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_default-m{color:#000;--stk-c--link: #36ba5f}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_default-m{color:#000;--stk-c--link: #36ba5f;--stk-c--visited: #36ba5f;--stk-c--hover: #0b7b27}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__color_default-m{--stk-c--visited: #36ba5f;--stk-c--hover: #0b7b27}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_default-m{--stk-c--rgb: 0, 0, 0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__var_default-m{--stk-c--rgb: 0, 0, 0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post{--theme-bottom-indent: 30px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .ce-element--type-comment-thread,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-comment,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-embed-figure,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-gallery,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-grid,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-image-figure,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-reset{margin-bottom:30px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_0{margin-bottom:0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_05{margin-bottom:15px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_15-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_15{margin-bottom:45px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_2{margin-bottom:60px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_3{margin-bottom:90px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_4{margin-bottom:120px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_0-m{margin-bottom:0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_05-m{margin-bottom:15px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_15-m{margin-bottom:45px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_2-m{margin-bottom:60px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_3-m{margin-bottom:90px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_4-m{margin-bottom:120px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_default-m{margin-bottom:var(--theme-bottom-indent)}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__mb_default-m{margin-bottom:var(--theme-bottom-indent)}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_05{padding:15px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_1{padding:30px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_2{padding:60px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_3{padding:90px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_4{padding:120px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_round_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_round_1{padding:30px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_hor_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_hor_1{padding:0 30px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_05-m{padding:15px 0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_1-m{padding:30px 0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_2-m{padding:60px 0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_3-m{padding:90px 0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_ver_4-m{padding:120px 0}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_round_1-m{padding:30px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_hor_1-m{padding:0 30px}:not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_default-m{padding:0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_40297.stk-post .stk-theme_40297__pad_default-m{padding:0}:not(#stk):not(.stk) .stk-theme_40297:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_40297[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:underline;text-transform:inherit;letter-spacing:inherit}@supports (--a: 0){:not(#stk):not(.stk) .stk-theme_40297:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_40297[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:none}}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__separator_basic_divider::before{border-top-width:2px;border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__separator_divider-1498128612642::before{border-top-width:4px;border-color:#38ba5b}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496299{width:100px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496058,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496059,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496060,:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496061{width:64px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__stk-btn_basic{border-radius:28px;color:#fff;background-color:#36ba5f;--stk-btn_b-radius: 28px;--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(54, 186, 95, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__stk-btn_basic:not(.ce-element):hover{color:#fff;background-color:#3ccb68}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__stk-btn_basic:not(.ce-element):active{color:#fff;background-color:#34b25b}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__stk-btn_basic:not(.ce-element):hover{--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(60, 203, 104, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__stk-btn_basic:not(.ce-element):active{--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(52, 178, 91, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__basic-quote{margin-bottom:24px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-mask img{border-radius:7px}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__stk-btn_basic{padding:.7em 2em!important}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-reset{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-image-figure{--stk-hotspot-color: green}:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1639387730604{border:1px solid green;margin:0 0 40px}@media (max-width:1023px){:not(#stk):not(.stk) .stk-post.stk-theme_40297 .stk-theme_40297__style_font_style-1639387730604{margin:0 0 30px}}#setka-editor .stk-theme_40297__separator_basic_divider::before{border-top-width:2px;border-color:#000}#setka-editor .stk-theme_40297__separator_divider-1498128612642::before{border-top-width:4px;border-color:#38ba5b}#setka-editor .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496299{width:100px}#setka-editor .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496058,#setka-editor .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496059,#setka-editor .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496060,#setka-editor .stk-element_no-text .stk-theme_40297__symbol_custom_image_3496061{width:64px}#setka-editor [class*="40297_custom_color_0"]{color:#fff}#setka-editor [class*="40297_custom_color_1"]{color:#93969d}
@charset "UTF-8";:not(#stk):not(.stk) .stk-post.stk-theme_11425 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_11425 li,:not(#stk):not(.stk) .stk-post.stk-theme_11425 p,:not(#stk):not(.stk) .stk-post.stk-theme_11425 td,:not(#stk):not(.stk) .stk-post.stk-theme_11425 th{--stk-f_family: "Merriweather";--stk-f_size: 17px;--stk-f_weight: 300;--stk-f_height: 27px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 14px;--stk-f--b_weight: 800;--stk-f--b_spacing: 0.5px;--stk-f--b_transform: uppercase;--stk-f--i_family: "PT Serif";--stk-f--i_size: 19px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h1,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h2{--stk-f_family: "Zilla Slab";--stk-f_size: 49px;--stk-f_weight: 400;--stk-f_height: 49px;--stk-f--b_family: "Montserrat";--stk-f--b_size: 45px;--stk-f--b_weight: 800;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "PT Serif";--stk-f--i_size: 46px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h1,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h2{--stk-f_size: 35px;--stk-f_height: 35px;--stk-f--b_size: 32px;--stk-f--i_size: 33px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_large_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 h1,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 h2{--stk-f_size: 35px;--stk-f_height: 35px;--stk-f--b_size: 32px;--stk-f--i_size: 33px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h3{--stk-f_family: "Zilla Slab";--stk-f_size: 40px;--stk-f_weight: 400;--stk-f_height: 40px;--stk-f--b_family: "Montserrat";--stk-f--b_size: 35px;--stk-f--b_weight: 800;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "PT Serif";--stk-f--i_size: 37px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h3{--stk-f_size: 28px;--stk-f_height: 28px;--stk-f--b_size: 25px;--stk-f--i_size: 25px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_medium_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 h3{--stk-f_size: 28px;--stk-f_height: 28px;--stk-f--b_size: 25px;--stk-f--i_size: 25px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_small_header,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h4,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h5,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h6{--stk-f_family: "Zilla Slab";--stk-f_size: 28px;--stk-f_weight: 400;--stk-f_height: 29px;--stk-f--b_family: "Montserrat";--stk-f--b_size: 25px;--stk-f--b_weight: 800;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "PT Serif";--stk-f--i_size: 26px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_small_header,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h4,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h5,:not(#stk):not(.stk) .stk-post.stk-theme_11425 h6{--stk-f_size: 24px;--stk-f_height: 25px;--stk-f--b_size: 22px;--stk-f--i_size: 22px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_accented_text,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_small_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 h4,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 h5,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 h6{--stk-f_size: 24px;--stk-f_height: 25px;--stk-f--b_size: 22px;--stk-f--i_size: 22px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_accented_text,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_small_text{--stk-f_weight: 400;--stk-f--b_weight: 800;--stk-f--i_family: "PT Serif";--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_small_text{--stk-f_family: "Muli";--stk-f_size: 13.5px;--stk-f_height: 16px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 12px;--stk-f--b_spacing: .5px;--stk-f--b_transform: uppercase;--stk-f--i_size: 14px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_accented_text{--stk-f_family: "Zilla Slab";--stk-f_size: 28px;--stk-f_height: 29px;--stk-f--b_family: "Montserrat";--stk-f--b_size: 25px;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_size: 26px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_accented_text{--stk-f_size: 24px;--stk-f_height: 25px;--stk-f--b_size: 22px;--stk-f--i_size: 22px}}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501762943456{--stk-f_family: "Zilla Slab";--stk-f_size: 154px;--stk-f_weight: 500;--stk-f_height: 149px;--stk-f--b_family: "Montserrat";--stk-f--b_size: 133px;--stk-f--b_weight: 800;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "PT Serif";--stk-f--i_size: 135px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501762943456{--stk-f_size: 70px;--stk-f_height: 67px;--stk-f--b_size: 65px;--stk-f--i_size: 64px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501762943456{--stk-f_size: 70px;--stk-f_height: 67px;--stk-f--b_size: 65px;--stk-f--i_size: 64px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501762945319{--stk-f_size: 19px;--stk-f_weight: 400;--stk-f_height: 20px;--stk-f--b_size: 16px;--stk-f--i_size: 18px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501762945319,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501766993635,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501767064650{--stk-f_family: "Zilla Slab";--stk-f--b_family: "Montserrat";--stk-f--b_weight: 800;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "PT Serif";--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501766993635{--stk-f_size: 30px;--stk-f_weight: 400;--stk-f_height: 30px;--stk-f--b_size: 26px;--stk-f--i_size: 27px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__style_font_style-1501767064650{--stk-f_size: 19px;--stk-f_weight: 300;--stk-f_height: 20px;--stk-f--b_size: 17px;--stk-f--i_size: 18px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-description{--stk-f_family: "Muli";--stk-f_size: 13.5px;--stk-f_weight: 400;--stk-f_height: 16px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 12px;--stk-f--b_weight: 800;--stk-f--b_spacing: .5px;--stk-f--b_transform: uppercase;--stk-f--i_family: "PT Serif";--stk-f--i_size: 14px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] th.stk-reset{font-family:"Merriweather";font-size:17px;font-weight:300;line-height:27px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] th.stk-reset strong{font-family:"Open Sans";font-size:14px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] th.stk-reset em{font-family:"PT Serif";font-size:19px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset{font-family:"Zilla Slab";font-size:49px;font-weight:400;line-height:49px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset strong{font-family:"Montserrat";font-size:45px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset em{font-family:"PT Serif";font-size:46px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset{font-size:35px;line-height:35px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset strong{font-size:32px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset em{font-size:33px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset{font-size:35px;line-height:35px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset strong{font-size:32px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_large_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h1.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h2.stk-reset em{font-size:33px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset{font-family:"Zilla Slab";font-size:40px;font-weight:400;line-height:40px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset strong{font-family:"Montserrat";font-size:35px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset em{font-family:"PT Serif";font-size:37px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset{font-size:28px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset strong{font-size:25px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset{font-size:28px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_medium_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h3.stk-reset strong{font-size:25px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset{font-family:"Zilla Slab";font-size:28px;font-weight:400;line-height:29px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset strong{font-family:"Montserrat";font-size:25px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset em{font-family:"PT Serif";font-size:26px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset{font-size:24px;line-height:25px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset strong{font-size:22px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset{font-size:24px;line-height:25px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h4.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h5.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] h6.stk-reset strong{font-size:22px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_text.stk-reset{font-family:"Muli";font-size:13.5px;font-weight:400;line-height:16px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_text.stk-reset strong{font-family:"Open Sans";font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_small_text.stk-reset em{font-family:"PT Serif";font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset{font-family:"Zilla Slab";font-size:28px;font-weight:400;line-height:29px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset strong{font-family:"Montserrat";font-size:25px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset em{font-family:"PT Serif";font-size:26px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset{font-size:24px;line-height:25px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_accented_text.stk-reset strong{font-size:22px}}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset{font-family:"Zilla Slab";font-size:154px;font-weight:500;line-height:149px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset strong{font-family:"Montserrat";font-size:133px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset em{font-family:"PT Serif";font-size:135px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset{font-size:70px;line-height:67px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset strong{font-size:65px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset em{font-size:64px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset{font-size:70px;line-height:67px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset strong{font-size:65px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762943456.stk-reset em{font-size:64px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762945319.stk-reset{font-family:"Zilla Slab";font-size:19px;font-weight:400;line-height:20px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762945319.stk-reset strong{font-family:"Montserrat";font-size:16px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501762945319.stk-reset em{font-family:"PT Serif";font-size:18px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501766993635.stk-reset{font-family:"Zilla Slab";font-size:30px;font-weight:400;line-height:30px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501766993635.stk-reset strong{font-family:"Montserrat";font-size:26px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501766993635.stk-reset em{font-family:"PT Serif";font-size:27px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501767064650.stk-reset{font-family:"Zilla Slab";font-size:19px;font-weight:300;line-height:20px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501767064650.stk-reset strong{font-family:"Montserrat";font-size:17px;font-weight:800;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-theme_11425__style_font_style-1501767064650.stk-reset em{font-family:"PT Serif";font-size:18px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-description.stk-reset{font-family:"Muli";font-size:13.5px;font-weight:400;line-height:16px}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-description.stk-reset strong{font-family:"Open Sans";font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}:not(#stk):not(.stk) .stk-post.stk-theme_11425[data-reset-type=class] .stk-description.stk-reset em{font-family:"PT Serif";font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-description{color:#b4b2ac}:not(#stk):not(.stk) .stk-post.stk-theme_11425{color:#000;--stk-c--link: #9d6043;background-color:transparent;--stk-c--visited: #9d6043;--stk-c--hover: #380bfc;--stk-c--rgb: 0, 0, 0}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_0-m{color:#fff;--stk-c--link: #9d6043}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_0{color:#fff;--stk-c--link: #9d6043;--stk-c--visited: #9d6043;--stk-c--hover: white}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_0-m{--stk-c--visited: #9d6043;--stk-c--hover: white}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_0-m{--stk-c--rgb: 255, 255, 255}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_0{--stk-c--rgb: 255, 255, 255}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_1-m{color:#9d6043;--stk-c--link: #9d6043}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_1{color:#9d6043;--stk-c--link: #9d6043;--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_1-m{--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_1-m{--stk-c--rgb: 157, 96, 67}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_1{--stk-c--rgb: 157, 96, 67}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_2-m{color:#3c527b;--stk-c--link: #9d6043}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_2{color:#3c527b;--stk-c--link: #9d6043;--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_2-m{--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_2-m{--stk-c--rgb: 60, 82, 123}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_2{--stk-c--rgb: 60, 82, 123}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_3-m{color:#b4b2ac;--stk-c--link: #9d6043}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_3{color:#b4b2ac;--stk-c--link: #9d6043;--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_11425_custom_color_3-m{--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_3-m{--stk-c--rgb: 180, 178, 172}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_11425_custom_color_3{--stk-c--rgb: 180, 178, 172}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_default-m{color:#000;--stk-c--link: #9d6043}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_default-m{color:#000;--stk-c--link: #9d6043;--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__color_default-m{--stk-c--visited: #9d6043;--stk-c--hover: #380bfc}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_default-m{--stk-c--rgb: 0, 0, 0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__var_default-m{--stk-c--rgb: 0, 0, 0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post{--theme-bottom-indent: 27px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .ce-element--type-comment-thread,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-comment,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-embed-figure,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-gallery,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-grid,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-image-figure,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-reset{margin-bottom:27px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_0{margin-bottom:0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_05{margin-bottom:13.5px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_15-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_15{margin-bottom:40.5px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_2{margin-bottom:54px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_3{margin-bottom:81px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_4{margin-bottom:108px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_0-m{margin-bottom:0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_05-m{margin-bottom:13.5px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_15-m{margin-bottom:40.5px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_2-m{margin-bottom:54px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_3-m{margin-bottom:81px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_4-m{margin-bottom:108px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_default-m{margin-bottom:var(--theme-bottom-indent)}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__mb_default-m{margin-bottom:var(--theme-bottom-indent)}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_05{padding:13.5px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_1{padding:27px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_2{padding:54px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_3{padding:81px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_4{padding:108px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_round_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_round_1{padding:27px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_hor_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_hor_1{padding:0 27px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_05-m{padding:13.5px 0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_1-m{padding:27px 0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_2-m{padding:54px 0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_3-m{padding:81px 0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_ver_4-m{padding:108px 0}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_round_1-m{padding:27px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_hor_1-m{padding:0 27px}:not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_default-m{padding:0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_11425.stk-post .stk-theme_11425__pad_default-m{padding:0}:not(#stk):not(.stk) .stk-theme_11425:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_11425[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:underline;text-transform:inherit;letter-spacing:inherit}@supports (--a: 0){:not(#stk):not(.stk) .stk-theme_11425:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_11425[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:none}}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_basic_divider::before{border-top-width:2px;border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1498128612642::before,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763582119::before{border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763584036::before{border-top-width:2px;border-color:#b4b2ac}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763585599::before,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763587145::before{border-color:#b4b2ac}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763588762::before{border-top-width:2px;border-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763590616::before,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__separator_divider-1501763592646::before{border-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384517,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384518,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384519,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384520,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384521,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384522,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384523,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384524,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384525,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384526,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384527,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384528,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384529,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384530,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384531,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384532,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384533,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384534,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384535,:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384536{width:40px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384537{width:73px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__stk-btn_basic{border-radius:6px;color:#fff;background-color:#9d6043;--stk-btn_b-radius: 6px;--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(157, 96, 67, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__stk-btn_basic:not(.ce-element):hover{color:#fff;background-color:#380bfc}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__stk-btn_basic:not(.ce-element):active{color:#fff;background-color:#9d6043}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__stk-btn_basic:not(.ce-element):hover{--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(56, 11, 252, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__stk-btn_basic:not(.ce-element):active{--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(157, 96, 67, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__basic-quote{margin-bottom:24px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author{position:relative;display:flex;align-items:center;flex-wrap:nowrap;margin-bottom:27px}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author .stk-theme_11425__author-image{position:relative;flex-shrink:0;width:60px;height:60px;margin:0 15px 0 0!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author .stk-theme_11425__author-image:empty{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath fill='#000' fill-rule='evenodd' d='M50.31 48.653c-2.62-1.553-12.82-5.25-13.886-5.645v-4.586c1.246-.767 3.434-2.748 3.697-7.284.96-.56 1.565-1.804 1.565-3.4 0-1.434-.49-2.588-1.29-3.21.603-1.88 1.69-5.322.955-8.257-.86-3.44-5.53-4.662-9.27-4.662-3.33 0-7.4.97-8.856 3.613-1.747-.083-2.717.68-3.2 1.32-1.577 2.078-.537 5.875.05 7.967-.815.618-1.317 1.78-1.317 3.23 0 1.597.603 2.84 1.564 3.4.26 4.537 2.453 6.518 3.696 7.285v4.588c-.956.355-11.078 4.033-13.855 5.678-4.657-5.055-7.238-11.564-7.238-18.468 0-15.05 12.247-27.298 27.298-27.298 15.053 0 27.298 12.247 27.298 27.298 0 6.89-2.57 13.386-7.21 18.433M30.22.44C13.8.44.44 13.8.44 30.22c0 7.89 3.058 15.33 8.61 20.94l.002.002C14.692 56.862 22.21 60 30.22 60c8.025 0 15.555-3.15 21.198-8.868 5.534-5.61 8.58-13.036 8.58-20.912C60 13.8 46.642.44 30.22.44'/%3E%3C/svg%3E") center/cover no-repeat}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author .stk-theme_11425__author-image .stk-image-figure{position:absolute;top:50%;left:0;width:100%;margin:0!important;transform:translateY(-50%)}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author .stk-theme_11425__author-image .stk-image-figure .stk-mask{border-radius:50%;overflow:hidden}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author .stk-theme_11425__author-image .stk-image-figure .stk-description{display:none!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__author .stk-theme_11425__author-text{margin:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_11425__section-header{position:relative;top:10px;margin-bottom:27px;padding:9px 0 7px;border:2px #b4b2ac;border-style:solid none}:not(#stk):not(.stk) .stk-post.stk-theme_11425 a{background-image:linear-gradient(to right,rgba(166,102,0,.44) 0%,rgba(166,102,0,.44) 100%)!important;background-position:0 93%!important;background-size:100% 1px!important;background-repeat:repeat-x!important;transition:none!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 a:hover{background-image:linear-gradient(to right,rgba(56,11,252,.44) 0%,rgba(56,11,252,.44) 100%)!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_12922__color_12922_custom_color_0 a:hover{background-image:linear-gradient(to right,rgba(255,255,255,.44) 0%,rgba(255,255,255,.44) 100%)!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_12922__separator_divider-1501763582119::before{height:1px!important;background:linear-gradient(to right,#000 1px,transparent 1px) 0 0/3px 1px!important;border:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_12922__separator_divider-1501763587145::before{height:1px!important;background:linear-gradient(to right,#b4b2ac 1px,transparent 1px) 0 0/3px 1px!important;border:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_11425 .stk-theme_12922__separator_divider-1501763592646::before{height:1px!important;background:linear-gradient(to right,#fff 1px,transparent 1px) 0 0/3px 1px!important;border:0!important}#setka-editor .stk-theme_11425__separator_basic_divider::before{border-top-width:2px;border-color:#000}#setka-editor .stk-theme_11425__separator_divider-1498128612642::before,#setka-editor .stk-theme_11425__separator_divider-1501763582119::before{border-color:#000}#setka-editor .stk-theme_11425__separator_divider-1501763584036::before{border-top-width:2px;border-color:#b4b2ac}#setka-editor .stk-theme_11425__separator_divider-1501763585599::before,#setka-editor .stk-theme_11425__separator_divider-1501763587145::before{border-color:#b4b2ac}#setka-editor .stk-theme_11425__separator_divider-1501763588762::before{border-top-width:2px;border-color:#fff}#setka-editor .stk-theme_11425__separator_divider-1501763590616::before,#setka-editor .stk-theme_11425__separator_divider-1501763592646::before{border-color:#fff}#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384517,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384518,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384519,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384520,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384521,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384522,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384523,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384524,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384525,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384526,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384527,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384528,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384529,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384530,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384531,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384532,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384533,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384534,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384535,#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384536{width:40px}#setka-editor .stk-element_no-text .stk-theme_11425__symbol_custom_image_1384537{width:73px}#setka-editor [class*="11425_custom_color_0"]{color:#fff}#setka-editor [class*="11425_custom_color_1"]{color:#9d6043}#setka-editor [class*="11425_custom_color_2"]{color:#3c527b}#setka-editor [class*="11425_custom_color_3"]{color:#b4b2ac}
@charset "UTF-8";:not(#stk):not(.stk) .stk-post.stk-theme_4507 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_4507 li,:not(#stk):not(.stk) .stk-post.stk-theme_4507 p,:not(#stk):not(.stk) .stk-post.stk-theme_4507 td,:not(#stk):not(.stk) .stk-post.stk-theme_4507 th{--stk-f_family: Georgia;--stk-f_size: 18px;--stk-f_weight: 400;--stk-f_height: 30px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 16.5px;--stk-f--b_weight: 700;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: Georgia;--stk-f--i_size: 18px;--stk-f--i_weight: 400;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h1,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h2{--stk-f_family: "Open Sans Condensed";--stk-f_size: 60px;--stk-f_weight: 700;--stk-f_height: 75px;--stk-f--b_family: "Open Sans Condensed";--stk-f--b_size: 60px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans Condensed";--stk-f--i_size: 60px;--stk-f--i_weight: 700;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h1,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h2{--stk-f_size: 40px;--stk-f_height: 50px;--stk-f--b_size: 40px;--stk-f--i_size: 40px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_large_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 h1,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 h2{--stk-f_size: 40px;--stk-f_height: 50px;--stk-f--b_size: 40px;--stk-f--i_size: 40px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h3{--stk-f_family: "Open Sans Condensed";--stk-f_size: 36px;--stk-f_weight: 700;--stk-f_height: 39px;--stk-f--b_family: "Open Sans Condensed";--stk-f--b_size: 36px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans Condensed";--stk-f--i_size: 36px;--stk-f--i_weight: 700;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h3{--stk-f_size: 30px;--stk-f_height: 33px;--stk-f--b_size: 30px;--stk-f--i_size: 30px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_medium_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 h3{--stk-f_size: 30px;--stk-f_height: 33px;--stk-f--b_size: 30px;--stk-f--i_size: 30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_small_header,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h4,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h5,:not(#stk):not(.stk) .stk-post.stk-theme_4507 h6{--stk-f_family: "Open Sans Condensed";--stk-f_size: 18px;--stk-f_weight: 700;--stk-f_height: 24px;--stk-f--b_family: "Open Sans Condensed";--stk-f--b_size: 18px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans Condensed";--stk-f--i_size: 18px;--stk-f--i_weight: 700;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_small_text{--stk-f_family: "Open Sans";--stk-f_size: 13px;--stk-f_weight: 400;--stk-f_height: 23px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 13px;--stk-f--b_weight: 700;--stk-f--i_family: Georgia;--stk-f--i_size: 13.5px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606702672{--stk-f_family: "Open Sans Condensed";--stk-f_size: 92px;--stk-f_weight: 700;--stk-f_height: 109px;--stk-f--b_family: "Open Sans Condensed";--stk-f--b_size: 92px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans Condensed";--stk-f--i_size: 92px;--stk-f--i_weight: 700;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606702672{--stk-f_size: 55px;--stk-f_height: 65px;--stk-f--b_size: 55px;--stk-f--i_size: 55px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606702672{--stk-f_size: 55px;--stk-f_height: 65px;--stk-f--b_size: 55px;--stk-f--i_size: 55px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606764478{--stk-f_family: "Open Sans Condensed";--stk-f_size: 36px;--stk-f_weight: 400;--stk-f_height: 39px;--stk-f--b_family: "Open Sans Condensed";--stk-f--b_size: 36px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans Condensed";--stk-f--i_size: 36px;--stk-f--i_weight: 400;--stk-f--i_style: italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606764478{--stk-f_size: 30px;--stk-f_height: 33px;--stk-f--b_size: 30px;--stk-f--i_size: 30px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606764478{--stk-f_size: 30px;--stk-f_height: 33px;--stk-f--b_size: 30px;--stk-f--i_size: 30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__style_font_style-1490606809211{--stk-f_family: "Open Sans";--stk-f_size: 21px;--stk-f_weight: 400;--stk-f_height: 29px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 21px;--stk-f--b_weight: 700;--stk-f--i_family: "Open Sans";--stk-f--i_size: 21px;--stk-f--i_weight: 400;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-description{--stk-f_family: "Open Sans";--stk-f_size: 13px;--stk-f_weight: 400;--stk-f_height: 23px;--stk-f--b_family: "Open Sans";--stk-f--b_size: 13px;--stk-f--b_weight: 700;--stk-f--i_family: Georgia;--stk-f--i_size: 13.5px;--stk-f--i_weight: 400;--stk-f--i_spacing: 0px;--stk-f--i_transform: none;--stk-f--i_style: italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] th.stk-reset{font-family:Georgia;font-size:18px;font-weight:400;line-height:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] th.stk-reset strong{font-family:"Open Sans";font-size:16.5px;font-weight:700;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] th.stk-reset em{font-family:Georgia;font-size:18px;font-weight:400;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset{font-family:"Open Sans Condensed";font-size:60px;font-weight:700;line-height:75px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset strong{font-family:"Open Sans Condensed";font-size:60px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset em{font-family:"Open Sans Condensed";font-size:60px;font-weight:700;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset{font-size:40px;line-height:50px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset strong{font-size:40px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset{font-size:40px;line-height:50px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_large_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h1.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h2.stk-reset strong{font-size:40px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset{font-family:"Open Sans Condensed";font-size:36px;font-weight:700;line-height:39px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset strong{font-family:"Open Sans Condensed";font-size:36px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset em{font-family:"Open Sans Condensed";font-size:36px;font-weight:700;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset{font-size:30px;line-height:33px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset strong{font-size:30px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset{font-size:30px;line-height:33px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_medium_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h3.stk-reset strong{font-size:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_small_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h4.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h5.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h6.stk-reset{font-family:"Open Sans Condensed";font-size:18px;font-weight:700;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_small_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h4.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h5.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h6.stk-reset strong{font-family:"Open Sans Condensed";font-size:18px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_small_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h4.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h5.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] h6.stk-reset em{font-family:"Open Sans Condensed";font-size:18px;font-weight:700;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_small_text.stk-reset{font-family:"Open Sans";font-size:13px;font-weight:400;line-height:23px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_small_text.stk-reset strong{font-family:"Open Sans";font-size:13px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_small_text.stk-reset em{font-family:Georgia;font-size:13.5px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset{font-family:"Open Sans Condensed";font-size:92px;font-weight:700;line-height:109px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset strong{font-family:"Open Sans Condensed";font-size:92px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset em{font-family:"Open Sans Condensed";font-size:92px;font-weight:700;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset{font-size:55px;line-height:65px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset strong{font-size:55px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset{font-size:55px;line-height:65px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606702672.stk-reset strong{font-size:55px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset{font-family:"Open Sans Condensed";font-size:36px;font-weight:400;line-height:39px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset strong{font-family:"Open Sans Condensed";font-size:36px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset em{font-family:"Open Sans Condensed";font-size:36px;font-weight:400;font-style:italic}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset{font-size:30px;line-height:33px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset strong{font-size:30px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset{font-size:30px;line-height:33px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606764478.stk-reset strong{font-size:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606809211.stk-reset{font-family:"Open Sans";font-size:21px;font-weight:400;line-height:29px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606809211.stk-reset strong{font-family:"Open Sans";font-size:21px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-theme_4507__style_font_style-1490606809211.stk-reset em{font-family:"Open Sans";font-size:21px;font-weight:400;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-description.stk-reset{font-family:"Open Sans";font-size:13px;font-weight:400;line-height:23px}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-description.stk-reset strong{font-family:"Open Sans";font-size:13px;font-weight:700}:not(#stk):not(.stk) .stk-post.stk-theme_4507[data-reset-type=class] .stk-description.stk-reset em{font-family:Georgia;font-size:13.5px;font-weight:400;letter-spacing:0;text-transform:none;font-style:italic}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-description{color:gray}:not(#stk):not(.stk) .stk-post.stk-theme_4507{color:#1d1d1d;--stk-c--link: #0091ff;--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3;--stk-c--rgb: 29, 29, 29}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_0-m{color:#8d8d8d;--stk-c--link: #0091ff}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_0{color:#8d8d8d;--stk-c--link: #0091ff;--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_0-m{--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_4507_custom_color_0-m{--stk-c--rgb: 141, 141, 141}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_4507_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_4507_custom_color_0{--stk-c--rgb: 141, 141, 141}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_1-m{color:#fff;--stk-c--link: #0091ff}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_1{color:#fff;--stk-c--link: #0091ff;--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_4507_custom_color_1-m{--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_4507_custom_color_1-m{--stk-c--rgb: 255, 255, 255}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_4507_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_4507_custom_color_1{--stk-c--rgb: 255, 255, 255}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_default-m{color:#1d1d1d;--stk-c--link: #0091ff}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_default-m{color:#1d1d1d;--stk-c--link: #0091ff;--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__color_default-m{--stk-c--visited: #8d8d8d;--stk-c--hover: #0062c3}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_default-m{--stk-c--rgb: 29, 29, 29}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__var_default-m{--stk-c--rgb: 29, 29, 29}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post{--theme-bottom-indent: 31px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .ce-element--type-comment-thread,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-comment,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-embed-figure,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-gallery,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-grid,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-image-figure,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-reset{margin-bottom:31px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_0{margin-bottom:0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_05{margin-bottom:15.5px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_15-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_15{margin-bottom:46.5px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_2{margin-bottom:62px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_3{margin-bottom:93px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_4{margin-bottom:124px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_0-m{margin-bottom:0}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_05-m{margin-bottom:15.5px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_15-m{margin-bottom:46.5px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_2-m{margin-bottom:62px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_3-m{margin-bottom:93px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_4-m{margin-bottom:124px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_default-m{margin-bottom:var(--theme-bottom-indent)}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__mb_default-m{margin-bottom:var(--theme-bottom-indent)}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_05{padding:15.5px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_1{padding:31px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_2{padding:62px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_3{padding:93px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_4{padding:124px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_round_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_round_1{padding:31px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_hor_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_hor_1{padding:0 31px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_05-m{padding:15.5px 0}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_1-m{padding:31px 0}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_2-m{padding:62px 0}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_3-m{padding:93px 0}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_ver_4-m{padding:124px 0}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_round_1-m{padding:31px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_hor_1-m{padding:0 31px}:not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_default-m{padding:0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_4507.stk-post .stk-theme_4507__pad_default-m{padding:0}:not(#stk):not(.stk) .stk-theme_4507:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_4507[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:underline;text-transform:inherit;letter-spacing:inherit}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__separator_basic_divider::before{border-color:#0091ff}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__separator_divider_1::before{border-color:#1d1d1d}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146300,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146301,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146302,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146303,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146304,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146305,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146306,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146307,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146308,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146309,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146310,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146311,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146312,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146313,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146314,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146315,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146316,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146317,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146318,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146319,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146320,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146321,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146322,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146323,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146324,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146325,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146326,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146327,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146328,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146329,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146330,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146331,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146332,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146333,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146334,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146335,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146336,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146337,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146338,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146339,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146340,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146341,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146342,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146343,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146344,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146345,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146346,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146347,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146348,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146349,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146350,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146351,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146352,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146353,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146354,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146355,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146356,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146357,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146358,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146359{width:22px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146360,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146361,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146362,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146363,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146364,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146365,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146366{width:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146367{width:21px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146368,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146369{width:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146370{width:24px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146371,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146372{width:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146373{width:21px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146374,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146375{width:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146376{width:24px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146377{width:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__stk-btn_basic{border-radius:6px;color:#fff;background-color:#0091ff;--stk-btn_b-radius: 6px;--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(0, 145, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__stk-btn_basic:not(.ce-element):hover{color:#fff;background-color:#0062c3}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__stk-btn_basic:not(.ce-element):active{color:#fff;background-color:#0091ff}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__stk-btn_basic:not(.ce-element):hover{--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(0, 98, 195, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__stk-btn_basic:not(.ce-element):active{--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(0, 145, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__author_block_big{position:relative;margin-bottom:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__author_block_big .stk-post-portrait-image{margin-right:auto!important;margin-left:auto!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-post-portrait-image{position:relative;width:135px;height:135px;margin:0 0 15px!important;background:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'135'%20height%3D'135'%20viewBox%3D'0%200%20135%20135'%3E%3Cg%20fill%3D'none'%20fill-rule%3D'evenodd'%20stroke%3D'%238B8484'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M55.862%2084.957s-8.728-2.91-8.728-17.457c-4.807%200-4.807-11.638%200-11.638%200-1.95-8.73-23.276%205.82-20.366%202.908-11.638%2034.912-11.638%2037.822%200%202.02%208.076-2.91%2018.935-2.91%2020.366%204.807%200%204.807%2011.638%200%2011.638%200%2014.547-8.728%2017.457-8.728%2017.457v14.547c14.414%205.406%2028.687%209.875%2035.996%2014.984%2011.917-12.08%2019.284-28.676%2019.284-46.988C134.418%2030.538%20104.462.582%2067.5.582S.582%2030.538.582%2067.5c0%2018.347%207.39%2034.966%2019.348%2047.058%207.74-5.353%2022.997-10.16%2035.932-15.054V84.957z'%2F%3E%3Cpath%20d%3D'M19.93%20114.557c12.134%2012.26%2028.962%2019.86%2047.57%2019.86%2018.64%200%2035.49-7.622%2047.63-19.93'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/cover no-repeat}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-post-portrait-image .stk-mask{width:100%;height:100%;overflow:hidden}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-post-portrait-image img{width:100%;height:100%;border-radius:50%;object-fit:cover}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-post-portrait-image [src*="image_placeholder.png"]{opacity:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-post-portrait-image .stk-description{display:none!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-post-portrait-image.stk-post-portrait-image--small{width:60px;height:60px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'62'%20height%3D'62'%20viewBox%3D'0%200%2062%2062'%3E%3Cg%20fill%3D'none'%20fill-rule%3D'evenodd'%20stroke%3D'%238B8484'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M25.828%2038.76s-3.88-1.294-3.88-7.76c-2.136%200-2.136-5.172%200-5.172%200-.867-3.88-10.345%202.586-9.052%201.294-5.173%2015.518-5.173%2016.81%200%20.898%203.59-1.292%208.415-1.292%209.052%202.136%200%202.136%205.172%200%205.172%200%206.466-3.88%207.76-3.88%207.76v6.464c6.406%202.403%2012.75%204.39%2016%206.66%205.295-5.37%208.57-12.745%208.57-20.884C60.74%2014.572%2047.427%201.26%2031%201.26S1.26%2014.57%201.26%2031c0%208.154%203.283%2015.54%208.598%2020.915%203.44-2.38%2010.22-4.516%2015.97-6.69v-6.466z'%2F%3E%3Cpath%20d%3D'M9.858%2051.914C15.25%2057.364%2022.73%2060.74%2031%2060.74c8.284%200%2015.774-3.387%2021.17-8.857'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__quote:before{content:'';position:absolute;top:0;left:0;width:135px;height:20px;background:#191919}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__quote .stk-theme_4507__style_font_style-1490606764478{margin-top:-.07em}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__card,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__profile{position:relative;margin-bottom:30px;padding:20px 40px 35px;background:#f3f3f3}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__card [class*=stk-theme_4507__separator]{margin:10px 0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__card>:last-child{margin-bottom:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__profile [class*=stk-theme_4507__separator_divider]{margin:10px 0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__profile .stk-theme_4507__profile_header{display:flex;justify-content:space-between;margin:0 0 25px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__profile .stk-theme_4507__profile_header_text{width:calc(100% - 135px - 35px)}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__profile>:last-child{margin-bottom:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote{position:relative;margin-bottom:30px;padding:20px 30px 0;background:#1d1d1d}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote [class*=stk-theme_4507__separator]:before{background:#fff!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote .stk-theme_4507__sidenote_footer>p{padding-right:50px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote [class*=stk-theme_4507__separator]{margin:5px 0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote .stk-theme_4507__sidenote_footer{display:flex;flex-direction:column;justify-content:center;min-height:30px;margin:-5px -30px 0;padding:5px 30px 20px;background:url("data:image/svg+xml;utf8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Ccircle%20id%3D'a'%20cx%3D'15'%20cy%3D'15'%20r%3D'15'%2F%3E%3Cmask%20id%3D'b'%20x%3D'0'%20y%3D'0'%20width%3D'30'%20height%3D'30'%20fill%3D'%23fff'%3E%3Cuse%20xlink%3Ahref%3D'%23a'%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20stroke%3D'%23FFF'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cuse%20mask%3D'url(%23b)'%20stroke-width%3D'2'%20xlink%3Ahref%3D'%23a'%2F%3E%3Cpath%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20d%3D'M13%209l6%206-6%206'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") calc(100% - 27px) calc(50% + 8px)/30px 30px no-repeat}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote .stk-theme_4507__sidenote_footer [class*=stk-theme_4507__separator]{margin:0 0 10px!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__quote>:last-child,:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__sidenote .stk-theme_4507__sidenote_footer>:last-child{margin-bottom:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__author_block{position:relative;margin-bottom:30px}:not(#stk):not(.stk) .stk-post.stk-theme_4507 .stk-theme_4507__quote{position:relative;margin-bottom:30px;padding-top:35px}#setka-editor .stk-theme_4507__separator_basic_divider::before{border-color:#0091ff}#setka-editor .stk-theme_4507__separator_divider_1::before{border-color:#1d1d1d}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146300,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146301,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146302,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146303,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146304,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146305,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146306,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146307,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146308,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146309,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146310,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146311,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146312,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146313,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146314,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146315,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146316,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146317,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146318,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146319,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146320,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146321,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146322,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146323,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146324,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146325,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146326,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146327,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146328,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146329,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146330,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146331,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146332,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146333,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146334,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146335,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146336,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146337,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146338,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146339,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146340,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146341,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146342,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146343,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146344,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146345,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146346,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146347,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146348,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146349,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146350,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146351,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146352,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146353,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146354,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146355,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146356,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146357,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146358,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146359{width:22px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146360,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146361,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146362,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146363,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146364,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146365,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146366{width:30px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146367{width:21px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146368,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146369{width:30px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146370{width:24px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146371,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146372{width:30px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146373{width:21px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146374,#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146375{width:30px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146376{width:24px}#setka-editor .stk-element_no-text .stk-theme_4507__symbol_custom_image_2146377{width:30px}#setka-editor [class*="4507_custom_color_0"]{color:#8d8d8d}#setka-editor [class*="4507_custom_color_1"]{color:#fff}
:not(#stk):not(.stk) .stk-post.stk-theme_42731 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_42731 li,:not(#stk):not(.stk) .stk-post.stk-theme_42731 p,:not(#stk):not(.stk) .stk-post.stk-theme_42731 td,:not(#stk):not(.stk) .stk-post.stk-theme_42731 th{--stk-f_family: "museosanscyrl_700";--stk-f_size: 24px;--stk-f_weight: 400;--stk-f_height: 33px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_700";--stk-f--b_size: 24px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_700";--stk-f--i_size: 24px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_42731 li,:not(#stk):not(.stk) .stk-post.stk-theme_42731 p,:not(#stk):not(.stk) .stk-post.stk-theme_42731 td,:not(#stk):not(.stk) .stk-post.stk-theme_42731 th{--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_size: 20px;--stk-f--i_size: 20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 [class*=stk-btn],.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 li,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 p,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 td,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 th{--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_size: 20px;--stk-f--i_size: 20px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612884366133{--stk-f_family: "museosanscyrl_900";--stk-f_size: 66px;--stk-f_weight: 400;--stk-f_height: 72px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_900";--stk-f--b_size: 66px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_900";--stk-f--i_size: 66px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612884366133{--stk-f_size: 37px;--stk-f_height: 40px;--stk-f--b_size: 37px;--stk-f--i_size: 37px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612884366133{--stk-f_size: 37px;--stk-f_height: 40px;--stk-f--b_size: 37px;--stk-f--i_size: 37px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h1,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h2{--stk-f_family: "museosanscyrl_900";--stk-f_size: 44px;--stk-f_weight: 400;--stk-f_height: 52px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_900";--stk-f--b_size: 44px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_900";--stk-f--i_size: 44px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_large_header,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h1,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h2{--stk-f_size: 32px;--stk-f_height: 38px;--stk-f--b_size: 32px;--stk-f--i_size: 32px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_large_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 h1,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 h2{--stk-f_size: 32px;--stk-f_height: 38px;--stk-f--b_size: 32px;--stk-f--i_size: 32px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h3{--stk-f_family: "museosanscyrl_900";--stk-f_size: 40px;--stk-f_weight: 400;--stk-f_height: 48px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_900";--stk-f--b_size: 40px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_900";--stk-f--i_size: 40px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_medium_header,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h3{--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_size: 24px;--stk-f--i_size: 24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_medium_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 h3{--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_size: 24px;--stk-f--i_size: 24px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_small_header,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h4,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h5,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h6{--stk-f_family: "museosanscyrl_900";--stk-f_size: 30px;--stk-f_weight: 400;--stk-f_height: 33px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_900";--stk-f--b_size: 30px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_900";--stk-f--i_size: 30px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_small_header,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h4,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h5,:not(#stk):not(.stk) .stk-post.stk-theme_42731 h6{--stk-f_size: 24px;--stk-f_height: 26px;--stk-f--b_size: 24px;--stk-f--i_size: 24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_small_header,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 h4,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 h5,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 h6{--stk-f_size: 24px;--stk-f_height: 26px;--stk-f--b_size: 24px;--stk-f--i_size: 24px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_small_text{--stk-f_family: "museosanscyrl_700";--stk-f_size: 18px;--stk-f_weight: 400;--stk-f_height: 21px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_700";--stk-f--b_size: 18px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_700";--stk-f--i_size: 18px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_accented_text{--stk-f_family: "museosanscyrl_500";--stk-f_size: 32px;--stk-f_weight: 400;--stk-f_height: 44px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_500";--stk-f--b_size: 32px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_500";--stk-f--i_size: 32px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612874024534{--stk-f_family: "museosanscyrl_700";--stk-f_size: 20px;--stk-f_weight: 400;--stk-f_height: 28px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_700";--stk-f--b_size: 20px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_700";--stk-f--i_size: 20px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612958844703{--stk-f_family: "museosanscyrl_500";--stk-f_size: 16px;--stk-f_weight: 400;--stk-f_height: 19px;--stk-f_spacing: 0px;--stk-f--b_family: "museosanscyrl_500";--stk-f--b_size: 16px;--stk-f--b_weight: 400;--stk-f--i_family: "museosanscyrl_500";--stk-f--i_size: 16px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612958844703{--stk-f_family: "museosanscyrl_700";--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_family: "museosanscyrl_700";--stk-f--b_size: 20px;--stk-f--i_family: "museosanscyrl_700";--stk-f--i_size: 20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612958844703{--stk-f_family: "museosanscyrl_700";--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_family: "museosanscyrl_700";--stk-f--b_size: 20px;--stk-f--i_family: "museosanscyrl_700";--stk-f--i_size: 20px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-description,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612965741236{--stk-f_size: 18px;--stk-f_weight: 400;--stk-f_spacing: 0px;--stk-f--b_size: 18px;--stk-f--b_weight: 400;--stk-f--i_size: 18px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__style_font_style-1612965741236{--stk-f_family: "museosanscyrl_900";--stk-f_height: 19px;--stk-f--b_family: "museosanscyrl_900";--stk-f--i_family: "museosanscyrl_900"}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-description{--stk-f_family: "museosanscyrl_700";--stk-f_height: 21px;--stk-f--b_family: "museosanscyrl_700";--stk-f--i_family: "museosanscyrl_700"}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset{font-family:"museosanscyrl_700";font-size:24px;font-weight:400;line-height:33px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset strong{font-family:"museosanscyrl_700";font-size:24px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset em{font-family:"museosanscyrl_700";font-size:24px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset{font-size:20px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset strong{font-size:20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn],.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset{font-size:20px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn] em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-reset[class*=stk-btn] strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] li.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] p.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] td.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] th.stk-reset strong{font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset{font-family:"museosanscyrl_900";font-size:66px;font-weight:400;line-height:72px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset strong{font-family:"museosanscyrl_900";font-size:66px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset em{font-family:"museosanscyrl_900";font-size:66px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset{font-size:37px;line-height:40px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset strong{font-size:37px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset{font-size:37px;line-height:40px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612884366133.stk-reset strong{font-size:37px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset{font-family:"museosanscyrl_900";font-size:44px;font-weight:400;line-height:52px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset strong{font-family:"museosanscyrl_900";font-size:44px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset em{font-family:"museosanscyrl_900";font-size:44px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset{font-size:32px;line-height:38px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset strong{font-size:32px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset{font-size:32px;line-height:38px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_large_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h1.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h2.stk-reset strong{font-size:32px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset{font-family:"museosanscyrl_900";font-size:40px;font-weight:400;line-height:48px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset strong{font-family:"museosanscyrl_900";font-size:40px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset em{font-family:"museosanscyrl_900";font-size:40px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset{font-size:24px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset strong{font-size:24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset{font-size:24px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_medium_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h3.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset strong{font-size:24px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset{font-family:"museosanscyrl_900";font-size:30px;font-weight:400;line-height:33px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset strong{font-family:"museosanscyrl_900";font-size:30px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset em{font-family:"museosanscyrl_900";font-size:30px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset{font-size:24px;line-height:26px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset strong{font-size:24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_header.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h4.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h5.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] h6.stk-reset{font-size:24px;line-height:26px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_text.stk-reset{font-family:"museosanscyrl_700";font-size:18px;font-weight:400;line-height:21px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_text.stk-reset strong{font-family:"museosanscyrl_700";font-size:18px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_small_text.stk-reset em{font-family:"museosanscyrl_700";font-size:18px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_accented_text.stk-reset{font-family:"museosanscyrl_500";font-size:32px;font-weight:400;line-height:44px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_accented_text.stk-reset strong{font-family:"museosanscyrl_500";font-size:32px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_accented_text.stk-reset em{font-family:"museosanscyrl_500";font-size:32px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612874024534.stk-reset{font-family:"museosanscyrl_700";font-size:20px;font-weight:400;line-height:28px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612874024534.stk-reset strong{font-family:"museosanscyrl_700";font-size:20px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612874024534.stk-reset em{font-family:"museosanscyrl_700";font-size:20px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset{font-family:"museosanscyrl_500";font-size:16px;font-weight:400;line-height:19px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset strong{font-family:"museosanscyrl_500";font-size:16px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset em{font-family:"museosanscyrl_500";font-size:16px;font-weight:400;font-style:regular}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset{font-family:"museosanscyrl_700";font-size:20px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset strong{font-family:"museosanscyrl_700";font-size:20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset{font-family:"museosanscyrl_700";font-size:20px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612958844703.stk-reset strong{font-family:"museosanscyrl_700";font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612965741236.stk-reset{font-family:"museosanscyrl_900";font-size:18px;font-weight:400;line-height:19px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612965741236.stk-reset strong{font-family:"museosanscyrl_900";font-size:18px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-theme_42731__style_font_style-1612965741236.stk-reset em{font-family:"museosanscyrl_900";font-size:18px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-description.stk-reset{font-family:"museosanscyrl_700";font-size:18px;font-weight:400;line-height:21px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-description.stk-reset strong{font-family:"museosanscyrl_700";font-size:18px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_42731[data-reset-type=class] .stk-description.stk-reset em{font-family:"museosanscyrl_700";font-size:18px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-description{color:gray}:not(#stk):not(.stk) .stk-post.stk-theme_42731{color:#000;--stk-c--link: black;--stk-c--visited: black;--stk-c--hover: rgba(0, 0, 0, 0.7);--stk-c--rgb: 0, 0, 0}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_0-m{color:#fff;--stk-c--link: white}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_0{color:#fff;--stk-c--link: white;--stk-c--visited: white;--stk-c--hover: rgba(255, 255, 255, 0.8)}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_0-m{--stk-c--visited: white;--stk-c--hover: rgba(255, 255, 255, 0.8)}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_0-m{--stk-c--rgb: 255, 255, 255}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_0{--stk-c--rgb: 255, 255, 255}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_1-m{color:#36ba5f;--stk-c--link: #0000FF}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_1{color:#36ba5f;--stk-c--link: #0000FF;--stk-c--visited: #9999DD;--stk-c--hover: #5555FF}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_1-m{--stk-c--visited: #9999DD;--stk-c--hover: #5555FF}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_1-m{--stk-c--rgb: 54, 186, 95}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_1{--stk-c--rgb: 54, 186, 95}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_2-m{color:#9cc63e;--stk-c--link: #0000FF}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_2{color:#9cc63e;--stk-c--link: #0000FF;--stk-c--visited: #9999DD;--stk-c--hover: #5555FF}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_42731_custom_color_2-m{--stk-c--visited: #9999DD;--stk-c--hover: #5555FF}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_2-m{--stk-c--rgb: 156, 198, 62}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_42731_custom_color_2{--stk-c--rgb: 156, 198, 62}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_default-m{color:#000;--stk-c--link: black}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_default-m{color:#000;--stk-c--link: black;--stk-c--visited: black;--stk-c--hover: rgba(0, 0, 0, 0.7)}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__color_default-m{--stk-c--visited: black;--stk-c--hover: rgba(0, 0, 0, 0.7)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_default-m{--stk-c--rgb: 0, 0, 0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__var_default-m{--stk-c--rgb: 0, 0, 0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post{--theme-bottom-indent: 34px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .ce-element--type-comment-thread,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-comment,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-embed-figure,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-gallery,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-grid,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-image-figure,:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-reset{margin-bottom:34px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_0{margin-bottom:0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_05{margin-bottom:17px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_15-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_15{margin-bottom:51px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_2{margin-bottom:68px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_3{margin-bottom:102px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_4{margin-bottom:136px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_0-m{margin-bottom:0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_05-m{margin-bottom:17px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_15-m{margin-bottom:51px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_2-m{margin-bottom:68px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_3-m{margin-bottom:102px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_4-m{margin-bottom:136px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_default-m{margin-bottom:var(--theme-bottom-indent)}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__mb_default-m{margin-bottom:var(--theme-bottom-indent)}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_05{padding:17px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_1{padding:34px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_2{padding:68px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_3{padding:102px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_4{padding:136px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_round_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_round_1{padding:34px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_hor_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_hor_1{padding:0 34px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_05-m{padding:17px 0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_1-m{padding:34px 0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_2-m{padding:68px 0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_3-m{padding:102px 0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_ver_4-m{padding:136px 0}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_round_1-m{padding:34px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_hor_1-m{padding:0 34px}:not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_default-m{padding:0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_42731.stk-post .stk-theme_42731__pad_default-m{padding:0}:not(#stk):not(.stk) .stk-theme_42731:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_42731[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:underline;text-transform:inherit;letter-spacing:inherit}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__separator_basic_divider::before{border-top-width:2px;border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__separator_divider-1498128612642::before{border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_basic{border-width:2px;border-radius:100px;color:#fff;border-color:#fff;background-color:#36ba5f}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_basic:not(.ce-element):hover{color:#fff;border-color:#44d270;background-color:#44d270}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_basic:not(.ce-element):active{color:#fff;border-color:rgba(255,255,255,.87);background-color:rgba(68,210,112,.75)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874245156{border-width:2px;border-radius:100px;color:#96c221;border-color:#a7cc46;background-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874245156:not(.ce-element):hover{color:#79a002;border-color:#fff;background-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874245156:not(.ce-element):active{color:#79a002;border-color:#a7cc46;background-color:rgba(255,255,255,.87)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874247581{border-width:2px;border-radius:100px;color:#ff9e44;border-color:#ffa756;background-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874247581:not(.ce-element):hover{color:#ea801c;border-color:#fff;background-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874247581:not(.ce-element):active{color:#ea801c;border-color:#ffa756;background-color:rgba(255,255,255,.87)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874330264{border-width:2px;border-radius:100px;color:#36ba5f;border-color:#36ba5f;background-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874330264:not(.ce-element):hover{color:#0ba83b;border-color:#fff;background-color:#fff}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874330264:not(.ce-element):active{color:#0ba83b;border-color:#36ba5f;background-color:rgba(255,255,255,.87)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612967458351{border-width:2px;border-radius:100px;color:#fff;border-color:#e6f6eb;background-color:#36ba5f}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612967458351:not(.ce-element):hover{color:#fff;border-color:#44d270;background-color:#44d270}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612967458351:not(.ce-element):active{color:#fff;border-color:#e6f6eb;background-color:rgba(68,210,112,.75)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_basic{--stk-btn_b-width: 2px;--stk-btn_b-radius: 100px;--stk-btn_t-color: #ffffff;--stk-btn_b-color: rgba(255, 255, 255, 1);--stk-btn_bg-color: rgba(54, 186, 95, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_basic:not(.ce-element):hover{--stk-btn_t-color: #ffffff;--stk-btn_b-color: rgba(68, 210, 112, 1);--stk-btn_bg-color: rgba(68, 210, 112, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_basic:not(.ce-element):active{--stk-btn_t-color: #ffffff;--stk-btn_b-color: rgba(255, 255, 255, 0.87);--stk-btn_bg-color: rgba(68, 210, 112, 0.75)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874245156{--stk-btn_b-width: 2px;--stk-btn_b-radius: 100px;--stk-btn_t-color: rgba(150, 194, 33, 1);--stk-btn_b-color: rgba(167, 204, 70, 1);--stk-btn_bg-color: rgba(255, 255, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874245156:not(.ce-element):hover{--stk-btn_t-color: rgba(121, 160, 2, 1);--stk-btn_b-color: rgba(255, 255, 255, 1);--stk-btn_bg-color: rgba(255, 255, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874245156:not(.ce-element):active{--stk-btn_t-color: rgba(121, 160, 2, 1);--stk-btn_b-color: rgba(167, 204, 70, 1);--stk-btn_bg-color: rgba(255, 255, 255, 0.87)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874247581{--stk-btn_b-width: 2px;--stk-btn_b-radius: 100px;--stk-btn_t-color: rgba(255, 158, 68, 1);--stk-btn_b-color: rgba(255, 167, 86, 1);--stk-btn_bg-color: rgba(255, 255, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874247581:not(.ce-element):hover{--stk-btn_t-color: rgba(234, 128, 28, 1);--stk-btn_b-color: rgba(255, 255, 255, 1);--stk-btn_bg-color: rgba(255, 255, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874247581:not(.ce-element):active{--stk-btn_t-color: rgba(234, 128, 28, 1);--stk-btn_b-color: rgba(255, 167, 86, 1);--stk-btn_bg-color: rgba(255, 255, 255, 0.87)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874330264{--stk-btn_b-width: 2px;--stk-btn_b-radius: 100px;--stk-btn_t-color: rgba(54, 186, 95, 1);--stk-btn_b-color: rgba(54, 186, 95, 1);--stk-btn_bg-color: rgba(255, 255, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874330264:not(.ce-element):hover{--stk-btn_t-color: rgba(11, 168, 59, 1);--stk-btn_b-color: rgba(255, 255, 255, 1);--stk-btn_bg-color: rgba(255, 255, 255, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612874330264:not(.ce-element):active{--stk-btn_t-color: rgba(11, 168, 59, 1);--stk-btn_b-color: rgba(54, 186, 95, 1);--stk-btn_bg-color: rgba(255, 255, 255, 0.87)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612967458351{--stk-btn_b-width: 2px;--stk-btn_b-radius: 100px;--stk-btn_t-color: #ffffff;--stk-btn_b-color: rgba(230, 246, 235, 1);--stk-btn_bg-color: rgba(54, 186, 95, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612967458351:not(.ce-element):hover{--stk-btn_t-color: #ffffff;--stk-btn_b-color: rgba(68, 210, 112, 1);--stk-btn_bg-color: rgba(68, 210, 112, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__stk-btn_1612967458351:not(.ce-element):active{--stk-btn_t-color: #ffffff;--stk-btn_b-color: rgba(230, 246, 235, 1);--stk-btn_bg-color: rgba(68, 210, 112, 0.75)}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-theme_42731__basic-quote{margin-bottom:24px}:not(#stk):not(.stk) .stk-post.stk-theme_42731 .stk-reset u.stk-reset{-webkit-box-decoration-break:clone;box-decoration-break:clone;text-decoration:none;color:#36ba5f}#setka-editor .stk-theme_42731__separator_basic_divider::before{border-top-width:2px;border-color:#000}#setka-editor .stk-theme_42731__separator_divider-1498128612642::before{border-color:#000}#setka-editor [class*="42731_custom_color_0"]{color:#fff}#setka-editor [class*="42731_custom_color_1"]{color:#36ba5f}#setka-editor [class*="42731_custom_color_2"]{color:#9cc63e}
:not(#stk):not(.stk) .stk-post.stk-theme_45092 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_45092 li,:not(#stk):not(.stk) .stk-post.stk-theme_45092 p,:not(#stk):not(.stk) .stk-post.stk-theme_45092 td,:not(#stk):not(.stk) .stk-post.stk-theme_45092 th{--stk-f_family: "EuclidCircularB-Regular";--stk-f_size: 20px;--stk-f_weight: 400;--stk-f_height: 30px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Medium";--stk-f--b_size: 20px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "EuclidCircularB-Regular";--stk-f--i_size: 20px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_45092 li,:not(#stk):not(.stk) .stk-post.stk-theme_45092 p,:not(#stk):not(.stk) .stk-post.stk-theme_45092 td,:not(#stk):not(.stk) .stk-post.stk-theme_45092 th{--stk-f_family: "MuseoSansCyrl-500";--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--i_family: "MuseoSansCyrl-500"}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 [class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_45092 li,:not(#stk):not(.stk) .stk-post.stk-theme_45092 p,:not(#stk):not(.stk) .stk-post.stk-theme_45092 td,:not(#stk):not(.stk) .stk-post.stk-theme_45092 th{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 16px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 [class*=stk-btn],.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 li,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 p,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 td,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 th{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 16px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_small_text{--stk-f_family: "EuclidCircularB-Regular";--stk-f_size: 12px;--stk-f_weight: 400;--stk-f_height: 14px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Regular";--stk-f--b_size: 12px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Regular";--stk-f--i_size: 12px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640252982331{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 48px;--stk-f_weight: 400;--stk-f_height: 57px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Bold";--stk-f--b_size: 48px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 48px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640252982331{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 34px;--stk-f_height: 40px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 34px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 34px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640252982331{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 24px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640252982331{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 24px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253510083{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 40px;--stk-f_weight: 400;--stk-f_height: 48px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Bold";--stk-f--b_size: 40px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 40px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253510083{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 30px;--stk-f_height: 36px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 30px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 30px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253510083{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 20px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253510083,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253630886{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 20px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253630886{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 34px;--stk-f_weight: 400;--stk-f_height: 40px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Bold";--stk-f--b_size: 34px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 34px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253630886{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 24px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 24px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253630886{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 20px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 20px}}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253685963{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 24px;--stk-f_weight: 400;--stk-f_height: 28px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Bold";--stk-f--b_size: 24px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 24px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253685963{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 20px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253685963{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 17px;--stk-f_height: 20px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 17px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 17px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640253685963{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 17px;--stk-f_height: 20px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 17px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 17px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254121091{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 20px;--stk-f_weight: 400;--stk-f_height: 30px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Bold";--stk-f--b_size: 20px;--stk-f--b_weight: 400;--stk-f--b_spacing: 0px;--stk-f--b_transform: none;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 20px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254121091{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 17px;--stk-f_height: 25px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 17px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 17px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254121091{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 17px;--stk-f_height: 25px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 17px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 17px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254121091{--stk-f_family: "MuseoSansCyrl-700";--stk-f_size: 17px;--stk-f_height: 25px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 17px;--stk-f--i_family: "MuseoSansCyrl-700";--stk-f--i_size: 17px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254324780{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 32px;--stk-f_weight: 400;--stk-f_height: 44px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Medium";--stk-f--b_size: 32px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 32px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254324780{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 24px;--stk-f_height: 33px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 24px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 24px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254324780{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640254324780{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 20px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640264610706{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 20px;--stk-f_weight: 400;--stk-f_height: 30px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Medium";--stk-f--b_size: 20px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 20px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640264610706{--stk-f_family: "MuseoSansCyrl-500";--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--i_family: "MuseoSansCyrl-500"}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640264610706{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 16px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640264610706{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 16px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640266691576{--stk-f_family: "EuclidCircularB-Bold";--stk-f_size: 48px;--stk-f_weight: 400;--stk-f_height: 57px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Bold";--stk-f--b_size: 48px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Bold";--stk-f--i_size: 48px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640266691576{--stk-f_family: "MuseoSansCyrl-900";--stk-f_size: 34px;--stk-f_height: 40px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 34px;--stk-f--i_family: "MuseoSansCyrl-900";--stk-f--i_size: 34px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640266691576{--stk-f_family: "MuseoSansCyrl-900";--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 24px;--stk-f--i_family: "MuseoSansCyrl-900";--stk-f--i_size: 24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640266691576{--stk-f_family: "MuseoSansCyrl-900";--stk-f_size: 24px;--stk-f_height: 28px;--stk-f--b_family: "MuseoSansCyrl-900";--stk-f--b_size: 24px;--stk-f--i_family: "MuseoSansCyrl-900";--stk-f--i_size: 24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640323432193{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 10px;--stk-f_weight: 400;--stk-f_height: 12px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Medium";--stk-f--b_size: 10px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 10px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640323432193{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 20px;--stk-f_height: 30px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 20px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640323432193{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 16px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640323432193{--stk-f_family: "MuseoSansCyrl-500";--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_family: "MuseoSansCyrl-500";--stk-f--b_size: 16px;--stk-f--i_family: "MuseoSansCyrl-500";--stk-f--i_size: 16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324084608{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 15px;--stk-f_weight: 400;--stk-f_height: 18px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Medium";--stk-f--b_size: 15px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 15px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324084608{--stk-f_size: 20px;--stk-f_height: 30px;--stk-f--b_size: 20px;--stk-f--i_size: 20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324084608{--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_size: 16px;--stk-f--i_size: 16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324084608,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324250805{--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_size: 16px;--stk-f--i_size: 16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324250805{--stk-f_family: "EuclidCircularB-Medium";--stk-f_size: 13px;--stk-f_weight: 400;--stk-f_height: 15px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Medium";--stk-f--b_size: 13px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Medium";--stk-f--i_size: 13px;--stk-f--i_weight: 400;--stk-f--i_style: regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324250805{--stk-f_size: 20px;--stk-f_height: 30px;--stk-f--b_size: 20px;--stk-f--i_size: 20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640324250805{--stk-f_size: 16px;--stk-f_height: 24px;--stk-f--b_size: 16px;--stk-f--i_size: 16px}}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-description{--stk-f_family: "EuclidCircularB-Regular";--stk-f_size: 12px;--stk-f_weight: 400;--stk-f_height: 14px;--stk-f_spacing: 0px;--stk-f--b_family: "EuclidCircularB-Regular";--stk-f--b_size: 12px;--stk-f--b_weight: 400;--stk-f--i_family: "EuclidCircularB-Regular";--stk-f--i_size: 12px;--stk-f--i_weight: 400;--stk-f--i_style: regular}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset{font-family:"EuclidCircularB-Regular";font-size:20px;font-weight:400;line-height:30px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset strong{font-family:"EuclidCircularB-Medium";font-size:20px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset em{font-family:"EuclidCircularB-Regular";font-size:20px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset strong{font-family:"MuseoSansCyrl-500"}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn],:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset{font-family:"MuseoSansCyrl-500";font-size:16px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset strong,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn],.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset{font-family:"MuseoSansCyrl-500";font-size:16px;line-height:24px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-reset[class*=stk-btn] strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] li.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] p.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] td.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] th.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_small_text.stk-reset{font-family:"EuclidCircularB-Regular";font-size:12px;font-weight:400;line-height:14px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_small_text.stk-reset strong{font-family:"EuclidCircularB-Regular";font-size:12px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_small_text.stk-reset em{font-family:"EuclidCircularB-Regular";font-size:12px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset{font-family:"EuclidCircularB-Medium";font-size:48px;font-weight:400;line-height:57px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset strong{font-family:"EuclidCircularB-Bold";font-size:48px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:48px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset{font-family:"MuseoSansCyrl-700";font-size:34px;line-height:40px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:34px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:34px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset{font-family:"MuseoSansCyrl-700";font-size:24px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset{font-family:"MuseoSansCyrl-700";font-size:24px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:24px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640252982331.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset{font-family:"EuclidCircularB-Medium";font-size:40px;font-weight:400;line-height:48px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset strong{font-family:"EuclidCircularB-Bold";font-size:40px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:40px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset{font-family:"MuseoSansCyrl-700";font-size:30px;line-height:36px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:30px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset{font-family:"MuseoSansCyrl-700";font-size:20px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset{font-family:"MuseoSansCyrl-700";font-size:20px;line-height:24px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:20px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253510083.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset{font-family:"EuclidCircularB-Medium";font-size:34px;font-weight:400;line-height:40px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset strong{font-family:"EuclidCircularB-Bold";font-size:34px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:34px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset{font-family:"MuseoSansCyrl-700";font-size:24px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:24px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset{font-family:"MuseoSansCyrl-700";font-size:20px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253630886.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:20px}}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset{font-family:"EuclidCircularB-Medium";font-size:24px;font-weight:400;line-height:28px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset strong{font-family:"EuclidCircularB-Bold";font-size:24px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:24px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset{font-family:"MuseoSansCyrl-700";font-size:20px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset{font-family:"MuseoSansCyrl-700";font-size:17px;line-height:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:17px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:17px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset{font-family:"MuseoSansCyrl-700";font-size:17px;line-height:20px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:17px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640253685963.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:17px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset{font-family:"EuclidCircularB-Medium";font-size:20px;font-weight:400;line-height:30px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset strong{font-family:"EuclidCircularB-Bold";font-size:20px;font-weight:400;letter-spacing:0;text-transform:none}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:20px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset{font-family:"MuseoSansCyrl-700";font-size:17px;line-height:25px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:17px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:17px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset{font-family:"MuseoSansCyrl-700";font-size:17px;line-height:25px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:17px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset em{font-family:"MuseoSansCyrl-700";font-size:17px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254121091.stk-reset{font-family:"MuseoSansCyrl-700";font-size:17px;line-height:25px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset{font-family:"EuclidCircularB-Medium";font-size:32px;font-weight:400;line-height:44px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset strong{font-family:"EuclidCircularB-Medium";font-size:32px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:32px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset{font-family:"MuseoSansCyrl-500";font-size:24px;line-height:33px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:24px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset{font-family:"MuseoSansCyrl-500";font-size:20px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:20px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset{font-family:"MuseoSansCyrl-500";font-size:20px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640254324780.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset{font-family:"EuclidCircularB-Medium";font-size:20px;font-weight:400;line-height:30px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset strong{font-family:"EuclidCircularB-Medium";font-size:20px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:20px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset strong{font-family:"MuseoSansCyrl-500"}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset{font-family:"MuseoSansCyrl-500";font-size:16px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset{font-family:"MuseoSansCyrl-500";font-size:16px;line-height:24px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640264610706.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset{font-family:"EuclidCircularB-Bold";font-size:48px;font-weight:400;line-height:57px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset strong{font-family:"EuclidCircularB-Bold";font-size:48px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset em{font-family:"EuclidCircularB-Bold";font-size:48px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset{font-family:"MuseoSansCyrl-900";font-size:34px;line-height:40px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:34px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset{font-family:"MuseoSansCyrl-900";font-size:24px;line-height:28px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:24px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset{font-family:"MuseoSansCyrl-900";font-size:24px;line-height:28px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640266691576.stk-reset strong{font-family:"MuseoSansCyrl-900";font-size:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset{font-family:"EuclidCircularB-Medium";font-size:10px;font-weight:400;line-height:12px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset strong{font-family:"EuclidCircularB-Medium";font-size:10px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:10px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset{font-family:"MuseoSansCyrl-500";font-size:20px;line-height:30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset{font-family:"MuseoSansCyrl-500";font-size:16px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset{font-family:"MuseoSansCyrl-500";font-size:16px;line-height:24px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640323432193.stk-reset strong{font-family:"MuseoSansCyrl-500";font-size:16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset{font-family:"EuclidCircularB-Medium";font-size:15px;font-weight:400;line-height:18px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset strong{font-family:"EuclidCircularB-Medium";font-size:15px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:15px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset{font-size:20px;line-height:30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset strong{font-size:20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset{font-size:16px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset strong{font-size:16px}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset{font-size:16px;line-height:24px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324084608.stk-reset strong,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset em,.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset strong{font-size:16px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset{font-family:"EuclidCircularB-Medium";font-size:13px;font-weight:400;line-height:15px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset strong{font-family:"EuclidCircularB-Medium";font-size:13px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset em{font-family:"EuclidCircularB-Medium";font-size:13px;font-weight:400;font-style:regular}@media (min-width:769px) and (max-width:991px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset{font-size:20px;line-height:30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset strong{font-size:20px}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset{font-size:16px;line-height:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset em,:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-theme_45092__style_font_style-1640324250805.stk-reset strong{font-size:16px}}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-description.stk-reset{font-family:"EuclidCircularB-Regular";font-size:12px;font-weight:400;line-height:14px;letter-spacing:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-description.stk-reset strong{font-family:"EuclidCircularB-Regular";font-size:12px;font-weight:400}:not(#stk):not(.stk) .stk-post.stk-theme_45092[data-reset-type=class] .stk-description.stk-reset em{font-family:"EuclidCircularB-Regular";font-size:12px;font-weight:400;font-style:regular}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-description{color:gray}:not(#stk):not(.stk) .stk-post.stk-theme_45092{color:#1a1a1a;--stk-c--link: #36ba5f;--stk-c--visited: #36ba5f;--stk-c--hover: #79d090;--stk-c--rgb: 26, 26, 26}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_0-m{color:#949494;--stk-c--link: #36ba5f}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_0{color:#949494;--stk-c--link: #36ba5f;--stk-c--visited: #36ba5f;--stk-c--hover: #79d090}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_0-m{--stk-c--visited: #36ba5f;--stk-c--hover: #79d090}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_45092_custom_color_0-m{--stk-c--rgb: 148, 148, 148}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_45092_custom_color_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_45092_custom_color_0{--stk-c--rgb: 148, 148, 148}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_1-m{color:#b4b4b4;--stk-c--link: #36ba5f}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_1{color:#b4b4b4;--stk-c--link: #36ba5f;--stk-c--visited: #36ba5f;--stk-c--hover: #79d090}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_45092_custom_color_1-m{--stk-c--visited: #36ba5f;--stk-c--hover: #79d090}}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_45092_custom_color_1-m{--stk-c--rgb: 180, 180, 180}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_45092_custom_color_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_45092_custom_color_1{--stk-c--rgb: 180, 180, 180}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_default-m{color:#1a1a1a;--stk-c--link: #36ba5f}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_default-m{color:#1a1a1a;--stk-c--link: #36ba5f;--stk-c--visited: #36ba5f;--stk-c--hover: #79d090}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__color_default-m{--stk-c--visited: #36ba5f;--stk-c--hover: #79d090}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_default-m{--stk-c--rgb: 26, 26, 26}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__var_default-m{--stk-c--rgb: 26, 26, 26}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post{--theme-bottom-indent: 30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .ce-element--type-comment-thread,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-comment,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-embed-figure,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-gallery,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-grid,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-image-figure,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-reset{margin-bottom:30px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_0-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_0{margin-bottom:0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_05{margin-bottom:15px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_15-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_15{margin-bottom:45px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_2{margin-bottom:60px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_3{margin-bottom:90px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_4{margin-bottom:120px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_0-m{margin-bottom:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_05-m{margin-bottom:15px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_15-m{margin-bottom:45px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_2-m{margin-bottom:60px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_3-m{margin-bottom:90px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_4-m{margin-bottom:120px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_default-m{margin-bottom:var(--theme-bottom-indent)}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__mb_default-m{margin-bottom:var(--theme-bottom-indent)}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_05-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_05{padding:15px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_1{padding:30px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_2-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_2{padding:60px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_3-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_3{padding:90px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_4-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_4{padding:120px 0}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_round_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_round_1{padding:30px}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_hor_1-m,:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_hor_1{padding:0 30px}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_05-m{padding:15px 0}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_1-m{padding:30px 0}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_2-m{padding:60px 0}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_3-m{padding:90px 0}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_ver_4-m{padding:120px 0}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_round_1-m{padding:30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_hor_1-m{padding:0 30px}:not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_default-m{padding:0}}.stk-media-mobile :not(#stk):not(.stk) .stk-post.stk-theme_45092.stk-post .stk-theme_45092__pad_default-m{padding:0}:not(#stk):not(.stk) .stk-theme_45092:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_45092[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:underline;text-transform:inherit;letter-spacing:inherit}@supports (--a: 0){:not(#stk):not(.stk) .stk-theme_45092:not([data-reset-type]) a:not([class*=stk-btn]),:not(#stk):not(.stk) .stk-theme_45092[data-reset-type=class] a.stk-reset:not([class*=stk-btn]){text-decoration:none}}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__separator_basic_divider::before{border-top-width:2px;border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__separator_divider-1498128612642::before{border-color:#000}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975304644,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975357751,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_basic{border-radius:10px;color:#fff;background-color:#36ba5f;--stk-btn_b-radius: 10px;--stk-btn_t-color: #ffffff;--stk-btn_bg-color: rgba(54, 186, 95, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975304644:not(.ce-element):active,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975304644:not(.ce-element):hover,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975357751:not(.ce-element):active,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975357751:not(.ce-element):hover,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_basic:not(.ce-element):active,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_basic:not(.ce-element):hover{color:#36ba5f;background-color:#e7f7eb;--stk-btn_t-color: rgba(54, 186, 95, 1);--stk-btn_bg-color: rgba(231, 247, 235, 1)}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__basic-quote{margin-bottom:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640264610706{background-color:#f9f9f9;border-radius:20px;padding:32px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 li.stk-theme_45092__style_font_style-1640264610706{padding:0;margin:0 0 20px 24px}@media (max-width:767px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__style_font_style-1640264610706{margin:0 -24px;padding:24px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 li.stk-theme_45092__style_font_style-1640264610706{padding:0;margin:0 0 16px 17px}}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote{padding-top:5px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__body{padding:9px 12px;background:#fff;box-shadow:0 0 4px rgba(0,0,0,.04),0 4px 32px rgba(0,0,0,.16);border-radius:10px;font-size:13px;line-height:1.4;width:250px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__body .stk-theme_45092__style_small_text{font-size:13px!important;line-height:1.4!important;font-weight:500!important;letter-spacing:normal!important}@media (max-width:768px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote{grid-template:1fr/1fr;padding:0}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__body{padding:46px 10px 10px;border-radius:12px 12px 0 0;width:100%}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__body .stk-theme_45092__style_small_text{font-size:15px!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__close{width:30px!important;height:30px!important;border-radius:50%!important;background:#f2f2f2!important;margin:0!important;position:relative!important;top:40px!important;right:10px!important;z-index:3!important;background-image:none!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__close:after,:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__close:before{content:'';width:12px!important;height:2px;background-color:#8e8e93;position:absolute;top:50%;left:50%}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__close:before{transform:translate(-50%,-50%) rotate(45deg)}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-footnote__close:after{transform:translate(-50%,-50%) rotate(-45deg)}}:not(#stk):not(.stk) .stk-post.stk-theme_45092 em{font-style:italic!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 p.stk-reset em{font-family:"MuseoSansCyrl-500Italic"!important;font-style:italic!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 p.stk-reset b em,:not(#stk):not(.stk) .stk-post.stk-theme_45092 p.stk-reset strong em{font-family:"MuseoSansCyrl-700Italic"!important;font-style:italic!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-image-figure .stk-image{border-radius:20px}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-image-figure .stk-description{font-size:15px;line-height:1.4;color:#6c6c6c;margin:16px 0 0}@media (max-width:1023px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-image-figure .stk-description{font-size:13px}}@media (max-width:767px){:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-image-figure .stk-description{margin:8px 0 0}}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_basic{padding:13px 16px;font-size:15px!important;line-height:1.2!important;transition:.3s all!important;min-height:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975304644{padding:8px 16px;font-size:13px!important;line-height:1.2!important;transition:.3s all!important;min-height:0!important}:not(#stk):not(.stk) .stk-post.stk-theme_45092 .stk-theme_45092__stk-btn_1643975357751{padding:16px 20px;font-size:17px!important;line-height:1.2!important;transition:.3s all!important;min-height:0!important}#setka-editor .stk-theme_45092__separator_basic_divider::before{border-top-width:2px;border-color:#000}#setka-editor .stk-theme_45092__separator_divider-1498128612642::before{border-color:#000}#setka-editor [class*="45092_custom_color_0"]{color:#949494}#setka-editor [class*="45092_custom_color_1"]{color:#b4b4b4}
:not(#stk):not(.stk) .stk-layout_4col_12670 { --stk-limit: 940px; --stk-m_r: 20px; --stk-m_l: 20px; --stk-gap: 20px; --stk-cols: 4; } #setka-editor .ge-grids__icon_4 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_1-3 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-3 i:nth-child(2) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_2-2 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-2 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_3-1 i:nth-child(1) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_3-1 i:nth-child(2) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-2-1 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-2-1 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_1-2-1 i:nth-child(3) { display: block; flex-grow: 1; }
:not(#stk):not(.stk) .stk-layout_6col_limited_940 { --stk-limit: 940px; --stk-m_r: 30px; --stk-m_l: 30px; --stk-gap: 20px; --stk-cols: 6; } #setka-editor .ge-grids__icon_6 i:nth-child(1) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_1-5 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-5 i:nth-child(2) { display: block; flex-grow: 5; } #setka-editor .ge-grids__icon_2-4 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-4 i:nth-child(2) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_3-3 i:nth-child(1) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_3-3 i:nth-child(2) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_4-2 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-2 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_5-1 i:nth-child(1) { display: block; flex-grow: 5; } #setka-editor .ge-grids__icon_5-1 i:nth-child(2) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-4-1 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-4-1 i:nth-child(2) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_1-4-1 i:nth-child(3) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_2-2-2 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-2-2 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-2-2 i:nth-child(3) { display: block; flex-grow: 2; }
:not(#stk):not(.stk) .stk-layout_4col { --stk-limit: 100%; --stk-m_r: 0px; --stk-m_l: 0px; --stk-gap: 20px; --stk-cols: 4; } #setka-editor .ge-grids__icon_4 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_1-3 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-3 i:nth-child(2) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_2-2 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-2 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_3-1 i:nth-child(1) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_3-1 i:nth-child(2) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-2-1 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-2-1 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_1-2-1 i:nth-child(3) { display: block; flex-grow: 1; }
:not(#stk):not(.stk) .stk-layout_12col_32026 { --stk-limit: 100%; --stk-m_r: 20px; --stk-m_l: 20px; --stk-gap: 20px; --stk-cols: 12; } #setka-editor .ge-grids__icon_12 i:nth-child(1) { display: block; flex-grow: 12; } #setka-editor .ge-grids__icon_2-10 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-10 i:nth-child(2) { display: block; flex-grow: 10; } #setka-editor .ge-grids__icon_4-8 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-8 i:nth-child(2) { display: block; flex-grow: 8; } #setka-editor .ge-grids__icon_6-6 i:nth-child(1) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_6-6 i:nth-child(2) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_8-4 i:nth-child(1) { display: block; flex-grow: 8; } #setka-editor .ge-grids__icon_8-4 i:nth-child(2) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_10-2 i:nth-child(1) { display: block; flex-grow: 10; } #setka-editor .ge-grids__icon_10-2 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_1-10-1 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-10-1 i:nth-child(2) { display: block; flex-grow: 10; } #setka-editor .ge-grids__icon_1-10-1 i:nth-child(3) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_2-8-2 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-8-2 i:nth-child(2) { display: block; flex-grow: 8; } #setka-editor .ge-grids__icon_2-8-2 i:nth-child(3) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_3-6-3 i:nth-child(1) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_3-6-3 i:nth-child(2) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_3-6-3 i:nth-child(3) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_4-4-4 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-4-4 i:nth-child(2) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-4-4 i:nth-child(3) { display: block; flex-grow: 4; }
:not(#stk):not(.stk) .stk-layout_12col_34438 { --stk-limit: 1240px; --stk-m_r: 20px; --stk-m_l: 20px; --stk-gap: 20px; --stk-cols: 12; } #setka-editor .ge-grids__icon_12 i:nth-child(1) { display: block; flex-grow: 12; } #setka-editor .ge-grids__icon_2-10 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-10 i:nth-child(2) { display: block; flex-grow: 10; } #setka-editor .ge-grids__icon_4-8 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-8 i:nth-child(2) { display: block; flex-grow: 8; } #setka-editor .ge-grids__icon_6-6 i:nth-child(1) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_6-6 i:nth-child(2) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_8-4 i:nth-child(1) { display: block; flex-grow: 8; } #setka-editor .ge-grids__icon_8-4 i:nth-child(2) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_10-2 i:nth-child(1) { display: block; flex-grow: 10; } #setka-editor .ge-grids__icon_10-2 i:nth-child(2) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_1-10-1 i:nth-child(1) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_1-10-1 i:nth-child(2) { display: block; flex-grow: 10; } #setka-editor .ge-grids__icon_1-10-1 i:nth-child(3) { display: block; flex-grow: 1; } #setka-editor .ge-grids__icon_2-8-2 i:nth-child(1) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_2-8-2 i:nth-child(2) { display: block; flex-grow: 8; } #setka-editor .ge-grids__icon_2-8-2 i:nth-child(3) { display: block; flex-grow: 2; } #setka-editor .ge-grids__icon_3-6-3 i:nth-child(1) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_3-6-3 i:nth-child(2) { display: block; flex-grow: 6; } #setka-editor .ge-grids__icon_3-6-3 i:nth-child(3) { display: block; flex-grow: 3; } #setka-editor .ge-grids__icon_4-4-4 i:nth-child(1) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-4-4 i:nth-child(2) { display: block; flex-grow: 4; } #setka-editor .ge-grids__icon_4-4-4 i:nth-child(3) { display: block; flex-grow: 4; }

/* End */


/* Start:/local/templates/main-responsive/css/inset_6prods.css?174765108629356*/
/* Промо медиа в рецептах */
.VV23_INSETPROMODP{
    margin: 0 0 30px;
}
.VV_RecipeDetailSteps__ListItem .VV23_INSETPROMODP{
    margin: 30px 0 0;
}
.VV23_INSETPROMODP__Outer{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100px;
    position: relative;
    background: var(--blue7);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    overflow: hidden;
    padding: 13px 120px 13px 33px;
}
.VV23_INSETPROMODP__LeftDots{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 18px;
    height: 78px;
    z-index: 1;
}
.VV23_INSETPROMODP__LeftDot{
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--white);
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.VV23_INSETPROMODP__VerticalDots{
    position: absolute;
    top: 0;
    right: 60px;
    height: 100%;
    width: 23px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.VV23_INSETPROMODP__VerticalDot{
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--white);
}
.VV23_INSETPROMODP__VerticalDot._n1{
    top: -8px;
}
.VV23_INSETPROMODP__VerticalDot._n2{
    bottom: -10px;
}
.VV23_INSETPROMODP__VerticalCenterDots{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 4px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.VV23_INSETPROMODP__VerticalCenterDot{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--white);
}
.VV23_INSETPROMODP__Text{
    margin-right: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.VV23_INSETPROMODP__Top{
    line-height: 1.2;
}
.VV23_INSETPROMODP__Promo{
    position: relative;
    top: 0;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid currentColor;
    color: var(--blue3);
}
.VV23_INSETPROMODP__Promo:hover {
    color: var(--blue2);
}
.VV23_INSETPROMODP__TopSubtitle{
    margin-top: 11px;
    font-weight: 400;
}
.VV23_INSETPROMODP__Bottom{
    margin-top: 8px;
}
.VV23_INSETPROMODP__BtnWrp .VV_Button{
    min-width: 180px;    
}

@media (max-width: 1279px){
    .VV23_INSETPROMODP__Outer{
        min-height: 89px;
    }
}

@media (max-width: 1023px){
    .VV23_INSETPROMODP__Text {
        margin-right: 5px;
    }
}

@media (max-width: 767px){
    .VV23_INSETPROMODP__Outer {
        min-height: 80px;
        padding: 9px 43px 9px 16px;
    }
    .VV23_INSETPROMODP__Text {
        font-weight: 500;
    }
    .VV23_INSETPROMODP__LeftDots {
        left: -10px;
        width: 16px;
        height: 65px;
    }
    .VV23_INSETPROMODP__VerticalDots{
        right: 12px;
        width: 18px;
    }
    .VV23_INSETPROMODP__VerticalDot._n1 {
        top: -9px;
    }
    .VV23_INSETPROMODP__VerticalDot._n2 {
        bottom: -9px;
    }
    .VV23_INSETPROMODP__VerticalCenterDots {
        width: 3px;
        height: 55px;
    }
    .VV23_INSETPROMODP__TopSubtitle {
        margin-top: 5px;
    }
    .VV23_INSETPROMODP__Bottom {
        margin-top: 8px;
    }
    .VV23_INSETPROMODP__BtnWrp .VV_Button {
        min-width: 200px;
    }
}




/* 6 prods, no auth */
.VV23_6ProdsNoAuth{
    padding: 24px 375px 24px 24px;
    -webkit-box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
       -moz-box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
            box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background: var(--white);
    overflow: hidden;
    position: relative;
    margin: 33px 0 64px;
    min-height: 193px;
}
.VV23_6ProdsNoAuth._goods{
    margin: 0 0 30px;
}
.VV23_6ProdsNoAuth__Inner{
    position: relative;
    max-width: 585px;
    z-index: 2;
}
.VV23_6ProdsNoAuth__Title{
    font-weight: 600 !important;
}
.VV23_6ProdsNoAuth__Title ~ .VV23_6ProdsNoAuth__Subtitle{
    margin-top: 8px;
}
.VV23_6ProdsNoAuth__BtnWrp{
    margin-top: 16px;
}
.VV23_6ProdsNoAuth__ImgContainer{
    position: absolute;
    top: 50%;
    right: 65px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.VV23_6ProdsNoAuth__ImgMain{
    position: relative;
    z-index: 1;
}
.VV23_6ProdsNoAuth__ImgLabel {
    position: absolute;
    left: -73px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 40px 0 0 0;
    z-index: 2;
}
.VV23_6ProdsNoAuth__Btn{
    min-width: 170px;
}

@media (min-width: 1280px){
    .VVCatalog2020:not(._no-side) .VV23_6ProdsNoAuth__ImgContainer{
        right: 41px;
    }
}

@media (max-width: 1279px){
    .VV23_6ProdsNoAuth{
        margin: 65px 0 63px;
    }
    .VV23_6ProdsNoAuth__ImgContainer{
        right: 41px;
    }
}

@media (max-width: 1023px){
    .VV23_6ProdsNoAuth {
        margin: 60px 0 63px;
    }
    .VV23_6ProdsNoAuth__ImgContainer {
        right: 26px;
    }
    .VV23_6ProdsNoAuth._goods{
        margin-top: 20px;
    }
}

@media (max-width: 767px){
    .VV23_6ProdsNoAuth{
        padding: 16px 16px 16px 16px;
        min-height: 72px;
    }
    .VV23_6ProdsNoAuth__Inner{
        padding-bottom: 56px;
    }
    .VV23_6ProdsNoAuth__InnerText{
        padding-right: 64px;
    }
    .VV23_6ProdsNoAuth__ImgMain {
        width: 56px;
        height: auto;
    }
    .VV23_6ProdsNoAuth__ImgContainer{
        top: 16px;
        right: 16px;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .VV23_6ProdsNoAuth__TitleText{
       position: relative; 
       z-index: 1;
    }
    .VV23_6ProdsNoAuth__TitleTextInner{
       position: relative; 
       z-index: 2;
    }
    .VV23_6ProdsNoAuth__TitleText._mobile-block{
        display: block;
    }
    .VV23_6ProdsNoAuth__TitleText._colored:before{
        content: '';
        position: absolute;
        top: -1px;
        left: -6px;
        width: -webkit-calc(100% + 12px);
        width: -moz-calc(100% + 12px);
        width: calc(100% + 12px);
        background-color: #FFD508;
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px;
        padding: 1px 2px 1px;
        height: 100%;
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }
    .VV23_6ProdsNoAuth__TitleTextColoredInner{
        position: relative;
        z-index: 2;
    }
    .VV23_6ProdsNoAuth__ImgLabel{
        display: none;
    }
    .VV23_6ProdsNoAuth__BtnWrp{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .VV23_6ProdsNoAuth__Btn {
        min-width: 0;
        width: 100%;
    }
}

/* 6 prods, authorized */
.VV23_6ProdsAuthorized{
    margin: 33px 0 64px;
}
.VV23_6ProdsAuthorized__Top{
    min-height: 143px;
    padding: 24px 18px 25px 24px;
    background: var(--blue5);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    color: var(--white);
}
.VV23_6ProdsAuthorized__TopRow{
    width: 378px;
}
.VV23_6ProdsAuthorized__Header{
    max-width: 315px;
}
.VV23_6ProdsAuthorized__Title{
    font-weight: 600;
}
.VV23_6ProdsAuthorized__TopCol._update{
   margin: 12px 0 0; 
   position: relative;
   z-index: 2;
}
.VV23_6ProdsAuthorized__Update{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.VV23_6ProdsAuthorized__UpdateBtn{
    color: var(--white);
    border-bottom: 1px solid currentColor;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 6px;
}
.ProductCards__item._update._hide {
    pointer-events: none;
    display: none!important;
}
.VV23_6ProdsAuthorized__UpdateBtn._hide{
    opacity:0;
    pointer-events: none;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltip{
	--offset: min(52px, max(0px, (1340px - 100vw) * 0.8667));
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltipImg{
    display: block;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltipText{
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
       -moz-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
         -o-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    background-color: var(--light-secondary);
    border-radius: 8px;
    color: var(--white);
    margin: 16px 0 0;
    word-break: break-word;
    padding: 8px 12px 8px;
    text-align: center;
    -webkit-transition: .3s opacity, .3s transform;
    -o-transition: .3s opacity, .3s transform;
    -moz-transition: .3s opacity, .3s transform;
    transition: .3s opacity, .3s transform;

    left: -9999999px;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    opacity: 0;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltip:hover .VV23_6ProdsAuthorized__UpdateBtnTooltipText{
    left: calc(50% - var(--offset));
    width: 168px;
    height: auto;
    overflow: visible;
    clip: unset;
    opacity: 1;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.VV23_6ProdsAuthorized__UpdateBtnTooltipTextImg{
    position: absolute;
    bottom: 100%;
    left: calc(50% + var(--offset));
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 0 0;
    fill: var(--light-secondary);
}
.VV23_6ProdsAuthorized__Bottom {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    margin: -118px 0 0 auto;
    position: relative;
    z-index: 1;
}
.VV23_6ProdsAuthorizedSliderWrp {
    position: relative;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item {
    padding: 0 3px 6px!important;
    height: auto !important;
    width: 131px !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
}
.VV23_6ProdsAuthorizedSliderWrp .VV_SliderBtn._next {
    z-index: 2;
    right: 0;
    transform: translateX(50%);
    top: 30px;
}
.VV23_6ProdsAuthorizedSliderWrp .VV_SliderBtn._prev {
    z-index: 2;
    left: 0;
    transform: translateX(-50%);
    top: 30px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard{
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    border:none;
    background: var(--white);
    padding-bottom: 46px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
            box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 9px 8px 16px 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__cartFooter {
    padding: 0 8px 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__cartButton .CartButton {
    height: 36px;
    font-size: 14px;
    border-radius: 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .CartButton .SvgIcon--cart + .CartButton__text .CartButton__textInner {
    padding: 0 0px 0 5px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .CartButton__quantityInputLinePrice{
    margin-top: 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .CartButton__quantityButton{
    width: 30px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__cartFooter {
    padding: 0 8px 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item .ProductCard__imageInner{
    padding-bottom: 63%;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item .Rating__icon .SvgIcon--star {
    width: 8px;
    height: 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__rating {
    bottom: -6px;
    left: 6px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__ratingIcon {
    margin: -1px 3px 0px 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__ratingText{
    font-size: 12px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__link{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-height: 30px;
    color: var(--gray900) !important;
    margin: 0 0 7px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__link,
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__Rest,
.VV23_6ProdsAuthorizedSlider .ProductCard .Rating,
.VV23_6ProdsAuthorizedSlider .ProductCard .AccentText {
    font-size: 12px;
    line-height: 1.2;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__title {
    line-height: 1.4;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price{
    font-size: 12px;
    line-height: 1.4;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: 4px;
    margin-bottom: 2px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price:last-child {
    margin-right:0
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price--label{
    background: var(--gray100);
}
.bx-mac .VV23_6ProdsAuthorizedSlider .ProductCard__price .Price--label.Price--md{
    padding-top: 3px;
    padding-bottom: 1px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price__imgLP._lpm {
    top: 4px;
    margin-right: 2x;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price__imgANP{
    transform: translateY(2px);
    margin-right: 2px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__image,
.VV23_6ProdsAuthorizedSlider .ProductCard__imageInner {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__imageImg{
    height: 100%;
}
.VV23_6ProdsAuthorizedSlider .ProductCardLabel__Col._img img{
    height: 20px;
}
.VV23_6ProdsAuthorizedSliderWrp .ProductCard__QuickView{
    display: none;
}
.VV23_6ProdsAuthorizedProdItem{
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
            box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    background: var(--white);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.VV23_6ProdsAuthorizedProdItem__Top{
    margin: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.VV23_6ProdsAuthorizedProdItem__Center{
    margin: 0 0 auto;
}
.VV23_6ProdsAuthorizedProdItem__Bottom{
    margin: 20px 0 0;
    padding: 6px 8px 8px;
}
.VV23_6ProdsAuthorizedProdItem__ImgWrp{
    position: relative;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding-bottom: 63%;
}
.VV23_6ProdsAuthorizedProdItem__ImgCircle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E5F4FF;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin: 0 0 0 0;
}
.VV23_6ProdsAuthorizedProdItem__Img{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.VV23_6ProdsAuthorizedProdItem__Content{
    padding: 6px 8px 0px 8px;
    width: 100%;
    text-align: center;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item._update{
    display: none;
}
._phone_device .VV23_6ProdsAuthorizedSlider__Row {
    overflow-x: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: auto;
}
._phone_device .VV23_6ProdsAuthorizedSlider .ProductCards__item {
    margin-bottom: 0;
}
.VV23_6ProdsAuthorized .ProductCardLabelContainer{
    display: none;
}
.VV23_6ProdsAuthorized._goods{
    margin: 0 0 28px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Top{
    padding: 20px 24px 108px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopRow{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopCol._header{
    margin-right: 30px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopCol._update{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    margin-top: 2px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopRow {
    width: auto;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Header {
    max-width: 100%;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
    width: auto;
    margin: -93px 0 0 auto;
    padding: 0 21px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item {
    height: auto !important;
    width: 144px !important;
} 
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item .ProductCard__imageInner {
    padding-bottom: 63%;
}
.VV23_6ProdsAuthorizedSlider .Tooltip.active .Tooltip__content, 
.VV23_6ProdsAuthorizedSlider .Tooltip._hovered:hover .Tooltip__content {
    min-width: 0; 
    width: 100%;   
}
.VV23_6ProdsAuthorizedSlider .Tooltip__inner {
    padding: 8px 8px 9px;
}
.VV23_6ProdsAuthorizedSlider .Tooltip .Tooltip__innerText{
    font-size: 12px !important;
}

@media (max-width: 1279px){
    .VV23_6ProdsAuthorized{
        margin: 65px 0 63px;
    }
    .VV23_6ProdsAuthorized__Top{
        min-height: 0;
        padding: 20px 24px 108px;
    }
    .VV23_6ProdsAuthorized__TopRow{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .VV23_6ProdsAuthorized__TopCol._header{
        margin-right: 30px;
    }
    .VV23_6ProdsAuthorized__TopCol._update{
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: auto;
        margin-top: 2px;
    }
    .VV23_6ProdsAuthorized__TopRow {
        width: auto;
    }
    .VV23_6ProdsAuthorized__Header {
        max-width: 100%;
    }
    .VV23_6ProdsAuthorized__Bottom {
        width: auto;
        margin: -93px 0 0 auto;
        padding: 0 25px;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        height: auto !important;
        width: 148px !important;
    }

    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item{
        width: 146px !important;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider{
        padding-left: 20px;
        padding-right: 20px;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider{
        padding-left: 0;
        padding-right: 0;
    }
	.VV23_6ProdsAuthorized__UpdateBtnTooltip{
		--offset: min(52px, max(0px, (1060px - 100vw) * 1.444));
	}
}

@media (max-width: 1023px){
    .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        padding: 0 3px 6px !important;
        width: 146px !important;
    }        
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
        margin: -93px 0 0 auto;
        padding: 0;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        height: auto !important;
        width: 146px !important;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row,
    ._phone_device .VVCatalog2020 .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row,
    ._phone_device .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider__Row {
        padding-left: 22px;
        padding-right: 22px;
    }
    .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 22px;
        padding-right: 22px;
    }
    ._phone_device .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 0;
        padding-right: 0;
    }
	.VV23_6ProdsAuthorized__UpdateBtnTooltip{
		--offset: min(52px, max(0px, (840px - 100vw) * 0.722));
	}
}

@media (max-width: 767px){
    .VV23_6ProdsAuthorized__Top {
        min-height: 0;
        padding: 12px 12px 92px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        margin: 0 -10px;
    }
    .VV23_6ProdsAuthorized__TopCol._update{
        display: none;
    }
    .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
        margin: -80px -10px 0;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        width: 131px !important;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item._update{
        display: block;
        cursor: pointer;
    }

    .VV23_6ProdsAuthorized._goods {
        margin: 0 0 14px;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorizedSlider,
    ._phone_device .VV23_6ProdsAuthorizedSlider{
        padding: 0 !important;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorizedSlider__Row, 
    ._phone_device .VV23_6ProdsAuthorizedSlider__Row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    ._phone_device .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Top,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Top {
        min-height: 0;
        padding: 12px 12px 92px;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
        margin: -80px -10px 0;
        padding: 0;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        width: 131px !important;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopCol._header,
    .VV23_6ProdsAuthorized__TopCol._header{
        margin-right: 0;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__rating {
        bottom: -4px;
    }
}
/* End */


/* Start:/media/assets/css/6sales/style.css?17431663324595*/
.VV23_6ProdsNoAuth,
.VV23_6ProdsAuthorized {
    margin: 16px 0;
}
.VV23_6ProdsAuthorized__Top{
    border-radius: 0;
}
.VV23_6ProdsAuthorized__Title{
    font-weight: 500;
}
.VV23_6ProdsAuthorizedSliderWrp {
    margin: 0 -8px 0 8px;
}
.VV23_6ProdsAuthorizedSlider .VM_Teaser{
    margin-right: 8px;
    height: auto;
}
.VV23_6ProdsAuthorizedSlider .VM_Teaser .VM_Teaser__Note,
.VV23_6ProdsAuthorizedSlider .VM_Teaser .Price__imgLP,
.VV23_6ProdsAuthorizedSlider .VM_Teaser .VM_Teaser__PriceVal._last{
    display: none;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item{
    width: 125px !important;
    padding: 0 !important;
    border-radius: 0;
}
.VV23_6ProdsAuthorizedSlider .VV23_6ProdsAuthorizedProdItem{
    border-radius: 0;
    box-shadow: none;
}
.VV23_6ProdsAuthorizedProdItem__ImgCircle {
    width: 52px;
    height: 52px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard._lazyView{
    border-radius: 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCardLazyView--block:nth-child(1){
    height: 70px !important;
}
.VV23_6ProdsAuthorizedSlider .ProductCardLazyView--block:nth-child(2){
    height: 20px !important;
}
.VV23_6ProdsAuthorizedSlider .ProductCardLazyView--block:nth-child(3){
    height: 38px !important;
}
.VV23_6ProdsAuthorizedSlider .ProductCardLazyView--block:nth-child(4){
    height: 36px !important;
}
.VV23_6ProdsAuthorized__UpdateWrapper{
    position: relative;
}
.VV23_6ProdsAuthorized__UpdateBtn{
    margin: 0 6px 0 6px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: var(--primary);
    z-index: 1;
}
.VV23_6ProdsAuthorized__UpdateBtn:before{
    content: '';
    position: absolute;
    inset: 0;
}
.VV23_6ProdsAuthorized__UpdateTooltip{
    margin-left: auto;
}
.VV23_6ProdsAuthorized__UpdateTooltip .VM_Tooltip__Img{
    color: var(--primary);
}
.VV23_6ProdsAuthorizedSlider .Slider__button{
    display: none;
}

@media (max-width: 1279px) {
    .VV23_6ProdsAuthorized__Top{
        padding-left: 0;
        padding-right: 0;
    }
    .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
    }
    .VV23_6ProdsAuthorizedSliderWrp {
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .VV23_6ProdsAuthorizedSliderWrp {
        margin: 0 -8px 0 0;
    }
    .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding: 0;
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .VV23_6ProdsAuthorized__Top{
        margin: 0;
    }
    .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
        margin: -80px -16px 0;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorizedSlider__Row, ._phone_device .VV23_6ProdsAuthorizedSlider__Row {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item._update{
        margin-right: 8px;
    }
}

/* No Auth */
.VV23_6ProdsNoAuth{
    min-height: unset;
    padding: 0;
    border-radius: 0;
    box-shadow: none;;
    background: var(--blue5);
}
.VV23_6ProdsNoAuthWrapper{
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
}
.VV23_6ProdsNoAuth__Inner{
    max-width: 885px;
}
.VV23_6ProdsNoAuth__Title {
    font-weight: 500 !important;
}
.VV23_6ProdsNoAuth__Title,
.VV23_6ProdsNoAuth__Subtitle{
    color: var(--on-accent);
}
.VV23_6ProdsNoAuth__Title ~ .VV23_6ProdsNoAuth__Subtitle {
    margin-top: 4px;
}
.VV23_6ProdsNoAuth__ImgContainer {
    right: -10px;
}
.VV23_6ProdsAuthorized__Bottom .swiper-button-disabled {
    display: none;
}

@media (max-width: 1279px) {
    .VV23_6ProdsNoAuth__Inner {
        max-width: 585px;
    }
}

@media (max-width: 1023px) {
    .VV23_6ProdsNoAuthWrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .VV23_6ProdsNoAuth__Inner {
        max-width: 558px;
    }
    .VV23_6ProdsNoAuth__ImgContainer {
        right: -16px;
    }
    .VV23_6ProdsNoAuth__ImgMain{
        width: 178px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .VV23_6ProdsNoAuth__Inner {
        padding-bottom: 0;
    }
    .VV23_6ProdsNoAuth__TitleText._colored:before{
        display: none;
    }
    .VV23_6ProdsNoAuth__InnerText {
        padding-right: 0;
    }
    .VV23_6ProdsNoAuth__BtnWrp{
        position: relative;
        width: auto;
        display: inline-block;
        margin-top: 14px;
    }
    .VV23_6ProdsNoAuth__ImgContainer {
        right: -20px;
        bottom: -20px;
        top: unset;
    }
    .VV23_6ProdsNoAuth__ImgMain{
        width: 81px;
    }
}
/* End */
/* /media/assets/css/article/detail.css?17488422979419 */
/* /media/assets/css/tests/style.css?17443611376880 */
/* /local/components/media/catalog.detail/templates/.default/style.css?175041530529738 */
/* /local/templates/main-responsive/setka/setka_media_new.min.css?1741963323310819 */
/* /local/templates/main-responsive/css/inset_6prods.css?174765108629356 */
/* /media/assets/css/6sales/style.css?17431663324595 */
