/*
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: #0838a4; /* blue */
    --main2: #f9b841; /* yellow */
	--white: #fff;
	--black: #000;
	--text: #39424f;
	--darker: #1c1f1a;
	--blue2: #1b4083;
	--grenade: #11263a;
}

/* HEADER */

#header {
	position: fixed;
    top: 0;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 25px;
    padding-left: 80px;
    padding-right: 80px;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
	background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
#header.sticky .navbar .navbar-nav .dropdown a, 
#header.sticky .phone a, 
#header.sticky .navbar .navbar-nav .dropdown .nav-link::after, 
#header.sticky .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after, 
#header.sticky .navbar .navbar-nav .nav-link {
	color: var(--darker);
}

#header .phone {
    padding: 18px 0 18px 25px;
}
#header .phone a {
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 2px 0 3px 0;
    margin: 0;
}
#header .phone a i {
    position: relative;
    color: var(--main2);
    font-size: 16px;
    padding-right: 5px;
    top: -2px;
}
#header .phone a:hover {
    text-decoration: underline;
    text-decoration-color: var(--white);
    text-underline-offset: 0.3rem;
}
#header.sticky .phone a:hover {
    text-decoration-color: var(--main2);
}

#header .contact a {
    display: inline-block;
    height: 53px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.18px;
    padding: 0 30px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 1px;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: var(--white);
}

#header.sticky .logo img {
	width: 260px;
}
#header .logo a {
    width: 405px;
    display: block;
}
#header .logo img.bl {
	display: none;
}
#header.sticky .logo img.wh {
	display: none;
}
#header.sticky .logo img.bl {
	display: block;
}
#header .navigation {
    width: 100%;
}
#header .navigation .navbar {
    margin: 0 auto;
}

/* HERO */

#hero {
    position: relative;
    width: calc(100% - 32px);
    height: 900px;
    padding-bottom: 220px;
    margin: 16px auto 0;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}

#hero h3 {
	font-family: 'Barlow';
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#hero h1 {
    color: var(--white);
    font-size: 82px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -1.64px;
    padding: 0;
    margin: 0;
}
#hero h1 span {
    color: var(--orange);
    border-bottom: 4px solid var(--orange);
}

#hero .contact a {
    color: var(--white);
	font-family: 'Barlow';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
	display: inline-block;
    height: auto;
    padding: 18px 79px;
    margin: 40px 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 3px;
}
#hero .contact a:hover {
    background-color: var(--white);
    border: 2px solid var(--main);
	color: var(--main);
}

#hero-sub .content {
	margin-bottom: 100px;
}

/* ABOUT */

#about {
    position: relative;
    background-color: var(--white);
}

#about .headline h3 {
	font-family: 'Barlow';
    color: var(--grenade);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.72px;
	text-transform: uppercase;
    padding: 0;
    margin-bottom: 30px;
}
#about .headline h2 {
    color: var(--blue2);
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}
#about .headline h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 30px;
    background-color: var(--main2);
}

#about .content p {
    color: var(--text);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    color: var(--text);
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 15px 0 0 0;
}
#about .content a:hover {
    color: var(--main2);
}
#about .content a:hover::before {
    background-color: transparent;
}
#about .content a span {
	color: var(--grenade);
	font-family: 'Calluna';
    font-weight: 200;
	font-size: 20px;
    letter-spacing: -0.2px;
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
	text-decoration: underline;
    text-decoration-thickness: 1px;
	text-underline-offset: 4px;
    transition: all .3s;
}
#about .content a:hover span {
    color: var(--main2);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--main2);
}
#about .content a::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
}

/* HEADLINE */

.home-headline h3 {
    color: var(--grenade);
	font-family: 'Barlow';
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h2 {
    color: var(--blue2);
    font-size: 85px;
    font-weight: 500;
    line-height: 74px;
    letter-spacing: -0.93px;
    padding: 0;
    margin: 0;
}

/* SERVICES */

#services .container {
    background: #eff2f4;
}

#services > .container {
	position: relative;
}
#services .row.g-0::before {
	content: "";
	display: block;
	width: 130px;
	height: 100%;
	background-color: #eff2f4;
	position: absolute;
	top: 0px;
	left: -130px;
}
#services .row.g-0::after {
	content: "";
	display: block;
	width: 130px;
	height: 100%;
	background-color: #eff2f4;
	position: absolute;
	top: 0px;
	right: -130px;
}

#services .row.g-0 {
	padding-top: 35px;
    padding-bottom: 45px;
}
#services .row.g-0 .box .home-headline {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	padding: 60px 20px 60px 55px;
}

#services .box {
    position: relative;
}
#services .box:nth-child(4)::before, #services .box:nth-child(5)::before, #services .box:nth-child(6)::before {
	content: "";
    display: block;
    width: 88%;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    margin-left: 28px;
}

#services .box a {
    position: relative;
    display: block;
    height: 100%;
    padding: 70px 50px 60px 30px;
}
#services .box:nth-child(4n) a {
    border-right-width: 0;
}
#services .box a:hover {
    text-decoration: none;
    /* transform: scale(1.02); */
    z-index: 9;
}
#services .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
#services .box a:hover::before {
    visibility: hidden;
    opacity: 0;
}
#services .box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    position: absolute;
    top: 0; left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
#services .box a:hover::after {
    visibility: visible;
    opacity: 1;
}
#services .box a > * {
    position: relative;
    z-index: 4;
}

#services .box .icon {
    padding-bottom: 33px;
}
#services .box .icon::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -14px;
    transition: all .3s;
	z-index: 0;
}
#services .box a:hover .icon::before {
    background-color: #f9b841;
    border: 2px solid #f9b841;
}
#services .box .icon img {
    max-height: 70px;
    transition: all .3s;
	position: relative;
	z-index: 1;
}
#services .box a:hover .icon img {
    filter: brightness(0) invert(1);
}

#services .box .content {
    padding-top: 21px;
}
#services .box .span::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
    transition: all .3s;
}
#services .box a:hover .content::after {
    color: var(--main);
}
#services .box .content h2 {
    color: var(--blue2);
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 20px;
    transition: all .3s;
}
#services .box a:hover .content h2 {
    color: var(--white);
}
/* #services .box .content h2 span {
    font-size: 22px;
    font-weight: 700;
} */
#services .box .content p {
    color: var(--text);
    font-size: 18.5px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.185px;
    padding: 0;
    margin-bottom: 20px;
}
#services .box a:hover .content p {
    color: var(--white);
}

#services .box a span.more {
	color: var(--grenade);
    font-family: 'Calluna';
    font-weight: 200;
    font-size: 20px;
	letter-spacing: 0.2px;
	display: block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: all .3s;
}
#services .box a span.more::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
	display: inline-block;
    padding-left: 7px;
}
#services .box a:hover span {
    color: var(--white);
}

/* PHOTO + TEXT */

#textbox {
	position: relative;
    padding-top: 0 !important;
    z-index: 2;
}
#textbox .row:nth-child(even) { 
    flex-direction: row-reverse;
}

#textbox .row:not(:first-of-type) {
    margin-top: 20px;
}

#textbox .photo {
    flex: 0 0 auto;
    width: calc(50% + 140px);
    margin-left: -140px;
    padding-right: 0;
}
#textbox .row:nth-child(even) .photo {
    padding-right: 15px;
    padding-left: 0;
    margin-left: 0;
    margin-right: -195px;
}
#textbox .photo > div {
    display: block;
    width: 100%;
}

#textbox .row:nth-child(even) .content {
    padding-left: 15px;
    padding-right: 60px;
}
#textbox .content h2 {
    color: var(--blue2);
    font-size: 45px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.45px;
	margin-top: 40px;
}
#textbox .content h4 {
	font-family: 'Barlow';
    color: #575652;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.18px;
	margin-bottom: 0;
}
#textbox .content h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 30px;
	margin-bottom: 30px;
    background-color: var(--main2);
}
#textbox .content h3 {
	font-family: 'Barlow';
    color: var(--blue2);
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.24px;
	margin-bottom: 24px;
}
#textbox .content p {
    color: var(--black);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
#textbox .content a {
    position: relative;
    display: inline-block;
    color: var(--grenade);
    font-size: 20px;
	font-family: 'Calluna';
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 22px 0 0 0;
}
#textbox .content a:hover {
    color: var(--main2);
}
#textbox .content a:hover::before {
    background-color: transparent;
}
#textbox .content a span {
    position: relative;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: var(--gredade);
}
#textbox .content a span::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
	display: inline-block;
    padding-left: 7px;
}

#textbox .logos {
	margin-top: 45px;
	padding-top: 45px;
    border-top: 3px solid #eff2f4;
}

/* FAST CONTACT */

#cta {
    position: relative;
}

#cta .content h3 {
    color: #9b9b9b;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 1.8px;
	padding: 0;
    margin: 0 0 15px 0;
}
#cta .content h2 {
    color: var(--blue2);
    font-size: 41px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.23px;
    padding: 0 0 20px 0;
    margin: 0;
}

#cta .content a {
    display: block;
    width: 340px;
    height: 60px;
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    padding: 0;
    margin: 5px 5px 0 5px;
    background-color: var(--main2);
    border: 1px solid var(--main2);
    border-radius: 1px;
}
#cta .content a span {
    font-weight: 300;
}
#cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
#cta .content a.phone {
    background-color: var(--main);
    border: 1px solid var(--main);
}
#cta .content a.phone:hover {
    color: var(--black);
    background-color: transparent;
}

/* FAQ */

#faq-wrapper.box {
    background-color: #f9f9f9;
}

#faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
#faq-wrapper.box .card {
    padding: 0 100px 0 170px;
}
#faq-wrapper.box .card.active {
    position: relative;
    background-color: var(--white);
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
#faq-wrapper.box .card::after {
    width: calc(100% - 250px);
    right: 30px;
}
#faq-wrapper.box .card:last-of-type::after {
    display: block;
}
#faq-wrapper.box .card.active::after {
    background-color: transparent;
}
#faq-wrapper.box .card.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
#faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
    color: var(--white);
    font-size: 28px;
    top: 38px;
    left: -155px;
}

#faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 55px 0 0 0;
    border-bottom: 1px solid #1f1f1f;
}
#faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}

/* REVIEWS */

#reviews {
    position: relative;
	background: url('img/bg-verdicts.webp') top center no-repeat;
	background-size: cover;
}

#reviews .home-headline h3 {
	font-family: 'Barlow';
    color: rgb(255,255,255,0.5);
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#reviews .home-headline h2 {
    color: var(--white);
    font-size: 70px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.21px;
    padding: 0 0 80px 0;
    margin-top: 10px;
}

#reviews .links {
	display: flex;
	justify-content: flex-end;
}
#reviews .links a {
	color: #81868b;
	font-family: 'Calluna';
	font-size: 23px;
	line-height: 48px;
}
#reviews .links a.active {
    color: var(--white);
}
#reviews .links span {
    color: #b4bfcb;
	font-size: 30px;
	margin: 0 20px;
	
}

#reviews .reviews {
    margin-top: 20px;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
}
#reviews .review .content {
    height: 100%;
}
#reviews .review .content a {
    height: 100%;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    padding: 40px 20px 30px 0;
    border-left: 1px solid rgb(255,255,255,0.33);
}
#reviews .slick-track .review.slick-active .content {
    border-right: 1px solid rgb(255,255,255,0.33);
}

#reviews .review .content .category {
    color: #092355;
	font-family: 'Barlow';
	background: var(--main2);
	font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 100%;
	padding: 3px 14px 5px 24px;
    border-radius: 0 2px 2px 0;
}
#reviews .review .content .cost {
    position: relative;
    color: var(--white);
	font-family: 'Calluna';
    font-size: 60px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 20px 0 20px 30px;
    margin: 0;
}
#reviews .review .content .opinion {
    flex: 1;
	padding: 0 0 0 30px;
}
#reviews .review .content .opinion p {
    position: relative;
    color: rgb(255,255,255,0.55);
	font-family: 'Barlow';
    font-size: 18.5px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.185px;
    padding: 0;
    margin: 0;
}

#reviews .review .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 110px;
    height: 10px;
    margin-top: 27px;
    margin-bottom: 25px;
    background-color: var(--main);
    border-radius: 10px;
}

#reviews span.more {
	color: var(--white);
	font-family: 'Calluna';
	font-size: 19px;
    font-weight: 400;
	display: block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
	padding: 0 0 0 30px;
	margin-top: 50px;
}
#reviews a:hover span.more {
	color: var(--main2);
	text-decoration: underline;
}
#reviews span.more::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
	display: inline-block;
    padding-left: 7px;
	transition: all 0.3s;
}
#reviews a:hover span.more::after {
    padding-left: 15px;
}

#reviews span.more:hover::after {
	color: var(--main2);
}
#reviews a:hover span {
    color: var(--white);
}

/* CTA2 */

#cta2 .headline h2 {
    color: var(--blue2);
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.12px;
    padding: 0;
    margin: 0 auto 20px;
}
#cta2 .headline h3 {
    color: var(--blue2);
    font-family: 'Barlow';
    font-size: 23px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.23px;
    padding: 0 0 25px 0;
}
#cta2 .headline h3 a {
    color: #3166dd;
    font-weight: 600;
}
#cta2 .headline h3 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#cta2 .headline p {
	color: var(--text);
    font-family: 'Barlow';
	font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.2px;
}

/* CONTACT HOME WITH FORM */

#contactform {
	padding-bottom: 0 !important;
}
#contactform .container {
	position: relative;
    background: #eff2f4;
}
#contactform .container::before {
    content: "";
    display: block;
    width: 130px;
    height: 100%;
    background-color: #eff2f4;
    position: absolute;
    top: 0px;
    left: -130px;
}

#contactform .content h3,
#recent-posts .headline .title {
	font-size: 50px;
	color: var(--blue2);
	line-height: 100%;
	letter-spacing: -0.1px;
	padding-top: 0;
	text-align: center;
	margin-bottom: 50px;
    margin-top: 50px;
}
#contactform .content h4 {
	font-size: 15px;
	font-family: 'Barlow';
	font-weight: 500;
	color: var(--blue2);
	text-align: center;
	line-height: 100%;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	padding-top: 30px;
	margin-bottom: 10px;
}
#contactform .content h4 i {
	color: #3971d8;
	font-size: 11px;
	margin-right: 6px;
    position: relative;
    top: -1px;
}
#contactform .content h5 {
	color: #172334;
	font-family: 'Barlow';
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.14px;
	padding-top: 0;
	margin-bottom: 50px;
}

#contactform .photo img {
    max-width: 677px;
    position: relative;
    left: 115px;
    object-fit: cover;
}

/* SUBPAGES */

#hero-sub {
    width: calc(100% - 32px);
    height: 673px;
    margin: 16px auto 0;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: var(--white);
	font-family: 'Barlow';
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
#hero-sub h1,
#hero-sub h2.blog-headline {
    color: var(--white);
    font-size: 82px;
    font-size: 79px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper, #contact-intro {
    position: relative;
    margin-top: -150px;
    background-color: transparent;
}

#page-wrapper #main {
    background-color: var(--white);
    position: relative;
    padding-right: 0;
}
#page-wrapper #main .intro h3, #page-wrapper #main .intro p {
    color: var(--blue2);
	font-family: 'Barlow';
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -0.24px;
	padding-top: 0;
	margin-bottom: 50px;
}
#page-wrapper #main .text {
	padding-right: 30px;
	position: relative;
    background-color: #f7f8f9;
}
#page-wrapper #main .text::before {
    content: "";
	display: block;
	width: 145px;
	height: 100%;
	background-color: #f7f8f9;
	position: absolute;
	top: 0;
	left: -145px;
}
#page-wrapper #main .text::after {
    content: "";
	display: block;
    width: 135px;
	height: 100%;
	background-color: #f7f8f9;
	position: absolute;
	top: 0;
    right: -135px;
	z-index: 5;
}
#page-wrapper #main .text .line::before {
    content: "";
    display: block;
    width: 60%;
    height: 12px;
    margin-top: -80px;
    position: absolute;
    background-color: var(--main2);
}
#page-wrapper #main .text p {
    color: var(--text);
	font-family: 'Barlow';
	font-weight: 300;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: -0.19px;
	padding-top: 0;
	margin-bottom: 30px;
}
#page-wrapper #main .text .logos {
	padding: 55px 0 40px 0;
	margin-top: 60px;
	border-top: 4px solid var(--white);
}

#sidebar-area .box {
	margin-left: 0px;
}

/* ABOUT */

.about .photo {
	position: relative;
	margin-left: 0px;
	padding: 0;
}
.about .row {
	background: var(--white);
}
.about .logos .row {
	background: transparent;
}
.about .photo .box {
	position: relative;
    z-index: 5;
	margin-top: 40px;
	margin-right: -40px;
    left: 60px;
}
.about .photo img {
    position: relative;
}
.about .photo .assig {
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.about .photo .assig h4 {
	color: var(--white);
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.26px;
	margin-bottom: 0;
}
.about .photo .assig h4 span {
	opacity: 0.7;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: -0.19px;
    padding-top: 10px;
}
.about .photo img {
	height: auto;
}

/* VERDICT */

.cases {
	
}
.cases .verdicts {
	margin-bottom: 140px;
}
.cases #main h3.introtext {
    color: var(--blue2);
	font-family: 'Barlow';
	font-weight: 400;
	font-size: 26px;
	line-height: 38px;
	letter-spacing: -0.26px;
	text-align: center;
	padding-top: 0;
	margin: 40px auto 50px auto;
	max-width: 930px;
}
.cases ul#menu-verdicts {
	text-align: center;
    list-style-type: none;
	display: flex;
    justify-content: center;
}
.cases ul#menu-verdicts li a {
    background: #f0f4f7;
    color: var(--white);
    font-size: 23px;
	line-height: 38px;
    font-weight: 400;
	position: relative;
    display: inline-block;
    padding: 10px 60px;
}
.cases ul#menu-verdicts li a {
    color: #2c5298;
}
.cases ul#menu-verdicts li.current-menu-item a {
	background: var(--main);
	color: var(--white);
}
.cases ul#menu-verdicts li.current-menu-item a::after {
	content: "";
    position: absolute;
    background: var(--main);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    bottom: -3px;
    left: 47%;
}
.cases h3.category {
    display: flex;
    align-items: center;
	font-size: 34px;
	color: var(--blue2);
	letter-spacing: -0.34px;
	background: #f0f4f7;
    position: relative;
	width: 100%;
	height: 140px;
	padding: 42px 0;
}
.cases h3.category {
	font-size: 34px;
	color: var(--blue2);
	letter-spacing: -0.34px;
	background: #f0f4f7;
	font-weight: 600;
    position: relative;
	width: 100%;
	height: 140px;
	padding: 42px 0;
	margin-bottom: 0;
}
.cases h3.category::before {
	content: "";
	display: block;
	width: 54px;
	height: 100%;
	background-color: #f0f4f7;
	position: absolute;
	top: 0px;
	left: -54px;
	z-index: 1;
	border-radius: 5px 0 0 5px;
}
.cases h3.category::after {
	content: "";
	display: block;
	width: 54px;
	height: 100%;
	background-color: #f0f4f7;
	position: absolute;
	top: 0px;
	right: -54px;
	z-index: 1;
	border-radius: 0 5px 5px 0;
}
.cases h3.category .icon::after {
	content: "";
    position: absolute;
	top: 20px;
	right: 6px;
	width: 98px;
    height: 98px;
	border-radius: 100%;
}
.cases h3.category.bus .icon::after {
	background: var(--white) url('img/icons/icon_bus.webp') center center no-repeat;
}
.cases h3.category.defective .icon::after {
	background: var(--white) url('img/icons/icon_defective.webp') center center no-repeat;
}
.cases h3.category.environmental .icon::after {
	background: var(--white) url('img/icons/icon_environmental.webp') center center no-repeat;
}
.cases h3.category.injury .icon::after {
	background: var(--white) url('img/icons/icon_injury.webp') center center no-repeat;
}
.cases h3.category.work .icon::after {
	background: var(--white) url('img/icons/icon_work.webp') center center no-repeat;
}
.cases h3.category.medical .icon::after {
	background: var(--white) url('img/icons/icon_medical.webp') center center no-repeat;
}
.cases .content {
    margin-top: 60px;
}
.cases .content .verdict {	
	margin: 0 38px;
	border-bottom: 1px solid #e2e5e7;
}
.cases .content .verdict a {
	padding: 40px 10px 35px;
}
.cases .content .cost {
    font-size: 29px;
	color: #134aae;
	padding-right: 52px;
	text-align: right;
}
.cases .content .desc p {
	font-size: 20px;
    color: var(--blue2);
	margin-bottom: 0;
	padding-top: 5px;
}
.cases .content a:hover .desc p {
	text-decoration: underline;
    text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}
.cases .content .more {
    font-family: 'Calluna';
	color: #134aae;
	font-size: 24px;
	text-align: right;
	transition: all 0.3s;
}
.cases .content .more span {
	transition: all 0.3s;
}
.cases .content a:hover .more span {
    margin-right: 8px;
}

/* FULLWIDTH, SERVICES */

.page-template-full #page-wrapper #main {
    padding-top: 40px;
    padding-right: 15px;
    background-color: var(--white);
}
.page-template-full #page-wrapper #main .entry-content, .page-template-default #page-wrapper #main .entry-content, .page-template-verdicts #page-wrapper #main, .error404 #page-wrapper #main {
    padding-top: 50px;
	padding-bottom: 50px;
}

.full#page-wrapper #main .row { 
    margin: 80px 0;
}
.full#page-wrapper .row:nth-child(even) { 
    flex-direction: row;
}
.full#page-wrapper .row:nth-child(odd) { 
    flex-direction: row-reverse;
}

.full .intro h3 {
	text-align: center;
}

.full#page-wrapper .row .row .box::before {
	content: "";
    display: block;
    width: 125px;
    height: 100%;
    background-color: #eff2f4;
    position: absolute;
    top: 0;
    left: -125px;
}
.full#page-wrapper .row .row:nth-child(odd) .box::before {
    width: 195px;
    left: -195px;
}
.full#page-wrapper .row .row .box::after {
	content: "";
    display: block;
    width: 135px;
    height: 100%;
    background-color: #eff2f4;
    position: absolute;
    top: 0;
    right: -135px;
}
.full#page-wrapper .row .row:nth-child(odd) .box::after {
    width: 95px;
    right: -95px;
}
.full .row .photo {
	position: relative;
	z-index: 2;
}
.full#page-wrapper .row .row:nth-child(even) .photo {
	width: calc(50% + 120px);
	margin-left: -120px;
}
.full#page-wrapper .row .row:nth-child(odd) .photo {
	width: calc(50% + 120px);
	margin-right: -120px;
	margin-left: 0;
}
.full .row .photo img {
    object-fit: cover;
}
.full .box {
	background: #eff2f4;
	position: relative;
    z-index: 1;
}
.full .box a {
    position: relative;
    display: block;
    height: 100%;
    padding: 110px 0px 110px 75px;
}
.full#page-wrapper .row .row:nth-child(odd) .box a {
    padding: 110px 55px 110px 0;
}
.full .box a:hover {
    text-decoration: none;
}
.full .box .icon img {
    max-height: 70px;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.full .box .icon::before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    left: 47px;
    top: 88px;
    transition: all .3s;
    z-index: 0;
}
.full#page-wrapper .row .row:nth-child(odd) .icon::before {
    left: -17px;
}
.full .box a:hover .icon::before {
    background-color: #f9b841;
}
.full .box .icon {
    padding-bottom: 33px;
}
.full .box a span.more {
    color: var(--grenade);
    font-family: Calluna;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 0.2px;
    display: block;
    text-underline-offset: 0.2rem;
    text-decoration: underline;
}
.full .box .content h2 {
    color: var(--blue2);
    font-size: 31px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 20px;
    transition: all .3s;
}
.full .box .content p {
    color: var(--text);
    font-size: 18.5px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.185px;
    padding: 0;
    margin-bottom: 20px;
}

.full .box a span.more {
	color: var(--grenade);
    font-family: 'Calluna';
    font-weight: 400;
    font-size: 20px;
	letter-spacing: -0.2px;
	display: block;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}
.full .box a span.more::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
	display: inline-block;
    padding-left: 7px;
	transition: all 0.3s;
}
.full .box a:hover span.more::after {
    padding-left: 12px;
}

/* SERVICE */

.service#page-wrapper #main .intro h3 {
    color: var(--blue2);
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.24px;
    padding-top: 0;
	padding-right: 50px;
    margin-bottom: 65px;
}

.service#page-wrapper #main .text::after {
    width: 50px;
    right: -50px;
}
.service#page-wrapper #main .text h3 {
    color: var(--main);
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.28px;
    padding-top: 0;
    margin-bottom: 20px;
}
.service#page-wrapper #main .text ul {
    list-style-type: none;
	padding-left: 20px;
	margin-left: 12px;
}
.service#page-wrapper #main .text ul li {
	color: var(--text);
    font-size: 19px;
	font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding-top: 0;
    margin-bottom: 30px;
}
.service#page-wrapper #main .text ul li::before {
    content: "\f054";
    color: var(--main2);
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 12px;
}

#service.wrapper {
	padding-bottom: 60px;
}
#service.two-columns #main .title h3 {
    color: var(--main);
	font-family: 'Barlow';
    font-size: 37px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.74px;
    padding: 0 0 20px 0;
    margin: 0;
}
#service.two-columns #main .title .line {
    background-color: #d3d9df;
    height: 1px;
	margin: 30px 0 60px;
}
#service.two-columns #main .title .line::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 12px;
    background-color: var(--main2);
}
#service.two-columns #main .content {
    column-count: 2;
    column-gap: 4rem;
}
#service.two-columns #main .content h4 {
    color: var(--main);
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.21px;
    padding-top: 0;
    margin-bottom: 28px;
}
#service.two-columns #main .content p {
    color: var(--text);
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding-top: 0;
    margin-bottom: 30px;
}

#service #main .slogan {
    color: var(--main);
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.28px;
    padding-top: 50px;
    margin: 50px 0 0;
	text-align: center;
	border-top: 1px solid #d3d9df;
}

.entry-content {
	position: relative;
    background-color: #f7f8f9;
}
.single .entry-content {
    background-color: transparent;
}

.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, h1.post-title {
    color: var(--black);
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after, h1.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--black);
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--black);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--black);
}

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

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, .8);
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    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 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    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;
}

/* 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;
}

/* CONTACT */

#contact-intro {
    position: relative;
}
#contact-intro .row {
	background-color: var(--white);
}

#contact-intro .box {
	background-color: #f5f7f9;
    display: flex;
	align-items: center;
    padding-left: 55px;
	padding-top: 40px;
    padding-bottom: 45px;
	margin-top: 20px;
	margin-bottom: 10px !important;
	position: relative;
}
#contact-intro .box:first-of-type {
    padding-left: 70px;
}
#contact-intro .box .icon {
    background: #fff;
	width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#contact-intro .box .mapurl {
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-intro .box .mapurl::before {
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
}
#contact-intro .box .phoneleft {
    width: 60%;
}
#contact-intro .box .phoneright {
    width: 40%;
}
#contact-intro .box .phoneright .tollfax {
	color: var(--text);
    text-align: right;
	font-size: 19px;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: -0.2px;
}
#contact-intro .box .phoneright .tollfax a:hover {
	text-decoration: underline;
    text-underline-offset: 0.2rem;
}
#contact-intro .box .phoneright .tollfax strong {
	font-weight: 500;
}

#contact-intro .box .content {
    padding-left: 35px;
}
#contact-intro .box span.more {
	position: relative;
    left: 200px;
}
#contact-intro .box span.more::after {
    content: "→";
    font-family: "Arial";
	color: #134aae;
    font-size: 25px;
    display: inline-block;
    padding-left: 7px;
    transition: all 0.3s;
}
#contact-intro .box a:hover span.more::after {
    padding-left: 0px;
}

#contact-intro .box .content address br:first-child {
    display: none;
}
#contact-intro .box .content h2 {
    color: var(--blue2);
	font-family: 'Barlow';
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.2px;
    padding: 0 0 8px 0;
    margin: 0;
}
#contact-intro .box .content h2::after {
	content: "";
    display: block;
    width: 75px;
    height: 6px;
    margin-top: 6px;
    background-color: var(--main2);
	transition: all 0.3s;
}
#contact-intro .box .content address, #contact-intro .box .content p {
    color: var(--text);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}
#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}
#contact-intro .box .content a.phone {
    display: inline-block;
    color: #1651d5;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    margin: 0;
    border-bottom: 2px solid transparent;
}

#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}

#contact-wrapper .wrapper {
    padding-bottom: 0 !important;
}
#contact-wrapper .form {
    background-color: #e9eef2;
    margin-top: 10px;
	position: relative;
	padding: 65px 130px 60px 130px;
}
#contact-wrapper .form h4 {
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 500;
    color: var(--blue2);
    text-align: center;
    line-height: 100%;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    padding-top: 30px;
    margin-bottom: 10px;
}
#contact-wrapper .form h4 i {
    color: #3971d8;
    font-size: 11px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
#contact-wrapper .form h5 {
    color: #172334;
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.14px;
    padding-top: 0;
    max-width: 640px;
	margin: 0 auto;
}

#contact-wrapper .wpcf7-form h3 {
	color: var(--blue2);
	font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0 0 68px 0;
    margin: 0;
	text-align: center;
}

.section#pretext .headline h3 {
	color: var(--blue2);
    font-family: 'Barlow';
    font-size: 23px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.23px;
    padding: 0;
	margin: 0;
}
.section#pretext .wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

/* FREE CASE REVIEW */

.fcr .headline p {
    color: #39424f;
    font-family: 'Barlow';
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.23px;
    padding: 0 0 42px 0;
}
.fcr#page-wrapper #main {
	padding-top: 65px;
}
.fcr #contactform .form {
	background: #e9eef2;
	position: relative;
	padding: 0 100px;
	transform: translate(-40px);
}
/* .fcr #contactform .form::before {
    content: "";
    display: block;
    width: 57px;
    height: 100%;
    background-color: #e9eef2;
    position: absolute;
    top: 0px;
    left: -57px;
} */
.fcr #contactform .form .col-md-6 {
	width: 100%;
}
.fcr .row .form-field.col-md-6:first-child {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.fcr .row .form-field.col-md-6:last-child {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.fcr #contactform .content h3 {
	font-size: 45px;
    color: var(--blue2);
    letter-spacing: -0.9px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.fcr .blocks {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fcr .blocks p {
	color: var(--blue2);
    font-family: 'Barlow';
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 50px 50px 0;
    transform: translate(40px);
}

.fcr .blockicon {
	color: #39424f;
    font-size: 20px;
    line-height: 27px;
	text-align: center;
    height: 170px;
    width: 100%;
	margin-top: 80px;
    border: 1px solid #c5cfe7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 90px 0;
    transform: translate(40px);
}
.fcr .blockicon .icon {
	content: "";
    display: block;
    width: 94px;
    height: 94px;
    background-color: #f2f6f9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    transition: all .3s;
    z-index: 0;
    transform: translate(-47px, -47px);
    text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.fcr .blockicon .icon img {
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.fcr .blockicon.top .icon img {
    transform: translate(2px);
}

.fcrd#about .headline h3 {
    font-family: 'Barlow';
    color: var(--grenade);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 30px;
}
.fcrd#about .headline h3::after {
    content: "";
    display: block;
    width: 70%;
    height: 12px;
    margin-top: 30px;
    background-color: var(--main2);
}

.fcrd#about .headline h2 {
	padding: 0 130px 0 0;
}
.fcrd#about .headline h2::after {
    content: none;
}

.fcrd#about .content {
	transform: translate(40px);
	padding-right: 40px;
}
.fcrd#about .content p strong {
	font-size: 23px;
	line-height: 30px;
}


/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 auto;
    padding-left: 0;
    z-index: 5;
	transform: translate(30px);
}

#sidebar-area > * {
    position: relative;
    z-index: 4;
}

#banners.widget #cta {
    position: relative;
	padding-top: 0;
	margin-top: 70px;
    background: var(--white);
    border: 1px solid #95a9d6;
}
#banners.widget #cta .content {
    padding: 40px 70px 45px;
}
#banners.widget #cta .content::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 302px;
    top: 47px;
    background: var(--white);
    right: -10px;
}
#banners.widget #cta .content h2,
#banners.widget #cta .content h3 {
	text-align: left;
}
#banners.widget #cta .content h3 {
    color: #575652;
}
#banners.widget #cta .content a {
	max-width: 100%;
}
#banners.widget #cta .content a.phone i::before {
	color: var(--main2);
	font-size: 14px;
    margin-right: 5px;
}
#banners.widget #cta .content a.schedule i::before {
	color: var(--white);
	font-size: 14px;
    margin-right: 5px;
}

#banners.widget .box a {
    padding: 35px;
}
#banners.widget .box.box-1 a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
}
#banners.widget .box.box-2 a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners.widget .box a::after {
    display: none;
}

#banners.widget .box .icon {
    padding-right: 25px;
}
#banners.widget .box .icon img {
    max-height: 56px;
}

#banners.widget .box .content {
    width: calc(100% - 75px);
}
#banners.widget .box .content h3 {
    font-size: 16px;
}
#banners.widget .box .content p {
    font-size: 25px;
}

.widget-links {
    padding-top: 65px;
    padding-left: 0;
}
.widget-links h3 {
    color: var(--blue2);
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 28px 0 27px 63px;
    margin: 0;
}
.widget-links h3::after {
    content: "";
    display: block;
    width: 153px;
    height: 12px;
    margin-top: 16px;
    background-color: var(--main2);
}
.widget-links ul {
    padding: 0;
    margin: 11px 0;
    list-style: none;
}
.widget-links ul li {
    padding: 0 50px 0 64px;
}
.widget-links ul li:first-child a {
	border-top: 1px solid #dde3e8;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.27px;
    padding: 24px 0;
    margin: 0;
    border-bottom: 1px solid #dde3e8;
    transition: 0.3s all;
}
.widget-links ul li a:hover {
    text-decoration: none;
}
.widget-links ul li a[aria-current="page"] {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.widget-links ul li a:hover::after, .widget-links ul li a[aria-current="page"]::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
	display: inline-block;
}