@import url("https://fonts.googleapis.com/css?family=Cardo:400,700|Montserrat:200,300,400,500");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.1)
}

::selection {
    background-color: rgba(0, 0, 0, 0.1)
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0
}

input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

strong,
b {
    font-weight: bold
}

html {
    min-height: 100%;
    overflow-x: hidden
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-smooth: always;
    min-height: 100%;
    color: #000;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff
}

*::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 6px
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 6px
}

*::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 6px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.spacer {
    height: 40px
}

.block-center {
    margin-left: auto;
    margin-right: auto
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 1260px) {
    .container {
        margin-left: 30px;
        margin-right: 30px
    }
}

.uppercase {
    text-transform: uppercase
}

.white-space {
    white-space: nowrap
}

.spacer-bottom {
    margin-bottom: 40px
}

.serif {
    font-family: Verdana, Geneva, sans-serif;
}

.sans-serif {
    font-family: Verdana, Geneva, sans-serif;
}

.vertical-align-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sm-only {
    display: none
}

@media (max-width: 670px) {
    .sm-only {
        display: block
    }
}

@media (max-width: 670px) {
    .sm-hidden {
        display: none
    }
}

.md-only {
    display: none
}

@media (min-width: 671px) and (max-width: 1024px) {
    .md-only {
        display: block
    }
}

@media (min-width: 671px) and (max-width: 1024px) {
    .md-hidden {
        display: none
    }
}

.sm-md-only {
    display: none
}

@media (max-width: 1024px) {
    .sm-md-only {
        display: block
    }
}

@media (max-width: 1024px) {
    .sm-md-hidden {
        display: none
    }
}

.cta {
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.06em;
    display: inline-block;
    background-color: #0b24fa;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center
}

.cta--ghost {
    border: 2px solid #000;
    background-color: transparent;
    color: #000
}

.cta--padded {
    padding: 18px 35px
}

.cta:hover,
.cta--is-over {
    background-color: #0416b5
}

.cta--ghost:hover,
.cta--ghost.cta--is-over {
    border-color: #0b24fa;
    background-color: #0b24fa;
    color: #fff
}

.jumbo-header {
    background-color: #333;
    color: #fff;
    font-size: 0;
    background-size: cover;
    background-position: center center;
    position: relative
}

.jumbo-header__bar {
    width: 100%;
    z-index: 1
}

.jumbo-header__title {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 55px;
    font-weight: 100;
    letter-spacing: .06em
}

.jumbo-header__navigation {
    text-align: center;
    font-size: 0
}

.jumbo-header path,
.jumbo-header circle {
    fill: #fff
}

.jumbo-header__navigation-entry {
    display: inline-block;
    font-size: 0
}

.jumbo-header__navigation-entry-link {
    display: block;
    padding: 23px 0;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
    margin-bottom: -1px;
    border-color: #fff;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    width: 230px
}

@media (max-width: 670px) {
    .jumbo-header__navigation-entry-link {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
}

.jumbo-header__slider-arrow[data-ms-arrow='prev'] {
    left: 20px !important
}

.jumbo-header__slider-arrow[data-ms-arrow='next'] {
    right: 20px !important
}

.jumbo-header__slider-view {
    background-color: #111;
    height: 80vh !important;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jumbo-header__slider-item {
    background-size: cover;
    background-position: center center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jumbo-header__slider-item[data-ms-viewitem="active"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.jumbo-header__slider-content {
    margin-top: 180px;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Verdana, Geneva, sans-serif;
}

.jumbo-header__slider-content h1 {
    font-size: 45px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 40px
}

.jumbo-header__slider-content p {
    margin-bottom: 20px
}

.jumbo-header--dark {
    background-color: #aaa;
    color: #000
}

.jumbo-header--dark path,
.jumbo-header--dark circle {
    fill: #000
}

.jumbo-header--dark .menu__list-entry-link {
    text-shadow: none
}

.jumbo-header--dark .header__language-item {
    color: #000
}

.jumbo-header__navigation-entry-link--is-active {
    background-color: #fff;
    color: #000
}

.jumbo-header__bar--frontpage {
    position: absolute;
    top: 0;
    left: 0
}

.jumbo-header__navigation-entry-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border-color: rgba(255, 255, 255, 0.5)
}

.jumbo-header__navigation-entry-link:active {
    background-color: #fff;
    -webkit-transition: all .15s;
    transition: all .15s
}

.header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    z-index: 5;
    position: relative
}

@media (max-width: 1260px) {
    .header {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (max-width: 670px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__container-left {
    width: 25%
}

@media (max-width: 670px) {
    .header__container-left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.header__container-center {
    width: 50%
}

@media (max-width: 670px) {
    .header__container-center {
        width: 100%;
        margin-top: 20px
    }
}

.header__container-right {
    width: 25%;
    font-size: 13px;
    text-align: right
}

@media (max-width: 670px) {
    .header__container-right {
        display: none
    }
}

.header__social-link {
    width: 20px;
    height: 20px;
    display: inline-block
}

@media (max-width: 670px) {
    .header__social-link {
        width: 30px;
        height: 30px
    }
}

.header__logo {
    text-align: center;
    display: block
}

.header__logo svg {
    height: 60px;
    width: auto
}

@media (max-width: 670px) {
    .header__logo svg {
        height: auto;
        width: 80%
    }
}

.header__language-item {
    text-decoration: none;
    color: #fff
}

.header__language-item:first-child {
    margin-right: 5px
}

.header__language-item:first-child:after {
    content: '|';
    padding-left: 5px
}

.header__social-link:first-child {
    margin-right: 10px
}

@media (max-width: 670px) {
    .header__social-link:first-child {
        margin-right: 30px
    }
}

.menu {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.76);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5
}

@media (max-width: 1260px) {
    .menu {
        margin-left: 30px;
        margin-right: 30px
    }
}

.menu__list-entry {
    display: inline-block
}

.menu__list-entry-link {
    padding: 15px 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    display: block;
    margin-right: 35px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    letter-spacing: 0.06em;
    margin-bottom: -1px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.menu__mini-logo {
    display: none
}

.menu__list-entry-link[hreflang] {
    display: none
}

.menu--is-mobile .menu__list-entry-link[hreflang] {
    display: inline-block
}

.menu--is-minified {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 670px) {
    .menu--is-minified {
        display: none !important
    }
}

.menu--is-minified .menu__list-entry-link {
    color: #000;
    text-shadow: none;
    font-weight: 500
}

.menu--is-minified .menu__mini-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1260px) {
    .menu--is-minified .menu__mini-container {
        margin-left: 30px;
        margin-right: 30px
    }
}

.menu--is-minified .menu__mini-logo {
    display: inline-block;
    width: 250px
}

.menu--is-minified .menu__mini-logo img {
    max-width: 100%
}

.menu--is-mobile {
    border: 0
}

.menu--is-mobile .menu__cta {
    display: none
}

.menu--is-mobile .menu__list-entry {
    width: 100%;
    text-align: center
}

.menu--is-mobile .menu__list-entry-link {
    color: #000;
    padding: 20px;
    font-size: 25px;
    line-height: 1.5;
    text-shadow: none;
    margin: 0;
    border: 0
}

.menu--is-mobile .menu__list-entry--is-active .menu__list-entry-link {
    background-color: #0b24fa;
    color: #fff
}

.menu__list-entry--is-active .menu__list-entry-link {
    border-bottom-color: #0b24fa
}

.menu__list-entry--book-sm {
    display: none
}

@media (max-width: 670px) {
    .menu__list-entry--book-sm {
        display: inline-block;
        margin-left: 10%;
        margin-right: 10%;
        width: 80% !important
    }
}

.menu__list-entry-link--book-sm {
    color: #fff !important
}

.menu__list-entry-link:hover {
    border-bottom-color: #0b24fa
}

.jumbo-header--dark .menu {
    border-color: #000
}

.jumbo-header--dark .menu__list-entry-link {
    color: #000
}

.m-hamburger--is-open span {
    background-color: #666
}