/** {*/
/*    box-sizing: border-box;*/
/*}*/

/*body {*/
/*    margin: 0;*/
/*    background: #F5F0EB;*/
/*    color: #1B2A4A;*/
/*    font-family: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;*/
/*    font-size: 1rem;*/
/*    line-height: 1.7;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/

/*::selection {*/
/*    background: rgb(240.8, 234, 222.2);*/
/*    color: #0D1826;*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {*/
/*    font-family: "Fraunces", Georgia, serif;*/
/*    color: #1B2A4A;*/
/*    font-weight: 700;*/
/*    line-height: 1.15;*/
/*    letter-spacing: -0.01em;*/
/*}*/

/*h1 {*/
/*    font-size: clamp(34px, 5vw, 56px);*/
/*    margin-bottom: 24px;*/
/*}*/

/*h2 {*/
/*    font-size: clamp(26px, 3vw, 36px);*/
/*    margin-top: 40px;*/
/*    margin-bottom: 16px;*/
/*}*/

/*h3 {*/
/*    font-size: clamp(20px, 2.4vw, 26px);*/
/*    margin-bottom: 12px;*/
/*}*/

/*p {*/
/*    max-width: 760px;*/
/*    color: #1B2A4A;*/
/*}*/

/*.text-muted {*/
/*    color: rgb(125.1, 131.1, 146.45) !important;*/
/*}*/

/*a {*/
/*    color: #2C4A7C;*/
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*    text-decoration-thickness: 2px;*/
/*    text-underline-offset: 4px;*/
/*    transition: color 0.15s ease;*/
/*}*/

/*a:hover {*/
/*    color: #5B8DB8;*/
/*    text-decoration: underline;*/
/*}*/

/*.container {*/
/*    max-width: 1080px;*/
/*    margin: 0 auto;*/
/*    padding-left: 24px;*/
/*    padding-right: 24px;*/
/*}*/

/*main,*/
/*.container {*/
/*    padding-top: 24px;*/
/*    padding-bottom: 24px;*/
/*}*/

/*img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    border-radius: 10px;*/
/*}*/

/*.frame,*/
/*.card,*/
/*.content-section,*/
/*.ce-bodytext {*/
/*    border-radius: 14px;*/
/*}*/

/*.frame,*/
/*.card {*/
/*    background: rgba(255, 255, 255, 0.75);*/
/*    backdrop-filter: blur(6px);*/
/*    border: 1px solid rgba(27, 42, 74, 0.12);*/
/*    box-shadow: 0 10px 30px rgba(27, 42, 74, 0.08);*/
/*    transition: transform 0.18s ease, box-shadow 0.18s ease;*/
/*}*/

/*.frame {*/
/*    padding: 28px;*/
/*    margin-bottom: 28px;*/
/*}*/

/*.card:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 20px 45px rgba(27, 42, 74, 0.12);*/
/*}*/

/*.card-body {*/
/*    padding: 24px;*/
/*}*/

/*.card-title {*/
/*    font-family: "Fraunces", Georgia, serif;*/
/*    color: #1B2A4A;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.btn,*/
/*.btn-primary,*/
/*button,*/
/*input[type=submit] {*/
/*    border: 0;*/
/*    border-radius: 10px;*/
/*    background: #1B2A4A;*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    font-family: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;*/
/*    font-size: 14.5px;*/
/*    padding: 12px 22px;*/
/*    box-shadow: 0 6px 16px rgba(27, 42, 74, 0.06);*/
/*    cursor: pointer;*/
/*    transition: background 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;*/
/*}*/

/*.btn:hover,*/
/*.btn-primary:hover,*/
/*button:hover,*/
/*input[type=submit]:hover {*/
/*    background: #2C4A7C;*/
/*    color: #fff;*/
/*    transform: translateY(-1px);*/
/*    box-shadow: 0 10px 30px rgba(27, 42, 74, 0.08);*/
/*}*/

/*.btn-secondary {*/
/*    background: #7A5C3E;*/
/*}*/

/*.btn-secondary:hover {*/
/*    background: rgb(109.8, 82.8, 55.8);*/
/*}*/

/*.btn-outline-primary {*/
/*    background: transparent;*/
/*    color: #1B2A4A;*/
/*    border: 1.5px solid #1B2A4A;*/
/*    box-shadow: none;*/
/*}*/

/*.btn-outline-primary:hover {*/
/*    background: #1B2A4A;*/
/*    color: #fff;*/
/*}*/

/*.btn-warning {*/
/*    background: #B8965B;*/
/*    color: #0D1826;*/
/*}*/

/*.btn-warning:hover {*/
/*    background: rgb(176.5617021277, 139.9574468085, 76.4382978723);*/
/*    color: #0D1826;*/
/*}*/

/*.alert {*/
/*    border-radius: 14px;*/
/*    padding: 16px 20px;*/
/*    border: 1px solid transparent;*/
/*    font-weight: 500;*/
/*}*/

/*.alert-info {*/
/*    background: #EAF2F8;*/
/*    border-color: #A8C8E0;*/
/*    color: #1B2A4A;*/
/*}*/

/*.alert-success {*/
/*    background: rgb(225.6909090909, 237.5090909091, 229.7090909091);*/
/*    border-color: #4A7C5B;*/
/*    color: rgb(55.5, 93, 68.25);*/
/*}*/

/*.alert-warning {*/
/*    background: rgb(240.8, 234, 222.2);*/
/*    border-color: #B8965B;*/
/*    color: rgb(124.7446808511, 98.8829787234, 54.0053191489);*/
/*}*/

/*.alert-danger {*/
/*    background: rgb(241.1771573604, 221.8728426396, 221.8728426396);*/
/*    border-color: #8B3A3A;*/
/*    color: rgb(118.15, 49.3, 49.3);*/
/*}*/

/*.navbar,*/
/*header {*/
/*    background: #1B2A4A;*/
/*    color: #fff;*/
/*    padding: 16px 0;*/
/*}*/

/*.navbar a,*/
/*header a {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*}*/

/*.navbar a:hover,*/
/*header a:hover {*/
/*    color: #A8C8E0;*/
/*}*/

/*.navbar-brand {*/
/*    font-family: "Fraunces", Georgia, serif;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*}*/

/*footer {*/
/*    margin-top: 48px;*/
/*    background: #0D1826;*/
/*    color: #fff;*/
/*    padding: 32px 0;*/
/*}*/

/*footer a {*/
/*    color: #A8C8E0;*/
/*}*/

/*footer a:hover {*/
/*    color: #fff;*/
/*}*/

/*table {*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 6px 16px rgba(27, 42, 74, 0.06);*/
/*}*/

/*th {*/
/*    background: #1B2A4A;*/
/*    color: #fff;*/
/*    text-align: left;*/
/*    font-weight: 600;*/
/*}*/

/*th,*/
/*td {*/
/*    padding: 12px 16px;*/
/*    border-bottom: 1px solid rgba(27, 42, 74, 0.12);*/
/*}*/

/*tr:last-child td {*/
/*    border-bottom: none;*/
/*}*/

/*tr:hover td {*/
/*    background: rgb(231.0269306931, 235.8863366337, 246.2530693069);*/
/*}*/

/*.badge {*/
/*    display: inline-block;*/
/*    padding: 5px 12px;*/
/*    border-radius: 999px;*/
/*    font-size: 12.5px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 0.02em;*/
/*}*/

/*.badge-primary {*/
/*    background: #1B2A4A;*/
/*    color: #fff;*/
/*}*/

/*.badge-secondary {*/
/*    background: #2C4A7C;*/
/*    color: #fff;*/
/*}*/

/*.badge-default {*/
/*    background: rgb(238.522826087, 230.55, 222.577173913);*/
/*    color: rgb(97.6, 73.6, 49.6);*/
/*}*/

/*.badge-warning {*/
/*    background: rgb(240.8, 234, 222.2);*/
/*    color: rgb(124.7446808511, 98.8829787234, 54.0053191489);*/
/*}*/

/*@media (max-width: 768px) {*/
/*    body {*/
/*        font-size: 16px;*/
/*    }*/
/*    .frame {*/
/*        padding: 20px;*/
/*    }*/
/*    main,*/
/*    .container {*/
/*        padding-left: 18px;*/
/*        padding-right: 18px;*/
/*    }*/
/*    h1 {*/
/*        margin-bottom: 16px;*/
/*    }*/
/*}*/
