@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-timing-function:ease-in-out;animation-name:heartBeat;animation-duration:1.3s}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:scale3d(.3,.3,.3);opacity:0}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{transform:scale3d(1.03,1.03,1.03);opacity:1}80%{transform:scale3d(.97,.97,.97)}to{transform:scaleX(1);opacity:1}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(0,-3000px,0);opacity:0}60%{transform:translate3d(0,25px,0);opacity:1}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(-3000px,0,0);opacity:0}60%{transform:translate3d(25px,0,0);opacity:1}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(3000px,0,0);opacity:0}60%{transform:translate3d(-25px,0,0);opacity:1}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transform:translate3d(0,3000px,0);opacity:0}60%{transform:translate3d(0,-20px,0);opacity:1}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{transform:scale3d(1.1,1.1,1.1);opacity:1}to{transform:scale3d(.3,.3,.3);opacity:0}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{transform:translate3d(0,-20px,0);opacity:1}to{transform:translate3d(0,2000px,0);opacity:0}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{transform:translate3d(20px,0,0);opacity:1}to{transform:translate3d(-2000px,0,0);opacity:0}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{transform:translate3d(-20px,0,0);opacity:1}to{transform:translate3d(2000px,0,0);opacity:0}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{transform:translate3d(0,20px,0);opacity:1}to{transform:translate3d(0,-2000px,0);opacity:0}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{transform:translate3d(0,-100%,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{transform:translate3d(0,-2000px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{transform:translate3d(-100%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{transform:translate3d(-2000px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{transform:translate3d(100%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{transform:translate3d(2000px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{transform:translate3d(0,100%,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{transform:translate3d(0,2000px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{transform:translate3d(0,100%,0);opacity:0}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{transform:translate3d(0,2000px,0);opacity:0}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0);opacity:0}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{transform:translate3d(-2000px,0,0);opacity:0}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0);opacity:0}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{transform:translate3d(2000px,0,0);opacity:0}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{transform:translate3d(0,-100%,0);opacity:0}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{transform:translate3d(0,-2000px,0);opacity:0}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{backface-visibility:visible!important;animation-name:flipOutX;animation-duration:.75s}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-timing-function:ease-out;animation-name:lightSpeedIn}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-timing-function:ease-in;animation-name:lightSpeedOut}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0;transform-origin:center}to{transform:translateZ(0);opacity:1;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0;transform-origin:left bottom}to{transform:translateZ(0);opacity:1;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0;transform-origin:right bottom}to{transform:translateZ(0);opacity:1;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0;transform-origin:left bottom}to{transform:translateZ(0);opacity:1;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0;transform-origin:right bottom}to{transform:translateZ(0);opacity:1;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{transform:rotate(200deg);opacity:0;transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{transform:rotate(45deg);opacity:0;transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{transform:rotate(-45deg);opacity:0;transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{transform:rotate(-45deg);opacity:0;transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{transform:rotate(90deg);opacity:0;transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out;transform-origin:top left}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1;transform-origin:top left}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge;animation-duration:2s}@keyframes jackInTheBox{0%{transform:scale(.1) rotate(30deg);opacity:0;transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{transform:scale(1);opacity:1}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{transform:translate3d(100%,0,0) rotate(120deg);opacity:0}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3);opacity:0}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1}to{transform:scale(.1) translate3d(-2000px,0,0);opacity:0;transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1}to{transform:scale(.1) translate3d(2000px,0,0);opacity:0;transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1}to{transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-fill-mode:both;animation-duration:1s}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-iteration-count:1!important;transition-duration:1ms!important;animation-duration:1ms!important}}::selection{color:#fff;background:#999}*,:after,:before{box-sizing:border-box}html{height:100%}body{overflow-x:hidden}a{-webkit-text-decoration-skip:objects;transition:.4s}a:hover{text-decoration:none}*,:focus{outline:0}*,ul{padding:0;margin:0}li{list-style:none}::-moz-focus-inner{border:0}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{padding:0;box-sizing:border-box}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#2c3033}::-webkit-scrollbar-thumb{background:#23c4f4}img{max-width:100%}input,textarea{appearance:none}.map-scope{height:400px;width:100%}.map-scope .map-info{padding:.5rem;font-size:12px;color:#fff;border-radius:8px;background:#3c3c3c;line-height:20px}.map-scope .map-info h3{font-size:1rem;font-weight:800}.map-scope .map-info a{color:#969696}.map-scope .map-info a:focus,.map-scope .map-info a:hover{color:#fff}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.nf404-full{min-height:100vh;justify-content:center;position:relative;flex-direction:column;text-align:center;align-items:center;background:#242e44;width:100%;display:flex}.nf404-full .svg{overflow:hidden;min-height:350px;margin-bottom:2rem;position:relative}.nf404-full .svg svg{max-width:100%}.nf404-full h2{font-size:25px;font-weight:700;margin-bottom:.5rem;color:#90cbff}.nf404-full h3{font-size:20px;margin-bottom:2rem;color:#90cbff}.nf404-full a{flex:0 0 auto;padding:1rem 2rem;border:2px solid #1c91f6;color:#90cbff;transition:.4s;box-shadow:inset 0 0 0 #1c91f6;border-radius:3rem;display:inline-block}.nf404-full a svg{transform:translate(-50%,-50%);margin-right:1rem;position:absolute;max-width:200%;top:50%;left:50%;width:100%;display:inline-block}@media only screen and (max-width:767px){.nf404-full a svg{max-width:200%;width:200%}}.nf404-full a:hover{box-shadow:inset 0 0 15px rgba(28,145,246,.3)}.nf404{position:relative;text-align:center}.nf404 .svg{overflow:hidden;min-height:350px;margin-bottom:2rem;position:relative}.nf404 .svg svg{transform:translate(-50%,-50%);position:absolute;max-width:100%;top:50%;left:50%;width:100%}@media only screen and (max-width:767px){.nf404 .svg svg{max-width:200%;width:200%}}.nf404 h2{font-size:25px;font-weight:700;margin-bottom:.5rem;color:#35a0ff}.nf404 h3{font-size:20px;margin-bottom:2rem;color:#2798fb}.nf404 a{padding:1rem 2rem;border:2px solid #0189ff;color:#1d95ff;transition:.4s;box-shadow:inset 0 0 0 #0189ff;border-radius:3rem;display:inline-block}.nf404 a svg{margin-right:1rem;display:inline-block}.nf404 a:hover{box-shadow:inset 0 0 15px rgba(1,137,255,.3)}.breadcrumb{padding:0;margin:0;background:none}.title-first h1{font-weight:600;margin-bottom:10px;color:#fff;text-transform:uppercase}ol.breadcrumb li,ol.breadcrumb li a{color:#fff}ol.breadcrumb li a:hover{color:#ececec}ol.breadcrumb li.active{font-weight:700;color:#fff}ol.breadcrumb .breadcrumb-item.breadcrumb-item:before,ol.breadcrumb li+li:before{color:#fff}body .cc-window.in-active{opacity:0;visibility:hidden}body .cc-window{height:93px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:0 30px!important;transition:.4s;max-width:420px!important;flex-direction:row!important;opacity:1;bottom:50px!important;visibility:visible;background-color:rgba(34,41,48,.8)!important;align-items:center;border-radius:100px;left:80px!important;display:flex}body .cc-window .cc-message{font-size:15px;color:#fff;padding-right:40px;margin:0!important;line-height:normal}body .cc-window .cc-message a{text-decoration:none;outline:none;opacity:1}body .cc-compliance a.cc-btn.cc-dismiss{height:56px;padding:0;border:1px solid #0f5;color:transparent;position:relative;outline:none;border-radius:100px;background:transparent;width:56px;user-select:none;display:block}body .cc-compliance a.cc-btn.cc-dismiss:before{height:15px;transform:translate(-50%,-50%);content:"";position:absolute;background-size:contain;top:50%;background-position:50%;left:50%;width:20px;background-image:url(https://mivebgx.top/pitane2/assets/img/svg/check-icon.svg);background-repeat:no-repeat}.cc-floating.cc-theme-edgeless .cc-message{margin:0!important}@media (hover:hover){body .cc-compliance a.cc-btn.cc-dismiss:hover{background:#12b76a}body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover{color:#12b76a}}@media only screen and (max-width:991px){body .cc-window{left:50px!important}}@media only screen and (max-width:767px){body .cc-window{height:100px;transform:translateX(-50%) scale(.9);padding:0 30px!important;right:auto!important;max-width:100%!important;flex-direction:row!important;bottom:30px!important;align-items:center;left:50%!important;width:100%}.cc-floating.cc-theme-edgeless .cc-message{padding-right:0;margin:0!important}}body.overflow{overflow:hidden}body.overflow,body.overflow header{padding-right:5px}.basket-overlay{right:0;transition:.5s;position:fixed;opacity:0;bottom:0;visibility:hidden;top:0;background:rgba(0,0,0,.48);cursor:pointer;left:0;z-index:9999}.basket-overlay.active{opacity:1;visibility:visible}.basket-menu{transform:translateX(100%);pointer-events:none;right:0;transition:.5s .3s;position:fixed;bottom:0;top:0;background:#fff;width:670px;z-index:9999}.basket-menu.active{transform:translateX(0);pointer-events:all}.basket-menu .basket-container{height:100%;padding:30px 60px 50px;justify-content:space-between;flex-direction:column;display:flex}.basket-menu .basket-container .basket-header{justify-content:space-between;margin-bottom:4.2vw;align-items:center;display:flex}.basket-menu .basket-container .basket-header span{font-size:30px;font-weight:400;color:#0f290e;display:block}.basket-menu .basket-container .basket-header .basket-close{cursor:pointer}.basket-menu .basket-container .basket-header .basket-close svg path{transition:.4s}.basket-menu .basket-container .basket-body{overflow-y:auto;overflow-x:hidden;margin-right:-30px;padding-right:30px;max-height:calc(100vh - 370px);padding-bottom:50px;margin-top:0}.basket-menu .basket-container .basket-body::-webkit-scrollbar{width:3px}.basket-menu .basket-container .basket-body::-webkit-scrollbar-thumb{background:#d0d0d0}.basket-menu .basket-container .basket-body form:first-child .basket-item{padding-top:0;border-top:none;margin-top:0}.basket-menu .basket-container .basket-body .basket-item{justify-content:space-between;align-items:center;display:flex}.basket-menu .basket-container .basket-body .basket-item+.basket-item{padding-top:35px;border-top:1px solid #f1f1f1;margin-top:35px}.basket-menu .basket-container .basket-body .basket-item-el{min-width:360px;align-items:flex-end;display:flex}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-img{height:130px;overflow:hidden;padding-top:20px;position:relative;text-align:center;border-radius:100px;width:130px}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-img .basket-img-circle{height:90px;transform:translateX(-50%);right:0;position:absolute;bottom:0;border-radius:100%;background:linear-gradient(180deg,rgba(241,203,255,.8) -30%,rgba(148,246,254,.2) 80%);left:50%;width:90px;z-index:-1}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info{margin-left:30px}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info h2{overflow:hidden;font-size:25px;font-weight:300;margin-bottom:5px;color:#0f290e;max-width:200px;opacity:.6;-webkit-line-clamp:2;display:-webkit-box}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info .basket-item-price{align-items:center;display:flex}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info .basket-item-price>span{font-size:23px;color:#96bf94;display:block}.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info .basket-item-price .old-price{font-size:20px;color:#d1d1d1;margin-left:10px}.basket-menu .basket-container .basket-body .basket-item-count{text-align:center;user-select:none}.basket-menu .basket-container .basket-body .basket-item-count .qty-plus{transform:rotate(-90deg) translateY(-3px);text-align:center;cursor:pointer}.basket-menu .basket-container .basket-body .basket-item-count .qty-minus{transform:rotate(90deg) translateY(-3px);text-align:center;cursor:pointer}.basket-menu .basket-container .basket-body .basket-item-count>div svg path{transition:.4s}.basket-menu .basket-container .basket-body .basket-item-count input[type=number]{pointer-events:none;font-size:25px;border:none;font-weight:300;color:#0f290e;transition:.4s;outline:none;text-align:center;margin:0 0 4px;width:40px;user-select:none}.basket-menu .basket-container .basket-body .basket-item-delete{cursor:pointer}.basket-menu .basket-container .basket-body .basket-item-delete svg path{transition:.4s}.basket-menu .basket-footer .basket-total-price{font-size:2.5vw;margin-bottom:30px;color:#0f290e;text-align:center}.basket-menu .basket-footer .basket-buttons{justify-content:center;align-items:center;display:flex}.basket-menu .basket-footer .basket-buttons .basket-btn{flex:0 0 247px;height:70px;transition:.4s;text-align:center;border-radius:100px;line-height:70px;display:block}.basket-menu .basket-footer .basket-buttons .basket-btn+.basket-btn{margin-left:25px}.basket-menu .basket-footer .basket-buttons .basket-continue{font-size:20px;border:1px solid #fed294;color:#0f290e}.basket-menu .basket-footer .basket-buttons .basket-pay{font-size:30px;border:1px solid #0f290e;color:#fff;background:#0f290e}@media (hover:hover){.basket-menu .basket-container .basket-footer .basket-buttons .basket-pay:hover{color:#0f290e;background:#fff}.basket-menu .basket-container .basket-footer .basket-buttons .basket-continue:hover{background:#fed294}.basket-menu .basket-container .basket-body .basket-item .basket-item-count>div:hover svg path,.basket-menu .basket-container .basket-body .basket-item .basket-item-delete:hover svg path,.basket-menu .basket-container .basket-header .basket-close:hover svg path{fill:#0f290e}}@media only screen and (max-width:1450px){.basket-menu .basket-container .basket-footer .basket-buttons .basket-continue{font-size:18px}.basket-menu .basket-container .basket-footer .basket-buttons .basket-btn{flex:0 0 220px;height:60px;line-height:59px}.basket-menu .basket-container .basket-footer .basket-buttons .basket-pay{font-size:24px}}@media only screen and (max-width:991px){.basket-menu .basket-container .basket-footer .basket-total-price{font-size:5vw}.basket-overlay{display:none}.basket-menu{width:100%}}@media only screen and (max-width:767px){.basket-menu{backdrop-filter:blur(4.7px);-webkit-backdrop-filter:blur(4.7px);transition:.5s;background:linear-gradient(#fff 50%,hsla(0,0%,100%,.67));width:100%}.basket-menu .basket-container .basket-body::-webkit-scrollbar{width:0}.basket-menu .basket-container{padding:100px 30px 100px 0}.basket-menu .basket-container .basket-header span{font-size:25px;font-weight:700;position:relative}.basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info h2{font-size:18px;max-width:150px}.basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info .basket-item-price>span{font-size:18px}.basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info .basket-item-price .old-price{font-size:15px}.basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-img .basket-img-circle{height:70px;bottom:-3px;margin:0 auto;width:70px}.basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-img{height:130px;width:130px}.basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info{margin-left:-10px}.basket-menu .basket-container .basket-body .basket-item .basket-item-count{transform:scale(.8);margin-bottom:0}.basket-menu .basket-container .basket-body .basket-item .basket-item-delete{transform:translateY(-35px)}.basket-menu .basket-container .basket-body .basket-item{padding-top:0;margin-top:20px}.basket-menu .basket-container .basket-footer .basket-total-price{font-size:25px;margin-bottom:20px}.basket-menu .basket-container .basket-footer .basket-buttons .basket-btn{flex:0 0 46%;height:50px;line-height:49px}.basket-menu .basket-container .basket-footer .basket-buttons .basket-continue{font-size:14px;background:#fff}.basket-menu .basket-container .basket-footer .basket-buttons .basket-pay{font-size:18px}.basket-menu .basket-container .basket-body{margin-right:0;padding-right:0;max-height:calc(100vh - 154px);padding-bottom:300px}.basket-menu .basket-container .basket-header{margin-bottom:-10px;margin-left:30px}.basket-menu .basket-container .basket-header span:before{height:5px;right:0;content:"";position:absolute;bottom:9px;border-radius:3.57px 1.43px;background:#d6edd3;left:0;z-index:-1}.basket-menu .basket-container .basket-body .basket-item .basket-item-el{min-width:220px}.basket-menu .basket-container .basket-footer{right:30px;position:absolute;bottom:7vh;left:30px;z-index:1}.basket-menu .basket-top{position:relative}.basket-menu .basket-top:before{height:400px;pointer-events:none;right:-30px;content:"";position:absolute;bottom:0;background:linear-gradient(0deg,#fff 40%,#ffffff00);left:-30px;z-index:1}}.alert{padding:0;margin-bottom:17px;color:#fff;position:relative;border-width:0;line-height:25px}.alert .icon{padding-top:1px;font-size:1.846rem;text-align:center;cursor:default;width:55px;line-height:22px;vertical-align:middle;display:table-cell}.alert .icon span{width:25px}.alert .close{padding:1.5388rem 0;font-size:1.538rem;text-shadow:none;right:1.385rem;right:4px;position:absolute;opacity:.2;top:-20px}.alert .message{padding:1.385rem 2.1542rem 1.385rem .231rem;border-left-width:0;display:table-cell}.alert .message>p,.alert .message>ul{margin-bottom:0}.alert .message>p+p{margin-top:5px}.alert.alert-spec{padding:0;position:relative;width:100%}.alert.alert-spec>.icon{text-align:center;background-color:hsla(0,0%,100%,.25);width:60px;vertical-align:middle;display:table-cell}.alert.alert-spec>.message{padding:14px 15px;border-left-width:0;display:table-cell}.alert.alert-icon{padding:0;table-layout:fixed;border:0;position:relative;background-color:#fff;box-shadow:.5px .9px 0 rgba(0,0,0,.07);width:100%;display:table}.alert.alert-icon>.icon{position:relative;text-align:center;cursor:default;width:60px;vertical-align:middle;display:table-cell}.alert.alert-icon>.icon:after{height:0;transform:scale(.9999);border-left:11px solid #fff;right:-10px;content:"";position:absolute;border-top:11px solid transparent;border-bottom:11px solid transparent;top:50%;width:0;margin-top:-10px;z-index:2}.alert.alert-icon>.message{padding:1.385rem;border:1px solid #d4d4d4;border-left-width:0;color:#404040;display:table-cell}.alert.alert-icon.alert-dismissible .close,.alert.alert-icon.alert-dismissible .close:focus{color:#404040;opacity:.35}.alert.alert-icon.alert-dismissible .close:focus:hover,.alert.alert-icon.alert-dismissible .close:hover{color:#404040;opacity:.5}.alert.alert-icon.alert-primary>.icon{background-color:#4285f4}.alert.alert-icon.alert-primary>.icon:after{border-left-color:#4285f4}.alert.alert-icon.alert-success>.icon{background-color:#34a853}.alert.alert-icon.alert-success>.icon:after{border-left-color:#34a853}.alert.alert-icon.alert-info .icon{background-color:#6ba4ff}.alert.alert-icon.alert-info .icon:before{border-left-color:#6ba4ff}.alert.alert-icon.alert-warning>.icon{background-color:#fbbc05}.alert.alert-icon.alert-warning>.icon:after{border-left-color:#fbbc05}.alert.alert-icon.alert-danger>.icon{background-color:#ea4335}.alert.alert-icon.alert-danger>.icon:after{border-left-color:#ea4335}.alert.alert-icon.alert-light{outline-color:#d4d4d4}.alert.alert-icon.alert-light>.icon{border-right:1px solid #d4d4d4;background-color:#fff}.alert.alert-icon.alert-light>.icon:after{height:0;border:11px solid rgba(194,225,245,0);border-left-color:#d4d4d4;right:-22px;content:"";position:absolute;top:50%;width:0;margin-top:-10px;z-index:2}.alert.alert-icon.alert-light>.message{border:0}.alert.alert-icon.alert-dark>.icon{background-color:#a1a1a1}.alert.alert-icon.alert-dark>.icon:after{border-left-color:#a1a1a1}.alert.alert-primary{border:1px solid #b2dff1;background-color:#d5eff9}.alert.alert-success{border:1px solid #94d2a4;background-color:#c5efd0}.alert.alert-info{border:1px solid #b3c1d6;background-color:#dde8f9}.alert.alert-warning{border:1px solid #ecd5a0;background-color:#fdf4db}.alert.alert-danger{border:1px solid #f5c1c1;background-color:#ffe6e4}.alert.alert-light{color:#404040;outline:1px solid hsla(0,0%,45%,.08);background-color:#fff}.alert.alert-light>.icon{color:#737373}.alert.alert-light.alert-spec>.icon{background-color:hsla(0,0%,45%,.08)}.alert.alert-dark{background-color:#fff}.alert.alert-dismissible.alert-primary .close{color:#093d94}.alert.alert-dismissible.alert-primary .close:hover{color:#093d94;opacity:.5}.alert.alert-dismissible.alert-success .close{color:#103319}.alert.alert-dismissible.alert-success .close:hover{color:#103319;opacity:.5}.alert.alert-dismissible.alert-info .close{color:#0050d1}.alert.alert-dismissible.alert-info .close:hover{color:#0050d1;opacity:.5}.alert.alert-dismissible.alert-warning .close{color:#654c02}.alert.alert-dismissible.alert-warning .close:hover{color:#654c02;opacity:.5}.alert.alert-dismissible.alert-danter .close{color:#79150d}.alert.alert-dismissible.alert-danter .close:hover{color:#79150d;opacity:.5}.alert.alert-dismissible.alert-light .close{color:#404040;opacity:.35}.alert.alert-dismissible.alert-light .close:hover{color:#404040;opacity:.5}.alert.alert-dismissible.alert-dark .close{color:#fff;opacity:.35}.alert.alert-dismissible.alert-dark .close:hover{color:#404040;opacity:.5}.alert.alert-spec.alert-dismissible.alert-success{color:#03982a}.alert.alert-spec.alert-dismissible.alert-success div.icon span:before{color:#39a355}.alert.alert-spec.alert-dismissible.alert-info{color:#2858a2}.alert.alert-spec.alert-dismissible.alert-info div.icon span:before{color:#4273bd}.alert.alert-spec.alert-dismissible.alert-warning{color:#b57e01}.alert.alert-spec.alert-dismissible.alert-warning div.icon span:before{color:#dca321}.alert.alert-spec.alert-dismissible.alert-danger{color:#e30505}.alert.alert-spec.alert-dismissible.alert-danger div.icon span:before{color:red}.alert.alert-spec.alert-dismissible.alert-primary{color:#00959e}.alert.alert-spec.alert-dismissible.alert-primary div.icon span:before{color:#2fc1ca}.captcha{position:relative}.captcha a{height:26px;justify-content:center;transition-duration:.8s;right:10px;color:#fff;position:absolute;top:50%;align-items:center;border-radius:100%;background:#b10707;width:26px;margin-top:-13px;transition-property:transform;display:flex}.captcha a:hover{transform:rotate(1turn)}.captcha img.captcha_img{height:35px;border:1px solid #ced4da;position:relative;max-height:calc(1.5em + .75rem + 2px);border-radius:.25rem;width:100%}a.btn-facebook,button.btn-facebook{border-color:#3b5998;color:#fff;background:#3b5998}a.btn-facebook:hover,button.btn-facebook:hover{border-color:#293f70;color:#fff;background:#293f70}a.btn-facebook:focus,button.btn-facebook:focus{box-shadow:0 0 0 .2rem rgba(59,89,152,.5)}.form-group .col-form-label{display:block}.form-group .form-control,.form-group .input-group .input-group-prepend .input-group-text{font-size:.875rem}.form-group .input-group .custom-file .custom-file-label:after{display:none}.form-group .submit{justify-content:flex-end;display:flex}.form-group .submit .btn{font-size:.875rem;display:block}.select2-container{display:block}.select2-container .select2-selection--single{border-color:#999;height:calc(1.5em + .75rem - 1px);width:100%}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:calc(1.5em + .75rem);padding-left:1rem}.select2-container--default .select2-selection--single .select2-selection__arrow{top:5px}.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#122c48}.select2-results__option{padding:.5rem 1rem}.support .support-message-area .media img{height:64px;object-fit:cover;width:64px}.modal-custom .modal-header{border-bottom:0}.modal-custom .modal-icon{text-align:center;margin-top:-2rem;display:block}.modal-custom .modal-icon>*{font-size:3.75rem;display:inline-block}.modal-custom .modal-title{font-size:2rem;margin-bottom:1rem;text-align:center}.modal-custom .modal-summary{font-size:1.25rem;margin-bottom:1rem;text-align:center}.accordion .btn-link{padding:.75rem;justify-content:space-between;flex-wrap:wrap;color:#07101b;width:100%;display:flex}.accordion .btn-link .mdi{transform:rotate(90deg);transition:.4s}.accordion .btn-link.collapsed .mdi{transform:rotate(0)}.accordion .btn-link.collapsed:hover .mdi{transform:rotate(45deg)}.section-loader{min-height:18vh;position:relative}.section-loader:after{height:100%;transition:all .2s ease;content:"";position:absolute;opacity:0;visibility:hidden;top:0;background:hsla(0,0%,100%,.7);left:0;width:100%;display:block;z-index:2}.section-loader .section-loader-spinner{margin-right:-20px;right:50%;position:absolute;top:50%;margin-top:-20px;display:none;z-index:3}.section-loader .section-loader-spinner svg{animation:spinner-rotation 1.4s linear infinite;stroke:#4285f4}.section-loader .section-loader-spinner svg .circle{animation:spinner-turn 1.4s ease-in-out infinite;stroke-dasharray:187;transform-origin:center;stroke-dashoffset:0}.section-loader-active:after{opacity:1;visibility:visible}.section-loader-active .section-loader-spinner{display:block}@keyframes spinner-rotation{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes spinner-turn{0%{stroke-dashoffset:187}50%{transform:rotate(135deg);stroke-dashoffset:46.75}to{transform:rotate(450deg);stroke-dashoffset:187}}.flex{flex-wrap:wrap;display:flex}.upload-progress{height:5px;opacity:0;margin:10px 0}.btn-link:focus,.btn-link:hover{text-decoration:none}.album{padding:4rem 0}.album .album-title{position:relative}.album .album-title h4{color:#07101b}.album .swiper-container .swiper-slide a{height:100%;overflow:hidden;position:relative;display:block}.album .swiper-container .swiper-slide a img{height:100%;transform:scale(1);transition:.4s;object-fit:cover;display:block}.album .swiper-container .swiper-slide a:after{right:0;transition:.4s;content:"";position:absolute;opacity:1;bottom:0;top:0;background:rgba(0,0,0,.1);left:0}.album .swiper-container .swiper-slide a:hover img{transform:scale(1.1)}.album .swiper-container .swiper-slide a:hover:after{opacity:0}.album .swiper-button-next,.album .swiper-button-prev{background:transparent!important}.album .swiper-button-next svg path,.album .swiper-button-prev svg path{fill:#414141}label.custom-control-label{cursor:pointer;line-height:24px!important}.user-sidebar .list-group a{border:none;margin-bottom:0;color:#353535;border-radius:0!important;background:#f5f5f5}.user-sidebar .list-group a.active{border-color:#122c48;color:#fff;background:#122c48}.user-sidebar .list-group a+a{border-top:1px solid rgba(0,0,0,.05)}.list-group a i{margin-right:10px}.user-sidebar .list-group a:hover{border-color:#122c48;color:#fff;background:#122c48}.user-sidebar .list-group a.active:hover{border-color:#111;color:#fff;background:#111}.user-sidebar .list-group a:last-child:hover{border-color:#ea3f30;color:#fff;background:#ea3f30}h3.user-head{font-size:22px;font-weight:500;margin-bottom:18px;border-bottom:1px solid #ededed;padding-bottom:18px}h3.user-head span{float:right}h3.user-head i{font-size:20px}.userHeader{margin-bottom:20px}.kargoTakip table td,.myOrderTable table td{font-size:12px}.kargoTakip table th,.myOrderTable table th{font-size:13px}#userSms{justify-content:space-between;flex-wrap:wrap;margin-bottom:10px;display:flex}form#userSms p{width:100%}#userSms .form-control{height:50px;width:calc(100% - 130px)}.user-home{min-height:455px;padding:30px!important;width:100%;display:inline-block}.user-home h4{font-size:25px}p.mb0{margin-block-end:0}h5.alt-title{font-weight:500;margin-top:20px}.edit a:hover{color:#fff;background:#36312c}.adres-sol{max-width:240px;padding-right:13px}.adres-top .info,.edit a{background:#fff;float:left}.adres-item.adres-ekle a i{margin-bottom:8px;text-align:center;display:block}.adres-item.adres-ekle a{height:100%;min-height:243px;padding:43px 0 0;font-weight:700;color:#ededed;transition:all .4s;text-align:center;line-height:normal;display:block}.adres-item.adres-ekle a:hover,.adres-item.adres-ekle a:hover i:before{color:#122c48;transition:all .4s}.adres-item.adres-ekle a i:before{font-size:110px;color:#eaeaea;transition:all .4s;display:inline-block}.adres-sol p{height:75px;padding-top:0;font-size:11px;font-weight:500;margin-bottom:0;color:#fff;align-items:center;line-height:25px;padding-left:0;display:flex}.edit{width:110px;padding-left:0}.edit a{height:54px;padding-top:10px;font-size:9px;border:1px solid #36312c;color:#000;transition:all .4s;text-align:center;margin:0 2px;border-radius:5px!important;width:50px;float:left}.edit a i{margin-bottom:3px;text-align:center;display:block}.edit a i:before{font-size:18px;color:#36312c;margin-left:0}.edit a:hover i:before{color:#fff}.adres-item{overflow:hidden;padding:0;border:1px solid #eaeaea;margin-bottom:20px;border-radius:3px}.adres-top{min-height:90px;border-bottom:1px solid #eee;align-items:center;padding-bottom:0;width:100%;float:left;display:flex}.adres-top .info{padding:0;width:100%}.adres-top .info span{padding:2px 10px!important;font-weight:400;color:#000;text-align:center;width:100%;float:left}.adres-top .info span:first-of-type{font-weight:700;padding-left:0}.adres-top .edit a{padding:5px 15px;font-size:12px;font-weight:400;color:#6b6b6b}.adres-top .edit a:first-of-type{border-left:1px solid #c5c5c5}.adres-top .edit .adres-del{color:#ed131f}.adress.adres-bilgi{margin-bottom:30px;width:100%;display:inline-block}.adres-bottom{height:150px;padding:0 20px;justify-content:space-between;align-items:center;background:#122c48;width:100%;display:flex}.table td,.table th{border:1px solid #dee2e6!important}.table td{background:#fff;vertical-align:middle}.siparisForm,.userCoupon .couponTable{margin-top:20px}.elements ol,.elements ul{padding-left:20px}.elements ol li,.elements ul li{list-style:inherit!important;font-size:16px;font-weight:300;line-height:25px}.user-sidebar ul li{padding:0;border:0;margin:0;border-radius:0;width:100%;float:left}.user-sidebar{border:1px solid rgba(0,0,0,.05);margin:0 0 15px}.user-sidebar ul li a{padding:14px 20px;color:#000;display:block}.user-sidebar ul li+li a{border-top:1px solid #ededed}.user-sidebar h4{padding:20px;font-size:18px;font-weight:400;margin-bottom:0;border-bottom:1px solid #ededed;text-align:center}.user-sidebar ul li a:hover{color:#fff;background:#122c48}.user-sidebar ul li:last-child a i{margin-right:7px}.user-sidebar ul li:last-child a:hover{background:#dc3545}h5.user-title i{padding-right:4px}h5.user-title{font-weight:500;margin-bottom:20px}.page.muzikler .card h5{overflow:hidden;font-weight:500;margin-bottom:1px;max-height:34px;-webkit-line-clamp:2;display:-webkit-box}.muzikler a{overflow:hidden;text-overflow:ellipsis;margin-top:7px}.basinItem li{padding:10px;transition:all .3s ease-in;position:relative;top:0;margin:0 1%;box-shadow:0 8px 15px -3px rgba(0,0,0,.24);border-radius:3px;width:23%}.basinItem li:hover{top:-7px}.basinImg a{height:160px;align-items:center;display:flex}.basinImg a img{width:100%;display:block}.basinBilgi{min-height:50px;justify-content:space-between;flex-wrap:wrap;display:flex}.basinBaslik{width:20%}.basinBaslik h3{font-weight:500;text-transform:uppercase}.basinAciklama{width:100%}@media only screen and (max-width:991px){body{padding-top:90px}body.mobile-menu-open{overflow:hidden}}header.header{position:relative;z-index:53}@media only screen and (max-width:991px){header.header{height:90px;right:0;position:fixed;top:0;left:0}}header.header .header-top{border-bottom:1px solid rgba(0,0,0,.2)}@media only screen and (max-width:991px){header.header .header-top{display:none}}header.header .header-bottom{background:#ececec}header.header .login{height:52px;position:relative;z-index:53}header.header .login>ul{height:52px;flex-wrap:wrap;display:flex}header.header .login>ul>li{flex:1 1 0;height:100%;position:relative}header.header .login>ul>li>a{height:100%;font-size:13px;font-weight:700;color:#07101b;text-transform:uppercase;align-items:center;white-space:nowrap;display:flex}header.header .login>ul>li>a i{padding-right:12px}header.header .login>ul>li>a span{padding-left:5px}header.header .login>ul>li>a:hover{color:#4c6177}header.header .login>ul>li>ul{pointer-events:none;transition:.25s;position:absolute;opacity:0;top:100%;background:#fff;left:0;width:auto}header.header .login>ul>li>ul>li{position:relative}header.header .login>ul>li>ul>li>a{padding:.5rem 1.5rem .5rem 1rem;font-size:14px;color:#07101b;white-space:nowrap;display:block}header.header .login>ul>li>ul>li>a:hover{padding:.5rem 1rem .5rem 1.5rem;color:rgba(0,0,0,.7)}header.header .login>ul>li:hover>ul{pointer-events:auto;border-top:1px solid #122c48;opacity:1;top:100%}header.header .header-basket{position:relative}header.header .header-basket .basket-count{height:13px;transform:translateX(-50%);font-size:11px;font-weight:700;color:#fff;transition:.4s;position:absolute;bottom:1px;text-align:center;border-radius:100px;background:#859583;left:50%;width:19px;line-height:13px}header.header .header-basket svg{transition:.4s;opacity:.5}header.header .language{height:52px}header.header .language ul{height:100%;flex-wrap:wrap;display:flex}header.header .language ul li{flex:1 1 0;height:100%}header.header .language ul li a{height:100%;padding:0 0 0 20px;font-weight:700;color:#07101b;align-items:center;display:flex}header.header .language ul li a:hover{color:#4c6177}header.header nav.header-scope{height:90px;justify-content:space-between;align-items:center;width:100%;display:flex}header.header nav.header-scope .logo{position:relative;width:200px;z-index:153}header.header nav.header-scope .logo a.navbar-brand{padding:0;font-size:medium;margin:0;line-height:normal}@media only screen and (max-width:991px){header.header nav.header-scope .logo{max-width:10rem}}header.header nav.header-scope .menu{height:100%;padding:0 1rem;width:100%}@media only screen and (max-width:991px){header.header nav.header-scope .menu{display:none}}header.header nav.header-scope .menu ul.navbar-nav{height:100%;justify-content:center;flex-direction:row;align-items:center}header.header nav.header-scope .menu ul.navbar-nav li a{padding:1rem;font-size:1rem;color:#07101b;position:relative;display:block}header.header nav.header-scope .menu ul.navbar-nav li ul{pointer-events:none;transition:.4s;position:absolute;opacity:0;top:100%;box-shadow:0 4px 10px rgba(0,0,0,.2);background:#fff;width:230px}header.header nav.header-scope .menu ul.navbar-nav li ul li{position:relative;width:100%}header.header nav.header-scope .menu ul.navbar-nav li ul li a{padding:0 15px;position:relative;background:transparent;display:block}header.header nav.header-scope .menu ul.navbar-nav li ul li a i{margin-right:7px}header.header nav.header-scope .menu ul.navbar-nav li ul li a:hover{color:#3f536b;background:rgba(0,0,0,.1);padding-left:22px}header.header nav.header-scope .menu ul.navbar-nav li ul li ul{border-left:1px solid rgba(0,0,0,.3);right:0;top:0;left:100%}header.header nav.header-scope .menu ul.navbar-nav li ul li ul li a{padding:0 15px}header.header nav.header-scope .menu ul.navbar-nav li ul li+li a{border-top:1px solid rgba(0,0,0,.1)}header.header nav.header-scope .menu ul.navbar-nav li ul li:first-child a{border-top:0}header.header nav.header-scope .menu ul.navbar-nav li ul li:nth-child(n+8)>ul{bottom:0;top:auto}header.header nav.header-scope .menu ul.navbar-nav li ul li:hover>ul li a{padding:10px 15px}header.header nav.header-scope .menu ul.navbar-nav li ul>li{position:relative}header.header nav.header-scope .menu ul.navbar-nav li ul>li>ul{position:absolute;opacity:0;top:0}header.header nav.header-scope .menu ul.navbar-nav li:hover>ul{pointer-events:auto;opacity:1}header.header nav.header-scope .menu ul.navbar-nav li:hover>ul>li>a{padding:10px 15px}header.header nav.header-scope .menu>ul.navbar-nav>li{height:100%;align-items:center;display:flex}header.header nav.header-scope .menu>ul.navbar-nav>li>a{white-space:nowrap}header.header .search{right:0;position:relative;top:0;width:350px}header.header .search form.nav_search{position:relative}header.header .search form.nav_search input#search-input{width:100%}header.header .search form.nav_search input#search-input:focus{border:1px solid #3b5673;box-shadow:none}header.header .search form.nav_search button.btn.btn-search{pointer-events:none;padding:0;right:0;right:10px;position:absolute;margin:0;background:none}header.header .search form.nav_search .result-wrap{right:0;position:absolute;min-width:20rem;top:100%;box-shadow:0 10px 16px 0 rgba(0,0,0,.3);margin-top:-2px;display:none;z-index:99}header.header .search form.nav_search .result-wrap .result{position:relative}header.header .search form.nav_search .result-wrap .result .not-found{padding:1rem;background:#fff}header.header .search form.nav_search .result-wrap .result .list-group a.list-group-item img{margin-right:.1rem;width:30px;display:inline-block}@media only screen and (max-width:991px){header.header .search{height:90px;right:5rem;position:fixed;top:1rem;left:5rem;width:auto}header.header .search form.nav_search{height:100%}header.header .search form.nav_search input#search-input{height:0;padding:0;right:0;transition:.4s;position:absolute;max-width:20rem;opacity:0;min-width:20rem;top:100%;width:auto;margin-top:-3.5rem}header.header .search form.nav_search button.btn.btn-search{height:3rem;pointer-events:all;right:0;color:#fff;outline:none!important;top:.4rem;background:#122c48;width:3rem}header.header .search form.nav_search .result-wrap{margin-top:.75rem}header.header .search.open form.nav_search input#search-input{height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;opacity:1;margin-top:-1.5rem}}@media only screen and (max-width:767px){header.header .search{top:1.4rem}}@media only screen and (max-width:480px){header.header .search form.nav_search input#search-input{transform:translate(50%);right:50%;max-width:18rem;min-width:18rem;width:100%}header.header .search form.nav_search .result-wrap{transform:translate(50%);right:50%;min-width:18rem}}.mobile-menu{min-height:100vh;right:-110%;transition:.4s;position:fixed;max-width:100%;bottom:0;top:0;background:#122c48;padding-bottom:0;width:100%;display:none;z-index:999}@media only screen and (max-width:991px){.mobile-menu{display:block}}@media only screen and (max-width:767px){.mobile-menu{top:90px;width:100%}}.mobile-menu .mobile-nav-title h3{font-size:18px;font-weight:600;margin-bottom:0;color:#fff;position:absolute;top:25px;left:45px;display:none;z-index:9}.mobile-menu .mobile-nav-title h3 span:first-child{transition:.4s;opacity:1;visibility:visible}.mobile-menu .mobile-nav-title h3 span:nth-child(2){transition:.4s;position:absolute;opacity:0;visibility:hidden;left:0}@media only screen and (max-width:991px){.mobile-menu .mobile-nav-title h3{display:block}}@media only screen and (max-width:767px){.mobile-menu .mobile-nav-title h3{top:25px;left:25px;display:block}}.mobile-menu .hamburger-menu{height:3rem;right:2.5rem;transition:.3s;position:fixed;top:1.5rem;cursor:pointer;width:2.1rem;z-index:53}.mobile-menu .hamburger-menu .bar{height:4px;transform:translateX(-50%);transition:margin .15s ease-out .25s,opacity .15s ease-out .25s,transform .15s ease-out .1s;position:absolute;top:50%;background:#122c48;left:50%;width:100%;margin-top:-1px;display:block}.mobile-menu .hamburger-menu .bar.first{margin-top:-12px}.mobile-menu .hamburger-menu .bar.third{margin-top:10px}.mobile-menu .hamburger-menu.fixed-active{top:.6rem}@media only screen and (max-width:767px){.mobile-menu .hamburger-menu{right:1.2rem;top:1.3rem}}@media only screen and (max-height:500px) and (orientation:landscape){.mobile-menu .hamburger-menu{right:5rem}}@keyframes animate-arrow-1{0%{transform:translateX(40px);opacity:0}70%,to{transform:translateX(0);opacity:1}}@keyframes animate-arrow-2{0%{transform:translateX(20px);opacity:0}70%,to{transform:translateX(0);opacity:.5}}@keyframes animate-arrow-3{0%{transform:translateX(10px);opacity:0}70%,to{transform:translateX(0);opacity:.3}}.mobile-menu .mobile-menu-back{height:3rem;transform:scale(0);right:5rem;transition:.4s;position:fixed;top:1rem;width:3rem;z-index:53}.mobile-menu .mobile-menu-back a{height:3rem;border:1px solid #fff;color:#fff;transition:all .1s ease-in;position:relative;position:absolute;bottom:0;top:10px;width:100%;line-height:3rem}.mobile-menu .mobile-menu-back a span.arrow{left:10px}.mobile-menu .mobile-menu-back a span.arrow,.mobile-menu .mobile-menu-back a span.arrow span{height:2rem;position:absolute;bottom:0;top:0;margin:auto;width:8px;display:block}.mobile-menu .mobile-menu-back a span.arrow span i{font-size:2rem;position:absolute;top:0;left:.3rem}.mobile-menu .mobile-menu-back a span.arrow span.arrow-1{opacity:1;left:0}.mobile-menu .mobile-menu-back a span.arrow span.arrow-2{opacity:.5;left:10px;display:none}.mobile-menu .mobile-menu-back a span.arrow span.arrow-3{opacity:.3;left:20px;display:none}.mobile-menu .mobile-menu-back.active{transform:scale(1)}@keyframes menuListAnimate{0%{opacity:0;margin-top:40px}to{opacity:1;margin-top:0}}.mobile-menu .mobile-nav{overflow-y:auto;position:absolute;max-height:100vh;top:70px;padding-bottom:200px;left:0;width:100%}.mobile-menu .mobile-nav::-webkit-scrollbar{width:0}.mobile-menu .mobile-nav .language-item{padding:10px 40px 0;margin-top:15px}.mobile-menu .mobile-nav .language-item ul{align-items:center;display:flex}.mobile-menu .mobile-nav .language-item ul li.lang-active a{color:#6181ff}.mobile-menu .mobile-nav .language-item ul li+li{margin-left:10px;padding-left:10px}.mobile-menu .mobile-nav .language-item ul li a{padding:5px;font-size:13px;color:#fff;margin:0}@media only screen and (max-width:767px){.mobile-menu .mobile-nav .language-item{padding:10px 22px 0}}.mobile-menu .mobile-nav>ul{padding:90px 0;position:relative;width:100%}.mobile-menu .mobile-nav>ul>li:first-child>a{padding-top:0}.mobile-menu .mobile-nav>ul>li:first-child>a:after,.mobile-menu .mobile-nav>ul>li:first-child>a:before{top:30%}.mobile-menu .mobile-nav>ul li a{padding:15px 35px;justify-content:space-between;font-size:16px;font-weight:600;color:#fff;position:relative;flex-direction:row;text-align:left;margin:0 10px;align-items:center;display:flex}@media only screen and (max-width:767px){.mobile-menu .mobile-nav>ul{padding:0}.mobile-menu .mobile-nav>ul li a{padding:15px}}.mobile-menu .mobile-nav ul li a.bid-btn{opacity:.7;margin-top:20px}.mobile-menu .mobile-nav ul li a.sub-item.active{color:#6181ff}.mobile-menu .mobile-nav ul li a.sub-item.active:after,.mobile-menu .mobile-nav ul li a.sub-item.active:before{background:#6181ff}.mobile-menu .mobile-nav ul li a.sub-item.active:before{height:0}.mobile-menu .mobile-nav ul li a.sub-item.active:after{height:8px}.mobile-menu .mobile-nav ul li a.sub-item:after,.mobile-menu .mobile-nav ul li a.sub-item:before{height:12px;right:25px;transition:.4s;content:"";position:absolute;top:50%;background:#fff;width:3px}.mobile-menu .mobile-nav ul li a.sub-item:before{transform:translateY(-50%)}.mobile-menu .mobile-nav ul li a.sub-item:after{transform:translateY(-50%) rotate(90deg)}.mobile-menu .mobile-nav ul li a i{margin-left:10px}.mobile-menu .mobile-nav ul li ul{padding:0 0 5px;background:#10253c;display:none}.mobile-menu .mobile-nav ul li ul li a{padding:15px 25px;font-size:15px;font-weight:500;border-top:none}.mobile-menu .mobile-nav ul li ul li a.sub-item:after,.mobile-menu .mobile-nav ul li ul li a.sub-item:before{right:30px}.mobile-menu .mobile-nav ul li ul li ul{background:#0c1e31}.mobile-menu .mobile-nav ul li ul li ul li a{padding:15px 35px}.mobile-menu .mobile-nav ul li ul li ul li a.sub-item:after,.mobile-menu .mobile-nav ul li ul li ul li a.sub-item:before{right:40px}.mobile-menu .mobile-nav ul li ul li ul li ul{background:#071625}.mobile-menu .mobile-nav ul li ul li ul li ul a{padding:15px 50px}.mobile-menu .mobile-nav ul li.active{position:relative;z-index:34}.mobile-menu .mobile-nav ul li.active ul{display:block}.mobile-menu.open{right:0}.mobile-menu.open .hamburger-menu{right:1.8rem;top:1.3rem!important}.mobile-menu.open .hamburger-menu .bar.first{transform:translateX(-20%) rotate(45deg);margin-top:0}.mobile-menu.open .hamburger-menu .bar.second{opacity:0}.mobile-menu.open .hamburger-menu .bar.third{transform:translateX(-20%) rotate(-45deg);margin-top:0}.mobile-menu.open .mobile-nav>ul>li{animation:menuListAnimate .5s ease-in-out 0s both}.mobile-menu.open .mobile-nav>ul>li+li{animation:menuListAnimate .5s ease-in-out .1s both}.mobile-menu.open .mobile-nav>ul>li+li+li{animation:menuListAnimate .5s ease-in-out .2s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li{animation:menuListAnimate .5s ease-in-out .3s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li{animation:menuListAnimate .5s ease-in-out .4s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li+li{animation:menuListAnimate .5s ease-in-out .5s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li+li+li{animation:menuListAnimate .5s ease-in-out .6s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li+li+li+li{animation:menuListAnimate .5s ease-in-out .7s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li+li+li+li+li{animation:menuListAnimate .5s ease-in-out .8s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li+li+li+li+li+li{animation:menuListAnimate .5s ease-in-out .9s both}.mobile-menu.open .mobile-nav>ul>li+li+li+li+li+li+li+li+li+li+li{animation:menuListAnimate .5s ease-in-out 1s both}section.slider{height:calc(100vh - 143px)}@media only screen and (max-width:991px){section.slider{height:calc(100vh - 90px)}}section.slider .main-slide{height:100%;flex-wrap:wrap;display:flex}section.slider .main-slide .swiper-slide{overflow:hidden;align-items:center;display:flex}section.slider .main-slide .swiper-slide .slider-content{width:50%}section.slider .main-slide .swiper-slide .slider-content h2.slide-head{font-size:33px;font-weight:700;margin-bottom:20px;color:#fff;text-transform:uppercase}section.slider .main-slide .swiper-slide .slider-content .slide-text{font-size:21px;margin-bottom:14px;color:#fff}section.slider .main-slide .swiper-slide .slider-content a{padding:12px 25px;color:#fff;background:#122c48;margin-top:10px;display:inline-block}section.slider .main-slide .swiper-slide.swiper-slide-active .slider-content{display:block}section.slider .main-slide .swiper-pagination-bullet{height:15px;margin:0 4px;cursor:pointer;width:15px}section.slider .main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#5490d0}section .title{justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem;display:flex}section .title a,section .title h4{display:inline-block}section.home-announcements{margin-bottom:0}section.home-announcements .home-announcements-swiper{height:auto;max-height:140px}section.home-announcements .home-announcements-swiper .card{height:140px;max-height:140px}section.home-announcements .home-announcements-swiper .card .card-body{flex-wrap:wrap;align-items:center;display:flex}section.home-announcements .home-announcements-swiper .card .card-body-centered .card-title{display:inline-block}section.home-announcements .home-announcements-swiper .card .card-body-centered time{padding:.5rem 1rem;display:inline-block}section.home-announcements .home-announcements-swiper .card .card-body-centered .card-text{min-height:1rem;margin-bottom:.5rem;line-height:1rem;display:block}section.home-news{padding:4rem 0 2rem;margin-bottom:0}section.home-news .title{justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem;display:flex}section.home-news .title h4{margin-bottom:0}section.home-news .home-news-swiper{padding-bottom:2rem}section.home-news .home-news-swiper .swiper-slide a.card img{height:100%;object-fit:cover}section.home-news .home-news-swiper .swiper-slide a.card .card-body h5.card-title,section.home-news .home-news-swiper .swiper-slide a.card .card-body p.card-text,section.home-news .home-news-swiper .swiper-slide a.card .card-body summary{color:#07101b}section.home-content-modules,section.home-contents{padding:4rem 0}section.home-content-modules .swiper-container .swiper-slide .card .img{height:250px}section.home-content-modules .swiper-container .swiper-slide .card .img img{height:100%;max-width:100%;object-fit:cover;display:block}section.home-content-modules .swiper-container .swiper-slide .card .card-body .card-title{color:#07101b}section.home-content-modules .swiper-container .swiper-slide .card .card-body .card-text{overflow:hidden;text-overflow:ellipsis;color:#07101b;white-space:nowrap}section.home-services{padding:4rem 0;margin-bottom:0}section.home-services .swiper-container .swiper-slide .card .img{height:250px}section.home-services .swiper-container .swiper-slide .card .img img{height:100%;max-width:100%;object-fit:cover;display:block}section.home-services .swiper-container .swiper-slide .card .card-body .card-title{color:#07101b}section.home-services .swiper-container .swiper-slide .card .card-body .card-text{overflow:hidden;text-overflow:ellipsis;color:#07101b;white-space:nowrap}section.home-projects{padding:4rem 0}section.home-blogs{padding:4rem 0;margin-bottom:0}section.home-blogs .swiper-container .swiper-slide .card .img{height:250px}section.home-blogs .swiper-container .swiper-slide .card .img img{height:100%;max-width:100%;object-fit:cover;display:block}section.home-blogs .swiper-container .swiper-slide .card .card-body .card-title{color:#07101b}section.home-blogs .swiper-container .swiper-slide .card .card-body .card-text{overflow:hidden;text-overflow:ellipsis;color:#07101b;white-space:nowrap}section.home-references{padding:4rem 0;margin-bottom:0}section.home-quickforms{padding:4rem 0}section.home-special-file{padding:4rem 0;margin-bottom:0}section.home-exchange{padding:4rem 0}section.home-premo{padding:4rem 0;margin-bottom:0}section.home-faq,section.home-products{padding:4rem 0}section.home-products .nav.nav-pills{margin-bottom:1rem}section.home-products .tab-content .tab-pane .col-12{margin-bottom:10px}section.home-products .tab-content .tab-pane .card{height:100%}section.home-products .tab-content .tab-pane .card .card-img-top{max-height:250px;object-fit:cover}section.home-products .tab-content .tab-pane .card .card-body .btn-group{padding:1rem 0 0;flex-wrap:wrap}section.home-products .tab-content .tab-pane .card .card-body .btn-group a{flex:0 0 100%;padding:.375rem .75rem;text-align:center;display:inline-block}section.home-products .tab-content .tab-pane .card .card-body .btn-group a+a{margin-top:.5rem}section.home-brands{margin-bottom:0}.page-title{padding:60px 0;background:#10100f}.page-title,.page-title .container{position:relative}.page-title .bread-bg{right:0;position:absolute;background-size:cover!important;opacity:.5;bottom:0;top:0;left:0;background-repeat:no-repeat!important}.page{padding:60px 0}.page .page-content .img img{object-fit:cover;width:100%;display:block}.page .page-tags{padding:2rem 0}.page .page-tags ul li{padding:.25rem;display:inline-block}.page .page-tags ul li a{padding:.5rem;font-size:.75rem;color:#fff;transition:.4s;border-radius:.25rem;background:#333232}.page .page-tags ul li a:hover{color:#07101b;background:#ececec}.page .blog-sidebar .blog-search{margin-bottom:3rem}.page .blog-sidebar .blog-search .form-group{position:relative}.page .blog-sidebar .blog-search .form-group .form-control{height:3rem;border:none;color:#000;border-bottom:1px solid #d8d8d8;padding-right:4rem}.page .blog-sidebar .blog-search .form-group .form-control::placeholder{font-weight:700;color:#6c6c6c}.page .blog-sidebar .blog-search .form-group .form-control:hover+.btn svg{height:25px;width:25px}.page .blog-sidebar .blog-search .form-group .form-control:focus+.btn svg{height:15px;width:15px}.page .blog-sidebar .blog-search .form-group .btn{height:3rem;padding:.5rem;justify-content:center;border:0;right:0;position:absolute;outline:none;top:0;box-shadow:0 0 0 transparent;border-radius:0;align-content:center;background:transparent;width:3rem;display:flex}.page .blog-sidebar .blog-search .form-group .btn svg{height:20px;transition:.4s;width:20px;display:block}.page .blog-sidebar .side-part{margin-bottom:3rem}.page .blog-sidebar .side-part h4{margin-bottom:1rem;position:relative;border-bottom:1px solid #000;padding-bottom:1rem}.page .blog-sidebar .side-part h4:before{height:3px;transition:.4s;content:"";position:absolute;top:100%;background:#000;left:0;width:5.5rem;margin-top:-1px}.page .blog-sidebar .side-part .list-group a.list-group-item{border:none;color:#000;transition:.4s;display:block}.page .blog-sidebar .side-part .list-group a.list-group-item.active,.page .blog-sidebar .side-part .list-group a.list-group-item:hover{background:#d8d8d8}.page .blog-sidebar .side-part .list-group a.list-group-item+a{border-top:1px solid #d8d8d8}.page .blog-sidebar .side-part:hover h4:before{width:100%}.page.about .about-special{padding:2rem 0}.page.about .about-special-content p:last-child{margin-bottom:0}.page.search-detail .list-group .list-group-item .search-detail-img-link{margin-right:.5rem;width:8rem;vertical-align:top;display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-img-link img{width:100%;display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-result-text{display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-result-text a{color:#07101b;display:block}.page.search-detail .list-group .list-group-item .search-detail-result-text a h5{display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-head-link{flex:0 0 100%}.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-summary-link{margin-top:.5rem;display:block}.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-date{display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-date .search-date-container{padding:0 .25rem;justify-content:center;flex-wrap:nowrap;position:relative;top:-1px;background:#ececec;display:flex}.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-date .search-date-container span{padding:.1125rem;font-size:.75rem;display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-result-text nav{flex:0 0 100%}.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li{color:#07101b}.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li a{color:#07101b;display:inline-block}.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li.breadcrumb-item.active{font-weight:400}.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li:before{color:#07101b}.page.career .accordion-cards{padding-top:calc(.375rem + 1px)}.page.career .form-group .input-group{position:relative}.page.career .form-group .input-group .input-group-prepend,.page.career .form-group .input-group .input-group-text{margin-bottom:1rem}.page.career .form-group .input-group small{right:0;position:absolute;top:100%}.page.our-team .team-list{justify-content:center;flex-wrap:wrap;display:flex}.page.our-team .team-list li{flex:0 0 25%;padding:1rem;max-width:25%}.page.our-team .team-list li a{height:100%;padding:1rem;border:1px solid #ececec;color:#07101b;display:block}.page.our-team .team-list li a .person-img{margin-bottom:1rem}.page.our-team .team-list li a .person-img img{object-fit:cover;width:100%;display:block}.page.our-team .team-list li a .person-text h4{font-size:1rem}.page.our-team .team-list li a .person-text p{font-size:.875rem}.page.personnel-detail .side-bar-personnel .sidebar h4{padding:1rem;font-size:1.25rem;border:1px solid rgba(0,0,0,.2);margin-bottom:0;border-bottom:0}.page.personnel-detail .side-bar-personnel .sidebar ul{border:1px solid rgba(0,0,0,.2)}.page.personnel-detail .side-bar-personnel .sidebar ul li a{padding:.5rem 1rem;color:#07101b;display:block}.page.personnel-detail .side-bar-personnel .sidebar ul li+li{border-top:1px solid rgba(0,0,0,.2)}@media only screen and (max-width:767px){.page.personnel-detail .side-bar-personnel{padding-bottom:1rem}}.page.personnel-detail .personnel-detail-container{flex-wrap:wrap;display:flex}.page.personnel-detail .personnel-detail-container .personnel-detail-item{flex:0 0 auto;padding:.5rem;flex-wrap:wrap;border:1px solid rgba(0,0,0,.2);max-width:100%;min-width:25%;display:flex}.page.personnel-detail .personnel-detail-container .personnel-detail-item>*{padding:.5rem}.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-img{flex:0 0 200px}.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-img img{object-fit:cover;width:100%;display:block}.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-text{flex:0 0 calc(100% - 200px);max-width:calc(100% - 200px)}.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-text h3{font-size:1.25rem;margin-bottom:.75rem}.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-text p{font-size:.875rem;margin-bottom:.5rem}@media only screen and (max-width:767px){.page.personnel-detail .personnel-detail-container{padding-top:1rem}.page.personnel-detail .personnel-detail-container .personnel-detail-item{flex:0 0 100%;max-width:100%}}.page.personnel-relation-news h3{font-weight:500;margin-bottom:1rem;text-transform:uppercase}.page.personnel-relation-news ul{border:1px solid rgba(0,0,0,.2)}.page.personnel-relation-news ul li a{padding:1rem;color:#07101b;display:block}.page.personnel-relation-news ul li+li{border-top:1px solid rgba(0,0,0,.2)}.page.references .references-category ul li a{font-size:.875rem;color:#07101b;display:block}.page.references .references-category ul li a span{padding-left:.5rem}.page.references .references-category-left{padding:1rem;background:#f8f8f8}.page.references .references-category-left h2{font-size:1.25rem;padding-bottom:1.5rem}.page.references .references-category-left ul li a{padding:.5rem 0}.page.references .references-category-left ul li+li{border-top:1px solid rgba(0,0,0,.2)}.page.references .references-category-top ul{justify-content:center;flex-wrap:wrap;display:flex}.page.references .references-category-top ul li{border:1px solid rgba(0,0,0,.1);margin-bottom:1rem}.page.references .references-category-top ul li a{padding:.875rem 2rem}.page.references .references-category-top ul li:first-of-type{border-bottom-left-radius:3rem;border-top-left-radius:3rem}.page.references .references-category-top ul li:last-child{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.page.references .references-category-top ul li+li{margin-left:.5rem}.page.references .references-list{padding:.5rem 0}.page.references .references-list ul{padding:.5rem;justify-content:center;flex-wrap:wrap;display:flex}.page.references .references-list ul li{flex:0 0 25%;padding:.5rem;max-width:25%;box-sizing:border-box}.page.references .references-list ul li .references-container{height:100%;padding:1rem;flex-wrap:wrap;border:1px solid rgba(0,0,0,.1);align-items:center;display:flex}.page.references .references-list ul li .references-container .references-img a{display:block}.page.references .references-list ul li .references-container .references-img a img{object-fit:cover;width:100%;display:block}.page.references .references-list ul li .references-container .references-content h3{font-size:1.25rem}.page.references .references-list ul li .references-container .references-content-head h4{font-size:1rem}.page.references .references-list ul li .references-container .references-content-location{font-size:.875rem}@media only screen and (max-width:991px){.page.references .references-list ul li{flex:0 0 33.33%;max-width:33.33%}}@media only screen and (max-width:767px){.page.references .references-list ul li{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:480px){.page.references .references-list ul li{flex:0 0 100%;max-width:100%}}.page.references.references-outer-edges-none .references-list ul li{padding:0}.page.references.references-outer-edges-none .references-list ul li .references-container{border-left:0;border-bottom:0}.page.references.references-outer-edges-none .references-list ul li:first-of-type .references-container,.page.references.references-outer-edges-none .references-list ul li:nth-of-type(2) .references-container,.page.references.references-outer-edges-none .references-list ul li:nth-of-type(3) .references-container,.page.references.references-outer-edges-none .references-list ul li:nth-of-type(4) .references-container{border-top:0}.page.references.references-outer-edges-none .references-list ul li:last-child .references-container,.page.references.references-outer-edges-none .references-list ul li:nth-child(4n) .references-container{border-right:0}@media only screen and (max-width:991px){.page.references.references-outer-edges-none .references-list ul li:nth-of-type(4) .references-container{border-top:1px solid rgba(0,0,0,.1)}.page.references.references-outer-edges-none .references-list ul li:nth-child(4n) .references-container{border-right:1px solid rgba(0,0,0,.1)}.page.references.references-outer-edges-none .references-list ul li:last-child .references-container,.page.references.references-outer-edges-none .references-list ul li:nth-child(3n) .references-container{border-right:0}}@media only screen and (max-width:767px){.page.references.references-outer-edges-none .references-list ul li:nth-child(3n) .references-container{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1)}.page.references.references-outer-edges-none .references-list ul li:nth-child(2n) .references-container{border-right:0}}@media only screen and (max-width:480px){.page.references.references-outer-edges-none .references-list ul li .references-container{border-right:0!important}.page.references.references-outer-edges-none .references-list ul li:nth-child(2){border-top:1px solid rgba(0,0,0,.1)}}.page.references.references-outer-edges-none .col+.col .references-list ul li:nth-of-type(4) .references-container{border-top:1px solid rgba(0,0,0,.1)}.page.references.references-outer-edges-none .col+.col .references-list ul li:nth-child(4n) .references-container{border-right:1px solid rgba(0,0,0,.1)}.page.references.references-outer-edges-none .col+.col .references-list ul li:last-child .references-container,.page.references.references-outer-edges-none .col+.col .references-list ul li:nth-child(3n) .references-container{border-right:0}@media only screen and (max-width:991px){.page.references.references-outer-edges-none .col+.col .references-list ul li:nth-child(3n) .references-container{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1)}.page.references.references-outer-edges-none .col+.col .references-list ul li:nth-child(2n) .references-container{border-right:0}}@media only screen and (max-width:480px){.page.references.references-outer-edges-none .col+.col .references-list ul li .references-container{border-right:0!important}.page.references.references-outer-edges-none .col+.col .references-list ul li:nth-child(2){border-top:1px solid rgba(0,0,0,.1)}}@media only screen and (max-width:767px){.page.references .col{flex:0 0 100%}.page.references .col+.col{padding-top:1rem}}.page.references .col+.col .references-list ul li{flex:0 0 33%;max-width:33%}@media only screen and (max-width:991px){.page.references .col+.col .references-list ul li{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:480px){.page.references .col+.col .references-list ul li{flex:0 0 100%;max-width:100%}}.page.references-detail .references-name{margin-bottom:2rem}.page.references-detail .references-text{flex-wrap:wrap;border:1px solid rgba(0,0,0,.1);margin-bottom:2rem;display:flex}.page.references-detail .references-text p{flex:0 0 50%;padding:1rem 1rem 1rem 2rem;margin-bottom:0;position:relative}.page.references-detail .references-text p b{padding-right:.5rem;display:inline-block}.page.references-detail .references-text p i{transform:translate(-50%,-50%);position:absolute;top:1.875rem;left:1rem}.page.references-detail .references-text p a{color:#000;display:inline-block}.page.references-detail .references-text p+p+p{border-top:1px solid rgba(0,0,0,.1)}.page.references-detail .references-gallery ul{flex-wrap:wrap;margin:0 -.5rem;display:flex}.page.references-detail .references-gallery ul li{flex:0 0 25%;padding:.5rem;max-width:25%}.page.references-detail .references-gallery ul li .gallery-item-content{border:1px solid rgba(0,0,0,.1)}.page.references-detail .references-gallery ul li .gallery-item-content .img{padding:.5rem}.page.references-detail .references-gallery ul li .gallery-item-content .img img{object-fit:cover;width:100%;display:block}.page.references-detail .references-gallery ul li .gallery-item-content .text{padding:.5rem;color:#07101b;text-align:center}.page.references-detail .references-gallery ul li .gallery-item-content .text span{display:inline-block}@media only screen and (max-width:991px){.page.references-detail .references-gallery ul li{flex:0 0 33.33%;max-width:33.33%}}@media only screen and (max-width:767px){.page.references-detail .references-gallery ul li{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:480px){.page.references-detail .references-gallery ul li{flex:0 0 100%;max-width:100%}}.page.brands .brands-container ul{flex-wrap:wrap;display:flex}.page.brands .brands-container ul li{flex:0 0 25%;padding:.75rem;max-width:25%}.page.brands .brands-container ul li .brand-img{height:100%;min-height:150px;border:1px solid rgba(0,0,0,.1);transition:.4s;align-items:center;width:100%;display:flex}.page.brands .brands-container ul li .brand-img a{padding:.5rem;display:block}.page.brands .brands-container ul li .brand-img img{max-width:100%;max-height:100%;object-fit:cover;display:block}.page.brands .brands-container ul li:hover .brand-img{transform:scale(1.1)}@media only screen and (max-width:991px){.page.brands .brands-container ul li{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width:767px){.page.brands .brands-container ul li{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:480px){.page.brands .brands-container ul li{flex:0 0 100%;max-width:100%}}.page.brands .brands-container .swiper-container{padding:1rem 0}.page.brands .brands-container .swiper-container .swiper-slide{padding:.75rem}.page.brands .brands-container .swiper-container .swiper-slide .brand-img{height:100%;min-height:150px;border:1px solid rgba(0,0,0,.1);transition:.4s;align-items:center;width:100%;display:flex}.page.brands .brands-container .swiper-container .swiper-slide .brand-img a{padding:.5rem;display:block}.page.brands .brands-container .swiper-container .swiper-slide .brand-img img{max-width:100%;max-height:100%;object-fit:cover;display:block}.page.brands .brands-container .swiper-container .swiper-slide:hover .brand-img{transform:scale(1.1)}.page.brands .brands-container-swiper{padding:0 3rem;position:relative;width:100%}.page.brands .brands-pagination{padding:2rem 0 0;text-align:center}.page.brands .brands-pagination nav{display:inline-block}.page.brands.brands-outer-edges-none .brands-container ul li{padding:0}.page.brands.brands-outer-edges-none .brands-container ul li .brand-img{border-left:0;border-bottom:0}.page.brands.brands-outer-edges-none .brands-container ul li .brand-img a{transition:.4s}.page.brands.brands-outer-edges-none .brands-container ul li:hover .brand-img{transform:scale(1)}.page.brands.brands-outer-edges-none .brands-container ul li:hover .brand-img a{transform:scale(.9)}.page.brands.brands-outer-edges-none .brands-container ul li:first-of-type .brand-img,.page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(2) .brand-img,.page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(3) .brand-img,.page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(4) .brand-img{border-top:0}.page.brands.brands-outer-edges-none .brands-container ul li:last-child .brand-img,.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(4n) .brand-img{border-right:0}@media only screen and (max-width:991px){.page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(4) .brand-img{border-top:1px solid rgba(0,0,0,.1)}.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(4n) .brand-img{border-right:1px solid rgba(0,0,0,.1)}.page.brands.brands-outer-edges-none .brands-container ul li:last-child .brand-img,.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(3n) .brand-img{border-right:0}}@media only screen and (max-width:767px){.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(3n) .brand-img{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1)}.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(2n) .brand-img{border-right:0}}@media only screen and (max-width:480px){.page.brands.brands-outer-edges-none .brands-container ul li .brand-img{border-right:0!important}.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(2){border-top:1px solid rgba(0,0,0,.1)}}.page.brands.brands-outer-edges-none .brands-container .swiper-container .swiper-slide{padding:0}.page.brands.brands-outer-edges-none .brands-container .swiper-container .swiper-slide .brand-img{border:none}.page.brands-detail .img{flex-wrap:wrap;margin-bottom:1rem;display:flex}.page.brands-detail .img a{flex:0 0 25%;padding:.5rem;max-width:25%;display:block}.page.brands-detail .img a img{border:1px solid rgba(0,0,0,.1);transition:.4s;object-fit:cover;box-shadow:0 1px 15px -3px rgba(0,0,0,.24);width:100%;display:block}.page.brands-detail .img a:hover img{transform:scale(1.1)}@media only screen and (max-width:991px){.page.brands-detail .img a{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width:767px){.page.brands-detail .img a{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:480px){.page.brands-detail .img a{flex:0 0 100%;max-width:100%}}.page.brands-detail .text{border:1px solid rgba(0,0,0,.1)}.page.brands-detail .text p{padding:.5rem 1rem;margin-bottom:0}.page.brands-detail .text p+p{border-top:1px solid rgba(0,0,0,.1)}.page.solution-partners .solution-partners-container ul.solution-partners-list{flex-wrap:wrap;display:flex}.page.solution-partners .solution-partners-container ul.solution-partners-list li{flex:0 0 25%;padding:.75rem;max-width:25%}.page.solution-partners .solution-partners-container ul.solution-partners-list li .solution-partners-list-item{padding:.5rem;border:1px solid rgba(0,0,0,.1);transition:.4s}.page.solution-partners .solution-partners-container ul.solution-partners-list li .solution-partners-list-item .solution-partners-list-img{overflow:hidden;border-radius:3px}.page.solution-partners .solution-partners-container ul.solution-partners-list li .solution-partners-list-item .solution-partners-list-img img{object-fit:cover;width:100%;display:block}.page.solution-partners .solution-partners-container ul.solution-partners-list li:hover .solution-partners-list-item{transform:scale(1.1)}@media only screen and (max-width:991px){.page.solution-partners .solution-partners-container ul.solution-partners-list li{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width:767px){.page.solution-partners .solution-partners-container ul.solution-partners-list li{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:480px){.page.solution-partners .solution-partners-container ul.solution-partners-list li{flex:0 0 100%;max-width:100%}}.page.solution-partners .solution-partners-container .swiper-container{padding:1rem 0}.page.solution-partners .solution-partners-container .swiper-container .swiper-slide{padding:.75rem}.page.solution-partners .solution-partners-container .swiper-container .swiper-slide .solution-partners-list-item{height:100%;min-height:150px;border:1px solid rgba(0,0,0,.1);align-items:center;width:100%;display:flex}.page.solution-partners .solution-partners-container .swiper-container .swiper-slide .solution-partners-list-item .solution-partners-list-img{padding:.5rem;transition:.4s;display:block}.page.solution-partners .solution-partners-container .swiper-container .swiper-slide .solution-partners-list-item img{max-width:100%;max-height:100%;object-fit:cover;display:block}.page.solution-partners .solution-partners-container .swiper-container .swiper-slide:hover .solution-partners-list-img{transform:scale(1.1)}.page.solution-partners .solution-partners-container-swiper{padding:0 3rem;position:relative;width:100%}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li{padding:0}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li .solution-partners-list-item{border-left:0;border-bottom:0}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li .solution-partners-list-item img{transition:.4s}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:hover .solution-partners-list-item{transform:scale(1)}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:hover .solution-partners-list-item img{transform:scale(.9)}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:first-of-type .solution-partners-list-item,.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(2) .solution-partners-list-item,.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(3) .solution-partners-list-item,.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(4) .solution-partners-list-item{border-top:0}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:last-child .solution-partners-list-item,.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(4n) .solution-partners-list-item{border-right:0}@media only screen and (max-width:991px){.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(4) .solution-partners-list-item{border-top:1px solid rgba(0,0,0,.1)}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(4n) .solution-partners-list-item{border-right:1px solid rgba(0,0,0,.1)}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:last-child .solution-partners-list-item,.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(3n) .solution-partners-list-item{border-right:0}}@media only screen and (max-width:767px){.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(3n) .solution-partners-list-item{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1)}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(2n) .solution-partners-list-item{border-right:0}}@media only screen and (max-width:480px){.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li .solution-partners-list-item{border-right:0!important}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(2){border-top:1px solid rgba(0,0,0,.1)}}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none .swiper-container .swiper-slide{padding:0}.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none .swiper-container .swiper-slide .solution-partners-list-item{border:none}.page.branch .branch-container{margin-bottom:1rem;width:100%}.page.branch .branch-container .location-selection{padding:1rem 0}.page.branch .branch-container .location-selection ul{justify-content:center;flex-wrap:wrap;display:flex}.page.branch .branch-container .location-selection ul li{padding:.5rem;width:12rem}.page.branch .branch-container .location-selection ul li .form-group .select2 .select2-selection--single{transition:.4s;border-radius:0}.page.branch .branch-container .location-selection ul li .form-group .select2.select2-container--open .select2-selection--single{border-radius:0!important}.page.branch .branch-container .location-selection ul li:first-child .form-group .select2 .select2-selection--single{border-bottom-left-radius:3rem;border-top-left-radius:3rem}.page.branch .branch-container .location-selection ul li:last-child .form-group .select2 .select2-selection--single{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.page.branch .branch-container .location-list ul{flex-wrap:wrap;display:flex}.page.branch .branch-container .location-list ul li{flex:0 0 33.333%;padding:.375rem;max-width:33.333%}.page.branch .branch-container .location-list ul li .location-list-content{height:100%;padding:1.5rem 2.5rem;flex-wrap:wrap;border:1px solid rgba(0,0,0,.1);align-items:center;border-radius:.5rem;display:flex}.page.branch .branch-container .location-list ul li .location-list-content .img{margin-bottom:1rem}.page.branch .branch-container .location-list ul li .location-list-content .img img{object-fit:cover;width:100%;display:block}.page.branch .branch-container .location-list ul li .location-list-content .location-list-head h5{font-size:1rem;margin-bottom:1rem}.page.branch .branch-container .location-list ul li .location-list-content .location-list-body{flex:0 0 100%;flex-wrap:wrap;margin-bottom:1rem;align-items:center;display:flex}.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .icon{flex:0 0 2.25rem;max-width:2.25rem}.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .icon i,.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .icon span{font-size:1rem;color:#07101b}.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .text{flex:0 0 calc(100% - 2.25rem);max-width:calc(100% - 2.25rem)}.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .text p{font-size:.875rem;margin-bottom:0;color:#07101b}.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .text p a{color:#07101b}.page.branch .branch-container .location-list ul li .location-list-content .map iframe{width:100%}@media only screen and (max-width:991px){.page.branch .branch-container .location-list ul li{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:767px){.page.branch .branch-container .location-list ul li{flex:0 0 100%;max-width:100%}}.page.branch-detail .branch-container h3{margin-bottom:1rem}.page.branch-detail .branch-container .item{padding:1rem;border-top:1px solid rgba(0,0,0,.1)}.page.announcements ul.announcements-list li{padding:1rem 0}.page.announcements ul.announcements-list li .card h5.card-title{font-size:1.25rem;margin-bottom:20px;text-transform:uppercase;align-items:center;display:flex}.page.announcements ul.announcements-list li .card h5.card-title i{height:40px;justify-content:center;font-size:14px;margin-right:10px;color:#fff;align-items:center;border-radius:30px;background:#d20e0e;width:40px;display:flex}.page.announcements ul.announcements-list li .card p{font-size:1rem}.page.announcements ul.announcements-list li .card .card-body{padding:0 0 1rem}.page.announcements ul.announcements-list li .card .time-line a{font-size:.875rem;color:#07101b}.page.announcements ul.announcements-list li .card .time-line a:hover{color:red}.page.bank-accounts .bank-item{padding:1rem;border:1px solid rgba(0,0,0,.1);margin-bottom:30px;align-items:center;display:flex}.page.bank-accounts .bank-item .bank-img{flex:0 0 180px;height:160px;flex-wrap:wrap;max-width:180px;text-align:center;align-items:center;display:flex}.page.bank-accounts .bank-item .bank-img img{max-width:100%;margin:0 auto;display:inline-block}.page.bank-accounts .bank-item .bank-text{flex:0 0 calc(100% - 180px);max-width:calc(100% - 180px)}.page.bank-accounts .bank-item .bank-text h5{padding:0 .5rem;font-size:1rem;margin-bottom:1rem;text-transform:uppercase}.page.bank-accounts .bank-item .bank-text .bank-info ul li p{padding:.25rem .5rem;justify-content:space-between;flex-wrap:wrap;font-size:.875rem;margin:0;display:flex}.page.bank-accounts .bank-item .bank-text .bank-info ul li p span{font-weight:700}.page.bank-accounts .bank-item .bank-text .bank-info ul li p span+span{font-weight:400}@media only screen and (max-width:767px){.page.bank-accounts .bank-item{flex-wrap:wrap}.page.bank-accounts .bank-item .bank-img{flex:0 0 100%;margin-bottom:1rem;max-width:100%}.page.bank-accounts .bank-item .bank-text{flex:0 0 100%;max-width:100%}}.page.bank-accounts .form-group .select2-container{width:100%!important}.page.bank-accounts.border-none .bank-item{border:none}.page.bank-accounts.border-radius .bank-item{border-radius:1rem}.page.bank-accounts.border-radius .bank-item .bank-img{overflow:hidden;border-radius:1rem}.page.payment-notification .payment-form .form-group .select2-container{width:100%!important}.page.payment-notification .bank-list .bank-item{padding:1rem;border:1px solid rgba(0,0,0,.1);margin-bottom:30px;align-items:center;display:flex}.page.payment-notification .bank-list .bank-item .bank-img{flex:0 0 180px;max-width:180px;text-align:center}.page.payment-notification .bank-list .bank-item .bank-img img{max-width:100%;display:inline-block}.page.payment-notification .bank-list .bank-item .bank-text{flex:0 0 calc(100% - 180px);max-width:calc(100% - 180px)}.page.payment-notification .bank-list .bank-item .bank-text h5{margin-bottom:1rem;text-transform:uppercase}.page.payment-notification .bank-list .bank-item .bank-text .bank-info ul li p{padding:.5rem;justify-content:space-between;flex-wrap:wrap;margin:0;display:flex}.page.payment-notification .bank-list .bank-item .bank-text .bank-info ul li p span{font-weight:700}.page.payment-notification .bank-list .bank-item .bank-text .bank-info ul li+li{border-top:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:767px){.page.payment-notification .bank-list .bank-item{flex-wrap:wrap}.page.payment-notification .bank-list .bank-item .bank-img{flex:0 0 100%;margin-bottom:1rem;max-width:100%}.page.payment-notification .bank-list .bank-item .bank-text{flex:0 0 100%;max-width:100%}}.page.ip-learn .ip-learn-container{padding:5rem 0;background:rgba(0,0,0,.1)}.page.ip-learn .ip-learn-container h1{font-size:4rem;text-align:center}.page.ip-learn .ip-learn-container h1 code{font-size:80%}.page.ebulletin .ebulletin-container,.page.technical-service .technical-service-container{max-width:100%;margin:0 auto;width:40rem}.page.news .news-container .col-12{padding-bottom:2rem}.page.news .news-container .news-item{height:100%;padding:10px;flex-wrap:wrap;border:1px solid rgba(0,0,0,.1);transition:.4s;align-content:baseline;display:flex}.page.news .news-container .news-item .news-img{height:200px}.page.news .news-container .news-item .news-img img{height:100%;max-width:100%;object-fit:cover;margin:0 auto;display:block}.page.news .news-container .news-item .news-text a{padding:8px 0;font-weight:700;color:#000;width:100%;display:block}.page.news .news-container .news-item .news-text span{font-weight:500}.page.news .news-container .news-item:hover{transform:translateY(-10px)}.page.complaints-and-suggestions .complaints-and-suggestions-container,.page.hdd .hdd-calculator{max-width:100%;margin:0 auto;width:40rem}.page.hdd .hdd-calculator .form-group{justify-content:start;flex-wrap:wrap;align-items:center;display:flex}.page.hdd .hdd-calculator .form-group input{flex:0 0 calc(100% - 200px)}.page.hdd .hdd-calculator .form-group p,.page.hdd .hdd-calculator .form-group span{flex:0 0 100px}.page.hdd .hdd-calculator .form-group span{text-align:left;padding-left:20px}.page.hdd .hdd-calculator .form-group.form-group-radio input{flex:0 0 calc(100% - 280px)}.page.hdd .hdd-calculator .form-group.form-group-radio .hdd-radio-group{flex:0 0 180px;padding-left:1rem}@media only screen and (max-width:420px){.page.hdd .hdd-calculator .form-group input{flex:calc(100% - 100px)}.page.hdd .hdd-calculator .form-group p{flex:0 0 100%}.page.hdd .hdd-calculator .form-group.form-group-radio input{flex:0 0 calc(100% - 180px)}}.page.useful-links .list-group h2{padding:.75rem 1.25rem;font-size:1.25rem;border:1px solid rgba(0,0,0,.1);margin-bottom:0;border-bottom:0}.page.useful-links .link-items ul li a.link-item{padding:.75rem 0;color:#07101b;display:block}.page.useful-links .link-items ul li+li{border-top:1px solid rgba(0,0,0,.1)}.page.support ul.nav.nav-pills li.nav-item a.nav-link{border:1px solid #07101b;font-weight:400;color:#07101b;transition:.4s;text-transform:uppercase;border-radius:0;background:#fff}.page.support ul.nav.nav-pills li.nav-item a.nav-link .mdi{display:none}.page.support ul.nav.nav-pills li.nav-item a.nav-link.active{font-weight:700;color:#fff;background:#07101b}.page.support ul.nav.nav-pills li.nav-item a.nav-link.disabled{opacity:.5;cursor:no-drop}.page.support ul.nav.nav-pills li.nav-item+li.nav-item a.nav-link{border-left:0}@media only screen and (max-width:560px){.page.support ul.nav.nav-pills li.nav-item{flex:0 0 100%;margin-bottom:1rem}.page.support ul.nav.nav-pills li.nav-item+li.nav-item a.nav-link{border-left:1px solid #07101b}}.page.support h3.tabs-head{position:relative;padding-left:4.5rem}.page.support h3.tabs-head .icon{height:100%;position:absolute;top:0;left:0;width:43px;display:inline-block}.page.support h3.tabs-head .icon svg{height:100%;width:100%}.page.support h3.tabs-head .icon:before{height:calc(100% - .25rem);right:-1.25rem;content:"";position:absolute;top:.25rem;background:#5d4ac7;width:4px}@media only screen and (max-width:560px){.page.support h3.tabs-head{font-size:1.25rem;line-height:1.5rem}.page.support h3.tabs-head .icon:before{height:calc(100% - .25rem);right:-.875rem}}@media only screen and (max-width:480px){.page.support h3.tabs-head .icon:before{right:-.875rem}}.page.support .tabs-explanation{font-size:1rem}@media only screen and (max-width:560px){.page.support .table-responsive .table td,.page.support .table-responsive .table th{font-size:.875rem}}.page.support .form-group{height:100%;flex-wrap:wrap;align-items:flex-end;display:flex}.page.support .form-group .form-control{border-color:#5d4ac7;border-radius:0}.page.support .form-group .select2-container{width:100%!important}.page.support .form-group .select2-container .select2-selection--single{border-color:#5d4ac7;border-radius:0}.page.support .form-group .input-group .input-group-prepend .input-group-text{border-color:#5d4ac7;border-radius:0;background:#e1def5}.page.support .form-group .captcha img.captcha_img,.page.support .form-group .input-group .custom-file .custom-file-label{border-color:#5d4ac7;border-radius:0}.page.support .form-group .submit{width:100%}.page.support .form-group .submit a{color:#748290;transition:.4s}.page.support .form-group .submit a:hover{color:#5d4ac7}.page.support .form-group .submit .custom-control .custom-control-input:checked~.custom-control-label:before{border-color:#5d4ac7;background:#5d4ac7}.page.support .form-group .submit .custom-control .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#5d4ac7}.page.support .form-group .submit .custom-control .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(93,74,199,.25)}.page.support .form-group .submit .btn.btn-primary{border-color:#5d4ac7;margin-bottom:1rem;border-radius:0;background:#5d4ac7}.page.support .form-group .submit .btn.btn-primary:hover{border-color:#362883;background:#362883}.page.support .support-query-form{margin-bottom:1rem}.page.support .support-query-form .form-group .submit .btn.btn-primary{margin-bottom:0}.page.support .support-request-list-head{padding-top:4rem}.page.support .support-request-list-head ul{justify-content:space-between;flex-wrap:wrap;display:flex}.page.support .support-request-list-head ul li.support-request-status-no p{font-size:.75rem;color:#adb5bd}.page.support .support-message-area{padding:1rem 6.5rem 1rem 4.5rem;background:rgba(93,74,199,.05)}.page.support .support-message-area .support-request-list{margin-bottom:2.25rem}.page.support .support-message-area .support-request-list li p{font-size:.875rem;margin-bottom:0;color:#8e8e8e}.page.support .support-message-area .support-request-list li.support-request-subject p{font-size:1.5rem;font-weight:700;color:#414141}.page.support .support-message-area .support-message-area-item{justify-content:flex-start;flex-wrap:wrap;display:flex}.page.support .support-message-area .support-message-area-item .support-message-img{flex:0 0 3rem;height:3rem;overflow:hidden;margin-right:2rem;border-radius:3rem;width:3rem}.page.support .support-message-area .support-message-area-item .support-message-img img{height:100%;max-width:100%;object-fit:cover;display:block}.page.support .support-message-area .support-message-area-item .support-message-body{flex:0 0 calc(100% - 5rem);padding:1rem;margin-bottom:2rem;position:relative;box-shadow:0 2px 3px #e4e7ed;background:#fff}.page.support .support-message-area .support-message-area-item .support-message-body:before{height:0;border-right:11px solid #fff;content:"";position:absolute;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-11px;width:0;display:block}.page.support .support-message-area .support-message-area-item .support-message-body h5{font-size:1rem;margin-bottom:1rem;color:#5d4ac7;text-transform:uppercase}.page.support .support-message-area .support-message-area-item .support-message-body p{font-size:.875rem;color:#747474}.page.support .support-message-area .support-message-area-item .support-message-body time{font-size:.875rem;right:.75rem;color:#747474;position:absolute;top:0;margin-top:.75rem}.page.support .support-message-area .support-message-area-item .attachment{flex:0 0 calc(100% - 5rem);margin-bottom:2rem;margin-left:5rem;margin-top:-1rem}.page.support .support-message-area .support-message-area-item .attachment p{padding:.5rem 1rem .5rem 2rem;margin-right:1rem;margin-bottom:0;border-radius:2rem;background:#fff;display:inline-block}.page.support .support-message-area .support-message-area-item .attachment p a{padding:.5rem 1rem;color:#000;transition:.4s;border-radius:2rem;background:rgba(0,0,0,.1);margin-left:1rem;display:inline-block}.page.support .support-message-area .support-message-area-item .attachment p a:hover{color:#fff;background:rgba(0,0,0,.9)}.page.support .support-message-area .support-message-area-item.manager-answer{transform:translateX(35px)}.page.support-border-radius ul.nav.nav-pills li.nav-item:first-child a{border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem}.page.support-border-radius ul.nav.nav-pills li.nav-item:last-child a{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}@media only screen and (max-width:560px){.page.support-border-radius ul.nav.nav-pills li.nav-item a{border-radius:1.5rem!important}}.page.support-border-radius .form-group .form-control,.page.support-border-radius .form-group .select2-container .select2-selection--single{border-radius:1.125rem}.page.support-border-radius .form-group .select2-container.select2-container--open .select2-selection--single{border-bottom-right-radius:0;border-bottom-left-radius:0}.page.support-border-radius .form-group .input-group .input-group-prepend .input-group-text{border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem}.page.support-border-radius .form-group .input-group .custom-file .custom-file-label{border-bottom-right-radius:1.125rem;border-top-right-radius:1.125rem}.page.support-border-radius .form-group .captcha img.captcha_img,.page.support-border-radius .form-group .submit .btn.btn-primary{border-radius:1.125rem}.page.support-border-radius .support-message-area{border-radius:2.25rem}.page.support-border-radius .support-message-area .support-message-area-item .support-message-body{border-radius:1.125rem}.page.services-categories .service-categories-container a{margin-bottom:1.875rem;transition:.4s;display:block}.page.services-categories .service-categories-container a .card{overflow:hidden}.page.services-categories .service-categories-container a .card img.card-img-top{height:100%;transition:.4s;max-width:100%;object-fit:cover;display:block}.page.services-categories .service-categories-container a .card .card-body h5.card-title{color:#438381}.page.services-categories .service-categories-container a .card .card-body p{color:#747474}.page.services-categories .service-categories-container a:hover{transform:translateY(-.75rem)}.page.services-categories .service-categories-container a:hover .card img.card-img-top{transform:scale(1.1)}.page.services-categories .service-categories-container .form-row a{margin-bottom:.625rem}.page.services-detail .services-detail-container .services-detail-img{height:410px;margin-bottom:1rem;position:relative}.page.services-detail .services-detail-container .services-detail-img img{max-height:100%;object-fit:cover;width:100%;display:block}.page.services-detail .services-detail-container .services-detail-img .btn{transform:translateX(-50%);padding:.5rem 5.5rem;color:#000;transition:.4s;position:absolute;max-width:90%;top:0;border-radius:0;background:#fff;left:50%;white-space:nowrap}.page.services-detail .services-detail-container .services-detail-img .btn:hover{color:#fff;background:#000}@media only screen and (min-width:768px) and (max-width:991px){.page.services-detail .services-detail-container .services-detail-img .btn{padding:.5rem 3rem}}@media only screen and (max-width:767px){.page.services-detail .services-detail-container .services-detail-img .btn{padding:.5rem 1rem;width:100%;white-space:normal}}.page.services-detail .services-detail-container .services-head{padding:0 3rem;flex-wrap:wrap;display:flex}.page.services-detail .services-detail-container .services-head-category{margin-bottom:1rem}.page.services-detail .services-detail-container .services-head-title h4{font-size:1.875rem}.page.services-detail .services-detail-container .services-head-explanation p{color:#747474;line-height:1.125rem}@media only screen and (max-width:767px){.page.services-detail .services-detail-container .services-head{padding:0}.page.services-detail .services-detail-container .services-head-category h3,.page.services-detail .services-detail-container .services-head-title h4{font-size:1.5rem}.page.services-detail .services-detail-container .services-head-explanation p{font-size:.875rem;line-height:1rem}}.page.services-detail .services-detail-container .modal .modal-dialog{max-width:calc(100% - 1rem);width:720px}.page.services-detail .services-detail-container .modal .modal-content{padding:2.5rem 6rem 2.5rem 4rem}@media only screen and (max-width:560px){.page.services-detail .services-detail-container .modal .modal-content{padding:1.5rem 3rem 1.5rem 1rem}}@media only screen and (max-width:420px){.page.services-detail .services-detail-container .modal .modal-content{padding:1rem 2rem 1rem 0}}.page.services-detail .services-detail-container .modal .modal-header{display:none}.page.services-detail .services-detail-container .modal .modal-body .service-modal-title{text-align:center}.page.services-detail .services-detail-container .modal .modal-body .service-modal-title p span{font-weight:700;color:#4ebbff}.page.services-detail .services-detail-container .modal .modal-body .form-group{position:relative;padding-left:2rem}.page.services-detail .services-detail-container .modal .modal-body .form-group .mdi{transform:translateY(-50%);color:#adb5bd;position:absolute;top:50%;left:.25rem}.page.services-detail .services-detail-container .modal .modal-body .form-group .form-control{border:none;color:#adb5bd;border-bottom:1px solid #adb5bd;border-radius:0}.page.services-detail .services-detail-container .modal .modal-body .form-group .form-control:focus{box-shadow:none!important}.page.services-detail .services-detail-container .modal .modal-body .form-group .select2-container .select2-selection--single{border:none;border-bottom:1px solid #adb5bd;border-radius:0}.page.services-detail .services-detail-container .modal .modal-body .form-group .select2-container .select2-selection--single span{color:#adb5bd}.page.services-detail .services-detail-container .modal .modal-body .form-group .captcha .captcha_img{border:none}.page.services-detail .services-detail-container .modal .modal-body .captcha-line{flex:0 0 330px;max-width:330px;margin:0 auto}@media only screen and (max-width:420px){.page.services-detail .services-detail-container .modal .modal-body .captcha-line .col{flex:0 0 100%}.page.services-detail .services-detail-container .modal .modal-body .captcha-line .col:first-child{margin-bottom:1rem}}.page.services-detail .services-detail-container .modal .modal-footer{justify-content:center;border-top:0;padding-left:3rem}.page.services-detail .services-detail-container .modal .modal-footer .btn.btn.btn-primary{border:0;color:#fff;border-radius:0;background:#4ebbff}.page.services-detail .services-detail-container .modal .modal-footer .btn.btn.btn-primary:hover{background:#008ee7}.page.services-detail .services-detail-container .modal .modal-footer .close{height:40px;transform:translate(-50%,-50%);position:absolute;opacity:1;top:100%;background:#adb5bd;left:50%;width:40px}.page.services-detail .services-detail-container .modal .modal-footer .close .mdi{font-size:2.5rem;color:#747474}.page.file-archive .form-group .select2-container{width:100%!important}.page.file-archive .file-archive-process-container{justify-content:space-between;flex-wrap:wrap;margin-bottom:1.5rem;display:flex}.page.file-archive .file-archive-process-container .file-archive-search{flex:0 0 27.5rem;height:3rem;margin-bottom:1rem;max-width:100%}.page.file-archive .file-archive-process-container .file-archive-search .form-group{flex-wrap:wrap;position:relative;display:flex}.page.file-archive .file-archive-process-container .file-archive-search .form-group input{flex:0 0 calc(100% - 4.5rem);height:3rem;border:1px solid #5d4ac7;color:#5d4ac7;border-radius:0;padding-left:2.25rem}.page.file-archive .file-archive-process-container .file-archive-search .form-group input::placeholder{color:#5d4ac7}.page.file-archive .file-archive-process-container .file-archive-search .form-group svg{transform:translate(-50%,-50%);position:absolute;top:50%;left:1.25rem}.page.file-archive .file-archive-process-container .file-archive-search .form-group svg path{color:#5d4ac7}.page.file-archive .file-archive-process-container .file-archive-search .form-group button{flex:0 0 4.5rem;height:3rem;color:#fff;transition:.4s;border-radius:0;background:#5d4ac7}.page.file-archive .file-archive-process-container .file-archive-search .form-group button:hover{background:#4634aa}@media only screen and (max-width:991px){.page.file-archive .file-archive-process-container .file-archive-search{margin-bottom:3rem}}.page.file-archive .file-archive-process-container .file-archive-group-select{margin-bottom:1rem;width:20rem}.page.file-archive .file-archive-process-container .file-archive-group-select label{transform:translateY(-100%);color:#5d4ac7;position:absolute;margin-top:-.5rem}.page.file-archive .file-archive-process-container .file-archive-group-select .select2{width:100%!important}.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single{border-color:#5d4ac7;height:48px;transition:.4s;border-radius:0}.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single .select2-selection__rendered{color:#5d4ac7;line-height:46px}.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single .select2-selection__arrow{top:10px}.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single .select2-selection__arrow b{border-color:#5d4ac7 transparent transparent}.page.file-archive .file-archive-process-container .file-archive-search-result{padding:.8rem 2rem;border:1px solid #5d4ac7;margin-bottom:1rem}.page.file-archive .file-archive-process-container .file-archive-search-result p{color:#5d4ac7;margin:0;line-height:1rem}.page.file-archive .file-archive-process-container .file-archive-search-result p i{margin-right:.5rem}@media only screen and (max-width:991px){.page.file-archive .file-archive-process-container .file-archive-search{flex:0 0 55%}.page.file-archive .file-archive-process-container .file-archive-search-result{flex:0 0 40%}}@media only screen and (max-width:767px){.page.file-archive .file-archive-process-container .file-archive-search,.page.file-archive .file-archive-process-container .file-archive-search-result{flex:0 0 100%}}.page.file-archive .file-list .table-responsive .table thead tr th{font-weight:400;color:#747474;background:rgba(93,74,199,.05)}.page.file-archive .file-list .table-responsive .table tr td,.page.file-archive .file-list .table-responsive .table tr th{padding:.5rem 1rem}.page.file-archive .file-list .table-responsive .table tr td a,.page.file-archive .file-list .table-responsive .table tr th a{color:#5d4ac7;transition:.4s;display:inline-block}.page.file-archive .file-list .table-responsive .table tr td a:hover,.page.file-archive .file-list .table-responsive .table tr th a:hover{color:#362883}.page.file-archive .file-list .table-responsive .table tr td a:hover svg path,.page.file-archive .file-list .table-responsive .table tr th a:hover svg path{fill:#362883}.page.file-archive .file-list .table-responsive .table tr td a svg,.page.file-archive .file-list .table-responsive .table tr th a svg{height:25px;width:25px}.page.file-archive .file-list .table-responsive .table tr td a svg path,.page.file-archive .file-list .table-responsive .table tr th a svg path{fill:#5d4ac7;transition:.4s}.page.file-archive-border-radius .file-archive-process-container .file-archive-search .form-group input{border-bottom-left-radius:3rem;border-top-left-radius:3rem}.page.file-archive-border-radius .file-archive-process-container .file-archive-search .form-group button{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select{width:20rem}.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select label{transform:translateY(-100%);color:#5d4ac7;position:absolute;margin-top:-.5rem}.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select .select2{width:100%!important}.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single{border-radius:1.5rem}.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select .select2.select2-container--open .select2-selection--single{border-bottom-right-radius:0;border-bottom-left-radius:0}.page.file-archive-border-radius .file-archive-process-container .file-archive-search-result{border-radius:3rem}.page.file-archive-border-radius .file-list .table-responsive{border:1px solid #dee2e6;border-radius:1.5rem}.page.file-archive-border-radius .file-list .table-responsive .table{margin-bottom:0;margin-left:-1px;width:calc(100% + 1px);margin-top:-1px}.page.file-archive-border-radius .file-list .table-responsive .table tr td:last-child,.page.file-archive-border-radius .file-list .table-responsive .table tr th:last-child{border-right:0!important}.page.file-archive-border-radius .file-list .table-responsive .table tr:last-child td,.page.file-archive-border-radius .file-list .table-responsive .table tr:last-child th{border-bottom:0!important}.page.blogs .blog-list ul li.blog-item{margin-bottom:1.5rem;border-bottom:1px solid #adb5bd;padding-bottom:2.5rem}.page.blogs .blog-list ul li.blog-item .blog-list-img{height:19rem;margin-bottom:1rem}.page.blogs .blog-list ul li.blog-item .blog-list-img a{height:19rem;display:block}.page.blogs .blog-list ul li.blog-item .blog-list-img a img{max-height:100%;object-fit:cover;width:100%;display:block}.page.blogs .blog-list ul li.blog-item .blog-list-content-head{justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem;align-content:center;display:flex}.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-date{flex:0 0 3.5rem;padding:.25rem .125rem;justify-content:center;flex-wrap:wrap;border:1px solid #000;max-width:3.5rem;align-items:center;display:flex}.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-date span{flex:0 0 100%;font-size:.875rem;color:#000;text-align:center;line-height:.875rem;display:block}.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-content-title{flex:0 0 calc(100% - 5.5rem);flex-wrap:wrap;align-items:center;display:flex}.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-content-title .blog-title{font-weight:700;color:#000}.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation{justify-content:flex-end;flex-wrap:wrap;position:relative;display:flex}.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation p{flex:0 0 100%;font-size:.875rem;color:#000;line-height:1.5rem}.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation .btn{flex:0 0 auto;border:0;transition:.4s;border-radius:0;background:#000}.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation .btn:hover{color:#000;background:rgba(0,0,0,.1)}.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation .author{transform:translateY(100%);font-size:.875rem;right:.125rem;color:#adb5bd;position:absolute;bottom:-.25rem}.page.blog-detail .blog-item .blog-item-img img{height:100%;object-fit:cover;margin:0 auto 1rem;display:block}.page.blog-detail .blog-list-time-content{justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem;align-items:center;display:flex}.page.blog-detail .blog-list-time-content .blog-date{flex:0 0 auto}.page.blog-detail .blog-list-time-content .blog-date span{padding:.125rem;font-size:.875rem;display:inline-block}.page.blog-detail .blog-list-time-content .blog-date .blog-date-month{padding-left:0}.page.blog-detail .blog-list-time-content .counter{flex:0 0 auto;font-size:.875rem}.page.blog-detail .blog-item-head h4{font-weight:700;margin-bottom:1rem;color:#000}.page.blog-detail .blog-text p{color:#000}.page.certificates .certificate-container ul{overflow:hidden;border:1px solid hsla(0,0%,59%,.15);margin-bottom:1rem;transition:.4s}.page.certificates .certificate-container ul li a{min-height:62px;padding:20px 52px 20px 34px;font-size:14px;font-weight:600;color:#5d4ac7;position:relative;line-height:1rem;display:block}.page.certificates .certificate-container ul li a span{right:40px;position:absolute;top:calc(50% - 11px);line-height:normal}.page.certificates .certificate-container ul li+li{border-top:1px solid hsla(0,0%,59%,.15);background:#fff}.page.certificates .identification{height:315px;overflow:hidden;transition:.4s;position:relative;top:0;display:block}.page.certificates .identification:before{right:0;transition:.4s;content:"";position:absolute;bottom:0;top:0;background:rgba(30,29,29,.78);left:0;z-index:9}.page.certificates .identification:hover{top:-10px;box-shadow:0 18px 25px 0 rgba(0,0,0,.11)}.page.certificates .identification:hover:before{background:rgba(30,29,29,.32)}.page.certificates .identification .corporate-identification{height:100%;justify-content:center;position:relative;align-items:center;width:100%;display:flex}.page.certificates .identification .corporate-identification h3{font-size:17px;font-weight:600;font-style:normal;margin-bottom:0;color:#fff;position:relative;letter-spacing:normal;text-align:center;line-height:1.65;font-stretch:normal;margin-top:12px;z-index:9}.page.certificates .identification .corporate-identification h3 span{font-weight:700;display:block}.page.certificates .identification .corporate-identification-item{justify-content:center;right:0;position:absolute;background-size:cover!important;bottom:0;top:0;align-items:center;background-position:50%!important;flex-flow:column;left:0;background-repeat:no-repeat!important;display:flex}.page.certificates .identification .corporate-identification-item img{position:relative;width:154px;z-index:9}.page.certificates .certificate-list a{overflow:hidden;margin-bottom:2rem;display:block}.page.certificates .certificate-list a .certificate-item{height:19rem;transition:.4s}.page.certificates .certificate-list a .certificate-item img{height:100%;max-width:100%;object-fit:cover;margin:0 auto;display:block}@media only screen and (max-width:560px){.page.certificates .certificate-list a .certificate-item img{height:auto;max-width:none;max-height:100%;width:100%}}.page.certificates .certificate-list a:hover .certificate-item{transform:scale(1.1)}.page.certificates-border-radius .certificate-container ul,.page.certificates-border-radius .certificate-list a,.page.certificates-border-radius .identification{border-radius:1.5rem}.page.gallery .gallery-filter .select2-container{width:100%!important}.page.gallery .gallery-filter .btn.btn-primary.btn-block{height:35px;line-height:22px}.page.gallery .gallery-list .card .card-img-top{height:10rem;transition:.4s;object-fit:cover}.page.gallery .gallery-list .card .card-body .card-text,.page.gallery .gallery-list .card .card-body .card-title{color:#07101b}.page.gallery .gallery-list .card:hover .card-img-top{transform:scale(1.05) translateY(-.5rem)}.page.client-comment .media img{height:80px;object-fit:cover;width:80px}.page.projects .card{height:calc(100% - 1rem);justify-content:center}.page.projects .card .card-img-overlay{background:rgba(0,0,0,.1)}.page.projects .card .card-img-overlay .card-title{text-shadow:0 0 .5rem rgba(0,0,0,.5)}.page.sitemap .list-group>li a{margin-bottom:.5rem}.page.sitemap .list-group>li ul{margin-bottom:1rem}.page.sitemap .list-group>li ul li{padding-left:1rem}.page.sitemap .list-group>li ul li a{margin-bottom:.25rem;background:rgba(0,0,0,.05)}.page.sitemap .list-group>li ul li ul li a{background:rgba(0,0,0,.1)}.picture-point .img-pointer{position:relative}.picture-point .img-pointer .img-pointer-dot{position:absolute}.user-screen img.user-screen-avatar{height:39px;width:39px}.proje-list ul li{min-height:245px;position:relative;margin:0 1% 20px;box-shadow:0 1px 15px -3px rgba(0,0,0,.24);width:31%;float:left}.proje-list ul li a{height:100%;display:block}.proje-list ul li img{width:auto!important}.pImage a{position:relative;display:block}.proje-list ul li span{height:200px;justify-content:center;position:relative;align-items:center;background:#000;width:100%;display:flex}h3.proje-title{overflow:hidden;font-size:18px;font-weight:500;color:#000;text-transform:uppercase;max-height:19px;text-align:center;margin:15px 20px;-webkit-line-clamp:1;display:-webkit-box}b.hover{font-size:18px;color:#fff;position:relative;opacity:0;visibility:hidden}.projeBack,b.hover{transition:all .3s ease-out}.projeBack{right:0;position:absolute;background-size:cover!important;opacity:.5;bottom:0;top:0;background-position:50%!important;left:0;background-repeat:no-repeat!important}.proje-list ul li:hover b{opacity:1;visibility:visible}.proje-list ul li:hover .projeBack{opacity:1}.p-title h2{font-size:27px;font-weight:500;margin-bottom:0;text-transform:uppercase}.p-title img{width:200px}.p-title{margin-bottom:40px;border-bottom:1px solid #122c48;padding-bottom:0}.projeBg{height:auto;position:relative;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.projeManset{margin-bottom:10px}.projeOzellik p{font-weight:500;margin-bottom:0}.projeOzellik{margin-top:10px}.proje-slide img{width:100%;display:block}.turItems{width:100%;float:left}.turItems+.turItems{margin-top:20px}.turBaslik h3{font-size:24px;font-weight:500;margin-bottom:20px;text-align:center;margin-top:10px}.projeAciklama p{font-size:15px;line-height:31px}.projeMap{height:350px;width:100%}section.page.projectDetail{padding-bottom:0}.turItems:last-child{margin-bottom:60px}.urunGruplari h5.card-title{font-weight:500;margin-bottom:5px}.urunGruplari .card{min-height:390px}.urunGruplari a .card-img-top{height:250px;justify-content:center;align-items:center;display:flex}.urunGruplari p.card-text{min-height:34px;margin-bottom:0;line-height:normal}.productList .sidebar{padding:25px 0 0;border:2px solid #f4e7da;box-sizing:border-box}.productList .sidebar ul li a{padding:15px;font-size:14px;font-weight:400;color:#36312c;position:relative;border-bottom:1px solid #f5ede4;line-height:normal;font-family:Raleway,sans-serif;display:block}.productList .sidebar>ul>li:last-child>a{border-bottom:none}.productList .sidebar>ul{position:relative;padding-bottom:0}.productList .sidebar>ul>li>ul{padding:0;background:#fbf7f2;width:100%}.productList .side-drop2>ul,li.side-drop>ul{display:none}.sidebar>ul>li>i{right:10px;position:absolute;top:20px}.sidebar>ul>li{position:relative}.sideTitle{font-size:19px;font-weight:500;font-style:normal;letter-spacing:normal;margin:0 10px 30px;background:#f5ede4;font-stretch:normal}.productList .sidebar li h3,.sideTitle{padding:13px 0;color:#000;text-align:center}.productList .sidebar li h3{font-size:20px;font-weight:400;border-top:0;border-bottom:2px solid #f5ede4;margin:0;line-height:normal}ul.costum-scroll{padding:20px!important;display:inline-block}.productList .sidebar>ul>li.active>a{font-weight:700;color:#fff;background:#000}.productList .sidebar .select{padding:0;margin-bottom:20px}.sidebar ul li.side-drop.active>ul{display:block}.productList .sidebar>ul>li>ul>li>ul{padding:0}li.side-drop2.active .opened a{font-weight:700;color:#fff;background:#122c48}li.side-drop.active>a,li.side-drop2.active>a{font-weight:700!important;color:#fff!important;background:#000}li.side-drop.active>ul>li.active>a{font-weight:700;color:#fff;background:#071320;padding-left:15px}li.side-drop.active>ul>li>a{padding:15px 25px!important}.productList .sidebar>ul>li>ul>li>ul>li>a{padding:15px 50px!important}li.side-drop2.active ul{display:block}.allProductList li{margin:0 1%;width:31.3%;display:inline-block}.urunArama h4{font-weight:400;text-transform:uppercase}.bulunan_urun{font-weight:500}.allProductList{margin-top:30px}.searchProduct{margin:0 1%}section.page.productList form{flex-wrap:wrap;width:100%;display:flex}.ajax-basket-btn{border:1px solid red;align-items:center;display:flex}.qty-item{text-align:center;margin:0 30px}.map-responsive{height:400px}.map-responsive iframe{height:400px;width:100%}.contact-bottom{padding:60px 0}section.page.sepetScreen .alert{margin:0 15px 30px;width:calc(100% - 30px)}.sepetScreen i.fa-lira-sign{font-size:80%}.basket-nav .step{justify-content:center;position:relative;flex-direction:column;align-items:center;width:25%;float:left;display:-moz-flex;display:-o-flex;display:flex}.basket-nav{overflow:hidden;padding:20px 0 25px;margin-bottom:35px;border-bottom:1px dashed #ccc;width:100%;display:block;z-index:1}.basket-nav:before{height:1px;content:"";position:absolute;border-bottom:1px dashed #f5ede4;top:62px;left:0;width:100%}.basket-nav .step.active:before{height:3px;transition:width 1.5s ease;content:"";position:absolute;top:41px;background:#000;left:0;width:0;z-index:5}.basket-nav .active.bar:before{width:100%}.basket-nav .step.active .stepIcon{border-color:#603813}.basket-nav .step .stepIcon{height:auto;justify-content:center;border:1px solid #e8dfd4;position:relative;border-radius:200px;background:#fff;width:auto;display:inline-block!important;z-index:5}.basket-nav .step .stepIcon:before{left:-6px}.basket-nav .step .stepIcon a{height:87px;overflow:hidden;text-align:center;align-items:center;width:87px;display:flex}.basket-nav .step .stepIcon a i{border:none;right:0;position:relative;text-align:center;top:0;left:0;width:100%;display:block}.basket-nav .step .stepIcon i:before{font-size:36px;color:#e0d8cd}.basket-nav .step.active i:before{color:#000!important}.basket-nav .step .stepIcon:after{right:-6px}.basket-nav .step .stepIcon:after,.basket-nav .step .stepIcon:before{height:10px;content:"";position:absolute;top:50%;background:#fff;width:5px;margin-top:-5px}.basket-nav .step .stepTitle{padding:10px;text-transform:uppercase;text-align:center;width:100%}.basket-nav .step .stepTitle a{font-size:17px;font-weight:300;color:#000}.basket-nav .step.active .stepTitle a{font-weight:500;color:#000}.sepetUrunBilgi{margin-top:30px}.sepetUrunItem{padding:15px 25px;border:1px solid #e0e0e0;margin-bottom:20px;align-items:center;border-radius:3px;width:100%;margin-top:20px;display:flex}.sepetUrunImg{margin-left:0;width:120px;float:left}.sepetUrunImg img{height:auto;width:100%}.sepetUrunName{padding:0 15px;width:calc(100% - 480px);float:left}.sepetUrunName a.productLink{font-size:14px;font-weight:700;color:#333;display:block}.qty{position:relative;width:120px;float:left}.single p,.sub-total p{font-weight:500;color:#000;margin:0}.delete{text-align:center;width:50px;float:left}.delete a{padding:5px 10px;font-size:12px;font-weight:700;color:#fff;border-radius:5px}.sepetUrunBilgi .qty{width:139px}.qty .qty-plus{border-bottom-right-radius:3px;border-bottom-left-radius:0!important;border-left:0;right:0;border-top-right-radius:3px;border-top-left-radius:0!important;left:90px}.qty span{border-bottom-left-radius:3px;height:100%;justify-content:center;font-size:21px;border:1px solid #122c48;font-weight:300;font-style:normal;color:#fff;transition:all .3s;position:absolute;border-top-left-radius:3px;letter-spacing:normal;top:0;align-items:center;background:#122c48;cursor:pointer;width:34px;line-height:normal;font-stretch:normal;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.qty input{height:40px;padding:0 0 0 15px;font-size:15px;border:1px solid #122c48;font-weight:500;color:#000;text-align:center;margin-left:33px;width:57px;line-height:45px}.sepetUrunBilgi .qty input{height:50px!important;font-size:20px;padding-right:0;line-height:30px}.qty span:hover{color:#fff;background:#000}.single h6,.sub-total h6{font-weight:500}.single i,.sub-total i{font-size:12px;position:relative;top:-1px;margin-left:3px}.sepetUrunName a.productLink:hover{color:#dc3545}p.products_desc{font-size:15px;font-weight:500}.btn-wrapper a i{font-size:14px;margin-right:4px}.siparisOzet{padding:25px 20px;border:1px solid #e0e0e0;margin-bottom:20px;border-radius:3px}.indirimCode{margin-top:20px}.ozetTitle{display:block}.ozetTitle h4{font-weight:500;margin-bottom:20px;border-bottom:1px solid #e0e0e0;text-align:center;padding-bottom:20px}.ozetDetay .item p:first-child{font-weight:500;position:relative;width:50%}.ozetDetay .item p:first-child:after{right:0;content:":";position:absolute;top:-1px}.ozetDetay .item p{margin-bottom:13px}.urunSecim{width:200px}.kuponForm{margin-top:17px}.indirimForm{margin-top:20px}.indirimForm p{font-weight:700;color:red;text-transform:uppercase;text-align:center}.coupon-code pre{font-weight:500;margin-bottom:0;text-align:center;width:100%;margin-top:10px;display:inline-block}.add-coupon{display:none}.ozetDetay{margin-bottom:0;border-bottom:1px solid #e0e0e0;padding-bottom:5px}.btn-cont i{font-size:13px;margin-left:2px}.same-adres{padding:13px;font-size:12px}.same-adres:hover{color:#fff;background:#28a745!important}.siparis-aciklamasi{margin:20px 0}.siparis-aciklamasi h4{font-size:18px;font-weight:500}.d-flex.align-items-center.justify-content-between.basketTitle h4{padding:0;color:#000;background:#fff}.d-flex.align-items-center.justify-content-between.basketTitle a.badge{padding:17px 37px;font-size:15px;font-weight:400}.d-flex.align-items-center.justify-content-between.basketTitle{padding-bottom:20px}.myAdresses ul li{height:250px;padding:0 30px;justify-content:space-between;border:1px solid #e0e0e0;align-items:center;border-radius:3px;width:100%;float:left;display:flex}.myAdresses ul li+li{margin-top:40px}.adresDetay{border-right:1px solid #e0e0e0;justify-content:space-between;margin-right:40px;padding-right:40px;align-items:center;width:72%;display:flex}.d-flex.flex-row.adresSecim{width:28%}.adresBilgi{width:71%}.adresSecim{width:28%}.adresSecim .custom-control+.custom-control{margin-top:14px}.adresBilgi h6{font-size:19px;font-weight:500;margin-bottom:10px}.adresBilgi p{margin-bottom:0;line-height:26px}.adresSecim .custom-control{font-weight:500;margin-right:0!important}.bordColor textarea{border-color:#e0e0e0}.payment-options ul{justify-content:space-around;display:flex}.payment-options ul li a{padding:20px 15px;font-size:15px;font-weight:400;color:#000;border-bottom:2px solid hsla(0,0%,100%,0);display:block}.payment-options ul li.active a{font-weight:700;border-bottom:2px solid #000}.payment-options{margin-bottom:10px}.odemeSecenek{padding:30px;border:1px solid #e0e0e0;color:#000;border-radius:3px;background:#e0e0e0;display:none}.odemeYazi{padding:50px 0;text-align:center}.odemeYazi h4{font-weight:500}h5.odemeAcklama{font-size:18px;font-weight:500;margin-bottom:20px;border-bottom:1px solid #000;padding-bottom:20px}.odemeBilgi p{margin-bottom:0}.odemeImg{max-width:120px}.odemeBilgi{margin-left:30px}.infoGroups,.odemeBanks+.odemeBanks{margin-top:30px}.infoGroups{width:100%;display:inline-block}.adresInfo{height:250px;padding:30px;border:1px solid #e0e0e0;align-items:center;display:flex}.info h6{font-weight:700}.info p{margin-bottom:0;line-height:26px}.forms.d-flex.flex-row.wdOk{float:left!important;margin-top:15px;display:inline-block!important}.forms.d-flex.flex-row.wdOk .custom-control{margin-bottom:8px}.card-wrap{padding:15px;border:1px solid #ccc;margin:auto;background:#fff;width:320px;display:table}.card-type{margin-left:10px;width:30px}.card-type i{font-size:28px}.card-wrap .select2-container .select2-selection--single,.card-wrap input{background:#eee!important}.cvv-type img{right:-100px;transition:all .5s ease;position:absolute;opacity:0;visibility:hidden;top:-15px;width:103px}.cvv-type{position:relative}.cvv-type:hover img{right:-55px;opacity:1;visibility:visible}.cvv-type h6{margin-bottom:0;cursor:pointer;margin-left:8px}.wdOk a{font-weight:700;color:#000}.wdOk label.custom-control-label{font-size:13px}.tableWidth tr td:first-child{width:40%;vertical-align:middle}a.table-link{font-weight:700;color:#000;display:block}.tableWidth tr td{background:none}.siparisOrderDetail .custom-control.custom-radio img{position:relative;top:-6px}.orderCongrat .alert{margin:0 15px 30px 0!important;width:100%!important}.orderCongrat{margin-top:30px}section.page.sepetScreen .alert a{font-weight:500;color:#000}.order-info{margin-top:30px}.belgeTablo tr td,.belgeTablo tr th{padding:15px!important;border:1px solid #00cad7;font-weight:400;font-style:normal;line-height:27px}.belgeTablo tr td,.belgeTablo tr th,.scrollArea.sozlesmeDetay ol li{font-size:14px;color:#095257;letter-spacing:normal;font-family:Montserrat}.wd100.belge .head h4{font-weight:700;margin-bottom:30px}.wd100.belge{padding-top:20px;border-top:1px solid #00cad7;margin-top:30px}.belgeTablo tr th{font-weight:700}.belgeTablo tr td:first-child a{width:100%}.belgeTablo tr td img,.belgeTablo tr td:first-child a{justify-content:center;align-items:center;display:flex}.belgeTablo tr td img{width:80px}.belgeTablo tr th small{font-size:100%;font-weight:700}.belgeTablo tr td i{font-style:normal}.belgeTablo tr td a{color:#000}div#onbilgilendirme_detay .sozlesmeDetay{overflow-y:scroll;padding:50px;border:1px solid #00cad7;max-height:400px;box-sizing:border-box;margin:30px 0;background:#fff;background:#eafdfe!important;width:calc(100% - 30px)}table.ozelTablo6.productsL tr td{padding:10px;border:1px solid #00cad7;text-align:center}table.ozelTablo6.productsL{width:100%}.scrollArea.sozlesmeDetay p{line-height:normal;line-height:27px}.scrollArea.sozlesmeDetay p,.scrollArea.sozlesmeDetay ul li{font-size:14px;font-weight:400;color:#095257;letter-spacing:normal}.scrollArea.sozlesmeDetay ul li{list-style-type:disc;margin-left:20px;line-height:2}.info p:first-child{font-size:18px;text-align:center}h4.scrollHead.inlineS{font-size:26px;color:#1c8d90;text-transform:uppercase;text-align:center;margin:30px auto;display:table}.scrollArea.sozlesmeDetay ol li{font-size:14px;font-weight:400;color:#095257;list-style-type:inherit;letter-spacing:normal;margin-left:15px;line-height:2}.scrollArea.sozlesmeDetay{overflow-y:scroll;padding:50px;border:1px solid #00cad7;max-height:400px;box-sizing:border-box;margin:30px 0;background:#fff;background:#eafdfe!important;width:calc(100% - 30px)}.about-us-four-top .about-content{padding:100px 0 50px;text-align:left}.about-us-four-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px;color:#000}.about-us-four-top .about-content p{font-size:15px;font-weight:400;color:#000;line-height:26px}.about-us-four-mid{position:relative}.about-us-four-mid:before{background-color:#f2f2f2;left:0}.about-us-four-mid:after,.about-us-four-mid:before{height:100%;content:"";position:absolute;top:0;width:50%;z-index:-1}.about-us-four-mid:after{right:0;background-color:#e3dfdf}.about-us-four-mid .mission{padding:55px 60px 55px 0}.about-us-four-mid .vision{padding:55px 0 55px 60px}.about-us-four-bottom{margin:50px 0}.about-us-four-bottom .left{height:100%;justify-content:space-between;align-items:center;display:flex}.about-us-four-bottom .left p{font-size:25px;font-weight:700;margin-bottom:0;color:#000;text-align:left}.about-us-four-bottom .left .album-gallery-arrows span{height:30px;border:1px solid #414141;text-align:center;cursor:pointer;width:35px;display:block}.about-us-four-bottom .left .album-gallery-arrows span:first-child{border-bottom:none}.about-us-four-bottom .about-gallery .swiper-button-next,.about-us-four-bottom .about-gallery .swiper-button-prev{display:none}.about-us-four-bottom .about-gallery .gallery-img{height:215px;max-width:235px}.about-us-four-bottom .about-gallery .gallery-img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:991px){.about-us-four-top .about-content{padding-top:50px}.about-us-four-top .about-content h2{font-size:23px}.about-us-four-mid .mission,.about-us-four-mid .vision{padding:55px 0}.about-us-four-mid .mission h2,.about-us-four-mid .vision h2{font-size:23px}.about-us-four-mid:before{height:50%;right:0;top:0;left:0;width:100%}.about-us-four-mid:after{height:50%;right:0;bottom:0;top:50%;left:0;width:100%}.about-us-four-bottom .left{padding-bottom:25px}.about-us-four-bottom .left p{font-size:20px}.about-us-four-bottom .left .album-gallery-arrows{flex-direction:row-reverse;display:flex}.about-us-four-bottom .left .album-gallery-arrows span:first-child{border-bottom:1px solid #414141}}.about-us-five{padding:100px 0 80px}.about-us-five-top{padding-bottom:70px}.about-us-five-top .about-content{color:#000;text-align:left}.about-us-five-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px}.about-us-five-top .about-content p{font-size:15px;font-weight:400;line-height:26px}.about-us-five-mid .mission,.about-us-five-mid .vision{padding:50px 40px;border:1px solid #000;text-align:left}.about-us-five-mid .mission h2,.about-us-five-mid .vision h2{font-size:23px;font-weight:700}.about-us-five-mid .mission p,.about-us-five-mid .vision p{font-size:15px;font-weight:400}.about-us-five-bottom{padding-top:60px}.about-us-five-bottom .about-gallery{padding:0 80px}.about-us-five-bottom .about-gallery-title{margin-bottom:30px;text-align:center}.about-us-five-bottom .about-gallery-title h3{font-size:25px}.about-us-five-bottom .about-gallery .gallery-img{height:215px;max-width:235px}.about-us-five-bottom .about-gallery .gallery-img img{height:100%;object-fit:cover;width:100%}.about-us-five-bottom .about-gallery .buttons .swiper-button-next,.about-us-five-bottom .about-gallery .buttons .swiper-button-prev{height:30px;top:65%;width:20px;background-image:none}@media only screen and (max-width:991px){.about-us-five{padding:50px 0}.about-us-five-top{padding-bottom:50px}.about-us-five-top .about-content h2{font-size:25px}.about-us-five-mid .mission h2,.about-us-five-mid .vision h2{font-size:20px;font-weight:700}.about-us-five-bottom .about-gallery-title h2{font-size:20px}}@media only screen and (max-width:767px){.about-us-five-mid .mission{margin-bottom:25px}.about-us-five-bottom .about-gallery{padding:0 20px}.about-us-five-bottom .about-gallery .gallery-img{max-width:auto;width:100%}}.about-us-six{padding:100px 0 80px}.about-us-six-top{padding-bottom:70px}.about-us-six-top .about-content{color:#000;text-align:left}.about-us-six-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px}.about-us-six-top .about-content p{font-size:15px;font-weight:400;line-height:26px}.about-us-six-mid{position:relative}.about-us-six-mid:before{height:50%;right:0;content:"";position:absolute;top:0;background:#f2f2f2;left:0}.about-us-six-mid .mission,.about-us-six-mid .vision{padding:65px 0;justify-content:space-between;align-items:center;display:flex}.about-us-six-mid .mission h2,.about-us-six-mid .vision h2{font-size:23px;font-weight:700;display:inline-flex}.about-us-six-mid .mission h2 span,.about-us-six-mid .vision h2 span{margin-right:10px}.about-us-six-mid .mission p,.about-us-six-mid .vision p{font-size:15px;font-weight:400;line-height:26px}.about-us-six-mid .mission h2{padding-right:25px}.about-us-six-mid .vision{flex-direction:row-reverse;text-align:right}.about-us-six-mid .vision h2{padding-left:50px}.about-us-six-bottom{margin:50px 0}.about-us-six-bottom .left{height:100%;flex-wrap:wrap;display:flex}.about-us-six-bottom .left p{font-size:35px;font-weight:700;margin-bottom:0;color:#000;align-self:center;text-align:left;width:100%}.about-us-six-bottom .left .swiper-pages{flex-direction:row-reverse;align-items:flex-end;width:100%;display:flex}.about-us-six-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction{font-size:20px;color:#6c6c6c;bottom:1px;left:50%;width:auto;user-select:none}.about-us-six-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction span.swiper-pagination-current{font-weight:700;color:#000}.about-us-six-bottom .left .album-gallery-arrows{flex-direction:row-reverse;display:flex}.about-us-six-bottom .left .album-gallery-arrows span{height:30px;text-align:center;cursor:pointer;width:35px;display:block}.about-us-six-bottom .left .album-gallery-arrows span:first-child{border-bottom:none}.about-us-six-bottom .about-gallery .swiper-button-next,.about-us-six-bottom .about-gallery .swiper-button-prev{display:none}.about-us-six-bottom .about-gallery .gallery-img{height:230px;max-width:280px}.about-us-six-bottom .about-gallery .gallery-img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:991px){.about-us-six{padding:50px 0}.about-us-six-top{padding-bottom:50px}.about-us-six-top .about-content h2{font-size:25px}.about-us-six-mid .mission,.about-us-six-mid .vision{padding:50px 0}.about-us-six-mid .mission h2,.about-us-six-mid .vision h2{font-size:20px}.about-us-six-bottom{margin:0 0 50px}.about-us-six-bottom .left p{font-size:25px}.about-us-six-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction{left:10%}}@media only screen and (max-width:767px){.about-us-six-mid .mission,.about-us-six-mid .vision{flex-wrap:wrap}.about-us-six-mid .mission p,.about-us-six-mid .vision p{width:100%}.about-us-six-bottom .left{margin-bottom:25px}.about-us-six-bottom .left p{padding-bottom:10px}.about-us-six-bottom .left .swiper-pages{position:relative;top:-20px}.about-us-six-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction{left:0}.about-us-six-bottom .about-gallery .gallery-img{height:150px;max-width:auto;width:100%}}.about-us-seven{padding:100px 0 80px}.about-us-seven-top{padding-bottom:70px}.about-us-seven-top .about-content{color:#000;text-align:left}.about-us-seven-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px}.about-us-seven-top .about-content p{font-size:15px;font-weight:400;line-height:26px}.about-us-seven-bottom{margin:50px 0}.about-us-seven-bottom .left{height:100%;flex-wrap:wrap;display:flex}.about-us-seven-bottom .left p{font-size:35px;font-weight:700;margin-bottom:0;color:#000;align-self:center;text-align:left;width:100%}.about-us-seven-bottom .left .swiper-pages{flex-direction:row-reverse;align-items:flex-end;width:100%;display:flex}.about-us-seven-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction{font-size:20px;color:#6c6c6c;bottom:1px;left:50%;width:auto;user-select:none}.about-us-seven-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction span.swiper-pagination-current{font-weight:700;color:#000}.about-us-seven-bottom .left .album-gallery-arrows{flex-direction:row-reverse;display:flex}.about-us-seven-bottom .left .album-gallery-arrows span{height:30px;text-align:center;cursor:pointer;width:35px;display:block}.about-us-seven-bottom .left .album-gallery-arrows span:first-child{border-bottom:none}.about-us-seven-bottom .about-gallery .swiper-button-next,.about-us-seven-bottom .about-gallery .swiper-button-prev{display:none}.about-us-seven-bottom .about-gallery .gallery-img{height:230px;max-width:280px}.about-us-seven-bottom .about-gallery .gallery-img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:991px){.about-us-seven{padding:50px 0}.about-us-seven-top{padding-bottom:50px}.about-us-seven-top .about-content h2{font-size:25px}.about-us-seven-bottom{margin:0 0 50px}.about-us-seven-bottom .left p{font-size:25px}.about-us-seven-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction{left:10%}}@media only screen and (max-width:767px){.about-us-seven-bottom .left{margin-bottom:25px}.about-us-seven-bottom .left p{padding-bottom:10px}.about-us-seven-bottom .left .swiper-pages{position:relative;top:-20px}.about-us-seven-bottom .left .swiper-pages .swiper-pagination.swiper-pagination-fraction{left:0}.about-us-seven-bottom .about-gallery .gallery-img{height:150px;max-width:auto;width:100%}}.about-us-eight-top{padding:75px 0;color:#000}.about-us-eight-top .about-content{padding-right:45px}.about-us-eight-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px;text-align:left}.about-us-eight-top .about-content-img{height:370px;max-width:400px}.about-us-eight-top .about-content-img img{height:100%;object-fit:cover;width:100%}.about-us-eight-top .about-text{padding-top:40px}.about-us-eight-top .about-text p{font-size:15px;font-weight:400;line-height:26px}.about-us-eight-top .about-text :last-child{margin-bottom:0}@media only screen and (max-width:991px){.about-us-eight-top .about-content{position:sticky;padding-right:0;top:100px;left:0}.about-us-eight-top .about-content-img{height:300px}}.about-us-nine-top{padding:75px 0;color:#000}.about-us-nine-top .about-content{padding-right:45px}.about-us-nine-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px;text-align:left}.about-us-nine-top .about-content-img{height:370px;max-width:400px}.about-us-nine-top .about-content-img img{height:100%;object-fit:cover;width:100%}.about-us-nine-top .about-text{padding-top:40px}.about-us-nine-top .about-text p{font-size:15px;font-weight:400;line-height:26px}.about-us-nine-top .about-text :last-child{margin-bottom:0}.about-us-nine-mid .mission,.about-us-nine-mid .vision{padding:50px 40px;border:1px solid #000;text-align:left}.about-us-nine-mid .mission h2,.about-us-nine-mid .vision h2{font-size:23px;font-weight:700}.about-us-nine-mid .mission p,.about-us-nine-mid .vision p{font-size:15px;font-weight:400;margin-bottom:0}.about-us-nine-bottom{margin:50px 0}.about-us-nine-bottom .left{height:100%;justify-content:space-between;align-items:center;display:flex}.about-us-nine-bottom .left p{font-size:25px;font-weight:700;margin-bottom:0;color:#000;text-align:left}.about-us-nine-bottom .left .album-gallery-arrows span{height:30px;border:1px solid #414141;text-align:center;cursor:pointer;width:35px;display:block}.about-us-nine-bottom .left .album-gallery-arrows span:first-child{border-bottom:none}.about-us-nine-bottom .about-gallery .swiper-button-next,.about-us-nine-bottom .about-gallery .swiper-button-prev{display:none}.about-us-nine-bottom .about-gallery .gallery-img{height:215px;max-width:235px}.about-us-nine-bottom .about-gallery .gallery-img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:991px){.about-us-nine-top .about-content{position:sticky;padding-right:0;top:100px;left:0}.about-us-nine-top .about-content-img{height:300px}}@media only screen and (max-width:767px){.about-us-nine-bottom .left{margin-bottom:25px}.about-us-nine .about-gallery .gallery-img{height:150px}.about-us-nine-mid .mission{margin-bottom:25px}}.about-us-ten-top{padding:75px 0;color:#000}.about-us-ten-top .about-content{padding-right:45px}.about-us-ten-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px;text-align:left}.about-us-ten-top .about-content-img{height:370px;max-width:400px}.about-us-ten-top .about-content-img img{height:100%;object-fit:cover;width:100%}.about-us-ten-top .about-text{padding-top:40px}.about-us-ten-top .about-text p{font-size:15px;font-weight:400;line-height:26px}.about-us-ten-top .about-text :last-child{margin-bottom:0}.about-us-ten-bottom{margin:50px 0}.about-us-ten-bottom .left{height:100%;justify-content:space-between;align-items:center;display:flex}.about-us-ten-bottom .left p{font-size:25px;font-weight:700;margin-bottom:0;color:#000;text-align:left}.about-us-ten-bottom .left .album-gallery-arrows span{height:30px;border:1px solid #414141;text-align:center;cursor:pointer;width:35px;display:block}.about-us-ten-bottom .left .album-gallery-arrows span:first-child{border-bottom:none}.about-us-ten-bottom .about-gallery .swiper-button-next,.about-us-ten-bottom .about-gallery .swiper-button-prev{display:none}.about-us-ten-bottom .about-gallery .gallery-img{height:215px;max-width:235px}.about-us-ten-bottom .about-gallery .gallery-img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:991px){.about-us-ten-top .about-content{position:sticky;padding-right:0;top:100px;left:0}.about-us-ten-top .about-content-img{height:300px}}@media only screen and (max-width:767px){.about-us-ten-top{padding:50px 0 0}.about-us-ten-bottom .left{margin-bottom:25px}.about-us-ten .about-gallery .gallery-img{height:150px}}.about-us-eleven{padding:50px 0}.about-us-eleven-top .about-content{padding:50px 0;text-align:left}.about-us-eleven-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px;color:#000}.about-us-eleven-top .about-content p{font-size:15px;font-weight:400;color:#000;line-height:26px}.about-us-eleven-mid{position:relative}.about-us-eleven-mid:before{background-color:#f2f2f2;left:0}.about-us-eleven-mid:after,.about-us-eleven-mid:before{height:100%;content:"";position:absolute;top:0;width:50%;z-index:-1}.about-us-eleven-mid:after{right:0;background-color:#e3dfdf}.about-us-eleven-mid .mission{padding:55px 60px 55px 0}.about-us-eleven-mid .vision{padding:55px 0 55px 60px}@media only screen and (max-width:991px){.about-us-eleven-top .about-content{padding-top:50px}.about-us-eleven-top .about-content h2{font-size:23px}.about-us-eleven-mid .mission,.about-us-eleven-mid .vision{padding:55px 0}.about-us-eleven-mid .mission h2,.about-us-eleven-mid .vision h2{font-size:23px}.about-us-eleven-mid:before{height:50%;right:0;top:0;left:0;width:100%}.about-us-eleven-mid:after{height:50%;right:0;bottom:0;top:50%;left:0;width:100%}.about-us-eleven-bottom .left{padding-bottom:25px}.about-us-eleven-bottom .left p{font-size:20px}.about-us-eleven-bottom .left .album-gallery-arrows{flex-direction:row-reverse;display:flex}.about-us-eleven-bottom .left .album-gallery-arrows span:first-child{border-bottom:1px solid #414141}}.about-us-twelve{padding:100px 0 80px}.about-us-twelve-top{padding-bottom:70px}.about-us-twelve-top .about-content{color:#000;text-align:left}.about-us-twelve-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px}.about-us-twelve-top .about-content p{font-size:15px;font-weight:400;line-height:26px}.about-us-twelve-mid .mission,.about-us-twelve-mid .vision{padding:50px 40px;border:1px solid #000;text-align:left}.about-us-twelve-mid .mission h2,.about-us-twelve-mid .vision h2{font-size:23px;font-weight:700}.about-us-twelve-mid .mission p,.about-us-twelve-mid .vision p{font-size:15px;font-weight:400}@media only screen and (max-width:991px){.about-us-twelve{padding:50px 0}.about-us-twelve-top{padding-bottom:50px}.about-us-twelve-top .about-content h2{font-size:25px}.about-us-twelve-mid .mission h2,.about-us-twelve-mid .vision h2{font-size:20px;font-weight:700}.about-us-twelve-mid .mission{margin-bottom:25px}}@media only screen and (max-width:767px){.about-us-twelve-mid .mission{margin-bottom:25px}}.about-us-thirteen{padding:100px 0 80px}.about-us-thirteen-top{padding-bottom:70px}.about-us-thirteen-top .about-content{color:#000;text-align:left}.about-us-thirteen-top .about-content h2{font-size:35px;font-weight:700;margin-bottom:25px}.about-us-thirteen-top .about-content p{font-size:15px;font-weight:400;line-height:26px}.about-us-thirteen-mid{position:relative}.about-us-thirteen-mid:before{height:50%;right:0;content:"";position:absolute;top:0;background:#f2f2f2;left:0}.about-us-thirteen-mid .mission,.about-us-thirteen-mid .vision{padding:65px 0;justify-content:space-between;align-items:center;display:flex}.about-us-thirteen-mid .mission h2,.about-us-thirteen-mid .vision h2{font-size:23px;font-weight:700;display:inline-flex}.about-us-thirteen-mid .mission h2 span,.about-us-thirteen-mid .vision h2 span{margin-right:10px}.about-us-thirteen-mid .mission p,.about-us-thirteen-mid .vision p{font-size:15px;font-weight:400;line-height:26px}.about-us-thirteen-mid .mission h2{padding-right:25px}.about-us-thirteen-mid .vision{flex-direction:row-reverse;text-align:right}.about-us-thirteen-mid .vision h2{padding-left:50px}@media only screen and (max-width:991px){.about-us-thirteen{padding:50px 0}.about-us-thirteen-top{padding-bottom:50px}.about-us-thirteen-top .about-content h2{font-size:25px}.about-us-thirteen-mid .mission,.about-us-thirteen-mid .vision{padding:50px 0}.about-us-thirteen-mid .mission h2,.about-us-thirteen-mid .vision h2{font-size:20px}}@media only screen and (max-width:767px){.about-us-thirteen-mid .mission,.about-us-thirteen-mid .vision{flex-wrap:wrap}.about-us-thirteen-mid .mission p,.about-us-thirteen-mid .vision p{width:100%}}.blogs-two{padding:120px 0 70px}.blogs-two .blog-sidebar{margin-bottom:100px;position:sticky;top:30px;left:0}.blogs-two .blog-sidebar .search{margin-bottom:45px}.blogs-two .blog-sidebar .search .searchbox{height:40px;position:relative}.blogs-two .blog-sidebar .search .searchbox input{height:40px;border:0;position:absolute;border-bottom:1px solid #b2b2b2;padding-right:30px;top:0;left:0;width:100%}.blogs-two .blog-sidebar .search .searchbox button{transform:translateY(-50%);border:0;right:0;position:absolute;outline:none;top:50%;background:0}.blogs-two .blog-sidebar .side-sections{margin-bottom:50px;text-align:left}.blogs-two .blog-sidebar .side-sections:hover .title:before{width:100%}.blogs-two .blog-sidebar .side-sections .title{position:relative;border-bottom:1px solid #000;padding-bottom:15px}.blogs-two .blog-sidebar .side-sections .title:before{height:3px;transition:.4s;content:"";position:absolute;bottom:-2px;background-color:#000;width:25%}.blogs-two .blog-sidebar .side-sections .title span{font-size:14px;font-weight:700;color:#000}.blogs-two .blog-sidebar .side-sections .items{padding-top:6px}.blogs-two .blog-sidebar .side-sections .items .item{border-bottom:1px solid #d8d8d8}.blogs-two .blog-sidebar .side-sections .items .item a{height:100%;padding:10px 5px;font-size:14px;color:#b4b4b4;width:100%;display:inline-block}.blogs-two .blog-sidebar .side-sections .items .item .active{color:#000;background-color:#b4b4b4}.blogs-two .blog-sidebar .side-sections .items .item :hover{color:#fff;background-color:#b4b4b4}.blogs-two .blogs-wrapper{padding-left:10px}.blogs-two .blogs-wrapper .item{margin-bottom:25px;border-bottom:1px solid rgba(83,83,83,.2);padding-bottom:25px}.blogs-two .blogs-wrapper .item .blog-img{height:300px;width:100%}.blogs-two .blogs-wrapper .item .blog-img img{height:100%;object-fit:cover;width:100%}.blogs-two .blogs-wrapper .item .blog-content{padding:0 22px}.blogs-two .blogs-wrapper .item .blog-content .date-and-title{padding:15px 0;justify-content:flex-start;align-items:center;display:flex}.blogs-two .blogs-wrapper .item .blog-content .date-and-title .date{height:65px;padding:9px 5px;font-size:14px;border:1px solid #535353;font-weight:700;color:#2e2923;min-width:65px;text-align:center;line-height:16px}.blogs-two .blogs-wrapper .item .blog-content .date-and-title .date>span{display:block}.blogs-two .blogs-wrapper .item .blog-content .date-and-title .date :nth-child(2){color:#b4b4b4}.blogs-two .blogs-wrapper .item .blog-content .date-and-title .title{padding-left:25px}.blogs-two .blogs-wrapper .item .blog-content .date-and-title .title>a{font-size:16px;font-weight:700;color:#18181a}.blogs-two .blogs-wrapper .item .blog-content .date-and-title .title :hover{color:#535353}.blogs-two .blogs-wrapper .item .blog-content .text{padding-bottom:15px}.blogs-two .blogs-wrapper .item .blog-content .text>p{font-size:14px;font-weight:400;margin-bottom:0;color:#b4b4b4;line-height:16px}.blogs-two .blogs-wrapper .item .blog-content .detail-button{padding-top:20px;text-align:right}.blogs-two .blogs-wrapper .item .blog-content .detail-button>a{padding:12px 20px;font-size:14px;border:1px solid #535353;color:#fff;background-color:#535353;display:inline-block}.blogs-two .blogs-wrapper .item .blog-content .detail-button :hover{border:1px solid #535353;color:#535353;background:#fff}.blogs-two .blogs-wrapper :last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}nav ul.pagination{padding-top:50px;justify-content:center;margin-right:-5px;margin-left:-5px}nav ul.pagination li.page-item{padding:0 5px}nav ul.pagination li.page-item a.page-link{border-color:#e9e9e9;height:40px;padding:0;justify-content:center;font-size:14px;font-weight:700;color:#535353;align-items:center;border-radius:8px;width:40px;display:flex}nav ul.pagination li.page-item a.page-link:focus{box-shadow:none}nav ul.pagination li.page-item.active a.page-link{color:#fff;background-color:#080808}@media only screen and (max-width:767px){.blogs-two{padding:50px 0}.blogs-two .blog-sidebar{position:unset}.blogs-two .blogs-wrapper{padding-left:0}.blogs-two .blogs-wrapper .item .blog-content{padding:0}}.blogs-three{padding:120px 0 70px}.blogs-three .blog-sidebar{margin-bottom:100px;position:sticky;top:30px;left:0}.blogs-three .blog-sidebar .search{margin-bottom:45px}.blogs-three .blog-sidebar .search .searchbox{height:40px;position:relative}.blogs-three .blog-sidebar .search .searchbox input{height:40px;border:0;position:absolute;border-bottom:1px solid #b2b2b2;padding-right:30px;top:0;left:0;width:100%}.blogs-three .blog-sidebar .search .searchbox button{transform:translateY(-50%);border:0;right:0;position:absolute;outline:none;top:50%;background:0}.blogs-three .blog-sidebar .side-sections{margin-bottom:50px;text-align:left}.blogs-three .blog-sidebar .side-sections:hover .title:before{width:100%}.blogs-three .blog-sidebar .side-sections .title{position:relative;border-bottom:1px solid #000;padding-bottom:15px}.blogs-three .blog-sidebar .side-sections .title:before{height:3px;transition:.4s;content:"";position:absolute;bottom:-2px;background-color:#000;width:25%}.blogs-three .blog-sidebar .side-sections .title span{font-size:14px;font-weight:700;color:#000}.blogs-three .blog-sidebar .side-sections .items{padding-top:6px}.blogs-three .blog-sidebar .side-sections .items .item{border-bottom:1px solid #d8d8d8}.blogs-three .blog-sidebar .side-sections .items .item a{height:100%;padding:10px 5px;font-size:14px;color:#b4b4b4;width:100%;display:inline-block}.blogs-three .blog-sidebar .side-sections .items .item .active{color:#000;background-color:#b4b4b4}.blogs-three .blog-sidebar .side-sections .items .item :hover{color:#fff;background-color:#b4b4b4}.blogs-three .blogs-wrapper{padding-left:10px}.blogs-three .blogs-wrapper .item{padding-bottom:50px}.blogs-three .blogs-wrapper .item .blog-img{height:300px;width:100%}.blogs-three .blogs-wrapper .item .blog-img a{height:100%;width:100%;display:block}.blogs-three .blogs-wrapper .item .blog-img a img{height:100%;object-fit:cover;width:100%}.blogs-three .blogs-wrapper .item .blog-content .date-and-title{padding:15px 0;justify-content:flex-start;flex-wrap:wrap;align-items:center;display:flex}.blogs-three .blogs-wrapper .item .blog-content .date-and-title .date{padding:10px 0 15px;font-size:14px;font-weight:400;color:#b4b4b4;text-align:left;width:100%;line-height:16px}.blogs-three .blogs-wrapper .item .blog-content .date-and-title .title>a{font-size:16px;font-weight:700;color:#18181a}.blogs-three .blogs-wrapper .item .blog-content .date-and-title .title :hover{color:#535353}.blogs-three .blogs-wrapper .item .blog-content .text{padding-bottom:15px}.blogs-three .blogs-wrapper .item .blog-content .text>p{font-size:14px;font-weight:400;margin-bottom:0;color:#b4b4b4;line-height:16px}.blogs-three .blogs-wrapper .item .blog-content .detail-button{padding-top:20px;text-align:left}.blogs-three .blogs-wrapper .item .blog-content .detail-button>a{padding:12px 20px;font-size:14px;border:1px solid #535353;color:#fff;background-color:#535353;display:inline-block}.blogs-three .blogs-wrapper .item .blog-content .detail-button :hover{border:1px solid #535353;color:#535353;background:#fff}@media only screen and (max-width:767px){.blogs-three{padding:50px 0}.blogs-three .blog-sidebar{position:unset}.blogs-three .blogs-wrapper{padding-left:0}.blogs-three .blogs-wrapper .item .blog-content{padding:0}}.blog-two{padding:50px 0}.blog-two .blog-detail .blog-detail-img{height:410px;width:100%}.blog-two .blog-detail .blog-detail-img img{height:100%;object-fit:cover;width:100%}.blog-two .blog-detail .blog-content{padding:20px 5px}.blog-two .blog-detail .blog-content .date span{font-size:13px;font-weight:400;color:#000;text-align:left}.blog-two .blog-detail .blog-content .title{padding:12px 0}.blog-two .blog-detail .blog-content .title h2{font-size:18px;font-weight:700;color:#000;text-align:left}.blog-two .blog-detail .blog-content .text p{font-size:14px;font-weight:400;color:#b4b4b4;text-align:left;line-height:26px}.blog-three{padding:50px 0}.blog-three .blog-detail .blog-detail-img{height:410px;position:relative;top:0;left:0;width:100%}.blog-three .blog-detail .blog-detail-img:before{right:0;content:"";position:absolute;bottom:0;top:0;background:linear-gradient(90deg,hsla(0,0%,100%,.58) 0,hsla(0,0%,100%,0));left:0}.blog-three .blog-detail .blog-detail-img img{height:100%;object-fit:cover;width:100%}.blog-three .blog-detail .blog-detail-img .date{position:absolute;top:40%;left:20px}.blog-three .blog-detail .blog-detail-img .date span{font-size:14px;font-weight:400;color:#b4b4b4;text-align:left}.blog-three .blog-detail .blog-detail-img .title{padding-top:5px;right:20px;position:absolute;max-width:350px;top:45%;left:20px}.blog-three .blog-detail .blog-detail-img .title h2{font-size:16px;font-weight:700;margin-bottom:0;color:#18181a}.blog-three .blog-detail .blog-content{padding:30px 5px}.blog-three .blog-detail .blog-content .text p{font-size:14px;font-weight:400;color:#b4b4b4}.services-two{padding:100px 0}.services-two-item{height:350px;border:1px solid #e6e5e5;margin-bottom:15px}.services-two-item-container{max-height:350px}.services-two-item-container-img{height:260px;overflow:hidden;width:100%}.services-two-item-container-img a{height:100%;width:100%;display:block}.services-two-item-container-img a img{height:100%;transition:.6s;object-fit:cover;width:100%}.services-two-item-container-title{height:90px;width:100%}.services-two-item-container-title a{height:100%;padding:10px 65px;justify-content:center;font-size:15px;font-weight:700;color:#438381;transition:.4s;text-align:center;align-items:center;width:100%;line-height:17px;display:flex}.services-two-item-container-title a:hover{color:#1c4241}.services-two-item:hover .services-two-item-container-img>a>img{transform:scale(1.2)}.services-three{padding:100px 0}.services-three-item{height:265px;margin-bottom:15px}.services-three-item-container{height:100%;position:relative;top:0;left:0;width:100%}.services-three-item-container-img{right:0;position:absolute;bottom:0;top:0;left:0}.services-three-item-container-img a{height:100%;overflow:hidden;width:100%;display:block}.services-three-item-container-img a img{height:100%;transition:.6s;object-fit:cover;width:100%}.services-three-item-container-title{right:15%;position:absolute;bottom:0;background:#fff;left:15%}.services-three-item-container-title a{min-height:50px;padding:10px;justify-content:center;font-size:15px;font-weight:700;color:#438381;transition:.4s;text-align:center;align-items:center;width:100%;line-height:17px;display:flex}.services-three-item:hover .services-three-item-container-img>a>img{transform:scale(1.2)}.services-three-item:hover .services-three-item-container-title>a{color:#1c4241}.services-four{padding:100px 0}.services-four-item{height:265px;margin-bottom:15px}.services-four-item-container{height:100%;position:relative;top:0;left:0;width:100%}.services-four-item-container-img{right:0;position:absolute;bottom:0;top:0;left:0}.services-four-item-container-img a{height:100%;overflow:hidden;width:100%;display:block}.services-four-item-container-img a img{height:100%;transition:.6s;object-fit:cover;width:100%}.services-four-item-container-title{right:30%;position:absolute;bottom:0;left:30%;z-index:2}.services-four-item-container-title a{min-height:50px;padding:10px;justify-content:center;font-size:15px;font-weight:700;color:#fff;transition:.4s;text-align:center;align-items:center;width:100%;line-height:22px;display:flex}.services-four-item-container-img a:before{right:0;content:"";position:absolute;bottom:0;top:0;background:rgba(0,0,0,.3);left:0;z-index:1}.services-four-item:hover .services-four-item-container-img>a>img,.services-four-item:hover .services-four-item-container-title>a{transform:scale(1.2)}@media only screen and (max-width:991px){.services-four-item-container-title{right:5%;left:5%}}.services-five{padding:100px 0}.services-five-item{height:470px;border:1px solid #e6e5e5;margin-bottom:15px}.services-five-item-container{max-height:470px}.services-five-item-container-img{height:370px;overflow:hidden;width:100%}.services-five-item-container-img a{height:100%;width:100%;display:block}.services-five-item-container-img a img{height:100%;transition:.6s;object-fit:cover;width:100%}.services-five-item-container-title{height:100px;width:100%}.services-five-item-container-title a{height:100%;padding:10px 65px;justify-content:center;font-size:15px;font-weight:700;color:#438381;transition:.4s;text-align:center;align-items:center;width:100%;line-height:17px;display:flex}.services-five-item-container-title a:hover{color:#1c4241}.services-five-item:hover .services-five-item-container-img>a>img{transform:scale(1.2)}.services-six{padding:100px 0}.services-six-item{height:340px;border:1px solid #e6e5e5;margin-bottom:15px}.services-six-item-container{max-height:340px}.services-six-item-container-img{height:160px;overflow:hidden;width:100%}.services-six-item-container-img a{height:100%;width:100%;display:block}.services-six-item-container-img a img{height:100%;transition:.6s;object-fit:cover;object-position:top;width:100%}.services-six-item-container-title{padding:20px 35px;width:100%}.services-six-item-container-title a{height:100%;padding:10px 0;justify-content:center;font-size:15px;font-weight:700;color:#438381;transition:.4s;text-align:center;align-items:center;width:100%;line-height:17px;display:flex}.services-six-item-container-title a:hover{color:#1c4241}.services-six-item-container-title p{font-size:15px;margin-bottom:0;color:#a2a2a2;line-height:17px}.services-six-item:hover .services-six-item-container-img>a>img{transform:scale(1.2)}.services-detail{padding:100px 0}.services-detail-img{height:410px;position:relative;width:100%}.services-detail-img img{height:100%;object-fit:cover;width:100%}.services-detail-img button{height:55px;transform:translateX(-50%);font-size:14px;border:1px solid #fff;font-weight:700;right:0;color:#000;text-transform:capitalize;position:absolute;top:0;border-radius:0;background:#fff;left:50%;width:50%}.services-detail-img button:hover{border-color:#a2a2a2;color:#fff;background:#a2a2a2}.services-detail-img button:focus{box-shadow:none}.services-detail-content{padding:50px 100px}.services-detail-content .title h2{font-size:30px;color:#000;line-height:34px}.services-detail-content .text p{font-size:15px;color:#a2a2a2;line-height:26px}.solutions{padding:100px 0}.solutions-item{height:340px;border:1px solid #e6e5e5;margin-bottom:15px}.solutions-item-container{max-height:340px}.solutions-item-container-img{height:160px;overflow:hidden;width:100%}.solutions-item-container-img a{height:100%;width:100%;display:block}.solutions-item-container-img a img{height:100%;transition:.6s;object-fit:cover;object-position:top;width:100%}.solutions-item-container-title{padding:20px 35px;width:100%}.solutions-item-container-title a{height:100%;padding:10px 0;justify-content:center;font-size:15px;font-weight:700;color:#438381;transition:.4s;text-align:center;align-items:center;width:100%;line-height:17px;display:flex}.solutions-item-container-title a:hover{color:#1c4241}.solutions-item-container-title p{font-size:15px;margin-bottom:0;color:#a2a2a2;line-height:17px}.solutions-item:hover .solutions-item-container-img>a>img{transform:scale(1.2)}.solution-detail{padding:100px 0}.solution-detail-img{height:410px;width:100%}.solution-detail-img img{height:100%;object-fit:cover;width:100%}.solution-detail-img button{height:55px;transform:translateX(-50%);font-size:14px;border:1px solid #fff;font-weight:700;right:0;color:#000;text-transform:capitalize;position:absolute;top:0;border-radius:0;background:#fff;left:50%;width:50%}.solution-detail-img button:hover{border-color:#a2a2a2;color:#fff;background:#a2a2a2}.solution-detail-img button:focus{box-shadow:none}.solution-detail-content{padding:50px 100px}.solution-detail-content .title h2{font-size:30px;color:#000;line-height:34px}.solution-detail-content .text p{font-size:15px;color:#a2a2a2;line-height:26px}.modal-dialog.modal-dialog-centered{max-width:750px}.modal-dialog.modal-dialog-centered .modal-content .modal-header{padding-top:30px;justify-content:center;border:none;align-items:center}.modal-dialog.modal-dialog-centered .modal-content .modal-header>p{font-size:15px;font-weight:400;margin-bottom:0;color:#a2a2a2}.modal-dialog.modal-dialog-centered .modal-content .modal-header>p>span{font-weight:700;color:#4ebbff}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form{padding:20px 60px 0}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group .input{margin-bottom:25px;position:relative;border-bottom:1px solid #a2a2a2;width:100%}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group .input span{position:absolute;bottom:5px;left:0}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group .input input{height:30px;font-size:15px;border:none;color:#a2a2a2;width:100%;padding-left:25px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group span{position:absolute}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group textarea{height:87px;padding:2px 25px;resize:none;border:none;color:#a2a2a2;border-bottom:1px solid #a2a2a2;width:100%}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group textarea::-webkit-scrollbar{width:5px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group textarea::-webkit-scrollbar-track{background:#fff}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .input-group textarea::-webkit-scrollbar-thumb{background-color:#a2a2a2;border-radius:5px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure{height:50px;padding-top:20px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row{padding:0 150px;margin-bottom:0}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row .col.captcha{height:30px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row .col.captcha:first-child{margin-right:10px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row .col.captcha img.captcha_img{height:30px;border:none;object-fit:cover}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row .col.captcha a{height:20px;top:60%;width:20px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row .col.captcha a i{font-size:13px}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .secure .form-group.form-row .col.captcha input{height:30px;border-left:#a2a2a2;border-color:#a2a2a2 #a2a2a2 currentcolor;border-right:#a2a2a2;border-top:#a2a2a2;border-radius:0}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .submit-btn{padding:30px 15px 0;justify-content:center;align-items:center;display:flex}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .submit-btn button{padding:15px 20px;font-size:14px;border:none;font-weight:400;color:#fff;transition:.4s;outline:none;background-color:#4ebbff}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .submit-btn button:hover{background-color:#2e89c1}.modal-dialog.modal-dialog-centered .modal-content .modal-body .form form .form-wrapper .submit-btn button span{margin-right:10px}.modal-dialog.modal-dialog-centered .modal-content .modal-footer{padding:0;border:none}.modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-close-btn{height:40px;transform:translateX(-50%);transition:.4s;position:relative;bottom:-20px;background-color:#ddd;left:50%;width:40px}.modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-close-btn:hover{background-color:#a2a2a2}.modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-close-btn:hover span{background-color:#ddd}.modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-close-btn span{height:2px;transition:.4s;position:absolute;top:50%;background-color:#a2a2a2;left:50%;width:17px}.modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-close-btn span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-close-btn span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.certificates-three{padding:150px 0}.certificates-three .certificates-wrapper ul li{border:1px solid #c6c6c6;border-bottom:none}.certificates-three .certificates-wrapper ul li a{height:65px;padding:0 25px;justify-content:space-between;font-size:15px;color:#9087d5;transition:.4s;text-transform:capitalize;align-items:center;display:flex}.certificates-three .certificates-wrapper ul li a:hover{color:#000;background:#c6c6c6}.certificates-three .certificates-wrapper ul li:last-child{border-bottom:1px solid #c6c6c6}.certificates-three .company-image{height:315px;position:sticky;top:60px;left:0}.certificates-three .company-image a{height:100%;overflow:hidden;position:relative;top:0;left:0;width:100%;display:block}.certificates-three .company-image a img{height:100%;object-fit:cover;width:100%}.certificates-three .company-image a span{font-size:20px;font-weight:700;right:50px;color:hsla(0,0%,100%,.8);transition:.4s;position:absolute;bottom:25px;text-align:center;left:50px;z-index:1}.certificates-three .company-image a:before{right:0;transition:.4s;content:"";position:absolute;bottom:0;top:0;background-color:rgba(0,0,0,.8);left:0}.certificates-three .company-image a:hover span{color:#fff}.certificates-three .company-image a:hover:before{background-color:rgba(0,0,0,.3)}@media only screen and (max-width:991px){.certificates-three .company-image{top:20%}}@media only screen and (max-width:767px){.certificates-three{padding:50px 0}.certificates-three .mob-rev{flex-direction:column-reverse}.certificates-three .mob-rev .certificates-wrapper{padding-top:50px}.certificates-three .mob-rev .company-image{height:250px}}.certificates-four{padding:110px 0}.certificates-four .certificates-item{height:280px;margin-bottom:15px}.certificates-four .certificates-item a{height:100%;font-size:25px;position:relative;text-align:center;width:100%;display:block}.certificates-four .certificates-item a img{height:100%;object-fit:cover;width:100%}.certificates-four .certificates-item a .title{right:10px;color:#fff;transition:.4s;position:absolute;opacity:0;bottom:-20%;visibility:hidden;left:10px}.certificates-four .certificates-item a:before{right:0;transition:.4s;content:"";position:absolute;opacity:0;bottom:0;visibility:hidden;top:30%;background:rgba(0,0,0,.7);left:0}.certificates-four .certificates-item a:hover .title{opacity:1;bottom:10px;visibility:visible}.certificates-four .certificates-item a:hover:before{opacity:1;visibility:visible;top:0}.products-one{padding:100px 0}.products-one .menu-wrapper{position:sticky;top:25px;background-color:#f2f2f2;left:0;width:100%}.products-one .menu-wrapper ul li a{height:100%;padding:20px;font-size:14px;color:#000;width:100%;display:block}.products-one .menu-wrapper ul li.has-child{position:relative}.products-one .menu-wrapper ul li.has-child>ul{display:none}.products-one .menu-wrapper ul li.has-child>ul>li{padding:10px 0}.products-one .menu-wrapper ul li.has-child>ul>li a{padding:0 20px}.products-one .menu-wrapper ul li.has-child>ul{background:#e6e5e5}.products-one .menu-wrapper ul li.has-child:before{height:13px;transform:rotate(0deg);right:20px;transition:.4s;content:"";position:absolute;top:25px;transform-origin:center;background:url(https://mivebgx.top/pitane2/img/svg/right-arrow.svg) no-repeat 50%;cursor:pointer;width:8px}.products-one .menu-wrapper ul li.has-child.active:before{transform:rotate(90deg)}.products-one .product-wrapper a.product-item{height:300px;padding:10px;border:1px solid #ccc;margin-bottom:25px;transition:.4s;width:100%;display:block}.products-one .product-wrapper a.product-item .item{height:100%;flex-direction:column;display:flex}.products-one .product-wrapper a.product-item .item .img{height:200px;overflow:hidden;width:100%}.products-one .product-wrapper a.product-item .item .img img{height:100%;transform:scale(1);transition:.4s;object-fit:cover;width:100%}.products-one .product-wrapper a.product-item .item .title{flex:1;justify-content:center;align-items:center;display:flex}.products-one .product-wrapper a.product-item .item .title span{font-size:14px;color:#000;text-align:center}.products-one .product-wrapper a.product-item:hover{background-color:#ccc}.products-one .product-wrapper a.product-item:hover .item .img img{transform:scale(1.1)}.footer{margin:auto auto 0}.footer .footer-top{padding:70px 0 50px;background:#ececec}.footer .footer-bottom{padding:20px 0}.footer .footer-logo{margin-bottom:20px;width:200px}.footer .footer-contact-information ul li{flex-wrap:wrap;margin-bottom:20px;display:flex}.footer .footer-contact-information ul li .icon{flex:0 0 40px;height:40px;justify-content:center;border:1px solid #07101b;align-items:center;border-radius:.5rem;display:flex}.footer .footer-contact-information ul li .text{flex:0 0 calc(100% - 40px);line-height:20px}.footer .footer-contact-information ul li .text p{font-size:15px;margin-bottom:0;padding-left:15px}.footer .footer-contact-information ul li .text p span{font-weight:700}.footer .footer-contact-information ul li .text p a{color:#07101b}.footer .footer-contact-information ul li:last-child .text{margin-left:0}.footer .footer-menu ol.footer-menu-container{justify-content:space-between;flex-wrap:wrap;display:flex}.footer .footer-menu ol.footer-menu-container>li{flex:1 1 0}.footer .footer-menu ol.footer-menu-container>li h3.footer-menu-head{font-size:15px;font-weight:500;margin-bottom:15px;color:#07101b;transition:all .3s ease-in-out;text-transform:uppercase;position:relative;padding-bottom:15px}.footer .footer-menu ol.footer-menu-container>li h3.footer-menu-head:before{height:1px;transition:all .3s;transition:all .3s ease-in-out;content:"";position:absolute;bottom:0;background:#4d80b7;left:0;width:0}.footer .footer-menu ol.footer-menu-container>li .footer-menu-list li a{font-size:15px;margin-bottom:8px;color:#07101b;display:block}.footer .footer-menu ol.footer-menu-container>li .footer-menu-list li a:hover{color:#3a689a}.footer .footer-menu ol.footer-menu-container>li .footer-menu-list.active h3{color:#486f98}.footer .footer-menu ol.footer-menu-container>li .footer-menu-list.active h3:before{width:100%}.footer-newsletter .footer-newsletter-container{flex-wrap:wrap;display:flex}.footer-newsletter .footer-newsletter-container .footer-menu-head{flex:1 1 0}.footer-newsletter .footer-newsletter-container span.footer-cancelled{flex:1 1 0;position:relative;align-items:center;margin-left:7px;line-height:22px;display:flex}.footer-newsletter .footer-newsletter-container span.footer-cancelled a{font-size:12px;font-weight:600;font-style:normal;color:#416a96;position:relative}.footer-newsletter .footer-newsletter-container span.footer-cancelled a:after{height:1px;right:0;transition:all .3s;content:"";position:absolute;bottom:calc(50% - 3px);background:#416a96;left:0}.footer-newsletter .footer-newsletter-container span.footer-cancelled a:hover{color:#07101b}.footer-newsletter .footer-newsletter-container span.footer-cancelled a:hover:after{bottom:0;background:#07101b}.footer-newsletter .footer-newsletter-container p{flex:0 0 100%;display:block}.footer-newsletter form{position:relative;width:100%;float:left}.footer-newsletter form input[type=email]{height:45px;font-size:15px;border:1px solid #2a435b;font-weight:400;-webkit-appearance:none;color:#fff;text-align:left;border-radius:0;background:none;width:calc(100% - 50px);margin-top:0;padding-left:20px}.footer-newsletter form input[type=email]:focus{border-color:#fff}.footer-newsletter form input[type=submit]{height:45px;padding:0;border:none;right:0;transition:all .4s ease;position:absolute;background-size:100%;top:0;background:#2a435b;cursor:pointer;width:50px;display:block}.footer-newsletter form input[type=submit]:hover{background:#0f233a}.footer-newsletter form input[type=submit]:hover i{color:#fff!important}.footer-newsletter form i{pointer-events:none;font-size:27px;right:-9px;color:#fff;position:relative;top:4px}.footer-newsletter p{font-size:16px}.footer-social a{color:#07101b;transition:.4s;vertical-align:top;display:inline-block}.footer-social a:hover{color:#122c48}.copyright p{color:#07101b;margin:0}.biltek{align-items:center;display:flex}.biltek a{font-size:12px;color:#73828c;position:relative;line-height:20px;vertical-align:top;display:inline-block}.biltek a:last-child{position:relative;top:-4px;margin-left:10px;padding-left:10px}.biltek a:last-child:before{height:24px;content:"";position:absolute;top:2px;background:rgba(115,130,140,.3);left:0;width:1px}.biltek a img{width:65px;display:block}.about .about-special-type-1 .about-special-content{padding:3.5rem 0}.about .about-special-type-1 .about-special-content>*{position:relative}.about .about-special-type-1 .about-special-content:before{content:"";position:absolute;bottom:0;top:0;width:100vw}.about .about-special-type-1 .about-special-content-left{padding-right:5.5rem}.about .about-special-type-1 .about-special-content-left:before{right:0;background:#f2f2f2}.about .about-special-type-1 .about-special-content-right{padding-left:5.5rem}.about .about-special-type-1 .about-special-content-right:before{background:#e3dfdf;left:0}@media only screen and (max-width:767px){.about .about-special-type-1 .about-special-content-left{padding-right:0}.about .about-special-type-1 .about-special-content-left:before{right:-20vw;width:140vw}.about .about-special-type-1 .about-special-content-right{padding-left:0}.about .about-special-type-1 .about-special-content-right:before{left:-20vw;width:140vw}}.about .about-special-type-2 .about-special-content{height:100%;padding:3.25rem 2.25rem;border:1px solid #07101b}@media only screen and (max-width:767px){.about .about-special-type-2 .col.col-12.col-md-6{margin-bottom:2rem}}.about .about-special-type-3 .about-special-content{padding:3.75rem 0;flex-wrap:wrap;align-content:center;display:flex}.about .about-special-type-3 .about-special-content>*{position:relative}.about .about-special-type-3 .about-special-content h3{flex:0 0 auto;align-items:center;display:flex}.about .about-special-type-3 .about-special-content h3 sup{font-size:200%;top:0;display:inline-block}.about .about-special-type-3 .about-special-content p{flex:1 1 0}.about .about-special-type-3 .about-special-content-top{position:relative}.about .about-special-type-3 .about-special-content-top:before{transform:translateX(-50%);content:"";position:absolute;bottom:0;top:0;background:#f2f2f2;left:50%;width:100vw}.about .about-special-type-3 .about-special-content-top p{padding-left:1.5rem}.about .about-special-type-3 .about-special-content-bottom{flex-direction:row-reverse}.about .about-special-type-3 .about-special-content-bottom p{padding-right:1.5rem;text-align:right}@media only screen and (max-width:767px){.about .about-special-type-3 .about-special-content h3{flex:0 0 100%;margin-bottom:1.5rem}.about .about-special-type-3 .about-special-content-top p{padding-right:1.5rem}.about .about-special-type-3 .about-special-content-bottom p{text-align:left;padding-left:1.5rem}}.album-type-1{background:#f6f6f6}.album-type-1>.container{justify-content:flex-start;flex-wrap:wrap;display:flex}.album-type-1 .album-title{flex:0 0 33.333%;max-width:33.333%;align-items:center;display:flex}.album-type-1 .swiper-container{flex:0 0 66.666%;max-width:66.666%}.album-type-1 .swiper-container .swiper-slide{height:220px}.album-type-1 .swiper-button-next,.album-type-1 .swiper-button-prev{height:32px;justify-content:center;border:1px solid #07101b;align-items:center;width:34px;margin-top:-16px;display:flex}.album-type-1 .swiper-button-prev{right:10px;left:auto;margin-top:15px}.album-type-2{background:#f9f9f9}.album-type-2>.container{justify-content:flex-start;flex-wrap:wrap;display:flex}.album-type-2 .album-title{flex:0 0 22%;max-width:22%;align-items:center;display:flex}.album-type-2 .swiper-container{flex:0 0 78%;max-width:78%}.album-type-2 .swiper-container .swiper-slide{height:250px}.album-type-2 .swiper-button-next,.album-type-2 .swiper-button-prev{height:32px;justify-content:center;border:1px solid transparent;top:calc(100% - 58px);align-items:center;width:34px;margin-top:0;display:flex}.album-type-2 .swiper-button-prev{right:44px;left:auto}.album-type-2 .swiper-pagination{height:32px;font-size:1.25rem;bottom:26px;left:calc(100% - 126px);width:auto;line-height:32px}.album-type-3{background:#f4f4f4}.album-type-3>.container{padding:0 4.5rem;position:relative}.album-type-3 .album-title{text-align:center}.album-type-3 .swiper-container .swiper-slide{height:220px}.album-type-3 .swiper-button-next,.album-type-3 .swiper-button-prev{height:32px;justify-content:center;top:calc(50% + 28px);align-items:center;width:34px;margin-top:-16px;display:flex}.album-type-3 .swiper-button-next svg,.album-type-3 .swiper-button-prev svg{height:1.75rem;width:1.75rem}.announcements-type1 ul.announcements-list li{flex-wrap:wrap;position:relative;align-items:center;display:flex}.announcements-type1 ul.announcements-list li .date{flex:0 0 100px;padding-right:1rem}.announcements-type1 ul.announcements-list li .date span,.announcements-type1 ul.announcements-list li .date time{font-size:2rem;color:#000;transition:.4s;opacity:.5;text-align:right;display:block}.announcements-type1 ul.announcements-list li .item-content{flex:0 0 calc(100% - 100px);border-left:1px solid #ececec;padding:1rem 0 1rem 1rem;flex-wrap:wrap;position:relative;align-items:center;display:flex}.announcements-type1 ul.announcements-list li .item-content>*{flex:0 0 100%}.announcements-type1 ul.announcements-list li .item-content:after,.announcements-type1 ul.announcements-list li .item-content:before{height:1px;content:"";position:absolute;min-width:5rem;background:#ececec;left:0;width:5vw;display:block}.announcements-type1 ul.announcements-list li .item-content:before{top:0}.announcements-type1 ul.announcements-list li .item-content:after{bottom:0}.announcements-type1 ul.announcements-list li .item-content h3{font-size:1.25rem}.announcements-type1 ul.announcements-list li .item-content .card-body{padding:0 0 1rem}.announcements-type1 ul.announcements-list li .item-content p{font-size:1rem}.announcements-type1 ul.announcements-list li .item-content p button{border:none;outline:none!important;outline-color:transparent!important;background:none}.announcements-type1 ul.announcements-list li .item-content p button svg{transition:.4s;margin-left:1rem}.announcements-type1 ul.announcements-list li .item-content p button svg path{color:#ec2127}.announcements-type1 ul.announcements-list li .item-content p button:hover svg{transform:rotate(-90deg)}.announcements-type1 ul.announcements-list li .item-content p button.collapsed svg{transform:rotate(0deg)}.announcements-type1 ul.announcements-list li .item-content p button.collapsed:hover svg{transform:rotate(90deg)}.announcements-type1 ul.announcements-list li .item-content p:last-child{margin-bottom:0}.announcements-type1 ul.announcements-list li:hover .date span,.announcements-type1 ul.announcements-list li:hover .date time{opacity:1}.announcements-type2 ul.announcements-list li{flex-wrap:wrap;align-items:center;display:flex}.announcements-type2 ul.announcements-list li .date{flex:0 0 20rem;height:15rem;justify-content:center;flex-wrap:wrap;align-items:center;border-radius:1.5rem;background:#f1f1f1;display:flex}.announcements-type2 ul.announcements-list li .date span,.announcements-type2 ul.announcements-list li .date time{flex:0 0 100%;text-align:center;display:block}.announcements-type2 ul.announcements-list li .date .date-day{font-size:6.25rem;font-weight:700;margin-bottom:-5rem}.announcements-type2 ul.announcements-list li .date .date-month{font-size:2rem;margin-top:-2rem}.announcements-type2 ul.announcements-list li .item-content{flex:0 0 calc(100% - 20rem);max-width:calc(100% - 20rem);padding-left:2rem}.announcements-type2 ul.announcements-list li .item-content h3{font-size:1.25rem}.announcements-type2 ul.announcements-list li .item-content p{font-size:1rem}.announcements-type2 ul.announcements-list li .item-content p button{border:none;outline:none!important;outline-color:transparent!important;background:none}.announcements-type2 ul.announcements-list li .item-content p button svg{transition:.4s;margin-left:1rem}.announcements-type2 ul.announcements-list li .item-content p button svg path{color:#ec2127}.announcements-type2 ul.announcements-list li .item-content p button:hover svg{transform:rotate(-90deg)}.announcements-type2 ul.announcements-list li .item-content p button.collapsed svg{transform:rotate(0deg)}.announcements-type2 ul.announcements-list li .item-content p button.collapsed:hover svg{transform:rotate(90deg)}.announcements-type2 ul.announcements-list li .item-content p:last-child{margin-bottom:0}.announcements-type2 ul.announcements-list li .item-content .card-body{padding:0 0 1rem}.page.our-team .team-list-type1 li:first-child{flex:0 0 100%;justify-content:center;max-width:100%;display:flex}.page.our-team .team-list-type2 li:first-child,.page.our-team .team-list-type2 li:nth-child(2){flex:0 0 50%;justify-content:center;max-width:50%;display:flex}.page.our-team .team-list-type3 li:first-child,.page.our-team .team-list-type3 li:nth-child(2),.page.our-team .team-list-type3 li:nth-child(3){flex:0 0 33.33333%;justify-content:center;max-width:33.33333%;display:flex}.page.history-type1 .history-list{padding:5rem 0;position:relative}.page.history-type1 .history-list .time-line{position:absolute;bottom:0;top:0;background:#e2e6ee;left:50%;width:1px}.page.history-type1 .history-list .time-line:before{top:0}.page.history-type1 .history-list .time-line:after,.page.history-type1 .history-list .time-line:before{height:1.25rem;transform:translate(-50%);content:"";position:absolute;background:#e2e6ee;left:50%;width:1.25rem}.page.history-type1 .history-list .time-line:after{bottom:0}.page.history-type1 .history-list ul li{flex-wrap:wrap;position:relative;display:flex}.page.history-type1 .history-list ul li .text{flex:0 0 calc(50% - 7rem);padding:3rem 4rem;border:2px dashed #d6dbe5;position:relative;box-shadow:0 8px 15px rgba(228,231,237,.29)}.page.history-type1 .history-list ul li .text .arrow{height:1.375rem;overflow:hidden;transform:translate(-50%,-50%);position:absolute;top:50%;background:#fff;width:1rem}.page.history-type1 .history-list ul li .text .arrow span{height:1.25rem;transform:rotate(45deg) skew(-10deg,-10deg);border:2px dashed #d6dbe5;position:absolute;top:1px;width:1.25rem;display:block}.page.history-type1 .history-list ul li .text p{margin-bottom:0;color:#000}.page.history-type1 .history-list ul li .text:hover~.time .box{background:#c40d3c}.page.history-type1 .history-list ul li .time{transform:translate(-50%,-50%);transition:.3s;position:absolute;top:50%;left:50%}.page.history-type1 .history-list ul li .time .box{height:1.5rem;border:4px solid #c40d3c;transition:.9s;background:#fff;width:1.5rem}.page.history-type1 .history-list ul li .time .date{transform:translateY(-50%);font-size:1.5rem;color:#c40d3c;position:absolute;top:50%}.page.history-type1 .history-list ul li:nth-child(odd){justify-content:flex-end}.page.history-type1 .history-list ul li:nth-child(odd) .text .arrow{left:-8px}.page.history-type1 .history-list ul li:nth-child(odd) .text .arrow span{left:6px}.page.history-type1 .history-list ul li:nth-child(odd) .time .date{left:calc(100% + .875rem)}.page.history-type1 .history-list ul li:nth-child(2n){justify-content:flex-start}.page.history-type1 .history-list ul li:nth-child(2n) .text .arrow{left:calc(100% + 8px)}.page.history-type1 .history-list ul li:nth-child(2n) .text .arrow span{right:6px}.page.history-type1 .history-list ul li:nth-child(2n) .time .date{right:calc(100% + .875rem)}.page.history-type2 .history-list .swiper-history-time-line span.line{height:3px;transform:translateY(-50%);position:absolute;top:50%;background:#c40d3c;left:0;width:100%}.page.history-type2 .history-list .swiper-history-time-line:before{left:0}.page.history-type2 .history-list .swiper-history-time-line:after,.page.history-type2 .history-list .swiper-history-time-line:before{height:11px;transform:translateY(-50%);content:"";position:absolute;top:50%;border-radius:2rem;background:#c40d3c;width:11px;display:block;z-index:44}.page.history-type2 .history-list .swiper-history-time-line:after{right:0}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide{padding:3rem 0;justify-content:center;flex-wrap:wrap;position:relative;align-items:center;cursor:pointer;display:flex}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide .dot{height:1.125rem;transform:rotate(-45deg);transition:.4s;position:relative;border-radius:2rem;background:#f67495;width:1.125rem}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide .dot:before{height:.5rem;transform:translate(-50%,-50%);content:"";position:absolute;top:50%;border-radius:1rem;background:#c40d3c;left:50%;width:.5rem;display:block}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide .date{transform:translate(-50%);font-size:1.5rem;color:#231f20;transition:.4s;position:absolute;top:.5rem;left:50%;z-index:53}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:before{height:3px;transform:translateY(-50%);content:"";position:absolute;top:50%;background:#f67495;left:0;width:100%}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:after{height:3px;transform:translateY(-50%);right:0;content:"";position:absolute;top:50%;background:#c40d3c;width:0}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active .dot{border-bottom-left-radius:4px;transform:rotate(-45deg);background:#f67495}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active .dot:after{background:#f67495!important}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active .date{color:#c40d3c}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active~.swiper-slide .dot{background:#c40d3c}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active~.swiper-slide:after{width:100%}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:first-child span{height:11px;transform:translateY(-50%);position:absolute;top:50%;border-radius:2rem;background:#f67495;left:0;width:11px;display:block}.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:last-child span{height:11px;transform:translateY(-50%);right:0;position:absolute;top:50%;border-radius:2rem;background:#c40d3c;width:11px;display:block}.page.history-type2 .history-list .swiper-history-text .swiper-slide h2{font-size:1.5rem;margin-bottom:1rem;color:#231f20}.page.history-type2 .history-list .swiper-history-text .swiper-slide p{font-size:1rem;margin-bottom:0;color:#231f20}.page.history-type2 .history-list .swiper-history-text .swiper-slide p+p{margin-top:1rem}.page.history-type3 .history-list{border-bottom:1px dashed #1ea5dd}.page.history-type3 .history-list ul{height:100%;border-left:1px dashed #1ea5dd;flex-wrap:wrap;padding-bottom:.1rem;display:flex}.page.history-type3 .history-list ul li{margin-bottom:5rem;position:relative}.page.history-type3 .history-list ul li .text{padding:1rem;border:1px solid #a0c9da;position:relative;border-radius:2rem;background:#fff;margin-left:160px;z-index:10}.page.history-type3 .history-list ul li .text p{font-size:.875rem;margin-bottom:0;color:#000}.page.history-type3 .history-list ul li .text p span{padding:0 .5rem;display:inline-block}.page.history-type3 .history-list ul li .line{height:1px;transform:translateY(-50%);position:absolute;top:50%;background:#a0c9da;left:0;width:100%;z-index:5}.page.history-type3 .history-list ul li .line:before{height:10px;transform:translateY(-50%);content:"";position:absolute;top:50%;border-radius:1rem;background:#a0c9da;left:-4px;width:10px}.page.history-type3 .history-list ul li .circle{transform:translateY(-50%);padding:7px;border:1px solid #a0c9da;position:absolute;top:50%;border-radius:10rem;background:#fff;left:50px;z-index:7}.page.history-type3 .history-list ul li .circle:before{height:6px;transform:translate(50%,-50%);right:0;content:"";position:absolute;top:50%;border-radius:1rem;background:#a0c9da;width:6px}.page.history-type3 .history-list ul li .circle:after{right:-1px;content:"";position:absolute;bottom:-2px;top:50%;background:#fff;left:-1px;z-index:-1}.page.history-type3 .history-list ul li .circle .date{height:71px;justify-content:center;border:1px solid #1ea5dd;color:#1ea5dd;align-items:center;border-radius:10rem;background:#eef7fa;width:71px;display:flex}.page.history-type3 .history-list ul li:first-child:before{height:50%;content:"";position:absolute;top:0;background:#fff;left:-1px;width:2px}.page.history-type3 .history-list-centered{justify-content:center;position:relative;display:flex}.page.history-type3 .history-list-centered .text{padding:1rem;border:1px solid #a0c9da;position:relative;max-width:100%;border-radius:2rem;background:#fff;margin-left:15px;width:320px;margin-top:190px;z-index:10}.page.history-type3 .history-list-centered .text p{font-size:.875rem;color:#000}.page.history-type3 .history-list-centered .text p span{padding:0 3rem;display:inline-block}.page.history-type3 .history-list-centered .line{height:80%;transform:translate(-50%);position:absolute;top:0;background:#a0c9da;margin-left:15px;left:50%;width:1px;z-index:5}.page.history-type3 .history-list-centered .line:before{height:14px;transform:translate(-50%);content:"";position:absolute;top:-4px;border-radius:1rem;background:#2a435b;left:50%;width:14px}.page.history-type3 .history-list-centered .circle{transform:translate(-50%);padding:7px;border:1px solid #a0c9da;position:absolute;top:70px;border-radius:10rem;background:#fff;margin-left:15px;left:50%;z-index:7}.page.history-type3 .history-list-centered .circle:before{height:6px;transform:translate(-50%,50%);content:"";position:absolute;bottom:-1px;border-radius:1rem;background:#a0c9da;left:50%;width:6px}.page.history-type3 .history-list-centered .circle:after{content:"";position:absolute;bottom:-1px;top:-1px;background:#fff;left:-2px;width:44px;z-index:-1}.page.history-type3 .history-list-centered .circle .in-circle{height:71px;justify-content:center;font-size:2.5rem;border:1px solid #1ea5dd;font-weight:700;color:#fff;padding-right:.2rem;letter-spacing:-5px;align-items:center;border-radius:10rem;background:#2a435b;padding-bottom:.5rem;width:71px;display:flex}.page.history-type4{position:relative}.page.history-type4:before{height:6px;content:"";position:absolute;bottom:105px;background:#ddd;left:0;width:100%}.page.history-type4 .history-list{overflow-y:hidden;overflow-x:scroll;position:relative}.page.history-type4 .history-list::-webkit-scrollbar{height:0;width:0}.page.history-type4 .history-list::-webkit-scrollbar-track{background:#ececec}.page.history-type4 .history-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1)}.page.history-type4 .history-list .timeline-wrapper{padding:2rem 0 6.5rem;width:1500px;display:flex}.page.history-type4 .history-list .timeline-wrapper .timeline-item{flex:0 0 100px;justify-content:center;flex-wrap:wrap;transition:.9s;display:flex}.page.history-type4 .history-list .timeline-wrapper .timeline-item .explanation{transform:scale(.2);min-height:120px;pointer-events:none;transition:.9s;opacity:0;text-align:center}.page.history-type4 .history-list .timeline-wrapper .timeline-item .explanation p{font-size:1rem;color:#000}.page.history-type4 .history-list .timeline-wrapper .timeline-item .explanation h2{font-size:1.25rem;color:#000}.page.history-type4 .history-list .timeline-wrapper .timeline-item .dot{height:1.875rem;transform:translateY(-100%);border:4px solid #ec2127;transition:.9s;position:absolute;top:100%;border-radius:50%;background:#fff;cursor:pointer;width:1.875rem;margin-top:-33px}.page.history-type4 .history-list .timeline-wrapper .timeline-item .dot .date{transform:translateY(-50%);right:40px;transition:.4s;position:absolute;opacity:0;top:50%}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active{flex:0 0 500px}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active .explanation{transform:scale(1);opacity:1}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active .dot{border-color:#ec2127;height:6rem;width:6rem;margin-top:0}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active .dot .date{transform:translate(50%,-50%);right:50%;opacity:1}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active~.timeline-item{flex:0 0 200px}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active~.timeline-item .dot{border-color:#a2a2a2}.page.history-type4 .history-list .timeline-wrapper .timeline-item.active~.timeline-item .dot .date{opacity:1}.page.history-type4 .history-list .timeline-wrapper .split-line{height:6px;position:absolute;bottom:45px;left:0;width:1000vw;display:block}.page.history-type4 .history-list .timeline-wrapper .split-line span{height:6px;transition:.9s;position:absolute;background:#ec2127;left:0;width:248px}.contact.contact1 .address-information h4{margin-bottom:2rem;color:#07101b;text-align:center}.contact.contact1 .address-information ul li{flex-wrap:wrap;align-items:center;display:flex}.contact.contact1 .address-information ul li .icon{flex:0 0 32px;height:32px;justify-content:center;margin-bottom:1rem;max-width:32px;align-items:center;border-radius:.25rem;background:#07101b;display:flex}.contact.contact1 .address-information ul li .icon i{color:#fff}.contact.contact1 .address-information ul li .text{flex:0 0 calc(100% - 32px);margin-bottom:1rem;padding-left:.5rem}.contact.contact1 .address-information ul li .text p{margin-bottom:0;color:#07101b}.contact.contact1 .address-information ul li .text p .address-provincial-districts{display:block}.contact.contact1 .address-information ul li .text p strong{font-size:1.25rem}.contact.contact1 .address-information ul li .text a{color:#07101b;display:block}.contact.contact1 .address-information ul li .text a:hover{text-decoration:underline}.contact.contact1 .form-group .input-group .input-group-prepend{flex:0 0 calc(33% + 6px);max-width:calc(33% + 6px)}.contact.contact1 .form-group .input-group .input-group-prepend .input-group-text{flex:0 0 100%}.contact.contact2 .address-information{margin-bottom:1rem}.contact.contact2 .address-information .lead{margin-bottom:2rem;color:#07101b;text-align:center}.contact.contact2 .address-information .item{flex-wrap:wrap;align-items:center;display:flex}.contact.contact2 .address-information .item .icon{flex:0 0 32px;height:32px;justify-content:center;margin-bottom:1rem;max-width:32px;align-items:center;border-radius:.25rem;background:#07101b;display:flex}.contact.contact2 .address-information .item .icon i{color:#fff}.contact.contact2 .address-information .item .text{flex:0 0 calc(100% - 32px);margin-bottom:1rem;padding-left:.5rem}.contact.contact2 .address-information .item .text p{margin-bottom:0;color:#07101b}.contact.contact2 .address-information .item .text p .address-provincial-districts{display:block}.contact.contact2 .address-information .item .text p strong{font-size:1.25rem}.contact.contact2 .address-information .item .text a{color:#07101b;display:block}.contact.contact2 .address-information .item .text a:hover{text-decoration:underline}.contact.contact2 .address-information.dark-mode .item .icon{background:transparent}.contact.contact2 .address-information.dark-mode .item .icon i{color:#07101b}.contact.contact2 .address-information.dark-mode .item .text a,.contact.contact2 .address-information.dark-mode .item .text h5,.contact.contact2 .address-information.dark-mode .item .text p{color:#ececec}.contact.contact3 .address-information p{color:#07101b}.contact.contact3 .address-information p .address-provincial-districts{display:block}.contact.contact3 .address-information p strong{font-size:1.25rem}.contact.contact3 .address-information a{color:#07101b}.contact.contact3 .address-information a:hover{text-decoration:underline}.contact.contact4 .contact-information{margin-bottom:40px}.contact.contact4 .contact-information ul li+li{margin-top:30px}.contact.contact4 .contact-information .address-information li{flex-wrap:wrap;display:flex}.contact.contact4 .contact-information .address-information li .icon{flex:0 0 48px;height:48px;justify-content:center;max-width:48px;align-items:center;border-radius:.5rem;background:#07101b;display:flex}.contact.contact4 .contact-information .address-information li .icon i{color:#fff}.contact.contact4 .contact-information .address-information li .text{flex:0 0 calc(100% - 48px);padding:0 1rem;max-width:calc(100% - 48px)}.contact.contact4 .contact-information .address-information li .text h6{color:#07101b}.contact.contact4 .contact-information .address-information li .text p{margin-bottom:0;color:#07101b}.contact.contact4 .contact-information .address-information li .text a{color:#07101b}.contact.contact4 .form-group .input-group .input-group-prepend{flex:0 0 calc(25% + 6px);max-width:calc(25% + 6px)}.contact.contact4 .form-group .input-group .input-group-prepend .input-group-text{flex:0 0 100%}.contact.contact5 .contact-bottom{padding:4.5rem;position:relative;max-width:800px;margin:-4.5rem auto 4.5rem;box-shadow:0 13px 29px rgba(34,82,139,.05);background:#fff}.contact.contact5 .contact-bottom form{padding:2.25rem 2.25rem 0;box-shadow:0 4px 16px rgba(0,39,255,.1)}.contact.contact5 .contact-bottom form .form-group{text-align:center}.contact.contact5 .contact-bottom form .form-group input.form-control{border:none;color:#4a62ea;border-bottom:1px solid #4a62ea;border-radius:0;padding-left:0}.contact.contact5 .contact-bottom form .form-group input.form-control::placeholder{color:#4a62ea}.contact.contact5 .contact-bottom form .form-group textarea.form-control{min-height:6rem;border:none;color:#4a62ea;border-bottom:1px solid #4a62ea;border-radius:0;padding-left:0}.contact.contact5 .contact-bottom form .form-group textarea.form-control::placeholder{color:#4a62ea}.contact.contact5 .contact-bottom form .form-group button,.contact.contact5 .contact-bottom form .form-group input[type=submit]{transform:translateY(50%);padding:.5rem 2rem;border:none;color:#fff;text-align:center;margin:0 auto;border-radius:2rem;background:#4a62ea;display:inline-block}.contact.contact5 .contact-bottom .contact-information{text-align:center}.contact.contact5 .contact-bottom .contact-information h2{font-size:20px;font-weight:700;color:#000}.contact.contact5 .contact-bottom .contact-information p{font-size:14px;color:#bfbfbf}.contact.contact5 .contact-bottom .contact-information .address{margin-bottom:2rem}.contact.contact5 .contact-bottom .contact-information .address .icon svg{margin-bottom:1rem;display:inline-block}.contact.contact5 .contact-bottom .contact-information .address .icon svg path{color:#4a62ea}.contact.contact5 .contact-bottom .contact-information .address p{font-size:14px;color:#6e6e6e;margin:0}.contact.contact5 .contact-bottom .contact-information .info-box{box-sizing:border-box;width:50%;float:left}.contact.contact5 .contact-bottom .contact-information .info-box .icon svg{height:20px;margin-bottom:1rem;display:inline-block}.contact.contact5 .contact-bottom .contact-information .info-box .icon svg path{color:#4a62ea}.contact.contact5 .contact-bottom .contact-information .info-box p{font-size:14px;color:#6e6e6e;margin:0}.contact.contact5 .contact-bottom .contact-information .info-box p a{color:#6e6e6e}.contact.contact5 .contact-bottom .contact-information .info-box+.info-box{border-left:1px solid #f1f1f1}.contact.contact6 .contact-bottom{max-width:100%;box-sizing:border-box;margin:0 auto;width:900px;padding-left:160px}.contact.contact6 .contact-bottom .contact-information h2{font-size:25px;font-weight:700;margin-bottom:2rem;position:relative}.contact.contact6 .contact-bottom .contact-information h2:before{height:1px;content:"";position:absolute;top:1rem;background:#8da7b1;left:-160px;width:90px;display:block}.contact.contact6 .contact-bottom .contact-information p{font-size:17px;margin-bottom:2rem;color:#a2a2a2}.contact.contact6 .contact-bottom .contact-list ul li{padding:2rem 0}.contact.contact6 .contact-bottom .contact-list ul li p{padding:1rem 0;margin:0;display:flex}.contact.contact6 .contact-bottom .contact-list ul li p strong{font-size:25px;color:#000;min-width:9rem;line-height:15px}.contact.contact6 .contact-bottom .contact-list ul li p span.mdi{color:#172457;min-width:5rem}.contact.contact6 .contact-bottom .contact-list ul li p span.text{font-size:15px;color:#5c5a5a;width:calc(100% - 14rem)}.contact.contact6 .contact-bottom .contact-list ul li p a,.contact.contact6 .contact-bottom .contact-list ul li p b{font-size:15px;font-weight:400;color:#000;color:#5c5a5a;line-height:18px;display:block}.contact.contact6 .contact-bottom .contact-list ul li+li{border-top:1px solid #bebebe}.contact.contact6 .contact-bottom form .form-group{position:relative}.contact.contact6 .contact-bottom form .form-group .icon{position:absolute;top:5px;left:0}.contact.contact6 .contact-bottom form .form-group input.form-control,.contact.contact6 .contact-bottom form .form-group textarea.form-control{padding-top:18px;border:none;margin-bottom:2rem;color:#909090;border-bottom:1px solid #909090;outline:none;outline-color:transparent;box-shadow:none;border-radius:0;padding-bottom:22px;padding-left:2rem}.contact.contact6 .contact-bottom form .form-group input.form-control::placeholder,.contact.contact6 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact6 .contact-bottom form .form-group textarea.form-control{height:10rem;padding:8px 1rem 0 2rem;border:none;color:#909090;border-bottom:1px solid #909090}.contact.contact6 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact6 .contact-bottom form .form-group button,.contact.contact6 .contact-bottom form .form-group input[type=button],.contact.contact6 .contact-bottom form .form-group input[type=submit]{padding:.5rem 2rem;border:none;font-weight:700;color:#000;border-bottom:4px solid #e7f5f7;outline:none;outline-color:transparent;background:transparent}.contact.contact6 .contact-bottom-border-radius form .form-group .icon{left:1rem}.contact.contact6 .contact-bottom-border-radius form .form-group input.form-control,.contact.contact6 .contact-bottom-border-radius form .form-group textarea.form-control{border:1px solid #dbdbdb;border-radius:23px;background:#fafafa;padding-left:3rem}.contact.contact7 .contact-bottom .contact-information h2{font-size:25px;font-weight:700;margin-bottom:2rem;position:relative}.contact.contact7 .contact-bottom .contact-information p{font-size:17px;margin-bottom:2rem;color:#a2a2a2}.contact.contact7 .contact-bottom .contact-list ul li{padding:2rem 0}.contact.contact7 .contact-bottom .contact-list ul li p{padding:1rem 0;margin:0;display:flex}.contact.contact7 .contact-bottom .contact-list ul li p svg{padding-right:4rem;min-width:6rem}.contact.contact7 .contact-bottom .contact-list ul li p span.mdi{font-size:1.25rem;color:#a9ba9c;min-width:5rem}.contact.contact7 .contact-bottom .contact-list ul li p span.text{font-size:15px;color:#5c5a5a;width:calc(100% - 14rem)}.contact.contact7 .contact-bottom .contact-list ul li p a,.contact.contact7 .contact-bottom .contact-list ul li p b{font-size:15px;font-weight:400;color:#000;color:#5c5a5a;line-height:18px;display:block}.contact.contact7 .contact-bottom .contact-list ul li:first-child,.contact.contact7 .contact-bottom .contact-list ul li:first-child p{padding-top:0}.contact.contact7 .contact-bottom .contact-list ul li+li{border-top:1px solid #ecf5ec}.contact.contact7 .contact-bottom form .form-group{position:relative}.contact.contact7 .contact-bottom form .form-group .icon{position:absolute;top:5px;left:0}.contact.contact7 .contact-bottom form .form-group input.form-control,.contact.contact7 .contact-bottom form .form-group textarea.form-control{padding-top:18px;border:none;margin-bottom:2rem;color:#909090;border-bottom:1px solid #909090;outline:none;outline-color:transparent;box-shadow:none;border-radius:0;padding-bottom:22px;padding-left:2rem}.contact.contact7 .contact-bottom form .form-group input.form-control::placeholder,.contact.contact7 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact7 .contact-bottom form .form-group textarea.form-control{height:10rem;padding:8px 1rem 0 2rem;border:none;color:#909090;border-bottom:1px solid #909090}.contact.contact7 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact7 .contact-bottom form .form-group button,.contact.contact7 .contact-bottom form .form-group input[type=button],.contact.contact7 .contact-bottom form .form-group input[type=submit]{padding:.5rem 2rem;border:none;font-weight:700;color:#000;border-bottom:4px solid #e7f5f7;outline:none;outline-color:transparent;background:transparent}.contact.contact7 .contact-bottom-border-radius form .form-group .icon{left:1rem}.contact.contact7 .contact-bottom-border-radius form .form-group input.form-control,.contact.contact7 .contact-bottom-border-radius form .form-group textarea.form-control{border:1px solid #dbdbdb;border-radius:23px;background:#fafafa;padding-left:3rem}.contact.contact8 .contact-bottom{max-width:100%;box-sizing:border-box;margin:0 auto;width:900px;padding-left:160px}.contact.contact8 .contact-bottom .contact-information h2{font-size:25px;font-weight:700;margin-bottom:2rem;position:relative}.contact.contact8 .contact-bottom .contact-information h2:before{height:1px;content:"";position:absolute;top:1rem;background:#8da7b1;left:-160px;width:90px;display:block}.contact.contact8 .contact-bottom .contact-information p{font-size:17px;margin-bottom:2rem;color:#a2a2a2}.contact.contact8 .contact-bottom .contact-list ul li{padding:2rem 0}.contact.contact8 .contact-bottom .contact-list ul li p{padding:1rem 0;margin:0;display:flex}.contact.contact8 .contact-bottom .contact-list ul li p strong{font-size:25px;color:#000;min-width:9rem;line-height:15px}.contact.contact8 .contact-bottom .contact-list ul li p span.mdi{color:#172457;min-width:5rem}.contact.contact8 .contact-bottom .contact-list ul li p span.text{font-size:15px;color:#5c5a5a;width:calc(100% - 14rem)}.contact.contact8 .contact-bottom .contact-list ul li p a,.contact.contact8 .contact-bottom .contact-list ul li p b{font-size:15px;font-weight:400;color:#000;color:#5c5a5a;line-height:18px;display:block}.contact.contact8 .contact-bottom .contact-list ul li+li{border-top:1px solid #bebebe}.contact.contact8 .contact-bottom form .form-group{position:relative}.contact.contact8 .contact-bottom form .form-group .icon{position:absolute;top:5px;left:0}.contact.contact8 .contact-bottom form .form-group input.form-control,.contact.contact8 .contact-bottom form .form-group textarea.form-control{padding-top:18px;border:none;margin-bottom:2rem;color:#909090;border-bottom:1px solid #909090;outline:none;outline-color:transparent;box-shadow:none;border-radius:0;padding-bottom:22px;padding-left:2rem}.contact.contact8 .contact-bottom form .form-group input.form-control::placeholder,.contact.contact8 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact8 .contact-bottom form .form-group textarea.form-control{height:10rem;padding:8px 1rem 0 2rem;border:none;color:#909090;border-bottom:1px solid #909090}.contact.contact8 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact8 .contact-bottom form .form-group button,.contact.contact8 .contact-bottom form .form-group input[type=button],.contact.contact8 .contact-bottom form .form-group input[type=submit]{padding:.5rem 2rem;border:none;font-weight:700;color:#000;border-bottom:4px solid #e7f5f7;outline:none;outline-color:transparent;background:transparent}.contact.contact8 .contact-bottom-border-radius form .form-group .icon{left:1rem}.contact.contact8 .contact-bottom-border-radius form .form-group input.form-control,.contact.contact8 .contact-bottom-border-radius form .form-group textarea.form-control{border:1px solid #dbdbdb;border-radius:23px;background:#fafafa;padding-left:3rem}.contact.contact9 .contact-bottom .contact-information h2{font-size:25px;font-weight:700;margin-bottom:2rem;position:relative}.contact.contact9 .contact-bottom .contact-information p{font-size:17px;margin-bottom:2rem;color:#a2a2a2}.contact.contact9 .contact-bottom .contact-list ul li{padding:2rem 0}.contact.contact9 .contact-bottom .contact-list ul li p{padding:1rem 0;margin:0;display:flex}.contact.contact9 .contact-bottom .contact-list ul li p svg{padding-right:4rem;min-width:6rem}.contact.contact9 .contact-bottom .contact-list ul li p span.mdi{font-size:1.25rem;color:#a9ba9c;min-width:5rem}.contact.contact9 .contact-bottom .contact-list ul li p span.text{font-size:15px;color:#5c5a5a;width:calc(100% - 14rem)}.contact.contact9 .contact-bottom .contact-list ul li p a,.contact.contact9 .contact-bottom .contact-list ul li p b{font-size:15px;font-weight:400;color:#000;color:#5c5a5a;line-height:18px;display:block}.contact.contact9 .contact-bottom .contact-list ul li:first-child,.contact.contact9 .contact-bottom .contact-list ul li:first-child p{padding-top:0}.contact.contact9 .contact-bottom .contact-list ul li+li{border-top:1px solid #ecf5ec}.contact.contact9 .contact-bottom form .form-group{position:relative}.contact.contact9 .contact-bottom form .form-group .icon{position:absolute;top:5px;left:0}.contact.contact9 .contact-bottom form .form-group input.form-control,.contact.contact9 .contact-bottom form .form-group textarea.form-control{padding-top:18px;border:none;margin-bottom:2rem;color:#909090;border-bottom:1px solid #909090;outline:none;outline-color:transparent;box-shadow:none;border-radius:0;padding-bottom:22px;padding-left:2rem}.contact.contact9 .contact-bottom form .form-group input.form-control::placeholder,.contact.contact9 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact9 .contact-bottom form .form-group textarea.form-control{height:10rem;padding:8px 1rem 0 2rem;border:none;color:#909090;border-bottom:1px solid #909090}.contact.contact9 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact9 .contact-bottom form .form-group button,.contact.contact9 .contact-bottom form .form-group input[type=button],.contact.contact9 .contact-bottom form .form-group input[type=submit]{padding:.5rem 2rem;border:none;font-weight:700;color:#000;border-bottom:4px solid #e7f5f7;outline:none;outline-color:transparent;background:transparent}.contact.contact9 .contact-bottom-border-radius form .form-group .icon{left:1rem}.contact.contact9 .contact-bottom-border-radius form .form-group input.form-control,.contact.contact9 .contact-bottom-border-radius form .form-group textarea.form-control{border:1px solid #dbdbdb;border-radius:23px;background:#fafafa;padding-left:3rem}.contact.contact10 .contact-bottom .contact-side{padding-right:1rem}.contact.contact10 .contact-bottom .contact-side .head h2{font-size:25px;font-weight:700;color:#000}.contact.contact10 .contact-bottom .contact-side ul li a{padding:1rem 0;font-size:17px;color:#a2a2a2;position:relative;display:block}.contact.contact10 .contact-bottom .contact-side ul li a svg{transform:translateY(-50%);right:0;position:absolute;top:50%}.contact.contact10 .contact-bottom .contact-side ul li+li{border-top:1px solid rgba(0,0,0,.1)}.contact.contact10 .contact-bottom .contact-information{padding-left:3rem}@media only screen and (max-width:767px){.contact.contact10 .contact-bottom .contact-information{padding-left:0}}.contact.contact10 .contact-bottom .contact-information h2{font-size:25px;font-weight:700;margin-bottom:2rem;position:relative}.contact.contact10 .contact-bottom .contact-information p{font-size:17px;margin-bottom:2rem;color:#a2a2a2}.contact.contact10 .contact-bottom .contact-list{padding-left:3rem}@media only screen and (max-width:767px){.contact.contact10 .contact-bottom .contact-list{padding-left:0}}.contact.contact10 .contact-bottom .contact-list ul li{padding:2rem 0}.contact.contact10 .contact-bottom .contact-list ul li p{padding:1rem 0;margin:0;display:flex}.contact.contact10 .contact-bottom .contact-list ul li p svg{padding-right:4rem;min-width:6rem}.contact.contact10 .contact-bottom .contact-list ul li p span.mdi{font-size:1.25rem;color:#a9ba9c;min-width:5rem}.contact.contact10 .contact-bottom .contact-list ul li p span.text{font-size:15px;color:#5c5a5a;width:calc(100% - 14rem)}.contact.contact10 .contact-bottom .contact-list ul li p a,.contact.contact10 .contact-bottom .contact-list ul li p b{font-size:15px;font-weight:400;color:#000;color:#5c5a5a;line-height:18px;display:block}.contact.contact10 .contact-bottom .contact-list ul li:first-child,.contact.contact10 .contact-bottom .contact-list ul li:first-child p{padding-top:0}.contact.contact10 .contact-bottom .contact-list ul li+li{border-top:1px solid #ecf5ec}.contact.contact10 .contact-bottom form{padding-left:3rem}@media only screen and (max-width:767px){.contact.contact10 .contact-bottom form{padding-left:0}}.contact.contact10 .contact-bottom form .form-group{position:relative}.contact.contact10 .contact-bottom form .form-group .icon{position:absolute;top:5px;left:0}.contact.contact10 .contact-bottom form .form-group input.form-control,.contact.contact10 .contact-bottom form .form-group textarea.form-control{padding-top:18px;border:none;margin-bottom:2rem;color:#909090;border-bottom:1px solid #909090;outline:none;outline-color:transparent;box-shadow:none;border-radius:0;padding-bottom:22px;padding-left:2rem}.contact.contact10 .contact-bottom form .form-group input.form-control::placeholder,.contact.contact10 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact10 .contact-bottom form .form-group textarea.form-control{height:10rem;padding:8px 1rem 0 2rem;border:none;color:#909090;border-bottom:1px solid #909090}.contact.contact10 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact10 .contact-bottom form .form-group button,.contact.contact10 .contact-bottom form .form-group input[type=button],.contact.contact10 .contact-bottom form .form-group input[type=submit]{padding:.5rem 2rem;border:none;font-weight:700;color:#000;border-bottom:4px solid #e7f5f7;outline:none;outline-color:transparent;background:transparent}.contact.contact10 .contact-bottom-border-radius form .form-group .icon{left:1rem}.contact.contact10 .contact-bottom-border-radius form .form-group input.form-control,.contact.contact10 .contact-bottom-border-radius form .form-group textarea.form-control{border:1px solid #dbdbdb;border-radius:23px;background:#fafafa;padding-left:3rem}.contact.contact11 .contact-top{position:relative}.contact.contact11 .contact-bottom{padding-top:7.5rem;position:relative}.contact.contact11 .contact-bottom .contact-up-side{transform:translate(-50%,-50%);position:absolute;top:0;left:50%}.contact.contact11 .contact-bottom .contact-up-side ul{flex-wrap:wrap;box-shadow:0 23px 46px rgba(0,0,0,.1);border-radius:27px;display:flex}.contact.contact11 .contact-bottom .contact-up-side ul li{text-align:center}.contact.contact11 .contact-bottom .contact-up-side ul li a{padding:.75rem 1rem;font-size:15px;color:#707070;min-width:160px;background:#fff;display:block}.contact.contact11 .contact-bottom .contact-up-side ul li.active a,.contact.contact11 .contact-bottom .contact-up-side ul li:hover a{font-weight:700}.contact.contact11 .contact-bottom .contact-up-side ul li:first-child a{border-bottom-left-radius:27px;border-top-left-radius:27px}.contact.contact11 .contact-bottom .contact-up-side ul li:last-child a{border-bottom-right-radius:27px;border-top-right-radius:27px}.contact.contact11 .contact-bottom .contact-up-side ul li+li a{border-left:1px solid #e8e8e8}.contact.contact11 .contact-bottom .contact-information h2{font-size:25px;font-weight:700;margin-bottom:2rem;position:relative}.contact.contact11 .contact-bottom .contact-information p{font-size:17px;margin-bottom:2rem;color:#a2a2a2}.contact.contact11 .contact-bottom .contact-list ul li{padding:2rem 0}.contact.contact11 .contact-bottom .contact-list ul li p{padding:1rem 0;margin:0;display:flex}.contact.contact11 .contact-bottom .contact-list ul li p svg{padding-right:4rem;min-width:6rem}.contact.contact11 .contact-bottom .contact-list ul li p span.mdi{font-size:1.25rem;color:#a9ba9c;min-width:5rem}.contact.contact11 .contact-bottom .contact-list ul li p span.text{font-size:15px;color:#5c5a5a;width:calc(100% - 14rem)}.contact.contact11 .contact-bottom .contact-list ul li p a,.contact.contact11 .contact-bottom .contact-list ul li p b{font-size:15px;font-weight:400;color:#000;color:#5c5a5a;line-height:18px;display:block}.contact.contact11 .contact-bottom .contact-list ul li:first-child,.contact.contact11 .contact-bottom .contact-list ul li:first-child p{padding-top:0}.contact.contact11 .contact-bottom .contact-list ul li+li{border-top:1px solid #ecf5ec}.contact.contact11 .contact-bottom form .form-group{position:relative}.contact.contact11 .contact-bottom form .form-group .icon{position:absolute;top:5px;left:0}.contact.contact11 .contact-bottom form .form-group input.form-control,.contact.contact11 .contact-bottom form .form-group textarea.form-control{padding-top:18px;border:none;margin-bottom:2rem;color:#909090;border-bottom:1px solid #909090;outline:none;outline-color:transparent;box-shadow:none;border-radius:0;padding-bottom:22px;padding-left:2rem}.contact.contact11 .contact-bottom form .form-group input.form-control::placeholder,.contact.contact11 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact11 .contact-bottom form .form-group textarea.form-control{height:10rem;padding:8px 1rem 0 2rem;border:none;color:#909090;border-bottom:1px solid #909090}.contact.contact11 .contact-bottom form .form-group textarea.form-control::placeholder{color:#909090}.contact.contact11 .contact-bottom form .form-group button,.contact.contact11 .contact-bottom form .form-group input[type=button],.contact.contact11 .contact-bottom form .form-group input[type=submit]{padding:.5rem 2rem;border:none;font-weight:700;color:#000;border-bottom:4px solid #e7f5f7;outline:none;outline-color:transparent;background:transparent}.contact.contact11 .contact-bottom-border-radius form .form-group .icon{left:1rem}.contact.contact11 .contact-bottom-border-radius form .form-group input.form-control,.contact.contact11 .contact-bottom-border-radius form .form-group textarea.form-control{border:1px solid #dbdbdb;border-radius:23px;background:#fafafa;padding-left:3rem}.footer.footer-type-1{overflow:hidden;width:100%}.footer.footer-type-1 .footer-top{padding:50px 0;position:relative;background:#363133}.footer.footer-type-1 .footer-top .footer-top-left{padding-right:20%}.footer.footer-type-1 .footer-top .footer-top-left:before{right:0;content:"";position:absolute;bottom:-50px;top:-50px;background:#e5e0d5;width:100vw}.footer.footer-type-1 .footer-top .footer-top-left>*{position:relative}.footer.footer-type-1 .footer-top .footer-top-left .footer-explanation p{font-size:.875rem;color:#a2a2a2;line-height:1rem}.footer.footer-type-1 .footer-top .footer-top-left .footer-social a{color:#363133}.footer.footer-type-1 .footer-top .footer-top-left .footer-social a:hover{color:#6b6266}@media only screen and (max-width:991px){.footer.footer-type-1 .footer-top .footer-top-left{padding-right:10%}}@media only screen and (max-width:767px){.footer.footer-type-1 .footer-top .footer-top-left{padding-right:0;text-align:center;padding-bottom:50px}.footer.footer-type-1 .footer-top .footer-top-left:before{right:-20vw;bottom:0;width:140vw}.footer.footer-type-1 .footer-top .footer-top-left .footer-logo{margin:0 auto 20px}}.footer.footer-type-1 .footer-top .footer-top-right{height:100%;padding-left:20%}.footer.footer-type-1 .footer-top .footer-top-right>.row{height:100%;align-items:center}.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container{margin-bottom:0}.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-head,.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list li a{color:#a3a1a2}.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list li a:hover{color:#d5d5d5}@media only screen and (max-width:767px){.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-head{margin-bottom:0;text-align:center}.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list{justify-content:space-between;flex-wrap:wrap;display:flex}.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list li{flex:1 1 0;text-align:center}}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .icon{border-color:transparent;color:#a3a1a2}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text{align-items:center;display:flex}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text a,.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text p{color:#a3a1a2}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text a:hover{color:#d5d5d5}@media only screen and (max-width:767px){.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li{margin-bottom:1rem;text-align:center}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .icon{display:none}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text p{flex:0 0 100%}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text p span{display:none}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li:last-child{margin-bottom:0}}@media only screen and (max-width:991px){.footer.footer-type-1 .footer-top .footer-top-right{padding-left:10%}}@media only screen and (max-width:767px){.footer.footer-type-1 .footer-top .footer-top-right{padding-top:50px;padding-left:0}.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information{padding-top:2rem}}.footer.footer-type-1 .footer-bottom .biltek{align-items:center;display:flex}.footer.footer-type-1 .footer-bottom .biltek a{font-size:12px;color:#163f6b;position:relative;line-height:20px;vertical-align:top;display:inline-block}.footer.footer-type-1 .footer-bottom .biltek a:last-child{position:relative;top:-4px;margin-left:10px;padding-left:10px}.footer.footer-type-1 .footer-bottom .biltek a:last-child:before{height:24px;content:"";position:absolute;top:2px;background:rgba(115,130,140,.3);left:0;width:1px}.footer.footer-type-1 .footer-bottom .biltek a img{width:65px;display:block}@media only screen and (max-width:767px){.footer.footer-type-1 .footer-bottom .d-flex{flex-wrap:wrap}.footer.footer-type-1 .footer-bottom .copyright{flex:0 0 100%;text-align:center;padding-bottom:1rem}.footer.footer-type-1 .footer-bottom .biltek{flex:0 0 100%;justify-content:center}}.footer.footer-type-2 .footer-top{padding-top:50px;background:#343434;padding-bottom:0}@media only screen and (min-width:992px) and (max-width:1199px){.footer.footer-type-2 .footer-top{padding-top:30px}}@media only screen and (max-width:991px){.footer.footer-type-2 .footer-top{padding-top:30px}}.footer.footer-type-2 .footer-top .footer-top-upper{justify-content:space-between;flex-wrap:wrap;display:flex}.footer.footer-type-2 .footer-top .footer-top-upper .footer-logo{flex:0 0 200px}@media only screen and (min-width:992px) and (max-width:1199px){.footer.footer-type-2 .footer-top .footer-top-upper .footer-logo{flex:0 0 100%;text-align:center}}@media only screen and (max-width:991px){.footer.footer-type-2 .footer-top .footer-top-upper .footer-logo{flex:0 0 100%;text-align:center}}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information{flex:0 0 calc(100% - 250px);margin-bottom:20px;align-items:center;display:flex}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul{justify-content:space-between;flex-wrap:wrap;display:flex}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li{margin-bottom:0;padding-left:1rem}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon{border-color:transparent;color:#a2a2a2;max-width:40px}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon i{font-size:2.5rem}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text{align-items:center;display:flex}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p,.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p a{color:#a2a2a2}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p:hover a{color:#c3a35b}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li:nth-child(2){flex:0 0 40%;max-width:40%}@media only screen and (min-width:992px) and (max-width:1199px){.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information{flex:0 0 100%}}@media only screen and (max-width:991px){.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information{flex:0 0 100%}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul{justify-content:center}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li{flex:0 0 40%;max-width:40%}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon i{font-size:2rem}}@media only screen and (max-width:767px){.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li{flex:0 0 100%;justify-content:center;margin-bottom:1rem;max-width:100%;padding-left:0}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li:nth-child(2){flex:0 0 100%;max-width:100%}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text{flex:0 0 auto}.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p span{display:none}}@media only screen and (max-width:480px){.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon{flex:0 0 100%;margin-bottom:.5rem;max-width:100%}}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu{padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.1)}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container{margin-bottom:0}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li{justify-content:center;flex-wrap:wrap;align-items:center;display:flex}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-head{margin-bottom:0;color:#c3a35b;text-transform:uppercase;letter-spacing:2px;padding-bottom:0}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list{justify-content:center;display:flex}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li{position:relative}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li a{padding:1rem 2rem;margin-bottom:0;color:#fff;transition:.4s;letter-spacing:1px}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li a:hover{color:#c3a35b}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li+li:before{height:5px;content:"";position:absolute;top:calc(50% - 2px);border-radius:5px;background:hsla(0,0%,100%,.2);left:-.2rem;width:5px}@media only screen and (max-width:560px){.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-head{flex:0 0 100%;margin-bottom:.5rem;max-width:100%;text-align:center}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list{flex-wrap:wrap}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li{flex:0 0 100%;max-width:100%;text-align:center}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li a{padding:.75rem 1rem}.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container>li .footer-menu-list li+li:before{top:-.1rem;left:calc(50% - 2px)}}.footer.footer-type-2 .footer-bottom{background:#222}.footer.footer-type-2 .footer-bottom .copyright p{color:#a2a2a2}.footer.footer-type-2 .footer-bottom .footer-social a{padding:.25rem;font-size:1.2rem;color:#c3a35b}.footer.footer-type-2 .footer-bottom .footer-social a a:hover{color:#ac8a3f}.footer.footer-type-2 .footer-bottom .biltek{align-items:center;display:flex}.footer.footer-type-2 .footer-bottom .biltek a{font-size:12px;color:#a2a2a2;position:relative;line-height:20px;vertical-align:top;display:inline-block}.footer.footer-type-2 .footer-bottom .biltek a:last-child{position:relative;top:-4px;margin-left:10px;padding-left:10px}.footer.footer-type-2 .footer-bottom .biltek a:last-child:before{height:24px;content:"";position:absolute;top:2px;background:rgba(115,130,140,.3);left:0;width:1px}.footer.footer-type-2 .footer-bottom .biltek a img{width:65px;display:block}@media only screen and (max-width:991px){.footer.footer-type-2 .footer-bottom .d-flex{justify-content:center!important;flex-wrap:wrap}.footer.footer-type-2 .footer-bottom .copyright,.footer.footer-type-2 .footer-bottom .footer-social{flex:0 0 100%;margin-bottom:1rem;text-align:center}}.footer.footer-type-3{padding-top:70px;background:#fff}.footer.footer-type-3 .footer-top{padding-top:0;background:transparent;background:#2e325b;padding-bottom:0}.footer.footer-type-3 .footer-top .footer-newsletter{padding:15px;max-width:800px;margin:-53px auto 0;border-radius:50px;background:#fff;width:100%}.footer.footer-type-3 .footer-top .footer-newsletter form{padding:1rem;justify-content:space-between;flex-wrap:wrap;border-radius:50px;background:#2e325b;float:none;display:flex}.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input{flex:0 0 calc(47% - 76px);height:38px;position:relative;max-width:calc(47% - 76px);padding-left:20px}.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input i{font-size:1rem;color:#fff;position:absolute;top:calc(50% - .5rem);left:20px}.footer.footer-type-3 .footer-top .footer-newsletter form input::-webkit-input-placeholder{color:#fff;opacity:1}.footer.footer-type-3 .footer-top .footer-newsletter form input[type=text]{background:none;width:100%}.footer.footer-type-3 .footer-top .footer-newsletter form input[type=email],.footer.footer-type-3 .footer-top .footer-newsletter form input[type=text]{height:38px;border:none;color:#fff;border-bottom:1px solid #fff;padding-left:25px}.footer.footer-type-3 .footer-top .footer-newsletter form input[type=submit]{flex:0 0 152px;height:43px;font-size:1rem;font-weight:700;color:#2e325b;position:relative;max-width:152px;border-radius:50px;background:#fff;line-height:43px}@media only screen and (max-width:767px){.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input:first-of-type{display:none}.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input{flex:0 0 calc(100% - 160px);max-width:calc(100% - 160px)}.footer.footer-type-3 .footer-top .footer-newsletter form input[type=email]{width:100%}}@media only screen and (max-width:420px){.footer.footer-type-3 .footer-top .footer-newsletter form{justify-content:center}.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input{flex:0 0 90%;margin-bottom:1rem;max-width:90%;padding-left:0}.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input i{left:0}.footer.footer-type-3 .footer-top .footer-newsletter form input[type=submit]{flex:0 0 90%;max-width:90%}}.footer.footer-type-3 .footer-top .footer-top-lower-line{padding:20px 0 10px;justify-content:center;flex-wrap:wrap;align-items:center;display:flex}.footer.footer-type-3 .footer-top .footer-top-lower-line>.footer-logo{transform:translateY(-.75rem);margin-bottom:0;display:none}@media only screen and (max-width:767px){.footer.footer-type-3 .footer-top .footer-top-lower-line>.footer-logo{display:block}}.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container{margin-bottom:0}.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list{justify-content:center;flex-wrap:wrap;align-items:center;display:flex}.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li a{padding:1rem 2rem;font-size:1rem;margin-bottom:0;color:hsla(0,0%,100%,.5)}@media only screen and (max-width:991px){.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li a{padding:.5rem 1rem}}@media only screen and (max-width:767px){.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li .footer-logo{display:none}}@media only screen and (max-width:560px){.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li{flex:0 0 100%;text-align:center}}.footer.footer-type-3 .footer-centered{background:#2a2e54}.footer.footer-type-3 .footer-centered .footer-contact-information{padding:1.2rem 0}.footer.footer-type-3 .footer-centered .footer-contact-information ul{justify-content:center;flex-wrap:wrap;align-items:center;display:flex}.footer.footer-type-3 .footer-centered .footer-contact-information ul li{flex:1 1 0;margin-bottom:0}.footer.footer-type-3 .footer-centered .footer-contact-information ul li .icon{display:none}.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text{flex:0 0 100%}.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p{padding-left:0}.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p a{padding:1rem 4rem;font-size:1.5rem;color:hsla(0,0%,100%,.5);display:block}.footer.footer-type-3 .footer-centered .footer-contact-information ul li:first-child{text-align:right}.footer.footer-type-3 .footer-centered .footer-contact-information ul li+li{border-left:1px solid hsla(0,0%,100%,.5)}@media only screen and (max-width:767px){.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p a{padding:1rem 2.5rem;font-size:1rem}}@media only screen and (max-width:480px){.footer.footer-type-3 .footer-centered .footer-contact-information ul li{flex:0 0 auto;min-width:51%;text-align:center}.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p a{padding:1.5rem 1rem}.footer.footer-type-3 .footer-centered .footer-contact-information ul li:first-child{text-align:center}.footer.footer-type-3 .footer-centered .footer-contact-information ul li+li{border-left:0;border-top:1px solid hsla(0,0%,100%,.5)}}.footer.footer-type-3 .footer-bottom{background:#2e325b}.footer.footer-type-3 .footer-bottom .copyright p{color:hsla(0,0%,100%,.5)}.footer.footer-type-3 .footer-bottom .footer-social a{padding:.5rem;color:hsla(0,0%,100%,.5);position:relative}.footer.footer-type-3 .footer-bottom .footer-social a+a:before{height:2px;content:"";position:absolute;top:calc(50% - 1px);border-radius:10px;background:hsla(0,0%,100%,.5);left:-1px;width:2px}.footer.footer-type-3 .footer-bottom .biltek{align-items:center;display:flex}.footer.footer-type-3 .footer-bottom .biltek a{font-size:12px;color:hsla(0,0%,100%,.5);position:relative;line-height:20px;vertical-align:top;display:inline-block}.footer.footer-type-3 .footer-bottom .biltek a:last-child{position:relative;top:-4px;margin-left:10px;padding-left:10px}.footer.footer-type-3 .footer-bottom .biltek a:last-child:before{height:24px;content:"";position:absolute;top:2px;background:rgba(115,130,140,.3);left:0;width:1px}.footer.footer-type-3 .footer-bottom .biltek a img{width:65px;display:block}@media only screen and (min-width:992px) and (max-width:1199px){.footer.footer-type-3 .footer-bottom .copyright{flex:1 1 auto;padding-right:1rem}.footer.footer-type-3 .footer-bottom .footer-social{flex:1 1 auto;padding:0 .5rem}.footer.footer-type-3 .footer-bottom .biltek{flex:0 0 160px}}@media only screen and (max-width:991px){.footer.footer-type-3 .footer-bottom .copyright{flex:1 1 auto;padding-right:1rem}.footer.footer-type-3 .footer-bottom .footer-social{flex:1 1 auto;padding:0 .5rem}.footer.footer-type-3 .footer-bottom .biltek{flex:0 0 160px}}@media only screen and (max-width:767px){.footer.footer-type-3 .footer-bottom .d-flex{flex-wrap:wrap}.footer.footer-type-3 .footer-bottom .copyright{flex:0 0 100%;margin-bottom:1rem;padding-right:0;text-align:center}.footer.footer-type-3 .footer-bottom .footer-social{flex:0 0 100%;padding:0;margin-bottom:1rem;text-align:center}.footer.footer-type-3 .footer-bottom .biltek{flex:0 0 100%;justify-content:center}}.footer.footer-type-4 .footer-top{background:#393939}@media only screen and (max-width:991px){.footer.footer-type-4 .footer-top .footer-logo{display:none}}.footer.footer-type-4 .footer-top .footer-menu{flex:1 1 0}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container{padding-left:5rem}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-head,.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list li a{color:#848484}@media only screen and (max-width:991px){.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container{padding-left:0}}@media only screen and (max-width:767px){.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li{flex:0 0 100%;margin-bottom:1rem;max-width:100%}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-head{margin-bottom:0;padding-bottom:.25rem}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list{flex-wrap:wrap;margin-left:-.5rem;display:flex}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list li{flex:0 0 auto;margin-bottom:0}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list li a{padding:.25rem .5rem;margin-bottom:0}}@media only screen and (max-width:480px){.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-head{text-align:center}.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list{justify-content:center;margin-left:0}}.footer.footer-type-4 .footer-top .footer-contact-information h3.footer-information-head{font-size:15px;font-weight:500;margin-bottom:15px;color:#848484;transition:all .3s ease-in-out;text-transform:uppercase;position:relative;padding-bottom:15px}.footer.footer-type-4 .footer-top .footer-contact-information ul li .icon{color:#848484;display:none}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text{flex:0 0 100%;max-width:100%}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p{color:#848484;position:relative}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p span{position:absolute;left:0}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p a{color:#848484}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text h4{font-size:1rem;color:#848484;padding-right:1rem;display:inline-block}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text .footer-social{display:inline-block}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text .footer-social a{padding:.25rem;font-size:1.2rem;color:#848484}@media only screen and (max-width:767px){.footer.footer-type-4 .footer-top .footer-contact-information h3.footer-information-head{margin-bottom:0;padding-bottom:.5rem}.footer.footer-type-4 .footer-top .footer-contact-information ul li{margin-bottom:.75rem}}@media only screen and (max-width:480px){.footer.footer-type-4 .footer-top .footer-contact-information{text-align:center}.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p span{position:static}}.footer.footer-type-4 .footer-bottom{background:#5b5b5b}.footer.footer-type-4 .footer-bottom .copyright p{color:#a2a2a2}.footer.footer-type-4 .footer-bottom .biltek{align-items:center;display:flex}.footer.footer-type-4 .footer-bottom .biltek a{font-size:12px;color:#a2a2a2;position:relative;line-height:20px;vertical-align:top;display:inline-block}.footer.footer-type-4 .footer-bottom .biltek a:last-child{position:relative;top:-4px;margin-left:10px;padding-left:10px}.footer.footer-type-4 .footer-bottom .biltek a:last-child:before{height:24px;content:"";position:absolute;top:2px;background:rgba(115,130,140,.3);left:0;width:1px}.footer.footer-type-4 .footer-bottom .biltek a img{width:65px;display:block}.footer.footer-type-5{overflow:hidden;width:100%}.footer.footer-type-5 .footer-top{padding:4rem 0;position:relative;background:#fff}.footer.footer-type-5 .footer-top:after,.footer.footer-type-5 .footer-top:before{content:"";position:absolute;bottom:0;top:0;background:#fff;width:1rem;z-index:13}@media only screen and (max-width:560px){.footer.footer-type-5 .footer-top:after,.footer.footer-type-5 .footer-top:before{width:.5rem}}.footer.footer-type-5 .footer-top:before{left:0}.footer.footer-type-5 .footer-top:after{right:0}.footer.footer-type-5 .footer-top .footer-top-left{justify-content:space-between;flex-wrap:wrap;align-items:center;padding-left:1rem;display:flex}.footer.footer-type-5 .footer-top .footer-top-left:before{right:.5rem;content:"";position:absolute;bottom:-3rem;top:-3rem;background:#000;width:100vw}@media only screen and (max-width:560px){.footer.footer-type-5 .footer-top .footer-top-left:before{top:-3.5rem}}.footer.footer-type-5 .footer-top .footer-top-left>*{position:relative}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu{flex:1 1 0;padding-right:8rem}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container{margin-bottom:0}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-head{color:footer5TopLeftColor}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list{flex-wrap:wrap;display:flex}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list li{flex:0 0 50%;position:relative;max-width:50%}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list li a{color:#a2a2a2;padding-left:1.5rem}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list li a:before{height:1px;content:"";position:absolute;top:50%;background:#7bb3ff;left:0;width:10px}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information{flex:1 1 0;border-left:1px solid #797979;padding-left:8rem}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li .text p{font-size:1.5rem;color:#a2a2a2}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li .text p a{color:#a2a2a2}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li .footer-social a{padding:.25rem;font-size:1.75rem;color:#a2a2a2}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li:last-child{margin-bottom:0}@media only screen and (min-width:992px) and (max-width:1199px){.footer.footer-type-5 .footer-top .footer-top-left .footer-menu{padding-right:3rem}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information{padding-left:3rem}}@media only screen and (max-width:991px){.footer.footer-type-5 .footer-top .footer-top-left{padding-right:2rem}.footer.footer-type-5 .footer-top .footer-top-left .footer-menu{flex:0 0 100%;max-width:100%;padding-right:0}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information{flex:0 0 100%;border-left:0;padding-top:2rem;max-width:100%;border-top:1px solid #797979;margin-top:2rem;padding-left:0}.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li:first-child{margin-left:-15px}}@media only screen and (max-width:767px){.footer.footer-type-5 .footer-top .footer-top-left{padding-bottom:3rem}.footer.footer-type-5 .footer-top .footer-top-left:before{right:-20vw;bottom:0;width:140vw}}.footer.footer-type-5 .footer-top .footer-top-right{padding-left:2rem}.footer.footer-type-5 .footer-top .footer-top-right:before{content:"";position:absolute;bottom:-3rem;top:-3rem;background:#7bb3ff;left:.5rem;width:100vw}@media only screen and (max-width:560px){.footer.footer-type-5 .footer-top .footer-top-right:before{bottom:-3.5rem}}.footer.footer-type-5 .footer-top .footer-top-right>*{position:relative}.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container .footer-cancelled,.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container .footer-cancelled a,.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container .footer-menu-head,.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container p{color:#fff}.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form input[type=email]{border:none;color:#fff;border-bottom:1px solid #fff}.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form input[type=email]::-webkit-input-placeholder{color:#fff;opacity:1}.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form input[type=submit]{background:transparent}.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form i{right:-14px;color:#fff}@media only screen and (max-width:767px){.footer.footer-type-5 .footer-top .footer-top-right{padding-top:3rem;padding-left:1rem}.footer.footer-type-5 .footer-top .footer-top-right:before{top:0;left:-20vw;width:140vw}}.footer.footer-type-5 .footer-bottom{color:#a2a2a2;background:#f1f1f1}.footer.footer-type-5 .footer-bottom .copyright p{color:#a2a2a2}.footer.footer-type-5 .footer-bottom .biltek{align-items:center;display:flex}.footer.footer-type-5 .footer-bottom .biltek a{font-size:12px;color:#a2a2a2;position:relative;line-height:20px;vertical-align:top;display:inline-block}.footer.footer-type-5 .footer-bottom .biltek a:last-child{position:relative;top:-4px;margin-left:10px;padding-left:10px}.footer.footer-type-5 .footer-bottom .biltek a:last-child:before{height:24px;content:"";position:absolute;top:2px;background:rgba(115,130,140,.3);left:0;width:1px}.footer.footer-type-5 .footer-bottom .biltek a img{width:65px;display:block}