/*PageTile */
.PageTile{
    background-color: #000;
    padding-top: calc(78px + 64px);
}
.PageTile .h1{
    color: #E7E9F4;
    font-size: 56px;
    font-weight:  600;
    line-height: 56px; 
    letter-spacing: -3px;
    max-width: 768px;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}
.PageTile .contentCols{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    padding-bottom: 40px;
}
.PageTile .contentCols .H2{
    color: #E7E9F4;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.5px;
    max-width: 546px;
}
.PageTile .contentCols .content{
    flex: 1;   
}
.PageTile .contentCols .content p{
    margin-bottom: 24px;
    color:  #787982;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: -0.75px;
}


@media (max-width: 1440px)  {
    .PageTile {
        padding-top: calc(78px + 56px);
    }
    .PageTile .h1 {
        font-size: 48px;
        font-weight: 600;
        line-height: 48px;
        letter-spacing: -3px;
        margin-bottom: 56px;
    }
    .PageTile .Container{
        padding: 0 32.5px;
    }
    .PageTile .contentCols{
        gap: 40px;
        padding-bottom: 36px;
    }
    .PageTile .contentCols .H2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -1.5px;
        max-width: 460px;
    }
    .PageTile .contentCols .content p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.75px;
        max-width: 458px;
    }
}
@media (max-width: 1024px)  {
    .PageTile {
        padding-top: calc(78px + 36px);
    }
    .PageTile .Container {
        padding: 0 16px;
    }
    
    .PageTile .h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -3px;
        margin-bottom: 36px;
    }
    .PageTile .contentCols {
        gap: 28px;
        padding-bottom: 16px;
    }
    .PageTile .contentCols .H2 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -1px;
        max-width: 354px;
    }
    .PageTile .contentCols .content p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.75px;
        max-width: 352px;
    }
}
@media (max-width: 768px)  {
    .PageTile {
        padding-top: calc(78px + 28px);
    }
    .PageTile .Container {
        padding: 0 12px;
    }
    .PageTile .h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -1.75px;
        margin-bottom: 28px;
        max-width: 553px;
        text-align: left;
        margin-left: 0;
    }
    .PageTile .contentCols{
        flex-direction: column;
        gap: 28px;
    }
    .PageTile .contentCols .H2 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.75px;
        max-width: 354px;
        max-width: 100%;
    }
    .PageTile .contentCols .content p {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -0.5px;
        max-width: 100%;
    }

}
@media (max-width: 576px)  {
    .PageTile .contentCols {
        gap: 20px;
    }
}
/*PageTile */
/*WhiteSec*/
.WhiteSec{
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 40px;
}
.WhiteSec .H3{
    color: #1D1D1D;
    text-align: center;
    font-size: 48px;
    font-weight:  600;
    line-height: 48px;
    letter-spacing: -3px;
    max-width: 768px;
    margin: auto;
    margin-bottom: 64px;
}
.WhiteSec .content{
    max-width: 536px;
    margin: auto;
}
.WhiteSec .content p{
    color:  #787982;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.75px;
    margin-bottom: 24px;
}
.WhiteSec .content p b{
    color: #1D1D1D;
    font-weight: 600;
}
@media (max-width: 1440px)  {
    .WhiteSec {
        padding-top: 56px;
        padding-bottom: 36px;
    }
    .WhiteSec .H3{
        font-size: 40px;
        line-height: 40px;
        margin: auto;
        margin-bottom: 56px;
    }
    .WhiteSec .content {
        max-width: 534px;
        margin: auto;
    }
    .WhiteSec .content p {
        line-height: 20px;
        letter-spacing: -.75px;
    }
}
@media (max-width: 1024px)  {
    .WhiteSec {
        padding-top: 36px;
        padding-bottom: 12px;
    }
    .WhiteSec .H3 {
        font-size: 32px;
        line-height: 28px;
        margin: auto;
        margin-bottom: 36px;
        letter-spacing: -2.5px;
    }
    .WhiteSec .content p{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .WhiteSec {
        padding: 28px 12px 16px 12px;
    }
    .WhiteSec .H3 {
        font-size: 28px;
        line-height: 24px;
        margin: auto;
        margin-bottom: 28px;
        letter-spacing: -1.75px;
        text-align: left;
    }
    .WhiteSec .content p {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
        letter-spacing: -0.5px;
        max-width: 536px;
    }
    .WhiteSec .content{
        max-width: 100%;
    }
}
/*WhiteSec*/

/*TwoCols*/
.TwoCols{
    background-color: #fff;
    padding: 0px;
}
.TwoCols .inner{
    background-color: #F5F5F7;
    padding: 64px 0px;
}
.TwoCols .ContentCols{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
.TwoCols .ContentCols .H3{
    color: #1D1D1D;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.5px;
    max-width: 546px;
}
.TwoCols .ContentCols .RightCon{
    flex: 1;
}
.TwoCols .ContentCols .RightCon p{
    color: #787982;
    font-size: 18px;
    font-weight:  600;
    line-height: 24px; 
    letter-spacing: -0.75px;
    margin-bottom: 24px;
}
.TwoCols .ContentCols .RightCon .Bar{
    border-bottom: 1px solid #E6E8EC;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.TwoCols .ContentCols .RightCon .Bar span{
    color:  #787982;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing:  0px;
}
.TwoCols .ContentCols .RightCon .H4{
    color:#1D1D1D;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing:  -1.5px;
    margin-bottom: 8px;
}
.TwoCols .ContentCols .RightCon .H4.Light{
    color: #787982;
}
.logoRow{
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
@media (max-width: 1440px)  {
    .TwoCols .Container{
        padding: 56px 32px;
    }
    .TwoCols .inner{
        padding: 0;
    }
    .TwoCols .ContentCols {
        gap: 40px;
    }
    .TwoCols .ContentCols .H3 {
        font-size: 24px;
        line-height: 24px;
        max-width: 460px;
    }
    .TwoCols .ContentCols .RightCon{
        max-width: 460px;
    }
    .TwoCols .ContentCols .RightCon p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        max-width: 458px;
    }
    .TwoCols .ContentCols .RightCon .Bar {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .TwoCols .ContentCols .RightCon .H4{
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -1.5px;
    }
    .logoRow {
        margin-top: 6px;
        row-gap: 4px;
        column-gap: 20px;
    }
}
@media (max-width: 1024px)  {
    .TwoCols .Container {
        padding: 36px 16px;
    }
    .TwoCols .ContentCols{
        gap: 28px;
    }
    .TwoCols .ContentCols .H3 {
        font-size: 20px;
        line-height: 20px;
        max-width: 354px;
        letter-spacing: -1px;
        font-weight: 500;
    }
    .TwoCols .ContentCols .RightCon p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px;
        max-width: 354px;
    }
    .TwoCols .ContentCols .RightCon .Bar {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .TwoCols .ContentCols .RightCon .H4 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -1px;
        max-width: 354px;
        margin-bottom: 6px;
    }
    .logoRow {
        margin-top: 4px;
        row-gap: 4px;
        column-gap: 16px;
    }
}
@media (max-width: 768px) {
    .TwoCols .Container {
        padding: 28px 12px;
    }
    .TwoCols .ContentCols {
        gap: 20px;
        flex-direction: column;
    }
    .TwoCols .ContentCols .H3 {
        font-size: 18px;
        line-height: 18px;
        max-width: 553px;
        letter-spacing: -0.75px;
    }
    .TwoCols .ContentCols .RightCon {
        max-width: 553px;
    }
    .TwoCols .ContentCols .RightCon p {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
        max-width: 553px;
        letter-spacing: -0.5px;
    }
    .TwoCols .ContentCols .RightCon .Bar {
        padding-bottom: 8px;
        margin-bottom: 12px;
    }
    .TwoCols .ContentCols .RightCon .H4 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.75px;
        max-width: 553px;
    }
    .TwoCols  .logoRow {
        margin-top: 0;
        row-gap: 4px;
        column-gap: 12px;
    }

}
@media (max-width: 576px)  {
    .TwoCols .logoRow{
        row-gap: 4px;
        column-gap: 4px;
    }
    .TwoCols .logoRow .image{
        flex: 1;
        min-width: calc(50% - 2px);
        height: 56px;
        display: inline-flex;
        border-radius: 8px;
        background: #FFF;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
    }
    .TwoCols .logoRow .image img {
        height: 100%;
        width: auto;
    }
}
/*TwoCols*/
.dis-sec{
    padding-top: 64px;
}
.dis-sec p{
    max-width: 100%;
}

/*footer*/
@media (max-width: 1440px)  {
    .footer,.dis-sec{
        padding: 0px 40px;
        padding-top: 18px;
    }
}
@media (max-width: 1024px)  {
    .footer,.dis-sec{
        padding: 0px 28px;
        padding-top: 18px;
    }
}
@media (max-width: 768px)  {
    .footer,.dis-sec{
        padding: 0px 12px;
        padding-top: 18px;
    }
}
@media (max-width: 576px)  {

}
/*footer*/