@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);.btn{align-items:center;border:none;border-radius:0;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-family:var(--font-primary);font-weight:500;gap:8px;justify-content:center;transition:all .2s ease}.btn.full{width:100%}.btn.sm{height:40px;padding:0 16px}.btn.md{height:44px;padding:0 20px}.btn.lg{height:64px;padding:0 28px}.btn.primary{background-color:#0277ff;background-color:var(--blue);color:#fff;color:var(--white)}.btn.primary:hover{transform:scale(1.02)}.btn.primary-nav{background-color:#0277ff;background-color:var(--blue);border-radius:40px;color:#fff;color:var(--white);font-size:15px;font-weight:500;height:40px;white-space:nowrap}.btn.primary-nav:hover{transform:scale(1.02)}.btn.primary-2{background-color:#000;background-color:var(--black);color:#fff;color:var(--white)}.btn.primary-2:hover{transform:scale(1.02)}.btn.secondary{background-color:#fff;background-color:var(--white);border:1px solid #4c5059;border:1px solid var(--text-secondary);color:#4c5059;color:var(--text-secondary)}.btn.secondary:hover{background-color:#f5f5f5;background-color:var(--secondary);transform:scale(1.02)}.btn.secondary-2{background-color:#fff;background-color:var(--white);background-color:#0000;color:#4c5059;color:var(--text-secondary);font-size:14px;height:38px;height:fit-content;padding:0}.btn.secondary-2:hover{transform:scale(1.02)}.btn .icon{color:inherit}.btn .icon.left{margin-right:4px}.btn .icon.right{margin-left:4px}.ibtn{align-items:center;background-color:#f5f5f5;border:none;border-radius:40px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-family:var(--font-primary);font-weight:500;height:40px;justify-content:center;transition:all .2s ease;width:40px}@media(max-width:450px){.ibtn{height:36px;width:36px}}.ibtn.primary{color:#fff;color:var(--white)}.ibtn.primary,.ibtn.primary:hover{background-color:#0277ff;background-color:var(--blue)}.ibtn.primary:hover{transform:scale(1.04)}.ibtn.secondary{background-color:#fff;background-color:var(--white);color:#4c5059;color:var(--text-secondary)}.ibtn.secondary:hover{background-color:#f5f5f5;background-color:var(--secondary);transform:scale(1.04)}.input-container{position:relative;width:100%}.input-label{color:#aaa;font-size:16px;left:0;pointer-events:none;position:absolute;top:12px;transition:all .2s ease}.input-field{background:#0000;border:none;border-bottom:1px solid #fff6;border-bottom:1px solid var(--text-light);font-size:16px;outline:none;padding:12px 0 6px;transition:border-color .3s;width:100%}.input-container.dark .input-field{border-bottom:1px solid #0006;border-bottom:1px solid var(--text-dark)}.input-underline{background:#0277ff;background:var(--blue);bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.input-container.filled .input-label,.input-container.focused .input-label{color:#0277ff;color:var(--blue);font-size:12px;top:-8px}.input-container.focused .input-underline{transform:scaleX(1)}.input-container.focused .input-field{border-bottom-color:#0277ff;border-bottom-color:var(--blue)}.textarea-container{position:relative;width:100%}.textarea-label{background-color:#fff;color:#aaa;font-size:16px;left:12px;padding:0 4px;pointer-events:none;position:absolute;top:14px;transition:all .2s ease}.textarea-field{background:#0000;border:1px solid #fff6;border:1px solid var(--text-light);border-radius:4px;font-size:16px;outline:none;padding:18px 12px 10px;resize:vertical;transition:border-color .3s ease;width:100%}.textarea-container.dark .textarea-field{border:1px solid #0006;border:1px solid var(--text-dark)}.textarea-container.focused .textarea-field{border-color:#0277ff;border-color:var(--blue)}.textarea-container.filled .textarea-label,.textarea-container.focused .textarea-label{color:#0277ff;color:var(--blue);font-size:12px;top:-8px}.select-box{color:#000;display:inline-block;font-family:sans-serif;font-size:14px;position:relative}.select-box .select-label{align-items:center;cursor:pointer;display:flex;gap:6px;padding:8px 12px}.select-box .select-label .selected{font-weight:500}.select-box .select-label .arrow{font-size:10px;margin-left:4px}.select-box .options{background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 6px #0000001a;left:0;list-style:none;margin-top:4px;padding:0;position:absolute;top:100%;width:100%;z-index:10}.select-box .options li{cursor:pointer;padding:8px 12px}.select-box .options li:hover{background-color:#f2f2f2}.h1{color:#262f4c;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font-primary);font-size:32px;font-size:var(--font-h1-lg);font-weight:800;line-height:1.2}@media(max-width:500px){.h1{font-size:24px;font-size:var(--font-h1-sm);line-height:1.2}}.h2{color:#4c5059;color:var(--text-secondary);font-family:Inter,sans-serif;font-family:var(--font-primary);font-size:20px;font-size:var(--font-h2-lg);font-weight:600}@media(max-width:500px){.h2{font-size:15px;font-size:var(--font-h2-sm)}}.nav{color:#4c5059;color:var(--text-secondary);font-family:Inter,sans-serif;font-family:var(--font-primary);font-size:15px;font-size:var(--font-nav)}@media(max-width:700px){.nav{font-size:13px}}.info{font-size:11px;font-size:var(--font-info)}.info,.para{color:#696969;color:var(--text-info);font-family:Inter,sans-serif;font-family:var(--font-primary);font-weight:400}.para{font-size:15px}@media(max-width:450px){.para{font-size:14px}}.number{color:#fff;font-family:Roboto Condensed,sans-serif;font-optical-sizing:auto;font-size:24px;font-weight:800}.button{font-family:Inter,sans-serif;font-family:var(--font-primary);font-size:16px;font-size:var(--font-btn);font-weight:400}.domain-table{font-family:sans-serif;margin:auto;width:100%}.domain-table .header,.domain-table .row{border-bottom:1px solid #e0e0e0;display:grid;grid-template-columns:3fr 1.5fr 1fr 1.5fr;padding:12px 0}.domain-table .header{border-bottom:1px solid #ccc;color:#999}.domain-table .footer{margin-top:20px}.domain-table .row{align-items:center;color:#111}.domain-table .row .name{align-items:center;display:flex;gap:8px}.domain-table .row .name .arrow{font-size:1.1em;margin-left:auto}.legal-page{background-color:#f8f9fa;min-height:100vh;padding:60px 0}.legal-page .legal-container{margin:0 auto;max-width:900px;padding:0 20px}.legal-page .legal-header{margin-bottom:60px;text-align:center}.legal-page .legal-header h1{color:#1a1a1a;font-size:3rem;font-weight:700;margin-bottom:20px}.legal-page .legal-header .last-updated{color:#666;font-size:1rem;font-style:italic}.legal-page .legal-content{background:#fff;border-radius:10px;box-shadow:0 2px 20px #00000014;padding:60px}@media(max-width:768px){.legal-page .legal-content{padding:30px 20px}}.legal-page .legal-content .legal-section{margin-bottom:40px}.legal-page .legal-content .legal-section:last-child{margin-bottom:0}.legal-page .legal-content .legal-section h2{border-bottom:2px solid #f0f0f0;color:#1a1a1a;font-size:1.8rem;font-weight:600;margin-bottom:20px;padding-bottom:10px}.legal-page .legal-content .legal-section h3{color:#333;font-size:1.3rem;font-weight:600;margin:25px 0 15px}.legal-page .legal-content .legal-section p{color:#4a4a4a;font-size:1rem;line-height:1.8;margin-bottom:15px}.legal-page .legal-content .legal-section ol,.legal-page .legal-content .legal-section ul{margin:20px 0;padding-left:30px}.legal-page .legal-content .legal-section ol li,.legal-page .legal-content .legal-section ul li{color:#4a4a4a;font-size:1rem;line-height:1.8;margin-bottom:10px}.legal-page .legal-content .legal-section .contact-info{background:#f8f9fa;border-radius:8px;margin:20px 0;padding:25px}.legal-page .legal-content .legal-section .contact-info p{margin-bottom:8px}.legal-page .legal-content .legal-section .contact-info p:last-child{margin-bottom:0}.legal-page .legal-content .legal-section .contact-info a{color:#06c;text-decoration:none}.legal-page .legal-content .legal-section .contact-info a:hover{text-decoration:underline}.legal-page .legal-content .table-of-contents{background:#f8f9fa;border-radius:8px;margin-bottom:40px;padding:30px}.legal-page .legal-content .table-of-contents h3{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:20px}.legal-page .legal-content .table-of-contents ul{list-style:none;margin:0;padding:0}.legal-page .legal-content .table-of-contents ul li{margin-bottom:12px}.legal-page .legal-content .table-of-contents ul li a{align-items:center;color:#06c;display:flex;font-size:1rem;text-decoration:none;transition:all .3s ease}.legal-page .legal-content .table-of-contents ul li a:hover{color:#0052a3;padding-left:10px}.legal-page .legal-content .table-of-contents ul li a:before{content:"→";font-weight:700;margin-right:10px}.legal-page .scroll-to-top{align-items:center;background:#06c;border:none;border-radius:50%;bottom:30px;box-shadow:0 2px 10px #0066cc4d;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;position:fixed;right:30px;transition:all .3s ease;visibility:hidden;width:50px}.legal-page .scroll-to-top.visible{opacity:1;visibility:visible}.legal-page .scroll-to-top:hover{background:#0052a3;box-shadow:0 4px 15px #06c6;transform:translateY(-3px)}.privacy-page{background-color:#f5f7fa;min-height:100vh;padding:60px 0}.privacy-page .privacy-container{margin:0 auto;max-width:900px;padding:0 20px}.privacy-page .privacy-header{margin-bottom:60px;text-align:center}.privacy-page .privacy-header h1{color:#1a1a1a;font-size:3rem;font-weight:700;margin-bottom:20px}.privacy-page .privacy-header .effective-date{color:#666;font-size:1rem;font-style:italic}.privacy-page .privacy-content{background:#fff;border-radius:10px;box-shadow:0 2px 20px #00000014;padding:60px}@media(max-width:768px){.privacy-page .privacy-content{padding:30px 20px}}.privacy-page .privacy-content .privacy-section{margin-bottom:45px}.privacy-page .privacy-content .privacy-section:last-child{margin-bottom:0}.privacy-page .privacy-content .privacy-section h2{border-bottom:2px solid #e8ecf1;color:#1a1a1a;font-size:1.8rem;font-weight:600;margin-bottom:20px;padding-bottom:10px}.privacy-page .privacy-content .privacy-section h3{color:#333;font-size:1.3rem;font-weight:600;margin:25px 0 15px}.privacy-page .privacy-content .privacy-section p{color:#4a4a4a;font-size:1rem;line-height:1.8;margin-bottom:15px}.privacy-page .privacy-content .privacy-section ol,.privacy-page .privacy-content .privacy-section ul{margin:20px 0;padding-left:30px}.privacy-page .privacy-content .privacy-section ol li,.privacy-page .privacy-content .privacy-section ul li{color:#4a4a4a;font-size:1rem;line-height:1.8;margin-bottom:12px}.privacy-page .privacy-content .privacy-section .info-box{background:#e8f4f8;border-left:4px solid #06c;border-radius:4px;margin:20px 0;padding:20px}.privacy-page .privacy-content .privacy-section .info-box p{color:#2c5aa0;margin-bottom:8px}.privacy-page .privacy-content .privacy-section .info-box p:last-child{margin-bottom:0}.privacy-page .privacy-content .privacy-section .data-table{border-collapse:collapse;margin:20px 0;width:100%}.privacy-page .privacy-content .privacy-section .data-table td,.privacy-page .privacy-content .privacy-section .data-table th{border-bottom:1px solid #e8ecf1;padding:12px;text-align:left}.privacy-page .privacy-content .privacy-section .data-table th{background:#f5f7fa;color:#1a1a1a;font-weight:600}.privacy-page .privacy-content .privacy-section .data-table td{color:#4a4a4a}.privacy-page .privacy-content .privacy-section .data-table tr:last-child td{border-bottom:none}.privacy-page .privacy-content .quick-links{background:#f5f7fa;border-radius:8px;margin-bottom:40px;padding:30px}.privacy-page .privacy-content .quick-links h3{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:20px}.privacy-page .privacy-content .quick-links .links-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.privacy-page .privacy-content .quick-links .links-grid a{align-items:center;background:#fff;border-radius:6px;color:#06c;display:flex;font-size:1rem;padding:12px 15px;text-decoration:none;transition:all .3s ease}.privacy-page .privacy-content .quick-links .links-grid a:hover{background:#06c;color:#fff;transform:translateX(5px)}.privacy-page .privacy-content .quick-links .links-grid a:before{content:"▸";font-weight:700;margin-right:10px}.privacy-page .privacy-content .contact-section{background:#fafbfc;border-radius:8px;padding:30px;text-align:center}.privacy-page .privacy-content .contact-section h3{color:#1a1a1a;margin-bottom:20px}.privacy-page .privacy-content .contact-section p{margin-bottom:15px}.privacy-page .privacy-content .contact-section a{color:#06c;font-weight:500;text-decoration:none}.privacy-page .privacy-content .contact-section a:hover{text-decoration:underline}.privacy-page .privacy-nav{float:right;margin-left:30px;position:sticky;top:20px;width:250px}@media(max-width:1200px){.privacy-page .privacy-nav{display:none}}.privacy-page .privacy-nav .nav-content{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:25px}.privacy-page .privacy-nav .nav-content h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:15px}.privacy-page .privacy-nav .nav-content ul{list-style:none;margin:0;padding:0}.privacy-page .privacy-nav .nav-content ul li{margin-bottom:10px}.privacy-page .privacy-nav .nav-content ul li a{color:#666;display:block;font-size:.9rem;padding:5px 0;text-decoration:none;transition:all .3s ease}.privacy-page .privacy-nav .nav-content ul li a.active,.privacy-page .privacy-nav .nav-content ul li a:hover{color:#06c;padding-left:10px}.agreement-page{background-color:#f8f9fa;min-height:100vh;padding:100px 0 40px}@media print{.agreement-page{background:#fff;padding:0}}.agreement-page .agreement-container{margin:0 auto;max-width:900px;padding:0 20px}.agreement-page .agreement-header{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:40px;padding:40px 20px;text-align:center}@media print{.agreement-page .agreement-header{border-radius:0;box-shadow:none;margin-bottom:20px;padding:20px 0}}.agreement-page .agreement-header h1{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:10px}.agreement-page .agreement-header .agreement-subtitle{color:#666;font-size:1.1rem;margin-bottom:20px}.agreement-page .agreement-header .agreement-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}@media print{.agreement-page .agreement-header .agreement-actions{display:none}}.agreement-page .agreement-header .agreement-actions button{align-items:center;display:flex;gap:8px;padding:10px 20px}.agreement-page .agreement-header .agreement-actions button svg{height:18px;width:18px}.agreement-page .agreement-content{background:#fff;border-radius:10px;box-shadow:0 2px 20px #00000014;padding:60px}@media(max-width:768px){.agreement-page .agreement-content{padding:30px 20px}}@media print{.agreement-page .agreement-content{border-radius:0;box-shadow:none;padding:40px}}.agreement-page .agreement-content .agreement-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-bottom:30px;padding:15px 20px}@media print{.agreement-page .agreement-content .agreement-notice{display:none}}.agreement-page .agreement-content .agreement-notice p{color:#856404;font-size:.95rem;margin:0}.agreement-page .agreement-content .agreement-date{margin:20px 0}.agreement-page .agreement-content .agreement-date p{font-size:1rem;line-height:1.8}.agreement-page .agreement-content .parties-section{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:30px 0}@media(max-width:768px){.agreement-page .agreement-content .parties-section{grid-template-columns:1fr}}.agreement-page .agreement-content .parties-section .party{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:25px}@media print{.agreement-page .agreement-content .parties-section .party{background:#fff;border:1px solid #dee2e6;page-break-inside:avoid}}.agreement-page .agreement-content .parties-section .party h3{color:#1a1a1a;font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}.agreement-page .agreement-content .parties-section .party p{color:#4a4a4a;line-height:1.6;margin:8px 0}.agreement-page .agreement-content .parties-section .parties-collectively{color:#666;font-style:italic;grid-column:1/-1;margin-top:10px;text-align:center}.agreement-page .agreement-content .agreement-section{margin:40px 0;page-break-inside:avoid}.agreement-page .agreement-content .agreement-section:last-child{margin-bottom:0}.agreement-page .agreement-content .agreement-section h2{border-bottom:2px solid #e9ecef;color:#1a1a1a;font-size:1.5rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px;padding-bottom:10px;text-transform:uppercase}.agreement-page .agreement-content .agreement-section h3{color:#333;font-size:1.2rem;font-weight:600;margin:25px 0 15px}.agreement-page .agreement-content .agreement-section p{color:#4a4a4a;font-size:1rem;line-height:1.8;margin-bottom:15px;text-align:justify}.agreement-page .agreement-content .agreement-section ul{margin:20px 0;padding-left:30px}.agreement-page .agreement-content .agreement-section ul li{color:#4a4a4a;font-size:1rem;line-height:1.8;list-style-type:disc;margin-bottom:10px}.agreement-page .agreement-content .agreement-section .domain-list{background:#f8f9fa;border-radius:6px;margin:20px 0;padding:20px}.agreement-page .agreement-content .agreement-section .domain-list p{font-family:Courier New,monospace;margin:10px 0}.agreement-page .agreement-content .agreement-section .special-provisions-box{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:6px;min-height:100px;padding:30px}.agreement-page .agreement-content .agreement-section .domain-table{background:#fff;border:1px solid #dee2e6;border-collapse:collapse;margin:20px 0;width:100%}.agreement-page .agreement-content .agreement-section .domain-table thead{background:#f8f9fa}.agreement-page .agreement-content .agreement-section .domain-table thead th{border-bottom:2px solid #dee2e6;color:#1a1a1a;font-weight:600;padding:12px 15px;text-align:left}.agreement-page .agreement-content .agreement-section .domain-table tbody tr{border-bottom:1px solid #e9ecef}.agreement-page .agreement-content .agreement-section .domain-table tbody tr:last-child{border-bottom:none}.agreement-page .agreement-content .agreement-section .domain-table tbody tr td{color:#4a4a4a;padding:12px 15px}.agreement-page .agreement-content .fill-field{background:#fffbf0;border-bottom:2px solid #ffc107;color:#1a1a1a;display:inline-block;font-weight:500;min-width:100px;padding:2px 8px;text-align:center;white-space:nowrap}@media print{.agreement-page .agreement-content .fill-field{background:none;border-bottom:1px solid #333;padding:2px 4px}}.agreement-page .agreement-content .signature-section{margin-top:60px;page-break-before:always}.agreement-page .agreement-content .signature-section h2{margin-bottom:30px;text-align:center}.agreement-page .agreement-content .signature-section .signature-blocks{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-top:40px}@media(max-width:768px){.agreement-page .agreement-content .signature-section .signature-blocks{gap:40px;grid-template-columns:1fr}}.agreement-page .agreement-content .signature-section .signature-blocks .signature-block h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:30px;text-transform:uppercase}.agreement-page .agreement-content .signature-section .signature-blocks .signature-block .signature-line p{color:#4a4a4a;font-size:.95rem;margin:20px 0}.agreement-page .agreement-content .signature-section .signature-blocks .signature-block .signature-line p:first-child{border-bottom:1px solid #333;margin-bottom:30px;padding-bottom:5px}.agreement-page .agreement-content .agreement-footer{border-top:2px solid #e9ecef;margin-top:60px;padding-top:30px;text-align:center}@media print{.agreement-page .agreement-content .agreement-footer{page-break-before:avoid}}.agreement-page .agreement-content .agreement-footer .disclaimer{color:#dc3545;font-size:.9rem;font-style:italic;font-weight:500;margin-bottom:15px}.agreement-page .agreement-content .agreement-footer .nameconnect-info{color:#06c;font-size:1rem;font-weight:600;margin-bottom:10px}.agreement-page .agreement-content .agreement-footer .version-info{color:#666;font-size:.85rem}.agreement-page .scroll-to-top{align-items:center;background:#06c;border:none;border-radius:50%;bottom:30px;box-shadow:0 2px 10px #0066cc4d;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;position:fixed;right:30px;transition:all .3s ease;visibility:hidden;width:50px}@media print{.agreement-page .scroll-to-top{display:none}}.agreement-page .scroll-to-top.visible{opacity:1;visibility:visible}.agreement-page .scroll-to-top:hover{background:#0052a3;box-shadow:0 4px 15px #06c6;transform:translateY(-3px)}@media print{@page{size:letter;margin:1in}body{font-size:11pt}.agreement-page .agreement-content .agreement-section{page-break-inside:avoid}.agreement-page .agreement-content .agreement-section h2{page-break-after:avoid}.agreement-page .agreement-content .agreement-section ul{page-break-inside:avoid}.agreement-page .agreement-content .signature-section{page-break-before:always}.contact-section,.main-header,footer{display:none!important}}.domain-card{height:120px;width:auto}.main-header{background-color:#f5f5f5;background-color:var(--bg-light);background-color:#0000;height:70px;position:absolute;width:100%}.main-header.fixed-header{background:#fff;position:fixed;top:0;z-index:999999999}.main-header>.inner{display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.main-header>.inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.main-header>.inner>.section-left{align-items:center;display:flex;gap:50px;justify-content:flex-start;width:fit-content}.main-header>.inner>.section-left>.logo-section{align-items:center;display:flex;gap:6px;justify-content:flex-start;min-width:fit-content}.main-header>.inner>.section-left>.logo-section img{height:40px;width:auto}@media(max-width:450px){.main-header>.inner>.section-left>.logo-section img{height:36px}}.main-header>.inner>.section-left>.logo-section .logo-text{font-size:15px;font-weight:700}.main-header>.inner>.section-left>.links-section,.main-header>.inner>.section-left>.links-section ul{align-items:center;display:flex;justify-content:flex-start;width:100%}.main-header>.inner>.section-left>.links-section ul{gap:32px}.main-header>.inner>.section-left>.links-section ul li .nav-text{cursor:pointer;font-size:15px;font-weight:500}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container{position:relative}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-link{align-items:center;display:flex;gap:4px}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-link .dropdown-icon{transition:transform .2s ease}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-link:hover .dropdown-icon{transform:rotate(180deg)}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a;left:0;margin-top:10px;overflow:hidden;position:absolute;top:100%;transform:translateX(-50%);width:250px;z-index:1000}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown:before{background:#fff;box-shadow:-2px -2px 4px #0000000d;content:"";height:12px;left:50%;position:absolute;top:-6px;transform:translateX(-50%);transform:translateX(-50%) rotate(45deg);width:12px}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown .dropdown-inner{background:#fff;padding:8px 0;position:relative}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown .dropdown-inner .dropdown-item{display:block;padding:12px 20px;text-decoration:none;transition:background-color .2s ease}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown .dropdown-inner .dropdown-item:hover{background-color:#f5f5f5}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown .dropdown-inner .dropdown-item .dropdown-item-content h4{color:#262f4c;color:var(--text-primary);font-size:14px;font-weight:600;margin-bottom:4px}.main-header>.inner>.section-left>.links-section ul li.services-dropdown-container .services-dropdown .dropdown-inner .dropdown-item .dropdown-item-content p{color:#4c5059;color:var(--text-secondary);font-size:12px;line-height:1.4}@media(max-width:1190px){.main-header>.inner>.section-left>.links-section{display:none}}.main-header>.inner>.section-right{align-items:center;display:flex;gap:12px;justify-content:flex-end;width:fit-content}.main-header>.inner>.section-right>.section-left,.main-header>.inner>.section-right>.section-left ul{align-items:center;display:flex;justify-content:flex-end;width:100%}.main-header>.inner>.section-right>.section-left ul{gap:24px}.main-header>.inner>.section-right>.section-left ul li .icon-button{cursor:pointer}.main-header>.inner>.section-right>.section-left ul li{white-space:nowrap}.main-header>.inner>.section-right>.section-left ul li.mobile-only{display:none}@media(max-width:1190px){.main-header>.inner>.section-right>.section-left ul li.mobile-only{display:inline-block}}.main-header>.inner>.section-right>.section-left ul li.hide-mobile{display:inline-block}@media(max-width:834px){.main-header>.inner>.section-right>.section-left ul li.hide-mobile{display:none}}.main-header>.inner>.section-right>.section-right,.main-header>.inner>.section-right>.section-right ul{align-items:center;display:flex;justify-content:flex-end;width:100%}.main-header>.inner>.section-right>.section-right ul{gap:24px}.main-header>.inner>.section-right>.section-right ul li .icon-button{cursor:pointer}.main-header>.inner>.section-right>.section-right ul li.mobile-only{display:none}@media(max-width:1190px){.main-header>.inner>.section-right>.section-right ul li.mobile-only{display:inline-block}}.main-header>.inner>.section-right>.section-right ul li.hide-mobile{display:inline-block}@media(max-width:834px){.main-header>.inner>.section-right>.section-right ul li.hide-mobile{display:none}}.bg-mobile-menu{background:#0006;left:0;width:100%}.bg-mobile-menu,.bg-mobile-menu .mobile-menu{bottom:0;height:100%;position:fixed;right:0;top:0;z-index:999999999}.bg-mobile-menu .mobile-menu{background:#fff;background:var(--white);width:calc(100% - 80px)}.bg-mobile-menu .mobile-menu .inner{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.bg-mobile-menu .mobile-menu .inner ul,.bg-mobile-menu .mobile-menu .inner ul li{align-items:flex-start;display:flex;flex-direction:column;height:auto;justify-content:flex-start;width:100%}.bg-mobile-menu .mobile-menu .inner ul li{padding:0 20px}.bg-mobile-menu .mobile-menu .inner ul li.close-iconn{justify-content:flex-end;padding-right:20px;padding-top:16px}.bg-mobile-menu .mobile-menu .inner ul li a{display:flex;width:100%}.bg-mobile-menu .mobile-menu .inner ul li a .nav-text{color:#262f4c;color:var(--text-primary);cursor:pointer;display:block;font-size:24px;font-weight:500;padding:16px}.bg-mobile-menu .mobile-menu .inner ul li a .nav-text.sub{color:#4c5059;color:var(--text-secondary);font-size:20px;padding-left:32px}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-services-toggle{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px;width:100%}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-services-toggle .nav-text{color:#262f4c;color:var(--text-primary);font-size:24px;font-weight:500}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-services-toggle .dropdown-icon{color:#262f4c;color:var(--text-primary);transition:transform .3s ease}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-services-toggle .dropdown-icon.open{transform:rotate(180deg)}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-dropdown-items{background-color:#00000005;overflow:hidden;width:100%}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-dropdown-items .mobile-dropdown-item{border-top:1px solid #0000000d;display:block;width:100%}.bg-mobile-menu .mobile-menu .inner ul li.mobile-services-dropdown .mobile-dropdown-items .mobile-dropdown-item:last-child{border-bottom:1px solid #0000000d}.hero-wrapper{background:#f5f5f5;background:var(--bg-light);height:670px;width:100%}@media(max-width:1330px){.hero-wrapper{height:700px}}@media(max-width:1072px){.hero-wrapper{height:670px}}@media(max-width:872px){.hero-wrapper{height:710px}}@media(max-width:600px){.hero-wrapper{height:auto;padding-bottom:30px}}.hero-wrapper{height:740px;padding-top:70px}.hero-wrapper .inner{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);padding-top:72px;position:relative;width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.hero-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}@media(max-width:1072px){.hero-wrapper .inner{flex-direction:column;gap:32px;padding-top:36px}}.hero-wrapper .hero-img-wrapper{align-items:center;display:flex;justify-content:center;width:100%}@media(max-width:1072px){.hero-wrapper .hero-img-wrapper{align-items:center;justify-content:center}}@media(min-width:1072px){.hero-wrapper .hero-img-wrapper{display:none}}.hero-wrapper .hero-img-wrapper .hero-img{background-color:#262f4c;background-color:var(--text-primary);border-radius:110px;height:110px;overflow:hidden;width:110px}.hero-wrapper .hero-img-wrapper .hero-img img{height:100%;height:120px;object-fit:cover;width:100%;width:120px}.hero-wrapper .hero-content-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:flex-start;width:100%}@media(max-width:1072px){.hero-wrapper .hero-content-wrapper{align-items:center}}.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:26px;height:100%;justify-content:flex-start;width:100%}.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-text-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:flex-start;width:100%;width:calc(100% - 460px)}@media(max-width:1072px){.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-text-wrapper{align-items:center;margin-bottom:90px;text-align:center;width:100%}}.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-text-wrapper .hero-slogan{color:#4c5059;color:var(--text-secondary)}.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-text-wrapper .hero-heading{color:#262f4c;color:var(--text-primary)}.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-controls-wrapper{align-items:flex-start;display:flex;gap:12px;justify-content:flex-start;text-align:left;width:100%;width:calc(100% - 460px)}@media(max-width:1072px){.hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-controls-wrapper{align-items:center;flex-direction:column;gap:18px;text-align:center;width:100%}}.hero-wrapper .hero-content-wrapper>.hero-featured-domains-wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:calc(100% - 460px)}@media(max-width:1190px){.hero-wrapper .hero-content-wrapper>.hero-featured-domains-wrapper{width:100%}}@media(max-width:1072px){.hero-wrapper .hero-content-wrapper>.hero-featured-domains-wrapper{display:none}}.hero-wrapper .hero-bg-img-wrapper{background:url(https://cdn.webstadia.com/bc924857-8f35-472e-9f4a-87d1be2ea73c.png) no-repeat 50%;background-position-x:left;background-position-y:bottom;background-size:cover;background-size:auto;height:580px;position:absolute;right:0;top:0;width:460px}@media(max-width:834px){.hero-wrapper .hero-bg-img-wrapper{display:none}}@media(max-width:1330px){.hero-wrapper .hero-bg-img-wrapper{height:620px}}@media(max-width:1072px){.hero-wrapper .hero-bg-img-wrapper{display:none}}.hero-wrapper .hero-bg-separator{background-color:#0000001a;bottom:0;height:1px;left:-880px;left:calc(-100vw + 540px);left:calc(-100vw + 460px + var(--layout-padding-desktop));max-width:1340px;max-width:var(--layout-max-width);position:absolute;width:100%;width:calc(100vw - 80px);width:calc(100vw - var(--layout-padding-desktop))}.hero-wrapper .hero-footer{margin-top:40px;width:100%}.hero-wrapper .hero-footer .hero-bg-separator-new{background-color:#0000001a;height:1px;position:relative;top:-12px;width:100%}@media(max-width:1330px){.hero-wrapper .hero-footer .hero-bg-separator-new{top:-10px}}.tool-hero-wrapper{background:linear-gradient(180deg,#fffc,#f4f4f4),url(https://cdn.webstadia.com/7e0345d7-ebb1-42ac-951d-aa62cf50ee5c-medium.jpg);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;height:auto;padding-bottom:50px;padding-top:70px;width:100%}.tool-hero-wrapper .inner{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);padding-top:72px;position:relative;width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.tool-hero-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.tool-hero-wrapper .hero-tabs{align-items:center;display:flex;gap:24px;justify-content:center;margin-bottom:50px;width:100%}.tool-hero-wrapper .hero-tabs a{border-bottom:1px solid #696969;border-bottom:1px solid var(--text-info)}.tool-hero-wrapper .hero-content-wrapper{align-items:center;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:flex-start;width:100%}@media(max-width:1072px){.tool-hero-wrapper .hero-content-wrapper{align-items:center}}.tool-hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper{align-items:center;display:flex;flex-direction:column;gap:26px;height:100%;justify-content:flex-start;width:100%}.tool-hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-text-wrapper{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:flex-start;text-align:center;width:100%}@media(max-width:1072px){.tool-hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-text-wrapper{align-items:center;text-align:center}}.tool-hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-controls-wrapper{align-items:flex-start;display:flex;gap:12px;justify-content:center;text-align:left;width:100%;width:calc(100% - 460px)}.tool-hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-controls-wrapper .find-tool{width:100%}@media(max-width:1072px){.tool-hero-wrapper .hero-content-wrapper>.hero-text-content-wrapper .hero-controls-wrapper{align-items:center;flex-direction:column;gap:18px;text-align:center;width:100%}}.tool-hero-wrapper .hero-content-wrapper>.hero-featured-domains-wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:calc(100% - 460px)}@media(max-width:1190px){.tool-hero-wrapper .hero-content-wrapper>.hero-featured-domains-wrapper{width:100%}}@media(max-width:1072px){.tool-hero-wrapper .hero-content-wrapper>.hero-featured-domains-wrapper{display:none}}.tool-hero-wrapper .hero-bg-img-wrapper{background:url(https://cdn.webstadia.com/bc924857-8f35-472e-9f4a-87d1be2ea73c.png) no-repeat 50%;background-position-x:left;background-position-y:bottom;background-size:cover;background-size:auto;height:580px;position:absolute;right:0;top:0;width:460px}@media(max-width:834px){.tool-hero-wrapper .hero-bg-img-wrapper{display:none}}@media(max-width:1330px){.tool-hero-wrapper .hero-bg-img-wrapper{height:620px}}@media(max-width:1072px){.tool-hero-wrapper .hero-bg-img-wrapper{display:none}}.tool-hero-wrapper .hero-bg-separator{background-color:#0000001a;bottom:0;height:1px;left:-880px;left:calc(-100vw + 540px);left:calc(-100vw + 460px + var(--layout-padding-desktop));max-width:1340px;max-width:var(--layout-max-width);position:absolute;width:100%;width:calc(100vw - 80px);width:calc(100vw - var(--layout-padding-desktop))}.tool-hero-wrapper .hero-results{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:40px;margin-top:20px;width:100%}.tool-hero-wrapper .hero-results .hero-result-card{align-items:center;box-shadow:0 1px 0 0 #0000001a;display:flex;flex-direction:row;gap:20px;justify-content:space-between;max-width:700px;padding-bottom:20px;padding-top:20px;width:100%}.tool-hero-wrapper .hero-results .hero-result-card .left{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:space-between;max-width:60%}.tool-hero-wrapper .hero-results .hero-sugg{margin-top:40px}.tool-hero-wrapper .hero-error{background-color:#ef44441a;border-radius:8px;margin-top:20px;padding:16px;text-align:center;width:100%}.tool-hero-wrapper .hero-footer{margin-top:40px;width:100%}.tool-hero-wrapper .hero-footer .hero-bg-separator-new{background-color:#0000001a;height:1px;position:relative;top:-12px;width:100%}@media(max-width:1330px){.tool-hero-wrapper .hero-footer .hero-bg-separator-new{top:-10px}}.featured-wrapper{background:linear-gradient(180deg,#fffc,#f4f4f4),url(https://cdn.webstadia.com/7e0345d7-ebb1-42ac-951d-aa62cf50ee5c-medium.jpg);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;padding:50px 0;padding:var(--section-padding) 0;width:100%}.featured-wrapper .inner{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.featured-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.featured-wrapper .featured-heading span{font-size:20px;font-weight:700}.featured-wrapper .featured-content{display:flex;flex-direction:column;height:100%;width:100%}.featured-wrapper .featured-content .inner{display:flex;flex-direction:row;gap:4px;gap:var(--gap-small);height:100%;width:100%}@media(max-width:800px){.featured-wrapper .featured-content .inner{flex-direction:column}}.featured-wrapper .featured-content .inner .row{display:flex;flex:1 1;flex-direction:column;gap:4px;gap:var(--gap-small);height:460px;height:var(--row2-3-height);max-height:460px;max-height:var(--row2-3-height);overflow:hidden;width:100%}@media(max-width:800px){.featured-wrapper .featured-content .inner .row{height:auto;max-height:fit-content}}.featured-wrapper .featured-content .inner .row .card1,.featured-wrapper .featured-content .inner .row .card2{background:#f5f5f5;border:1px solid #ddd;border-radius:0;height:50%}.featured-wrapper .featured-content .inner .row .card .domain-card,.featured-wrapper .featured-content .inner .row .card .domain-card img{height:100%}.featured-wrapper .featured-content .inner .row.row1.featured-row{flex:1.2 1;height:100%;height:460px;height:var(--row2-3-height)}@media(max-width:800px){.featured-wrapper .featured-content .inner .row.row1.featured-row{height:auto;max-height:fit-content}}.featured-wrapper .featured-content .inner .row.row1.featured-row .card{flex:none;height:auto}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card1{height:318px;height:calc(var(--row1-height) - 142px)}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card2{display:flex;flex-direction:column;gap:4px;gap:var(--gap-small);height:142px}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card2 button{justify-content:flex-start;width:100%}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card2 button .icon.right{margin-left:auto}@media(max-width:800px){.featured-wrapper .featured-content .inner .row.row1.featured-row{flex:1 1}.featured-wrapper .featured-content .inner .row.row1.featured-row.featured-row-mobile{display:flex}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card1{height:50%}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card2{display:none;height:50%}.featured-wrapper .featured-content .inner .row.row1.featured-row .card.card2.card-mobile{display:flex}}.featured-wrapper .featured-content .inner .row.featured-row-mobile{display:none}.featured-wrapper .featured-content .inner .row.row2.normal-row,.featured-wrapper .featured-content .inner .row.row3.normal-row{height:460px;height:var(--row2-3-height)}@media(max-width:800px){.featured-wrapper .featured-content .inner .row.row2.normal-row,.featured-wrapper .featured-content .inner .row.row3.normal-row{height:auto;max-height:fit-content}}.highlight-wrapper{background:url(https://cdn.webstadia.com/76fe296d-ec0b-449c-8e4b-9cc0ee234450.png) no-repeat;background-position:-160px -160px;background-size:650px;height:auto;padding-bottom:50px;padding-top:50px;width:100%}.highlight-wrapper .inner{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.highlight-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.highlight-wrapper .inner .highlight-heading-area{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:100px;width:100%}.highlight-wrapper .inner .highlight-content-area{margin:0 auto;width:fit-content}.highlight-wrapper .inner .step{align-items:flex-start;display:flex;flex-direction:row;gap:30px;height:auto;height:260px;justify-content:center;max-width:730px;min-height:260px;position:relative;width:100%}@media(min-width:800px){.highlight-wrapper .inner .step.step-left{flex-direction:row-reverse}}@media(max-width:450px){.highlight-wrapper .inner .step{gap:10px}}.highlight-wrapper .inner .step .step-idx{height:100%;width:60px}@media(max-width:450px){.highlight-wrapper .inner .step .step-idx{width:40px}}.highlight-wrapper .inner .step .step-idx .step-counter{align-items:center;background-color:#0277ff;background-color:var(--blue);border-radius:60px;display:flex;height:40px;justify-content:center;width:60px}@media(max-width:450px){.highlight-wrapper .inner .step .step-idx .step-counter{height:26px;width:40px}.highlight-wrapper .inner .step .step-idx .step-counter .typog,.highlight-wrapper .inner .step .step-idx .step-counter p{font-size:16px}}.highlight-wrapper .inner .step .step-idx .step-connector{border-right:4px dashed #0277ff;border-right:4px dashed var(--blue);height:100%;left:50%;position:absolute;transform:translateX(-50%);width:1px}@media(max-width:800px){.highlight-wrapper .inner .step .step-idx .step-connector{left:30px}}@media(max-width:450px){.highlight-wrapper .inner .step .step-idx .step-connector{left:21px}}.highlight-wrapper .inner .step .step-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative;top:-40px;width:auto;width:315px}@media(max-width:450px){.highlight-wrapper .inner .step .step-content{width:100%}}.highlight-wrapper .inner .step .step-content .step-icon{margin-bottom:20px}.highlight-wrapper .inner .step .step-content .step-text{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:flex-start;width:100%}@media(max-width:800px){.highlight-wrapper .inner .step .step-content.empty{display:none}}@media(min-width:800px){.highlight-wrapper .inner .step.step-left{justify-content:flex-end;text-align:right}.highlight-wrapper .inner .step.step-left .step-content,.highlight-wrapper .inner .step.step-left .step-content .step-text{align-items:flex-end}}.process-wrapper{background:#0277ff;background:var(--blue);height:auto;padding-bottom:50px;padding-top:50px;width:100%}.process-wrapper .inner{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.process-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.process-wrapper .inner .process-heading-area{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:100px;width:100%}.process-wrapper .inner .process-heading-area .typog,.process-wrapper .inner .process-heading-area p{color:#fff;color:var(--white)}.process-wrapper .inner .process-content-area{margin:0 auto;width:fit-content}.process-wrapper .inner .step{align-items:flex-start;display:flex;flex-direction:row;gap:30px;height:auto;height:260px;justify-content:center;max-width:730px;min-height:260px;width:100%}.process-wrapper .inner .step.extra-height-1{height:400px;min-height:400px}@media(max-width:710px){.process-wrapper .inner .step.extra-height-1{height:640px;min-height:640px}}@media(max-width:450px){.process-wrapper .inner .step.extra-height-1{height:680px;min-height:680px}}.process-wrapper .inner .step.extra-height-2{height:400px;min-height:400px}.process-wrapper .inner .step{position:relative}@media(max-width:450px){.process-wrapper .inner .step{gap:10px}}.process-wrapper .inner .step .step-idx{height:100%;width:60px}@media(max-width:450px){.process-wrapper .inner .step .step-idx{width:40px}}.process-wrapper .inner .step .step-idx .step-counter{align-items:center;background-color:#fff;background-color:var(--white);border-radius:50px;display:flex;height:50px;justify-content:center;width:50px}.process-wrapper .inner .step .step-idx .step-counter .typog,.process-wrapper .inner .step .step-idx .step-counter p{color:#000;color:var(--black)}@media(max-width:450px){.process-wrapper .inner .step .step-idx .step-counter{height:40px;width:40px}.process-wrapper .inner .step .step-idx .step-counter .typog,.process-wrapper .inner .step .step-idx .step-counter p{font-size:16px}}.process-wrapper .inner .step .step-idx .step-counter.success{background-color:#00b62a;background-color:var(--success)}.process-wrapper .inner .step .step-idx .step-counter svg{color:#fff;color:var(--white)}.process-wrapper .inner .step .step-idx .step-connector{border-right:4px dashed #fff;border-right:4px dashed var(--white);height:100%;left:24px;position:absolute;width:1px}@media(max-width:450px){.process-wrapper .inner .step .step-idx .step-connector{left:18px}}.process-wrapper .inner .step .step-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative;width:auto;width:100%}.process-wrapper .inner .step .step-content .step-icon{margin-bottom:20px}.process-wrapper .inner .step .step-content .step-text{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:flex-start;width:100%}.process-wrapper .inner .step .step-content .step-text .step-desc .typog,.process-wrapper .inner .step .step-content .step-text .step-desc p,.process-wrapper .inner .step .step-content .step-text .step-title .typog,.process-wrapper .inner .step .step-content .step-text .step-title p{color:#fff;color:var(--white)}.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module{height:auto;width:100%}.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module .inner{align-items:flex-start;display:flex;flex-direction:column;gap:14px;height:100%;justify-content:flex-start;width:100%}.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module .inner .domain-list{align-items:flex-start;display:flex;flex-direction:row;gap:12px;height:auto;justify-content:flex-start;width:100%}@media(max-width:710px){.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module .inner .domain-list{flex-wrap:wrap}}.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module .inner .domain-button{align-items:flex-start;display:flex;flex-direction:column;gap:12px;height:auto;justify-content:flex-start;width:100%}.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module .inner .domain-button button{max-width:320px;width:100%}.process-wrapper .inner .step .step-content .step-text .featured-domain-list-module .inner .domain-button button .icon.right{margin-left:auto}@media(max-width:800px){.process-wrapper .inner .step .step-content.empty{display:none}}.testinomial-wrapper{background:#efefef;height:auto;padding-bottom:50px;padding-top:50px;width:100%}.testinomial-wrapper .inner{height:100%;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.testinomial-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.testinomial-wrapper .inner .testinomial-heading{margin-bottom:30px}.testinomial-wrapper .inner .testinomial-content{align-items:flex-start;display:flex;flex-direction:row;gap:24px;height:auto;justify-content:space-between;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-controls{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-controls.testinomial-controls-mobile{display:none}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-controls button{justify-content:flex-start;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-controls button .icon.right{margin-left:auto}.testinomial-wrapper .inner .testinomial-content .testinomial-row:first-child{max-width:460px;width:40%}@media(max-width:1250px){.testinomial-wrapper .inner .testinomial-content .testinomial-row:first-child{max-width:400px}}.testinomial-wrapper .inner .testinomial-content .testinomial-row:last-child{max-width:650px;width:60%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-people{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:24px;justify-content:flex-start;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-people .testinomial-people-avatar{height:50px;width:50px}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-people .testinomial-people-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:6px;justify-content:flex-start;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-people .testinomial-people-info .testinomial-people-desc,.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-people .testinomial-people-info .testinomial-people-name{width:100%}@media(max-width:1072px){.testinomial-wrapper .inner .testinomial-content{flex-direction:column}.testinomial-wrapper .inner .testinomial-content .testinomial-row{width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row:first-child,.testinomial-wrapper .inner .testinomial-content .testinomial-row:last-child{max-width:100%;width:100%}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-controls.testinomial-controls-pc{display:none}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-controls.testinomial-controls-mobile{display:flex}.testinomial-wrapper .inner .testinomial-content .testinomial-row .testinomial-people .testinomial-people-avatar{height:30px;width:30px}}.acquisition-service .service-form .contact-form{border:1px solid #0277ff;border:1px solid var(--blue);height:100%;padding:40px 0;width:100%}@media(max-width:450px){.acquisition-service .service-form .contact-form{padding:20px 0}}.acquisition-service .service-form .contact-form .inner{align-items:flex-start;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:flex-start;margin:0 auto;width:calc(100% - 80px)}@media(max-width:450px){.acquisition-service .service-form .contact-form .inner{width:calc(100% - 50px)}}.acquisition-service .service-form .contact-form .inner .form-heading .typog,.acquisition-service .service-form .contact-form .inner .form-heading p{color:#000;color:var(--black)}.acquisition-service .service-form .contact-form .inner .form-content{width:100%}.acquisition-service .service-form .contact-form .inner .form-content .form-control{margin-bottom:30px;width:100%}.acquisition-service .service-form .contact-form .inner .form-content .form-control .form-name .typog,.acquisition-service .service-form .contact-form .inner .form-content .form-control .form-name p{color:#0006;color:var(--text-dark)}.acquisition-service .service-form .contact-form .inner .form-content .form-control .form-name.m{margin-bottom:12px}.acquisition-service .service-form .contact-form .inner .form-content .form-control input{color:#000;color:var(--black)}.acquisition-service .service-form .contact-form .inner .form-content .form-control input::placeholder{color:#0006;color:var(--text-dark)}.acquisition-service .service-form .contact-form .inner .form-content .form-control textarea{color:#000;color:var(--black)}.acquisition-service .service-form .contact-form .inner .form-content .form-control textarea::placeholder{color:#0006;color:var(--text-dark)}.acquisition-service .service-form .contact-form .inner .form-content .form-control .button-full{width:100%}.acquisition-service .service-form .contact-form .inner .form-content .form-control.submit-btn-container{margin-top:16px}.brokering-service .form-control{margin-bottom:24px;width:100%}.brokering-service .form-control .form-name{margin-bottom:8px}.brokering-service .form-control .form-name .typog,.brokering-service .form-control .form-name p{color:#0006;color:var(--text-dark);font-weight:500}.brokering-service .form-control input,.brokering-service .form-control textarea{color:#000;color:var(--black)}.brokering-service .form-control input::placeholder,.brokering-service .form-control textarea::placeholder{color:#4c5059;color:var(--text-secondary)}.appraisal-service .form-control{margin-bottom:24px;width:100%}.appraisal-service .form-control .form-name{margin-bottom:8px}.appraisal-service .form-control .form-name .typog,.appraisal-service .form-control .form-name p{color:#0006;color:var(--text-dark);font-weight:500}.appraisal-service .form-control input,.appraisal-service .form-control textarea{color:#000;color:var(--black)}.appraisal-service .form-control input::placeholder,.appraisal-service .form-control textarea::placeholder{color:#4c5059;color:var(--text-secondary)}.strategy-service .form-control{margin-bottom:24px;width:100%}.strategy-service .form-control .form-name{margin-bottom:8px}.strategy-service .form-control .form-name .typog,.strategy-service .form-control .form-name p{color:#0006;color:var(--text-dark);font-weight:500}.strategy-service .form-control input,.strategy-service .form-control textarea{color:#000;color:var(--black)}.strategy-service .form-control input::placeholder,.strategy-service .form-control textarea::placeholder{color:#4c5059;color:var(--text-secondary)}.consulting-service .form-control{margin-bottom:24px;width:100%}.consulting-service .form-control .form-name{margin-bottom:8px}.consulting-service .form-control .form-name .typog,.consulting-service .form-control .form-name p{color:#0006;color:var(--text-dark);font-weight:500}.consulting-service .form-control input,.consulting-service .form-control textarea{color:#000;color:var(--black)}.consulting-service .form-control input::placeholder,.consulting-service .form-control textarea::placeholder{color:#4c5059;color:var(--text-secondary)}.marketing-service .form-control{margin-bottom:24px;width:100%}.marketing-service .form-control .form-name{margin-bottom:8px}.marketing-service .form-control .form-name .typog,.marketing-service .form-control .form-name p{color:#0006;color:var(--text-dark);font-weight:500}.marketing-service .form-control input,.marketing-service .form-control textarea{color:#000;color:var(--black)}.marketing-service .form-control input::placeholder,.marketing-service .form-control textarea::placeholder{color:#4c5059;color:var(--text-secondary)}.contact-section{background-color:#1c1d22}.contact-wrapper{background:url(https://cdn.webstadia.com/b74935dc-acca-4807-b748-db87df426e66.png),linear-gradient(180deg,#1c1d22,#1c1d22);background-position:50%;background-position:220px 170px;background-repeat:no-repeat;background-size:60%;height:auto;padding-bottom:50px;padding-top:50px;width:100%}.contact-wrapper .inner{height:100%;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.contact-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.contact-wrapper .inner .contact-content{align-items:flex-start;display:flex;flex-direction:row;gap:24px;height:auto;justify-content:space-between;width:100%}.contact-wrapper .inner .contact-content .contact-row{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-heading .typog,.contact-wrapper .inner .contact-content .contact-row .contact-heading p{color:#fff;color:var(--white)}.contact-wrapper .inner .contact-content .contact-row .contact-info .typog,.contact-wrapper .inner .contact-content .contact-row .contact-info p{color:#fff6;color:var(--text-light)}.contact-wrapper .inner .contact-content .contact-row .contact-controls{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-controls.contact-controls-mobile{display:none}.contact-wrapper .inner .contact-content .contact-row .contact-controls button{justify-content:flex-start;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-controls button .icon.right{margin-left:auto}.contact-wrapper .inner .contact-content .contact-row:first-child{max-width:600px;width:50%}@media(max-width:1250px){.contact-wrapper .inner .contact-content .contact-row:first-child{max-width:400px}}.contact-wrapper .inner .contact-content .contact-row:last-child{max-width:600px;width:50%}.contact-wrapper .inner .contact-content .contact-row .contact-people{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:24px;justify-content:flex-start;margin-top:40px;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-people .contact-people-avatar{height:50px;width:50px}.contact-wrapper .inner .contact-content .contact-row .contact-people .contact-people-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:6px;justify-content:flex-start;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-people .contact-people-info .contact-people-desc,.contact-wrapper .inner .contact-content .contact-row .contact-people .contact-people-info .contact-people-name{width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-form{border:1px solid #0277ff;border:1px solid var(--blue);height:100%;padding:40px 0;width:100%}@media(max-width:450px){.contact-wrapper .inner .contact-content .contact-row .contact-form{padding:20px 0}}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner{align-items:flex-start;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:flex-start;margin:0 auto;width:calc(100% - 80px)}@media(max-width:450px){.contact-wrapper .inner .contact-content .contact-row .contact-form .inner{width:calc(100% - 50px)}}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-heading .typog,.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-heading p{color:#fff;color:var(--white)}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content{width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control{margin-bottom:30px;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control .form-name .typog,.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control .form-name p{color:#fff6;color:var(--text-light)}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control .form-name.m{margin-bottom:12px}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control input{color:#fff;color:var(--white)}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control input::placeholder{color:#fff6;color:var(--text-light)}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control textarea{color:#fff;color:var(--white)}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control textarea::placeholder{color:#fff6;color:var(--text-light)}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control .button-full{width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-form .inner .form-content .form-control.submit-btn-container{margin-top:16px}@media(max-width:1072px){.contact-wrapper .inner .contact-content{flex-direction:column}.contact-wrapper .inner .contact-content .contact-row{width:100%}.contact-wrapper .inner .contact-content .contact-row:first-child,.contact-wrapper .inner .contact-content .contact-row:last-child{max-width:100%;width:100%}.contact-wrapper .inner .contact-content .contact-row .contact-controls.contact-controls-pc{display:none}.contact-wrapper .inner .contact-content .contact-row .contact-controls.contact-controls-mobile{display:flex}.contact-wrapper .inner .contact-content .contact-row .contact-people .contact-people-avatar{height:30px;width:30px}}.blogs-wrapper{background:#efefef;height:auto;padding-bottom:50px;padding-top:50px;width:100%}.blogs-wrapper .inner{height:100%;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.blogs-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.blogs-wrapper .inner .blogs-heading{margin-bottom:30px}.blogs-wrapper .inner .blogs-content{align-items:flex-start;display:flex;flex-direction:column;gap:45px;height:auto;justify-content:flex-start;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col{align-items:flex-start;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card{align-items:center;display:flex;flex-direction:row;gap:24px;height:auto;justify-content:flex-start;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-img{height:120px;overflow:hidden;width:120px}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-img img{height:auto;width:120px}@media(max-width:450px){.blogs-wrapper .inner .blogs-content .blogs-col .blog-card{flex-direction:column}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-img,.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-img img{width:100%}}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:6px;height:120px;justify-content:flex-start;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text .blog-title{width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text .blog-title .typog,.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text .blog-title p{font-size:15px;font-weight:600}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text .blog-desc{width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text .blog-desc .typog,.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text .blog-desc p{font-size:14px}@media(max-width:1000px){.blogs-wrapper .inner .blogs-content .blogs-col{flex-direction:column}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card{align-items:flex-start}.blogs-wrapper .inner .blogs-content .blogs-col .blog-card .blog-text{height:auto}}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard{background:linear-gradient(90.6deg,#0077ffb3 7.09%,#07f 99.48%),url(https://cdn.webstadia.com/0f155eb6-a011-4a81-aa75-5baf7a0abb28.png);background-size:cover;border-radius:9px;height:auto;padding:40px 0;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner{align-items:center;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:center;margin:0 auto;max-width:500px;width:calc(100% - 40px)}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col{text-align:center;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .typog,.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col p{color:#fff;color:var(--white)}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper{background:#0000;border:2px solid #fff;border:2px solid var(--white);border-radius:2px;display:flex;height:44px;overflow:hidden;width:100%}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper input{background:#0000;border:none;color:#fff;color:var(--white);flex:1 1;font-size:16px;font-weight:400;outline:none;padding:12px}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper input::placeholder{color:#fff;color:var(--white)}@media(max-width:450px){.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper input{width:100%}}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper button{align-items:center;background:#fff;background:var(--white);border:none;cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:center;padding:0 16px;white-space:nowrap}.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper button .typog,.blogs-wrapper .inner .blogs-content .blogs-col .blog-newscard .inner .col .email-wrapper button p{color:#000;color:var(--black)}.footer-wrapper{background-color:#000;height:auto;padding-bottom:60px;padding-top:50px;width:100%}.footer-wrapper .inner{align-items:flex-start;display:flex;flex-direction:row;gap:40px;height:100%;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:450px){.footer-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.footer-wrapper .inner .footer-row{align-items:flex-start;display:flex;flex-direction:row;gap:24px;height:100%;justify-content:flex-start;width:100%}.footer-wrapper .inner .footer-row.branding{max-width:260px}.footer-wrapper .inner .footer-row ul{align-items:flex-start;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:flex-start;width:100%}.footer-wrapper .inner .footer-row ul li.heading{margin-bottom:12px}.footer-wrapper .inner .footer-row ul li.heading .typog,.footer-wrapper .inner .footer-row ul li.heading p{color:#fff;color:var(--white)}.footer-wrapper .inner .footer-row ul li.logo img{height:50px;width:auto}.footer-wrapper .inner .footer-row ul li.copy-text,.footer-wrapper .inner .footer-row ul li.logo{margin-bottom:20px}.footer-wrapper .inner .footer-row ul li a{-webkit-text-decoration:underline #696969;text-decoration:underline #696969;-webkit-text-decoration:underline var(--text-info);text-decoration:underline var(--text-info)}.footer-wrapper .inner .footer-row.links{width:fit-content}.footer-wrapper .inner .footer-row.links ul{max-width:250px}@media(max-width:1072px){.footer-wrapper .inner .footer-row.links{flex-direction:column;margin-bottom:20px}.footer-wrapper .inner{flex-direction:column-reverse}}.tool-advert-wrapper{background:url(https://cdn.webstadia.com/31ff4c2c-7d5a-4ee9-9eda-acf60228e377.png);background-size:cover;height:340px;width:100%}@media(max-width:710px){.tool-advert-wrapper{background-position-x:-200px}}.tool-advert-wrapper .inner{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:450px){.tool-advert-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.tool-advert-wrapper .inner .section.section-left{align-items:flex-start;display:flex;flex-direction:column;gap:50px;justify-content:flex-start}.tool-advert-wrapper .inner .section.section-left .section-text{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;width:100%}.faq-wrapper{border-bottom:1px solid #696969;border-bottom:1px solid var(--text-info);padding:50px 0;width:100%}.faq-wrapper.no-border{border-bottom:none}.faq-wrapper .inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:450px){.faq-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.faq-wrapper .inner .faq-hdr{margin-bottom:50px}.faq-wrapper .inner .faq-component{list-style:none;margin:0;max-width:800px;padding:0;width:100%}.faq-wrapper .inner .faq-row{border-bottom:1px solid #ccc}.faq-wrapper .inner .faq-row-question{align-items:flex-start;background:none;border:0;cursor:pointer;display:flex;padding:1rem 0;text-align:left;width:100%}.faq-wrapper .inner .faq-row-icon{flex-shrink:0;font-size:1.25rem;line-height:1;margin-right:.5rem;width:1.5rem}.faq-wrapper .inner .faq-row-text{flex:1 1;font-weight:600}.faq-wrapper .inner .faq-row-answer{font-size:.95rem;line-height:1.5;max-height:0;overflow:hidden;padding-left:2rem;transition:max-height .3s ease}.faq-wrapper .inner .faq-row.open .faq-row-answer{max-height:500px;padding-bottom:1rem}.faq-wrapper.left-aligned{padding-top:0}.faq-wrapper.left-aligned .inner{width:100%}.faq-wrapper.left-aligned .inner .faq-row{justify-content:flex-start}.find-tool{background-color:#fff;border:2px solid #0277ff;border:2px solid var(--blue);height:auto;width:auto}.find-tool .find-inner{align-items:center;display:flex;flex-direction:row;gap:12px;height:100%;justify-content:space-between;padding:2px;width:100%}.find-tool .find-inner .find-input{height:100%;width:100%}.find-tool .find-inner .find-input input{height:100%;padding:0 16px;width:100%}.find-tool .find-inner .find-input input:focus{outline:none}.services-hero-wrapper{background:linear-gradient(180deg,#fffc,#f4f4f4),url(https://cdn.webstadia.com/7e0345d7-ebb1-42ac-951d-aa62cf50ee5c-medium.jpg);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;height:auto;padding-bottom:50px;padding-top:70px;width:100%}.services-hero-wrapper .inner{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);padding-top:28px;position:relative;width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.services-hero-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.services-hero-wrapper .hero-heading{align-items:center;display:flex;gap:24px;justify-content:flex-start;margin-bottom:24px;width:100%}.services-hero-wrapper .hero-heading a{border-bottom:1px solid #696969;border-bottom:1px solid var(--text-info)}.services-hero-wrapper .hero-heading h1{font-size:24px;text-transform:uppercase}.services-hero-wrapper .hero-menu{align-items:flex-start;align-items:center;display:flex;flex-direction:row;gap:40px;height:100%;justify-content:flex-start;width:100%}@media(max-width:1072px){.services-hero-wrapper .hero-menu{align-items:center}}.services-hero-wrapper .hero-menu .hero-menu-preview{background-color:#fff;height:364px;min-height:364px;min-width:364px;width:364px}@media(max-width:850px){.services-hero-wrapper .hero-menu .hero-menu-preview{display:none}}.services-hero-wrapper .hero-menu .hero-menu-links{height:100%;width:100%}.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li a{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li a svg path{color:#000}.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li{border-bottom:1px solid #0000001a;height:54px;width:100%}.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li.active svg path,.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li:hover svg path{fill:#0277ff;fill:var(--blue);color:#0277ff;color:var(--blue);transition:all .3s ease}.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li.active a h2,.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li.active a p,.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li:hover a h2,.services-hero-wrapper .hero-menu .hero-menu-links .hero-menu-links-list li:hover a p{color:#0277ff;color:var(--blue);transition:color .3s ease}.service-showcase{background:var(--bg-white);height:auto;padding-bottom:100px;padding-top:100px;width:100%}.service-showcase .inner{align-items:flex-start;display:flex;flex-direction:row;gap:60px;height:auto;justify-content:flex-start;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}.service-showcase .inner .service-image{background-color:#998a8a;height:400px;min-height:400px;min-width:400px;overflow:hidden;width:400px}.service-showcase .inner .service-content{background-color:#fff;gap:40px;padding-top:10px}.service-showcase .inner .service-content,.service-showcase .inner .service-content .service-text{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.service-showcase .inner .service-content .service-text{gap:20px}.service-showcase .inner .service-content .service-text .service-para{display:flex;flex-direction:column;gap:16px;height:auto;line-height:28px;width:100%}.service-showcase .inner .service-content .service-controls{align-items:flex-start;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:flex-start;width:100%}.service-showcase.right-aligned .inner{flex-direction:row-reverse}@media(max-width:1190px){.service-showcase .inner{flex-direction:column;gap:32px}.service-showcase .inner .service-image{max-height:300px;overflow:hidden}.service-showcase .inner .service-image,.service-showcase .inner .service-image img{height:auto;min-height:auto;min-width:100%;width:100%}.service-showcase .inner .service-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.service-showcase.right-aligned .inner{flex-direction:column}}.service-intro-showcase{background:var(--bg-white);height:auto;padding-bottom:100px;padding-top:100px;width:100%}.service-intro-showcase .inner{align-items:flex-start;display:flex;flex-direction:row;gap:60px;height:auto;justify-content:flex-start;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}.service-intro-showcase .inner .service-form{max-width:500px;min-width:500px;position:sticky;top:80px;width:50%}.service-intro-showcase .inner .service-form .contact-form{border:1px solid #0277ff;border:1px solid var(--blue);height:100%;padding:40px 0;width:100%}@media(max-width:450px){.service-intro-showcase .inner .service-form .contact-form{padding:20px 0}}.service-intro-showcase .inner .service-form .contact-form .inner{align-items:flex-start;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:flex-start;margin:0 auto;width:calc(100% - 80px)}@media(max-width:450px){.service-intro-showcase .inner .service-form .contact-form .inner{width:calc(100% - 50px)}}.service-intro-showcase .inner .service-form .contact-form .inner .form-heading .typog,.service-intro-showcase .inner .service-form .contact-form .inner .form-heading p{color:#000;color:var(--black)}.service-intro-showcase .inner .service-form .contact-form .inner .form-content{width:100%}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control{margin-bottom:30px;width:100%}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control .form-name .typog,.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control .form-name p{color:#0006;color:var(--text-dark)}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control .form-name.m{margin-bottom:12px}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control input{color:#000;color:var(--black)}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control input::placeholder{color:#0006;color:var(--text-dark)}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control textarea{color:#000;color:var(--black)}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control textarea::placeholder{color:#0006;color:var(--text-dark)}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control .button-full{width:100%}.service-intro-showcase .inner .service-form .contact-form .inner .form-content .form-control.submit-btn-container{margin-top:16px}.service-intro-showcase .inner .service-content{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:flex-start;padding-top:10px;width:100%}.service-intro-showcase .inner .service-content .service-text{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:flex-start;width:100%}.service-intro-showcase .inner .service-content .service-text .service-para{display:flex;flex-direction:column;gap:16px;height:auto;line-height:28px;width:100%}.service-intro-showcase .inner .service-content .with-points li{background-image:url(https://cdn.webstadia.com/2fa0ce49-f9d0-4a23-a9b0-995873b2f3f3.png);background-position:left 6px;background-repeat:no-repeat;background-size:18px;line-height:34px;margin-bottom:14px;padding-left:30px}.service-intro-showcase .inner .service-content .service-controls{align-items:flex-start;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:flex-start;width:100%}.service-intro-showcase.right-aligned .inner{flex-direction:row-reverse}@media(max-width:1190px){.service-intro-showcase .inner{flex-direction:column;gap:32px}.service-intro-showcase .inner .service-image{max-height:300px;overflow:hidden}.service-intro-showcase .inner .service-image,.service-intro-showcase .inner .service-image img{height:auto;min-height:auto;min-width:100%;width:100%}.service-intro-showcase .inner .service-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.service-intro-showcase.right-aligned .inner{flex-direction:column}}.featured-listing{background:var(--bg-white);height:auto;padding-bottom:50px;padding-top:50px;width:100%}.featured-listing .inner{align-items:flex-start;display:flex;flex-direction:column;gap:60px;height:auto;justify-content:flex-start;margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:100%;width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.featured-listing .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.featured-listing .inner .search-toolbar{border-bottom:1px solid #000;height:40px;width:100%}@media(max-width:850px){.featured-listing .inner .search-toolbar{border-bottom:none;height:80px}}.featured-listing .inner .search-toolbar .inner{align-items:center;display:flex;flex-direction:row;gap:16px;height:100%;justify-content:space-between;width:100%}@media(max-width:850px){.featured-listing .inner .search-toolbar .inner{flex-direction:column;gap:0}}.featured-listing .inner .search-toolbar .inner .searchbar-input{height:100%;width:100%}.featured-listing .inner .search-toolbar .inner .searchbar-input .search-input-box{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-start;width:100%}.featured-listing .inner .search-toolbar .inner .searchbar-input .search-input-box .search-input-icon{align-items:center;display:flex;flex-direction:row;height:40px;justify-content:center;padding-right:10px}.featured-listing .inner .search-toolbar .inner .searchbar-input .search-input-box .search-input-field{height:100%;width:100%}.featured-listing .inner .search-toolbar .inner .searchbar-input .search-input-box .search-input-field input{height:100%;line-height:40px;outline:none;width:100%}@media(max-width:850px){.featured-listing .inner .search-toolbar .inner .searchbar-input{border-bottom:1px solid #000;width:100%}}.featured-listing .inner .search-toolbar .inner .search-tools{align-items:center;display:flex;flex-direction:row;gap:0;height:100%;justify-content:space-between;width:fit-content}.featured-listing .inner .search-toolbar .inner .search-tools .search-tool{border-right:1px solid #000;display:flex;height:100%;height:40px;width:140px}.featured-listing .inner .search-toolbar .inner .search-tools .search-tool:last-child{border-right:none}.featured-listing .inner .search-toolbar .inner .search-tools .search-tool.category-select,.featured-listing .inner .search-toolbar .inner .search-tools .search-tool.category-select .select-box,.featured-listing .inner .search-toolbar .inner .search-tools .search-tool.category-select .select-label{width:200px}@media(max-width:850px){.featured-listing .inner .search-toolbar .inner .search-tools{border-bottom:1px solid #000;width:100%}.featured-listing .inner .search-toolbar .inner .search-tools .search-tool,.featured-listing .inner .search-toolbar .inner .search-tools .search-tool.category-select{flex:1 1;width:100%}}@media(max-width:450px){.featured-listing .inner .search-toolbar .inner .search-tools .search-tool{flex:1 1;white-space:nowrap;width:100%}.featured-listing .inner .search-toolbar .inner .search-tools .search-tool.category-select{width:100%}}.featured-listing .inner .domain-table{width:100%}@media(max-width:1190px){.featured-listing .inner{flex-direction:column;gap:32px}}.search-overlay{align-items:flex-start;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding-top:80px;position:fixed;right:0;top:0;z-index:9999999}@media(max-width:450px){.search-overlay{align-items:flex-start;padding-top:20px}}.search-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin:0 20px;max-height:80vh;max-width:600px;overflow:hidden;width:100%}@media(max-width:450px){.search-modal{margin:0 16px;max-height:90vh}}.search-header{border-bottom:1px solid #e5e5e5;padding:20px}.search-input-container{align-items:center;display:flex;gap:12px;position:relative}.search-input-container .search-icon{color:#6b7280;flex-shrink:0}.search-input-container .search-input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:16px;font-weight:500;outline:none}.search-input-container .search-input::placeholder{color:#9ca3af}.search-input-container .search-close{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;flex-shrink:0;padding:4px;transition:all .2s ease}.search-input-container .search-close:hover{background-color:#f3f4f6;color:#374151}.search-results,.search-suggestions{max-height:400px;overflow-y:auto}.search-results-header,.suggestions-header{border-bottom:1px solid #f3f4f6;padding:16px 20px 8px}.search-results-header span,.suggestions-header span{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.search-results-list{padding:8px 0}.search-result-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:12px 20px;transition:all .2s ease}.search-result-item:hover{background-color:#f9fafb}.search-result-item .result-info{flex:1 1}.search-result-item .result-info .result-title{color:#1f2937;font-size:14px;font-weight:600;margin-bottom:2px}.search-result-item .result-info .result-category{color:#6b7280;font-size:12px}.search-result-item .result-price{color:var(--primary-color);font-size:14px;font-weight:700}.no-results{color:#6b7280;padding:20px;text-align:center}.suggestions-list{padding:8px 0}.suggestion-item{align-items:center;cursor:pointer;display:flex;gap:12px;padding:12px 20px;transition:all .2s ease}.suggestion-item:hover{background-color:#f9fafb}.suggestion-item svg{color:#9ca3af;flex-shrink:0}.suggestion-item span{color:#374151;font-size:14px}.resources-hero-wrapper{background:linear-gradient(135deg,#1a1a2e,#0f0f23);overflow:hidden;position:relative}.resources-hero-wrapper:before{background:radial-gradient(circle,#4a90e21a 0,#0000 70%);border-radius:50%;content:"";height:600px;position:absolute;right:-10%;top:-50%;width:600px}.resources-hero-wrapper .inner{position:relative;z-index:1}.resources-hero-wrapper .resources-hero-content{margin:0 auto;max-width:800px;padding:80px 0 100px;text-align:center}.resources-hero-wrapper .resources-hero-content h1{color:#fff;font-size:3rem;font-weight:700;margin-bottom:20px}.resources-hero-wrapper .resources-hero-content p{color:#fffc;font-size:1.2rem;line-height:1.8}.resources-tools-wrapper{background:#f5f5f5;background:var(--bg-light);padding:80px 0}.resources-tools-wrapper .section-header{margin-bottom:60px;text-align:center}.resources-tools-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.resources-tools-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.resources-tools-wrapper .tools-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1000px}.resources-tools-wrapper .tools-grid .tool-card{background:#fff;border-radius:0;display:block;overflow:hidden;padding:40px 30px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.resources-tools-wrapper .tools-grid .tool-card:before{background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .3s ease}.resources-tools-wrapper .tools-grid .tool-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.resources-tools-wrapper .tools-grid .tool-card:hover:before{transform:translateX(0)}.resources-tools-wrapper .tools-grid .tool-card:hover .tool-action{color:var(--primary-color)}.resources-tools-wrapper .tools-grid .tool-card:hover .tool-action svg{transform:translateX(5px)}.resources-tools-wrapper .tools-grid .tool-card .tool-icon{align-items:center;display:flex;height:60px;justify-content:center;margin-bottom:20px}.resources-tools-wrapper .tools-grid .tool-card h3{color:#262f4c;color:var(--text-primary);font-size:1.5rem;margin-bottom:12px}.resources-tools-wrapper .tools-grid .tool-card p{color:#4c5059;color:var(--text-secondary);line-height:1.6;margin-bottom:20px}.resources-tools-wrapper .tools-grid .tool-card .tool-action{align-items:center;color:#4c5059;color:var(--text-secondary);display:flex;font-weight:500;gap:8px;justify-content:center;transition:color .3s ease}.resources-tools-wrapper .tools-grid .tool-card .tool-action svg{transition:transform .3s ease}.resources-glossary-wrapper{background:#f8f9fa;padding:80px 0}.resources-glossary-wrapper .section-header{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;margin-bottom:60px;text-align:center}.resources-glossary-wrapper .section-header svg{color:var(--primary-color);margin-bottom:20px}.resources-glossary-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.resources-glossary-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.resources-glossary-wrapper .glossary-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px}.resources-glossary-wrapper .glossary-grid .glossary-item{background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:25px;transition:all .3s ease}.resources-glossary-wrapper .glossary-grid .glossary-item:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #0000000d}.resources-glossary-wrapper .glossary-grid .glossary-item h4{color:var(--primary-color);font-size:1.2rem;font-weight:600;margin-bottom:10px}.resources-glossary-wrapper .glossary-grid .glossary-item p{color:#4c5059;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.resources-faq-wrapper{background:#fff;padding:80px 0}.resources-faq-wrapper .section-header{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;margin-bottom:60px;text-align:center}.resources-faq-wrapper .section-header svg{color:var(--primary-color);margin-bottom:20px}.resources-faq-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.resources-faq-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.resources-faq-wrapper .faq-cta{border-top:1px solid #e1e4e8;margin-top:50px;padding-top:50px;text-align:center}.resources-faq-wrapper .faq-cta p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin-bottom:20px}.resources-guides-wrapper{background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:80px 0}.resources-guides-wrapper .section-header{margin-bottom:60px;text-align:center}.resources-guides-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.resources-guides-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.resources-guides-wrapper .guides-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.resources-guides-wrapper .guides-grid .guide-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px}.resources-guides-wrapper .guides-grid .guide-card h3{color:var(--primary-color);font-size:1.8rem;font-weight:600;margin-bottom:25px}.resources-guides-wrapper .guides-grid .guide-card ul{list-style:none;margin:0;padding:0}.resources-guides-wrapper .guides-grid .guide-card ul li{margin-bottom:15px;padding-left:30px;position:relative}.resources-guides-wrapper .guides-grid .guide-card ul li:before{color:var(--success-color);content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute;top:0}.resources-guides-wrapper .guides-grid .guide-card ul li p{color:#4c5059;color:var(--text-secondary);line-height:1.6}@media(max-width:1190px){.resources-hero-wrapper .resources-hero-content{padding:60px 20px 80px}.resources-hero-wrapper .resources-hero-content h1{font-size:2.5rem}.resources-hero-wrapper .resources-hero-content p{font-size:1.1rem}.resources-faq-wrapper,.resources-glossary-wrapper,.resources-guides-wrapper,.resources-tools-wrapper{padding:60px 0}.resources-faq-wrapper .inner,.resources-glossary-wrapper .inner,.resources-guides-wrapper .inner,.resources-tools-wrapper .inner{padding:0 20px}.resources-faq-wrapper .section-header,.resources-glossary-wrapper .section-header,.resources-guides-wrapper .section-header,.resources-tools-wrapper .section-header{margin-bottom:40px}.resources-faq-wrapper .section-header h2,.resources-glossary-wrapper .section-header h2,.resources-guides-wrapper .section-header h2,.resources-tools-wrapper .section-header h2{font-size:2rem}.resources-faq-wrapper .section-header p,.resources-glossary-wrapper .section-header p,.resources-guides-wrapper .section-header p,.resources-tools-wrapper .section-header p{font-size:1rem}.resources-glossary-wrapper .glossary-grid,.resources-tools-wrapper .tools-grid{gap:20px;grid-template-columns:1fr}.resources-guides-wrapper .guides-grid{gap:25px;grid-template-columns:1fr}.resources-guides-wrapper .guides-grid .guide-card{padding:30px 25px}.resources-guides-wrapper .guides-grid .guide-card h3{font-size:1.5rem}}@media(max-width:450px){.resources-hero-wrapper:before{height:400px;right:-30%;width:400px}.resources-hero-wrapper .resources-hero-content{padding:40px 15px 60px}.resources-hero-wrapper .resources-hero-content h1{font-size:2rem}.resources-hero-wrapper .resources-hero-content p{font-size:1rem}.resources-faq-wrapper,.resources-glossary-wrapper,.resources-guides-wrapper,.resources-tools-wrapper{padding:50px 0}.resources-faq-wrapper .inner,.resources-glossary-wrapper .inner,.resources-guides-wrapper .inner,.resources-tools-wrapper .inner{padding:0 15px}.resources-faq-wrapper .section-header,.resources-glossary-wrapper .section-header,.resources-guides-wrapper .section-header,.resources-tools-wrapper .section-header{margin-bottom:30px}.resources-faq-wrapper .section-header h2,.resources-glossary-wrapper .section-header h2,.resources-guides-wrapper .section-header h2,.resources-tools-wrapper .section-header h2{font-size:1.75rem}.resources-faq-wrapper .section-header p,.resources-glossary-wrapper .section-header p,.resources-guides-wrapper .section-header p,.resources-tools-wrapper .section-header p{font-size:.95rem}.resources-tools-wrapper .tools-grid .tool-card{padding:30px 20px}.resources-tools-wrapper .tools-grid .tool-card h3{font-size:1.3rem}.resources-glossary-wrapper .glossary-grid .glossary-item{padding:20px}.resources-glossary-wrapper .glossary-grid .glossary-item h4{font-size:1.1rem}.resources-glossary-wrapper .glossary-grid .glossary-item p{font-size:.9rem}.resources-guides-wrapper .guides-grid .guide-card{padding:25px 20px}.resources-guides-wrapper .guides-grid .guide-card h3{font-size:1.3rem;margin-bottom:20px}.resources-guides-wrapper .guides-grid .guide-card ul li{margin-bottom:12px;padding-left:25px}.resources-guides-wrapper .guides-grid .guide-card ul li p{font-size:.9rem}.resources-faq-wrapper .faq-cta{margin-top:40px;padding-top:40px}.resources-faq-wrapper .faq-cta p{font-size:1rem;margin-bottom:15px}}:root{--blue:#0277ff;--secondary:#f5f5f5;--black:#000;--white:#fff;--text-primary:#262f4c;--text-secondary:#4c5059;--text-info:#696969;--success:#00b62a;--text-light:#fff6;--text-dark:#0006;--accent:var(--blue);--bg-light:var(--secondary);--bg-dark:var(--black);--font-primary:"Inter",sans-serif;--font-number:"Roboto condensend",sans-serif;--font-h1-lg:32px;--font-h1-sm:24px;--font-h2-lg:20px;--font-h2-sm:15px;--font-nav:15px;--font-info:11px;--font-btn:16px;--layout-max-width:1340px;--layout-padding-desktop:80px;--layout-padding-mobile:40px;--breakpoint-laptop:1190px;--breakpoint-tablet:1024px;--breakpoint-mobile:450px;--breakpoint-tablet-sm:710px;--section-padding:50px;--gap-small:4px;--row1-height:460px;--row2-3-height:460px}@media(max-width:600px){:root{--font-btn:15px}}@media(max-width:450px){:root{--font-btn:14px}}.about-story-wrapper{background:#f5f5f5;background:var(--bg-light);padding:80px 0}.about-story-wrapper .inner{margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.about-story-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.about-story-wrapper .story-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 400px}@media(max-width:1190px){.about-story-wrapper .story-content{gap:40px;grid-template-columns:1fr}}.about-story-wrapper .story-content .story-text h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:30px}.about-story-wrapper .story-content .story-text p{color:#4c5059;color:var(--text-secondary);font-size:1.05rem;line-height:1.8;margin-bottom:20px}.about-story-wrapper .story-content .story-text p:last-child{margin-bottom:0}.about-story-wrapper .story-content .story-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}@media(max-width:1190px){.about-story-wrapper .story-content .story-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.about-story-wrapper .story-content .story-stats{grid-template-columns:1fr}}.about-story-wrapper .story-content .story-stats .stat-card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;padding:40px 30px;text-align:center;transition:transform .3s ease}.about-story-wrapper .story-content .story-stats .stat-card:hover{transform:translateY(-5px)}.about-story-wrapper .story-content .story-stats .stat-card h2{color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:10px}.about-story-wrapper .story-content .story-stats .stat-card p{color:#4c5059;color:var(--text-secondary);font-size:.95rem}.about-mission-wrapper{background:#fff;padding:80px 0}.about-mission-wrapper .inner{margin:0 auto;max-width:1340px;max-width:var(--layout-max-width);width:calc(100% - 80px);width:calc(100% - var(--layout-padding-desktop))}@media(max-width:1190px){.about-mission-wrapper .inner{width:calc(100% - 40px);width:calc(100% - var(--layout-padding-mobile))}}.about-mission-wrapper .mission-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}@media(max-width:1190px){.about-mission-wrapper .mission-content{gap:30px;grid-template-columns:1fr}}.about-mission-wrapper .mission-content .mission-card{align-items:center;background:#f5f5f5;background:var(--bg-light);border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:40px 30px;text-align:center;transition:all .3s ease}.about-mission-wrapper .mission-content .mission-card:hover{transform:translateY(-5px)}.about-mission-wrapper .mission-content .mission-card:hover .mission-icon{transform:scale(1.1)}.about-mission-wrapper .mission-content .mission-card .mission-icon{color:var(--primary-color);margin-bottom:20px;transition:transform .3s ease}.about-mission-wrapper .mission-content .mission-card h3{color:#262f4c;color:var(--text-primary);font-size:1.5rem;margin-bottom:16px}.about-mission-wrapper .mission-content .mission-card p{color:#4c5059;color:var(--text-secondary);line-height:1.7}.about-team-wrapper{background:#f5f5f5;background:var(--bg-light);padding:80px 0}.about-team-wrapper .section-header{margin-bottom:60px;text-align:center}.about-team-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.about-team-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.about-team-wrapper .team-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.about-team-wrapper .team-grid .team-member{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.about-team-wrapper .team-grid .team-member:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.about-team-wrapper .team-grid .team-member:hover .member-image img{transform:scale(1.05)}.about-team-wrapper .team-grid .team-member .member-image{height:300px;overflow:hidden;width:100%}.about-team-wrapper .team-grid .team-member .member-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.about-team-wrapper .team-grid .team-member .member-info{padding:30px}.about-team-wrapper .team-grid .team-member .member-info h3{color:#262f4c;color:var(--text-primary);font-size:1.4rem;margin-bottom:5px}.about-team-wrapper .team-grid .team-member .member-info .member-role{color:var(--primary-color);font-weight:600;margin-bottom:15px}.about-team-wrapper .team-grid .team-member .member-info p:last-child{color:#4c5059;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.about-achievements-wrapper{background:#fff;padding:80px 0}.about-achievements-wrapper .section-header{margin-bottom:60px;text-align:center}.about-achievements-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.about-achievements-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.about-achievements-wrapper .achievements-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.about-achievements-wrapper .achievements-grid .achievement-card{border:1px solid #e1e4e8;border-radius:8px;padding:40px 30px;text-align:center;transition:all .3s ease}.about-achievements-wrapper .achievements-grid .achievement-card:hover{border-color:var(--primary-color)}.about-achievements-wrapper .achievements-grid .achievement-card .achievement-icon{align-items:center;background:#f5f5f5;background:var(--bg-light);border-radius:50%;color:var(--primary-color);display:flex;height:80px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:80px}.about-achievements-wrapper .achievements-grid .achievement-card h3{color:#262f4c;color:var(--text-primary);font-size:1.3rem;margin-bottom:12px}.about-achievements-wrapper .achievements-grid .achievement-card p{color:#4c5059;color:var(--text-secondary);line-height:1.6}.about-partners-wrapper{background:#f5f5f5;background:var(--bg-light);padding:80px 0}.about-partners-wrapper .section-header{margin-bottom:60px;text-align:center}.about-partners-wrapper .section-header h2{color:#262f4c;color:var(--text-primary);font-size:2.5rem;margin-bottom:16px}.about-partners-wrapper .section-header p{color:#4c5059;color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.about-partners-wrapper .partners-logos{overflow:hidden;padding:40px 0;position:relative}.about-partners-wrapper .partners-logos .logo-scroll{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:center}.about-partners-wrapper .partners-logos .logo-scroll .logo-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;color:#4c5059;color:var(--text-secondary);font-weight:600;padding:20px 40px;transition:all .3s ease}.about-partners-wrapper .partners-logos .logo-scroll .logo-item:hover{box-shadow:0 4px 20px #0000001a;color:var(--primary-color);transform:translateY(-3px)}.about-cta-wrapper{overflow:hidden;padding:100px 0;position:relative}.about-cta-wrapper:before{background:radial-gradient(circle,#4a90e21a 0,#0000 70%);border-radius:50%;content:"";height:600px;position:absolute;right:-10%;top:-50%;width:600px}.about-cta-wrapper .cta-content{position:relative;text-align:center;z-index:1}.about-cta-wrapper .cta-content h2{color:#fff;font-size:3rem;font-weight:700;margin-bottom:20px}.about-cta-wrapper .cta-content p{color:#fffc;font-size:1.2rem;margin-bottom:40px}.about-cta-wrapper .cta-content .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media(max-width:1190px){.about-achievements-wrapper,.about-mission-wrapper,.about-partners-wrapper,.about-story-wrapper,.about-team-wrapper{padding:60px 0}.about-achievements-wrapper .inner,.about-mission-wrapper .inner,.about-partners-wrapper .inner,.about-story-wrapper .inner,.about-team-wrapper .inner{padding:0 20px}.about-achievements-wrapper .section-header,.about-mission-wrapper .section-header,.about-partners-wrapper .section-header,.about-story-wrapper .section-header,.about-team-wrapper .section-header{margin-bottom:40px}.about-achievements-wrapper .section-header h2,.about-mission-wrapper .section-header h2,.about-partners-wrapper .section-header h2,.about-story-wrapper .section-header h2,.about-team-wrapper .section-header h2{font-size:2rem}.about-achievements-wrapper .section-header p,.about-mission-wrapper .section-header p,.about-partners-wrapper .section-header p,.about-story-wrapper .section-header p,.about-team-wrapper .section-header p{font-size:1rem}.about-cta-wrapper{padding:80px 0}.about-cta-wrapper .cta-content h2{font-size:2.5rem}.about-cta-wrapper .cta-content p{font-size:1.1rem}}@media(max-width:450px){.about-achievements-wrapper,.about-mission-wrapper,.about-partners-wrapper,.about-story-wrapper,.about-team-wrapper{padding:50px 0}.about-achievements-wrapper .inner,.about-mission-wrapper .inner,.about-partners-wrapper .inner,.about-story-wrapper .inner,.about-team-wrapper .inner{padding:0 15px}.about-achievements-wrapper .section-header,.about-mission-wrapper .section-header,.about-partners-wrapper .section-header,.about-story-wrapper .section-header,.about-team-wrapper .section-header{margin-bottom:30px}.about-achievements-wrapper .section-header h2,.about-mission-wrapper .section-header h2,.about-partners-wrapper .section-header h2,.about-story-wrapper .section-header h2,.about-team-wrapper .section-header h2{font-size:1.75rem}.about-achievements-wrapper .section-header p,.about-mission-wrapper .section-header p,.about-partners-wrapper .section-header p,.about-story-wrapper .section-header p,.about-team-wrapper .section-header p{font-size:.95rem}.about-story-wrapper .story-content .story-text h2{font-size:2rem;margin-bottom:20px}.about-story-wrapper .story-content .story-text p{font-size:1rem}.about-story-wrapper .story-content .story-stats .stat-card{padding:30px 20px}.about-story-wrapper .story-content .story-stats .stat-card h2{font-size:2rem}.about-team-wrapper .team-grid{gap:30px}.about-team-wrapper .team-grid .team-member .member-image{height:250px}.about-team-wrapper .team-grid .team-member .member-info{padding:25px 20px}.about-team-wrapper .team-grid .team-member .member-info h3{font-size:1.2rem}.about-achievements-wrapper .achievements-grid{gap:30px}.about-achievements-wrapper .achievements-grid .achievement-card{padding:30px 20px}.about-achievements-wrapper .achievements-grid .achievement-card .achievement-icon{height:60px;width:60px}.about-achievements-wrapper .achievements-grid .achievement-card h3{font-size:1.2rem}.about-partners-wrapper .partners-logos .logo-scroll{gap:20px}.about-partners-wrapper .partners-logos .logo-scroll .logo-item{font-size:.9rem;padding:15px 25px}.about-cta-wrapper{padding:60px 0}.about-cta-wrapper:before{height:400px;right:-30%;width:400px}.about-cta-wrapper .cta-content{padding:0 15px}.about-cta-wrapper .cta-content h2{font-size:2rem}.about-cta-wrapper .cta-content p{font-size:1rem;margin-bottom:30px}.about-cta-wrapper .cta-content .cta-buttons{align-items:center;flex-direction:column;width:100%}.about-cta-wrapper .cta-content .cta-buttons button{max-width:300px;width:100%}}
/*# sourceMappingURL=main.e343eeee.css.map*/