body {
    font-family: "Open Sans";
}

.button {
    border-radius: var(--Radius-6px, 6px);
    background: var(--Colors-Accent-200, #ACDD4D);
    padding: 18px var(--spacing-32-px-2-rem, 32px);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-transform: none;
    color: var(--Colors-Gray-900, #101828);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border: 0px;
}
.button:hover {
    background: var(--Colors-Accent-200, #ACDD4D);
    color: var(--Colors-Gray-900, #101828);
    box-shadow: none !important;
}

.hero {
    padding: 64px 0;
    background-color: #fff;
}

.hero .content-banner h1 {
    color: var(--Colors-Gray-900, #101828);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 32px;
    max-width: 100%;
}

.hero-list {
    list-style: none;
    margin: 24px 0 24px 0;
    padding: 0;
}

.hero-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 42px;
    color: var(--gray-900, var(--gray-900, #101828));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
             
.hero-list li:before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url('img/check_blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -3px;
}
             
.hero-list li span {
    font-weight: 700;
}

.hero .img-column img {
    width: 100%;
}

@media (max-width: 1105px) {
    .hero .content-column {
        order: 2;
    }
    .hero .img-column {
        order: 1;
    }
}

@media (max-width: 640px) {
    .button {
        height: 48px;
        min-width: 160px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -0.1px;
        max-width: 160px;
    }

    .hero .content-banner h1 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
    }
}


section.insurance-exotic-profits {
    padding: 64px 0 64px 0;
    background-color: #f9fafb;
}
        
section.insurance-exotic-profits .columns {
    padding: 0 16px;
}

section.insurance-exotic-profits h2 {
    max-width: 100%;
    padding-bottom: 48px;
    color: var(--Colors-Gray-900, #101828);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

section.insurance-exotic-profits p.section-subtitle {
    max-width: 100%;
}

section.insurance-exotic-profits .profit-item {
    text-align: center;
    padding: 0 24px;
    height: 100%;
    margin-bottom: 50px;
}

section.insurance-exotic-profits .profit-item .img {
    width: 64px;
    height: 64px;
    background-color: #cddff5;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

section.insurance-exotic-profits .profit-item .img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
            
section.insurance-exotic-profits .profit-item h3 {
    color: var(--Colors-Gray-900, #101828);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}
            
section.insurance-exotic-profits .profit-item p {
    color: var(--Colors-Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
            
        
section.insurance-exotic-profits .button {
    margin-top: 64px;
}
        

@media (max-width: 640px) {
    section.insurance-exotic-profits {
        padding: 32px 0;
    }

    section.insurance-exotic-profits .profit-item p.last {
        margin-bottom: 0;
    }
}


.sections {
    padding: 64px 0;
    background-color: #fff;
}

.sections2 {
    background-color: #F9FAFB;
}

.sections .row:nth-child(2) {
    margin-bottom: 30px;
}

.sections .top {
    padding: 0 15px;
}

.sections .top .heading {
    color: var(--Colors-Gray-900, #101828);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.sections .top .subtitle {
    color: var(--Colors-Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 48px;
}

.sections .box {
    display: flex;
    padding: var(--spacing-20-px-125-rem, 20px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--8, 20px);
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid var(--Colors-Gray-300, #D0D5DD);
    background: var(--Colors-White, #FFF);
}

.sections .box .title {
    color: var(--Colors-Gray-900, #101828);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 16px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px #E4E7EC solid;
}

.sections .box ul {
    color: var(--Colors-Gray-900, #101828);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

.sections .box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
    margin: 0 0 10px;
}

.sections .box ul li:last-child {
    margin: 0;
}

.sections .box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    background: url("img/check_circle.svg");
}

.sections .box a {
    display: flex;
    padding: var(--spacing-8-px-05-rem, 8px) var(--spacing-16-px-1-rem, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-8-px-05-rem, 8px);
    flex: 1 0 0;
    border-radius: var(--Radius-6px, 6px);
    border: 1px solid var(--Colors-Secondary-800, #012074);
    background: var(--Colors-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--Colors-Secondary-800, #012074);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
}

.ds__steps {
    padding: 64px 0;
    background-color: #fff;
}

.ds__steps .ds__steps-grid {
    display: flex;
    flex-wrap: nowrap;
}

.ds__steps .ds__steps-content {
    flex: 0 0 50%;
    padding-right: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ds__steps .ds__steps-list-wrapper {
    flex: 0 0 50%;
}

.ds__steps .ds__section-title {
    margin-bottom: 16px;
    text-align: left;
    color: var(--Colors-Gray-900, #101828);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.ds__steps .ds__section-subtitle {
        text-align: left;
        margin: 0 0 16px;
}
    
.ds__steps .ds__steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ds__steps .ds__step-item {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.ds__steps .ds__step-item:last-child {
    margin-bottom: 0;
}

.ds__steps .ds__step-item .ds__step-icon-wrapper {
    margin-right: 16px;
    flex-shrink: 0;
    line-height: 1;
}

.ds__steps .ds__step-item .ds__step-icon-wrapper .ds__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #cddff5;
}

.ds__steps .ds__step-item .ds__step-content h3 {
    color: var(--Colors-Gray-900, #101828);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.ds__steps .ds__step-item .ds__step-content p {
    color: var(--Colors-Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e7ec;
}

.example {
    padding: 64px 0;
    color: var(--Colors-Gray-600, #475467);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background-color: #F9FAFB;
}

.example .text {
    padding-top: 16px;
    border-top: 1px #475467 solid;
}


@media (max-width: 768px) {
    .ds__steps .ds__steps-content {
        margin-bottom: 64px;
    }
}

@media (max-width: 640px) {
    section.insurance-exotic-profits {
        padding: 32px 0;
    }

    section.insurance-exotic-profits h2 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }

    .sections {
        padding: 32px 0;
    }

    .sections .top .heading {
        font-size: 20px;
        line-height: 30px;
    }

    .sections .row:nth-child(2) {
        margin-bottom: 20px;
    }

    .sections .row .columns {
        margin-bottom: 20px;
    }

    .sections .row .columns:last-child {
        margin-bottom: 0;
    }

    .ds__steps {
        padding: 32px 0;
    }

    .ds__steps .ds__section-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }

    .ds__steps .ds__steps-grid {
        flex-wrap: wrap;
    }

    .ds__steps .ds__steps-content {
        margin-bottom: 48px;
        flex: 0 0 100%;
    }    

    .ds__steps .ds__steps-list-wrapper {
        flex: 0 0 100%;
    }
}