

#toggleBtn {     border: 0px;
    position: absolute;
    z-index: 991;
    bottom: 70px;
    right: 70px;
    background: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#toggleBtn:hover {
background: #FFF;
}

#toggleBtn svg {
color: #FFF;
    height: 30px; width: 30px;
}

#toggleBtn:hover svg path {
fill: #333;
}

#wrapper {
position: relative;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
background-position: center 0px;
height: 100%;
}

#page {
display: table;
margin: 0px;
}

#hero {
width:100%;
margin: 0px;
height: 100%; height: 100vh; height: 100dvh;
position: relative;
background: #333; 
}

#hero:before {
background: linear-gradient(2deg, rgba(0, 0, 0, 0.50) 23.03%, rgba(102, 102, 102, 0.00) 52.34%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
content: ""; position: absolute; width: 100%; height: 100%; z-index: 2;
}


#hero .tagline {
position: absolute;     bottom: 160px;
 left: 8%; z-index: 99; text-align: left; 
max-width: 670px;
width: 90%; color: #FFF;
}

#hero .tagline span {
display: block;
font-weight: 800; line-height: 1;
font-size: 90px;
margin-bottom: 15px;
}



.buttons,
.button {
    display: flex;
}

.buttons a:link,
.buttons a:visited,
.button a:link,
.button a:visited {
color: #FFF;
padding: 13px 0px;
text-decoration: none;
font-size: 19px;
font-weight:600;
margin-right: 60px;
display: flex;
    justify-content: space-between;
align-items: center;
border-bottom: 2px solid #ffffff3d;
}

.buttons svg,
.button svg {
    height: 25px; margin-left: 10px;
}

section .button  {
    margin-top: 30px;
}

section .button a:link,
section .button a:visited {
    border-radius: 50px;
    padding: 13px 40px;
    font-size: 16px;
}


/*-- Video --*/

.vimeo-wrapper {
position: absolute;
width: 100%;
height: 100%;
height: 100vh;
height: 100dvh;
z-index: -1;
pointer-events: none;
overflow: hidden;
z-index: 1;
}

.vimeo-wrapper iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

body.smaller .vimeo-wrapper iframe {
opacity: 0.5;
}

/*-- Rules --*/

section {
padding: 80px 0px;
position: relative;
}

h1, h2 {
font-weight: 600;
font-size: 43px; line-height: 1.3;
margin: 0px 0px 20px 0px;
}

section p {
font-size: 21px;
}

section {
    p, h2, h3 {color: #FFF}
}

.title {
text-align: center;
width: 100%; margin-bottom: 35px;
}


.wave {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 110px;
    overflow: hidden;
    z-index: 9;
}
.wave svg {
    width: 100%; height: 100%;
    position: absolute;
    bottom: 0px;
}

.wave.top {
    top: -2px;
    bottom: inherit;
}



#welcome {
    position: relative;
    overflow: hidden;
    padding: 100px 0 170px;
    background: #fff;
    
}

#welcome .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
   max-width: 1250px;
}

#welcome .message {
    width: 550px;
}

#welcome h1,
#news h2,
#powers h2 {
    margin: 0 0 25px;
    font-size: clamp(38px, 5vw, 50px);
    line-height: 1;
    font-weight: 800;
}

#welcome p {
    font-size: 17px;
 color: #4d4d4d;
 line-height: 1.9;
}

#welcome .images {
   width: calc(100% - 670px);
    height: 500px;
    flex-shrink: 0;
    display: flex;justify-content: space-between;
}

#welcome .images .image {
    width: 30%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#welcome .images .image:nth-child(2) {
    top: 60px;
}

#welcome .images .image:nth-child(3) {
    top: 30px;
}
    

#welcome .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#news {
    position: relative;
    padding: 80px 0 140px;
}

#news .container {
    max-width: 1350px;
}

#news .title,
#powers .title {
    text-align: left;
max-width: 580px;
margin-bottom: 50px;
}


#powers .title {
    margin: 0px auto 45px;
    text-align: center;
    max-width: 840px;
}

#powers .title h2 {
    color: #25613E;
}

#powers .title p {
    color: #4D4D4D;
}

#powers {
    position: relative;
    padding: 150px 0 100px;
    background: var(--blue-dark);
    color: var(--white);
    overflow: hidden;
}

.wave-top {
    top: -1px;
    bottom: auto;
    transform: rotate(180deg);
}

.image-block-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.image-block {
    position: relative;
    width: calc(25% - 18px);
    overflow: hidden;
    background: #41865e;
    border-radius: 20px;
    position: relative;
}

.value-image {
    position: relative;
    width: 100%;
    aspect-ratio: 6 / 4;
    background: #ddd;
    border-radius: 20px;
}

.value-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.image-block:hover .value-image img {
    transform: scale(1.05);
}

.value-icon {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-block .desc {
    min-height: 220px;
    padding: 65px 30px 30px;
    background: #41865e;
    color: #fff;
    text-align: center;
}

.image-block .desc h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.value-description p {
    margin: 0;font-size: 16px;
    line-height: 1.8;
}

#cta {
    padding: 90px 0;
    background: #E2ECE6;
}

.cta-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#cta .cta-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 84px;
}

#cta .cta {
    position: relative;
    width: calc(23.333% - 16px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;
    text-align: center;
    text-decoration: none;

    background: #111;
    color: var(--white);
}

#cta .cta img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: transform 0.5s ease;
}

#cta .cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    transition: background 0.3s ease;
}

#cta .cta span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

#cta .cta:hover img,
#cta .cta:focus-visible img {
    transform: scale(1.08);
}

#cta .cta:hover::before,
#cta .cta:focus-visible::before {
    background: rgba(0, 0, 0, 0.55);
}

#cta .cta:focus-visible {
    outline: 4px solid currentColor;
    outline-offset: 5px;
}

