/*
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.8.11
*/

:root {
    --main: #bd0000;
    --blue: #06005b;
}
.wpcf7-form p:empty { display: none; }
#header {
    width: 100%;
    position: fixed;
    top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 100px;
    padding-right: 60px;
    transition: all .3s;
}
#header.sticky {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
}

#header .logo img {
    max-height: 60px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 75px;
    -webkit-filter: unset;
    filter: unset;
}

.navbar {
    padding: 0;
    margin: 6px 0 0 0;
}
.navbar .navbar-nav > li {
    margin: 0 15px;
    transition: all .5s;
}

.navbar .navbar-nav .nav-link {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 2px 0;
    margin: 0;
    border-bottom: 3px solid transparent;
}
#header.sticky .navbar .navbar-nav .nav-link {
    color: #000;
}
.navbar .navbar-nav .current-menu-parent .nav-link,
.navbar .navbar-nav .current-menu-item .nav-link,
.navbar .navbar-nav .current-page-parent .nav-link,
.navbar .navbar-nav .current-page-ancestor .nav-link,
.navbar .navbar-nav .menu-item:hover .nav-link {
    border-color: var(--main);
}

.navbar .navbar-nav .dropdown .nav-link::after,
.navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
    display: inline;
    content: "\f107";
    color: #FFF;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 700;
    border: 0;
    margin-left: 7px;
    vertical-align: unset;
}
#header.sticky .navbar .navbar-nav .dropdown .nav-link::after {
    color: #000;
}
.navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
    content: "\f105";
    color: #000;
    font-size: 10px;
    margin-left: 10px;
    vertical-align: top;
}
.navbar .navbar-nav .dropdown-menu {
    display: block;
    width: 240px;
    top: 35px;
    left: -20px;
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: -1111;
}
.navbar .navbar-nav .dropdown-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}
.navbar .navbar-nav .dropdown-menu > li > a {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 20px;
    margin: 0;
    white-space: unset;
}
.navbar .navbar-nav .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown-menu .current-menu-ancestor > a,
.navbar .navbar-nav .dropdown-menu .current-menu-parent > a,
.navbar .navbar-nav .dropdown-menu .current-menu-item > a {
    color: var(--main);
    background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    top: 0%;
    left: 85%;
}
.navbar .navbar-nav .dropdown-menu .dropdown-menu > li > a {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    margin: 0;
    white-space: normal;
}

#header .phone {
    padding: 16px 20px 20px 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .56);
}
#header.sticky .phone {
    border-left: 1px solid rgba(0, 0, 0, .16);
}
#header .phone a:hover {
    text-decoration: none;
}
#header .phone .icon {
    padding-right: 17px;
    padding-top: 4px;
}
#header.sticky .phone .icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
#header .phone span {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#header.sticky .phone span {
    color: #000;
}
#header .phone p {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#header.sticky .phone p {
    color: #000;
}

#header .schedule a {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0;
    padding: 0 22px;
    margin: 0; 
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 1px;
}
#header .schedule a:hover {
    text-decoration: none;
    background-color: transparent;
}
#header.sticky .schedule a:hover {
    color: var(--main);
}

/* HERO */

#hero {
    height: 805px;
    background-size: cover;
    background-position: top center;
}
.no-webp #hero {
    background-image: url('img/heroes/hero-home.jpg') !important;
}

#hero .content {
    padding-bottom: 95px;
}
#hero .content img {
    max-height: 98px;
}
#hero .content h1, #hero-sub .content h1 {
    color: #FFF;
    font-size: 54px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 31px 0 21px 0;
    margin: 0;
}
#hero .content h2, #hero-sub .content p {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 0 0 34px 0; 
    margin: 0;
}

#hero .content a {
    display: inline-block;
    width: 300px;
    height: 56px;
    font-size: 17px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 5px 5px 0 5px;
    border-radius: 1px;
}

#hero .content .phone {
    color: #141f38;    
    background-color: #FFF;
    border: 2px solid #FFF; 
}
#hero .content .phone span {
    color: var(--main);
}
#hero .content .phone:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}
#hero .content .phone:hover span {
    color: #FFF;
}

#hero .content .service {
    color: #FFF;    
    background-color: var(--main);
    border: 2px solid var(--main); 
}
#hero .content .service:hover {
    text-decoration: none;
    background-color: transparent;
}

/* HERO BOXES */

#hero-boxes {
    position: relative;
}

#hero-boxes .box {
    position: relative;
    background-color: #090637;
}
#hero-boxes .box::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f8f8fa;
    position: absolute;
    bottom: 0; left: 0;
}

#hero-boxes a {
    position: relative;
    display: block;
    height: 900px;
    padding-bottom: 145px;
    margin-bottom: 50px;
    transition: all .3s;
}
#hero-boxes a:hover {
    height: 950px;
    text-decoration: none;
    padding-bottom: 100px;
    margin-bottom: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .23);
}

#hero-boxes a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.6;
    transition: all .3s;
}
#hero-boxes .box.box-1 a::before { background-image: url('img/heroes/hero-home-1.webp'); }
#hero-boxes .box.box-2 a::before { background-image: url('img/heroes/hero-home-2.webp'); }
#hero-boxes .box.box-3 a::before { background-image: url('img/heroes/hero-home-3.webp'); }

#hero-boxes a:hover::before {
    opacity: 1;
}

#hero-boxes a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(8,5,68);
    background: -moz-linear-gradient(180deg, rgba(8,5,68,1) 0%, rgba(8,5,68,0) 80%);
    background: -webkit-linear-gradient(180deg, rgba(8,5,68,1) 0%, rgba(8,5,68,0) 80%);
    background: linear-gradient(180deg, rgba(8,5,68,1) 0%, rgba(8,5,68,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080544",endColorstr="#080544",GradientType=1);
    position: absolute;
    top: 0; left: 0;
    z-index: 4;
}

#hero-boxes a > * {
    position: relative;
    z-index: 9;
}

#hero-boxes .icon img {
    max-height: 78px;
    transition: all .3s;
}
#hero-boxes a:hover .icon img {
    max-height: 111px;
}

#hero-boxes .content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    padding: 65px 0 13px 0;
    margin: 0;
    transition: all .3s;
}
#hero-boxes a:hover .content p {
    font-size: 19px;
    letter-spacing: -0.19px;
}
#hero-boxes .content h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#hero-boxes a:hover .content h1 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.92px;
}
#hero-boxes .content span {
    display: inline-block;
    height: 0;
    color: #FFF;
    font-size: 0;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -0.56px;
    padding: 0 100px;
    margin: 0;
    background-color: var(--main);
    border-radius: 2px;
    transition: all .3s;
}
#hero-boxes a:hover .content span {
    height: 70px;
    font-size: 20px;
    margin-top: 64px;
}

/* BANNER */

#banner {
    width: calc(100% - 240px);
    padding-top: 30px;
    padding-bottom: 30px;
    margin: -84px auto 0;
    background-color: var(--main);
}
#banner .container {
    max-width: 1420px;
}

#banner .box {
    padding: 0;
}
#banner .box a {
    padding: 20px 20px 20px 65px;
}
#banner .box:not(:last-of-type) a {
    border-right: 1px solid rgba(255, 255, 255, .34);
}
#banner .box a:hover {
    text-decoration: none;
}

#banner .box .icon img {
    transition: all .3s;
}
#banner .box a:hover .icon img {
    transform: rotate(-15deg);
}

#banner .box .content {
    width: calc(100% - 79px);
    padding-left: 25px;
}
#banner .box .content p {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0;
}
#banner .box .content h3 {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0;
    margin: 0;
}
#banner .box .content h3.address {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.34px;
}

/* BUY */

#buy {
    position: relative;
    background-color: #f8f8fa;
    overflow: hidden;
}
#buy::before {
    content: "";
    display: block;
    width: 711px;
    height: 471px;
    background-image: url('img/icons/icon-wells-fargo.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px; left: -100px;
}

#buy .photo img {
    -webkit-filter: drop-shadow(0 18px 70px rgba(80, 96, 120, .12));
    filter: drop-shadow(0 18px 70px rgba(80, 96, 120, .12));
}

#buy .content h1 {
    color: var(--blue);
    font-size: 40px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
#buy .content h1::after {
    content: "";
    display: block;
    width: 130px;
    height: 5px;
    margin: 19px 0 16px 0;
    background-color: var(--main);
    border-radius: 4px;
}

#buy .content ul {
    list-style: none;
    padding-left: 20px;
}
#buy .content ul li {
    position: relative;
    padding-left: 25px !important;
    margin-top: 5px;
}
#buy .content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 33px;
    position: absolute;
    left: 0;
}

/* ABOUT */

#about {
    position: relative;
}
#about::before {
    content: "";
    display: block;
    width: 337px;
    height: 336px;
    margin: auto;
    background-image: url('img/icons/icon-logo-arrows-grey-2.webp');
    background-size: 100% auto;
    opacity: 1;
    position: absolute;
    bottom: 70px; left: 50px;
    z-index: -1;
}

#about .headline h3 {
    color: #101010;
    font-size: 26px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.52px;
    padding: 0;
    margin: 0;
}
#about .headline h3 strong {
    color: var(--main);
    font-weight: 700;
}
#about .headline h3::after {
    content: "";
    display: block;
    width: 130px;
    height: 5px;
    margin: 21px 0 18px 0;
    background-color: var(--main);
    border-radius: 4px;
}
#about .headline h1 {
    color: var(--blue);
    font-size: 55px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: -1.65px;
    padding: 0;
    margin: 0;
}

#about .content, #buy .content {
    padding-left: 50px;
}
#about .content p, #buy .content p, #buy .content ul li {
    color: #121418;
    font-size: 19px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -0.57px;
    padding: 0;
}
#about .content p strong, #buy .content p strong {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
#about .content p:last-of-type, #buy .content p:last-of-type {
    margin-bottom: 0;
}

#about .content .more, #buy .content .more {
    padding-top: 41px;
    margin-top: 40px;
    border-top: 1px solid #e9e9e9;
}
#about .content .more a, #buy .content .more a {
    position: relative;
    display: inline-block;
    color: #121418;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 17px 0 0 0;
    margin: 0 0 0 65px;
    border-bottom: 1px solid #121418;
}
#about .content .more a::before, #buy .content .more a::before {
    content: "→";
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Arial";
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -65px;
}
#about .content .more a:hover, #buy .content .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}

/* SERVICES */

#services {
    position: relative;
    background-size: cover;
    background-position: top center;
}
.no-webp #services {
    background-image: url('img/msco-services.jpg') !important;
}

#services::before {
    content: "";
    display: block;
    width: 100%;
    height: 175px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: 0;
}

#services .headline {
    margin-bottom: 140px;
}
#services .headline h1 {
    color: #FFF;
    font-size: 74px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.11px;
    padding: 20px 0 17px 0;
    margin: 0;
}
#services .headline p {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.13px;
    padding: 0;
    margin: 0;
}

#services .box {
    margin-top: 35px;
}
#services .box .content {
    text-align: center;
    padding-bottom: 80px;
    background-color: #FFF;
    box-shadow: 0 4px 90px rgba(37, 37, 37, .09);
    border-radius: 2px;
}
#services .box .content .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 212px;
    margin: 0 auto;
    background-color: var(--main);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 10px 40px rgba(27, 27, 27, .17);
    top: -105px;
    z-index: 4;
}
.no-webp #services .box.box-1 .content .icon {
    background-image: url('img/msco-service-1.jpg') !important;
}
.no-webp #services .box.box-2 .content .icon {
    background-image: url('img/msco-service-2.jpg') !important;
}
.no-webp #services .box.box-3 .content .icon {
    background-image: url('img/msco-service-3.jpg') !important;
}

#services .box .content .text {
    margin-top: -60px;
}
#services .box .content h2 {
    color: var(--main);
    font-size: 33px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 0;
    margin: 0;
}
#services .box .content h2::after {
    content: "....";
    display: block;
    margin: -6px 0 21px 0;
}

#services .box .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#services .box .content ul li {
    margin-top: 17px;
}
#services .box .content ul li a {
    display: inline-block;
    color: #101010;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent;
}
#services .box .content ul li a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}

/* FAST CONTACT */

#fast-contact .content h3 {
    color: #101010;
    font-size: 29px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.58px;
    padding: 0;
    margin: 0 0 21px 0;
}
#fast-contact .content h3 strong {
    font-weight: 700;
}

#fast-contact .content a {
    display: inline-block;
    width: 340px;
    height: 64px;
    font-size: 19px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -0.38px;
    padding: 0;
    margin: 5px 5px 0 5px;
    border-radius: 1px;
}

#fast-contact .content .phone {
    color: #141f38;    
    background-color: #FFF;
    border: 1px solid rgba(231, 231, 231, .54); 
    box-shadow: 0 4px 90px rgba(37, 37, 37, .09);
}
#fast-contact .content .phone span {
    color: var(--main);
}
#fast-contact .content .phone:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: var(--main);
}

#fast-contact .content .service {
    color: #FFF;    
    background-color: var(--main);
    border: 1px solid var(--main); 
}
#fast-contact .content .service:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* WHY */

#why .container-fluid {
    position: relative;
    width: auto;
    height: 595px;
    margin: 0 70px;
    background-size: cover;
    background-position: top -50px center;
}
.no-webp #why .container-fluid {
    background-image: url('img/msco-why.jpg') !important;
}

#why .container-fluid::before {
    content: "";
    width: 50%;
    height: 50px;
    background-color: #FFF;
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
}
#why .container-fluid::after {
    content: "";
    width: 50%;
    height: 50px;
    background-color: #FFF;
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
    right: 0;
}

#why .headline {
    padding-bottom: 180px;
}
#why .headline h3 {
    color: rgba(255, 255, 255, .8);
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.13px;
    padding: 0 0 17px 0;
    margin: 0;
}
#why .headline h3 strong {
    font-weight: 700;
}
#why .headline h1 {
    color: #FFF;
    font-size: 74px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.11px;
    padding: 0;
    margin: 0;
}

#why .intro p {
    color: #1d1d1d;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.62px;
    padding: 51px 0 0 0;
    margin: 0;
}

#why .box {
    padding-top: 92px;
}

#why .box .icon {
    position: relative;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: rgb(235,0,0);
    background: -moz-linear-gradient(163deg, rgba(235,0,0,1) 0%, rgba(188,0,0,1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(235,0,0,1) 0%, rgba(188,0,0,1) 100%);
    background: linear-gradient(163deg, rgba(235,0,0,1) 0%, rgba(188,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb0000",endColorstr="#bc0000",GradientType=1);
    border: 6px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #bd0000;
}
#why .box .icon::before {
    content: "";
    display: block;
    width: 337px;
    height: 336px;
    margin: auto;
    background-image: url('img/icons/icon-logo-arrows-grey-2.webp');
    background-size: 100% auto;
    opacity: 0.7;
    position: absolute;
    top: 0; left: -90px;
    bottom: 0;
    z-index: -1;
}

#why .box h2 {
    color: var(--main);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 59px 0 23px 0;
    margin: 0;
}
#why .box p {
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.47px;
    padding: 0;
    margin: 0;
}

/* SPECIAL */

#special {
    background-color: #f8f8fa;
}
#special .container {
    max-width: 1420px;
}

#special .headline h1 {
    color: var(--blue);
    font-size: 54px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0;
    margin: 0;
}
#special .headline h1::after {
    content: "";
    display: block;
    width: 113px;
    height: 3px;
    margin: 14px auto 18px;
    background-color: var(--main);
}
#special .headline p {
    color: #323232;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.12px;
    padding: 0;
    margin: 0 0 71px 0;
}

#special .icon {
    width: 116px;
}

#special .content {
    max-width: 625px;
    position: relative;
    padding: 53px 65px 0 65px;
    background-color: #FFF;
    box-shadow: 0 4px 90px rgba(37, 37, 37, .09);
    clip-path: polygon(26px 0, 100% 0, 100% 100%, 26px 100%, 0 calc(100% - 23px), 0 26px);
}
#special .content h2 {
    color: var(--main);
    font-size: 49px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.98px;
    padding: 0;
    margin: 0;
}
#special .content h3 {
    color: var(--blue);
    font-size: 33px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 0 0 25px 0;
    margin: 0;
    border-bottom: 3px solid var(--main);
}

#special .content ul {
    list-style: none;
    padding: 0; 
    margin: 21px 0 0 20px;
}
#special .content ul li {
    position: relative;
    color: #101010;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.34px;
    padding-left: 20px;
}
#special .content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}

#special .content span {
    display: block;
    color: #101010;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    padding: 26px 0 0 0;
    margin: 31px 0 0 0;
    border-top: 1px solid #e0e0e6;
}

#special .sign {
    max-width: calc(100% - 741px);
    padding-left: 15px;
    overflow: hidden;
}

#special .sign .form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 90px;
    background-color: #05005b;
    overflow: hidden;
}
#special .sign .form h2 {
    color: #FFF;
    font-size: 43px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.07px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#special .sign .form h2::after {
    content: "......";
    display: block;
    font-size: 33px;
    letter-spacing: -0.66px;
    margin-bottom: 8px;
}
#special .sign .form p {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 0 0 41px 0;
    margin: 0;
}

#special .sign .form .form-row {
    flex-wrap: nowrap;
}
#special .sign .form .form-control {
    height: 60px;
    color: rgba(0, 0, 0, .7);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.17px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#special .sign .form .wpcf7-submit {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 50px;
    margin: 0;
    background-color: var(--main);
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#special .more {
    margin-top: 45px;
}
#special .more a {
    display: inline-block;
    height: 60px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.45px;
    padding: 0 55px;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 1px;
}
#special .more a:hover {
    text-decoration: none;
    border-color: var(--blue);
}

/* REVIEWS */

#reviews {
    padding-top: 110px;
    padding-bottom: 105px;
    background-size: cover;
    background-position: top center;
}
.no-webp #reviews {
    background-image: url('img/msco-reviews.jpg');
}

#reviews .container {
    max-width: 1420px;
}

#reviews .headline p {
    color: #FFF;
    font-size: 27px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.13px;
    padding: 0;
    margin: 0;
}
#reviews .headline h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.25px;
    padding: 15px 0 72px 0;
    margin: 0;
}

#reviews .content {
    position: relative;
    padding: 50px 65px 53px 65px;
    background-color: #FFF;
}

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

#reviews .content .item {
    position: relative;
    height: inherit !important;
    padding-bottom: 0;
}
#reviews .content p {
    position: relative;
    color: #101010;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.38px;
    text-indent: 75px;
    padding: 25px 0 100px 0;
    margin: 0;
}
#reviews .content p::before {
    content: '„';
    color: var(--main);
    font-family: "Montserrat";
    font-size: 136px;
    font-weight: 700;
    position: absolute;
    top: -39px;
    left: -75px;
}
#reviews .content span {
    display: inline-block;
    color: #101010;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0; left: 0;
}
#reviews .content span::before {
    content: "";
    display: block;
    width: 85px;
    height: 4px;
    margin: 0 0 28px 0;
    background-color: var(--main);
}

/* CUSTOMERS */

#customers {
    position: relative;
    background-color: #060252;
}
#customers::before {
    content: "";
    display: block;
    width: 100%;
    height: 195px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: 0;
}

#customers .headline::before {
    content: "";
    display: block;
    width: 450px;
    height: 610px;
    margin: auto;
    background-image: url('img/icons/icon-logo-arrows-white.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 380px; left: 0; right: 0;
    opacity: 0.09;
}
.no-webp #customers .headline::before {
    background-image: url('img/icons/icon-logo-arrows-white.png');
}
#customers .headline h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.25px;
    padding: 45px 0 13px 0;
    margin: 0;
}
#customers .headline h3 {
    color: #e03e3e;
    font-size: 33px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0 0 65px 0;
    margin: 0 0 65px 0;
    border-bottom: 1px solid #333076;
}
#customers .headline p {
    position: relative;
    max-width: 1200px;
    color: rgba(255, 255, 255, .7);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0 auto 60px;
}

#customers .content {
    position: relative;
    z-index: 4;
}
#customers .content:nth-child(even) {
    padding-right: 45px;
}
#customers .content:nth-child(odd) {
    padding-left: 45px;
}

#customers .content p {
    color: rgba(255, 255, 255, .76);
    font-size: 17.5px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.17px;
    padding: 0;
}
#customers .content p:last-of-type {
    margin-bottom: 0;
}

#customers .video {
    height: 580px;
    margin-top: 70px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    box-shadow: 0 11px 62px rgb(24 24 24 / 13%);
}
.no-webp #customers .video {
    background-image: url('img/msco-specialists.jpg') !important;
}

/* LOGOS */

body:not(.home) #logos {
    padding-top: 40px;
}

#logos p {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.56px;
    padding: 0;
    margin: 0 0 30px 0;
}
#logos p a {
    color: var(--main);
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
#logos p a:hover {
    text-decoration: none;
    border-color: var(--main);
}

#logos picture {
    margin-top: 40px;
}

/* FAQ */

#faq {
    background-color: #f9f9fb;
}

#faq .headline h1 {
    color: var(--blue);
    font-size: 54px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0;
    margin: 0;
}
#faq .headline h1::after {
    content: "";
    display: block;
    width: 113px;
    height: 3px;
    margin: 14px auto 18px;
    background-color: var(--main);
}
#faq .headline p {
    color: #323232;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.12px;
    padding: 0;
    margin: 0 0 65px 0;
}

#faq .more {
    margin-top: 55px;
}
#faq .more a {
    display: inline-block;
    height: 60px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.45px;
    padding: 0 55px;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 1px;
}
#faq .more a:hover {
    text-decoration: none;
    border-color: var(--blue);
}

/* CONTACT */

#contact {
    position: relative;
    background-color: #020755;
}
.page-template-contact #contact {
    padding-top: 0;
    background-color: transparent;
}
#contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background-color: #000339;
    position: absolute;
    bottom: 0; left: 0;
}

#contact .content {
    position: relative;
}
#contact .content::before {
    content: "";
    display: block;
    width: 450px;
    height: 610px;
    background-image: url('img/icons/icon-logo-arrows-white.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 130px;
    opacity: 0.04;
}
.no-webp #contact .content::before {
    background-image: url('img/icons/icon-logo-arrows-white.png');
}

#contact .content > * {
    position: relative;
    z-index: 4;
}
#contact .content h3 {
    color: rgba(255, 255, 255, .6);
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 21px 0;
}
#contact .content h2 {
    color: #FFF;
    font-size: 55px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0;
}
#contact .content h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 5px;
    margin: 32px 0 28px 0;
    background-color: var(--main);
    border-radius: 4px;
}
#contact .content p {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0;
}

#contact .content .phone {
    margin-left: 35px;
    margin-top: 76px;
}
#contact .content .phone a {
    color: var(--main);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0;
    margin: 0;
}
#contact .content .phone i {
    color: #FFF;
    font-size: 20px;
    padding-right: 20px;
}
#contact .content .phone span {
    color: #FFF;
    margin-left: 8px;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}
#contact .content .phone a:hover {
    text-decoration: none;
}
#contact .content .phone a:hover span {
    border-color: #FFF;
}

#contact .content .address {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 26px 0 0 35px;
}
#contact .content .address a:hover {
    text-decoration: none;
}
#contact .content .address i {
    color: #FFF;
    font-size: 26px;
    padding-right: 22px;
}

#contact .form h2 {
    color: #FFF;
    font-size: 34px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 45px 0 7px 0;
    margin: 0;
}
#contact .form p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}
#contact .form p::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    margin: 25px 0 30px 0;
    background-color: var(--main);
    border-radius: 2px;
}

#contact .c-2 {
    max-width: 1420px;
}

#contact .map {
    margin-top: 70px;
}
.page-template-contact #contact .map {
    margin-top: 0;
}

/* FOOTER */

#footer {
    background-color: #000339;
}

#footer .c-2 .row {
    position: relative;
    padding-top: 55px;
    padding-bottom: 60px;
}

/* SUBPAGES */

#hero-sub {
    height: 525px;
    padding-bottom: 60px;
    background-color: #EEE;
    background-size: cover;
    background-position: top center;
}
#hero-sub.contact {
    height: 705px;
    padding-bottom: 175px;
}

#hero-sub .content h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
#hero-sub .content h3::after {
    content: "";
    display: block;
    width: 130px;
    height: 5px;
    margin: 20px 0 16px 0; 
    background-color: var(--main);
    border-radius: 3px;
}
#hero-sub.contact .content h3::after {
    margin: 20px auto 16px;
}
#hero-sub .content h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -0.65px;
    padding-top: 0;
    padding-bottom: 0;
}
#hero-sub .content p {
    font-weight: 300;
}

#hero-sub .content .schedule {
    display: inline-block;
    height: 56px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.47px;
    padding: 0 70px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 2px;
}
#hero-sub .content .schedule span {
    position: relative;
}
#hero-sub .content .schedule span::after {
    content: "→";
    font-family: Arial;
    font-weight: 400;
    padding-left: 10px;
}
#hero-sub .content .schedule:hover {
    text-decoration: none;
    background-color: transparent;
}

#page-wrapper, #index-wrapper, #single-wrapper {
    padding-bottom: 60px;
    background-color: #fafafb;
}

#page-wrapper #main {
    padding-right: 0;
}

#page-wrapper #main .intro {
    padding-right: 70px;
    background-color: #fafafb;
}
#page-wrapper #main .intro h2 {
    color: #1c1490;
    font-size: 45px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0 0 35px 0;
    margin: 0;
}
#page-wrapper #main .intro p {
    color: #121418;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.44px;
    padding: 0;
}
#page-wrapper #main .intro p:last-of-type {
    margin-bottom: 0;
}

#page-wrapper #main article.page, #single-wrapper #main {
    position: relative;
    padding-right: 70px;
    background-color: #FFF;
}
#page-wrapper #main article.page::before, #single-wrapper #main::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -100vw;
}
.page-template-full #page-wrapper #main {
    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, h2.post-title {
    color: #1c1490;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.96px;
}
.entry-content h1 a, .entry-content h2 a {
    text-decoration: none;
}
.entry-content h1 a:hover, .entry-content h2 a:hover {
    color: var(--main);
}
.entry-content h1::after, .entry-content h2::after, h2.post-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin: 20px 0 0 0;
    background-color: var(--main);
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
}
.sitemap_by_click5 h2::after {
    display: none;
}
.entry-content h4 {
    color: var(--main);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.22px;
}
.entry-content h5, .entry-content h6 {
    color: var(--main);
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #101010;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    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;
    padding-left: 25px;
    margin-top: 5px;
}
.entry-content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 600;
    line-height: 29px;
    position: absolute;
    left: 0;
}

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

.entry-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

/* TEAM */

.team-wrapper {
    padding-right: 70px;
}
.team-wrapper .team {
    text-align: center;
    margin-bottom: 35px;
}
.team-wrapper .team .photo {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}
.team-wrapper .team h2 {
    color: #1c1490;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.52px;
    text-align: center;
    padding: 20px 0 8px 0;
    margin: 0;
}
.team-wrapper .team p {
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.32px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.team-wrapper .team span {
    display: inline-block;
    color: var(--main);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0 0 0;
    border-bottom: 1px solid var(--main);
    cursor: pointer;
}
.team-wrapper .team span:hover {
    border-color: transparent;
}

.team-wrapper .team .modal-body {
    text-align: left;
    padding: 30px 40px;
}
.team-wrapper .team .modal-body h2,
.team-wrapper .team .modal-body span,
.team-wrapper .team .modal-body p {
    text-align: left;
}
.team-wrapper .team .modal-body span {
    margin: 10px 0 20px 0;
}

/* CAREERS */

.career-form .content {
    padding: 50px 35px 30px 35px;
    background-color: #FFF;
}
.career-form .form-group {
    margin-bottom: 25px;
}
.career-form .form-control {
    border-color: #e3e3e3;
}
.career-form .form-control:focus {
    border-color: var(--main);
}

/* SITEMAP */

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

/* CONTACT PAGE */

#contact-wrapper {
    background-color: #fafafb;
}

#contact-wrapper .content p {
    color: #121418;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
}
#contact-wrapper .content h1 {
    color: #1c1490;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.26px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#contact-wrapper .content h1::after {
    content: "";
    display: block;
    width: 130px;
    height: 5px;
    margin: 23px auto 65px;
    background-color: var(--main);
    border-radius: 3px;
}

#contact-wrapper .forms .tabs {
    display: flex;
    justify-content: center;
}
#contact-wrapper .forms .tabs a {
    position: relative;
    display: inline-block;
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 33px 50px;
    margin: 0;
    cursor: pointer;
}
#contact-wrapper .forms .tabs a:not(:last-of-type):not(.active)::after {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    margin: auto;
    background-color: #e0e0e0;
    position: absolute;
    top: 30%;
    right: 0;
}
#contact-wrapper .forms .tabs a:hover {
    color: #1c1490;
    text-decoration: none;
}
#contact-wrapper .forms .tabs a.active {
    color: #1c1490;
    font-weight: 500;
    background-color: #FFF;
}

#contact-wrapper .forms .content {
    padding-left: 150px;
    padding-right: 150px;
    background-color: #FFF;
    box-shadow: 0 47px 66px rgba(0, 0, 0, .03);
}

#contact-wrapper .form-group {
    margin-bottom: 25px;
}
#contact-wrapper .form-control {
    height: 70px;
    border-color: #e3e3e3;
}
#contact-wrapper .form-control:focus {
    border-color: var(--main);
}
#contact-wrapper .form-group a {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0;
    padding: 0 80px;
    margin: 0 0 25px 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 1px;
}
#contact-wrapper .form-group a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#contact-wrapper .team h2 {
    color: #1c1490;
    font-size: 37px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.11px;
    padding: 0;
    margin: 0;
}
#contact-wrapper .team h2::after {
    content: "";
    display: block;
    width: 92px;
    height: 5px;
    margin: 10px auto 40px;
    background-color: var(--main);
    border-radius: 3px;
}

#contact-wrapper .team .box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #e4e4e4;
}
#contact-wrapper .team .box:last-of-type {
    border-right: 0;
}
#contact-wrapper .team span {
    display: inline-block;
    color: #ababab;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}
#contact-wrapper .team span::after {
    content: ".....";
    display: block;
    color: #1c1490;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -1.11px;
    margin: -4px auto 16px;
}
#contact-wrapper .team h3 {
    color: var(--main);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 11px 0;
    margin: 0;
}
#contact-wrapper .team p {
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.55px;
    padding: 0;
    margin: 0;
}

#contact-wrapper .team .mail {
  color: #2f2f2f;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.55px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  display: block;
}

/* SIDEBAR */

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

#widget-contact {
    text-align: center;
    padding: 45px 60px;
    margin-top: 50px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 15px 70px rgb(0 0 0 / 5%);
}
#widget-contact h2 {
    color: #101010;
    font-size: 29px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.58px;
    padding: 0;
    margin: 0 0 25px 0;
}
#widget-contact h2 strong {
    display: block;
    font-weight: 700;
}

#widget-contact a {
    display: block;
    width: 100%;
    height: 56px;
    font-size: 17px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 5px 0 0 0;
    border-radius: 1px;
}

#widget-contact .phone {
    color: #FFF;    
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
#widget-contact .phone span {
    color: #FFF;
}
#widget-contact .phone:hover {
    color: var(--blue);
    text-decoration: none;
    background-color: transparent;
}

#widget-contact .service {
    color: #FFF;    
    background-color: var(--main);
    border: 1px solid var(--main); 
}
#widget-contact .service:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#widget-area {
    margin-top: 70px;
}
#widget-area h3 {
    color: #252525;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0 0 0 45px;
    margin: 0;
}
#widget-area h3::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    margin: 12px 0 25px 0;
    background-color: var(--main);
}
#widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#widget-area ul li a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.27px;
    padding: 16px 45px 15px 45px;
    margin: 0;
}
#widget-area ul li a:hover,
#widget-area ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: #FFF;
}

#widget-services {
    padding: 20px 45px;
    background-color: var(--main);
}
#widget-services .box a {
    padding: 30px 0;
}
#widget-services .box:not(:last-of-type) a {
    border-bottom: 1px solid rgba(255, 255, 255, .34);
}
#widget-services .box a:hover {
    text-decoration: none;
}
#widget-services .box .icon img {
    max-height: 70px;
    transition: all .3s;
}
#widget-services .box a:hover .icon img {
    transform: rotate(-15deg);
}
#widget-services .box .content {
    width: calc(100% - 79px);
    padding-left: 25px;
}
#widget-services .box .content p {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0;
}
#widget-services .box .content h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.52px;
    padding: 0;
    margin: 0;
}

#widget-special {
    margin-top: 55px;
}

#widget-special .content {
    position: relative;
    padding: 40px 40px 30px 40px;
    background-color: #FFF;
    box-shadow: 0 4px 90px rgb(37 37 37 / 9%);
    clip-path: polygon(26px 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%, 0 26px);
}
#widget-special .content h2 {
    color: var(--main);
    font-size: 37px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.74px;
    padding: 0;
    margin: 0;
}
#widget-special .content h3 {
    color: var(--blue);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 25px 0;
    margin: 0;
    border-bottom: 3px solid var(--main);
}
#widget-special .content ul {
    list-style: none;
    padding: 0;
    margin: 21px 0 0 7px;
}
#widget-special .content ul li {
    position: relative;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
    padding-left: 20px;
}
#widget-special .content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}
#widget-special .content span {
    display: block;
    color: #101010;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.10px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #e0e0e6;
}

#widget-special .sign .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 45px;
    background-color: #05005b;
}
#widget-special .sign .form h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.75px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#widget-special .sign .form h2::after {
    content: "......";
    display: block;
    font-size: 33px;
    letter-spacing: -0.66px;
    margin-bottom: 8px;
}
#widget-special .sign .form p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.17px;
    text-align: center;
    padding: 0 0 41px 0;
    margin: 0;
}

#widget-special .sign .form .form-row {
    flex-wrap: nowrap;
}
#widget-special .sign .form .form-control {
    height: 60px;
    color: rgba(0, 0, 0, .7);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.17px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#widget-special .sign .form .wpcf7-submit {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 30px;
    margin: 0;
    background-color: var(--main);
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.trane-logo img {
  width: 180px;
}

#header.sticky .trane-logo img {
	width: 200px;
}