:root{--primary-color:#0056b3;--secondary-color:#ff6b00;--text-color:#333;--light-gray:#f5f5f5;--white:#fff;--navy-blue:#2c3e50}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-color);font-family:Helvetica Neue,Arial,sans-serif;line-height:1.6}a{text-decoration:none}header{background-color:var(--white);z-index:1000;width:100%;position:fixed;top:0;box-shadow:0 2px 5px #0000001a}nav{background-color:#fff;justify-content:space-between;align-items:center;padding:15px 20px;display:flex;position:relative;box-shadow:0 2px 5px #0000001a}.logo{align-items:center;display:flex}.logo-mark{width:100px;height:auto}.logo-word{width:120px;height:auto}.nav-links{align-items:center;list-style:none;display:flex}.nav-links li{margin:0 15px}.nav-links a{color:#333;font-size:16px;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#007bff}.hamburger{cursor:pointer;color:#333;background:0 0;border:none;font-size:24px;display:none}.hamburger svg{width:1em;height:1em;display:block}.nav-whatsapp svg,.secondary-btn svg{vertical-align:-.15em;width:1em;height:1em;margin-right:.25rem;display:inline-block}.social-float{z-index:1000;flex-direction:column;align-items:center;gap:12px;display:flex;position:fixed;bottom:30px;right:30px}.instagram-float,.youtube-float{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex;box-shadow:0 2px 8px #0003}.instagram-float{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.youtube-float{background:red}.instagram-float svg,.youtube-float svg{width:22px;height:22px}.social-float img{width:40px;height:40px;transition:transform .3s}.instagram-float:hover,.youtube-float:hover,.whatsapp-float-btn:hover img{transform:scale(1.1)}.hero{text-align:center;height:100svh;color:var(--white);justify-content:center;align-items:center;padding:0 1rem;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center;z-index:0;filter:blur(2px);transform:scale(1.05)}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(#00000080,#000000b3);position:absolute;inset:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero-brand{color:var(--secondary-color);margin-bottom:1rem;font-size:2rem;font-weight:700}.hero h1{max-width:760px;margin:0 auto 1rem;font-size:clamp(2.1rem,4vw,3rem);line-height:1.25}.hero .subtitle{margin-bottom:2rem;font-size:1.5rem}.cta-button{background-color:var(--secondary-color);border-radius:5px;padding:12px 30px;font-weight:700;text-decoration:none;transition:background-color .3s;display:inline-block;color:var(--white)!important}.cta-button:hover{background-color:#e05a00}#form-section{background-color:var(--white);padding:3rem 1rem}.form-content{background-color:var(--white);border-radius:10px;max-width:800px;margin:0 auto;padding:3rem 2rem;box-shadow:0 4px 10px #0000001a}.form-content-title{color:var(--secondary-color)}.form-content h2{color:var(--primary-color);margin-bottom:1rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.form-group textarea{resize:vertical;min-height:100px}.form-content button[type=submit]{background-color:var(--primary-color);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:5px;padding:1rem;font-size:1.1rem;font-weight:700;transition:background-color .3s}.form-content button[type=submit]:hover:not(:disabled){background-color:var(--secondary-color)}.form-content button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.secondary-cta{text-align:center;margin-top:1.5rem}.secondary-cta a{color:var(--primary-color);text-decoration:underline}.highlights{background-color:var(--light-gray);justify-content:space-around;padding:1rem;display:flex}.highlight-item{text-align:center;align-items:center;padding:1rem;font-size:large;font-weight:500;display:flex}.highlight-item svg{width:1em;height:1em;color:var(--primary-color);margin:.5rem;font-size:2rem}.video-section{background-color:var(--light-gray);text-align:center;padding:3rem 5rem 4rem}.video-section h2{color:var(--navy-blue);margin-bottom:.5rem}.video-section-subtitle{color:#555;margin-bottom:2rem}.video-carousel{max-width:960px;margin:0 auto}.video-carousel__viewport{overflow:hidden}.video-carousel__container{touch-action:pan-y pinch-zoom;display:flex}.video-carousel__slide{flex:0 0 100%;min-width:0;padding:0 .5rem}.video-carousel__frame{background:#000;border-radius:8px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.video-carousel__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-carousel__controls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.video-carousel__button{appearance:none;background:var(--white);width:2.75rem;height:2.75rem;color:var(--navy-blue);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 4px #00000026}.video-carousel__button:hover{color:var(--secondary-color)}.video-carousel__button svg{width:35%;height:35%}.video-carousel__dots{gap:.5rem;display:flex}.video-carousel__dot{cursor:pointer;background:#c5c5c5;border:0;border-radius:50%;width:10px;height:10px;padding:0}.video-carousel__dot.is-selected,.video-carousel__dot:hover{background:var(--secondary-color)}.introductions{background-color:var(--white);padding:5rem 1rem}.introductions h2{margin-bottom:2rem}.introductions-grid{flex-direction:row;max-width:1200px;margin:0 auto;display:flex}.introductions-item{flex:50%;align-content:center;padding:1.5rem}.introductions-item img{clip-path:polygon(3% 14%,100% 0%,100% 46%,100% 100%,64% 93%,3% 94%,4% 76%);width:90%}.introductions-sub-grid-container{gap:50px;margin-block:2rem;display:flex}.introductions-sub-grid-item{text-align:center;border-left:solid var(--secondary-color);flex:1}.introductions-sub-grid-item .stat-value{font-size:1.5rem;font-weight:700;line-height:1.2}.introductions-cta-button{background-color:var(--navy-blue);color:var(--white);border-radius:5px;margin-top:2rem;padding:.75rem 1rem;font-weight:700;text-decoration:none;transition:background-color .3s}.introductions-cta-button:hover{background-color:#e05a00}.small{font-size:.875rem}.advantages{background-color:var(--white);padding:5rem 1rem}.advantages h2{text-align:center;color:var(--primary-color)}.advantages h3{text-align:center;margin-bottom:3rem}.advantages-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.advantage-item{background-color:var(--light-gray);border-radius:10px;padding:1.5rem;transition:transform .3s}.advantage-item:hover{transform:translateY(-5px)}.advantage-item svg{width:1em;height:1em;color:var(--primary-color);margin-bottom:1rem;font-size:2rem}.advantage-item span{color:var(--primary-color)}.features{background-color:var(--navy-blue);clip-path:polygon(50% 10%,100% 0,100% 100%,50% 90%,0 100%,0 0);padding:5rem 1rem 7rem;position:relative;overflow:hidden}.features:before{content:"";opacity:.1;z-index:-1;background-image:url(/img/pexels-lkloeppel-466685.webp);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.features h2{text-align:center;color:var(--white);margin-bottom:3rem}.features-grid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-item{text-align:center;background-color:var(--white);z-index:2;border-radius:10px;padding:2rem 1rem;box-shadow:0 2px 5px #0000001a}.feature-item svg{width:1em;height:1em;color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.feature-item p{font-size:.9rem}.feature-resource-link{color:var(--primary-color);text-underline-offset:.2rem;margin-top:.75rem;font-weight:700;text-decoration:underline;display:inline-block}.feature-resource-link:hover,.feature-resource-link:focus-visible{color:var(--navy-blue)}.process{background-color:var(--white);padding:5rem 1rem}.process h2{text-align:center;color:var(--primary-color);margin-bottom:3rem}.process-cta-button{text-align:center;margin-top:3rem}.process-steps{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.process-support{background-color:var(--light-gray);border-radius:10px;max-width:500px;margin:3rem auto 0;padding:2rem}.process-support h3{text-align:center}.step{text-align:center;background-color:var(--light-gray);border-radius:10px;flex:1;min-width:200px;padding:2rem;position:relative}.step-number{background-color:var(--primary-color);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-weight:700;display:flex}.step-number svg{width:1.1em;height:1.1em}.step ul{text-align:left}.photo{text-align:center;max-width:1200px;margin:0 auto;padding:50px 20px}.photo h2{color:#333;margin-bottom:40px;font-size:2rem}.photo-row{flex-wrap:wrap;padding:0 4px;display:flex}.photo-column{flex:25%;max-width:25%;padding:0 4px}.photo-column img{vertical-align:middle;border-radius:8px;width:100%;margin-top:8px;transition:transform .3s;box-shadow:0 2px 4px #0000001a}.photo-column img:hover{transform:scale(1.05)}.photo-cta{margin-top:40px}.photo-cta a{background-color:var(--primary-color);color:#fff;border-radius:5px;padding:12px 24px;font-weight:700;text-decoration:none;display:inline-block}.photo-cta a:hover{background-color:var(--secondary-color)}.embla{--slide-height:24rem;--slide-spacing:1rem;--slide-size:75%;max-width:100%;margin:auto;display:none}.embla__viewport{overflow:hidden}.embla__container{touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1);display:flex}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide img{width:100%;height:var(--slide-height);aspect-ratio:3/4;object-fit:cover;border-radius:8px;box-shadow:0 2px 4px #0000001a}.embla__controls{justify-content:center;align-items:center;margin-top:1.8rem;display:flex}.embla__buttons{align-items:center;gap:.6rem;display:flex}.embla__button{-webkit-tap-highlight-color:#0000001a;appearance:none;touch-action:manipulation;cursor:pointer;z-index:1;color:#333;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;margin:0;padding:0;text-decoration:none;display:flex;box-shadow:inset 0 0 0 .2rem #999}.embla__button:disabled{color:#ccc}.embla__button__svg{width:35%;height:35%}.about{background-color:var(--navy-blue);clip-path:polygon(50% 0,100% 10%,100% 90%,50% 100%,0 90%,0 10%);padding:5rem 1rem 7rem;position:relative;overflow:hidden}.about:before{content:"";opacity:.1;z-index:-1;background-image:url(/img/pexels-lkloeppel-466685.webp);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.about h2{text-align:center;color:var(--white);margin-bottom:3rem}.about-content{text-align:justify;max-width:800px;color:var(--white);margin:0 auto}.company-name{color:var(--secondary-color);margin-bottom:2rem;font-weight:700}.faq{background-color:var(--white);padding:5rem 1rem}.faq h2{text-align:center;color:var(--navy-blue);margin-bottom:3rem;font-size:2rem}.faq-grid{max-width:1200px;margin:0 auto}.faq-category{margin-bottom:2rem}.faq-category h3{color:var(--navy-blue);margin-bottom:1rem;font-size:1.5rem}.faq-item{background-color:var(--light-gray);border-radius:10px;margin-bottom:1rem;overflow:hidden}.faq-item input[type=checkbox]{display:none}.faq-item label{color:var(--navy-blue);cursor:pointer;text-align:left;padding:1.5rem;font-weight:700;transition:background-color .3s;display:block}.faq-item label:hover{background-color:#e0e0e0}.faq-item .faq-content{max-height:0;padding:0 1.5rem;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.faq-content span{color:var(--primary-color)}.faq-item input[type=checkbox]:checked~.faq-content{max-height:500px;padding:1.5rem}.faq-item p,.faq-item ul{color:#333;margin:0;line-height:1.6}.faq-item ul{padding-left:1.5rem}.contact{background-color:var(--light-gray);padding:5rem 1rem}.contact h2{text-align:center;color:var(--primary-color);margin-bottom:3rem}.contact-info-box{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.contact-item{text-align:center;background-color:var(--white);border-radius:10px;padding:2rem;box-shadow:0 2px 5px #0000001a}.contact-item svg{width:1em;height:1em;color:var(--primary-color);margin-bottom:1rem;font-size:2rem}.error-404{background-color:var(--white);text-align:center;min-height:60vh;padding:5rem 1rem}footer{background-color:var(--navy-blue);color:var(--white);text-align:center;padding:3rem}.footer-content{color:var(--white);flex-direction:column;gap:15px;display:flex}.footer-info{flex-direction:row;justify-content:space-evenly;gap:1rem;display:flex}.footer-info>div{text-align:left}.footer-info iframe{border:0}.footer-logo{align-items:left;gap:10px;display:flex}.footer-logo img{border-radius:3px;width:100px;height:auto;max-height:none}.footer-links{align-items:center;gap:15px;display:flex}.footer-links a{color:var(--white);font-size:14px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#007bff}.footer-links img,.footer-links svg{vertical-align:middle;display:inline-block}.footer-social svg{width:18px;height:18px;margin-right:.25rem}footer p{color:var(--white);margin-top:10px;font-size:14px}footer p a{color:var(--white);text-underline-offset:2px;text-decoration:underline}footer p a:hover{color:#007bff}.footer-text{max-width:40rem;margin:0 auto;font-size:.875rem;line-height:1.6}@media (max-width:768px){.hamburger{display:block}.nav-links{z-index:1000;background-color:#fff;flex-direction:column;width:100%;padding:20px 0;display:none;position:absolute;top:70px;left:0;box-shadow:0 2px 5px #0000001a}.nav-links.active{display:flex}.nav-links li{text-align:center;margin:10px 0}.nav-links a{font-size:18px}.hero-brand{font-size:1.5rem}.hero h1{font-size:2rem}.hero .subtitle{font-size:1.2rem}.highlights{flex-direction:column}.video-section{padding:2.5rem 1rem 3rem}.process-steps,.introductions-grid{flex-direction:column}.advantage-item{flex-direction:row;align-items:center;gap:.5rem;display:flex}.advantage-item svg{margin-bottom:0}.features{clip-path:none}.photo-column{flex:50%;max-width:50%}.form-grid{grid-template-columns:1fr}.footer-info{flex-direction:column}.footer-content{gap:10px}.footer-links{flex-direction:column;gap:10px}.footer-logo img{width:100px;height:auto}.faq{padding:3rem 1rem}.faq h2{font-size:1.8rem}.faq-category h3{font-size:1.3rem}}@media screen and (max-width:800px){.photo-column{flex:50%;max-width:50%}}@media screen and (max-width:600px){.photo-row{display:none}.embla{display:block}.photo-column{flex:100%;max-width:100%}}@media print{.social-float,.whatsapp-float,.video-section,.hamburger,nav,header{display:none}body{font-size:12pt}.hero-image{filter:none;transform:none}}.articles-page .hero-section{color:var(--primary-color);text-align:center;padding:100px 0 20px}.articles-page .hero-section h1{margin-bottom:1rem;font-size:2.5rem}.articles-grid{padding:10px 20px}.articles-grid .grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.article-card{background:#fff;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 10px #0000001a}.article-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.article-card .article-image{width:100%;height:210px;position:relative;overflow:hidden}.article-card .article-content{padding:20px}.article-card time{color:var(--secondary-color);font-size:.9rem}.article-card h2{color:var(--primary-color);margin:10px 0;font-size:1.3rem}.article-excerpt{color:#666;margin:10px 0;line-height:1.6}.read-more{color:var(--secondary-color);font-weight:500}.article-detail{max-width:900px;margin:60px auto;padding:40px 20px}.breadcrumb{color:#666;margin-bottom:10px}.breadcrumb a{color:var(--primary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.article-featured-image{border-radius:10px;margin:30px 0;overflow:hidden}.article-body{color:#333;line-height:1.8}.article-body h2{color:var(--primary-color);margin-top:2rem;margin-bottom:1rem}.article-body h3{color:var(--secondary-color);margin-top:1.5rem;margin-bottom:.75rem}.article-body ul,.article-body ol{margin:1rem 0;padding-left:2rem}.article-body li{margin:.5rem 0}.article-body a{color:var(--primary-color);text-decoration:underline}.article-cta{background:var(--light-gray);text-align:center;border-radius:10px;margin:40px 0;padding:40px}.article-cta .cta-button{background:var(--secondary-color);color:#fff;border-radius:5px;margin-top:20px;padding:12px 30px;text-decoration:none;display:inline-block}.related-articles{margin-top:60px}.related-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:20px;display:grid}.related-card{background:#fff;border-radius:8px;text-decoration:none;overflow:hidden;box-shadow:0 2px 8px #0000001a}.related-card h4{color:var(--primary-color);padding:15px;font-size:1rem}@media (max-width:768px){.article-header h1{font-size:1.8rem}.articles-grid .grid{grid-template-columns:1fr}}.gallery-page{min-height:100vh}.gallery-hero{color:var(--primary-color);text-align:center;padding:90px 20px 0}.gallery-hero h1{margin-bottom:1rem;font-size:2.5rem}.gallery-hero p{opacity:.95;margin-bottom:1rem;font-size:1.2rem}.gallery-hero .cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.gallery-filters{text-align:center;padding:40px 20px}.filter-tabs{background:var(--light-gray);border-radius:50px;flex-wrap:wrap;justify-content:center;gap:10px;padding:10px;display:inline-flex}.filter-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:25px;padding:10px 25px;font-weight:500;transition:all .3s}.filter-btn:hover{color:var(--primary-color)}.filter-btn.active{background:var(--primary-color);color:#fff}.gallery-grid{max-width:1400px;margin:0 auto;padding:20px}.masonry-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:fit-content;gap:20px;display:grid}.gallery-item{break-inside:avoid;cursor:pointer;border-radius:10px;margin-bottom:20px;transition:transform .3s;position:relative;overflow:hidden}.gallery-item:hover{transform:translateY(-5px)}.image-wrapper{background:var(--light-gray);border-radius:10px;position:relative;overflow:hidden}.image-wrapper img{transition:transform .3s;display:block}.gallery-item:hover img{transform:scale(1.05)}.image-overlay{color:#fff;background:linear-gradient(#0000,#000c);padding:20px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.gallery-item:hover .image-overlay{transform:translateY(0)}.category-tag{background:var(--secondary-color);color:#fff;border-radius:15px;margin-bottom:8px;padding:4px 12px;font-size:.85rem;display:inline-block}.image-overlay p{margin:0;font-size:.95rem}.gallery-cta{background:var(--light-gray);text-align:center;margin-top:40px;padding:60px 20px}.gallery-cta h2{color:var(--primary-color);margin-bottom:1rem}.gallery-cta p{color:#666;margin-bottom:2rem}.primary-btn,.secondary-btn{border-radius:5px;align-items:center;gap:8px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.primary-btn{background:var(--primary-color);color:#fff}.primary-btn:hover{background:var(--secondary-color);transform:translateY(-2px)}.secondary-btn{color:#fff;background:#25d366}.secondary-btn:hover{background:#128c7e;transform:translateY(-2px)}.lightbox{z-index:9999;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:none;position:fixed;top:0;left:0}.close-lightbox{color:#fff;cursor:pointer;z-index:10000;font-size:50px;transition:color .3s;position:absolute;top:20px;right:40px}.close-lightbox:hover{color:var(--secondary-color)}#lightbox-caption{color:#fff;text-align:center;margin-top:20px;font-size:1.1rem}@media (max-width:1200px){.masonry-grid{column-count:3}}@media (max-width:768px){.gallery-hero h1{font-size:2rem}.masonry-grid{column-count:2}.filter-tabs{border-radius:10px;padding:8px}.filter-btn{padding:8px 16px;font-size:.9rem}.close-lightbox{font-size:40px;right:20px}.cta-buttons{flex-direction:column;align-items:stretch}}@media (max-width:480px){.masonry-grid{column-count:1}.gallery-hero{padding:60px 20px 40px}}.dormitory-guide-page{padding-top:80px}.dormitory-guide-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.guide-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center;padding:60px 20px}.guide-hero h1{margin-bottom:2rem;font-size:2.5rem;line-height:1.3}.hero-intro{max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.8}.hero-intro p{margin-bottom:1rem}.guide-section{padding:60px 20px}.guide-section.alt-bg{background-color:var(--light-gray)}.guide-section h2{color:var(--primary-color);text-align:center;margin-bottom:2rem;font-size:2rem}.guide-section h3{color:var(--secondary-color);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.section-content{max-width:900px;margin:0 auto;line-height:1.8}.section-content p{margin-bottom:1.5rem;font-size:1.05rem}.feature-list,.checklist{margin:1.5rem 0;padding-left:2rem}.feature-list li,.checklist li{margin-bottom:1rem;line-height:1.8}.feature-list li strong{color:var(--primary-color)}.checklist li::marker{color:var(--secondary-color)}.regulation-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0;display:grid}.regulation-item{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.regulation-item h3{color:var(--primary-color);margin-top:0;margin-bottom:1rem;font-size:1.3rem}.regulation-item ul{margin:0;padding-left:1.5rem;list-style:outside}.regulation-item li{margin-bottom:.75rem;line-height:1.6}.warning-box{background:#fff3cd;border-left:4px solid #ffc107;border-radius:5px;margin:2rem 0;padding:1.5rem}.warning-box h3{color:#856404;margin-top:0}.warning-box ul{margin:1rem 0;padding-left:2rem}.warning-box a{color:var(--primary-color);text-decoration:underline}.warning-box a:hover{color:var(--secondary-color)}.mode-item{border-bottom:1px solid #ddd;margin-bottom:2.5rem;padding-bottom:2rem}.mode-item:last-child{border-bottom:none}.mode-item p{margin-bottom:1rem}.mode-item a{color:var(--primary-color);text-decoration:underline}.mode-item a:hover{color:var(--secondary-color)}.key-point-item{background:#fff;border-radius:10px;margin-bottom:2.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.key-point-item h3{margin-top:0}.key-point-item p{margin-bottom:1rem}.key-point-item p:last-child{color:#666;margin-bottom:0;font-style:italic}.highlight-section{background:linear-gradient(135deg,#f8f9fa 0%,var(--light-gray)100%)}.service-item{background:#fff;border-radius:10px;margin-bottom:2.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 10px #0000001a}.service-item:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.service-item h3{color:var(--primary-color);margin-top:0}.service-item a{color:var(--primary-color);text-decoration:underline}.service-item a:hover{color:var(--secondary-color)}.conclusion-box{background:var(--primary-color);color:#fff;text-align:center;border-radius:10px;margin-top:3rem;padding:2rem}.conclusion-box p{margin:0;font-size:1.1rem;line-height:1.8}.conclusion-box strong{font-size:1.2rem}.dormitory-guide-page .faq-section{max-width:900px;margin:0 auto}.dormitory-guide-page .faq-section .faq-item{background:#fff;border-radius:10px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.dormitory-guide-page .faq-section .faq-item h3{color:var(--primary-color);margin-top:0;margin-bottom:1rem;font-size:1.2rem}.dormitory-guide-page .faq-section .faq-item p{color:#555;margin:0;line-height:1.8}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.cta-section h2{color:#fff}.cta-content{max-width:800px;margin:0 auto}.cta-content p{margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-section .cta-button{border:2px solid #0000;border-radius:5px;padding:15px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;background-color:#0000!important}.cta-section .cta-button.primary{color:var(--primary-color)!important;background:#fff!important}.cta-section .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003;background:var(--light-gray)!important;background-color:var(--light-gray)!important;color:var(--primary-color)!important}.cta-section .cta-button.secondary{border:2px solid #fff;color:#fff!important;background:0 0!important}.cta-section .cta-button.secondary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003;color:var(--primary-color)!important;background:#fff!important}@media (max-width:768px){.guide-hero h1{font-size:1.8rem}.hero-intro{font-size:1rem}.guide-section h2{font-size:1.5rem}.guide-section h3{font-size:1.3rem}.regulation-list{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{text-align:center;width:100%}.guide-section{padding:40px 20px}}@media (max-width:480px){.guide-hero{padding:40px 15px}.guide-hero h1{font-size:1.5rem}.guide-section h2{font-size:1.3rem}.service-item,.key-point-item,.dormitory-guide-page .faq-section .faq-item{padding:1rem}}.hero-description{max-width:760px;color:var(--white);margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.9rem;display:flex}.hero-secondary-link{color:var(--white);border:1px solid #ffffffbf;border-radius:5px;justify-content:center;align-items:center;padding:12px 20px;font-weight:700;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex}.hero-secondary-link:hover,.hero-secondary-link:focus-visible{border-color:var(--secondary-color);color:var(--white);background:#ffffff24}.employer-checklist{background:#f5f8fb;padding:clamp(3.5rem,7vw,6rem) 1.25rem}.employer-checklist-inner{max-width:1120px;margin:0 auto}.employer-checklist-heading{max-width:760px;margin-bottom:2rem}.employer-checklist-heading .eyebrow{color:var(--primary-color);letter-spacing:.04em;margin:0;font-weight:700}.employer-checklist-heading h2{color:var(--primary-color);margin:.35rem 0 .85rem}.employer-checklist-heading>p:last-child{margin:0;line-height:1.7}.employer-checklist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.employer-checklist-card{background:var(--white);border:1px solid #dbe5ec;border-radius:.75rem;flex-direction:column;min-height:100%;padding:1.5rem;display:flex;box-shadow:0 4px 16px #14374814}.employer-checklist-card h3{color:var(--primary-color);margin:0 0 .75rem;font-size:1.1rem}.employer-checklist-card p{margin:0 0 1rem;line-height:1.7}.employer-checklist-card a{color:var(--primary-color);text-underline-offset:.2em;margin-top:auto;font-weight:700;text-decoration:underline}.employer-checklist-card a:hover,.employer-checklist-card a:focus-visible{color:var(--navy-blue)}.employer-checklist-card a:focus-visible,.hero-secondary-link:focus-visible{outline-offset:3px;outline:3px solid #f2b134}@media (max-width:960px){.employer-checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.hero-description{font-size:.98rem}.hero-actions{flex-direction:column}.hero-actions>*{width:100%}.employer-checklist-grid{grid-template-columns:1fr}}.hiring-process-page{background:var(--white)}.hiring-process-page .container{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}.hiring-process-hero{color:var(--white);text-align:center;background:radial-gradient(circle at 15% 10%,#ffffff21,transparent 30%),linear-gradient(135deg,var(--navy-blue),var(--primary-color)56%,var(--secondary-color));padding:52px 0 68px}.hiring-process-breadcrumb{color:#ffffffe0;box-shadow:none;background:0 0;gap:.5rem;margin-top:3rem;font-size:.95rem;display:inline-flex}.hiring-process-breadcrumb a{color:inherit;text-underline-offset:.2rem;text-decoration:underline}.hiring-process-hero .eyebrow,.hiring-process-final-cta .eyebrow{color:#fff0e6}.hiring-process-hero h1{max-width:900px;margin:0 auto 1.25rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.28}.hiring-process-hero-intro{max-width:860px;margin:0 auto;font-size:1.1rem;line-height:1.9}.hiring-process-hero-note{color:#f9fbfd;text-align:left;background:#0003;border:1px solid #ffffff4d;border-radius:10px;align-items:flex-start;gap:.85rem;max-width:900px;margin:2rem auto 0;padding:1rem 1.15rem;display:flex}.hiring-process-hero-note svg{color:#ffd1b3;flex:none;width:1.35rem;height:1.35rem;margin-top:.18rem}.hiring-process-hero-note p{margin:0;line-height:1.75}.hiring-process-hero-actions,.hiring-process-final-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.hiring-process-primary-cta,.hiring-process-secondary-cta,.hiring-process-final-primary-cta,.hiring-process-final-secondary-cta{text-align:center;border:2px solid #0000;border-radius:5px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.35rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.hiring-process-primary-cta,.hiring-process-final-primary-cta{color:var(--primary-color);background:var(--white)}.hiring-process-secondary-cta,.hiring-process-final-secondary-cta{color:var(--white);background:0 0;border-color:#fffffff2}.hiring-process-primary-cta:hover,.hiring-process-primary-cta:focus-visible,.hiring-process-final-primary-cta:hover,.hiring-process-final-primary-cta:focus-visible{color:var(--primary-color);background:var(--light-gray);transform:translateY(-2px);box-shadow:0 6px 16px #0000002e}.hiring-process-secondary-cta:hover,.hiring-process-secondary-cta:focus-visible,.hiring-process-final-secondary-cta:hover,.hiring-process-final-secondary-cta:focus-visible{color:var(--primary-color);background:var(--white);transform:translateY(-2px)}.hiring-process-scope-section{background:var(--white);padding:1px 20px}.hiring-process-scope-card{z-index:1;background:var(--white);border-radius:12px;grid-template-columns:auto 1fr;gap:1.5rem;max-width:1040px;margin:-2rem auto 0;padding:2rem;display:grid;position:relative;box-shadow:0 10px 28px #05315629}.hiring-process-scope-icon{width:3.25rem;height:3.25rem;color:var(--white);background:var(--secondary-color);border-radius:50%;place-items:center;display:grid}.hiring-process-scope-icon svg{width:1.55rem;height:1.55rem}.hiring-process-scope-card .eyebrow{margin-bottom:.45rem}.hiring-process-scope-card h2{color:var(--primary-color);margin:0 0 .8rem;font-size:clamp(1.45rem,2.5vw,2rem)}.hiring-process-scope-card p{color:#3e4b57;margin:0;line-height:1.8}.hiring-process-scope-card .hiring-process-scope-boundary{color:#793208;margin-top:.9rem}.hiring-process-section{padding:5rem 0}.hiring-process-section-alt{background:var(--light-gray)}.hiring-process-section-dark{color:var(--white);background:linear-gradient(#042f53f5,#042f53f5),url(/img/pexels-lkloeppel-466685.webp) 50%/cover}.hiring-process-section-heading{text-align:center;max-width:900px;margin:0 auto 2.6rem}.hiring-process-section-heading .eyebrow{margin-bottom:.55rem}.hiring-process-section-heading h2{color:var(--primary-color);margin:0 0 1rem;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.35}.hiring-process-section-heading p:last-child{color:#455460;margin:0;font-size:1.05rem;line-height:1.85}.hiring-process-section-heading-light h2,.hiring-process-section-heading-light p:last-child{color:var(--white)}.hiring-process-section-heading-light .eyebrow{color:#ffd1b3}.hiring-process-summary-grid,.hiring-process-timing-grid,.hiring-process-checklist-grid,.hiring-process-boundary-grid,.hiring-process-faq-grid{gap:1.5rem;display:grid}.hiring-process-summary-grid,.hiring-process-timing-grid,.hiring-process-checklist-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hiring-process-summary-card,.hiring-process-timing-card{background:var(--light-gray);border-radius:10px;padding:1.6rem;transition:transform .25s,box-shadow .25s}.hiring-process-summary-card:hover,.hiring-process-timing-card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #042f531f}.hiring-process-summary-card svg,.hiring-process-timing-card svg{width:2rem;height:2rem;color:var(--primary-color);margin-bottom:1rem}.hiring-process-summary-card h3,.hiring-process-timing-card h3{color:var(--primary-color);margin:0 0 .65rem;font-size:1.15rem}.hiring-process-summary-card p,.hiring-process-timing-card p{color:#47545e;margin:0;line-height:1.7}.hiring-process-inline-link{color:#374651;text-align:center;border-left:4px solid var(--secondary-color);background:#fff8f4;max-width:900px;margin:2rem auto 0;padding:1rem 1.2rem;line-height:1.75}.hiring-process-inline-link a,.hiring-process-text-links a,.hiring-process-checklist-grid a,.hiring-process-sources a{color:var(--primary-color);text-underline-offset:.2rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px}.hiring-process-inline-link a{margin:0 .25rem}.hiring-process-steps{scroll-snap-type:x proximity;grid-template-columns:repeat(7,minmax(150px,1fr));gap:.5rem;padding:.4rem .15rem 1rem;display:grid;overflow-x:auto}.hiring-process-step{background:var(--white);scroll-snap-align:start;border-radius:10px;min-width:160px;padding:1.5rem 1.15rem;box-shadow:0 2px 10px #042f531a}.hiring-process-step-indicator{align-items:center;gap:.45rem;min-height:2.35rem;margin-bottom:1rem;display:flex}.hiring-process-step-number{width:2.35rem;height:2.35rem;color:var(--white);background:var(--primary-color);border-radius:50%;flex:none;place-items:center;margin:0;font-weight:700;display:grid}.hiring-process-step h3{color:var(--primary-color);margin:0 0 .8rem;font-size:1.1rem;line-height:1.45}.hiring-process-step p{color:#455460;margin:0;line-height:1.72}.hiring-process-official-callout{border-left:4px solid var(--secondary-color);background:#fff8f4;border-radius:5px;gap:1.1rem;max-width:900px;margin:2.4rem auto 0;padding:1.5rem;display:flex}.hiring-process-official-callout>svg{width:2rem;height:2rem;color:var(--secondary-color);flex:none}.hiring-process-official-callout h3{color:var(--primary-color);margin:0 0 .5rem}.hiring-process-official-callout p{color:#455460;margin:0;line-height:1.75}.hiring-process-text-links{flex-wrap:wrap;gap:1rem;margin-top:.9rem;display:flex}.hiring-process-mid-cta{max-width:1040px;color:var(--white);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;margin:2.5rem auto 0;padding:2rem;display:flex}.hiring-process-mid-cta .eyebrow{color:#fff0e6}.hiring-process-mid-cta h3{margin:0 0 .65rem;font-size:1.45rem}.hiring-process-mid-cta p:last-child{max-width:720px;margin:0;line-height:1.75}.hiring-process-mid-cta .hiring-process-primary-cta{flex:none}.hiring-process-checklist-grid article{color:var(--primary-color);background:var(--white);border-radius:10px;padding:1.6rem}.hiring-process-checklist-grid h3{margin:0 0 .75rem;font-size:1.2rem}.hiring-process-checklist-grid p{color:#455460;margin:0 0 1rem;line-height:1.72}.hiring-process-boundary-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1020px;margin:0 auto}.hiring-process-boundary-card{border-radius:10px;padding:2rem}.hiring-process-boundary-card h3{margin:0 0 1rem;font-size:1.35rem}.hiring-process-boundary-card ul{gap:.9rem;margin:0;padding-left:1.35rem;line-height:1.72;display:grid}.hiring-process-boundary-card-positive{color:var(--primary-color);background:#eef7fb;border:1px solid #b8d9e8}.hiring-process-boundary-card-positive li::marker{color:var(--primary-color)}.hiring-process-boundary-card-neutral{color:#6d3a1d;background:#fff8f1;border:1px solid #f0d0bd}.hiring-process-boundary-card-neutral li::marker{color:var(--secondary-color)}.hiring-process-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1040px;margin:0 auto}.hiring-process-faq-grid article{background:var(--white);border-radius:10px;padding:1.6rem;box-shadow:0 2px 10px #042f5314}.hiring-process-faq-grid h3{color:var(--primary-color);margin:0 0 .8rem;font-size:1.2rem;line-height:1.5}.hiring-process-faq-grid p{color:#455460;margin:0;line-height:1.78}.hiring-process-sources{max-width:900px;margin:0 auto}.hiring-process-sources .last-updated{color:#4d5c66;text-align:center;margin:0 0 .75rem;font-size:.95rem}.hiring-process-sources h2{color:var(--primary-color);text-align:center;margin:0 0 1rem;font-size:clamp(1.65rem,3vw,2.25rem)}.hiring-process-sources>p:not(.last-updated){color:#455460;text-align:center;margin:0 0 1.5rem;line-height:1.8}.hiring-process-sources ul{gap:1rem;margin:0;padding-left:1.35rem;display:grid}.hiring-process-sources li{color:#455460;line-height:1.75}.hiring-process-final-cta{color:var(--white);text-align:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));padding:5rem 0}.hiring-process-final-cta-content{max-width:880px;margin:0 auto}.hiring-process-final-cta h2{margin:0 0 1rem;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.35}.hiring-process-final-cta p:not(.eyebrow){margin:0;font-size:1.05rem;line-height:1.85}.hiring-process-final-secondary-cta svg{width:1.15rem;height:1.15rem;margin-right:.45rem}.hiring-process-page a:focus-visible{outline-offset:3px;outline:3px solid #f5a16b}@media (max-width:1100px){.hiring-process-steps{grid-template-columns:repeat(7,minmax(210px,1fr))}.hiring-process-summary-grid,.hiring-process-timing-grid,.hiring-process-checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.hiring-process-hero{padding:40px 0 55px}.hiring-process-hero h1{font-size:1.85rem}.hiring-process-hero-intro{font-size:1rem}.hiring-process-scope-section{padding:2px 14px}.hiring-process-scope-card{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.hiring-process-scope-icon{width:2.8rem;height:2.8rem}.hiring-process-section{padding:3.5rem 0}.hiring-process-section-heading{margin-bottom:2rem}.hiring-process-section-heading h2{font-size:1.5rem}.hiring-process-section-heading p:last-child,.hiring-process-sources>p:not(.last-updated){font-size:1rem}.hiring-process-boundary-grid,.hiring-process-faq-grid{grid-template-columns:1fr}.hiring-process-mid-cta{flex-direction:column;align-items:stretch;gap:1.3rem;padding:1.5rem}.hiring-process-mid-cta .hiring-process-primary-cta{width:100%}.hiring-process-hero-actions,.hiring-process-final-cta-actions{flex-direction:column}.hiring-process-hero-actions>a,.hiring-process-final-cta-actions>a{width:100%}}@media (max-width:520px){.hiring-process-page .container{padding-left:16px;padding-right:16px}.hiring-process-breadcrumb{margin-bottom:1.4rem}.hiring-process-summary-grid,.hiring-process-timing-grid,.hiring-process-checklist-grid{grid-template-columns:1fr}.hiring-process-summary-card,.hiring-process-timing-card,.hiring-process-step,.hiring-process-faq-grid article,.hiring-process-boundary-card{padding:1.35rem}.hiring-process-official-callout{padding:1.2rem}}@media (prefers-reduced-motion:reduce){.hiring-process-primary-cta,.hiring-process-secondary-cta,.hiring-process-final-primary-cta,.hiring-process-final-secondary-cta,.hiring-process-summary-card,.hiring-process-timing-card{transition:none}}.employer-checklist-guide-callout{color:var(--primary-color);background:#fff8f4;border:1px solid #f3c8ad;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.25rem;padding:1.35rem 1.5rem;display:flex}.employer-checklist-guide-callout .eyebrow{color:#9a4615;letter-spacing:.04em;margin:0 0 .35rem;font-weight:700}.employer-checklist-guide-callout h3{margin:0 0 .4rem;font-size:1.2rem}.employer-checklist-guide-callout p:last-child{color:#4d5963;margin:0;line-height:1.7}.employer-checklist-guide-callout>a{min-height:44px;color:var(--white);background:var(--primary-color);border-radius:5px;flex:none;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.employer-checklist-guide-callout>a:hover,.employer-checklist-guide-callout>a:focus-visible{color:var(--white);background:var(--navy-blue);transform:translateY(-1px)}.employer-checklist-guide-callout>a:focus-visible{outline-offset:3px;outline:3px solid #f2b134}@media (max-width:600px){.employer-checklist-guide-callout{flex-direction:column;align-items:stretch;padding:1.25rem}.employer-checklist-guide-callout>a{width:100%}}.dormitory-guide-page .hero-intro a{color:var(--white);text-underline-offset:.2rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px}.dormitory-guide-page .hero-intro a:hover,.dormitory-guide-page .hero-intro a:focus-visible{color:#fff0e6}.hiring-process-step-cta,.hiring-process-step-cta-mobile-label{display:none}.hiring-process-step-accommodation{background:linear-gradient(#fffaf7 0%,#fff4ec 100%);border:1px solid #f0bd9a;position:relative;box-shadow:0 8px 18px #c4500e24}.hiring-process-step-accommodation:before{content:"";background:var(--secondary-color);border-radius:0 0 999px 999px;height:4px;position:absolute;top:0;left:1rem;right:1rem}.hiring-process-step-accommodation .hiring-process-step-number{background:var(--secondary-color);box-shadow:0 0 0 4px #fff0e6}.hiring-process-step-accommodation .hiring-process-step-content{flex-direction:column;height:100%;display:flex}.hiring-process-step-support-label{color:#813809;background:#ffe1cf;border-radius:999px;align-self:flex-start;align-items:center;min-height:1.55rem;padding:.16rem .45rem;font-size:.78rem;font-weight:700;line-height:1.3;display:inline-flex}.hiring-process-step-cta-group{flex-direction:column;align-items:stretch;padding-top:1rem;display:flex}.hiring-process-step-cta-group .hiring-process-step-support-label{white-space:nowrap;align-self:center;margin:0 0 .55rem;font-size:.72rem}.hiring-process-step-accommodation h3{color:#9b3e09}.hiring-process-step-cta{min-height:40px;color:var(--white);text-align:center;background:var(--primary-color);border-radius:5px;justify-content:center;align-items:center;margin-top:0;padding:.55rem .65rem;font-size:.88rem;font-weight:700;line-height:1.3;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.hiring-process-step-cta:hover,.hiring-process-step-cta:focus-visible{color:var(--white);background:var(--navy-blue);transform:translateY(-1px)}@media (max-width:768px){.hiring-process-steps{scroll-snap-type:none;grid-template-columns:1fr;gap:0;padding:0;display:grid;position:relative;overflow:visible}.hiring-process-steps:before{content:"";background:#bfd8e7;width:2px;position:absolute;top:1.25rem;bottom:1.25rem;left:1.18rem}.hiring-process-step{z-index:1;min-width:0;box-shadow:none;scroll-snap-align:none;background:0 0;border-radius:0;grid-template-columns:2.5rem minmax(0,1fr);gap:.9rem;padding:0 0 1.15rem;display:grid;position:relative}.hiring-process-step:last-child{padding-bottom:0}.hiring-process-step-indicator{min-height:0;margin:0;display:block}.hiring-process-step-number{z-index:1;border:3px solid var(--light-gray);width:2.5rem;height:2.5rem;box-shadow:0 0 0 3px var(--light-gray);margin:0;position:relative}.hiring-process-step-content{background:var(--white);border:1px solid #dbe5ec;border-radius:.75rem;min-width:0;padding:1.15rem;box-shadow:0 3px 12px #042f5314}.hiring-process-step h3{margin-bottom:.55rem;font-size:1.08rem}.hiring-process-step p{line-height:1.7}.hiring-process-step-accommodation{box-shadow:none}.hiring-process-step-accommodation:before{display:none}.hiring-process-step-accommodation .hiring-process-step-number{box-shadow:0 0 0 3px var(--light-gray)}.hiring-process-step-accommodation .hiring-process-step-content{border-color:#f2bd99;border-left:4px solid var(--secondary-color);background:#fff9f5}.hiring-process-step-cta-group{margin-top:1rem;padding-top:0}.hiring-process-step-cta-group .hiring-process-step-support-label{white-space:normal;align-self:flex-start;min-height:1.7rem;margin-bottom:.65rem;font-size:.85rem}.hiring-process-step-cta{min-height:44px;padding:.7rem .9rem}.hiring-process-step-cta-desktop-label{display:none}.hiring-process-step-cta-mobile-label{display:inline}}
