.section--hero {
    height: 100vh;
    display: flex;
    background-size: cover;
    background-position: bottom center;
    max-height: 780px;
    background-color: #f9faf7;
}

h1.title {
    color: #ffffff;
    font-size: 70px;
    font-weight: 400;
    line-height: 90px;
}

.section--hero .text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 10px 0px 30px;
}
 

.section--hero a.button {
    background: white;
    color: #00444a;
}

p {
    color: #47505a;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
} 

h2 {
    color: #00444a;
    font-size: 40px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 30px;
}

.section--intro h2 {
    max-width: 600px;
    margin: auto auto 20px;
}

.section--intro {
    background: #f9faf7;
    padding: 20px 0px 60px;
}

.section--intro .content h2 {
    margin-bottom: 20px;
}
#news-carousel .owl-nav {
    position: absolute;
    left: 0;
	right:0;
    top: 0;
    width: calc(100% - 30px);
    height: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}
#news-carousel .owl-nav * { outline:none; }
.section--white {
    padding: 150px 0px;
}

.section--icons {
    background: #00444a;
    padding: 70px 0px 80px;
}
 

.icons--item .icon {
    display: flex;
    min-height: 109px;
    margin-bottom: 12px;
}

.icons--item .icon img {
    margin: auto auto 10px;
}

.icons--item {
    margin-top: 70px;
}
.section--bu {
    padding: 100px 0px 100px;
}

.business-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    position: relative;
    margin-bottom: 190px;
}

.bu-bg {
    position: absolute;
    top: -6%;
    bottom: 0;
    width: 69%;
    background: #eff0e8;
    height: 112%;
    z-index: -2;
}

.bu-logo {
    flex: 1;
    display: flex;
    margin: 0;
    height: 100%;
}

.bu-content {
    flex: 0 0 38%;
    padding: 10px 60px;
    padding-inline-start: 0;
}
.bu-content  .button {
    margin-top: 20px;
}
.bu-image {
    flex: 0 0 38%;
    margin: auto 0;
}
 
.business-unit.unit-2 {
    flex-direction: row-reverse;
}

.bu-content .title {
    font-size: 34px;
    color: #47505a;
    font-weight: 500;
    margin-bottom: 20px;
}

.bu-logo img {
    margin: 10% auto auto;
}

.business-unit.unit-1 .bu-bg:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #eff0e8;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.business-unit.unit-2 .bu-bg:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #eff0e8;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

 
.section--business_unit.u2 .business-unit.unit-2 {
    margin-bottom: 30px;
}

.bu-content p strong {
    font-weight: 600;
}


.news-block {display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #f4f4ee;padding: 30px 5% 50px;position: relative;}

.news-block .diag-1 {
    position: absolute;
    top: 90px;
    left: 76%;
    width: 970px;
    /* filter: brightness(0.5); */
}
.nb-1 {
    flex: 1;
    padding: 0px 10px;
    padding-right: 7%;
}

.nb-img {
    flex: 0 0 30%;
}
.nb-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.news-block .title {
    color: #00444a;
    font-size: 34px;
    font-weight: 500;
    line-height: 31.66px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}
 
.nb-1 .subtitle {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 33px;
}

.nb-1 .content  {
    color: #2d4257;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    margin: 10px 0px 20px;
}
 

.section--news_updates {
    padding-bottom: 100px;
}



.section--form {
    background-size: cover;
    padding: 100px 0px;
    margin-bottom: -1px;
    background: #4bc3ca;
    position: relative;
}

.section--form .title {
    color: #00444A;
    font-size: 40px;
    line-height: 62px;
    max-width: 85%;
    font-weight: 700;
}

.section--form .subtitle {
    color: #00444a;
    font-size: 20px;
    line-height: 30px;
    max-width: 420px;
    margin-top: 20px;
    font-weight: 500;
}
.main-form {
    background-color: #ffffff;
    padding: 36px 35px 26px;
}
 
.main-form .input-field input {
    border: 0;
    color: #120c2c;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #979797;
    outline: none;
    width: 100%;
    line-height: 1.8;
    background: transparent;
    transition: 0.2s all ease;
}


.main-form .input-field {
    margin-bottom: 30px;
    position: relative;
}

.main-form .input-field textarea {
    border: 0;
    color: #120c2c;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #979797;
    outline: none;
    width: 100%;
    line-height: 1.8;
    height: 80px;
    background: transparent;
    transition: 0.2s all ease;
}


.main-form  input#form-submit-1 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background-color: #00444a;
    outline: none;
    border: 0;
    cursor: pointer;
    transition: 0.2s all ease;
} 
.main-form .input-field input:focus, .main-form .input-field textarea:focus {
    box-shadow: 0px 2px 0px 0px #4bc3ca;
    border-bottom-color: transparent;
}
.main-form input#form-submit-1:hover {
    background-color: #4C7C80;
}
.form-text {
    padding-left: 15%;
}

.diag-c {
    position: absolute;
    top: -200px;
    width: 1200px;
    height: 100%;
    z-index: 0;
    right: 0;
    left: -700px;
    margin: auto;
    display: table;
    filter: brightness(3.5);
    z-index: 0;
}
.section--hero .diag-1 {
    position: absolute;
    left: -163%;
    top: 73%;
    right: 0;
    margin: auto;
    display: table;
    width: 1310px;
}
 
.section--hero .diag-2 {
    position: absolute;
    right: -139%;
    bottom: -90%;
    left: 0;
    margin: auto;
    display: table;
    width: 840px;
    z-index: -1;
}

.section--white .diag-1 {
    position: absolute;
    left: 100%;
    right: 0;
    margin: auto;
    width: 1231px;
    top: 0;
    transform: translateY(-34%);
    z-index: -1;
}

.business-unit.unit-1 .diag-1 {
    position: absolute;
    width: 730px;
    right: -150px;
    top: -100px;
    z-index: 1;
    bottom: 0;
    margin: auto;
} 
.business-unit.unit-2 .diag-1 {
    position: absolute;
    width: 740px;
    left: -330px;
    top: 150px;
    z-index: 1;
}
.section--business_unit a {
    text-decoration: none;
}
.icons--item .label {
    font-size: 20px;
}
.business-unit.unit-2 .bu-content {
    padding: 10px 60px;
    padding-inline-end: 0;
}

.section--white.centered .content {
    max-width: 886px;
    margin: auto;
}
#news-carousel .owl-nav.disabled {
    display: none;
}
@media (max-width:992px) {
    
    h1.title {
        font-size: 40px;
        line-height: 1.3;
        max-width: 90%;
    }

    .section--hero {
        height: auto;
        padding: 100px 0px;
    }

    .section--hero .diag-2 {
        width: 109vw;
        right: 0;
        left: 0%;
        bottom: auto;
        top: -30%;
    }

    .section--hero .text {
        font-size: 24px;
        font-weight: 300;
        margin: 10px 0px 30px;
    }

    .section--hero .diag-1 {
        display: none;
    }

    h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    p {
        font-size: 16px;
        line-height: 1.7;
    }

    .section--white {
        padding: 50px 0px;
    }

    .section--white .diag-1 {
        left: 74%;
        width: 200vw;
        transform: none;
        top: 10%;
    }

    div#verticals {}

    div#verticals h2.title {
        width: 270px;
        margin: auto;
    }

    div#verticals {}

    div#verticals .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .bu-bg {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .business-unit.unit-1 .diag-1, .business-unit.unit-2 .diag-1 {
        width: 136vw;
        top: auto;
        left: -40vw;
        right: 0;
        bottom: -65vw;
        z-index: 2;
    }

    .section--business_unit.u2 .business-unit.unit-2, .section--business_unit.u1 .business-unit.unit-1 {
        flex-direction: column;
        padding: 15px;
    }

    .bu-logo {
        padding: 40px;
        order: 1;
    }

    .bu-content {
        padding: 0px 5px;
    }

    .bu-image {
        flex: auto;
        margin: 30px 0px;
        order: 3;
    }

    .bu-content {
        order: 2;
    }

    .bu-content .title {
        font-size: 30px;
    }

    .business-unit.unit-1 .bu-bg:after, .business-unit.unit-2 .bu-bg:after {
        right: 0;
        top: 40px;
        height: 100%;
        width: 100%;
        background-color: #eff0e8;
        -webkit-transform: skewY(12deg);
        -moz-transform: skewY(12deg);
        -ms-transform: skewY(12deg);
        transform: skewY(12deg);
        left: 0;
        bottom: auto;
    }

    .section--white.centered {
        padding: 200px 15px 0px;
    }

    .section--news_updates {
        padding: 100px 0px 0;
    }

    .news-block {
        flex-direction: column;
        padding: 90px 30px 20px;
        margin: auto -15px;
    }

    .news-block .title {
        font-size: 24px;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .nb-1 .subtitle {
        font-size: 22px;
        text-align: center;
    }

    .nb-1 .content {
        text-align: center;
        font-size: 16px;
    }

    .nb-1 a.button {
        margin: 30px auto;
    }

    .nb-img {
        flex: auto;
        order: -1;
        margin-bottom: 30px;
    }


	.section--form {
		padding: 30px 0px;
	}

	.form-text {
		padding: 0;
	}

	.section--form .title {
		font-size: 32px;
		line-height: 1.5;
	}

	.section--form .subtitle {
		margin-bottom: 20px;
		font-size: 18px;
	}

    .news-block .diag-1 {
        display: none;
    }

}