.form-section .mtn-buttons{display:flex;flex-wrap:wrap;margin:40px 0}.form-section .mtn-buttons .mtn-btn.yellow-outline{width:320px;max-width:100%;color:var(--White)}.form-section .mtn-buttons .mtn-btn.yellow-outline svg circle{stroke:var(--White);transition:.5s}.form-section .mtn-buttons .mtn-btn.yellow-outline:hover{color:var(--Raven)}.form-section .mtn-buttons .mtn-btn.yellow-outline:hover svg circle{stroke:var(--Raven)}.form-section .mtn-buttons .mtn-btn.yellow-outline.edit-btn{color:var(--Sunshine)}.form-section .bg-img-form{position:relative;background:#202020;border-radius:24px}.form-section .bg-img-form::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:auto;background-image:url(/wp-content/themes/mtn_personal/assets/images/form-bg-img.webp);background-position:left;background-repeat:no-repeat;border-radius:24px}.form-section .bg-img-form::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);border-radius:24px}.form-section .bg-img-form .supper-app-form{position:relative;padding:80px 32px;width:100%;max-width:992px;z-index:1;margin:auto}.form-section .bg-img-form .supper-app-form .main-content h1,.form-section .bg-img-form .supper-app-form .main-content h2,.form-section .bg-img-form .supper-app-form .main-content h3,.form-section .bg-img-form .supper-app-form .main-content h4,.form-section .bg-img-form .supper-app-form .main-content h5,.form-section .bg-img-form .supper-app-form .main-content h6,.form-section .bg-img-form .supper-app-form .main-content li,.form-section .bg-img-form .supper-app-form .main-content p{color:#fff}.form-section .bg-img-form .supper-app-form .main-content h2{text-align:center;color:#fff;font-size:32px;line-height:48px}.form-section .bg-img-form .supper-app-form .main-content p{text-align:center;color:#fff}.form-section .bg-img-form .supper-app-form .button-wrapper{display:flex;justify-content:center;margin:32px 0 0 0;gap:8px}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn{width:248px !important;max-width:100%}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn{background-color:rgba(0,0,0,0);border:1px solid var(--Sunshine);color:var(--Sunshine)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn .btn-icon svg path{fill:#202020}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn .btn-icon svg:hover path{fill:var(--outline-hover-tex)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn:hover{background-color:var(--yellow-hover);color:var(--outline-hover-text)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn[disabled]{border:1px solid var(--Neutral);color:var(--Neutral)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn[disabled] .btn-icon svg path{fill:var(--Neutral)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn:focus:not(:active)::before{content:"";position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;background:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:40px}@media(max-width: 768px){.form-section .bg-img-form .supper-app-form .main-content h2{font-size:24px;line-height:38px}.form-section .mtn-buttons{display:flex;flex-wrap:wrap;margin:32px 0}.form-section .mtn-buttons .mtn-btn{justify-content:center}.form-section .mtn-buttons .mtn-btn.yellow-outline{width:100%;margin:16px 0 0 0}.form-section .mtn-buttons .mtn-btn.yellow-outline:nth-child(1){margin:0}.form-section .mtn-buttons .mtn-btn.end-icon .btn-icon{margin:0}.form-section .bg-img-form .supper-app-form .button-wrapper{flex-direction:column;gap:16px}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn{width:100% !important}}html.dark .form-section .bg-img-form .supper-app-form .mtn-input-captcha .refresh path{stroke:#fff}html.dark .form-section .bg-img-form .supper-app-form .mtn-input-field .mtn-input_input~.label{color:#fff}html.dark .form-section .bg-img-form .supper-app-form .mtn-select-dark .mtn-select~.label{color:#fff}.mtn-select{display:none}.mtn-select-field{position:relative;margin:32px 0}.mtn-select-field .mtn-select~.validation{position:absolute;bottom:-24px;display:flex;align-items:center;font-size:12px;font-style:normal;font-weight:300;line-height:22px;color:var(--Crimson)}.mtn-select-field .mtn-select~.label{position:absolute;top:-32px;display:block;font-size:14px;font-style:normal;line-height:22px;margin:0 0 8px 0}.mtn-select-dark .mtn-select~.label{color:var(--White)}.mtn-select-light .mtn-select~.label{color:var(--Raven)}.mtn-select+.custom-mtn-select{position:relative}.mtn-select+.custom-mtn-select .custom-mtn-select-label{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:56px;background-color:var(--White);background-image:url(/wp-content/themes/mtn_personal/assets/images/icons/chevron-down.svg);background-repeat:no-repeat;background-size:32px;background-position-x:8px;background-position-y:center;border:1px solid var(--Bob);border-radius:12px;font-size:14px;font-style:normal;line-height:22px;transition:.5s;cursor:pointer;padding:16px 16px 16px 56px;margin:32px 0 0 0}.mtn-select+.custom-mtn-select .custom-mtn-select-label.active{border-color:var(--Raven);color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-label:focus:not(:active)::before{content:"";position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;background-color:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:12px}.mtn-select+.custom-mtn-select .custom-mtn-select-label span{font-size:14px;line-height:22px;color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list{position:absolute;left:0;right:0;width:100%;max-height:0;background-color:var(--White);border-radius:0 0 16px 16px;box-shadow:0px 2px 12px 0px rgba(0,0,0,.07);overflow:hidden;transition:.5s;z-index:5000;padding:0 16px 0 8px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search{list-style:none;margin:0 0 8px 0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search{position:relative}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search input{width:100%;height:48px;border:none;border-bottom:1px solid var(--CardBoard);outline:none;background-color:var(--White);font-size:14px;font-style:normal;line-height:22px;color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search input::placeholder{font-size:14px;font-style:normal;line-height:22px;color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg{position:absolute;top:50%;transform:translateY(-50%)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg path,.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg circle{stroke:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list{list-style:none;max-height:240px;overflow-y:auto;overflow-x:auto;padding:0 0 0 8px;margin:8px 0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar{width:8px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar-track{background-color:var(--White);border:1px solid var(--CardBoard);border-radius:4px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar-thumb{background-color:var(--CardBoard)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar-thumb:hover{background-color:var(--CardBoard)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li{display:flex;font-size:14px;font-style:normal;line-height:22px;color:var(--Raven);transition:.5s;padding:0;margin:0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li::before{content:none}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li:hover{background-color:var(--Cloud)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input{display:none}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input:checked+label.box[for^=checkbox]{background-color:var(--Sunshine);background-image:url(/wp-content/themes/mtn_personal/assets/images/icons/check-dark.svg);background-repeat:no-repeat;background-size:16px;background-position:center;border:2px solid var(--Sunshine)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input:checked+label.box[for^=radio]{border:2px solid var(--Sunshine)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input:checked+label.box[for^=radio]::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:8px;border-radius:50%;background-color:var(--Sunshine)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label{cursor:pointer}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box{margin:8px 0 8px 8px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box[for^=checkbox]{width:24px;height:24px;border:2px solid var(--Bob);border-radius:4px;transition:.5s}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box[for^=radio]{position:relative;width:24px;height:24px;border:2px solid var(--Bob);border-radius:50%;transition:.5s}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label:not(.box){display:flex;justify-content:space-between;align-items:center;width:calc(100% - 32px);font-size:14px;font-style:normal;line-height:22px;padding:8px 0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label:not(.box) span{font-size:14px;font-style:normal;line-height:22px}@supports(-webkit-touch-callout: none){.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list{padding:0 8px}}.mtn-select+.custom-mtn-select:not(.disable) .custom-mtn-select-label:hover,.mtn-select+.custom-mtn-select:not(.disabled) .custom-mtn-select-label:hover{background-color:var(--Cloud)}.mtn-select+.custom-mtn-select:not(.disable) .custom-mtn-select-input:checked+.custom-mtn-select-main-list,.mtn-select+.custom-mtn-select:not(.disabled) .custom-mtn-select-input:checked+.custom-mtn-select-main-list{max-height:2500px}.mtn-select+.custom-mtn-select:not(.disable) .custom-mtn-select-input:checked+.custom-mtn-select-main-list+.custom-mtn-select-area,.mtn-select+.custom-mtn-select:not(.disabled) .custom-mtn-select-input:checked+.custom-mtn-select-main-list+.custom-mtn-select-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:2500}.mtn-select+.custom-mtn-select.disable .custom-mtn-select-label,.mtn-select+.custom-mtn-select.disabled .custom-mtn-select-label{background-color:var(--CardBoard);color:var(--Bob)}.mtn-select+.custom-mtn-select.disable .custom-mtn-select-label>span,.mtn-select+.custom-mtn-select.disabled .custom-mtn-select-label>span{color:var(--Bob)}.mtn-select+.custom-mtn-select.disable+label+label,.mtn-select+.custom-mtn-select.disabled+label+label{color:var(--Iron)}.mtn-select.default-hide+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li:nth-child(1){display:none}.mtn-select.field{border:1px solid var(--Raven)}.mtn-select-field .mtn-select.disable+.custom-mtn-select .custom-mtn-select-label,.mtn-select-field .mtn-select.disabled+.custom-mtn-select .custom-mtn-select-label,.mtn-select-field .mtn-select[disabled]+.custom-mtn-select .custom-mtn-select-label{background-color:var(--CardBoard);color:var(--Bob)}.mtn-select-field .mtn-select.disable+.custom-mtn-select .custom-mtn-select-label>span,.mtn-select-field .mtn-select.disabled+.custom-mtn-select .custom-mtn-select-label>span,.mtn-select-field .mtn-select[disabled]+.custom-mtn-select .custom-mtn-select-label>span{color:var(--Bob)}.mtn-select-field .mtn-select.disable+.custom-mtn-select .custom-mtn-select-label+label+label,.mtn-select-field .mtn-select.disabled+.custom-mtn-select .custom-mtn-select-label+label+label,.mtn-select-field .mtn-select[disabled]+.custom-mtn-select .custom-mtn-select-label+label+label{color:var(--Iron)}.mtn-select-field .mtn-select.disable~.label,.mtn-select-field .mtn-select.disabled~.label,.mtn-select-field .mtn-select[disabled]~.label{color:var(--Iron) !important}.mtn-select-field .mtn-select:not(.disable):not(.disabled):not(:disabled):not([disabled])+.custom-mtn-select .custom-mtn-select-input:checked+.custom-mtn-select-main-list{max-height:2500px}.mtn-select-field .mtn-select:not(.disable):not(.disabled):not(:disabled):not([disabled])+.custom-mtn-select .custom-mtn-select-input:checked+.custom-mtn-select-main-list+.custom-mtn-select-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:2500}.mtn-select.error+.custom-mtn-select .custom-mtn-select-label{border:1.5px solid var(--Crimson) !important}.mtn-select.success+.custom-mtn-select .custom-mtn-select-label{border:1.5px solid var(--Reptile) !important}html[lang=fa-IR] .mtn-select-field .mtn-select~.validation svg{margin:0 0 -4px 4px}html[lang=fa-IR] .mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg{left:16px}html[lang=en-US] .mtn-select-field .mtn-select~.validation svg{margin:0 4px -4px 0}html[lang=en-US] .mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg{right:16px}html[lang=en-US] .mtn-select+.custom-mtn-select .custom-mtn-select-label{padding:16px 56px 16px 16px;background-position-x:right}html[lang=en-US] .mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box{margin:8px 8px 8px 0}html.dark .mtn-select+.custom-mtn-select .custom-mtn-select-label{background-image:url(/wp-content/themes/mtn_personal/assets/images/icons/chevron-down-light.svg)}@media(max-width: 768px){.mtn-select+.custom-mtn-select .custom-mtn-select-label{height:48px}.mtn-select+.custom-mtn-select .custom-mtn-select-main-list{top:48px}}.mtn-textarea{margin:32px 0 0 0}.mtn-textarea-dark .label{color:var(--White)}.mtn-textarea-light .label{color:var(--Raven)}.mtn-textarea-field{position:relative}.mtn-textarea-field .mtn-textarea_textarea{position:relative;display:flex;justify-content:flex-start;align-items:center;width:100%;height:240px;background:var(--White);border:1.5px solid var(--Bob);border-radius:16px;font-size:14px;font-style:normal;line-height:22px;color:var(--Raven);resize:none;transition:.5s;z-index:25;padding:16px 40px;margin:32px 0 24px 0}.mtn-textarea-field .mtn-textarea_textarea.no-both-icon{padding:16px}.mtn-textarea-field .mtn-textarea_textarea.error{border:1.5px solid var(--Crimson) !important}.mtn-textarea-field .mtn-textarea_textarea.success{border:1.5px solid var(--Reptile) !important}.mtn-textarea-field .mtn-textarea_textarea::placeholder{color:var(--Bob)}.mtn-textarea-field .mtn-textarea_textarea:hover{background:var(--Cloud)}.mtn-textarea-field .mtn-textarea_textarea:focus:not(:active)~.focus{position:absolute;bottom:-4px;left:-4px;right:-4px;width:calc(100% + 8px);height:248px;background:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:16px;z-index:0}.mtn-textarea-field .mtn-textarea_textarea:not(:placeholder-shown){border:1.5px solid var(--Raven)}.mtn-textarea-field .mtn-textarea_textarea:not(:placeholder-shown)~.focus{display:none}.mtn-textarea-field .mtn-textarea_textarea:not(:placeholder-shown)~.start-icon path{stroke:var(--Raven)}.mtn-textarea-field .mtn-textarea_textarea[disabled]{background-color:var(--CardBoard);color:var(--Bob)}.mtn-textarea-field .mtn-textarea_textarea[disabled]~.label{color:var(--Iron)}.mtn-textarea-field .mtn-textarea_textarea[disabled]~.end-icon path{stroke:var(--Bob)}.mtn-textarea-field .mtn-textarea_textarea~.validation{position:absolute;bottom:-24px;display:flex;align-items:center;font-size:12px;font-style:normal;font-weight:300;line-height:22px;color:var(--Crimson)}.mtn-textarea-field .mtn-textarea_textarea~.label{position:absolute;top:-32px;display:block;font-size:14px;font-style:normal;line-height:22px;margin:0 0 8px 0}.mtn-textarea-field .mtn-textarea_textarea~.start-icon,.mtn-textarea-field .mtn-textarea_textarea~.end-icon{position:absolute;top:16px}.mtn-textarea-field .mtn-textarea_textarea~.start-icon path{stroke:var(--Bob)}.mtn-textarea-field .mtn-textarea_textarea~.end-icon path{stroke:var(--Raven)}html[lang=fa-IR] .mtn-textarea-field .mtn-textarea_textarea.no-start-icon{padding:16px 16px 16px 40px}html[lang=fa-IR] .mtn-textarea-field .mtn-textarea_textarea.no-end-icon{padding:16px 40px 16px 16px}html[lang=fa-IR] .mtn-textarea-field .mtn-textarea_textarea~.validation svg{margin:0 0 -4px 4px}html[lang=fa-IR] .mtn-textarea-field .mtn-textarea_textarea~.start-icon{right:16px}html[lang=fa-IR] .mtn-textarea-field .mtn-textarea_textarea~.end-icon{left:16px}html[lang=en-US] .mtn-textarea-field .mtn-textarea_textarea.no-start-icon{padding:16px 40px 16px 16px}html[lang=en-US] .mtn-textarea-field .mtn-textarea_textarea.no-end-icon{padding:16px 16px 16px 40px}html[lang=en-US] .mtn-textarea-field .mtn-textarea_textarea~.validation svg{margin:0 4px -4px 0}html[lang=en-US] .mtn-textarea-field .mtn-textarea_textarea~.start-icon{left:16px}html[lang=en-US] .mtn-textarea-field .mtn-textarea_textarea~.end-icon{right:16px}@media(max-width: 768px){.mtn-textarea-field .mtn-textarea_textarea{height:164px}.mtn-textarea-field .mtn-textarea_textarea:focus:not(:active)~.focus{height:172px}.mtn-textarea-field .mtn-textarea_textarea~.validation{font-size:12px;font-style:normal;font-weight:300;line-height:20px}.mtn-textarea-field .mtn-textarea_textarea~.start-icon,.mtn-textarea-field .mtn-textarea_textarea~.end-icon{bottom:12px}}.mtn-file{margin:32px 0 24px 0}.mtn-file-dark .label{color:var(--White)}.mtn-file-dark .refresh path{stroke:var(--White)}.mtn-file-light .label{color:var(--Raven)}.mtn-file-light .refresh path{stroke:var(--Raven)}.mtn-file-field{position:relative}.mtn-file-field .mtn-input_file{position:relative;display:flex;justify-content:flex-start;align-items:center;width:100%;height:auto;background:var(--White);border:1.5px solid var(--Bob);border-radius:16px;font-size:14px;font-style:normal;line-height:22px;color:var(--Raven);transition:.5s;z-index:25;padding:16px 40px;margin:32px 0 24px 0;visibility:hidden}.mtn-file-field .mtn-input_file.error~.input{border:1.5px solid var(--Crimson)}.mtn-file-field .mtn-input_file.success~.input{border:1.5px solid var(--Reptile)}.mtn-file-field .mtn-input_file::placeholder~.input{color:var(--Bob)}.mtn-file-field .mtn-input_file:hover~.input{background:var(--Cloud)}.mtn-file-field .mtn-input_file:focus:not(:active)~.focus{position:absolute;bottom:-4px;left:-4px;right:-4px;width:calc(100% + 8px);height:208px;background:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:16px;z-index:0}.mtn-file-field .mtn-input_file:not(:placeholder-shown){border:1.5px solid var(--Raven)}.mtn-file-field .mtn-input_file:not(:placeholder-shown)~.focus{display:none}.mtn-file-field .mtn-input_file:not(:placeholder-shown)~.start-icon path{stroke:var(--Raven)}.mtn-file-field .mtn-input_file[disabled]{background-color:var(--CardBoard) !important;color:var(--Bob) !important}.mtn-file-field .mtn-input_file[disabled]~.label{color:var(--Iron)}.mtn-file-field .mtn-input_file[disabled]~.end-icon path{stroke:var(--Bob)}.mtn-file-field .mtn-input_file[disabled]~.input{background-color:var(--CardBoard) !important;color:var(--Bob) !important}.mtn-file-field .mtn-input_file~.validation{position:absolute;bottom:-24px;display:flex;align-items:center;font-size:12px;font-style:normal;font-weight:300;line-height:22px;color:var(--Crimson)}.mtn-file-field .mtn-input_file~.label{position:absolute;top:-32px;display:block;font-size:14px;font-style:normal;line-height:22px;margin:0 0 8px 0}.mtn-file-field .mtn-input_file~.input-cover{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;cursor:pointer;z-index:50}.mtn-file-field .mtn-input_file~.input{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:240px;background:var(--White);border:1.5px solid var(--Bob);border-radius:16px;font-size:14px;font-style:normal;line-height:22px;color:var(--Raven);transition:.5s;z-index:25;cursor:pointer;padding:16px 40px;margin:-80px 0 0 0;overflow:hidden}.mtn-file-field .mtn-input_file~.input .progress-bar{position:absolute;top:0;right:0;height:100%;width:0;background-color:#fff9e6;transition:.5s;z-index:-999}.mtn-file-field .mtn-input_file~.input svg .file-upload path{stroke:var(--Raven);transition:.5s}.mtn-file-field .mtn-input_file~.input svg .file-upload.is-upload path{stroke:var(--Sunshine_Dark)}.mtn-file-field .mtn-input_file~.input p:nth-child(2),.mtn-file-field .mtn-input_file~.input p:nth-child(3){width:100%;text-align:center;font-size:14px;line-height:22px;margin:0}.mtn-file-field .mtn-input_file~.input p:nth-child(2) span,.mtn-file-field .mtn-input_file~.input p:nth-child(3) span{margin:0}.mtn-file-field .mtn-input_file~.input p:nth-child(2) span:nth-child(1),.mtn-file-field .mtn-input_file~.input p:nth-child(3) span:nth-child(1){font-size:16px;font-weight:700;line-height:26px}.mtn-file-field .mtn-input_file~.input p:nth-child(2) span:nth-child(4),.mtn-file-field .mtn-input_file~.input p:nth-child(3) span:nth-child(4){display:none}.mtn-file-field .mtn-input_file~.input p:nth-child(2) sup,.mtn-file-field .mtn-input_file~.input p:nth-child(3) sup{display:inline-block;font-size:14px}.mtn-file-field .mtn-input_file~.input p:nth-child(4),.mtn-file-field .mtn-input_file~.input p:nth-child(5){font-size:14px;line-height:22px;margin:0}.mtn-file-field .mtn-input_file~.input p sup{display:block;width:100%}.mtn-file-field .mtn-input_file~.file-clean{position:absolute;bottom:8px;left:8px;width:32px;height:auto;cursor:pointer;z-index:500}.mtn-file-field .mtn-input_file~.file-clean:hover path{stroke:var(--Crimson)}.mtn-file-field .mtn-input_file~.start-icon,.mtn-file-field .mtn-input_file~.end-icon{position:absolute;bottom:16px}.mtn-file-field .mtn-input_file~.start-icon path{stroke:var(--Bob)}.mtn-file-field .mtn-input_file~.end-icon path,.mtn-file-field .mtn-input_file~.end-icon circle{stroke:var(--Raven)}html[lang=fa-IR] .mtn-file-field .mtn-input_file~.validation svg{margin:0 0 -4px 4px}html[lang=en-US] .mtn-file-field .mtn-input_file~.validation svg{margin:0 4px -4px 0}html[lang=en-US] .mtn-file-field .mtn-input_file~.input{position:relative;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;width:100%;height:240px;background:var(--White);border:1.5px solid var(--Bob);border-radius:16px;font-size:14px;font-style:normal;line-height:22px;color:var(--Raven);transition:.5s;z-index:25;cursor:pointer;padding:16px 40px;margin:-80px 0 0 0;overflow:hidden}html[lang=en-US] .mtn-file-field .mtn-input_file~.input .progress-bar{right:auto;left:0}@media(max-width: 768px){.mtn-file-field .mtn-input_file{height:176px}.mtn-file-field .mtn-input_file:focus:not(:active)~.focus{height:184px}.mtn-file-field .mtn-input_file~.validation{font-size:12px;font-style:normal;font-weight:300;line-height:20px}.mtn-file-field .mtn-input_file~.input{height:176px;margin:-200px 0 0 0}.mtn-file-field .mtn-input_file~.input p:nth-child(2) span,.mtn-file-field .mtn-input_file~.input p:nth-child(3) span{display:none}.mtn-file-field .mtn-input_file~.input p:nth-child(2) span:nth-child(4),.mtn-file-field .mtn-input_file~.input p:nth-child(3) span:nth-child(4){display:inline-block}.mtn-file-field .mtn-input_file~.input p:nth-child(4),.mtn-file-field .mtn-input_file~.input p:nth-child(5){display:none !important}}@media(max-width: 768px){html[lang=en-US] .mtn-file-field .mtn-input_file{height:auto}}.spinner-button{position:relative;display:none;width:32px;font-size:24px;transform:scale(1.5);margin:0 8px -32px 8px}.spinner-button .spinner-blade{position:absolute;left:.4629em;bottom:0;width:.074em;height:.2777em;border-radius:.0555em;background-color:rgba(0,0,0,0);-webkit-transform-origin:center -0.2222em;-ms-transform-origin:center -0.2222em;transform-origin:center -0.2222em;animation:spinner-fade9234 1s infinite linear}.spinner-button .spinner-blade:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.spinner-button .spinner-blade:nth-child(2){-webkit-animation-delay:.083s;animation-delay:.083s;-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.spinner-button .spinner-blade:nth-child(3){-webkit-animation-delay:.166s;animation-delay:.166s;-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.spinner-button .spinner-blade:nth-child(4){-webkit-animation-delay:.249s;animation-delay:.249s;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.spinner-button .spinner-blade:nth-child(5){-webkit-animation-delay:.332s;animation-delay:.332s;-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.spinner-button .spinner-blade:nth-child(6){-webkit-animation-delay:.415s;animation-delay:.415s;-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.spinner-button .spinner-blade:nth-child(7){-webkit-animation-delay:.498s;animation-delay:.498s;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.spinner-button .spinner-blade:nth-child(8){-webkit-animation-delay:.581s;animation-delay:.581s;-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.spinner-button .spinner-blade:nth-child(9){-webkit-animation-delay:.664s;animation-delay:.664s;-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.spinner-button .spinner-blade:nth-child(10){-webkit-animation-delay:.747s;animation-delay:.747s;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.spinner-button .spinner-blade:nth-child(11){-webkit-animation-delay:.83s;animation-delay:.83s;-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.spinner-button .spinner-blade:nth-child(12){-webkit-animation-delay:.913s;animation-delay:.913s;-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}@keyframes spinner-fade9234{0%{background-color:var(--Iron)}100%{background-color:rgba(0,0,0,0)}}.contactus .file-drop-down .mtn-input_file~.validation{position:absolute;bottom:-37px;max-width:375px;display:flex;align-items:flex-start;font-size:12px;font-style:normal;font-weight:300;line-height:16px;white-space:normal;color:var(--Crimson)}.contactus .white-card{border-radius:24px;background:var(--White);box-shadow:0px 8px 12px 0px rgba(0,0,0,.16),0px 4px 0px 0px var(--Sunshine_Dark);padding:24px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.contactus .white-card h2,.contactus .white-card h3,.contactus .white-card h4,.contactus .white-card h5,.contactus .white-card h6{color:var(--Raven);font-size:20px;line-height:32px;margin-bottom:8px}.contactus .white-card p{color:var(--Charcoal);font-size:18px;line-height:28px;margin:0}.contactus .white-card .icon{width:48px;height:48px;min-height:48px;background-color:var(--Sunshine);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.contactus .white-card .icon picture{width:36px;height:36px}.contactus .white-card .icon>img{width:36px;height:36px}.contactus .white-card .linked-btn{display:flex;align-items:center;justify-content:flex-end;font-size:16px;font-weight:700;line-height:26px;color:var(--Raven)}.contactus .white-card .linked-btn svg path{fill:var(--Raven)}.contactus .white-card .official-page{display:flex;align-items:center;justify-content:space-between}.contactus .white-card .official-page>span{color:var(--Charcoal);font-size:18px;line-height:28px}.contactus .white-card .official-page>span>a{color:var(--Sky)}.contactus .white-card .official-page .linked-arrow-btn{width:32px;height:32px;min-width:32px;border:1.5px solid var(--Sunshine);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:5px}.contactus .white-card .official-page .linked-arrow-btn svg path{fill:var(--Raven)}.contactus .white-card .official-page p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.contactus .small-card-section{display:flex;flex-direction:column;justify-content:space-between}.contactus .small-card-section .white-card-small{height:48%}.contactus .background-box{position:relative;background-size:cover !important;border-radius:24px;margin-bottom:60px}.contactus .background-box::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, var(--Raven) 100%);border-radius:24px}.contactus .background-box .blog-frame{z-index:1;position:relative;padding:80px 56px}.contactus .background-box .blog-frame h3{color:#fff;text-align:center;font-size:32px;line-height:48px;margin-bottom:8px}.contactus .background-box .blog-frame p{color:#fff;text-align:center;font-size:18px;line-height:40px}.contactus .background-box .blog-frame .blog-carousel{margin-top:48px;padding:0 100px}.contactus .background-box .blog-frame .blog-carousel .owl-stage{display:flex}.contactus .background-box .blog-frame .blog-carousel .owl-stage .owl-item{height:auto}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled){position:absolute;bottom:-48px;left:50%;transform:translateX(-50%);display:inline-flex;justify-content:center;align-items:center}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled).center{right:auto;left:50%;transform:translateX(-50%)}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot{position:relative}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot button{position:relative;border:none;margin:0 4px}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot button svg{width:32px;height:32px}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot button svg circle:nth-child(1){stroke-dasharray:313.6517333984;stroke-dashoffset:313.6517333984;fill:none;stroke-width:8px;stroke:var(--Sunshine)}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot button svg circle:nth-child(2){fill:var(--White)}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot.active button svg circle:nth-child(1){stroke-dashoffset:0;transition:5000ms}.contactus .background-box .blog-frame .blog-carousel .owl-dots:not(.disabled) .owl-dot.active button svg circle:nth-child(2){fill:var(--Raven)}.contactus .background-box .blog-frame .blog-carousel .item{display:flex;flex-direction:column;justify-content:space-between;border-radius:24px;border:2px solid hsla(0,0%,100%,.08);background:linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%),hsla(0,0%,100%,.08);backdrop-filter:blur(13.5px);padding:24px;width:100%;height:100%}.contactus .background-box .blog-frame .blog-carousel .item h1,.contactus .background-box .blog-frame .blog-carousel .item h2,.contactus .background-box .blog-frame .blog-carousel .item h3,.contactus .background-box .blog-frame .blog-carousel .item h4,.contactus .background-box .blog-frame .blog-carousel .item h5,.contactus .background-box .blog-frame .blog-carousel .item h6{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:start;font-size:20px;line-height:32px;margin-bottom:16px;color:var(--White)}.contactus .background-box .blog-frame .blog-carousel .item p{margin-bottom:24px;text-align:start;font-size:16px;line-height:26px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.contactus .background-box .blog-frame .blog-carousel .item .linked-btn{font-size:16px;font-weight:700;line-height:26px;color:#fff;display:flex;align-items:center;justify-content:flex-end}.contactus .background-box .blog-frame .blog-carousel .item .linked-btn svg{fill:var(--White);margin-right:8px}.contactus .background-box .blog-frame .buttons{margin-top:24px;text-align:center}.contactus .background-box .blog-frame .buttons .mtn-btn{width:100%;max-width:260px;margin-top:40px}.contactus .support-section{padding-bottom:20px}.contactus .support-section .main-content{margin-bottom:28px}.contactus .support-section .main-content h3{color:var(--Raven);text-align:center}.contactus .support-section .main-content p{color:var(--Raven);text-align:center;font-size:18px;line-height:40px}.contactus .support-section .single-image{text-align:center}.contactus .support-section .single-image picture,.contactus .support-section .single-image img{width:100%;max-width:628px;height:auto;max-height:464px;border-radius:16px;object-fit:cover}.contactus .support-section .support-item{margin-bottom:32px}.contactus .support-section .support-item .title{display:flex;align-items:center}.contactus .support-section .support-item .title .icon{width:48px;height:48px;background-color:var(--Sunshine);border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;margin-left:12px}.contactus .support-section .support-item .title .icon img,.contactus .support-section .support-item .title .icon picture{width:36px;height:36px}.contactus .support-section .support-item .title h5{color:var(--Raven);font-size:20px;line-height:32px}.contactus .support-section .support-item p{font-size:18px;font-weight:400;line-height:28px;color:var(--Charcoal)}.contactus .support-section .support-item p span{font-size:18px;font-weight:700;line-height:28px;color:var(--Charcoal)}.contactus .support-section .support-item p a{font-size:18px;font-weight:400;line-height:28px;color:var(--Sky)}.contactus .support-section .support-item p a *{font-size:18px;font-weight:400;line-height:28px;color:var(--Sky)}.contactus .support-section .support-item:last-child{margin-bottom:0}.contactus .support-section .support-item:last-child p{margin-bottom:0}.contactus .communication-section .main-content{margin-bottom:40px}.contactus .communication-section .main-content h3{color:var(--Raven);text-align:center}.contactus .communication-section .main-content p{color:var(--Raven);text-align:center;font-size:18px;line-height:40px}.contactus .communication-section .single-image{text-align:center;margin:auto}.contactus .communication-section .communication-item{margin-bottom:32px}.contactus .communication-section .communication-item .title{display:flex;align-items:center}.contactus .communication-section .communication-item .title .icon{width:48px;height:48px;background-color:var(--Sunshine);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;margin-left:20px}.contactus .communication-section .communication-item .title .icon>img{width:36px;height:36px}.contactus .communication-section .communication-item .title h5{color:var(--Raven);font-size:20px;line-height:32px}.contactus .communication-section .communication-item p{font-size:18px;font-weight:400;line-height:28px;color:var(--Charcoal)}.contactus .communication-section .communication-item p span{font-size:18px;font-weight:700;line-height:28px;color:var(--Charcoal)}.contactus .communication-section .communication-item p a{font-size:18px;font-weight:400;line-height:28px;color:var(--Sky)}.contactus .communication-section .communication-item p a *{font-size:18px;font-weight:400;line-height:28px;color:var(--Sky)}.contactus .form-section .bg-img-form{background:#202020;border-radius:24px;position:relative;overflow:hidden}.contactus .form-section .bg-img-form::before{content:"";background-image:url(/wp-content/themes/mtn_personal/assets/images/form-bg-img.webp);background-position:left;background-repeat:no-repeat;position:absolute;width:100%;height:auto;left:0;right:0;top:0;bottom:0}.contactus .form-section .bg-img-form::after{content:"";background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.contactus .form-section .bg-img-form .supper-app-form{z-index:1;position:relative;padding:80px 30px;width:100%;max-width:992px;margin:auto}.contactus .form-section .bg-img-form .supper-app-form .main-content h4{color:#fff;margin-bottom:16px;text-align:center;font-size:32px;line-height:48px}.contactus .form-section .bg-img-form .supper-app-form .main-content p{font-weight:400;color:#fff;text-align:center;font-size:18px;line-height:40px}.contactus .form-section .bg-img-form .supper-app-form .mtn-btn{width:100%;max-width:316px}.contactus .form-section .bg-img-form .supper-app-form .mtn-input_input{background:var(--White);border:1.5px solid var(--Bob);border-radius:12px;height:56px;padding:16px;font-weight:400;font-size:14px;line-height:22px;color:var(--Raven);text-align:start}.contactus .form-section .bg-img-form .supper-app-form .mtn-input_label{font-weight:400;font-size:14px;line-height:22px;text-align:start;color:var(--White);display:block}.contactus .form-section .bg-img-form .supper-app-form #captchaa{padding-top:22px}.contactus .form-section .bg-img-form .supper-app-form #captchaa.mtn-captch input{border-radius:12px}.contactus .form-section .bg-img-form .supper-app-form #captchaa.mtn-captch #refresh{top:48px;left:0}.contactus .form-section .bg-img-form .supper-app-form #captchaa.mtn-captch #refresh .mdi{color:var(--White)}.contactus .form-section .bg-img-form .supper-app-form .bottom-button .mtn-btn{width:100%;max-width:300px;height:56px;border-radius:40px}.contactus .form-section .bg-img-form .supper-app-form .bottom-button .mtn-btn .btn-text{font-weight:700 !important;font-size:18px;line-height:28px;color:var(--Raven)}.contactus .form-section .bg-img-form .supper-app-form .button-wrapper{text-align:center}html.dark .contactus .form-section .bg-img-form .supper-app-form .mtn-input-dark .label,html.dark .contactus .form-section .bg-img-form .supper-app-form .mtn-select-dark .mtn-select~.label,html.dark .contactus .form-section .bg-img-form .supper-app-form .mtn-textarea-dark .label{color:#fff}@media(max-width: 992px){.contactus .small-card-section:not(:first-child){margin-top:15px}}@media(max-width: 768px){.contactus .white-card{height:auto;margin-bottom:24px;padding:16px}.contactus .white-card .icon{width:40px;height:40px;min-height:40px}.contactus .white-card .icon picture{width:30px;height:30px}.contactus .white-card .icon>img{width:30px;height:30px}.contactus .white-card h2,.contactus .white-card h3,.contactus .white-card h4,.contactus .white-card h5,.contactus .white-card h6{font-size:14px;line-height:22px}.contactus .white-card p{font-size:14px;line-height:22px}.contactus .white-card .linked-btn{font-size:12px;line-height:20px}.contactus .white-card .official-page>span{font-size:14px;line-height:22px}.contactus .small-card-section:not(:first-child){margin-top:0}.contactus .background-box .blog-frame{padding:40px 16px 60px}.contactus .background-box .blog-frame h3{font-size:20px;line-height:32px}.contactus .background-box .blog-frame p{font-size:14px;line-height:32px}.contactus .background-box .blog-frame .blog-carousel{padding:0}.contactus .background-box .blog-frame .blog-carousel .item h2,.contactus .background-box .blog-frame .blog-carousel .item h3,.contactus .background-box .blog-frame .blog-carousel .item h4,.contactus .background-box .blog-frame .blog-carousel .item h5,.contactus .background-box .blog-frame .blog-carousel .item h6{font-size:16px;line-height:26px}.contactus .background-box .blog-frame .blog-carousel .item p{font-size:14px;line-height:22px}.contactus .background-box .blog-frame .blog-carousel .item .linked-btn{font-size:12px;line-height:20px}.contactus .background-box .blog-frame .blog-carousel .item .mtn-btn .btn-text{font-size:16px;line-height:26px}.contactus .form-section .bg-img-form .supper-app-form .main-content h4{font-size:24px;line-height:38px}.contactus .form-section .bg-img-form .supper-app-form .main-content p{font-size:14px;line-height:32px}.contactus .communication-section .main-content h5{font-size:18px;line-height:28px}.contactus .communication-section .main-content p{font-size:16px;line-height:36px}.contactus .communication-section .single-image{display:none}.contactus .communication-section .communication-item .title h5{font-size:16px;line-height:26px}.contactus .communication-section .communication-item .title .icon{width:32px;height:32px;min-height:32px;margin-left:8px}.contactus .communication-section .communication-item .title .icon>img{width:24px;height:24px}.contactus .communication-section .communication-item p{font-size:14px;line-height:22px}.contactus .communication-section .communication-item p span,.contactus .communication-section .communication-item p a{font-size:14px;line-height:22px}.contactus .support-section{padding-bottom:20px}.contactus .support-section .content-support{padding:0 8px}.contactus .support-section .main-content{margin-bottom:24px}.contactus .support-section .single-image img,.contactus .support-section .single-image picture{border-radius:10px;max-height:220px}.contactus .support-section .support-item{margin:20px 0;padding:0 6px}.contactus .support-section .support-item .title h5{font-size:16px;line-height:26px;margin-bottom:0}.contactus .support-section .support-item .title .icon{width:40px;height:40px;min-height:40px;margin-left:8px;margin-bottom:8px}.contactus .support-section .support-item .title .icon img,.contactus .support-section .support-item .title .icon picture{width:30px;height:30px}.contactus .support-section .support-item p{font-size:14px;line-height:22px;margin:0}.contactus .support-section .support-item p span,.contactus .support-section .support-item p a{font-size:14px;line-height:22px}.contactus .support-section .support-item:last-child{margin-bottom:0}}html[lang=en-US] .contactus .communication-section .communication-item .title .icon{margin-left:0;margin-right:20px}html[lang=en-US] .contactus .communication-section .single-image{transform:rotateY(180deg)}html[lang=en-US] .contactus .support-section .support-item .title .icon{margin-left:0;margin-right:12px}html[lang=en-US] .contactus a svg{transform:rotateY(180deg)}html[lang=en-US] .contactus .white-card .official-page .linked-arrow-btn{margin-right:0;margin-left:5px}@media(max-width: 768px){html[lang=en-US] .contactus .communication-section .communication-item .title .icon{margin-right:8px}html[lang=en-US] .contactus .support-section .support-item .title .icon{margin-right:8px}}html.dark .contactus .form-section .bg-img-form::after{background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%)}html.dark .contactus .communication-section .communication-item p a{color:#00aef1}html.dark .contactus .support-section .support-item p a{color:#00aef1}