/*
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: #19558c;
    --green: #ccd74d;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 60px;
    padding-right: 55px;
    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 {
    width: 348px;
}
#header .logo img {
    max-height: 58px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 50px;
}

#header .buttons {
    display: flex;
    align-items: center;
}

#header .phone {
    padding-top: 2px;
}
#header .phone a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}
#header .phone a i {
    position: relative;
    color: var(--main);
    font-size: 13px;
    padding-right: 5px;
    top: -1px;
}
#header .phone a:hover {
    color: var(--green);
    text-decoration: none;
}

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

/* HERO */

#hero {
    position: relative;
    z-index: 4;
}
#hero.page::before {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background-color: #f7f9fa;
    position: absolute;
    bottom: 0; left: 0;
}

#hero .content {
    padding-bottom: 120px;
}
#hero .content .title {
    position: relative;
    color: var(--main);
    font-size: 76px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: -2.28px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero .content .title::after {
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    border-style: solid;
    border-width: 0 0 54px 54px;
    border-color: transparent transparent var(--green) transparent;
    transform: rotate(0deg);
    top: -81px;
}
#hero .content .text {
    font-size: 32px;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: -0.64px;
    padding: 27px 0 0 0;
    margin: 0;
}

#hero .photo {
    display: block;
    width: calc(50% + 210px);
    margin-right: -210px;
}
#hero .photo > div {
    display: block;
    width: 100%;
    height: 645px;
    background-size: cover;
    background-position: top center;
}
#hero.page .photo > div {
    height: 495px;
    background-color: #ddd;
    border-radius: 4px;
    clip-path: polygon(115px 0%, 100% 0, 100% calc(100% - 115px), calc(100% - 115px) 100%, 0 100%, 0% 115px);
}

/* QUESTIONS */

#questions .row {
    position: relative;
}
#questions .row::before {
    content: "";
    display: block;
    width: 556px;
    height: 245px;
    background-image: url('img/icons/icon-questions.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0; left: 150px;
}
#questions .row > * {
    position: relative;
}

#questions .box {
    display: flex;
    align-items: center;
}
#questions .box .content {
    width: calc(100% - 47px);
    padding-left: 15px;
}
#questions .box .content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0;
}
#questions .box .content p b {
    font-weight: 600;
}

/* SERVICES */

#services, .cta {
    position: relative;
    background-color: #f7f9fa;
}
#services {
    z-index: 4;
}

#services .headline .title {
    color: var(--main);
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.68px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#services .headline p {
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 25px 0 60px 0;
    margin: 0;
}

#services .item {
    padding-top: 25px;
    padding-bottom: 20px;
}
#services .item .box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 70px 55px 35px 55px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 15px 60px rgba(228, 234, 237, .35);
}
#services .item .box:hover {
    transform: translateY(-10px);
}
#services .item .box::before {
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    border-style: solid;
    border-width: 0 0 54px 54px;
    border-color: transparent transparent var(--green) transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -20px; right: 55px;
}
#services .item:nth-child(2) .box::before {
    border-color: transparent transparent #6798c1 transparent;
}
#services .item:nth-child(3) .box::before {
    border-color: transparent transparent var(--main) transparent;
}
#services .item .box .content {
    flex: 1;
}
#services .item .box .content .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.6px;
    padding: 55px 0 20px 0;
    margin: 0;
    transition: all .3s;
}
#services .item .box .content .title span {
    font-weight: 300;
}
#services .item .box:hover .content .title {
    color: var(--green);
}
#services .item:nth-child(2) .box:hover .content .title {
    color: #6798c1;
}
#services .item:nth-child(3) .box:hover .content .title {
    color: var(--main);
}
#services .item .box .content .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}
#services .item .box .more {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 5px solid #f7f9fa;
}
#services .item .box .more span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#services .item .box:hover .more span {
    color: var(--green);
}
#services .item:nth-child(2) .box:hover .more span {
    color: #6798c1;
}
#services .item:nth-child(3) .box:hover .more span {
    color: var(--main);
}

/* CTA */

.cta.cta-2 {
    background-color: #FFF;
}
.cta.cta-2::before {
    content: "";
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 56px 56px 0 56px;
    border-color: #eff4f6 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 0; left: 0; right: 0;
}

.cta .content .title {
    font-size: 27px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 20px 0;
    margin: 0;
}
.cta .content .title b {
    font-weight: 700;
}
.cta .content .buttons a {
    display: inline-block;
    width: 300px;
    height: 69px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-align: center;
    padding: 0;
    margin: 5px 5px 0 5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
}
.cta .content .buttons a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
.cta .content .buttons a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.cta .content .buttons a span {
    font-weight: 300;
}

.cta .content .buttons a.phone {
    background-color: var(--green);
    border-color: var(--green);
}
.cta .content .buttons a.phone:hover {
    color: #1a1a1a;
}

.cta .content .buttons a.contact {
    background-color: var(--main);
    border-color: var(--main);
}
.cta .content .buttons a.contact:hover {
    color: var(--main);
}

/* WAYS */

#ways .headline .slogan {
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.22px;
    padding: 0 0 25px 0;
    margin: 0;
}
#ways .headline .slogan b {
    font-weight: 600;
}
#ways .headline .title,
#recent-posts .headline .title {
    color: var(--main);
    font-size: 56px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.12px;
    text-transform: uppercase;
    padding: 0 0 75px 0;
    margin: 0;
}
#ways .headline .title b,
#recent-posts .headline .title b {
    font-weight: 700;
}

#ways .photo {
    display: block;
    width: calc(50% + 240px);
    margin-left: -240px;
    padding-right: 65px;
}
#ways .photo > div {
    position: relative;
    display: block;
    width: 100%;
    height: 775px;
    background-size: cover;
    background-position: center;
}
#ways .photo > div::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 145px 145px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0; right: 0;
}

#ways .content {
    padding-left: 45px;
}
#ways .content .box:not(:last-of-type) {
    padding-bottom: 30px;
}
#ways .content .box:last-of-type img {
    margin-left: -9px;
}
#ways .content .box .title {
    font-size: 29px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.58px;
    padding: 12px 0 0 45px ;
    margin: 0;
}
#ways .content .box p {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.34px;
    padding: 13px 0 40px 0;
    margin: 0 0 0 45px;
    border-bottom: 1px solid #e7ebeb;
}
#ways .content .box:last-of-type p {
    padding-bottom: 0;
    border-bottom-width: 0;
}

/* HOW */

#how {
    overflow: hidden;
}

#how .row {
    position: relative;
}
#how .row::before {
    content: "";
    display: block;
    width: calc(100% + 360px);
    height: 100%;
    background-image: url('img/icons/icon-how.webp');
    background-size: cover;
    background-position: bottom left;
    position: absolute;
    top: 0; left: -180px;
}
#how .row > * {
    position: relative;
    z-index: 4;
}

#how .content .title {
    color: #FFF;
    font-size: 56px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -1.58px;
    text-transform: uppercase;
    padding: 60px 0 0 0;
    margin: 0;
}
#how .content .title b {
    font-weight: 700;
}
#how .content .title::after {
    content: "";
    display: block;
    width: 160px;
    height: 10px;
    margin: 15px 0 30px 0;
    background-color: #2567b1;
}

#how .content #faq-wrapper {
    padding-left: 30px;
}
#how .content #faq-wrapper .accordion-item::after {
    background-color: rgba(255, 255, 255, .3);
}
#how .content #faq-wrapper .accordion-header h3 {
    color: #FFF;
}
#how .content #faq-wrapper .accordion-header h3::before {
    color: #FFF;
}
#how .content #faq-wrapper .accordion-body p {
    color: rgba(255, 255, 255, .66);
    font-size: 17px;
    line-height: 28px;
}

#how .photo {
    position: relative;
    width: calc(50% + 145px);
    margin-right: -145px;
}
#how .photo::before {
    content: "";
    display: block;
    width: 95%;
    height: 100%;
    background-color: #2567b1;
    clip-path: polygon(155px 0, 100% 0, 100% 100%, 0 100%, 0 155px);
    position: absolute;
    top: -17px; right: -5px;
}
#how .photo > div {
    display: block;
    width: 100%;
    height: 685px;
    background-size: cover;
    background-position: top center;
    clip-path: polygon(155px 0, 100% 0, 100% 100%, 0 100%, 0 155px);
}

/* STEPS */

#steps {
    position: relative;
    background-color: #eff4f6;
}

#steps .headline .slogan {
    color: rgba(0, 0, 0, .75);
    font-size: 21px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    margin: 0;
}
#steps .headline .title {
    color: var(--main);
    font-size: 56px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#steps .headline .title b {
    font-weight: 700;
}
#steps .headline .title::after {
    content: "";
    display: block;
    width: 160px;
    height: 10px;
    margin: 25px auto 20px;
    background-color: var(--green);
}

#steps .step {
    position: relative;
    display: flex;
    padding-top: 160px;
}
#steps .step:last-of-type {
    padding-bottom: 130px;
}
#steps .step:nth-child(even) {
    flex-direction: row-reverse;
}

#steps .step::before,
#steps .step::after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
#steps .step.step-1::before {
    width: 367px;
    height: 145px;
    background-image: url('img/icons/icon-step-dots-1.webp');
    top: 0; left: 135px;
}
#steps .step.step-2::before {
    width: 729px;
    height: 112px;
    background-image: url('img/icons/icon-step-dots-2.webp');
    top: 20px; right: 135px;
}
#steps .step.step-3::before {
    width: 727px;
    height: 113px;
    background-image: url('img/icons/icon-step-dots-3.webp');
    top: 20px; left: 135px;
}
#steps .step.step-3::after {
    width: 371px;
    height: 164px;
    background-image: url('img/icons/icon-step-dots-4.webp');
    bottom: -55px; left: 135px;
}

#steps .step .content {
    width: calc(100% - 236px);
    padding-top: 20px;
}
#steps .step:nth-child(odd) .content {
    padding-left: 85px;
    padding-right: 115px;
}
#steps .step:nth-child(even) .content {
    padding-left: 115px;
    padding-right: 85px;
}
#steps .step .content span {
    display: block;
    color: var(--green);
    font-size: 21px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.21px;
    padding: 0;
    margin: 0;
}
#steps .step .content .title {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.21px;
    padding: 15px 0;
    margin: 0;
}
#steps .step .content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}

/* WHY */

#why {
    overflow: hidden;
}

#why .row {
    position: relative;
    display: flex;
    align-items: flex-start;
}
#why .row::before {
    content: "";
    display: block;
    width: calc(100% + 360px);
    height: 100%;
    background-image: url('img/icons/icon-why.webp');
    background-size: cover;
    background-position: bottom right;
    position: absolute;
    top: 0; left: -180px;
}
#why .row::after {
    content: "";
    display: block;
    width: calc(100% + 360px);
    height: 60px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: -180px;
}
#why .row > * {
    position: relative;
    z-index: 4;
}

#why .headline .title {
    color: #FFF;
    font-size: 67px;
    font-weight: 200;
    line-height: 62px;
    letter-spacing: -2px;
    padding: 65px 0 0 0;
    margin: 0;
}
#why .headline .title b {
    font-weight: 700;
}
#why .headline .title::after {
    content: "";
    display: block;
    width: 135px;
    height: 10px;
    margin: 20px 0 80px 0;
    background-color: var(--main);
}

#why .photo {
    position: relative;
    display: block;
    width: calc(100% + 240px);
    margin-left: -240px;
    padding-right: 65px;
}
#why .photo::before {
    content: "";
    display: block;
    width: 80%;
    height: 95%;
    background-color: #FFF;
    clip-path: polygon(100% 0, 100% calc(100% - 145px), calc(100% - 145px) 100%, 0 100%, 0 0);
    position: absolute;
    top: -15px;
    right: 50px;
}
#why .photo > div {
    position: relative;
    display: block;
    width: 100%;
    height: 575px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(100% 0, 100% calc(100% - 145px), calc(100% - 145px) 100%, 0 100%, 0 0);
    z-index: 2;
}

#why .content {
    display: flex;
    align-items: flex-start;
    padding-left: 65px;
    padding-bottom: 37px;
    column-gap: 40px;
    flex-wrap: wrap;
}
#why .content .box {
    position: relative;
    width: calc(50% - 20px);
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
#why .content .box:nth-last-child(2),
#why .content .box:nth-last-child(3) {
    border-bottom-width: 0;
}
#why .content .box:nth-child(even) {
    padding-left: 25px;
}
#why .content .box:nth-child(odd)::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 5%;
    right: -20px;
}
#why .content .box p {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}
#why .content .box p b {
    font-weight: 600;
}
#why .content .box p u {
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

/* COMPANIES */

#companies .slick-track {
    display: flex !important;
}
#companies .company {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit !important;
    text-align: center;
}
#companies .company img {
    margin: 0 auto;
}

/* CTA 2 */

#cta-2 {
    position: relative;
    overflow: hidden;
}
#cta-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #f3f6f8;
    position: absolute;
    bottom: 0; left: 0;
}

#cta-2 .row {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
#cta-2 .row::before {
    content: "";
    display: block;
    width: calc(100% + 360px);
    height: 100%;
    background-image: url('img/icons/icon-cta.webp');
    background-size: cover;
    background-position: bottom right;
    position: absolute;
    top: 0; left: -180px;
}
#cta-2 .row > * {
    position: relative;
    z-index: 4;
}

#cta-2 .headline .title {
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#cta-2 .headline .title b {
    font-weight: 600;
}

#cta-2 .content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#cta-2 .content .phone {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 23px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0;
    margin: 0;
}
#cta-2 .content .phone i {
    color: var(--green);
    font-size: 15px;
    padding-right: 10px;
}
#cta-2 .content .phone b {
    font-weight: 500;
    padding-left: 5px;
    transition: all .3s;
}
#cta-2 .content .phone:hover b {
    color: var(--green);
}
#cta-2 .content .contact {
    display: inline-block;
    height: 69px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 55px;
    margin: 0 0 0 35px;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 2px;
}
#cta-2 .content .contact:before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#cta-2 .content .contact:hover {
    color: #FFF;
    background-color: transparent;
}

/* FOOTER */

#footer .container-fluid {
    position: relative;
    background-color: #f3f6f8;
}

#footer .container-fluid > .container {
    position: relative;
}
#footer .container-fluid > .container::before {
    content: "";
    display: block;
    width: 389px;
    height: 100%;
    background-image: url('img/icons/icon-footer.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: -233px;
    opacity: 0.03;
}

#footer .logo img {
    max-height: 50px;
}

#footer h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0 0 13px 0;
    margin: 0;
}

#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li a {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .contact address,
#footer .contact a.email {
    display: block;
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.28px;
    padding: 0;
    margin: 0;
}
#footer .contact a.email {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 3px;
}
#footer .contact a.email:hover {
    text-decoration: none;
}
#footer .contact p {
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 16px 0 12px 0;
    margin: 0;
}
#footer .contact a.phone {
    display: block;
    color: #343434;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 0;
    margin: 0 0 3px 0;
}
#footer .contact a.phone:hover {
    color: var(--main);
}

/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper,
#page-intro,
#index-wrapper,
#single-wrapper {
    position: relative;
    background-color: #f7f9fa;
}

#page-intro .entry-content h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
    background-color: #FFF;
}
#page-wrapper #main::before {
    content: "";
    display: block;
    width: 85px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -85px;
}

.page-template-full #page-wrapper {
    background-color: #f7f9fa;
}
.page-template-full #page-wrapper #main {
    padding-right: calc(var(--bs-gutter-x) * .5);
    background-color: transparent;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

.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 {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.64px;
}
.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 15px;
    background-color: var(--green);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.56px;
}
.entry-content h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.46px;
}

.entry-content a {
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.36px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 500;
}
.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: "\f0da";
    color: var(--green);
    font-family: "Font Awesome 6 Free";
    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(--green);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

/* 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% + 85px);
    max-width: calc(33.333333% + 85px);
    margin-right: -85px;
    margin-top: -15px;
    padding-left: 0;
    padding-right: 0;
    z-index: 4;
}

.widget-contact {
    position: relative;
    padding: 0 45px 55px 45px;
    background-color: #FFF;
}
.widget-contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: #f7f9fa;
    position: absolute;
    top: 0; left: 0;
}
.widget-contact::after {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    background: rgb(251,252,253);
    background: -moz-linear-gradient(90deg, rgba(251,252,253,1) 0%, rgba(251,252,253,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(251,252,253,1) 0%, rgba(251,252,253,0) 100%);
    background: linear-gradient(90deg, rgba(251,252,253,1) 0%, rgba(251,252,253,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfcfd",endColorstr="#fbfcfd",GradientType=1);
    position: absolute;
    top: 15px; left: 0;
    z-index: 4;
}
.widget-contact .headline {
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 4;
}
.widget-contact .headline .cover img {
    box-shadow: 0 10px 20px rgba(50, 72, 88, .05);
}
.widget-contact .headline .text {
    width: calc(100% - 218px);
    padding-left: 20px;
}
.widget-contact .headline .text .title {
    font-size: 35px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.7px;
    padding: 0;
    margin: 0;
}
.widget-contact .headline .text .slogan {
    color: var(--main);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.5px;
    padding: 20px 0 10px 0;
    margin: 0;
}
.widget-contact .headline .text .desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}

.widget-contact .content {
    padding-top: 55px;
    padding-left: 30px;
    padding-right: 30px;
}
.widget-contact .content .row {
    margin-left: 0;
    margin-right: 0;
}
.widget-contact .content .form-field {
    width: 100%;
    padding: 0;
}
.widget-contact .content form > .form-field {
    display: none;
}
.widget-contact .content .form-submit .wpcf7-submit {
    margin-left: 0;
}

/* CONTACT */

#contact-intro {
    position: relative;
    background-color: #f7f9fa;
}
#contact-intro .box {
    display: flex;
}
#contact-intro .box .content {
    width: calc(100% - 94px);
    padding-top: 35px;
    padding-left: 20px;
}
#contact-intro .box .content h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0 0 25px 0;
    margin: 0;
}
#contact-intro .box .content p,
#contact-intro .box .content address {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content p b {
    font-weight: 600;
}
#contact-intro .box .content a {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a:last-of-type {
    font-size: 18px;
}
#contact-intro .box .content a:hover {
    color: var(--main);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#contact-intro .box .content a.map {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 10px;
}
#contact-intro .box .content a.map:hover {
    text-decoration: none;
}
#contact-intro .box .content span {
    display: block;
    color: var(--green);
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: 0;
}
#contact-intro .box .content span:not(:first-of-type) {
    margin-top: 20px;
}

#contact-wrapper {
    position: relative;
    background-color: #f7f9fa;
}
#contact-wrapper .box .content {
    padding: 75px 210px 60px 210px;
    background-color: #FFF;
}
#contact-wrapper .box .content .slogan {
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
}
#contact-wrapper .box .content .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.5px;
    text-align: center;
    padding: 25px 0 55px 0;
    margin: 0;
}