@charset "UTF-8";

#content .entry-title,
#content .archive-title,
.ip-banner {
    display: none
}

.global-site-image {
    position: relative
}

.global-site-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.global-site-body{
    padding: 20px;
    text-align: left;
}
.global-site-body h2{
    font-size: 24px;
    font-family: var(--font-family-title);
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #b71f37;
}
.global-site-body h3{
    font-size: 20px;
    font-family: var(--font-family-title);
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--font-color-default);
}
.global-site-body .default-info-hover p{
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.333333 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: var(--font-color-default);
    /* visibility: hidden; */
}
/* .offplan-devs .dev-item:hover .default-info-hover p{
    visibility: visible;
} */


button.global-btn {
    position: relative;
    transition: all .3s ease-in-out;
    background: #fff !important
}

button.global-btn span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px
}

button.global-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b71f37;
    transition: all .3s ease-in-out
}

button.global-btn:hover {
    color: #b71f37
}

button.global-btn:hover:after {
    width: 0%
}

button.global-btn span i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 28px;
    position: relative
}

button.global-btn span i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://cdn.agentimagehosting.com/ZwEApWI87B7AuA0VQcbb0/2025/08/02025219/btn-icon.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: all .3s ease-in-out
}

button.global-btn span i:before {
    content: "򰉁";
    font-family: agentimage;
    transform: rotate(38deg);
    font-size: 14px;
    transition: all .3s ease-in-out
}

button.global-btn:hover span i:before {
    opacity: 0
}

button.global-btn:hover em.ai-font-play-button-a {
    border-color: #b71f37
}

#scroll-down-contact {
    position: fixed;
    top: 50vh;
    left: 30px;
    z-index: 1003;
    transform: translateY(-50%);
    transition: all .3s ease-in-out
}

#scroll-down-contact ul.aios-section-nav {
    display: none
}

.slide-icons {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    position: relative
}

.slide-icons>div {
    display: block;
    position: relative
}

.slide-icons>div a {
    pointer-events: auto;
    position: relative;
    transition: all .3s ease-in-out
}

.slide-icons>div span {
    pointer-events: auto;
    position: relative
}

.slide-icons>div::not(:last-child) {
    margin-bottom: 36px
}

.slide-icons>div i {
    color: #fff;
    transition: all .3s ease-in-out
}

.slide-icons>div.slide-world {
    margin-bottom: 0
}

.slide-icons .slide-srch-field {
    position: relative
}

.slide-icons .slide-srch-field input {
    text-align: right;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28em;
    font-family: var(--font-family-title);
    font-weight: 500;
    padding: 9px 0;
    width: 92px;
    outline: none;
    color: #fff;
    transition: all .3s ease-in-out
}

.slide-icons .slide-search {
    position: relative;
    margin-bottom: 24px;
    display: flex;
    align-items: center
}

.slide-icons .slide-search i {
    font-size: 14px;
    color: #fff;
    transition: all .3s ease-in-out
}

.slide-icons .slide-search:before {
    width: 0;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.slide-icons .slide-search .slide-srch-field {
    transition: all .3s ease-in-out;
    position: relative;
    opacity: 0;
    pointer-events: none
}

.slide-icons .slide-search .slide-srch-btn {
    position: relative;
    transition: all .3s ease-in-out
}

.slide-icons .slide-search .slide-srch-btn input {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    padding: 0;
    border: none
}

.slide-icons .slide-search .slide-srch-btn:hover {
    opacity: .75
}

.slide-icons .slide-search.active .slide-srch-field {
    opacity: 1;
    pointer-events: auto
}

.slide-icons .slide-search.active:before {
    width: 100%
}

.slide-icons .slide-world i {
    font-size: 14px;
    line-height: 1;
    transition: all .3s ease-in-out
}

.slide-icons .slide-world:hover i {
    color: #b71f37
}

.slide-icons .slide-world .slide-translate-wrap {
    position: relative
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-trigger {
    cursor: pointer;
    pointer-events: all
}

.slide-icons .slide-world .slide-translate-wrap:hover .slide-translate-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 80px;
    left: 100%;
    top: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28em;
    font-weight: 500;
    font-family: var(--font-family-title);
    color: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-right: 0;
    cursor: pointer
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown:hover .slide-translate-dropdown-items {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown .slide-translate-dropdown-items {
    list-style: none outside none;
    margin: 0;
    padding: 15px 0 0;
    position: absolute;
    width: 150px;
    left: 15px;
    transform: translateY(10px);
    text-align: left;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 0
}

.side-fixed-contact {
    pointer-events: none !important;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    z-index: 101;
    left: -4px
}

.side-fixed-contact .fixed-smi {
    position: relative
}

.side-fixed-contact .fixed-smi span {
    display: block;
    text-align: center;
    margin: 10px 0
}

.side-fixed-contact .fixed-smi span a {
    font-size: 13px;
    display: block;
    padding: 5px;
    transition: all .4s ease-in-out;
    pointer-events: auto;
    position: relative;
    z-index: 4;
    color: #fff;
    background: transparent;
    margin: 0 auto
}

.side-fixed-contact .fixed-smi span a:hover {
    color: #b71f37 !important
}

.side-fixed-contact .fixed-smi span a .ai-font-envelope-f {
    font-size: 8px
}

.side-fixed-contact .fixed-smi .border {
    width: 1px;
    height: 13px;
    background: #fff;
    margin: 14px auto;
    display: block;
    opacity: .5
}

body[sidebar-active-section=ip-contact] .slide-icons .slide-search i,
body[sidebar-active-section=ip-contact] .slide-icons .slide-srch-field input,
body[sidebar-active-section=ip-contact] .slide-icons>div i,
body[sidebar-active-section=ip-contact] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=ip-contact] .side-fixed-contact .fixed-smi span a,
body[sidebar-active-section=ip-marketing] .slide-icons .slide-search i,
body[sidebar-active-section=ip-marketing] .slide-icons .slide-srch-field input,
body[sidebar-active-section=ip-marketing] .slide-icons>div i,
body[sidebar-active-section=ip-marketing] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=ip-marketing] .side-fixed-contact .fixed-smi span a,
body[sidebar-active-section=content-social] .slide-icons .slide-search i,
body[sidebar-active-section=content-social] .slide-icons .slide-srch-field input,
body[sidebar-active-section=content-social] .slide-icons>div i,
body[sidebar-active-section=content-social] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=content-social] .side-fixed-contact .fixed-smi span a {
    color: #000
}

body[sidebar-active-section=ip-contact] .slide-icons .slide-search:before,
body[sidebar-active-section=ip-contact] .side-fixed-contact .fixed-smi .border,
body[sidebar-active-section=ip-marketing] .slide-icons .slide-search:before,
body[sidebar-active-section=ip-marketing] .side-fixed-contact .fixed-smi .border,
body[sidebar-active-section=content-social] .slide-icons .slide-search:before,
body[sidebar-active-section=content-social] .side-fixed-contact .fixed-smi .border {
    background-color: #000
}

.side-offices-links {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 100
}

.side-offices-links a {
    font-size: 12px;
    text-transform: uppercase;
    color: #b71f37;
    font-weight: 500;
    font-family: var(--font-family-title);
    letter-spacing: .42em;
    padding: 5px;
    transition: all .3s ease-in-out
}

.side-offices-links a:hover {
    opacity: .6
}

.side-offices-links div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: absolute;
    right: -253px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    white-space: nowrap
}

#inner-page-wrapper {
    margin-bottom: 0
}

#inner-page-wrapper>.container {
    padding: 0;
    width: 100%
}

#content-full {
    margin-top: 0
}

.bg-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden
}

.bg-section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-section img {
    position: relative;
    display: block;
    width: 496px;
    height: auto;
    margin: 0 auto
}

.bg-monogram {
    position: absolute;
    top: -315px;
    right: -200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: .29;
    z-index: -1;
    width: 70%
}

.bg-monogram img {
    display: block;
    width: 100%;
    margin: 0;
    position: relative
}

.ip-marketing__top-holder {
    position: relative;
    padding: 190px 15px 50px
}

.ip-marketing__top {
    position: relative;
    max-width: 1292px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.ip-marketing__top-title {
    width: 60%;
    padding: 0 0 0 21px
}

.ip-marketing__top-title .global-site-title {
    position: relative;
    font-size: 125px;
    line-height: .8;
    letter-spacing: .02em
}

.ip-marketing__top-title .global-site-title:before {
    content: "";
    position: absolute;
    width: 1px;
    left: -34px;
    bottom: 13px;
    top: -230px;
    background: #b71f3773
}

.ip-marketing__top-title .global-site-title span {
    color: #b71f37;
    padding-bottom: 4px;
    margin-bottom: 23px
}

.ip-marketing__top-title .global-site-title span i {
    background: #b71f3773
}

.ip-marketing__top-title .global-site-title strong.fw-100 {
    font-weight: 100
}

.ip-marketing__top-title .global-site-title strong {
    padding-left: 7px;
    background: linear-gradient(to right, #b71f37, #340000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-bottom: 2px
}

.ip-marketing__top-text {
    width: 533px;
    align-self: center;
    padding: 33px 0 0;
    width: 40%
}

.ip-marketing__top-text p#breadcrumbs {
    margin-bottom: 27px
}

.ip-marketing__top-text p:not(#breadcrumbs) {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.73333333;
    margin-bottom: 26px
}

.ip-marketing__content {
    position: relative
}

.ip-marketing__content-inner {
    padding: 74px 15px;
    position: relative;
    overflow: hidden
}

.ip-marketing__content-inner .press-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1338px
}

.ip-marketing__content-inner .press-list .press-item {
    padding: 0 25px;
    width: 33.33%;
    margin-bottom: 54px
}

.ip-marketing__content-inner .press-list .press-item a {
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex-flow: column;
    height: 100%;
    box-shadow: .209px 2.993px 43px #00000026
}

.ip-marketing__content-inner .press-list .press-item a .global-site-image img {
    aspect-ratio: 396/263
}

.ip-marketing__content-inner .press-list .press-item a .default-info {
    background: #fff;
    flex-grow: 1;
    padding: 20px 30px 47px;
    color: #000;
    transition: all var(--default-transition)
}

.ip-marketing__content-inner .press-list .press-item a .default-info .press-logo {
    text-align: center;
    font-size: 0;
    margin-top: 24px;
    margin-bottom: 24px
}

.ip-marketing__content-inner .press-list .press-item a .default-info .press-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all var(--default-transition)
}

.ip-marketing__content-inner .press-list .press-item a .default-info h2 {
    font-size: 24px;
    font-family: Barlow Condensed;
    text-transform: uppercase;
    line-height: 1.375;
    text-align: center;
    font-weight: 400;
    letter-spacing: .03em
}

.ip-marketing__content-inner .press-list .press-item a .default-info-hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 199px;
    background: #000;
    padding: 34px 30px 47px;
    transition: all var(--default-transition);
    flex-grow: 1
}

.ip-marketing__content-inner .press-list .press-item a .default-info-hover h2 {
    font-size: 24px;
    font-family: Barlow Condensed;
    text-transform: uppercase;
    line-height: 1.375;
    text-align: center;
    font-weight: 400;
    letter-spacing: .03em;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.ip-marketing__content-inner .press-list .press-item a .default-info-hover .press-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 15px
}

.ip-marketing__content-inner .press-list .press-item a .default-info-hover .press-logo img {
    width: 100%;
    max-width: 80%;
    height: auto;
    max-height: 45px
}

.ip-marketing__content-inner .press-list .press-item a:hover .default-info {
    background: #000;
    color: #fff;
    opacity: 0
}

.ip-marketing__content-inner .press-list .press-item a:hover .press-logo img {
    filter: brightness(0) invert(1)
}

.ip-marketing__content-inner .press-list .press-item a:hover .default-info-hover {
    bottom: 0
}

.ip-marketing__content-inner .press-pagination {
    margin: 36px 0 0
}

.ip-marketing__content-inner .press-pagination ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.ip-marketing__content-inner .press-pagination ul li a,
.ip-marketing__content-inner .press-pagination ul li span {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: var(--font-family-title);
    font-weight: 500;
    text-transform: uppercase;
    transition: color var(--default-transition)
}

.ip-marketing__content-inner .press-pagination ul li a.current,
.ip-marketing__content-inner .press-pagination ul li a:hover,
.ip-marketing__content-inner .press-pagination ul li span.current,
.ip-marketing__content-inner .press-pagination ul li span:hover {
    color: #b71f37
}

.ip-marketing__content-inner .press-pagination ul li a.next,
.ip-marketing__content-inner .press-pagination ul li a.prev,
.ip-marketing__content-inner .press-pagination ul li span.next,
.ip-marketing__content-inner .press-pagination ul li span.prev {
    font-size: 14px;
    letter-spacing: .42em;
    display: flex;
    align-items: center
}

.ip-marketing__content-inner .press-pagination ul li a.next i,
.ip-marketing__content-inner .press-pagination ul li a.prev i,
.ip-marketing__content-inner .press-pagination ul li span.next i,
.ip-marketing__content-inner .press-pagination ul li span.prev i {
    font-size: 12px
}

.ip-marketing__content-inner .press-pagination ul li a.next,
.ip-marketing__content-inner .press-pagination ul li span.next {
    margin-left: 20px
}

.ip-marketing__content-inner .press-pagination ul li a.next i,
.ip-marketing__content-inner .press-pagination ul li span.next i {
    margin-left: 10px
}

.ip-marketing__content-inner .press-pagination ul li a.prev,
.ip-marketing__content-inner .press-pagination ul li span.prev {
    margin-right: 20px
}

.ip-marketing__content-inner .press-pagination ul li a.prev i,
.ip-marketing__content-inner .press-pagination ul li span.prev i {
    margin-right: 10px
}

.ip-marketing__content-inner .press-pagination ul li a:not(.prev):not(.next),
.ip-marketing__content-inner .press-pagination ul li span:not(.prev):not(.next) {
    min-width: 102px;
    border-right: 1px solid #cacaca;
    text-align: center
}

.ip-marketing__content-inner .press-pagination ul li:nth-last-child(2) a:not(.prev):not(.next) {
    border: none
}

.social-feed,
.social-title-wrap,
.social-handlers-mobile {
    display: none !important
}

section.social-area {
    position: relative;
    background: #e3eef2
}

.social-bg {
    height: auto;
    top: initial;
    bottom: 0
}

.social-holder {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 168px 0 0;
    color: #000;
    background: #e3eef2
}

.social-inner {
    position: relative;
    display: flex;
    flex-flow: column-reverse
}

.social-feed {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 65px 70px 74px
}

.social-feed .feed-item {
    width: 20%;
    padding: 30px 34px
}

.social-feed .feed-item:nth-child(5n),
.social-feed .feed-item:nth-child(5n-4) {
    transform: translateY(122px)
}

.social-feed .feed-item:nth-child(5n-1),
.social-feed .feed-item:nth-child(5n-3) {
    transform: translateY(60px)
}

.social-feed .feed-item a {
    display: block;
    position: relative
}

.social-feed .feed-item a canvas {
    display: block;
    width: 100%;
    background: #fff
}

.social-feed .feed-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all var(--default-transition)
}

.social-feed .feed-item a .feed-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: all var(--default-transition);
    opacity: 0
}

.social-feed .feed-item a .feed-info span {
    font-size: 20px;
    letter-spacing: .16em;
    line-height: 1;
    color: #000;
    font-family: var(--font-family-title);
    text-align: center;
    margin-bottom: 30px
}

.social-feed .feed-item a .feed-info span i {
    display: block;
    font-size: 20px;
    margin-bottom: 13px
}

.social-feed .feed-item a .feed-info span:last-child {
    margin-bottom: 0
}

.social-feed .feed-item a:hover img {
    opacity: .37
}

.social-feed .feed-item a:hover .feed-info {
    opacity: 1
}

.social-title-wrap {
    position: relative;
    padding: 0 145px 0 115px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between
}

.social-title-wrap a {
    font-size: 15px;
    letter-spacing: .36em;
    color: #000;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    order: 1;
    margin-bottom: 26px;
    transition: color var(--default-transition)
}

.social-title-wrap a:hover {
    color: #b71f37
}

.social-title-wrap a:nth-child(2) {
    order: 3
}

.social-title-wrap .social-title {
    font-size: 125px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: var(--font-family-title);
    line-height: 1;
    letter-spacing: .02em;
    order: 2
}

.social-title-wrap .social-title span {
    font-weight: 500;
    background: linear-gradient(to right, #b71f37, #340000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.social-stats-wrap {
    padding: 72px 15px 245px
}

.social-stats-wrap ul {
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.social-stats-wrap ul li {
    position: relative;
    padding-left: 28px;
    padding-top: 8px
}

.social-stats-wrap ul li .bar-line {
    width: 6px;
    height: 300px;
    background: #fff;
    position: relative
}

.social-stats-wrap ul li .bar-line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #b71f37;
    transition: all 1.5s .5s ease;
    height: 0
}

.social-stats-wrap ul li strong {
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 1;
    color: #000;
    font-family: var(--font-family-title);
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    transform: rotate(-90deg) translate(-17px);
    transform-origin: left top
}

.social-stats-wrap ul li span {
    position: absolute;
    font-size: 15px;
    letter-spacing: .2em;
    font-family: var(--font-family-title);
    bottom: 100%;
    right: -5px;
    color: #000
}

.social-stats-wrap ul li span i {
    font-style: normal
}

.social-stats-wrap ul li.highlight strong {
    font-weight: 700;
    color: #b71f37
}

.social-stats-wrap ul li.highlight .bar-line:before {
    transition: all 3s .5s ease
}

.social-stats-wrap ul.animate li:nth-child(1) .bar-line:before {
    height: 100%
}

.social-stats-wrap ul.animate li:nth-child(2) .bar-line:before {
    height: 87%
}

.social-stats-wrap ul.animate li:nth-child(3) .bar-line:before {
    height: 80%
}

.social-stats-wrap ul.animate li:nth-child(4) .bar-line:before {
    height: 77%
}

.social-stats-wrap ul.animate li:nth-child(5) .bar-line:before {
    height: 57%
}

.social-stats-wrap ul.animate li:nth-child(6) .bar-line:before {
    height: 47%
}

.social-stats-wrap ul.animate li:nth-child(7) .bar-line:before {
    height: 43.35%
}

.social-stats-wrap ul.animate li:nth-child(8) .bar-line:before {
    height: 40%
}

.social-stats-wrap ul.animate li:nth-child(9) .bar-line:before {
    height: 38%
}

.social-stats-wrap ul.animate li:nth-child(10) .bar-line:before {
    height: 33%
}

.social-stats-wrap ul.animate li:nth-child(11) .bar-line:before {
    height: 32%
}

.social-stats-wrap ul.animate li:nth-child(12) .bar-line:before {
    height: 30%
}

.social-stats-wrap ul.animate li:nth-child(13) .bar-line:before {
    height: 26.67%
}

.social-stats-wrap ul.animate li:nth-child(14) .bar-line:before {
    height: 23.5%
}

.social-stats-text {
    padding: 0
}

.social-stats-text p {
    font-size: 18px;
    letter-spacing: .36em;
    text-align: center;
    line-height: 1.6666666667;
    font-family: var(--font-family-title)
}

.social-stats-text p i {
    color: #b71f37;
    font-weight: 700;
    font-style: italic
}

@media screen and (min-width: 992px) {
    .bg-section img {
        width: 31vw
    }

    .ip-marketing__content-inner .press-pagination {
        margin: 36px 0 0
    }

    .ip-marketing__content-inner .press-pagination ul li a,
    .ip-marketing__content-inner .press-pagination ul li span {
        font-size: 1.125vw
    }

    .ip-marketing__content-inner .press-pagination ul li a.next,
    .ip-marketing__content-inner .press-pagination ul li a.prev,
    .ip-marketing__content-inner .press-pagination ul li span.next,
    .ip-marketing__content-inner .press-pagination ul li span.prev {
        font-size: .875vw
    }

    .ip-marketing__content-inner .press-pagination ul li a.next i,
    .ip-marketing__content-inner .press-pagination ul li a.prev i,
    .ip-marketing__content-inner .press-pagination ul li span.next i,
    .ip-marketing__content-inner .press-pagination ul li span.prev i {
        font-size: .75vw
    }

    .ip-marketing__content-inner .press-pagination ul li a.next,
    .ip-marketing__content-inner .press-pagination ul li span.next {
        margin-left: 1.25vw
    }

    .ip-marketing__content-inner .press-pagination ul li a.next i,
    .ip-marketing__content-inner .press-pagination ul li span.next i {
        margin-left: .625vw
    }

    .ip-marketing__content-inner .press-pagination ul li a.prev,
    .ip-marketing__content-inner .press-pagination ul li span.prev {
        margin-right: 1.25vw
    }

    .ip-marketing__content-inner .press-pagination ul li a.prev i,
    .ip-marketing__content-inner .press-pagination ul li span.prev i {
        margin-right: .625vw
    }

    .ip-marketing__content-inner .press-pagination ul li a:not(.prev):not(.next),
    .ip-marketing__content-inner .press-pagination ul li span:not(.prev):not(.next) {
        min-width: 6.375vw
    }

    .ip-marketing__content-inner {
        padding: 4.625vw 7.3125vw
    }

    header.main-header:not(.sticky) {
        background: #000
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    #scroll-down-contact {
        left: 1.875vw
    }

    .side-offices-links a {
        font-size: .75vw;
        padding: .3125vw
    }

    .side-offices-links div {
        gap: 1.5625vw;
        right: -15.8125vw
    }

    .bg-monogram {
        top: -19.688vw;
        right: -12.5vw
    }

    .ip-marketing__top-holder {
        padding: 11.875vw .9375vw 3.125vw
    }

    .ip-marketing__top-title .global-site-title:before {
        width: .0625vw;
        left: -2.125vw;
        bottom: .8125vw;
        top: -14.375vw
    }

    .ip-marketing__top-title .global-site-title {
        font-size: 7.813vw
    }

    .ip-marketing__top-title .global-site-title span {
        padding-bottom: .25vw;
        margin-bottom: 1.4375vw
    }

    .ip-marketing__top-title .global-site-title strong {
        padding-left: .4375vw;
        padding-bottom: .125vw
    }

    .ip-marketing__top {
        max-width: 80.75vw
    }

    .ip-marketing__top-title {
        padding: 0 0 0 1.3125vw
    }

    .ip-marketing__top-title .global-site-title:before {
        left: -2.125vw;
        bottom: .8125vw;
        top: -14.375vw
    }

    .ip-marketing__top-title .global-site-title span {
        color: #b71f37;
        margin-bottom: 1.4375vw
    }

    .ip-marketing__top-title .global-site-title strong {
        padding-left: .4375vw
    }

    .ip-marketing__top-text {
        padding: 2.0625vw 0 0;
        width: 40%
    }

    .ip-marketing__top-text p#breadcrumbs {
        margin-bottom: 1.6875vw
    }

    .ip-marketing__top-text p:not(#breadcrumbs) {
        font-size: 1vw;
        margin-bottom: 1.625vw
    }

    .ip-marketing__content-inner .press-list {
        margin: 0 auto;
        max-width: 83.625vw
    }

    .ip-marketing__content-inner .press-list .press-item {
        padding: 0 1.5625vw;
        margin-bottom: 3.375vw
    }

    .ip-marketing__content-inner .press-list .press-item a {
        border-radius: .625vw
    }

    .ip-marketing__content-inner .press-list .press-item a .default-info {
        padding: 2.125vw 1.875vw 2.9375vw
    }

    .ip-marketing__content-inner .press-list .press-item a .default-info .press-logo {
        margin-top: 1.5vw;
        margin-bottom: 1.5vw
    }

    .ip-marketing__content-inner .press-list .press-item a .default-info h2 {
        font-size: 1.5vw
    }

    .social-holder {
        max-width: 1600px;
        padding: 10.5vw 0 0
    }

    .social-feed {
        padding: 4.0625vw 4.375vw 4.625vw
    }

    .social-feed .feed-item {
        padding: 1.875vw 2.125vw
    }

    .social-feed .feed-item:nth-child(5n),
    .social-feed .feed-item:nth-child(5n-4) {
        transform: translateY(7.625vw)
    }

    .social-feed .feed-item:nth-child(5n-1),
    .social-feed .feed-item:nth-child(5n-3) {
        transform: translateY(3.75vw)
    }

    .social-feed .feed-item a .feed-info span {
        font-size: 1.25vw;
        margin-bottom: 1.875vw
    }

    .social-feed .feed-item a .feed-info span i {
        font-size: 1.25vw;
        margin-bottom: .8125vw
    }

    .social-title-wrap {
        padding: 0 9.0625vw 0 7.1875vw
    }

    .social-title-wrap a {
        font-size: .9375vw;
        margin-bottom: 1.625vw
    }

    .social-title-wrap .social-title {
        font-size: 7.8125vw
    }

    .social-stats-wrap {
        padding: 4.5vw .9375vw 15.3125vw
    }

    .social-stats-wrap ul {
        max-width: 71.25vw
    }

    .social-stats-wrap ul li {
        padding-left: 1.75vw;
        padding-top: .5vw
    }

    .social-stats-wrap ul li .bar-line {
        width: .375vw;
        height: 18.75vw
    }

    .social-stats-wrap ul li strong {
        font-size: 1.0625vw;
        transform: rotate(-90deg) translate(-1.0625vw)
    }

    .social-stats-wrap ul li span {
        font-size: .9375vw;
        right: -.3125vw
    }

    .social-stats-text {
        padding: 0
    }

    .social-stats-text p {
        font-size: 1.125vw
    }
}

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

    #scroll-down-contact,
    .side-offices-links {
        display: none
    }

    .ip-marketing__top-holder {
        padding: 0 15px
    }

    .ip-marketing__top-title .global-site-title {
        font-size: 70px
    }

    .ip-marketing__top {
        padding: 110px 15px 50px
    }

    .ip-marketing__top-title {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .ip-marketing__top-text {
        width: 100%;
        max-width: 720px;
        margin: 0 auto
    }

    .ip-marketing__content-inner .press-list {
        margin: 0 -10px
    }

    .ip-marketing__content-inner .press-list .press-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .ip-marketing__content-inner .press-pagination ul li a:not(.prev):not(.next),
    .ip-marketing__content-inner .press-pagination ul li span:not(.prev):not(.next) {
        min-width: initial;
        padding: 0 10px;
        font-size: 14px
    }

    .ip-marketing__content-inner .press-pagination ul li a.next,
    .ip-marketing__content-inner .press-pagination ul li a.prev,
    .ip-marketing__content-inner .press-pagination ul li span.next,
    .ip-marketing__content-inner .press-pagination ul li span.prev {
        margin: 0;
        font-size: 14px;
        letter-spacing: 0
    }

    .ip-marketing__content-inner {
        padding: 60px 15px 35px
    }

    header.main-header:not(.sticky) {
        background: #000
    }

    .social-holder {
        padding: 60px 0
    }

    .social-feed {
        padding: 50px 15px;
        max-width: 750px;
        margin: 0 auto
    }

    .social-feed .feed-item {
        width: 50%;
        padding: 5px;
        transform: translateY(0) !important
    }

    .social-feed .feed-item a .feed-info span {
        font-size: 15px;
        margin-bottom: 10px
    }

    .social-feed .feed-item a .feed-info span i {
        font-size: inherit;
        margin-bottom: 5px
    }

    .social-title-wrap {
        justify-content: center;
        padding: 0 15px
    }

    .social-title-wrap a {
        order: 1;
        margin: 0 10px 20px
    }

    .social-title-wrap a:nth-child(2) {
        order: 2
    }

    .social-title-wrap .social-title {
        width: 100%;
        text-align: center;
        font-size: 60px;
        order: 3
    }

    .social-stats-wrap {
        max-width: 750px;
        padding: 50px 15px;
        margin: 0 auto
    }

    .social-stats-wrap ul li {
        padding-left: 14px
    }

    .social-stats-wrap ul li span {
        font-size: 12px;
        letter-spacing: 0;
        left: 0;
        right: initial;
        transform: rotate(-90deg) translate(-28px);
        top: 0;
        bottom: initial;
        transform-origin: top left
    }

    .social-stats-wrap ul li strong {
        font-size: 12px;
        letter-spacing: 0;
        transform: rotate(-90deg) translate(-12px)
    }

    .social-stats-text p {
        font-size: 15px;
        letter-spacing: .05em;
        text-align: center
    }

    .social-bg.global-canvas-bg {
        top: 5%;
        bottom: unset
    }

    .social-inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0
    }

    .social-inner>div {
        width: 100%
    }

    .social-title-wrap {
        order: 1
    }

    .social-stats-text {
        order: 2;
        padding: 0 15px
    }

    .social-stats-wrap {
        order: 3
    }

    .social-feed {
        order: 5;
        padding-top: 0
    }

    .social-handlers-mobile {
        order: 4;
        padding: 0 15px 50px;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .social-handlers-mobile a {
        font-size: 15px;
        letter-spacing: .36em;
        color: #000;
        text-transform: uppercase;
        font-family: var(--font-family-title);
        order: 1;
        transition: color var(--default-transition);
        display: block;
        text-align: center
    }

    .social-handlers-mobile a:hover {
        color: #b71f37
    }
}

@media screen and (max-width: 767px) {
    .ip-marketing__content-inner .press-list {
        margin: 0 -5px
    }

    .ip-marketing__content-inner .press-list .press-item {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 480px) {
    .social-bg.global-canvas-bg {
        top: 8%
    }
}