@charset "UTF-8";:root{--primary-h:167;--primary-s:63%;--primary-l:45%;--primary-color:hsl(var(--primary-h),var(--primary-s),var(--primary-l));--secondary-h:13;--secondary-s:96%;--secondary-l:47%;--secondary-color:hsl(var(--secondary-h),var(--secondary-s),var(--secondary-l));--light-h:0;--light-s:0%;--light-l:100%;--light-color:hsl(var(--light-h),var(--light-s),var(--light-l));--dark-h:0;--dark-s:0%;--dark-l:12%;--dark-color:hsl(var(--dark-h),var(--dark-s),var(--dark-l));--success-h:135;--success-s:60%;--success-l:40%;--success-color:hsl(var(--success-h),var(--success-s),var(--success-l));--danger-h:355;--danger-s:70%;--danger-l:55%;--danger-color:hsl(var(--danger-h),var(--danger-s),var(--danger-l));--warning-h:45;--warning-s:100%;--warning-l:50%;--warning-color:hsl(var(--warning-h),var(--warning-s),var(--warning-l));--info-h:180;--info-s:80%;--info-l:40%;--info-color:hsl(var(--info-h),var(--info-s),var(--info-l))}html[dir=ltr] body{--logo-font-family:"Saira Stencil One",sans-serif;--headings-font-family:"Poppins",sans-serif;--body-font-family:"Roboto",sans-serif}@keyframes zoomIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{margin-top:20px;opacity:0}to{margin-top:0;opacity:1}}@keyframes fadeInUpLeftTranslate{0%{opacity:0;transform:translate(20px,20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUpRightTranslate{0%{opacity:0;transform:translate(-20px,20px)}to{opacity:1;transform:translate(0)}}@keyframes bigFadeInUp{0%{margin-top:40px;opacity:0}to{margin-top:0;opacity:1}}@keyframes fadeInDown{0%{margin-top:-20px;opacity:0}to{margin-top:0;opacity:1}}@keyframes fadeInRight{0%{margin-right:-20px;opacity:0}to{margin-right:0;opacity:1}}@keyframes fadeInLeft{0%{margin-left:-20px;opacity:0}to{margin-left:0;opacity:1}}@keyframes spinner-left{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spinner-right{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}@keyframes scaleOut{0%{transform:scale(0)}to{opacity:0;transform:scale(1)}}@keyframes rotateInLeft{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInRight{0%{opacity:0;transform:rotate(200deg)}to{opacity:1;transform:translateZ(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{max-height:0;overflow:hidden}to{max-height:100vh;overflow:unset}}@keyframes pulse{0%{box-shadow:0 0 hsla(var(--primary-h),var(--primary-s),var(--primary-l),50%)}to{box-shadow:0 0 0 10px transparent}}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}@keyframes flash{0%{opacity:.4}to{opacity:1}}@keyframes leftShine{to{left:125%}}@keyframes rightShine{to{right:125%}}@keyframes floating{0%{transform:rotate(0) translate(-10px) rotate(0)}to{transform:rotate(1turn) translate(-10px) rotate(-1turn)}}*{box-sizing:border-box}::-moz-selection{color:var(--light-color)}::selection{color:var(--light-color)}.light_theme ::-moz-selection{background-color:var(--primary-color)}.light_theme ::selection{background-color:var(--primary-color)}.dark_theme ::-moz-selection{background-color:var(--primary-color)}.dark_theme ::selection{background-color:var(--primary-color)}html{scroll-behavior:smooth}html body{overflow-x:hidden;text-align:initial}.hidden{display:none}.clearfix{clear:both}.ltr-dir{direction:ltr;display:inline-block}hr{margin:0;width:100%}ol,ul{list-style-type:none;margin:0;padding:0}a,button{cursor:pointer;outline:0!important;transition:all .3s ease-in-out}button{background:none;border:none;padding:0}a,a:hover{color:inherit;text-decoration:none}.btn{font-weight:700;padding:.5rem 1.5rem;text-transform:uppercase}.btn.disabled,.btn:disabled{cursor:not-allowed}button,input,optgroup,select,textarea{color:inherit;font-family:inherit!important;font-size:inherit}input:invalid,input:required,textarea:invalid,textarea:required{box-shadow:none}body .page{padding-bottom:120px;padding-top:120px}.section{outline:none}.section:not(.page){padding-bottom:80px;padding-top:80px}.section .section-title{margin-bottom:60px;text-align:center}.section .section-title .subtitle{align-items:center;display:flex;justify-content:center;margin-bottom:.6rem;text-transform:uppercase}.section .section-title .title{line-height:2.6rem}.section .section-title .title:last-child{margin:0}.section .section-title .title:not(:last-child){margin-bottom:20px}.section .section-title p{margin:0}@media (min-width:992px){.section .text-box-inline{position:relative}html[dir=ltr] .section .text-box-inline{padding-left:40px}html[dir=rtl] .section .text-box-inline{padding-right:40px}}.section .text-box-inline .subtitle{text-transform:uppercase}@media (min-width:992px){.section .text-box-inline .subtitle{align-items:center;display:flex;position:absolute;top:5px}html[dir=ltr] .section .text-box-inline .subtitle{left:0}html[dir=rtl] .section .text-box-inline .subtitle{right:0}html[dir=ltr] .section .text-box-inline .subtitle{transform:rotate(270deg) translate(-100%)}html[dir=rtl] .section .text-box-inline .subtitle{transform:rotate(-270deg) translate(100%)}html[dir=ltr] .section .text-box-inline .subtitle{transform-origin:left top}html[dir=rtl] .section .text-box-inline .subtitle{transform-origin:right top}.section .text-box-inline .subtitle:before{content:"";display:inline-block;height:2px;width:60px}html[dir=ltr] .section .text-box-inline .subtitle:before{margin-right:20px}html[dir=rtl] .section .text-box-inline .subtitle:before{margin-left:20px}.light_theme .section .text-box-inline .subtitle:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}.dark_theme .section .text-box-inline .subtitle:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}}@media (max-width:991px){.section .text-box-inline .subtitle:after{content:"";display:block;height:2px;margin-bottom:16px;margin-top:5px;width:60px}.light_theme .section .text-box-inline .subtitle:after{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}.dark_theme .section .text-box-inline .subtitle:after{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}}.section .text-box-inline>:not(.subtitle):not(:last-child){margin-bottom:30px}.section .text-box-inline p:last-child{margin-bottom:0}.section .text-box-block .subtitle{align-items:center;display:flex;margin-bottom:12px;text-transform:uppercase}.section .text-box-block .subtitle:before{content:"";display:inline-block;height:2px;width:60px}html[dir=ltr] .section .text-box-block .subtitle:before{margin-right:20px}html[dir=rtl] .section .text-box-block .subtitle:before{margin-left:20px}.light_theme .section .text-box-block .subtitle:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}.dark_theme .section .text-box-block .subtitle:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}.dark_theme .section .text-box-block .subtitle a:hover,.light_theme .section .text-box-block .subtitle a:hover{color:var(--primary-color)}.section .text-box-block .subtitle a:focus{outline:none}.dark_theme.enable-focus-style .section .text-box-block .subtitle a:focus,.light_theme.enable-focus-style .section .text-box-block .subtitle a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.section .text-box-block>:not(.subtitle):not(:last-child){margin-bottom:30px}.section .text-box-block p:last-child{margin-bottom:0}#app-inner{font-family:var(--body-font-family);min-height:100vh;overflow-x:hidden;padding-top:70px;transition:background .6s ease-in-out,padding-top .6s ease-in-out;width:100%}html[dir=ltr] #app-inner{font-size:1rem}html[dir=rtl] #app-inner{font-size:1.1rem}#app-inner.light_theme{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%));color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}#app-inner.dark_theme{background-color:var(--dark-color);color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}html[dir=rtl] #app-inner{line-height:1.5rem}.section-title .title,h1,h2,h3,h4,h5,h6,label,strong{font-family:var(--headings-font-family);font-weight:700;transition:color .6s ease-in-out}.light_theme .section-title .title,.light_theme h1,.light_theme h2,.light_theme h3,.light_theme h4,.light_theme h5,.light_theme h6,.light_theme label,.light_theme strong{color:var(--dark-color)}.dark_theme .section-title .title,.dark_theme h1,.dark_theme h2,.dark_theme h3,.dark_theme h4,.dark_theme h5,.dark_theme h6,.dark_theme label,.dark_theme strong{color:var(--light-color)}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] h5,html[dir=rtl] h6{line-height:1.4}label{font-weight:700;margin-bottom:.5rem}p{line-height:1.8rem}@media (max-width:767px){.btns-container>*{width:100%}}@media (min-width:768px){html[dir=ltr] .btns-container>:not(:last-of-type){margin-right:20px}html[dir=rtl] .btns-container>:not(:last-of-type){margin-left:20px}}@media (max-width:767px){.btns-container>:not(:last-of-type){margin-bottom:12px}}.light_theme .invert-in-light{filter:invert(1)}.dark_theme .invert-in-light,.light_theme .invert-in-dark{filter:invert(0)}.dark_theme .invert-in-dark{filter:invert(1)}.form-styled .group:not(:last-child){margin-bottom:20px}.form-styled .group label{font-size:12px}.light_theme .form-styled .group label{color:var(--dark-color)}.dark_theme .form-styled .group label{color:var(--light-color)}.form-styled .group label.required-field:after{color:var(--danger-color);content:"*";font-family:monospace;font-size:16px;line-height:1}html[dir=ltr] .form-styled .group label.required-field:after{margin-left:4px}html[dir=rtl] .form-styled .group label.required-field:after{margin-right:4px}.form-styled .group label .optional{font-family:var(--body-font-family);font-style:italic;font-weight:400}.light_theme .form-styled .group label .optional{color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}.dark_theme .form-styled .group label .optional{color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}.form-styled .group .control{position:relative}html[dir=ltr] .form-styled .group .control.has-prefix-icon input:not([type=radio]):not([type=checkbox]):not([type=file]){padding-left:40px}html[dir=rtl] .form-styled .group .control.has-prefix-icon input:not([type=radio]):not([type=checkbox]):not([type=file]){padding-right:40px}.form-styled .group .control.has-prefix-icon textarea{text-indent:26px}.form-styled .group .control.has-prefix-icon .prefix-icon{align-items:center;display:flex;font-size:18px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:40px}html[dir=ltr] .form-styled .group .control.has-prefix-icon .prefix-icon{left:0}html[dir=rtl] .form-styled .group .control.has-prefix-icon .prefix-icon{right:0}.form-styled .group .control.has-prefix-icon textarea+.prefix-icon{top:11px;transform:translateY(0)}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]),.form-styled .group .control textarea{border:1px solid;border-radius:.63rem;display:block;height:40px;outline:0;padding-left:14px;padding-right:14px;transition:all .3s ease-in-out;width:100%}.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]),.light_theme .form-styled .group .control textarea{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 7%))}.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]),.dark_theme .form-styled .group .control textarea{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 4%))}.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):not(:focus),.light_theme .form-styled .group .control textarea:not(:focus){border-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 7%))}.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):not(:focus),.dark_theme .form-styled .group .control textarea:not(:focus){border-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 4%))}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,.form-styled .group .control textarea:focus{outline:none}.dark_theme.enable-focus-style .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,.dark_theme.enable-focus-style .form-styled .group .control textarea:focus,.light_theme.enable-focus-style .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,.light_theme.enable-focus-style .form-styled .group .control textarea:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,.dark_theme .form-styled .group .control textarea:focus,.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,.light_theme .form-styled .group .control textarea:focus{border-color:var(--primary-color);color:var(--primary-color)}.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus~.fa,.dark_theme .form-styled .group .control textarea:focus~.fa,.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus~.fa,.light_theme .form-styled .group .control textarea:focus~.fa{color:var(--primary-color)}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled,.form-styled .group .control textarea:disabled{cursor:not-allowed}.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled,.light_theme .form-styled .group .control textarea:disabled{background-color:var(--light-color)}.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled,.dark_theme .form-styled .group .control textarea:disabled{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%))}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled~.fa,.form-styled .group .control textarea:disabled~.fa{cursor:not-allowed}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).invalid,.form-styled .group .control textarea.invalid{border-color:var(--danger-color)!important;color:var(--danger-color)!important}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).invalid~.fa,.form-styled .group .control textarea.invalid~.fa{color:var(--danger-color)!important}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).valid,.form-styled .group .control textarea.valid{border-color:var(--success-color)!important;color:var(--success-color)!important}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).valid~.fa,.form-styled .group .control textarea.valid~.fa{color:var(--success-color)!important}.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]){line-height:1}.form-styled .group .control input[type=tel]{direction:ltr}html[dir=rtl] .form-styled .group .control input[type=tel]::-moz-placeholder{text-align:end}html[dir=rtl] .form-styled .group .control input[type=tel]::placeholder{text-align:end}.form-styled .group .control textarea{min-height:120px;padding-bottom:10px;padding-top:10px;resize:vertical;white-space:normal}.form-styled .group .control>.fa:not(.prefix-icon){font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.form-styled .group .control>.fa:not(.prefix-icon).action-icon{cursor:pointer}html[dir=ltr] .form-styled .group .control>.fa:not(.prefix-icon).action-icon{right:18px}html[dir=rtl] .form-styled .group .control>.fa:not(.prefix-icon).action-icon{left:18px}.form-styled .group .control .errors-msgs{display:none}.toggle-switch-btn{border:1px solid;border-radius:30px;display:flex;height:46px;padding:4px;position:relative;width:-moz-fit-content;width:fit-content}.light_theme .toggle-switch-btn{background-color:var(--light-color);border-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 4%));box-shadow:11px 10px 38px #0000001f}.dark_theme .toggle-switch-btn{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));border-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 4%));box-shadow:11px 10px 38px #00000061}.toggle-switch-btn label{align-items:center;border-radius:30px;cursor:pointer;display:flex;flex:1;font-weight:700;height:100%;justify-content:center;min-width:0;padding-left:25px;padding-right:25px;position:relative;transition:color .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;z-index:1}.light_theme .toggle-switch-btn label{color:var(--dark-color)}.dark_theme .toggle-switch-btn label{color:var(--light-color)}.toggle-switch-btn .switcher-toggle{border-radius:30px;cursor:pointer;height:36px;position:absolute;top:4px;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:0}html[dir=ltr] .toggle-switch-btn .switcher-toggle{left:4px}html[dir=rtl] .toggle-switch-btn .switcher-toggle{right:4px}.dark_theme .toggle-switch-btn .switcher-toggle,.light_theme .toggle-switch-btn .switcher-toggle{background-color:var(--primary-color)}.toggle-switch-btn input{height:0;opacity:0;position:absolute;width:0}.toggle-switch-btn input:checked+label{color:var(--light-color)}html[dir=ltr] .toggle-switch-btn input:nth-of-type(2):checked~.switcher-toggle{transform:translate(100%)}html[dir=rtl] .toggle-switch-btn input:nth-of-type(2):checked~.switcher-toggle{transform:translate(-100%)}html[dir=ltr] .toggle-switch-btn input:nth-of-type(3):checked~.switcher-toggle{transform:translate(200%)}html[dir=rtl] .toggle-switch-btn input:nth-of-type(3):checked~.switcher-toggle{transform:translate(-200%)}.toggle-switch-btn input:focus+label{outline:none}.light_theme.enable-focus-style .toggle-switch-btn input:focus+label{box-shadow:0 0 0 3px rgba(var(--dark-color),.7)}.dark_theme.enable-focus-style .toggle-switch-btn input:focus+label{box-shadow:0 0 0 3px rgba(var(--light-color),.7)}.has-tooltip{position:relative}.has-tooltip .custom-tooltip{border-radius:.63rem;color:var(--light-color);font-size:.9rem;font-weight:700;min-width:-moz-max-content;min-width:max-content;opacity:0;padding:.8rem 1rem;pointer-events:none;position:absolute;transition:all .3s ease;visibility:hidden;z-index:1}.dark_theme .has-tooltip .custom-tooltip,.light_theme .has-tooltip .custom-tooltip{background-color:var(--primary-color);filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.has-tooltip .custom-tooltip:after{content:"";position:absolute}.dark_theme .has-tooltip .custom-tooltip:after,.light_theme .has-tooltip .custom-tooltip:after{background-color:var(--primary-color)}.has-tooltip .custom-tooltip.custom-tooltip-top{top:0}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top{left:50%}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top{right:50%}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top{transform:translate(-50%,-190%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top{transform:translate(50%,-190%)}.has-tooltip .custom-tooltip.custom-tooltip-top:after{bottom:1px;-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0);height:10px;width:15px}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top:after{left:50%}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top:after{right:50%}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top:after{transform:translate(-50%,100%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top:after{transform:translate(50%,100%)}.has-tooltip .custom-tooltip.custom-tooltip-bottom{bottom:0}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom{left:50%}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom{right:50%}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom{transform:translate(-50%,190%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom{transform:translate(50%,190%)}.has-tooltip .custom-tooltip.custom-tooltip-bottom:after{-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);height:10px;top:1px;width:15px}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after{left:50%}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after{right:50%}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after{transform:translate(-50%,-100%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after{transform:translate(50%,-100%)}.has-tooltip .custom-tooltip.custom-tooltip-left{top:50%;transform:translateY(-50%)}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left{right:calc(100% + 4rem)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left{left:calc(100% + 4rem)}.has-tooltip .custom-tooltip.custom-tooltip-left:after{height:15px;top:50%;width:10px}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left:after{right:1px}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left:after{left:1px}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left:after{transform:translate(100%,-50%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left:after{transform:translate(-100%,-50%)}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left:after{-webkit-clip-path:polygon(100% 50%,0 0,0 100%);clip-path:polygon(100% 50%,0 0,0 100%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left:after{-webkit-clip-path:polygon(0 50%,100% 0,100% 100%);clip-path:polygon(0 50%,100% 0,100% 100%)}.has-tooltip .custom-tooltip.custom-tooltip-right{top:50%;transform:translateY(-50%)}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right{left:calc(100% + 4rem)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right{right:calc(100% + 4rem)}.has-tooltip .custom-tooltip.custom-tooltip-right:after{height:15px;top:50%;width:10px}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right:after{left:1px}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right:after{right:1px}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right:after{transform:translate(-100%,-50%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right:after{transform:translate(100%,-50%)}html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right:after{-webkit-clip-path:polygon(0 50%,100% 0,100% 100%);clip-path:polygon(0 50%,100% 0,100% 100%)}html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right:after{-webkit-clip-path:polygon(100% 50%,0 0,0 100%);clip-path:polygon(100% 50%,0 0,0 100%)}.enable-focus-style .has-tooltip:focus,.has-tooltip:hover{z-index:1}.enable-focus-style .has-tooltip:focus .custom-tooltip,.has-tooltip:hover .custom-tooltip{opacity:1;visibility:visible}html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-top,html[dir=ltr] .has-tooltip:hover .custom-tooltip-top{transform:translate(-50%,-150%)}html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-top,html[dir=rtl] .has-tooltip:hover .custom-tooltip-top{transform:translate(50%,-150%)}html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-bottom,html[dir=ltr] .has-tooltip:hover .custom-tooltip-bottom{transform:translate(-50%,150%)}html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-bottom,html[dir=rtl] .has-tooltip:hover .custom-tooltip-bottom{transform:translate(50%,150%)}html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-left,html[dir=ltr] .has-tooltip:hover .custom-tooltip-left{right:calc(100% + 2rem)}html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-right,html[dir=ltr] .has-tooltip:hover .custom-tooltip-right,html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-left,html[dir=rtl] .has-tooltip:hover .custom-tooltip-left{left:calc(100% + 2rem)}html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-right,html[dir=rtl] .has-tooltip:hover .custom-tooltip-right{right:calc(100% + 2rem)}.has-ultimate-tooltip .ultimate-tooltip{border-radius:.63rem;padding:1rem;text-align:center}.light_theme .has-ultimate-tooltip .ultimate-tooltip{background-color:var(--light-color);filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.dark_theme .has-ultimate-tooltip .ultimate-tooltip{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}@media (min-width:577px){.has-ultimate-tooltip .ultimate-tooltip{width:300px}}@media (max-width:576px){.has-ultimate-tooltip .ultimate-tooltip{width:85vw}}.has-ultimate-tooltip .ultimate-tooltip p{font-size:1.1rem;line-height:1.7rem}.light_theme .has-ultimate-tooltip .ultimate-tooltip p{color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}.dark_theme .has-ultimate-tooltip .ultimate-tooltip p{color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}.has-ultimate-tooltip .ultimate-tooltip p:first-child{margin:0 0 20px}.has-ultimate-tooltip .ultimate-tooltip p:last-child{margin:20px 0 0}.has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-title{font-size:1.1rem;margin-bottom:8px}.dark_theme .has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-title,.light_theme .has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-title{color:var(--primary-color)}.has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-subtitle{font-size:.95rem;margin:0}.has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=top]+.ultimate-tooltip-arrow{-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0);top:-21px}html[dir=ltr] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=top]+.ultimate-tooltip-arrow{transform:translate(-50%,-100%)}html[dir=rtl] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=top]+.ultimate-tooltip-arrow{transform:translate(50%,-100%)}.has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=bottom]+.ultimate-tooltip-arrow{bottom:-21px;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%)}html[dir=ltr] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=bottom]+.ultimate-tooltip-arrow{transform:translate(-50%,100%)}html[dir=rtl] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=bottom]+.ultimate-tooltip-arrow{transform:translate(50%,100%)}.has-ultimate-tooltip .ultimate-tooltip-arrow{height:10px;position:absolute;width:15px}html[dir=ltr] .has-ultimate-tooltip .ultimate-tooltip-arrow{left:50%}html[dir=rtl] .has-ultimate-tooltip .ultimate-tooltip-arrow{right:50%}.light_theme .has-ultimate-tooltip .ultimate-tooltip-arrow{background-color:var(--light-color)}.dark_theme .has-ultimate-tooltip .ultimate-tooltip-arrow{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%))}.has-ultimate-tooltip .ultimate-tooltip,.has-ultimate-tooltip .ultimate-tooltip-arrow{opacity:0;transition:all .3s ease;visibility:hidden}.enable-focus-style .has-ultimate-tooltip:focus,.has-ultimate-tooltip:hover{z-index:1}.enable-focus-style .has-ultimate-tooltip:focus .ultimate-tooltip,.enable-focus-style .has-ultimate-tooltip:focus .ultimate-tooltip-arrow,.has-ultimate-tooltip:hover .ultimate-tooltip,.has-ultimate-tooltip:hover .ultimate-tooltip-arrow{opacity:1;visibility:visible}.circle-cursor{border-radius:50%;mix-blend-mode:difference;pointer-events:none;position:fixed;transform:translate(-50%,-50%);visibility:hidden;z-index:99999999}.circle-cursor.circle-cursor-outer{border:1px solid;height:30px;opacity:.5;transition:all .08s ease-out;width:30px}.dark_theme .circle-cursor.circle-cursor-outer,.light_theme .circle-cursor.circle-cursor-outer{border-color:var(--primary-color)}.circle-cursor.circle-cursor-inner{height:6px;transition:top .02s ease-out,left .02s ease-out,height .2s ease-in-out,width .2s ease-in-out,opacity .2s ease-in-out;width:6px}.dark_theme .circle-cursor.circle-cursor-inner,.light_theme .circle-cursor.circle-cursor-inner{background-color:var(--primary-color)}.circle-cursor.circle-cursor-inner.cursor-link-hover{height:20px;opacity:.5;width:20px}.circle-cursor.circle-cursor-inner.cursor-click-effect{height:13px;width:13px}.preloader{bottom:0;display:flex;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:4000}.light_theme .preloader{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme .preloader{background-color:var(--dark-color)}.preloader .circle{height:80px;margin:auto;position:relative;width:80px}.preloader .circle .double-bounce1,.preloader .circle .double-bounce2{animation:bounce 2s ease-in-out infinite;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.dark_theme .preloader .circle .double-bounce1,.dark_theme .preloader .circle .double-bounce2,.light_theme .preloader .circle .double-bounce1,.light_theme .preloader .circle .double-bounce2{background-color:var(--primary-color)}.preloader .circle .double-bounce1.double-bounce2,.preloader .circle .double-bounce2.double-bounce2{animation-delay:-1s}.preloader-enter-active{animation:fadeIn .3s ease-in-out}.preloader-leave-active{animation:fadeIn .3s ease-in-out reverse}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}header{left:0;position:fixed;right:0;width:100%;z-index:1000}header,header>.container{transition:all .3s ease-in-out}header>.container{align-items:center;display:flex;height:100px;justify-content:space-between}header .logo{position:relative;z-index:2}header .logo h1{font-family:var(--logo-font-family);font-size:2rem;margin:0}html[dir=ltr] header .logo h1{font-weight:400}.light_theme header .logo h1{color:var(--dark-color)}.dark_theme header .logo h1{color:var(--light-color)}header .logo h1:after{content:"";display:inline-block;height:.17em;width:.2em}html[dir=ltr] header .logo h1:after{margin-left:.08em}html[dir=rtl] header .logo h1:after{margin-right:.08em}.dark_theme header .logo h1:after,.light_theme header .logo h1:after{background-color:var(--primary-color)}header .logo h1:focus-within{outline:none}.light_theme.enable-focus-style header .logo h1:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.dark_theme.enable-focus-style header .logo h1:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}@media (min-width:992px){header nav .nav-links{align-items:center;display:flex}}@media (max-width:991px){header nav .nav-links{align-items:center;display:flex;flex-wrap:wrap;height:100vh;left:0;overflow-y:auto;padding:100px 40px;position:fixed;text-align:center;top:0;width:100vw;z-index:2}}@media (min-width:992px){html[dir=ltr] header nav .nav-links li:not(:last-of-type){margin-right:1.6rem}html[dir=rtl] header nav .nav-links li:not(:last-of-type){margin-left:1.6rem}}@media (max-width:991px){header nav .nav-links li{overflow:hidden;width:100%}header nav .nav-links li:not(:last-of-type){margin-bottom:.8rem}}header nav .nav-links li a{font-family:var(--headings-font-family);font-weight:700;padding:.4rem .2rem;position:relative}header nav .nav-links li a:before{content:"";height:.15rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:0}html[dir=ltr] header nav .nav-links li a:before{left:0}html[dir=rtl] header nav .nav-links li a:before{right:0}.dark_theme header nav .nav-links li a:before,.light_theme header nav .nav-links li a:before{background-color:var(--primary-color)}header nav .nav-links li a:hover:before{width:100%}.light_theme header nav .nav-links li a{color:var(--dark-color)}.dark_theme header nav .nav-links li a{color:var(--light-color)}@media (min-width:992px){header nav .nav-links li a{font-size:1rem}}@media (max-width:991px){header nav .nav-links li a{display:inline-block;font-size:2rem;transition-duration:.6s;transition-timing-function:cubic-bezier(.68,-.55,.27,2)}}header nav .nav-links li a:after{border-radius:50%;content:"";display:inline-block;height:.2em;width:.2em}html[dir=ltr] header nav .nav-links li a:after{margin-left:.1em}html[dir=rtl] header nav .nav-links li a:after{margin-right:.1em}.light_theme header nav .nav-links li a:after{background-color:var(--dark-color)}.dark_theme header nav .nav-links li a:after{background-color:var(--light-color)}header nav .nav-links li a:focus{outline:none}.dark_theme.enable-focus-style header nav .nav-links li a:focus,.light_theme.enable-focus-style header nav .nav-links li a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}header nav:before{content:"";height:100vh;left:0;position:fixed;width:100vw;z-index:1}.light_theme header nav:before{background-color:var(--light-color)}.dark_theme header nav:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%))}header nav .desktop-menu-content{height:100vh;left:0;outline:none;position:fixed;width:100vw;z-index:2}@media (max-width:991px){header nav .desktop-menu-content{display:none}}header nav .desktop-menu-content .container{display:grid;height:100vh;padding-top:80px;place-items:center;width:100vw}header nav .desktop-menu-content .container>*{width:100%}html[dir=ltr] header nav .desktop-menu-content .about-us p{font-size:1rem}html[dir=rtl] header nav .desktop-menu-content .about-us p{font-size:1.1rem}.light_theme header nav .desktop-menu-content .about-us p{color:var(--dark-color)}.dark_theme header nav .desktop-menu-content .about-us p{color:var(--light-color)}header nav .desktop-menu-content .about-us .block-title{font-size:2.8rem;line-height:4rem}header nav .desktop-menu-content .contact-info li .block-title{display:inline-block;overflow:hidden;position:relative}header nav .desktop-menu-content .contact-info li .block-title:after{content:"";height:100%;position:absolute;top:0;width:100%}.dark_theme header nav .desktop-menu-content .contact-info li .block-title:after,.light_theme header nav .desktop-menu-content .contact-info li .block-title:after{background-color:var(--primary-color)}header nav .desktop-menu-content .contact-info a{position:relative}header nav .desktop-menu-content .contact-info a:before{content:"";height:.1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:0}html[dir=ltr] header nav .desktop-menu-content .contact-info a:before{left:0}html[dir=rtl] header nav .desktop-menu-content .contact-info a:before{right:0}.dark_theme header nav .desktop-menu-content .contact-info a:before,.light_theme header nav .desktop-menu-content .contact-info a:before{background-color:var(--primary-color)}header nav .desktop-menu-content .contact-info a:hover:before{width:100%}header nav .desktop-menu-content .contact-info a:focus{outline:none}.dark_theme.enable-focus-style header nav .desktop-menu-content .contact-info a:focus,.light_theme.enable-focus-style header nav .desktop-menu-content .contact-info a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}@media (min-width:992px){header nav:not(.menu-open) .desktop-menu-content,header nav:not(.menu-open):before{top:100vh;transition:all 1s cubic-bezier(.858,.01,.068,.99) .6s}}@media (max-width:991px){header nav:not(.menu-open) .desktop-menu-content,header nav:not(.menu-open) .nav-links,header nav:not(.menu-open):before{top:100vh;transition:all 1s cubic-bezier(.858,.01,.068,.99) .4s}header nav:not(.menu-open) .nav-links li a{transform:translateY(50px)}}header nav:not(.menu-open) .desktop-menu-content>*{visibility:hidden}header nav:not(.menu-open) .desktop-menu-content .about-us p{opacity:0;transform:translateY(10px);transition:all .2s ease-in-out .4s}header nav:not(.menu-open) .desktop-menu-content .about-us .block-title{opacity:0;transform:translateY(10px);transition:all .4s ease-in-out}header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title{color:transparent;transition:color 0s linear .2s}header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after{transition:.4s linear}html[dir=ltr] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after{transition-property:left}html[dir=rtl] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after{transition-property:right}html[dir=ltr] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after{left:-100%}html[dir=rtl] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after{right:-100%}header nav:not(.menu-open) .desktop-menu-content .contact-info ul{opacity:0;transform:translateY(15px);transition:all .2s ease-in-out .4s}header nav.menu-open .desktop-menu-content,header nav.menu-open:before{top:0;transition:all 1s cubic-bezier(.858,.01,.068,.99)}@media (min-width:992px){header nav.menu-open .nav-links{visibility:hidden}}@media (max-width:991px){header nav.menu-open .nav-links{top:0;transition:all 1s cubic-bezier(.858,.01,.068,.99)}header nav.menu-open .nav-links li a{transform:translateY(0);transition-delay:.8s}}header nav.menu-open .desktop-menu-content>*{visibility:visible}header nav.menu-open .desktop-menu-content .about-us p{opacity:1;transform:translateY(0);transition:all .2s ease-in-out 1s}header nav.menu-open .desktop-menu-content .about-us .block-title{opacity:1;transform:translateY(0);transition:all .4s ease-in-out 1.2s}header nav.menu-open .desktop-menu-content .contact-info .block-title{transition:color 0s linear 1.2s}header nav.menu-open .desktop-menu-content .contact-info .block-title:after{transition:.4s linear 1s}html[dir=ltr] header nav.menu-open .desktop-menu-content .contact-info .block-title:after{transition-property:left}html[dir=rtl] header nav.menu-open .desktop-menu-content .contact-info .block-title:after{transition-property:right}html[dir=ltr] header nav.menu-open .desktop-menu-content .contact-info .block-title:after{left:100%}html[dir=rtl] header nav.menu-open .desktop-menu-content .contact-info .block-title:after{right:100%}header nav.menu-open .desktop-menu-content .contact-info ul{opacity:1;transform:translateY(0);transition:all .2s ease-in-out 1.4s}header .options-icons{align-items:center;display:flex}html[dir=ltr] header .options-icons li:not(:last-of-type){margin-right:1rem}html[dir=rtl] header .options-icons li:not(:last-of-type){margin-left:1rem}header .options-icons .lang-switcher img{height:20px}.light_theme header .options-icons .lang-switcher img{filter:invert(0)}.dark_theme header .options-icons .lang-switcher img{filter:invert(1)}header .options-icons .lang-switcher:focus-within{outline:none}.light_theme.enable-focus-style header .options-icons .lang-switcher:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.dark_theme.enable-focus-style header .options-icons .lang-switcher:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}header .options-icons .theme-switcher button{border-radius:15px;height:28px;position:relative;transition:all .3s ease-in-out;width:48px}header .options-icons .theme-switcher button:after{border-radius:50%;content:"";height:22px;position:absolute;top:3px;transition:all 1s ease-in-out;width:22px}header .options-icons .theme-switcher button.light_theme:after{box-shadow:inset 22px -20px #f9d71c;left:23px}header .options-icons .theme-switcher button.dark_theme:after{box-shadow:inset 9px -7px #fff;left:3px}header .options-icons .theme-switcher button:focus{outline:none}.dark_theme.enable-focus-style header .options-icons .theme-switcher button:focus,.light_theme.enable-focus-style header .options-icons .theme-switcher button:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}header .options-icons .hamburger-btn{position:relative;z-index:2}header .options-icons .hamburger-btn button{height:20px;margin-bottom:4px;position:relative;width:16px}header .options-icons .hamburger-btn span{border-radius:5px;display:block;position:absolute;transition:all .5s cubic-bezier(.77,.2,.05,1);width:2px}.light_theme header .options-icons .hamburger-btn span{background-color:var(--dark-color)}.dark_theme header .options-icons .hamburger-btn span{background-color:var(--light-color)}header .options-icons .hamburger-btn span:first-of-type{bottom:50%;height:50%;transform-origin:bottom center}html[dir=ltr] header .options-icons .hamburger-btn span:first-of-type{left:0}html[dir=rtl] header .options-icons .hamburger-btn span:first-of-type{right:0}header .options-icons .hamburger-btn span:nth-of-type(2){height:100%;top:0;transform-origin:0 100%}html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(2){left:50%}html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(2){right:50%}html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(2){transform:translate(-50%)}html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(2){transform:translate(50%)}header .options-icons .hamburger-btn span:nth-of-type(3){height:50%;top:50%;transform-origin:top center}html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(3){right:0}html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(3){left:0}html[dir=ltr] header .options-icons .hamburger-btn:not(.open) button{transform:rotate(35deg)}html[dir=rtl] header .options-icons .hamburger-btn:not(.open) button{transform:rotate(-35deg)}html[dir=ltr] header .options-icons .hamburger-btn.open button{transform:rotate(45deg)}html[dir=rtl] header .options-icons .hamburger-btn.open button{transform:rotate(-45deg)}html[dir=ltr] header .options-icons .hamburger-btn.open span:first-of-type{transform:rotate(90deg) translateY(3px)}html[dir=rtl] header .options-icons .hamburger-btn.open span:first-of-type{transform:rotate(-90deg) translateY(3px)}html[dir=ltr] header .options-icons .hamburger-btn.open span:nth-of-type(3){transform:rotate(90deg) translateY(-3px)}html[dir=rtl] header .options-icons .hamburger-btn.open span:nth-of-type(3){transform:rotate(-90deg) translateY(-3px)}header .options-icons .hamburger-btn span{transition:all 1s cubic-bezier(.858,.01,.068,.99)}header .options-icons .hamburger-btn:focus-within{outline:none}.light_theme.enable-focus-style header .options-icons .hamburger-btn:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.dark_theme.enable-focus-style header .options-icons .hamburger-btn:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}@media (min-width:992px){.light_theme header.big-header .theme-switcher button{background-color:var(--light-color)}.dark_theme header.big-header .theme-switcher button{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%))}.light_theme header.small-header{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme header.small-header{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}header.small-header .container{height:60px}.light_theme header.small-header .theme-switcher button{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme header.small-header .theme-switcher button{background-color:var(--dark-color)}}@media (max-width:991px){.light_theme header{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme header{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}header .container{height:60px}.light_theme header .theme-switcher button{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme header .theme-switcher button{background-color:var(--dark-color)}}header:not(.header-hidden){top:0}@media (min-width:992px){header.header-hidden.big-header{top:-100px}header.header-hidden.small-header{top:-60px}}@media (max-width:991px){header.header-hidden{top:-60px}}footer{font-size:.95rem;line-height:1.5rem;padding-bottom:20px;padding-top:20px}.light_theme footer{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme footer{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}footer .row{align-items:center}@media (max-width:991px){footer .row{text-align:center}footer .row>div:first-of-type{margin-bottom:10px}}@media (min-width:992px){footer .row>div:last-of-type{text-align:end}}.dark_theme footer .row>div:last-of-type a,.light_theme footer .row>div:last-of-type a{color:var(--primary-color)}footer .row>div:last-of-type a:hover{text-decoration:underline}footer .row>div:last-of-type a:focus{outline:none}.dark_theme.enable-focus-style footer .row>div:last-of-type a:focus,.light_theme.enable-focus-style footer .row>div:last-of-type a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}footer .logo h1{font-family:var(--logo-font-family);font-size:2rem;margin:0;width:-moz-fit-content;width:fit-content}html[dir=ltr] footer .logo h1{font-weight:400}.light_theme footer .logo h1{color:var(--dark-color)}.dark_theme footer .logo h1{color:var(--light-color)}@media (max-width:991px){footer .logo h1{margin-left:auto;margin-right:auto}}footer .logo h1:after{content:"";display:inline-block;height:.17em;width:.2em}html[dir=ltr] footer .logo h1:after{margin-left:.08em}html[dir=rtl] footer .logo h1:after{margin-right:.08em}.dark_theme footer .logo h1:after,.light_theme footer .logo h1:after{background-color:var(--primary-color)}footer .logo h1:focus-within{outline:none}.light_theme.enable-focus-style footer .logo h1:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.dark_theme.enable-focus-style footer .logo h1:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.scroll-to-top{align-items:center;background-color:var(--primary-color);border-radius:.63rem;bottom:20px;color:var(--light-color);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:fixed;width:40px;z-index:2000}html[dir=ltr] .scroll-to-top{right:-50px}html[dir=rtl] .scroll-to-top{left:-50px}.light_theme .scroll-to-top{box-shadow:11px 10px 38px #0000001f}.dark_theme .scroll-to-top{box-shadow:11px 10px 38px #00000061}html[dir=ltr] .scroll-to-top.show-scrollTop{right:25px}html[dir=rtl] .scroll-to-top.show-scrollTop{left:25px}.scroll-to-top:focus{opacity:1;outline:none}.dark_theme.enable-focus-style .scroll-to-top:focus,.light_theme.enable-focus-style .scroll-to-top:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.ajax-loading{border-radius:50%;bottom:20px;padding:3px;position:fixed;z-index:2000}html[dir=ltr] .ajax-loading{left:20px}html[dir=rtl] .ajax-loading{right:20px}.light_theme .ajax-loading{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme .ajax-loading{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}.ajax-loading span{border-radius:50%;border-style:solid;border-width:3px;display:block;height:29px;width:29px}html[dir=ltr] .ajax-loading span{animation:spinner-left .6s linear infinite}html[dir=rtl] .ajax-loading span{animation:spinner-right .6s linear infinite}.dark_theme .ajax-loading span,.light_theme .ajax-loading span{border-color:transparent var(--primary-color)}@keyframes timer{0%{width:0}to{width:100%}}.notifications-container{bottom:25px;position:fixed;z-index:3000}html[dir=ltr] .notifications-container{right:80px}html[dir=rtl] .notifications-container{left:80px}@media (max-width:576px){.notifications-container{max-width:250px;width:calc(100% - 30px)}}.notifications-container .notification{color:#fff;line-height:1.5;position:relative}html[dir=ltr] .notifications-container .notification{padding:10px 28px 10px 14px}html[dir=rtl] .notifications-container .notification{padding:10px 14px 10px 28px}@media (min-width:577px){.notifications-container .notification{width:250px}}@media (max-width:767px){.notifications-container .notification{width:100%}}.notifications-container .notification.timer .disappearing-time{animation-fill-mode:both;animation-name:timer;animation-timing-function:linear;background-color:inherit;bottom:-3px;display:block;height:3px;opacity:.6;position:absolute}html[dir=ltr] .notifications-container .notification.timer .disappearing-time{left:0}html[dir=rtl] .notifications-container .notification.timer .disappearing-time{right:0}.notifications-container .notification.success{background-color:var(--success-color)}.notifications-container .notification.danger{background-color:var(--danger-color)}.notifications-container .notification.warning{background-color:var(--warning-color)}.notifications-container .notification.info{background-color:var(--info-color)}.notifications-container .notification:not(:last-of-type){margin-bottom:10px}.notifications-container .notification .fa{cursor:pointer;opacity:.7;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out}html[dir=ltr] .notifications-container .notification .fa{right:12px}html[dir=rtl] .notifications-container .notification .fa{left:12px}.notifications-container .notification .fa:hover{opacity:1}.notifications-container .notify-enter-active{animation:.3s ease-in-out}html[dir=ltr] .notifications-container .notify-enter-active{animation-name:slideInLeft}html[dir=rtl] .notifications-container .notify-enter-active{animation-name:slideInRight}.notifications-container .notify-leave-active{animation:.3s ease-in-out reverse}html[dir=ltr] .notifications-container .notify-leave-active{animation-name:slideInLeft}html[dir=rtl] .notifications-container .notify-leave-active{animation-name:slideInRight}.notifications-container .notify-move{transition:transform .3s ease-in-out}@media (max-width:991px){.hero-section .hero-img{height:80vw;margin:auto;max-height:400px;max-width:400px;position:relative;width:80vw}}.hero-section .hero-img .layer{position:absolute;width:100%}@media (min-width:992px){.hero-section .hero-img .layer{left:0;top:0;transition:transform 1s ease}}@media (max-width:991px){html[dir=ltr] .hero-section .hero-img .layer{left:50%}html[dir=rtl] .hero-section .hero-img .layer{right:50%}}.hero-section .hero-img .layer:first-of-type:before{content:"";position:absolute}@media (min-width:992px){.dark_theme .hero-section .hero-img .layer:first-of-type:before,.light_theme .hero-section .hero-img .layer:first-of-type:before{background:linear-gradient(to right,var(--primary-color) 0,var(--secondary-color) 100%)}}@media (max-width:991px){.hero-section .hero-img .layer:first-of-type{top:50%}html[dir=ltr] .hero-section .hero-img .layer:first-of-type{transform:translate(-50%,-50%)}html[dir=rtl] .hero-section .hero-img .layer:first-of-type{transform:translate(50%,-50%)}.hero-section .hero-img .layer:first-of-type:before{border-radius:50%;bottom:0;height:80%;width:80%}html[dir=ltr] .hero-section .hero-img .layer:first-of-type:before{left:50%}html[dir=rtl] .hero-section .hero-img .layer:first-of-type:before{right:50%}html[dir=ltr] .hero-section .hero-img .layer:first-of-type:before{transform:translate(-50%)}html[dir=rtl] .hero-section .hero-img .layer:first-of-type:before{transform:translate(50%)}.dark_theme .hero-section .hero-img .layer:first-of-type:before,.light_theme .hero-section .hero-img .layer:first-of-type:before{background-color:var(--primary-color)}}.hero-section .hero-img .layer:last-of-type{height:80%;overflow:hidden}@media (max-width:991px){.hero-section .hero-img .layer:last-of-type{top:0}html[dir=ltr] .hero-section .hero-img .layer:last-of-type{transform:translate(-50%)}html[dir=rtl] .hero-section .hero-img .layer:last-of-type{transform:translate(50%)}.hero-section .hero-img .layer:last-of-type img{height:200%;width:200%}html[dir=ltr] .hero-section .hero-img .layer:last-of-type img{transform:translate(-25%)}html[dir=rtl] .hero-section .hero-img .layer:last-of-type img{transform:translate(25%)}}.hero-section .hero-img .layer img{display:block;filter:drop-shadow(2px 4px 6px black)}@media (min-width:992px){.hero-section .hero-img .layer img{height:calc(100vh - 70px);margin:auto;max-width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}}@media (max-width:991px){.hero-section .hero-img .layer img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}}.hero-section .hero-text{text-align:center}@media (min-width:992px){.hero-section .hero-text{position:absolute;text-shadow:0 0 20px var(--dark-color);top:45%;width:90%;z-index:3}html[dir=ltr] .hero-section .hero-text{left:50%}html[dir=rtl] .hero-section .hero-text{right:50%}html[dir=ltr] .hero-section .hero-text{transform:translate(-50%)}html[dir=rtl] .hero-section .hero-text{transform:translate(50%)}}@media (max-width:991px){.hero-section .hero-text{width:90vw}}.hero-section .hero-text h2{margin-bottom:30px}html[dir=ltr] .hero-section .hero-text h2{text-transform:capitalize}@media (min-width:992px){.hero-section .hero-text h2{color:var(--light-color);font-size:3rem}}@media (max-width:991px){.hero-section .hero-text h2{font-size:2rem}.light_theme .hero-section .hero-text h2{color:var(--dark-color)}.dark_theme .hero-section .hero-text h2{color:var(--light-color)}}@media (min-width:992px){.hero-section .hero-text .btn{border-color:var(--light-color);color:var(--light-color)}.hero-section .hero-text .btn:hover{background-color:var(--light-color);color:var(--dark-color);text-shadow:none}}@media (max-width:991px){.light_theme .hero-section .hero-text .btn{border-color:var(--dark-color);color:var(--dark-color)}.dark_theme .hero-section .hero-text .btn{border-color:var(--light-color);color:var(--light-color)}.light_theme .hero-section .hero-text .btn:hover{background-color:var(--dark-color);color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme .hero-section .hero-text .btn:hover{background-color:var(--light-color);color:var(--dark-color)}}.hero-section .hero-text .btn:focus{outline:none}.dark_theme.enable-focus-style .hero-section .hero-text .btn:focus,.light_theme.enable-focus-style .hero-section .hero-text .btn:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.hero-section .scroll-down,.hero-section .social{align-items:center;bottom:20px;display:flex;font-size:18px;position:absolute;text-transform:uppercase}@media (max-width:991px){.hero-section .scroll-down,.hero-section .social{display:none}}.hero-section .scroll-down.scroll-down:after,.hero-section .scroll-down.social:before,.hero-section .social.scroll-down:after,.hero-section .social.social:before{content:"";display:inline-block;height:2px;transition:all .3s ease-in-out;width:30px}.light_theme .hero-section .scroll-down.scroll-down:after,.light_theme .hero-section .scroll-down.social:before,.light_theme .hero-section .social.scroll-down:after,.light_theme .hero-section .social.social:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 25%))}.dark_theme .hero-section .scroll-down.scroll-down:after,.dark_theme .hero-section .scroll-down.social:before,.dark_theme .hero-section .social.scroll-down:after,.dark_theme .hero-section .social.social:before{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 50%))}.light_theme .hero-section .scroll-down.scroll-down:hover,.light_theme .hero-section .scroll-down.social a:hover,.light_theme .hero-section .social.scroll-down:hover,.light_theme .hero-section .social.social a:hover{color:var(--dark-color)}.dark_theme .hero-section .scroll-down.scroll-down:hover,.dark_theme .hero-section .scroll-down.social a:hover,.dark_theme .hero-section .social.scroll-down:hover,.dark_theme .hero-section .social.social a:hover{color:var(--light-color)}.light_theme .hero-section .scroll-down.scroll-down:hover:after,.light_theme .hero-section .scroll-down.social a:hover:after,.light_theme .hero-section .social.scroll-down:hover:after,.light_theme .hero-section .social.social a:hover:after{background-color:var(--dark-color)}.dark_theme .hero-section .scroll-down.scroll-down:hover:after,.dark_theme .hero-section .scroll-down.social a:hover:after,.dark_theme .hero-section .social.scroll-down:hover:after,.dark_theme .hero-section .social.social a:hover:after{background-color:var(--light-color)}html[dir=ltr] .hero-section .social{left:30px}html[dir=rtl] .hero-section .social{right:30px}html[dir=ltr] .hero-section .social{transform:rotate(-90deg)}html[dir=rtl] .hero-section .social{transform:rotate(90deg)}html[dir=ltr] .hero-section .social{transform-origin:left top}html[dir=rtl] .hero-section .social{transform-origin:right top}html[dir=ltr] .hero-section .social:before{margin-right:20px}html[dir=rtl] .hero-section .social:before{margin-left:20px}.hero-section .social ul{display:flex}html[dir=ltr] .hero-section .social ul{transform:rotateY(180deg)}html[dir=rtl] .hero-section .social ul{transform:rotateY(-180deg)}html[dir=ltr] .hero-section .social ul li{transform:rotateX(0) rotateY(180deg) rotate(90deg)}html[dir=rtl] .hero-section .social ul li{transform:rotateX(0) rotateY(-180deg) rotate(-90deg)}html[dir=ltr] .hero-section .social ul li:not(:last-of-type){margin-right:20px}html[dir=rtl] .hero-section .social ul li:not(:last-of-type){margin-left:20px}.hero-section .social ul li a:focus{outline:none}.dark_theme.enable-focus-style .hero-section .social ul li a:focus,.light_theme.enable-focus-style .hero-section .social ul li a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}html[dir=ltr] .hero-section .scroll-down{right:30px}html[dir=rtl] .hero-section .scroll-down{left:30px}html[dir=ltr] .hero-section .scroll-down{transform:rotate(90deg)}html[dir=rtl] .hero-section .scroll-down{transform:rotate(-90deg)}html[dir=ltr] .hero-section .scroll-down{transform-origin:right top}html[dir=rtl] .hero-section .scroll-down{transform-origin:left top}.hero-section .scroll-down a{text-transform:inherit}.hero-section .scroll-down a:focus{outline:none}.dark_theme.enable-focus-style .hero-section .scroll-down a:focus,.light_theme.enable-focus-style .hero-section .scroll-down a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}html[dir=ltr] .hero-section .scroll-down:after{margin-left:20px}html[dir=rtl] .hero-section .scroll-down:after{margin-right:20px}@media (min-width:992px){.hero-section{height:calc(100vh - 70px);position:relative}.hero-section.parallax-animation:hover .layer{transform:scale(1.05)}}@media (max-width:991px){.hero-section{display:grid;min-height:calc(100vh - 70px);padding-bottom:80px;padding-top:80px;place-content:center}}.statistics-section .section-content .statistics-items{margin-bottom:-30px}.statistics-section .section-content .statistics-items li{margin-bottom:30px}.light_theme .statistics-section .section-content .statistics-items li:first-of-type .icon{background-color:var(--dark-color);color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme .statistics-section .section-content .statistics-items li:first-of-type .icon{background-color:var(--light-color);color:var(--dark-color)}.light_theme .statistics-section .section-content .statistics-items li:first-of-type .icon img{filter:invert(1)}.dark_theme .statistics-section .section-content .statistics-items li:first-of-type .icon img{filter:invert(0)}.statistics-section .section-content .statistics-items li:nth-of-type(2) .icon{color:var(--light-color)}.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(2) .icon,.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(2) .icon{background-color:var(--primary-color)}.statistics-section .section-content .statistics-items li:nth-of-type(2) .icon img{filter:invert(1)}.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%));color:var(--dark-color)}.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon{background-color:var(--dark-color);color:var(--light-color)}.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon img{filter:invert(0)}.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon img{filter:invert(1)}.statistics-section .section-content .statistics-items li:hover a{margin-top:-15px}.light_theme .statistics-section .section-content .statistics-items li:hover a>.fa{color:var(--dark-color)}.dark_theme .statistics-section .section-content .statistics-items li:hover a>.fa{color:var(--light-color)}.statistics-section .section-content .statistics-items a{align-items:center;border-radius:.63rem;display:flex;height:100%;padding:30px}.light_theme .statistics-section .section-content .statistics-items a{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme .statistics-section .section-content .statistics-items a{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}.statistics-section .section-content .statistics-items a .icon{align-items:center;border-radius:50%;display:flex;height:64px;justify-content:center;width:64px}.statistics-section .section-content .statistics-items a .icon img{width:40px}.statistics-section .section-content .statistics-items a .text{margin-left:30px;margin-right:30px;text-align:center;width:calc(100% - 124px)}.statistics-section .section-content .statistics-items a .text h3{font-size:2rem}.dark_theme .statistics-section .section-content .statistics-items a .text h3,.light_theme .statistics-section .section-content .statistics-items a .text h3{color:var(--primary-color)}.statistics-section .section-content .statistics-items a>.fa{font-size:1.2rem;transition:all .3s ease-in-out}html[dir=rtl] .statistics-section .section-content .statistics-items a>.fa{transform:rotateY(180deg)}.statistics-section .section-content .statistics-items a:focus{outline:none}.dark_theme.enable-focus-style .statistics-section .section-content .statistics-items a:focus,.light_theme.enable-focus-style .statistics-section .section-content .statistics-items a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.about-section .section-content{align-items:center;margin-bottom:-50px}.about-section .section-content>*{margin-bottom:50px}.about-section .section-content .about-img{position:relative}@media (min-width:992px){.about-section .section-content .about-img{height:500px}}@media (max-width:991px){.about-section .section-content .about-img{height:400px}}.about-section .section-content .about-img .layer{left:0;position:absolute;top:0;width:100%}html[dir=ltr] .about-section .section-content .about-img .layer:first-of-type:before{left:50%}html[dir=rtl] .about-section .section-content .about-img .layer:first-of-type:before{right:50%}html[dir=ltr] .about-section .section-content .about-img .layer:first-of-type:before{transform:translate(-50%)}html[dir=rtl] .about-section .section-content .about-img .layer:first-of-type:before{transform:translate(50%)}.dark_theme .about-section .section-content .about-img .layer:first-of-type:before,.light_theme .about-section .section-content .about-img .layer:first-of-type:before{background:linear-gradient(150deg,var(--primary-color) 0,var(--secondary-color) 100%)}.about-section .section-content .about-img .layer:first-of-type img{filter:drop-shadow(2px 4px 6px black);height:100%}.about-section .section-content .about-img .layer:last-of-type{height:80%;overflow:hidden}.about-section .section-content .about-img .layer img{border-radius:50%;display:block;margin:auto;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:80%;z-index:2}.about-section .section-content .about-text p{margin:0}.skills-section .section-content{align-items:center;margin-bottom:-50px}.skills-section .section-content>*{margin-bottom:50px}@media (max-width:767px){.skills-section .section-content .skills-text .toggle-switch-btn{margin:auto}}.skills-section .section-content .skills-items ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 -8px -16px}.skills-section .section-content .skills-items li{align-items:center;animation:.2s cubic-bezier(.68,-.55,.265,1.55) both;border-radius:.63rem;cursor:help;display:flex;height:80px;justify-content:center;margin:0 8px 16px;width:80px}html[dir=ltr] .skills-section .section-content .skills-items li{animation-name:fadeInUpLeftTranslate}html[dir=rtl] .skills-section .section-content .skills-items li{animation-name:fadeInUpRightTranslate}.light_theme .skills-section .section-content .skills-items li{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme .skills-section .section-content .skills-items li{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}.skills-section .section-content .skills-items li .skill-icon img{display:block;margin:auto;width:48px}.skills-section .section-content .skills-items li:focus{outline:none}.dark_theme.enable-focus-style .skills-section .section-content .skills-items li:focus,.light_theme.enable-focus-style .skills-section .section-content .skills-items li:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.experience-section .section-content{align-items:center;margin-bottom:-50px}@media (max-width:991px){.experience-section .section-content{flex-direction:column-reverse}}.experience-section .section-content>*{margin-bottom:50px}.experience-section .section-content .experience-timeline .outer-ul{counter-reset:items-count;display:flex;flex-direction:column;min-height:100%}@media (min-width:992px){html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul{padding-left:30px}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul{padding-right:30px}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul{padding-right:40px}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul{padding-left:40px}}@media (max-width:991px){.experience-section .section-content .experience-timeline .outer-ul{padding-left:30px;padding-right:30px}}.experience-section .section-content .experience-timeline .outer-ul .outer-li:nth-of-type(2n) .inner-ul{flex-direction:row-reverse}.experience-section .section-content .experience-timeline .outer-ul .outer-li:last-of-type .inner-ul .has-two-children:after{content:""}.experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type) .inner-ul:after{border:7px solid;content:"";height:calc(100% + 7px);position:absolute;top:50%;transform:translateY(-3.5px);width:30px}.light_theme .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type) .inner-ul:after{border-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 4%))}.dark_theme .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type) .inner-ul:after{border-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 4%))}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after{right:-30px}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after{left:-30px}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after{border-left:none}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after{border-right:none}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after{border-radius:0 5em 5em 0}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after{border-radius:5em 0 0 5em}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(2n) .inner-ul:after{left:-30px}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(2n) .inner-ul:after{right:-30px}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(2n) .inner-ul:after{border-right:none}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(2n) .inner-ul:after{border-left:none}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(2n) .inner-ul:after{border-radius:5em 0 0 5em}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(2n) .inner-ul:after{border-radius:0 5em 5em 0}.experience-section .section-content .experience-timeline .outer-ul .inner-ul{align-items:center;display:flex;flex-grow:1;justify-content:space-between;min-height:80px;position:relative}@media (min-width:992px){html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul{padding-left:30px}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul{padding-right:30px}}.experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{border-top:7px solid;content:"";height:calc(100% + 7px);position:absolute;top:50%;width:100%}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{left:50%}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{right:50%}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{transform:translate(-50%,-3.5px)}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{transform:translate(50%,-3.5px)}.light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{border-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 4%))}.dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before{border-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 4%))}.experience-section .section-content .experience-timeline .outer-ul .inner-ul:focus-within,.experience-section .section-content .experience-timeline .outer-ul .inner-ul:hover{z-index:2}.experience-section .section-content .experience-timeline .outer-ul .inner-ul li{align-items:center;cursor:help;display:flex;height:30px;justify-content:center;position:relative;z-index:1}@media (min-width:992px){.experience-section .section-content .experience-timeline .outer-ul .inner-ul li{counter-increment:items-count;width:70px}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li{border-radius:0 .63rem .63rem 0}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li{border-radius:.63rem 0 0 .63rem}.light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li{background-color:var(--light-color);color:var(--dark-color);filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));color:var(--light-color);filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before{align-items:center;border-radius:50%;color:var(--light-color);content:counter(items-count);display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;position:absolute;top:-5px;width:40px}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before{left:-30px}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before{right:-30px}.dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before,.light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before{background-color:var(--primary-color);filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}}@media (max-width:991px){.experience-section .section-content .experience-timeline .outer-ul .inner-ul li{border-radius:.63rem;color:var(--light-color);padding-left:12px;padding-right:12px}.light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li{background-color:var(--primary-color);box-shadow:11px 10px 38px #0000001f}.dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li{background-color:var(--primary-color);box-shadow:11px 10px 38px #00000061}}.experience-section .section-content .experience-timeline .outer-ul .inner-ul li h3{color:inherit;font-size:1rem;margin:0}html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:empty:after{content:"?"}html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:empty:after{content:"؟"}.experience-section .section-content .experience-timeline .outer-ul .inner-ul li:focus{outline:none}.dark_theme.enable-focus-style .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:focus,.light_theme.enable-focus-style .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.portfolio-section .section-content .portfolio-items{-moz-column-gap:25px;column-gap:25px}@media (min-width:992px){.portfolio-section .section-content .portfolio-items{-moz-column-count:3;column-count:3}}@media (max-width:991px){.portfolio-section .section-content .portfolio-items{-moz-column-count:2;column-count:2}}@media (max-width:576px){.portfolio-section .section-content .portfolio-items{-moz-column-count:1;column-count:1}}.portfolio-section .section-content .portfolio-items .works-filter{align-items:center;display:flex;flex-wrap:wrap}@media (max-width:576px){.portfolio-section .section-content .portfolio-items .works-filter{justify-content:center}}html[dir=ltr] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type){margin-right:8px}html[dir=rtl] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type){margin-left:8px}html[dir=ltr] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after{content:"/"}html[dir=rtl] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after{content:"\\"}html[dir=ltr] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after{margin-left:8px}html[dir=rtl] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after{margin-right:8px}.dark_theme .portfolio-section .section-content .portfolio-items .works-filter li button.active,.dark_theme .portfolio-section .section-content .portfolio-items .works-filter li button:hover,.light_theme .portfolio-section .section-content .portfolio-items .works-filter li button.active,.light_theme .portfolio-section .section-content .portfolio-items .works-filter li button:hover{color:var(--primary-color)}.portfolio-section .section-content .portfolio-items .works-filter li button:focus{outline:none}.dark_theme.enable-focus-style .portfolio-section .section-content .portfolio-items .works-filter li button:focus,.light_theme.enable-focus-style .portfolio-section .section-content .portfolio-items .works-filter li button:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.portfolio-section .section-content .portfolio-items>li{margin-bottom:25px}@media (min-width:992px){.portfolio-section .section-content .portfolio-items>li:first-of-type{-moz-column-break-inside:avoid;break-inside:avoid;overflow:hidden}}.portfolio-section .section-content .portfolio-items>li.portfolio-item{animation:zoomIn .2s ease-in-out;border-radius:.63rem;overflow:hidden;will-change:transform}.dark_theme .portfolio-section .section-content .portfolio-items>li.portfolio-item,.light_theme .portfolio-section .section-content .portfolio-items>li.portfolio-item{filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.portfolio-section .section-content .portfolio-items>li.portfolio-item a{display:block;height:100%;position:relative;width:100%}.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details{opacity:1;transition:.3s;visibility:visible}.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .date,.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .title{opacity:1;transform:translateY(0)}.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .title{transition:.2s linear .1s}.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .date{transition:.2s linear .2s}.portfolio-section .section-content .portfolio-items>li.portfolio-item:focus-within{outline:none}.light_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li.portfolio-item:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.dark_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li.portfolio-item:focus-within{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}@media (min-width:992px){.portfolio-section .section-content .portfolio-items>li [class*=text-box]{margin-top:37.5px;padding-bottom:25px}}@media (max-width:991px){.portfolio-section .section-content .portfolio-items>li [class*=text-box]{-moz-column-span:all;column-span:all;padding-bottom:37.5px;position:relative}}.portfolio-section .section-content .portfolio-items>li .more{border-radius:.63rem;display:block;font-size:1.4rem;text-align:center;text-decoration:underline;width:100%}.dark_theme .portfolio-section .section-content .portfolio-items>li .more,.light_theme .portfolio-section .section-content .portfolio-items>li .more{color:var(--primary-color)}.portfolio-section .section-content .portfolio-items>li .more:focus{outline:none}.dark_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li .more:focus,.light_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li .more:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.portfolio-section .section-content .portfolio-items>li .item-img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.portfolio-section .section-content .portfolio-items>li .item-details{bottom:0;left:0;opacity:0;padding:20px;position:absolute;transition:.3s .2s;visibility:hidden;width:100%;z-index:1}.portfolio-section .section-content .portfolio-items>li .item-details .date,.portfolio-section .section-content .portfolio-items>li .item-details .title{opacity:0;padding:6px 12px;transform:translateY(30px);width:-moz-fit-content;width:fit-content}.light_theme .portfolio-section .section-content .portfolio-items>li .item-details .date,.light_theme .portfolio-section .section-content .portfolio-items>li .item-details .title{background-color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%));box-shadow:11px 10px 38px #0000001f;color:var(--dark-color)}.dark_theme .portfolio-section .section-content .portfolio-items>li .item-details .date,.dark_theme .portfolio-section .section-content .portfolio-items>li .item-details .title{background-color:var(--dark-color);box-shadow:11px 10px 38px #00000061;color:var(--light-color)}.portfolio-section .section-content .portfolio-items>li .item-details .title{font-size:1rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:.2s linear .1s;white-space:nowrap}.portfolio-section .section-content .portfolio-items>li .item-details .date{font-size:.8rem;transition:.2s linear}@media (max-width:991px){.portfolio-section:not(.archive-page) .portfolio-items>li:first-of-type{margin-bottom:0}}.testimonials-section .section-content .testimonials-items{display:grid;grid-auto-rows:220px}@media (min-width:992px){.testimonials-section .section-content .testimonials-items{grid-template-columns:repeat(6,1fr)}}@media (max-width:991px){.testimonials-section .section-content .testimonials-items{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.testimonials-section .section-content .testimonials-items{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.testimonials-section .section-content .testimonials-items{grid-template-columns:repeat(2,1fr)}}.testimonials-section .section-content .testimonials-items li{animation:floating 20s linear infinite alternate-reverse both;border-radius:50%;position:relative}.testimonials-section .section-content .testimonials-items li .testimonials-item{cursor:help}.testimonials-section .section-content .testimonials-items li .testimonials-item img{border-radius:50%;display:block;-o-object-fit:cover;object-fit:cover;width:130px}.light_theme .testimonials-section .section-content .testimonials-items li .testimonials-item img{box-shadow:11px 10px 38px #0000001f;filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}.dark_theme .testimonials-section .section-content .testimonials-items li .testimonials-item img{box-shadow:11px 10px 38px #00000061;filter:drop-shadow(2px 4px 6px rgba(0,0,0,.2))}@media (max-width:767px){.testimonials-section .section-content .testimonials-items li:nth-of-type(n+7){display:none}}.testimonials-section .section-content .testimonials-items li:nth-of-type(odd){align-self:flex-end}.testimonials-section .section-content .testimonials-items li:nth-of-type(2n){align-self:flex-start}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+2){justify-self:flex-end}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+2) img{width:200px}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+1){justify-self:center}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+1) img{width:90px}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+3){justify-self:flex-end}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+3) img{width:70px}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+4){justify-self:flex-start}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+4) img{width:120px}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+5){justify-self:center}.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+5) img{width:150px}.testimonials-section .section-content .testimonials-items li:focus{outline:none}.dark_theme.enable-focus-style .testimonials-section .section-content .testimonials-items li:focus,.light_theme.enable-focus-style .testimonials-section .section-content .testimonials-items li:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.contact-section .section-content{align-items:center;margin-bottom:-50px}.contact-section .section-content>*{margin-bottom:50px}.contact-section .section-content .contact-text .contact-info{margin-top:50px}.contact-section .section-content .contact-text .contact-info>li{align-items:flex-start;display:flex}.contact-section .section-content .contact-text .contact-info>li:not(:last-of-type){margin-bottom:20px}.contact-section .section-content .contact-text .contact-info>li img{width:24px}html[dir=ltr] .contact-section .section-content .contact-text .contact-info>li img{margin-right:18px}html[dir=rtl] .contact-section .section-content .contact-text .contact-info>li img{margin-left:18px}.light_theme .contact-section .section-content .contact-text .contact-info>li img{filter:invert(0)}.dark_theme .contact-section .section-content .contact-text .contact-info>li img{filter:invert(1)}.contact-section .section-content .contact-text .contact-info>li div strong{display:block;margin-bottom:5px}.contact-section .section-content .contact-text .contact-info>li div a:hover{text-decoration:underline}.contact-section .section-content .contact-text .contact-info>li div a:focus{outline:none}.dark_theme.enable-focus-style .contact-section .section-content .contact-text .contact-info>li div a:focus,.light_theme.enable-focus-style .contact-section .section-content .contact-text .contact-info>li div a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.contact-section .section-content .contact-text .social{align-items:center;display:flex;flex-wrap:wrap;margin:30px -5px -10px}html[dir=ltr] .contact-section .section-content .contact-text .social{padding-left:42px}html[dir=rtl] .contact-section .section-content .contact-text .social{padding-right:42px}.contact-section .section-content .contact-text .social li a{align-items:center;border-radius:50%;display:flex;height:35px;justify-content:center;margin:0 5px 10px;width:35px}.light_theme .contact-section .section-content .contact-text .social li a{background-color:var(--dark-color);color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme .contact-section .section-content .contact-text .social li a{background-color:var(--light-color);color:var(--dark-color)}.contact-section .section-content .contact-text .social li a:hover{color:var(--light-color)}.dark_theme .contact-section .section-content .contact-text .social li a:hover,.light_theme .contact-section .section-content .contact-text .social li a:hover{background-color:var(--primary-color)}.contact-section .section-content .contact-text .social li a:focus{outline:none}.dark_theme.enable-focus-style .contact-section .section-content .contact-text .social li a:focus,.light_theme.enable-focus-style .contact-section .section-content .contact-text .social li a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.contact-section .section-content .contact-form{border-radius:.63rem;margin:auto;padding:25px}.light_theme .contact-section .section-content .contact-form{background-color:var(--light-color);box-shadow:11px 10px 38px #0000001f}.dark_theme .contact-section .section-content .contact-form{background-color:hsl(var(--dark-h),var(--dark-s),calc(var(--dark-l) + 7%));box-shadow:11px 10px 38px #00000061}@media (min-width:768px){.contact-section .section-content .contact-form{max-width:450px}}html[dir=rtl] .contact-section .section-content .contact-form .phone-number .fa{transform:rotateY(180deg) translateY(-50%)}.contact-section .section-content .contact-form .submit-btn{width:100%}.portfolio-page .portfolio-items .work-tools{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:-5px;padding-left:4px;padding-right:4px}@media (max-width:576px){.portfolio-page .portfolio-items .work-tools{justify-content:center}}.portfolio-page .portfolio-items .work-tools li{margin-bottom:5px}html[dir=ltr] .portfolio-page .portfolio-items .work-tools li:not(:last-of-type){margin-right:5px}html[dir=rtl] .portfolio-page .portfolio-items .work-tools li:not(:last-of-type){margin-left:5px}.portfolio-page .portfolio-items .work-tools li a{border-radius:.63rem;color:var(--light-color);display:block;font-size:.75rem;padding:4px 8px}.dark_theme .portfolio-page .portfolio-items .work-tools li a,.light_theme .portfolio-page .portfolio-items .work-tools li a{background-color:var(--primary-color)}.light_theme .portfolio-page .portfolio-items .work-tools li a:hover{background-color:var(--dark-color);color:hsl(var(--light-h),var(--light-s),calc(var(--light-l) - 10%))}.dark_theme .portfolio-page .portfolio-items .work-tools li a:hover{background-color:var(--light-color);color:var(--dark-color)}.portfolio-page .portfolio-items .work-tools li a:focus{outline:none}.dark_theme.enable-focus-style .portfolio-page .portfolio-items .work-tools li a:focus,.light_theme.enable-focus-style .portfolio-page .portfolio-items .work-tools li a:focus{box-shadow:0 0 0 3px rgba(var(--secondary-color),.7)}.not-found-page{display:flex}.not-found-page .not-found-content{margin:auto;text-align:center}.not-found-page .not-found-content .not-found-img{margin-bottom:50px}.not-found-page .not-found-content .not-found-img img{max-width:600px;width:100%}.not-found-page .not-found-content .not-found-text{margin-bottom:30px}
