.btn--text {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    font-weight: bold;
    font-size: var(--text-xl);
}

.btn--text img {
    margin-block-start: 3px;
}

header {
    padding-block: 2rem;
}

/*********************
START: HERO
*********************/
.hero {
    padding-block: 6.25rem;
    background-color: #FBF7F7;
}

.hero--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero--content>* {
    width: 48%;
}

.hero--text h1 {
    line-height: 80px;
    font-weight: 600;
    font-family: var(--font-family-Reckless);
}

.hero--text p {
    margin-block: 2rem;
    line-height: 28px;
}

.page-template-testimonial .hero--text p {
    margin-block-end: 1rem;
}

.page-template-testimonial .name-testimonial-person {
    margin-block-start: 1rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.page-template-whos-who-lre .hero--text p {
    width: 90%;
}

.hero--text a.btn {
    font-weight: 500;
    background-color: var(--baseDark-color);
    color: var(--baseLight-color);
}

.hero--slide .slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    min-height: 700px;
}

.hero--slide .slides {
    position: relative;
}

.hero--slide .slide {
    background-color: #785FA0;
    border-radius: 45px;
    padding: 3.75rem;
    min-height: 700px;
    width: 100%;
    height: auto;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero--slide .slides>.slide.active {
    opacity: 1;
    z-index: 1;
}

.hero--slide .slides>.slide.prev {
    z-index: 0;
}

.hero--slide .slide--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 2rem;
    gap: 1.5rem;
}

.hero--slide .slide--title>.avatar {
    border-radius: 50%;
    background-color: #ffebed;
}

.hero--slide .slides>.slide {
    color: var(--baseLight-color);
}

.hero--slide .slides>.slide p {
    font-weight: 300 !important;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin-block-end: 2rem;
}

.hero--slide .slides>.slide p strong {
    font-weight: 700;
}

.hero--slide .slides>.slide div>img.role {
    width: 40%;
}

.hero--slide .slides>.slide:nth-child(3) div>img.role {
    width: 45%;
}

.hero--slide .slides>.slide p {
    color: white;
}

.hero--slide .slides>.slide div span {
    margin-block-start: 16px;
    display: block;
    line-height: 24px;
}

.hero--slide .slides>.slide div span b,
.hero--slide .slides>.slide div span strong {
    font-weight: 500 !important;
}

/*********************
END: HERO
*********************/

/*********************
START: TRUSTED
*********************/
.trusted {
    padding-block: 5rem;
    background: #FBF7F7;
}

.page-id-1063 .trusted,
.page-id-870 .trusted {
    padding-block: 0 2.5rem;
}

.trusted--title {
    margin-block-end: 62px;
    position: relative;
}

.page-id-1063.trusted--title,
.page-id-870 .trusted--title {
    margin-block-end: 32px;
}

.trusted--title h2 {
    font-weight: 500;
    position: relative;
    width: max-content;
    padding-inline: 2rem;
    margin-inline: auto;
    line-height: 36px;
    text-align: center;
    background-color: #FBF7F7;
}

.trusted--title::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index: 0;
    background-color: var(--border-color1);
}

.trusted .swiper {
    width: 100%;
    height: 100%;
}

.trusted .linearSwiper .swiper-slide img {
    max-height: 64px;
    max-width: 70%;
    width: auto;
    height: auto;
    display: inline-block;
}

.page-template-whos-who-lre .trusted .linearSwiper .swiper-slide img {
    max-width: 100%;
}

.linearSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
    justify-content: space-between;
}

.linearSwiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

/*********************
END: TRUSTED
*********************/

/*********************
START: LEARN
*********************/
.learn {
    background-color: #1C1C1C;
    padding-block: 6.25rem;
}

.learn--content {
    display: flex;
    color: var(--baseLight-color);
    justify-content: space-between;
}

.learn--content>* {
    width: 48%;
}

.learn--title {
    line-height: 64px;
    letter-spacing: -0.54px;
    font-weight: 700;
    margin-block-end: 1rem;
}

.learn--text {
    font-weight: 500;
    line-height: 32px;
}

.learn--text p {
    color: white;
    width: 60%;
}

.learn--form {
    border-radius: 45px;
    padding: 5.6rem 2rem;
    background-color: var(--baseLight-color);
}

.ginput_container input[type=text],
.ginput_container input[type=email],
.ginput_container input[type=tel] {
    text-align: left !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    outline: none !important;
    border-bottom: 1px solid #737B7D !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
    letter-spacing: 0.5px !important;
    line-height: 160% !important;
    font-style: normal !important;
    font-weight: 500 !important;
    padding-inline: 0 !important;
}

.ginput_container input::placeholder {
    text-transform: capitalize !important;
    color: rgba(0, 0, 0, 0.38) !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;
}

.gform_footer input[type=submit] {
    border-radius: 32px !important;
    background-color: var(--baseDark-color) !important;
    color: var(--baseLight-color) !important;
    font-size: var(--text-base) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 26px !important;
}

.gform_footer {
    margin-block-start: 52px !important;
}

.gform_footer input[type=submit]:focus {
    border: none !important;
    box-shadow: none !important;
}

.gform_confirmation_message {
    color: black !important;
    text-align: center !important;
    font-weight: bold !important;
}

/*********************
END: LEARN
*********************/

/*********************
START: APP
*********************/
.app {
    background-color: var(--baseDark-color);
    color: var(--baseLight-color);
    padding-block-start: 5.75rem;
}

.app--title {
    line-height: 64px;
    font-weight: 700;
    font-style: normal;
}

.app--content ul {
    display: flex;
    column-gap: 2rem;
    width: 70%;
    margin-inline: auto;
    margin-block-start: 2rem;
}

.app--content ul li h6 {
    line-height: 34px;
    margin-block-end: 1rem;
    font-weight: 400;
}

.app--content ul li p {
    line-height: 28px;
    font-weight: 300;
    color: white;
}

.app--content>img {
    width: 68%;
    margin-block-start: 46px;
    margin-inline: auto;
    display: block;
}

/*********************
END: APP
*********************/

/*********************
START: NEWS
*********************/
.news {
    margin-block-start: 6.25rem;
}

.news--title {
    line-height: 64px;
    font-weight: 700;
    font-style: normal;
}

.news--text {
    font-weight: 500;
    line-height: 32px;
    margin-block-end: 0.5rem;
}

.news--list {
    display: flex;
    justify-content: space-between;
    margin-block: 3.5rem;
}

.news--item__left,
.news--item__right {
    width: 48%;
}

.news--item__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 800px;
    padding: 3.5rem 3.8rem;
    border-radius: 45px;
    background-color: #FFF7B2;
}

.news--item__left h3 {
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin-block-end: 2.75rem;
}

.news--item__left>img {
    width: 250px;
    height: 250px;
}

.item--right__content {
    display: flex;
    padding: 2rem 1.5rem;
    border-radius: 45px;
    min-height: 260px;
    justify-content: space-between;
}

.item--right__content:not(:last-child) {
    margin-block-end: 1rem;
}


.item--right__content:first-child {
    background-color: #E6CDF4;
}

.item--right__content:first-child>div>img {
    max-width: 75% !important;
    max-height: 75% !important;
    margin-block-end: 7px;
}

.item--right__content:nth-child(2) {
    background-color: #DFEEF4;
}

.item--right__content:nth-child(2)>div>img {
    max-width: 45% !important;
    max-height: 45% !important;
}

.item--right__content:nth-child(3) {
    background-color: #FFEBEE;
}

.item--right__content:nth-child(3)>div>img {
    max-width: 60% !important;
    max-height: 60% !important;
}

.item--right__content>div:last-child {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}

.item--right__content>div:last-child h3 {
    font-weight: 500;
    line-height: 28px;
}

.item--right__content>div:first-child {
    width: 45%;
    height: fit-content;
    margin-block-start: auto;
}

.item--right__content a.btn--text:hover,
.item--left__content a.btn--text:hover {
    color: var(--baseDark-color)
}

/*********************
END: NEWS
*********************/

/*********************
START: INTERVIEW
*********************/
.interview {
    background-color: #785FA0;
    padding-block: 84px;
}

.interview--box {
    width: 100%;
    margin-inline: auto;
    border-radius: 35px;
    padding-inline: 117px;
    padding-block-end: 60px;
    background-color: var(--baseDark-color);
}

.interview--content {
    background-color: #1C1C1C;
    position: relative;
    min-height: 500px;
    padding-inline: 105px;
    padding-block-end: 1.5rem;
}

.interview--content::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.76%, rgba(0, 0, 0, .8) 100%);
}

.interview--persons {
    display: flex;
    padding-block-start: 80px;
    position: relative;
    justify-content: space-between;
}

.interview--persons img.index--img {
    border-radius: 30px;
    width: 48%;
    aspect-ratio: 4/4;
    height: auto;
    object-fit: cover;
}

.interview--persons .play--btn {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 105px;
    height: 82px;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.interview--info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-block-start: 1.5rem;
}

.interview--info>* {
    width: 48%;
}

.interview--info>div:first-child h6 {
    line-height: 140%;
    font-weight: 700;
}

.interview--info>div:first-child p {
    line-height: 28px;
    letter-spacing: 0.15px;
    margin-block: 0.5rem;
}

.interview--info>div:first-child span {
    line-height: 160%;
    font-weight: 300;
}

.interview--info>div:last-child {
    display: flex;
    justify-content: flex-end;
    row-gap: 1rem;
    column-gap: 55px
}

.interview--info>div:last-child .type {
    width: 160px;
    height: auto;
}

.interview--info>div:last-child .logo {
    width: 116.952px;
    height: 26px;
}

/*********************
END: INTERVIEW
*********************/


/*********************
START: FOOTER
*********************/
.footer--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer--text img {
    width: 120px;
    margin-block-end: 1.5rem;
}

.footer--text p {
    border-top: 1px solid #3B3B3B;
    padding-block: 0.5rem;
    color: #B4B5B8;
}

.footer--social ul {
    display: flex;
    align-items: center;
}

.footer--social ul li:not(:first-child) {
    margin-inline-start: 3rem !important;
}

/*********************
END: FOOTER
*********************/

/*********************
START: LEADING RE
*********************/
/* header */
.leadingRe--header__content {
    display: flex;
    align-items: center;
}

.leadingRe--header__content .leadingRe--icon {
    margin-inline-start: 53px;
}

.page-template-leading-re .leadingRe--header__content .leadingRe--icon>img {
    width: 149.211px;
    height: 63px;
}

.page-template-whos-who-lre .leadingRe--header__content .leadingRe--icon>img {
    width: 171px;
    height: 63px;
}

/* hero */
.leadingRe.hero {
    overflow: hidden;
}

.leadingRe .hero--text {
    width: 45%;
}

.leadingRe .hero--img {
    width: 48%;
    position: relative;
}

.leadingRe .hero--img .hero--img__left {
    position: absolute;
    top: 149px;
    left: 0;
    z-index: 1;
}

.leadingRe .hero--img .hero--img__left img {
    border-radius: 30.05px;
    /*     background: #FFF; */
    width: 220.982px;
    height: 367.071px;
    box-shadow: 0px 1.849px 20.341px 1.849px rgba(99, 99, 99, 0.12);
}

.leadingRe .hero--img .hero--img__index {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leadingRe .hero--img .hero--img__index img {
    width: 290px;
}

.leadingRe .hero--img .hero--img__right {
    position: absolute;
    top: 98px;
    color: var(--baseLight-color);
    right: 50px;
    width: 165.414px;
    height: 125px;

}

.leadingRe .hero--img .hero--img__right .hero--img__right__content {
    z-index: 1;
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.leadingRe .hero--img .hero--img__right .hero--img__right__content::before {
    position: absolute;
    content: "";
    width: 165.5px;
    height: 125px;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
    filter: drop-shadow(0px 1.85px 20px rgba(0, 0, 0, 0.25));
    background-image: url("../img/leading-re/leadingRe-hero-img-bg.svg");
}

.leadingRe .hero--img .hero--img__right .hero--img__right__content img {
    position: absolute;
    width: 40px;
    height: auto;
    aspect-ratio: 4/4;
    top: 15px;
    z-index: -1;
}

.leadingRe .hero--img .hero--img__right .hero--img__right__content h6 {
    font-size: 11.714px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.18px;
    letter-spacing: 0.117px;
    margin-block-end: 2px;
    color: var(--baseLight-color);
}

.leadingRe .hero--img .hero--img__right .hero--img__right__content p {
    font-size: 8.59px;
    font-style: normal;
    font-weight: 300;
    line-height: 11.714px;
    letter-spacing: -0.086px;
    color: var(--baseLight-color);
    margin-bottom: 0;
}

/* trusted */
.leadingRe.trusted .swiper-slide[aria-label="1 / 10"] img {
    max-width: 90%;
}

.leadingRe.trusted .swiper-slide:is([aria-label="9 / 10"], [aria-label="10 / 10"]) img {
    max-width: 85%;
}

.leadingRe.trusted .swiper-slide:is([aria-label="3 / 10"], [aria-label="4 / 10"], [aria-label="6 / 10"], [aria-label="7 / 10"]) img {
    max-width: 100%;
}

/* news */
.leadingRe.news {
    overflow: hidden;
}

.leadingRe ul.news--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-block-start: 56px;
}

.leadingRe ul.news--items li {
    margin: 12px;
    flex-basis: calc(50% - 24px);
    border-radius: 45px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 260px;
}

.leadingRe ul.news--items li:nth-child(1) {
    background: #E6CDF4;
}

.leadingRe ul.news--items li:nth-child(2) {
    background: #FFFFD6;
}

.leadingRe ul.news--items li:nth-child(3) {
    background: #DFEEF4;
}

.leadingRe ul.news--items li:nth-child(4) {
    background: #FFEBEE;
}

.leadingRe ul.news--items li>* {
    width: 45%;
}

.leadingRe ul.news--items li:nth-child(1)>div:first-child img {
    width: 145.474px;
    height: 50px;
    margin-block-end: 0.5rem;
}

.leadingRe ul.news--items li:nth-child(2)>div:first-child img {
    width: 103px;
    height: 103px;
}

.page-template-leading-re .leadingRe ul.news--items li:nth-child(3)>div:first-child img {
    width: 188.273px;
    height: 188.273px;
    transform: translateY(50px);
}

.page-template-whos-who-lre .leadingRe ul.news--items li:nth-child(3)>div:first-child img {
    width: 191px;
    height: 70px;
}

.leadingRe ul.news--items li:nth-child(4)>div:first-child img {
    width: 160px;
    height: 74px;
    margin-block-end: 0.5rem;
}


.leadingRe ul.news--items li>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.leadingRe ul.news--items li>div p {
    color: var(--baseDark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
}

/* helpYou */
.leadingRe.helpYou {
    background: #69548C;
    padding-block: 79px;
    margin-block-start: 80px;
}

.leadingRe.helpYou a.btn--black {
    display: block;
}

.leadingRe.helpYou .helpYou--title h5 {
    color: var(--baseLight-color);
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.27px;
    text-transform: capitalize;
    margin-block-end: 1rem;
}

.leadingRe.helpYou .helpYou--title p {
    color: var(--baseLight-color);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-block-end: 56px;
}

.leadingRe.helpYou .helpYou--slider {
    width: 85%;
    margin-inline: auto;
}

.leadingRe.helpYou .helpYou--slider__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 600px;
    border-radius: 35px;
    /*     box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1); */
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--img,
.leadingRe.helpYou .helpYou--slider__inner .helpYou--text {
    width: 50%;
}

.page-template-leading-re .leadingRe.helpYou .helpYou--slide:nth-child(odd) .helpYou--slider__inner .helpYou--img {
    background-color: #E6CDF4;
}

.page-template-leading-re .leadingRe.helpYou .helpYou--slide:nth-child(even) .helpYou--slider__inner .helpYou--img,
.page-template-testimonial .leadingRe.helpYou .helpYou--slide:nth-child(1) .helpYou--slider__inner .helpYou--img {
    background-color: #A5A7CD;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #1C1C1C;
    color: var(--baseLight-color);
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text> :is(p, .helpYou--info, .helpYou--icons) {
    padding-inline: 70px;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
    padding-block-start: 88px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.15px;
    color: var(--baseLight-color);
    margin-bottom: 0;
    /* width: 100%; */
}

.page-template-testimonial .swiper-slide[aria-label="2 / 2"] .helpYou--slider__inner .helpYou--text>p {
    padding-block-start: 50px;
    font-size: 16px;
    font-weight: 400;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
    /* width: 99% !important; */
    font-weight: 400;
    line-height: 24px;
    padding-block-start: 79px;
    font-size: unset !important;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p>span {
    font-weight: 700;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p br {
    display: none;
}


.leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info {
    margin-block: 3rem;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info {
    margin-block: 56px 77px;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info .stars {
    margin-block-end: 1rem;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--baseLight-color);
    margin-bottom: 0;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info>p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--baseLight-color);
    margin-bottom: 0;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--icons {
    display: flex;
    align-items: center;
    column-gap: 70px;
    padding-block-end: 53px;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--icons {
    justify-content: space-between;
}

.leadingRe.helpYou .helpYou--slide:first-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 128.09px;
    height: 100px;
    aspect-ratio: 128.09/100.00;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slide:first-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 115px;
    height: 70px;
    aspect-ratio: 115/70;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slide:nth-child(2) .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 135px;
    height: 35px;
    aspect-ratio: 135/35;
}


.leadingRe.helpYou .helpYou--slide:last-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img,
.page-template-testimonial .leadingRe.helpYou .helpYou--slide:first-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 147.475px;
    height: 45px;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slide:last-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 120.11px;
    height: 48px;
    aspect-ratio: 120.11/48;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--icons>div:last-child img {
    width: 151px;
}

.page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--icons>div:last-child img {
    width: 113px;
    height: 39.83px;
}


.leadingRe.helpYou .helpYou--slider__inner .helpYou--img {
    position: relative;
    height: 100%;
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top center;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    transform: scale(1.02) translateY(5px);
}

.leadingRe.helpYou .helpYou--slider__inner .helpYou--img {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.leadingRe.helpYou .swiper {
    width: 100%;
    height: 100%;
}


/* leadingRe-theme3 */
/* public */

.leadingRe-theme3 .platform--content h2,
.leadingRe-theme3 .award--content h3,
.leadingRe-theme3 .brokers--content h4 {
    font-family: var(--font-family-CircularXX);
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.27px;
    text-transform: capitalize;
}

.leadingRe-theme3 .platform--content p,
.leadingRe-theme3 .award--content p,
.leadingRe-theme3 .brokers--content .container>div>p {
    font-size: var(--text-2xl);
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-block: 2rem;
}

.leadingRe-theme3 .platform--content p,
.leadingRe-theme3 .brokers--content .container>div>p {
    font-weight: 400;
}

.leadingRe-theme3 .platform--content a.btn,
.leadingRe-theme3 .award--content a.btn {
    margin-inline: auto;
    margin-block-end: 2rem;
}

/* header */
.page-template-luxury-real-estate-crm header,
.page-template-testimonial header {
    background-color: transparent;
}

/* hero */
.leadingRe-theme3.hero .hero--text>h1 {
    margin: .67em 0;
}

.leadingRe-theme3.hero .hero--text>span {
    font-size: 32px;
    font-weight: 500;
    width: 80%;
    display: block;
}

.leadingRe-theme3.hero .hero--img {
    position: relative;
}

.leadingRe-theme3.hero .hero--img .hbspt-form {
    background: var(--baseLight-color);
    border-radius: 45px;
    padding: 77px 38px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    min-height: 570px;
}

.leadingRe-theme3.hero .loading--form {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-right-color: #000;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(133, 132, 132, 0.4);
    border-radius: 50%;
    border-top-color: #000;
    animation: spinLoader 1s ease-in-out infinite;
    -webkit-animation: spinLoader 1s ease-in-out infinite;
    display: block;
    z-index: 3;
}

.leadingRe-theme3.hero .loading--form.hidden {
    display: none;
}

@keyframes spinLoader {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="2 / 10"] img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="10 / 10"] img {
    max-width: 80%;
}

.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="20 / 28"] img,
.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="2 / 28"] img,
.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="4 / 28"] img,
.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="5 / 28"] img,
.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="10 / 28"] img,
.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="12 / 28"] img,
.page-template-luxury-real-estate-crm .trusted .linearSwiper .swiper-slide[aria-label="16 / 28"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="4 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="3 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="7 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="12 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="13 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="15 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="17 / 18"] img,
.page-id-787 .trusted .linearSwiper .swiper-slide[aria-label="18 / 18"] img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="1 / 10"] img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="3 / 10"] img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="4 / 10"] img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="6 / 10"] img,
.page-id-870 .trusted .linearSwiper .swiper-slide[aria-label="7 / 10"] img {
    max-width: 100%;
}

.leadingRe.helpYou a.btn--white {
    display: none;
}

.page-template-testimonial .leadingRe.helpYou .helpYou--title p {
    margin-block-end: 2rem;
}

.page-template-testimonial .leadingRe.helpYou a.btn--white,
.page-template-leading-re .leadingRe.helpYou a.btn--white,
.page-template-leading-re .leadingRe.news a.btn--black {
    display: block;
    margin-inline: auto;
    margin-block-end: 2rem;
}

.page-template-whos-who-lre .news--content .btn--black {
    margin: 0.5rem auto 0 auto;
}

/* helpYou */
.page-template-luxury-real-estate-crm .leadingRe.helpYou {
    margin-block-start: 0;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou a.btn--white {
    display: block;
    margin-inline: auto;
    margin-block-end: 2rem;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--title h5 {
    line-height: 64px;
    margin-block-end: 32px;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--title p {
    margin-block-end: 32px;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--title a.btn {
    margin-block-end: 32px;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner {
    height: 560px;
}


.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
    padding-block-start: 80px;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p strong {
    font-weight: 400 !important;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text {
    justify-content: flex-start;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text> :is(p, .helpYou--info, .helpYou--icons) {
    padding-inline: 55px;
    margin-block-start: 0;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="8 / 8"] .helpYou--slider__inner .helpYou--img {
    background-color: #E6CDF4;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="6 / 8"] .helpYou--slider__inner .helpYou--img {
    background-color: #A5A7CD;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="1 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 200px !important;
    height: 32px !important;
    aspect-ratio: 25/4 !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="2 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 165px !important;
    height: 30px !important;
    aspect-ratio: 11/2 !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="3 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 115px !important;
    height: 19px !important;
    aspect-ratio: 115/19 !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="4 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 67px !important;
    height: 80px !important;
    aspect-ratio: 67/80 !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="5 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 120.113px !important;
    height: 48px !important;
}


.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="6 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 147.475px !important;
    height: 45px !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="7 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 115px !important;
    height: 70px !important;
    aspect-ratio: 23/14 !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="8 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
    width: 128.09px !important;
    height: 100px !important;
    aspect-ratio: 128.09/100.00 !important;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide .helpYou--slider__inner .helpYou--text {
    padding-block-end: 3rem;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide .helpYou--slider__inner .helpYou--text .helpYou--icons {
    position: absolute;
    bottom: 24px;
    left: 0;
}

.page-template-luxury-real-estate-crm .helpYou .helpYou--slide .helpYou--slider__inner .helpYou--text .helpYou--icons div:nth-child(2) {
    display: none;
}

.page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 2rem;
}


/* page-id-787 */
body.page-id-787 .leadingRe.helpYou {
    background-color: #2C2C2C;
}


/* platform */
.leadingRe-theme3.platform {
    background-color: #2C2C2C;
    padding-block: 72px 40px;
}

.leadingRe-theme3 .platform--content .box--video {
    max-width: 1050px;
    width: 100%;
    height: 520px;
    border-radius: 30px;
    background: var(--baseDark-color);
    position: relative;
    margin-inline: auto;
}

.leadingRe-theme3 .platform--content .box--video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 30px;
}


/* .leadingRe-theme3 .platform--content .box--video .overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.25);
}

.leadingRe-theme3 .platform--content .box--video .overlay.active {
    display: none;
}

.leadingRe-theme3 .platform--content .box--video .play--btn {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 2;
    transform: translate(-50%, -50%);
} */

/* award */
.leadingRe-theme3.award {
    padding-block: 100px 90px;
    background-color: #F4F1EC;
}

.leadingRe-theme3 .award--content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 119px;
    row-gap: 95px;
    padding: 107px 82px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.10);
}

.leadingRe-theme3 .award--content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leadingRe-theme3 .award--content ul li:nth-child(1) {
    order: 1;
}

.leadingRe-theme3 .award--content ul li:nth-child(2) {
    order: 2;
}

.leadingRe-theme3 .award--content ul li:nth-child(3) {
    order: 3;
}

.leadingRe-theme3 .award--content ul li:nth-child(4) {
    order: 4;
}

.leadingRe-theme3 .award--content ul li:nth-child(5) {
    order: 5;
}

.leadingRe-theme3 .award--content ul li:nth-child(6) {
    order: 6;
}

.leadingRe-theme3 .award--content ul li:nth-child(7) {
    order: 7;
}

.leadingRe-theme3 .award--content ul li:nth-child(8) {
    order: 8;
}

.leadingRe-theme3 .award--content ul li:nth-child(1) img {
    width: 215.302px;
    height: 74px;
    aspect-ratio: 215.30/74.00;
}

.leadingRe-theme3 .award--content ul li:nth-child(2) img {
    width: 212.653px;
    height: 47.579px;
}

.leadingRe-theme3 .award--content ul li:nth-child(3) img {
    width: 98px;
    height: 98px;
    aspect-ratio: 1/1;
}

.leadingRe-theme3 .award--content ul li:nth-child(4) img {
    width: 215.357px;
    height: 75.918px;
}

.leadingRe-theme3 .award--content ul li:nth-child(5) img {
    width: 214.723px;
    height: 67px;
    flex-shrink: 0;
    aspect-ratio: 214.72/67.00;
}

.leadingRe-theme3 .award--content ul li:nth-child(6) img {
    width: 225.57px;
    height: 60px;
    aspect-ratio: 225.57/60.00;
}

.leadingRe-theme3 .award--content ul li:nth-child(7) img {
    width: 84.067px;
    height: 97px;
    aspect-ratio: 84.07/97.00;
}

.leadingRe-theme3 .award--content ul li:nth-child(8) img {
    width: 228.886px;
    height: 72px;
    aspect-ratio: 228.89/72.00;
}

/* brokers */
.leadingRe-theme3.brokers {
    background: var(--bg-dark1-color);
    padding-block: 100px 145px;
}

.leadingRe-theme3.brokers .mobileBrokers {
    display: none;
}

.leadingRe-theme3.brokers .mobileBrokers ul {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
}

.leadingRe-theme3 .brokers--content .swiper-wrapper {
    transition-timing-function: linear !important;
    /* align-items: center;
    justify-content: space-between; */
}

.leadingRe-theme3 .brokers--content .swiper-slide,
.leadingRe-theme3.brokers .mobileBrokers ul li {
    border-radius: 35px;
    padding: 56px 54px;
}

.leadingRe-theme3 .brokers--content .swiper-slide {
    min-height: 448px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadingRe-theme3.brokers .mobileBrokers ul li {
    min-height: 309px;
}

.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="1 / 10"],
.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="6 / 10"],
.leadingRe-theme3.brokers .mobileBrokers ul li:nth-child(1) {
    background: #E6CDF4;
}

.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="2 / 10"],
.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="7 / 10"],
.leadingRe-theme3.brokers .mobileBrokers ul li:nth-child(2) {
    background: #FFFFD6;
}

.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="3 / 10"],
.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="8 / 10"],
.leadingRe-theme3.brokers .mobileBrokers ul li:nth-child(3) {
    background: #DFEEF4;
}

.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="4 / 10"],
.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="9 / 10"],
.leadingRe-theme3.brokers .mobileBrokers ul li:nth-child(4) {
    background: #FFEBEA;
}

.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="5 / 10"],
.leadingRe-theme3 .brokers--content .swiper-slide[aria-label="10 / 10"],
.leadingRe-theme3.brokers .mobileBrokers ul li:nth-child(5) {
    background: #E2F4DF;
}

.leadingRe-theme3 .brokers--content .swiper-slide picture img {
    width: 72px;
    height: 72px;
    border-radius: 15px;
}

.leadingRe-theme3.brokers .mobileBrokers ul li picture img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.leadingRe-theme3 .brokers--content .swiper-slide h5,
.leadingRe-theme3.brokers .mobileBrokers ul li h5 {
    color: var(--baseDark-color);
    font-family: var(--font-family-CircularXX);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-block: 2rem;
}

.leadingRe-theme3 .brokers--content .swiper-slide h5 {
    font-size: var(--text-2xl);
    width: 75%;
}

.leadingRe-theme3.brokers .mobileBrokers ul li h5 {
    font-size: var(--text-lg);
}

.leadingRe-theme3 .brokers--content .swiper-slide p,
.leadingRe-theme3.brokers .mobileBrokers ul li p {
    color: var(--baseDark-color);
    font-family: var(--font-family-CircularXX);
    font-style: normal;
    font-weight: 300;
    margin-block-end: 0;
}

.leadingRe-theme3 .brokers--content .swiper-slide p {
    font-size: var(--text-xl);
    line-height: 28px;
}

.leadingRe-theme3.brokers .mobileBrokers ul li p {
    font-size: 1rem;
    line-height: 130%;
}

/*********************
END: LEADING RE
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {

    .ginput_container input[type=text],
    .ginput_container input[type=email],
    .ginput_container input[type=tel],
    .ginput_container input::placeholder {
        font-size: var(--text-lg) !important;
    }

    .hero--text h1,
    .leadingRe-theme3 .platform--content h2,
    .leadingRe-theme3 .award--content h3,
    .leadingRe-theme3 .brokers--content h4 {
        font-size: var(--text-6xl);
    }

    .hero--text p {
        font-size: var(--text-xl);
    }

    .page-id-787 .hero--text .description-hero-testimonial p {
        font-size: var(--text-3xl);
        font-weight: 500;
        line-height: 40px;
    }

    .hero--slide .slide--title>.avatar {
        width: 150px;
        height: 150px;
    }

    .trusted--title h2 {
        font-size: var(--text-3xl);
    }

    .app--content ul {
        width: 76%;
    }

    .app--content ul li p {
        font-size: var(--text-xl);
    }

    .learn--title,
    .app--title,
    .news--title {
        font-size: var(--text-6xl);
    }

    .hero--slide .slides>.slide>p,
    .learn--text,
    .app--content ul li h6,
    .news--text {
        font-size: var(--text-2xl);
    }

    .news--item__left h3 {
        font-size: var(--text-3xl);
    }

    .item--right__content>div:last-child h3 {
        font-size: var(--text-xl);
    }

    .interview--info>div h6 {
        font-size: var(--text-3xl);
    }

    .interview--info>div p {
        font-size: var(--text-xl);
    }

    /* leadingRe	 */
    .leadingRe .hero--text {
        width: 42%;
    }

    .leadingRe-theme3.hero .hero--text {
        width: 40%;
    }

    .leadingRe-theme3.hero .hero--text p {
        width: 95%;
    }

    .leadingRe-theme3.hero .hero--text>span {
        font-size: 32px;
    }

    .leadingRe-theme3.platform .platform--content h2 {
        width: 60%;
        margin-inline: auto;
    }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {

    .ginput_container input[type=text],
    .ginput_container input[type=email],
    .ginput_container input[type=tel],
    .ginput_container input::placeholder {
        font-size: var(--text-base) !important;
    }

    .hero--text h1,
    .leadingRe-theme3 .platform--content h2,
    .leadingRe-theme3 .award--content h3,
    .leadingRe-theme3 .brokers--content h4 {
        font-size: var(--text-6xl);
    }

    .hero--text p {
        font-size: var(--text-xl);
    }

    .page-id-787 .hero--text .description-hero-testimonial p {
        font-size: var(--text-2xl);
        font-weight: 500;
        line-height: 40px;
    }

    .hero--slide .slide--title>.avatar {
        width: 140px;
        height: 140px;
    }

    .trusted--title h2 {
        font-size: var(--text-3xl);
    }

    .app--content ul li p {
        font-size: var(--text-lg);
    }

    .learn--title,
    .app--title,
    .news--title,
    .leadingRe.helpYou .helpYou--title h5 {
        font-size: var(--text-5xl);
    }

    .hero--slide .slides>.slide>p,
    .learn--text,
    .app--content ul li h6,
    .news--text {
        font-size: var(--text-2xl);
    }

    .news--item__left h3 {
        font-size: var(--text-2xl);
    }

    .item--right__content>div:last-child h3 {
        font-size: var(--text-xl);
    }

    .interview--info>div h6 {
        font-size: var(--text-3xl);
    }

    .interview--info>div p {
        font-size: var(--text-xl);
    }

    .leadingRe-theme3.hero .hero--text>span {
        font-size: var(--text-3xl);
    }
}

@media screen and (max-width: 1319px) {

    .hero--text h1,
    .leadingRe-theme3 .platform--content h2,
    .leadingRe-theme3 .award--content h3,
    .leadingRe-theme3 .brokers--content h4 {
        font-size: var(--text-5xl);
    }

    .hero--text p {
        font-size: var(--text-lg);
    }

    .page-id-787 .hero--text .description-hero-testimonial p {
        font-size: var(--text-xl);
        font-weight: 500;
        line-height: 40px;
    }

    .hero--slide .slide--title>.avatar {
        width: 130px;
        height: 130px;
    }

    .trusted--title h2 {
        font-size: var(--text-2xl);
    }

    .learn--text p {
        width: 70%;
    }

    .app--content ul {
        width: 80%;
    }

    .app--content ul li p {
        font-size: var(--text-lg);
    }

    .learn--title,
    .app--title,
    .news--title,
    .leadingRe.helpYou .helpYou--title h5 {
        font-size: var(--text-5xl);
    }

    .hero--slide .slides>.slide>p,
    .learn--text,
    .app--content ul li h6,
    .news--text {
        font-size: var(--text-2xl);
    }

    .news--item__left h3 {
        font-size: var(--text-2xl);
    }

    .item--right__content>div:last-child h3 {
        font-size: var(--text-xl);
    }

    .news--item__left>img {
        width: 230px;
        height: 230px;
    }

    .interview--box {
        padding-inline: 90px;
    }

    .interview--info>div h6 {
        font-size: var(--text-xl);
    }

    .interview--info>div p {
        font-size: var(--text-lg);
    }

    .interview--info>div:last-child {
        column-gap: 28px;
    }

    /* leadingRe */
    .leadingRe .hero--img {
        width: 55%;
    }

    .leadingRe .hero--text {
        width: 40%;
    }

    .leadingRe.helpYou .helpYou--slider {
        width: 90%;
    }

    .leadingRe-theme3 .award--content ul {
        column-gap: 65px;
    }

    .leadingRe-theme3.hero .hero--text>span {
        font-size: var(--text-2xl);
        width: 85%;
    }

}

@media screen and (max-width: 1200px) {
    .page-id-787 .hero--text .description-hero-testimonial p {
        font-size: var(--text-lg);
        line-height: var(--line-height160);
    }

    .page-template-testimonial .name-testimonial-person {
        font-size: 18px;
    }

    .learn--text p {
        width: 80%;
    }

    .app--content>img {
        width: 80%;
    }

    .app--content ul {
        width: 90%;
    }

    .news--item__left h3 {
        font-size: var(--text-xl);
    }

    .news--item__left>img {
        width: 220px;
        height: 220px;
    }

    .interview--box {
        width: 100%;
        padding-inline: 50px;
    }

    .interview--content {
        padding-inline: 80px;
    }

    .interview--info>div:last-child {
        column-gap: 55px;
    }

    /* leadingRe */
    .leadingRe .hero--img .hero--img__right {
        right: 0;
    }

    .leadingRe .hero--img {
        width: 57%;
    }

    .leadingRe .hero--img .hero--img__left img {
        width: 185.982px;
        height: 342.071px;
    }

    .leadingRe.helpYou .helpYou--title p {
        font-size: var(--text-xl);
    }

    .leadingRe.helpYou .helpYou--slider {
        width: 100%;
    }

    .leadingRe.helpYou .swiper-slide:is([aria-label="1 / 2"], [aria-label="2 / 2"]) .helpYou--slider__inner .helpYou--text>p {
        width: 75%;
    }

    .leadingRe-theme3.hero .hero--text {
        width: 46%;
    }

    .leadingRe-theme3 .award--content ul {
        padding: 60px 47px;
        grid-template-columns: repeat(3, 1fr);
    }

    .leadingRe-theme3 .brokers--content .swiper-slide h5 {
        font-size: var(--text-xl);
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text> :is(p, .helpYou--info, .helpYou--icons) {
        padding-inline: 45px;
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
        padding-block-start: 60px;
    }

    .leadingRe-theme3 .brokers--content .swiper-slide h5 {
        width: 65%;
    }

    .platform--content h2 br {
        display: none;
    }

}

@media screen and (max-width: 992px) {

    .hero--text h1,
    .leadingRe-theme3 .platform--content h2,
    .leadingRe-theme3 .award--content h3,
    .leadingRe-theme3 .brokers--content h4 {
        font-size: var(--text-4xl);
        line-height: 40px;
    }

    .hero--text h1 br {
        display: none;
    }

    .hero--content {
        flex-direction: column;
    }

    .hero--content>* {
        width: 100%;
    }

    .hero--slide {
        margin-block-start: 2rem;
    }

    .hero--slide .slide--title>.avatar {
        width: 120px;
        height: 120px;
    }

    .page-template-testimonial .name-testimonial-person {
        margin-block-end: 2rem;
    }

    .learn--text p {
        width: 90%;
    }

    .app--content>img {
        width: 90%;
    }

    .app--content ul {
        width: 100%;
    }

    .learn--title,
    .app--title,
    .news--title,
    .leadingRe.helpYou .helpYou--title h5 {
        font-size: var(--text-4xl);
    }

    .hero--slide .slides>.slide>p,
    .learn--text,
    .app--content ul li h6,
    .news--text {
        font-size: var(--text-xl);
    }

    .news--list {
        flex-direction: column;
    }

    .news--item__left {
        width: 100%;
        min-height: auto;
        margin-block-end: 1rem;
        padding: 2rem 1.5rem;
    }

    .news--item__left>img {
        width: 200px;
        height: 200px;
        margin-block-start: 1rem;
        margin-inline-start: auto;
    }

    .news--item__right {
        width: 100%;
    }

    .item--right__content>div:last-child h3 {
        font-size: var(--text-lg);
    }

    .interview--info {
        flex-direction: column;
    }

    .interview--info>div:first-child {
        width: 100%;
    }

    .interview--info>div:last-child {
        margin-block-start: 2rem;
        justify-content: flex-start;
        width: 100%;
    }

    .interview--persons .play--btn {
        width: 90px;
        height: 65px;
    }

    .footer--social ul li img {
        width: 24px;
        height: 24px;
    }

    .footer--social ul li:not(:first-child) {
        margin-inline-start: 2rem;
    }

    /* leading Re */
    .leadingRe.hero {
        padding-block-end: 0;
    }

    .leadingRe .hero--content {
        flex-direction: column;
    }

    .leadingRe .hero--text {
        width: 100%;
    }

    .leadingRe .hero--img {
        width: 75%;
        margin-block-start: 106px;
    }

    .leadingRe ul.news--items li {
        flex-direction: column;
        padding: 2rem;
    }

    .leadingRe ul.news--items li>* {
        width: 100%;
    }

    .leadingRe ul.news--items li>div p {
        margin-block: 2rem;
    }

    .page-template-leading-re .leadingRe ul.news--items li:nth-child(3)>div:first-child img {
        transform: translateY(-50px);
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--icons {
        column-gap: 2rem;
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text> :is(p, .helpYou--info, .helpYou--icons) {
        padding-inline: 40px;
    }

    .leadingRe.helpYou .swiper-slide:is([aria-label="1 / 2"], [aria-label="2 / 2"]) .helpYou--slider__inner .helpYou--text>p {
        width: 80%;
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info {
        margin-block: 2rem;
    }

    .page-template-whos-who-lre .hero--text p {
        width: 100%;
    }

    .page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info {
        margin-block: 45px;
    }

    .page-template-whos-who-lre .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
        padding-block-start: 50px;
    }

    .leadingRe-theme3.trusted {
        padding-block-start: 0;
    }

    .leadingRe-theme3.hero .hero--text>p {
        margin-block-end: 62px;
    }

    .leadingRe-theme3.hero .hero--text {
        width: 100%;
    }

    .leadingRe-theme3 .award--content ul {
        padding: 60px 56px;
        column-gap: 59px;
        row-gap: 54px;
        grid-template-columns: repeat(2, 1fr);
    }

    .leadingRe-theme3 .award--content ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(1) {
        order: 5;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(2) {
        order: 6;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(3) {
        order: 1;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(4) {
        order: 3;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(5) {
        order: 7;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(6) {
        order: 8;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(7) {
        order: 2;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(8) {
        order: 4;
    }

    .leadingRe-theme3 .brokers--content .swiper-slide h5 {
        width: 58%;
    }
}

@media screen and (max-width: 768px) {
    .hero--slide .slide--title>.avatar {
        width: 110px;
        height: 110px;
    }

    .page-id-787 .hero--text .description-hero-testimonial p {
        font-size: var(--text-base);
    }

    .page-template-testimonial .name-testimonial-person {
        font-size: 16px;
    }

    .learn--content {
        flex-direction: column;
    }

    .learn--text {
        width: 100%;
        margin-block-end: 2rem;
    }

    .learn--text br {
        display: none;
    }

    .learn--text p {
        width: 100%;
    }

    .learn--form {
        width: 100%;
    }

    .app--content>img {
        width: 100%;
    }

    .app--content ul {
        flex-direction: column;
        margin-block-start: 1rem;
    }

    .app--content ul li:not(:last-child) {
        margin-block-end: 1.5rem;
    }

    .app--content ul li h6 {
        margin-block-end: 0;
    }

    .learn--title,
    .app--title,
    .news--title,
    .leadingRe.helpYou .helpYou--title h5 {
        font-size: var(--text-3xl);
    }

    .news--item__left>img {
        width: 150px;
        height: 150px;
        margin-block-start: 1rem;
        margin-inline-start: auto;
    }

    .interview--box {
        padding-inline: 2rem;
    }

    .interview--content {
        padding-inline: 30px;
    }

    .interview--persons .play--btn {
        width: 70px;
    }

    .footer--box {
        flex-direction: column;
    }

    .footer--social {
        margin-block-start: 2rem;
    }

    .footer--text img {
        margin-inline: auto;
        display: block;
    }

    .footer--text p {
        text-align: center;
    }

    /* leading Re */
    .leadingRe .hero--img {
        width: 85%;
    }

    .leadingRe ul.news--items li {
        flex-basis: calc(100% - 24px);
    }

    .page-template-leading-re .leadingRe ul.news--items li:nth-child(3)>div:last-child {
        margin-block-start: -90px;
    }

    .leadingRe ul.news--items li>div p,
    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text p {
        font-size: var(--text-lg);
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
        padding-block-start: 50px;
    }

    .leadingRe.helpYou .helpYou--slider__inner {
        flex-direction: column;
        min-height: 600px;
        height: auto;
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--img,
    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text {
        width: 100%;
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--img {
        border-bottom-left-radius: 0;
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--img img {
        border-bottom-left-radius: 0;
        height: auto;
        aspect-ratio: 4 / 4
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text> :is(p, .helpYou--info, .helpYou--icons) {
        padding-inline: 2rem;
    }

    .leadingRe.helpYou .swiper-slide:is([aria-label="1 / 2"], [aria-label="2 / 2"]) .helpYou--slider__inner .helpYou--text>p {
        width: 90%;
    }

    .page-template-testimonial .swiper-slide[aria-label="2 / 2"] .helpYou--slider__inner .helpYou--text>p {
        width: 80% !important;
    }

    .page-template-whos-who-lre .trusted--title h2 {
        width: auto;
    }

    .page-template-luxury-real-estate-crm header {
        padding-block: 45px 32px;
    }

    .page-template-luxury-real-estate-crm .hero--text h1 {
        margin-block-start: 0;
    }

    .page-template-luxury-real-estate-crm header .container,
    .page-template-luxury-real-estate-crm .hero .container {
        grid-template-columns: 1fr 89% 1fr;
    }

    .leadingRe-theme3 .award--content ul li:not(:is(:nth-child(3), :nth-child(7))) img {
        width: 100% !important;
        height: auto !important;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(3) img {
        width: 90px;
        height: 90px;
    }

    .leadingRe-theme3 .award--content ul li:nth-child(7) img {
        width: 71.067px;
        height: 82px;
        aspect-ratio: 71.07/82.00;
    }


    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner {
        height: auto;
        min-height: 560px;
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text {
        min-height: 550px;
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text>p {
        width: 80%;
        padding-block-start: 2rem;
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--info>p {
        width: 100%;
    }

    .page-template-luxury-real-estate-crm .helpYou .helpYou--slide[aria-label="1 / 8"] .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
        width: 196.311px !important;
        height: 31.628px !important;
        aspect-ratio: 196.31/31.63 !important;
    }

    .leadingRe-theme3 .brokers--content .swiper-slide h5 {
        width: 70%;
    }


}


@media screen and (max-width: 660px) {
    .leadingRe .hero--img {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .hero--slide .slide--title>.avatar {
        width: 100px;
        height: 100px;
    }

    .hero--slide .slides>.slide>p,
    .learn--text,
    .app--content ul li h6,
    .news--text {
        font-size: var(--text-lg);
    }

    .hero--slide .slides>.slide>div>img.role {
        width: 50%;
    }

    .item--right__content {
        flex-direction: column;
    }

    .item--right__content>div {
        width: 100% !important;
    }

    .item--right__content>div:last-child h3,
    .item--right__content>div:first-child {
        margin-block: 0 1.5rem;
    }

    .news--item__left>img {
        width: 130px;
        height: 130px;
    }

    .interview--info>div p {
        font-size: var(--text-base);
    }

    .interview--persons .play--btn {
        width: 50px;
        top: 65%;
    }

    .interview--info>div:last-child .logo {
        width: 90px;
        height: 20.2px;
    }

    .interview--info>div:last-child .type {
        width: 135px;
        height: auto;
    }

    .interview--box,
    .interview--content {
        padding-inline: 1rem;
    }

    .interview--content {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    /* leading Re */
    .leadingRe .hero--img .hero--img__index img {
        width: 200px;
        margin-inline: auto;
    }

    .leadingRe .hero--img .hero--img__left {
        top: 50px;
        left: 20px;
    }

    .leadingRe .hero--img .hero--img__left img {
        width: 145.982px;
        height: 250.071px;
    }

    .leadingRe .hero--img .hero--img__right {
        right: 20px;
        top: 40px;
    }

    .leadingRe.helpYou .helpYou--title p {
        font-size: var(--text-lg);
    }

    .leadingRe ul.news--items li>div p,
    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text p {
        font-size: var(--text-base);
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--title h5 {
        line-height: normal;
    }

    .leadingRe-theme3.brokers .swiper.desktopBrokers {
        display: none;
    }

    .leadingRe-theme3.brokers .mobileBrokers {
        display: block;
        width: 95%;
        margin-inline: auto;
    }

    .leadingRe-theme3.brokers .mobileBrokers ul li {
        padding: 1.5rem;
    }

    .leadingRe-theme3.brokers .mobileBrokers ul li p {
        margin-block-end: 2rem;
    }
}

@media screen and (max-width: 500px) {

    /* leading RE */
    .leadingRe .hero--img .hero--img__index img {
        width: 180px;
    }

    .leadingRe .hero--img .hero--img__left {
        left: 42px;
        top: 85px;
    }

    .leadingRe .hero--img .hero--img__left img {
        width: 120px;
        height: 210px;
    }

    .leadingRe .hero--img .hero--img__right {
        right: 0;
    }

    .leadingRe .hero--img .hero--img__right .hero--img__right__content img {
        width: 30px;
    }

    .leadingRe .hero--img .hero--img__right .hero--img__right__content::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }

    .leadingRe .hero--img .hero--img__right .hero--img__right__content {
        padding: 1rem 1rem 1rem 1.5rem;
    }
}


@media screen and (max-width: 470px) {
    .page-template-leading-re .leadingRe--header__content .leadingRe--icon>img {
        width: 124.154px;
        height: 52.42px;
        aspect-ratio: 124.15/52.42;
    }

    .page-template-whos-who-lre .leadingRe--header__content .leadingRe--icon>img {
        width: 150px;
        height: 52px;
        aspect-ratio: 120/52;
    }

    .leadingRe--header__content .leadingRe--icon {
        margin-inline-start: 44px;
    }

    .hero--text h1 {
        width: 90%;
    }

    .leadingRe .hero--img .hero--img__left {
        left: 30px;
    }

    .leadingRe .hero--img .hero--img__right {
        width: 150px;
        right: 10px;
    }
}

@media screen and (max-width: 450px) {
    .leadingRe .hero--img .hero--img__left {
        left: 10px;
    }

    .leadingRe .hero--img .hero--img__right {
        width: 140px;
        right: 5px;
    }
}

@media screen and (max-width: 430px) {
    .leadingRe-theme3 .award--content h3 {
        width: 76%;
        margin-inline: auto;
    }
}

@media screen and (max-width: 425px) {
    .hero--slide .slide--title>.avatar {
        width: 90px;
        height: 90px;
    }

    .hero--slide .slide {
        padding: 2rem;
    }

    .hero--slide .slides>.slide>p {
        font-size: var(--text-base);
    }

    .news--item__left>img {
        width: 120px;
        height: 120px;
    }

    .interview--persons .play--btn {
        width: 45px;
        height: 45px;
        top: 70%;
    }

    .interview--info>div:last-child {
        flex-wrap: wrap;
    }

    /* leading Re */
    .leadingRe--header__content .leadingRe--icon {
        margin-inline-start: 3rem;
    }


    .leadingRe .hero--img {
        display: flex;
        flex-wrap: wrap;
        padding-block-end: 0;
    }

    .leadingRe .hero--img .hero--img__index img {
        width: 165px;
    }

    .leadingRe .hero--img .hero--img__right {
        width: 135px;
        right: 0px;
    }

    .leadingRe .hero--img .hero--img__right .hero--img__right__content h6,
    .leadingRe .hero--img .hero--img__right .hero--img__right__content p {
        font-size: 10px;
        line-height: 12px;
    }

    .leadingRe .hero--img .hero--img__left {
        position: relative;
        width: 30%;
        left: 10px;
    }

    .leadingRe .hero--img .hero--img__right .hero--img__right__content img {
        width: 25px;
    }

    .leadingRe.trusted {
        padding-block-start: 3rem;
    }

    .leadingRe.helpYou .helpYou--slide:first-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
        width: 120.09px;
        height: 92px;
        aspect-ratio: 120.09 / 192.00;
    }

    .leadingRe.helpYou .helpYou--slider__inner .helpYou--text .helpYou--icons>div:last-child img {
        width: 120px;
    }

    .leadingRe.helpYou .helpYou--slide:last-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img,
    .page-template-testimonial .leadingRe.helpYou .helpYou--slide:first-child .helpYou--slider__inner .helpYou--text .helpYou--icons>div:first-child img {
        width: 140.475px;
        height: 40px;
    }

    .leadingRe.helpYou .helpYou--slide.swiper-slide {
        opacity: 0 !important;
    }

    .leadingRe.helpYou .helpYou--slide.swiper-slide-active {
        opacity: 1 !important;
    }

    /* leadingRe-theme3 */
    .leadingRe-theme3.hero .hero--img .hbspt-form {
        padding: 68px 32px;
    }

    .page-template-luxury-real-estate-crm .trusted {
        padding-block-end: 42px;
    }

    .page-template-luxury-real-estate-crm .trusted .trusted--title {
        margin-block-end: 32px;
    }

    .leadingRe-theme3 .trusted--title::before {
        opacity: 0;
    }

    .leadingRe-theme3.trusted .trusted--title h2 {
        opacity: 0;
        visibility: hidden;
        margin-block-start: -7rem;
    }

    .leadingRe-theme3 .platform--content h2 {
        width: 90%;
        margin-inline: auto;
    }

    .leadingRe-theme3.award {
        padding-block: 72px 63px;
    }

    .leadingRe-theme3 .award--content ul {
        padding: 55px 32px;
        column-gap: 30px;
        row-gap: 40px;
    }

    .leadingRe-theme3.platform {
        padding-block: 72px 73px;
    }

    .leadingRe-theme3.brokers {
        padding-block: 72px 50px;
    }

    .leadingRe-theme3 .brokers--content .swiper {
        width: 90% !important;
    }

    .leadingRe-theme3 .brokers--content .swiper-slide {
        height: auto !important;
        min-height: unset;
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou {
        padding-block: 72px 79px;
    }

    .page-template-luxury-real-estate-crm .leadingRe.helpYou .helpYou--slider__inner .helpYou--text> :is(p, .helpYou--info, .helpYou--icons) {
        padding-inline: 2rem;
    }

    .page-template-luxury-real-estate-crm .app {
        padding-block-start: 79px;
    }

    .page-template-luxury-real-estate-crm .app--title {
        width: 50%;
        margin-inline: auto;
        line-height: 130%;
    }
}


@media screen and (max-width: 417px) {
    .leadingRe-theme3 .award--content h3 {
        width: 78%;
    }
}

@media screen and (max-width: 404px) {
    .leadingRe-theme3 .award--content h3 {
        width: 80%;
    }
}

@media screen and (max-width: 394px) {
    .leadingRe-theme3 .award--content h3 {
        width: 81%;
    }
}

@media screen and (max-width: 382px) {
    .leadingRe-theme3 .award--content h3 {
        width: 85%;
    }
}

@media screen and (max-width: 375px) {

    .learn--title,
    .app--title,
    .news--title,
    .leadingRe.helpYou .helpYou--title h5 {
        font-size: var(--text-2xl);
    }

    .hero--slide .slide--title>.avatar {
        width: 80px;
        height: 80px;
    }

    .trusted--title h2 {
        font-size: var(--text-xl);
    }

    .news--item__left>img {
        margin-inline: auto;
    }

    .interview--info>div:last-child {
        column-gap: 40px;
    }

    .leadingRe--header__content .leadingRe--icon {
        margin-inline-start: 2rem;
    }

    .leadingRe .hero--img .hero--img__right {
        width: 120px;
    }

    /* leadingRe-theme3 */
    .leadingRe-theme3 .platform--content p,
    .leadingRe-theme3 .award--content p,
    .leadingRe-theme3 .brokers--content .container>div>p {
        font-size: var(--text-lg);
    }

    .leadingRe-theme3 .platform--content h2 {
        width: 100%;
    }

    .leadingRe-theme3 .award--content h3 {
        width: 100%;
    }

    .leadingRe-theme3 .award--content h3 {
        width: 100%;
    }

}

/*********************
END: MEDIA
*********************/
