.elementor-2205 .elementor-element.elementor-element-2c4969a5{--display:flex;--background-transition:0.3s;}body.elementor-page-2205{margin:0px 0px 0px 0px;}body.elementor-page-2205:not(.elementor-motion-effects-element-type-background), body.elementor-page-2205 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F4F7FC 0%, #141414 100%);}/* Start custom CSS for html, class: .elementor-element-10a1e34 */.container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #2c3e50;
            text-align: center;
        }
        h2 {
            color: #16a085;
            margin-bottom: 10px;
        }
        ul {
            list-style-type: none;
            padding: 0;
        }
        li {
            margin-bottom: 12px;
        }
        .step {
            background-color: #ecf6f1;
            padding: 12px;
            border-radius: 5px;
            margin-bottom: 15px;
        }
        .code {
            color: #2980b9;
            font-weight: bold;
        }
        @media (max-width: 768px) {
            body {
                font-size: 14px;
            }
            .container {
                padding: 15px;
            }
        }/* End custom CSS */