@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background-color:#fbfbfb}.form-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;margin-bottom:2rem;padding:2rem}.section-title{color:#1e293b;font-weight:600;margin-bottom:1.5rem}.field-label{color:#1e293b;font-weight:500;margin-bottom:.5rem}.MuiOutlinedInput-root,.submit-button{border-radius:8px}.submit-button{background-color:#3498db;box-shadow:none;font-weight:600;margin-top:1.5rem;padding:.75rem 2rem;text-transform:none}.submit-button:hover{background-color:#2980b9;box-shadow:0 4px 8px #0000001a}.file-notification{color:#3498db;margin-top:.5rem}.privacy-notice{color:#64748b;font-size:.85rem;margin-top:1rem;text-align:center}@media (max-width:600px){.form-container{padding:1.5rem}.section-title{font-size:1.5rem}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.submit-button:active{animation:pulse .3s ease-in-out}.MuiInputAdornment-root .MuiSvgIcon-root{color:#3498db}.MuiSelect-select{padding:12px 14px}.file-upload-button{border-color:#e2e8f0;justify-content:flex-start;padding:14px;text-transform:none}.file-upload-button:hover{background-color:#3498db0d;border-color:#3498db}.linea-style{margin-top:5px}.icons{top:11px;z-index:9999}.icons,.icons-area{font-size:22px;left:20px;position:absolute}.icons-area{top:5px;z-index:100}.form-control-footer{background-color:#fff!important;height:50px;margin-left:-20px}.form-control-area-footer,.form-control-footer{border-color:#d9d9d9;border-radius:25px 25px 25px 25px!important;border-width:0;padding-left:50px!important;width:100%}.form-control-area-footer{background-color:#fff;height:100px;margin-left:-60px}.ud-contact{padding:120px 0;position:relative}@media (max-width:767px){.ud-contact{padding:80px 0}}.ud-contact:after{background:#f3f4fe;content:"";height:50%;left:0;mask-image:linear-gradient(0deg,#000 50%,#0000);-webkit-mask-image:linear-gradient(0deg,#000 50%,#0000);mask-image:linear-gradient(180deg,#000 90%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 90%,#0000);position:absolute;top:0;width:100%;z-index:-1}@media only screen and (min-width:992px) and (max-width:1199px){.ud-contact:after{height:45%}}.ud-contact-title{margin-bottom:150px}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.ud-contact-title{margin-bottom:50px}}.ud-contact-title span{color:#212b36;font-size:15px;font-weight:600;margin-bottom:20px}.ud-contact-title h2{font-size:35px;font-weight:600;line-height:41px}.ud-contact-info-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.ud-contact-info-wrapper{margin-bottom:50px}}.ud-contact-info-wrapper .ud-single-info{display:flex;margin-bottom:30px;margin-right:50px;max-width:100%;width:330px}.ud-contact-info-wrapper .ud-info-icon{color:#3056d3;font-size:32px}.ud-contact-info-wrapper .ud-info-meta h5{font-size:18px;font-weight:600;margin-bottom:15px}.ud-contact-info-wrapper .ud-info-meta p{font-size:15px;line-height:24px}.ud-contact-form-wrapper{background:#fff;border-radius:8px;box-shadow:0 4px 28px #0000000d;padding:60px}@media (max-width:767px){.ud-contact-form-wrapper{padding:40px 30px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.ud-contact-form-wrapper{padding:50px 40px}}.ud-contact-form-wrapper .ud-contact-form-title{font-size:28px;font-style:normal;font-weight:600;margin-bottom:30px}@media (max-width:767px){.ud-contact-form-wrapper .ud-contact-form-title{font-size:24px}}.ud-contact-form-wrapper .ud-form-group{margin-bottom:25px}.ud-contact-form-wrapper .ud-form-group label{display:block;font-size:12px;font-weight:400}.ud-contact-form-wrapper .ud-form-group input,.ud-contact-form-wrapper .ud-form-group textarea{border:none;border-bottom:1px solid #f1f1f1;display:block;outline:none;padding:15px 0;resize:none;width:100%}.ud-contact-form-wrapper .ud-form-group input:focus,.ud-contact-form-wrapper .ud-form-group textarea:focus{border-color:#3056d3}.ud-footer{background:linear-gradient(180deg,#0000,#f3f4fe 50%);overflow:hidden;padding-top:100px;position:relative;z-index:1}.ud-footer .shape{position:absolute;z-index:-1}.ud-footer .shape.shape-1{left:0;top:0}.ud-footer .shape.shape-2{right:0;top:0}.ud-footer .shape.shape-3{bottom:0;right:0}.ud-widget{margin-bottom:50px}.ud-widget .ud-footer-logo{display:block;margin-bottom:10px}.ud-widget .ud-footer-logo img{width:100%}.ud-widget .ud-widget-desc{font-size:15px;line-height:24px;margin-bottom:30px;max-width:260px}.ud-widget .ud-widget-socials{align-items:center;display:flex;justify-content:center;margin:0 auto;padding:0;width:100%}.ud-widget .ud-widget-socials li{align-items:center;display:flex;justify-content:center;margin:0 10px}.ud-widget .ud-widget-socials a{align-items:center;display:flex;font-size:16px;justify-content:center;margin-right:0}.ud-widget .ud-widget-socials img{display:block;height:50px;width:50px}.ud-widget .ud-widget-title{font-size:18px;font-weight:600;margin-bottom:35px}.ud-widget .ud-widget-links a{display:inline-block;font-size:15px;line-height:30px;margin-bottom:12px}.ud-widget .ud-widget-links a:hover{color:#3056d3;padding-left:10px}.ud-widget .ud-widget-brands{display:flex;flex-wrap:wrap;justify-content:space-between}.ud-widget .ud-widget-brands a{display:block;margin-bottom:20px;margin-right:20px;max-width:120px}@media only screen and (min-width:1200px) and (max-width:1399px){.ud-widget .ud-widget-brands a{max-width:100px}}.ud-footer-bottom{padding:15px 0}.ud-footer-bottom .ud-footer-bottom-left{align-items:center;display:flex}@media (max-width:767px){.ud-footer-bottom .ud-footer-bottom-left{justify-content:center}}.ud-footer-bottom .ud-footer-bottom-left a{color:#f3f4fe;display:inline-block;font-size:15px;font-weight:400;margin-right:30px}@media (max-width:767px){.ud-footer-bottom .ud-footer-bottom-left a{margin:0 8px 8px}}.ud-footer-bottom .ud-footer-bottom-left a:hover{color:#3056d3}.ud-footer-bottom .ud-footer-bottom-right{color:#f3f4fe;font-size:15px;font-weight:400;text-align:right}.ud-footer-bottom .ud-footer-bottom-right a{color:#3056d3}.ud-footer-bottom .ud-footer-bottom-right a:hover{text-decoration:underline}@media (max-width:767px){.ud-footer-bottom .ud-footer-bottom-right{margin-top:10px;text-align:center}}*{box-sizing:border-box;margin:0;padding:0}img{max-width:100%}a,button,input,textarea{transition:all .3s ease-out 0s}.navbar-toggler:focus,a,a:focus,button:focus,input:focus,textarea:focus{box-shadow:none;outline:none;text-decoration:none}a:focus,a:hover{text-decoration:none}a,i,span{display:inline-block}audio,canvas,iframe,img,svg,video{vertical-align:middle}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:700;margin:0}h2{font-size:36px}h3{font-size:28px}h4{font-size:22px}h5{font-size:18px}h6{font-size:16px}ol,ul{list-style-type:none;padding:0}ol,p,ul{margin:0}p{color:var(--body-color);font-size:16px;font-weight:400;line-height:26px}.bg_cover{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.ud-main-btn{background:var(--primary-color);color:var(--white);font-size:16px}.ud-main-btn:hover{background:var(--heading-color);color:var(--white)}.back-to-top{background:var(--primary-color)}.back-to-top,.back-to-top:hover{color:var(--white)}.ud-header{left:0;position:absolute;top:0;width:100%}.sticky,.ud-header{transition:all .3s ease-out 0s;z-index:99}.sticky{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fffc;box-shadow:inset 0 -1px 0 0 #0000001a;position:fixed}.navbar,.sticky .navbar{padding:0}.navbar{border-radius:5px;position:relative;transition:all .3s ease-out 0s}.navbar-brand{padding:0}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-brand{padding:5px 0}}.navbar-brand img{max-width:160px}.navbar-toggler{padding:0}.navbar-toggler .toggler-icon{background-color:var(--white);display:block;height:2px;margin:5px 0;position:relative;transition:all .3s ease-out 0s;width:30px}.navbar-toggler.active .toggler-icon:first-of-type{top:7px;transform:rotate(45deg)}.navbar-toggler.active .toggler-icon:nth-of-type(2){opacity:0}.navbar-toggler.active .toggler-icon:nth-of-type(3){top:-7px;transform:rotate(135deg)}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-collapse{background-color:#fff;border-radius:5px;box-shadow:0 15px 20px 0 #0000001a;display:none;max-width:300px;padding:0;position:absolute;right:0;top:100%;width:100%;z-index:9}.navbar-collapse.show{display:block}.navbar-nav{padding:20px 30px}}.navbar-nav .nav-item{padding:0 20px;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.navbar-nav .nav-item{padding:0 12px}}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item{padding:0}}.navbar-nav .nav-item>a{color:#000;font-size:20px;font-weight:400;padding:25px 5px;position:relative;transition:all .3s ease-out 0s}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item>a{color:var(--heading-color);display:block;padding:8px 0}}.navbar-nav .nav-item>a.active,.navbar-nav .nav-item>a:hover{color:var(--white);opacity:.5}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item>a.active,.navbar-nav .nav-item>a:hover{color:var(--primary-color);opacity:1}}.navbar-nav .nav-item .ud-submenu{background:#000;border-radius:5px;box-shadow:0 15px 44px #8c8c8c2e;opacity:0;padding:20px 30px;position:absolute;top:110%;transition:all .3s ease-out 0s;visibility:hidden;width:250px}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item .ud-submenu{box-shadow:none;display:none;opacity:1;padding:0;position:static;visibility:visible;width:100%}}.navbar-nav .nav-item .ud-submenu.show{display:block}.navbar-nav .nav-item .ud-submenu .ud-submenu-link{color:#000;font-size:14px;padding:7px 0}.navbar-nav .nav-item .ud-submenu .ud-submenu-link:hover{color:var(--primary-color)}.navbar-nav .nav-item:hover>a{color:#000;opacity:.5}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item:hover>a{color:var(--primary-color);opacity:1}}.navbar-nav .nav-item:hover>.ud-submenu{opacity:1;top:100%;visibility:visible}.navbar-nav .nav-item.nav-item-has-children>a{position:relative}.navbar-nav .nav-item.nav-item-has-children>a:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";height:10px;margin-top:-2px;position:absolute;right:-15px;top:50%;transform:rotate(45deg) translateY(-50%);width:10px}@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item.nav-item-has-children>a:after{right:5px}.navbar-btn{position:absolute;right:50px;top:50%;transform:translateY(-50%)}}.navbar-btn .ud-main-btn{background:#0000;font-size:20px;padding:8px 16px}.navbar-btn .ud-login-btn:hover{opacity:.5}.navbar-btn .ud-white-btn{background:#fff3}.navbar-btn .ud-white-btn:hover{background:#fff;color:var(--heading-color)}.sticky .navbar-toggler .toggler-icon{background-color:var(--heading-color)}.sticky .navbar-nav .nav-item:hover>a{color:var(--primary-color);opacity:1}.sticky .navbar-nav .nav-item a{color:var(--heading-color)}.sticky .navbar-nav .nav-item a.active,.sticky .navbar-nav .nav-item a:hover{color:var(--primary-color);opacity:1}.sticky .navbar-btn .ud-main-btn.ud-login-btn{color:var(--heading-color)}.sticky .navbar-btn .ud-main-btn.ud-login-btn:hover{color:var(--primary-color);opacity:1}.sticky .navbar-btn .ud-white-btn{background:var(--primary-color);color:var(--white)}.sticky .navbar-btn .ud-white-btn:hover{background:var(--heading-color)}.MuiToolbar-root{justify-content:space-between}@media (max-width:767px){.MuiButton-root.MuiButton-contained{font-size:.8rem;padding:4px 10px}}.active{position:relative}.active:after{background-color:#2563eb;border-radius:9999px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.video-container{height:400px;overflow:hidden;position:relative;width:100%}.myVideo{height:350px;left:0;-webkit-mask-image:linear-gradient(180deg,#0000,#000 10%,#000 90%,#0000);mask-image:linear-gradient(180deg,#0000,#000 10%,#000 90%,#0000);object-fit:cover;top:0}.footer-text,.myVideo{position:absolute;width:100%}.footer-text{bottom:10px;color:#fff;font-size:18px;text-align:center;z-index:1}.imagen-cartas{background:linear-gradient(180deg,#0000 0,#f3f8ff);height:100px;margin-top:-5rem;position:relative;width:100%}.Nuestros-productos{align-items:center;background-color:"red";border-radius:"15px 30px 50px 5px";display:flex;height:"45px";justify-content:center;margin-bottom:3}.content{transition:transform .2s}.content:hover{transform:scale(1.1);z-index:9999}.Title-style{align-items:center;justify-content:center;margin:auto;position:relative;text-align:center;text-justify:auto}.a-style,.a-style:hover{color:#000!important}.ver-style{color:red!important}.ver-style:hover{color:#000!important}.linea-style{background:red;display:grid;height:2px;margin-top:15px;text-align:left;width:245px}.custom-swiper{margin-bottom:20px}.custom-swiper .swiper-pagination{margin-top:10rem}.fondoProductos{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='560' preserveAspectRatio='none'%3E%3Cg mask='url(%26quot;%23a%26quot;)' fill='none'%3E%3Cpath d='M0 247C57.6 207 172.8 54.4 288 47c115.2-7.4 172.8 158 288 163 115.2 5 172.8-150.4 288-138 115.2 12.4 172.8 212.8 288 200 115.2-12.8 230.4-211.2 288-264v552H0z' fill='rgba(246, 245, 245, 1)'/%3E%3Cpath d='M0 342c96 18.4 288 76.8 480 92 192 15.2 288-35.4 480-16s384 90.4 480 113v29H0z' fill='rgba(242, 242, 242, 1)'/%3E%3C/g%3E%3Cdefs%3E%3Cmask id='a'%3E%3Cpath fill='%23fff' d='M0 0h1440v560H0z'/%3E%3C/mask%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat}.ud-hero{background-image:url("/static/media/Dise%C3%B1o%20sin%20t%C3%ADtulo%20(11).1662b97273c83323591a.png");background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #1e2f5e1a;-webkit-mask-image:linear-gradient(#000 95%,#0000);mask-image:linear-gradient(#000 95%,#0000)}.ud-hero,.ud-hero-white{align-items:center;display:flex;min-height:50vh;padding:2rem 0;position:relative}.ud-hero-white{background:#fff;border-bottom:2px solid #f0f2f5}.hero-logo-desktop img,.hero-logo-mobile img{filter:drop-shadow(0 2px 8px rgba(30,47,94,.1))}.hero-title-desktop div,.hero-title-mobile div{text-shadow:none}.hero-content-desktop h2,.hero-content-mobile h2{color:#555!important;text-shadow:none}@media only screen and (min-width:768px) and (max-width:991px){.ud-hero{padding-top:160px}.ud-hero-title{font-size:38px;line-height:50px}}@media (max-width:767px){.ud-hero{padding-top:50px}.ud-hero-title{font-size:26px;line-height:38px}.ud-hero-desc{font-size:20px;line-height:30px}.ud-hero-buttons .ud-main-btn{margin:5px;padding:12px 16px}}.responsive-title{font-size:4.5em!important;font-weight:700;line-height:1.1;transition:font-size .3s ease}.responsive-subtitle{color:#1e2f5e;font-size:1.5em;font-weight:400;margin-top:.5em!important;transition:font-size .3s ease}@media only screen and (min-width:992px) and (max-width:1199px){.responsive-title{font-size:4em!important}.responsive-subtitle{font-size:1.4em}}@media only screen and (min-width:768px) and (max-width:991px){.ud-hero{height:70vh;padding-top:120px}.responsive-title{font-size:3.2em!important;line-height:1.2}.responsive-subtitle{font-size:1.3em}}@media only screen and (min-width:576px) and (max-width:767px){.ud-hero{align-items:center;display:flex;height:60vh;padding-top:60px}.responsive-title{font-size:2.8em!important;line-height:1.2;text-align:center!important}.responsive-subtitle{font-size:1.2em;text-align:center!important}.ud-hero .container{text-align:center;width:100%}.ud-hero .row{justify-content:center}.ud-hero .col-lg-10{text-align:center}}@media (max-width:575px){.ud-hero{align-items:center;background-position:top;display:flex;height:55vh;padding-top:40px}.responsive-title{font-size:2.2em!important;line-height:1.3;text-align:center!important}.responsive-subtitle{font-size:1.1em;text-align:center!important}.ud-hero .container{padding-left:20px;padding-right:20px;text-align:center;width:100%}.ud-hero .row{justify-content:center}.ud-hero .col-lg-10{text-align:center}}@media (max-width:320px){.responsive-title{font-size:1.8em!important;text-align:center!important}.responsive-subtitle{font-size:1em;text-align:center!important}.ud-hero .container{padding-left:15px;padding-right:15px;text-align:center}.ud-hero{align-items:center;display:flex;justify-content:center}}@media (max-width:767px){.ud-hero .container{padding-left:20px;padding-right:20px;text-align:center}.ms-md-4{margin-left:0!important}.ud-hero .d-flex{justify-content:center}.text-center.text-md-start{text-align:center!important}}.ud-hero img{height:auto;max-width:100%}@media (min-width:1400px){.responsive-title{font-size:5em!important}.responsive-subtitle{font-size:1.6em}}.ud-features{padding-bottom:60px;padding-top:80px}.ud-section-title{margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.ud-section-title span{color:#3056d3;display:block;font-size:18px;font-weight:600;margin-bottom:10px}.ud-section-title h2{color:#212b36;font-size:42px;font-weight:700;line-height:55px;margin-bottom:20px;text-transform:capitalize}.mySwiper{padding-bottom:50px}.swiper-pagination{bottom:0!important}.swiper-pagination-bullet{background:#ccc;height:10px;opacity:1;width:10px}.swiper-pagination-bullet-active{background:#3056d3}.ud-single-feature{align-items:center;display:flex;flex-direction:column;margin-bottom:40px;padding:20px;text-align:center;transition:all .3s ease}.large-product{padding:20px 10px 30px}.ud-feature-icon{align-items:center;display:flex;height:220px;justify-content:center;margin-bottom:30px;position:relative;width:220px;z-index:1}.ud-feature-icon:before{background:#3056d3;border-radius:20px;content:"";height:100%;left:0;opacity:.08;position:absolute;top:0;transform:rotate(15deg);transition:all .3s ease-out 0s;width:100%;z-index:-1}.ud-single-feature:hover .ud-feature-icon:before{transform:rotate(45deg)}.producto-imagen{background-color:#fff;border-radius:15px;height:250px;object-fit:contain;width:100%;z-index:2}.ud-feature-content{width:100%}.ud-feature-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#212b36;display:-webkit-box;font-size:18px;font-weight:700;line-height:24px;margin-bottom:12px;min-height:48px;overflow:hidden}.ud-feature-desc{color:#637381;font-size:16px;line-height:20px;margin-bottom:15px}.ud-feature-link{color:#3056d3;display:inline-block;font-size:16px;font-weight:500;margin-top:5px;text-decoration:none;transition:all .3s ease}.ud-feature-link:hover{color:#1e40af;text-decoration:underline}@media only screen and (min-width:1200px){.ud-feature-icon{height:240px;width:240px}.producto-imagen{max-height:200px}.ud-feature-title{font-size:20px;line-height:26px}}@media only screen and (max-width:991px){.ud-feature-icon{height:200px;width:200px}.producto-imagen{max-height:160px}}@media only screen and (max-width:767px){.ud-feature-icon{height:180px;width:180px}.producto-imagen{max-height:140px}.ud-section-title h2{font-size:32px;line-height:42px}}@media only screen and (max-width:575px){.ud-feature-icon{height:240px;width:240px}.producto-imagen{max-height:200px}}.ud-about{background:#f3f4fe;padding:50px 0}@media (max-width:767px){.ud-about{padding:80px 0}}.row{align-items:stretch;display:flex}.ud-about-wrapper{background-color:#fff;border:1px solid #00000014;border-radius:8px!important;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:10px}.ud-about-content-wrapper{flex:1 1;padding:20px}@media (max-width:767px){.ud-about-content-wrapper{padding:50px 30px}}.ud-about-content{max-width:500px}.ud-about-content .tag{background:#3056d3;color:#fff;display:inline-block;font-size:14px;font-weight:500;margin-bottom:20px;padding:5px 20px}.ud-about-content h2{font-size:36px;font-weight:700;line-height:45px;margin-bottom:30px}@media (max-width:767px){.ud-about-content h2{font-size:26px;line-height:38px}}.ud-about-content p{line-height:28px;margin-bottom:40px}.ud-about-content p li{line-height:24px;margin-left:20px}.table thead th{font-size:16px;font-weight:700;text-align:center}.table tbody td{font-size:14px;line-height:24px;padding:10px}@media (max-width:767px){.table thead th{font-size:14px}.table tbody td{font-size:12px}.ud-about-content-wrapper{padding:30px}.ud-about-content p{font-size:14px}.ud-about-content .tag{font-size:12px}}.ud-about-image img{height:auto;max-width:100%}.ud-about-content h6{font-size:18px;font-weight:600;margin-top:1em}.ud-testimonials{padding-bottom:40px}@media (max-width:767px){.ud-testimonials{padding-top:80px}}.ud-single-testimonial{background:#fff;border-radius:10px;box-shadow:0 8px 20px -6px #2563eb59;margin-bottom:50px;overflow:hidden;padding:0;transition:all .3s ease}.ud-single-testimonial:hover{box-shadow:0 15px 35px -5px #ebeffde6;transform:translateY(-5px)}.ud-testimonial-content{padding:0}.card-header-custom{background:linear-gradient(90deg,#ebf5ff,#e5f0ff);padding:20px 30px;position:relative}.producto-nombre{color:#3056d3;font-size:24px;font-weight:700;margin-bottom:5px}.producto-subtitulo{color:#ee8819;font-size:16px;font-weight:600;margin-bottom:0;text-transform:uppercase}.otc-badge-small{background-color:#ee8819;border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:5px 12px}.ud-testimonial-content p{color:#637381;font-size:16px;line-height:28px;margin-bottom:20px;padding:0 30px}.otc-badge{background:#ee8819;box-shadow:0 3px 6px #0000001a;height:50px;position:absolute;right:15px;top:0;width:50px;z-index:2}.otc-badge,.otc-badge-inner{align-items:center;border-radius:50%;display:flex;justify-content:center}.otc-badge-inner{background:#fff;font-size:14px;font-weight:700;height:40px;width:40px}.imagen-producto-container{align-items:center;display:flex;justify-content:center;padding:15px;position:relative}.imagen-producto{height:150px;max-width:100%;object-fit:contain}.accordion-container{border-top:1px solid #f2f4f8}.mui-accordion-item{border-bottom:1px solid #f2f4f8}.mui-accordion-header{align-items:center;cursor:pointer;display:flex;padding:15px 30px;transition:all .3s ease}.mui-accordion-header:hover{background-color:#f9fbff}.accordion-title{color:#3056d3;font-size:16px;font-weight:600}.expand-icon{color:#3056d3!important;transition:transform .3s ease!important}.expand-icon.expanded{transform:rotate(180deg)}.accordion-content{padding:0 30px 20px}.list-with-markers{list-style-type:disc;margin-bottom:0;padding-left:20px}.list-with-markers li{color:#637381;margin-bottom:10px;position:relative}.list-with-markers li:last-child{margin-bottom:0}.list-with-markers li::marker{color:#3056d3}.ud-testimonial-info{align-items:center;border-top:1px solid #f2f4f8;display:flex;padding:20px 30px}.ud-testimonial-meta h4{color:#212b36;font-size:16px;font-weight:600;margin-bottom:5px}.ud-testimonial-meta p{color:#969696;font-size:14px;margin:0;padding:0}.MuiCollapse-root{transition:height .3s cubic-bezier(.4,0,.2,1)!important}@media (max-width:767px){.accordion-content,.card-header-custom,.mui-accordion-header,.ud-testimonial-content p,.ud-testimonial-info{padding-left:20px;padding-right:20px}.imagen-producto-container{margin-top:20px}.row.align-items-center{padding:0 20px}}.ud-brands .ud-title{margin-bottom:30px}.ud-brands .ud-title h6{color:#637381;display:inline-block;font-size:12px;font-weight:400;position:relative}.ud-brands .ud-title h6:after{background:#afb2b5;content:"";height:1px;position:absolute;right:-40px;top:50%;width:30px}.ud-brands .ud-brands-logo{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-right:-40px}.ud-brands .ud-brands-logo .ud-single-logo{margin-bottom:20px;margin-right:40px;max-width:140px}.ud-brands .ud-brands-logo .ud-single-logo:hover img{filter:none}.ud-brands .ud-brands-logo .ud-single-logo img{transition:all .3s ease-out 0s}.ud-team{padding-bottom:80px;padding-top:120px}@media (max-width:767px){.ud-team{padding-bottom:40px;padding-top:80px}}.ud-single-team{margin-bottom:40px}.ud-single-team .ud-team-image-wrapper{height:170px;margin:0 auto 25px;position:relative;width:170px}.ud-single-team .ud-team-image{border-radius:50%}.ud-single-team .ud-team-image img{border-radius:50%;width:100%}.ud-single-team .shape{position:absolute;z-index:-1}.ud-single-team .shape.shape-1{left:0;top:0}.ud-single-team .shape.shape-2{bottom:0;right:0}.ud-single-team .ud-team-info{margin-bottom:20px;text-align:center}.ud-single-team .ud-team-info h5{font-size:18px;font-weight:500;margin-bottom:10px;text-transform:capitalize}.ud-single-team .ud-team-info h6{color:#637381;font-size:12px;font-weight:500}.ud-single-team .ud-team-socials,.ud-single-team .ud-team-socials a{align-items:center;display:flex;justify-content:center}.ud-single-team .ud-team-socials a{color:#cdced6;height:32px;margin:0 10px;width:32px}.ud-single-team .ud-team-socials a:hover{color:#3056d3}.ud-faq{background:#f3f4fe;padding-bottom:90px;padding-top:120px;position:relative;z-index:1}@media (max-width:767px){.ud-faq{padding-bottom:50px;padding-top:80px}}.ud-faq .shape{bottom:0;left:0;position:absolute;z-index:-1}.ud-single-faq{background:#fff;border:1px solid #f3f4fe;border-radius:10px;box-shadow:0 20px 95px #c9cbcc4d;margin-bottom:10px}.ud-single-faq .ud-faq-btn{align-items:center;background:#0000;border:none;color:#212b36;display:flex;font-size:18px;font-weight:600;opacity:.88;padding:30px;text-align:left;width:100%}@media (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.ud-single-faq .ud-faq-btn{padding:15px}}.ud-single-faq .ud-faq-btn.collapsed span.icon i{transform:rotate(0deg)}.ud-single-faq .ud-faq-btn span.icon{align-items:center;background:#3056d30f;border-radius:10px;color:#3056d3;display:flex;height:42px;justify-content:center;margin-right:24px;width:42px}.ud-single-faq .ud-faq-btn span.icon i{font-size:14px;font-weight:700;transform:rotate(180deg);transition:all .3s}.ud-single-faq .ud-faq-body{padding:15px}@media (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.ud-single-faq .ud-faq-body{padding:0 16px 20px 82px}}.swiper{height:100%;width:100%}.swiper-slide{margin-bottom:-40px}.ud-main-btn{background:#3056d3;border:1px solid #0000;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:15px 25px;text-align:center;transition:all .4s ease-out 0s;vertical-align:middle;white-space:nowrap;z-index:5}.ud-main-btn:hover{background:#212b36;color:#fff}@media (max-width:767px){.container{padding-left:40px;padding-right:40px}}@media only screen and (min-width:576px) and (max-width:767px){.container{padding-left:20px;padding-right:20px}}.back-to-top{align-items:center;background:#3056d3;border-radius:5px;bottom:30px;box-shadow:0 0 5px #0003;color:#fff;height:40px;justify-content:center;line-height:40px;position:fixed;right:30px;text-align:center;width:40px;z-index:99}.back-to-top:hover{background:var(--heading-color);color:#fff}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.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(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.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{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow: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{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;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{left:50%;transform:translateX(-50%);white-space:nowrap}.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:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;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{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.linea-style-left{background:red;display:grid;height:2px;margin-top:15px;text-align:left;width:245px}.flip-container{border-radius:30px;height:300px;margin-left:15px;padding:5px;perspective:1000px;width:250px;z-index:2}.card-flip{height:100%;position:static;text-align:center;transform-style:preserve-3d;transition:transform 1s;width:100%;z-index:1}.flip-container:hover .card-flip{transform:rotateY(180deg);z-index:2}.back,.front{align-items:center;backface-visibility:hidden;display:flex;font-size:5rem;height:100%;justify-content:center;position:fixed;top:0;width:100%}.front{background-color:#2c3c94}.back,.front{border-radius:30px;color:#fff}.back{background-color:#d42b29;transform:rotateY(180deg)}@media (max-width:576px){.mobile-full-width{margin:0 auto;max-width:90%;width:100%!important}}
/*# sourceMappingURL=main.57a3882a.css.map*/