:root {
    --contact_blue: #2C6AFB;
    --contact_black: #0F0F0F;
    --contact_border: #E9E9E9;
    --contact_bg: #FAFAFA;
}

.contact_section {
    margin-top: 123px;
    padding: 104px 0;
}

.contact_heading_wrapper {
    text-align: center;
    margin-bottom: 64px;
}

.contact_subtitle {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-blue, #2C6AFB);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
}

.contact_middle_col {
    margin: 0 auto;
    max-width: 1200px;
}

.contact_title {
    margin: 0;
    color: var(--contact_black);
    font-family: "Google Sans Flex", sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
    text-transform: capitalize;
}

.contact_form .row {
    row-gap: 24px;
    column-gap: 24px;
    max-width: 800px;
    margin: 0 auto;

}



.contact_field1 {
    height: 56px;
    padding: 16px 24px;
    border: 1px solid var(--contact_border);
    border-radius: 4px;
    background: var(--contact_bg);
    box-shadow: none;
    max-width: 388px;
    width: 100%;
}


.contact_field {
    height: 56px;
    padding: 16px 24px;
    border: 1px solid var(--contact_border);
    border-radius: 4px;
    background: var(--contact_bg);
    box-shadow: none;
}


.contact_field:focus {
    background: var(--contact_bg);
    border-color: #d9d9d9;
    box-shadow: none;
}

.contact_textarea {
    height: 104px;
    resize: none;
}

.contact_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    /*flex-wrap: wrap;*/
    max-width: 800px;
    margin: 24px auto 0;
}

.contact_checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 200px;
}

.contact_checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 16px;
    height: 16px;
    flex-shrink: 0;

    margin: 0;

    border: 1px solid #0F0F0F;
    background: #FFF;
    border-radius: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_checkbox input[type="checkbox"]:checked {
    background: #2C6AFB;
    border-color: #2C6AFB;
}

.contact_checkbox input[type="checkbox"]:checked::after {
    content: "";
    width: 4px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -1px;
}

.contact_checkbox label {
    color: #0F0F0F;
    font-family: "Google Sans Flex", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    cursor: pointer;
}

.contact_checkbox a {
    color: #2C6AFB;
    text-decoration: underline;
    text-underline-offset: 2px;

}

.contact_btn {
    width: 300px;
    height: 56px;
    border: none;
    border-radius: 4px;
    background: #0F0F0F;
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: .3s;
}

.contact_btn:hover {
    background: #fff;
    color: #0F0F0F;
    border: 1px solid var(--Base-04, #E9E9E9);
}

.contact_info {
    margin-top: 64px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact_card {
    text-align: center;
}

.contact_icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;

}

.contact_card h5 {
    margin-bottom: 4px;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    text-transform: capitalize;
}

.contact_card p {
    margin: 0;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.5;
}


/* Home Page */

.home_hero {
    position: relative;
    overflow: hidden;
    height: 912px;
    display: flex;
    align-items: center;
    margin-top: 121.8px;
}

.home_hero .container {
    height: 912px;
    justify-content: center;
    padding-top: 154px;
}

.home_video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .home_overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.55);
} */

.home_content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.home_heading {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;

    /* Heading/H1 */
    font-family: "Google Sans Flex";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.home_description {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;

    /* P/Std */
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    margin: 0px auto 32px;
    max-width: 441px;
    opacity: 0.5;
}

.home_btn  {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    max-width: 151px;
    margin: 0 auto;
    text-decoration: none;
}


.home_btn:hover {
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Base-Off-Black, #0F0F0F);
    border: 1px solid var(--Base-04, #E9E9E9);
    padding: 16px 30px;

}

.home_btn_cta:hover {
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Base-Off-Black, #0F0F0F);
    border: 1px solid var(--Base-04, #E9E9E9);
    padding: 16px 30px;
}

.home_features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 39px;
    margin-top: 108px;
}


.home_feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home_feature span {
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.home_category {
    padding: 0 0 101px;
    margin-top: -182px;

}

.home_category_heading {
    text-align: center;
    margin-bottom: 48px;
}

.home_category_heading h2 {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 56px */
    text-transform: capitalize;
    margin-bottom: 4px;
}

.home_category_heading p {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    margin-bottom: 0px;
    opacity: 0.5;

}

.home_category_card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.home_category_card img {
    width: 100%;
    display: block;
}

.home_category_overlay {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 16px;
}

.home_category_overlay img {
    width:32px;
    height:32px;
     margin-right: auto;

}

.home_category_overlay span {
    color: var(--Base-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
}

.home_category_button {
    text-align: center;
    margin-top: 48px;
}


.view_btn {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    max-width: 212px;
    margin: 0 auto;
    text-decoration: none;
}

.view_btn:hover {
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Base-Off-Black, #0F0F0F);
    border: 1px solid var(--Base-04, #E9E9E9);
    padding: 16px 30px;

}

.home_about {
    padding: 0;
    overflow: hidden;
    background: #fafafa;

}


.home_about_image {
    height: 100%;
}

.home_about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.col_grey {
    background: #fafafa;
    height: 600px;

}


.home_about_content {
    max-width: 580px;
    margin: 0px 140px;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.home_about_title {
    margin: 0 0 8px;
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 56px */
    text-transform: capitalize;
}

.home_about_text {
    margin: 0;
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.5;
}

.home_features_1 {
    padding: 104px 0;
    background: #FFFFFF;
}

.home_features_heading {
    max-width: 770px;
    margin: 0 auto 44px;
    text-align: center;
}

.home_features_title {
    margin: 0 0 16px;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 56px */
    text-transform: capitalize;
    margin-bottom: 16px;
}

.home_features_description {
    max-width: 687px;
    margin: 0 auto;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.5;
}

.feature_row {
    display: flex;
    width: 100%;
    max-width: 1280px;
    padding: 0 32px;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
}

.home_feature_card {
    text-align: center;
    padding: 0px;
}

.home_feature_icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
}

.home_feature_icon img {
    width: 48px;
    height: 48px;
    display: block;
}

.home_feature_title {
    margin: 0 0 8px;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    text-transform: capitalize;
}

.home_feature_text {
    margin: 0;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.5;

}

.home_cta {
    background: #fafafa;
    overflow: hidden;
    padding: 0px;
}

.home_cta .row {
    min-height: 600px;
}

.home_cta_content {
    max-width: 585px;
    height: 100%;
    padding: 80px 104px 0px 0px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.home_cta_title {
    margin: 0 0 16px;
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 56px */
    text-transform: capitalize;
}

.home_cta_text {
    margin: 0 0 24px;
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.5;
}

.home_cta_video {
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}

.home_cta_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.home_btn_cta {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    text-decoration: none;
    max-width: 203px;
}

.home_story {
    padding: 104px 0;
    background: #fff;
}


.home_story_content,
.home_story_image {
    height: 100%;
    min-height: 360px;
}

.home_story_content {
    display: flex;
    padding: 43px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-Off-White, #FAFAFA);
}

.home_story_title {
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 56px */
    text-transform: capitalize;
    max-width: 500px;
    margin: 0;

}

.home_story_text {
    margin: 0;
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.5;
    max-width: 500px;

}

.home_story_image {
    overflow: hidden;
}

.home_story_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home_story_button {
    margin-top: 40px;
    text-align: center;
}

.home_btn_more {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
    max-width: 240px;
    margin: 0 auto;
}

.home_btn_more:hover {
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Base-Off-Black, #0F0F0F);
    border: 1px solid var(--Base-04, #E9E9E9);
    padding: 16px 30px;
}


.grey_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.grey_line2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 103px;
    z-index: -1;

}

.grey_line3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


.home_particle {
    position: relative;
    height: 800px;
    overflow: hidden;
    margin-top:50px;
    padding: 0px;
        max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.home_particle_canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.home_particle_content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    min-height: 100vh;

    color: #fff;
    max-width: 382px;
    margin-top:200px;
}

.home_particle_content h1 {
    margin: 0 0 16px;
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 56px */
    text-transform: capitalize;
}

.home_particle_content p {
    color: var(--Base-Off-Black, #0F0F0F);
font-family: "Google Sans Flex";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
opacity: 0.6;
margin: 0 0 24px;
}

.home_btn_search {
    display: flex;
height: 56px;
padding: 16px 32px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 4px;
background: var(--Base-White, #FFF);
color: var(--Base-Off-Black, #0F0F0F);
text-align: center;
font-family: "Google Sans Flex";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
text-decoration: none;
max-width: 173px;
}

.home_btn_search:hover {
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    padding: 16px 30px;
}