/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.14
*/

:root {
    --main: #0019dc;
    --text: #2a404d;
    --font2: "Archivo Condensed";
    --font3: "Playfair Display";
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 45px;
    padding-left: 50px;
    padding-right: 40px;
    background-color: #FFF;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo img {
    max-height: 57px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 50px;
}

#header .phone {
    padding: 21px 0 18px 25px;
    border-left: 1px solid #e4e4e4;
}
#header .phone a {
    position: relative;
    display: inline-block;
    color: var(--text);
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
#header .phone a i {
    position: relative;
    color: var(--main);
    font-size: 14px;
    padding-right: 5px;
    top: 0px;
}
#header .phone a:hover {
    color: var(--main);
    text-decoration: none;
}

#header .contact a {
    display: inline-block;
    height: 64px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0 25px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
}
#header .contact a::before {
    content: "";
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    overflow: hidden;
    z-index: 4;
}
#hero .container {
    position: relative;
}
#hero .container::before {
    content: "";
    display: block;
    width: 150vw;
    height: 55px;
    background-color: #f2f3f4;
    position: absolute;
    bottom: 0;
    left: calc(-195px + (var(--bs-gutter-x) * .5));
}
#hero.page .container::before {
    height: 45px;
}
.error404 #hero.page .container::before,
.blog #hero.page .container::before,
.single #hero.page .container::before,
.page-template-faq #hero.page .container::before,
.page-template-reviews #hero.page .container::before,
.page-template-full #hero.page .container::before,
.page-template-attorneys #hero.page .container::before,
.page-template-areas #hero.page .container::before {
    display: none;
}

#hero .content {
    position: relative;
    left: -30px;
    padding-bottom: 155px;
}
#hero.page .content {
    padding-bottom: 105px;
}
#hero .content .slogan {
    position: relative;
    color: var(--text);
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.38px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
#hero .content .slogan::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 13px;
    margin-right: 15px;
    background-color: var(--main);
}
#hero .content .title {
    position: relative;
    color: var(--text);
    font-family: var(--font3);
    font-size: 55px;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: -2.25px;
    padding: 0 0 27px 0;
    margin: 0;
}
#hero.page .content .title {
    font-size: 80px;
    padding-bottom: 45px;
}
#hero .content .title i {
    color: var(--main);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
}
#hero .content .text {
    position: relative;
    color: var(--text);
    font-size: 17px;
    font-weight: 200;
    font-style: italic;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 32px 0;
    margin: 0;
}
#hero .content a {
    display: inline-block;
    height: 75px;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0 90px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
}
#hero .content a::before {
    content: "";
    height: 73px;
    display: inline-block;
    vertical-align: middle;
}
#hero .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#hero .photo {
    display: block;
    width: calc(58.33333333% + 200px);
    margin-right: -200px;
}
#hero .photo > div {
    display: block;
    width: 100%;
    height: 695px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(100% 0, 100% calc(100% - 125px), calc(100% - 110px) 100%, 0 100%, 0 0);
}
#hero.page .photo > div {
    height: 480px;
}

/* ABOUT */

#about {
    position: relative;
    overflow: hidden;
}
#about .container {
    position: relative;
}
#about .container::before {
    content: "";
    display: block;
    width: 150vw;
    height: 100%;
    background-color: #f2f3f4;
    position: absolute;
    bottom: 0;
    left: calc(-195px + (var(--bs-gutter-x) * .5));
}
#about .row {
    position: relative;
    z-index: 4;
}
#about .row::after {
    content: "";
    display: block;
    width: 260px;
    height: 22px;
    background-color: var(--main);
    position: absolute;
    bottom: 0; left: calc(var(--bs-gutter-x) * .5);
}

#about .headline .title {
    color: var(--text);
    font-family: var(--font2);
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0 0 58px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #d0d3df;
}

#about .highlight p {
    color: var(--text);
    font-size: 24px;
    font-weight: 200;
    line-height: 38px;
    letter-spacing: -0.24px;
    padding: 0;
}
#about .highlight p:last-of-type {
    margin-bottom: 0;
}

#about .text p {
    color: var(--text);
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
}
#about .text a {
    position: relative;
    display: inline-block;
    color: var(--text);
    font-family: var(--font3);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    padding: 0;
    margin: 0;
}
#about .text a:hover {
    color: var(--main);
    text-decoration: none;
}
#about .text a::after {
    content: "→";
    color: var(--main);
    font-family: "Arial";
    font-size: 17px;
    position: absolute;
    top: 1px;
    right: -25px;
    transition: all .3s;
}
#about .text a:hover::after {
    right: -30px;
}

/* FEATURED */

#featured {
    position: relative;
}
.home #featured::before {
    content: "";
    display: block;
    width: calc(100% - 220px);
    height: 378px;
    margin: 0 auto;
    background-color: #f2f3f4;
    position: absolute;
    bottom: 0; left: 0; right: 0;
}
#featured .row {
    position: relative;
    z-index: 4;
}

#featured .headline,
#recent-posts .headline {
    padding-bottom: 50px;
}
#featured .headline .slogan,
#attorneys .headline .slogan,
#cases .headline .slogan {
    color: var(--text);
    font-size: 19px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 2.66px;
    text-transform: uppercase;
    padding: 0 0 16px 0;
    margin: 0;
}
#featured .headline .title,
#attorneys .headline .title,
#cases .headline .title,
#recent-posts .headline .title {
    color: var(--text);
    font-family: var(--font3);
    font-size: 62px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.86px;
    padding: 0;
    margin: 0;
}

#featured .box {
    padding-top: 25px;
}
#featured .box a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f2f3f4;
}
.home #featured .box a {
    background-color: #FFF;
}
#featured .box a:hover {
    transform: translateY(-10px);
}

#featured .box .photo {
    display: block;
    width: 100%;
    height: 325px;
    background-color: #DDD;
    background-size: cover;
    background-position: center;
}

#featured .box .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 50px 50px 30px 50px;
}
#featured .box .content .text {
    flex: 1;
}
#featured .box .content .text .title {
    color: var(--text);
    font-family: var(--font2);
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0 0 22px 0;
    margin: 0;
}
#featured .box .content .text p {
    color: var(--text);
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}

#featured .box .content .more {
    margin-top: 75px;
    padding-top: 28px;
    border-top: 1px solid #c4c9de;
}
#featured .box .content .more span,
#attorneys .box .content span,
#cases .box .more span {
    position: relative;
    display: inline-block;
    color: var(--text);
    font-family: var(--font3);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    padding: 0;
    margin: 0;
}
#featured .box a:hover .content .more span,
#attorneys .box a:hover .content span,
#cases .box a:hover .more span {
    color: var(--main);
    text-decoration: none;
}
#featured .box .content .more span::after,
#attorneys .box .content span::after,
#cases .box .more span::after {
    content: "→";
    color: var(--main);
    font-family: "Arial";
    font-size: 17px;
    position: absolute;
    top: 1px;
    right: -25px;
    transition: all .3s;
}
#featured .box a:hover .content .more span::after,
#attorneys .box a:hover .content span::after,
#cases .box a:hover .more span::after {
    right: -30px;
}

/* CTA */

#cta {
    width: calc(100% - 220px);
    margin: 0 auto;
    background-color: #f2f3f4;
}

#cta .content h3 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0 0 25px 0;
    margin: 0;
}

#cta .content .buttons a,
#footer .buttons a {
    display: inline-block;
    width: 320px;
    height: 75px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0;
    margin: 5px 5px 0 5px;
}
#cta .content .buttons a::before,
#footer .buttons a::before {
    content: "";
    height: 75px;
    display: inline-block;
    vertical-align: middle;
}

#cta .content .buttons a.phone,
#footer .buttons a.phone {
    color: var(--text);
    background-color: #FFF;
    border: 2px solid #FFF;
}
#cta .content .buttons a.phone span,
#footer .buttons a.phone span {
    font-weight: 200;
}
#cta .content .buttons a.phone:hover,
#footer .buttons a.phone:hover {
    background-color: transparent;
}

#cta .content .buttons a.schedule,
#footer .buttons a.schedule {
    background-color: var(--main);
    border: 2px solid var(--main);
}
#cta .content .buttons a.schedule:hover,
#footer .buttons a.schedule:hover {
    color: var(--main);
    background-color: transparent;
}

/* ATTORNEYS */

#attorneys .headline {
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 10px;
}
#attorneys .headline::after {
    content: "";
    display: block;
    width: calc(100% - (var(--bs-gutter-x) * .5 * 2));
    height: 6px;
    background-color: #f2f3f4;
    position: absolute;
    bottom: 0; right: calc(var(--bs-gutter-x) * .5);
}

#attorneys .headline .button a {
    display: inline-block;
    height: 69px;
    color: var(--main);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 60px;
    margin: 0;
    border: 1px solid var(--main);
}
#attorneys .headline .button a::before {
    content: "";
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}
#attorneys .headline .button a:hover {
    color: #FFF;
    background-color: var(--main);
}

#attorneys .box {
    padding-top: 45px;
}
#attorneys .box a {
    display: flex;
    height: 100%;
}
#attorneys .box a:hover {
    text-decoration: none;
}

#attorneys .box .photo {
    position: relative;
    display: block;
    width: 185px;
    height: 225px;
    background-size: cover;
    background-position: top center;
    clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 55px) 100%, 0 100%, 0 0);
    z-index: 2;
}

#attorneys .box .content {
    position: relative;
    width: calc(100% - 185px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 45px;
    padding-bottom: 40px;
    background-color: #f8f9f9;
}
#attorneys .box .content.without-photo {
    width: 100%;
}
#attorneys .box .content:not(.without-photo)::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: #f8f9f9;
    position: absolute;
    top: 0; left: -40px;
}
#attorneys .box .content .text {
    flex: 1;
}
#attorneys .box .content .text .name {
    position: relative;
    color: var(--text);
    font-family: var(--font2);
    font-size: 33px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 26px 0 19px 0;
    margin: 0;
    background-color: #FFF;
}
#attorneys .box .content .text .name::before {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -45px;
}
#attorneys .box .content .text p {
    color: var(--text);
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.08px;
    padding: 0 25px 0 0;
    margin: 0;
}
#attorneys .box .content .text p::before {
    content: "";
    display: block;
    width: 85px;
    height: 4px;
    margin-bottom: 23px;
    background-color: var(--main);
}
#attorneys .box .content span {
    margin-top: 31px;
}

/* CASES */

#cases {
    position: relative;
    overflow: hidden;
    background-color: #f2f3f4;
}
.page-template-cases #cases {
    background-color: #FFF;
}

#cases .headline {
    padding-bottom: 95px;
}

#cases .container-fluid {
    padding-left: calc(((100% - 1320px) / 2) + (var(--bs-gutter-x)* .5));
}
#cases .slick-list {
    padding-right: 18%;
}
#cases .slick-track {
    display: flex;
}

#cases .box {
    height: inherit !important;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.page-template-cases #cases .box:nth-child(n+3) {
    padding-top: 25px;
}
#cases .box .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 45px 32px 45px;
    background-color: #FFF;
    opacity: 0.45;
}
.page-template-cases #cases .box .item {
    background-color: #f2f3f4;
}
#cases .box.slick-active .item {
    opacity: 1;
}
#cases .box .item:hover {
    text-decoration: none;
}
#cases .box .content {
    flex: 1;
}
#cases .box .content span {
    display: inline-block;
    color: #FFF;
    font-family: var(--font2);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 11px 15px 10px 15px;
    margin: 0;
    background-color: var(--main);
    clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 12px) 100%, 0 100%, 0 0);
}
#cases .box .content .title {
    color: var(--text);
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.45px;
    padding: 34px 0 0 0;
    margin: 0;
}
#cases .box .content .subtitle {
    color: var(--text);
    font-family: var(--font2);
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.37px;
    padding: 10px 0 0 0;
    margin: 0;
}
#cases .box .content .text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text);
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 34px 0 0 0;
    margin: 0;
}
.page-template-cases #cases .box .content .text {
    -webkit-line-clamp: unset;
    overflow: unset;
}

#cases .box .more {
    margin-top: 85px;
    padding-top: 33px;
    border-top: 1px solid #c4c9de;
}

/* SLOGAN */

#slogan {
    padding-bottom: 60px;
}
.error404 #slogan,
.blog #slogan,
.page-template-faq #slogan,
.page-template-reviews #slogan,
.page-template-full #slogan,
.page-template-cases #slogan {
    background-color: #f2f3f4;
}
#slogan .content p {
    display: inline-block;
    color: var(--text);
    font-family: var(--font3);
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2.1px;
    padding: 0;
    margin: 0;
}
#slogan .content p i {
    font-family: "Archivo";
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0;
}

/* FOOTER */

#footer .contact > div {
    column-gap: 85px;
}
#footer .contact h4 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    padding: 0 0 18px 0;
    margin: 0;
}
#footer .contact p {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding: 0 0 8px 0;
    margin: 0;
}
#footer .contact p:last-of-type:not(:first-of-type) {
    margin-top: 27px;
}
#footer .contact address {
    display: block;
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}
#footer .contact a.map {
    display: inline-block;
    color: #5d89e4;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.15px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 10px 0 0 0;
}
#footer .contact a.map:hover {
    text-decoration: none;
}

#footer .contact a {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 4px 0 0 0;
}
#footer .contact a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#footer .buttons {
    display: flex;
    flex-direction: column;
}
#footer .buttons a {
    width: 270px;
    margin-right: 0;
    margin-left: 0;
}
#footer .buttons a.phone:hover,
#footer .buttons a.schedule:hover {
    color: #FFF;
}

/* SUBPAGES */

#page-wrapper {
    position: relative;
    overflow: hidden;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: var(--text);
    font-family: var(--font2);
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.9px;
}
.entry-content h1::after, .entry-content h2::after, .post-title::after {
    content: "";
    display: block;
    width: 140px;
    height: 6px;
    margin-top: 20px;
    background-color: var(--main);
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.68px;
}
.entry-content h3::after, .sitemap_by_click5 h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 15px;
    background-color: var(--main);
}
.entry-content h4 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.54px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: var(--text);
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

.entry-intro {
    position: relative;
    background-color: #f2f3f4;
}
.entry-intro::before {
    content: "";
    display: block;
    width: 150vw;
    height: 100%;
    background-color: #f2f3f4;
    position: absolute;
    bottom: 0;
    left: -195px;
}
.entry-intro::after {
    content: "";
    display: block;
    width: 260px;
    height: 22px;
    background-color: var(--main);
    position: absolute;
    bottom: 0;
    left: 0;
}
.entry-intro > * {
    position: relative;
    z-index: 4;
}
.entry-intro h2 {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d0d3df;
}
.entry-intro h2::after {
    display: none !important;
}
.entry-intro p {
    font-size: 22px;
    font-weight: 200;
    line-height: 38px;
    letter-spacing: -0.22px;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 55px);
    max-width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: 0;
    padding-left: 50px;
    z-index: 4;
}

.widget-cta#cta {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #FFF;
    box-shadow: 0 5px 25px rgba(28, 36, 63, .04);
}
.widget-cta#cta::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent var(--main) transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: 10px; right: 10px;
}
.widget-cta#cta .content h3 {
    line-height: 40px;
}
.widget-cta#cta .content .buttons a.phone {
    border-color: var(--main);
}
.widget-cta#cta .content .buttons a.phone:hover {
    color: var(--main);
}

.widget-areas {
    position: relative;
    padding: 53px 55px 45px 55px;
    margin-top: 45px;
    background-color: #f2f3f4;
}
.widget-areas > h4 {
    color: var(--text);
    font-family: var(--font3);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0 0 47px 0;
    margin: 0;
}
.widget-areas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-areas ul li a {
    display: block;
    position: relative;
    color: var(--text);
    font-family: var(--font2);
    font-size: 29px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.58px;
    padding: 26px 0 25px 0;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
}
.widget-areas ul li a:hover {
    color: var(--main);
}
.widget-areas ul li a[aria-current="page"] {
    color: var(--main);
    background-color: #FFF;
}
.widget-areas ul li:last-of-type a {
    border-bottom-width: 0;
}
.widget-areas ul li a[aria-current="page"]::after {
    content: "";
    display: block;
    width: 55px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; right: -55px;
}
.widget-areas ul li a[aria-current="page"]::before {
    content: '';
    position: absolute;
    display: block;
    left: -25px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 100%;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

/* ABOUT US */

#textboxes .row:not(:first-of-type) {
    padding-top: 45px;
}
#textboxes .row:nth-child(even) { 
    flex-direction: row-reverse;
}
#textboxes .row:not(:first-of-type) {
    margin-top: 20px;
}

#textboxes .photo {
    flex: 0 0 auto;
    width: calc(50% + 195px);
    margin-left: -195px;
}
#textboxes .row:nth-child(even) .photo {
    margin-left: 0;
    margin-right: -195px;
}
#textboxes .photo > div {
    display: block;
    width: 100%;
    height: 480px;
    background-color: #f2f3f4;
    background-size: cover;
    background-position: center;
    clip-path: polygon(100% 0, 100% calc(100% - 125px), calc(100% - 110px) 100%, 0 100%, 0 0);
}

#textboxes .content {
    position: relative;
    padding-left: 50px;
}
#textboxes .row:nth-child(even) .content {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: 50px;
}

/* CONTACT US */

#contact-wrapper {
    overflow: hidden;
}

#contact-wrapper .container {
    position: relative;
}
#contact-wrapper .container::before {
    content: "";
    display: block;
    width: 150vw;
    height: 100%;
    background-color: #f2f3f4;
    position: absolute;
    bottom: 0;
    left: calc(-195px + (var(--bs-gutter-x) * .5));
}
#contact-wrapper .row {
    position: relative;
    z-index: 4;
}

#contact-wrapper .headline .title {
    color: var(--text);
    font-family: var(--font2);
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0 0 58px 0;
    margin: 0 0 65px 0;
    border-bottom: 1px solid #d0d3df;
}

#contact-wrapper .box {
    display: flex;
}
#contact-wrapper .box:not(:first-of-type) {
    padding-top: 50px;
}
#contact-wrapper .icon {
    width: 60px;
    text-align: center;
}
#contact-wrapper .content h5 {
    color: var(--text);
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0 0 14px 0;
    margin: 0;
}
#contact-wrapper .content address {
    display: block;
    color: var(--text);
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 0;
}
#contact-wrapper .content .map {
    display: inline-block;
    color: var(--main);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.17px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 10px 0 0 0;
}
#contact-wrapper .content .map:hover {
    text-decoration: none;
}
#contact-wrapper .content .phone {
    display: inline-block;
    color: var(--text);
    font-size: 30px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
#contact-wrapper .content .phone:hover {
    color: var(--main);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

#contact-map .row > div {
    width: calc(100% + 390px);
    max-width: calc(100% + 390px);
    margin-left: -195px;
}