*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "gotham", sans-serif;
    background-color: #ffffff;
}
*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { /*margin: 0px auto !important; max-width: 1400px;*/ width: 100%; font-size: 20px; line-height: 28px; color: #183661; 
    font-family: "gotham", sans-serif; font-weight: 400; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; }
html { min-height: 100%; background: #fff; }  
::-webkit-input-placeholder { color: #000000; opacity: 1 !important; }
::-moz-placeholder { color: #000000; opacity: 1 !important; }
:-ms-input-placeholder { color: #000000; opacity: 1 !important; }
:-moz-placeholder { color: #000000; opacity: 1 !important; }

input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: "gotham", sans-serif; font-weight: 400; }
:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

#cookie-law-info-bar { color: #072036!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; z-index: 9999999999!important; font-weight: 400!important;}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #072036!important; }

.grecaptcha-badge {left: -9999999999px!important;}

/* common */
a { transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; text-decoration: none; outline: none;  }
a:focus, a:active { outline: none; }
a:hover { text-decoration: none; } 

ul, ol {  margin: 0px; padding: 0px; list-style: none; }
ul li, ol li { padding: 0px; }
ol ol { margin-bottom: 0px; }
ol ol li:last-child { padding-bottom: 0px; } 
.main-header{
    position: absolute;
    min-height: 240px;
    width: 100%;
    z-index: 2;
}
.main-header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/top-ptn.png') repeat-x top left;
}
.call-and-social-media{
    padding: 0px 32px;
    padding-top: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.header-logo{
    position: relative;
    z-index: 2;
}
.call-left{
    max-width: 300px;
    width: 100%;
}
.social-media-right{
    max-width: 300px;
    width: 100%;
    text-align: right;
}
.call-left a{
    font-size: 22px;
    color: #ffffff;
}
.call-left a i{
    margin-right: 4px;
}
.cent-logo{
    text-align: center;
    margin-top: 0px;
}
.social-media-right ul {
    display: inline-flex;
    text-align: right;
    gap: 6px;
}
.social-media-right ul li{
    display: inline-block;
}
.social-media-right ul li a{
    font-size: 22px;
    color: #ffffff;
}
.main-content{
    position: relative;
    min-height: 92vh;
    width: 100%;
}
.cent-logo a{
    display: inline-block;
}
.cent-logo img{
    max-width: 298px;
    width: 100%;
}
.hero-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-banner::before{
    content: "";
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.header-logo-line{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -12px;
}
.header-logo-line::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 158px);
    height: 2px;
    background-color: #ffffff;
}
.header-logo-line::after{
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0px;
    width: calc(50% - 158px);
    height: 2px;
    background-color: #ffffff;
}
.hero-content-upper{
    position: absolute;
    bottom: 158px;
    left: 50%;
    max-width: 1350px;
    width: 100%;
    transform: translate(-50%, 0%);
    color: #ffffff;
    text-align: center;
    z-index: 2;
}
.content-inner{
    position: relative;
    text-align: left;
    max-width: 360px;
    margin-left: 70px;
    padding-left: 24px;
}
.content-inner::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 2px;
    height: 93%;
    background-color: #ffffff;
}
.content-inner h1{
    font-size: 38px;
    color: #ffffff;
    text-transform: uppercase;    
    line-height: 1.3;
    font-weight: 400;
}
.content-inner p{
    line-height: 31px;
}
.preferred-block{
    padding: 80px 0px;
}
.preferred-content{
    max-width: 890px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.preferred-content h2{
    font-size: 38px;
    text-transform: uppercase;
    color: #183661;
    margin-bottom: 10px;
    font-weight: 400;
}
.preferred-content p{
    color: #404040;
    line-height: 1.8;
}

.services-items{
    display: flex;
    align-items: center;
}
.services-left-info{
    width: 50%;
}
.services-right-img{
    width: 50%;
}
.services-right-img{
    min-height: 668px;
    position: relative;
}
.inner-img-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.inner-img-block::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 37px);
    height: calc(100% - 37px);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.info-inner{
    max-width: 676px;
    width: 100%;
    margin-left: auto;
    padding-left: 40px;
}
.info-inner h3{
    font-size: 32px;
    color: #a1978a;
    margin-bottom: 26px;
    font-weight: 400;
}
.info-inner ul{
    max-width: 565px;
    width: 100%;
}
.info-inner ul li{
    color: #183661;
    position: relative;
    line-height: 1.8;
    padding-left: 17px;
}
.info-inner ul li::before{
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 9px;
    height: 2px;
    background-color: #a1978a;
    z-index: 1;
}
.info-inner ul li strong{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.services-blocks .services-items:nth-child(even){
    flex-direction: row-reverse;
}
.services-blocks .services-items:nth-child(even) .info-inner{
    margin-left: 30px;
}
.services-blocks .services-items:nth-child(even) .services-right-img .inner-img-block::after{
    border-top: 0px;
    border-bottom: 2px solid #ffffff;
    border-right: 0px;
    border-left: 2px solid #ffffff;
    bottom: auto;
    top: 0px;
    left: auto;
    right: 0px;
}
footer{
    background-color: #183661;
    padding: 40px 0px;
    text-align: center;
}
.address-p a{
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 18px;
    display: inline-block;
}
.address-p a i{
    margin-right: 5px;
}
.call-lic ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 470px;
    margin: 0 auto;
}
.call-lic ul li{
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
}
.call-lic ul li i{
    margin-right: 5px;
}
.call-lic ul li a{
    color: #ffffff;
    font-size: 18px;
}
.call-lic ul li span{
    font-weight:500;
    margin-right: 6px;
}
.copyright-accessibility{
    margin-top: 22px;
}
.copyright-accessibility ul{
    display: block;
}
.copyright-accessibility ul li{
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.copyright-accessibility ul li a{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.copyright-accessibility ul li a:hover{
    color: #ffffff;
}

.main-content.accessibility{
    min-height: 50vh;
}
.accessibility-block{
    padding: 80px 0px;
}
.accessibility-content h1{
    font-size: 38px;
    text-transform: uppercase;
    color: #183661;
    font-weight: 400;
    padding-bottom: 23px;
}
.accessibility-content p{
    font-size: 16px;
    color: #404040; 
    line-height: 1.8;
    margin-bottom: 20px;
}
.accessibility-content p a{
    color: #404040;
}
.accessibility-content p a:hover{
    color: #a1978a;
}
.accessibility-content h3 {
  padding: 15px 0px 15px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
.accessibility-content ul{
    margin-bottom: 20px;
}
.accessibility-content ul li{
    position: relative;
    padding-left: 20px;
    line-height: 36px;
    font-size: 16px;
}
.accessibility-content ul li::before{
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 9px;
    height: 2px;
    background-color: #183661;
    z-index: 1;
}
.accessibility-content ul li a{
    font-size: 16px;
    color: #a1978a;
    text-decoration: underline;
}
.accessibility-content ul li a:hover{
    text-decoration: none;
}

.services-logo-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 460px;
    width: 100%;
    margin-top: 54px;
}
.services-logo-list .logo-item-ab {
    width: 33.33%;
    text-align: center;
    margin-bottom: 10px;
}
.logo-item-ab img {
    max-width: 110px;
    width: 100%;
    object-fit: contain;
    height: auto;
}
.services-logo-list .logo-item-ab:nth-of-type(1){text-align: left;}
.services-logo-list .logo-item-ab:nth-of-type(3){text-align: right;}
.services-logo-list .logo-item-ab:nth-of-type(4){text-align: left;}
.services-logo-list .logo-item-ab:nth-of-type(6){text-align: right;}