/* [MCP:mcp-global] */
@media (max-width: 1200px) {
  .nav-item { width: 100%; }
}

@media (max-width: 980px) {
  .nav-inner { flex-direction: column; height: auto; padding: 70px 0 16px; }
}

@media (max-width: 1200px) {
  .nav-inner { height: 64px; flex-direction: row; padding: 0; justify-content: flex-start; }
}

@media (max-width: 1200px) {
  .nav-burger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 32px; padding: 5px 1px; z-index: 80; }
}

.btn-center { text-align: center; }

.btn-pill {
 display: inline-block; height: 54px; line-height: 54px; padding: 0 28px; min-width: 283px;
 border: none; cursor: pointer; border-radius: 40px; background: var(--teal); color: #fff;
 text-align: center; font-family: inherit; font-weight: 700; font-size: 18px;
 letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; transition: background 0.2s;
 }

@media (max-width: 760px) {
  .btn-pill { min-width: 0 !important; width: 100% !important; max-width: 360px; padding: 0 18px !important; }
}

@media (max-width: 980px) {
  .nav-links { margin-left: 0; flex-wrap: wrap; justify-content: center; gap: 18px 24px; height: auto; }
}

@media (max-width: 1200px) {
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; margin-left: 0; height: auto; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; gap: 0; align-items: stretch; background: var(--teal); padding: 4px 0 12px; box-shadow: 0 8px 10px rgba(0,0,0,0.18); max-height: calc(100vh - 64px); overflow-y: auto; }
}

@media (max-width: 1200px) {
  .nav-links { display: flex; }
}

@media (max-width: 980px) {
  .footer-inner { grid-template-columns: 1fr; row-gap: 36px; }
}

@media (max-width: 980px) {
  .footer-inner { grid-template-columns: 1fr; row-gap: 28px; }
}

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr !important; row-gap: 28px !important; }
}

@media (max-width: 980px) {
  .footer-legal { text-align: left; justify-content: flex-start; }
}

@media (max-width: 900px) {
  .footer-legal { text-align: left !important; justify-content: flex-start !important; }
}
/* [/MCP:mcp-global] */

/* [MCP:mcp-theme] */
:root {
  --teal: #0a767b;
  --yellow: #ffce00;
  --grey-section: #d9d9d9;
  --field-grey: #ededed;
  --ink: #272727;
  --circle: #adadad;
}

html { scroll-behavior: smooth; }

html, body {
 font-family: "Montserrat", sans-serif;
 color: var(--ink);
 background: #fff;
 -webkit-font-smoothing: antialiased;
 }

html body { font-family: "Montserrat", sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; }
/* [/MCP:mcp-theme] */

/* [MCP:mcp-rawhtml-body] */
/* Native widget CSS overrides */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC { display: block; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC > .widget { max-width: 100%; margin-left: auto !important; margin-right: auto !important; }
/* Form widget — reset WC site-base defaults + structural fixes */
/* 1. Strip WC form container defaults — the PARENT wrapper provides these */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
/* 2. Reset WC float-based double-input-row layout to clean flexbox */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 0;
    border: none;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row::after { display: none; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row .form-editor-single-input-row {
    flex: 1 1 0%;
    width: auto;
    float: none;
    padding: 0;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row .form-row {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
/* 3. Vertical spacing between row containers */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row,
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .single-input-row {
    padding: 0;
    margin: 0 0 14px 0;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row:last-of-type,
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .single-input-row:last-of-type {
    margin-bottom: 0;
}
/* 4. Reset form-row internals — override snippet CSS that may leak grid/flex layout
   into WC form-row elements (class name collision: original page uses .form-row
   for its own layout, but WC also uses .form-row for each field wrapper) */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .form-row {
    display: block;
    grid-template-columns: none;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .double-input-row .form-row {
    display: block;
    grid-template-columns: none;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .single-input-row .form-row {
    display: block;
    grid-template-columns: none;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .form-row.mandatory > label::after { display: none; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .form-row select { height: auto; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .form-row label {
    display: block;
    width: auto;
    color: inherit;
    font-size: inherit;
    text-align: left;
    vertical-align: baseline;
    padding: 0 0 5px 0;
    float: none;
}
/* 5. Hide WC artifacts */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .before-form-submit, .wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .after-form-submit { display: none; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .conditions-cache { display: none; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC input[type="hidden"] { display: none; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC .sender-email-hidden-filed { display: none; }
/* 6. Input resets — neutralize form-editor/base.css defaults (padding, height, border) */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form input[type="text"],
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form input[type="email"],
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form input[type="tel"],
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form input[type="number"],
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form input[type="password"],
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form select {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    height: auto;
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: inherit;
    font-family: inherit;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    height: auto;
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: inherit;
    font-family: inherit;
    resize: vertical;
}
/* 7. Button row */
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form .btn-row label { display: none; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form .btn-row { padding: 0; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC form.custom-form .submit-button {
    cursor: pointer;
    display: block;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row > label {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    text-transform: none;
    letter-spacing: normal;
    display: block;
    width: 100%;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form input[type='text'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form input[type='email'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form input[type='tel'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form input[type='number'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form input[type='password'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form textarea {
    font-size: 16px;
    height: 136px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form select {
    font-size: 16px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form input::placeholder, .wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form textarea::placeholder {
    color: #272727;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .submit-button {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #0a767b;
    border: none;
    border-radius: 40px;
    padding: 0px 28px;
    height: 54px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background 0.2s;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .submit-button:hover {
    background: #095c60;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form form.custom-form::before {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row:not(.btn-row) { display:flex !important; flex-direction:row !important; align-items:center; gap:6px; height:46px !important; padding:0 18px !important; margin-bottom:9px !important; background:#ededed; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .single-input-row { margin:0 !important; padding:0 !important; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row:not(.btn-row) > label { display:inline !important; width:auto !important; max-width:none !important; margin:0 !important; padding:0 !important; float:none !important; flex:0 0 auto !important; white-space:nowrap; }
.wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row:not(.btn-row) input, .wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row:not(.btn-row) textarea, .wc-custom-layout .wi-207B0FF7-079B-4FFB-A442-8E3D682BCEDC div.widget-form .form-row:not(.btn-row) select { flex:1 1 auto !important; min-width:0 !important; width:auto !important; height:100% !important; padding:0 !important; margin:0 !important; border:none !important; background:transparent !important; box-shadow:none !important; }

/* Author section CSS (loaded last — wins same-specificity ties) */
.wc-custom-layout .wcs_section_63dc787b a { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; box-shadow: initial; color: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; margin: initial; margin-left: initial; margin-top: initial; outline: initial; padding: initial; padding-left: initial; text-align: inherit; text-decoration: inherit; text-transform: inherit; }
.wc-custom-layout .wcs_section_63dc787b blockquote { border-left: none; margin: 0; padding: 0; padding-left: 0; }
.wc-custom-layout .wcs_section_63dc787b button { background: initial; background-color: initial; border: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: normal; margin: 0; margin-left: initial; margin-top: initial; padding: initial; text-align: inherit; text-decoration: inherit; text-transform: none; }
.wc-custom-layout .wcs_section_63dc787b fieldset { border: none; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_63dc787b figcaption { margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_63dc787b figure { margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_63dc787b h1 { border: initial; color: inherit; font-family: inherit; font-size: revert; font-weight: inherit; line-height: inherit; margin: 0; margin-bottom: initial; padding-bottom: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_63dc787b h2 { border: initial; border-bottom: initial; color: inherit; font-family: inherit; font-size: revert; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-bottom: initial; padding: initial; padding-bottom: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_63dc787b h3 { color: inherit; font-family: inherit; font-size: revert; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; padding: initial; padding-bottom: initial; text-transform: inherit; }
.wc-custom-layout .wcs_section_63dc787b h4 { border-bottom: initial; color: inherit; font-size: revert; font-weight: inherit; line-height: inherit; margin: 0; padding: initial; padding-bottom: initial; }
.wc-custom-layout .wcs_section_63dc787b h5 { border-bottom: initial; color: inherit; font-size: revert; font-weight: inherit; margin: 0; padding: initial; padding-bottom: initial; text-transform: inherit; }
.wc-custom-layout .wcs_section_63dc787b h6 { color: inherit; margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_63dc787b hr { border: none; border-top: 1px solid currentColor; margin-bottom: initial; margin-top: initial; }
.wc-custom-layout .wcs_section_63dc787b img { border: none; border-radius: initial; margin: initial; padding: initial; padding-right: initial; vertical-align: middle; }
.wc-custom-layout .wcs_section_63dc787b input { background: initial; background-color: initial; border: initial; border-bottom: initial; border-color: initial; border-radius: initial; border-right: initial; border-top: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: normal; margin: 0; margin-right: initial; margin-top: initial; outline: initial; padding: initial; padding-right: initial; text-align: start; vertical-align: initial; }
.wc-custom-layout .wcs_section_63dc787b li { border: initial; border-radius: initial; color: inherit; font-size: inherit; line-height: inherit; list-style: inherit; margin: 0; margin-bottom: initial; margin-left: initial; padding: 0; }
.wc-custom-layout .wcs_section_63dc787b ol { margin: 0; padding-left: initial; }
.wc-custom-layout .wcs_section_63dc787b p { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-bottom: initial; margin-top: initial; padding: initial; padding-bottom: initial; padding-top: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_63dc787b pre { background: transparent; border-radius: 0; border-width: initial; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_63dc787b select { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-right: initial; padding: initial; padding-left: initial; padding-right: initial; text-transform: none; }
.wc-custom-layout .wcs_section_63dc787b table { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; box-shadow: initial; margin: initial; margin-bottom: initial; }
.wc-custom-layout .wcs_section_63dc787b textarea { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; margin: 0; padding: initial; text-align: start; }
.wc-custom-layout .wcs_section_63dc787b ul { font-size: inherit; list-style: none; margin: 0; padding: 0; padding-left: initial; }

.wc-custom-layout .wcs_section_63dc787b .inner { color: revert; display: revert; font-size: revert; font-weight: revert; letter-spacing: revert; line-height: revert; }


.wc-custom-layout .wcs_section_63dc787b :where(h1, h2, h3, h4, h5, h6, p, blockquote, figure, figcaption, dd, dl) { margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_63dc787b, .wc-custom-layout .wcs_section_63dc787b * { box-sizing: border-box; }
.wc-custom-layout .wcs_section_63dc787b img { display: block; }
.wc-custom-layout .wcs_section_63dc787b .wrap { width: 1192px; max-width: calc(100% - 80px); margin: 0 auto; }
.wc-custom-layout .wcs_section_63dc787b .nav-links a {
 display: flex; flex-direction: column; align-items: stretch; text-decoration: none;
 color: #fff; font-weight: 600; font-size: 14px; line-height: 1.15;
 letter-spacing: 0.02em; text-transform: uppercase;
 }
.wc-custom-layout .wcs_section_63dc787b .nav-links a .underline { height: 3px; background: var(--yellow); margin-top: 8px; width: 100%; }
.wc-custom-layout .wcs_section_63dc787b .nav-links a .nl { display: block; }
.wc-custom-layout .wcs_section_63dc787b .nav-links .dropdown a {
 display: block; width: 119px; background: var(--yellow); color: var(--teal);
 font-weight: 700; font-size: 14px; letter-spacing: 0.02em; text-transform: uppercase;
 padding: 6px 8px; line-height: 1.25; text-decoration: none; box-shadow: 0 2px 4px rgba(0,0,0,0.12);
 }
.wc-custom-layout .wcs_section_63dc787b .nav-links .dropdown a:hover { background: #ffd84d; }
.wc-custom-layout .wcs_section_63dc787b .heading-md {
 color: var(--teal); font-weight: 700; font-size: 28px; line-height: 38px; max-width: 840px; margin: 0 auto;
 letter-spacing: 0.025em; text-align: center;
 }



.wc-custom-layout .wcs_section_63dc787b .form-card { width: 809px; max-width: 100%; margin: 0 auto; }
.wc-custom-layout .wcs_section_63dc787b .form-general .form-head { margin: 0 0 20px; }
.wc-custom-layout .wcs_section_63dc787b .form-head {
 background: var(--teal); color: #fff; font-weight: 700; font-size: 18px;
 letter-spacing: 0.04em; text-transform: uppercase; text-align: center; padding: 17px 16px;
 }






.wc-custom-layout .wcs_section_63dc787b .form-general { margin-top: 28px; }








.wc-custom-layout .wcs_section_63dc787b .general-section { background: #fff; padding: 60px 0 78px; position: relative; }
.wc-custom-layout .wcs_section_63dc787b .general-section .inner { position: relative; }
.wc-custom-layout .wcs_section_63dc787b .top-btn {
    position: absolute; right: -78px; top: 84px;
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    text-decoration: none; color: #000;
  }
.wc-custom-layout .wcs_section_63dc787b .top-btn svg { width: 30px; height: 34px; }
.wc-custom-layout .wcs_section_63dc787b .top-btn span { font-weight: 500; font-size: 13px; letter-spacing: 0.05em; }
.wc-custom-layout .wcs_section_63dc787b .footer-links a {
    display: block; color: #fff; text-decoration: none; font-weight: 500; font-size: 16px;
    letter-spacing: 0.015em; line-height: 44px;
  }
.wc-custom-layout .wcs_section_63dc787b .footer-links a:hover { color: var(--yellow); }
.wc-custom-layout .wcs_section_63dc787b .badge svg { width: 30px; height: 30px; flex: 0 0 auto; }
@media (max-width: 980px) {
  .wc-custom-layout .wcs_section_63dc787b .nav { height: auto; position: relative; }
  .wc-custom-layout .wcs_section_63dc787b .nav-inner { flex-direction: column; height: auto; padding: 70px 0 16px; }
  .wc-custom-layout .wcs_section_63dc787b .logo { left: 50%; transform: translateX(-50%); }
  .wc-custom-layout .wcs_section_63dc787b .nav-links { margin-left: 0; flex-wrap: wrap; justify-content: center; gap: 18px 24px; height: auto; }
  .wc-custom-layout .wcs_section_63dc787b .nav-links a { align-items: center; }
  .wc-custom-layout .wcs_section_63dc787b .nav-links a .underline { width: 60%; }
  .wc-custom-layout .wcs_section_63dc787b .top-btn { display: flex; }
  .wc-custom-layout .wcs_section_63dc787b .footer-inner { grid-template-columns: 1fr; row-gap: 36px; }
  .wc-custom-layout .wcs_section_63dc787b .h-section { font-size: 32px; }
}
.wc-custom-layout .wcs_section_63dc787b .top-btn { position: fixed; right: 24px; bottom: 28px; top: auto; left: auto; transform: none; z-index: 70; background: #ffffff; padding: 9px 13px 7px; border-radius: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.22); }
@media (max-width: 980px) {
  .wc-custom-layout .wcs_section_63dc787b .top-btn { display: flex; }
}
.wc-custom-layout .wcs_section_63dc787b .footer-nav a { color: #fff; text-decoration: none; font-weight: 600; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 44px; }
.wc-custom-layout .wcs_section_63dc787b .footer-nav a:hover { color: var(--yellow); }
.wc-custom-layout .wcs_section_63dc787b .footer-legal a { color: #fff; text-decoration: none; font-weight: 600; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 44px; }
.wc-custom-layout .wcs_section_63dc787b .footer-legal a:hover { color: var(--yellow); }
@media (max-width: 980px) {
  .wc-custom-layout .wcs_section_63dc787b .footer-inner { grid-template-columns: 1fr; row-gap: 28px; }
  .wc-custom-layout .wcs_section_63dc787b .footer-legal { text-align: left; justify-content: flex-start; }
}
@media (max-width: 1260px) {
  .wc-custom-layout .wcs_section_63dc787b .wrap { width: auto !important; max-width: 100% !important; margin-left: auto !important; margin-right: auto !important;
 padding-left: clamp(16px, 4.2vw, 44px) !important; padding-right: clamp(16px, 4.2vw, 44px) !important; }
}
@media (max-width: 1200px) {
  .wc-custom-layout .wcs_section_63dc787b .nav { height: 64px; }
  .wc-custom-layout .wcs_section_63dc787b .nav-inner { height: 64px; flex-direction: row; padding: 0; justify-content: flex-start; }
  .wc-custom-layout .wcs_section_63dc787b .logo { width: 54px; height: 54px; left: 14px; top: 5px; transform: none; border-radius: 5px; box-shadow: 0 3px 5px rgba(0,0,0,0.22); }
  .wc-custom-layout .wcs_section_63dc787b .nav-burger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 32px; padding: 5px 1px; z-index: 80; }
  .wc-custom-layout .wcs_section_63dc787b .nav-burger span { display: block; height: 3px; width: 100%; background: #fff; border-radius: 2px; transition: transform .25s, opacity .2s; }
  .wc-custom-layout .wcs_section_63dc787b .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; margin-left: 0; height: auto; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; gap: 0; align-items: stretch; background: var(--teal); padding: 4px 0 12px; box-shadow: 0 8px 10px rgba(0,0,0,0.18); max-height: calc(100vh - 64px); overflow-y: auto; }
  .wc-custom-layout .wcs_section_63dc787b .nav-toggle:checked ~ .nav-links { display: flex; }
  .wc-custom-layout .wcs_section_63dc787b .nav-links a { display: block; padding: 13px 24px; font-size: 15px; line-height: 1.25; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .wc-custom-layout .wcs_section_63dc787b .nav-links a .nl { display: inline; }
  .wc-custom-layout .wcs_section_63dc787b .nav-links a .nl + .nl::before { content: " "; }
  .wc-custom-layout .wcs_section_63dc787b .nav-links a .underline { display: none; }
  .wc-custom-layout .wcs_section_63dc787b .nav-item { width: 100%; }
  .wc-custom-layout .wcs_section_63dc787b .nav-item > a { display: block; }
  .wc-custom-layout .wcs_section_63dc787b .nav-item .dropdown { position: static; display: flex; padding: 0; margin: 0; box-shadow: none; gap: 0; }
  .wc-custom-layout .wcs_section_63dc787b .nav-item .dropdown a { width: 100%; background: rgba(0,0,0,0.16); color: var(--yellow); padding: 11px 40px; box-shadow: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .wc-custom-layout .wcs_section_63dc787b .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .wc-custom-layout .wcs_section_63dc787b .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .wc-custom-layout .wcs_section_63dc787b .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .wc-custom-layout .wcs_section_63dc787b .git-hero { height: clamp(160px, 24vw, 250px) !important; }
  .wc-custom-layout .wcs_section_63dc787b .git-hero h1 { font-size: clamp(22px, 3.6vw, 36px) !important; line-height: 1.2 !important; }
  .wc-custom-layout .wcs_section_63dc787b .heading-md { font-size: clamp(19px, 3.1vw, 28px) !important; line-height: 1.3 !important; }
  .wc-custom-layout .wcs_section_63dc787b .h-section { font-size: clamp(24px, 4.4vw, 42px) !important; line-height: 1.16 !important; }
}
@media (max-width: 760px) {
  
  
  
  
  
  
  
  .wc-custom-layout .wcs_section_63dc787b .circles { gap: clamp(22px, 7vw, 44px) !important; }
  .wc-custom-layout .wcs_section_63dc787b .circle, .wc-custom-layout .wcs_section_63dc787b .circle img { width: clamp(120px, 42vw, 180px) !important; height: clamp(120px, 42vw, 180px) !important; }
}
@media (max-width: 900px) {
  .wc-custom-layout .wcs_section_63dc787b .footer-inner { grid-template-columns: 1fr !important; row-gap: 28px !important; }
  .wc-custom-layout .wcs_section_63dc787b .footer-legal { text-align: left !important; justify-content: flex-start !important; }
}
@media (max-width: 480px) {
  .wc-custom-layout .wcs_section_63dc787b .h-section { font-size: clamp(21px, 6.4vw, 28px) !important; }
}

/* Native widget CSS overrides */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D { display: block; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D > .widget { max-width: 100%; margin-left: auto !important; margin-right: auto !important; }
/* Form widget — reset WC site-base defaults + structural fixes */
/* 1. Strip WC form container defaults — the PARENT wrapper provides these */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
/* 2. Reset WC float-based double-input-row layout to clean flexbox */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 0;
    border: none;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row::after { display: none; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row .form-editor-single-input-row {
    flex: 1 1 0%;
    width: auto;
    float: none;
    padding: 0;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row .form-row {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
/* 3. Vertical spacing between row containers */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row,
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .single-input-row {
    padding: 0;
    margin: 0 0 14px 0;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row:last-of-type,
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .single-input-row:last-of-type {
    margin-bottom: 0;
}
/* 4. Reset form-row internals — override snippet CSS that may leak grid/flex layout
   into WC form-row elements (class name collision: original page uses .form-row
   for its own layout, but WC also uses .form-row for each field wrapper) */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .form-row {
    display: block;
    grid-template-columns: none;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .double-input-row .form-row {
    display: block;
    grid-template-columns: none;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .single-input-row .form-row {
    display: block;
    grid-template-columns: none;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .form-row.mandatory > label::after { display: none; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .form-row select { height: auto; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .form-row label {
    display: block;
    width: auto;
    color: inherit;
    font-size: inherit;
    text-align: left;
    vertical-align: baseline;
    padding: 0 0 5px 0;
    float: none;
}
/* 5. Hide WC artifacts */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .before-form-submit, .wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .after-form-submit { display: none; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .conditions-cache { display: none; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D input[type="hidden"] { display: none; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D .sender-email-hidden-filed { display: none; }
/* 6. Input resets — neutralize form-editor/base.css defaults (padding, height, border) */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form input[type="text"],
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form input[type="email"],
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form input[type="tel"],
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form input[type="number"],
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form input[type="password"],
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form select {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    height: auto;
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: inherit;
    font-family: inherit;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    height: auto;
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: inherit;
    font-family: inherit;
    resize: vertical;
}
/* 7. Button row */
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form .btn-row label { display: none; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form .btn-row { padding: 0; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D form.custom-form .submit-button {
    cursor: pointer;
    display: block;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row > label {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    text-transform: none;
    letter-spacing: normal;
    display: block;
    width: 100%;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form input[type='text'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form input[type='email'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form input[type='tel'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form input[type='number'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form input[type='password'] {
    font-size: 16px;
    height: 46px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form textarea {
    font-size: 16px;
    height: 136px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form select {
    font-size: 16px;
    border: none;
    color: #272727;
    width: 100%;
    box-sizing: border-box;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form input::placeholder, .wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form textarea::placeholder {
    color: #272727;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .submit-button {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #0a767b;
    border: none;
    border-radius: 40px;
    padding: 0px 28px;
    height: 54px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background 0.2s;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .submit-button:hover {
    background: #095c60;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form form.custom-form::before {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row:not(.btn-row) { display:flex !important; flex-direction:row !important; align-items:center; gap:6px; height:46px !important; padding:0 18px !important; margin-bottom:9px !important; background:#fff; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .single-input-row { margin:0 !important; padding:0 !important; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row:not(.btn-row) > label { display:inline !important; width:auto !important; max-width:none !important; margin:0 !important; padding:0 !important; float:none !important; flex:0 0 auto !important; white-space:nowrap; }
.wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row:not(.btn-row) input, .wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row:not(.btn-row) textarea, .wc-custom-layout .wi-F9A505DD-05D0-4215-BA50-2E9C1D0FEB9D div.widget-form .form-row:not(.btn-row) select { flex:1 1 auto !important; min-width:0 !important; width:auto !important; height:100% !important; padding:0 !important; margin:0 !important; border:none !important; background:transparent !important; box-shadow:none !important; }

/* Author section CSS (loaded last — wins same-specificity ties) */
.wc-custom-layout .wcs_section_e33de1c1 a { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; box-shadow: initial; color: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; margin: initial; margin-left: initial; margin-top: initial; outline: initial; padding: initial; padding-left: initial; text-align: inherit; text-decoration: inherit; text-transform: inherit; }
.wc-custom-layout .wcs_section_e33de1c1 blockquote { border-left: none; margin: 0; padding: 0; padding-left: 0; }
.wc-custom-layout .wcs_section_e33de1c1 button { background: initial; background-color: initial; border: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: normal; margin: 0; margin-left: initial; margin-top: initial; padding: initial; text-align: inherit; text-decoration: inherit; text-transform: none; }
.wc-custom-layout .wcs_section_e33de1c1 fieldset { border: none; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_e33de1c1 figcaption { margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_e33de1c1 figure { margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_e33de1c1 h1 { border: initial; color: inherit; font-family: inherit; font-size: revert; font-weight: inherit; line-height: inherit; margin: 0; margin-bottom: initial; padding-bottom: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_e33de1c1 h2 { border: initial; border-bottom: initial; color: inherit; font-family: inherit; font-size: revert; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-bottom: initial; padding: initial; padding-bottom: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_e33de1c1 h3 { color: inherit; font-family: inherit; font-size: revert; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; padding: initial; padding-bottom: initial; text-transform: inherit; }
.wc-custom-layout .wcs_section_e33de1c1 h4 { border-bottom: initial; color: inherit; font-size: revert; font-weight: inherit; line-height: inherit; margin: 0; padding: initial; padding-bottom: initial; }
.wc-custom-layout .wcs_section_e33de1c1 h5 { border-bottom: initial; color: inherit; font-size: revert; font-weight: inherit; margin: 0; padding: initial; padding-bottom: initial; text-transform: inherit; }
.wc-custom-layout .wcs_section_e33de1c1 h6 { color: inherit; margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_e33de1c1 hr { border: none; border-top: 1px solid currentColor; margin-bottom: initial; margin-top: initial; }
.wc-custom-layout .wcs_section_e33de1c1 img { border: none; border-radius: initial; margin: initial; padding: initial; padding-right: initial; vertical-align: middle; }
.wc-custom-layout .wcs_section_e33de1c1 input { background: initial; background-color: initial; border: initial; border-bottom: initial; border-color: initial; border-radius: initial; border-right: initial; border-top: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: normal; margin: 0; margin-right: initial; margin-top: initial; outline: initial; padding: initial; padding-right: initial; text-align: start; vertical-align: initial; }
.wc-custom-layout .wcs_section_e33de1c1 li { border: initial; border-radius: initial; color: inherit; font-size: inherit; line-height: inherit; list-style: inherit; margin: 0; margin-bottom: initial; margin-left: initial; padding: 0; }
.wc-custom-layout .wcs_section_e33de1c1 ol { margin: 0; padding-left: initial; }
.wc-custom-layout .wcs_section_e33de1c1 p { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-bottom: initial; margin-top: initial; padding: initial; padding-bottom: initial; padding-top: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_e33de1c1 pre { background: transparent; border-radius: 0; border-width: initial; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_e33de1c1 select { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-right: initial; padding: initial; padding-left: initial; padding-right: initial; text-transform: none; }
.wc-custom-layout .wcs_section_e33de1c1 table { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; box-shadow: initial; margin: initial; margin-bottom: initial; }
.wc-custom-layout .wcs_section_e33de1c1 textarea { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; margin: 0; padding: initial; text-align: start; }
.wc-custom-layout .wcs_section_e33de1c1 ul { font-size: inherit; list-style: none; margin: 0; padding: 0; padding-left: initial; }



.wc-custom-layout .wcs_section_e33de1c1 :where(h1, h2, h3, h4, h5, h6, p, blockquote, figure, figcaption, dd, dl) { margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_e33de1c1, .wc-custom-layout .wcs_section_e33de1c1 * { box-sizing: border-box; }
.wc-custom-layout .wcs_section_e33de1c1 img { display: block; }
.wc-custom-layout .wcs_section_e33de1c1 .wrap { width: 1192px; max-width: calc(100% - 80px); margin: 0 auto; }



.wc-custom-layout .wcs_section_e33de1c1 .form-card { width: 809px; max-width: 100%; margin: 0 auto; }
.wc-custom-layout .wcs_section_e33de1c1 .form-general .form-head { margin: 0 0 20px; }
.wc-custom-layout .wcs_section_e33de1c1 .form-head {
 background: var(--teal); color: #fff; font-weight: 700; font-size: 18px;
 letter-spacing: 0.04em; text-transform: uppercase; text-align: center; padding: 17px 16px;
 }














.wc-custom-layout .wcs_section_e33de1c1 .teamreg-section { background: #f2f2f2; padding: 56px 0 70px; }
.wc-custom-layout .wcs_section_e33de1c1 .teamreg-section .intro {
    max-width: 768px; margin: 0 auto 34px; text-align: center; font-weight: 500; font-size: 18px;
    line-height: 40px; letter-spacing: 0.025em; color: var(--ink);
  }
@media (max-width: 980px) {
  .wc-custom-layout .wcs_section_e33de1c1 .nav { height: auto; position: relative; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-inner { flex-direction: column; height: auto; padding: 70px 0 16px; }
  .wc-custom-layout .wcs_section_e33de1c1 .logo { left: 50%; transform: translateX(-50%); }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links { margin-left: 0; flex-wrap: wrap; justify-content: center; gap: 18px 24px; height: auto; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links a { align-items: center; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links a .underline { width: 60%; }
  .wc-custom-layout .wcs_section_e33de1c1 .top-btn { display: flex; }
  .wc-custom-layout .wcs_section_e33de1c1 .footer-inner { grid-template-columns: 1fr; row-gap: 36px; }
  .wc-custom-layout .wcs_section_e33de1c1 .h-section { font-size: 32px; }
}
@media (max-width: 980px) {
  .wc-custom-layout .wcs_section_e33de1c1 .top-btn { display: flex; }
}
@media (max-width: 980px) {
  .wc-custom-layout .wcs_section_e33de1c1 .footer-inner { grid-template-columns: 1fr; row-gap: 28px; }
  .wc-custom-layout .wcs_section_e33de1c1 .footer-legal { text-align: left; justify-content: flex-start; }
}
@media (max-width: 1260px) {
  .wc-custom-layout .wcs_section_e33de1c1 .wrap { width: auto !important; max-width: 100% !important; margin-left: auto !important; margin-right: auto !important;
 padding-left: clamp(16px, 4.2vw, 44px) !important; padding-right: clamp(16px, 4.2vw, 44px) !important; }
}
@media (max-width: 1200px) {
  .wc-custom-layout .wcs_section_e33de1c1 .nav { height: 64px; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-inner { height: 64px; flex-direction: row; padding: 0; justify-content: flex-start; }
  .wc-custom-layout .wcs_section_e33de1c1 .logo { width: 54px; height: 54px; left: 14px; top: 5px; transform: none; border-radius: 5px; box-shadow: 0 3px 5px rgba(0,0,0,0.22); }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-burger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 32px; padding: 5px 1px; z-index: 80; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-burger span { display: block; height: 3px; width: 100%; background: #fff; border-radius: 2px; transition: transform .25s, opacity .2s; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; margin-left: 0; height: auto; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; gap: 0; align-items: stretch; background: var(--teal); padding: 4px 0 12px; box-shadow: 0 8px 10px rgba(0,0,0,0.18); max-height: calc(100vh - 64px); overflow-y: auto; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-toggle:checked ~ .nav-links { display: flex; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links a { display: block; padding: 13px 24px; font-size: 15px; line-height: 1.25; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links a .nl { display: inline; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links a .nl + .nl::before { content: " "; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-links a .underline { display: none; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-item { width: 100%; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-item > a { display: block; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-item .dropdown { position: static; display: flex; padding: 0; margin: 0; box-shadow: none; gap: 0; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-item .dropdown a { width: 100%; background: rgba(0,0,0,0.16); color: var(--yellow); padding: 11px 40px; box-shadow: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .wc-custom-layout .wcs_section_e33de1c1 .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .wc-custom-layout .wcs_section_e33de1c1 .git-hero { height: clamp(160px, 24vw, 250px) !important; }
  .wc-custom-layout .wcs_section_e33de1c1 .git-hero h1 { font-size: clamp(22px, 3.6vw, 36px) !important; line-height: 1.2 !important; }
  .wc-custom-layout .wcs_section_e33de1c1 .heading-md { font-size: clamp(19px, 3.1vw, 28px) !important; line-height: 1.3 !important; }
  .wc-custom-layout .wcs_section_e33de1c1 .h-section { font-size: clamp(24px, 4.4vw, 42px) !important; line-height: 1.16 !important; }
}
@media (max-width: 760px) {
  
  
  
  
  
  
  
  .wc-custom-layout .wcs_section_e33de1c1 .circles { gap: clamp(22px, 7vw, 44px) !important; }
  .wc-custom-layout .wcs_section_e33de1c1 .circle, .wc-custom-layout .wcs_section_e33de1c1 .circle img { width: clamp(120px, 42vw, 180px) !important; height: clamp(120px, 42vw, 180px) !important; }
}
@media (max-width: 900px) {
  .wc-custom-layout .wcs_section_e33de1c1 .footer-inner { grid-template-columns: 1fr !important; row-gap: 28px !important; }
  .wc-custom-layout .wcs_section_e33de1c1 .footer-legal { text-align: left !important; justify-content: flex-start !important; }
}
@media (max-width: 480px) {
  .wc-custom-layout .wcs_section_e33de1c1 .h-section { font-size: clamp(21px, 6.4vw, 28px) !important; }
}
/* [/MCP:mcp-rawhtml-body] */