section.gt-block.wysiwyg_text_block.blue {
background: #f2f9fc;
}
section.gt-block.wysiwyg_text_block.title .wysiwyg_text_block__content {
padding-bottom: 0;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content {
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: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-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: 3rem;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-header h2 {
line-height: 1;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-header p {
color: #5e6f7e;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 4rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 8rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text .strong {
font-family: "Inter", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 140%; }
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
font-size: calc(var(--fs-small-rate) * 2rem);
line-height: 1.2;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text ul,
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text ol {
padding: 1.2rem 0;
margin-left: 1.7rem;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text ul li,
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text ol li {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
font-size: calc(var(--fs-small-rate) * 2rem);
line-height: 1.2;
}
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text ul li::marker,
section.gt-block.wysiwyg_text_block .wysiwyg_text_block__content-text .text ol li::marker {
color: #004b89;
}