.navbar{background:#fff;height:100px;padding:20px 0;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d;direction:rtl!important}.navbar-brand img{height:40px}.basic-navbar-nav{text-align:right}.navbar-list{color:#000c;padding-right:20px;font-size:18px}.navbar-light .navbar-nav .nav-link{color:#000c!important}.navbar-light .navbar-nav .nav-link:hover{color:var(--firstColor)!important}.navbar-list__item{margin:0 12px;color:#000c!important}.navbar-list__item:hover{text-decoration:none;color:var(--firstColor)!important}.navbar_phone,.navbar_phone .fa-phone{color:var(--textColorGray);letter-spacing:3px;font-size:20px;font-weight:700;text-decoration:none;transition:all .3s}.navbar_phone .fa-phone{margin-right:10px;font-size:25px}.fa-phone:before{position:relative;top:2px}.navbar_phone:hover,.navbar_phone:hover .fa-phone{color:var(--firstColor)}.navbar .szh-menu{font-size:17px}.navbar .szh-menu .szh-menu__item{padding-top:10px;padding-bottom:10px}.navbar .szh-menu__submenu>.szh-menu__item:after{left:1rem;right:auto!important}.navbar .szh-menu__submenu>.szh-menu__item{padding-right:1.7rem!important}.navbar .szh-menu-button{background:0 0;border:none;transition:all .3s}.navbar .szh-menu-button:hover{color:var(--firstColor)}.szh-menu__item a{color:var(--textColor);text-decoration:none;transition:all .3s}.szh-menu__item a:hover{color:var(--firstColor)}.navbar_phone i{color:#000}.navbar-expand-lg .navbar-nav .dropdown-menu{text-align:right;direction:rtl!important}.dropdown-menu[data-bs-popper]{width:275px!important;left:auto!important;right:0!important}.dropdown-menu{min-width:14rem!important}.dropdown-toggle:after{margin-right:5px;position:relative;top:3px}.mobile-menu .mobile-menu__list{margin-right:0;padding-right:10px;list-style:none}.mobile-menu .mobile-menu__list li{margin-top:20px}.mobile-menu .mobile-menu__list li a{color:var(--textColor);text-decoration:none}.mobile-menu .mobile-menu__list button{background-color:#0000;border:none;margin-top:20px;padding:0}.mobile-menu .mobile-menu__list button:after{content:"❯";margin-right:10px}.mobile-navbar__logo{padding:10px!important}.mobile-navbar__logo img{object-fit:contain;width:100%!important}.mobile-navbar_phone{color:var(--textColorGray);letter-spacing:3px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;position:relative;top:30px!important}
:root{--firstColor:#99d251;--secondColor:#3e8e7e;--secondColorText:#37806f;--secondColorBg:#256256;--thirdColor:#fabb51;--fourthColor:#d3244e;--fifthColor:#faedc6;--textColor:#2e2e2e;--textColorGray:#707070;--ptagSize:14px}.App{background:#f2f2f2}.dr{direction:rtl!important}p{font-size:var(--ptagSize)}.btn-primary{background:var(--firstColor)!important;color:var(--textColor)!important;border:none!important;padding:10px 20px!important}.btn-primary:hover{background:var(--secondColor)!important;color:#fff!important;border:none!important}.btn-primary:focus{background:var(--secondColor)!important;color:#fff!important;box-shadow:0 0 10px var(--secondColor)!important;border:none!important}.modal-header .btn-close{margin-left:0!important;margin-right:auto!important}.overlay{z-index:100000000;width:100%;height:100%;position:fixed;top:0;left:0}.overlay .overlayDoor:before,.overlay .overlayDoor:after{content:"";background:var(--firstColor);width:50%;height:100%;transition:all .5s cubic-bezier(.77,0,.18,1) .8s;position:absolute}.overlay .overlayDoor:before{left:0}.overlay .overlayDoor:after{right:0}.overlay.loaded .overlayDoor:before{left:-50%}.overlay.loaded .overlayDoor:after{right:-50%}.overlay.loaded .overlayContent{opacity:0;margin-top:-15px}.overlay .overlayContent{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:all .5s cubic-bezier(.77,0,.18,1);display:flex;position:relative}.overlay .overlayContent .skip{text-align:center;cursor:pointer;color:#fff;border:2px solid #fff;border-radius:3px;width:130px;margin:50px auto 0;padding:12px 0;font-family:Nunito;font-weight:700;transition:all .2s;display:block}.overlay .overlayContent .skip:hover{color:#444;background:#ddd;border-color:#ddd}.loader{border:3px solid #fff;border-bottom-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;animation:1s linear infinite spin;display:flex;position:relative}.loader .inner{border:3px solid #0000;border-top-color:#fff;border-radius:50%;width:64px;height:64px;animation:1s linear infinite spinInner}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinInner{0%{transform:rotate(0)}to{transform:rotate(-720deg)}}
.szh-menu{box-sizing:border-box;z-index:100;background-color:#fff;border:1px solid #0000001a;width:max-content;margin:0;padding:0;list-style:none}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;z-index:-1;background-color:#fff;border:1px solid #0000;border-color:#0000001a #0000 #0000 #0000001a;width:.75rem;height:.75rem}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%)rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%)rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translate(-50%)rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translate(-50%)rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{background-color:#0000001f;height:1px;margin:.5rem 0}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;min-width:10rem;padding:.5rem 0;box-shadow:0 3px 7px #0002,0 .6px 2px #0000001a}.szh-menu__item{align-items:center;padding:.375rem 1.5rem;display:flex;position:relative}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";font-size:.8rem;position:absolute;top:.55rem;left:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;text-transform:uppercase;padding:.2rem 1.5rem;font-size:.8rem}
@keyframes szh-menu-show-slide-left{0%{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:.15s ease-out szh-menu-show-slide-left}.szh-menu--state-closing.szh-menu--dir-left{animation:.15s ease-in forwards szh-menu-hide-slide-left}.szh-menu--state-opening.szh-menu--dir-right{animation:.15s ease-out szh-menu-show-slide-right}.szh-menu--state-closing.szh-menu--dir-right{animation:.15s ease-in forwards szh-menu-hide-slide-right}.szh-menu--state-opening.szh-menu--dir-top{animation:.15s ease-out szh-menu-show-slide-top}.szh-menu--state-closing.szh-menu--dir-top{animation:.15s ease-in forwards szh-menu-hide-slide-top}.szh-menu--state-opening.szh-menu--dir-bottom{animation:.15s ease-out szh-menu-show-slide-bottom}.szh-menu--state-closing.szh-menu--dir-bottom{animation:.15s ease-in forwards szh-menu-hide-slide-bottom}
@font-face{font-family:FontAwesome;src:url(../media/fontawesome-webfont.07zh9w9-_jdxm.eot);src:url(../media/fontawesome-webfont.07zh9w9-_jdxm.eot)format("embedded-opentype"),url(../media/fontawesome-webfont.0ua1tglrds0da.woff2)format("woff2"),url(../media/fontawesome-webfont.0umh417q2~auc.woff)format("woff"),url(../media/fontawesome-webfont.0nuxfsii9on5t.ttf)format("truetype"),url(../media/fontawesome-webfont.0ir.onypwzw3s.svg)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571em}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:2.14286em;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{object-fit:contain;transform-origin:50%;width:100%;height:100%}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
.home-sec2__card{background:#fff;border:1px solid #ccc;border-radius:5px;padding:20px;line-height:30px}.home-sec2__card .fa{color:var(--firstColor);text-align:center;font-size:3.5rem}.home-sec2__card .text{color:var(--text-color);font-size:14px;text-align:justify!important}.read-or-hide{color:var(--firstColor);text-decoration:none;transition:all .3s}.read-or-hide:hover{color:var(--secondColor);cursor:pointer}.home-sec2__card_text{text-align:justify!important}
.home-sec3{margin-bottom:60px}.home-sec3__bg{height:280px}.home-sec3__card{background:#fff;border-radius:5px;width:80%;height:130px;margin:0 auto;position:relative;top:-104px;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d}.home-sec3__card__item .icon{color:var(--firstColor);text-align:left;font-size:42px;padding:20px 16px!important}.home-sec3__card__item .text{color:var(--textColor);text-align:right;align-self:center;font-size:20px;padding:30px 24px!important}.home-sec3__card__item .text p{font-size:20px;margin:0!important}
.home-sec4__card{background:#fff;border:none;border-radius:5px;width:24%;margin:3px;text-decoration:none;transition:all .3s;box-shadow:0 0 10px #ccc}.home-sec4__card p{color:#5f5f5f;font-size:12px;line-height:25px}.home-sec4__card .title{color:var(--textColor);font-size:16px}.home-sec4__card:hover{cursor:pointer;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d!important}.home-sec4__card-body{padding:0 0 30px}.home-line-horizen{background-color:#e6e6e6;width:100%;height:2px;margin-bottom:10px}.home-sec4__card-body img{border-radius:5px 5px 0 0;height:230px}.home-sec4__title{color:var(--textColor);padding-top:20px}.home-sec4__text{color:var(--textColor)}.home-sec4__card-link{opacity:0;color:var(--firstColor);text-decoration:none;transition:all .3s}.home-sec4__card:hover .home-sec4__card-link{opacity:1}.line-horizen{marginr-right:auto;background-color:#ccc;border-radius:5px;width:70%;height:2px;margin-bottom:25px;margin-left:auto}@media (min-width:576px){.home-sec4__card{width:100%}}@media (min-width:768px){.home-sec4__card{width:49%!important}}@media (min-width:992px){.home-sec4__card{width:24%!important}}@media (min-width:1200px){.home-sec4__card{width:24%}}
.home-sec5__bg{position:relative}.home-sec5__bg ._Swiper{background:url(/assets/img/Home/intro_bg.png) 50%/cover;height:400px}.home-sec5__bg ._Swiper .swiper-slide{background:0 0}.home-sec5__bg ._Swiper ._content{text-align:center;position:absolute}.home-sec5__bg ._Swiper ._content img{border-radius:100%;width:100px;height:100px;margin:0 auto}.home-sec5__bg ._Swiper ._content ._name{color:#fff;margin:15px 0 0}.home-sec5__bg ._Swiper ._content p{color:#fff}.home-sec5__bg ._Swiper ._content ._level{border-bottom:2px solid #fff9;width:100%;margin-left:auto;margin-right:auto;line-height:40px}.home-sec5__bg ._Swiper ._content ._text{width:100%;margin-left:auto;margin-right:auto}
.swiper{width:100%;height:600px}.swiper-slide{text-align:center;background:#fff;justify-content:center;align-items:center;font-size:18px;display:flex}.swiper-slide img{object-fit:cover;width:100%;height:100%;display:block}.swiper{margin-left:auto;margin-right:auto}.slider-text{text-align:right;color:#fff;background-color:#256256f2;border-radius:10px;width:60%;padding:2.5rem;position:absolute;left:auto;right:10rem;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d!important}.slider-text p{color:#fffc;margin-top:20px;font-size:18px;font-weight:100}.swiper-button-prev:after{background:var(--firstColor);color:#fff;border-radius:10px 0 0 10px;padding:20px 30px;transform:scale(.6)}.swiper-button-next:after{background:var(--firstColor);color:#fff;border-radius:0 10px 10px 0;padding:20px 30px;transform:scale(.6)}.footer{background-color:var(--textColor);color:#fff;padding:40px}.footer ul{list-style:none}.footer ul i{margin-left:10px;font-size:26px}.footer a{color:#fff;text-decoration:none;transition:all .3s}.footer .footer_social{margin:0;padding-top:0;list-style-type:none}.footer .footer_social li{display:inline-block}.footer .footer_social li a{color:#fff;padding-right:10px}.footer .footer_links{margin:0;padding:20px 0}.footer .footer_links li{margin-top:10px}.footer .footer_links li a{color:#fff;text-decoration:none}.footer_contact{margin:0;padding:20px 0}@media (min-width:375px){.navbar .fa-bars{margin-left:20px;font-size:24px}.offcanvas-title{padding:30px}.offcanvas-title img{width:60%}.navbar-mobile{padding:0}.navbar-mobile a{margin-top:10px}.navbar_phone{display:none}.Home .slider-text h2{text-align:right;font-size:30px}.Home .slider-text p{text-align:right;font-size:16px}.Home .slider-text{width:40%}.Home .swiper-pagination-bullet-active{background-color:var(--firstColor)}}@media (min-width:576px){.navbar_phone{display:none}}@media (min-width:768px){.navbar_phone{display:none}}@media (min-width:992px){.navbar_phone{display:block}}@media (min-width:1200px){.navbar_phone{display:block}}
.Header-bg-about{text-align:center;background-position:50%;background-size:cover;height:220px}.Header-bg-about h1{color:#fff;position:relative;top:6rem}
.into-line_horizental1{background:var(--firstColor);height:2px;width:200px!important}.into-line_horizental2{background:var(--firstColor);height:2px;margin-top:10px;width:150px!important}.About-sec2_intro{color:var(--textColor);padding-top:20px;padding-left:40px!important}.About-sec2_intro p{text-align:justify;margin-top:25px;font-size:14px;line-height:2rem}.About-sec3{padding:40px 0}.About-sec3_SwiperSlide_name{margin-top:20px!important}.About-sec3_SwiperSlide_Connect{text-align:center;display:inline}.About-sec3_SwiperSlide_Connect a{color:var(--textColor);margin:0 5px;font-size:20px;transition:all .3s}.About-sec3_SwiperSlide_Connect a:hover{color:var(--firstColor)}.About-sec2_progress-bar .progress-bar-container{margin-top:20px}.About-sec2_progress-bar .progress-bar-container .progress-bar{background-color:var(--firstColor)!important}.About-sec3 .swiper{padding:30px;height:100%!important}.About-sec3_SwiperSlide{background-color:#0000}.About-sec4{color:var(--textColor);background-color:#fff;padding:100px 0}.About-sec4 p{text-align:justify;padding-top:20px;padding-left:20px;font-size:14px;line-height:2rem}.About-sec4_image{align-self:auto}.About-sec2{padding:100px 10px!important}.About-sec6{text-align:center;background:#fff;padding:100px 0}.About-sec6 .About-sec6_skills{text-align:center;margin-top:10px;padding:40px;box-shadow:0 0 28px #0000000d,0 10px 10px #0000000d!important}.About-sec6_skills img{cursor:pointer;width:auto;height:60px;margin-bottom:20px}.modal-dialog{max-width:900px!important}.footer-customers__row{flex-wrap:wrap;align-items:stretch;display:flex}.footer-customers__row--top .footer-customers__col:nth-child(n+9){display:none}.footer-customers__row--top .footer-customers__col:nth-child(7){order:8}.footer-customers__row--top .footer-customers__col:nth-child(8){order:7}.footer-customers__col{opacity:1;flex:0 0 25%;justify-content:center;align-items:center;max-width:25%;height:80px;transition:opacity .5s ease-in-out;display:flex}.footer-customers__col--rnd1{transition-delay:10ms}.footer-customers__col--rnd2{transition-delay:20ms}.footer-customers__col--rnd3{transition-delay:30ms}.footer-customers__col--rnd4{transition-delay:40ms}.footer-customers__col--rnd5{transition-delay:50ms}.footer-customers__col--rnd6{transition-delay:60ms}.footer-customers__col--rnd7{transition-delay:70ms}.footer-customers__col--rnd8{transition-delay:80ms}.footer-customers__col--rnd9{transition-delay:90ms}.footer-customers__col--rnd10{transition-delay:.1s}.footer-customers__col--rnd11{transition-delay:.11s}.footer-customers__col--rnd12{transition-delay:.12s}.footer-customers__col--rnd13{transition-delay:.13s}.footer-customers__col--rnd14{transition-delay:.14s}.footer-customers__col--rnd15{transition-delay:.15s}.footer-customers__col--rnd16{transition-delay:.16s}.footer-customers__col--rnd17{transition-delay:.17s}.footer-customers__col--rnd18{transition-delay:.18s}.footer-customers__col--rnd19{transition-delay:.19s}.footer-customers__col--rnd20{transition-delay:.2s}.footer-customers__col--rnd21{transition-delay:.21s}.footer-customers__col--rnd22{transition-delay:.22s}.footer-customers__col--rnd23{transition-delay:.23s}.footer-customers__col--rnd24{transition-delay:.24s}.footer-customers__col--rnd25{transition-delay:.25s}.footer-customers__col--rnd26{transition-delay:.26s}.footer-customers__col--rnd27{transition-delay:.27s}.footer-customers__col--rnd28{transition-delay:.28s}.footer-customers__col--rnd29{transition-delay:.29s}.footer-customers__col--rnd30{transition-delay:.3s}.footer-customers__col--rnd31{transition-delay:.31s}.footer-customers__col--rnd32{transition-delay:.32s}.footer-customers__col--rnd33{transition-delay:.33s}.footer-customers__col--rnd34{transition-delay:.34s}.footer-customers__col--rnd35{transition-delay:.35s}.footer-customers__col--rnd36{transition-delay:.36s}.footer-customers__col--rnd37{transition-delay:.37s}.footer-customers__col--rnd38{transition-delay:.38s}.footer-customers__col--rnd39{transition-delay:.39s}.footer-customers__col--rnd40{transition-delay:.4s}.footer-customers__col--rnd41{transition-delay:.41s}.footer-customers__col--rnd42{transition-delay:.42s}.footer-customers__col--rnd43{transition-delay:.43s}.footer-customers__col--rnd44{transition-delay:.44s}.footer-customers__col--rnd45{transition-delay:.45s}.footer-customers__col--rnd46{transition-delay:.46s}.footer-customers__col--rnd47{transition-delay:.47s}.footer-customers__col--rnd48{transition-delay:.48s}.footer-customers__col--rnd49{transition-delay:.49s}.footer-customers__col--rnd50{transition-delay:.5s}.footer-customers__col--rnd51{transition-delay:.51s}.footer-customers__col--rnd52{transition-delay:.52s}.footer-customers__col--rnd53{transition-delay:.53s}.footer-customers__col--rnd54{transition-delay:.54s}.footer-customers__col--rnd55{transition-delay:.55s}.footer-customers__col--rnd56{transition-delay:.56s}.footer-customers__col--rnd57{transition-delay:.57s}.footer-customers__col--rnd58{transition-delay:.58s}.footer-customers__col--rnd59{transition-delay:.59s}.footer-customers__col--rnd60{transition-delay:.6s}.footer-customers__col--rnd61{transition-delay:.61s}.footer-customers__col--rnd62{transition-delay:.62s}.footer-customers__col--rnd63{transition-delay:.63s}.footer-customers__col--rnd64{transition-delay:.64s}.footer-customers__col--rnd65{transition-delay:.65s}.footer-customers__col--rnd66{transition-delay:.66s}.footer-customers__col--rnd67{transition-delay:.67s}.footer-customers__col--rnd68{transition-delay:.68s}.footer-customers__col--rnd69{transition-delay:.69s}.footer-customers__col--rnd70{transition-delay:.7s}.footer-customers__col--rnd71{transition-delay:.71s}.footer-customers__col--rnd72{transition-delay:.72s}.footer-customers__col--rnd73{transition-delay:.73s}.footer-customers__col--rnd74{transition-delay:.74s}.footer-customers__col--rnd75{transition-delay:.75s}.footer-customers__col--rnd76{transition-delay:.76s}.footer-customers__col--rnd77{transition-delay:.77s}.footer-customers__col--rnd78{transition-delay:.78s}.footer-customers__col--rnd79{transition-delay:.79s}.footer-customers__col--rnd80{transition-delay:.8s}.footer-customers__col--rnd81{transition-delay:.81s}.footer-customers__col--rnd82{transition-delay:.82s}.footer-customers__col--rnd83{transition-delay:.83s}.footer-customers__col--rnd84{transition-delay:.84s}.footer-customers__col--rnd85{transition-delay:.85s}.footer-customers__col--rnd86{transition-delay:.86s}.footer-customers__col--rnd87{transition-delay:.87s}.footer-customers__col--rnd88{transition-delay:.88s}.footer-customers__col--rnd89{transition-delay:.89s}.footer-customers__col--rnd90{transition-delay:.9s}.footer-customers__col--rnd91{transition-delay:.91s}.footer-customers__col--rnd92{transition-delay:.92s}.footer-customers__col--rnd93{transition-delay:.93s}.footer-customers__col--rnd94{transition-delay:.94s}.footer-customers__col--rnd95{transition-delay:.95s}.footer-customers__col--rnd96{transition-delay:.96s}.footer-customers__col--rnd97{transition-delay:.97s}.footer-customers__col--rnd98{transition-delay:.98s}.footer-customers__col--rnd99{transition-delay:.99s}.footer-customers__col--rnd100{transition-delay:1s}.footer-customers__img{filter:grayscale(100);opacity:1;max-width:70px;max-height:45px;transition:opacity .5s ease-in-out}.footer-customers__img--out{opacity:0}.footer-customers__img--in{opacity:1}.footer-customers__trst-col{flex-wrap:wrap;flex:0 0 12.5%;max-width:12.5%;display:none}.footer-customers__trst-col .footer-customers__col{flex:0 0 100%;order:unset;max-width:100%}.footer-customers__trst-col .footer-customers__col:nth-child(odd){display:none}.footer-customers__trusted{flex-direction:column;flex:0 0 100%;justify-content:center;align-items:center;max-width:100%;height:160px;display:flex}.footer-customers__trusted__title{color:#0b3a42;margin-bottom:.375rem;font-size:2rem;font-weight:700}.footer-customers__trusted__button{z-index:1;font-size:.75rem;font-weight:500;display:inline-block;position:relative}.footer-customers__trusted__button a{color:#ffc378;z-index:2;background:#0b3a42;border-radius:.375rem;width:100%;padding:.375rem .75rem;display:block;position:relative}.footer-customers__trusted__button:before{content:"";z-index:1;background:0 0;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 10px 25px #0000004d}@media (min-width:576px){.footer-customers__row--top-row .footer-customers__col:nth-child(10){order:8}.footer-customers__row--top-row .footer-customers__col:nth-child(9){order:10}.footer-customers__row--top-row .footer-customers__col:nth-child(7){order:9}.footer-customers__col{flex:0 0 20%;max-width:20%}.footer-customers__col:nth-child(-n+11){display:flex}.footer-customers__col:nth-child(n+11){display:none}}@media (min-width:768px){.footer-customers{padding-top:2.5rem;padding-bottom:2.5rem}.footer-customers__row--top-row .footer-customers__col:first-child{order:3}.footer-customers__row--top-row .footer-customers__col:nth-child(2){order:4}.footer-customers__row--top-row .footer-customers__col:nth-child(3){order:5}.footer-customers__row--top-row .footer-customers__col:nth-child(4){order:6}.footer-customers__row--top-row .footer-customers__col:nth-child(5){order:7}.footer-customers__row--top-row .footer-customers__col:nth-child(6){order:1}.footer-customers__row--top-row .footer-customers__col:nth-child(7){order:8}.footer-customers__row--top-row .footer-customers__col:nth-child(8){order:11}.footer-customers__row--top-row .footer-customers__col:nth-child(9){order:9}.footer-customers__row--top-row .footer-customers__col:nth-child(10){order:12}.footer-customers__row--top-row .footer-customers__col:nth-child(11){order:13}.footer-customers__row--top-row .footer-customers__col:nth-child(12){order:14}.footer-customers__row--top-row .footer-customers__col:nth-child(13){order:10}.footer-customers__row--top-row .footer-customers__col:nth-child(14){order:16}.footer-customers__row--top-row .footer-customers__col:nth-child(15){order:2}.footer-customers__row--top-row .footer-customers__col:nth-child(16){order:15}.footer-customers__col{flex:0 0 12.5%;max-width:12.5%}.footer-customers__col:nth-child(-n+16),.footer-customers__trst-col{display:flex}.footer-customers__trusted{height:unset;flex:0 0 75%;max-width:75%}.footer-customers__trusted__title{font-size:2.5rem}.footer-customers__button a{border-radius:.5rem;padding:.5rem 1.25rem}}@media (min-width:992px){.footer-customers{padding-top:4.375rem;padding-bottom:4.375rem}.footer-customers__row--top-row .footer-customers__col:first-child{order:4}.footer-customers__row--top-row .footer-customers__col:nth-child(2){order:5}.footer-customers__row--top-row .footer-customers__col:nth-child(3){order:6}.footer-customers__row--top-row .footer-customers__col:nth-child(4){order:7}.footer-customers__row--top-row .footer-customers__col:nth-child(5){order:8}.footer-customers__row--top-row .footer-customers__col:nth-child(6){order:1}.footer-customers__row--top-row .footer-customers__col:nth-child(7){order:2}.footer-customers__row--top-row .footer-customers__col:nth-child(8){order:14}.footer-customers__row--top-row .footer-customers__col:nth-child(9){order:3}.footer-customers__row--top-row .footer-customers__col:nth-child(10){order:16}.footer-customers__row--top-row .footer-customers__col:nth-child(11){order:15}.footer-customers__row--top-row .footer-customers__col:nth-child(12){order:17}.footer-customers__row--top-row .footer-customers__col:nth-child(13){order:9}.footer-customers__row--top-row .footer-customers__col:nth-child(14){order:11}.footer-customers__row--top-row .footer-customers__col:nth-child(15){order:10}.footer-customers__row--top-row .footer-customers__col:nth-child(16){order:13}.footer-customers__row--top-row .footer-customers__col:nth-child(17){order:18}.footer-customers__row--top-row .footer-customers__col:nth-child(18){order:12}.footer-customers__row--top-row .footer-customers__col:nth-child(19){order:19}.footer-customers__row--top-row .footer-customers__col:nth-child(20){order:20}.footer-customers__col{flex:0 0 10%;max-width:10%}.footer-customers__col:nth-child(n+16){display:flex}.footer-customers__trusted{flex:0 0 60%;max-width:60%}.footer-customers__trusted__title{font-size:3.125rem}.footer-customers__trusted__button{font-size:1rem}.footer-customers__trusted__button a{border-radius:.625rem;padding:.75rem 1.875rem}.footer-customers__trst-col{flex:0 0 20%;max-width:20%}.footer-customers__trst-col .footer-customers__col{flex:0 0 50%;max-width:50%}.footer-customers__trst-col .footer-customers__col:nth-child(odd){display:flex}}#bg-sazmane-gostaresh-sanaye{background:url(/assets/img/logo/logos.png) 0 -14px;width:100px;height:45px}#bg-10exir{background:url(/assets/img/logo/logos.png) -90px -20px;width:70px;height:120px}#bg-keyson{background:url(/assets/img/logo/logos.png) -180px -10px;width:70px;height:100px}#bg-nabsteel{background:url(/assets/img/logo/logos.png) -280px -10px;width:120px;height:45px}#bg-azad-uni{background:url(/assets/img/logo/logos.png) -360px -10px;width:66px;height:80px}#bg-imidro{background:url(/assets/img/logo/logos.png) -442px -10px;width:100px;height:80px}#bg-farasahel{background:url(/assets/img/logo/logos.png) -530px -10px;width:100px;height:100px}#bg-moheb-polimer{background:url(/assets/img/logo/logos.png) -615px -10px;width:100px;height:100px}#bg-iran-indust{background:url(/assets/img/logo/logos.png) -690px -10px;width:100px;height:100px}#bg-shimi-teks{background:url(/assets/img/logo/logos.png) -770px -10px;width:100px;height:100px}#bg-ramiko{background:url(/assets/img/logo/logos.png) 0 -70px;width:100px;height:100px}#bg-poliester{background:url(/assets/img/logo/logos.png) -100px -70px;width:100px;height:100px}#bg-sandogh-noavari{background:url(/assets/img/logo/logos.png) -180px -70px;width:100px;height:100px}#bg-haraz{background:url(/assets/img/logo/logos.png) -270px -70px;width:100px;height:100px}#bg-farahi-carpet{background:url(/assets/img/logo/logos.png) -370px -80px;width:100px;height:100px}#bg-kogc{background:url(/assets/img/logo/logos.png) -450px -80px;width:100px;height:100px}#bg-bahman-iron{background:url(/assets/img/logo/logos.png) -535px -80px;width:100px;height:100px}#bg-vione{background:url(/assets/img/logo/logos.png) -610px -75px;width:100px;height:100px}#bg-nds{background:url(/assets/img/logo/logos.png) -690px -75px;width:120px;height:100px}#bg-jiring{background:url(/assets/img/logo/logos.png) -790px -75px;width:100px;height:100px}#bg-petrotar{background:url(/assets/img/logo/logos.png) -30px -140px;width:100px;height:100px}#bg-petro-mad{background:url(/assets/img/logo/logos.png) -118px -145px;width:100px;height:100px}#bg-jondishapour{background:url(/assets/img/logo/logos.png) -199px -145px;width:100px;height:100px}#bg-ekteshaf-oil{background:url(/assets/img/logo/logos.png) -272px -145px;width:100px;height:100px}#bg-sobhan{background:url(/assets/img/logo/logos.png) -358px -145px;width:100px;height:100px}#bg-elegant{background:url(/assets/img/logo/logos.png) -452px -145px;width:100px;height:100px}#bg-gdv{background:url(/assets/img/logo/logos.png) -534px -145px;width:100px;height:100px}#bg-ioec{background:url(/assets/img/logo/logos.png) -604px -136px;width:100px;height:100px}#bg-khoraman{background:url(/assets/img/logo/logos.png) -691px -133px;width:100px;height:100px}#bg-salafchegan-daroo{background:url(/assets/img/logo/logos.png) -773px -133px;width:100px;height:100px}#bg-{background:url(/assets/img/logo/logos.png) -358px -145px;width:100px;height:100px}#bg-snapproom{background:url(/assets/img/logo/logos.png);width:70px;height:35px}#bg-alalam,#bg-alef,#bg-evand,#bg-farhang{width:66px;height:45px}#bg-ronakdaroo{background:url(/assets/img/logo/logos.png) -30px -250px;width:100px;height:45px}#bg-sach{background:url(/assets/img/logo/logos.png) -140px -250px;width:100px;height:45px}#bg-abband{background:url(/assets/img/logo/logos.png) -240px -250px;width:100px;height:45px}#bg-barij{background:url(/assets/img/logo/logos.png) -360px -250px;width:100px;height:45px}#bg-barekat{background:url(/assets/img/logo/logos.png) -590px -250px;width:100px;height:45px}#bg-ptf{background:url(/assets/img/logo/logos.png) -660px -250px;width:60px;height:45px}#bg-poliboft{background:url(/assets/img/logo/logos.png) 0 -340px;width:50px;height:45px}#bg-sarmaye{background:url(/assets/img/logo/logos.png) -140px -330px;width:100px;height:45px}#bg-abadgaran{background:url(/assets/img/logo/logos.png) -440px -340px;width:100px;height:45px}#bg-omid{background:url(/assets/img/logo/logos.png) -530px -340px;width:100px;height:45px}#bg-sanatmadan{background:url(/assets/img/logo/logos.png) -650px -350px;width:100px;height:45px}#bg-logo1{background:url(/assets/img/logo/logos.png) -760px -350px;width:100px;height:45px}#bg-kavian{background:url(/assets/img/logo/logos.png) -20px -460px;width:100px;height:45px}#bg-kimiafam{background:url(/assets/img/logo/logos.png) -120px -450px;width:100px;height:45px}#bg-granol{background:url(/assets/img/logo/logos.png) -240px -450px;width:100px;height:45px}#bg-chabahar{background:url(/assets/img/logo/logos.png) -360px -460px;width:100px;height:45px}#bg-shimi{background:url(/assets/img/logo/logos.png) -530px -460px;width:100px;height:45px}#bg-miras{background:url(/assets/img/logo/logos.png) -640px -473px;width:100px;height:45px}#bg-nikoo{background:url(/assets/img/logo/logos.png) -745px -460px;width:100px;height:45px}#bg-moe,#bg-mop{width:66px;height:45px}@media (min-width:375px){.About-sec5 ._partner{text-align:center}.About-sec5 ._partner img{width:30%;margin:20px auto}}@media (min-width:768px){.About-sec5 ._partner img{width:100%}}@media (min-width:992px){.About-sec5 ._partner img{width:100%}}@media (min-width:1200px){.About-sec5 ._partner{text-align:center}.About-sec5 ._partner img{width:100%}}
.Header-bg-projects{text-align:center;background-position:bottom;background-size:cover;height:260px}.Header-bg-projects h1{color:#fff;position:relative;top:6rem}.Projects-sec1{text-align:center;padding:20px 0}.Projects-sec1 h1,.Projects-sec1 h2{color:var(--textColor);margin:15px 0}.Projects-sec1 .into-line_horizental1{margin:5px auto}.Projects-sec1 .into-line_horizental2{margin:10px auto}.Projects-sec1 p{color:var(--textColor);margin-top:20px;font-size:14px}.Project-sec2{padding:20px 0 80px}.Projects-sec2__card{background-color:#fff;border:none;border-radius:10px;margin:2px;text-decoration:none;transition:all .3s;animation-name:load;animation-duration:.6s;width:32%!important;padding:30px 0!important}.Projects-sec2__card img{height:220px}@keyframes load{0%{opacity:0}to{opacity:1}}.Projects-sec2__card ._title{color:var(--textColor);border-bottom:2px solid #e4e4e4;padding-bottom:5px;font-weight:700;margin:10px 30px!important}.Projects-sec2__card ._text{color:var(--textColor);margin:10px 20px!important}.Projects-sec2__card:hover{cursor:pointer;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d!important}.Projects-sec2__card:focus{box-shadow:0 14px 28px #00000017,0 10px 10px #00000017!important}.Projects-sec2__card:focus ._title,.Projects-sec2__card:focus ._text{color:var(--firstColor)}.Projects-sec2__card-body img{border-radius:5px 5px 0 0}.Projects-sec2__title{color:var(--textColor);padding-top:80px}.Projects-sec2__card ._text{color:var(--textColor);font-size:14px}.Projects-sec2__card-link{opacity:0;color:var(--firstColor);text-decoration:none;transition:all .3s}.Projects-sec2__card:hover .Projects-sec2__card-link{opacity:1}.Project-Post .breadcrump{margin-bottom:0!important;padding-left:0!important;padding-right:0!important}.Project-Post ._bg{background:#fff}.Project-Post .breadcrump li{margin-right:10px;display:inline}.Project-Post .breadcrump{padding-top:40px}.Project-Post ._bg{border-radius:10px;margin:20px 0;padding:20px}.Project-Post .date{color:#767676;margin-top:.5rem}.Project-Post .lazy-load-image-background{width:100%;height:100%}.Project-Post ._image{object-fit:cover;width:100%;height:350px}.Project-Post ._text{text-align:justify;margin-top:2rem;line-height:2rem}.Project-Post .table_title{background-color:var(--secondColor);width:21rem;font-weight:700}.Project-Post table,.Project-Post tr,.Project-Post td{border:none}.Project-Post td{padding:18px!important}.Project-Post .same_Suggestion{margin-bottom:20px}.Project-Post .same_Suggestion h4,.Project-Post .same_Suggestion a{text-align:center;color:var(--textColor);padding:30px 10px;font-size:18px;text-decoration:none}.Project-Post .same_Suggestion .card{box-shadow:0 0 28px #0000000d,0 10px 10px #0000000d!important}.Project-Post .img_Suggestion{display:block;width:100%!important;height:300px!important}.Projects_noItems{text-align:center;background:#fac683;border-radius:8px;padding:8px;font-size:18px;animation-name:load;animation-duration:.6s;box-shadow:0 0 10px #ccc;margin-top:30px!important}.Projects_noItems i{font-size:25px}@media (max-width:576px){.Projects-sec2__card{width:100%!important}}@media (min-width:576px){.Projects-sec2__card{width:100%!important}}@media (min-width:768px){.Project-sec2 .row{width:100%;margin-left:0!important}.Projects-sec2__card{width:49%!important}}@media (min-width:992px){.Projects-sec2__card{width:32%!important}}@media (min-width:1200px){.Projects-sec2__card{width:32%!important}}
.Header-bg-contact{text-align:center;background-position:bottom;background-size:cover;height:230px}.Header-bg-contact h1{position:relative;top:6rem}.Contact-sec1_sec1{background:#fff;border-radius:8px;padding:10px 40px 40px 30px!important;box-shadow:0 0 28px #0000000d,0 10px 10px #0000000d!important}.Contact-sec1_sec1 ul{margin:0;padding:0;list-style:none}.Contact-sec1_sec1 ul li a{color:var(--textColor);margin-right:10px;text-decoration:none;transition:all .3s}.Contact-sec1_sec1 .fa{color:var(--firstColor);font-size:28px}.Contact-sec1_sec1 .branch{border-bottom:1px solid #0000004d;line-height:60px}.Contact-sec2_phone a:hover{color:var(--firstColor)}.Contact-sec2_fax span,.Contact-sec2_address span{margin-right:10px}.Contact-sec2 .Contact-sec2_sec2 .icon{margin-bottom:30px}.Contact-map .leaflet-pane{width:600px!important}.form-floating>label{left:auto!important;right:0!important}.Contact-sec2 .Contact-sec2_sec2{background-color:#fff;border-radius:10px;width:95%;margin:10px auto;box-shadow:0 0 28px #0000000d,0 10px 10px #0000000d!important}@media (min-width:375px){.Contact-sec1 .col-sm-12{width:100%!important;margin:10px 0!important}}@media (min-width:768px){.Contact-sec1 .col-md-6{width:47%!important;margin:0 10px!important}.Contact-sec1 .col-lg-6{margin:0 10px;width:47%!important}}@media (min-width:992px){.Contact-sec1 .col-md-6{width:47%!important;margin:0 10px!important}.Contact-sec1 .col-lg-6{margin:0 10px;width:47%!important}}@media (min-width:1200px){.Contact-sec1 .col-md-6,.Contact-sec1.col-lg-6{margin:0 10px;width:47%!important}}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Header-bg-careers{text-align:center;background-position:bottom;background-size:cover;height:260px}.Header-bg-careers h1{color:#fff;position:relative;top:6rem}.Careers-sec1 .into-line_horizental1,.Careers-sec1 .into-line_horizental2{margin:20px auto}.Careers-sec2_card{background:#fabb51}.Careers-sec2_card_right{align-self:center;padding:30px!important}.Careers-sec2_card_right .h5{text-align:justify;line-height:2.5rem}.Careers-sec2_card_left{padding:0!important}.Careers-sec3-text h2{line-height:3.5rem}.Careers-sec5_Cards{margin-bottom:10px;padding:1.5rem;transition:all .3s}.Careers-sec5_Cards:hover{cursor:pointer;box-shadow:0 0 28px #0000000d,0 10px 10px #0000000d!important}.Careers-sec5_Cards:active{border:1px solid var(--firstColor);cursor:pointer}.Careers-sec5_Cards .bg-primary{width:20%;color:var(--textColor);background:#e4e4e4!important}.Careers-sec5_Cards-badge{background-color:#000!important}.Careers-sec5_button{text-align:center}.Careers-sec6_wrapper{width:100%;margin:0 auto 30px}.Careers-sec6_wrapper .tabs{justify-content:center;display:flex}.Careers-sec6_wrapper .tabitem{cursor:pointer;text-align:center;background-color:var(--firstColor);border:2px solid #fff;flex-direction:column;justify-content:center;width:150px;height:150px;padding:10px;display:flex}@media (min-width:375px){.Careers-sec6_wrapper .tabs{justify-content:center;width:100%;display:flex}.Careers-sec6_wrapper .tabitem{cursor:pointer;width:25%;height:150px}}.Careers-sec6_wrapper .tabitem--inactive{opacity:1;background:#a7a7a7!important}.Careers-sec6_wrapper .tabitem__icon{font-size:28px;color:#ffffffe6!important}.Careers-sec6_wrapper .tabitem__title{margin:10px 0;font-size:16px;color:#ffffffe6!important}.Careers-sec6_wrapper .content{text-align:center;margin-top:15px;font-size:22px}.Careers-sec6_text .tabitem--inactive i{color:#fff;cursor:pointer;box-shadow:none;background:#ccc;border-radius:10px;padding:20px;font-size:28px}.Careers-sec6_text .tabitem--inactive p{padding-top:10px}.Careers-sec6_text i{background:var(--firstColor);color:#fff;cursor:pointer;box-shadow:0 0 20px var(--firstColor);border-radius:10px;padding:20px;font-size:28px;transition:all .3s}.Careers-sec6_text p{padding-top:10px}.Careers-sec6 .content{color:var(--textColor);background:#fff;margin-bottom:30px;padding:20px;transition:all .2s;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d!important}.Career-Modal .modal-dialog{max-width:820px;margin:5rem auto}
.Header-bg-Solid h1{position:relative;top:3.3rem}@media (min-width:375px){.Header-bg-Solid h1{font-size:1.5rem!important}}@media (min-width:576px){.Header-bg-Solid h1{font-size:1.5rem!important}}
.Header-bg-Solid{text-align:center;background-position:100%;background-size:cover!important;height:200px!important}.Header-bg-Solid h1{color:#fff;font-size:50px;position:relative;top:40%}.Services-LeftImgRightText .image img{object-fit:cover;width:100%;height:100%}.Services-LeftImgRightText .text p{text-align:justify;align-self:center;line-height:2rem}.Services-RighImgLeftText .image img{width:100%}.Services-RighImgLeftText .text p{text-align:justify;line-height:2rem}.Services-AdsSection1_image{padding:0!important}.Services-AdsSection1_image img{object-fit:cover;height:100%}.Services-AdsSection1_text{background:var(--firstColor);padding:50px!important}.Services-AdsSection1_text p{line-height:2rem}.Services-AdsSectionFooter{position:relative}.Services-AdsSectionFooter ._title{text-align:right;width:50%;margin-right:3rem;position:absolute;top:20%}.Services-AdsSectionFooter ._text{width:50%;margin-right:3rem;position:absolute;top:35%}.Services-AdsSectionFooter ._EmailInputs{width:40%;margin-right:3rem;position:absolute;top:45%}.Services-AdsSectionFooter ._image{object-fit:cover;width:100%;height:400px}.Services-AdsSectionFooter ._button{margin-right:3rem;position:absolute;top:60%}.Services-ListIcon_icons i{color:var(--firstColor);margin-bottom:10px;font-size:3rem}.Services-ListIcon_title{font-size:18px}.MonitorPlan ul li{text-align:justify;margin-top:15px;line-height:2.5rem}.Services .text,.Services .text_list{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 15px #ccc}.Services .image .react-reveal{height:100%}.Services .image img{object-fit:cover;height:100%}
.PricesList .table{text-align:center;margin:20px 0}.PricesList thead{border-bottom:none}.PricesList .table th{vertical-align:middle;background-color:#fff;border:1px solid #ccc;padding:20px}.PricesList tbody{background-color:#fff}.Prices-header ul{text-align:center;padding-top:50px;list-style:none}.Prices-header li{color:var(--textColor);cursor:pointer;border:1px solid var(--firstColor);background:#fff;border-radius:10px;width:300px;margin-right:20px;padding:10px;transition:all .3s;display:inline-block;box-shadow:0 14px 28px #0000000d,0 10px 10px #0000000d!important}.Prices-header .active{color:#fff;background:var(--secondColor)!important}.Prices-header li:hover{color:#fff;background:var(--firstColor)}@media (min-width:375px){.Prices-header li{margin-top:20px;margin-right:0}}@media (min-width:576px){.Prices-header li{margin-top:20px;margin-right:0}}@media (min-width:1200px){.PricesList .table{width:100%;margin:20px auto}}
.page_404{background:#fff;padding:40px 0;font-family:Arvo,serif}.page_404 img{width:100%}.four_zero_four_bg{background-image:url(/assets/img/404.gif);background-position:50%;height:400px}.four_zero_four_bg h1,.four_zero_four_bg h3{font-size:80px}.link_404{background:#39ac31;margin:20px 0;padding:10px 20px;display:inline-block;color:#fff!important}.contant_box_404{margin-top:-50px}.Btn404{border-radius:10px;text-decoration:none}
