/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* khmer */
@font-face {
    font-family: 'Nokora';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nokora/v33/hYkIPuwgTubzaWxgNzAOkvY.woff2) format('woff2');
    unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

/* latin */
@font-face {
    font-family: 'Nokora';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nokora/v33/hYkIPuwgTubzaWxgPDAO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sora/v16/xMQbuFFYT72XzQspDre2.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sora/v16/xMQbuFFYT72XzQUpDg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Sora", sans-serif;
    background: #fff;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13.333px;
    background: #0B0E38;
    width: 216px;
    height: 47px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.btn-try-now {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 182px;
    border-radius: 12px;
    background: #2A9275;
    border: 1px solid #2A9275;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.header__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__nav {
    display: flex;
    justify-content: space-between;
}

.header__nav a {
    color: #0B0E38;
    font-family: Nokora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #C8D8EA;
    text-decoration: none;
    padding: 36px 17px 32px;
}

.header__nav a:last-child {
    border: none;
}

.header__nav a.active {
    background: #E0EFFF;
    color: #1337BF;
}

.header__content__left {
    background: #D7EEE8;
    display: flex;
    justify-content: flex-end;
}

.header__content__left__wrapper {
    max-width: 600px;
    padding-top: 58px;
    padding-bottom: 64px;
}

h1 {
    color: #01132E;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px; /* 108.929% */
    letter-spacing: 1.12px;
    padding-bottom: 24px;
}

.header__content {
    display: flex;
    justify-content: space-between;
}

.header__content p {
    color: #01132E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    padding-bottom: 45px;
    max-width: 441px;
}

.header__content__left {
    width: 50%;
}

.header__content__image {
    width: 50%;
    background: url("../images/family.png") no-repeat 0 0 / 100%;
}

@media (max-width: 3000px) {
    .header__content__image {
        background: url(../images/family-lg.png) no-repeat 0 36% / 100%;
    }
}

@media (max-width: 2560px) {
    .header__content__image {
        background: url("../images/family.png") no-repeat center center / 107%;
    }
}

@media (max-width: 1920px) {
    .header__content__image {
        background: url("../images/family.png") no-repeat 0 0 / 100%;
    }
}

.header__content__left form {
    max-width: 445px;
    width: 100%;
}

.header__content__left input {
    border-radius: 12px;
    background: url("../images/zip-icon.png") no-repeat 19px center /5%, #FFF;
    padding: 20px 20px 20px 45px;
    height: 61px;
    width: 100%;
    color: #01132E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #01132E;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #01132E;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #01132E;
}

:-moz-placeholder { /* Firefox 18- */
    color: #01132E;
}

.header__content__left .btn-default {
    border-radius: 12px;
    background: #2A9275;
    border: 1px solid #2A9275;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.header__content__left .btn-default:hover {
    animation: none;
}


.header-nav-mob {
    display: none;
}


.trusted {
    padding-top: 79px;
}

.trusted h6 {
    color: #041D40;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.trusted-list {
    display: flex;
}

.trusted-list img {
    margin-right: 28px;
}

.hows-insurance-container {
    max-width: 1270px;
    padding: 100px 15px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.hows-insurance-img {
    max-width: 620px;
}

.hows-insurance-img img {
    width: 100%;
    display: block;
}

.hows-insurance-content {
    max-width: 566px;
}

.hows-insurance-content h2 {
    color: #01132E;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
    padding-bottom: 20px;
}

.hows-insurance-content p {
    color: #56647B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
}

.hows-insurance-list {
    padding-top: 28px;
    padding-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
}

.hows-insurance-list h6 {
    color: #2068CA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.32px;
    width: 100%;
    padding-bottom: 12px;
}

.hows-insurance-list ul {
    width: 50%;
}

.hows-insurance-list ul li {
    color: #01132E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.32px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.hows-insurance-list ul li img {
    flex-shrink: 0;
    margin-right: 14px;
}

.hows-insurance-content .btn-try-now {
    margin-top: 78px;
}

.how-to-get-container {
    max-width: 1270px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.how-to-get-container h2 {
    color: #01132E;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
    padding-bottom: 20px;
}

.how-to-get-container h2 + p {
    color: #01132E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    max-width: 718px;
    margin: 0 auto;
}

.how-to-get-list {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 42px;
}

.how-to-get-item {
    width: 32.5%;
    padding: 20px;
    border-radius: 19px;
    background: #F1F4F8;
}

.how-to-get-item .num {
    border-radius: 8px;
    background: #3D85F6;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
}

.how-to-get-item h4 {
    color: #01132E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
    padding: 24px 0 12px;
}

.how-to-get-item p {
    color: #56647B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
}

.how-to-get-container .btn {
    border-radius: 12px;
    background: #2A9275;
    border: 1px solid #2A9275;
    width: 212px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.how-to-get-container .btn:hover {
    animation: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.get-life-insurance-container {
    max-width: 1270px;
    padding: 0 15px 100px;
    margin: 0 auto;
}

.get-life-insurance h2 {
    color: #01132E;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
    padding-bottom: 20px;
}

.get-life-insurance h2 + p {
    color: #01132E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    max-width: 718px;
    margin: 0 auto;
}

.get-life-insurance-list {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
}

.get-life-insurance-item {
    width: 32.5%;
    border-radius: 19px;
    background: #F1F4F8;
    padding: 20px;
}

.get-life-insurance-icon {
    border-radius: 8px;
    background: #3D85F6;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-life-insurance h4 {
    color: #01132E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
    padding-top: 46px;
    padding-bottom: 12px;
}

.get-life-insurance p {
    color: #56647B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
}

.get-life-insurance p.second-paragraph {
    color: #01132E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    padding: 42px 0;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
}

.get-life-insurance .btn {
    border-radius: 12px;
    background: #2A9275;
    border: 1px solid #2A9275;
    width: 212px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.get-life-insurance .btn:hover {
    animation: none;
}

.how-much-container {
    max-width: 1270px;
    padding: 0 15px 100px;
    margin: 0 auto;
}

.how-much-container h2 {
    color: #01132E;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
    padding-bottom: 20px;
}

.how-much-container h2 + p {
    color: #01132E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    padding-bottom: 48px;
}

.how-much-banner {
    background: url("../images/banner-bg.png") no-repeat 0 0 / cover;
    border-radius: 24px;
    overflow: hidden;
}

.how-much-banner-wrapper {
    padding: 46px 50px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.55) 100%);
    max-width: 500px;
}

.how-much-banner h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: 0.64px;
    padding-bottom: 14px;
}

.how-much-banner p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    padding-bottom: 36px;
}

.how-much-banner p span {
    font-weight: 600;
}

.how-much-banner input {
    border-radius: 12px;
    background: url("../images/zip-icon.png") no-repeat 19px center /5%, #FFF;
    padding: 20px 20px 20px 45px;
    height: 61px;
    width: 100%;
    color: #01132E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}


.how-much-banner .btn-default {
    border-radius: 12px;
    background: #2A9275;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #2A9275;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.how-much-banner .btn-default:hover {
    animation: none;
}

.insurance-types-container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px 100px;
}

.insurance-types-container h2 {
    color: #01132E;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
    max-width: 718px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.insurance-types-container p {
    color: #01132E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    max-width: 718px;
    margin: 0 auto;
}

.insurance-types-list {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}

.insurance-types-item {
    padding: 24px;
    border-radius: 16px;
    width: 49.5%;
}

.insurance-types-item h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
    padding-bottom: 28px;
}

.insurance-types-item ul {
    max-width: 280px;
    padding-bottom: 130px;
}

.insurance-types-item ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.32px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.insurance-types-item img {
    flex-shrink: 0;
    margin-right: 14px;
}

.insurance-types-item:nth-of-type(1) {
    background: url("../images/insurance-types-1.png") no-repeat 0 0 / cover;
}

.insurance-types-item:nth-of-type(2) {
    background: url("../images/insurance-types-2.png") no-repeat 0 0 / cover;
}

.other-types {
    padding-top: 42px;
}

.other-types h4 {
    color: #01132E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: 0.64px;
    padding-bottom: 26px;
}

.other-types-list {
    display: flex;
    justify-content: space-between;
}

.other-types-item {
    width: 32.5%;
    border-radius: 19px;
    background: #F1F4F8;
    padding: 20px;
}

.other-types-item .other-types-icon {
    border-radius: 8px;
    background: #3D85F6;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.other-types-item h4 {
    padding-top: 36px;
    color: #01132E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
    padding-bottom: 12px;
    text-align: left;
}


.other-types-item p {
    color: #56647B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    text-align: left;
}

.insurance-types .btn {
    border-radius: 12px;
    background: #2A9275;
    border: 1px solid #2A9275;
    width: 212px;
    height: 60px;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.insurance-types .btn:hover {
    animation: none;
}

.insurance-types .btn-wrapper {
    padding-top: 42px;
}

.faq-container {
    max-width: 830px;
    padding: 0 15px 50px;
    margin: 0 auto;
}

.faq-container h2 {
    color: #01132E;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
    padding-bottom: 42px;
}

.accordion-content {
    overflow: hidden;
    max-height: 0;
    color: #56647B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
}

.accordion-content.open {
    padding: 19px;
    max-height: 90px;
}


.accordion-item {
    margin-bottom: 14px;
}

.accordion-title {
    border-radius: 14px;
    padding: 17px 24px 17px 68px;
    color: #01132E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 98% center, #F1F4F8;
}

.accordion-title.active {
    background: url("../images/plus-alt.png") no-repeat 97% center, #F1F4F8;
}

footer {
    background: #DBE4F0;
}

.footer-container {
    max-width: 1390px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.footer-left p {
    color: var(--graphite5, #455B66);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    padding-top: 6px;
}

.footer-nav a {
    color: var(--grey-txt, #2D2D2D);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-left: 33px;
}

.footer-left .footer-social {
    display: none;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;
}

.footer-social a {
    text-decoration: none;
    margin-left: 36px;
}

.disclaimer {
    max-width: 1369px;
    padding: 50px 15px 30px;
    margin: 0 auto;
}

.disclaimer p {
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 130%; /* 20.8px */
    padding-bottom: 20px;
}

.faq-form {
    max-width: 672px;
    margin: 0 auto;
}

.faq-form form {
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
}

.faq-form input {
    border-radius: 12px;
    border: 1px solid #6D7D98;
    background: url("../images/zip-icon.png") no-repeat 20px center, #FFF;
    padding: 20px 20px 20px 45px;
    height: 61px;
    color: var(--Blue-950, #01132E);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-grow: 1;
}

.faq-form .btn-default {
    width: 212px;
    height: 60px;
    margin-left: 15px;
    border-radius: 12px;
    background: var(--Green-600, #2A9275);
    border: 1px solid #2A9275;
    color: var(--Basic-White, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.faq-form .btn-default:hover {
    animation: none;
}

.our-partners {
    overflow: hidden;
    padding: 50px 15px;
}

.our-partners img {
    margin: 0 20px;
}

.our-partners-container {
    display: flex;
    animation: marquee-left 20s linear infinite;
    justify-content: space-between;

}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


@media (max-width: 1450px) {
    .header__content__image {
        background: url(../images/family.png) no-repeat 0 0 / 102%;
    }
}

@media (max-width: 1368px) {
    .header__content__image {
        background: url(../images/family.png) no-repeat 0 0 / 119%;
    }
}

@media (max-width: 1280px) {
    header .btn {
        width: 150px;
    }

    .hows-insurance-content {
        padding-left: 20px;
    }

    .how-to-get-item img {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1220px) {
    .header__nav a {
        padding: 36px 8px 32px;
    }

    .header__content__left__wrapper {
        padding-left: 15px;
    }

    .header__content__image {
        background: url(../images/family.png) no-repeat 0 0 / 127%;
    }
}

@media (max-width: 1100px) {
    .header__nav a {
        font-size: 14px;
    }

    .header__content__image {
        background: url(../images/family.png) no-repeat center center / 147%;
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .hows-insurance-content h2,
    .how-to-get-container h2,
    .get-life-insurance h2, .faq-container h2,
    .how-much-container h2, .insurance-types-container h2 {
        font-size: 30px;
    }


}

@media (max-width: 1024px) {
    .header__nav {
        display: none;
    }

    header .btn {
        display: none;
    }

    .header__content__left__wrapper {
        padding: 20px;
    }

    .header__content__left {
        justify-content: flex-start;
    }

    .header-nav-mob {
        display: block;
    }

    .header__container {
        background: #D7EEE8;
        padding-top: 24px;
    }

    .our-partners {
        padding-bottom: 0;
    }
}

@media (max-width: 980px) {
    .trusted-list img {
        margin-right: 20px;
        display: block;
        max-width: 100px;
    }
}

@media (max-width: 850px) {
    .header__content {
        flex-direction: column;
    }

    .header__content__left {
        width: 100%;
        justify-content: center;
    }

    .header__content__left__wrapper {
        max-width: 100%;
        padding-top: 46px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header__content__image {
        min-height: 440px;
        width: 100%;
        background: url(../images/family.png) no-repeat center 0 / 106%;
    }

    .hows-insurance-container {
        flex-direction: column-reverse;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hows-insurance-content {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 44px;
    }

    .hows-insurance-img {
        width: 100%;
        max-width: 100%;
    }

    .accordion-title {
        padding-left: 14px;
        font-size: 14px;
    }

    .accordion-content {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
    .how-to-get-list, .get-life-insurance-list,
    .other-types-list {
        flex-direction: column;
    }

    .how-to-get-item, .get-life-insurance-item,
    .other-types-item {
        width: 100%;
        margin-bottom: 14px;
    }

    .get-life-insurance-container {
        padding-bottom: 80px;
    }

    .how-to-get-item img {
        max-width: 360px;
        margin: 0 auto;
    }

    .how-to-get-item h4,
    .get-life-insurance h4,
    .other-types-item h4 {
        font-size: 22px;
    }

    .how-to-get-item p,
    .get-life-insurance p,
    .other-types-item p {
        font-size: 14px;
    }

    .get-life-insurance h4,
    .other-types-item h4 {
        padding-top: 24px;
    }

    .other-types h4 {
        font-size: 26px;
    }

    .other-types-item {
        width: 100%;
    }

    .insurance-types-list {
        flex-direction: column;
    }

    .insurance-types-item {
        width: 100%;
        margin-bottom: 14px;
    }

    .insurance-types-item h5 {
        font-size: 22px;
        position: relative;
        z-index: 10;
    }

    .insurance-types-item ul{
        position: relative;
        z-index: 10;
    }

    .insurance-types-item:nth-of-type(1) {
        background: url(../images/insurance-types-1.png) no-repeat center center / cover;
        position: relative;
        overflow: hidden;
    }

    .insurance-types-item:nth-of-type(1)::before{
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        display: block;
        content: "";
        z-index: 1;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
        backdrop-filter: blur(3.6px);
    }

    .insurance-types-item:nth-of-type(2) {
        background: url(../images/insurance-types-2.png) no-repeat center center / cover;
        position: relative;
        overflow: hidden;
    }

    .insurance-types-item:nth-of-type(2)::before{
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        display: block;
        content: "";
        z-index: 1;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
        backdrop-filter: blur(3.6px);
    }



    .footer-container {
        position: relative;
        padding-bottom: 50px;
        align-items: flex-start;
    }

    .footer-left .footer-social {
        display: flex;
        justify-content: flex-start;
    }

    .footer-social a {
        margin-left: 0;
        margin-right: 24px;
    }

    .footer-nav {
        flex-direction: column;
        display: flex;
    }

    .footer-nav a {
        margin-bottom: 16px;
    }

    .footer-left p {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 18px;
    }

    .footer-right .footer-social {
        display: none;
    }

    .how-much-banner-wrapper {
        padding: 26px 16px;
        background: none;
        max-width: 100%;
    }

    .how-much-banner {
        padding-bottom: 396px;
        background:
        url("../images/banner-bg-mob.png") no-repeat 0 0 / cover;
    }

    .hows-insurance-content .btn-try-now {
        margin: 30px auto 0;
    }
}

@media (max-width: 500px) {
    .faq-form form {
        flex-direction: column;
    }

    .faq-form input {
        width: 100%;
    }

    .faq-form .btn-default {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .hows-insurance-list ul {
        width: 100%;
    }

    .insurance-types-container {
        padding: 0 15px 40px;
    }

    .how-to-get-container {
        padding-bottom: 45px;
    }

    .hows-insurance-container {
        padding-top: 0px;
    }
}

.hamburger-button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: url(../images/hamburger-icon.png) no-repeat center center, rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(37px);
    cursor: pointer;
}

.hamburger-button.active {
    background: url(../images/stash_burger-classic.png) no-repeat center center, rgba(255, 255, 255, 0.93);
}

.header-nav-mob-list {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(37px);
    width: 393px;
    position: absolute;
    display: none;
    right: 13px;
    top: 84px;
    z-index: 100;
    padding-top: 40px;
}

.header-nav-mob-list.active {
    display: block;
}

.header-nav-mob-list a {
    color: #151D35;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.66px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 40px;
}

span.error {
    padding: 5px 0;
    color: red;
    font-size: 14px;
    display: block;
}