.dfm-container{margin-left:auto;margin-right:auto;max-width:1320px;padding-left:15px;padding-right:15px;width:100%}.dfm-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}[class*=dfm-col]{padding-left:15px;padding-right:15px;width:100%}.dfm-col-12{width:100%}.dfm-col-10{width:83.333333%}.dfm-col-8{width:66.666667%}.dfm-col-7{width:58.333333%}.dfm-col-6{width:50%}.dfm-col-5{width:41.666667%}.dfm-col-4{width:33.333333%}.dfm-col-3{width:25%}@media (min-width:576px){.dfm-col-sm-6{width:50%}}@media (min-width:768px){.dfm-col-md-3{width:25%}.dfm-col-md-4{width:33.333333%}.dfm-col-md-5{width:41.666667%}.dfm-col-md-6{width:50%}.dfm-col-md-10{width:83.333333%}.dfm-col-md-12{width:100%}}@media (min-width:992px){.dfm-col-lg-3{width:25%}.dfm-col-lg-4{width:33.333333%}.dfm-col-lg-5{width:41.666667%}.dfm-col-lg-6{width:50%}.dfm-col-lg-7{width:58.333333%}.dfm-col-lg-8{width:66.666667%}.dfm-col-lg-12{width:100%}}@media (min-width:1200px){.dfm-col-xl-3{width:25%}.dfm-col-xl-6{width:50%}}.dfm-text-center{text-align:center}.dfm-text-black{color:#000!important}.dfm-text-underline{text-decoration:underline!important}.dfm-align-items-center{align-items:center}.dfm-align-self-center{align-self:center}.dfm-justify-content-center{justify-content:center}.dfm-order-1{order:1}.dfm-order-2{order:2}@media (min-width:992px){.dfm-order-lg-1{order:1}.dfm-order-lg-2{order:2}}.dfm-mb-0{margin-bottom:0!important}.dfm-mb-4{margin-bottom:1.5rem!important}.dfm-mb-5{margin-bottom:3rem!important}.dfm-py-5{padding-bottom:3rem!important;padding-top:3rem!important}.dfm-form-checkbox{align-items:flex-start;display:flex;gap:8px}.dfm-modal{background:rgba(0,0,0,.5);display:none;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1050}.dfm-modal.active{align-items:center;display:flex;justify-content:center}.dfm-modal-dialog{margin:20px;max-width:500px;position:relative;width:100%}@media (min-width:768px){.dfm-modal-dialog{margin:1.75rem auto}}.dfm-modal-content{background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.3);position:relative}.dfm-modal-header{align-items:center;display:flex;justify-content:space-between;padding:30px 30px 20px}.dfm-modal-body{padding:0 30px 30px}.dfm-modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:25px 30px}.dfm-modal-title{font-size:1.25rem;font-weight:600;margin:0}.dfm-modal-close{background:none;border:none;cursor:pointer;font-size:1.5rem;line-height:1;opacity:.5;padding:0}.dfm-modal-close:hover{opacity:1}.dfm-btn-primary{background:var(--primary-color);border:2px solid var(--primary-color);border-radius:40px;color:var(--white-color);cursor:pointer;font-size:15px;font-weight:600;padding:12px 25px;transition:all .3s ease}.dfm-btn-primary:hover{background:transparent;color:var(--primary-color)}.dfm-btn-secondary{background:transparent;border:2px solid #6c757d;border-radius:40px;color:#6c757d;cursor:pointer;font-size:15px;font-weight:600;padding:12px 25px;transition:all .3s ease}.dfm-btn-secondary:hover{background:#6c757d;color:var(--white-color)}