.fl-module-itbp-manifesto .fl-module-content {
margin: 0 !important;
}
.itbp-manifesto-module,
.itbp-manifesto-module * {
box-sizing: border-box;
}
.itbp-manifesto-module {
position: relative;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: clamp(76px, 8vw, 124px) clamp(22px, 5vw, 72px);
background-color: var(--itbp-mf-bg, #06163a) !important;
background-image:
radial-gradient(circle at 92% 3%, rgba(106, 187, 196, .23), transparent 30%),
linear-gradient(145deg, var(--itbp-mf-bg, #06163a) 0%, #0a2148 56%, #0b2b55 100%) !important;
color: #fff;
font-family: Montserrat, Arial, sans-serif;
}
.itbp-manifesto-module__inner {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}
.itbp-manifesto-module__orb {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.itbp-manifesto-module__orb--one {
width: 520px;
height: 520px;
right: -260px;
top: -290px;
border: 1px solid rgba(128, 214, 218, .23);
}
.itbp-manifesto-module__orb--two {
width: 320px;
height: 320px;
left: -190px;
bottom: -210px;
background: rgba(38, 115, 184, .18);
filter: blur(2px);
}
.itbp-manifesto-module__header {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(270px, .65fr);
column-gap: 70px;
align-items: end;
margin-bottom: 48px;
}
.itbp-manifesto-module__kicker {
grid-column: 1 / -1;
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 22px;
color: var(--itbp-mf-accent, #80d6da);
font-size: 12px;
line-height: 1;
letter-spacing: .14em;
text-transform: uppercase;
}
.itbp-manifesto-module__kicker span {
display: grid;
place-items: center;
width: 40px;
height: 40px;
border: 1px solid var(--itbp-mf-accent, #80d6da);
border-radius: 50%;
color: var(--itbp-mf-accent, #80d6da) !important;
font-weight: 700;
}
.itbp-manifesto-module__kicker strong {
color: var(--itbp-mf-accent, #80d6da) !important;
font-weight: 700;
}
.itbp-manifesto-module h2 {
margin: 0 !important;
color: #fff !important;
font-size: clamp(44px, 5.3vw, 76px) !important;
font-weight: 300 !important;
line-height: 1.02 !important;
letter-spacing: -.045em !important;
}
.itbp-manifesto-module h2 em {
color: var(--itbp-mf-accent, #80d6da) !important;
font-style: normal !important;
}
.itbp-manifesto-module__intro {
max-width: 410px;
margin: 0 0 6px !important;
color: #bfc9dc !important;
font-size: 17px !important;
line-height: 1.65 !important;
}
.itbp-manifesto-module__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 17px;
}
.itbp-manifesto-module__card {
position: relative;
min-height: 218px;
margin: 0;
padding: 25px 24px 24px;
border: 1px solid rgba(255, 255, 255, .16);
border-radius: 22px;
background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.itbp-manifesto-module__card--wide {
grid-column: span 2;
}
.itbp-manifesto-module__card:hover {
transform: translateY(-5px);
border-color: rgba(128, 214, 218, .55);
background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
}
.itbp-manifesto-module__number {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 34px;
height: 27px;
padding: 0 9px;
border-radius: 999px;
background: rgba(128, 214, 218, .11);
color: var(--itbp-mf-accent, #80d6da) !important;
font-size: 11px !important;
font-weight: 700;
letter-spacing: .08em;
}
.itbp-manifesto-module h3 {
margin: 30px 0 10px !important;
color: #fff !important;
font-size: 17px !important;
font-weight: 650 !important;
line-height: 1.3 !important;
letter-spacing: -.01em !important;
}
.itbp-manifesto-module__card p {
margin: 0 !important;
color: #bfc9dc !important;
font-size: 13px !important;
line-height: 1.65 !important;
}
.itbp-manifesto-module blockquote {
position: relative;
max-width: 1040px;
margin: 52px 0 0 !important;
padding: 4px 0 4px 34px !important;
border: 0 !important;
border-left: 3px solid #6abbc4 !important;
background: none !important;
color: #fff !important;
font-size: clamp(22px, 2.8vw, 36px) !important;
font-weight: 300 !important;
line-height: 1.38 !important;
letter-spacing: -.025em !important;
}
.itbp-manifesto-module blockquote > span {
position: absolute;
left: 13px;
top: -12px;
color: var(--itbp-mf-accent, #80d6da);
font-size: 42px;
font-weight: 300;
opacity: .7;
}
@media (max-width: 1020px) {
.itbp-manifesto-module__header {
grid-template-columns: 1fr;
row-gap: 25px;
}
.itbp-manifesto-module__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.itbp-manifesto-module__card {
min-height: 205px;
}
}
@media (max-width: 680px) {
.itbp-manifesto-module {
padding: 72px 18px;
}
.itbp-manifesto-module__header {
margin-bottom: 34px;
}
.itbp-manifesto-module h2 {
font-size: 42px !important;
}
.itbp-manifesto-module__intro {
font-size: 15px !important;
}
.itbp-manifesto-module__grid {
grid-template-columns: 1fr;
}
.itbp-manifesto-module__card,
.itbp-manifesto-module__card--wide {
grid-column: auto;
min-height: 0;
padding: 23px;
}
.itbp-manifesto-module blockquote {
margin-top: 38px !important;
padding-left: 24px !important;
font-size: 23px !important;
}
}.fl-module-itbp-promesse .fl-module-content {
margin: 0 !important;
}
.itbp-promesse-module,
.itbp-promesse-module * {
box-sizing: border-box;
}
.itbp-promesse-module {
position: relative;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: clamp(76px, 8vw, 124px) clamp(22px, 5vw, 72px);
background-color: var(--itbp-pr-bg, #ecf4fe) !important;
background-image:
radial-gradient(circle at 91% 8%, rgba(128, 214, 218, .24), transparent 29%),
radial-gradient(circle at 5% 92%, rgba(38, 115, 184, .11), transparent 27%),
linear-gradient(135deg, rgba(255, 255, 255, .8) 0%, var(--itbp-pr-bg, #ecf4fe) 54%, #e5f4f6 100%) !important;
color: var(--itbp-pr-navy, #06163a) !important;
font-family: Montserrat, Arial, sans-serif;
}
.itbp-promesse-module__inner {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}
.itbp-promesse-module__orb {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.itbp-promesse-module__orb--one {
width: 520px;
height: 520px;
right: -315px;
top: -320px;
border: 1px solid rgba(38, 115, 184, .16);
}
.itbp-promesse-module__orb--two {
width: 300px;
height: 300px;
left: -190px;
bottom: -205px;
background: rgba(128, 214, 218, .16);
}
.itbp-promesse-module__header {
margin-bottom: clamp(38px, 5vw, 58px);
}
.itbp-promesse-module__kicker {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 24px;
color: var(--itbp-pr-blue, #2673b8) !important;
font-size: 12px !important;
line-height: 1 !important;
letter-spacing: .14em !important;
text-transform: uppercase;
}
.itbp-promesse-module__kicker span {
display: grid;
place-items: center;
width: 40px;
height: 40px;
border: 1px solid var(--itbp-pr-blue, #2673b8);
border-radius: 50%;
color: var(--itbp-pr-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.itbp-promesse-module__kicker strong {
color: var(--itbp-pr-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.itbp-promesse-module__heading {
display: grid;
grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr);
column-gap: clamp(40px, 7vw, 96px);
align-items: end;
}
.itbp-promesse-module h2 {
max-width: 870px;
margin: 0 !important;
color: var(--itbp-pr-navy, #06163a) !important;
font-size: clamp(43px, 5.15vw, 74px) !important;
font-weight: 300 !important;
line-height: 1.03 !important;
letter-spacing: -.045em !important;
text-transform: none !important;
}
.itbp-promesse-module h2 em {
color: var(--itbp-pr-blue, #2673b8) !important;
font-style: normal !important;
font-weight: 500 !important;
}
.itbp-promesse-module__intro {
max-width: 400px;
margin: 0 0 5px !important;
color: #53627b !important;
font-size: 16px !important;
font-weight: 400 !important;
line-height: 1.7 !important;
}
.itbp-promesse-module__prism {
position: relative;
overflow: hidden;
border: 1px solid rgba(6, 22, 58, .08);
border-radius: 28px;
background: #fff !important;
box-shadow: 0 24px 75px rgba(23, 67, 112, .14);
}
.itbp-promesse-module__prism::before {
content: "";
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, var(--itbp-pr-blue, #2673b8) 0%, #2f88bb 50%, var(--itbp-pr-accent, #80d6da) 100%);
}
.itbp-promesse-module__pillars {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.itbp-promesse-module__pillar {
display: flex;
min-height: 342px;
flex-direction: column;
margin: 0;
padding: clamp(34px, 4vw, 52px) clamp(28px, 3.8vw, 48px) 38px;
border: 0;
background: #fff !important;
}
.itbp-promesse-module__pillar + .itbp-promesse-module__pillar {
border-left: 1px solid #e4eaf2;
}
.itbp-promesse-module__number {
display: inline-flex;
width: max-content;
min-width: 39px;
height: 29px;
align-items: center;
justify-content: center;
padding: 0 10px;
border-radius: 999px;
background: #edf5fb !important;
color: var(--itbp-pr-blue, #2673b8) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .08em !important;
}
.itbp-promesse-module__pillar h3 {
margin: 32px 0 15px !important;
color: var(--itbp-pr-navy, #06163a) !important;
font-size: clamp(20px, 2vw, 26px) !important;
font-weight: 650 !important;
line-height: 1.2 !important;
letter-spacing: -.025em !important;
text-transform: none !important;
}
.itbp-promesse-module__pillar p {
margin: 0 0 29px !important;
color: #5a687e !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1.75 !important;
}
.itbp-promesse-module__outcome {
display: inline-flex;
width: max-content;
max-width: 100%;
align-items: center;
margin-top: auto;
padding-top: 18px;
border-top: 1px solid #e5eaf1;
color: var(--itbp-pr-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1.35 !important;
letter-spacing: .045em !important;
text-transform: uppercase;
}
.itbp-promesse-module__measure {
display: grid;
grid-template-columns: auto 1fr;
gap: 22px 28px;
align-items: center;
padding: 27px clamp(28px, 4vw, 48px);
background-color: var(--itbp-pr-navy, #06163a) !important;
background-image: linear-gradient(105deg, var(--itbp-pr-navy, #06163a) 0%, #0a2854 60%, #164e70 100%) !important;
}
.itbp-promesse-module__measure-label {
color: var(--itbp-pr-accent, #80d6da) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: .13em !important;
text-transform: uppercase;
white-space: nowrap;
}
.itbp-promesse-module__kpis {
display: flex;
flex-wrap: wrap;
gap: 9px;
justify-content: flex-end;
}
.itbp-promesse-module__kpis span {
display: inline-flex;
min-height: 35px;
align-items: center;
justify-content: center;
padding: 8px 15px;
border: 1px solid rgba(255, 255, 255, .24);
border-radius: 999px;
background: rgba(255, 255, 255, .055) !important;
color: #fff !important;
font-size: 11px !important;
font-weight: 600 !important;
line-height: 1.1 !important;
letter-spacing: .015em !important;
}
@media (max-width: 1020px) {
.itbp-promesse-module__heading {
grid-template-columns: 1fr;
row-gap: 24px;
}
.itbp-promesse-module__intro {
max-width: 650px;
}
.itbp-promesse-module__pillars {
grid-template-columns: 1fr;
}
.itbp-promesse-module__pillar {
min-height: 0;
}
.itbp-promesse-module__pillar + .itbp-promesse-module__pillar {
border-top: 1px solid #e4eaf2;
border-left: 0;
}
.itbp-promesse-module__measure {
grid-template-columns: 1fr;
}
.itbp-promesse-module__kpis {
justify-content: flex-start;
}
}
@media (max-width: 680px) {
.itbp-promesse-module {
padding: 72px 18px;
}
.itbp-promesse-module h2 {
font-size: 41px !important;
}
.itbp-promesse-module__intro {
font-size: 15px !important;
}
.itbp-promesse-module__prism {
border-radius: 22px;
}
.itbp-promesse-module__pillar {
padding: 31px 25px 29px;
}
.itbp-promesse-module__pillar h3 {
margin-top: 24px !important;
}
.itbp-promesse-module__measure {
padding: 26px 24px 29px;
}
.itbp-promesse-module__kpis span {
padding-right: 12px;
padding-left: 12px;
}
}.fl-module-itbp-methode .fl-module-content {
margin: 0 !important;
}
.itbp-methode-module,
.itbp-methode-module * {
box-sizing: border-box;
}
.itbp-methode-module {
position: relative;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);
background-color: var(--itbp-method-bg, #f7fbff) !important;
background-image:
radial-gradient(circle at 94% 4%, color-mix(in srgb, var(--itbp-method-teal, #80d6da) 32%, transparent), transparent 29%),
radial-gradient(circle at 0 100%, color-mix(in srgb, var(--itbp-method-blue, #2673b8) 8%, transparent), transparent 25%),
linear-gradient(135deg, #fff 0%, var(--itbp-method-bg, #f7fbff) 60%, #ecf4fe 100%) !important;
color: var(--itbp-method-navy, #06163a) !important;
font-family: Montserrat, Arial, sans-serif;
}
@supports not (color: color-mix(in srgb, white, black)) {
.itbp-methode-module {
background-image:
radial-gradient(circle at 94% 4%, rgba(128, 214, 218, .32), transparent 29%),
radial-gradient(circle at 0 100%, rgba(38, 115, 184, .08), transparent 25%),
linear-gradient(135deg, #fff 0%, var(--itbp-method-bg, #f7fbff) 60%, #ecf4fe 100%) !important;
}
}
.itbp-methode-module__inner {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}
.itbp-methode-module__orb {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.itbp-methode-module__orb--one {
width: 430px;
height: 430px;
right: -190px;
top: -175px;
border: 1px solid rgba(38, 115, 184, .11);
box-shadow: inset 0 0 0 66px rgba(128, 214, 218, .055);
}
.itbp-methode-module__orb--two {
width: 320px;
height: 320px;
left: -220px;
bottom: -150px;
background: rgba(38, 115, 184, .045);
}
.itbp-methode-module__kicker {
display: flex;
align-items: center;
gap: 13px;
margin-bottom: 25px;
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .14em !important;
text-transform: uppercase;
}
.itbp-methode-module__kicker span {
display: grid;
width: 40px;
height: 40px;
flex: 0 0 40px;
place-items: center;
border: 1px solid #6abbc4;
border-radius: 50%;
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
}
.itbp-methode-module__kicker strong {
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.itbp-methode-module__heading {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(245px, 310px);
gap: clamp(30px, 5vw, 72px);
align-items: end;
margin-bottom: 34px;
}
.itbp-methode-module h2 {
margin: 0 !important;
color: var(--itbp-method-navy, #06163a) !important;
font-size: clamp(45px, 5.4vw, 72px) !important;
font-weight: 300 !important;
line-height: .99 !important;
letter-spacing: -.047em !important;
text-transform: none !important;
}
.itbp-methode-module h2 span,
.itbp-methode-module h2 em {
display: block;
border: 0 !important;
text-decoration: none !important;
box-shadow: none !important;
}
.itbp-methode-module h2 em {
margin-top: 7px;
color: var(--itbp-method-blue, #2673b8) !important;
font-style: normal !important;
font-weight: 400 !important;
}
.itbp-methode-module h2 em::before,
.itbp-methode-module h2 em::after {
display: none !important;
content: none !important;
}
.itbp-methode-module__intro {
max-width: 735px;
margin: 23px 0 0 !important;
color: #536177 !important;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.7 !important;
}
.itbp-methode-module__status {
position: relative;
min-height: 142px;
overflow: hidden;
padding: 24px 26px;
border: 2px solid transparent;
border-radius: 25px;
background:
linear-gradient(#fff, #fff) padding-box,
linear-gradient(135deg, rgba(38, 115, 184, .34), rgba(128, 214, 218, .72), rgba(38, 115, 184, .16)) border-box !important;
box-shadow: 0 14px 34px rgba(23, 67, 112, .10);
}
.itbp-methode-module__status::after {
content: "";
position: absolute;
width: 120px;
height: 120px;
right: -64px;
top: -66px;
border-radius: 50%;
background: rgba(128, 214, 218, .13);
pointer-events: none;
}
.itbp-methode-module__status > * {
position: relative;
z-index: 1;
}
.itbp-methode-module__status.is-changing {
animation: itbp-method-status-change .34s ease both;
}
@keyframes itbp-method-status-change {
0% {
transform: translateY(0);
box-shadow: 0 14px 34px rgba(23, 67, 112, .10);
}
45% {
transform: translateY(-3px);
box-shadow: 0 19px 40px rgba(23, 67, 112, .15);
}
100% {
transform: translateY(0);
box-shadow: 0 14px 34px rgba(23, 67, 112, .10);
}
}
.itbp-methode-module__status small {
display: block;
margin-bottom: 13px;
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
letter-spacing: .13em !important;
text-transform: uppercase;
}
.itbp-methode-module__status strong {
display: block;
margin-bottom: 8px;
color: var(--itbp-method-navy, #06163a) !important;
font-size: 21px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
}
.itbp-methode-module__status span {
display: block;
color: #657389 !important;
font-size: 12px !important;
font-weight: 400 !important;
line-height: 1.55 !important;
}
.itbp-methode-module__surface {
position: relative;
padding: 34px 18px 22px;
border: 2px solid transparent;
border-radius: 29px;
background:
linear-gradient(#fff, #fff) padding-box,
linear-gradient(115deg, rgba(38, 115, 184, .27), rgba(128, 214, 218, .67) 48%, rgba(38, 115, 184, .14)) border-box !important;
box-shadow: 0 19px 46px rgba(23, 67, 112, .105);
}
.itbp-methode-module__track {
position: absolute;
top: 136px;
left: 10%;
width: 80%;
height: 4px;
border-radius: 999px;
background: #d8e9ef;
pointer-events: none;
}
.itbp-methode-module__progress {
width: var(--itbp-method-progress, 100%);
height: 100%;
border-radius: inherit;
background: linear-gradient(90deg, var(--itbp-method-blue, #2673b8), var(--itbp-method-teal, #80d6da));
box-shadow: 0 0 0 4px rgba(128, 214, 218, .10);
transition: width .42s cubic-bezier(.22, .8, .25, 1);
}
.itbp-methode-module__stages {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.itbp-methode-module__stage {
min-width: 0;
padding: 0 8px 16px !important;
border: 0 !important;
border-radius: 0 !important;
outline-offset: 5px;
background: transparent !important;
box-shadow: none !important;
color: var(--itbp-method-navy, #06163a) !important;
font-family: inherit !important;
text-align: center;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
transition: transform .28s ease;
}
.itbp-methode-module__stage:hover,
.itbp-methode-module__stage.is-active {
transform: translateY(-7px);
}
.itbp-methode-module__stage:focus-visible {
outline: 2px solid var(--itbp-method-blue, #2673b8);
}
.itbp-methode-module__stage-label {
display: block;
min-height: 28px;
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1.35 !important;
letter-spacing: .11em !important;
text-transform: uppercase;
}
.itbp-methode-module__stage-title {
display: block;
min-height: 46px;
color: var(--itbp-method-navy, #06163a) !important;
font-size: clamp(15px, 1.85vw, 22px) !important;
font-weight: 700 !important;
line-height: 1.25 !important;
transition: color .24s ease;
}
.itbp-methode-module__node {
position: relative;
display: grid;
width: 58px;
height: 58px;
margin: 12px auto 23px;
place-items: center;
border: 2px solid #3c98bd;
border-radius: 50%;
background: #fff !important;
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1 !important;
box-shadow: 0 0 0 0 rgba(128, 214, 218, 0);
transition: color .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.itbp-methode-module__stage.is-reached .itbp-methode-module__node {
border-color: #52afc4;
box-shadow: 0 0 0 7px rgba(128, 214, 218, .12);
}
.itbp-methode-module__stage.is-active .itbp-methode-module__node,
.itbp-methode-module__stage:hover .itbp-methode-module__node,
.itbp-methode-module__stage:focus-visible .itbp-methode-module__node {
border-color: transparent;
background: linear-gradient(135deg, var(--itbp-method-blue, #2673b8), #6abbc4) !important;
color: #fff !important;
transform: scale(1.1);
box-shadow: 0 11px 25px rgba(38, 115, 184, .24), 0 0 0 8px rgba(128, 214, 218, .15);
}
.itbp-methode-module__stage.is-active .itbp-methode-module__stage-title,
.itbp-methode-module__stage:hover .itbp-methode-module__stage-title,
.itbp-methode-module__stage:focus-visible .itbp-methode-module__stage-title {
color: var(--itbp-method-blue, #2673b8) !important;
}
.itbp-methode-module__stage-copy {
display: block;
color: #5f6c80 !important;
font-size: 12px !important;
font-weight: 400 !important;
line-height: 1.55 !important;
}
.itbp-methode-module__scale {
display: flex;
align-items: center;
gap: 10px;
margin-top: 13px;
color: var(--itbp-method-blue, #2673b8) !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .15em !important;
text-transform: uppercase;
}
.itbp-methode-module__scale i {
height: 1px;
flex: 1;
background: #e0e9ef;
}
.itbp-methode-module__loop {
display: flex;
min-height: 74px;
align-items: center;
gap: 20px;
margin-top: 23px;
padding: 18px 25px;
border-radius: 25px;
background: linear-gradient(90deg, var(--itbp-method-navy, #06163a), #0b2b55 65%, #164e70) !important;
box-shadow: 0 15px 34px rgba(6, 22, 58, .17);
color: #fff !important;
}
.itbp-methode-module__loop strong {
flex: 0 0 auto;
color: var(--itbp-method-teal, #80d6da) !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
letter-spacing: .13em !important;
text-transform: uppercase;
white-space: nowrap;
}
.itbp-methode-module__loop span {
min-width: 0;
color: #fff !important;
font-size: clamp(10px, 1.08vw, 13px) !important;
font-weight: 700 !important;
line-height: 1.45 !important;
white-space: nowrap;
}
.itbp-methode-module__loop em {
margin-left: 4px;
color: var(--itbp-method-teal, #80d6da) !important;
font-style: normal !important;
font-weight: 700 !important;
}
@media (max-width: 1000px) {
.itbp-methode-module__loop {
align-items: flex-start;
flex-direction: column;
gap: 8px;
}
.itbp-methode-module__loop span {
white-space: normal;
}
}
@media (max-width: 760px) {
.itbp-methode-module {
padding: 72px 20px 74px;
}
.itbp-methode-module__heading {
grid-template-columns: 1fr;
}
.itbp-methode-module__status {
min-height: 0;
}
.itbp-methode-module__surface {
padding: 29px 20px;
}
.itbp-methode-module__track {
top: 72px;
bottom: 72px;
left: 48px;
width: 4px;
height: auto;
}
.itbp-methode-module__progress {
width: 100%;
height: var(--itbp-method-progress, 100%);
background: linear-gradient(180deg, var(--itbp-method-blue, #2673b8), var(--itbp-method-teal, #80d6da));
transition: height .42s cubic-bezier(.22, .8, .25, 1);
}
.itbp-methode-module__stages {
grid-template-columns: 1fr;
gap: 8px;
}
.itbp-methode-module__stage {
display: grid;
grid-template-columns: 60px minmax(0, 1fr);
column-gap: 18px;
align-items: center;
padding: 9px 0 !important;
text-align: left;
}
.itbp-methode-module__stage:hover,
.itbp-methode-module__stage.is-active {
transform: translateX(5px);
}
.itbp-methode-module__stage-label,
.itbp-methode-module__stage-title,
.itbp-methode-module__stage-copy {
grid-column: 2;
}
.itbp-methode-module__stage-label,
.itbp-methode-module__stage-title {
min-height: 0;
}
.itbp-methode-module__node {
grid-column: 1;
grid-row: 1 / span 3;
margin: 0;
}
.itbp-methode-module__scale {
display: none;
}
}
@media (max-width: 480px) {
.itbp-methode-module h2 {
font-size: clamp(39px, 13vw, 54px) !important;
}
.itbp-methode-module__surface {
padding-right: 15px;
padding-left: 15px;
}
.itbp-methode-module__track {
left: 43px;
}
.itbp-methode-module__stage {
grid-template-columns: 56px minmax(0, 1fr);
column-gap: 14px;
}
.itbp-methode-module__node {
width: 54px;
height: 54px;
}
}
@media (prefers-reduced-motion: reduce) {
.itbp-methode-module__stage,
.itbp-methode-module__node,
.itbp-methode-module__progress,
.itbp-methode-module__status {
animation: none !important;
transition: none !important;
}
}.fl-module-itbp-edito .fl-module-content {
margin: 0 !important;
}
.itbp-edito-module,
.itbp-edito-module * {
box-sizing: border-box;
}
.itbp-edito-module {
position: relative;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: clamp(76px, 7.5vw, 118px) clamp(22px, 5vw, 72px) clamp(74px, 7vw, 108px);
background-color: var(--itbp-ed-bg, #f7fbff) !important;
background-image:
radial-gradient(circle at 94% 2%, rgba(128, 214, 218, .30), transparent 28%),
radial-gradient(circle at 1% 100%, rgba(38, 115, 184, .08), transparent 25%),
linear-gradient(135deg, #fff 0%, var(--itbp-ed-bg, #f7fbff) 61%, #ecf4fe 100%) !important;
color: var(--itbp-ed-navy, #06163a) !important;
font-family: Montserrat, Arial, sans-serif;
}
.itbp-edito-module__inner {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}
.itbp-edito-module__orb {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.itbp-edito-module__orb--one {
width: 440px;
height: 440px;
right: -180px;
top: 150px;
border: 1px solid rgba(38, 115, 184, .12);
box-shadow: inset 0 0 0 64px rgba(128, 214, 218, .06);
}
.itbp-edito-module__orb--two {
width: 340px;
height: 340px;
left: -220px;
bottom: -170px;
background: rgba(38, 115, 184, .055);
}
.itbp-edito-module__kicker {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 27px;
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: 12px !important;
line-height: 1 !important;
letter-spacing: .14em !important;
text-transform: uppercase;
}
.itbp-edito-module__kicker span {
display: grid;
place-items: center;
width: 40px;
height: 40px;
flex: 0 0 40px;
border: 1px solid #6abbc4;
border-radius: 50%;
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.itbp-edito-module__kicker strong {
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
white-space: nowrap;
}
.itbp-edito-module__kicker i {
display: block;
width: 46px;
height: 2px;
margin: 0 7px;
background: var(--itbp-ed-accent, #80d6da);
}
.itbp-edito-module__kicker small {
color: #64728a !important;
font-size: 11px !important;
font-style: normal !important;
font-weight: 700 !important;
letter-spacing: .13em !important;
}
.itbp-edito-module__layout {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(325px, 380px);
gap: clamp(46px, 6.5vw, 94px);
align-items: start;
}
.itbp-edito-module h2 {
margin: 0 0 48px !important;
color: var(--itbp-ed-navy, #06163a) !important;
font-size: clamp(45px, 5.05vw, 72px) !important;
font-weight: 300 !important;
line-height: 1.01 !important;
letter-spacing: -.045em !important;
text-transform: none !important;
}
.itbp-edito-module h2 span,
.itbp-edito-module h2 em {
display: block;
border: 0 !important;
text-decoration: none !important;
}
.itbp-edito-module h2 em {
margin-top: 8px;
color: var(--itbp-ed-blue, #2673b8) !important;
font-style: normal !important;
font-weight: 400 !important;
box-shadow: none !important;
}
.itbp-edito-module h2 em::before,
.itbp-edito-module h2 em::after {
display: none !important;
content: none !important;
}
.itbp-edito-module__intro {
max-width: 790px;
margin: 0 0 25px !important;
color: #39465a !important;
font-size: 19px !important;
font-weight: 400 !important;
line-height: 1.65 !important;
}
.itbp-edito-module__detail {
max-width: 800px;
margin: 0 0 38px !important;
color: #677487 !important;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.75 !important;
}
.itbp-edito-module__signature {
position: relative;
overflow: hidden;
min-height: 365px;
margin: 2px 0 0;
padding: 42px 42px 38px 48px;
border: 1px solid #d5e5ee;
border-radius: 34px;
background: linear-gradient(145deg, #fff 0%, #eaf7f8 100%) !important;
box-shadow: 0 22px 55px rgba(23, 67, 112, .13);
}
.itbp-edito-module__signature::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 7px;
background: linear-gradient(180deg, var(--itbp-ed-blue, #2673b8), var(--itbp-ed-accent, #80d6da));
}
.itbp-edito-module__signature::after {
content: "";
position: absolute;
width: 240px;
height: 240px;
right: -105px;
top: 75px;
border: 1px solid rgba(38, 115, 184, .13);
border-radius: 50%;
box-shadow: inset 0 0 0 42px rgba(128, 214, 218, .065);
}
.itbp-edito-module__signature > * {
position: relative;
z-index: 2;
}
.itbp-edito-module__signature > strong {
display: block;
margin-bottom: 11px;
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
letter-spacing: .14em !important;
text-transform: uppercase;
}
.itbp-edito-module__quote-mark {
display: block;
height: 62px;
color: var(--itbp-ed-accent, #80d6da) !important;
font-size: 78px !important;
font-weight: 300 !important;
line-height: 1 !important;
opacity: .7;
}
.itbp-edito-module__signature p {
max-width: 275px;
margin: 0 0 22px !important;
color: var(--itbp-ed-navy, #06163a) !important;
font-size: 21px !important;
font-weight: 700 !important;
line-height: 1.45 !important;
}
.itbp-edito-module__signature .itbp-edito-module__quote-accent {
color: var(--itbp-ed-blue, #2673b8) !important;
}
.itbp-edito-module__signature small {
display: block;
margin-top: 31px;
color: #617088 !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
letter-spacing: .13em !important;
}
.itbp-edito-module__chain-label {
display: block;
margin-bottom: 17px;
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: .14em !important;
text-transform: uppercase;
}
.itbp-edito-module__chain-flow {
display: flex;
flex-wrap: wrap;
gap: 9px;
align-items: center;
}
.itbp-edito-module__chain-flow span {
display: inline-flex;
min-height: 38px;
align-items: center;
justify-content: center;
padding: 8px 17px;
border: 1px solid #d3e2ee;
border-radius: 999px;
background: #fff !important;
color: var(--itbp-ed-navy, #06163a) !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 1.1 !important;
text-transform: uppercase;
}
.itbp-edito-module__chain-flow b {
color: #6abbc4 !important;
font-size: 13px !important;
font-weight: 700 !important;
}
.itbp-edito-module__chain-flow .itbp-edito-module__chain-arrow {
color: var(--itbp-ed-blue, #2673b8) !important;
}
.itbp-edito-module__chain-flow .itbp-edito-module__chain-result {
border-color: var(--itbp-ed-accent, #80d6da);
background: rgba(128, 214, 218, .13) !important;
color: var(--itbp-ed-blue, #2673b8) !important;
}
.itbp-edito-module__offers {
margin: 28px 0 0 !important;
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: 13px !important;
font-weight: 700 !important;
line-height: 1.5 !important;
letter-spacing: .03em !important;
}
.itbp-edito-module__actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 25px;
}
.itbp-edito-module__button {
display: inline-flex;
min-height: 56px;
align-items: center;
justify-content: center;
padding: 14px 25px;
border-radius: 999px;
font-size: 13px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
text-decoration: none !important;
transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.itbp-edito-module__button:hover {
transform: translateY(-2px);
}
.itbp-edito-module__button--primary {
border: 1px solid transparent;
background: linear-gradient(90deg, var(--itbp-ed-blue, #2673b8), #2e8bb8) !important;
box-shadow: 0 13px 27px rgba(38, 115, 184, .22);
color: #fff !important;
}
.itbp-edito-module__button--secondary {
border: 1px solid #a9cae5;
background: #fff !important;
color: var(--itbp-ed-navy, #06163a) !important;
}
.itbp-edito-module__button--secondary:hover {
background: #f0f7fd !important;
}
.itbp-edito-module__stats {
position: relative;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin-top: 63px;
overflow: hidden;
border: 1px solid #dce6ef;
border-radius: 28px;
background: #fff !important;
box-shadow: 0 17px 42px rgba(23, 67, 112, .10);
}
.itbp-edito-module__stats::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--itbp-ed-blue, #2673b8), var(--itbp-ed-accent, #80d6da));
}
.itbp-edito-module__stat {
min-width: 0;
padding: 37px 30px 33px;
}
.itbp-edito-module__stat + .itbp-edito-module__stat {
border-left: 1px solid #dce6ef;
}
.itbp-edito-module__stat strong {
display: block;
margin-bottom: 11px;
color: var(--itbp-ed-blue, #2673b8) !important;
font-size: clamp(28px, 2.6vw, 38px) !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: -.025em !important;
}
.itbp-edito-module__stat span {
display: block;
color: #566376 !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 1.45 !important;
}
@media (max-width: 1080px) {
.itbp-edito-module__layout {
grid-template-columns: 1fr;
}
.itbp-edito-module__signature {
max-width: 620px;
min-height: 0;
}
.itbp-edito-module__stats {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.itbp-edito-module__stat:nth-child(3) {
border-top: 1px solid #dce6ef;
border-left: 0;
}
.itbp-edito-module__stat:nth-child(4) {
border-top: 1px solid #dce6ef;
}
}
@media (max-width: 720px) {
.itbp-edito-module {
padding: 72px 18px;
}
.itbp-edito-module__kicker {
flex-wrap: wrap;
}
.itbp-edito-module__kicker i {
display: none;
}
.itbp-edito-module__kicker small {
width: 100%;
padding-left: 54px;
line-height: 1.5 !important;
}
.itbp-edito-module h2 {
margin-bottom: 34px !important;
font-size: 41px !important;
}
.itbp-edito-module__intro {
font-size: 17px !important;
}
.itbp-edito-module__signature {
padding: 34px 27px 31px 34px;
border-radius: 25px;
}
.itbp-edito-module__actions {
flex-direction: column;
}
.itbp-edito-module__button {
width: 100%;
}
.itbp-edito-module__stats {
grid-template-columns: 1fr;
border-radius: 22px;
}
.itbp-edito-module__stat {
padding: 29px 25px;
}
.itbp-edito-module__stat + .itbp-edito-module__stat {
border-top: 1px solid #dce6ef;
border-left: 0;
}
}.fl-module-itbp-expertises .fl-module-content {
margin: 0 !important;
}
.itbp-expertises-module,
.itbp-expertises-module * {
box-sizing: border-box;
}
.itbp-expertises-module {
position: relative;
isolation: isolate;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);
background-color: var(--itbp-expertises-bg, #f7fbff) !important;
background-image:
radial-gradient(circle at 88% 13%, color-mix(in srgb, var(--itbp-expertises-teal, #6abbc4) 30%, transparent) 0, color-mix(in srgb, var(--itbp-expertises-teal, #6abbc4) 8%, transparent) 19%, transparent 38%),
radial-gradient(circle at 3% 93%, color-mix(in srgb, var(--itbp-expertises-blue, #2673b8) 18%, transparent) 0, color-mix(in srgb, var(--itbp-expertises-blue, #2673b8) 4%, transparent) 24%, transparent 42%),
linear-gradient(142deg, var(--itbp-expertises-bg, #f7fbff) 0%, #ecf4fe 44%, var(--itbp-expertises-bg-end, #e0f1f6) 100%) !important;
color: var(--itbp-expertises-navy, #06163a) !important;
font-family: Montserrat, Arial, sans-serif;
}
@supports not (color: color-mix(in srgb, white, black)) {
.itbp-expertises-module {
background-image:
radial-gradient(circle at 88% 13%, rgba(106, 187, 196, .30) 0, rgba(106, 187, 196, .08) 19%, transparent 38%),
radial-gradient(circle at 3% 93%, rgba(38, 115, 184, .18) 0, rgba(38, 115, 184, .04) 24%, transparent 42%),
linear-gradient(142deg, var(--itbp-expertises-bg, #f7fbff) 0%, #ecf4fe 44%, var(--itbp-expertises-bg-end, #e0f1f6) 100%) !important;
}
}
.itbp-expertises-module__inner {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}
.itbp-expertises-module__orb {
position: absolute;
z-index: 1;
border-radius: 50%;
pointer-events: none;
}
.itbp-expertises-module__orb--one {
top: -205px;
right: -135px;
width: 480px;
height: 480px;
border: 1px solid rgba(38, 115, 184, .14);
box-shadow: 0 0 0 68px rgba(255, 255, 255, .16), 0 0 0 136px rgba(106, 187, 196, .07);
}
.itbp-expertises-module__orb--two {
bottom: -220px;
left: -160px;
width: 390px;
height: 390px;
background: rgba(38, 115, 184, .045);
}
.itbp-expertises-module__kicker {
display: flex;
align-items: center;
gap: 13px;
margin-bottom: 27px;
color: var(--itbp-expertises-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .14em !important;
text-transform: uppercase;
}
.itbp-expertises-module__kicker span {
display: grid;
width: 40px;
height: 40px;
flex: 0 0 40px;
place-items: center;
border: 1px solid var(--itbp-expertises-teal, #6abbc4);
border-radius: 50%;
background: rgba(255, 255, 255, .36);
color: var(--itbp-expertises-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
}
.itbp-expertises-module__kicker strong {
color: var(--itbp-expertises-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.itbp-expertises-module h2 {
max-width: 850px;
margin: 0 0 clamp(39px, 4.2vw, 58px) !important;
color: var(--itbp-expertises-navy, #06163a) !important;
font-size: clamp(45px, 5.4vw, 72px) !important;
font-weight: 300 !important;
line-height: 1.02 !important;
letter-spacing: -.047em !important;
text-transform: none !important;
}
.itbp-expertises-module h2 span,
.itbp-expertises-module h2 em {
display: block;
border: 0 !important;
text-decoration: none !important;
box-shadow: none !important;
}
.itbp-expertises-module h2 em {
margin-top: 7px;
color: var(--itbp-expertises-blue, #2673b8) !important;
font-style: normal !important;
font-weight: 400 !important;
}
.itbp-expertises-module h2 em::before,
.itbp-expertises-module h2 em::after {
display: none !important;
content: none !important;
}
.itbp-expertises-module__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.itbp-expertises-module__card {
position: relative;
overflow: hidden;
min-height: 258px;
margin: 0 !important;
padding: 28px 27px 30px !important;
border: 1px solid rgba(87, 150, 202, .20) !important;
border-radius: 23px !important;
background: rgba(255, 255, 255, .74) !important;
box-shadow: 0 14px 38px rgba(6, 22, 58, .075);
transform: translateY(0);
transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, opacity .55s ease;
}
.itbp-expertises-module__card::before {
content: "";
position: absolute;
top: 0;
left: 27px;
width: 46px;
height: 3px;
border-radius: 0 0 3px 3px;
background: linear-gradient(90deg, var(--itbp-expertises-blue, #2673b8), var(--itbp-expertises-teal, #6abbc4));
transition: width .32s ease, background .28s ease;
}
.itbp-expertises-module__card::after {
content: "";
position: absolute;
right: -90px;
bottom: -110px;
width: 230px;
height: 230px;
border-radius: 50%;
background: rgba(255, 255, 255, .12);
transform: scale(.7);
opacity: 0;
pointer-events: none;
transition: transform .38s ease, opacity .28s ease;
}
.itbp-expertises-module__card:hover {
z-index: 2;
border-color: rgba(255, 255, 255, .50) !important;
background: linear-gradient(135deg, var(--itbp-expertises-blue, #2673b8) 0%, #3f8fc0 55%, var(--itbp-expertises-teal, #6abbc4) 100%) !important;
box-shadow: 0 25px 50px rgba(18, 78, 133, .24);
transform: translateY(-7px);
}
.itbp-expertises-module__card:hover::before {
width: calc(100% - 54px);
background: rgba(255, 255, 255, .72);
}
.itbp-expertises-module__card:hover::after {
transform: scale(1);
opacity: 1;
}
.itbp-expertises-module__number {
position: relative;
z-index: 1;
display: inline-grid;
width: 38px;
height: 38px;
margin-bottom: 34px;
place-items: center;
border-radius: 11px;
background: #ecf4fe !important;
color: var(--itbp-expertises-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1 !important;
transition: background .28s ease, color .28s ease;
}
.itbp-expertises-module__card:hover .itbp-expertises-module__number {
background: rgba(255, 255, 255, .18) !important;
color: #fff !important;
}
.itbp-expertises-module__card h3 {
position: relative;
z-index: 1;
margin: 0 0 12px !important;
color: var(--itbp-expertises-navy, #06163a) !important;
font-size: clamp(20px, 1.7vw, 24px) !important;
font-weight: 700 !important;
line-height: 1.23 !important;
letter-spacing: -.025em !important;
text-transform: none !important;
transition: color .28s ease, transform .28s ease;
}
.itbp-expertises-module__card p {
position: relative;
z-index: 1;
margin: 0 !important;
color: var(--itbp-expertises-body, #66717b) !important;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.65 !important;
transition: color .28s ease, transform .28s ease;
}
.itbp-expertises-module__card:hover h3,
.itbp-expertises-module__card:hover p {
color: #fff !important;
transform: translateY(-2px);
}
.itbp-expertises-module__card:hover p {
color: rgba(255, 255, 255, .90) !important;
}
.itbp-expertises-module__footnote {
display: flex;
align-items: center;
gap: 14px;
margin-top: 31px;
color: var(--itbp-expertises-blue, #2673b8) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
letter-spacing: .11em !important;
text-transform: uppercase;
}
.itbp-expertises-module__footnote::before {
content: "";
width: 36px;
height: 1px;
background: linear-gradient(90deg, var(--itbp-expertises-blue, #2673b8), var(--itbp-expertises-teal, #6abbc4));
}
.itbp-expertises-module.is-reveal-ready .itbp-expertises-module__card {
opacity: 0;
transform: translateY(22px);
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card {
opacity: 1;
transform: translateY(0);
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:hover {
transform: translateY(-7px);
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(2) {
transition-delay: .07s;
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(3) {
transition-delay: .14s;
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(4) {
transition-delay: .21s;
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(5) {
transition-delay: .28s;
}
.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(6) {
transition-delay: .35s;
}
@media (max-width: 980px) {
.itbp-expertises-module__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 650px) {
.itbp-expertises-module {
padding-right: 22px;
padding-left: 22px;
}
.itbp-expertises-module h2 {
font-size: clamp(39px, 12vw, 52px) !important;
line-height: 1.04 !important;
}
.itbp-expertises-module__grid {
grid-template-columns: 1fr;
}
.itbp-expertises-module__card {
min-height: 0;
}
.itbp-expertises-module__number {
margin-bottom: 25px;
}
}
@media (hover: none) {
.itbp-expertises-module__footnote {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.itbp-expertises-module__card,
.itbp-expertises-module__card::before,
.itbp-expertises-module__card::after,
.itbp-expertises-module__number,
.itbp-expertises-module__card h3,
.itbp-expertises-module__card p {
transition: none !important;
}
.itbp-expertises-module.is-reveal-ready .itbp-expertises-module__card {
opacity: 1;
transform: none;
}
}.fl-module-itbp-difference .fl-module-content {
margin: 0 !important;
}
.itbp-difference-module,
.itbp-difference-module * {
box-sizing: border-box;
}
.itbp-difference-module {
position: relative;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);
color: var(--itbp-difference-navy, #06163a) !important;
background-color: var(--itbp-difference-bg, #ffffff) !important;
background-image:
radial-gradient(circle at 88% 12%, rgba(128, 214, 218, .30), transparent 29%),
radial-gradient(circle at 5% 76%, rgba(38, 115, 184, .09), transparent 26%),
linear-gradient(135deg, var(--itbp-difference-bg, #ffffff) 0%, #f7fbff 58%, var(--itbp-difference-bg-end, #eefaff) 100%) !important;
font-family: Montserrat, Arial, sans-serif;
}
.itbp-difference-module__inner {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}
.itbp-difference-module__orb {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.itbp-difference-module__orb--one {
width: 410px;
height: 410px;
right: -185px;
top: -172px;
border: 1px solid rgba(106, 187, 196, .26);
box-shadow: inset 0 0 0 62px rgba(128, 214, 218, .05);
}
.itbp-difference-module__orb--two {
width: 285px;
height: 285px;
left: -210px;
bottom: -142px;
background: rgba(38, 115, 184, .045);
}
.itbp-difference-module__kicker {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 27px;
color: var(--itbp-difference-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .15em !important;
text-transform: uppercase;
}
.itbp-difference-module__kicker span,
.itbp-difference-module__kicker strong {
color: var(--itbp-difference-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.itbp-difference-module__kicker i {
display: block;
width: 42px;
height: 1px;
background: linear-gradient(90deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-aqua, #80d6da));
}
.itbp-difference-module h2 {
max-width: 1080px;
margin: 0 !important;
color: var(--itbp-difference-navy, #06163a) !important;
font-size: clamp(47px, 6vw, 79px) !important;
font-weight: 300 !important;
line-height: .99 !important;
letter-spacing: -.049em !important;
text-transform: none !important;
}
.itbp-difference-module h2 span,
.itbp-difference-module h2 em {
display: block;
border: 0 !important;
text-decoration: none !important;
box-shadow: none !important;
}
.itbp-difference-module h2 em {
margin-top: 9px;
color: var(--itbp-difference-blue, #2673b8) !important;
font-style: normal !important;
font-weight: 300 !important;
}
.itbp-difference-module h2 em::before,
.itbp-difference-module h2 em::after {
display: none !important;
content: none !important;
}
.itbp-difference-module__intro {
max-width: 955px;
margin: 34px 0 43px !important;
color: var(--itbp-difference-body, #53627b) !important;
font-size: 16px !important;
font-weight: 400 !important;
line-height: 1.78 !important;
}
.itbp-difference-module__bridge {
position: relative;
display: grid;
grid-template-columns: minmax(125px, 1fr) minmax(190px, 1.15fr) minmax(125px, 1fr);
align-items: center;
min-height: 250px;
margin-bottom: 28px;
padding: 35px clamp(20px, 4vw, 50px);
border: 1px solid rgba(255, 255, 255, .88);
border-radius: 30px;
background: rgba(255, 255, 255, .69) !important;
box-shadow: 0 27px 72px rgba(6, 22, 58, .085);
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
}
.itbp-difference-module__flow {
position: absolute;
left: 14%;
right: 14%;
top: 50%;
height: 2px;
overflow: hidden;
background: rgba(38, 115, 184, .13);
pointer-events: none;
}
.itbp-difference-module__flow::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-aqua, #80d6da), var(--itbp-difference-blue, #2673b8));
transform: translateX(-65%);
animation: itbp-difference-flow 4.2s ease-in-out infinite;
}
@keyframes itbp-difference-flow {
0%, 100% { transform: translateX(-65%); }
50% { transform: translateX(65%); }
}
.itbp-difference-module__endpoint {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 8px;
}
.itbp-difference-module__endpoint--right {
text-align: right;
}
.itbp-difference-module__endpoint small {
color: var(--itbp-difference-blue, #2673b8) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: .16em !important;
text-transform: uppercase;
}
.itbp-difference-module__endpoint strong {
color: var(--itbp-difference-navy, #06163a) !important;
font-size: 23px !important;
font-weight: 700 !important;
line-height: 1.1 !important;
}
.itbp-difference-module__core {
position: relative;
z-index: 3;
display: grid;
justify-self: center;
width: 176px;
height: 176px;
place-items: center;
border-radius: 50%;
color: #ffffff !important;
background: linear-gradient(145deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-navy, #06163a)) !important;
box-shadow: 0 22px 56px rgba(38, 115, 184, .27), 0 0 0 14px rgba(128, 214, 218, .12);
}
.itbp-difference-module__core::before {
content: "";
position: absolute;
inset: -25px;
border: 1px solid rgba(106, 187, 196, .46);
border-radius: 50%;
animation: itbp-difference-orbit 10s linear infinite;
}
.itbp-difference-module__core::after {
content: "";
position: absolute;
top: -30px;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--itbp-difference-aqua, #80d6da);
box-shadow: 0 0 18px var(--itbp-difference-aqua, #80d6da);
}
@keyframes itbp-difference-orbit {
to { transform: rotate(360deg); }
}
.itbp-difference-module__core-label {
max-width: 130px;
text-align: center;
}
.itbp-difference-module__core-label b {
display: block;
color: var(--itbp-difference-aqua, #80d6da) !important;
font-size: 36px !important;
font-weight: 400 !important;
line-height: 1 !important;
letter-spacing: -.045em !important;
}
.itbp-difference-module__core-label small {
display: block;
margin-top: 10px;
color: #ffffff !important;
font-size: 9px !important;
font-weight: 700 !important;
line-height: 1.45 !important;
letter-spacing: .13em !important;
text-transform: uppercase;
}
.itbp-difference-module__pillars {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 15px;
}
.itbp-difference-module__pillar {
position: relative;
display: block !important;
width: 100% !important;
min-height: 158px;
padding: 23px !important;
appearance: none !important;
border: 1px solid rgba(38, 115, 184, .17) !important;
border-radius: 21px !important;
color: var(--itbp-difference-navy, #06163a) !important;
background: rgba(255, 255, 255, .77) !important;
box-shadow: none !important;
font-family: Montserrat, Arial, sans-serif !important;
text-align: left !important;
text-transform: none !important;
cursor: pointer;
transition: transform .28s ease, color .28s ease, background .28s ease, box-shadow .28s ease;
}
.itbp-difference-module__pillar:hover,
.itbp-difference-module__pillar:focus-visible,
.itbp-difference-module__pillar.is-active {
transform: translateY(-7px);
color: #ffffff !important;
background: linear-gradient(135deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-teal, #6abbc4)) !important;
box-shadow: 0 21px 46px rgba(38, 115, 184, .21) !important;
}
.itbp-difference-module__pillar-number {
display: block;
margin-bottom: 25px;
color: var(--itbp-difference-blue, #2673b8) !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .14em !important;
}
.itbp-difference-module__pillar:hover .itbp-difference-module__pillar-number,
.itbp-difference-module__pillar:focus-visible .itbp-difference-module__pillar-number,
.itbp-difference-module__pillar.is-active .itbp-difference-module__pillar-number {
color: #d8f4f5 !important;
}
.itbp-difference-module__pillar-title {
display: block;
color: inherit !important;
font-size: 21px !important;
font-weight: 700 !important;
line-height: 1.18 !important;
}
.itbp-difference-module__detail {
min-height: 82px;
margin: 17px 0 31px;
padding: 21px 25px;
border-left: 3px solid var(--itbp-difference-aqua, #80d6da);
color: var(--itbp-difference-body, #53627b) !important;
background: linear-gradient(90deg, rgba(128, 214, 218, .14), transparent) !important;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.62 !important;
}
.itbp-difference-module__detail.is-changing {
animation: itbp-difference-detail-change .34s ease both;
}
@keyframes itbp-difference-detail-change {
0% { opacity: .45; transform: translateY(4px); }
100% { opacity: 1; transform: translateY(0); }
}
.itbp-difference-module__convictions-label {
margin-bottom: 15px;
color: var(--itbp-difference-blue, #2673b8) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .16em !important;
text-transform: uppercase;
}
.itbp-difference-module__convictions {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
overflow: hidden;
border: 1px solid rgba(38, 115, 184, .17);
border-radius: 23px;
background: rgba(255, 255, 255, .70) !important;
}
.itbp-difference-module__conviction {
min-height: 144px;
padding: 23px;
border-right: 1px solid rgba(38, 115, 184, .15);
background: transparent !important;
transition: background .26s ease, transform .26s ease;
}
.itbp-difference-module__conviction:last-child {
border-right: 0;
}
.itbp-difference-module__conviction:hover {
background: rgba(128, 214, 218, .17) !important;
}
.itbp-difference-module__conviction strong {
display: block;
margin-bottom: 10px;
color: var(--itbp-difference-navy, #06163a) !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 1.42 !important;
}
.itbp-difference-module__conviction span {
display: block;
color: var(--itbp-difference-body, #53627b) !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 1.6 !important;
}
@media (max-width: 900px) {
.itbp-difference-module__convictions {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.itbp-difference-module__conviction:nth-child(2) {
border-right: 0;
}
.itbp-difference-module__conviction:nth-child(-n+2) {
border-bottom: 1px solid rgba(38, 115, 184, .15);
}
}
@media (max-width: 720px) {
.itbp-difference-module {
padding: 66px 20px 70px;
}
.itbp-difference-module h2 {
font-size: clamp(42px, 12vw, 59px) !important;
}
.itbp-difference-module__intro {
font-size: 15px !important;
}
.itbp-difference-module__bridge {
grid-template-columns: 1fr;
gap: 31px;
text-align: center;
}
.itbp-difference-module__flow {
left: 50%;
right: auto;
top: 14%;
bottom: 14%;
width: 2px;
height: auto;
}
.itbp-difference-module__flow::after {
background: linear-gradient(180deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-aqua, #80d6da), var(--itbp-difference-blue, #2673b8));
transform: translateY(-65%);
animation-name: itbp-difference-flow-mobile;
}
.itbp-difference-module__endpoint,
.itbp-difference-module__endpoint--right {
align-items: center;
text-align: center;
}
.itbp-difference-module__core {
width: 154px;
height: 154px;
}
.itbp-difference-module__pillars {
grid-template-columns: 1fr;
}
.itbp-difference-module__pillar {
min-height: 119px;
}
.itbp-difference-module__pillar-number {
margin-bottom: 15px;
}
.itbp-difference-module__convictions {
grid-template-columns: 1fr;
}
.itbp-difference-module__conviction,
.itbp-difference-module__conviction:nth-child(2),
.itbp-difference-module__conviction:nth-child(-n+2) {
min-height: auto;
border-right: 0;
border-bottom: 1px solid rgba(38, 115, 184, .15);
}
.itbp-difference-module__conviction:last-child {
border-bottom: 0;
}
}
@keyframes itbp-difference-flow-mobile {
0%, 100% { transform: translateY(-65%); }
50% { transform: translateY(65%); }
}
@media (prefers-reduced-motion: reduce) {
.itbp-difference-module *,
.itbp-difference-module *::before,
.itbp-difference-module *::after {
animation: none !important;
transition: none !important;
}
}.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:not([data-accepts], .fl-ds-block):before,.fl-module:not([data-accepts], .fl-ds-block):after,.fl-module-content:before,.fl-module-content:after {display: table;content: " ";}.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:not([data-accepts], .fl-ds-block):after,.fl-module-content:after {clear: both;}.fl-clear {clear: both;}.fl-row,.fl-row-content {margin-left: auto;margin-right: auto;min-width: 0;}.fl-row-content-wrap {position: relative;}.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {background-attachment: scroll;}.fl-row-bg-video,.fl-row-bg-video .fl-row-content,.fl-row-bg-embed,.fl-row-bg-embed .fl-row-content {position: relative;}.fl-row-bg-video .fl-bg-video,.fl-row-bg-embed .fl-bg-embed-code {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;}.fl-row-bg-video .fl-bg-video video,.fl-row-bg-embed .fl-bg-embed-code video {bottom: 0;left: 0px;max-width: none;position: absolute;right: 0;top: 0px;}.fl-row-bg-video .fl-bg-video video {min-width: 100%;min-height: 100%;width: auto;height: auto;}.fl-row-bg-video .fl-bg-video iframe,.fl-row-bg-embed .fl-bg-embed-code iframe {pointer-events: none;width: 100vw;height: 56.25vw; max-width: none;min-height: 100vh;min-width: 177.77vh; position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}.fl-bg-video-fallback {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0px;left: 0px;position: absolute;right: 0px;top: 0px;}.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {position: relative;}.fl-row .fl-bg-slideshow {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;z-index: 0;}.fl-builder-edit .fl-row .fl-bg-slideshow * {bottom: 0;height: auto !important;left: 0;position: absolute !important;right: 0;top: 0;}.fl-row-bg-overlay .fl-row-content-wrap:after {border-radius: inherit;content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;}.fl-row-bg-overlay .fl-row-content {position: relative;z-index: 1;}.fl-row-default-height .fl-row-content-wrap,.fl-row-custom-height .fl-row-content-wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;min-height: 100vh;}.fl-row-overlap-top .fl-row-content-wrap {display: -webkit-inline-box;display: -webkit-inline-flex;display: -moz-inline-box;display: -ms-inline-flexbox;display: inline-flex;width: 100%;}.fl-row-default-height .fl-row-content-wrap,.fl-row-custom-height .fl-row-content-wrap {min-height: 0;}.fl-row-default-height .fl-row-content,.fl-row-full-height .fl-row-content,.fl-row-custom-height .fl-row-content {-webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}.fl-row-default-height .fl-row-full-width.fl-row-content,.fl-row-full-height .fl-row-full-width.fl-row-content,.fl-row-custom-height .fl-row-full-width.fl-row-content {max-width: 100%;width: 100%;}.fl-row-default-height.fl-row-align-center .fl-row-content-wrap,.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;justify-content: center;align-items: center;}.fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {-webkit-align-items: flex-end;-webkit-justify-content: flex-end;-webkit-box-align: end;-webkit-box-pack: end;-ms-flex-align: end;-ms-flex-pack: end;justify-content: flex-end;align-items: flex-end;}.fl-col-group-equal-height {display: flex;flex-wrap: wrap;width: 100%;}.fl-col-group-equal-height.fl-col-group-has-child-loading {flex-wrap: nowrap;}.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {display: flex;flex: 1 1 auto;}.fl-col-group-equal-height .fl-col-content {flex-direction: column;flex-shrink: 1;min-width: 1px;max-width: 100%;width: 100%;}.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after{content: none;}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {justify-content: flex-start;}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {justify-content: center;}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {justify-content: flex-end;}.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {width: 100%;}.fl-col {float: left;min-height: 1px;}.fl-col-bg-overlay .fl-col-content {position: relative;}.fl-col-bg-overlay .fl-col-content:after {border-radius: inherit;content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;}.fl-col-bg-overlay .fl-module {position: relative;z-index: 2;}.single:not(.woocommerce).single-fl-builder-template .fl-content {width: 100%;}.fl-builder-layer {position: absolute;top:0;left:0;right: 0;bottom: 0;z-index: 0;pointer-events: none;overflow: hidden;}.fl-builder-shape-layer {z-index: 0;}.fl-builder-shape-layer.fl-builder-bottom-edge-layer {z-index: 1;}.fl-row-bg-overlay .fl-builder-shape-layer {z-index: 1;}.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {z-index: 2;}.fl-row-has-layers .fl-row-content {z-index: 1;}.fl-row-bg-overlay .fl-row-content {z-index: 2;}.fl-builder-layer > * {display: block;position: absolute;top:0;left:0;width: 100%;}.fl-builder-layer + .fl-row-content {position: relative;}.fl-builder-layer .fl-shape {fill: #aaa;stroke: none;stroke-width: 0;width:100%;}@supports (-webkit-touch-callout: inherit) {.fl-row.fl-row-bg-parallax .fl-row-content-wrap,.fl-row.fl-row-bg-fixed .fl-row-content-wrap {background-position: center !important;background-attachment: scroll !important;}}@supports (-webkit-touch-callout: none) {.fl-row.fl-row-bg-fixed .fl-row-content-wrap {background-position: center !important;background-attachment: scroll !important;}}.fl-clearfix:before,.fl-clearfix:after {display: table;content: " ";}.fl-clearfix:after {clear: both;}.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0;}.fl-builder-content .fl-button:is(a, button),.fl-builder-content a.fl-button:visited {border-radius: 4px;display: inline-block;font-size: 16px;font-weight: normal;line-height: 18px;padding: 12px 24px;text-decoration: none;text-shadow: none;cursor: pointer;}.fl-builder-content .fl-button:hover {text-decoration: none;}.fl-builder-content .fl-button:active {position: relative;top: 1px;}.fl-builder-content .fl-button-width-full .fl-button {width: 100%;display: block;text-align: center;}.fl-builder-content .fl-button-width-custom .fl-button {display: inline-block;text-align: center;max-width: 100%;}.fl-builder-content .fl-button-left {text-align: left;}.fl-builder-content .fl-button-center {text-align: center;}.fl-builder-content .fl-button-right {text-align: right;}.fl-builder-content .fl-button i {font-size: 1.3em;height: auto;margin-right:8px;vertical-align: middle;width: auto;}.fl-builder-content .fl-button i.fl-button-icon-after {margin-left: 8px;margin-right: 0;}.fl-builder-content .fl-button-has-icon .fl-button-text {vertical-align: middle;}.fl-icon-wrap {display: inline-block;}.fl-icon {display: table-cell;vertical-align: middle;}.fl-icon a {text-decoration: none;}.fl-icon i {float: right;height: auto;width: auto;}.fl-icon i:before {border: none !important;height: auto;width: auto;}.fl-icon-text {display: table-cell;text-align: left;padding-left: 15px;vertical-align: middle;}.fl-icon-text-empty {display: none;}.fl-icon-text *:last-child {margin: 0 !important;padding: 0 !important;}.fl-icon-text a {text-decoration: none;}.fl-icon-text span {display: block;}.fl-icon-text span.mce-edit-focus {min-width: 1px;}.fl-module img {max-width: 100%;}.fl-photo {line-height: 0;position: relative;}.fl-photo-align-left {text-align: left;}.fl-photo-align-center {text-align: center;}.fl-photo-align-right {text-align: right;}.fl-photo-content {display: inline-block;line-height: 0;position: relative;max-width: 100%;}.fl-photo-img-svg {width: 100%;}.fl-photo-content img {display: inline;height: auto;max-width: 100%;}.fl-photo-crop-circle img {-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}.fl-photo-caption {font-size: 13px;line-height: 18px;overflow: hidden;text-overflow: ellipsis;}.fl-photo-caption-below {padding-bottom: 20px;padding-top: 10px;}.fl-photo-caption-hover {background: rgba(0,0,0,0.7);bottom: 0;color: #fff;left: 0;opacity: 0;filter: alpha(opacity = 0);padding: 10px 15px;position: absolute;right: 0;-webkit-transition:opacity 0.3s ease-in;-moz-transition:opacity 0.3s ease-in;transition:opacity 0.3s ease-in;}.fl-photo-content:hover .fl-photo-caption-hover {opacity: 100;filter: alpha(opacity = 100);}.fl-builder-pagination,.fl-builder-pagination-load-more {padding: 40px 0;}.fl-builder-pagination ul.page-numbers {list-style: none;margin: 0;padding: 0;text-align: center;}.fl-builder-pagination li {display: inline-block;list-style: none;margin: 0;padding: 0;}.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {border: 1px solid #e6e6e6;display: inline-block;padding: 5px 10px;margin: 0 0 5px;}.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {background: #f5f5f5;text-decoration: none;}.fl-slideshow,.fl-slideshow * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.fl-slideshow .fl-slideshow-image img {max-width: none !important;}.fl-slideshow-social {line-height: 0 !important;}.fl-slideshow-social * {margin: 0 !important;}.fl-builder-content .bx-wrapper .bx-viewport {background: transparent;border: none;box-shadow: none;left: 0;}.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active,.mfp-wrap button.mfp-arrow:hover,.mfp-wrap button.mfp-arrow:focus {background: transparent !important;border: none !important;outline: none;position: absolute;top: 50%;box-shadow: none !important;}.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {background: transparent !important;border: none !important;outline: none;position: absolute;top: 0;box-shadow: none !important;}.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {top: 32px!important;}img.mfp-img {padding: 0;}.mfp-counter {display: none;}.mfp-wrap .mfp-preloader.fa {font-size: 30px;}.fl-form-field {margin-bottom: 15px;}.fl-form-field input.fl-form-error {border-color: #DD6420;}.fl-form-error-message {clear: both;color: #DD6420;display: none;padding-top: 8px;font-size: 12px;font-weight: lighter;}.fl-form-button-disabled {opacity: 0.5;}.fl-animation {opacity: 0;}body.fl-no-js .fl-animation {opacity: 1;}.fl-builder-preview .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {opacity: 1;}.fl-animated {animation-fill-mode: both;}.fl-button.fl-button-icon-animation i {width: 0 !important;opacity: 0;transition: all 0.2s ease-out;}.fl-button.fl-button-icon-animation:hover i {opacity: 1 !important;}.fl-button.fl-button-icon-animation i.fl-button-icon-after {margin-left: 0px !important;}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {margin-left: 10px !important;}.fl-button.fl-button-icon-animation i.fl-button-icon-before {margin-right: 0 !important;}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {margin-right: 20px !important;margin-left: -10px;}.fl-builder-content .fl-button:is(a, button),.fl-builder-content a.fl-button:visited {background: #fafafa;border: 1px solid #ccc;color: #333;}.fl-builder-content .fl-button:is(a, button) *,.fl-builder-content a.fl-button:visited * {color: #333;}@media (max-width: 1200px) {}@media (max-width: 992px) { .fl-col-group.fl-col-group-medium-reversed {display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;flex-direction: row-reverse;} }@media (max-width: 768px) { .fl-row-content-wrap {background-attachment: scroll !important;}.fl-row-bg-parallax .fl-row-content-wrap {background-attachment: scroll !important;background-position: center center !important;}.fl-col-group.fl-col-group-equal-height {display: block;}.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {display: -webkit-box;display: -webkit-flex;display: flex;}.fl-col-group.fl-col-group-responsive-reversed {display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;flex-direction: row-reverse;}.fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width) {flex-basis: 100%;width: 100% !important;}.fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed) {display: unset;display: unset;-webkit-flex-wrap: unset;flex-wrap: unset;flex-direction: unset;}.fl-col {clear: both;float: none;margin-left: auto;margin-right: auto;width: auto !important;}.fl-col-small:not(.fl-col-small-full-width) {max-width: 400px;}.fl-block-col-resize {display:none;}.fl-row[data-node] .fl-row-content-wrap {margin: 0;padding-left: 0;padding-right: 0;}.fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {left: 0;right: 0;}.fl-col[data-node] .fl-col-content {margin: 0;padding-left: 0;padding-right: 0;} }@media (min-width: 1201px) {html .fl-visible-large:not(.fl-visible-desktop),html .fl-visible-medium:not(.fl-visible-desktop),html .fl-visible-mobile:not(.fl-visible-desktop) {display: none;}}@media (min-width: 993px) and (max-width: 1200px) {html .fl-visible-desktop:not(.fl-visible-large),html .fl-visible-medium:not(.fl-visible-large),html .fl-visible-mobile:not(.fl-visible-large) {display: none;}}@media (min-width: 769px) and (max-width: 992px) {html .fl-visible-desktop:not(.fl-visible-medium),html .fl-visible-large:not(.fl-visible-medium),html .fl-visible-mobile:not(.fl-visible-medium) {display: none;}}@media (max-width: 768px) {html .fl-visible-desktop:not(.fl-visible-mobile),html .fl-visible-large:not(.fl-visible-mobile),html .fl-visible-medium:not(.fl-visible-mobile) {display: none;}}.fl-row-fixed-width {max-width: 1280px;}.fl-builder-content > .fl-module-box {margin: 0;}.fl-row-content-wrap {margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;}.fl-col-content {margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.fl-module-content, .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {margin-top: 10px;margin-right: 10px;margin-bottom: 10px;margin-left: 10px;}@media(max-width: 1200px) {.fl-row-fixed-width {max-width: 1280px;}}@media(max-width: 992px) {.fl-row-fixed-width {max-width: 1280px;}}@media(max-width: 768px) {.fl-row-fixed-width {max-width: 1280px;}.fl-row[data-node] > .fl-row-content-wrap {padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;}}:where(.fl-builder-content, .fl-page) :is(a[href], button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {outline-style: solid;outline-width: 2px;outline-offset: 2px;}.fl-node-6x5mzij4h1fb.fl-row-default-height > .fl-row-content-wrap, .fl-node-6x5mzij4h1fb.fl-row-full-height > .fl-row-content-wrap, .fl-node-6x5mzij4h1fb.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap,.fl-node-kmz6o2sib9jg.fl-row-custom-height > .fl-row-content-wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap {min-height: 100vh;}.fl-node-kmz6o2sib9jg.fl-row-custom-height > .fl-row-content-wrap {min-height: 0;}.fl-builder-edit .fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap {min-height: calc( 100vh - 48px );}@media all and (width: 768px) and (height: 1024px) and (orientation:portrait){.fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap {min-height: 1024px;}}@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){.fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap {min-height: 768px;}}@media screen and (aspect-ratio: 40/71) {.fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap {min-height: 500px;}}.fl-node-kmz6o2sib9jg.fl-row-default-height > .fl-row-content-wrap, .fl-node-kmz6o2sib9jg.fl-row-full-height > .fl-row-content-wrap, .fl-node-kmz6o2sib9jg.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-node-kmz6o2sib9jg > .fl-row-content-wrap {border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;}.fl-node-kmz6o2sib9jg.fl-row-custom-height > .fl-row-content-wrap {min-height: 5px;}.fl-node-kmz6o2sib9jg.fl-row-fixed-width, .fl-node-kmz6o2sib9jg .fl-row-fixed-width {max-width: 1180px;} .fl-node-kmz6o2sib9jg > .fl-row-content-wrap {margin-top:-99px;margin-bottom:-50px;} .fl-node-kmz6o2sib9jg > .fl-row-content-wrap {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}@media ( max-width: 768px ) { .fl-node-kmz6o2sib9jg.fl-row > .fl-row-content-wrap {padding-bottom:30px;}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-kvathcxbmq58 > .fl-row-content-wrap {background-color: #f7fbff;border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;}.fl-node-kvathcxbmq58.fl-row-default-height > .fl-row-content-wrap, .fl-node-kvathcxbmq58.fl-row-full-height > .fl-row-content-wrap, .fl-node-kvathcxbmq58.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-node-kvathcxbmq58 .fl-row-content {max-width: 1180px;} .fl-node-kvathcxbmq58 > .fl-row-content-wrap {margin-top:-99px;margin-bottom:-80px;} .fl-node-kvathcxbmq58 > .fl-row-content-wrap {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}@media ( max-width: 768px ) { .fl-node-kvathcxbmq58.fl-row > .fl-row-content-wrap {padding-bottom:30px;}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-qbm4ihrwnygd.fl-row-default-height > .fl-row-content-wrap, .fl-node-qbm4ihrwnygd.fl-row-full-height > .fl-row-content-wrap, .fl-node-qbm4ihrwnygd.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-node-qbm4ihrwnygd > .fl-row-content-wrap {border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;}.fl-node-qbm4ihrwnygd.fl-row-fixed-width, .fl-node-qbm4ihrwnygd .fl-row-fixed-width {max-width: 1180px;} .fl-node-qbm4ihrwnygd > .fl-row-content-wrap {margin-top:-99px;margin-bottom:-50px;} .fl-node-qbm4ihrwnygd > .fl-row-content-wrap {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}@media ( max-width: 768px ) { .fl-node-qbm4ihrwnygd.fl-row > .fl-row-content-wrap {padding-bottom:30px;}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-7fytdbzmj9ch.fl-row-default-height > .fl-row-content-wrap, .fl-node-7fytdbzmj9ch.fl-row-full-height > .fl-row-content-wrap, .fl-node-7fytdbzmj9ch.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-7qm1f8jvchi5.fl-row-default-height > .fl-row-content-wrap, .fl-node-7qm1f8jvchi5.fl-row-full-height > .fl-row-content-wrap, .fl-node-7qm1f8jvchi5.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-node-7qm1f8jvchi5 > .fl-row-content-wrap {border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;}.fl-node-7qm1f8jvchi5.fl-row-fixed-width, .fl-node-7qm1f8jvchi5 .fl-row-fixed-width {max-width: 1180px;} .fl-node-7qm1f8jvchi5 > .fl-row-content-wrap {margin-bottom:-50px;} .fl-node-7qm1f8jvchi5 > .fl-row-content-wrap {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}@media ( max-width: 768px ) { .fl-node-7qm1f8jvchi5.fl-row > .fl-row-content-wrap {padding-bottom:30px;}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-g52e8qwzn436 > .fl-row-content-wrap {background-color: #f7fbff;border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;}.fl-node-g52e8qwzn436.fl-row-default-height > .fl-row-content-wrap, .fl-node-g52e8qwzn436.fl-row-full-height > .fl-row-content-wrap, .fl-node-g52e8qwzn436.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-node-g52e8qwzn436 .fl-row-content {max-width: 1180px;} .fl-node-g52e8qwzn436 > .fl-row-content-wrap {margin-top:-150px;margin-bottom:-120px;} .fl-node-g52e8qwzn436 > .fl-row-content-wrap {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}@media ( max-width: 768px ) { .fl-node-g52e8qwzn436.fl-row > .fl-row-content-wrap {padding-bottom:30px;}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-a6lqiu8vtw0b > .fl-row-content-wrap {background-color: #06163a;border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;}.fl-node-a6lqiu8vtw0b.fl-row-default-height > .fl-row-content-wrap, .fl-node-a6lqiu8vtw0b.fl-row-full-height > .fl-row-content-wrap, .fl-node-a6lqiu8vtw0b.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;}.fl-node-a6lqiu8vtw0b .fl-row-content {max-width: 1180px;} .fl-node-a6lqiu8vtw0b > .fl-row-content-wrap {margin-top:-120px;} .fl-node-a6lqiu8vtw0b > .fl-row-content-wrap {padding-top:0px;padding-right:0px;padding-left:0px;}@media ( max-width: 768px ) { .fl-node-a6lqiu8vtw0b.fl-row > .fl-row-content-wrap {padding-bottom:30px;}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-p7l8cqxft54s.fl-row-default-height > .fl-row-content-wrap, .fl-node-p7l8cqxft54s.fl-row-full-height > .fl-row-content-wrap, .fl-node-p7l8cqxft54s.fl-row-custom-height > .fl-row-content-wrap {align-items: center;justify-content: center;} .fl-node-p7l8cqxft54s > .fl-row-content-wrap {margin-top:-190px;}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-swd28yqj31a6 {width: 100%;}.fl-node-swd28yqj31a6 > .fl-col-content {background-color: #ffffff;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 0px 0px rgba(0,122,204,0.49);} .fl-node-swd28yqj31a6 > .fl-col-content {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.fl-node-f3lind8txjmy {width: 100%;}.fl-node-f3lind8txjmy > .fl-col-content {background-color: #ffffff;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 0px 0px rgba(0,122,204,0.49);} .fl-node-f3lind8txjmy > .fl-col-content {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.fl-node-nsc6rg7ea9vx {width: 100%;}.fl-node-nsc6rg7ea9vx > .fl-col-content {background-color: #ffffff;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 0px 0px rgba(0,122,204,0.49);} .fl-node-nsc6rg7ea9vx > .fl-col-content {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.fl-node-q7mn83roczet {width: 100%;}.fl-node-q7mn83roczet > .fl-col-content {background-color: #ffffff;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 0px 0px rgba(0,122,204,0.49);} .fl-node-q7mn83roczet > .fl-col-content {padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.fl-node-svjcyu6iopmh {width: 100%;}.fl-node-wv9mpu6qfsij {width: 100%;}.fl-node-ehz481nf79xb {width: 100%;}.fl-node-jr17ahdtvow9 {width: 100%;}.fl-node-f2r4ovbyt96d {width: 100%;}.fl-builder-content .fl-rich-text strong {font-weight: bold;}.fl-module.fl-rich-text p:last-child {margin-bottom: 0;}.fl-builder-edit .fl-module.fl-rich-text p:not(:has(~ *:not(.fl-block-overlay))) {margin-bottom: 0;} .fl-node-jdgfbk190cqw > .fl-module-content {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} .fl-node-3pxzuqws049j > .fl-module-content {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} .fl-node-6sy4ntpbvehg > .fl-module-content {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.fl-module-itbp-manifesto .fl-module-content {margin: 0 !important;}.itbp-manifesto-module,.itbp-manifesto-module * {box-sizing: border-box;}.itbp-manifesto-module {position: relative;width: 100vw;max-width: 100vw;margin-left: calc(50% - 50vw);overflow: hidden;padding: clamp(76px, 8vw, 124px) clamp(22px, 5vw, 72px);background-color: var(--itbp-mf-bg, #06163a) !important;background-image:radial-gradient(circle at 92% 3%, rgba(106, 187, 196, .23), transparent 30%),linear-gradient(145deg, var(--itbp-mf-bg, #06163a) 0%, #0a2148 56%, #0b2b55 100%) !important;color: #fff;font-family: Montserrat, Arial, sans-serif;}.itbp-manifesto-module__inner {position: relative;z-index: 2;width: min(1180px, 100%);margin: 0 auto;}.itbp-manifesto-module__orb {position: absolute;border-radius: 50%;pointer-events: none;}.itbp-manifesto-module__orb--one {width: 520px;height: 520px;right: -260px;top: -290px;border: 1px solid rgba(128, 214, 218, .23);}.itbp-manifesto-module__orb--two {width: 320px;height: 320px;left: -190px;bottom: -210px;background: rgba(38, 115, 184, .18);filter: blur(2px);}.itbp-manifesto-module__header {display: grid;grid-template-columns: minmax(0, 1.25fr) minmax(270px, .65fr);column-gap: 70px;align-items: end;margin-bottom: 48px;}.itbp-manifesto-module__kicker {grid-column: 1 / -1;display: flex;align-items: center;gap: 14px;margin-bottom: 22px;color: var(--itbp-mf-accent, #80d6da);font-size: 12px;line-height: 1;letter-spacing: .14em;text-transform: uppercase;}.itbp-manifesto-module__kicker span {display: grid;place-items: center;width: 40px;height: 40px;border: 1px solid var(--itbp-mf-accent, #80d6da);border-radius: 50%;color: var(--itbp-mf-accent, #80d6da) !important;font-weight: 700;}.itbp-manifesto-module__kicker strong {color: var(--itbp-mf-accent, #80d6da) !important;font-weight: 700;}.itbp-manifesto-module h2 {margin: 0 !important;color: #fff !important;font-size: clamp(44px, 5.3vw, 76px) !important;font-weight: 300 !important;line-height: 1.02 !important;letter-spacing: -.045em !important;}.itbp-manifesto-module h2 em {color: var(--itbp-mf-accent, #80d6da) !important;font-style: normal !important;}.itbp-manifesto-module__intro {max-width: 410px;margin: 0 0 6px !important;color: #bfc9dc !important;font-size: 17px !important;line-height: 1.65 !important;}.itbp-manifesto-module__grid {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 17px;}.itbp-manifesto-module__card {position: relative;min-height: 218px;margin: 0;padding: 25px 24px 24px;border: 1px solid rgba(255, 255, 255, .16);border-radius: 22px;background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);transition: transform .25s ease, border-color .25s ease, background .25s ease;}.itbp-manifesto-module__card--wide {grid-column: span 2;}.itbp-manifesto-module__card:hover {transform: translateY(-5px);border-color: rgba(128, 214, 218, .55);background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));}.itbp-manifesto-module__number {display: inline-flex;align-items: center;justify-content: center;min-width: 34px;height: 27px;padding: 0 9px;border-radius: 999px;background: rgba(128, 214, 218, .11);color: var(--itbp-mf-accent, #80d6da) !important;font-size: 11px !important;font-weight: 700;letter-spacing: .08em;}.itbp-manifesto-module h3 {margin: 30px 0 10px !important;color: #fff !important;font-size: 17px !important;font-weight: 650 !important;line-height: 1.3 !important;letter-spacing: -.01em !important;}.itbp-manifesto-module__card p {margin: 0 !important;color: #bfc9dc !important;font-size: 13px !important;line-height: 1.65 !important;}.itbp-manifesto-module blockquote {position: relative;max-width: 1040px;margin: 52px 0 0 !important;padding: 4px 0 4px 34px !important;border: 0 !important;border-left: 3px solid #6abbc4 !important;background: none !important;color: #fff !important;font-size: clamp(22px, 2.8vw, 36px) !important;font-weight: 300 !important;line-height: 1.38 !important;letter-spacing: -.025em !important;}.itbp-manifesto-module blockquote > span {position: absolute;left: 13px;top: -12px;color: var(--itbp-mf-accent, #80d6da);font-size: 42px;font-weight: 300;opacity: .7;}@media (max-width: 1020px) {.itbp-manifesto-module__header {grid-template-columns: 1fr;row-gap: 25px;}.itbp-manifesto-module__grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.itbp-manifesto-module__card {min-height: 205px;}}@media (max-width: 680px) {.itbp-manifesto-module {padding: 72px 18px;}.itbp-manifesto-module__header {margin-bottom: 34px;}.itbp-manifesto-module h2 {font-size: 42px !important;}.itbp-manifesto-module__intro {font-size: 15px !important;}.itbp-manifesto-module__grid {grid-template-columns: 1fr;}.itbp-manifesto-module__card,.itbp-manifesto-module__card--wide {grid-column: auto;min-height: 0;padding: 23px;}.itbp-manifesto-module blockquote {margin-top: 38px !important;padding-left: 24px !important;font-size: 23px !important;}}.fl-module-itbp-promesse .fl-module-content {margin: 0 !important;}.itbp-promesse-module,.itbp-promesse-module * {box-sizing: border-box;}.itbp-promesse-module {position: relative;width: 100vw;max-width: 100vw;margin-left: calc(50% - 50vw);overflow: hidden;padding: clamp(76px, 8vw, 124px) clamp(22px, 5vw, 72px);background-color: var(--itbp-pr-bg, #ecf4fe) !important;background-image:radial-gradient(circle at 91% 8%, rgba(128, 214, 218, .24), transparent 29%),radial-gradient(circle at 5% 92%, rgba(38, 115, 184, .11), transparent 27%),linear-gradient(135deg, rgba(255, 255, 255, .8) 0%, var(--itbp-pr-bg, #ecf4fe) 54%, #e5f4f6 100%) !important;color: var(--itbp-pr-navy, #06163a) !important;font-family: Montserrat, Arial, sans-serif;}.itbp-promesse-module__inner {position: relative;z-index: 2;width: min(1180px, 100%);margin: 0 auto;}.itbp-promesse-module__orb {position: absolute;border-radius: 50%;pointer-events: none;}.itbp-promesse-module__orb--one {width: 520px;height: 520px;right: -315px;top: -320px;border: 1px solid rgba(38, 115, 184, .16);}.itbp-promesse-module__orb--two {width: 300px;height: 300px;left: -190px;bottom: -205px;background: rgba(128, 214, 218, .16);}.itbp-promesse-module__header {margin-bottom: clamp(38px, 5vw, 58px);}.itbp-promesse-module__kicker {display: flex;align-items: center;gap: 14px;margin-bottom: 24px;color: var(--itbp-pr-blue, #2673b8) !important;font-size: 12px !important;line-height: 1 !important;letter-spacing: .14em !important;text-transform: uppercase;}.itbp-promesse-module__kicker span {display: grid;place-items: center;width: 40px;height: 40px;border: 1px solid var(--itbp-pr-blue, #2673b8);border-radius: 50%;color: var(--itbp-pr-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;}.itbp-promesse-module__kicker strong {color: var(--itbp-pr-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;}.itbp-promesse-module__heading {display: grid;grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr);column-gap: clamp(40px, 7vw, 96px);align-items: end;}.itbp-promesse-module h2 {max-width: 870px;margin: 0 !important;color: var(--itbp-pr-navy, #06163a) !important;font-size: clamp(43px, 5.15vw, 74px) !important;font-weight: 300 !important;line-height: 1.03 !important;letter-spacing: -.045em !important;text-transform: none !important;}.itbp-promesse-module h2 em {color: var(--itbp-pr-blue, #2673b8) !important;font-style: normal !important;font-weight: 500 !important;}.itbp-promesse-module__intro {max-width: 400px;margin: 0 0 5px !important;color: #53627b !important;font-size: 16px !important;font-weight: 400 !important;line-height: 1.7 !important;}.itbp-promesse-module__prism {position: relative;overflow: hidden;border: 1px solid rgba(6, 22, 58, .08);border-radius: 28px;background: #fff !important;box-shadow: 0 24px 75px rgba(23, 67, 112, .14);}.itbp-promesse-module__prism::before {content: "";position: absolute;z-index: 3;top: 0;left: 0;width: 100%;height: 5px;background: linear-gradient(90deg, var(--itbp-pr-blue, #2673b8) 0%, #2f88bb 50%, var(--itbp-pr-accent, #80d6da) 100%);}.itbp-promesse-module__pillars {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));}.itbp-promesse-module__pillar {display: flex;min-height: 342px;flex-direction: column;margin: 0;padding: clamp(34px, 4vw, 52px) clamp(28px, 3.8vw, 48px) 38px;border: 0;background: #fff !important;}.itbp-promesse-module__pillar + .itbp-promesse-module__pillar {border-left: 1px solid #e4eaf2;}.itbp-promesse-module__number {display: inline-flex;width: max-content;min-width: 39px;height: 29px;align-items: center;justify-content: center;padding: 0 10px;border-radius: 999px;background: #edf5fb !important;color: var(--itbp-pr-blue, #2673b8) !important;font-size: 11px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .08em !important;}.itbp-promesse-module__pillar h3 {margin: 32px 0 15px !important;color: var(--itbp-pr-navy, #06163a) !important;font-size: clamp(20px, 2vw, 26px) !important;font-weight: 650 !important;line-height: 1.2 !important;letter-spacing: -.025em !important;text-transform: none !important;}.itbp-promesse-module__pillar p {margin: 0 0 29px !important;color: #5a687e !important;font-size: 14px !important;font-weight: 400 !important;line-height: 1.75 !important;}.itbp-promesse-module__outcome {display: inline-flex;width: max-content;max-width: 100%;align-items: center;margin-top: auto;padding-top: 18px;border-top: 1px solid #e5eaf1;color: var(--itbp-pr-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1.35 !important;letter-spacing: .045em !important;text-transform: uppercase;}.itbp-promesse-module__measure {display: grid;grid-template-columns: auto 1fr;gap: 22px 28px;align-items: center;padding: 27px clamp(28px, 4vw, 48px);background-color: var(--itbp-pr-navy, #06163a) !important;background-image: linear-gradient(105deg, var(--itbp-pr-navy, #06163a) 0%, #0a2854 60%, #164e70 100%) !important;}.itbp-promesse-module__measure-label {color: var(--itbp-pr-accent, #80d6da) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1.2 !important;letter-spacing: .13em !important;text-transform: uppercase;white-space: nowrap;}.itbp-promesse-module__kpis {display: flex;flex-wrap: wrap;gap: 9px;justify-content: flex-end;}.itbp-promesse-module__kpis span {display: inline-flex;min-height: 35px;align-items: center;justify-content: center;padding: 8px 15px;border: 1px solid rgba(255, 255, 255, .24);border-radius: 999px;background: rgba(255, 255, 255, .055) !important;color: #fff !important;font-size: 11px !important;font-weight: 600 !important;line-height: 1.1 !important;letter-spacing: .015em !important;}@media (max-width: 1020px) {.itbp-promesse-module__heading {grid-template-columns: 1fr;row-gap: 24px;}.itbp-promesse-module__intro {max-width: 650px;}.itbp-promesse-module__pillars {grid-template-columns: 1fr;}.itbp-promesse-module__pillar {min-height: 0;}.itbp-promesse-module__pillar + .itbp-promesse-module__pillar {border-top: 1px solid #e4eaf2;border-left: 0;}.itbp-promesse-module__measure {grid-template-columns: 1fr;}.itbp-promesse-module__kpis {justify-content: flex-start;}}@media (max-width: 680px) {.itbp-promesse-module {padding: 72px 18px;}.itbp-promesse-module h2 {font-size: 41px !important;}.itbp-promesse-module__intro {font-size: 15px !important;}.itbp-promesse-module__prism {border-radius: 22px;}.itbp-promesse-module__pillar {padding: 31px 25px 29px;}.itbp-promesse-module__pillar h3 {margin-top: 24px !important;}.itbp-promesse-module__measure {padding: 26px 24px 29px;}.itbp-promesse-module__kpis span {padding-right: 12px;padding-left: 12px;}}.fl-module-itbp-methode .fl-module-content {margin: 0 !important;}.itbp-methode-module,.itbp-methode-module * {box-sizing: border-box;}.itbp-methode-module {position: relative;width: 100vw;max-width: 100vw;margin-left: calc(50% - 50vw);overflow: hidden;padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);background-color: var(--itbp-method-bg, #f7fbff) !important;background-image:radial-gradient(circle at 94% 4%, color-mix(in srgb, var(--itbp-method-teal, #80d6da) 32%, transparent), transparent 29%),radial-gradient(circle at 0 100%, color-mix(in srgb, var(--itbp-method-blue, #2673b8) 8%, transparent), transparent 25%),linear-gradient(135deg, #fff 0%, var(--itbp-method-bg, #f7fbff) 60%, #ecf4fe 100%) !important;color: var(--itbp-method-navy, #06163a) !important;font-family: Montserrat, Arial, sans-serif;}@supports not (color: color-mix(in srgb, white, black)) {.itbp-methode-module {background-image:radial-gradient(circle at 94% 4%, rgba(128, 214, 218, .32), transparent 29%),radial-gradient(circle at 0 100%, rgba(38, 115, 184, .08), transparent 25%),linear-gradient(135deg, #fff 0%, var(--itbp-method-bg, #f7fbff) 60%, #ecf4fe 100%) !important;}}.itbp-methode-module__inner {position: relative;z-index: 2;width: min(1180px, 100%);margin: 0 auto;}.itbp-methode-module__orb {position: absolute;border-radius: 50%;pointer-events: none;}.itbp-methode-module__orb--one {width: 430px;height: 430px;right: -190px;top: -175px;border: 1px solid rgba(38, 115, 184, .11);box-shadow: inset 0 0 0 66px rgba(128, 214, 218, .055);}.itbp-methode-module__orb--two {width: 320px;height: 320px;left: -220px;bottom: -150px;background: rgba(38, 115, 184, .045);}.itbp-methode-module__kicker {display: flex;align-items: center;gap: 13px;margin-bottom: 25px;color: var(--itbp-method-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .14em !important;text-transform: uppercase;}.itbp-methode-module__kicker span {display: grid;width: 40px;height: 40px;flex: 0 0 40px;place-items: center;border: 1px solid #6abbc4;border-radius: 50%;color: var(--itbp-method-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;letter-spacing: 0 !important;}.itbp-methode-module__kicker strong {color: var(--itbp-method-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;}.itbp-methode-module__heading {display: grid;grid-template-columns: minmax(0, 1fr) minmax(245px, 310px);gap: clamp(30px, 5vw, 72px);align-items: end;margin-bottom: 34px;}.itbp-methode-module h2 {margin: 0 !important;color: var(--itbp-method-navy, #06163a) !important;font-size: clamp(45px, 5.4vw, 72px) !important;font-weight: 300 !important;line-height: .99 !important;letter-spacing: -.047em !important;text-transform: none !important;}.itbp-methode-module h2 span,.itbp-methode-module h2 em {display: block;border: 0 !important;text-decoration: none !important;box-shadow: none !important;}.itbp-methode-module h2 em {margin-top: 7px;color: var(--itbp-method-blue, #2673b8) !important;font-style: normal !important;font-weight: 400 !important;}.itbp-methode-module h2 em::before,.itbp-methode-module h2 em::after {display: none !important;content: none !important;}.itbp-methode-module__intro {max-width: 735px;margin: 23px 0 0 !important;color: #536177 !important;font-size: 15px !important;font-weight: 400 !important;line-height: 1.7 !important;}.itbp-methode-module__status {position: relative;min-height: 142px;overflow: hidden;padding: 24px 26px;border: 2px solid transparent;border-radius: 25px;background:linear-gradient(#fff, #fff) padding-box,linear-gradient(135deg, rgba(38, 115, 184, .34), rgba(128, 214, 218, .72), rgba(38, 115, 184, .16)) border-box !important;box-shadow: 0 14px 34px rgba(23, 67, 112, .10);}.itbp-methode-module__status::after {content: "";position: absolute;width: 120px;height: 120px;right: -64px;top: -66px;border-radius: 50%;background: rgba(128, 214, 218, .13);pointer-events: none;}.itbp-methode-module__status > * {position: relative;z-index: 1;}.itbp-methode-module__status.is-changing {animation: itbp-method-status-change .34s ease both;}@keyframes itbp-method-status-change {0% {transform: translateY(0);box-shadow: 0 14px 34px rgba(23, 67, 112, .10);}45% {transform: translateY(-3px);box-shadow: 0 19px 40px rgba(23, 67, 112, .15);}100% {transform: translateY(0);box-shadow: 0 14px 34px rgba(23, 67, 112, .10);}}.itbp-methode-module__status small {display: block;margin-bottom: 13px;color: var(--itbp-method-blue, #2673b8) !important;font-size: 10px !important;font-weight: 700 !important;line-height: 1.4 !important;letter-spacing: .13em !important;text-transform: uppercase;}.itbp-methode-module__status strong {display: block;margin-bottom: 8px;color: var(--itbp-method-navy, #06163a) !important;font-size: 21px !important;font-weight: 700 !important;line-height: 1.2 !important;}.itbp-methode-module__status span {display: block;color: #657389 !important;font-size: 12px !important;font-weight: 400 !important;line-height: 1.55 !important;}.itbp-methode-module__surface {position: relative;padding: 34px 18px 22px;border: 2px solid transparent;border-radius: 29px;background:linear-gradient(#fff, #fff) padding-box,linear-gradient(115deg, rgba(38, 115, 184, .27), rgba(128, 214, 218, .67) 48%, rgba(38, 115, 184, .14)) border-box !important;box-shadow: 0 19px 46px rgba(23, 67, 112, .105);}.itbp-methode-module__track {position: absolute;top: 136px;left: 10%;width: 80%;height: 4px;border-radius: 999px;background: #d8e9ef;pointer-events: none;}.itbp-methode-module__progress {width: var(--itbp-method-progress, 100%);height: 100%;border-radius: inherit;background: linear-gradient(90deg, var(--itbp-method-blue, #2673b8), var(--itbp-method-teal, #80d6da));box-shadow: 0 0 0 4px rgba(128, 214, 218, .10);transition: width .42s cubic-bezier(.22, .8, .25, 1);}.itbp-methode-module__stages {position: relative;z-index: 2;display: grid;grid-template-columns: repeat(5, minmax(0, 1fr));}.itbp-methode-module__stage {min-width: 0;padding: 0 8px 16px !important;border: 0 !important;border-radius: 0 !important;outline-offset: 5px;background: transparent !important;box-shadow: none !important;color: var(--itbp-method-navy, #06163a) !important;font-family: inherit !important;text-align: center;cursor: pointer;-webkit-appearance: none;appearance: none;transition: transform .28s ease;}.itbp-methode-module__stage:hover,.itbp-methode-module__stage.is-active {transform: translateY(-7px);}.itbp-methode-module__stage:focus-visible {outline: 2px solid var(--itbp-method-blue, #2673b8);}.itbp-methode-module__stage-label {display: block;min-height: 28px;color: var(--itbp-method-blue, #2673b8) !important;font-size: 10px !important;font-weight: 700 !important;line-height: 1.35 !important;letter-spacing: .11em !important;text-transform: uppercase;}.itbp-methode-module__stage-title {display: block;min-height: 46px;color: var(--itbp-method-navy, #06163a) !important;font-size: clamp(15px, 1.85vw, 22px) !important;font-weight: 700 !important;line-height: 1.25 !important;transition: color .24s ease;}.itbp-methode-module__node {position: relative;display: grid;width: 58px;height: 58px;margin: 12px auto 23px;place-items: center;border: 2px solid #3c98bd;border-radius: 50%;background: #fff !important;color: var(--itbp-method-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1 !important;box-shadow: 0 0 0 0 rgba(128, 214, 218, 0);transition: color .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;}.itbp-methode-module__stage.is-reached .itbp-methode-module__node {border-color: #52afc4;box-shadow: 0 0 0 7px rgba(128, 214, 218, .12);}.itbp-methode-module__stage.is-active .itbp-methode-module__node,.itbp-methode-module__stage:hover .itbp-methode-module__node,.itbp-methode-module__stage:focus-visible .itbp-methode-module__node {border-color: transparent;background: linear-gradient(135deg, var(--itbp-method-blue, #2673b8), #6abbc4) !important;color: #fff !important;transform: scale(1.1);box-shadow: 0 11px 25px rgba(38, 115, 184, .24), 0 0 0 8px rgba(128, 214, 218, .15);}.itbp-methode-module__stage.is-active .itbp-methode-module__stage-title,.itbp-methode-module__stage:hover .itbp-methode-module__stage-title,.itbp-methode-module__stage:focus-visible .itbp-methode-module__stage-title {color: var(--itbp-method-blue, #2673b8) !important;}.itbp-methode-module__stage-copy {display: block;color: #5f6c80 !important;font-size: 12px !important;font-weight: 400 !important;line-height: 1.55 !important;}.itbp-methode-module__scale {display: flex;align-items: center;gap: 10px;margin-top: 13px;color: var(--itbp-method-blue, #2673b8) !important;font-size: 10px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .15em !important;text-transform: uppercase;}.itbp-methode-module__scale i {height: 1px;flex: 1;background: #e0e9ef;}.itbp-methode-module__loop {display: flex;min-height: 74px;align-items: center;gap: 20px;margin-top: 23px;padding: 18px 25px;border-radius: 25px;background: linear-gradient(90deg, var(--itbp-method-navy, #06163a), #0b2b55 65%, #164e70) !important;box-shadow: 0 15px 34px rgba(6, 22, 58, .17);color: #fff !important;}.itbp-methode-module__loop strong {flex: 0 0 auto;color: var(--itbp-method-teal, #80d6da) !important;font-size: 10px !important;font-weight: 700 !important;line-height: 1.3 !important;letter-spacing: .13em !important;text-transform: uppercase;white-space: nowrap;}.itbp-methode-module__loop span {min-width: 0;color: #fff !important;font-size: clamp(10px, 1.08vw, 13px) !important;font-weight: 700 !important;line-height: 1.45 !important;white-space: nowrap;}.itbp-methode-module__loop em {margin-left: 4px;color: var(--itbp-method-teal, #80d6da) !important;font-style: normal !important;font-weight: 700 !important;}@media (max-width: 1000px) {.itbp-methode-module__loop {align-items: flex-start;flex-direction: column;gap: 8px;}.itbp-methode-module__loop span {white-space: normal;}}@media (max-width: 760px) {.itbp-methode-module {padding: 72px 20px 74px;}.itbp-methode-module__heading {grid-template-columns: 1fr;}.itbp-methode-module__status {min-height: 0;}.itbp-methode-module__surface {padding: 29px 20px;}.itbp-methode-module__track {top: 72px;bottom: 72px;left: 48px;width: 4px;height: auto;}.itbp-methode-module__progress {width: 100%;height: var(--itbp-method-progress, 100%);background: linear-gradient(180deg, var(--itbp-method-blue, #2673b8), var(--itbp-method-teal, #80d6da));transition: height .42s cubic-bezier(.22, .8, .25, 1);}.itbp-methode-module__stages {grid-template-columns: 1fr;gap: 8px;}.itbp-methode-module__stage {display: grid;grid-template-columns: 60px minmax(0, 1fr);column-gap: 18px;align-items: center;padding: 9px 0 !important;text-align: left;}.itbp-methode-module__stage:hover,.itbp-methode-module__stage.is-active {transform: translateX(5px);}.itbp-methode-module__stage-label,.itbp-methode-module__stage-title,.itbp-methode-module__stage-copy {grid-column: 2;}.itbp-methode-module__stage-label,.itbp-methode-module__stage-title {min-height: 0;}.itbp-methode-module__node {grid-column: 1;grid-row: 1 / span 3;margin: 0;}.itbp-methode-module__scale {display: none;}}@media (max-width: 480px) {.itbp-methode-module h2 {font-size: clamp(39px, 13vw, 54px) !important;}.itbp-methode-module__surface {padding-right: 15px;padding-left: 15px;}.itbp-methode-module__track {left: 43px;}.itbp-methode-module__stage {grid-template-columns: 56px minmax(0, 1fr);column-gap: 14px;}.itbp-methode-module__node {width: 54px;height: 54px;}}@media (prefers-reduced-motion: reduce) {.itbp-methode-module__stage,.itbp-methode-module__node,.itbp-methode-module__progress,.itbp-methode-module__status {animation: none !important;transition: none !important;}}.fl-module-itbp-edito .fl-module-content {margin: 0 !important;}.itbp-edito-module,.itbp-edito-module * {box-sizing: border-box;}.itbp-edito-module {position: relative;width: 100vw;max-width: 100vw;margin-left: calc(50% - 50vw);overflow: hidden;padding: clamp(76px, 7.5vw, 118px) clamp(22px, 5vw, 72px) clamp(74px, 7vw, 108px);background-color: var(--itbp-ed-bg, #f7fbff) !important;background-image:radial-gradient(circle at 94% 2%, rgba(128, 214, 218, .30), transparent 28%),radial-gradient(circle at 1% 100%, rgba(38, 115, 184, .08), transparent 25%),linear-gradient(135deg, #fff 0%, var(--itbp-ed-bg, #f7fbff) 61%, #ecf4fe 100%) !important;color: var(--itbp-ed-navy, #06163a) !important;font-family: Montserrat, Arial, sans-serif;}.itbp-edito-module__inner {position: relative;z-index: 2;width: min(1180px, 100%);margin: 0 auto;}.itbp-edito-module__orb {position: absolute;border-radius: 50%;pointer-events: none;}.itbp-edito-module__orb--one {width: 440px;height: 440px;right: -180px;top: 150px;border: 1px solid rgba(38, 115, 184, .12);box-shadow: inset 0 0 0 64px rgba(128, 214, 218, .06);}.itbp-edito-module__orb--two {width: 340px;height: 340px;left: -220px;bottom: -170px;background: rgba(38, 115, 184, .055);}.itbp-edito-module__kicker {display: flex;align-items: center;gap: 14px;margin-bottom: 27px;color: var(--itbp-ed-blue, #2673b8) !important;font-size: 12px !important;line-height: 1 !important;letter-spacing: .14em !important;text-transform: uppercase;}.itbp-edito-module__kicker span {display: grid;place-items: center;width: 40px;height: 40px;flex: 0 0 40px;border: 1px solid #6abbc4;border-radius: 50%;color: var(--itbp-ed-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;}.itbp-edito-module__kicker strong {color: var(--itbp-ed-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;white-space: nowrap;}.itbp-edito-module__kicker i {display: block;width: 46px;height: 2px;margin: 0 7px;background: var(--itbp-ed-accent, #80d6da);}.itbp-edito-module__kicker small {color: #64728a !important;font-size: 11px !important;font-style: normal !important;font-weight: 700 !important;letter-spacing: .13em !important;}.itbp-edito-module__layout {display: grid;grid-template-columns: minmax(0, 1fr) minmax(325px, 380px);gap: clamp(46px, 6.5vw, 94px);align-items: start;}.itbp-edito-module h2 {margin: 0 0 48px !important;color: var(--itbp-ed-navy, #06163a) !important;font-size: clamp(45px, 5.05vw, 72px) !important;font-weight: 300 !important;line-height: 1.01 !important;letter-spacing: -.045em !important;text-transform: none !important;}.itbp-edito-module h2 span,.itbp-edito-module h2 em {display: block;border: 0 !important;text-decoration: none !important;}.itbp-edito-module h2 em {margin-top: 8px;color: var(--itbp-ed-blue, #2673b8) !important;font-style: normal !important;font-weight: 400 !important;box-shadow: none !important;}.itbp-edito-module h2 em::before,.itbp-edito-module h2 em::after {display: none !important;content: none !important;}.itbp-edito-module__intro {max-width: 790px;margin: 0 0 25px !important;color: #39465a !important;font-size: 19px !important;font-weight: 400 !important;line-height: 1.65 !important;}.itbp-edito-module__detail {max-width: 800px;margin: 0 0 38px !important;color: #677487 !important;font-size: 15px !important;font-weight: 400 !important;line-height: 1.75 !important;}.itbp-edito-module__signature {position: relative;overflow: hidden;min-height: 365px;margin: 2px 0 0;padding: 42px 42px 38px 48px;border: 1px solid #d5e5ee;border-radius: 34px;background: linear-gradient(145deg, #fff 0%, #eaf7f8 100%) !important;box-shadow: 0 22px 55px rgba(23, 67, 112, .13);}.itbp-edito-module__signature::before {content: "";position: absolute;top: 0;bottom: 0;left: 0;width: 7px;background: linear-gradient(180deg, var(--itbp-ed-blue, #2673b8), var(--itbp-ed-accent, #80d6da));}.itbp-edito-module__signature::after {content: "";position: absolute;width: 240px;height: 240px;right: -105px;top: 75px;border: 1px solid rgba(38, 115, 184, .13);border-radius: 50%;box-shadow: inset 0 0 0 42px rgba(128, 214, 218, .065);}.itbp-edito-module__signature > * {position: relative;z-index: 2;}.itbp-edito-module__signature > strong {display: block;margin-bottom: 11px;color: var(--itbp-ed-blue, #2673b8) !important;font-size: 11px !important;font-weight: 700 !important;line-height: 1.3 !important;letter-spacing: .14em !important;text-transform: uppercase;}.itbp-edito-module__quote-mark {display: block;height: 62px;color: var(--itbp-ed-accent, #80d6da) !important;font-size: 78px !important;font-weight: 300 !important;line-height: 1 !important;opacity: .7;}.itbp-edito-module__signature p {max-width: 275px;margin: 0 0 22px !important;color: var(--itbp-ed-navy, #06163a) !important;font-size: 21px !important;font-weight: 700 !important;line-height: 1.45 !important;}.itbp-edito-module__signature .itbp-edito-module__quote-accent {color: var(--itbp-ed-blue, #2673b8) !important;}.itbp-edito-module__signature small {display: block;margin-top: 31px;color: #617088 !important;font-size: 10px !important;font-weight: 700 !important;line-height: 1.4 !important;letter-spacing: .13em !important;}.itbp-edito-module__chain-label {display: block;margin-bottom: 17px;color: var(--itbp-ed-blue, #2673b8) !important;font-size: 11px !important;font-weight: 700 !important;line-height: 1.2 !important;letter-spacing: .14em !important;text-transform: uppercase;}.itbp-edito-module__chain-flow {display: flex;flex-wrap: wrap;gap: 9px;align-items: center;}.itbp-edito-module__chain-flow span {display: inline-flex;min-height: 38px;align-items: center;justify-content: center;padding: 8px 17px;border: 1px solid #d3e2ee;border-radius: 999px;background: #fff !important;color: var(--itbp-ed-navy, #06163a) !important;font-size: 10px !important;font-weight: 700 !important;line-height: 1.1 !important;text-transform: uppercase;}.itbp-edito-module__chain-flow b {color: #6abbc4 !important;font-size: 13px !important;font-weight: 700 !important;}.itbp-edito-module__chain-flow .itbp-edito-module__chain-arrow {color: var(--itbp-ed-blue, #2673b8) !important;}.itbp-edito-module__chain-flow .itbp-edito-module__chain-result {border-color: var(--itbp-ed-accent, #80d6da);background: rgba(128, 214, 218, .13) !important;color: var(--itbp-ed-blue, #2673b8) !important;}.itbp-edito-module__offers {margin: 28px 0 0 !important;color: var(--itbp-ed-blue, #2673b8) !important;font-size: 13px !important;font-weight: 700 !important;line-height: 1.5 !important;letter-spacing: .03em !important;}.itbp-edito-module__actions {display: flex;flex-wrap: wrap;gap: 14px;margin-top: 25px;}.itbp-edito-module__button {display: inline-flex;min-height: 56px;align-items: center;justify-content: center;padding: 14px 25px;border-radius: 999px;font-size: 13px !important;font-weight: 700 !important;line-height: 1.25 !important;text-decoration: none !important;transition: transform .2s ease, box-shadow .2s ease, background .2s ease;}.itbp-edito-module__button:hover {transform: translateY(-2px);}.itbp-edito-module__button--primary {border: 1px solid transparent;background: linear-gradient(90deg, var(--itbp-ed-blue, #2673b8), #2e8bb8) !important;box-shadow: 0 13px 27px rgba(38, 115, 184, .22);color: #fff !important;}.itbp-edito-module__button--secondary {border: 1px solid #a9cae5;background: #fff !important;color: var(--itbp-ed-navy, #06163a) !important;}.itbp-edito-module__button--secondary:hover {background: #f0f7fd !important;}.itbp-edito-module__stats {position: relative;display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));margin-top: 63px;overflow: hidden;border: 1px solid #dce6ef;border-radius: 28px;background: #fff !important;box-shadow: 0 17px 42px rgba(23, 67, 112, .10);}.itbp-edito-module__stats::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 4px;background: linear-gradient(90deg, var(--itbp-ed-blue, #2673b8), var(--itbp-ed-accent, #80d6da));}.itbp-edito-module__stat {min-width: 0;padding: 37px 30px 33px;}.itbp-edito-module__stat + .itbp-edito-module__stat {border-left: 1px solid #dce6ef;}.itbp-edito-module__stat strong {display: block;margin-bottom: 11px;color: var(--itbp-ed-blue, #2673b8) !important;font-size: clamp(28px, 2.6vw, 38px) !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: -.025em !important;}.itbp-edito-module__stat span {display: block;color: #566376 !important;font-size: 13px !important;font-weight: 400 !important;line-height: 1.45 !important;}@media (max-width: 1080px) {.itbp-edito-module__layout {grid-template-columns: 1fr;}.itbp-edito-module__signature {max-width: 620px;min-height: 0;}.itbp-edito-module__stats {grid-template-columns: repeat(2, minmax(0, 1fr));}.itbp-edito-module__stat:nth-child(3) {border-top: 1px solid #dce6ef;border-left: 0;}.itbp-edito-module__stat:nth-child(4) {border-top: 1px solid #dce6ef;}}@media (max-width: 720px) {.itbp-edito-module {padding: 72px 18px;}.itbp-edito-module__kicker {flex-wrap: wrap;}.itbp-edito-module__kicker i {display: none;}.itbp-edito-module__kicker small {width: 100%;padding-left: 54px;line-height: 1.5 !important;}.itbp-edito-module h2 {margin-bottom: 34px !important;font-size: 41px !important;}.itbp-edito-module__intro {font-size: 17px !important;}.itbp-edito-module__signature {padding: 34px 27px 31px 34px;border-radius: 25px;}.itbp-edito-module__actions {flex-direction: column;}.itbp-edito-module__button {width: 100%;}.itbp-edito-module__stats {grid-template-columns: 1fr;border-radius: 22px;}.itbp-edito-module__stat {padding: 29px 25px;}.itbp-edito-module__stat + .itbp-edito-module__stat {border-top: 1px solid #dce6ef;border-left: 0;}}.fl-module-itbp-expertises .fl-module-content {margin: 0 !important;}.itbp-expertises-module,.itbp-expertises-module * {box-sizing: border-box;}.itbp-expertises-module {position: relative;isolation: isolate;width: 100vw;max-width: 100vw;margin-left: calc(50% - 50vw);overflow: hidden;padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);background-color: var(--itbp-expertises-bg, #f7fbff) !important;background-image:radial-gradient(circle at 88% 13%, color-mix(in srgb, var(--itbp-expertises-teal, #6abbc4) 30%, transparent) 0, color-mix(in srgb, var(--itbp-expertises-teal, #6abbc4) 8%, transparent) 19%, transparent 38%),radial-gradient(circle at 3% 93%, color-mix(in srgb, var(--itbp-expertises-blue, #2673b8) 18%, transparent) 0, color-mix(in srgb, var(--itbp-expertises-blue, #2673b8) 4%, transparent) 24%, transparent 42%),linear-gradient(142deg, var(--itbp-expertises-bg, #f7fbff) 0%, #ecf4fe 44%, var(--itbp-expertises-bg-end, #e0f1f6) 100%) !important;color: var(--itbp-expertises-navy, #06163a) !important;font-family: Montserrat, Arial, sans-serif;}@supports not (color: color-mix(in srgb, white, black)) {.itbp-expertises-module {background-image:radial-gradient(circle at 88% 13%, rgba(106, 187, 196, .30) 0, rgba(106, 187, 196, .08) 19%, transparent 38%),radial-gradient(circle at 3% 93%, rgba(38, 115, 184, .18) 0, rgba(38, 115, 184, .04) 24%, transparent 42%),linear-gradient(142deg, var(--itbp-expertises-bg, #f7fbff) 0%, #ecf4fe 44%, var(--itbp-expertises-bg-end, #e0f1f6) 100%) !important;}}.itbp-expertises-module__inner {position: relative;z-index: 2;width: min(1180px, 100%);margin: 0 auto;}.itbp-expertises-module__orb {position: absolute;z-index: 1;border-radius: 50%;pointer-events: none;}.itbp-expertises-module__orb--one {top: -205px;right: -135px;width: 480px;height: 480px;border: 1px solid rgba(38, 115, 184, .14);box-shadow: 0 0 0 68px rgba(255, 255, 255, .16), 0 0 0 136px rgba(106, 187, 196, .07);}.itbp-expertises-module__orb--two {bottom: -220px;left: -160px;width: 390px;height: 390px;background: rgba(38, 115, 184, .045);}.itbp-expertises-module__kicker {display: flex;align-items: center;gap: 13px;margin-bottom: 27px;color: var(--itbp-expertises-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .14em !important;text-transform: uppercase;}.itbp-expertises-module__kicker span {display: grid;width: 40px;height: 40px;flex: 0 0 40px;place-items: center;border: 1px solid var(--itbp-expertises-teal, #6abbc4);border-radius: 50%;background: rgba(255, 255, 255, .36);color: var(--itbp-expertises-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;letter-spacing: 0 !important;}.itbp-expertises-module__kicker strong {color: var(--itbp-expertises-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;}.itbp-expertises-module h2 {max-width: 850px;margin: 0 0 clamp(39px, 4.2vw, 58px) !important;color: var(--itbp-expertises-navy, #06163a) !important;font-size: clamp(45px, 5.4vw, 72px) !important;font-weight: 300 !important;line-height: 1.02 !important;letter-spacing: -.047em !important;text-transform: none !important;}.itbp-expertises-module h2 span,.itbp-expertises-module h2 em {display: block;border: 0 !important;text-decoration: none !important;box-shadow: none !important;}.itbp-expertises-module h2 em {margin-top: 7px;color: var(--itbp-expertises-blue, #2673b8) !important;font-style: normal !important;font-weight: 400 !important;}.itbp-expertises-module h2 em::before,.itbp-expertises-module h2 em::after {display: none !important;content: none !important;}.itbp-expertises-module__grid {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 20px;}.itbp-expertises-module__card {position: relative;overflow: hidden;min-height: 258px;margin: 0 !important;padding: 28px 27px 30px !important;border: 1px solid rgba(87, 150, 202, .20) !important;border-radius: 23px !important;background: rgba(255, 255, 255, .74) !important;box-shadow: 0 14px 38px rgba(6, 22, 58, .075);transform: translateY(0);transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, opacity .55s ease;}.itbp-expertises-module__card::before {content: "";position: absolute;top: 0;left: 27px;width: 46px;height: 3px;border-radius: 0 0 3px 3px;background: linear-gradient(90deg, var(--itbp-expertises-blue, #2673b8), var(--itbp-expertises-teal, #6abbc4));transition: width .32s ease, background .28s ease;}.itbp-expertises-module__card::after {content: "";position: absolute;right: -90px;bottom: -110px;width: 230px;height: 230px;border-radius: 50%;background: rgba(255, 255, 255, .12);transform: scale(.7);opacity: 0;pointer-events: none;transition: transform .38s ease, opacity .28s ease;}.itbp-expertises-module__card:hover {z-index: 2;border-color: rgba(255, 255, 255, .50) !important;background: linear-gradient(135deg, var(--itbp-expertises-blue, #2673b8) 0%, #3f8fc0 55%, var(--itbp-expertises-teal, #6abbc4) 100%) !important;box-shadow: 0 25px 50px rgba(18, 78, 133, .24);transform: translateY(-7px);}.itbp-expertises-module__card:hover::before {width: calc(100% - 54px);background: rgba(255, 255, 255, .72);}.itbp-expertises-module__card:hover::after {transform: scale(1);opacity: 1;}.itbp-expertises-module__number {position: relative;z-index: 1;display: inline-grid;width: 38px;height: 38px;margin-bottom: 34px;place-items: center;border-radius: 11px;background: #ecf4fe !important;color: var(--itbp-expertises-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1 !important;transition: background .28s ease, color .28s ease;}.itbp-expertises-module__card:hover .itbp-expertises-module__number {background: rgba(255, 255, 255, .18) !important;color: #fff !important;}.itbp-expertises-module__card h3 {position: relative;z-index: 1;margin: 0 0 12px !important;color: var(--itbp-expertises-navy, #06163a) !important;font-size: clamp(20px, 1.7vw, 24px) !important;font-weight: 700 !important;line-height: 1.23 !important;letter-spacing: -.025em !important;text-transform: none !important;transition: color .28s ease, transform .28s ease;}.itbp-expertises-module__card p {position: relative;z-index: 1;margin: 0 !important;color: var(--itbp-expertises-body, #66717b) !important;font-size: 15px !important;font-weight: 400 !important;line-height: 1.65 !important;transition: color .28s ease, transform .28s ease;}.itbp-expertises-module__card:hover h3,.itbp-expertises-module__card:hover p {color: #fff !important;transform: translateY(-2px);}.itbp-expertises-module__card:hover p {color: rgba(255, 255, 255, .90) !important;}.itbp-expertises-module__footnote {display: flex;align-items: center;gap: 14px;margin-top: 31px;color: var(--itbp-expertises-blue, #2673b8) !important;font-size: 11px !important;font-weight: 700 !important;line-height: 1.4 !important;letter-spacing: .11em !important;text-transform: uppercase;}.itbp-expertises-module__footnote::before {content: "";width: 36px;height: 1px;background: linear-gradient(90deg, var(--itbp-expertises-blue, #2673b8), var(--itbp-expertises-teal, #6abbc4));}.itbp-expertises-module.is-reveal-ready .itbp-expertises-module__card {opacity: 0;transform: translateY(22px);}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card {opacity: 1;transform: translateY(0);}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:hover {transform: translateY(-7px);}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(2) {transition-delay: .07s;}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(3) {transition-delay: .14s;}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(4) {transition-delay: .21s;}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(5) {transition-delay: .28s;}.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(6) {transition-delay: .35s;}@media (max-width: 980px) {.itbp-expertises-module__grid {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 650px) {.itbp-expertises-module {padding-right: 22px;padding-left: 22px;}.itbp-expertises-module h2 {font-size: clamp(39px, 12vw, 52px) !important;line-height: 1.04 !important;}.itbp-expertises-module__grid {grid-template-columns: 1fr;}.itbp-expertises-module__card {min-height: 0;}.itbp-expertises-module__number {margin-bottom: 25px;}}@media (hover: none) {.itbp-expertises-module__footnote {display: none;}}@media (prefers-reduced-motion: reduce) {.itbp-expertises-module__card,.itbp-expertises-module__card::before,.itbp-expertises-module__card::after,.itbp-expertises-module__number,.itbp-expertises-module__card h3,.itbp-expertises-module__card p {transition: none !important;}.itbp-expertises-module.is-reveal-ready .itbp-expertises-module__card {opacity: 1;transform: none;}}.fl-module-itbp-difference .fl-module-content {margin: 0 !important;}.itbp-difference-module,.itbp-difference-module * {box-sizing: border-box;}.itbp-difference-module {position: relative;width: 100vw;max-width: 100vw;margin-left: calc(50% - 50vw);overflow: hidden;padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);color: var(--itbp-difference-navy, #06163a) !important;background-color: var(--itbp-difference-bg, #ffffff) !important;background-image:radial-gradient(circle at 88% 12%, rgba(128, 214, 218, .30), transparent 29%),radial-gradient(circle at 5% 76%, rgba(38, 115, 184, .09), transparent 26%),linear-gradient(135deg, var(--itbp-difference-bg, #ffffff) 0%, #f7fbff 58%, var(--itbp-difference-bg-end, #eefaff) 100%) !important;font-family: Montserrat, Arial, sans-serif;}.itbp-difference-module__inner {position: relative;z-index: 2;width: min(1180px, 100%);margin: 0 auto;}.itbp-difference-module__orb {position: absolute;border-radius: 50%;pointer-events: none;}.itbp-difference-module__orb--one {width: 410px;height: 410px;right: -185px;top: -172px;border: 1px solid rgba(106, 187, 196, .26);box-shadow: inset 0 0 0 62px rgba(128, 214, 218, .05);}.itbp-difference-module__orb--two {width: 285px;height: 285px;left: -210px;bottom: -142px;background: rgba(38, 115, 184, .045);}.itbp-difference-module__kicker {display: flex;align-items: center;gap: 14px;margin-bottom: 27px;color: var(--itbp-difference-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .15em !important;text-transform: uppercase;}.itbp-difference-module__kicker span,.itbp-difference-module__kicker strong {color: var(--itbp-difference-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;}.itbp-difference-module__kicker i {display: block;width: 42px;height: 1px;background: linear-gradient(90deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-aqua, #80d6da));}.itbp-difference-module h2 {max-width: 1080px;margin: 0 !important;color: var(--itbp-difference-navy, #06163a) !important;font-size: clamp(47px, 6vw, 79px) !important;font-weight: 300 !important;line-height: .99 !important;letter-spacing: -.049em !important;text-transform: none !important;}.itbp-difference-module h2 span,.itbp-difference-module h2 em {display: block;border: 0 !important;text-decoration: none !important;box-shadow: none !important;}.itbp-difference-module h2 em {margin-top: 9px;color: var(--itbp-difference-blue, #2673b8) !important;font-style: normal !important;font-weight: 300 !important;}.itbp-difference-module h2 em::before,.itbp-difference-module h2 em::after {display: none !important;content: none !important;}.itbp-difference-module__intro {max-width: 955px;margin: 34px 0 43px !important;color: var(--itbp-difference-body, #53627b) !important;font-size: 16px !important;font-weight: 400 !important;line-height: 1.78 !important;}.itbp-difference-module__bridge {position: relative;display: grid;grid-template-columns: minmax(125px, 1fr) minmax(190px, 1.15fr) minmax(125px, 1fr);align-items: center;min-height: 250px;margin-bottom: 28px;padding: 35px clamp(20px, 4vw, 50px);border: 1px solid rgba(255, 255, 255, .88);border-radius: 30px;background: rgba(255, 255, 255, .69) !important;box-shadow: 0 27px 72px rgba(6, 22, 58, .085);-webkit-backdrop-filter: blur(14px);backdrop-filter: blur(14px);}.itbp-difference-module__flow {position: absolute;left: 14%;right: 14%;top: 50%;height: 2px;overflow: hidden;background: rgba(38, 115, 184, .13);pointer-events: none;}.itbp-difference-module__flow::after {content: "";position: absolute;inset: 0;background: linear-gradient(90deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-aqua, #80d6da), var(--itbp-difference-blue, #2673b8));transform: translateX(-65%);animation: itbp-difference-flow 4.2s ease-in-out infinite;}@keyframes itbp-difference-flow {0%, 100% { transform: translateX(-65%); }50% { transform: translateX(65%); }}.itbp-difference-module__endpoint {position: relative;z-index: 2;display: flex;flex-direction: column;gap: 8px;}.itbp-difference-module__endpoint--right {text-align: right;}.itbp-difference-module__endpoint small {color: var(--itbp-difference-blue, #2673b8) !important;font-size: 11px !important;font-weight: 700 !important;line-height: 1.2 !important;letter-spacing: .16em !important;text-transform: uppercase;}.itbp-difference-module__endpoint strong {color: var(--itbp-difference-navy, #06163a) !important;font-size: 23px !important;font-weight: 700 !important;line-height: 1.1 !important;}.itbp-difference-module__core {position: relative;z-index: 3;display: grid;justify-self: center;width: 176px;height: 176px;place-items: center;border-radius: 50%;color: #ffffff !important;background: linear-gradient(145deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-navy, #06163a)) !important;box-shadow: 0 22px 56px rgba(38, 115, 184, .27), 0 0 0 14px rgba(128, 214, 218, .12);}.itbp-difference-module__core::before {content: "";position: absolute;inset: -25px;border: 1px solid rgba(106, 187, 196, .46);border-radius: 50%;animation: itbp-difference-orbit 10s linear infinite;}.itbp-difference-module__core::after {content: "";position: absolute;top: -30px;width: 10px;height: 10px;border-radius: 50%;background: var(--itbp-difference-aqua, #80d6da);box-shadow: 0 0 18px var(--itbp-difference-aqua, #80d6da);}@keyframes itbp-difference-orbit {to { transform: rotate(360deg); }}.itbp-difference-module__core-label {max-width: 130px;text-align: center;}.itbp-difference-module__core-label b {display: block;color: var(--itbp-difference-aqua, #80d6da) !important;font-size: 36px !important;font-weight: 400 !important;line-height: 1 !important;letter-spacing: -.045em !important;}.itbp-difference-module__core-label small {display: block;margin-top: 10px;color: #ffffff !important;font-size: 9px !important;font-weight: 700 !important;line-height: 1.45 !important;letter-spacing: .13em !important;text-transform: uppercase;}.itbp-difference-module__pillars {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 15px;}.itbp-difference-module__pillar {position: relative;display: block !important;width: 100% !important;min-height: 158px;padding: 23px !important;appearance: none !important;border: 1px solid rgba(38, 115, 184, .17) !important;border-radius: 21px !important;color: var(--itbp-difference-navy, #06163a) !important;background: rgba(255, 255, 255, .77) !important;box-shadow: none !important;font-family: Montserrat, Arial, sans-serif !important;text-align: left !important;text-transform: none !important;cursor: pointer;transition: transform .28s ease, color .28s ease, background .28s ease, box-shadow .28s ease;}.itbp-difference-module__pillar:hover,.itbp-difference-module__pillar:focus-visible,.itbp-difference-module__pillar.is-active {transform: translateY(-7px);color: #ffffff !important;background: linear-gradient(135deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-teal, #6abbc4)) !important;box-shadow: 0 21px 46px rgba(38, 115, 184, .21) !important;}.itbp-difference-module__pillar-number {display: block;margin-bottom: 25px;color: var(--itbp-difference-blue, #2673b8) !important;font-size: 12px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .14em !important;}.itbp-difference-module__pillar:hover .itbp-difference-module__pillar-number,.itbp-difference-module__pillar:focus-visible .itbp-difference-module__pillar-number,.itbp-difference-module__pillar.is-active .itbp-difference-module__pillar-number {color: #d8f4f5 !important;}.itbp-difference-module__pillar-title {display: block;color: inherit !important;font-size: 21px !important;font-weight: 700 !important;line-height: 1.18 !important;}.itbp-difference-module__detail {min-height: 82px;margin: 17px 0 31px;padding: 21px 25px;border-left: 3px solid var(--itbp-difference-aqua, #80d6da);color: var(--itbp-difference-body, #53627b) !important;background: linear-gradient(90deg, rgba(128, 214, 218, .14), transparent) !important;font-size: 15px !important;font-weight: 400 !important;line-height: 1.62 !important;}.itbp-difference-module__detail.is-changing {animation: itbp-difference-detail-change .34s ease both;}@keyframes itbp-difference-detail-change {0% { opacity: .45; transform: translateY(4px); }100% { opacity: 1; transform: translateY(0); }}.itbp-difference-module__convictions-label {margin-bottom: 15px;color: var(--itbp-difference-blue, #2673b8) !important;font-size: 11px !important;font-weight: 700 !important;line-height: 1 !important;letter-spacing: .16em !important;text-transform: uppercase;}.itbp-difference-module__convictions {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));overflow: hidden;border: 1px solid rgba(38, 115, 184, .17);border-radius: 23px;background: rgba(255, 255, 255, .70) !important;}.itbp-difference-module__conviction {min-height: 144px;padding: 23px;border-right: 1px solid rgba(38, 115, 184, .15);background: transparent !important;transition: background .26s ease, transform .26s ease;}.itbp-difference-module__conviction:last-child {border-right: 0;}.itbp-difference-module__conviction:hover {background: rgba(128, 214, 218, .17) !important;}.itbp-difference-module__conviction strong {display: block;margin-bottom: 10px;color: var(--itbp-difference-navy, #06163a) !important;font-size: 15px !important;font-weight: 700 !important;line-height: 1.42 !important;}.itbp-difference-module__conviction span {display: block;color: var(--itbp-difference-body, #53627b) !important;font-size: 13px !important;font-weight: 400 !important;line-height: 1.6 !important;}@media (max-width: 900px) {.itbp-difference-module__convictions {grid-template-columns: repeat(2, minmax(0, 1fr));}.itbp-difference-module__conviction:nth-child(2) {border-right: 0;}.itbp-difference-module__conviction:nth-child(-n+2) {border-bottom: 1px solid rgba(38, 115, 184, .15);}}@media (max-width: 720px) {.itbp-difference-module {padding: 66px 20px 70px;}.itbp-difference-module h2 {font-size: clamp(42px, 12vw, 59px) !important;}.itbp-difference-module__intro {font-size: 15px !important;}.itbp-difference-module__bridge {grid-template-columns: 1fr;gap: 31px;text-align: center;}.itbp-difference-module__flow {left: 50%;right: auto;top: 14%;bottom: 14%;width: 2px;height: auto;}.itbp-difference-module__flow::after {background: linear-gradient(180deg, var(--itbp-difference-blue, #2673b8), var(--itbp-difference-aqua, #80d6da), var(--itbp-difference-blue, #2673b8));transform: translateY(-65%);animation-name: itbp-difference-flow-mobile;}.itbp-difference-module__endpoint,.itbp-difference-module__endpoint--right {align-items: center;text-align: center;}.itbp-difference-module__core {width: 154px;height: 154px;}.itbp-difference-module__pillars {grid-template-columns: 1fr;}.itbp-difference-module__pillar {min-height: 119px;}.itbp-difference-module__pillar-number {margin-bottom: 15px;}.itbp-difference-module__convictions {grid-template-columns: 1fr;}.itbp-difference-module__conviction,.itbp-difference-module__conviction:nth-child(2),.itbp-difference-module__conviction:nth-child(-n+2) {min-height: auto;border-right: 0;border-bottom: 1px solid rgba(38, 115, 184, .15);}.itbp-difference-module__conviction:last-child {border-bottom: 0;}}@keyframes itbp-difference-flow-mobile {0%, 100% { transform: translateY(-65%); }50% { transform: translateY(65%); }}@media (prefers-reduced-motion: reduce) {.itbp-difference-module *,.itbp-difference-module *::before,.itbp-difference-module *::after {animation: none !important;transition: none !important;}}.fl-builder-content .itbp-section{font-family:Montserrat,Arial,sans-serif;color:#2d3035;padding:clamp(72px,8vw,120px) 24px;position:relative;overflow:hidden}.fl-builder-content .itbp-section>.fl-row-content-wrap{background:transparent!important}.fl-builder-content .itbp-section .itbp-container{max-width:1180px;margin:0 auto}.itbp-section *{box-sizing:border-box}.itbp-section h1,.itbp-section h2,.itbp-section h3,.itbp-section p{margin-top:0}.itbp-section a{text-decoration:none}.itbp-section h1{font-size:clamp(42px,5.8vw,78px);font-weight:300;line-height:1.03;letter-spacing:-.045em;color:#06163a;margin:16px 0 28px}.itbp-section h1 em,.itbp-section h2 em{font-style:normal;color:#2673b8}.itbp-section h2{font-size:clamp(36px,4.5vw,62px);font-weight:300;line-height:1.08;letter-spacing:-.04em;color:#06163a;margin:22px 0 48px}.itbp-section h3{color:#06163a;font-weight:600;line-height:1.22}.itbp-section p,.itbp-section li{font-size:16px;line-height:1.7;color:#66717b}.itbp-section strong,.itbp-section b{color:#06163a}.itbp-kicker{display:flex;align-items:center;gap:14px;color:#2673b8;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.itbp-kicker span{display:grid;place-items:center;width:38px;height:38px;border:1px solid #6abbc4;border-radius:50%;font-weight:700}.itbp-kicker strong{color:#2673b8}.itbp-eyebrow{font-size:13px!important;font-weight:700;letter-spacing:.15em;color:#2673b8!important}.itbp-lead{font-size:21px!important;line-height:1.5!important;color:#39465a!important;max-width:760px}.itbp-offer-line{font-size:14px!important;font-weight:700;color:#2673b8!important;margin:26px 0}.itbp-hero{padding-top:clamp(72px,8vw,112px)!important}.itbp-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-170px;top:-220px;background:rgba(106,187,196,.2)}.itbp-hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.7fr);gap:70px;align-items:center}.itbp-hero-signature{min-height:390px;border-radius:36px;background:linear-gradient(145deg,#2673b8,#06163a);padding:52px 36px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 28px 65px rgba(6,22,58,.18);position:relative;overflow:hidden}.itbp-hero-signature:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.25);border-radius:50%;right:-90px;top:-60px}.itbp-monogram{font-size:62px;font-weight:200;letter-spacing:-.08em;position:relative;z-index:1}.itbp-monogram span{color:#80d6da}.itbp-monogram sup{font-size:13px;vertical-align:top}.itbp-hero-signature blockquote{font-size:20px;line-height:1.5;margin:0;border:0;color:#fff;position:relative;z-index:1}.itbp-hero-signature blockquote strong{color:#80d6da}.itbp-signature{color:#fff!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.08em}.itbp-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.itbp-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:999px;font-size:14px;font-weight:700;transition:.2s ease}.itbp-btn-primary{color:#fff!important;background:#2673b8}.itbp-btn-secondary{color:#06163a!important;border:1px solid #9ebbd5;background:#fff}.itbp-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(6,22,58,.15)}.itbp-proof-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:66px;background:#fff;border:1px solid #dce6ef;border-radius:24px;box-shadow:0 18px 42px rgba(31,68,110,.08);overflow:hidden}.itbp-proof-bar div{padding:24px 26px;border-right:1px solid #dce6ef}.itbp-proof-bar div:last-child{border:0}.itbp-proof-bar strong{display:block;font-size:25px;color:#2673b8}.itbp-proof-bar span{display:block;color:#66717b;font-size:12px;margin-top:4px}.itbp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.itbp-card{background:#fff;border:1px solid #dce6ef;border-radius:22px;padding:30px;box-shadow:0 12px 34px rgba(31,68,110,.06)}.itbp-card-eyebrow{display:block;color:#2673b8;font-size:12px;font-weight:700;letter-spacing:.12em;margin-bottom:35px}.itbp-card h3{font-size:22px}.itbp-bridge{font-size:22px!important;text-align:center;color:#06163a!important;margin:48px 0 0!important}.itbp-section-tint{padding-top:clamp(72px,8vw,120px)!important}.itbp-impact-grid .itbp-card{border-top:4px solid #6abbc4}.itbp-measure{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:34px}.itbp-measure strong{background:#06163a;color:#fff;padding:11px 18px;border-radius:999px}.itbp-measure span{border:1px solid #a8c4dd;border-radius:999px;padding:10px 16px;color:#2673b8;font-size:13px;font-weight:600}.itbp-offers{display:grid;gap:26px}.itbp-offer{border:1px solid #dce6ef;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 16px 42px rgba(31,68,110,.07)}.itbp-offer>header{display:flex;gap:24px;padding:35px;background:#ecf4fe}.itbp-offer-num{font-size:34px;color:#6abbc4;font-weight:300}.itbp-offer header p{margin:0;color:#2673b8!important;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.itbp-offer header h3{font-size:30px;margin:5px 0 9px}.itbp-offer header strong{font-size:16px}.itbp-offer-body{display:grid;grid-template-columns:1fr 1.15fr;gap:50px;padding:34px}.itbp-offer-context p{margin-bottom:16px}.itbp-offer-context b{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.1em;color:#2673b8;margin-bottom:2px}.itbp-offer ul{margin:13px 0;padding-left:20px}.itbp-offer li{margin-bottom:8px}.itbp-offer>footer{display:flex;align-items:center;justify-content:space-between;gap:35px;background:#06163a;padding:23px 34px}.itbp-offer footer b{font-size:11px;color:#80d6da;letter-spacing:.12em}.itbp-offer footer p{color:#fff;margin:3px 0}.itbp-offer footer a{flex:0 0 auto;background:#fff;color:#2673b8;padding:12px 19px;border-radius:999px;font-weight:700;font-size:13px}.itbp-intro{font-size:21px!important;max-width:800px}.itbp-flow{display:grid;grid-template-columns:repeat(5,1fr);padding:0;margin:48px 0;list-style:none}.itbp-flow li{position:relative;padding:24px 20px 20px;border-left:1px solid #9ebbd5}.itbp-flow li:last-child{border-right:1px solid #9ebbd5}.itbp-flow span{font-size:12px;color:#2673b8;font-weight:700}.itbp-flow h3{font-size:19px;margin:35px 0 8px}.itbp-flow p{font-size:13px}.itbp-operating-line{background:#2673b8;color:#fff;border-radius:16px;padding:18px 24px;text-align:center;font-size:14px;font-weight:600}.itbp-journey{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.7fr);gap:60px;align-items:start}.itbp-timeline{border-left:2px solid #6abbc4;padding-left:30px}.itbp-timeline article{display:grid;grid-template-columns:145px 1fr;gap:20px;position:relative;padding:0 0 34px}.itbp-timeline article:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#2673b8;left:-37px;top:6px}.itbp-timeline article>span{color:#2673b8;font-size:13px;font-weight:700}.itbp-timeline h3{font-size:19px;margin:3px 0 7px}.itbp-company{font-size:12px!important;color:#2673b8!important;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0}.itbp-journey aside{background:#06163a;border-radius:24px;padding:34px;position:sticky;top:30px}.itbp-journey aside h3,.itbp-journey aside li{color:#fff}.itbp-journey aside li{font-size:14px;margin-bottom:13px}.itbp-six{grid-template-columns:repeat(3,1fr)}.itbp-profile{display:grid;grid-template-columns:260px 1fr;gap:55px}.itbp-profile-mark{border-radius:28px;background:linear-gradient(145deg,#2673b8,#06163a);padding:34px;color:#fff;min-height:300px;display:flex;flex-direction:column;justify-content:space-between}.itbp-profile-mark .small{font-size:70px;color:#80d6da}.itbp-profile-mark p{color:#fff}.itbp-bio{font-size:19px!important;color:#39465a!important}.itbp-profile-cards{margin-top:30px}.itbp-profile-cards .itbp-card{padding:24px}.itbp-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce6ef;border:1px solid #dce6ef;border-radius:20px;overflow:hidden;margin-top:42px}.itbp-principles p{margin:0;background:#fff;padding:22px}.itbp-principles b,.itbp-principles span{display:block}.itbp-principles span{font-size:12px;margin-top:6px}.itbp-manifesto,.itbp-manifesto h2,.itbp-manifesto h3,.itbp-manifesto strong,.itbp-manifesto b{color:#fff!important}.itbp-manifesto h2 em{color:#80d6da}.itbp-manifesto .itbp-kicker span{color:#80d6da}.itbp-manifesto .itbp-kicker strong{color:#80d6da!important}.itbp-manifesto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.itbp-manifesto-grid article{border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:25px}.itbp-manifesto-grid article span{font-size:12px;color:#80d6da}.itbp-manifesto-grid article h3{font-size:17px;margin:26px 0 8px}.itbp-manifesto-grid article p{font-size:13px;color:#bfc9dc}.itbp-manifesto blockquote{font-size:clamp(23px,3vw,36px);line-height:1.35;color:#fff;margin:45px 0 0;padding:0 0 0 28px;border-left:3px solid #6abbc4;max-width:980px}.itbp-contact{text-align:center}.itbp-contact-inner>p{font-size:12px!important;letter-spacing:.14em;color:#d8f4f5!important}.itbp-contact h2{color:#fff;font-size:clamp(38px,5vw,68px);margin:25px auto 15px;max-width:980px}.itbp-contact h3{color:#d8f4f5;font-size:22px;font-weight:400}.itbp-contact .itbp-actions{justify-content:center}.itbp-btn-light{background:#fff;color:#2673b8!important}.itbp-btn-outline{border:1px solid rgba(255,255,255,.6);color:#fff!important}.itbp-reassurance{display:flex;justify-content:center;gap:35px;margin-top:35px;color:#fff;font-size:13px}.itbp-reassurance span:before{content:"✓";color:#80d6da;margin-right:8px}@media(max-width:980px){.itbp-hero-grid,.itbp-journey,.itbp-profile{grid-template-columns:1fr}.itbp-hero-signature{min-height:300px}.itbp-proof-bar{grid-template-columns:repeat(2,1fr)}.itbp-card-grid,.itbp-six{grid-template-columns:repeat(2,1fr)}.itbp-flow{grid-template-columns:repeat(2,1fr)}.itbp-flow li:last-child{border-right:0}.itbp-principles{grid-template-columns:repeat(2,1fr)}.itbp-manifesto-grid{grid-template-columns:repeat(2,1fr)}.itbp-journey aside{position:static}}@media(max-width:680px){.fl-builder-content .itbp-section{padding:64px 18px}.itbp-section h1{font-size:42px}.itbp-section h2{font-size:36px}.itbp-card-grid,.itbp-six,.itbp-proof-bar,.itbp-flow,.itbp-principles,.itbp-manifesto-grid{grid-template-columns:1fr}.itbp-proof-bar div{border-right:0;border-bottom:1px solid #dce6ef}.itbp-offer-body{grid-template-columns:1fr;gap:18px;padding:25px}.itbp-offer>header{padding:25px}.itbp-offer>footer{align-items:flex-start;flex-direction:column;padding:25px}.itbp-timeline article{grid-template-columns:1fr;gap:4px}.itbp-reassurance{flex-direction:column;gap:8px}.itbp-actions{flex-direction:column}.itbp-btn{width:100%}}.fl-node-6x5mzij4h1fb .fl-row-content {min-width: 0px;}.fl-node-kmz6o2sib9jg .fl-row-content {min-width: 0px;}.fl-node-kvathcxbmq58 .fl-row-content {min-width: 0px;}.fl-node-qbm4ihrwnygd .fl-row-content {min-width: 0px;}.fl-node-7fytdbzmj9ch .fl-row-content {min-width: 0px;}.fl-node-7qm1f8jvchi5 .fl-row-content {min-width: 0px;}.fl-node-g52e8qwzn436 .fl-row-content {min-width: 0px;}.fl-node-a6lqiu8vtw0b .fl-row-content {min-width: 0px;}.fl-node-p7l8cqxft54s .fl-row-content {min-width: 0px;}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.attachment svg,
.widget_media_image svg {
max-width: 100%;
height: auto;
}.menu-item-object-language_switcher .trp-flag-image {
display: inline-block;
margin: -1px 5px;
vertical-align: baseline;
padding: 0;
border: 0;
border-radius:0;
}
#wp-admin-bar-wp-rocket .trp-flag-image {
width: 18px !important;
height: 12px !important;
} .trp-language-switcher{
height: 42px;
position: relative;
box-sizing: border-box;
width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-language-switcher > div {
box-sizing: border-box;
padding:4px 20px 3px 13px;
border: 1.5px solid #949494;
border-radius: 2px;
background-image: url(//itbusinesspartner.fr/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
background-repeat: no-repeat;
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
background-size:
8px 8px,
8px 8px;
background-repeat: no-repeat;
background-color: #fff;
}
.trp-language-switcher > div:hover {
background-image: none;
}
.trp-language-switcher > div > a {
display: block;
padding: 7px 12px;
border-radius: 3px;
text-decoration: none;
color: #1E1E1E;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.trp-language-switcher > div > a:hover {
background: #F0F0F0;
border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
padding: 4px 13px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
} #wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
content: '\f326';
top: 3px;
}
@media screen and ( max-width: 782px ) {
#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
text-indent: 0;
}
#wpadminbar li#wp-admin-bar-trp_edit_translation {
display: block;
}
}