*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
}


#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 50px;
    margin: 0 auto;
}

#slogan {
    width: 1400px;
    margin: 0 auto;
}

.px-50px {
    padding-left: 50px;
    padding-right: 50px;
}

#header img {
    width: 100px;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: 16px;
}

.gap-4 {
    gap: 16px;
}

.gap-5 {
    gap: 20px;
}

.w-150px {
    width: 150px;
}

.text-4xl {
    font-size: 24px;
}

.text-2xl {
    font-size: 18px;
}
.text-5xl {
    font-size: 32px;
}

.font-bold {
    font-weight: bold;
}

#main {
    width: 1400px;
    margin: 0 auto;
}

a {
    color: #666782;
    text-decoration: none;
}

.mt-100px {
    margin-top: 100px;
}

.mt-50px {
    margin-top: 50px;
}

.text-xl {
    font-size: 16px;
}

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

.leading-8 {
    line-height: 1.5;
}

.text-6B6C86 {
    color: #6B6C86;
}

.rounded-full {
    border-radius: 50%;
}

.bg-blue-500 {
    background-color: #007bff;
}

.bg-yellow-500 {
    background-color: #FFD02F;
}

.button:hover {
    background-color: #fff;
    color: #000;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}


.button:hover a {
    color: #000;
}

.w-40px {
    width: 40px;
}

.h-40px {
    height: 40px;
}

button {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: none;
}

.w-200px {
    width: 200px;
}

.text-white {
    color: #fff;
}

.-ml-4 {
    margin-left: -12px;
}

.border-2 {
    border: 2px solid #fff;
}

.border-white {
    border: 2px solid #fff;
}

.bg-FFECD2 {
    background-color: #FFECD2;
}


.bg-EFF5F2 {
    background-color: #EFF5F2;
}

.rounded-md {
    border-radius: 12px;
}

.w-500px {
    width: 500px;
}

.h-500px {
    height: 500px;
}

.w-300px {
    width: 300px;
}

.gap-8 {
    gap: 32px;
}

.h-300px {
    height: 300px;
}

.justify-between {
    justify-content: space-between;
}

.w-250px {
    width: 250px;
}

.h-250px {
    height: 250px;
}

.w-half {
    width: 50%;
}

.w-600px {
    width: 600px;
}

.gap-8 {
    gap: 32px;
}

.gap-12 {
    gap: 100px;
}

.w-100px {
    width: 100px;
}

.h-100px {
    height: 100px;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-20px {
    padding-bottom: 20px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-30px {
    margin-top: 30px;
}

.text-3xl {
    font-size: 20px;
}

.w-20px {
    width: 20px;
}

.h-20px {
    height: 20px;
}

.flex-none {
    flex: none;
}

.text-base {
    font-size: 16px;
}

.gap-3{
    gap: 12px;
}

.gap-6{
    gap: 24px;
}

.mt-40px {
    margin-top: 40px;
}

.bg-F4D9FF {
    background-color: #F4D9FF;
}

.bg-FFE9CA {
    background-color: #FFE9CA;
}

.p-6 {
    padding: 24px;
}

.p-4 {
    padding: 16px;
}

.mt-4 {
    margin-top: 16px;
}

.text-xs {
    font-size: 13px;
    line-height: 1.5;
}

.mt-2 {
    margin-top: 8px;
}



.w-800px {
    width: 800px;
}

.shadow-md {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container {
    background-color: #E4EDFF ;
    padding-bottom: 40px;
}

.bg-DCE5FF {
    background-color: #DCE5FF;
}

.bg-AEB9D7 {
    background-color: #AEB9D7;
}

.w-24px {
    width: 24px;
}

.h-24px {
    height: 24px;
}

.bg-4A4F5C {
    background-color: #4A4F5C;
}

.w-10px {
    width: 10px;
}

.h-10px {
    height: 10px;
}   

.text-666782 {
    color: #666782;
}

.bg-E4EDFF {
    background-color: #E4EDFF;
}

.text-1f2937 {
    color: #1f2937;
}

.w-1400px { 
    width: 1400px;
    margin: 0 auto;
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.object-cover {
    object-fit: cover;
}

.h-120px {
    height: 120px;
}

.h-30px {
    height: 30px;
}

.w-50px {
    width: 50px;
}

.h-50px {
    height: 50px;
}

.block {
    display: block;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.border-r {
    border-right: 1px solid #ccc;
}

.text-B1B1BF {
    color: #B1B1BF;
}
