h1 { font-size: 60px; }
h2 { font-size: 55px; }
h3 { font-size: 50px; }
h4 { font-size: 37px; }
h5 { font-size: 29px; }
h6 { font-size: 20px; }
a { text-decoration: none; color:inherit; }
a:hover { text-decoration: none; color:inherit; }
.fwn { font-weight: normal; }
.fwl { font-weight: 300; }

.case-study-section1 {
    padding:150px 0 100px 0;
    text-align:center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color:#fff;
    position: relative;
    margin-bottom:65px;
    z-index:0;
}
.css1-inner {
    max-width:1200px;
    margin:0 auto;
}
.case-study-section1 h1 {
    margin:0 0 50px 0;
    font-weight:900;
}
.case-study-section1 h5 {
    font-weight:300;
}
.css1-floating-buttons {
    position:absolute;
    bottom:-19px;
    left:0;
    right:0;
    width:100%;
    text-align:center;
}

.css1-floating-button {
    background-color:#3676df;
    color:#fff;
    border-radius:50px;
    padding:20px 80px;
    font-size: 28px;
    margin:0 20px;
}

.case-study-section2 {
    text-align:center;
}
.case-study-section2 h4 {
    font-weight:300;
}

.css2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin: 35px auto;
    max-width: 1200px;
}
.css2-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border:1px solid #3676df;
    border-radius: 10px;
    padding:15px 10px;
}
.css2-column .large {
    color:#3676df; 
    font-size: 50px;
    font-weight: 700;
}
.case-study-section3 {
    padding:50px 0;
    text-align: center;
}
.case-study-section3 h5 {
    max-width:700px;
    margin:0 auto;
    font-weight: normal;
}
.case-study-section4 {
    padding:50px 0;
}
.css4-header {
    text-align: center;
}
.css4-header h5 {
    font-weight: normal;
}

.case-study-section4 h3 {
    font-weight: normal;
}
.css4-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    max-width:1100px;
    margin:25px auto;
}
.css4-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border:1px solid #3676df;
    border-radius: 15px;
    padding:40px 40px 20px 40px;
}
.css4-column h5 {
    color:#3676df;
    font-weight:bold;
}
.css4-column h2 {
    margin-bottom:35px;
}
.css4-column ul {
    padding-left:0;
}
ul.arrow li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 25px;
}
ul.arrow li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zM256 40c118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216zm86.6 224.5l-115.1 115c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L303 256l-99.5-99.5c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.1 115c4.6 4.8 4.6 12.4-.1 17.1z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.case-study-section5 {
    padding:50px 0;
    background: linear-gradient(90deg, #387adf 0%, #4492e8 100%);
}
.css5-box {
    background-color: #fff;
    border-radius: 12px;
    padding:40px;
    max-width:1100px;   
    margin:0 auto;
}
.css5-box-header {
    margin-bottom:35px;
}
.css5-box-group {
    margin-bottom:35px;
}
.css5-box h4 {
    color:#3779df;
    margin:0 0 20px 0;
}
.css5-box-group h5 {
    font-weight: normal;
}
.css5-chart {
    max-width:1100px;
    margin:25px auto 0 auto;
}
.case-study-section6 {
    padding:50px 0;
}
.css6-container {
    max-width:1100px;
    margin:0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items: center;
}
.css6-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width:300px;
}
.css6-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.css6-col2 h2 {
    margin:0 0 40px 0;
}

.case-study-section7 {
    padding:50px 0;
}
.css7-header {
    text-align: center;
    margin-bottom:50px;
}
.css7-header h2 {
    margin:0 0 40px 0;
}
.css7-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:45px 35px;
    max-width:1100px;
    margin:0 auto;
}
.css7-column {
    border-radius: 10px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color:#fff;
    height:309px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.css7-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 130, 255, 0.7);
    z-index: 1;
    border-radius: 10px;
}
.css7-column h4 {
    margin:0 0 20px 0;
}
.css7-column h4,
.css7-column h5 {
    position: relative;
    z-index: 2;
}
.case-study-section8 {
    padding:50px 0;
}
.css8-header {
    text-align: center;
}
.css8-header h2 {
    margin-bottom:35px;
}
.css8-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    justify-content: center;
    flex-wrap: wrap;
}
.css8-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:210px;
    max-width:210px;
    text-align: center;
}
.css8c-circle {
    border:1px solid #3676df;
    background-color: #499ced;
    width:200px;
    margin:0 auto;
    aspect-ratio: 1 / 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom:35px;
}
.css8-column img {
    max-width:50%;
}
.case-study-section9 {
    padding:50px 0;
}
.css9-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    max-width:1300px;
    margin:0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.css9-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:400px;
    max-width:400px;
    border:1px solid #3676df;
    border-radius: 10px;
    padding:20px;
    box-shadow:0 0 15px 0 rgba(54, 118, 223,0.25);
    position: relative;
}
.css9c-header {
    text-align: center;
    min-height:110px;
}
.css9c-header h4 {
    color:#3676df;
    margin:0 0 30px 0;
}
.css9-column ul {
    padding-left:0;

}
.nac-outer {
    height:110px;
}
.no-additional-cost {
    position: absolute;
    bottom:10px;
    right:20px;
}
.case-study-section10 {
    padding:50px 0;
    background: linear-gradient(to right, #387adf 0%, #428fe7 100%);
    color:#fff;
}
.css10-header {
    text-align: center;
    margin-bottom:50px;
}
.css10-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    justify-content: center;
}
.css10-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
}
.css10c-circle {
    background-color: #fff;
    width:200px;
    margin:0 auto;
    aspect-ratio: 1 / 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.css10c-circle img {
    max-width:50%;
}
.css10c-connector {
    height:10px;
    background-color: #fff;
    position: absolute;
    top:100px;
    left: calc(50% + 100px);
    width: calc(50% - 100px + 75px + 50% - 100px);
    z-index: 1;
}
.css10cc-bubble {
    background-color: #fff;
    width:35px;
    height:35px;
    border-radius: 35px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.css10c-text {
    margin-top:35px;
}
.css10c-text-title {
    min-height:53px;
}
.case-study-section11 {
    padding:50px 0;
}
.css11-header {
    text-align: center;
    margin-bottom:50px;
}
.css11-reasons {
    max-width:1100px;
    margin:0 auto;
}
.css11-reason {
    background: linear-gradient(to bottom, #397de0 0%, #4493e9 100%);
    color:#fff;
    padding:30px 65px;
    border-radius: 100px;
    margin-bottom:20px;
}
.css11-reason h6 {
    margin:0;
}
.css11-reason i {
    color:#000;
    margin-right:15px;
}
.case-study-section12 {
    padding:50px 0;
}
.css12-box {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:160px 20px;
    text-align: center;
    color:#fff;
    max-width:1100px;
    margin:0 auto;
    border-radius: 15px;
    box-shadow:0 0 15px 0 rgba(54, 118, 223, 1);
}
.css12-box h2 {
    margin: 0;
}
.case-study-section13 {
    padding:50px 0;
    max-width:1100px;
    margin:0 auto;
}
.css13-header {
    text-align: center;
    max-width:900px;
    margin:0 auto;
}
.css13-header h5 {
    margin:0 0 25px 0;
}
.css13-floating-buttons {
    text-align:center;
    margin:60px 0;
}
.css13-floating-button {
    background: linear-gradient(90deg, #3676df 0%, #4594ea 100%);
    color:#fff;
    border-radius:50px;
    padding:20px 120px;
    font-size: 28px;
}

@media only screen and (max-width: 1200px) {
    .css8-container {
        gap:25px;
    }
}
@media only screen and (max-width: 1100px) {
    .css1-floating-button {
        border-radius:50px;
        padding:20px 40px;
        font-size: 25px;
    }
    
}
@media only screen and (max-width: 1023px) {
    h1 {
        font-size: 55px;
    }
    .css2-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .css2-column {
        min-width:260px;
        max-width:260px;
    }
    .css4-container {
        flex-direction: column;
    }
    .css10-container {
        flex-direction: column;
    }
    .css10c-connector {
        display: none;
    }
    .css7-container {
        grid-template-columns: 1fr;
    }
    .css7-column {
        height:auto;
        padding:100px 50px;
    }
    .css10c-text {
        max-width:500px;
        margin:35px auto 0 auto;
    }
    
}
@media only screen and (max-width: 900px) {
    h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 800px) {
    h1 {
        font-size: 46px;
    }
    .css1-floating-buttons {
        bottom:-13px;
    }
    .css1-floating-button {
        border-radius:50px;
        padding:10px 20px;
        font-size: 18px;
    }
    .case-study-section1 {
        padding:80px 0;
    }
    .css6-container {
        flex-direction: column;
        text-align: center;
        gap:25px;
    }
    .css6-col1 {
        max-width: 200px;
    }
}

@media only screen and (max-width: 700px) {
    .css7-container {
        gap:20px;
    }
    .css7-column {
        padding:50px;
    }
    .css13-floating-button {
        padding: 20px 80px;
    }
}

@media only screen and (max-width: 600px) {
    h1 { font-size: 40px; }
    h2 { font-size: 36px; }
    .css1-floating-buttons {
        position: relative;
        bottom:unset;
        left:unset;
        right:unset;
        margin-top:20px;
    }
    .css1-floating-button {
        display: block;
        margin-top:15px;
    }
    .case-study-section1 h1 {
        margin: 0 0 30px 0;
    }
  
    .css4-column h2 {
        margin-bottom: 25px;
    }
    
    .css13-floating-button {
        padding: 20px 50px;
        font-size: 25px;
    }
    .css10-container {
        gap: 45px;
    }
    .css11-reason {
        padding: 25px 40px;
    }
    .case-study-section12 {
        padding: 10px 0;
    }
    
}

@media only screen and (max-width: 500px) {
    h1 { font-size: 31px; }
    h2 { font-size: 28px; }
    h4 { font-size: 22px; }
    h5 { font-size: 20px; }
    .case-study-section1 {
        padding:60px 0;
    }
    .css13-floating-button {
        padding: 20px 30px;
        font-size: 20px;
    }
    .css9-column {
        min-width: 100%;
        max-width: 100%;
    }
    .case-study-section12 {
        padding:20px 0;
    }
    .css4-column {
        padding: 30px 30px 10px 30px;
    }
    .css5-box {
        padding: 25px;
    }
    .css8c-circle {
        width: 140px;
    }
    .css10c-circle {
        width: 140px;
    }
    .css9c-header {
        min-height: 50px;
    }
    .css12-box {
        padding: 110px 20px;
    }
}

@media only screen and (max-width: 400px) {
    h1 { font-size: 25px; }
    h4 { font-size: 20px; }
    h5 { font-size: 21px; }
    .css13-floating-button {
        padding: 20px 20px;
        font-size: 17px;
    }
}