.text-block-with-boxes-button.blue {
background: #f2f9fc;
}
.text-block-with-boxes-button__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-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-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-button__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-button__content .line {
display: none;
}
}
.text-block-with-boxes-button__content-header {
position: relative;
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;
z-index: 5;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes-button__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-button__content-header .number {
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;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes-button__content-header .number {
width: 9rem;
height: 9rem;
}
}
.text-block-with-boxes-button__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-button__content-header .number p {
font-size: 5rem;
padding-top: 1rem;
}
}
.text-block-with-boxes-button__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-button__content-header .title h2 {
line-height: 0.8;
}
.text-block-with-boxes-button__content-header .title p {
color: #5e6f7e;
}
.text-block-with-boxes-button__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0rem 0rem 4rem 16.1rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(2rem, 3vw, 8rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 500px) {
.text-block-with-boxes-button__content-text {
padding: 0;
}
}
@media screen and (max-width: 800px) {
.text-block-with-boxes-button__content-text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.text-block-with-boxes-button__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-button__content-text .text .strong {
font-family: "Inter", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 140%; }
.text-block-with-boxes-button__content-text .text p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
}
.text-block-with-boxes-button__content-text-duration {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 38.6rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: clamp(2rem, 3vw, 3.75rem);
}
@media screen and (max-width: 800px) {
.text-block-with-boxes-button__content-text-duration {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.text-block-with-boxes-button__content-text-duration .duration {
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: center;
-ms-flex-align: center;
align-items: center;
gap: 1.25rem;
text-align: center;
}
@media screen and (max-width: 800px) {
.text-block-with-boxes-button__content-text-duration .duration {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.text-block-with-boxes-button__content-text-duration .duration p {
color: #004b89;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: 1.6rem;
font-style: normal;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
}
.text-block-with-boxes-button__content-text-duration .btn__text {
color: #004b89;
}
.text-block-with-boxes-button__content-points {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 5;
}
.text-block-with-boxes-button__content-points .point {
width: calc(33.3333333333% - 1.3333333333rem);
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;
}
@media screen and (max-width: 900px) {
.text-block-with-boxes-button__content-points .point {
width: calc(50% - 1rem);
}
}
@media screen and (max-width: 600px) {
.text-block-with-boxes-button__content-points .point {
width: calc(100% - 0rem);
}
}
.text-block-with-boxes-button__content-points .point:hover figure .point-title h3 {
color: white;
text-shadow: 0 0 16px #000000;
}
.text-block-with-boxes-button__content-points .point:hover figure .point-title p {
opacity: 0;
}
.text-block-with-boxes-button__content-points .point:hover figure .point-title {
backdrop-filter: unset;
}
.text-block-with-boxes-button__content-points .point:hover figure::before {
opacity: 0;
}
.text-block-with-boxes-button__content-points .point figure {
position: relative;
width: 100%;
max-width: 38.6rem;
height: auto;
}
@media screen and (max-width: 600px) {
.text-block-with-boxes-button__content-points .point figure {
max-width: 100%;
max-height: 20.5rem;
}
}
.text-block-with-boxes-button__content-points .point figure .point-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;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
min-height: auto;
height: 100%;
backdrop-filter: blur(10px);
border-radius: 0rem 2rem 2rem 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes-button__content-points .point figure .point-title .number {
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes-button__content-points .point figure .point-title h3 {
letter-spacing: -0.03rem;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes-button__content-points .point figure .point-title p {
color: #28323c;
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.text-block-with-boxes-button__content-points .point 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-button__content-points .point figure img {
position: relative;
border-radius: 0rem 2rem 2rem 2rem;
aspect-ratio: 386/335;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: auto;
}
@media screen and (max-width: 600px) {
.text-block-with-boxes-button__content-points .point figure img {
max-height: 20.5rem;
}
}