@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
}

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*-- Site Containers style start --*/
.aboutContainer {
    margin: 0 auto;
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
}

/*-- Site Containers style end --*/

/*-- Common Style start --*/
h1,
.h1 {
    font-weight: 400;
    font-size: 73px;
    line-height: 100%;
    letter-spacing: 0px;
}

h2,
.h2 {
    font-weight: 400;
    font-size: 63px;
    line-height: 100%;
    letter-spacing: 0px;
}

h3,
.h3 {
    font-size: 47px;
    line-height: 100%;
    letter-spacing: 0px;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
}

img {
    max-width: 100%;
}

.textBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
}

.textBlock .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}

.textBlock .headingBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}

.textBlock p,
.textBlock .headingBlock .heading,
.textBlock .headingBlock .subHeading {
    margin: 0;
}

.bgWhite {
    background: rgba(255, 255, 255, 1);
}

.bgLightGray {
    background: rgba(245, 245, 246, 1);
}

.bgVibrantGreen {
    background: rgba(76, 175, 80, 1);
}

.colorBlack {
    color: rgba(0, 0, 0, 1);
}

.colorWhite {
    color: rgba(255, 255, 255, 1);
}

.commonSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.aboutUsTopBanner .textBlock {
    height: 100%;
    justify-content: center;
    padding: 40px 0;
    row-gap: 20px;
}

.commonSection.aboutWhatWeOffer,
.commonSection.aboutHowWeDifferent,
.commonSection.aboutHowItWork,
.commonSection.aboutOurOffices {
    padding: 80px 0;
}

.aboutWhatWeOffer .textBlock p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 100%;
}

.aboutWhatWeOffer .textBlock a {
    color: rgba(0, 116, 179, 1);
    text-decoration: underline;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    transition: all 0.3s;
}

.aboutWhatWeOffer .textBlock a:hover {
    text-decoration: unset;
}

.aboutWhatWeOffer .row.innerRow,
/* .commonSection.aboutHowItWork .row, */
.aboutOurOffices .row.innerRow {
    margin-left: -40px;
    margin-right: -40px;
}

.aboutWhatWeOffer .row.innerRow>div,
/* .commonSection.aboutHowItWork .row>div, */
.aboutOurOffices .row.innerRow>div {
    padding-left: 40px;
    padding-right: 40px;
}

.aboutWhatWeOffer .textBlock {
    row-gap: 20px;
}

.commonSection.aboutUsFullWidthBanner {
    padding-top: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.aboutSliderInit .swiper-slide {
    overflow: hidden;
    position: relative;
    padding-top: 517px;
}

.swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aboutOurOffices .textBlock {
    text-align: center;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.aboutOurOffices .textBlock p,
.aboutOurOffices .textBlock a {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.aboutOurOffices .textBlock a {
    color: #000;
    transition: all 0.3s;
}

.aboutOurOffices .textBlock a:hover {
    color: rgba(0, 116, 179, 1);
    text-decoration: underline;
    transition: all 0.3s;
}

.aboutUsTopBanner .imageInit .imageBlock {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 430px;
}

.aboutUsTopBanner .imageInit .imageBlock img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.commonSection.aboutOurOffices .aboutContainer {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.commonSection.aboutUsTopBanner .row {
    margin-left: -45px;
    margin-right: -45px;
}

.commonSection.aboutUsTopBanner .row>div {
    padding-left: 45px;
    padding-right: 45px;
}

@media (min-width: 2500px) {
    .aboutContainer {
        padding: 0;
        width: 1600px;
        margin: 0 auto;
        max-width: 1600px;
    }
}

@media (max-width: 1199px) {
    .aboutContainer {
        margin: 0 auto;
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

    .aboutWhatWeOffer .row.innerRow,
    /* .commonSection.aboutHowItWork .row, */
    .aboutOurOffices .row.innerRow {
        margin-left: -20px;
        margin-right: -20px;
    }

    .aboutWhatWeOffer .row.innerRow,
    .commonSection.aboutHowItWork .row,
    .aboutOurOffices .row.innerRow {
        row-gap: 40px;
    }

    .aboutWhatWeOffer .row.innerRow>div,
    /* .commonSection.aboutHowItWork .row>div, */
    .aboutOurOffices .row.innerRow>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aboutUsTopBanner .imageInit .imageBlock {
        padding-top: 0px;
        min-height: auto;
    }

    .commonSection.aboutWhatWeOffer,
    .commonSection.aboutHowWeDifferent,
    .commonSection.aboutHowItWork,
    .commonSection.aboutOurOffices {
        padding: 40px 0;
    }

    body {
        font-size: 18px;
    }

    .row.innerRow .textBlock .title {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 37px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    .textBlock {
        row-gap: 30px;
    }

    .aboutSliderInit .swiper-slide {
        padding-top: 430px;
    }

    .aboutWhatWeOffer .textBlock,
    .aboutOurOffices .textBlock {
        row-gap: 14px;
    }

    .row.innerRow .textBlock .title {
        font-size: 18px;
    }

    .commonSection.aboutUsTopBanner .row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .commonSection.aboutUsTopBanner .row>div {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {

    .aboutUsTopBanner .imageInit .imageBlock img {
        position: static;
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .commonSection.aboutUsTopBanner {
        padding-bottom: 40px;
    }

    .commonSection.aboutUsTopBanner .row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .commonSection.aboutUsTopBanner .row>div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .aboutContainer {
        margin: 0 auto;
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

    /* .aboutUsTopBanner .imageInit .imageBlock, */
    .aboutSliderInit .swiper-slide {
        padding-top: 361px;
    }

    h3, .h3 {
        font-size: 35px;
    }

    h4, .h4 {
        font-size: 22px;
    }
}