.accordion-wrapper{border-bottom:1px solid var(--CardBoard);padding:16px 0 16px 0}.accordion-wrapper input{display:none}.accordion-wrapper input~.head{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;padding:16px 0}.accordion-wrapper input~.head .title{width:calc(100% - 32px);color:var(--Raven);font-weight:700}.accordion-wrapper input~.head .icon{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;min-width:24px;min-height:24px;border:2px solid var(--Raven);border-radius:50%}.accordion-wrapper input~.head .icon svg{width:16px;height:auto;transform:rotateX(180deg);transition:.5s}.accordion-wrapper input~.body{max-height:0;overflow:hidden}.accordion-wrapper input~.body p{font-size:16px;line-height:36px}.accordion-wrapper input:checked~.head .icon svg{transform:rotateX(0)}.accordion-wrapper input:checked~.body{max-height:1500px;-webkit-transition:max-height 2.5s;-moz-transition:max-height 2.5s;-ms-transition:max-height 2.5s;-o-transition:max-height 2.5s;transition:max-height 2.5s}html.dark .accordion-wrapper input~.head .icon svg path{fill:#f8f8f8}@media(max-width: 768px){.accordion-wrapper input~.body p{font-size:12px;line-height:28px}}.modal input[type=checkbox],.modal input[type=radio]{display:none}.modal input~.back{display:none;position:fixed;top:0;left:0;width:100%;height:100%;opacity:.5;background:var(--Raven);z-index:50000000}.modal input~.modal-box{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:50vw;height:auto;box-shadow:0px 8px 48px 0px rgba(0,0,0,.1);background-color:var(--White);border-radius:24px;opacity:0;visibility:hidden;z-index:5500000000000000000000;transition:.5s;padding:24px;margin:80px 0 0 0}.modal input~.modal-box .close{position:absolute;top:24px;cursor:pointer}.modal input~.modal-box .close svg path{stroke:var(--Raven)}.modal input~.modal-box>.main-content{width:100%;height:auto;max-height:calc(100vh - 320px);overflow-x:hidden;overflow-y:auto;padding:0 8px;margin:40px 0 0 0}.modal input~.modal-box>.main-content::-webkit-scrollbar{width:8px}.modal input~.modal-box>.main-content::-webkit-scrollbar-track{background-color:var(--White);border:1px solid var(--CardBoard);border-radius:4px}.modal input~.modal-box>.main-content::-webkit-scrollbar-thumb{background-color:var(--CardBoard)}.modal input~.modal-box>.main-content::-webkit-scrollbar-thumb:hover{background-color:var(--CardBoard)}.modal input~.modal-box>.main-content p,.modal input~.modal-box>.main-content span:not(.btn-text),.modal input~.modal-box>.main-content li{font-size:16px;line-height:26px}.modal input~.modal-box>.main-content video{max-height:inherit}.modal input~.modal-box .footer{border-top:1px solid var(--Bob);padding:24px 0 0 0}.modal input:checked~.back{display:block}.modal input:checked~.modal-box{opacity:1;visibility:visible;margin:0}.modal.notification input~.modal-box{width:640px}.modal.notification input~.modal-box .icon{display:block;margin:40px auto 0 auto}.modal.notification input~.modal-box .main-content{margin:32px 0 0 0}.modal.notification input~.modal-box .main-content h1,.modal.notification input~.modal-box .main-content h2,.modal.notification input~.modal-box .main-content h3,.modal.notification input~.modal-box .main-content h4,.modal.notification input~.modal-box .main-content h5,.modal.notification input~.modal-box .main-content h6,.modal.notification input~.modal-box .main-content p,.modal.notification input~.modal-box .main-content span,.modal.notification input~.modal-box .main-content li{text-align:center}.modal.notification input~.modal-box .mtn-buttons{display:flex;margin:32px 0 0 0}.modal.notification input~.modal-box .mtn-buttons .mtn-btn{width:100%}html[lang=fa-IR] .modal input~.modal-box .close{left:16px}html[lang=en-US] .modal input~.modal-box .close{right:16px}@media(max-width: 768px){.modal input~.modal-box{width:calc(100% - 32px);padding:24px 16px}.modal input~.modal-box .main-content{max-height:calc(100vh - 400px)}.modal input~.modal-box .main-content p,.modal input~.modal-box .main-content span:not(.btn-text),.modal input~.modal-box .main-content li{font-size:14px;line-height:22px}.modal.notification input~.modal-box{width:calc(100% - 32px)}.modal.notification input~.modal-box .icon{margin:24px auto 0 auto}.modal.notification input~.modal-box .main-content h1,.modal.notification input~.modal-box .main-content h2,.modal.notification input~.modal-box .main-content h3,.modal.notification input~.modal-box .main-content h4,.modal.notification input~.modal-box .main-content h5,.modal.notification input~.modal-box .main-content h6{font-size:20px;font-weight:700;line-height:32px}.modal.notification input~.modal-box .mtn-buttons{display:block;margin:32px 0 0 0}.modal.notification input~.modal-box .mtn-buttons .mtn-btn{width:100%;margin:16px 0 0 0}.modal.notification input~.modal-box .mtn-buttons .mtn-btn:nth-child(1){margin:0}}.feature-section .main-content{margin:0 0 32px 0}.feature-section .main-content+div{justify-content:center}.feature-section .main-content+div label.item{cursor:pointer}.feature-section .main-content+div .item{display:inline-block;width:100%;margin:24px 0 0 0}.feature-section .main-content+div .item .icon{display:flex;align-items:center;justify-content:center;width:124px;height:124px;background:var(--Cloud);border-radius:24px;margin:0 auto 24px auto}.feature-section .main-content+div .item .icon>img{width:80px;height:80px}.feature-section .main-content+div .item h1,.feature-section .main-content+div .item h2,.feature-section .main-content+div .item h3,.feature-section .main-content+div .item h4,.feature-section .main-content+div .item h5,.feature-section .main-content+div .item h6,.feature-section .main-content+div .item p,.feature-section .main-content+div .item li,.feature-section .main-content+div .item span{display:block;text-align:center;font-size:16px;line-height:26px;color:#404040}.feature-section .main-content+div .item h1 *,.feature-section .main-content+div .item h2 *,.feature-section .main-content+div .item h3 *,.feature-section .main-content+div .item h4 *,.feature-section .main-content+div .item h5 *,.feature-section .main-content+div .item h6 *,.feature-section .main-content+div .item p *,.feature-section .main-content+div .item li *,.feature-section .main-content+div .item span *{color:#404040}.feature-section .main-content+div .item h1 h3,.feature-section .main-content+div .item h1 h4,.feature-section .main-content+div .item h1 h5,.feature-section .main-content+div .item h1 h6,.feature-section .main-content+div .item h2 h3,.feature-section .main-content+div .item h2 h4,.feature-section .main-content+div .item h2 h5,.feature-section .main-content+div .item h2 h6,.feature-section .main-content+div .item h3 h3,.feature-section .main-content+div .item h3 h4,.feature-section .main-content+div .item h3 h5,.feature-section .main-content+div .item h3 h6,.feature-section .main-content+div .item h4 h3,.feature-section .main-content+div .item h4 h4,.feature-section .main-content+div .item h4 h5,.feature-section .main-content+div .item h4 h6,.feature-section .main-content+div .item h5 h3,.feature-section .main-content+div .item h5 h4,.feature-section .main-content+div .item h5 h5,.feature-section .main-content+div .item h5 h6,.feature-section .main-content+div .item h6 h3,.feature-section .main-content+div .item h6 h4,.feature-section .main-content+div .item h6 h5,.feature-section .main-content+div .item h6 h6,.feature-section .main-content+div .item p h3,.feature-section .main-content+div .item p h4,.feature-section .main-content+div .item p h5,.feature-section .main-content+div .item p h6,.feature-section .main-content+div .item li h3,.feature-section .main-content+div .item li h4,.feature-section .main-content+div .item li h5,.feature-section .main-content+div .item li h6,.feature-section .main-content+div .item span h3,.feature-section .main-content+div .item span h4,.feature-section .main-content+div .item span h5,.feature-section .main-content+div .item span h6{color:#404040;text-align:center;font-size:20px;font-weight:700;line-height:32px}.feature-section .main-content+div .item h1 a,.feature-section .main-content+div .item h2 a,.feature-section .main-content+div .item h3 a,.feature-section .main-content+div .item h4 a,.feature-section .main-content+div .item h5 a,.feature-section .main-content+div .item h6 a,.feature-section .main-content+div .item p a,.feature-section .main-content+div .item li a,.feature-section .main-content+div .item span a{color:var(--Sky)}.feature-section .main-content+div>div.col-lg-6:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-6:nth-child(2) .item{margin:0}.feature-section .main-content+div>div.col-lg-4:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-4:nth-child(2) .item,.feature-section .main-content+div>div.col-lg-4:nth-child(3) .item{margin:0}.feature-section .main-content+div>div.col-lg-3:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(2) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(4) .item{margin:0}.feature-section .main-content+div>div.col-lg-2:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(2) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(4) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(5) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(6) .item{margin:0}.feature-section .background-box{background:var(--Academy);border-radius:24px;padding:80px 0}.feature-section .background-box .main-content+div{width:100%;justify-content:center;margin:auto}.feature-section .background-box .main-content+div .item .icon{width:99px;height:99px;background:#fc0}.feature-section .background-box .main-content+div .item .icon>img{width:72px;height:72px}@media(max-width: 992px){.feature-section .main-content+div>div.col-lg-4:nth-child(3) .item{margin:16px 0 0 0}.feature-section .main-content+div>div.col-lg-3:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(4) .item{margin:16px 0 0 0}.feature-section .main-content+div>div.col-lg-2:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(4) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(5) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(6) .item{margin:16px 0 0 0}}@media(max-width: 768px){.feature-section.single-mobile .main-content+div .item{text-align:center;width:100%;border-radius:16px;padding:12px;margin:16px 0 0 0;background:rgba(0,0,0,0);display:flex;align-items:center}.feature-section.single-mobile .main-content+div .item .icon{width:99px;height:99px;min-width:99px;min-height:99px;margin:0;margin-left:24px}.feature-section.single-mobile .main-content+div .item .icon>img{width:64px;height:64px}.feature-section.single-mobile .main-content+div .item h1,.feature-section.single-mobile .main-content+div .item h2,.feature-section.single-mobile .main-content+div .item h3,.feature-section.single-mobile .main-content+div .item h4,.feature-section.single-mobile .main-content+div .item h5,.feature-section.single-mobile .main-content+div .item h6,.feature-section.single-mobile .main-content+div .item p,.feature-section.single-mobile .main-content+div .item li,.feature-section.single-mobile .main-content+div .item span{text-align:center;font-size:14px;line-height:22px;width:100%}.feature-section.single-mobile .main-content+div>div.col-lg-6:nth-child(2) .item{margin:16px 0 0 0}.feature-section.single-mobile .main-content+div>div.col-lg-4:nth-child(2) .item,.feature-section.single-mobile .main-content+div>div.col-lg-4:nth-child(3) .item{margin:16px 0 0 0}.feature-section.single-mobile .main-content+div>div.col-lg-3:nth-child(2) .item,.feature-section.single-mobile .main-content+div>div.col-lg-3:nth-child(3) .item,.feature-section.single-mobile .main-content+div>div.col-lg-3:nth-child(4) .item{margin:16px 0 0 0}.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(2) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(3) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(4) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(5) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(6) .item{margin:16px 0 0 0}.feature-section.single-mobile .background-box .main-content+div .item{background:rgba(0,0,0,0);margin-bottom:0 !important}.feature-section.single-mobile .background-box .main-content+div .item .icon{width:80px;height:80px}.feature-section.single-mobile .background-box .main-content+div .item .icon>img{width:56px;height:56px}}footer .mtn-form{background:rgba(0,0,0,0)}.intership .main-content h1,.intership .main-content h2,.intership .main-content h3,.intership .main-content h4,.intership .main-content h5,.intership .main-content h6,.intership .main-content p,.intership .main-content li,.intership .main-content span,.intership .main-content strong{color:var(--Raven) !important}.intership .main-content h1 a,.intership .main-content h2 a,.intership .main-content h3 a,.intership .main-content h4 a,.intership .main-content h5 a,.intership .main-content h6 a,.intership .main-content p a,.intership .main-content li a,.intership .main-content span a,.intership .main-content strong a{color:var(--Sky) !important}.intership .owl-slide-show .owl-nav{left:8px;padding:32px}.intership .owl-slide-show .owl-nav button{left:auto;right:auto}.intership .owl-slide-show .owl-nav button svg{display:none}.intership .owl-slide-show .background-image img{height:100%;object-fit:cover}.intership .feature-section{position:relative}.intership .feature-section::before{content:"";position:absolute;width:100%;height:100%;background-image:url(/wp-content/themes/mtn_personal/assets/images/cooperation/step-section-back-dot.svg);background-repeat:no-repeat;background-size:auto;background-position:right -600px}.intership .feature-section>.container{position:relative}.intership .feature-section .main-content+div .item h1,.intership .feature-section .main-content+div .item h2,.intership .feature-section .main-content+div .item h3,.intership .feature-section .main-content+div .item h4,.intership .feature-section .main-content+div .item h5,.intership .feature-section .main-content+div .item h6,.intership .feature-section .main-content+div .item p,.intership .feature-section .main-content+div .item li,.intership .feature-section .main-content+div .item span,.intership .feature-section .main-content+div .item strong{color:var(--Charcoal) !important}.intership .feature-section .main-content+div .item h1 a,.intership .feature-section .main-content+div .item h2 a,.intership .feature-section .main-content+div .item h3 a,.intership .feature-section .main-content+div .item h4 a,.intership .feature-section .main-content+div .item h5 a,.intership .feature-section .main-content+div .item h6 a,.intership .feature-section .main-content+div .item p a,.intership .feature-section .main-content+div .item li a,.intership .feature-section .main-content+div .item span a,.intership .feature-section .main-content+div .item strong a{color:var(--Sky)}.intership .job-section section{font-weight:400 !important;max-width:100% !important;padding:0 !important;margin:0 auto !important}.intership .job-section section .sayCvContainer{max-width:100% !important;padding:0 !important;margin:0 auto !important}.intership .job-section section h1,.intership .job-section section h2,.intership .job-section section h3,.intership .job-section section h4,.intership .job-section section h5,.intership .job-section section h6{font-size:24px !important;font-weight:700 !important;line-height:38px !important;color:var(--Raven) !important}.intership .gallery-section>div .main-content{margin:0 0 32px 0}.intership .gallery-section>div>.row{justify-content:center}.intership .gallery-section>div>.row .owl-gallery{margin:0 8px 0 0}.intership .gallery-section>div>.row .owl-gallery .video-box{position:relative;width:100%;height:702px;border-radius:16px;overflow:hidden}.intership .gallery-section>div>.row .owl-gallery .video-box::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);border-radius:16px}.intership .gallery-section>div>.row .owl-gallery .video-box video{width:100%;height:100%;object-fit:cover;border-radius:16px}.intership .gallery-section>div>.row .owl-gallery .video-box .play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.intership .gallery-section>div>.row .owl-gallery .video-box .play label{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.intership .gallery-section>div>.row .owl-gallery .video-box .play svg{fill:none}.intership .gallery-section>div>.row .owl-gallery .video-box .pause{position:absolute;bottom:24px;left:24px}.intership .gallery-section>div>.row .owl-gallery .video-box .pause label{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.intership .gallery-section>div>.row .owl-gallery .video-box .pause svg{width:32px;height:auto}.intership .gallery-section>div>.row .owl-gallery .video-box .pause svg path{fill:var(--White)}.intership .gallery-section>div>.row .owl-gallery .video-box img{object-fit:cover;height:100%}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div:nth-child(1){margin:0 0 32px 0}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div img{width:100%;height:324px;object-fit:cover;border-radius:16px}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div img.top-img{height:346px}.intership .gallery-section>div>.row .owl-gallery .owl-nav{left:8px;padding:32px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button{display:inline-flex;align-items:center;position:absolute;top:50%;right:auto;left:auto;transform:translateY(-50%)}.intership .gallery-section>div>.row .owl-gallery .owl-nav button.owl-prev{right:-72px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button.owl-next{left:-72px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button svg{width:40px;height:40px;background-color:var(--Sunshine);border-radius:240px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button svg path{transform:matrix(0.64, 0, 0, 0.64, 4, 4)}.intership .gallery-section>div>.row .owl-gallery .owl-nav button svg{display:none}.intership .owl-card-section .owl-stage-outer .owl-stage .owl-item .item .info h5{color:var(--Black)}html.dark .intership .job-section #sayir{background-color:#000}html.dark .intership .feature-section::before{background-image:url(/wp-content/themes/mtn_personal/assets/images/cooperation/step-section-back-dot-dark.svg)}html[lang=en-US] .intership .feature-section::before{transform:rotateY(180deg)}@media(max-width: 992px){.intership .gallery-section>div>.row .owl-gallery .video-box{height:500px}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div img{height:190px}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div img.top-img{height:278px}}@media(max-width: 768px){.intership .gallery-section>div>.row .owl-gallery .owl-item>div>div{padding:0 8px}.intership .gallery-section>div>.row .owl-gallery .video-box{height:216px}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div:nth-child(1){margin:0 0 16px 0}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div:nth-child(3){display:none}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div img{height:90px}.intership .gallery-section>div>.row .owl-gallery .images-box>div>div img.top-img{height:110px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button.owl-prev{right:-40px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button.owl-next{left:-40px}.intership .gallery-section>div>.row .owl-gallery .owl-nav button::before{content:url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black-mobile.svg)}.intership .feature-section::before{display:none}.intership .feature-section.single-mobile .main-content+div .item{background:var(--Cloud);display:block}.intership .feature-section.single-mobile .main-content+div .item .icon{width:64px;height:64px;margin:0 auto 16px auto}.intership .feature-section.single-mobile .main-content+div .item span{font-size:14px;line-height:22px}.intership .owl-card-section .owl-stage-outer .owl-stage .owl-item .item .comment p{font-size:14px;font-weight:normal;line-height:32px}.intership .job-section section h1,.intership .job-section section h2,.intership .job-section section h3,.intership .job-section section h4,.intership .job-section section h5,.intership .job-section section h6{font-size:18px !important;line-height:28px !important}}