header{-webkit-user-select:none;user-select:none;background-color:#002340}header .top{width:1200px;padding:.5rem 0;margin:0 auto;display:flex;align-items:center;justify-content:space-between}header .top .logo{display:flex;align-items:center;text-transform:uppercase}header .top .logo h5{font-size:14px;color:#fff;margin:0;font-weight:700}header .top .logo img{width:80px}header .top .search form{background-color:#001c37;padding:.5rem;border-radius:.5rem}header .top .search form input{background-color:transparent;border:none;padding:.2rem 1rem;border-radius:.25rem;min-width:350px;outline:none;color:#fff}header .top .search form i{color:#fff}header .top .account{display:flex;align-items:center;position:relative;padding:.5rem 1rem;transition:.2s}header .top .account:hover{padding:.5rem 1rem;border-radius:.5rem;background-color:#001c37}header .top .account{cursor:pointer}header .top .account .meta{text-align:right;color:#fff;line-height:1}header .top .account .meta strong{color:#fff}header .top .account .avatar{display:flex;align-items:center;margin-left:.5rem}header .top .account .avatar img{width:30px;border-radius:100%}header .top .account .avatar i{transition:.2s cubic-bezier(.215,.61,.355,1)}header .top .account .avatar i.active{transform:rotate(180deg)}header .top .account .dropdown{position:absolute;background-color:#fff;top:100%;right:0;z-index:10;border-radius:.5rem;min-width:250px;box-shadow:#959da533 0 8px 24px;border:1px solid #efefef;margin-top:.75rem;overflow:hidden}header .top .account .dropdown ul{list-style-type:none;padding:0;margin:0}header .top .account .dropdown ul .item{font-weight:700;padding:.75rem 1rem;border-bottom:1px solid #efefef}header .top .account .dropdown ul .item:hover{background-color:#f9f9f9}header .main{display:flex;align-items:center;background-color:#001c37}header .main .menu{list-style-type:none;display:flex;align-items:center;width:1200px;margin:0 auto;padding:0}header .main .menu a{display:block;color:#fff;padding:1rem 1rem 1rem 1.5rem;font-weight:700;font-size:1.025rem}header .main .menu a i{color:#fff}header .main .menu .cart{margin-left:auto}header .main .menu .cart a{position:relative;margin-right:0;display:block}header .main .menu .cart a i{color:#fff;font-size:1.5rem}header .main .menu .cart a .badge{position:absolute;background-color:#fa4747;color:#fff;padding:.2rem .5rem;border-radius:5rem;min-width:22px;left:55%;top:45%;text-align:center;font-size:11px;font-weight:700}.filters{display:flex;gap:1rem}.filters .item{border:1px solid #e3edf5;position:relative;padding:.55rem;border-radius:.25rem}.filters .item label{bottom:calc(100% - 8px);left:.5rem;position:absolute;padding:0 .5rem;background-color:#fff;font-weight:700;color:#5b6d7d;font-size:10px;text-transform:uppercase}.filters .item select{border:none;min-width:160px;max-width:160px;outline:none}.filters .item.advanced{margin-left:auto;padding:0;border:none}.filters .item.advanced button{border:none;padding:.6rem 1rem;background-color:#00263e;color:#fff;border-radius:.25rem}.product{display:flex;align-items:flex-start;gap:1.5rem}.product .gallery{width:40%;display:flex;flex-wrap:wrap;gap:.5rem}.product .gallery .item{width:calc(33.33% - .5rem);border-radius:.5rem;overflow:hidden;cursor:pointer;border:1px solid #e3edf5}.product .gallery .item:first-child{width:calc(100% - .5rem)}.product .gallery .item:nth-child(2),.product .gallery .item:nth-child(3){width:calc(50% - .5rem);max-height:200px}.product .gallery .item img{width:100%;height:100%;object-fit:cover}.product .meta{width:60%}.product .meta .tagline{display:flex;align-items:center;gap:1rem}.product .meta .tagline .item{padding:.25rem 1rem;background-color:#e3edf5;border-radius:.25rem;font-weight:700}.product .meta .tagline .item.tag{color:#fff;margin-left:auto;background-color:#fa4747}.product .meta .tagline .item.success{background-color:#157347}.product .meta .tagline .icon{margin-left:auto;line-height:1}.product .meta .tagline .icon i{font-size:22px;color:#157347}.product .meta .name{font-size:20px;font-weight:700;margin-top:1rem;text-transform:capitalize}.product .meta .description{color:#919191;line-height:1.5;margin:1rem 0}.product .meta .specs{margin-top:1rem;border:1px solid #e3edf5;border-radius:.5rem;overflow:hidden}.product .meta .specs .item{display:flex;cursor:default}.product .meta .specs .item:hover{background-color:#f9f9f9}.product .meta .specs .item:not(:last-child){border-bottom:1px solid #e3edf5}.product .meta .specs .item:nth-child(odd){background-color:#fbfbfb}.product .meta .specs .item .value{padding:1rem;font-weight:700}.product .meta .specs .item .label{padding:1rem;width:30%;border-right:1px solid #e3edf5}.product .meta .add{display:flex;gap:1rem;margin-top:1rem}.product .meta .add select{padding:.75rem 1rem;border:1px solid #e3edf5;border-radius:.25rem;outline:none}.product .meta .add button{width:100%;border:none;background-color:#00263e;color:#fff;border-radius:.25rem}.product .meta .add button i{color:#fff}.product .meta .variants .items{display:flex;flex-wrap:wrap;gap:1rem}.product .meta .variants .items .item{display:flex;align-items:center;border-radius:.5rem;cursor:pointer;border:1px solid transparent}.product .meta .variants .items .item.active{border-color:#e3edf5;box-shadow:#dadee233 0 8px 24px}.product .meta .variants .items .item img{width:55px;border-radius:.5rem}.product .meta .variants .name{font-weight:400;margin-top:1rem;font-size:14px}.tab{margin:2rem 0;display:flex;justify-content:center;align-items:center}.tab .tabs{display:flex;border:1px solid #e3edf5;border-radius:.5rem;overflow:hidden}.tab .tabs .item{padding:1rem 4rem;-webkit-user-select:none;user-select:none}.tab .tabs .item.active{border-bottom:2px solid #00263e}.tab .tabs .item:hover{background-color:#f7fbff}.tab .tabs .item{cursor:pointer;font-weight:700}.tab .tabs .item:not(:last-child){border-right:1px solid #e3edf5}.product-list{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.product-list .item{display:block}.product-list .item .cover{border:1px solid #e3edf5;border-radius:.5rem;overflow:hidden;position:relative;aspect-ratio:1/1;display:flex;object-fit:contain;height:220px}.product-list .item .cover img{object-fit:contain}.product-list .item .cover .icon{top:0;right:0;position:absolute;padding:1rem}.product-list .item .cover .icon i{font-size:17px;color:#157347}.product-list .item .cover .badge{top:0;right:0;position:absolute;background-color:#157347;padding:.3rem .5rem;margin:.5rem;border-radius:.2rem;font-size:10px;font-weight:700;text-transform:uppercase}.product-list .item .cover .action{transition:.2s;position:absolute;bottom:-3rem;background-color:#00263e;width:100%;color:#fff;text-align:center;padding:.5rem}.product-list .item .cover .action i{color:#fff;font-size:13px}.product-list .item .cover:hover .action{bottom:0;top:auto}.product-list .item .cover:hover img{transform:scale(1.05)}.product-list .item .cover img{width:100%;object-fit:contain;transition:.2s}.product-list .item .meta .name{margin-top:.25rem;font-weight:700;min-height:45px;text-transform:capitalize}.product-list .item .meta .extra{margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.product-list .item .meta .extra .category,.product-list .item .meta .extra .drawing{background-color:#e3edf5;padding:.2rem .5rem;border-radius:.2rem;font-size:10px;font-weight:700;text-transform:uppercase}.product-list .item .meta .extra .drawing{background-color:#e1ffed}.product-list .item .meta .extra .price{background-color:#dfc345;padding:0 .5rem;border-radius:.25rem;color:#fff;font-weight:700;font-size:13px}.product-list .item .meta .variants{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.product-list .item .meta .variants i{width:25px;height:25px;border:1px solid #ddd;border-radius:.5rem;overflow:hidden;display:flex}.product-list .item .meta .variants i img{width:100%}footer{margin-top:5rem;background-color:#f9f9f9;padding:1rem;border-top:1px solid #e3edf5}footer .copyright{width:1200px;margin:0 auto}.collection .list{border:1px solid #e3edf5;border-radius:.5rem;overflow:hidden}.collection .list .header{font-weight:700;border-bottom:1px solid #e3edf5;background-color:#f7fbff}.collection .list .footer{font-weight:700;background-color:#f7fbff}.collection .list .item,.collection .list .header,.collection .list .footer{display:flex;padding:1rem;padding-left:0;align-items:center;gap:1rem;position:relative;overflow:hidden}.collection .list .item:not(:last-child),.collection .list .header:not(:last-child),.collection .list .footer:not(:last-child){border-bottom:1px solid #e3edf5}.collection .list .item .cover,.collection .list .header .cover,.collection .list .footer .cover{width:10%;text-align:center}.collection .list .item .cover img,.collection .list .header .cover img,.collection .list .footer .cover img{width:70px;border-radius:.5rem}.collection .list .item .meta,.collection .list .header .meta,.collection .list .footer .meta{width:50%}.collection .list .item .meta .tagline,.collection .list .header .meta .tagline,.collection .list .footer .meta .tagline{display:flex;gap:.5rem;margin-bottom:.5rem}.collection .list .item .meta .tagline .item,.collection .list .header .meta .tagline .item,.collection .list .footer .meta .tagline .item{background-color:#e3edf5;padding:0 .5rem;border-radius:.25rem;font-weight:700;font-size:13px}.collection .list .item .meta .name,.collection .list .header .meta .name,.collection .list .footer .meta .name{font-size:14px;font-weight:400;margin:0}.collection .list .item .meta .packing,.collection .list .header .meta .packing,.collection .list .footer .meta .packing,.collection .list .item .meta .packing i,.collection .list .header .meta .packing i,.collection .list .footer .meta .packing i{color:#919191}.collection .list .item .price,.collection .list .header .price,.collection .list .footer .price,.collection .list .item .quantity,.collection .list .header .quantity,.collection .list .footer .quantity{width:10%}.collection .list .item .total,.collection .list .header .total,.collection .list .footer .total,.collection .list .item .tpptp,.collection .list .header .tpptp,.collection .list .footer .tpptp{width:10%;font-weight:700}.collection .list .item .remove,.collection .list .header .remove,.collection .list .footer .remove{position:absolute;right:-20px;top:-20px;height:40px;width:40px;background-color:#fa4747;transform:rotate(45deg);display:flex;align-items:center;justify-content:center;cursor:pointer}.collection .list .item .remove i,.collection .list .header .remove i,.collection .list .footer .remove i{margin-top:1.5rem;transform:rotate(45deg);font-size:8px;color:#fff}.collection .list .item input,.collection .list .header input,.collection .list .footer input{border:1px solid #e3edf5;width:100%;padding:.5rem;outline:none;border-radius:.5rem}.collection .action{margin:1rem 0;display:flex;gap:1rem;justify-content:flex-end}.collection .action button{padding:.75rem 1.5rem;border-radius:.25rem;border:none;font-weight:700;transition:.2s;border:1px solid transparent}.collection .action button.xlxs{background-color:#63be7b}.collection .action button.ppt{background-color:#ffa04f}.collection .action button:hover{opacity:.9}.material{display:flex;border:1px solid #e3edf5;border-radius:.5rem;min-height:550px}.material .materials{width:25%;background-color:#f4f8fa}.material .materials ul{overflow:auto;list-style-type:none;padding:0;margin-bottom:0}.material .materials ul .item{cursor:pointer;padding:1rem}.material .materials ul .item.active{border-left:3px solid #002340;box-shadow:inset 3px 0 10px -9px #002340}.material .materials ul .item:not(:last-child){border-bottom:1px solid #e3edf5}.material .colors{padding:1.5rem;border-left:1px solid #e3edf5;width:75%;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;grid-auto-rows:min-content}.material .colors .cover{border:1px solid #e3edf5;border-radius:.5rem}.material .colors .cover img{width:100%;border-radius:.5rem;aspect-ratio:1/1;object-fit:contain}.material .colors .meta{margin-top:.5rem;font-weight:700}.material .colors .meta span{background-color:#002340;padding:.2rem .5rem;border-radius:.25rem;color:#fff;font-size:10px}.form.readonly input,.form.readonly textarea,.form.readonly select,.form.readonly .select .data,.form.readonly .dp__main{-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#f9f9f9!important}.form .group:not(:first-child),.form .grid:not(:first-child){margin-top:1.2rem}.form .group.duo,.form .grid.duo{display:flex;gap:1.5rem}.form .group .item,.form .grid .item{width:100%;position:relative}.form .group .item label,.form .grid .item label{font-weight:700;display:block;margin-bottom:.25rem}.form .group .item input,.form .group .item select,.form .group .item textarea,.form .grid .item input,.form .grid .item select,.form .grid .item textarea{border:1px solid #efefef;border-radius:.5rem;padding:.5rem 1rem;width:100%;outline:none;background-color:#fff;resize:none}.form .group .item input[type=number],.form .group .item select[type=number],.form .group .item textarea[type=number],.form .grid .item input[type=number],.form .grid .item select[type=number],.form .grid .item textarea[type=number]{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.form .group .item input[type=number]::-webkit-outer-spin-button,.form .group .item input[type=number]::-webkit-inner-spin-button,.form .group .item select[type=number]::-webkit-outer-spin-button,.form .group .item select[type=number]::-webkit-inner-spin-button,.form .group .item textarea[type=number]::-webkit-outer-spin-button,.form .group .item textarea[type=number]::-webkit-inner-spin-button,.form .grid .item input[type=number]::-webkit-outer-spin-button,.form .grid .item input[type=number]::-webkit-inner-spin-button,.form .grid .item select[type=number]::-webkit-outer-spin-button,.form .grid .item select[type=number]::-webkit-inner-spin-button,.form .grid .item textarea[type=number]::-webkit-outer-spin-button,.form .grid .item textarea[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form .group .item input.warning,.form .group .item select.warning,.form .group .item textarea.warning,.form .grid .item input.warning,.form .grid .item select.warning,.form .grid .item textarea.warning{border:1px solid #ffe79e}.form .group .item input:read-only,.form .grid .item input:read-only{background-color:#f5f5f5}.form .group .item.error input,.form .group .item.error select,.form .group .item.error textarea,.form .grid .item.error input,.form .grid .item.error select,.form .grid .item.error textarea{border:1px solid rgb(233,131,141)}.form .group .item.error .error,.form .grid .item.error .error{display:block}.form .group .item .error,.form .grid .item .error{display:none;position:absolute;color:#dc3545;top:100%;font-size:10px}.form .group .item .error:before,.form .grid .item .error:before{font-family:"Font Awesome 6 Free";font-weight:900;-webkit-font-smoothing:antialiased;content:"";margin-right:.25rem}.form .group .item .files,.form .grid .item .files{border:1px solid #efefef;margin-top:.75rem;border-radius:.5rem}.form .group .item .files .file,.form .grid .item .files .file{display:flex;align-items:center;padding:.75rem 1rem}.form .group .item .files .file:not(:last-child),.form .grid .item .files .file:not(:last-child){border-bottom:1px solid #f5f5f5}.form .group .item .files .file .remove,.form .grid .item .files .file .remove{margin-left:auto;cursor:pointer;color:#dc3545}.form .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form .grid .col-span-2{grid-column:span 2}.button{border:none;outline:none;background-color:#00263e;padding:.5rem 1rem;border-radius:.5rem;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;white-space:nowrap}.button i{color:#fff;margin-right:.5rem;margin-top:.15rem}.button.warning{background-color:#ffca2c;color:#00263e}.button.warning i{color:#00263e}.button.danger{background-color:#dc3545;color:#fff}.button.danger i{color:#fff}.button.secondary{background-color:#6c757d;color:#fff}.button.secondary i{color:#fff}.button.success{background-color:#157347}.button.success.outline{background-color:transparent;color:#157347;border:1px solid #157347;transition:.2s}.button.success.outline:hover{background-color:#157347;color:#fff}.button.success.outline:hover i{color:#fff}.button.success.outline i{color:#157347}.toggler{border:1px solid #e3edf5;border-radius:.5rem;display:flex;justify-content:space-between;flex-grow:1;overflow:hidden}.toggler label{width:100%;text-align:center;padding:.5rem;font-weight:400;cursor:pointer}.toggler label:not(:last-child){border-right:1px solid #e3edf5}.toggler input{display:none}.toggler input:checked+label{background-color:#00263e;color:#fff}.login{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffffff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffffff' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffffff' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffffff' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23FFFFFF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23fbfbfb' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23f8f8f8' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23f4f4f4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23f1f1f1' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23EDEDED' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}.login .body .logo{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;-webkit-user-select:none;user-select:none}.login .body .logo img{width:65px;height:65px}.login .body .logo .meta{margin-left:1rem}.login .body .logo .meta p{margin:0;font-weight:700;font-size:1rem;line-height:1.2}.login .body .logo .meta p:first-child{font-size:1.7rem}.login .body .box{box-shadow:#959da533 0 8px 24px;background-color:#fff;max-width:600px;border-radius:.5rem;border:1px solid #efefef;padding:1.5rem;-webkit-user-select:none;user-select:none}.login .body .box h1{font-size:22px;font-weight:700;margin:0;margin-bottom:.5rem}.login .body .box .login-btn{border:none;background-color:#00263e;padding:.5rem 1rem;border-radius:.5rem;width:100%;color:#fff;display:flex;align-items:center;justify-content:center}.login .body .box .login-btn:hover{background-color:#00263e}.login .body .box .login-btn img{margin-right:.5rem;width:30px}.login .body .menu{margin-top:3rem;display:flex;justify-content:center;list-style-type:none}.login .body .menu .item{padding:0 1rem}.login .body .menu .item a{text-decoration:underline}.login .body .menu .item:not(:last-child){border-right:1px solid #efefef}.login:after{content:"";position:fixed;bottom:0;left:0}.report-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;-webkit-user-select:none;user-select:none}.report-group.ends{grid-template-columns:1fr 2fr}.report-group.full{grid-template-columns:1fr}.report-group>.item{flex-grow:1}.report-group>.item .header{border-radius:.5rem;font-weight:700;text-transform:uppercase;padding:.5rem 0;display:flex;align-items:center}.report-group>.item .header i{margin-left:auto;font-size:17px}.report-group>.item .body{border-radius:.5rem;overflow:hidden}.report-group>.item .body .group-3{display:flex;align-items:center}.report-group>.item .body .group-3 .item{flex-grow:1;text-align:center;font-weight:700;background-color:#016b61;padding:3rem 0}.report-group>.item .body .group-3 .item *{color:#fff}.report-group>.item .body .group-3 .item .number{font-size:20px}.report-group>.item .body .group-3 .item:nth-child(2){background-color:#70b2b2}.report-group>.item .body .group-3 .item:nth-child(3){background-color:#9ecfd4}.report-group>.item .body .group-3.sku .item{background-color:#01a0c4}.report-group>.item .body .group-3.sku .item:nth-child(2){background-color:#0db5db}.report-group>.item .body .group-3.sku .item:nth-child(3){background-color:#2bc9ed}.report-group>.item .body .group-3.drawing .item{background-color:#13538a}.report-group>.item .body .group-3.drawing .item:nth-child(2){background-color:#206bab}.report-group>.item .body .group-3.drawing .item:nth-child(3){background-color:#2d84cf}@media (max-width: 576px){header .top{width:100%}main{width:100%!important}main .product-list{grid-template-columns:repeat(2,1fr)}main .filters{padding-top:.25rem;overflow:visible;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}main .filters::-webkit-scrollbar{display:none}footer .copyright{width:100%}}*{margin:0;padding:0;font-size:14px;color:#00263e;box-sizing:border-box;line-height:1.6;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a{text-decoration:none;color:inherit}main{width:1200px;margin:0 auto}main.fluid{width:100%}main .overlay{margin:2rem .5rem .5rem}._loader{background-color:#00000013;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._loader ._loading{width:40px;height:40px;display:inline-block;position:relative;background:#00263e;box-sizing:border-box;animation:flipX 1.25s linear infinite;margin:0 auto;border-radius:.25rem}@keyframes flipX{0%{transform:perspective(200px) rotateX(0) rotateY(0)}50%{transform:perspective(200px) rotateX(-180deg) rotateY(0)}to{transform:perspective(200px) rotateX(-180deg) rotateY(-180deg)}}.modal-content{border:none}.switch{position:relative;display:inline-block;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px}.switch .slider:before{content:"";position:absolute;height:12px;width:12px;left:4px;bottom:5px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.switch input:checked+.slider{background-color:#00263e}.switch input:focus+.slider{box-shadow:none}.switch input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(20px)}
