<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Basic Styles*/
body { line-height: 1; }
html { min-height: 100%; position: relative; }
iframe { width: 100% }
body { font: normal 16px/24px 'Open Sans', sans-serif; color: #4d4d4d; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #fff; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #fff; }
/* #Typography */
h1, h2, h3, h4, h5, h6 { color: #000; font-family: 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 38px; line-height: 42px; margin-bottom: 18px; }
h2 { font-size: 32px; line-height: 38px; margin-bottom: 15px; }
h3 { font-size: 24px; line-height: 30px; margin-bottom: 12px; }
h4 { font-size: 22px; line-height: 26px; margin-bottom: 10px; color: #0b4479; text-transform: none;  }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }
p { margin-bottom: 15px; }
/* #Buttons */
.button a, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] { padding: 0 10px; border: none; color: #9d9d9d; display: inline-block; text-decoration: none; cursor: pointer; margin: 0 0; font: 18px/35px 'Open Sans', sans-serif; text-align: center; background: #fff; text-transform: uppercase; }
.button a:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background: #ff0000; }
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { color: #fff; }
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
.button .icon { margin: 3px 0 0 4px; float: right; }
.red .button a { background: #bf001f; color: #fff; }
.red .button a:hover { background: #6e6e6e; }
/* Fix for odd Mozilla border &amp; padding issues */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* #Links */
a, a:visited { text-decoration: none; outline: 0; }
p a, p a:visited { line-height: inherit; }
/* #Forms */
fieldset { margin-bottom: 20px; }
input[type="text"], input[type="email"], input[type="tel"], textarea, select { border: 1px solid #ccc; padding: 10px 10px; outline: none; font: 400 16px/26px 'Open Sans', sans-serif; margin: 0; width: 100%; max-width: 100%; display: block; background: #fff; }
select { padding: 0; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #1a9094; }
textarea { min-height: 60px; }
label, legend { display: block; font-weight: normal; font-size: 15px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }
/*background*/
.wrapper { width: 100%; display: flex; min-height: 100vh; flex-direction: column; }
.content { flex: 1; margin-bottom: 20px; }
/*header*/
header#head { width: 100%; height: 185px; position: fixed; top: 0; left: 0; z-index: 49; background: #fff; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s;  }
header#head .top-head { height: 130px; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s; }
header#head .logo-left { margin-top: 10px; }
header#head.smaller { height: 55px; }
header#head.smaller .top-head { height: 0px; overflow: hidden; }
.header-fix { display: block; width: 100%; height: 185px; }
.languages { height: 60px; }
.languages .language { float: right; margin-top: 14px;}
.languages .language span img { width: 28px; height: auto; margin-left: 7px; }
.search input[type="text"] { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: none; padding: 10px 10px; outline: none; color: #9d9d9d; margin: 0; width: 90%; max-width: 90%; display: block; background: #fff; float: left; }
.search input[type="submit"] { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-left: none; padding: 10px 10px; outline: none; line-height: 26px; margin: 0; width: 10%; max-width: 10%; display: block; background: #fff url(../images/search.png) no-repeat center center; float: left; }
.search input { color: #9d9d9d; }
.search input::-webkit-input-placeholder { color: #9d9d9d; }
.search input:-moz-placeholder { color: #9d9d9d; }
.search input::-moz-placeholder { color: #9d9d9d; }
.search input:-ms-input-placeholder { color: #9d9d9d; }
.inner-content .search-input { display: none; }
.inner-content #searchResults h5 a { color: #0b4479; }
.inner-content #searchResults p a { font-size: 12px; color: #b0b0b0; }
.inner-content #searchResults p a:hover { color: #0b4479; }
.inner-content #searchResults { margin: 20px 0; }
/*navigation*/
nav { z-index: 10; height: 55px; }
nav div.header-navigation { display: block; height: 55px; width: 100%; background: #0b4479; }
nav ul.menu { margin: 0 0; padding: 0 0; }
nav .menu li { padding: 0 15px; height: 50px; position: relative; float: left; }
nav .menu li a { text-transform: uppercase; display: block; color: #fff; white-space: nowrap; font: 700 16px/50px 'Open Sans', sans-serif; }
nav .menu li a:visited { color: #fff; }
nav .menu li a:hover { border-bottom: 5px solid #ff0000; }
#toggle, .toggle { display: none; }
.toggle { z-index: 11; }
/*main image*/
.main-image { position: relative; margin: 28px 0 20px 0; }
.main-text { position: absolute; top: 16px; left: 26px; width: 40%; background: rgba(36, 87, 135, 0.8); padding: 15px; }
.main-text h1 { color:  #fff; font-size: 56px; margin-bottom: 0px; line-height: 60px; }
.main-text h2 { color:#fff; font-size: 30px; margin-bottom: 3px; }
.main-text h4 { color:#ff0000; font-size: 34px; line-height: 38px; font-weight: 600; font-style:italic; text-transform:none; }
.main-button { width: 96px; height: 96px; float: right; }
.main-button a { width: 90px; height: 90px; border: 3px solid #fff; background: url(../images/arrow.png) no-repeat center center; }
.service-box { height: 382px; margin-top: 20px; }
.service-box img { height: 310px; }
.service-button { width: 56px; height: 56px; float: right; }
.service-button a { width: 50px; height: 50px; border: 3px solid #fff; background: url(../images/arrow.png) no-repeat center center; }
.main-button a:hover, .service-button a:hover { background: #ff0000 url(../images/arrow.png) no-repeat center center; }
.service-title { height: 72px; background: #0b4479; padding: 8px; }
.service-text { font-size: 24px; font-weight: 700; line-height: 28px; color: #fff; text-transform: uppercase; }
.home-content { margin: 20px 0; }
.home-content h2, .inner-content h2  { color: #ff0000; font-size: 44px; }
blockquote { font-size: 28px; line-height: 32px; font-style:italic; margin-bottom: 10px; }
.inner-content .main-text { width: 80%; top: 65%; background: none; }
.inner-navigation { margin: 30px 0; }
.inner-navigation ul.tabs { height: 35px; border-bottom: 1px solid #b0b0b0;  }
.inner-navigation ul.tabs li a { float: left; text-align: center; padding: 0 10px; font-size: 18px; font-weight: 700; line-height: 33px; color: #2b2b2b; cursor:pointer; margin: 0 0; background: #fff; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #b0b0b0;  }
.inner-navigation ul.tabs li a:hover { color: #b60701; }
.inner-navigation ul.tabs li.current a { color: #b60701; border-top: 1px solid #b0b0b0; border-left: 1px solid #b0b0b0; border-right: 1px solid #b0b0b0; border-bottom: 1px solid #fff;  }
.inner-content ul { list-style: circle outside !important; padding: 20px 40px; }
.inner-content ul li { margin-bottom: 15px; }
.inner-content h4 { margin-top: 20px; }
.ccm-layout-column-wrapper { display: block; margin: 20px 0; }
/*management*/
.managers { margin: 20px 0; display: block; background: url(../images/managers-back.png) no-repeat center center; background-size: cover; }
.empty-box { height: 310px; display: block; }
.empty-box2 { height: 50px; display: block; }
.dept-box { height: 60px; background: #eaeaea; text-align: center; padding: 10px; line-height: 18px; margin-bottom: 20px; }
.mng-name { padding: 10px 0; text-align: center; color: #0b4479; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.mng-name span { color: #868686; font-size: 15px; font-weight: 400; text-transform: none; }
/*references*/
.logo-clients { margin-bottom: 20px; }
.logo-clients img { border: 1px solid #b0b0b0; }
.client-name { text-align: center; height: 50px; }
.client-name a { color: #868686; }
/*form*/
.ccm-block-type-form { display: inline-block; margin-bottom: 20px; }
.form-group { margin-bottom: 15px; }
.form-actions input[type="submit"] { width: 160px; height: 55px; line-height: 55px; border: 3px solid #b0b0b0; cursor:pointer; }
/* footer */
.footer { background: #0b4479; }
.footer-address { margin: 20px 0; font-size: 18px; line-height: 24px; color: #fff; text-align: left; }
.footer-map { height: 280px; margin: 20px 0; }
.bottom-footer { background: #245787; height: 90px; color: #5f9bd3; font-size: 12px; line-height: 90px; }
.bottom-footer p { margin: 0 0; }
 @media (max-width: 1219px) {
body { font: normal 14px/18px 'Open Sans', sans-serif; }
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 24px; line-height: 28px; }
.main-image { margin: 20px 0 15px 0; }
.main-text { width: 50%; }
.main-text h1 { font-size: 48px; line-height: 46px; }
.main-text h2 { font-size: 26px; margin-bottom: 3px; }
.main-text h4 { font-size: 28px; line-height: 32px; }
.service-box { height: 317px; margin-top: 10px; }
.service-box img { height: 245px; }
.service-text { font-size: 20px; }
.home-content h2, .inner-content h2 { font-size: 36px; }
blockquote { font-size: 24px; line-height: 30px; }
.dept-box { font-size: 14px; line-height: 16px; }
.empty-box { height: 260px; }
.empty-box2 { height: 50px; }
.bottom-footer { height: 70px; line-height: 70px; }
}
 @media (max-width: 992px) {
h1 { font-size: 32px; line-height: 36px; }
h2 { font-size: 22px; line-height: 24px; }
nav .menu li { padding: 0 10px; }
nav .menu li a { font-size: 14px; }
.main-image { margin: 20px 0 10px 0; }
.main-text { width: 50%; }
.inner-content .main-text { top: 55%; }
.main-text h1 { font-size: 40px; line-height: 42px; }
.main-text h2 { font-size: 24px; line-height: 32px; margin-bottom: 8px; }
.main-text h4 { font-size: 20px; line-height: 28px; }
.main-button { display: none; }
.main-button a { width: 70px; height: 70px; border: 2px solid #fff; }
.service-box { height: auto; margin-top: 10px; }
.service-box img { height: auto; }
.service-text { font-size: 18px; line-height: 24px; }
.home-content h2, .inner-content h2 { font-size: 32px; }
blockquote { font-size: 20px; line-height: 24px; }
.dept-box { font-size: 14px; line-height: 16px; }
.empty-box { height: 240px; }
.empty-box2 { height: 50px; }
}
 @media (max-width: 767px) {
h1 { font-size: 28px; line-height: 32px; margin-bottom: 10px; }
h2 { font-size: 24px; line-height: 28px; margin-bottom: 8px; }
h3 { font-size: 20px; line-height: 24px; margin-bottom: 6px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
nav { width: 100%; height: 50px; position: relative; z-index: 10; }
nav div.header-navigation { height: 50px; }
nav div { float: none; width: 100%; position: relative; height: auto; }
.menu { display: none; opacity: 0; width: 100%; position: absolute; top: 50px; z-index: 102;  background: #0b4479; padding-right: 10px !important; }
.toggle { width: 100%; height: 50px; display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
#toggle:checked + div .menu { display: block; opacity: 1; }
.toggle:after { content: attr(data-open); display: block; width: 100%; height: 50px; margin: 0 0; padding: 10px; background: url(../images/sprite.png) no-repeat right 0px; }
#toggle:checked + div .toggle:after { content: attr(data-close); }
nav .menu li { display: block; width: 100%; margin: 0; float: none; }
nav .menu li a { display: block; text-decoration: none; margin: 0 0; line-height: 34px; border-top: 1px solid #ff0000; text-align: left; padding: 0 10px; color: #fff; }
nav .menu li a:visited { color: #fff; }
nav .menu li a, nav li a:hover, nav li a:visited { background: none; }
nav .menu li, nav .menu li a { height: auto; }
nav .menu li a:hover { border-bottom: none; }
.header-navigation label { color: #fff; line-height: 30px; font-weight: 700; }
.main-text { width: 90%; }
.main-text h1 { font-size: 36px; line-height: 38px; }
.main-text h2 { font-size: 24px; line-height: 32px; }
.main-text h4 { font-size: 18px; line-height: 24px; }
.inner-content .main-text h1 { font-size: 24px; }
.service-text { font-size: 14px; line-height: 18px; }
.managers { background: none; }
.empty-box { height: 300px; }
.empty-box2 { height: 20px; }
.dept-box { margin-bottom: 20px; font-size: 16px; }
.footer-address { font-size: 16px; line-height: 18px; }
.footer-map { height: 200px; }
.bottom-footer { text-align: center; }
}
@media (max-width: 460px) {
header#head .logo-left { }
header#head .top-head .language, header#head .top-head .search { margin-top: -30px; }
header#head { height: 240px;  }
header#head .top-head { height: 190px; }
.header-fix { height: 240px; }
.main-image { height: 250px; overflow: hidden; text-align:center; padding-left: 0; padding-right: 0; margin: 10px 10px;}
.main-image img { height: 100%; max-width:inherit; display: inline-block; }
.main-text { top: 10px; left: 10px; }
.service-text { font-size: 18px; line-height: 22px; }
.inner-content ul { padding: 20px 15px; }
.inner-content .main-text { width: 90%; top: 70%; }
.empty-box { height: 20px; }
.empty-box2 { height: 20px; }
}
@media (max-width: 320px) {
h1 { font-size: 24px; line-height: 32px; }
h2 { font-size: 22px; line-height: 26px; }
h3 { font-size: 18px; line-height: 22px; }
h4 { font-size: 16px; line-height: 20px; }
.main-text h1 { font-size: 32px; line-height: 36px; }
.main-text h2 { font-size: 22px; line-height: 30px; }
.main-text h4 { font-size: 18px; line-height: 24px; }
.service-text { font-size: 16px; line-height: 20px; }
.inner-navigation { margin: 10px 0; }
.inner-navigation ul.tabs { height: 35px;  }
.inner-navigation ul.tabs li a { padding: 0 7px; font-size: 13px; }
}
.express-form .form-item { margin-bottom: 15px; }
.express-form .form-item .form-label { font-weight: bold; }
.express-form .form-item textarea { height: 220px; }
.captcha img { margin-bottom: 10px; }
.btn-primary { padding: 0 20px; border: none; color: #9d9d9d; display: inline-block; text-decoration: none; cursor: pointer; margin: 0 0; font: 18px/50px 'Open Sans', sans-serif; text-align: center; background: #bf001f; color: #fff; text-transform: uppercase; }
.btn-primary:hover { background: #6e6e6e; }
.ccm-block-express-form { margin-bottom: 20px; }</pre></body></html>