
* {
    box-sizing: border-box;
}

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

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

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

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

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

.header__content p {
    padding-bottom: 45px;
    padding-top: 24px;
    max-width: 441px;
}

.header__content__left {
    width: 50%;
}

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

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

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

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

.header__content .best__input{
    width: 100%;
}

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

::-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-try-now {
    margin-top: 15px;
    width: 100%;
}

.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 {
    padding-bottom: 20px;
}

.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;
    width: fit-content;
}

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

.how-to-get-container h2 {
    text-align: center;
    padding-bottom: 20px;
}

.how-to-get-container h2 + p {
    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;
}

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

.get-life-insurance h2 {
    text-align: center;
    padding-bottom: 20px;
}

.get-life-insurance h2 + p {
    text-align: center;
    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;
}

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

.how-much-container h2 {
    padding-bottom: 20px;
    text-align: center;
}

.how-much-container h2 + p {
    text-align: center;
    padding-bottom: 48px;
}

.how-much-banner {
    background: url("../images/life/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 .best__input{
    width: 100%;
}

.how-much-banner .btn-try-now {
    margin-top: 15px;
    width: 100%;
}

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

.insurance-types-container h2 {
    text-align: center;
    max-width: 718px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.insurance-types-container p {
    text-align: center;
    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/life/insurance-types-1.png") no-repeat 0 0 / cover;
}

.insurance-types-item:nth-of-type(2) {
    background: url("../images/life/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 .accordion{
    margin-top: 42px;
    margin-bottom: 42px;
}

.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 form .best__input {
  border: 1px solid #6D7D98;
  width: 100%;
}


.faq-form .btn-try-now {
    width: 50%;
    margin-left: 15px;
}

.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%);
    }
}


.hamburger-button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: url(../images/life/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/life/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;
}


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

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

@media (max-width: 1280px) {

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

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

@media (max-width: 1220px) {

    .header__content__left__wrapper {
        padding-left: 15px;
    }

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

@media (max-width: 1100px) {

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

}

@media (max-width: 1024px) {

    .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/life/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;
    }

    .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/life/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/life/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);
    }

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

    .how-much-banner {
        padding-bottom: 396px;
        background:
        url("../images/life/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;
    }
}
