a,
blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
legend,
li,
object,
ol,
p,
pre,
select,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    text-decoration: none;
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

a:active,
a:hover,
label:active,
label:focus {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

fieldset {
    border: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    min-height: 30px;
    max-height: 400px;
    resize: vertical
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

small {
    font-size: 85%
}

strong,
th {
    font-weight: 700
}

td,
td img {
    vertical-align: top
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none
}

img.pixel {
    transform: translateX(-50%);
    position: absolute;
    top: -225px;
    margin-left: 0;
    left: 50%;
    z-index: 999;
    opacity: .5;
    pointer-events: none;
    display: none;
    height: auto
}



/**** some defaults for hubspot contact page form ****/

ul.hs-error-msgs.inputs-list { display: none !important;}
.hs-form-3999df8b-33a7-4075-ad54-b6473f5c2479_cde6c7af-972e-411d-aa8d-eb3369945001 fieldset{position: relative; max-width: none;}
fieldset{position: relative;}

fieldset.form-columns-1 .input{margin-right: 0 !important;}

label#label-message-3999df8b-33a7-4075-ad54-b6473f5c2479 span:first-of-type,
label#label-nature_of_inquiry-3999df8b-33a7-4075-ad54-b6473f5c2479 span:first-of-type {display: none;}

.hs-form-required {
    color: red;
    margin-left: 8px;
}



@media (min-width:1024px) {
    img.pixel.pixel1200 {
        display: block
    }
}

@media (min-width:530px) and (max-width:1023px) {
    img.pixel.pixel768 {
        display: block
    }
}

@media only screen and (max-width:529px) {
    img.pixel.pixel320 {
        display: block
    }
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=datetime-local],
    input[type=email],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    input[type=search],
    input[type=color],
    input[type=date],
    input[type=datetime],
    select:focus,
    textarea {
        font-size: 16px
    }
}

p:empty {
    display: none
}

a {
    transition: color .3s;
    color: #4197CB;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

body:not(.touch) a[href^=tel] {
    pointer-events: none;
    display: inline-block
}

@media (min-width:1024px) {
    section,
    section.width-container {
        margin-bottom: 63px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    section,
    section.width-container {
        margin-bottom: 40px
    }
}

@media (max-width:1023px) {
    section,
    section.width-container {
        margin-bottom: 36px
    }
}

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0
}

.svg-ico {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

@media screen {
    .svg-ico {
        width: 30px;
        height: 30px
    }
}

.svg-ico * {
    transition: fill .3s;
    fill: #000;
    max-width: 100%;
    max-height: 100%
}

.svg-ico svg {
    vertical-align: middle;
    width: inherit;
    height: inherit
}

.site-main ul:not(.list-reset) {
    letter-spacing: -.4px
}

.site-main ul:not(.list-reset) li {
    position: relative
}

@media (min-width:1024px) {
    .site-main ul:not(.list-reset) li {
        padding-left: 19px
    }
}

@media (max-width:1023px) {
    .site-main ul:not(.list-reset) li {
        padding-left: 25px
    }
}

.site-main ul:not(.list-reset) li:before {
    content: '';
    position: absolute;
    left: 0;
    background: #A1CE5E
}

@media (min-width:1024px) {
    .site-main ul:not(.list-reset) li:before {
        top: 10px;
        width: 10px;
        height: 10px
    }
}

@media (max-width:1023px) {
    .site-main ul:not(.list-reset) li:before {
        top: 7px;
        width: 9px;
        height: 9px
    }
}

.site-main ol:not(.list-reset) {
    counter-reset: ol-counter 0;
    list-style-type: none
}

.site-main ol:not(.list-reset) li:before {
    content: counter(ol-counter, decimal-leading-zero) '. ';
    counter-increment: ol-counter;
    color: #A1CE5E;
    font-family: swissBold, sans-serif
}

@media (max-width:1023px) {
    .site-main ol:not(.list-reset) li,
    .site-main ul:not(.list-reset) li {
        margin-bottom: 8px
    }
}

.align-center {
    text-align: center
}

@media (min-width:530px) {
    .two-columns-list ol,
    .two-columns-list ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:530px) {
    .two-columns-list ol li,
    .two-columns-list ul li {
        width: 49%
    }
    .two-columns-list ol li:nth-child(2n+1):nth-last-child(2),
    .two-columns-list ul li:nth-child(2n+1):nth-last-child(2) {
        border: none;
        margin-bottom: 0
    }
}

@media only screen and (max-width:529px) {
    .two-columns-list .main-button {
        display: -ms-flexbox;
        display: flex
    }
}

.underlined-listing {
    font-family: swissMedium, sans-serif;
    color: #4e5053
}

@media (min-width:1024px) {
    .underlined-listing {
        font-size: 18px;
        line-height: 22px
    }
    .underlined-listing:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .underlined-listing {
        font-size: 15px;
        line-height: 19px
    }
    .underlined-listing:not(:only-child) {
        margin-bottom: 24px
    }
}

.underlined-listing li {
    border-bottom: 1px solid #a7a9ac
}

@media (min-width:1024px) {
    .underlined-listing li {
        padding: 30px 0 33px 30px
    }
    .underlined-listing li:before {
        top: 36px!important
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .underlined-listing li {
        padding: 20px 0 20px 20px
    }
    .underlined-listing li:before {
        top: 26px!important
    }
}

@media (max-width:1023px) {
    .underlined-listing li {
        padding: 19px 0 17px 30px;
        margin-bottom: 0
    }
    .underlined-listing li:before {
        top: 23px!important
    }
}

.underlined-listing li:last-child {
    border: none;
    margin-bottom: 0
}

.underlined-listing li.selected a {
    color: #A1CE5E
}

.underlined-listing li.selected a:after {
    content: '✕';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #A1CE5E;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center
}

.underlined-listing a {
    color: #4e5053;
    text-decoration: none
}

.underlined-listing a:hover {
    color: #A1CE5E
}

.side-line-heading {
    transition: color .3s;
    position: relative;
    color: #000;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .side-line-heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        margin-bottom: 29px;
        padding: 0 0 5px 21px;
        font-family: swissLight, sans-serif;
        font-size: 24px;
        line-height: 23px;
        letter-spacing: -.4px;
        min-height: 50px
    }
    .side-line-heading:after {
        content: '';
        min-height: 44px;
        display: block
    }
}

@media (max-width:1023px) {
    .side-line-heading {
        font-family: swissRoman, sans-serif;
        margin-bottom: 3px;
        padding: 11px 0 0 19px;
        font-size: 25px;
        line-height: 24px
    }
}

.side-line-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #4197CB
}

@media (min-width:1024px) {
    .side-line-heading:before {
        width: 12px;
        bottom: 6px
    }
}

@media (max-width:1023px) {
    .side-line-heading:before {
        width: 10px;
        bottom: 0
    }
}

.side-line-heading a {
    color: #000;
    text-decoration: none
}

.h1.side-line-heading,
h1.side-line-heading {
    font-size: 32px;
    line-height: 1
}

@media (min-width:1024px) {
    .side-line-heading+.slh-subheading {
        margin: -23px 0 16px;
        padding-top: 12px
    }
}

@media (max-width:1023px) {
    .side-line-heading+.slh-subheading {
        margin: -23px 0 18px;
        padding-top: 2px
    }
}

.slh-subheading {
    position: relative;
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    color: #4197CB
}

@media (min-width:1024px) {
    .slh-subheading {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 1px 21px
    }
}

@media (max-width:1023px) {
    .slh-subheading {
        font-size: 15px;
        line-height: 21px;
        padding: 0 0 0 19px;
        letter-spacing: -.8px
    }
}

.slh-subheading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 6px;
    background: #4197CB
}

@media (min-width:1024px) {
    .slh-subheading:before {
        width: 12px
    }
}

@media (max-width:1023px) {
    .slh-subheading:before {
        width: 10px
    }
}

.line-heading {
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .line-heading {
        font-family: swissLight, sans-serif;
        font-size: 27px;
        line-height: 31px;
        margin-bottom: 16px;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .line-heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

@media (max-width:1023px) {
    .line-heading {
        font-family: swissRoman, sans-serif;
        font-size: 23px;
        line-height: 27px;
        letter-spacing: .6px;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 8px
    }
}

@media (min-width:1024px) {
    .line-heading>span {
        margin-right: 13px
    }
}

@media (max-width:1023px) {
    .line-heading>span {
        margin-right: 10px
    }
}

.line-heading:after {
    content: '';
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block
}

@media (min-width:1024px) {
    .line-heading:after {
        height: 11px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .line-heading:after {
        height: 6px
    }
}

@media (max-width:1023px) {
    .line-heading:after {
        height: 6px;
        margin-bottom: 6px
    }
}

.line-heading.lh-blue {
    color: #34657F
}

.line-heading.lh-blue:after {
    background: #34657F
}

.line-heading.lh-red {
    color: #000
}

.line-heading.lh-red:after {
    background: #4197CB
}

.line-heading.lh-lightgray {
    color: #000
}

.line-heading.lh-lightgray:after {
    background: #a7a9ac
}

.line-heading.lh-gray {
    color: #4e5053
}

.line-heading.lh-gray:after {
    background: #4e5053
}

.line-heading a {
    -ms-flex-order: 1;
    order: 1;
    font-size: 18px;
    line-height: 22px;
    font-family: swissBold, sans-serif;
    color: #4e5053;
    text-decoration: none;
    text-transform: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 14px
}

.line-heading a:hover {
    color: #4197CB
}

.line-heading a:hover .svg-ico * {
    fill: #4197CB
}

.line-heading a .svg-ico {
    width: 8px;
    height: 12px;
    margin-left: 8px
}

.line-heading a .svg-ico * {
    fill: #4e5053
}

.uppercase-thin-heading {
    font-family: swissLight, sans-serif;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 23px;
    letter-spacing: -.5px;
    margin-bottom: 29px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.uppercase-thin-heading a {
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    color: #4e5053;
    text-transform: none
}

.uppercase-thin-heading a:hover {
    text-decoration: underline
}

.icon-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .5px
}

@media (min-width:1024px) {
    .icon-heading {
        font-size: 23px;
        line-height: 27px;
        font-family: swissLight, sans-serif;
        margin-bottom: 12px
    }
}

@media (max-width:1023px) {
    .icon-heading {
        font-size: 19px;
        line-height: 21px;
        font-family: swissMedium, sans-serif
    }
}

.icon-heading .svg-ico {
    margin-right: 6px
}

@media (min-width:1024px) {
    .icon-heading .svg-ico {
        height: 20px;
        width: 20px
    }
}

@media (max-width:1023px) {
    .icon-heading .svg-ico {
        height: 16px;
        width: 16px
    }
}

.icon-heading .svg-ico * {
    fill: #4197CB
}

@media (min-width:530px) {
    .two-columns-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:530px) {
    .two-columns-section .tcs-col {
        width: 47%
    }
}

@media only screen and (max-width:529px) {
    .two-columns-section .tcs-col {
        margin-bottom: 30px
    }
}

@media (min-width:530px) {
    .two-columns-section .main-button {
        margin-top: 70px
    }
}

@media only screen and (max-width:529px) {
    .two-columns-section .main-button {
        margin-top: 30px
    }
}

.two-columns-section .bg-title-block {
    margin-bottom: 20px
}

@media (min-width:530px) {
    .two-columns-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.two-columns-grid .tcg-grid-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print {
    .two-columns-grid .tcg-grid-item {
        display: none
    }
}

@media (min-width:530px) {
    .two-columns-grid .tcg-grid-item {
        width: 48.6%;
        margin: 0 0 65px
    }
}

@media only screen and (max-width:529px) {
    .two-columns-grid .tcg-grid-item {
        margin-bottom: 20px
    }
}

.content-title-section {
    font-size: 20px;
    line-height: 42px;
    letter-spacing: -.2px;
    margin-bottom: 51px;
    color: #4e5053
}

.bordered-section {
    border-bottom: 11px solid #34657F
}

.bordered-section .line-heading {
    margin-bottom: 29px
}

.bordered-section .underlined-listing {
    padding-bottom: 36px
}

.bordered-section .underlined-listing li {
    padding: 36px 0 39px 30px
}

.bordered-section .underlined-listing li:before {
    top: 42px!important
}

@media print {
    [style*=background-image] {
        background-image: none!important
    }
}

@media print {
    [style*=background-image] img {
        max-width: 100%;
        max-height: 100%;
        height: auto
    }
}

@media screen {
    [style*=background-image] img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        max-width: 100%;
        max-height: 100%
    }
}

@font-face {
    font-family: swissLight;
    src: url("/source/aa9161084162334174005f0d2f576d4b") format('woff2'), url("/source/98ddd8f727ecc8a907d7d93106132384/swiss721bt-light-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: swissRoman;
    src: url("/source/93e7469395cda32685ea82e9fe8e5431") format('woff2'), url("/source/2eeb79a5c0bdf7b74453d960737ff2f8/swiss721bt-roman-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: swissMedium;
    src: url("/source/c6dbf1706cd4f7617636324432a4403d") format('woff2'), url("/source/f6d2a974fd27e6ef6d0d8787dbea1aa6/swiss721bt-medium-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: swissBold;
    src: url("/source/f99cda24f0f129695541b4d729e3b379") format('woff2'), url("/source/8537b9b63cdc21a3cc2f6d485cb33bc4/swiss721bt-bold-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: swissItalic;
    src: url("/source/a61d4351cf31a88b4525866a1600305c") format('woff2'), url("/source/d9c3d4e929c69c3116a45eecf12dc445/swiss721bt-italic-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal
}

header.header {
    position: fixed;
    background: #fff;
    z-index: 103;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 20px
}

@media print {
    header.header {
        position: static
    }
}

@media (min-width:1024px) {
    header.header {
        animation-name: header-animation;
        animation-duration: .4s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards
    }
    header.header.header-hide-elems {
        padding-top: 0
    }
    header.header.header-hide-elems .head-additional-nav,
    header.header.header-hide-elems .head-lang-section,
    header.header.header-hide-elems .head-phone,
    header.header.header-hide-elems .head-search,
    header.header.header-hide-elems .menu-header-top-menu-container {
        display: none
    }
    header.header.header-hide-elems .logo {
        padding: 20px 0;
    }
    @keyframes header-animation {
        0% {
            transform: perspective(700px) rotateX(0)
        }
        50% {
            transform: perspective(700px) rotateX(-50deg)
        }
        100% {
            transform: perspective(700px) rotateX(0)
        }
    }
    @keyframes header-animation-back {
        0% {
            transform: perspective(700px) rotateX(0)
        }
        50% {
            transform: perspective(700px) rotateX(-50deg)
        }
        100% {
            transform: perspective(700px) rotateX(0)
        }
    }
}

@media (min-width:1024px) and screen {
    header.header.main-header-min {
        transform-origin: 50% 26px;
        animation-name: header-animation-back;
        animation-duration: .4s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-direction: reverse
    }
    header.header.main-header-min .sub-menu:before {
        top: 2px
    }
}

@media (min-width:530px) {
    header.header {
        padding: 10px 15px 0
    }
}

@media only screen and (max-width:1367px) {
    header.header {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width:529px) {
    header.header {
        padding: 15px 2.8% 16px
    }
}

@media (min-width:1024px) {
    .admin-bar header.header {
        top: 32px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .admin-bar header.header {
        top: 40px
    }
}

@media only screen and (max-width:529px) {
    .admin-bar header.header {
        top: 0
    }
}

header.header .header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header.header .logo {
    display: block;
    font-size: 0;
    line-height: 0
}

@media screen {
    header.header .logo {
        transform-origin: 50% 100%
    }
}

@media print {
    header.header .logo {
        width: 230px;
        font-size: 58px;
        margin-top: .33em;
        margin-bottom: .5em
    }
    header.header .logo svg {
        height: 1em
    }
}

@media (min-width:530px) {
    header.header .logo {
        padding-bottom: 14px
    }
}

header.header .logo strong {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

header.header .logo a {
    display: block
}

@media screen and (min-width:1024px) {
    header.header .logo {
        width: 230px;
    }
}

@media screen and (min-width:530px) and (max-width:1023px) {
    header.header .logo {
        width: 230px;
    }
}

@media only screen and (max-width:529px) {
    header.header .logo {
        width: 180px;
    }
}

@media screen {
    header.header .hc-hamburger {
        transition: background .4s;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 60px
    }
}

@media print {
    header.header .hc-hamburger {
        display: none
    }
}

@media (min-width:1024px) {
    header.header .hc-hamburger {
        display: none
    }
}

@media (min-width:530px) and (max-width:1023px) {
    header.header .hc-hamburger {
        right: 10px
    }
}

@media only screen and (max-width:529px) {
    header.header .hc-hamburger {
        right: 0
    }
}

@media screen {
    header.header .hc-hamburger span,
    header.header .hc-hamburger:after,
    header.header .hc-hamburger:before {
        transition: transform .3s .2s ease-in-out, opacity .4s .2s;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #34657F
    }
}

@media (min-width:530px) and (max-width:1023px) {
    header.header .hc-hamburger span,
    header.header .hc-hamburger:after,
    header.header .hc-hamburger:before {
        margin-left: -17px;
        margin-top: -2px;
        width: 35px;
        height: 5px
    }
}

@media only screen and (max-width:529px) {
    header.header .hc-hamburger span,
    header.header .hc-hamburger:after,
    header.header .hc-hamburger:before {
        margin-top: -2px;
        margin-left: -12px;
        width: 30px;
        height: 4px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    header.header .hc-hamburger:before {
        transform: translate3d(0, -12px, 0)
    }
}

@media only screen and (max-width:529px) {
    header.header .hc-hamburger:before {
        transform: translate3d(0, -9px, 0)
    }
}

@media (min-width:530px) and (max-width:1023px) {
    header.header .hc-hamburger:after {
        transform: translate3d(0, 12px, 0)
    }
}

@media only screen and (max-width:529px) {
    header.header .hc-hamburger:after {
        transform: translate3d(0, 9px, 0)
    }
}

header.header .hc-hamburger span {
    transition: transform .3s ease-in-out
}

.main-nav-opened header.header .hc-hamburger:after,
.main-nav-opened header.header .hc-hamburger:before {
    transition: transform .3s ease-in-out, opacity .4s .1s;
    transform: translate3d(0, 0, 0);
    opacity: 0
}

.main-nav-opened header.header .hc-hamburger span {
    transition: transform .3s .3s ease-in-out
}

.main-nav-opened header.header .hc-hamburger span:first-child {
    transform: rotate(45deg)
}

.main-nav-opened header.header .hc-hamburger span:last-child {
    transform: rotate(-45deg)
}

header.header .head-nav-container {
    display: -ms-flexbox;
    display: flex
}

@media print {
    header.header .head-nav-container {
        display: none
    }
}

@media (min-width:1024px) {
    header.header .head-nav-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:1023px) {
    header.header .head-nav-container {
        position: absolute;
        top: 100%;
        right: 0;
        height: calc(100vh - 64px);
        overflow: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        background: #f7f7f7;
        box-shadow: inset 2px 0 5px rgba(0, 0, 0, .5);
        padding: 10px 2.5vw;
        transition: transform .3s ease-in-out;
        transform: translate3d(100%, 0, 0)
    }
    .main-nav-opened header.header .head-nav-container {
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:530px) and (max-width:1023px) {
    header.header .head-nav-container {
        left: 55vw
    }
}

@media only screen and (max-width:529px) {
    header.header .head-nav-container {
        left: 22.5vw
    }
}

header.header .head-phone {
    font-family: swissBold, sans-serif;
    color: #34657F
}

@media screen and (min-width:1024px) {
    header.header .head-phone {
        margin-right: 25px
    }
}

@media screen and (max-width:1023px) {
    header.header .head-phone:not(.hp-mobile) {
        display: none
    }
}

@media (min-width:1024px) {
    header.header .head-phone.hp-mobile {
        display: none
    }
}

@media screen and (min-width:530px) and (max-width:1023px) {
    header.header .head-phone.hp-mobile {
        margin-right: 80px
    }
}

@media only screen and (max-width:529px) {
    header.header .head-phone.hp-mobile {
        margin-right: 48px
    }
    header.header .head-phone.hp-mobile .hp-text {
        display: none
    }
}

header.header .head-phone .svg-ico {
    width: 16px;
    height: 16px
}

@media (max-width:1023px) {
    header.header .head-phone .svg-ico {
        padding: 5px;
        width: 33px;
        height: 33px
    }
}

header.header .head-phone .svg-ico * {
    fill: #34657F
}

header.header .head-phone a {
    color: #34657F;
    text-decoration: none
}

@media (min-width:530px) and (max-width:1023px) {
    header.header .head-phone a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

header.header .head-additional-nav {
    font-family: swissRoman, sans-serif
}

@media (max-width:1023px) {
    header.header .head-additional-nav {
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

@media (min-width:1024px) {
    header.header .head-additional-nav ul {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1024px) {
    header.header .head-additional-nav li {
        margin: 0 8px;
        position: relative
    }
    header.header .head-additional-nav li.hover .sub-menu,
    header.header .head-additional-nav li:hover .sub-menu {
        pointer-events: all;
        opacity: 1;
        transform: perspective(700px) translate3d(0, 0, 0) rotateX(0)
    }
}

@media (max-width:1023px) {
    header.header .head-additional-nav li:last-child:not(.menu-item-has-children) a {
        border-bottom: 1px solid #34657F
    }
}

header.header .head-additional-nav li.current-menu-item a {
    color: #003C5A
}

header.header .head-additional-nav li.current-menu-item a .svg-ico * {
    fill: #003C5A
}

header.header .head-additional-nav a {
    color: #72a1c9;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    header.header .head-additional-nav a:hover {
        color: #003C5A
    }
    header.header .head-additional-nav a:hover .svg-ico * {
        fill: #003C5A
    }
}

@media (max-width:1023px) {
    header.header .head-additional-nav a {
        border-top: 1px solid #34657F;
        padding: 12px 11px 10px
    }
}

header.header .head-additional-nav .svg-ico {
    width: 14px;
    height: 14px;
    margin-right: 7px
}

header.header .head-additional-nav .svg-ico * {
    fill: #72a1c9
}

@media (min-width:1024px) {
    header.header .head-additional-nav .sub-menu {
        font-family: swissBold, sans-serif;
        text-transform: uppercase;
        pointer-events: none;
        transition: transform .3s ease-in-out, opacity .3s;
        transform-origin: 50% 0;
        transform: perspective(700px) translate3d(0, -15px, 0) rotateX(-25deg);
        opacity: 0;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        padding: 30px 20px;
        border: 1px solid #a7a9ac;
        z-index: 3;
        display: block;
        width: 337px;
        margin-top: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
    }
    header.header .head-additional-nav .sub-menu:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 15px;
        z-index: -1
    }
    header.header .head-additional-nav .sub-menu li:not(:last-child) {
        margin-bottom: 19px
    }
    header.header .head-additional-nav .sub-menu .region-img {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 96px;
        height: 80px;
        margin-right: 21px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media only screen and (max-width:1367px) {
    header.header .head-additional-nav .sub-menu {
        padding: 20px 10px
    }
}

@media (max-width:1023px) {
    header.header .head-additional-nav .sub-menu {
        padding: 5px 0;
        border-bottom: 1px solid #003C5A
    }
    header.header .head-additional-nav .sub-menu img {
        display: none
    }
}

header.header .head-additional-nav .sub-menu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    header.header .head-additional-nav .sub-menu a {
        color: #a7a9ac
    }
    header.header .head-additional-nav .sub-menu a:hover {
        color: #34657F
    }
}

@media (max-width:1023px) {
    header.header .head-additional-nav .sub-menu a {
        border: none!important;
        padding: 5px 0 5px 32px
    }
}

@media (max-width:1023px) {
    header.header .head-search {
        height: 52px;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px
    }
}

@media (min-width:1024px) {
    header.header .head-search {
        transition: background .3s .3s;
        position: relative;
        width: 33px;
        height: 33px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    header.header .head-search:before {
        transition: background .3s .3s;
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: -11px;
        background: #fff
    }
    header.header .head-search:after {
        transition: background .3s .3s;
        content: '';
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVBQ0UxMzEyMEE1QTExRTdCNkU0OTBFNzNGQzY5MjFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVBQ0UxMzEzMEE1QTExRTdCNkU0OTBFNzNGQzY5MjFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUFDRTEzMTAwQTVBMTFFN0I2RTQ5MEU3M0ZDNjkyMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUFDRTEzMTEwQTVBMTFFN0I2RTQ5MEU3M0ZDNjkyMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5GK8ScAAABH0lEQVR42mL8//8/AwgULzrFBqQygDgSiHUYIOAKEC8H4hm9cWa/GLAARpABQM3SQPYWIDZgwA4uALEP0JCn6BJMUJthml8DcS4Qa0FxLlQMJLcVqJYd3QAWIE6HKngDxGZAWx4gyV8HatoMpM8AsT4QpwHxZBQXAHEUlN2IphkMgGIPQXJQbhSGF4DYCMrew4AbwOQMsRlACviNzYBzULYLHo0uSNGKYcByKLseGGDy6AqgYvVQ7nJssTATiJOgoXwaqKEJyc8gm+uAWASIQSnuALkJ6TkQS0JpR2DM3EQJRGgKMwfiAmicf4XiM1AxBWhUggzZD7RQHcUFxAKgxgZoeMBdQpIB2AwhNR2AvNuA5J1kkl2A5BI/UMADBBgAD4BqB+HA0cwAAAAASUVORK5CYII=) no-repeat;
        width: 16px;
        height: 16px;
        display: block
    }
    header.header .head-search .search-form {
        transition: transform .3s, max-height .3s;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 3;
        margin-top: 11px;
        width: 16.8vw;
        border: 1px solid transparent;
        background: #fff
    }
    header.header .head-search .search-form input[type=search],
    header.header .head-search .search-form label {
        padding: 3px 6px!important;
        font-family: swissRoman, sans-serif;
        color: #4e5053;
        font-size: 16px;
        line-height: 20px
    }
    header.header .head-search .search-form label:after {
        display: none
    }
    header.header .head-search:hover {
        transition: background .3s;
        background: #72a1c9
    }
    header.header .head-search:hover .search-form {
        border-color: #72a1c9;
        transform: scaleX(1);
        max-height: 200px
    }
    header.header .head-search:hover:before {
        transition: background .3s;
        background: #72a1c9
    }
    header.header .head-search:hover:after {
        transition: background .3s;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxRTdEQTkyMEE2RDExRTdCNDZGQjc0RTAzODdERDA0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxRTdEQTkzMEE2RDExRTdCNDZGQjc0RTAzODdERDA0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzFFN0RBOTAwQTZEMTFFN0I0NkZCNzRFMDM4N0REMDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzFFN0RBOTEwQTZEMTFFN0I0NkZCNzRFMDM4N0REMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Sh2fbAAAAz0lEQVR42pySMQ7CMAxFow7pIRjKRlg4BTMnCeUKzFwsQyXKwBkYYIQBhERwpB/JNG5QE+mpkb/zqsZV3nsFNNESjrgDh5pmfT/EzYzo/fjq0SMKNDt8JSyxBBa1sE5ELQm2aLgRc+EtDTKP3kTgENqx70Tm0ZsIXghNRmDQ8xxmlZq23sNCEByxX2cOxuycJJhzvMTmzyW20h3UGBEfowF8jB9iVfojXdhzIQniD7UjOuIBOtRCtpckKjM6iUQyVZBISgRccigVBDZE9RVgAFSX5TDDymQHAAAAAElFTkSuQmCC) no-repeat
    }
}

@media (max-width:1023px) {
    header.header .head-search {
        width: 100%;
        background: #fff;
        border: 1px solid #a7a9ac;
        margin-bottom: 10px
    }
}

@media print {
    header.header .head-search {
        display: none
    }
}

header.header .head-search .main-button,
header.header .head-search .screen-reader-text,
header.header .head-search input[type=submit] {
    display: none
}

header.header .head-search label {
    display: block
}

@media (max-width:1023px) {
    header.header .head-search label {
        padding: 12px
    }
}

header.header .head-search input[type=search] {
    width: 100%;
    border: none;
    box-shadow: none;
    font-family: swissMedium, sans-serif;
    font-size: 15px;
    padding: 11px 9px 10px;
    line-height: 19px
}

header.header .head-main-nav {
    width: 100%;
    text-transform: uppercase;
    font-family: swissBold, sans-serif
}

@media print {
    header.header .head-main-nav {
        display: none
    }
}

@media (min-width:1024px) {
    header.header .head-main-nav {
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 16px
    }
}

@media (max-width:1023px) {
    header.header .head-main-nav {
        font-size: 15px;
        line-height: 19px
    }
}

@media (min-width:1024px) {
    header.header .head-main-nav ul.nav-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:1023px) {
    header.header .head-main-nav .menu-item-has-children {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    header.header .head-main-nav .menu-item-has-children>a {
        padding-right: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: calc(100% - 40px)
    }
    header.header .head-main-nav .menu-item-has-children.active>.menu-opener {
        transform: scale(1, -1);
        border-width: 0 0 1px
    }
}

header.header .head-main-nav .menu-opener {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    position: relative;
    width: 40px;
    border: solid #34657F;
    border-width: 1px 0 0
}

header.header .head-main-nav .menu-opener:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid transparent;
    border-width: 8px 6px 0;
    border-top-color: #003C5A
}

@media (min-width:1024px) {
    header.header .head-main-nav .menu-opener {
        display: none
    }
}

@media (min-width:1024px) {
    header.header .head-main-nav .nav-menu>li {
        position: relative;
        padding-bottom: 15px
    }
    header.header .head-main-nav .nav-menu>li:not(:last-child)>a {
        border-right: 1px solid #34657F
    }
    header.header .head-main-nav .nav-menu>li:not(:last-child)>a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        background: #34657F
    }
    header.header .head-main-nav .nav-menu>li:hover>.sub-menu {
        pointer-events: all
    }
    header.header .head-main-nav .nav-menu>li:hover>.sub-menu:after,
    header.header .head-main-nav .nav-menu>li:hover>.sub-menu:before {
        opacity: 1
    }
    header.header .head-main-nav .nav-menu>li:hover>.sub-menu:before {
        transform: perspective(300px) rotateX(0) translate3d(0, 0, 0)
    }
    header.header .head-main-nav .nav-menu>li:hover>.sub-menu:after {
        transform: translate3d(0, .5px, 0)
    }
    header.header .head-main-nav .nav-menu>li:hover>.sub-menu>li {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: all
    }
}

@media (min-width:1024px) and screen and (-ms-high-contrast:active),
(min-width:1024px) and (-ms-high-contrast:none) {
    header.header .head-main-nav .nav-menu>li:not(: hover) .sub-menu {
        font-size: 0;
        line-height: 0
    }
}

header.header .head-main-nav .nav-menu>li.current_page_item>a:before {
    opacity: 1;
    transform: scale(1)
}

header.header .head-main-nav .nav-menu>li .current-menu-item>a,
header.header .head-main-nav .nav-menu>li .current-menu-parent>a,
header.header .head-main-nav .nav-menu>li.current-menu-ancestor>a,
header.header .head-main-nav .nav-menu>li.current-menu-item>a {
    color: #4197CB
}

@media (min-width:1024px) {
    header.header .head-main-nav .nav-menu>li:last-child a {
        padding-right: 12px
    }
    header.header .head-main-nav .nav-menu>li:last-child a:before {
        margin-left: 3px
    }
}

@media only screen and (max-width:1367px) {
    header.header .head-main-nav .nav-menu>li:last-child a:before {
        margin-left: -16px
    }
}

@media (max-width:1023px) {
    header.header .head-main-nav .nav-menu>li:last-child a {
        border-bottom: 1px solid #34657F
    }
}

header.header .head-main-nav .nav-menu>li:last-child .sub-menu,
header.header .head-main-nav .nav-menu>li:nth-last-child(2) .sub-menu {
    left: auto;
    right: 0
}

header.header .head-main-nav a {
    position: relative;
    color: #003C5A;
    text-decoration: none;
    display: block;
    z-index: 2
}

@media (min-width:1024px) {
    header.header .head-main-nav a {
        padding: 0 2.2vw
    }
    header.header .head-main-nav a:before {
        transition: opacity .3s, transform .2s ease-in-out;
        transform-origin: 50% 0;
        opacity: 0;
        transform: scale(0);
        content: '';
        position: absolute;
        top: 110%;
        left: 50%;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-size: 40%;
        background-repeat: no-repeat;
        margin-left: -15px
    }
    header.header .head-main-nav a:hover {
        color: #4197CB
    }
    header.header .head-main-nav a:hover:before {
        opacity: 1;
        transform: scale(1)
    }
}

@media (min-width:1024px) and (max-width:1367px) {
    header.header .head-main-nav a {
        padding: 0 1vw
    }
    header.header .head-main-nav a:hover:before {
        transform: scale(.9)
    }
}

@media (max-width:1023px) {
    header.header .head-main-nav a {
        border-top: 1px solid #34657F;
        padding: 12px 11px 10px
    }
}

@media (min-width:1024px) {
    header.header .head-main-nav .sub-menu {
        transition: transform .3s, max-height .3s;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: auto;
        padding: 35px 0 25px;
        min-width: 100%;
        white-space: nowrap;
        pointer-events: none
    }
    header.header .head-main-nav .sub-menu:after,
    header.header .head-main-nav .sub-menu:before {
        transition: transform .3s ease-in-out, opacity .3s linear;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0
    }
    header.header .head-main-nav .sub-menu:before {
        transform: perspective(300px) rotateX(-30deg) translate3d(0, -50px, 0);
        top: 8px;
        bottom: 0;
        background: #fff;
        z-index: -1
    }
    header.header .head-main-nav .sub-menu:after {
        top: 100%;
        height: 5px;
        background: #003C5A;
        transform: translate3d(0, 20px, 0)
    }
    header.header .head-main-nav .sub-menu li {
        padding: 10px 0;
        transition: transform .3s ease-in-out, opacity .3s;
        pointer-events: none;
        opacity: 0
    }
    header.header .head-main-nav .sub-menu li:nth-child(1) {
        transform: translate3d(0, -100%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(2) {
        transform: translate3d(0, -200%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(3) {
        transform: translate3d(0, -300%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(4) {
        transform: translate3d(0, -400%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(5) {
        transform: translate3d(0, -500%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(6) {
        transform: translate3d(0, -600%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(7) {
        transform: translate3d(0, -700%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(8) {
        transform: translate3d(0, -800%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(9) {
        transform: translate3d(0, -900%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(10) {
        transform: translate3d(0, -1000%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(11) {
        transform: translate3d(0, -1100%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(12) {
        transform: translate3d(0, -1200%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(13) {
        transform: translate3d(0, -1300%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(14) {
        transform: translate3d(0, -1400%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(15) {
        transform: translate3d(0, -1500%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(16) {
        transform: translate3d(0, -1600%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(17) {
        transform: translate3d(0, -1700%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(18) {
        transform: translate3d(0, -1800%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(19) {
        transform: translate3d(0, -1900%, 0)
    }
    header.header .head-main-nav .sub-menu li:nth-child(20) {
        transform: translate3d(0, -2000%, 0)
    }
    header.header .head-main-nav .sub-menu li:hover>.sub-menu {
        pointer-events: all
    }
    header.header .head-main-nav .sub-menu li:hover>.sub-menu:after,
    header.header .head-main-nav .sub-menu li:hover>.sub-menu:before {
        opacity: 1
    }
    header.header .head-main-nav .sub-menu li:hover>.sub-menu:before {
        transform: perspective(300px) rotateX(0) translate3d(0, 0, 0)
    }
    header.header .head-main-nav .sub-menu li:hover>.sub-menu:after {
        transform: translate3d(0, .5px, 0)
    }
    header.header .head-main-nav .sub-menu li:hover li {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: all
    }
    header.header .head-main-nav .sub-menu a:after,
    header.header .head-main-nav .sub-menu a:before {
        display: none
    }
    header.header .head-main-nav .sub-menu .sub-menu {
        left: 100%;
        top: 0
    }
}

@media only screen and (max-width:1367px) {
    header.header .head-main-nav .sub-menu {
        padding: 15px 0
    }
}

@media (max-width:1023px) {
    header.header .head-main-nav .sub-menu {
        padding: 0;
        width: 100%
    }
    header.header .head-main-nav .sub-menu .menu-non-link>a {
        pointer-events: none
    }
    header.header .head-main-nav .sub-menu a {
        padding-left: 25px
    }
}

header.header .head-main-nav .sub-menu .sub-menu a {
    padding-left: 40px
}

.footer {
    background: #f8f8f8 url("/source/57259c18bed32a578bc5e41eeb318815/bg-stripes-solid.png") 50% 0;
    font-family: swissRoman, sans-serif;
    color: #a7a9ac;
    font-size: 14px;
    line-height: 18px
}

@media print {
    .footer {
        display: none
    }
}

@media screen and (min-width:1024px) {
    .footer {
        display: table-footer-group;
        height: 1%
    }
}

.footer .footer-container {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:530px) {
    .footer .footer-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:529px) {
    .footer .footer-container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1024px) {
    .footer .footer-container {
        padding: 41px 0 55px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .footer .footer-container {
        padding: 25px 0 20px
    }
}

@media (max-width:1023px) {
    .footer .footer-container {
        padding: 28px 0 30px
    }
}

.footer .fc-phone-list {
    transition: color .3s;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1024px) {
    .footer .fc-phone-list {
        width: 40%
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .footer .fc-phone-list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media only screen and (max-width:529px) {
    .footer .fc-phone-list {
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px
    }
    .footer .fc-phone-list .svg-ico {
        display: none
    }
}

@media only screen and (max-width:529px) {
    .footer .fc-phone-list {
        font-size: 15px
    }
}

.footer .fc-news-link {
    transition: color .3s;
    color: #34657F
}

.footer .fc-news-link strong {
    text-transform: uppercase
}

@media (min-width:1024px) {
    .footer .fc-news-link {
        width: 20%
    }
}

@media only screen and (max-width:529px) {
    .footer .fc-news-link {
        padding-left: 10px;
        padding-right: 10px;
        border-top: 1px solid #a7a9ac;
        border-bottom: 1px solid #a7a9ac
    }
    .footer .fc-news-link a {
        padding: 29px 0
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .footer .fc-news-link,
    .footer .fc-phone-list {
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 25px
    }
}

.footer .fc-news-link .fc-phone-wrapper,
.footer .fc-news-link a,
.footer .fc-phone-list .fc-phone-wrapper,
.footer .fc-phone-list a {
    text-decoration: none;
    color: #34657F;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .footer .fc-news-link .fc-phone-wrapper,
    .footer .fc-news-link a,
    .footer .fc-phone-list .fc-phone-wrapper,
    .footer .fc-phone-list a {
        margin-right: 36px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .footer .fc-news-link .fc-phone-wrapper,
    .footer .fc-news-link a,
    .footer .fc-phone-list .fc-phone-wrapper,
    .footer .fc-phone-list a {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px) {
    body:not(.touch) .footer .fc-news-link a:hover,
    body:not(.touch) .footer .fc-phone-list a:hover {
        color: #4197CB
    }
    body:not(.touch) .footer .fc-news-link a:hover .svg-ico *,
    body:not(.touch) .footer .fc-phone-list a:hover .svg-ico * {
        fill: #4197CB
    }
}

.footer .fc-news-link strong,
.footer .fc-phone-list strong {
    font-family: swissBold, sans-serif;
    display: block;
    text-decoration: none
}

@media (min-width:1024px) {
    .footer .fc-news-link strong,
    .footer .fc-phone-list strong {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .footer .fc-news-link strong,
    .footer .fc-phone-list strong {
        font-size: 15px;
        line-height: 19px
    }
}

@media (max-width:1023px) {
    .footer .fc-news-link strong,
    .footer .fc-phone-list strong {
        font-size: 16px;
        line-height: 19px
    }
}

.footer .fc-news-link .svg-ico,
.footer .fc-phone-list .svg-ico {
    width: 23px;
    height: 23px
}

@media (min-width:1024px) {
    .footer .fc-news-link .svg-ico,
    .footer .fc-phone-list .svg-ico {
        margin-right: 6px
    }
}

@media (max-width:1023px) {
    .footer .fc-news-link .svg-ico,
    .footer .fc-phone-list .svg-ico {
        margin-right: 17px
    }
}

.footer .fc-news-link .svg-ico *,
.footer .fc-phone-list .svg-ico * {
    fill: #34657F
}

.footer .fc-social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .footer .fc-social-links {
        width: 40%;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:1023px) {
    .footer .fc-social-links {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-order: 1;
        order: 1;
        height: 95px;
        border-top: 1px solid #a7a9ac;
        border-bottom: 1px solid #a7a9ac;
        margin-bottom: 27px;
        width: 100%;
        padding: 0 3%
    }
}

.footer .fc-social-links .svg-ico {
    transition: background .3s;
    background: #34657F;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    padding: 6px
}

.footer .fc-social-links .svg-ico:not(:last-child) {
    margin-right: 17px
}

.footer .fc-social-links .svg-ico * {
    fill: #f7f7f7
}

body:not(.touch) .footer .fc-social-links .svg-ico:hover {
    background: #4197CB
}

@media (min-width:530px) and (max-width:1023px) {
    .footer .footer-nav {
        width: 100%
    }
}

@media (max-width:1023px) {
    .footer .footer-nav {
        padding: 28px 0 5px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .footer .footer-nav {
        border-top: 1px solid #a7a9ac
    }
}

@media only screen and (max-width:529px) {
    .footer .footer-nav {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:530px) {
    .footer .footer-nav ul {
        display: -ms-flexbox;
        display: flex
    }
}

.footer .footer-nav li {
    position: relative
}

@media (min-width:1024px) {
    .footer .footer-nav li {
        padding: 0 22px
    }
    .footer .footer-nav li:first-child {
        padding-left: 0
    }
    .footer .footer-nav li:not(:last-child) {
        border-right: 1px solid #a7a9ac
    }
}

@media (max-width:1023px) {
    .footer .footer-nav li {
        margin-bottom: 20px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .footer .footer-nav li {
        margin-right: 3%
    }
}

.footer .footer-nav li.current_page_item a {
    color: #4197CB
}

.footer .footer-nav a {
    text-decoration: none;
    color: #a7a9ac
}

.footer .footer-nav a:hover {
    color: #4197CB
}

.footer .copy {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:1024px) {
    .footer .copy {
        text-align: right
    }
}

@media (max-width:1023px) {
    .footer .copy {
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        letter-spacing: -.4px
    }
}

@media (min-width:1024px) {
    .footer .copy,
    .footer .footer-nav {
        margin-top: 25px;
        padding-top: 17px;
        border-top: 1px solid #a7a9ac
    }
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    width: 100%;
    height: auto;
    border: 0
}

textarea {
    min-height: 170px;
    resize: vertical
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    vertical-align: top;
    position: relative;
    z-index: 2;
    min-width: 0
}


.hs-form-field:focus-within label .fs-label-text,
input[type=email]:focus~label.error+label .fs-label-text,
input[type=email]:focus~label:not(.error) .fs-label-text,
input[type=search]:focus~label.error+label .fs-label-text,
input[type=search]:focus~label:not(.error) .fs-label-text,
input[type=tel]:focus~label.error+label .fs-label-text,
input[type=tel]:focus~label:not(.error) .fs-label-text,
input[type=text]:focus~label.error+label .fs-label-text,
input[type=text]:focus~label:not(.error) .fs-label-text,
input[type=text]:focus~label .fs-label-text,
textarea:focus~label.error+label .fs-label-text,
textarea:focus~label:not(.error) .fs-label-text {
    transform: translate3d(0, -250%, 0)
}

@supports (-ms-ime-align:auto) {
    input[type=email]:focus~label.error+label .fs-label-text,
    input[type=email]:focus~label:not(.error) .fs-label-text,
    input[type=search]:focus~label.error+label .fs-label-text,
    input[type=search]:focus~label:not(.error) .fs-label-text,
    input[type=tel]:focus~label.error+label .fs-label-text,
    input[type=tel]:focus~label:not(.error) .fs-label-text,
    input[type=text]:focus~label.error+label .fs-label-text,
    input[type=text]:focus~label:not(.error) .fs-label-text,
    textarea:focus~label.error+label .fs-label-text,
    textarea:focus~label:not(.error) .fs-label-text {
        opacity: 0
    }
}



.hs-form-field:focus label:after,
input[type=email]:focus~label.error+label:after,
input[type=email]:focus~label:not(.error):after,
input[type=search]:focus~label.error+label:after,
input[type=search]:focus~label:not(.error):after,
input[type=tel]:focus~label.error+label:after,
input[type=tel]:focus~label:not(.error):after,
input[type=text]:focus~label.error+label:after,
input[type=text]:focus~label:not(.error):after,
textarea:focus~label.error+label:after,
textarea:focus~label:not(.error):after {
    transform: translate(0, 0)
}



.hs-form-field textarea.valid label.valid .fs-label-text,
.hs-form-field label.valid .fs-label-text,
input[type=email].val-not-empty~label .fs-label-text,
input[type=email].val-not-empty~label.error+label .fs-label-text,
input[type=search].val-not-empty~label .fs-label-text,
input[type=search].val-not-empty~label.error+label .fs-label-text,
input[type=tel].val-not-empty~label .fs-label-text,
input[type=tel].val-not-empty~label.error+label .fs-label-text,
input[type=text].val-not-empty~label .fs-label-text,
input[type=text].val-not-empty~label.error+label .fs-label-text,
textarea.val-not-empty~label .fs-label-text,
textarea.val-not-empty~label.error+label .fs-label-text {
    transform: translate3d(0, -250%, 0)
}

@supports (-ms-ime-align:auto) {
    input[type=email].val-not-empty~label .fs-label-text,
    input[type=email].val-not-empty~label.error+label .fs-label-text,
    input[type=search].val-not-empty~label .fs-label-text,
    input[type=search].val-not-empty~label.error+label .fs-label-text,
    input[type=tel].val-not-empty~label .fs-label-text,
    input[type=tel].val-not-empty~label.error+label .fs-label-text,
    input[type=text].val-not-empty~label .fs-label-text,
    input[type=text].val-not-empty~label.error+label .fs-label-text,
    textarea.val-not-empty~label .fs-label-text,
    textarea.val-not-empty~label.error+label .fs-label-text {
        opacity: 0
    }
}

input[type=email]::-ms-clear,
input[type=search]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=text]::-ms-clear,
textarea::-ms-clear {
    display: none
}


.hs-form-field label.error:after,
input[type=email].error~label.error+label:after,
input[type=email].error~label:not(.error):after,
input[type=search].error~label.error+label:after,
input[type=search].error~label:not(.error):after,
input[type=tel].error~label.error+label:after,
input[type=tel].error~label:not(.error):after,
input[type=text].error~label.error+label:after,
input[type=text].error~label:not(.error):after,
textarea.error~label.error+label:after,
textarea.error~label:not(.error):after {
    transform: translate(0, 0);
    background: #4197CB
}


.hs-form-field label.error:before,
input[type=email].error~label.error+label:before,
input[type=email].error~label:not(.error):before,
input[type=search].error~label.error+label:before,
input[type=search].error~label:not(.error):before,
input[type=tel].error~label.error+label:before,
input[type=tel].error~label:not(.error):before,
input[type=text].error~label.error+label:before,
input[type=text].error~label:not(.error):before,
textarea.error~label.error+label:before,
textarea.error~label:not(.error):before {
    transform: scale(1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE5NUI5NUM2MkE5NTExRTc5Qzc4OTVFODIyNjBFNzYxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE5NUI5NUM3MkE5NTExRTc5Qzc4OTVFODIyNjBFNzYxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTk1Qjk1QzQyQTk1MTFFNzlDNzg5NUU4MjI2MEU3NjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTk1Qjk1QzUyQTk1MTFFNzlDNzg5NUU4MjI2MEU3NjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4S01LRAAABGklEQVR42mJ8Y6jHAASMQFwOxLpAXAbETxmwA2Eg7oXK1wHxXxao5klAnANVZArEjlgMAWneA8QGUL4CEMeBDGhF0gwCqkC8H80QdM0gEAXE35mARDgWp8IMkcahGQaCmaB+/ovHEFya/wNxKciAtUAciccQXJozgXgOE1RgNR5DcGmeCeIwIUkQYwiKZnQDQGAfEN/DY8ALIN6CLMCEFs+7of7GBSSRYgfFAJhmQyLCADmKwQbg0/yfQBTLgAxYhkdzFhBH4zFkIygpC+LRPAOJD7KIGU2dIMgFEUD8GI9mEFgFTfvILnkNxIFM0GhzAOIHUAWZaJrRDfkFjU5XIL7ICC0PQIALiPmB+DmBWBAH4m9A/BnEAQgwAKTfSV9EF3OyAAAAAElFTkSuQmCC)
}


input[type=email].valid,
input[type=search].valid,
input[type=tel].valid,
input[type=text].valid,
textarea.valid {
    color: #39de00!important
}



.hs-form-field label.error .fs-label-text,
.hs-form-field label.valid .fs-label-text,
.hs-form-field textarea.valid label.valid .fs-label-text,
input[type=email].valid~label.error+label .fs-label-text,
input[type=email].valid~label:not(.error) .fs-label-text,
input[type=search].valid~label.error+label .fs-label-text,
input[type=search].valid~label:not(.error) .fs-label-text,
input[type=tel].valid~label.error+label .fs-label-text,
input[type=tel].valid~label:not(.error) .fs-label-text,
input[type=text].valid~label.error+label .fs-label-text,
input[type=text].valid~label:not(.error) .fs-label-text,
textarea.valid~label.error+label .fs-label-text,
textarea.valid~label:not(.error) .fs-label-text ,
input[type=email].valid~label.error+label .fs-label-text,
input[type=email].valid~label:not(.error) .fs-label-text,
input[type=search].valid~label.error+label .fs-label-text,
input[type=search].valid~label:not(.error) .fs-label-text,
input[type=tel].valid~label.error+label .fs-label-text,
input[type=tel].valid~label:not(.error) .fs-label-text,
input[type=text].valid~label.error+label .fs-label-text,
input[type=text].valid~label:not(.error) .fs-label-text,
textarea.valid~label.error+label .fs-label-text,
textarea.valid~label:not(.error) .fs-label-text {
    transform: translate3d(0, -250%, 0)
}

@supports (-ms-ime-align:auto) {
    input[type=email].valid~label.error+label .fs-label-text,
    input[type=email].valid~label:not(.error) .fs-label-text,
    input[type=search].valid~label.error+label .fs-label-text,
    input[type=search].valid~label:not(.error) .fs-label-text,
    input[type=tel].valid~label.error+label .fs-label-text,
    input[type=tel].valid~label:not(.error) .fs-label-text,
    input[type=text].valid~label.error+label .fs-label-text,
    input[type=text].valid~label:not(.error) .fs-label-text,
    textarea.valid~label.error+label .fs-label-text,
    textarea.valid~label:not(.error) .fs-label-text {
        opacity: 0
    }
}


.hs-form-field label.valid:after,
.hs-form-field textarea.valid label.valid:after,
input[type=email].valid~label.error+label:after,
input[type=email].valid~label:not(.error):after,
input[type=search].valid~label.error+label:after,
input[type=search].valid~label:not(.error):after,
input[type=tel].valid~label.error+label:after,
input[type=tel].valid~label:not(.error):after,
input[type=text].valid~label.error+label:after,
input[type=text].valid~label:not(.error):after,
textarea.valid~label.error+label:after,
textarea.valid~label:not(.error):after {
    transform: translate(0, 0);
    background: #39de00
}


.hs-form-field textarea.valid label.valid:before,
.hs-form-field label.valid:before,
input[type=email].valid~label.error+label:before,
input[type=email].valid~label:not(.error):before,
input[type=search].valid~label.error+label:before,
input[type=search].valid~label:not(.error):before,
input[type=tel].valid~label.error+label:before,
input[type=tel].valid~label:not(.error):before,
input[type=text].valid~label.error+label:before,
input[type=text].valid~label:not(.error):before,
textarea.valid~label.error+label:before,
textarea.valid~label:not(.error):before {
    transform: scale(1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJBN0ZEQTM0MkE5NTExRTc5RjFEOUEwNjJCNjQ1NEY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJBN0ZEQTM1MkE5NTExRTc5RjFEOUEwNjJCNjQ1NEY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkE3RkRBMzIyQTk1MTFFNzlGMUQ5QTA2MkI2NDU0RjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkE3RkRBMzMyQTk1MTFFNzlGMUQ5QTA2MkI2NDU0RjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4g5RcVAAAA10lEQVR42mK0vMdADcACxGJA/AwmwEQFQ4WB+CQQPwHiRmSbKDV0DxAbQPl1UMfWslDRUBioAeLjTBQYuhuLoSDwH4i/oBtsDcTSRBpqiMPQLCA+BDOYEYgnA/ERIL6IwyUgIETA0EwgnoGcKkCG5hAIOyGoOD5DZyInNwcgziYQhiQZCjP4ARB/xKJBBGq4I6mGIhvshcfwfaQaihzGx/AYzkCqoehZmljDCRqKrawgZDhRhuIqhHAZTrSh+Eo3dMNJMpRQsQky3A2INwFxDCmGggBAgAEA3nE/1sLxCW0AAAAASUVORK5CYII=)
}

label#label-phone-6fb88399-e85d-42fe-8902-9bd01284533c {
    margin-left: 4em;
}
.hs-fieldtype-selec,
.select-holder {
    position: relative
}

.hs-fieldtype-selec,
.select-holder .chosen-container {
    z-index: 12;
    position: relative;
    width: 100%!important
}

.hs-fieldtype-selec:after,
.select-holder:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: scaleY(-1) translateY(5px);
    transition: transform .3s ease-in-out;
    width: 18px;
    height: 10px;
    pointer-events: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFQjZGQTMwMDRDMjExRTc5ODM5QkVENzEyMUEzQTFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFQjZGQTMxMDRDMjExRTc5ODM5QkVENzEyMUEzQTFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkVCNkZBMkUwNEMyMTFFNzk4MzlCRUQ3MTIxQTNBMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkVCNkZBMkYwNEMyMTFFNzk4MzlCRUQ3MTIxQTNBMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V6XzjAAAA4UlEQVR42pTRMQ/BQBgG4DsxGCV2E6OGIBZGTBjYhH/QXyA2/8BsMBhNhPgFRJAwW5hJOjWWhveSt3JD27SXPMl9X75707vKV8EQASsBU+5N+PgNxgNC0rCEEus8dOHpNRzzCanDRQsR3KteI0yQhBFsIQU2DMhmb8MZ6Xe1JMyhzfoOPbiyvvGqGZhABYZg6V+Ug6MWsoayFuIGqd6KdYtnDDeoDwfIggNjBloeT6F6Hc44PLNXGRK//8uhN0N3ItxqwoLv9r/aGYoRQgRn1ZmTGzSDKjxE9KXO1FTGT4ABAPIELmCwxwRrAAAAAElFTkSuQmCC)
}

.select-holder li[data-option-array-index="0"] {
    display: none!important
}


.hs_nature_of_inquiry select{width: 100% !important;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

select.error {
    color: #4197CB;
    box-shadow: inset 0 -4px #4197CB
}

select.required-entry {
    font-size: 16px;
    line-height: 1.25;
    height: 60px;
    padding: 20px 12px
}

select.required-entry~.required-entry-asterisk {
    display: none;
    color: #4197CB;
    position: absolute;
    left: 80px;
    top: 15px
}

select.required-entry.default-value~.required-entry-asterisk {
    display: block
}

.hs-fieldtype-select label,
 label.error {
    display: none!important
} 

.hs-form-field label{
	display: block !important;
}


.hs-fieldtype-select label{
    display: none!important
} 

label.error+label {
    color: #4197CB
}

select {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #4e5053;
    font-family: swissLight, sans-serif
}

@media (min-width:1024px) {
    select {
        font-size: 18px;
        line-height: 22px;
        padding: 18px
    }
}

@media (max-width:1023px) {
    select {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0;
        padding: 16px 8px 15px
    }
}

.hs_nature_of_inquiry select,
.chosen-container {
    color: #4e5053;
    font-family: swissLight, sans-serif
}

@media (min-width:1024px) {
	
.hs_nature_of_inquiry select,
    .chosen-container {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:1023px) {
.hs_nature_of_inquiry select,
    .chosen-container {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0
    }
}

@media only screen and (max-width:529px) {
.hs_nature_of_inquiry select,
    .chosen-container {
        width: 100%!important
    }
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFQjZGQTMwMDRDMjExRTc5ODM5QkVENzEyMUEzQTFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFQjZGQTMxMDRDMjExRTc5ODM5QkVENzEyMUEzQTFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkVCNkZBMkUwNEMyMTFFNzk4MzlCRUQ3MTIxQTNBMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkVCNkZBMkYwNEMyMTFFNzk4MzlCRUQ3MTIxQTNBMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V6XzjAAAA4UlEQVR42pTRMQ/BQBgG4DsxGCV2E6OGIBZGTBjYhH/QXyA2/8BsMBhNhPgFRJAwW5hJOjWWhveSt3JD27SXPMl9X75707vKV8EQASsBU+5N+PgNxgNC0rCEEus8dOHpNRzzCanDRQsR3KteI0yQhBFsIQU2DMhmb8MZ6Xe1JMyhzfoOPbiyvvGqGZhABYZg6V+Ug6MWsoayFuIGqd6KdYtnDDeoDwfIggNjBloeT6F6Hc44PLNXGRK//8uhN0N3ItxqwoLv9r/aGYoRQgRn1ZmTGzSDKjxE9KXO1FTGT4ABAPIELmCwxwRrAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    transform: scaleY(1)
}

.chosen-container .chosen-single {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #4e5053
}

@media (min-width:1024px) {
    .chosen-container .chosen-single {
        padding: 18px
    }
}

@media (max-width:1023px) {
    .chosen-container .chosen-single {
        padding: 16px 10px 15px
    }
}

.chosen-container .chosen-single.chosen-default {
    color: inherit
}

.chosen-container .chosen-single div {
    width: 58px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFQjZGQTMwMDRDMjExRTc5ODM5QkVENzEyMUEzQTFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFQjZGQTMxMDRDMjExRTc5ODM5QkVENzEyMUEzQTFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkVCNkZBMkUwNEMyMTFFNzk4MzlCRUQ3MTIxQTNBMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkVCNkZBMkYwNEMyMTFFNzk4MzlCRUQ3MTIxQTNBMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V6XzjAAAA4UlEQVR42pTRMQ/BQBgG4DsxGCV2E6OGIBZGTBjYhH/QXyA2/8BsMBhNhPgFRJAwW5hJOjWWhveSt3JD27SXPMl9X75707vKV8EQASsBU+5N+PgNxgNC0rCEEus8dOHpNRzzCanDRQsR3KteI0yQhBFsIQU2DMhmb8MZ6Xe1JMyhzfoOPbiyvvGqGZhABYZg6V+Ug6MWsoayFuIGqd6KdYtnDDeoDwfIggNjBloeT6F6Hc44PLNXGRK//8uhN0N3ItxqwoLv9r/aGYoRQgRn1ZmTGzSDKjxE9KXO1FTGT4ABAPIELmCwxwRrAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    transform: scale(-1)
}

.chosen-container .chosen-search {
    display: none
}

.chosen-container .chosen-drop {
    margin-top: 1px;
    border-bottom: 3px solid #4e5053
}

@media (min-width:1024px) {
    .chosen-container li {
        padding: 19px!important
    }
}

@media (max-width:1023px) {
    .chosen-container li {
        padding: 10px!important
    }
}

.chosen-container li:before {
    transform: translate3d(-100%, 0, 0);
    transition: transform .2s ease-in-out, color .2s;
    top: 0!important;
    bottom: 0!important;
    width: 4px!important;
    height: 100%!important;
    background: #4197CB!important
}

.chosen-container li.highlighted,
.chosen-container li.result-selected {
    color: #4197CB
}

.chosen-container li.highlighted:before,
.chosen-container li.result-selected:before {
    transform: translate3d(0, 0, 0)
}

.chosen-container .mCSB_scrollTools {
    top: 10px;
    bottom: 10px
}

.chosen-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #4197CB;
    width: 5px
}

.chosen-container .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #4197CB
}

.chosen-container .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #4197CB
}

.chosen-container .mCSB_scrollTools .mCSB_draggerRail {
    background: #ebebeb;
    width: 5px
}

.form-section {
    counter-reset: section-counter 0
}

.form-section:not(.fs-no-bg) {
    background: #ebebeb
}

@media print {
    .form-section {
        display: none
    }
}

@media (min-width:530px) {
    .form-section {
        padding: 48px 6.5%
    }
}

@media only screen and (max-width:529px) {
    .form-section {
        margin: 0 -3%;
        padding: 30px 2.5%
    }
}

@media (min-width:530px) {
	
    .form-section .fs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch
    }
	
	
    .form-section .fs-row.fs-row-two-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
	
	
    .form-section .fs-row.fs-row-two-col .fs-col {
        margin-right: 0!important
    }
	
	
	fieldset.form-columns-2 .hs-fieldtype-text.field.hs-form-field{
		width: 48%;
		max-width: 315px;
	}
	
	fieldset.form-columns-2 .hs_firstname.hs-firstname{margin-right: 14px;}
	
    .form-section .fs-row.fs-row-two-col .fs-col:not(:only-child) {
        width: 49%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 18px
    }
	
	
    .form-section .fs-row.fs-row-two-col .fs-col.col--js-input-type-email {
        margin-bottom: 18px
    }
    .form-section .fs-row.fs-row-two-col .fs-col:only-child {
        width: 100%
    }
    .form-section .fs-row.fs-row-two-col .fs-col:only-child .chosen-container {
        margin-bottom: 18px
    }
    .form-section .fs-row>.fs-row {
        width: 100%
    }
}

.form-section .fs-row.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-section .fs-col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.hbspt-form fieldset>*,
.form-section .fs-col>* {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:530px) {
	
	
    .form-section .fs-col {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }
	
	
	
	.hbspt-form fieldset,
	.hbspt-form fieldset.form-columns-2{
		display: block;
		width: 100%;
		max-width: none !important;
		margin-bottom: 18px;
	}
	
	.hbspt-form fieldset.form-columns-2,
	.hbspt-form fieldset.form-columns-1:nth-child(4),
	.hbspt-form fieldset.form-columns-1:nth-child(7){margin-bottom: 18px;}
	
    .form-section .fs-col:not(:only-child) {
        width: 50%
    }
    .form-section .fs-col:not(:only-child):not(:last-child) {
        margin-right: 24px
    }
}

@media only screen and (max-width:529px) {
	.hbspt-form fieldset,
    .form-section .fs-col {
        margin-bottom: 10px
    }
}

.hbspt-form fieldset,
.form-section .fs-col .fs-row {
    margin-bottom: 0
}

@media only screen and (max-width:529px) {
	
    .form-section .fs-col .fs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (max-width:529px) {
    .form-section .fs-col .fs-col {
        margin-bottom: 0
    }
    .form-section .fs-col .fs-col:not(:only-child) {
        width: 50%
    }
    .form-section .fs-col .fs-col:not(:only-child):not(:last-child) {
        margin-right: 12px
    }
}

.form-section .fs-input label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:1024px) {
    .form-section .side-line-heading {
        margin-bottom: 19px
    }
}

@media (max-width:1023px) {
    .form-section .side-line-heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 9px
    }
}

@media (min-width:1024px) {
    .form-section .line-tabs {
        padding: 44px 0 32px
    }
}

@media (min-width:1024px) {
    .form-section .line-tabs a {
        height: 74px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .form-section .line-tabs a {
        height: 55px
    }
}

.form-section .uppercase-red-heading {
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    color: #4197CB
}

.form-section input[type=checkbox],
.form-section input[type=radio] {
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.form-section input[type=checkbox]+span,
.form-section input[type=radio]+span {
    position: relative;
    padding-left: 27px
}

.form-section input[type=checkbox]+span:after,
.form-section input[type=checkbox]+span:before,
.form-section input[type=radio]+span:after,
.form-section input[type=radio]+span:before {
    content: '';
    position: absolute
}

.form-section input[type=checkbox]+span:before,
.form-section input[type=radio]+span:before {
    left: 0;
    bottom: 4px;
    width: 15px;
    height: 15px;
    background: #fff
}

.form-section input[type=checkbox]+span:after,
.form-section input[type=radio]+span:after {
    transition: transform .1s ease-in-out;
    transform: scale(0);
    width: 7px;
    height: 7px;
    left: 5px;
    bottom: 9px
}

.form-section input[type=checkbox]:checked+span:after,
.form-section input[type=radio]:checked+span:after {
    transform: scale(1)
}

.form-section input[type=checkbox]+span:after {
    transition: transform .1s ease-in-out;
    transform: scale(0);
    width: 7px;
    height: 7px;
    background: #4197CB;
    left: 5px;
    bottom: 9px
}

.form-section input[type=radio]+span:before {
    border-radius: 100%
}

.form-section input[type=radio]+span:after {
    transition: transform .1s ease-in-out;
    transform: scale(0);
    width: 7px;
    height: 7px;
    background: #4197CB;
    left: 5px;
    bottom: 9px;
    border-radius: 100%
}

.form-section input[type=radio]:checked+span:after {
    transform: scale(1)
}

.form-section .description {
    color: #4197CB;
    text-transform: uppercase;
    font-family: swissBold, sans-serif
}

.form-section .line-tabs .line-tabs-container.ltc-tab-red:after {
    border-color: #fff transparent transparent transparent
}

@media (max-width:1023px) {
    .form-section .ltc-tab-color-red.ltc-tab-active {
        background-color: #4197CB
    }
    .form-section .ltc-tab-color-red.ltc-tab-active a {
        color: #fff!important
    }
}

.form-section hr {
    margin: 30px 0
}

.form-section .fs-main-heading {
    text-transform: uppercase;
    color: #4197CB;
    font-family: swissBold, sans-serif;
    letter-spacing: 0
}

@media (min-width:1024px) {
    .form-section .fs-main-heading {
        font-size: 24px;
        line-height: 28px;
        margin: 21px 0
    }
}

@media (max-width:1023px) {
    .form-section .fs-main-heading {
        font-size: 16px;
        line-height: 20px;
        margin: 7px 0
    }
}

.form-section .fs-section-heading {
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    color: #000;
    letter-spacing: .1px;
    padding-left: 30px
}

.form-section .fs-section-heading:before {
    margin-left: -30px;
    counter-increment: section-counter;
    color: #4197CB
}

@media (min-width:1024px) {
    .form-section .fs-section-heading:before {
        content: counter(section-counter) '. '
    }
}

@media (max-width:1023px) {
    .form-section .fs-section-heading:before {
        content: counter(section-counter, decimal-leading-zero) '. '
    }
}

@media (min-width:1024px) {
    .form-section .fs-section-heading+.fs-sub-heading {
        margin: -37px 0 17px;
        padding: 0 0 0 23px
    }
}

@media (max-width:1023px) {
    .form-section .fs-section-heading+.fs-sub-heading {
        margin: -19px 0 6px;
        padding: 0 0 0 31px
    }
}

@media (min-width:1024px) {
    .form-section .fs-section-heading {
        font-size: 18px;
        line-height: 24px;
        margin: 38px 0
    }
}

@media (max-width:1023px) {
    .form-section .fs-section-heading {
        font-size: 15px;
        line-height: 19px;
        margin: 22px 0
    }
}

.form-section .fs-block-heading {
    font-family: swissBold, sans-serif
}

@media (min-width:1024px) {
    .form-section .fs-block-heading {
        margin: 36px 0 16px;
        font-size: 24px;
        line-height: 28px
    }
}

@media (max-width:1023px) {
    .form-section .fs-block-heading {
        margin: 16px 0;
        font-size: 18px;
        line-height: 22px
    }
}

.form-section .fs-sub-heading {
    font-family: swissBold, sans-serif;
    color: #4197CB;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .form-section .fs-sub-heading {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -.6px
    }
}

@media (max-width:1023px) {
    .form-section .fs-sub-heading {
        font-size: 12px;
        line-height: 15px
    }
}

.fs-input-required {
    color: #4197CB
}

@media (min-width:1024px) {
    .fs-input-required {
        margin-left: 5px
    }
}

.fs-block-heading .fs-input-required {
    font-size: .75em;
    margin-top: -2px;
    display: inline-block;
    vertical-align: top
}

.fs-input-not-required {
    font-family: swissLight, sans-serif;
    color: #a7a9ac;
    font-size: 14px;
    line-height: 18px
}


.fs-label-text {
    position: relative;
    z-index: 10;
    display: block;
    transition: .2s;
    transform: translate3d(0, 0, 0)
}

.hbspt-form .fs-label-text {display: inline-block;}

@supports (-ms-ime-align:auto) {
    .fs-label-text {
        opacity: 1
    }
}

.hs-fieldtype-textarea.field.hs-form-field .input,
.hbspt-form .hs-fieldtype-text.field.hs-form-field,
.fs-input-text-wrapper,
.textarea-wrapper {
    position: relative;
    background-color: #fff
}



.hbspt-form input[type=email],
.hbspt-form input[type=search],
.hbspt-form input[type=tel],
.hbspt-form input[type=text],
.hbspt-form label,
.fs-input-text-wrapper input[type=email],
.fs-input-text-wrapper input[type=search],
.fs-input-text-wrapper input[type=tel],
.fs-input-text-wrapper input[type=text],
.fs-input-text-wrapper label,
.fs-input-text-wrapper textarea,
.hs-fieldtype-textarea.field.hs-form-field input[type=email],
.hs-fieldtype-textarea.field.hs-form-field input[type=search],
.hs-fieldtype-textarea.field.hs-form-field input[type=tel],
.hs-fieldtype-textarea.field.hs-form-field input[type=text],
.hs-fieldtype-textarea.field.hs-form-field label,
.hs-fieldtype-textarea.field.hs-form-field textarea,
.hbspt-form textarea,
.textarea-wrapper input[type=email],
.textarea-wrapper input[type=search],
.textarea-wrapper input[type=tel],
.textarea-wrapper input[type=text],
.textarea-wrapper label,
.textarea-wrapper textarea {
    border: none;
    box-shadow: none;
    background: 0 0;
    color: #4e5053;
    font-family: swissLight, sans-serif;
    width: 100%
}

@media (min-width:1024px) {
	
	.hbspt-form input[type=email],
	.hbspt-form input[type=search],
	.hbspt-form input[type=tel],
	.hbspt-form input[type=text],
	.hbspt-form label,
	.hbspt-form textarea,
    .fs-input-text-wrapper input[type=email],
    .fs-input-text-wrapper input[type=search],
    .fs-input-text-wrapper input[type=tel],
    .fs-input-text-wrapper input[type=text],
    .fs-input-text-wrapper label,
    .fs-input-text-wrapper textarea,
    .textarea-wrapper input[type=email],
    .textarea-wrapper input[type=search],
    .textarea-wrapper input[type=tel],
    .textarea-wrapper input[type=text],
    .textarea-wrapper label,
    .textarea-wrapper textarea {
        padding: 18px;
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:1023px) {
	
	.hbspt-form input[type=email],
	.hbspt-form input[type=search],
	.hbspt-form input[type=tel],
	.hbspt-form input[type=text],
	.hbspt-form label,
	.hbspt-form textarea,
    .fs-input-text-wrapper input[type=email],
    .fs-input-text-wrapper input[type=search],
    .fs-input-text-wrapper input[type=tel],
    .fs-input-text-wrapper input[type=text],
    .fs-input-text-wrapper label,
    .fs-input-text-wrapper textarea,
    .textarea-wrapper input[type=email],
    .textarea-wrapper input[type=search],
    .textarea-wrapper input[type=tel],
    .textarea-wrapper input[type=text],
    .textarea-wrapper label,
    .textarea-wrapper textarea {
        padding: 16px 10px 15px;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
	
	.hbspt-form input[type=email],
	.hbspt-form input[type=search],
	.hbspt-form input[type=tel],
	.hbspt-form input[type=text],
	.hbspt-form label,
	.hbspt-form textarea,
    .fs-input-text-wrapper input[type=email],
    .fs-input-text-wrapper input[type=search],
    .fs-input-text-wrapper input[type=tel],
    .fs-input-text-wrapper input[type=text],
    .fs-input-text-wrapper label,
    .fs-input-text-wrapper textarea,
    .textarea-wrapper input[type=email],
    .textarea-wrapper input[type=search],
    .textarea-wrapper input[type=tel],
    .textarea-wrapper input[type=text],
    .textarea-wrapper label,
    .textarea-wrapper textarea {
        font-size: 16px!important
    }
}

@media (min-width:1024px) {
	
	.hbspt-form input[type=email],
	.hbspt-form input[type=search],
	.hbspt-form input[type=tel],
	.hbspt-form input[type=text],
    .fs-input-text-wrapper input[type=email],
    .fs-input-text-wrapper input[type=search],
    .fs-input-text-wrapper input[type=tel],
    .fs-input-text-wrapper input[type=text],
    .fs-input-text-wrapper textarea,
    .textarea-wrapper input[type=email],
    .textarea-wrapper input[type=search],
    .textarea-wrapper input[type=tel],
    .textarea-wrapper input[type=text],
    .textarea-wrapper textarea {
        height: 58px
    }
}

@media (max-width:1023px) {
	
	.hbspt-form input[type=email],
	.hbspt-form input[type=search],
	.hbspt-form input[type=tel],
	.hbspt-form input[type=text],
	.hbspt-form label,
	.hbspt-form select,
	.hbspt-form textarea,
    .fs-input-text-wrapper input[type=email],
    .fs-input-text-wrapper input[type=search],
    .fs-input-text-wrapper input[type=tel],
    .fs-input-text-wrapper input[type=text],
    .fs-input-text-wrapper textarea,
    .textarea-wrapper input[type=email],
    .textarea-wrapper input[type=search],
    .textarea-wrapper input[type=tel],
    .textarea-wrapper input[type=text],
    .textarea-wrapper textarea {
        height: 50px
    }
}


.hs-fieldtype-textarea label,
.hbspt-form label,
.fs-input-text-wrapper label,
.fs-input-text-wrapper label,
.textarea-wrapper label {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: text;
    overflow: hidden;
    box-sizing: border-box
}



.hs-fieldtype-textarea label:before,
.hs-fieldtype-textarea label:after,
.hbspt-form label:after,
.hbspt-form label:before,
.fs-input-text-wrapper label:after,
.fs-input-text-wrapper label:before,
.textarea-wrapper label:after,
.textarea-wrapper label:before {
    transition: transform .2s ease-in-out, backgroud .2s;
    content: '';
    position: absolute
}



.hs-fieldtype-textarea label:after,
.hbspt-form label:after,
.fs-input-text-wrapper label:after,
.textarea-wrapper label:after {
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #4e5053
}



.hs-fieldtype-textarea label:before,
.hbspt-form label:before,
.fs-input-text-wrapper label:before,
.textarea-wrapper label:before {
    transform: scale(0);
    width: 22px;
    height: 22px;
    top: 18px;
    right: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}


.hs-form-field,
.fs-input-text-wrapper {
    width: 100%
}

.hs-fieldtype-textarea label,
.textarea-wrapper label {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}


.fs-checkbox-wrapper,
.fs-checkbox-wrapper-bg,
.fs-radio-wrapper,
.fs-radio-wrapper-bg {
    position: relative;
    color: #4e5053;
    font-family: swissLight, sans-serif
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper,
    .fs-checkbox-wrapper-bg,
    .fs-radio-wrapper,
    .fs-radio-wrapper-bg {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper,
    .fs-checkbox-wrapper-bg,
    .fs-radio-wrapper,
    .fs-radio-wrapper-bg {
        font-size: 15px;
        line-height: 19px
    }
}

.fs-checkbox-wrapper input.error:checked+label,
.fs-checkbox-wrapper input:checked+label,
.fs-checkbox-wrapper-bg input.error:checked+label,
.fs-checkbox-wrapper-bg input:checked+label,
.fs-radio-wrapper input.error:checked+label,
.fs-radio-wrapper input:checked+label,
.fs-radio-wrapper-bg input.error:checked+label,
.fs-radio-wrapper-bg input:checked+label {
    color: #4197CB
}

.fs-checkbox-wrapper input.error:checked+label:after,
.fs-checkbox-wrapper input:checked+label:after,
.fs-checkbox-wrapper-bg input.error:checked+label:after,
.fs-checkbox-wrapper-bg input:checked+label:after,
.fs-radio-wrapper input.error:checked+label:after,
.fs-radio-wrapper input:checked+label:after,
.fs-radio-wrapper-bg input.error:checked+label:after,
.fs-radio-wrapper-bg input:checked+label:after {
    transform: scale(1)
}

.fs-checkbox-wrapper label,
.fs-checkbox-wrapper-bg label,
.fs-radio-wrapper label,
.fs-radio-wrapper-bg label {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: color .3s, background .3s;
    cursor: pointer
}

.fs-checkbox-wrapper label:after,
.fs-checkbox-wrapper label:before,
.fs-checkbox-wrapper-bg label:after,
.fs-checkbox-wrapper-bg label:before,
.fs-radio-wrapper label:after,
.fs-radio-wrapper label:before,
.fs-radio-wrapper-bg label:after,
.fs-radio-wrapper-bg label:before {
    content: '';
    position: absolute;
    top: 50%
}

.fs-checkbox-wrapper label:before,
.fs-checkbox-wrapper-bg label:before,
.fs-radio-wrapper label:before,
.fs-radio-wrapper-bg label:before {
    background: #fff
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper label:before,
    .fs-checkbox-wrapper-bg label:before,
    .fs-radio-wrapper label:before,
    .fs-radio-wrapper-bg label:before {
        width: 22px;
        height: 22px;
        margin-top: -12px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper label:before,
    .fs-checkbox-wrapper-bg label:before,
    .fs-radio-wrapper label:before,
    .fs-radio-wrapper-bg label:before {
        width: 16px;
        height: 16px;
        margin-top: -8px
    }
}

.fs-checkbox-wrapper label:after,
.fs-checkbox-wrapper-bg label:after,
.fs-radio-wrapper label:after,
.fs-radio-wrapper-bg label:after {
    transform: scale(0);
    transition: transform .2s
}

.validate-checkboxes.error~.fs-col .fs-checkbox-wrapper label,
.validate-checkboxes.error~.fs-col .fs-checkbox-wrapper-bg label,
.validate-checkboxes.error~.fs-col .fs-radio-wrapper label,
.validate-checkboxes.error~.fs-col .fs-radio-wrapper-bg label {
    box-shadow: inset 0 -4px #4197CB
}

.el-hidden {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.fs-checkbox-wrapper label:after,
.fs-checkbox-wrapper-bg label:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEyNDQ1QzgxMDREMzExRTdCRkRCRERFNTIxMTI1N0ZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEyNDQ1QzgyMDREMzExRTdCRkRCRERFNTIxMTI1N0ZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI0NDVDN0YwNEQzMTFFN0JGREJEREU1MjExMjU3RkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI0NDVDODAwNEQzMTFFN0JGREJEREU1MjExMjU3RkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6KDLgxAAAAsklEQVR42mJ8Y6jHQAToA2JXIPZkIUJxBRAXQtmbmAgozgTidiT+F5AGUSA+B8SNaIqDgXgyEv8yEPuCnLQRiA2h+B0QTwRiJyBeBsTMUMV3gNgLiD+i+6EfiMWBOAuI2aBir0GeBeInIA7ISf5QE0CAEYgrgZgfyv8IxM5I8mANIBMcYSYggW9Qwy4jC8JC6QnU2tdQ/l8gjgTig+jBhhysV0ChAMRvgDgRFObYwhkgwACBXSFnKYG4EwAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper label:after,
    .fs-checkbox-wrapper-bg label:after {
        margin-top: -12px;
        width: 22px;
        height: 22px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper label:after,
    .fs-checkbox-wrapper-bg label:after {
        margin-top: -8px;
        width: 16px;
        height: 16px
    }
}

.fs-radio-wrapper label:before,
.fs-radio-wrapper-bg label:before {
    border-radius: 100%
}

.fs-radio-wrapper label:after,
.fs-radio-wrapper-bg label:after {
    width: 8px;
    height: 8px;
    background: #4197CB;
    border-radius: 100%
}

@media (min-width:1024px) {
    .fs-radio-wrapper label:after,
    .fs-radio-wrapper-bg label:after {
        margin-top: -5px
    }
}

@media (max-width:1023px) {
    .fs-radio-wrapper label:after,
    .fs-radio-wrapper-bg label:after {
        margin-top: -4px
    }
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper-bg,
    .fs-radio-wrapper-bg {
        height: 60px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper-bg,
    .fs-radio-wrapper-bg {
        height: 50px
    }
}

.fs-checkbox-wrapper-bg input:checked+label,
.fs-radio-wrapper-bg input:checked+label {
    color: #fff;
    background: #4197CB
}

.fs-checkbox-wrapper-bg input[aria-invalid=true]+label,
.fs-radio-wrapper-bg input[aria-invalid=true]+label {
    color: #fff
}

.fs-checkbox-wrapper-bg input[aria-invalid=true]+label:before,
.fs-radio-wrapper-bg input[aria-invalid=true]+label:before {
    border: 1px solid #4197CB
}

.fs-checkbox-wrapper-bg label,
.fs-radio-wrapper-bg label {
    background: #a7a9ac;
    color: #fff
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper-bg label,
    .fs-radio-wrapper-bg label {
        padding: 18px 18px 18px 60px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper-bg label,
    .fs-radio-wrapper-bg label {
        padding: 17px 18px 12px 36px
    }
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper-bg label:before,
    .fs-radio-wrapper-bg label:before {
        left: 21px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper-bg label:before,
    .fs-radio-wrapper-bg label:before {
        left: 12px
    }
}

.fs-checkbox-wrapper-bg label:hover,
.fs-radio-wrapper-bg label:hover {
    background: #4e5053
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
    height: 52px
}

.fs-checkbox-wrapper label:before,
.fs-radio-wrapper label:before {
    left: 0
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper label,
    .fs-radio-wrapper label {
        padding: 14px 18px 12px 42px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper label,
    .fs-radio-wrapper label {
        padding: 15px 18px 12px 26px
    }
}

@media (min-width:1024px) {
    .fs-checkbox-wrapper-bg label:after {
        left: 21px
    }
}

@media (max-width:1023px) {
    .fs-checkbox-wrapper-bg label:after {
        left: 12px
    }
}

.fs-checkbox-wrapper label:after {
    left: 0
}

@media (min-width:1024px) {
    .fs-radio-wrapper-bg label:after {
        left: 28px
    }
}

@media (max-width:1023px) {
    .fs-radio-wrapper-bg label:after {
        left: 16px
    }
}

@media (min-width:1024px) {
    .fs-radio-wrapper label:after {
        left: 7px
    }
}

@media (max-width:1023px) {
    .fs-radio-wrapper label:after {
        left: 4px
    }
}


select.required-entry+.chosen-container .chosen-single>span:after,
select.required-entry+label+.chosen-container .chosen-single>span:after {
    content: ' *';
    color: #4197CB
}


.hs-form-field select.required-entry+.chosen-container .chosen-single:after,
select.required-entry+.chosen-container .chosen-single:after,
select.required-entry+label+.chosen-container .chosen-single:after {
    transition: transform .2s ease-in-out, backgroud .2s;
    transform: translate3d(0, 100%, 0);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #4e5053
}



.hs-form-field select.error+.chosen-container .chosen-single,
select.required-entry.error+.chosen-container .chosen-single,
select.required-entry.error+label+.chosen-container .chosen-single {
    color: #4197CB
}


.hs-form-field select.error+.chosen-container .chosen-single:after,
select.required-entry.error+.chosen-container .chosen-single:after,
select.required-entry.error+label+.chosen-container .chosen-single:after {
    transform: translate3d(0, 0, 0);
    background: #4197CB
}


.hs-form-field select.valid .chosen-container .chosen-single,
select.required-entry.valid+.chosen-container .chosen-single,
select.required-entry.valid+label+.chosen-container .chosen-single {
    color: #39de00
}


.hs-form-field .chosen-container .chosen-single>span:after,
select.required-entry.valid+.chosen-container .chosen-single>span:after,
select.required-entry.valid+label+.chosen-container .chosen-single>span:after {
    display: none
}

.hs-form-field .chosen-container .chosen-single:after,
select.required-entry.valid+.chosen-container .chosen-single:after,
select.required-entry.valid+label+.chosen-container .chosen-single:after {
    transform: translate3d(0, 0, 0);
    background: #39de00
}

div.intl-tel-input {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

div.intl-tel-input div.flag-container {
    position: relative;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

div.intl-tel-input div.selected-flag {
    width: auto!important;
    padding: 0 8px 0 20px;
    z-index: 2;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

div.intl-tel-input div.selected-flag .iti-flag {
    position: relative
}

div.intl-tel-input div.selected-flag .iti-arrow {
    position: static;
    border: none;
    width: auto;
    height: auto;
    margin: 0 8px
}

@media (max-width:1023px) {
    div.intl-tel-input div.selected-flag .iti-arrow {
        margin-right: 4px
    }
}

div.intl-tel-input div.selected-flag:after {
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    top: 9px;
    bottom: 9px;
    background: #4e5053
}

div.intl-tel-input .country-list {
    z-index: 4;
    display: none!important
}

div.intl-tel-input .country-list li:before {
    display: none!important
}

div.intl-tel-input input {
    padding: 18px!important
}

label#label-phone-78b4ca7b-42d2-4d40-90e5-38dca24791f5,
label#label-phone-3999df8b-33a7-4075-ad54-b6473f5c2479,
label#label-phone-3ab0fdc0-05a4-47c7-a9d4-5c5ac8df173f,
label#label-phone-e8b71197-eb3f-443d-81cf-389d404fc4b5,
label#label-phone-b26519ba-3e90-4c27-b644-aadfcd8118ad,
div.intl-tel-input label {
    padding-left: 25%;
    letter-spacing: -.1px
}

@media (max-width:1023px) {
label#label-phone-78b4ca7b-42d2-4d40-90e5-38dca24791f5,
	label#label-phone-3999df8b-33a7-4075-ad54-b6473f5c2479,
    div.intl-tel-input label {
        padding-left: 90px
    }
}

@media screen {
    .width-container {
        width: 100%;
        max-width: 1160px;
        margin: 0 auto
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .width-container {
        max-width: 1064px;
        padding: 0 20px
    }
}

.width-container .width-container {
    padding: 0
}

@media (max-width:1023px) {
    .width-container {
        padding: 0 3%
    }
}

@media only screen and (max-width:529px) {
    #wpadminbar {
        top: -47px;
        z-index: 1
    }
}

html {
    height: 100%
}

body {
    position: relative;
    font-family: swissLight, sans-serif;
    color: #4e5053;
    letter-spacing: .35px;
    height: 100%
}

@media (min-width:1024px) {
    body {
        font-size: 19px;
        line-height: 30px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    body {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:1023px) {
    body {
        font-size: 15px;
        line-height: 24px
    }
}

@media only screen and (min-width:1024px) {
    .page-container {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        min-height: 100vh
    }
}

@media print {
    .page-container {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media only screen and (min-width:1024px) {
    .site-main {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        padding-top: 101px
    }
}

@media (max-width:1023px) {
    .site-main {
        padding-top: 61px;
        transition: transform .3s ease-in-out
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .main-nav-opened .site-main {
        transform: translate3d(-30vw, 0, 0)
    }
}

@media only screen and (max-width:529px) {
    .main-nav-opened .site-main {
        transform: translate3d(-78vw, 0, 0)
    }
}

@media (min-width:1024px) {
    .main-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .main-wrapper>* {
        width: 100%
    }
    .page-main-banner+.width-container>.main-wrapper {
        padding: 75px 0
    }
}

@media (max-width:1023px) {
    .page-main-banner+.width-container>.main-wrapper {
        padding: 37px 0
    }
}

@media screen and (min-width:1024px) {
    .content {
        width: 63.7%;
        margin-right: 4.1%
    }
}

@media screen and (min-width:1024px) {
    aside.main-sidebar {
        width: 32.1%
    }
}

@media print {
    aside.main-sidebar {
        display: none!important
    }
}

@media (min-width:530px) and (max-width:1023px) {
    aside.main-sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

aside.main-sidebar+.content {
    margin: 0
}

@media (min-width:1024px) {
    aside.main-sidebar:first-child {
        margin-right: 4.1%
    }
}

@media (min-width:530px) and (max-width:1023px) {
    aside.main-sidebar .statistics-block {
        width: 49%;
        margin-bottom: 2vw
    }
}

@media screen and (min-width:1024px) {
    aside.main-sidebar .sidebar-block {
        padding: 32px 9% 30px;
        margin-bottom: 45px
    }
}

@media screen and (min-width:1024px) and (max-width:1440px) {
    aside.main-sidebar .sidebar-block {
        padding: 25px 7% 30px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:530px) and (max-width:1023px) {
    aside.main-sidebar .sidebar-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 49%;
        padding: 35px 3%;
        margin-bottom: 2vw
    }
}

@media only screen and (max-width:529px) {
    aside.main-sidebar .sidebar-block {
        padding: 20px 7% 16px;
        margin-bottom: 40px
    }
}

aside.main-sidebar .sidebar-block.sb-grey,
aside.main-sidebar .sidebar-block.sb-grey-line-blue,
aside.main-sidebar .sidebar-block.sb-grey-line-grey {
    background: #ebebeb
}

@media only screen and (max-width:529px) {
    aside.main-sidebar .sidebar-block.sb-grey,
    aside.main-sidebar .sidebar-block.sb-grey-line-blue,
    aside.main-sidebar .sidebar-block.sb-grey-line-grey {
        border-bottom: 6px solid #72a1c9
    }
}

@media (min-width:1024px) {
    aside.main-sidebar .sidebar-block.sb-grey-line-blue {
        border-bottom: 12px solid #34657F
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sidebar-block.sb-grey-line-blue {
        border-bottom: 6px solid #34657F
    }
}

@media (min-width:1024px) {
    aside.main-sidebar .sidebar-block.sb-grey-line-grey {
        border-bottom: 12px solid #4e5053
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sidebar-block.sb-grey-line-grey {
        border-bottom: 6px solid #4e5053
    }
}

aside.main-sidebar .sidebar-block.sb-dark_grey {
    background: #4e5053;
    color: #fff
}

aside.main-sidebar .sidebar-block.sb-dark_grey .sb-title {
    color: #fff
}

aside.main-sidebar .sidebar-block.sb-blue {
    background: #34657F;
    color: #fff
}

aside.main-sidebar .sidebar-block.sb-blue .sb-title {
    color: #fff
}

aside.main-sidebar .sidebar-block.sb-align-left {
    text-align: left
}

aside.main-sidebar .sidebar-block.sb-align-center {
    text-align: center
}

aside.main-sidebar .sidebar-block.sb-align-center .sb-title {
    text-transform: none;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 16px
}

aside.main-sidebar .sidebar-block.sb-align-center:not(.sidebar-block--alt) .sb-title {
    font-family: swissBold, sans-serif
}

aside.main-sidebar .sidebar-block.sidebar-block--alt .sb-title {
    text-transform: none
}

aside.main-sidebar .sidebar-block.sb-align-right {
    text-align: right
}

aside.main-sidebar .sidebar-block>* {
    padding: 0;
    background: 0 0
}

@media (min-width:1024px) {
    aside.main-sidebar .sidebar-block .main-button {
        min-width: 82%
    }
}

aside.main-sidebar .sb-title {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.6px
}

aside.main-sidebar .sb-title b {
    font-weight: 400;
    font-family: swissBold, sans-serif
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-title {
        font-family: swissLight, sans-serif;
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 20px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-title {
        font-family: swissRoman, sans-serif;
        font-size: 25px;
        line-height: 29px;
        margin: -5px 0 14px
    }
}

aside.main-sidebar .sb-image {
    margin-bottom: 15px
}

aside.main-sidebar .sb-image img {
    width: 100%;
    height: auto
}

aside.main-sidebar .phone-numbers .line-heading {
    letter-spacing: -.7px
}

@media (min-width:1024px) {
    aside.main-sidebar .phone-numbers .line-heading {
        font-size: 33px;
        line-height: 37px;
        margin: -9px 0 0
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .phone-numbers .line-heading {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: -7px
    }
}

aside.main-sidebar .sb-numbers .sbn-block {
    letter-spacing: 0;
    border-bottom: 1px solid #a7a9ac
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-numbers .sbn-block {
        padding: 44px 0;
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-numbers .sbn-block {
        padding: 27px 0;
        font-size: 15px;
        line-height: 19px
    }
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-numbers .sbn-block>div:not(: last-child) {
        margin-bottom: 19px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-numbers .sbn-block>div:not(: last-child) {
        margin-bottom: 14px
    }
}

aside.main-sidebar .sb-numbers h3 {
    color: #34657F;
    text-transform: uppercase;
    font-family: swissLight, sans-serif;
    letter-spacing: -.1px
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-numbers h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-numbers h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-numbers p:not(: last-child) {
        margin-bottom: 19px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-numbers p:not(: last-child) {
        margin-bottom: 14px
    }
}

aside.main-sidebar .sb-numbers a {
    text-decoration: none;
    color: #4e5053
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-numbers a {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-numbers a {
        font-size: 15px;
        line-height: 19px
    }
}

aside.main-sidebar .sb-numbers a .svg-ico {
    width: 10px;
    height: 18px;
    margin-right: 6px
}

aside.main-sidebar .sb-numbers a .svg-ico * {
    fill: #003C5A
}

aside.main-sidebar .sb-numbers a strong {
    color: #000;
    font-weight: 400;
    font-family: swissMedium, sans-serif
}

aside.main-sidebar .sb-map {
    position: relative
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-map {
        padding: 44px 0 28px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-map {
        padding: 26px 0;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

aside.main-sidebar .sb-minimap {
    position: relative;
    z-index: 2;
    height: 240px
}

aside.main-sidebar .sb-minimap+.min-map-popup {
    transition: transform .3s ease-in-out, opacity .3s;
    position: absolute;
    top: 25px;
    width: 70%;
    padding: 12px 19px;
    background: #ebebeb;
    border-top: 11px solid #34657F;
    z-index: 3
}

aside.main-sidebar .sb-minimap+.min-map-popup.popup-right {
    right: 0;
    min-width: 220px
}

aside.main-sidebar .sb-minimap+.min-map-popup.popup-right:after {
    right: 15%
}

aside.main-sidebar .sb-minimap+.min-map-popup.popup-right .btn-map-popup-close {
    left: -1em
}

aside.main-sidebar .sb-minimap+.min-map-popup:not(.popup-right) {
    left: 0
}

aside.main-sidebar .sb-minimap+.min-map-popup:not(.popup-right):after {
    left: 15%
}

aside.main-sidebar .sb-minimap+.min-map-popup:not(.popup-right) .btn-map-popup-close {
    right: -1em
}

aside.main-sidebar .sb-minimap+.min-map-popup.popup-hidden,
aside.main-sidebar .sb-minimap+.min-map-popup:empty {
    transition: transform .3s ease-in-out, opacity .3s;
    opacity: 0;
    transform: translate3d(0, -15px, 0);
    visibility: hidden
}

aside.main-sidebar .sb-minimap+.min-map-popup:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ebebeb transparent transparent transparent
}

aside.main-sidebar .sb-minimap+.min-map-popup .btn-map-popup-close {
    font-size: 28px;
    line-height: 1;
    color: #4197CB;
    position: absolute;
    top: -20px;
    padding: 0;
    border: 0;
    width: 1em;
    background-color: #fff
}

aside.main-sidebar .sb-minimap+.min-map-popup p:first-child {
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -.1px;
    margin-bottom: 13px;
    color: #000
}

aside.main-sidebar .sb-minimap+.min-map-popup a {
    text-decoration: none;
    color: #4e5053
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-minimap+.min-map-popup a {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-minimap+.min-map-popup a {
        font-size: 15px;
        line-height: 19px
    }
}

aside.main-sidebar .sb-minimap+.min-map-popup a .svg-ico {
    width: 10px;
    height: 18px;
    margin-right: 6px
}

aside.main-sidebar .sb-minimap+.min-map-popup a .svg-ico * {
    fill: #003C5A
}

aside.main-sidebar .sb-minimap+.min-map-popup a strong {
    color: #000;
    font-weight: 400;
    font-family: swissMedium, sans-serif
}

aside.main-sidebar .sb-social-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 0
}

aside.main-sidebar .sb-social-container .svg-ico {
    border-radius: 100%;
    padding: 16px
}

@media (min-width:1024px) {
    aside.main-sidebar .sb-social-container .svg-ico {
        width: 68px;
        height: 68px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .sb-social-container .svg-ico {
        width: 60px;
        height: 60px
    }
}

aside.main-sidebar .sb-social-container .svg-ico * {
    fill: #fff
}

aside.main-sidebar .sb-social-container .svg-ico.sb-ico-youtube {
    background: #cc3737
}

aside.main-sidebar .sb-social-container .svg-ico.sb-ico-facebook {
    background: #4d70a9
}

aside.main-sidebar .sb-social-container .svg-ico.sb-ico-linkedin {
    background: #1688b2
}

aside.main-sidebar .sb-social-container .svg-ico.sb-ico-twitter {
    background: #00bcf3
}

@media (min-width:1024px) {
    aside.main-sidebar p~p .main-button {
        margin-top: 31px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    aside.main-sidebar p~p .main-button {
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar p~p .main-button {
        margin-top: 15px
    }
}

aside.main-sidebar .main-button {
    margin-top: 10px
}

@media only screen and (max-width:529px) {
    aside.main-sidebar .main-button {
        width: 100%
    }
}

aside.main-sidebar .main-button.mb-has-drop {
    width: 100%
}

@media only screen and (max-width:529px) {
    aside.main-sidebar .main-button.mb-has-drop {
        font-size: 16px;
        line-height: 20px;
        text-transform: none;
        letter-spacing: -.1px
    }
}

aside.main-sidebar blockquote {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.02px;
    border-bottom: none;
    margin-bottom: 0
}

@media (min-width:1024px) and (max-width:1440px) {
    aside.main-sidebar blockquote {
        font-size: 15px;
        line-height: 29px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar blockquote {
        margin: 0
    }
}

aside.main-sidebar blockquote:before {
    margin-bottom: 0
}

@media (min-width:1024px) {
    aside.main-sidebar blockquote:before {
        width: 25px;
        height: 20px;
        margin-right: 3px;
        display: inline-block
    }
}

@media (max-width:1023px) {
    aside.main-sidebar blockquote:before {
        width: 46px;
        height: 37px;
        margin-bottom: 10px;
        display: block
    }
}

@media (min-width:1024px) {
    aside.main-sidebar blockquote strong {
        padding: 40px 0 8px
    }
}

@media (min-width:1024px) {
    aside.main-sidebar blockquote strong:before {
        top: 16px;
        width: 60px
    }
}

aside.main-sidebar img {
    max-width: 100%
}

.general-cms {
    letter-spacing: 0;
    color: #4e5053
}

@media (min-width:1024px) {
    .general-cms {
        font-size: 20px;
        line-height: 1.7;
        padding: 0 0 54px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .general-cms {
        font-size: 17px;
        line-height: 1.589
    }
}

@media (max-width:1023px) {
    .general-cms {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 3% 54px
    }
}

.page-main-banner+.general-cms {
    padding-top: 27px
}

.general-cms h1,
.general-cms h2 {
    transition: color .3s;
    position: relative;
    color: #000;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .general-cms h1,
    .general-cms h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        margin-bottom: 29px;
        padding: 0 0 5px 21px;
        font-family: swissLight, sans-serif;
        font-size: 24px;
        line-height: 23px;
        letter-spacing: -.4px;
        min-height: 50px
    }
    .general-cms h1:after,
    .general-cms h2:after {
        content: '';
        min-height: 44px;
        display: block
    }
}

@media (max-width:1023px) {
    .general-cms h1,
    .general-cms h2 {
        font-family: swissRoman, sans-serif;
        margin-bottom: 3px;
        padding: 11px 0 0 19px;
        font-size: 25px;
        line-height: 24px
    }
}

.general-cms h1:before,
.general-cms h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #4197CB
}

@media (min-width:1024px) {
    .general-cms h1:before,
    .general-cms h2:before {
        width: 12px;
        bottom: 6px
    }
}

@media (max-width:1023px) {
    .general-cms h1:before,
    .general-cms h2:before {
        width: 10px;
        bottom: 0
    }
}

.general-cms h1 a,
.general-cms h2 a {
    color: #000;
    text-decoration: none
}

.h1.general-cms h1,
.h1.general-cms h2,
h1.general-cms h1,
h1.general-cms h2 {
    font-size: 32px;
    line-height: 1
}

@media (min-width:1024px) {
    .general-cms h1+.slh-subheading,
    .general-cms h2+.slh-subheading {
        margin: -23px 0 16px;
        padding-top: 12px
    }
}

@media (max-width:1023px) {
    .general-cms h1+.slh-subheading,
    .general-cms h2+.slh-subheading {
        margin: -23px 0 18px;
        padding-top: 2px
    }
}

@media (min-width:1024px) {
    .general-cms h1,
    .general-cms h2 {
        margin-bottom: 12px
    }
}

@media (min-width:1024px) {
    .general-cms h1 {
        font-size: 30px;
        line-height: .933;
        margin-bottom: 27px
    }
}

@media (max-width:1023px) {
    .general-cms h1 {
        font-size: 20px;
        line-height: 1;
        padding-top: 19px;
        margin-bottom: 14px
    }
}

@media (max-width:1023px) {
    .general-cms h2 {
        padding: 21px 0 0 19px;
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 12px
    }
}

.general-cms h3,
.general-cms h4 {
    text-transform: uppercase;
    color: #000;
    font-family: swissBold, sans-serif
}

@media (min-width:1024px) {
    .general-cms h3,
    .general-cms h4 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 16px;
        margin-bottom: 34px
    }
}

@media (max-width:1023px) {
    .general-cms h3,
    .general-cms h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.general-cms h4 {
    padding: 0
}

@media (min-width:1024px) {
    .general-cms h4 {
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .general-cms h4 {
        margin-bottom: 10px
    }
}

.general-cms hr {
    border-color: #a7a9ac;
    max-width: 100vw
}

@media (min-width:1024px) {
    .general-cms hr {
        margin: 46px -10%
    }
}

@media (max-width:1023px) {
    .general-cms hr {
        margin: 36px 0
    }
}

.general-cms hr:last-child {
    margin-bottom: 0
}

.general-cms p {
    margin-bottom: 25px
}

@media (min-width:1024px) {
    .general-cms p.big {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 45px
    }
}

@media (max-width:1023px) {
    .general-cms p.big {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 19px
    }
}

@media (min-width:1024px) {
    .general-cms p a {
        font-size: 21px;
        letter-spacing: -.3px
    }
}

.general-cms p strong {
    font-family: swissRoman, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

@media (min-width:1024px) {
    .general-cms p strong {
        font-size: 23px
    }
}

.general-cms p em {
    font-family: swissItalic, sans-serif
}

.general-cms img {
    max-width: 100%;
    height: auto;
    border-bottom: 3px solid #A1CE5E
}

.general-cms ul:not(.list-reset) {
    letter-spacing: 0
}

@media (min-width:1024px) {
    .general-cms ul:not(.list-reset) li {
        padding-left: 24px
    }
}

@media (max-width:1023px) {
    .general-cms ul:not(.list-reset) li {
        padding-left: 19px
    }
}

@media (min-width:1024px) {
    .general-cms ul:not(.list-reset) li:before {
        top: 16px
    }
}

@media (max-width:1023px) {
    .general-cms ul:not(.list-reset) li:before {
        top: 8px
    }
}

.general-cms li {
    margin-bottom: 6px
}

.general-cms .alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.general-cms .alignright {
    float: right;
    margin: 0 0 1em 1em
}

.general-cms .aligncenter {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both
}

.video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

@media (max-width:1023px) {
    .video-responsive {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.system-page {
    text-align: center;
    margin: auto
}

@media (min-width:1024px) {
    .system-page {
        display: table-cell;
        vertical-align: middle
    }
}

.system-page h1 {
    font-family: swissLight, sans-serif;
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .system-page h1 {
        font-size: 50px;
        line-height: 64px
    }
}

@media (max-width:1023px) {
    .system-page h1 {
        font-size: 40px;
        line-height: 54px
    }
}

.system-page h2 {
    margin-bottom: 10px
}

.system-page p {
    margin-bottom: 10px
}

.system-page+.map-popup-container {
    display: none
}

.popup-messages {
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    width: 100%
}

.alert {
    display: none;
    position: relative;
    z-index: 2;
    background: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.alert.alert-false {
    background: #d00
}

.alert.alert-true {
    background: #009b00
}

.alert.alert-info {
    background: #677cb8
}

.alert:last-child {
    box-shadow: 0 0 5px #000;
    z-index: 1
}

.alert:not(:last-child) {
    border-bottom: solid 1px #ccc
}

.alert-inner {
    padding: 15px 18px
}

.news-info {
    width: 100%
}

@media print {
    .news-info {
        display: none
    }
}

input.hs-button.primary.large,
.main-button {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    font-family: swissBold, sans-serif
}

@media print {
    .main-button {
        display: none!important
    }
}

@media (min-width:1024px) {
	
input.hs-button.primary.large,
    .main-button {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .1px;
        padding: 5px 23px;
        height: 53px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
input.hs-button.primary.large,
    .main-button {
        font-size: 15px;
        line-height: 19px;
        height: 45px
    }
}

@media (max-width:1023px) {
input.hs-button.primary.large,
    .main-button {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -.7px;
        padding: 5px 19px;
        height: 52px
    }
}

input.hs-button.primary.large:before,
.main-button:before {
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 3px
}

.main-button:hover:before {
    opacity: 0
}


input.hs-button.primary.large,
.main-button-large {
    font-size: 24px;
    line-height: 28px;
    height: 63px;
    min-width: 50%
}

.main-button-small {
    height: 36px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -.6px
}

.main-button.mb-red {
    color: #fff
}

.main-button.mb-red:before {
    background: #4197CB
}



input.hs-button.primary.large,
.main-button.mb-red.mb-large {
    background: #4197CB;
	color: #fff;
}

input.hs-button.primary.large:hover,
.main-button.mb-red:not(.mb-large) {
    background: #34657F
}

.main-button.mb-blue {
    color: #fff;
    background: #4197CB
}

.main-button.mb-blue:before {
    background: #34657F
}

.hs_submit.hs-submit {
    margin: 1em auto;
    text-align: center;
}

.main-button.mb-orange {
    transition: background-color .3s;
    border: 1px solid #A1CE5E;
    background-color: #A1CE5E;
    color: #003C5A
}

.main-button.mb-orange:before {
    display: none
}

.main-button.mb-orange:hover {
    background-color: transparent
}

.pmb-slide-content .main-button.mb-orange:hover {
	background-color: #4197CB;
	color: #003C5A;
	border: 1px solid #003C5A;
}

.main-button.mb-orange:not(.mb-orange-outline) {
    background: #A1CE5E
}

.main-button.mb-orange:not(.mb-orange-outline):hover {
    color: #fff
}

.main-button.mb-orange.mb-orange-outline-reverse {
    color: #A1CE5E;
    background-color: transparent
}

.main-button.mb-orange.mb-orange-outline-reverse .mb-icon:before {
    background: #A1CE5E
}

.main-button.mb-orange.mb-orange-outline-reverse .svg-ico * {
    fill: #000
}

.main-button.mb-orange.mb-orange-outline-reverse.mb-drop-visible,
.main-button.mb-orange.mb-orange-outline-reverse:hover {
    color: #000;
    background-color: #A1CE5E
}

.main-button.mb-orange.mb-orange-outline-reverse.mb-drop-visible .mb-icon:before,
.main-button.mb-orange.mb-orange-outline-reverse:hover .mb-icon:before {
    background: #000
}

.main-button.mb-orange.mb-orange-outline-reverse.mb-drop-visible .svg-ico *,
.main-button.mb-orange.mb-orange-outline-reverse:hover .svg-ico * {
    fill: #A1CE5E
}

.main-button:not(.mb-ico) .mb-icon {
    display: none
}

.main-button.mb-ico:hover {
    color: #A1CE5E
}

.main-button.mb-ico:hover .mb-icon:before {
    opacity: 0
}

.main-button.mb-ico:hover .svg-ico * {
    fill: #000
}

.main-button.mb-ico .mb-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    background: #A1CE5E;
    overflow: hidden
}

@media (min-width:1024px) {
    .main-button.mb-ico .mb-icon {
        width: 24px;
        height: 24px;
        margin-left: 7px
    }
}

@media (max-width:1023px) {
    .main-button.mb-ico .mb-icon {
        width: 23px;
        height: 23px;
        margin-left: 10px
    }
}

.main-button.mb-ico .mb-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .3s;
    background: #000;
    z-index: -1;
    border-radius: 100%
}

@media (min-width:1024px) {
    .main-button.mb-ico .mb-icon .svg-ico {
        width: 8px;
        height: 14px
    }
}

@media (max-width:1023px) {
    .main-button.mb-ico .mb-icon .svg-ico {
        width: 7px;
        height: 12px
    }
}

.main-button.mb-ico .mb-icon * {
    fill: #A1CE5E
}

.main-button.mb-arrow-ico .mb-arrow {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.main-button.mb-arrow-ico .mb-download {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.main-button.mb-has-drop {
    overflow: visible;
    cursor: pointer
}

.main-button.mb-has-drop>ul {
    cursor: default;
    transition: transform .3s ease-in-out;
    transform-origin: 50% 0;
    transform: scaleY(0);
    font-family: swissLight, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    color: #4e5053;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -2px -1px 0;
    background: #fff;
    border-bottom: inherit;
    border-width: 8px;
    border-radius: 0 0 5px 5px;
    padding: 31px 7.2% 0;
    z-index: -2
}

.main-button.mb-has-drop>ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #A1CE5E transparent transparent transparent;
    z-index: 1;
    margin-left: -10px
}

.main-button.mb-has-drop>ul>li {
    padding-bottom: 3px
}

.main-button.mb-has-drop>ul>li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid #a7a9ac
}

.main-button.mb-has-drop>ul .mb-drop-number {
    position: relative;
    font-family: swissMedium, sans-serif;
    color: #4e5053;
    padding-left: 22px;
    display: block
}

.main-button.mb-has-drop>ul .mb-drop-number .svg-ico {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 12px
}

.main-button.mb-has-drop>ul .mb-drop-number .svg-ico * {
    fill: #34657F
}

.main-button.mb-has-drop>ul .mb-drop-number .hp-text {
    text-decoration: none;
    color: inherit
}

.main-button.mb-has-drop>ul .mb-dl-item {
    margin-bottom: 17px
}

.main-button.mb-has-drop>ul strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #34657F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px
}

.main-button.mb-has-drop .mb-arrow {
    transition: transform .3s;
    transform: rotate(90deg)
}

.main-button.mb-has-drop.mb-drop-visible {
    z-index: 2
}

.main-button.mb-has-drop.mb-drop-visible>ul {
    transform: scaleY(1)
}

.main-button.mb-has-drop.mb-drop-visible .mb-arrow {
    transform: rotate(-90deg)
}

.main-button.mb-has-drop:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2
}

.main-button.mb-has-drop:hover {
    color: #000
}

.main-button.mb-has-drop:hover .mb-arrow:before {
    opacity: 1
}

.main-button.mb-has-drop:hover .svg-ico * {
    fill: #A1CE5E
}

.main-button.mb-has-drop:hover:before {
    opacity: 1
}

.main-button.mb-download,
.main-button.mb-download-external {
    text-transform: none;
    color: #34657F;
    background: #fff!important;
    border-radius: 0;
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 3px solid #A1CE5E;
    transition: border-color .3s;
    padding: 9px 19px 11px
}

@media (min-width:1024px) {
    .main-button.mb-download,
    .main-button.mb-download-external {
        height: 76px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .main-button.mb-download,
    .main-button.mb-download-external {
        height: 60px;
        padding: 5px 23px 5px 30px!important
    }
}

@media (max-width:1023px) {
    .main-button.mb-download,
    .main-button.mb-download-external {
        height: auto;
        min-height: 58px
    }
}

.main-button.mb-download .mb-text,
.main-button.mb-download-external .mb-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #a7a9ac;
    padding-right: 15px
}

.main-button.mb-download .mb-ico,
.main-button.mb-download-external .mb-ico {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 22px
}

.main-button.mb-download .svg-ico,
.main-button.mb-download-external .svg-ico {
    width: 18px;
    height: 18px
}

.main-button.mb-download .svg-ico *,
.main-button.mb-download-external .svg-ico * {
    fill: #A1CE5E
}

.main-button.mb-download-external.mb-download-external .svg-ico,
.main-button.mb-download.mb-download-external .svg-ico {
    transform: rotate(-90deg)
}

.main-button.mb-download-external:hover,
.main-button.mb-download:hover {
    color: #34657F;
    border-color: #34657F
}

.main-button.mb-download-external:hover .svg-ico *,
.main-button.mb-download:hover .svg-ico * {
    fill: #34657F
}

.main-button.mb-disabled {
    pointer-events: none!important
}


.main-button button,
.main-button input {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

@media (min-width:1024px) {
	input.hs-button.primary.large,
    .main-button:not(.mb-has-drop) {
        padding: 5px 35px 5px 30px
    }
}

.main-button:not(.mb-has-drop) .mb-icon {
    display: none!important
}

.btn-play-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent
}

.btn-play-video:after,
.btn-play-video:before {
    transition: border-color .3s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%
}

.btn-play-video:before {
    border-radius: 100%;
    width: 57px;
    height: 57px;
    border: 3px solid #fff;
    margin: -32px 0 0 -33px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4)
}

.btn-play-video:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 17px 0 17px 24px;
    margin: -17px 0 0 -8px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .4))
}

.btn-play-video:hover:before,
.js-video-popup:hover+.bli-image-container .btn-play-video:before {
    border-color: #A1CE5E
}

.btn-play-video:hover:after,
.js-video-popup:hover+.bli-image-container .btn-play-video:after {
    border-color: transparent transparent transparent #A1CE5E
}

.map-container {
    position: relative
}

@media print {
    .map-container {
        display: none
    }
}

@media (min-width:1024px) {
    .map-full-width {
        height: 38.1vw;
        overflow: hidden
    }
    .home .map-full-width {
        max-height: 420px;
        overflow: hidden
    }
    .home .map-full-width .jvectormap-container {
        max-height: 100%;
        margin-top: 0
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .map-full-width {
        height: 100vw;
        overflow: auto
    }
}

@media only screen and (max-width:529px) {
    .map-full-width {
        height: 140vw;
        overflow: auto
    }
}

@media (min-width:1024px) {
    .map-full-width .jvectormap-container {
        height: 41vw
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .map-full-width .jvectormap-container {
        width: 210vw;
        margin-top: -10vw
    }
}

@media only screen and (max-width:529px) {
    .map-full-width .jvectormap-container {
        width: 320vw
    }
}

.map-full-width.lines {
    background: repeating-linear-gradient(-45deg, rgba(225, 225, 225, .6), rgba(225, 225, 225, .6) 1px, rgba(237, 237, 237, .6) 3px, rgba(237, 237, 237, .6) 4px)
}

.map-full-width .svg-map-marker {
    width: 18px;
    height: 26px;
    fill: #4197CB
}

.map-full-width .map-marker-disabled {
    pointer-events: none;
    width: 6px!important;
    height: 6px!important
}

.map-full-width .marker-active {
    pointer-events: all
}

.map-popup-container {
    transition: transform .3s ease-in-out, opacity .3s;
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    position: absolute;
    top: -999px;
    width: 220px;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid #34657F;
    visibility: hidden;
    z-index: 1
}

@media (min-width:530px) and (max-width:1023px) {
    .map-popup-container {
        transform: translate3d(0, -10vw, 0)
    }
}

.map-popup-container:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #34657F transparent transparent transparent;
    margin-left: -11px
}

.map-popup-container:not(.mpc-visible) {
    pointer-events: none
}

.map-popup-container.mpc-visible {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

@media (min-width:530px) and (max-width:1023px) {
    .map-popup-container.mpc-visible {
        transform: translate3d(0, -10vw, 0)
    }
}

.map-popup-container .mpc-image-container {
    margin-bottom: 15px;
    width: 180px;
    height: 126px
}

.map-popup-container .mpc-image-container.mpc-has-video {
    position: relative
}

.map-popup-container .mpc-image-container.mpc-has-video:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMjEyMUM4MEQ1RjExRTc4OUQ3RDg1QTAwNTI4N0I0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDMjEyMUM5MEQ1RjExRTc4OUQ3RDg1QTAwNTI4N0I0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEMyMTIxQzYwRDVGMTFFNzg5RDdEODVBMDA1Mjg3QjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyMTIxQzcwRDVGMTFFNzg5RDdEODVBMDA1Mjg3QjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LLpTsAAAAw0lEQVR42mL0CwjmZ2BgmALEXkAsxIAbPAfilUBcCsR/kMSNgDiFBUjMBuJQBsJAEogLgPgjEDdAxeyBeBMQ8zEBCT8G0gDMUl8g3g4yBMQBGcROokE8QBwNxGuBmBMmyMJAOgB5cTEQMyILkmMQKzZBJgYqAXIM+g3E/6hhECg9xUINRDHoJ4kGfQHiZUAcBMTfkQ3aRKJBq6H0FiD2BOJPIA6zuobWLiAtC8QquGIECt4D8UwgrkUKo4dADNL/DyDAAMV4H581TUQNAAAAAElFTkSuQmCC) no-repeat;
    background-size: contain
}

.map-popup-container .mpc-image-container img {
    width: 100%;
    height: auto
}

.map-popup-container h3 {
    font-family: swissMedium, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.3px;
    margin-bottom: 2px
}

.map-popup-container h4 {
    font-family: swissBold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px
}

.map-popup-container .main-button {
    width: 100%
}

svg {
    vertical-align: top;
    display: block
}

.jvectormap-tip {
    display: none!important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }
    .mfp-arrow-left {
        transform-origin: 0
    }
    .mfp-arrow-right {
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0
}

.chosen-container-single .chosen-single div b {
    display: block
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("chosen-sprite.png") no-repeat 100% -20px;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: 0 0
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url("chosen-sprite.png") no-repeat -30px -20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url("chosen-sprite@2x.png")!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

@media print {
    .swiper-pagination {
        display: none
    }
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px
}

.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px
}

.jvectormap-zoomin {
    top: 10px
}

.jvectormap-zoomout {
    top: 30px
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)
}

.jvectormap-legend-title {
    font-weight: 700;
    font-size: 14px;
    text-align: center
}

.jvectormap-legend-cnt {
    position: absolute
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0
}

.jvectormap-legend {
    background: #000;
    color: #fff;
    border-radius: 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle
}

.jvectormap-legend-tick-text {
    font-size: 12px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px
}

.page-main-banner .pmb-info-title {
    position: relative
}

@media (min-width:1024px) {
    .page-main-banner .pmb-info-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 44px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-info-title {
        margin-bottom: 26px
    }
}

.page-main-banner .pmb-info-title:empty {
    display: none
}

@media (min-width:1024px) {
    .page-main-banner .pmb-info-title h2 {
        font-size: 57px;
        line-height: 61px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-info-title h2 {
        font-size: 33px;
        line-height: 42px
    }
}

.page-main-banner .pmb-info-title .small {
    font-family: swissRoman, sans-serif
}

@media (min-width:1024px) {
    .page-main-banner .pmb-info-title .small {
        margin: 0 5px 0 17px
    }
}

.page-main-banner .pmb-info-title .orange-color {
    color: #A1CE5E
}

.page-main-banner .pmb-it-addlinks {
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .2px
}

@media only screen and (max-width:529px) {
    .page-main-banner .pmb-it-addlinks {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-it-addlinks {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1280px) {
    .page-main-banner .pmb-it-addlinks {
        margin-right: -20px
    }
}

@media only screen and (max-width:529px) {
    .page-main-banner .pmb-it-addlinks .pmb-al-wrapper {
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        width: calc(50% - 24px);
        margin-right: 12px;
        margin-left: 12px
    }
}

@media (min-width:530px) {
    .page-main-banner .pmb-it-addlinks .pmb-al-wrapper:not(: last-child) {
        margin-right: 15px
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-it-addlinks .pmb-al-wrapper:not(: last-child) {
        min-width: 100px;
        margin-right: 40px
    }
}

.page-main-banner .pmb-it-addlinks strong {
    text-transform: uppercase;
    font-weight: 400;
    font-family: swissBold, sans-serif;
    display: block
}

.page-main-banner .pmb-it-addlinks a {
    color: #A1CE5E;
    font-family: swissRoman, sans-serif
}

.page-main-banner .pmb-al-wrapper {
    text-align: center
}

@media (min-width:530px) and (max-width:1023px) {
    .page-main-banner .pmb-al-wrapper:last-child {
        margin-left: 20px
    }
}

.page-main-banner .pmb-tech-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px
}

.page-main-banner .pmb-tech-info:after {
    content: '';
    height: 1px;
    display: block;
    width: calc(100% - 24px);
    margin-left: 12px;
    background-color: #a7a9ac
}

@media (min-width:1024px) {
    .page-main-banner .pmb-tech-info {
        margin-top: -29px;
        margin-bottom: 37px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-tech-info {
        padding-bottom: 8px;
        margin-bottom: 35px
    }
}

.page-main-banner .pmb-tech-info strong {
    display: block;
    font-family: swissBold, sans-serif;
    font-weight: 400
}

@media (min-width:1024px) {
    .page-main-banner .pmb-tech-info strong {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-tech-info strong {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px
    }
}

.page-main-banner .pmb-tech-info+ul {
    letter-spacing: -.3px
}

@media (min-width:1024px) {
    .page-main-banner .pmb-tech-info+ul {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-tech-info+ul {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-tech-info+ul {
        margin-bottom: 35px
    }
}

.page-main-banner .pmb-tech-info+ul li {
    position: relative
}

@media (min-width:1024px) {
    .page-main-banner .pmb-tech-info+ul li {
        padding-left: 19px;
        margin-bottom: 14px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-tech-info+ul li {
        padding-left: 19px;
        margin-bottom: 12px
    }
}

.page-main-banner .pmb-tech-info+ul li:before {
    content: '';
    position: absolute;
    left: 0;
    background: #A1CE5E
}

@media (min-width:1024px) {
    .page-main-banner .pmb-tech-info+ul li:before {
        top: 5px;
        width: 10px;
        height: 10px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-tech-info+ul li:before {
        top: 7px;
        width: 9px;
        height: 9px
    }
}

.page-main-banner .pmb-intro-col {
    -ms-flex: 0 0 calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 0 12px
}

@media (min-width:530px) and (max-width:1023px) {
    .page-main-banner .pmb-intro-col {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .page-main-banner .pmb-intro-col.only-child:first-child {
        -ms-flex: 0 1 0%;
        flex: 0 1 0%;
        margin-right: 30px
    }
}

.page-main-banner .pmb-ti-icons-title {
    text-align: center
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-title {
        margin-bottom: 28px!important
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-ti-icons-title {
        margin-bottom: 24px!important
    }
}

.page-main-banner .pmb-ti-text {
    font-size: 18px;
    min-height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-main-banner .pmb-ti-icons-list {
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list:not(.pmb-ti-square-icons) {
        padding: 0 0 7px
    }
}

.page-main-banner .pmb-ti-icons-list:not(.pmb-ti-square-icons) .pmb-ti-icon {
    margin-bottom: 9px
}

.page-main-banner .pmb-ti-icons-list:not(.pmb-ti-square-icons) .svg-ico {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1024px) and (max-width:1440px) {
    .page-main-banner .pmb-ti-icons-list:not(.pmb-ti-square-icons) .svg-ico {
        width: 54px
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list:not(.pmb-ti-square-icons) .svg-ico {
        height: 54px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-ti-icons-list:not(.pmb-ti-square-icons) .svg-ico {
        height: 40px;
        width: 54px
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list.pmb-ti-square-icons {
        margin-top: -7px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-ti-icons-list.pmb-ti-square-icons {
        padding: 16px 0
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list.pmb-ti-square-icons .pmb-ti-icon {
        margin-bottom: 17px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-ti-icons-list.pmb-ti-square-icons .pmb-ti-icon {
        margin-bottom: 6px
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list.pmb-ti-square-icons .svg-ico {
        height: 68px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-ti-icons-list.pmb-ti-square-icons .svg-ico {
        height: 41px
    }
}

.page-main-banner .pmb-ti-icons-list .svg-ico {
    width: auto;
    display: block
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icons-list .svg-ico svg {
        width: 150px
    }
}

.page-main-banner .pmb-ti-icons-list .svg-ico * {
    fill: #A1CE5E;
    stroke: rgba(0, 0, 0, .35)
}

.page-main-banner .pmb-ti-icon-wrapper {
    text-align: center;
    color: #A1CE5E;
    line-height: 18px;
    margin-bottom: 17px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.page-main-banner .pmb-ti-icon-wrapper:only-child {
    max-width: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media (min-width:1024px) {
    .page-main-banner .pmb-ti-icon-wrapper {
        min-width: 100px
    }
}

@media (min-width:1024px) {
    .page-main-banner--cases .pmb-info-title {
        margin-bottom: 57px
    }
}

@media (min-width:1024px) {
    .page-main-banner--cases .pmb-info-title .small {
        margin: 0
    }
}

.page-main-banner .pmb-video-slider {
    width: 100%
}

.page-main-banner .pmb-slider-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .page-main-banner .pmb-slider-controls {
        padding-top: 57px;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-slider-controls {
        padding-top: 28px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .page-main-banner .pmb-slider-controls .swiper-button-next,
    .page-main-banner .pmb-slider-controls .swiper-button-prev {
        margin: 0 5.5%
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-slider-controls .swiper-button-next,
    .page-main-banner .pmb-slider-controls .swiper-button-prev {
        margin: 0 2.5%
    }
}

.page-main-banner .pmb-slider-controls .swiper-button-next .svg-ico,
.page-main-banner .pmb-slider-controls .swiper-button-prev .svg-ico {
    width: 13px;
    height: 21px
}

.page-main-banner .pmb-slider-controls .swiper-button-next .svg-ico *,
.page-main-banner .pmb-slider-controls .swiper-button-prev .svg-ico * {
    fill: #fff
}

.page-main-banner .pmb-slider-controls .swiper-pagination {
    position: static
}

@media (min-width:1024px) {
    .page-main-banner .pmb-slider-controls .swiper-pagination .swiper-pagination-bullet {
        margin: 0 10px
    }
}

@media (max-width:1023px) {
    .page-main-banner .pmb-slider-controls .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px
    }
}

.page-main-banner .pmb-slider-controls .swiper-pagination .swiper-pagination-bullet:before {
    background: #A1CE5E
}

.pmb-info-banner {
    position: relative;
    color: #fff
}

@media screen and (min-width:1024px) {
    .pmb-info-banner {
        padding: 35px 2%
    }
    .page-main-banner--cases .pmb-info-banner {
        padding-top: 83px;
        padding-bottom: 71px
    }
}

@media print {
    .pmb-info-banner {
        padding: 15px 0
    }
}

@media (max-width:1023px) {
    .pmb-info-banner {
        padding: 35px 0
    }
}

@media (min-width:1024px) {
    .pmb-info-banner .pmb-info-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .pmb-info-banner.middle .pmb-info-wrapper {
        -ms-flex-align: center;
        align-items: center
    }
}

.pmb-info-banner .pmb-info-col {
    position: relative
}

.pmb-info-banner .pmb-info-col:last-child:not(:only-child):not(.pmb-col--video) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.pmb-info-banner .pmb-info-col:last-child:not(.pmb-info-col--video) {
    padding-top: 33px
}

@media print {
    .pmb-info-banner .pmb-info-col.pmb-col--video,
    .pmb-info-banner .pmb-info-col.pmb-info-col--video {
        display: none!important
    }
}

@media (min-width:1024px) {
    .pmb-info-banner .pmb-info-col:not(:only-child) {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
    .pmb-info-banner .pmb-info-col:first-child:not(:only-child) {
        padding-top: 24px;
        margin-right: 3.45%;
        -ms-flex: 0 0 46.552%;
        flex: 0 0 46.552%;
        max-width: 46.552%
    }
    .pmb-info-banner .pmb-info-col:last-child:not(:only-child) {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:1023px) {
    .pmb-info-banner .pmb-info-col {
        margin-bottom: 12px
    }
}

@media (min-width:1024px) {
    .pmb-info-banner .pmb-info-col--video {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%
    }
}

@media (min-width:1280px) {
    .pmb-info-banner .pmb-info-col--video {
        margin-right: -20px
    }
}

@media print {
    .pmb-info-banner .pmb-info-col--video {
        display: none
    }
}

@media only screen and (max-width:529px) {
    .pmb-info-banner .pmb-info-col .align-center {
        text-align: left
    }
}

.pmb-info-banner .pmb-info-col .main-button {
    min-width: 260px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:529px) {
    .pmb-info-banner .pmb-info-col .main-button {
        width: 100%
    }
}

.pmb-info-banner .pmb-info-col p {
    margin-bottom: 10px
}

.pmb-info-banner .pmb-info-col p a:not([class]) {
    color: #A1CE5E;
    text-decoration: none;
    font-family: swissMedium, sans-serif
}

.pmb-info-banner .pmb-info-col p a:not([class]):hover {
    text-decoration: underline
}

.pmb-info-banner strong.banner-title {
    display: block;
    font-weight: 400
}

.pmb-info-banner h1,
.pmb-info-banner h2,
.pmb-info-banner strong.banner-title {
    font-family: swissBold, sans-serif;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .pmb-info-banner h1,
    .pmb-info-banner h2,
    .pmb-info-banner strong.banner-title {
        font-size: 62px;
        line-height: 1.065
    }
    .page-main-banner--cases .pmb-info-banner h1,
    .page-main-banner--cases .pmb-info-banner h2,
    .page-main-banner--cases .pmb-info-banner strong.banner-title {
        font-size: 58px
    }
    .pmb-info-banner h1+p,
    .pmb-info-banner h2+p,
    .pmb-info-banner strong.banner-title+p {
        margin-top: 14px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .pmb-info-banner h1,
    .pmb-info-banner h2,
    .pmb-info-banner strong.banner-title {
        font-size: 50px;
        line-height: 54px
    }
}

@media (max-width:1023px) {
    .pmb-info-banner h1,
    .pmb-info-banner h2,
    .pmb-info-banner strong.banner-title {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 7px;
        letter-spacing: -.8px
    }
}

.pmb-info-banner .list-downloads {
    color: #A1CE5E;
    font-family: swissMedium, sans-serif;
    padding-top: 30px;
    margin-top: 26px;
    border-top: 1px solid #fff
}

.pmb-info-banner .list-downloads .ico_doc_download {
    width: 1em;
    height: 1em;
    font-size: 22px;
    fill: currentColor;
    margin-right: 8px
}

.pmb-info-banner .list-downloads li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.pmb-info-banner .list-downloads li a {
    color: inherit;
    text-decoration: none
}

.pmb-info-banner .list-downloads li a:hover {
    text-decoration: underline
}

.pmb-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

@media screen {
    .pmb-info-bg {
        background: #003C5A url("/source/6d053f8e792f2fe3d662fdbea5cf9b3b/main-banner-img.jpg") no-repeat 50% 0;
        background-size: cover
    }
}

.pmb-video-block {
    position: relative;
    z-index: 1;
    background: #fff;
    font-family: swissBold, sans-serif;
    letter-spacing: .6px;
    width: 100%
}

@media (min-width:1024px) {
    .pmb-video-block {
        padding-bottom: 56.26%;
        font-size: 23px;
        line-height: 27px
    }
}

@media (max-width:1023px) {
    .pmb-video-block {
        font-size: 14px;
        line-height: 18px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .pmb-video-block {
        font-size: 20px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .pmb-video-block {
        font-size: 20px;
        height: 50vw
    }
}

@media only screen and (max-width:529px) {
    .pmb-video-block {
        padding-bottom: 56.26%
    }
}

.pmb-video-block:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 5%;
    right: 5%;
    height: 45px;
    border-radius: 100%;
    z-index: -1;
    background: #000;
    box-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
    opacity: .5
}

.pmb-video-block .pmb-tittle {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .pmb-video-block .pmb-tittle {
        padding: 6.7% 6%
    }
}

@media (max-width:1023px) {
    .pmb-video-block .pmb-tittle {
        padding: 3.8% 3%
    }
}

.pmb-video-block .pmb-tittle.pmb-link:after,
.pmb-video-block .pmb-tittle.pmb-link:before {
    transition: border-color .3s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%
}

.pmb-video-block .pmb-tittle.pmb-link:before {
    border-radius: 100%
}

@media (min-width:1024px) {
    .pmb-video-block .pmb-tittle.pmb-link:before {
        width: 72px;
        height: 72px;
        border: 4px solid #fff;
        margin: -45px 0 0 -39px
    }
}

@media (max-width:1023px) {
    .pmb-video-block .pmb-tittle.pmb-link:before {
        width: 44px;
        height: 44px;
        border: 2px solid #fff;
        margin: -27px 0 0 -24px
    }
}

.pmb-video-block .pmb-tittle.pmb-link:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

@media (min-width:1024px) {
    .pmb-video-block .pmb-tittle.pmb-link:after {
        border-width: 22px 0 22px 30px;
        margin: -26px 0 0 -8px
    }
}

@media (max-width:1023px) {
    .pmb-video-block .pmb-tittle.pmb-link:after {
        border-width: 14px 0 14px 20px;
        margin: -16px 0 0 -6px
    }
}

.pmb-video-block .pmb-tittle>strong {
    width: 100%
}

.pmb-video-block .pmb-vb-background {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1
}

@media (min-width:1024px) {
    .pmb-video-block .pmb-vb-background {
        border-bottom: 11px solid #A1CE5E
    }
}

@media (max-width:1023px) {
    .pmb-video-block .pmb-vb-background {
        border-bottom: 6px solid #A1CE5E
    }
}

.pmb-video-block .pmb-vb-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    opacity: .9
}

.pmb-video-block:hover .pmb-link {
    color: #A1CE5E
}

.pmb-video-block:hover .pmb-link:before {
    border-color: #A1CE5E
}

.pmb-video-block:hover .pmb-link:after {
    border-color: transparent transparent transparent #A1CE5E
}

.pmb-full-width-slider .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch
}

.pmb-full-width-slider .pmb-slide-body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

@media (min-width:1024px) {
    .pmb-full-width-slider .pmb-slide-body {
        min-height: 72.5vh
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .pmb-full-width-slider .pmb-slide-body {
        min-height: 60.5vh
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-body {
        padding: 0 0 14.5vh
    }
}

@media screen {
    .pmb-full-width-slider .pmb-slide-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        background-size: cover;
        background-position: 50% 50%;
        z-index: -1
    }
}

@media print {
    .pmb-full-width-slider .pmb-slide-image img {
        display: none
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .pmb-sc-wrapper {
        max-width: 55%
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .pmb-full-width-slider .pmb-sc-wrapper {
        max-width: 65%
    }
}

.pmb-full-width-slider .pmb-slide-content {
    padding: 3.5vh .7%
}

@media print {
    .pmb-full-width-slider .pmb-slide-content {
        position: absolute
    }
}

@media (min-width:530px) {
    .pmb-full-width-slider .pmb-slide-content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.pmb-full-width-slider .pmb-slide-content h2 {
    font-family: swissBold, sans-serif;
    color: #fff;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .pmb-full-width-slider .pmb-slide-content h2 {
        font-size: 72px;
        line-height: 1.278
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .pmb-full-width-slider .pmb-slide-content h2 {
        font-size: 60px;
        line-height: 1.334
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-content h2 {
        font-size: 32px;
        line-height: 1.3125;
        letter-spacing: -.4px
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-content .decor-multiline {
        padding-left: 10px;
        padding-right: 10px
    }
}

.pmb-full-width-slider .pmb-slide-content .decoration-text {
    background-color: rgba(0, 0, 0, .65);
    display: inline-block;
    white-space: nowrap
}

@media screen and (min-width:1024px) {
    .pmb-full-width-slider .pmb-slide-content .decoration-text {
        padding: 6px 18px
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-content .decoration-text {
        padding: 2px 10px;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .pmb-slide-content p {
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-content p {
        margin-top: 30px
    }
}

.pmb-full-width-slider .pmb-slide-content h3 {
    font-family: swissLight, sans-serif;
    color: #A1CE5E;
    margin-bottom: 0
}

@media (min-width:1024px) {
    .pmb-full-width-slider .pmb-slide-content h3 {
        font-size: 30px;
        line-height: 1.267;
        white-space: nowrap
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-content h3 {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .pmb-slide-content h3 .decoration-text {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .pmb-slide-content h3 .decoration-text {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .swiper-pagination {
        bottom: 5.5vh
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .swiper-pagination {
        bottom: 32px
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .swiper-pagination-bullet {
        margin: 0 10px
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .swiper-pagination-bullet {
        margin: 0 5px
    }
}

.pmb-full-width-slider .swiper-button-next,
.pmb-full-width-slider .swiper-button-prev {
    position: absolute;
    margin-top: -18px;
    z-index: 11
}

@media (min-width:1024px) {
    .pmb-full-width-slider .swiper-button-next,
    .pmb-full-width-slider .swiper-button-prev {
        top: 50%
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .swiper-button-next,
    .pmb-full-width-slider .swiper-button-prev {
        bottom: 31px
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .swiper-button-next .svg-ico,
    .pmb-full-width-slider .swiper-button-prev .svg-ico {
        width: 20px;
        height: 36px
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .swiper-button-next .svg-ico,
    .pmb-full-width-slider .swiper-button-prev .svg-ico {
        width: 12px;
        height: 22px
    }
}

.pmb-full-width-slider .swiper-button-next *,
.pmb-full-width-slider .swiper-button-prev * {
    fill: #fff
}

@media (min-width:1024px) {
    .pmb-full-width-slider .swiper-button-prev {
        left: .7%
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .swiper-button-prev {
        left: 2.7%
    }
}

@media (min-width:1024px) {
    .pmb-full-width-slider .swiper-button-next {
        right: .7%
    }
}

@media (max-width:1023px) {
    .pmb-full-width-slider .swiper-button-next {
        right: 2.7%
    }
}

.white-three-cols {
    overflow: hidden
}

.gray-three-cols,
.white-three-cols {
    position: relative;
    z-index: 1
}

@media (min-width:1024px) {
    .gray-three-cols,
    .white-three-cols {
        padding: 59px 0 65px
    }
}

@media (max-width:1023px) {
    .gray-three-cols,
    .white-three-cols {
        padding: 34px 0 33px
    }
}

@media print {
    .gray-three-cols,
    .white-three-cols {
        padding: 34px 0;
        margin-bottom: 0
    }
}

.gray-three-cols .swiper-controls,
.white-three-cols .swiper-controls {
    padding-top: 50px
}

.gray-three-cols .swiper-pagination,
.white-three-cols .swiper-pagination {
    bottom: 0
}

@media (min-width:1024px) {
    .gray-three-cols .swiper-pagination,
    .white-three-cols .swiper-pagination {
        display: none
    }
}

.gray-three-cols .swiper-pagination .swiper-pagination-bullet,
.white-three-cols .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.gray-three-cols .swiper-pagination .swiper-pagination-bullet:before,
.white-three-cols .swiper-pagination .swiper-pagination-bullet:before {
    background: #34657F
}

@media (min-width:1024px) {
    .gray-three-cols .swiper-button-next,
    .gray-three-cols .swiper-button-prev,
    .white-three-cols .swiper-button-next,
    .white-three-cols .swiper-button-prev {
        display: none
    }
}

@media (max-width:1023px) {
    .gray-three-cols .swiper-button-next,
    .gray-three-cols .swiper-button-prev,
    .white-three-cols .swiper-button-next,
    .white-three-cols .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: 0
    }
    .gray-three-cols .swiper-button-next .svg-ico,
    .gray-three-cols .swiper-button-prev .svg-ico,
    .white-three-cols .swiper-button-next .svg-ico,
    .white-three-cols .swiper-button-prev .svg-ico {
        width: 13px;
        height: 23px
    }
    .gray-three-cols .swiper-button-next .svg-ico *,
    .gray-three-cols .swiper-button-prev .svg-ico *,
    .white-three-cols .swiper-button-next .svg-ico *,
    .white-three-cols .swiper-button-prev .svg-ico * {
        fill: #34657F
    }
}

.gray-three-cols .swiper-button-prev,
.white-three-cols .swiper-button-prev {
    left: 4%
}

.gray-three-cols .swiper-button-next,
.white-three-cols .swiper-button-next {
    right: 4%
}

.gray-three-cols {
    margin-bottom: 61px
}

@media screen {
    .gray-three-cols {
        background: #fcfcfc url("/source/35891c8029789e51d9f40f76df968c54/bg-stripes.png") repeat-x 50% 0
    }
}

@media screen {
    .gtc-description {
        max-width: 858px
    }
}

@media screen and (min-width:1024px) {
    .gtc-description {
        margin: 0 auto 61px
    }
}

@media print {
    .gtc-description {
        margin-bottom: 61px
    }
}

@media (max-width:1023px) {
    .gtc-description {
        font-family: swissRoman, sans-serif;
        text-align: center;
        margin: 0 auto 36px
    }
}

@media (min-width:1024px) {
    .gtc-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transform: none!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -60px
    }
}

@media print {
    .gtc-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transform: none!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -60px
    }
}

@media (min-width:1024px) {
    .gtc-container .gtc-col {
        width: 32.2%!important;
        margin-bottom: 60px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0!important
    }
    .gtc-container .gtc-col.swiper-slide-duplicate {
        display: none
    }
}

@media print {
    .gtc-container .gtc-col {
        width: 32.2%!important;
        margin-bottom: 60px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0!important
    }
    .gtc-container .gtc-col.swiper-slide-duplicate {
        display: none
    }
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    opacity: 1;
    background: #ebebeb;
    overflow: hidden
}

@media (min-width:1024px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }
}

@media (max-width:1023px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }
}

.swiper-pagination .swiper-pagination-bullet:before {
    transition: opacity .3s;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #A1CE5E;
    z-index: 1;
    border-radius: 100%
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullet-active:before {
    opacity: 1
}

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    transition: transform .3s ease-in-out, opacity .3s;
    z-index: 20
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.swiper-button-prev {
    left: 0
}

.swiper-button-prev .svg-ico {
    transform: rotate(180deg)
}

.swiper-button-next {
    right: 0
}

@media print {
    .statistics-block {
        display: none
    }
}

@media (min-width:1024px) {
    .statistics-block {
        border-bottom: 11px solid #34657F
    }
}

@media (max-width:1023px) {
    .statistics-block {
        border-bottom: 6px solid #34657F
    }
}

.statistics-block h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-transform: uppercase;
    color: #34657F
}

@media (min-width:1024px) {
    .statistics-block h3 {
        font-family: swissLight, sans-serif;
        font-size: 27px;
        line-height: 31px
    }
}

@media (max-width:1023px) {
    .statistics-block h3 {
        font-family: swissRoman, sans-serif;
        font-size: 23px;
        line-height: 27px;
        letter-spacing: .6px
    }
}

@media (min-width:1024px) {
    .statistics-block h3 span {
        margin-right: 20px
    }
}

@media (max-width:1023px) {
    .statistics-block h3 span {
        margin-right: 10px
    }
}

.statistics-block h3:after {
    content: '';
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #34657F;
    display: block
}

@media (min-width:1024px) {
    .statistics-block h3:after {
        height: 11px
    }
}

@media (max-width:1023px) {
    .statistics-block h3:after {
        height: 6px
    }
}

@media (min-width:530px) {
    .statistics-block .sb-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -5px;
        padding: 11px 0 35px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .statistics-block .sb-container {
        padding: 0 0 20px
    }
}

@media only screen and (max-width:529px) {
    .statistics-block .sb-container {
        padding: 19px 5px;
        overflow: hidden
    }
}

.statistics-block .sb-item {
    color: #34657F;
    font-family: swissLight, sans-serif
}

@media (max-width:1023px) {
    .statistics-block .sb-item {
        margin-bottom: 13px
    }
}

.statistics-block .sb-item:first-child:nth-last-child(4),
.statistics-block .sb-item:nth-child(2):nth-last-child(3),
.statistics-block .sb-item:nth-child(3):nth-last-child(2),
.statistics-block .sb-item:nth-child(4):last-child {
    width: 50%
}

@media only screen and (max-width:529px) {
    .statistics-block .sb-item:first-child:nth-last-child(4),
    .statistics-block .sb-item:nth-child(2):nth-last-child(3),
    .statistics-block .sb-item:nth-child(3):nth-last-child(2),
    .statistics-block .sb-item:nth-child(4):last-child {
        float: left;
        text-align: center;
        margin-bottom: 20px
    }
    .statistics-block .sb-item:first-child:nth-last-child(4):first-child,
    .statistics-block .sb-item:first-child:nth-last-child(4):nth-child(2),
    .statistics-block .sb-item:nth-child(2):nth-last-child(3):first-child,
    .statistics-block .sb-item:nth-child(2):nth-last-child(3):nth-child(2),
    .statistics-block .sb-item:nth-child(3):nth-last-child(2):first-child,
    .statistics-block .sb-item:nth-child(3):nth-last-child(2):nth-child(2),
    .statistics-block .sb-item:nth-child(4):last-child:first-child,
    .statistics-block .sb-item:nth-child(4):last-child:nth-child(2) {
        margin-top: -20px
    }
}

@media (max-width:1023px) {
    .statistics-block .sb-item:first-child:nth-last-child(4) .sb-item-wrapper,
    .statistics-block .sb-item:nth-child(2):nth-last-child(3) .sb-item-wrapper,
    .statistics-block .sb-item:nth-child(3):nth-last-child(2) .sb-item-wrapper,
    .statistics-block .sb-item:nth-child(4):last-child .sb-item-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:529px) {
    .statistics-block .sb-item:first-child:nth-last-child(4) strong,
    .statistics-block .sb-item:nth-child(2):nth-last-child(3) strong,
    .statistics-block .sb-item:nth-child(3):nth-last-child(2) strong,
    .statistics-block .sb-item:nth-child(4):last-child strong {
        font-size: 56px;
        line-height: 60px
    }
}

@media only screen and (max-width:529px) {
    .statistics-block .sb-item:first-child:nth-last-child(4) .sb-data,
    .statistics-block .sb-item:nth-child(2):nth-last-child(3) .sb-data,
    .statistics-block .sb-item:nth-child(3):nth-last-child(2) .sb-data,
    .statistics-block .sb-item:nth-child(4):last-child .sb-data {
        display: block;
        font-size: 21px;
        line-height: 25px
    }
}

@media only screen and (max-width:529px) {
    .statistics-block .sb-item:first-child:nth-last-child(4) .sb-units,
    .statistics-block .sb-item:nth-child(2):nth-last-child(3) .sb-units,
    .statistics-block .sb-item:nth-child(3):nth-last-child(2) .sb-units,
    .statistics-block .sb-item:nth-child(4):last-child .sb-units {
        font-size: 18px;
        line-height: 22px
    }
}

.statistics-block .sb-item .sb-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:530px) {
    .statistics-block .sb-item .sb-item-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1024px) {
    .statistics-block .sb-item .sb-symbol {
        font-size: 58px;
        line-height: 62px;
        padding-bottom: 23px
    }
}

@media (max-width:1023px) {
    .statistics-block .sb-item .sb-symbol {
        font-size: 46px;
        line-height: 50px;
        padding-top: 9px
    }
}

@media (min-width:530px) {
    .statistics-block .sb-item .sb-data {
        text-align: center;
        font-size: 33px;
        line-height: 37px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .statistics-block .sb-item .sb-data {
        font-size: 28px;
        line-height: 32px
    }
}

@media only screen and (max-width:529px) {
    .statistics-block .sb-item .sb-data {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;
        font-size: 25px;
        line-height: 29px
    }
}

.statistics-block .sb-item strong {
    font-weight: 400;
    margin-right: -7px
}

.statistics-block .sb-item strong:only-child {
    margin-right: 15px
}

@media (min-width:1024px) {
    .statistics-block .sb-item strong {
        font-size: 120px;
        line-height: 124px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .statistics-block .sb-item strong {
        font-size: 90px;
        line-height: 94px
    }
}

@media (max-width:1023px) {
    .statistics-block .sb-item strong {
        font-size: 93px;
        line-height: 97px
    }
}

.statistics-block .sb-item .sb-units {
    font-family: swissBold, sans-serif
}

@media (min-width:1024px) {
    .statistics-block .sb-item .sb-units {
        font-size: 41px;
        line-height: 45px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .statistics-block .sb-item .sb-units {
        font-size: 34px;
        line-height: 38px
    }
}

@media (max-width:1023px) {
    .statistics-block .sb-item .sb-units {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 12px;
        margin-right: 15px
    }
}

.statistics-block .sb-item p {
    margin-bottom: -5px
}

.main-sidebar .statistics-block {
    margin-bottom: 45px
}

.main-sidebar .statistics-block .sb-container {
    padding: 42px 0 13px
}

@media (min-width:1024px) and (max-width:1440px) {
    .main-sidebar .statistics-block .sb-container {
        padding: 12px 0 7px
    }
}

.main-sidebar .statistics-block h3 {
    font-size: 29px;
    line-height: 30px;
    letter-spacing: -.6px
}

.main-sidebar .statistics-block h3 span {
    margin-right: 7px
}

.main-sidebar .statistics-block .sb-item {
    margin-bottom: 41px
}

@media (min-width:1024px) and (max-width:1440px) {
    .main-sidebar .statistics-block .sb-item {
        margin-bottom: 25px
    }
}

.main-sidebar .statistics-block .sb-item strong {
    font-family: swissLight, sans-serif;
    font-weight: 400
}

@media (min-width:1024px) {
    .main-sidebar .statistics-block .sb-item strong {
        font-size: 73px;
        line-height: 77px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .main-sidebar .statistics-block .sb-item strong {
        font-size: 55px;
        line-height: 65px
    }
}

.main-sidebar .statistics-block .sb-item .sb-data {
    font-size: 26px;
    line-height: 30px;
    font-family: swissRoman, sans-serif
}

.main-sidebar .statistics-block .sb-item .sb-units {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 29px
}

@media (min-width:1024px) and (max-width:1440px) {
    .main-sidebar .statistics-block .sb-item .sb-units {
        font-size: 21px
    }
}

.sectors-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print {
    .sectors-list {
        display: none
    }
}

@media (min-width:1024px) {
    .sectors-list {
        padding-top: 40px;
        margin-bottom: -4vw
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .sectors-list {
        margin-bottom: -1vw
    }
}

@media (max-width:1023px) {
    .sectors-list {
        padding-top: 23px;
        margin-bottom: -3vw
    }
}

@media (min-width:1024px) {
    .sectors-list .bg-title-block {
        width: 31.2%;
        margin-bottom: 4vw
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .sectors-list .bg-title-block {
        width: 32.2%;
        margin-bottom: 1vw
    }
}

@media (max-width:1023px) {
    .sectors-list .bg-title-block {
        width: 48.5%;
        margin-bottom: 3vw
    }
}

blockquote {
    background: #ebebeb;
    letter-spacing: 0
}

@media (min-width:1024px) {
    blockquote {
        padding: 34px;
        font-size: 24px;
        line-height: 38px;
        border-bottom: 11px solid #72a1c9
    }
}

@media (max-width:1023px) {
    blockquote {
        font-size: 18px;
        line-height: 32px;
        width: auto;
        border-bottom: 6px solid #72a1c9
    }
    blockquote.width-container {
        padding: 20px 20px 16px;
        margin: 0 3%;
        width: auto
    }
}

blockquote.width-container {
    max-width: 964px
}

@media (min-width:1024px) {
    blockquote.width-container {
        margin-bottom: 68px
    }
}

@media (max-width:1023px) {
    blockquote.width-container {
        margin-bottom: 36px
    }
}

blockquote:before {
    content: '';
    font-family: swissLight, sans-serif;
    color: #72a1c9;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA4QkYwRTFGMDk5MDExRTc4QjU2RkFGMTdCOTM5MUE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA4QkYwRTIwMDk5MDExRTc4QjU2RkFGMTdCOTM5MUE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDhCRjBFMUQwOTkwMTFFNzhCNTZGQUYxN0I5MzkxQTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDhCRjBFMUUwOTkwMTFFNzhCNTZGQUYxN0I5MzkxQTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz43ixbbAAACfUlEQVR42uyYTUhVQRTHrx+pRaSiBdpGJSXSRCOIwK/AgmhjKfaghYQKiotUgoQEo0UF4kqEFqIotgoEaREKBaEbF0WKuNFAXASpUSFSKGb/gSO4eNx3zn3vjlc6B37g4txhfs7MmTMvrnNk1olBpINr4BIoBXkgG9wCM87hRA6opDkVg1xwOjGKAU+CeyAEykCic/hxFjSBWnAxXIKXSWaCLtAMTjnBiAvgCbgDEtwSJcJmoA7QDVIDIpoGesH9SKJS4XNgFFx1ghPXwTBtY3bEM3KqwWzAZB+Ct1JZzgrfBWMBKUgm4sAAaPU6gJtIPXjFPRuWoj8aWTfhK3Rmo5H9BL7FUPYBaIvi+x3wIZzwGTAOkj0M+hkMgjdgNYayVaDPw3d7YAqM0Jn/GU54gLokScyBR2DSh21sGpwhD7ttgq7QBbctfRvUCQbdpXuwB2z7dG6fUVvIjXVqiiYinWHz9wvBwJv0D3rnY5E6LyxSi+Cm23E6KNwACpgDm9WsAe99rsqPBVfiMp31dW7j0S6YSLsF2Sy6GrkVOBRJ9qBwBShiDj4NXlq4cxtBEjP3OfgoaS3rBRN5SuXe7wgx89YktSee2rUaZv6Sz0VqP0wtKWTmmivrt0S4SNCEj1pa3RuC3NfS15LkFWRjdR3BnH5QdycSLmHm/gXzloS5c5qneYmE85i55iGwZUHWtJD5zNwV6eBGOIeZu2Fpdc3j5Rgz97sX4Qxm7i9LwpmCXHH/btq2E8zcFMH234+v4I/wm+OC3DTpnCTCl8EX4eTLHfkP8UmC3BZCtKX/q1BhFVZhFVZhFVZhFVZhFVZhFVZhFVZhFVZhFT5q8U+AAQBoUlzZYeiFxQAAAABJRU5ErkJggg==) no-repeat;
    background-size: contain
}

@media (min-width:1024px) {
    blockquote:before {
        width: 60px;
        height: 50px;
        display: block;
        margin-bottom: 29px
    }
}

@media (max-width:1023px) {
    blockquote:before {
        width: 46px;
        height: 37px;
        display: block;
        margin-bottom: 29px
    }
}

blockquote strong {
    display: block;
    position: relative;
    font-family: swissBold, sans-serif;
    color: #72a1c9
}

@media (min-width:1024px) {
    blockquote strong {
        padding: 74px 0 11px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:1023px) {
    blockquote strong {
        padding: 32px 0 8px;
        font-size: 15px;
        line-height: 24px
    }
}

blockquote strong:before {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    background: #72a1c9
}

@media (min-width:1024px) {
    blockquote strong:before {
        top: 34px;
        width: 60px
    }
}

@media (max-width:1023px) {
    blockquote strong:before {
        top: 14px;
        width: 38px
    }
}

blockquote span {
    display: block;
    font-family: swissLight, sans-serif;
    color: #4e5053
}

@media (min-width:1024px) {
    blockquote span {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -.4px
    }
}

@media (max-width:1023px) {
    blockquote span {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -.2px
    }
}

.red-line-heading-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:529px) {
    .red-line-heading-block.swiper-slide {
        padding: 0 4%
    }
}

.red-line-heading-block h3 {
    transition: color .3s;
    position: relative;
    color: #000;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .red-line-heading-block h3 {
        -ms-flex-align: end;
        align-items: flex-end;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
        padding: 0 0 5px 21px;
        font-family: swissLight, sans-serif;
        font-size: 28px;
        line-height: 1;
        letter-spacing: -.4px;
        min-height: 61px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .red-line-heading-block h3 {
        padding: 0 0 5px 15px;
        font-size: 24px;
        line-height: 23px;
        letter-spacing: -.2px;
        min-height: 44px
    }
}

@media (max-width:1023px) {
    .red-line-heading-block h3 {
        font-family: swissRoman, sans-serif;
        margin-bottom: 3px;
        padding: 11px 0 0 19px;
        font-size: 25px;
        line-height: 29px
    }
}

.red-line-heading-block h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 6px;
    background: #4197CB
}

@media (min-width:1024px) {
    .red-line-heading-block h3:before {
        width: 12px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .red-line-heading-block h3:before {
        width: 9px
    }
}

@media (max-width:1023px) {
    .red-line-heading-block h3:before {
        width: 10px
    }
}

.red-line-heading-block .rlhb-img {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden
}

@media (min-width:1024px) {
    .red-line-heading-block .rlhb-img {
        height: 268px;
        -ms-flex: 0 0 268px;
        flex: 0 0 268px
    }
    .red-line-heading-block .rlhb-img:not(:last-child) {
        margin-bottom: 32px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .red-line-heading-block .rlhb-img {
        height: 240px
    }
}

@media (max-width:1023px) {
    .red-line-heading-block .rlhb-img {
        height: 213px;
        -ms-flex: 0 0 213px;
        flex: 0 0 213px
    }
    .red-line-heading-block .rlhb-img:not(:last-child) {
        margin-bottom: 24px
    }
}

.red-line-heading-block .rlhb-img:after,
.red-line-heading-block .rlhb-img:before {
    transition: opacity .3s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width:1024px) {
    .red-line-heading-block .rlhb-img:after,
    .red-line-heading-block .rlhb-img:before {
        height: 11px
    }
}

@media (max-width:1023px) {
    .red-line-heading-block .rlhb-img:after,
    .red-line-heading-block .rlhb-img:before {
        height: 6px
    }
}

.red-line-heading-block .rlhb-img:hover:before {
    opacity: 0
}

.red-line-heading-block .rlhb-img:before {
    transition: opacity .3s;
    background: #34657F;
    z-index: 2
}

.red-line-heading-block .rlhb-img:after {
    background: #4197CB;
    z-index: 1
}

.red-line-heading-block .rlhb-img:last-child {
    margin-top: 0!important
}

@media (min-width:1024px) {
    .red-line-heading-block ol:not(: last-child), .red-line-heading-block p:not(: last-child), .red-line-heading-block ul:not(: last-child) {
        margin-bottom: 31px
    }
}

@media (max-width:1023px) {
    .red-line-heading-block ol:not(: last-child), .red-line-heading-block p:not(: last-child), .red-line-heading-block ul:not(: last-child) {
        margin-bottom: 26px
    }
}

.red-line-heading-block ul:not(:first-child) {
    margin-top: 26px
}

@media (min-width:530px) {
    .red-line-heading-block .main-button {
        min-width: 65%
    }
}

@media only screen and (max-width:529px) {
    .red-line-heading-block .main-button {
        width: 100%
    }
}

.red-line-heading-block>a {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.red-line-heading-block>a:hover h3 {
    color: #4197CB
}

.red-line-heading-block>a:hover .rlhb-img:before {
    opacity: 0
}

.red-line-heading-block>:last-child:not(:only-child) {
    margin-top: auto
}

.two-columns-slider {
    padding: 38px 0 0
}

.two-columns-slider .red-line-heading-block {
    line-height: 30px
}

.two-columns-slider .rlhb-img {
    height: 259px;
    margin-bottom: 23px
}

@media (min-width:1024px) and (max-width:1440px) {
    .two-columns-slider .rlhb-img {
        height: 210px
    }
}

.two-columns-slider .tcs-slider-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px 0 0
}

@media (min-width:1024px) and (max-width:1440px) {
    .two-columns-slider .tcs-slider-nav {
        padding: 20px 0 0
    }
}

.two-columns-slider .tcs-slider-nav.hide {
    display: none
}

.two-columns-slider .tcs-slider-nav:after,
.two-columns-slider .tcs-slider-nav:before {
    content: '';
    display: block;
    height: 13px;
    background: #4e5053;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:1024px) and (max-width:1440px) {
    .two-columns-slider .tcs-slider-nav:after,
    .two-columns-slider .tcs-slider-nav:before {
        height: 9px
    }
}

.two-columns-slider .swiper-button-next,
.two-columns-slider .swiper-button-prev {
    margin: 0 5.5%
}

.two-columns-slider .swiper-button-next .svg-ico,
.two-columns-slider .swiper-button-prev .svg-ico {
    width: 13px;
    height: 21px
}

.two-columns-slider .swiper-pagination {
    position: static
}

.two-columns-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px
}

.two-columns-slider .swiper-pagination .swiper-pagination-bullet:before {
    background: #34657F
}

.bg-title-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px
}

@media (min-width:1024px) {
    .bg-title-block {
        height: 157px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .bg-title-block {
        height: 130px
    }
}

@media (max-width:1023px) {
    .bg-title-block {
        height: 102px
    }
}

.bg-title-block:before {
    transition: transform .2s ease-in-out;
    transform: translate3d(0, 100%, 0);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 11px;
    background: #4197CB;
    z-index: 2
}

.bg-title-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .3s;
    background: rgba(0, 0, 0, .3);
    z-index: 1
}

.bg-title-block:hover:before {
    transform: translate3d(0, 0, 0)
}

.bg-title-block:hover:after {
    opacity: 0
}

.bg-title-block:hover .btb-bg {
    transform: scale(1.2)
}

.bg-title-block:hover h3 {
    transform: scale(.8)
}

.bg-title-block .btb-bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .2s ease-in-out;
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%
}

.bg-title-block h3 {
    position: relative;
    transition: transform .2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    font-family: swissBold, sans-serif;
    z-index: 3
}

.bg-title-block a {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 4
}

.breadcrumbs {
    background: #ebebeb;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    padding: 16px 15px 17px
}

.breadcrumbs>span {
    color: #4197CB
}

.breadcrumbs>span:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin-right: 11px;
    color: #a7a9ac
}

.breadcrumbs a {
    color: #a7a9ac;
    display: inline-block;
    margin-right: 11px
}

.table-section.width-container {
    max-width: 964px
}

@media only screen and (max-width:529px) {
    .table-section {
        overflow: auto;
        padding-bottom: 14px
    }
}

@media (min-width:1024px) {
    table {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    table {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:1023px) {
    table {
        font-size: 15px;
        line-height: 24px
    }
}

@media (min-width:530px) {
    table {
        width: 100%
    }
}

table thead {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    background: #34657F
}

table tbody {
    font-family: swissLight, sans-serif;
    color: #4e5053
}

table tbody tr:nth-child(2n+1) {
    background: #ebebeb
}

table tbody tr:nth-child(2n) {
    background: #f7f7f7
}

table tr:not(:last-child) {
    border-bottom: 1px solid #fff
}

@media only screen and (max-width:529px) {
    table td,
    table th {
        min-width: 45vw
    }
}

table td:not(:last-child),
table th:not(:last-child) {
    border-right: 1px solid #fff
}

@media (min-width:1024px) {
    table td {
        padding: 24px 24px 20px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    table td {
        padding: 16px 18px 14px
    }
}

@media (max-width:1023px) {
    table td {
        padding: 11px 20px 9px
    }
}

@media (min-width:1024px) {
    table th {
        padding: 19px 0 14px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    table th {
        padding: 14px 0 12px
    }
}

@media (max-width:1023px) {
    table th {
        padding: 12px 0 10px
    }
}

.striped-gray-slider {
    background: repeating-linear-gradient(-45deg, rgba(225, 225, 225, .6), rgba(225, 225, 225, .6) 1px, rgba(237, 237, 237, .6) 3px, rgba(237, 237, 237, .6) 4px);
    padding: 37px 5%
}

@media print {
    .striped-gray-slider {
        display: none
    }
}

.striped-gray-slider h3 {
    font-family: swissLight, sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -.6px;
    margin-bottom: 34px
}

.striped-gray-slider .sgs-slide {
    position: relative;
    background: #fff;
    border-bottom: 3px solid #34657F;
    color: #34657F;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: swissBold, sans-serif;
    text-align: center;
    padding: 46px 12% 25px
}

@media (min-width:1024px) and (max-width:1440px) {
    .striped-gray-slider .sgs-slide {
        padding: 25px 12%
    }
}

.striped-gray-slider .sgs-slide .sgs-brand-logo {
    height: 115px;
    background-size: contain;
    background-position: 50% 50%;
    margin-bottom: 25px;
    background-repeat: no-repeat
}

.striped-gray-slider .sgs-slide .sgs-brand-name {
    position: relative;
    padding-top: 26px
}

.striped-gray-slider .sgs-slide .sgs-brand-name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 53px;
    background: #4e5053;
    height: 1px;
    margin-left: -23px
}

.striped-gray-slider .sgs-slide>a {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.striped-gray-slider .sgs-slider-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0 0
}

.striped-gray-slider .swiper-button-next,
.striped-gray-slider .swiper-button-prev {
    margin: 0 5.5%
}

.striped-gray-slider .swiper-button-next .svg-ico,
.striped-gray-slider .swiper-button-prev .svg-ico {
    width: 13px;
    height: 21px
}

.striped-gray-slider .swiper-pagination {
    position: static
}

.striped-gray-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    background: #fff
}

.striped-gray-slider .swiper-pagination .swiper-pagination-bullet:before {
    background: #34657F
}

@media print {
    .thumbs-slider {
        display: none
    }
}

@media (min-width:530px) {
    .thumbs-slider .swiper-slide {
        padding-bottom: 48px
    }
}

.thumbs-slider .ts-full .ts-image,
.thumbs-slider .ts-full .ts-video-link {
    display: block
}

@media (min-width:530px) {
    .thumbs-slider .ts-full .ts-image,
    .thumbs-slider .ts-full .ts-video-link {
        height: 416px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .thumbs-slider .ts-full .ts-image,
    .thumbs-slider .ts-full .ts-video-link {
        height: 367px
    }
}

@media only screen and (max-width:529px) {
    .thumbs-slider .ts-full .ts-image,
    .thumbs-slider .ts-full .ts-video-link {
        height: 51vw
    }
}

.thumbs-slider .ts-full .ts-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.thumbs-slider .ts-full .ts-video-link {
    background-size: cover;
    background-position: 50% 50%;
    position: relative
}

.thumbs-slider .ts-full .ts-video-link:after,
.thumbs-slider .ts-full .ts-video-link:before {
    transition: border-color .3s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%
}

.thumbs-slider .ts-full .ts-video-link:before {
    border-radius: 100%
}

@media (min-width:1024px) {
    .thumbs-slider .ts-full .ts-video-link:before {
        width: 108px;
        height: 108px;
        border: 4px solid #fff;
        margin: -58px 0 0 -59px
    }
}

@media (max-width:1023px) {
    .thumbs-slider .ts-full .ts-video-link:before {
        width: 54px;
        height: 54px;
        border: 3px solid #fff;
        margin: -30px 0 0 -30px
    }
}

.thumbs-slider .ts-full .ts-video-link:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

@media (min-width:1024px) {
    .thumbs-slider .ts-full .ts-video-link:after {
        border-width: 31px 0 31px 45px;
        margin: -29px 0 0 -13px
    }
}

@media (max-width:1023px) {
    .thumbs-slider .ts-full .ts-video-link:after {
        border-width: 16px 0 16px 22px;
        margin: -16px 0 0 -6px
    }
}

.thumbs-slider .ts-full .ts-video-link:hover:before {
    border-color: #A1CE5E
}

.thumbs-slider .ts-full .ts-video-link:hover:after {
    border-color: transparent transparent transparent #A1CE5E
}

.thumbs-slider .ts-caption {
    padding-left: 16px;
    position: relative;
    font-family: swissMedium, sans-serif;
    margin-top: 16px
}

@media (min-width:530px) {
    .thumbs-slider .ts-caption {
        margin-bottom: -48px;
        padding-right: 150px
    }
}

.thumbs-slider .ts-caption:after {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 5px;
    width: 6px;
    background-color: #fbb732
}

@media only screen and (max-width:529px) {
    .thumbs-slider .ts-thumb {
        margin-top: 1em
    }
}

@media (min-width:530px) {
    .thumbs-slider .ts-thumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        margin-top: -30px
    }
}

@media (min-width:1024px) {
    .thumbs-slider .ts-thumb .swiper-wrapper {
        margin-left: -39%
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .thumbs-slider .ts-thumb .swiper-wrapper {
        margin-left: -34%
    }
}

@media (min-width:530px) {
    .thumbs-slider .ts-thumb .swiper-wrapper {
        padding-top: 40px
    }
}

@media only screen and (max-width:529px) {
    .thumbs-slider .ts-thumb .swiper-wrapper {
        padding-top: 22px;
        margin-left: -35%
    }
}

.thumbs-slider .swiper-pagination {
    position: relative
}

.thumbs-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.thumbs-slider .swiper-pagination .swiper-pagination-bullet:before {
    background: #34657F
}

.thumbs-slider .ts-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-top: -5px;
    padding-top: 5px;
    z-index: 2
}

.thumbs-slider .ts-controls .swiper-button-next .svg-ico,
.thumbs-slider .ts-controls .swiper-button-prev .svg-ico {
    width: 15px;
    height: 22px
}

.thumbs-slider .ts-controls .swiper-button-next .svg-ico *,
.thumbs-slider .ts-controls .swiper-button-prev .svg-ico * {
    fill: #34657F
}

.thumbs-slider .ts-controls .swiper-button-prev {
    left: 0
}

.thumbs-slider .ts-controls .swiper-button-next {
    right: 0
}

.swiper-wrapper.disabled {
    transform: translate3d(0, 0, 0)!important
}

.swiper-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-top: -5px;
    padding-top: 5px;
    z-index: 2;
    background-color: transparent
}

.swiper-controls .swiper-button-next .svg-ico,
.swiper-controls .swiper-button-prev .svg-ico {
    width: 15px;
    height: 22px
}

.swiper-controls .swiper-button-next .svg-ico *,
.swiper-controls .swiper-button-prev .svg-ico * {
    fill: #34657F
}

.swiper-controls .swiper-button-prev {
    left: 0
}

.swiper-controls .swiper-button-next {
    right: 0
}

@media print {
    .swiper-controls {
        display: none
    }
}

.swiper-controls.hide {
    position: absolute;
    visibility: hidden
}

@media (min-width:530px) {
    .swiper-controls .swiper-button-next,
    .swiper-controls .swiper-button-prev {
        top: auto
    }
}

@media only screen and (max-width:529px) {
    .swiper-controls .swiper-button-next,
    .swiper-controls .swiper-button-prev {
        top: auto
    }
}

.three-col-block .swiper-controls {
    padding-top: 35px
}

@media (max-width:1023px) {
    .three-col-block .swiper-controls {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.three-col-block .swiper-pagination {
    position: static;
    margin: 0 auto
}

.three-col-block .swiper-button-prev {
    -ms-flex-order: -1;
    order: -1
}

.three-col-block .swiper-button-next,
.three-col-block .swiper-button-prev,
.three-col-block .swiper-pagination-bullet {
    margin-left: 6px;
    margin-right: 6px
}

.footer-banner {
    position: relative;
    margin-bottom: 0;
    text-align: center
}

@media (min-width:1024px) {
    .footer-banner {
        letter-spacing: -.4px
    }
}

@media (max-width:1023px) {
    .footer-banner {
        letter-spacing: -.1px
    }
}

@media screen and (min-width:1024px) {
    .footer-banner .swiper-container {
        padding: 100px 0
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .footer-banner .swiper-container {
        padding: 55px 0
    }
}

@media (max-width:1023px) {
    .footer-banner .swiper-container {
        padding: 40px 0
    }
}

@media print {
    .footer-banner .swiper-container {
        padding: 0
    }
}

.footer-banner .gtc-col {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:1024px) {
    .footer-banner .gtc-col {
        padding: 50px 2%
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .footer-banner .gtc-col {
        padding: 35px 2%
    }
}

@media (max-width:1023px) {
    .footer-banner .gtc-col {
        padding: 30px 6%
    }
}

.footer-banner .fb-icon-block {
    margin-bottom: 27px
}

.footer-banner h3 {
    text-transform: uppercase;
    color: #000;
    font-family: swissBold, sans-serif;
    font-size: 18px;
    line-height: 22px
}

@media (min-width:1024px) {
    .footer-banner h3 {
        margin-bottom: 17px
    }
}

@media (max-width:1023px) {
    .footer-banner h3 {
        margin-bottom: 9px
    }
}

.footer-banner p:not(:last-child) {
    margin-bottom: 25px
}

@media (min-width:1024px) {
    .footer-banner .svg-ico {
        width: 120px;
        height: 120px
    }
}

@media (max-width:1023px) {
    .footer-banner .svg-ico {
        width: 84px;
        height: 84px
    }
}

.footer-banner .svg-ico * {
    fill: #4197CB
}

@media (min-width:530px) {
    .footer-banner .main-button {
        min-width: 80%
    }
}

@media only screen and (max-width:529px) {
    .footer-banner .main-button {
        width: 100%
    }
}

.footer-banner .swiper-pagination {
    bottom: 40px;
    left: 10%;
    right: 10%
}

@media (min-width:1024px) {
    .footer-banner .swiper-pagination {
        display: none
    }
}

.footer-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.footer-banner .swiper-pagination .swiper-pagination-bullet:before {
    background: #A1CE5E
}

@media (min-width:1024px) {
    .footer-banner .swiper-button-next,
    .footer-banner .swiper-button-prev {
        display: none
    }
}

@media (max-width:1023px) {
    .footer-banner .swiper-button-next .svg-ico,
    .footer-banner .swiper-button-prev .svg-ico {
        width: 13px;
        height: 23px
    }
    .footer-banner .swiper-button-next .svg-ico *,
    .footer-banner .swiper-button-prev .svg-ico * {
        fill: #fff
    }
}

.footer-banner .swiper-button-prev {
    left: 0
}

.footer-banner .swiper-button-next {
    right: 0
}

@media (min-width:1024px) {
    .stack-info-block {
        border-bottom: 11px solid #4e5053;
        margin-bottom: 50px
    }
}

@media (max-width:1023px) {
    .stack-info-block {
        border-bottom: 6px solid #4e5053;
        margin-bottom: 20px
    }
}

.stack-info-block:first-child {
    padding-top: 5vw
}

.stack-info-block .sib-container {
    background: #ebebeb
}

@media (min-width:1024px) {
    .stack-info-block .sib-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.stack-info-block .sib-col--bg {
    background-color: #fff
}

@media (min-width:1024px) {
    .stack-info-block .sib-col {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        max-width: 61%;
        width: 100%
    }
}

@media print {
    .stack-info-block .sib-col:first-child {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1024px) {
    .stack-info-block .sib-col:first-child {
        padding: 40px 2.6vw 25px
    }
}

@media screen and (min-width:1024px) and (max-width:1440px) {
    .stack-info-block .sib-col:first-child {
        padding: 23px 2vw 25px
    }
}

@media screen and (max-width:1023px) {
    .stack-info-block .sib-col:first-child {
        padding: 20px 6.4vw 17px
    }
}

@media (min-width:1024px) {
    .stack-info-block .sib-col .sib-col-info-container {
        padding: 29px 2.6vw 21px
    }
}

@media (max-width:1023px) {
    .stack-info-block .sib-col .sib-col-info-container {
        padding: 29px 5.5vw 21px
    }
    .stack-info-block .sib-col .sib-col-info-container:last-child {
        padding-bottom: 0
    }
}

.stack-info-block .sib-col .sib-col-info-container:only-child {
    margin: auto 0
}

@media (min-width:1024px) {
    .stack-info-block .sib-col .sib-col-info-container .underlined-listing li:last-child {
        padding-bottom: 0
    }
}

.stack-info-block .sib-image-container {
    margin-bottom: 21px;
    position: relative
}

.stack-info-block .sib-image-container.indent {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .stack-info-block .sib-image-container.indent {
        margin-bottom: 40px
    }
}

.stack-info-block .sib-image-container:last-child:not(.indent) {
    margin-bottom: 0
}

.stack-info-block .sib-image-container img {
    height: auto
}

@media (min-width:1024px) {
    .stack-info-block .sib-image-container img {
        width: 100%;
        max-width: 50.5vw
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .stack-info-block .sib-image-container img {
        width: 495px
    }
}

@media (max-width:1023px) {
    .stack-info-block .sib-image-container img {
        width: 100%
    }
}

.stack-info-block .content-title-section {
    letter-spacing: .45px
}

@media (min-width:1024px) {
    .stack-info-block .content-title-section {
        font-size: 17px;
        line-height: 30px
    }
}

.stack-info-block .content-title-section:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .stack-info-block .content-title-section:not(: last-child) {
        margin-bottom: 35px
    }
}

@media (max-width:1023px) {
    .stack-info-block .content-title-section {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 26px
    }
}

@media (min-width:1024px) {
    .stack-info-block .side-line-heading {
        font-size: 28px;
        line-height: 26px;
        letter-spacing: .5px;
        padding-left: 23px;
        margin-bottom: 16px
    }
}

@media (max-width:1023px) {
    .stack-info-block .side-line-heading {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -.5px;
        margin-bottom: 22px;
        padding: 14px 0 0 18px
    }
}

.stack-info-block .sib-additional-links {
    border-top: 1px solid #a7a9ac
}

@media (min-width:1024px) {
    .stack-info-block .sib-additional-links {
        font-size: 16px;
        line-height: 20px;
        padding-top: 37px
    }
}

@media (max-width:1023px) {
    .stack-info-block .sib-additional-links {
        font-size: 14px;
        line-height: 16px;
        padding-top: 28px
    }
}

.stack-info-block .sib-additional-links strong {
    text-transform: uppercase;
    font-weight: 400;
    font-family: swissMedium, sans-serif
}

@media (min-width:1024px) {
    .stack-info-block .sib-additional-links strong {
        margin-right: 14px
    }
}

@media only screen and (max-width:529px) {
    .stack-info-block .sib-additional-links strong {
        display: block;
        margin-bottom: 16px
    }
}

.stack-info-block .sib-additional-links .sib-additional-links__item,
.stack-info-block .sib-additional-links a {
    position: relative
}

@media (min-width:530px) {
    .stack-info-block .sib-additional-links .sib-additional-links__item,
    .stack-info-block .sib-additional-links a {
        margin-right: 28px;
        display: inline-block
    }
    .stack-info-block .sib-additional-links .sib-additional-links__item:not(:last-child):after,
    .stack-info-block .sib-additional-links a:not(:last-child):after {
        content: '';
        position: absolute;
        top: 3px;
        bottom: 0;
        right: -16px;
        width: 1px;
        border-left: 1px solid #a7a9ac
    }
}

@media only screen and (max-width:529px) {
    .stack-info-block .sib-additional-links .sib-additional-links__item,
    .stack-info-block .sib-additional-links a {
        display: block;
        margin-bottom: 13px
    }
}

.stack-info-block .underlined-listing .svg-ico {
    margin-left: 7px
}

@media (min-width:1024px) {
    .stack-info-block .underlined-listing .svg-ico {
        width: 18px;
        height: 18px
    }
}

@media (max-width:1023px) {
    .stack-info-block .underlined-listing .svg-ico {
        width: 14px;
        height: 14px
    }
}

.stack-info-block .underlined-listing .svg-ico * {
    fill: #4e5053
}

.stack-info-block .underlined-listing a:hover .svg-ico * {
    fill: #A1CE5E
}

@media print {
    .stack-info-block .sib-image-container {
        display: none
    }
}

.stack-info-block .sib-links {
    width: 100%;
    padding: 20px 2.6vw;
    border-top: 1px solid #a8a9ad;
    font-size: 16px
}

@media (min-width:1024px) and (max-width:1440px) {
    .stack-info-block .sib-links {
        padding-left: 2vw;
        padding-right: 2vw
    }
}

@media (max-width:1023px) {
    .stack-info-block .sib-links {
        padding-left: 6.4vw;
        padding-right: 6.4vw
    }
}

@media only screen and (max-width:529px) {
    .stack-info-block .sib-links {
        padding-top: 25px
    }
}

@media (min-width:530px) {
    .stack-info-block .sib-links {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.stack-info-block .sib-details {
    margin-top: 25px
}

@media print {
    .stack-info-block .sib-details+a {
        display: none
    }
}

.stack-info-block__image-thin .sib-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:530px) {
    .stack-info-block__image-thin .sib-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.stack-info-block__image-thin .sib-col {
    width: 100%
}

@media (min-width:530px) {
    .stack-info-block__image-thin .sib-col {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        max-width: none
    }
}

@media only screen and (max-width:529px) {
    .stack-info-block__image-thin .sib-col:first-child {
        padding-bottom: 0
    }
}

@media (min-width:530px) {
    .stack-info-block__image-thin .sib-col+.sib-col {
        -ms-flex-order: 0;
        order: 0;
        max-width: 31.9%;
        -ms-flex: 0 0 31.9%;
        flex: 0 0 31.9%;
        min-width: 170px
    }
}

.stack-info-block__image-thin .sib-image-container img {
    width: 100%;
    max-width: 100%
}

.stack-info-block__image-thin .side-line-sub-text {
    font-family: swissRoman, sans-serif
}

.loading .form-section {
    position: relative
}

.loading .form-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ebebeb;
    z-index: 101
}

.loader {
    transition: .2s;
    position: absolute;
    left: 50%;
    top: 150px;
    width: 125px;
    height: 125px;
    transform: scale(.6) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 102
}

.loading .loader {
    opacity: 1;
    visibility: visible
}

.loader__part {
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 12px;
    animation-name: loader;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: normal
}

.loader__part.part01 {
    left: 0;
    top: 51px;
    animation-delay: .45s
}

.loader__part.part02 {
    left: 15px;
    top: 15px;
    animation-delay: .6s
}

.loader__part.part03 {
    left: 51px;
    top: 0;
    animation-delay: .75s
}

.loader__part.part04 {
    right: 15px;
    top: 15px;
    animation-delay: .9s
}

.loader__part.part05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s
}

.loader__part.part06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s
}

.loader__part.part07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s
}

.loader__part.part08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s
}

@keyframes loader {
    0% {
        background-color: #4197CB
    }
    100% {
        background-color: transparent
    }
}

@media (min-width:1024px) {
    .line-tabs {
        padding: 65px 0 33px;
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .line-tabs {
        padding: 40px 0 33px;
        font-size: 15px;
        line-height: 19px
    }
}

@media (max-width:1023px) {
    .line-tabs {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0;
        position: relative;
        z-index: 9;
        height: 98px
    }
    .line-tabs.ltc-tabs-expanded .line-tabs-container:after {
        transform: rotate(-180deg)
    }
    .line-tabs.ltc-tabs-expanded .line-tabs-container:before {
        opacity: 1
    }
}

@media print {
    .line-tabs {
        display: none
    }
}

@media (min-width:1024px) {
    .line-tabs .line-tabs-container {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1023px) {
    .line-tabs .line-tabs-container {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        border-width: 3px 0 3px;
        border-style: solid;
        padding-top: 52px;
        border-color: #4e5053
    }
    .line-tabs .line-tabs-container:after {
        border-color: #4e5053 transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-blue {
        border-color: #34657F
    }
    .line-tabs .line-tabs-container.ltc-tab-blue:after {
        border-color: #34657F transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-darkblue {
        border-color: #003C5A
    }
    .line-tabs .line-tabs-container.ltc-tab-darkblue:after {
        border-color: #003C5A transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-orange {
        border-color: #A1CE5E
    }
    .line-tabs .line-tabs-container.ltc-tab-orange:after {
        border-color: #A1CE5E transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-green {
        border-color: #79a138
    }
    .line-tabs .line-tabs-container.ltc-tab-green:after {
        border-color: #79a138 transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-darkgreen {
        border-color: #1d542c
    }
    .line-tabs .line-tabs-container.ltc-tab-darkgreen:after {
        border-color: #1d542c transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-purple {
        border-color: #621d40
    }
    .line-tabs .line-tabs-container.ltc-tab-purple:after {
        border-color: #621d40 transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-grey {
        border-color: #4e5053
    }
    .line-tabs .line-tabs-container.ltc-tab-grey:after {
        border-color: #4e5053 transparent transparent transparent
    }
    .line-tabs .line-tabs-container.ltc-tab-red {
        border-color: #4197CB
    }
    .line-tabs .line-tabs-container.ltc-tab-red:after {
        border-color: #4197CB transparent transparent transparent
    }
    .line-tabs .line-tabs-container:after {
        transition: transform .3s;
        content: '';
        position: absolute;
        top: 22px;
        right: 18px;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        pointer-events: none
    }
    .line-tabs .line-tabs-container:before {
        transition: opacity .3s;
        content: '';
        position: absolute;
        bottom: 0;
        left: 5%;
        right: 5%;
        height: 15px;
        border-radius: 100%;
        z-index: -1;
        box-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
        opacity: 0
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-tabs-wrapper {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-tabs-wrapper {
        background: #fff
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item {
        max-width: 237px;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .line-tabs .ltc-item:not(:last-child) {
        margin-right: 2.5%
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item {
        background: #fff
    }
}

.line-tabs .ltc-item a {
    color: #a7a9ac
}

@media (min-width:1024px) {
    .line-tabs .ltc-item a {
        border-color: #a7a9ac
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #a7a9ac transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-active a,
    .line-tabs .ltc-item:hover a {
        background-color: #a7a9ac;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-active a {
        border: 0;
        color: #a7a9ac
    }
}

.line-tabs .ltc-item.ltc-tab-color-blue a {
    color: #34657F
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-blue a {
        border-color: #34657F
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-blue {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-blue.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #34657F transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-blue.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-blue:hover a {
        background-color: #34657F;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-blue.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-blue.ltc-tab-active a {
        border: 0;
        color: #34657F
    }
}

.line-tabs .ltc-item.ltc-tab-color-darkblue a {
    color: #003C5A
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-darkblue a {
        border-color: #003C5A
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-darkblue {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-darkblue.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #003C5A transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-darkblue.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-darkblue:hover a {
        background-color: #003C5A;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-darkblue.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-darkblue.ltc-tab-active a {
        border: 0;
        color: #003C5A
    }
}

.line-tabs .ltc-item.ltc-tab-color-orange a {
    color: #A1CE5E
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-orange a {
        border-color: #A1CE5E
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-orange {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-orange.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #A1CE5E transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-orange.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-orange:hover a {
        background-color: #A1CE5E;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-orange.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-orange.ltc-tab-active a {
        border: 0;
        color: #A1CE5E
    }
}

.line-tabs .ltc-item.ltc-tab-color-green a {
    color: #79a138
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-green a {
        border-color: #79a138
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-green {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-green.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #79a138 transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-green.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-green:hover a {
        background-color: #79a138;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-green.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-green.ltc-tab-active a {
        border: 0;
        color: #79a138
    }
}

.line-tabs .ltc-item.ltc-tab-color-darkgreen a {
    color: #1d542c
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-darkgreen a {
        border-color: #1d542c
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-darkgreen {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-darkgreen.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #1d542c transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-darkgreen.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-darkgreen:hover a {
        background-color: #1d542c;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-darkgreen.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-darkgreen.ltc-tab-active a {
        border: 0;
        color: #1d542c
    }
}

.line-tabs .ltc-item.ltc-tab-color-purple a {
    color: #621d40
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-purple a {
        border-color: #621d40
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-purple {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-purple.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #621d40 transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-purple.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-purple:hover a {
        background-color: #621d40;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-purple.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-purple.ltc-tab-active a {
        border: 0;
        color: #621d40
    }
}

.line-tabs .ltc-item.ltc-tab-color-grey a {
    color: #4e5053
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-grey a {
        border-color: #4e5053
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-grey {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-grey.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #4e5053 transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-grey.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-grey:hover a {
        background-color: #4e5053;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-grey.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-grey.ltc-tab-active a {
        border: 0;
        color: #4e5053
    }
}

.line-tabs .ltc-item.ltc-tab-color-red a {
    color: #4197CB
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-red a {
        border-color: #4197CB
    }
}

@media (min-width:1024px) {
    .line-tabs .ltc-item.ltc-tab-color-red {
        display: block!important;
        height: 74px!important
    }
    .line-tabs .ltc-item.ltc-tab-color-red.ltc-tab-active a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #4197CB transparent transparent transparent;
        margin-left: -11px
    }
    .line-tabs .ltc-item.ltc-tab-color-red.ltc-tab-active a,
    .line-tabs .ltc-item.ltc-tab-color-red:hover a {
        background-color: #4197CB;
        color: #fff
    }
}

@media (max-width:1023px) {
    .line-tabs .ltc-item.ltc-tab-color-red.ltc-tab-active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .line-tabs .ltc-item.ltc-tab-color-red.ltc-tab-active a {
        border: 0;
        color: #4197CB
    }
}

@media (max-width:1023px) {
    .line-tabs:not(.ltc-tabs-expanded) .ltc-item:not(.ltc-tab-active) {
        display: none
    }
}

.line-tabs a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: swissBold, sans-serif;
    color: #000;
    border-style: solid
}

@media (min-width:1024px) {
    .line-tabs a {
        height: 59px;
        border-width: 3px 0 3px;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .line-tabs a {
        height: 50px
    }
}

@media (max-width:1023px) {
    .line-tabs a {
        height: 52px;
        border-color: #a7a9ac;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        padding: 0 7%;
        border-width: 1px 0 0
    }
}

.blocks-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blocks-layout .bli-image-container {
    background-color: #a7a9ac;
    position: relative
}

.blocks-layout.bl-landing .bl-item {
    margin-bottom: 17px
}

@media print {
    .blocks-layout.bl-landing .bl-item {
        display: none
    }
}

@media (min-width:530px) {
    .blocks-layout.bl-landing .bl-item:not(first-child) {
        /* width: 100%; */
        width: 90%;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout.bl-landing .bl-item:not(first-child) {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:530px) {
    .blocks-layout.bl-landing .bl-item:not(first-child) .bli-image-container {
        width: 45.2%;
        /*min-height: 364px*/
        min-height: 296px;
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout.bl-landing .bl-item:first-child .bli-image-container {
        min-height: 300px
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout.bl-landing .bl-item:first-child .bli-image-container {
        height: 258px
    }
}

@media (min-width:1024px) {
    .blocks-layout.bl-landing .bl-item:first-child .bli-description {
        padding: 15px 5% 97px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .blocks-layout.bl-landing .bl-item:first-child .bli-description {
        padding: 15px 5%
    }
}

@media (min-width:530px) {
    .blocks-layout.bl-landing .bl-item:not(first-child) .bli-description {
        width: 54.8%
    }
 
}

.blocks-layout.bl-landing .bl-item:first-child .bli-label {
    margin-bottom: 12px
}

.blocks-layout.bl-landing .bl-item:first-child h3 {
    font-size: 33px;
    line-height: 38px
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout.bl-landing .bl-item:first-child h3 {
        font-size: 25px;
        line-height: 29px
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout.bl-landing .bl-item:first-child .bli-image-container {
        height: 299px
    }
    .blocks-layout.bl-landing .bl-item:first-child .bli-description {
        padding: 8px 6.5% 34px
    }
    .blocks-layout.bl-landing .bl-item:first-child .bli-label {
        margin-bottom: 7px
    }
    .blocks-layout.bl-landing .bl-item:first-child h3 {
        font-size: 33px;
        line-height: 38px
    }
}

.blocks-layout.bl-landing .bl-item:not(:first-child) {
   /* -ms-flex-direction: column;
    flex-direction: column */
}

@media (min-width:1024px) {
    .blocks-layout.bl-landing .bl-item:not(: first-child) {
        width: 32.2%
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .blocks-layout.bl-landing .bl-item:not(: first-child) {
        width: 49%
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout.bl-landing .bl-item:not(: first-child) {
        width: 100%
    }
}

.blocks-layout.bl-landing .bl-item:not(:first-child) .bli-image-container {
    height: 258px
}

.blocks-layout.bl-landing .bl-item:not(:first-child) .bli-description {
    padding: 17px 5.6% 33px
}

.blocks-layout.bl-landing .bl-item:not(:first-child) .bli-label {
    margin-bottom: 10px
}

.blocks-layout.bl-landing .bl-item:not(:first-child) h3 {
    font-size: 29px;
    line-height: 34px
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout.bl-landing .bl-item:not( first-child) h3 {
        font-size: 23px;
        line-height: 27px;
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout.bl-landing .bl-item:not(first-child) {
       /* -ms-flex-direction: row; */
       /* flex-direction: row; */
        padding-bottom: 6px; 
    }
    .blocks-layout.bl-landing .bl-item:not(:first-child) .bli-image-container {
        /*width: 48%;*/
        /*height: auto;*/
        min-height: 139px
    }
    .blocks-layout.bl-landing .bl-item:not(:first-child) .bli-description {
        /*width: 52%;*/
        width: 100%;
    }
    .blocks-layout.bl-landing .bl-item:not(:first-child) .bli-label {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 18px
    }
    .blocks-layout.bl-landing .bl-item:not(first-child) h3 {
        font-size: 17px;
        line-height: 19px
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout.bl-landing .bl-item:after {
        height: 12px
    }
}

.blocks-layout.bl-landing:after {
    content: '';
    display: inline-block;
    width: 32.2%
}

.blocks-layout .bl-item {
    position: relative;
    background: #f7f7f7;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 20px;
    overflow: hidden
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item {
        padding-bottom: 8px
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item {
        padding-bottom: 6px
    }
}

.blocks-layout .bl-item:after {
    transition: transform .2s ease-in-out;
    transform: translate3d(0, 6px, 0);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 18px
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item:after {
        height: 14px
    }
}

.blocks-layout .bl-item .bli-label {
    color: #a7a9ac
}

.blocks-layout .bl-item h3 {
    color: #a7a9ac
}

.blocks-layout .bl-item:after {
    background: #a7a9ac
}

.blocks-layout .bl-item.bl-item-color-blue .bli-label {
    color: #34657F
}

.blocks-layout .bl-item.bl-item-color-blue h3 {
    color: #34657F
}

.blocks-layout .bl-item.bl-item-color-blue:after {
    background: #34657F
}

.blocks-layout .bl-item.bl-item-color-darkblue .bli-label {
    color: #003C5A
}

.blocks-layout .bl-item.bl-item-color-darkblue h3 {
    color: #003C5A
}

.blocks-layout .bl-item.bl-item-color-darkblue:after {
    background: #003C5A
}

.blocks-layout .bl-item.bl-item-color-orange .bli-label {
    color: #A1CE5E
}

.blocks-layout .bl-item.bl-item-color-orange h3 {
    color: #A1CE5E
}

.blocks-layout .bl-item.bl-item-color-orange:after {
    background: #A1CE5E
}

.blocks-layout .bl-item.bl-item-color-green .bli-label {
    color: #79a138
}

.blocks-layout .bl-item.bl-item-color-green h3 {
    color: #79a138
}

.blocks-layout .bl-item.bl-item-color-green:after {
    background: #79a138
}

.blocks-layout .bl-item.bl-item-color-darkgreen .bli-label {
    color: #1d542c
}

.blocks-layout .bl-item.bl-item-color-darkgreen h3 {
    color: #1d542c
}

.blocks-layout .bl-item.bl-item-color-darkgreen:after {
    background: #1d542c
}

.blocks-layout .bl-item.bl-item-color-purple .bli-label {
    color: #621d40
}

.blocks-layout .bl-item.bl-item-color-purple h3 {
    color: #621d40
}

.blocks-layout .bl-item.bl-item-color-purple:after {
    background: #621d40
}

.blocks-layout .bl-item.bl-item-color-grey .bli-label {
    color: #a7a9ac
}

.blocks-layout .bl-item.bl-item-color-grey h3 {
    color: #a7a9ac
}

.blocks-layout .bl-item.bl-item-color-grey:after {
    background: #a7a9ac
}

.blocks-layout .bl-item.bli-type-video {
    -ms-flex-direction: column;
    flex-direction: column;
    display: block
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-video {
        width: 32.2%
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-video {
        width: 49%
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-video {
        width: 100%
    }
}

.blocks-layout .bl-item.bli-type-video .bli-image-container {
    height: 258px
}

.blocks-layout .bl-item.bli-type-video .bli-description {
    padding: 17px 5.6% 33px
}

.blocks-layout .bl-item.bli-type-video .bli-label {
    margin-bottom: 10px
}

.blocks-layout .bl-item.bli-type-video h3 {
    font-size: 29px;
    line-height: 34px
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-video h3 {
        font-size: 23px;
        line-height: 27px
    }
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-video .bli-description {
        padding: 17px 5.6% 38px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-video .bli-description {
        padding: 15px 5.6% 20px
    }
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-video {
        width: 49%
    }
    .blocks-layout .bl-item.bli-type-video .bli-date {
        display: none
    }
    .blocks-layout .bl-item.bli-type-video:hover .bli-image-container:before {
        border-color: #A1CE5E
    }
    .blocks-layout .bl-item.bli-type-video:hover .bli-image-container:after {
        border-color: transparent transparent transparent #A1CE5E
    }
}

@media (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-video {
        width: 100%
    }
}

.blocks-layout .bl-item.bli-type-video .bli-image-container {
    position: relative;
    height: auto!important;
    padding-bottom: 56.25%
}

.blocks-layout .bl-item.bli-type-video .bli-image-container:after,
.blocks-layout .bl-item.bli-type-video .bli-image-container:before {
    transition: border-color .3s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%
}

.blocks-layout .bl-item.bli-type-video .bli-image-container:before {
    border-radius: 100%;
    width: 57px;
    height: 57px;
    border: 3px solid #fff;
    margin: -32px 0 0 -33px
}

.blocks-layout .bl-item.bli-type-video .bli-image-container:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 17px 0 17px 24px;
    margin: -17px 0 0 -8px
}

.blocks-layout .bl-item.bli-type-video .bli-label {
    color: #79a138
}

.blocks-layout .bl-item.bli-type-video h3 {
    color: #79a138
}

.blocks-layout .bl-item.bli-type-video:after {
    background: #79a138
}

.blocks-layout .bl-item.bli-type-blog-post {
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-blog-post {
        width: 32.2%
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-blog-post {
        width: 49%
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-blog-post {
        width: 100%
    }
}

.blocks-layout .bl-item.bli-type-blog-post .bli-image-container {
    height: 258px
}

.blocks-layout .bl-item.bli-type-blog-post .bli-description {
    padding: 17px 5.6% 33px
}

.blocks-layout .bl-item.bli-type-blog-post .bli-label {
    margin-bottom: 10px
}

.blocks-layout .bl-item.bli-type-blog-post h3 {
    font-size: 29px;
    line-height: 34px
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-blog-post h3 {
        font-size: 23px;
        line-height: 27px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-blog-post .bli-image-container {
        height: 180px
    }
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-blog-post {
        width: 49%
    }
}

@media (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-blog-post {
        width: 100%
    }
}

.blocks-layout .bl-item.bli-type-blog-post .bli-label {
    color: #003C5A
}

.blocks-layout .bl-item.bli-type-blog-post h3 {
    color: #003C5A
}

.blocks-layout .bl-item.bli-type-blog-post:after {
    background: #003C5A
}

@media (min-width:530px) {
    .blocks-layout .bl-item.bli-type-news,
    .blocks-layout .bl-item.bli-type-press {
        width: 90%;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-news,
    .blocks-layout .bl-item.bli-type-press {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:530px) {
    .blocks-layout .bl-item.bli-type-news .bli-image-container,
    .blocks-layout .bl-item.bli-type-press .bli-image-container {
        width: 45.2%;
        min-height: 364px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-news .bli-image-container,
    .blocks-layout .bl-item.bli-type-press .bli-image-container {
        min-height: 300px
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-news .bli-image-container,
    .blocks-layout .bl-item.bli-type-press .bli-image-container {
        height: 258px
    }
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-news .bli-description,
    .blocks-layout .bl-item.bli-type-press .bli-description {
        padding: 15px 5% 97px
    }
}

@media (min-width:530px) and (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-news .bli-description,
    .blocks-layout .bl-item.bli-type-press .bli-description {
        padding: 15px 5%
    }
}

@media (min-width:530px) {
    .blocks-layout .bl-item.bli-type-news .bli-description,
    .blocks-layout .bl-item.bli-type-press .bli-description {
        width: 54.8%
    }
}

.blocks-layout .bl-item.bli-type-news .bli-label,
.blocks-layout .bl-item.bli-type-press .bli-label {
    margin-bottom: 12px
}

.blocks-layout .bl-item.bli-type-news h3,
.blocks-layout .bl-item.bli-type-press h3 {
    font-size: 33px;
    line-height: 38px
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-news h3,
    .blocks-layout .bl-item.bli-type-press h3 {
        font-size: 25px;
        line-height: 29px
    }
}

.blocks-layout .bl-item.bli-type-news .bli-label,
.blocks-layout .bl-item.bli-type-press .bli-label {
    color: #621d40
}

.blocks-layout .bl-item.bli-type-news h3,
.blocks-layout .bl-item.bli-type-press h3 {
    color: #621d40
}

.blocks-layout .bl-item.bli-type-news:after,
.blocks-layout .bl-item.bli-type-press:after {
    background: #621d40
}

@media (min-width:530px) {
    .blocks-layout .bl-item.bli-type-news,
    .blocks-layout .bl-item.bli-type-press {
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-news,
    .blocks-layout .bl-item.bli-type-press {
        width: 100%;
        padding: 17px 6% 40px;
        margin-bottom: 10px
    }
    .blocks-layout .bl-item.bli-type-news:after,
    .blocks-layout .bl-item.bli-type-press:after {
        height: 12px
    }
}

.blocks-layout .bl-item.bli-type-news .bli-image-container,
.blocks-layout .bl-item.bli-type-press .bli-image-container {
    width: 37%;
    min-height: 190px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-news .bli-image-container,
    .blocks-layout .bl-item.bli-type-press .bli-image-container {
        display: none
    }
}

@media (min-width:530px) {
    .blocks-layout .bl-item.bli-type-news .bli-description,
    .blocks-layout .bl-item.bli-type-press .bli-description {
        width: 63%;
        padding: 27px 4%
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bl-item.bli-type-news .bli-description,
    .blocks-layout .bl-item.bli-type-press .bli-description {
        width: 100%
    }
}

.blocks-layout .bl-item.bli-type-news .bli-label,
.blocks-layout .bl-item.bli-type-press .bli-label {
    display: none
}

.blocks-layout .bl-item.bli-type-news h3,
.blocks-layout .bl-item.bli-type-press h3 {
    color: #4e5053
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-news h3,
    .blocks-layout .bl-item.bli-type-press h3 {
        font-size: 29px;
        line-height: 33px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-news h3,
    .blocks-layout .bl-item.bli-type-press h3 {
        font-size: 21px;
        line-height: 25px
    }
}

@media (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-news h3,
    .blocks-layout .bl-item.bli-type-press h3 {
        font-size: 24px;
        line-height: 29px
    }
}

.blocks-layout .bl-item.bli-type-news:hover h3,
.blocks-layout .bl-item.bli-type-press:hover h3 {
    color: #621d40
}

.blocks-layout .bl-item.bli-type-news .bli-label {
    color: #1d542c
}

.blocks-layout .bl-item.bli-type-news h3 {
    color: #1d542c
}

.blocks-layout .bl-item.bli-type-news:after {
    background: #1d542c
}

.blocks-layout .bl-item.bli-type-news h3 {
    color: #4e5053
}

@media (min-width:1024px) {
    .blocks-layout .bl-item.bli-type-news h3 {
        font-size: 29px;
        line-height: 33px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .blocks-layout .bl-item.bli-type-news h3 {
        font-size: 21px;
        line-height: 25px
    }
}

@media (max-width:1023px) {
    .blocks-layout .bl-item.bli-type-news h3 {
        font-size: 24px;
        line-height: 29px
    }
}

.blocks-layout .bl-item.bli-type-news:hover h3 {
    color: #1d542c
}

.blocks-layout .bl-item a:not(.js-video-popup):hover~.bli-description h3 {
    color: #4e5053
}

.blocks-layout .bl-item a:not(.js-video-popup):hover~.bli-description:after {
    transform: translate3d(0, 0, 0)
}

.blocks-layout .bl-item a {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.blocks-layout .bli-label {
    font-weight: 400;
    font-family: swissLight, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.1px
}

.blocks-layout .bli-date {
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #000
}

@media (min-width:530px) {
    .blocks-layout .bli-date {
        margin-bottom: 14px
    }
}

@media only screen and (max-width:529px) {
    .blocks-layout .bli-date {
        margin-bottom: 11px
    }
}

.blocks-layout h3 {
    transition: color .3s;
    font-family: swissBold, sans-serif;
    letter-spacing: -.6px
}

.blocks-layout .bli-image-container {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media (min-width:1024px) {
    aside.main-sidebar .blocks-layout {
        padding: 15px 0
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .blocks-layout {
        padding: 26px 0
    }
}

aside.main-sidebar .blocks-layout .bli-description {
    padding: 9px 11px
}

@media (max-width:1023px) {
    aside.main-sidebar .blocks-layout .bli-label {
        font-size: 14px;
        line-height: 18px
    }
}

aside.main-sidebar .blocks-layout p {
    margin-bottom: 13px
}

@media (min-width:1024px) {
    aside.main-sidebar .blocks-layout h3 {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    aside.main-sidebar .blocks-layout h3 {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .blocks-layout h3 {
        font-size: 16px;
        line-height: 19px
    }
}

@media (min-width:1024px) {
    aside.main-sidebar .blocks-layout .bl-item {
        min-height: 177px
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    aside.main-sidebar .blocks-layout .bl-item {
        min-height: 145px
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .blocks-layout .bl-item {
        min-height: 150px;
        padding-bottom: 5px;
        margin-bottom: 11px
    }
    aside.main-sidebar .blocks-layout .bl-item:after {
        height: 11px
    }
}

aside.main-sidebar .blocks-layout .bl-item:not(:nth-child(3n)) {
    width: 47.5%;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%
}

aside.main-sidebar .blocks-layout .bl-item:not(:nth-child(3n)) .bli-image-container {
    display: none
}

aside.main-sidebar .blocks-layout .bl-item:first-child:nth-last-child(2),
aside.main-sidebar .blocks-layout .bl-item:nth-child(2):last-child,
aside.main-sidebar .blocks-layout .bl-item:nth-child(3n) {
    width: 100%
}

@media (min-width:1024px) {
    aside.main-sidebar .blocks-layout .bl-item:first-child:nth-last-child(2) .bli-image-container,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(2):last-child .bli-image-container,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(3n) .bli-image-container {
        width: 47.5%
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .blocks-layout .bl-item:first-child:nth-last-child(2) .bli-image-container,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(2):last-child .bli-image-container,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(3n) .bli-image-container {
        width: 48.5%;
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        margin-right: 3%
    }
}

@media (min-width:1024px) {
    aside.main-sidebar .blocks-layout .bl-item:first-child:nth-last-child(2) .bli-image-container+.bli-description,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(2):last-child .bli-image-container+.bli-description,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(3n) .bli-image-container+.bli-description {
        width: 52.5%;
        -ms-flex: 0 0 52.5%;
        flex: 0 0 52.5%
    }
}

@media (max-width:1023px) {
    aside.main-sidebar .blocks-layout .bl-item:first-child:nth-last-child(2) .bli-image-container+.bli-description,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(2):last-child .bli-image-container+.bli-description,
    aside.main-sidebar .blocks-layout .bl-item:nth-child(3n) .bli-image-container+.bli-description {
        width: 48.5%;
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%
    }
}

.filters-section {
    display: -ms-flexbox;
    display: flex;
    border: solid #a7a9ac;
    border-width: 1px 0;
    padding: 30px 0;
    margin-bottom: 49px
}

@media only screen and (max-width:529px) {
    .filters-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:529px) {
    .filters-section .fs-col {
        width: 100%
    }
}

@media (min-width:530px) {
    .filters-section .fs-col {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media only screen and (max-width:529px) {
    .filters-section .fs-col:not(: last-child) {
        margin-bottom: 30px
    }
}

@media (min-width:530px) {
    .filters-section .fs-col:not(: last-child) {
        position: relative;
        padding-right: 8.5%;
        margin-right: 8%
    }
    .filters-section .fs-col:not(:last-child):after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        background: #a7a9ac
    }
}

.filters-section .fs-filter-name {
    position: relative;
    font-family: swissBold, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    padding: 18px 0 3px;
    line-height: 19px
}

.filters-section .fs-filter-name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 6px;
    background: #621d40
}

.filters-section .fs-filters-list {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-family: swissBold, sans-serif
}

.filters-section .fs-fl-item:not(:last-child) {
    position: relative;
    padding-right: 14px;
    margin-right: 12px
}

.filters-section .fs-fl-item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    width: 1px;
    background: #a7a9ac
}

.filters-section .fs-fl-item.disabled a {
    color: #4e5053;
    pointer-events: none;
    text-decoration: none
}

.filters-section .fs-fl-item.selected a {
    pointer-events: none;
    text-decoration: none;
    color: #000
}

.filters-section a {
    color: #621d40
}

.anchors-content-container {
    overflow: hidden
}

.anchors-content-container .acc-wrapper {
    transition: transform .2s, height .2s;
    transform: translate3d(0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.anchors-content-container .acc-item {
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url("mCSB_buttons.png");
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.search-page {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-page .form-section {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.search-page .page-header {
    padding: 40px 0
}

@media (max-width:1023px) {
    .search-page .page-header .side-line-heading {
        font-size: 22px;
        line-height: 20px
    }
}

.search-page .blocks-layout {
    display: block
}

.search-page .bl-item .bli-label {
    color: #621d40
}

.search-page .bl-item h3 {
    color: #621d40
}

.search-page .bl-item:after {
    background: #621d40
}

.search-page p:not(:empty) {
    margin-bottom: 20px
}

.search-page .fs-input-text-wrapper {
    margin-bottom: 25px
}

.search-page .blocks-layout .bl-item.bli-type-news .bli-label,
.search-page .blocks-layout .bl-item.bli-type-press .bli-label {
    display: block;
    text-transform: uppercase
}

.search-page .blocks-layout .bl-item.bli-type-press h3 a {
    color: inherit;
    text-decoration: none;
    position: static
}

.pagination {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .pagination {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pagination>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:530px) {
    .pagination>div {
        padding: 4vw 0
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .pagination>div {
        padding: 2vw 0 3vw
    }
}

@media only screen and (max-width:529px) {
    .pagination>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5.5vw 0 12vw
    }
}

.pagination.pagination-press .first,
.pagination.pagination-purple .first {
    color: #621d40
}

.pagination.pagination-press .nextpostslink:after,
.pagination.pagination-press .nextpostslink:before,
.pagination.pagination-press .previouspostslink:after,
.pagination.pagination-press .previouspostslink:before,
.pagination.pagination-purple .nextpostslink:after,
.pagination.pagination-purple .nextpostslink:before,
.pagination.pagination-purple .previouspostslink:after,
.pagination.pagination-purple .previouspostslink:before {
    background: #621d40
}

.pagination.pagination-press span.current,
.pagination.pagination-purple span.current {
    border-color: #621d40
}

.pagination.pagination-press span.current:before,
.pagination.pagination-purple span.current:before {
    color: #621d40
}

.pagination.pagination-blue .first {
    color: #34657F
}

.pagination.pagination-blue .nextpostslink:after,
.pagination.pagination-blue .nextpostslink:before,
.pagination.pagination-blue .previouspostslink:after,
.pagination.pagination-blue .previouspostslink:before {
    background: #34657F
}

.pagination.pagination-blue span.current {
    border-color: #34657F
}

.pagination.pagination-blue span.current:before {
    color: #34657F
}

.pagination.pagination-darkblue .first {
    color: #003C5A
}

.pagination.pagination-darkblue .nextpostslink:after,
.pagination.pagination-darkblue .nextpostslink:before,
.pagination.pagination-darkblue .previouspostslink:after,
.pagination.pagination-darkblue .previouspostslink:before {
    background: #003C5A
}

.pagination.pagination-darkblue span.current {
    border-color: #003C5A
}

.pagination.pagination-darkblue span.current:before {
    color: #003C5A
}

.pagination.pagination-orange .first {
    color: #A1CE5E
}

.pagination.pagination-orange .nextpostslink:after,
.pagination.pagination-orange .nextpostslink:before,
.pagination.pagination-orange .previouspostslink:after,
.pagination.pagination-orange .previouspostslink:before {
    background: #A1CE5E
}

.pagination.pagination-orange span.current {
    border-color: #A1CE5E
}

.pagination.pagination-orange span.current:before {
    color: #A1CE5E
}

.pagination.pagination-green .first,
.pagination.pagination-video .first {
    color: #79a138
}

.pagination.pagination-green .nextpostslink:after,
.pagination.pagination-green .nextpostslink:before,
.pagination.pagination-green .previouspostslink:after,
.pagination.pagination-green .previouspostslink:before,
.pagination.pagination-video .nextpostslink:after,
.pagination.pagination-video .nextpostslink:before,
.pagination.pagination-video .previouspostslink:after,
.pagination.pagination-video .previouspostslink:before {
    background: #79a138
}

.pagination.pagination-green span.current,
.pagination.pagination-video span.current {
    border-color: #79a138
}

.pagination.pagination-green span.current:before,
.pagination.pagination-video span.current:before {
    color: #79a138
}

.pagination.pagination-darkgreen .first,
.pagination.pagination-news .first {
    color: #1d542c
}

.pagination.pagination-darkgreen .nextpostslink:after,
.pagination.pagination-darkgreen .nextpostslink:before,
.pagination.pagination-darkgreen .previouspostslink:after,
.pagination.pagination-darkgreen .previouspostslink:before,
.pagination.pagination-news .nextpostslink:after,
.pagination.pagination-news .nextpostslink:before,
.pagination.pagination-news .previouspostslink:after,
.pagination.pagination-news .previouspostslink:before {
    background: #1d542c
}

.pagination.pagination-darkgreen span.current,
.pagination.pagination-news span.current {
    border-color: #1d542c
}

.pagination.pagination-darkgreen span.current:before,
.pagination.pagination-news span.current:before {
    color: #1d542c
}

.pagination.pagination-purple .first {
    color: #621d40
}

.pagination.pagination-purple .nextpostslink:after,
.pagination.pagination-purple .nextpostslink:before,
.pagination.pagination-purple .previouspostslink:after,
.pagination.pagination-purple .previouspostslink:before {
    background: #621d40
}

.pagination.pagination-purple span.current {
    border-color: #621d40
}

.pagination.pagination-purple span.current:before {
    color: #621d40
}

.pagination.pagination-grey .first {
    color: #a7a9ac
}

.pagination.pagination-grey .nextpostslink:after,
.pagination.pagination-grey .nextpostslink:before,
.pagination.pagination-grey .previouspostslink:after,
.pagination.pagination-grey .previouspostslink:before {
    background: #a7a9ac
}

.pagination.pagination-grey span.current {
    border-color: #a7a9ac
}

.pagination.pagination-grey span.current:before {
    color: #a7a9ac
}

.pagination.pagination-red .first {
    color: #4197CB
}

.pagination.pagination-red .nextpostslink:after,
.pagination.pagination-red .nextpostslink:before,
.pagination.pagination-red .previouspostslink:after,
.pagination.pagination-red .previouspostslink:before {
    background: #4197CB
}

.pagination.pagination-red span.current {
    border-color: #4197CB
}

.pagination.pagination-red span.current:before {
    color: #4197CB
}

.pagination .pages {
    padding: 0;
    border: none
}

@media (min-width:1024px) {
    .pagination .pages {
        margin-top: -11px;
        font-size: 17px;
        line-height: 21px
    }
}

@media (max-width:1023px) {
    .pagination .pages {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 19px
    }
}

.pagination .pages strong {
    font-weight: 400;
    font-family: swissBold, sans-serif
}

@media (min-width:530px) {
    .pagination .pages strong {
        font-size: 19px;
        line-height: 23px;
        margin: 0 4px
    }
}

.pagination .current,
.pagination .page {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-width: 0 0 6px;
    border-color: #a7a9ac;
    text-shadow: none;
    transition: color .2s;
    font-family: swissLight, sans-serif;
    color: #a7a9ac
}

@media (min-width:530px) {
    .pagination .current,
    .pagination .page {
        font-size: 19px;
        line-height: 23px;
        width: 48px;
        height: 43px;
        margin: 0 .7vw 1vw
    }
}

@media only screen and (max-width:529px) {
    .pagination .current,
    .pagination .page {
        font-size: 16px;
        line-height: 20px;
        width: 35px;
        height: 32px;
        margin: 0 1.2vw
    }
}

.pagination .page {
    transition: border-color .2s
}

.pagination .page:hover {
    border-color: #4e5053
}

.pagination .page:hover:before {
    color: #4e5053
}

.pagination .wp-pagenavi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1024px) {
    .pagination .wp-pagenavi {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:1023px) {
    .pagination .wp-pagenavi {
        width: 100%
    }
}

.pagination span.current {
    font-weight: 400
}

@media (min-width:1024px) {
    .pagination span.current:first-child {
        margin-left: 100px
    }
}

@media (max-width:1023px) {
    .pagination span.current:first-child {
        margin-left: auto
    }
}

@media (min-width:1024px) {
    .pagination span.current:last-child {
        margin-right: 100px
    }
}

@media (max-width:1023px) {
    .pagination span.current:last-child {
        margin-right: auto
    }
}

.pagination .first {
    font: 0/0 a;
    color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.pagination .first:after,
.pagination .first:before {
    content: '';
    width: 14px;
    height: 14px;
    border: solid currentColor;
    border-width: 0 0 3px 3px;
    transform: rotate(50deg) skew(10deg);
    display: inline-block
}

.pagination .first:after {
    margin: 0 16px 0 -11px
}

.pagination .nextpostslink,
.pagination .previouspostslink {
    margin: 0;
    padding: 0;
    position: relative;
    width: 14px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

@media (min-width:530px) {
    .pagination .nextpostslink,
    .pagination .previouspostslink {
        height: 25px
    }
}

@media only screen and (max-width:529px) {
    .pagination .nextpostslink,
    .pagination .previouspostslink {
        height: 21px
    }
}

.pagination .nextpostslink:after,
.pagination .nextpostslink:before,
.pagination .previouspostslink:after,
.pagination .previouspostslink:before {
    transition: background .2s;
    content: '';
    position: absolute;
    background: #a7a9ac;
    height: 50%;
    width: 4px
}

.pagination .nextpostslink:before,
.pagination .previouspostslink:before {
    top: 0
}

.pagination .nextpostslink:after,
.pagination .previouspostslink:after {
    bottom: 0
}

.pagination .nextpostslink:hover:after,
.pagination .nextpostslink:hover:before,
.pagination .previouspostslink:hover:after,
.pagination .previouspostslink:hover:before {
    background: #4e5053
}

.pagination .previouspostslink {
    border: none
}

@media (min-width:1024px) {
    .pagination .previouspostslink {
        margin-right: 4.2vw
    }
}

@media (max-width:1023px) {
    .pagination .previouspostslink {
        margin-right: auto
    }
}

@media only screen and (max-width:529px) {
    .pagination .previouspostslink {
        height: 21px
    }
}

.pagination .previouspostslink:before {
    transform: skew(-40deg)
}

.pagination .previouspostslink:after {
    transform: skew(40deg)
}

.pagination .nextpostslink {
    border: none
}

@media (min-width:1024px) {
    .pagination .nextpostslink {
        margin-left: 4.2vw
    }
}

@media (max-width:1023px) {
    .pagination .nextpostslink {
        margin-left: auto
    }
}

.pagination .nextpostslink:before {
    transform: skew(40deg)
}

.pagination .nextpostslink:after {
    transform: skew(-40deg)
}

.pagination .extend,
.pagination .last {
    display: none
}

.date-title-block {
    padding: 28px 0
}

.date-title-block:not(:last-child) {
    border-bottom: 1px solid #a7a9ac
}

.date-title-block:first-child {
    padding-top: 3px
}

.date-title-block:last-child {
    padding-bottom: 8px
}

.date-title-block .dtb-date {
    text-transform: uppercase;
    font-family: swissBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #000;
    margin-bottom: 7px
}

.date-title-block h3 {
    color: #34657F;
    font-family: swissBold, sans-serif;
    font-size: 18px;
    line-height: 22px
}

.date-title-block h3 a {
    color: inherit;
    text-decoration: none
}

.date-title-block h3 a:hover {
    text-decoration: underline
}

.popup-images-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1023px) {
    .popup-images-container {
        display: none
    }
}

.popup-images-container .pic-img {
    width: 32%;
    height: 231px;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden
}

.popup-images-container .pic-img a {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width:1023px) {
    .head-lang-section {
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

div.wpml-ls-legacy-dropdown-click {
    width: auto
}

div.wpml-ls-legacy-dropdown-click a {
    border: none;
    color: #72a1c9
}

@media (min-width:1024px) {
    div.wpml-ls-legacy-dropdown-click a>span {
        position: relative
    }
    div.wpml-ls-legacy-dropdown-click a>span:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 1px;
        background: #72a1c9
    }
}

@media (max-width:1023px) {
    div.wpml-ls-legacy-dropdown-click a {
        padding: 12px 11px 10px;
        background: #f7f7f7
    }
}

div.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    white-space: nowrap
}

@media (min-width:1024px) {
    div.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        left: auto
    }
}

div.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
div.wpml-ls-legacy-dropdown-click a:focus,
div.wpml-ls-legacy-dropdown-click a:hover {
    text-decoration: none;
    color: #72a1c9
}

@media (min-width:1024px) {
    div.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
    div.wpml-ls-legacy-dropdown-click a:focus,
    div.wpml-ls-legacy-dropdown-click a:hover {
        background: #fff
    }
}

@media (max-width:1023px) {
    div.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
    div.wpml-ls-legacy-dropdown-click a:focus,
    div.wpml-ls-legacy-dropdown-click a:hover {
        background: #f7f7f7
    }
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input input:focus,
.intl-tel-input input[type=tel]:focus,
.intl-tel-input input[type=text]:focus {
    z-index: 10
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("/source/eae6cfa035cb92166fd472b60a4900b1/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url("/source/044d6cecd4be9c842d2050731a5d23fe/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}

@media print {
    * {
        background-color: transparent!important;
        color: #000!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    .aside,
    .banner,
    .nav,
    .pagenavigator,
    .registration-container,
    .simplemenu {
        display: none!important
    }
    .header .logo * {
        display: block!important;
        padding: 0
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.posts-loop {
    text-decoration: none;
    display: contents;
	width: 100%;
}

.min-map-popup.popup-right {
    display: none;
}