.b2m-banner {
    position: relative;
    padding: 24.4792vw 0 6.7708vw;
    /* background-color: #6b10e0; */
    background-image: url('/wp-content/uploads/2026/05/header-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}
.b2m-banner::before,
.b2m-banner::after {
    content: "";
    position: absolute;
    width: 17.5521vw;
    height: 17.5521vw;
    background-image: url('/wp-content/uploads/2026/05/B2Me-Arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
#liquid-shadow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.b2m-banner::before {
    top: 46.65%;
    left: 64.47%;
}
.b2m-banner::after {
    top: 35.40%;
    left: 72.55%;
}
.b2m-banner-content-top h1 {
    max-width: 175px;
}
.b2m-banner-content-top h2 {
    font-size: 7.82vw;
    color: #6C10DF;
    width: 103%;
    margin-top: 4.1667vw;
}
.b2m-banner-content h3 {
    font-size: 7.82vw;
    position: absolute;
    top: 19%;
    right: 9%;
}
.b2m-banner-content-top {
    margin-bottom: 12.2vw;
}
.b2m-banner-content-bot-row {
    display: flex;
}
.b2m-banner-content-bot-col {
    width: 315px;
    margin-right: 8%;
}
.b2m-banner-content-bot-col p:first-child {
    margin-bottom: 20px;
    min-height: 48px;
}
.b2m-logoslider {
    padding: 10px 0;
    background-color: #000;
}
.b2m-logoslider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 109px;
    margin: 0 60px;
}
.b2m-largetext {
    padding: 30px 0;
}
.b2m-largetext-box {
    position: relative;
    padding: 130px 0 200px;
    background-color: #000;
}
.b2m-largetext-box .h1 {
    position: relative;
    font-size: 8.44vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -4.86px;
    text-align: center;
    background: linear-gradient(90deg, #28D9E4 0%, #6C10DF 50%, #28D9E4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 120px;
}
.b2m-largetext img {
    margin-left: -30px;
}
.b2m-largetext-content {
    position: relative;
    max-width: 440px;
}
.b2m-largetext-content p {
    margin-bottom: 18px;
}
.b2m-largetext-content h3 {
    margin: 50px 0;
}
.b2m-services {
    padding-bottom: 240px;
}
.b2m-services h3 {
    color: #6C10DF;
    margin-top: 80px;
}
ul.b2m-services-list {
    margin-top: 208px;
}
ul.b2m-services-list li {
    position: relative;
    margin-bottom: 8px;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.b2m-services-list li a {
    display: block;
    transition: all .5s ease-in-out;
}
ul.b2m-services-list li:hover a {
    margin-left: -20px;
}
ul.b2m-services-list li .h2 {
    font-weight: 400 !important;
    color: #E9E9E9;
    transition: color .5s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.b2m-services-list li p {
    color: #6C10DF;
    width: 74%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .6s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.b2m-services-list li span {
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
    color: #000;
    border-color: #000;
    opacity: 0;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.b2m-services-list a span:hover {
    color: #fff;
    background-color: #6C10DF;
    border-color: #6C10DF;
}
ul.b2m-services-list:has(li:hover) li .h2 {
    color: #E9E9E9;
    opacity: 0.25;
}
ul.b2m-services-list:has(li:hover) li p {
    opacity: 0;
}
ul.b2m-services-list:has(li:hover) li span {
    opacity: 0;
}
ul.b2m-services-list li:hover .h2 {
    color: #6C10DF !important;
    opacity: 1 !important;
}
ul.b2m-services-list li:hover p {
    height: 44px;
    opacity: 1 !important;
}
ul.b2m-services-list li:hover span {
    opacity: 1 !important;
    right: 100px;
}
.b2m-portfolio {
    background-color: #751edf;
}
.b2m-portfolio-row {
    display: flex;
}
.b2m-portfolio-col {
    width: 50%;
    transition: all .5s ease-in-out;
}
.b2m-portfolio-col.work:hover + .b2m-portfolio-col.content {
    width: 20%;
}
.b2m-portfolio-col.work:hover + .b2m-portfolio-col.content .b2m-portfolio-content-text h3,
.b2m-portfolio-col.work:hover + .b2m-portfolio-col.content .b2m-portfolio-content-text h3 + p {
    opacity: 0;
}
.b2m-portfolio-col.work:hover {
    width: 80%;
}
.b2m-portfolio-work-list {
    display: flex;
    flex-flow: wrap;
}
.b2m-portfolio-work-item {
    position: relative;
    width: 33.33%;
    height: 32vw;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.b2m-portfolio-work-item:hover {
    width: 53%;
}
.b2m-portfolio-work-list:has(.b2m-portfolio-work-item:hover) .b2m-portfolio-work-item:not(:hover) {
    width: 23.5%;
}
.b2m-portfolio-work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.b2m-portfolio-work-item span {
    position: absolute;
    bottom: 40px;
    left: 30px;
    letter-spacing: -0.48px;
    text-shadow: 0 0 30px #000;
    z-index: 2;
}
.b2m-portfolio-col.content {
    position: relative;
    background-image: url('/wp-content/uploads/2026/05/portfolio-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.b2m-portfolio-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.b2m-portfolio-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 492px;
    height: 626px;
    background-image: url('/wp-content/uploads/2026/05/Half-Tone.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.b2m-portfolio-content-text {
    max-width: 443px;
}
.b2m-portfolio-content-text h3 {
    margin: 70px 0 25px;
    transition: all .5s ease-in-out;
}
.b2m-portfolio-content-text h3 + p {
    max-width: 315px;
    transition: all .5s ease-in-out;
}
.b2m-review {
    padding: 150px 0;
}
.b2m-review-slider-wrap {
    position: relative;
}
.b2m-review-slider-wrap .slick-list {
    padding: 0 12%;
}
.b2m-review-item {
    position: relative;
    padding: 35px 30px;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    margin: 0 15px;
}
.b2m-review-item > p {
    font-size: 1.5rem;
    letter-spacing: -0.72px;
    line-height: 1.2;
    min-height: 260px;
}
.b2m-review-item > div {
    display: flex;
    align-items: center;
}
.b2m-review-item > div img {
    margin-right: 30px;
}
.b2m-review-item > div div strong {
    display: block;
    margin-bottom: 8px;
}
.b2m-cta {
    padding: 0 30px;
    margin-bottom: 30px;
}
.b2m-cta-inner {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.b2m-cta-inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 62px);
    background-image: url('/wp-content/uploads/2026/05/cta-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.b2m-cta-row {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.b2m-cta-col.col-heading {
    width: 34.4%;
    margin-top: 70px;
}
.b2m-cta-col.col-heading p {
    max-width: 324px;
    margin-left: auto;
}
.b2m-cta-col.col-img {
    position: relative;
    width: 23.11%;
    z-index: 1;
}
.b2m-cta-col.col-img::before,
.b2m-cta-col.col-img::after {
    content: "";
    position: absolute;
    width: 8.5938vw;
    height: 8.5938vw;
    background-image: url('/wp-content/uploads/2026/05/B2Me-Arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.b2m-cta-col.col-img::before {
    top: 6vw;
    left: 1.5625vw;
}
.b2m-cta-col.col-img::after {
    top: 1.0938vw;
    left: 6vw;
}
.b2m-cta-col.col-img img {
    position: relative;
    margin-left: auto;
    z-index: 2;
}
.b2m-cta-col.col-text {
    width: 20.96%;
    padding-left: 30px;
    margin-top: 70px;
}
.b2m-cta-col.col-link {
    width: 21.53%;
    text-align: right;
    padding-right: 6%;
    margin-top: 70px;
}
.b2m-process {
    padding-bottom: 230px;
}
.b2m-process-inner {
    padding: 0 30px;
}
.b2m-process-inner h3 {
    margin: 70px 0 0;
}
.b2m-process-inner .h3 {
    margin: 0 0 230px;
}
.b2m-process-inner h3,
.b2m-process-inner .h3 {
    color: #6C10DF;
}
.b2m-process-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin: 0 -15px;
}
.b2m-process-item {
    position: relative;
    width: calc(16.66% - 30px);
    height: 372px;
    background: linear-gradient(0deg, #E4D6FF 0%, #F6F1FF 100%);
    border-radius: 10px;
    margin: 0 15px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.b2m-process-item div:nth-child(2) {
    position: absolute;
    padding: 30px 15px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.b2m-process-item > p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9.375rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -4.5px;
    padding: 30px 15px;
}
.b2m-process-item.hover {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 300px;
    margin: 0;
    background: linear-gradient(103deg, #28D9E4 0%, #6C10DF 100%);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity .4s ease-in-out, height .4s ease-in-out, width .4s ease-in-out;
}
.b2m-process-item.hover div p:first-child {
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
}
.b2m-process-item.semi-hover .b2m-process-item.hover {
    height: 400px;
    background: linear-gradient(180deg, #9747FF 0%, #E4D6FF 100%);
    opacity: 1;
    transition: opacity .4s ease-in-out .2s, height .4s ease-in-out .2s, width .4s ease-in-out;
}
.b2m-process-item.semi-hover .b2m-process-item.hover div p:first-child {
    opacity: 0;
}
.b2m-process-item.initial-hover .b2m-process-item.hover,
.b2m-process-item:hover .b2m-process-item.hover {
    height: 500px;
    opacity: 1;
    transition: opacity .4s ease-in-out, height .4s ease-in-out, width .4s ease-in-out;
}
.b2m-history {
    padding: 0 1.5625vw;
    margin-bottom: 1.5625vw;
}
.b2m-history-inner {
    position: relative;
    max-width: 96.8750vw;
    padding: 1.5625vw 1.5625vw 15.6250vw;
    background-image: url('/wp-content/uploads/2026/05/team-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 auto;
    z-index: 1;
}
.b2m-history-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;;
    width: 25.4688vw;
    height: 41.9792vw;
    background-image: url('/wp-content/uploads/2026/05/team-dots.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.b2m-history-top {
    display: flex;
    margin-bottom: 3.646vw;
}
.b2m-history-top-col.col-left {
    width: 51.26%;
}
.b2m-history-inner h3 {
    font-size: 8.4375vw;
    letter-spacing: -4.86px;
    line-height: 1;
    max-width: 57.9167vw;
    background: linear-gradient(103deg, #E4D6FF 22%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.b2m-history-bot {
    display: flex;
}
.b2m-history-bot-col.col-left {
    width: 51.26%;
}
.b2m-history-bot-col.col-right {
    width: 48.73%;
}
.b2m-history-text {
    max-width: 23.1771vw;
}
.b2m-history-text p {
    margin-bottom: 16px;
}
.b2m-history-text a {
    margin-top: 40px;
}
.b2m-podcast {
    padding: 0 30px;
    margin-bottom: 30px;
}
.b2m-podcast-inner {
    position: relative;
    padding: 35px 0;
    background-image: url('/wp-content/uploads/2026/05/cta-podcast.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.b2m-podcast-row {
    display: flex;
    align-items: center;
}
.b2m-podcast-col.col-heading {
    width: 35.59%;
}
.b2m-podcast-col.col-heading p {
    max-width: 420px;
    margin-left: auto;
}
.b2m-podcast-col.col-img {
    width: 19.35%;
}
.b2m-podcast-col.col-img img {
    margin: 0 auto;
}
.b2m-podcast-col.col-text {
    width: 19.35%;
}
.b2m-podcast-col.col-link {
    width: 25.70%;
    text-align: center;
}
.b2m-accord {
    padding-bottom: 130px;
    z-index: 1;
}
.b2m-accord::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 160px;
    width: 315px;
    height: 315px;
    background-image: url('/wp-content/uploads/2026/05/B2Me-Arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.b2m-accord-inner {
    padding: 0 30px;
}
.b2m-accord-inner .h3 {
    color: #6C10DF;
    max-width: 600px;
    margin: 70px 0 20px;
}
.b2m-accord-row {
    display: flex;
    flex-wrap: wrap;
}
.b2m-accord-col.col-left {
    width: 33.87%;
}
.b2m-accord-col.col-right {
    width: 66.12%;
}
.b2m-accord-list {
    max-width: 1080px;
    margin-bottom: 90px;
}
.b2m-accord-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.b2m-accord-item-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b2m-accord-item-heading p {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -1.44px;
    line-height: 1.2;
}
.b2m-accord-item-heading .cross {
    display: none;
}
.b2m-accord-item > p {
    display: none;
    max-width: 600px;
    margin-top: 12px;
}
.b2m-blog {
    padding: 30px 0 50px;
    background: linear-gradient(90deg, #190437 0%, #6C10DF 100%);
}
.b2m-blog-slider-wrap {
    margin: 48px -15px 0;
}
.b2m-blog-item {
    position: relative;
    display: block;
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 15px;
}
.b2m-blog-item img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.b2m-blog-item p {
    font-size: 2.25rem;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    letter-spacing: -1.08px;
    max-width: 417px;
    margin: 16px 0;
}
.b2m-blog-item div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b2m-blog-slider-dots {
    margin-top: 50px;
}
.b2m-blog-slider-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.b2m-blog-slider-dots .slick-dots li {
    margin: 0 6px;
}
.b2m-blog-slider-dots .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    opacity: .5;
    cursor: pointer;
}
.b2m-blog-slider-dots .slick-dots li.slick-active button {
    opacity: 1;
}
.b2m-blog-link {
    text-align: right;
    position: relative;
    max-width: 1620px;
    margin: -20px auto 0;
    pointer-events: none;
    z-index: 2;
}
.b2m-blog-link a {
    pointer-events: auto;
}
 

@media only screen and (max-width: 1700px) {
    .b2m-banner::before {
        left: 63.47%;
    }
    .b2m-process-item {
        height: 320px;
    }
    .b2m-process-item.semi-hover .b2m-process-item.hover {
        height: 385px;
    }
    .b2m-process-item.initial-hover .b2m-process-item.hover,
    .b2m-process-item:hover .b2m-process-item.hover {
        height: 450px;
    }
}

@media only screen and (max-width: 1600px) {
    .b2m-banner::before {
        left: 62.47%;
    }
    .b2m-process-item > p {
        font-size: 7rem;
    }
    .b2m-process-item:not(.hover) > div:nth-child(2) > p,
    .b2m-process-item.hover > div:nth-child(2) > p:nth-child(2) {
        font-size: 2rem;
    }
    .b2m-process-item.hover > div:nth-child(2) > p:nth-child(1) {
        font-size: .825rem;
    }
    .b2m-history-bot-col.col-left,
    .b2m-history-top-col.col-left {
        width: 56.26%;
    }
    .b2m-history-bot-col.col-right {
        width: 43.73%;
    }
    .b2m-podcast-col.col-img {
        width: 28.35%;
    }

}

@media only screen and (max-width: 1440px) {
    .b2m-portfolio-work-item {
        height: 44vw;
    }
}

@media only screen and (max-width: 1366px) {
    .b2m-banner::before {
        left: 61.47%;
    }
    ul.b2m-services-list li .h2 {
        font-size: 2rem;
    }
    ul.b2m-services-list li p {
        width: 66%;
    }
    .b2m-podcast-col.col-img img {
        padding: 20px;
    }
    .b2m-portfolio-work-item {
        height: 48vw;
    }
}

@media only screen and (max-width: 1280px) {
    ul.b2m-services-list li:hover a {
        margin-left: 0;
    }
    .b2m-blog-link {
        margin: 50px auto 0;
        padding: 0 15px;
    }
    .b2m-history-text p {
        font-size: 1rem;
    }
    .b2m-portfolio-work-list {
        flex-direction: column-reverse;
    }
    .b2m-process-item:hover .b2m-process-item.hover {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 345px;
        height: 193px;
    }
    .b2m-process-item.semi-hover .b2m-process-item.hover {
        height: 165px;
        width: 300px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .b2m-process-item.initial-hover .b2m-process-item.hover,
    .b2m-process-item:hover .b2m-process-item.hover {
        height: 195px;
        width: 350px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .b2m-blog-item div span:first-child {
        font-size: .825rem;
        margin-bottom: 14px;
    }
    .b2m-blog-item div {
        flex-direction: column;
        align-items: flex-start;
    }
    .b2m-blog-item p {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
    .b2m-blog-slider-dots .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .b2m-blog-slider-dots {
        margin-top: 30px;
    }
    .b2m-blog-item {
        margin: 0 8px;
        padding: 20px 10px;
    }
    .b2m-blog-slider-wrap {
        margin: 30px -8px 0;
    }
    .b2m-blog {
        padding: 15px 0 30px;
    }
    .b2m-accord {
        padding-bottom: 50px;
    }
    .b2m-accord-link {
        text-align: right;
    }
    .b2m-accord-list {
        margin-bottom: 50px;
    }
    .b2m-accord::after {
        opacity: 0;
    }
    .b2m-accord-item-heading img {
        width: 20px;
    }
    .b2m-accord-col.col-right {
        width: 100%;
    }
    .b2m-accord-col.col-left {
        width: 0;
    }
    .b2m-accord-item-heading p {
        font-size: 1rem;
        letter-spacing: 0;
    }
    .b2m-accord-inner .h3 {
        font-size: 1.875rem;
        margin: 30px 0;
    }
    .b2m-podcast-col.col-heading,
    .b2m-podcast-col.col-img,
    .b2m-podcast-col.col-link {
        width: 100%;
    }
    .b2m-podcast-col.col-text {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .b2m-podcast-col.col-text {
        width: 100%;
        padding: 0 30px;
    }
    .b2m-podcast-col.col-heading p {
        font-size: 1.875rem;
        max-width: 260px;
        margin: 0 auto;
    }
    .b2m-podcast-row {
        flex-direction: column;
    }
    .b2m-podcast-inner {
        padding: 30px 0;
    }
    .b2m-accord-inner {
        padding: 0 15px;
    }
    .b2m-podcast {
        padding: 0 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .b2m-history-text {
        max-width: 100%;
    }
    .b2m-history-text a {
        float: right;
        margin-top: 550px;
    }
    .b2m-history-bot-col.col-right {
        width: 82.73%;
    }
    .b2m-history-inner h3 {
        font-size: 3.75rem;
        letter-spacing: -1.8px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .b2m-history-inner::after {
        opacity: 0;
    }
    .b2m-history-top {
        margin-bottom: 30px;
    }
    .b2m-history-inner {
        max-width: 100%;
        padding: 15px 15px 30px;
        background-position: bottom left 27%;
    }
    .b2m-history-top-col.col-left,
    .b2m-history-bot-col.col-left {
        width: 17.26%;
    }
    .b2m-history {
        margin-bottom: 15px;
        padding: 0;
    }
    .b2m-process {
        padding-bottom: 25px;
    }
    .b2m-process-item .h2 {
        font-size: 1.875rem;
        font-weight: 400;
    }
    .b2m-process-item div:nth-child(2) {
        padding: 30px 12px 12px;
    }
    .b2m-process-item > p {
        font-size: 5rem;
        letter-spacing: 0;
        padding: 12px;
    }
    .b2m-process-item {
        width: 225px;
        height: 166px;
        margin-bottom: 20px;
    }
    .b2m-process-row {
        margin: 0;
        flex-direction: column;
    }
    .b2m-process-inner h3 {
        margin: 30px 0 0;
        font-size: 1.875rem;
    }
    .b2m-process-inner .h3 {
        font-size: 1.875rem;
        margin: 0 0 50px;
    }
    .b2m-process-inner h3,
    .b2m-process-inner .h3 {
        padding-right: 25%;
    }
    .b2m-process .b2m-process-inner {
        padding: 15px;
    }
    .b2m-cta-col.col-img::after {
        top: 66px;
        left: -44px;
    }
    .b2m-cta-col.col-img::before {
        top: 22px;
        left: 4px;
    }
    .b2m-cta-col.col-img::before, .b2m-cta-col.col-img::after {
        width: 75px;
        height: 75px;
    }
    .b2m-cta {
        padding: 0 15px;
        max-width: 400px;
        margin: 0 auto;
    }
    .b2m-cta-col.col-link {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-top: -145px;
        margin-left: 110px;
    }
    .b2m-cta-col.col-text {
        width: 100%;
        padding-left: 0;
        padding-right: 15px;
        margin-top: -265px;
        margin-left: 110px;
    }
    .b2m-cta-col.col-img img {
        margin-left: 0;
        height: 183px;
    }
    .b2m-cta-col.col-img {
        width: 100%;
        margin-left: -8px;
    }
    .b2m-cta-row {
        padding: 30px 0 0;
    }
    .b2m-cta-col.col-heading p {
        font-size: 1.875rem;
        width: 220px;
        margin-right: auto;
    }
    .b2m-cta-inner::before {
        height: 100%;
    }
    .b2m-cta-col.col-heading {
        width: 100%;
        margin-top: 0;
    }
    p, .p {
        font-size: 0.875rem;
    }
    .b2m-logoslider-item {
        margin: 0 50px;
    }
    .b2m-largetext {
        padding: 15px 0;
    }
    .b2m-largetext-box {
        padding: 70px 0;
    }
    .b2m-largetext img {
        margin-left: 0;
        position: absolute;
        top: 0;
        right: -75%;
        transform: rotate(180deg);
    }
    .b2m-largetext-box .h1 {
        font-size: 3.75rem;
        letter-spacing: -1px;
        line-height: 1;
        text-align: left;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .b2m-largetext-content {
        max-width: 100%;
        padding: 0 60px;
    }
    .b2m-largetext-content p {
        font-size: 0.875rem;
    }
    .b2m-largetext-content h3 {
        font-size: 1.875rem;
        margin: 30px 0;
    }
    .b2m-services {
        padding-bottom: 50px;
    }
    .b2m-services h3 {
        font-size: 1.875rem;
        margin-top: 30px;
    }
    ul.b2m-services-list {
        margin-top: 45px;
    }
    ul.b2m-services-list li .h2 {
        font-size: 1.125rem;
        letter-spacing: -.5px;
    }
    ul.b2m-services-list li p {
        font-size: 0.875rem;
    }
    ul.b2m-services-list li:hover span {
        right: 0;
    }
    ul.b2m-services-list li:hover p {
        height: auto;
    }
    ul.b2m-services-list li p {
        width: 55%;
    }
    .b2m-portfolio-row {
        flex-direction: column-reverse;
    }
    .b2m-portfolio-col {
        width: 100%;
    }
    .b2m-portfolio-content {
        padding: 22px 15px;
    }
    .b2m-portfolio-content::after {
        width: 292px;
        height: 426px;
    }
    .b2m-portfolio-content-text {
        max-width: 100%;
    }
    .b2m-portfolio-content-text h3 {
        font-size: 1.875rem;
        margin: 30px 0 140px;
    }
    .b2m-portfolio-content a {
        display: block;
        max-width: 185px;
        margin-top: 15px;
        margin-left: auto;
    }
    .b2m-portfolio-content {
        padding: 22px 15px 30px;
    }
    .b2m-portfolio-work-item {
        width: 100%;
        height: 168px;
    }
    .b2m-portfolio-work-item:hover {
        width: 100%;
        height: 380px;
        max-height: initial;
    }
    .b2m-portfolio-col.work:hover,
    .b2m-portfolio-col.work:hover + .b2m-portfolio-col.content,
    .b2m-portfolio-work-list:has(.b2m-portfolio-work-item:hover) .b2m-portfolio-work-item:not(:hover) {
        width: 100%;
    }
    .b2m-portfolio-col.work:hover + .b2m-portfolio-col.content .b2m-portfolio-content-text h3,
    .b2m-portfolio-col.work:hover + .b2m-portfolio-col.content .b2m-portfolio-content-text h3 + p,
    .b2m-portfolio-col.work:hover + .b2m-portfolio-col.content .b2m-portfolio-content a {
        opacity: 1;
    }
    .b2m-review-item > p {
        font-size: 1.2rem;
        min-height: 200px;
    }
    .b2m-review {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .b2m-banner {
        padding: 150px 0 20px;
    }
    .b2m-banner::before,
    .b2m-banner::after {
        width: 115px;
        height: 115px;
    }
    .b2m-banner::before {
        left: 59%;
        top: 6%;
    }
    .b2m-banner::after {
        top: 11%;
        left: 44%;
    }
    .b2m-banner-content {
        display: flex;
        flex-direction: column;
    }
    .b2m-banner-content h3 {
        order: 1;
        position: relative;
        top: 0;
        left: 0;
        font-size: 3.1rem;
        letter-spacing: -1.5px;
        margin-bottom: 50px;
    }
    .b2m-banner-content-top {
        order: 2;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 120px;
    }
    .b2m-banner-content-bot-row {
        order: 3;
        flex-flow: wrap;
    }
    .b2m-banner-content-top h2 {
        font-size: 3.1rem;
        letter-spacing: -1.5px;
        text-align: right;
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .b2m-banner-content-top h1 {
        font-size: 1.125rem;
        letter-spacing: -0.54px;
        max-width: 150px;
    }
    .b2m-banner-content-bot-col strong {
        font-size: 0.875rem;
        letter-spacing: -0.42px;
    }
    .b2m-banner-content-bot-col p:first-child {
        margin-bottom: 10px;
        min-height: auto;
    }
    .b2m-banner-content-bot-col p:last-child {
        font-size: 0.875rem;
        letter-spacing: -0.42px;
        margin-bottom: 50px;
    }
}