.intro-banner {
    background: #0152A2;
}

div.container.info {
    border-bottom: 1px solid rgba(0, 90, 169, 0.2);
    padding-bottom: 40px;
}

.intro-banner h1 {
    font-family: "Sora";
    font-size: 52px;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 40px;
}

.intro-banner div.main-text p{
    font-size: 20px;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 30px;
}

.intro-banner div.main-text-small p{
    font-size: 16px;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 25px;
}

.intro-banner img {
    width: 450px;
    margin-left: 60px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro-banner a.btn-red-background, .interlude a.btn-red-background {
    color: #fff;
    border-color: #f54432;
    background-color: #f54432;
    font-size: 15px;
    width: 159px;
    height: 44px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    padding: 0;
    display: table-cell;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0px 0px 0px 15px;
}

.intro-banner a.btn-red-background:hover, .intro-banner a.btn-red:hover, .interlude a.btn-red-background:hover {
    color: #fff;
    background-color: #c43628;
}

.its-worth-it {
    background: white;
}

.its-worth-it .container{
    padding-bottom: 40px;
}

.its-worth-it h2 {
    font-family: "Sora";
    font-size: 40px;
    color: #0152A2;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
}

.its-worth-it h3 {
    font-family: "Sora";
    font-size: 24px;
    font-weight: 700;
    color: #0152A2;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.its-worth-it p {
    font-family: "Sora";
    font-size: 16px;
    color: #0152A2;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.its-worth-it .worth-it-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.its-worth-it .worth-it-row .worth-it-text-container {
    padding-right: 0px;
}

.container-fluid.interlude {
    background-color: white;
}

section#interlude {
    padding: 80px 0px;
    background-color: white;
}

.interlude {
    background: #F2F7FB;
}

.interlude .container-border{
    padding-top: 25px;
    margin-bottom: 0px;
    background-color: #F2F7FB;
    border: 1px solid #B2CDE5;
    border-radius: 32px;
}

.interlude img {
    background-color: #F2F7FB;
    margin-top: -40px;
}

.interlude p {
    font-family: "Sora";
    font-size: 24px;
    color: #0152A2;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 75px;
}

.documents {
    background: white;
}

.documents .container{
    padding-bottom: 40px;
}

.documents h2 {
    font-family: "Sora";
    font-size: 40px;
    color: #0152A2;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.documents p {
    font-family: "Sora";
    font-size: 16px;
    color: #0152A2;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.documents .worth-it-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact {
    background: white;
}

.contact .container{
    padding-bottom: 40px;
}

.contact h2 {
    font-family: "Sora";
    font-size: 40px;
    color: #0152A2;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.contact p {
    font-family: "Sora";
    font-size: 16px;
    color: #0152A2;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.contact .worth-it-row {
    padding-top: 80px;
    padding-bottom: 40px;
}

section.faq {
    background-color: #F2F7FB;
}

div.accordion {
    max-width: 739px;
}

.accordion .accordion-item {
    border-top: 1px solid rgba(0, 90, 169, 0.2);
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #362967;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    float: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #362967;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #362967;
    border: 2px solid #ebeaf0;
}

.accordion button .accordion-title {
    padding: 0px 29px 0px 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0152A2;
    display: block;
    letter-spacing: 0px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    background: url(/_resources/themes/simple/images/right-slider-icon.svg) no-repeat;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 17px;
    background-size: 10px;
    transform: rotate(90deg);
}

.accordion button[aria-expanded='true'] {
    color: #362967;
}

.accordion button[aria-expanded='true'] .icon::after {
    display: block;
    position: absolute;
    content: '';
    background: url(/_resources/themes/simple/images/right-slider-icon.svg) no-repeat;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 17px;
    background-size: 10px;
    transform: rotate(270deg);
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 11em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 30px 0;
    line-height: 24px;
    color: #0152A2;
}

.accordion .accordion-content a{
    color: #362967;
    text-decoration: underline;
}

.accordion .accordion-content a:hover{
    color: #FF7B23;
    text-decoration: none;
}

div.wrapper.middle-wide {
    width: 1030px;
    padding-left: 0px;
    margin: 0 auto;
}

div.faq-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-top: 60px;
    padding-bottom: 50px;
}

div.faq-container h2 {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 40px;
    line-height: 52px;
    color: #0152A2;
    width: 360px;
    text-align: left;
}

.button-row {
    height: 100px;
}

@media all and (max-width: 1200px) {
    .vertical-center {
        margin: auto;
        position: relative;
        -ms-transform: none;
        transform: none;
        top: 0px;
    }
    .intro-banner img {
        width: 450px;
        margin-left: 0px;
    }
}

@media all and (max-width: 991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .interlude img.img-thumbnail {
        padding: 30px;
    }
    .interlude-container {
        padding: 20px;
    }
    .interlude p {
        font-size: 19px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .button-row {
        height: 45px;
    }
    div.faq-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    div.faq-container h2 {
        padding-bottom: 20px;
    }
    .documents h2 {
        font-size: 32px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .its-worth-it h3 {
        font-size: 24px;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 600px) {
    .intro-banner img {
        width: 100%;
        margin-left: 0px;
        padding-top: 25px;
    }
    .intro-banner h1 {
        margin-top: 48px;
        font-size: 32px;
    }
    .its-worth-it h2 {
        font-family: "Sora";
        font-size: 32px;
    }
    div.faq-container h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .contact h2 {
        font-size: 32px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    div.faq-container h2 {
        width: 100%;
    }
    .interlude img {
        background-color: #F2F7FB;
        margin-top: 0;
    }
    .accordion button[aria-expanded='true'] + .accordion-content {
        opacity: 1;
        max-height: 21em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
}
