body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  overflow: initial; /* fix aos */
}

h1 {
    font-weight: 800;
    color: #204352;
    font-size: 3rem;
}

.bg-xc h1 {
    font-size: 3.5rem;
}

h2 {
    font-weight: 700;
    color: #204352;
    font-size: 2rem;
}

.bg-xc {
    padding: 3rem 5rem;
    background-color: #eff3f6;
    background-image: url(../img/bg-home.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: right 80px center;
}

.bg-trust {
    padding: 3rem 5rem;
    background-color: #fff;
    background-image: url(../img/trusted.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: right 100px center;    
}

.bg-ai {
    background-image: url(../img/bg-ai.jpg);
    background-size: auto 60%;
}

.bg-no-image {
    background-image: none;
}

p, ul {
    color: rgba(32, 67, 82, 0.9);
    font-weight: 400;
}

.logo {
    width: 200px;
    margin-bottom: 1rem;;
}

.flag {
    width: 2rem;
}

.kb-logo {
    width: 200px;
}

.bg-xc2 {
    padding: 3rem 5rem;
    background-color: #152f47;
    background-image: url(../img/xc-bg2.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right 80px center;
}

.bg-xc-alone {
    background-image: url(../img/xc-bg3.svg);
    background-size: auto 100%;
}

.bg-xc-1 {
    background-image: url(../img/xc-bg1.svg);
    background-size: auto 100%;
}


.logo-xc-big {
    width: 70vw;
    max-width: 100%;
}

.bg-xc2 h2 {
    color: #fff;
    font-size: 3rem;
    margin-top: 1rem;
}

.logo-xc-footer {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
}

.ul-big-1 li {
    font-size: 1.25rem;
}

.bg-trust h2 {
    display: flex;
    align-items: center;
    font-size: 2.25rem;
}

.bg-trust h2 svg {
    width: 2.5rem;
    margin-right: 1rem;
    fill: #2266d3;
}

.bg-trust p {
    padding-left: 3.5rem;
    margin-bottom: 3rem;
    font-size: 1.25rem;
}

.bg-trust h2:first-of-type {
    margin-top: 4rem;
}

.reference-logo {
    width: 7rem;
    height: auto;
    margin: 1rem;
}

.img-xc-main {
    max-height: calc(100vh - 300px);
}

.img-xc-profile {
    max-width: 800px;
}

.img-svg-icon {
    width:2.5rem;
    flex-shrink:0;
    margin-right: 1rem;
}

.p-bigger {
    font-size: 1.25rem;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-900 {
    max-width: 900px;
}
.bg-ai h3 {
    color:rgba(32, 67, 82, 0.9);
    font-size: 1.5rem;
    font-weight: bold;
}
#fv-dots ul li {
    padding: 9px;
}