* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.et_pb_module_header{
    font-size:5rem;
}
.s-focus {
    height: 70vh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
.s-focus:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0, #031835, transparent);
    content: '';
}

.s-focus-text {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 99;
}
.s-ctxt{max-width: 500px;}
.s-ctxt h2{font-size: 48px;font-weight: 400;}

.s-container {
    width: 80%;
    max-width: 1260px;
    margin: 0 auto;
}

.s-focus-text h1 {
    font-family: 'LUVE Sans Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 5rem;
    font-weight: 400;
}
.s-ctxt-p{line-height: 1.8;font-size: 16px;}
.s-grows{display: flex;column-gap: 3%;row-gap: 40px;justify-content: space-between;margin-top: -50px;padding-top: 80px;padding-bottom: 80px;}
.s-container .s-grows:nth-child(2){padding-top: 60px;padding-bottom: 60px}
.s-container .s-grows:nth-child(3){padding-top: 30px;padding-bottom: 30px}
.s-main{background: #031835;color: #fff;}
.et_pb_column_4 {
    background-color: #133055;
}
.et_pb_column_5 {
    background-color: #e50040;
}
.et_pb_column_6,.et_pb_column_7,.et_pb_column_9{background-color: #133055;}
.et_pb_column_6,.et_pb_column_7{min-height: 46vh}
.et_pb_column_8{background-color: #e50040;}
.round-corners-32 {border-radius: min(32px,3vw);}
.s-grows .s-item{display: flex;align-items: center;flex-direction: column;
padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 48%;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.s-grows .s-item .num{font-size: 114px;font-weight: 500;}
.s-btns{
    display: flex;
    align-items: center;flex-direction: column;
}
.s-btns a{
    height: 50px;line-height: 50px;
    background-color: #e50040;
    font-weight: 600;
    color: #ffffff!important;
    font-size: 1em!important;
    border-radius: 50px;
    padding: 0 48px;
    margin-top: 40px;
}
.s-main{padding-bottom: 80px}