﻿.CTabLink,.CTabLeftArrow,.CTabRightArrow{padding:var(--Pl8) var(--Pl5);cursor:pointer;min-height:var(--Pl30);display:flex;align-items:center;justify-content:center;transition:all ease-in-out .3s;position:relative;font-weight:600;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.CTabLink{gap:var(--Pl1)}.CTabLeftArrow{margin:var(--Pl0) var(--Pl3) var(--Pl0) var(--Pl0)}.CTabRightArrow{margin:var(--Pl0) var(--Pl0) var(--Pl0) var(--Pl3)}.CTabActive{background-color:var(--CrTe);color:var(--CrTeStTt);transition:all 0.5s ease}.CTabLeftArrow:hover,.CTabRightArrow:hover,.CTabLink:hover{background-color:var(--CrTeHrBd);color:var(--CrTeHrTt);transition:all 0.5s ease}.CTabDeactive{background-color:rgb(var(--CrGy) / .4)!important;color:rgb(var(--CrWe))!important;border-top:rgb(var(--CrGy))!important;cursor:no-drop!important}.CTabs{display:flex;max-width:100%;overflow-y:scroll}.CTabs::-webkit-scrollbar{display:none}.CTabs{-ms-overflow-style:none;scrollbar-width:none}.CTabsCont{width:100%;min-height:var(--Pl100);padding:var(--Pl5);display:block}.CTabsContent>div:not(:first-child){display:none}.CTabScrollBnLt,.CTabScrollBnRt{display:flex;justify-content:center;align-items:center;position:absolute;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}.CTabScrollBnRt{top:50%;left:100%}.CTabScrollBnLt{top:50%;left:0}.CTabBn{width:var(--Pl20);height:var(--Pl20);background-color:var(--CrTeStBd);border-radius:50%;position:relative;box-shadow:inset 0 0 var(--Pl6) rgb(39 59 111 / .5)}.CTabBnLt{width:0;height:0;border-top:var(--Pl7) solid #fff0;border-bottom:var(--Pl7) solid #fff0;border-right:var(--Pl7) solid var(--CrTeStTt);position:absolute;left:50%;top:50%;transform:translate(calc(-50% - var(--Pl1)),-50%)}.CTabBnRt{width:0;height:0;border-top:var(--Pl7) solid #fff0;border-bottom:var(--Pl7) solid #fff0;border-left:var(--Pl7) solid var(--CrTeStTt);position:absolute;left:50%;top:50%;transform:translate(calc(-50% + var(--Pl1)),-50%)}.SlidePrevUT,.SlideNextUT{cursor:pointer;position:absolute;top:50%;padding:var(--Pl6) var(--Pl3);color:#fff;font-size:calc(27 * var(--Pl1));transition:0.6s ease;border-radius:0 var(--Pl3) var(--Pl3) 0;user-select:none;background-color:#f1f1f1;color:#000;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.SlideNextUT{right:0;border-radius:var(--Pl3) 0 0 var(--Pl3)}.SlidePrevUT:hover,.SlideNextUT:hover{background-color:#000;color:#f1f1f1}.SFade{animation-name:fade;animation-duration:1s}@keyframes fade{from{opacity:.6}to{opacity:1}}.SLeftIn{animation-name:SLeftIn;animation-duration:.6s}@keyframes SLeftIn{from{transform:translateX(-50%)}to{transform:translateX(0)}}.SRightIn{animation-name:SRightIn;animation-duration:.8s}@keyframes SRightIn{from{transform:translateX(50%)}to{transform:translateX(0)}}.SZoomOut{animation-name:ScaleOut;animation-duration:.6s}@keyframes ScaleOut{from{transform:scale(95%)}to{transform:scale(100%)}}.SZoomIn{animation-name:ScaleIn;animation-duration:.8s}@keyframes ScaleIn{from{transform:scale(120%)}to{transform:scale(100%)}}.SAngular{animation-name:SAngular;animation-duration:.9s}@keyframes SAngular{0%{transform:scale(150%) skew(-8deg,-8deg) perspective(0);opacity:.5;-webkit-filter:blur(1px);filter:hue-rotate(45deg)}100%{transform:skewX(0deg,0deg) scale(100%) perspective(none);opacity:1;-webkit-filter:blur(0);filter:hue-rotate(0)}}.SlideOverlay{position:absolute;top:0;left:0;width:100%;height:100%;animation-name:SlideOverlay;animation-duration:.9s;z-index:-1;opacity:0}.SlideOverlay>img{width:100%;height:100%}@keyframes SlideOverlay{from{display:block;opacity:.5;z-index:10000000000;-webkit-filter:blur(1px);transform:scale(150%) skew(10deg,10deg) perspective(0)}to{display:none;opacity:0;z-index:-1;-webkit-filter:blur(0);transform:scale(100%) skew(2deg,2deg) perspective(none)}}.SColor{animation-name:SColor;animation-duration:2s}@keyframes SColor{0%{-webkit-filter:grayscale(100%);opacity:50%}100%{-webkit-filter:grayscale(0%);opacity:100%}}.SlideFull{position:fixed!important;width:90%!important;left:50%!important;top:50%!important;min-width:90%;transform:translate(-50%,-50%)!important;z-index:100000000!important}.SlideFullCloseBn{position:absolute;top:1%;right:1%;width:var(--Pl30);height:var(--Pl30);border-radius:50%;padding:var(--Pl8);background-color:rgb(239 235 235 / .97);font-size:calc(16 * var(--Pl1));font-weight:600;font-family:Arial;z-index:10000000000;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 var(--Pl6) rgb(39 59 111 / .5);transition:transform ease-in-out .4s;border:1px solid rgb(41 40 40 / .4)}.SlideFullCloseBn,.SlideNextUT,.SlidePrevUT,.SlideShowUT{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.SlideFullCloseBn:hover{transform:rotate(360deg) scale(1.05)}.SlideFullCloseBn::before{content:"X"}.SlideBackground{position:fixed;top:0;left:0;//height:100vh;//width:100vw;// background-color:rgb(80 82 82 / .95);z-index:99999999}.SlideTextUT{position:absolute;bottom:5%;left:50%;padding:var(--Pl5);background-color:rgb(248 245 245 / .85);border-radius:var(--Pl5);transform:translate(-50%,0);font-size:calc(20 * var(--Pl1))!important;text-align:center}.SlideContainer{align-items:center;width:100%;display:flex;overflow:hidden;position:relative;scroll-behavior:smooth}.SlideContainerHt{height:400px}.SlideMin{cursor:zoom-out}.SlideMax{cursor:zoom-in}.SlideShowUT{position:relative;width:100%;// box-shadow:rgb(14 30 37 / .12) 0 var(--Pl2) var(--Pl4) 0,rgb(14 30 37 / .32) 0 var(--Pl2) calc(16 * var(--Pl1)) 0}.SlideUT{min-width:100%;position:relative;display:none;height:100%;// box-shadow:rgb(14 30 37 / .12) 0 var(--Pl2) var(--Pl4) 0,rgb(14 30 37 / .32) 0 var(--Pl2) calc(16 * var(--Pl1)) 0}.SlideImage{height:100%;display:flex;align-items:center;justify-content:center;// max-height:100vh}.SlideImage>img{width:100%;height:100%;// min-height:143px;object-fit:cover}.SlideContainer::-webkit-scrollbar{// display:none}.SlideContainer{// -ms-overflow-style:none;// scrollbar-width:none}