:root {

  --page-primary: hsl(193, 80%, 53%);
  --page-secondary: hsl(294, 64%, 53%);
  --page-text: hsl(193, 10%, 11%);
  --page-bg: hsl(193, 8%, 96%);
  --page-card-bg: hsl(0, 0%, 100%);
  --page-border: hsl(193, 10%, 85%);
  --primary-color: hsl(193, 80%, 53%);
  --secondary-color: hsl(294, 64%, 53%);
  --bg-color: hsl(193, 8%, 96%);
  --text-color: hsl(193, 10%, 11%);
  --text-muted: hsl(193, 10%, 45%);
  --border-color: hsl(193, 10%, 85%);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s ease;
  --nav-bg: var(--bg-color);
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.x1de6b3de.d2cb9b49_y3 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.x1de6b3de.d2cb9b49_y3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--page-text);
    background: var(--page-bg);
    line-height: 1.6;
    }
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd{
    background: linear-gradient(135deg, var(--page-primary) 0%, var(--page-secondary) 100%);
    color: #1a1a2e;
    padding: 80px 20px 60px;
    text-align: center;
    }
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    }
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd p{
    font-size: 1.1rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    }
div.x1de6b3de.d2cb9b49_y3 .u543ea__02d8{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    }
div.x1de6b3de.d2cb9b49_y3 .hd2f347_25wp{
    padding: 80px 20px;
    }
div.x1de6b3de.d2cb9b49_y3 .va34e3__397{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
    }
div.x1de6b3de.d2cb9b49_y3 .h8fd7137e{
    background: var(--page-card-bg);
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.x1de6b3de.d2cb9b49_y3 .h8fd7137e:hover{
    transform: translateY(-5px);
    }
div.x1de6b3de.d2cb9b49_y3 .h8fd7137e h3{
    font-size: 1.8rem;
    margin-bottom: 12px;
    color: var(--page-primary);
    }
div.x1de6b3de.d2cb9b49_y3 .gz3vmms1wmmc{
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0;
    color: var(--page-text);
    }
div.x1de6b3de.d2cb9b49_y3 .gz3vmms1wmmc span{
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    }
div.x1de6b3de.d2cb9b49_y3 .a4f58e0_21da{
    list-style: none;
    margin: 30px 0;
    }
div.x1de6b3de.d2cb9b49_y3 .a4f58e0_21da li{
    padding: 12px 0;
    border-bottom: 1px solid var(--page-border);
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.x1de6b3de.d2cb9b49_y3 .a4f58e0_21da li:before{
    content: "✓";
    color: var(--page-primary);
    font-weight: 700;
    font-size: 1.2rem;
    }
div.x1de6b3de.d2cb9b49_y3 .g5988a_767{
    display: inline-block;
    background: linear-gradient(135deg, var(--page-primary), var(--page-secondary));
    color: #1a1a2e;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: opacity 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
div.x1de6b3de.d2cb9b49_y3 .g5988a_767:hover{
    opacity: 0.9;
    }
div.x1de6b3de.d2cb9b49_y3 .nwa3bsh1ywf{
    background: var(--page-card-bg);
    padding: 60px 20px;
    margin: 40px 0; color: #1a1a2e;}
div.x1de6b3de.d2cb9b49_y3 .nwa3bsh1ywf h2{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    color: var(--page-text);
    }
div.x1de6b3de.d2cb9b49_y3 .x1691__6c98{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    }
div.x1de6b3de.d2cb9b49_y3 .e183740519 h3{
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--page-primary);
    }
div.x1de6b3de.d2cb9b49_y3 .e183740519 p{
    color: #555;
    line-height: 1.8;
    }
div.x1de6b3de.d2cb9b49_y3 .ob853b5617a{
    padding: 60px 20px;
    text-align: center;
    }
div.x1de6b3de.d2cb9b49_y3 .ob853b5617a img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
    }
@media (max-width: 768px) {div.x1de6b3de.d2cb9b49_y3 .akqgmsrd h1{
    font-size: 2rem;
    }
div.x1de6b3de.d2cb9b49_y3 .va34e3__397{
    grid-template-columns: 1fr;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.h98484e{
    position: sticky;
    top: 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
    }
.se3d0c__8f21{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.m00e64b4_shz{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    }
.m00e64b4_shz span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ob074b7{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    }
.ob074b7 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.ob074b7 a:hover{
    color: var(--text-color);
    }
.a22486af4e{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.a22486af4e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
    }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
    }
.a22486af4e{
    display: none;
    }}
.aa9ae_c3{
    background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.i0fb4_0477{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.b68fff__7b7c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
    }
.g0597_3ab{
    flex: 0 0 auto;
    }
.d2f69924d6{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    }
.xa82mkqt7md{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.x65fd5_db{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.vc3c7__fcb1b{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.vc3c7__fcb1b:hover{
    color: var(--primary-color);
    }
.g80d1_6241{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    }
.enrv9br8cu5{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.c2b1a__e44c{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.aa9ae_c3{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.b68fff__7b7c{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
    }
.x65fd5_db{
    gap: 24px;
    }
.g80d1_6241{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.x1de6b3de img.j5944fd5453 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.x1de6b3de img.j5944fd5453.fe659eb9d9d { aspect-ratio: 16 / 9; }
div.x1de6b3de img.j5944fd5453.jee526fd906 { aspect-ratio: 16 / 10; }
div.x1de6b3de img.j5944fd5453.lc1bdf_0f6d { aspect-ratio: 4 / 3; }
div.x1de6b3de img.j5944fd5453.o2d36d980b5 { aspect-ratio: 1 / 1; }
div.x1de6b3de :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.x1de6b3de .o43d853b8 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.x1de6b3de .o43d853b8.fe659eb9d9d { aspect-ratio: 16 / 9; }
div.x1de6b3de .o43d853b8.jee526fd906 { aspect-ratio: 16 / 10; }
div.x1de6b3de .o43d853b8.lc1bdf_0f6d { aspect-ratio: 4 / 3; }
div.x1de6b3de .o43d853b8.o2d36d980b5 { aspect-ratio: 1 / 1; }
div.x1de6b3de .o43d853b8 > img.j5944fd5453,
    div.x1de6b3de .o43d853b8 > picture > img.j5944fd5453 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd a:not([class]):hover{opacity:0.92;}
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd a[class=""]:hover{opacity:0.92;}
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd a:not([class]):visited{color:#ffffff !important;}
div.x1de6b3de.d2cb9b49_y3 .akqgmsrd a[class=""]:visited{color:#ffffff !important;}
div.x1de6b3de.d2cb9b49_y3 .g5988a_767 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.d2cb9b49_y3 .g5988a_767 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.d2cb9b49_y3 .g5988a_767 a:not([class]):hover{opacity:0.92;}
div.x1de6b3de.d2cb9b49_y3 .g5988a_767 a[class=""]:hover{opacity:0.92;}
div.x1de6b3de.d2cb9b49_y3 .g5988a_767 a:not([class]):visited{color:#ffffff !important;}
div.x1de6b3de.d2cb9b49_y3 .g5988a_767 a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.h98484e{
    position: sticky;
    top: 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
    }
.se3d0c__8f21{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.m00e64b4_shz{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    }
.m00e64b4_shz span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ob074b7{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    }
.ob074b7 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.ob074b7 a:hover{
    color: var(--text-color);
    }
.a22486af4e{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.a22486af4e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
    }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
    }
.a22486af4e{
    display: none;
    }}
.aa9ae_c3{
    background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.i0fb4_0477{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.b68fff__7b7c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
    }
.g0597_3ab{
    flex: 0 0 auto;
    }
.d2f69924d6{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    }
.xa82mkqt7md{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.x65fd5_db{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.vc3c7__fcb1b{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.vc3c7__fcb1b:hover{
    color: var(--primary-color);
    }
.g80d1_6241{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    }
.enrv9br8cu5{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.c2b1a__e44c{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.aa9ae_c3{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.b68fff__7b7c{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
    }
.x65fd5_db{
    gap: 24px;
    }
.g80d1_6241{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
}
.h98484e{
  position: sticky;
  top: 0;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 100;
  backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
}
.se3d0c__8f21{
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.m00e64b4_shz{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.m00e64b4_shz span{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.ob074b7{
  display: flex;
  list-style: none;
  gap: 32px;
  flex: 1;
}
.ob074b7 a{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
}
.ob074b7 a:hover{
  color: var(--text-color);
}
.a22486af4e{
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.a22486af4e:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
  }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
  }
.a22486af4e{
    display: none;
  }}
.cd6843caf{
  background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
  border-top: 1px solid var(--border-color);
  padding: 64px 0 32px;
  margin-top: 120px; color: #1a1a2e;}
.hbcc05_be69{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.ha83473f308{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-color);
}
.bcb1243e2{
  flex: 0 0 auto;
}
.u36c57_25b9{
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.b2d483_6b28{
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.w6d6__9e5d{
  display: flex;
  gap: 32px;
  flex: 0 0 auto;
}
.i7464a_b525{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.i7464a_b525:hover{
  color: var(--primary-color);
}
.z26564589{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.sb0543_1203{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.o87e934899c{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 768px){.cd6843caf{
    padding: 48px 0 24px;
    margin-top: 80px;
  }
.ha83473f308{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
  }
.w6d6__9e5d{
    gap: 24px;
  }
.z26564589{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }}
.qf9ce4b3c13{box-sizing:border-box;}
.ua2d__e01e{box-sizing:border-box;}
.j4704e572{display:block;max-width:100%;height:auto;}
.ke4617276{box-sizing:border-box;}
.i78f9285d{box-sizing:border-box;}
@media (max-width: 768px) {.g80d1_6241 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}