.text-block-with-boxes.blue {
background: #f2f9fc;
}
.text-block-with-boxes__content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(2rem, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
.text-block-with-boxes__content .line {
position: absolute;
left: 6rem;
top: 0rem;
width: 0rem;
height: -webkit-fill-available;
border: 1px solid #d4e5eb;
z-index: 1;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes__content .line {
display: none;
}
}
.text-block-with-boxes__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: clamp(2rem, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes__content-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.text-block-with-boxes__content-header .number {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 12rem;
height: 12rem;
border-radius: 30rem;
border: 2px solid #d4e5eb;
background: #fff;
padding: 0;
z-index: 5;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes__content-header .number {
width: 9rem;
height: 9rem;
}
}
.text-block-with-boxes__content-header .number p {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #d4e5eb;
font-size: 10rem;
font-style: normal;
line-height: 1;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 2rem;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes__content-header .number p {
font-size: 5rem;
padding-top: 1rem;
}
}
.text-block-with-boxes__content-header .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(1.5rem, 2vw, 3rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.text-block-with-boxes__content-header .title h2 {
line-height: 1;
}
.text-block-with-boxes__content-header .title p {
color: #5e6f7e;
}
.text-block-with-boxes__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 16.1rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 8rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes__content-text {
padding-left: 0;
}
}
.text-block-with-boxes__content-text .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.text-block-with-boxes__content-text .text .strong {
font-family: "Inter", sans-serif;
font-weight: 600;
color: #28323c;
font-size: calc(var(--fs-small-rate) * 2rem);
font-style: normal;
line-height: 140%; }
.text-block-with-boxes__content-text .text p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
line-height: 140%;
}
.text-block-with-boxes__content-boxes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.text-block-with-boxes__content-boxes .boxes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 700px) {
.text-block-with-boxes__content-boxes .boxes {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.text-block-with-boxes__content-boxes .boxes .box {
width: 100%;
max-width: 59rem;
gap: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
position: relative;
z-index: 5;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
@media screen and (max-width: 700px) {
.text-block-with-boxes__content-boxes .boxes .box {
max-width: 100%;
}
}
.text-block-with-boxes__content-boxes .boxes .box:hover figure .box-title h3 {
color: white;
text-shadow: 0 0 16px #000000;
}
.text-block-with-boxes__content-boxes .boxes .box:hover figure .box-title p {
opacity: 0;
}
.text-block-with-boxes__content-boxes .boxes .box:hover figure .box-title {
backdrop-filter: none;
}
.text-block-with-boxes__content-boxes .boxes .box:hover figure::before {
opacity: 0;
}
.text-block-with-boxes__content-boxes .boxes .box figure {
position: relative;
width: 100%;
height: 100%;
}
@media screen and (max-width: 700px) {
.text-block-with-boxes__content-boxes .boxes .box figure {
height: auto;
}
}
.text-block-with-boxes__content-boxes .boxes .box figure .box-title {
position: absolute;
top: 0;
left: 0;
padding: clamp(3rem, 3vw, 6rem) clamp(2rem, 2vw, 4rem);
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0.5rem;
color: white;
backdrop-filter: blur(10px);
height: 100%;
border-radius: 0rem 2rem 2rem 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes__content-boxes .boxes .box figure .box-title h3 {
letter-spacing: -0.03rem;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes__content-boxes .boxes .box figure .box-title p {
color: #28323c;
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes__content-boxes .boxes .box figure::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 187, 233, 0.2)), to(rgba(27, 187, 233, 0.8))), #1bbbe9;
background: linear-gradient(180deg, rgba(27, 187, 233, 0.2) 0%, rgba(27, 187, 233, 0.8) 100%), #1bbbe9;
border-radius: 0rem 2rem 2rem 2rem;
z-index: 1;
opacity: 0.7;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes__content-boxes .boxes .box figure img {
position: relative;
border-radius: 0rem 2rem 2rem 2rem;
aspect-ratio: auto 590/271;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}