@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:wght@400;700&display=swap');body{--lightBlue:rgb(230, 234, 255);--lightBlueOpaque:rgba(230, 234, 255, .65);--darkBlue:rgb(0, 5, 39);--darkBlueOpaque:rgba(0, 5, 39, .65);--paraSize:1.1rem;font-family:"Inria Sans", sans-serif;font-weight:400;font-style:normal;margin:0}section{display:flex;flex-direction:column;align-items:center;padding:4.375rem 0 9.375rem}section.dark{background-color:var(--darkBlue);color:var(--lightBlue)}section.light{background-color:var(--lightBlue);color:var(--darkBlue)}section.dark:first-of-type{padding:4.375rem 0 0}section.light.img{padding:4.375rem 0 0;background:linear-gradient(90deg, rgba(230,234,255,1) 0%, rgba(230,234,255,0.3) 70%, rgba(230,234,255,0) 100%), linear-gradient(180deg, rgba(230,234,255,0) 50%, rgba(230,234,255,1) 100%), url("img/ff-row.webp") center no-repeat;background-size:cover}section.dark.no-padding,section.light.no-padding{padding:0 0 9.375rem}section.dark.img{background:linear-gradient(90deg, rgba(0,5,39,1) 0%, rgba(0,5,39,0.3) 70%, rgba(0,5,39,0) 100%), linear-gradient(180deg, rgba(0,5,39,0) 50%, rgba(0,5,39,1) 100%), url("img/dc-row.webp") no-repeat;background-size:cover}section.dark img{filter: invert();max-width:240px;width:100%}section.light img{max-height:60px;height:100%}h3{font-weight:700;font-size:2.3rem;margin:0 0 1rem}p{font-size:var(--paraSize);line-height:150%;letter-spacing:0.006rem;margin:0}.flex_row_container_img{display:flex;flex-direction:row;justify-content:space-between;gap:5rem;max-width:60%}.flex_row_container{display:flex;flex-direction:row;justify-content:space-between;gap:5rem;max-width:60%}.bottom-gap{margin-bottom:5rem}.flex_column_container{display:flex;flex-direction:column;flex:1;gap:4.188rem;justify-content:end}#flex_column_container_top_direction{justify-content:start}button{padding:0.938rem 2.5rem;font-size:var(--paraSize);border:none;border-radius:0.625rem;cursor:pointer}button a{color:unset;text-decoration:none}section.dark button{background-color:var(--lightBlue);color:var(--darkBlue);box-shadow:var(--lightBlueOpaque) 0 0 1.25rem}section.light button{background-color:var(--darkBlue);color:var(--lightBlue);box-shadow:var(--darkBlueOpaque) 0 0 1.25rem}li{font-size:var(--paraSize);line-height:150%;letter-spacing:0.006rem;margin:0}footer{background-color:var(--darkBlue);color:var(--lightBlueOpaque);text-align:center;padding:var(--paraSize) 0}@media only screen and (min-width:320px){.flex_row_container_img{max-width:92%;gap:2rem;flex-direction:column}.flex_row_container{max-width:92%;gap:2rem;flex-direction:column}.bottom-gap{margin-bottom:2rem}.flex_column_container{gap:2rem}.mobile-img{display:flex;flex-direction:row;justify-content:center}section.light img{max-height:30px}section.dark.img{background-position:center}}@media only screen and (min-width:420px){section.light img{max-height:50px}}@media only screen and (min-width:768px){.flex_row_container_img{max-width:80%;gap:2rem;flex-direction:column}.flex_row_container{max-width:80%;gap:2rem;flex-direction:column}.bottom-gap{margin-bottom:2rem}.flex_column_container{gap:2rem}.mobile-img{display:flex;flex-direction:row;justify-content:left}section.light img{max-height:45px}}@media only screen and (min-width:1200px){.flex_row_container_img{flex-direction:row;gap:5rem;max-width:75%}.flex_row_container{flex-direction:row;gap:5rem;max-width:75%}.bottom-gap{margin-bottom:5rem}.flex_column_container{gap:4.188rem}section.light img{max-height:60px}section.dark.img{background-position:unset}}@media only screen and (min-width:1599px){.flex_row_container_img{max-width:60%}.flex_row_container{max-width:60%}}@media only screen and (min-width:1901px){.flex_row_container_img{max-width:45%}.flex_row_container{max-width:45%}}@media only screen and (min-width:3440px){.flex_row_container_img{max-width:38%}.flex_row_container{max-width:38%}}