/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
@font-face {
    font-family: "Clarendon";
    src: url("../font/Clarendon-Regular-webfont.woff2") format("woff2");
}

html {
    color: #013F4C;
    font: 14px/1.5em 'Lato', sans-serif;
    scroll-behavior: smooth;
}

h1 {
    font-family: "Clarendon", serif;
    font-size: 48px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h2 {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h4 {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

.heading-4,
.display-4 {
    font-size: 48px;
    line-height: 1.2em;
}

.heading-3,
.display-3 {
    font-size: 25px;
    line-height: 1.2em;
}

.heading-2,
.display-2 {
    font-size: 20px;
    line-height: 1.2em;
}

.heading-1,
.display-1 {
    font-size: 18px;
    line-height: 1.2em;
}

.caption {
    font-size: 14px;
    line-height: 1.2em;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
        line-height: 1.2em;
    }

    h1 {
        font-size: 62px;
        line-height: 1.2em;
    }
    
    h2 {
        font-size: 54px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 25px;
        line-height: 1.2em;
    }

    h4 {
        font-size: 20px;
        line-height: 1.2em;
    }

    .heading-4,
    .display-4 {
        font-size: 62px;
        line-height: 1.2em;
    }
    
    .heading-3,
    .display-3 {
        font-size: 54px;
        line-height: 1.2em;
    }

    .heading-2,
    .display-2 {
        font-size: 25px;
        line-height: 1.2em;
    }
    
    .heading-1,
    .display-1 {
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 76px;
        line-height: 1.2em;
    }
    
    h2 {
        font-size: 58px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 30px;
        line-height: 1.2em;
    }

    h4 {
        font-size: 25px;
        line-height: 1.2em;
    }

    .heading-4,
    .display-4 {
        font-size: 76px;
        line-height: 1.2em;
    }
    
    .heading-3,
    .display-3 {
        font-size: 58px;
        line-height: 1.2em;
    }

    .heading-2,
    .display-2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    .heading-1,
    .display-1 {
        font-size: 25px;
        line-height: 1.2em;
    }
}

img {
    height: auto !important;
    max-width: 100%;
}

p {
    margin: 0 0 32px 0;
}

a {
    /*color: inherit;*/
    color: #08A0B4;
}

.clear {
    clear: both;
}

.font-family-2 {
    font-family: "Clarendon", serif;
}

.left {
    float: left;
    margin: 0 24px 24px 0;
}

.right {
    float: right;
    margin: 0 0 24px 24px;
}

.btn,
.button {
    background: #F9B40A;
    color: inherit;
    display: inline-block;
    border: 1px solid #F9B40A;
    margin: 0 12px 12px 0;
    padding: 12px 24px;
    text-decoration: none;
    transition: background-color 250ms;
}

/* Media */
@media screen and (min-width: 768px) {
    .media-wysiwyg-align-left {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .media-wysiwyg-align-right {
        width: 50%;
    }
}

.media .field-name-field-caption {
    font-size: 14px;
    line-height: 1.2em;
    margin: 16px 0 0 0;
}

/* Layout */
.container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 24px;
}

.row,
.row-12 {
    display: flex;
    flex-wrap: wrap;
}

.row-12 {
    margin-left: -12px;
    margin-right: -12px;
}

.row.align-items-center,
.row-12.align-items-center {
    align-items: center;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    box-sizing: border-box;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666666%;
}

.col-12 {
    width: 100%;
}

.order-1 {
    order: 0;
}

.order-2 {
    order: 1;
}

.order-3 {
    order: 2;
}

.order-4 {
    order: 3;
}

.order-5 {
    order: 4;
}

.order-6 {
    order: 5;
}

.order-7 {
    order: 6;
}

.order-8 {
    order: 7;
}

.order-9 {
    order: 8;
}

.order-10 {
    order: 9;
}

.order-11 {
    order: 10;
}

.order-12 {
    order: 11;
}

.push-0 {
    margin-left: 0;
}

.push-1 {
    margin-left: 8.3333333333%;
}

.push-2 {
    margin-left: 16.6666666666%;
}

.push-3 {
    margin-left: 25%;
}

.push-4 {
    margin-left: 33.3333333333%;
}

.push-5 {
    margin-left: 41.6666666666%;
}

.push-6 {
    margin-left: 50%;
}

.push-7 {
    margin-left: 58.3333333333%;
}

.push-8 {
    margin-left: 66.6666666666%;
}

.push-9 {
    margin-left: 75%;
}

.push-10 {
    margin-left: 83.3333333333%;
}

.push-11 {
    margin-left: 91.6666666666%;
}

.gutter-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.margin-64 {
    margin: 0 0 64px 0;
    min-height: 1px;
}

.margin-32 {
    margin: 0 0 32px 0;
    min-height: 1px;
}

.margin-16 {
    margin: 0 0 16px 0;
    min-height: 1px;
}

.margin-0 {
    margin: 0;
    min-height: 0;
}

@media screen and (min-width: 1024px) {
    .col-1-1024 {
        width: 8.3333333333%;
    }

    .col-2-1024 {
        width: 16.6666666666%;
    }

    .col-3-1024 {
        width: 25%;
    }

    .col-4-1024 {
        width: 33.3333333333%;
    }

    .col-5-1024 {
        width: 41.6666666666%;
    }

    .col-6-1024 {
        width: 50%;
    }

    .col-7-1024 {
        width: 58.3333333333%;
    }

    .col-8-1024 {
        width: 66.6666666666%;
    }

    .col-9-1024 {
        width: 75%;
    }

    .col-10-1024 {
        width: 83.3333333333%;
    }

    .col-11-1024 {
        width: 91.6666666666%;
    }

    .col-12-1024 {
        width: 100%;
    }
    
    .order-1-1024 {
        order: 0;
    }

    .order-2-1024 {
        order: 1;
    }

    .order-3-1024 {
        order: 2;
    }

    .order-4-1024 {
        order: 3;
    }

    .order-5-1024 {
        order: 4;
    }

    .order-6-1024 {
        order: 5;
    }

    .order-7-1024 {
        order: 6;
    }

    .order-8-1024 {
        order: 7;
    }

    .order-9-1024 {
        order: 8;
    }

    .order-10-1024 {
        order: 9;
    }

    .order-11-1024 {
        order: 10;
    }

    .order-12-1024 {
        order: 11;
    }
    
    .push-0-1024 {
        margin-left: 0;
    }

    .push-1-1024 {
        margin-left: 8.3333333333%;
    }

    .push-2-1024 {
        margin-left: 16.6666666666%;
    }

    .push-3-1024 {
        margin-left: 25%;
    }

    .push-4-1024 {
        margin-left: 33.3333333333%;
    }

    .push-5-1024 {
        margin-left: 41.6666666666%;
    }

    .push-6-1024 {
        margin-left: 50%;
    }

    .push-7-1024 {
        margin-left: 58.3333333333%;
    }

    .push-8-1024 {
        margin-left: 66.6666666666%;
    }

    .push-9-1024 {
        margin-left: 75%;
    }

    .push-10-1024 {
        margin-left: 83.3333333333%;
    }

    .push-11-1024 {
        margin-left: 91.6666666666%;
    }
    
    .gutter-12-1024 {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .margin-64-1024 {
        margin: 0 0 64px 0;
        min-height: 1px;
    }
    
    .margin-32-1024 {
        margin: 0 0 32px 0;
        min-height: 1px;
    }
    
    .margin-16-1024 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }
    
    .margin-0-1024 {
        margin: 0;
        min-height: 0;
    }
}

@media screen and (min-width: 768px) {
    .col-1-768 {
        width: 8.3333333333%;
    }

    .col-2-768 {
        width: 16.6666666666%;
    }

    .col-3-768 {
        width: 25%;
    }

    .col-4-768 {
        width: 33.3333333333%;
    }

    .col-5-768 {
        width: 41.6666666666%;
    }

    .col-6-768 {
        width: 50%;
    }

    .col-7-768 {
        width: 58.3333333333%;
    }

    .col-8-768 {
        width: 66.6666666666%;
    }

    .col-9-768 {
        width: 75%;
    }

    .col-10-768 {
        width: 83.3333333333%;
    }

    .col-11-768 {
        width: 91.6666666666%;
    }

    .col-12-768 {
        width: 100%;
    }
    
    .order-1-768 {
        order: 0;
    }

    .order-2-768 {
        order: 1;
    }

    .order-3-768 {
        order: 2;
    }

    .order-4-768 {
        order: 3;
    }

    .order-5-768 {
        order: 4;
    }

    .order-6-768 {
        order: 5;
    }

    .order-7-768 {
        order: 6;
    }

    .order-8-768 {
        order: 7;
    }

    .order-9-768 {
        order: 8;
    }

    .order-10-768 {
        order: 9;
    }

    .order-11-768 {
        order: 10;
    }

    .order-12-768 {
        order: 11;
    }
    
    .push-0-768 {
        margin-left: 0;
    }

    .push-1-768 {
        margin-left: 8.3333333333%;
    }

    .push-2-768 {
        margin-left: 16.6666666666%;
    }

    .push-3-768 {
        margin-left: 25%;
    }

    .push-4-768 {
        margin-left: 33.3333333333%;
    }

    .push-5-768 {
        margin-left: 41.6666666666%;
    }

    .push-6-768 {
        margin-left: 50%;
    }

    .push-7-768 {
        margin-left: 58.3333333333%;
    }

    .push-8-768 {
        margin-left: 66.6666666666%;
    }

    .push-9-768 {
        margin-left: 75%;
    }

    .push-10-768 {
        margin-left: 83.3333333333%;
    }

    .push-11-768 {
        margin-left: 91.6666666666%;
    }
    
    .gutter-12-768 {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .margin-64-768 {
        margin: 0 0 64px 0;
        min-height: 1px;
    }
    
    .margin-32-768 {
        margin: 0 0 32px 0;
        min-height: 1px;
    }
    
    .margin-16-768 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }
    
    .margin-0-768 {
        margin: 0;
        min-height: 0;
    }
}

/* Table */
table {
    border-collapse: collapse;
    margin: 0 0 32px 0;
}

th {
    border: 1px solid #E5E7E7;
    padding: 12px;
    text-align: left;
}

td {
    border: 1px solid #E5E7E7;
    padding: 12px;
}

/* Table */
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.table-cell.bottom {
    vertical-align: bottom;
}

/* Form */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

label {
    display: inline-block;
    margin: 0 0 12px 0;
}

button,
input,
select {
    border-radius: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1em;
}

input[type="email"],
input[type="text"] {
    height: 44px;
}

.form-item,
.form-actions,
.captcha {
    margin: 0 0 16px 0;
}

.form-select,
.form-text,
.form-textarea {
    border: 1px solid #868686;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
}

input[type="submit"] {
    background: #F9B40A;
    border: 1px solid #F9B40A;
    padding: 12px 24px;
}

/* views */
.view-filters {
    margin: 0 0 32px 0;
}

.views-submit-button,
.views-reset-button {
    display: inline-block;
    margin: 0 12px 12px 0;
}

/* Color variants */
.a-0--0 {
}

.a-0--1 {
}

.a-0--2 {
}

.a-0--3 {
}

.a-0--4 {
}

/* Header */
.a-1__0 {
    height: 144px;
}

.a-1__2 {
    box-sizing: border-box;
    /*color: #FFF;*/
    font-family: "Clarendon", serif;
    left: 0;
    padding: 24px;
    position: fixed;
    top: 0;
    transition: background-color 250ms, color 250ms, padding 250ms;
    width: 100%;
    z-index: 101;
}

body.toolbar .a-1__2 {
    top: 30px;
}

body.toolbar-drawer .a-1__2 {
    top: 65px;
}

@media screen and (min-width: 1024px) {
    .a-1__2 {
        padding: 48px;
    }
}

.a-1__1.active .a-1__2 {
    background: #FFF;
    box-shadow: 0 1px 2px rgba(1, 63, 76, 0.15);
    /*color: inherit;*/
    padding: 24px;
}

.a-1__3 {
    background: #FFF;
    box-sizing: border-box;
    height: 100%;
    left: 100%;
    overflow: auto;
    padding: 24px 104px 24px 24px;
    position: fixed;
    top: 0;
    transition: left 250ms;
    width: 100%;
    z-index: 102;
}

.a-1__3.active {
    left: 0;
}

.a-1__4 {
    position: absolute;
    right: 24px;
    top: 31px;
}

/* Nav */
.a-2 {
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .a-2 {
        display: none;
    }
}

.a-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.a-2 li {
    display: inline-block;
    margin: 0 8px;
}

.a-2 a {
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}

.a-1__1.active .a-2 a {
    color: inherit;
}

.a-2 a:hover,
.a-2 a.active,
.a-1__1.active .a-2 a:hover,
.a-1__1.active .a-2 a.active {
    background: url(../img/underline--0.svg) 50% 100% no-repeat;
    color: #F9B410;
}

/* Nav */
.a-3 {
    border-right: 2px solid #868686;
    float: right;
    font-size: 20px;
    line-height: 48px;
    list-style: none;
    margin: 0 0 0 12px;
    padding: 0;
    text-align: center;
}

.a-3__0 {
    float: left;
    margin: 0 12px 0 0;
}

.a-3__1 {
    background: url(../img/underline--1.svg) no-repeat;
    background-position: 50% 100%;
    color: #FFF;
    float: left;
    min-width: 75px;
    text-decoration: none;
}

.a-1__1.active .a-3__1 {
    color: inherit;
}

.a-3__1:hover,
.a-1__1.active .a-3__1:hover,
.a-3__1.active,
.a-1__1.active .a-3__1.active {
    color: #E62733;
}

/* Search */
.a-4 {
    float: right;
    margin: 8px 0 0 12px;
}

/* Header button */
.a-5 {
    float: right;
    margin: 12px 0 0 12px;
}

@media screen and (min-width: 1024px) {
    .a-5 {
        display: none;
    }
}

/* Nav */
.a-6 {
    font-family: "Clarendon", serif;
}

.a-6 ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-6 li {
    margin: 0 0 8px 0;
}

.a-6 li:last-child {
    margin: 0;
}

.a-6 a {
    text-decoration: none;
}

.a-6 a:hover,
.a-6 a.active {
    text-decoration: underline;
}

/* Back to top */
.a-7 {
    background: #38A6A6;
    bottom: 24px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%);
    color: #FFF;
    display: block;
    padding: 12px 36px;
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: 101;
}

@media screen and (max-width: 767px) {
    .a-7 {
        display: none !important;
    }
}

.a-7__0 {
    background: url(../img/back-to-top.svg) no-repeat 0 50%;
    padding: 0 0 0 22px;
}

/* Footer */
.a-8__0 {
    background: #F2F2F2;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
    padding: 96px 0 32px 0;
}

.a-8__1 {
    background: #FFF;
    clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
    margin: -32px 0 0 0;
    padding: 64px 0 32px 0;
    text-align: center;
}

/* Form */
.a-9 {
    background: #FBDDD4;
    border: 2px solid #FFF;
    display: flex;
    margin: 0 0 16px 0;
}

.a-9__0 {
    background: none;
    border: none;
    box-sizing: border-box;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1em;
    padding: 12px;
    width: 100%;
}

.a-9__1 {
    padding: 12px;
}

/* Social */
.a-10 {
    align-items: center;
    border-bottom: 1px solid #1C9A9A;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}

.a-10__0 {
    margin: 0 12px;
}

/* Block */
.a-11 {
    margin: 0 0 32px 0;
    position: relative;
    text-align: center;
}

.a-11:after {
    background: #1C9A9A;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

/* Link */
.a-12 {
    background: url(../img/underline--0.svg) no-repeat 50% 100%;
    color: inherit;
    display: inline-block;
    font-family: "Clarendon", serif;
    line-height: 48px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
}

/* Nav */
.a-13 ul {
    column-count: 2;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-13 li {
    margin: 0 0 8px 0;
}

.a-13 a {
    color: inherit;
    text-decoration: none;
}

.a-13 a:hover,
.a-13 a.active {
    text-decoration: underline;
}

/* Block */
.a-14 {
    overflow: hidden;
    /*padding: 0 0 128px 0;*/
    position: relative;
    z-index: 1;
}

.a-14--0 {
    padding: 0 0 32px 0;
}

.a-14--1 {
    padding: 0 0 96px 0;
}

.a-0--0 .a-14 {
    background: #08A0B4;
}

.a-0--1 .a-14 {
    background: #55141E;
}

.a-0--2 .a-14 {
    background: #FAB513;
}

.a-0--3 .a-14 {
    background: #209B9B;
}

.a-0--4 .a-14 {
    background: #023F4C;
}

.a-14__0 {
    background: #FFF;
    height: 320px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-14__1 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 0 100%);
    color: #FFF;
    height: 480px;
    margin: 24px 24px 64px 24px;
    position: relative;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width: 1023px) {
    .a-14__1 {
        margin: 0 0 64px 0 !important;
    }
}

.a-14__2 {
    height: 100% !important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-14__3 {
    background: rgba(1, 63, 76, 0.3);
    background: linear-gradient(90deg, rgba(1, 63, 76, 0) 0%, rgba(1, 63, 76, 0.3) 100%);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 0 1px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-14__4 {
    left: 50%;
    opacity: 0.05;
    position: absolute;
    top: 420px;
    width: 33.33333%;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .a-14__4 {
        display: none;
    }
}

.a-14__5 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 96px;
    left: 0;
    position: absolute;
    top: 448px;
    width: 100%;
    z-index: 3;
}

.a-0--0 .a-14__5 {
    background-image: url(../img/hr--0.svg);
}

.a-0--1 .a-14__5 {
    background-image: url(../img/hr--1.svg);
}

.a-0--2 .a-14__5 {
    background-image: url(../img/hr--0.svg);
}

.a-0--3 .a-14__5 {
    background-image: url(../img/hr--2.svg);
}

.a-0--4 .a-14__5 {
    background-image: url(../img/hr--1.svg);
}

.a-14__6 {
    position: relative;
    z-index: 4;
}

.a-0--0 .a-14__6 {
    color: #FFF;
}

.a-0--1 .a-14__6 {
    color: #FFF;
}

.a-0--2 .a-14__6 {
}

.a-0--3 .a-14__6 {
    color: #FFF;
}

.a-0--4 .a-14__6 {
    color: #FFF;
}

.a-14 a {
    text-decoration: none;
}

.a-0--0 .a-14 a {
    color: #EEE31C;
}

.a-0--1 .a-14 a {
    color: #FAB513;
}

.a-0--2 .a-14 a {
    color: #08A0B4;
}

.a-0--3 .a-14 a {
    color: #FAB513;
}

.a-0--4 .a-14 a {
    color: #FAB513;
}

/* Block */
.a-15 {
    margin: -96px 0 0 0;
    position: relative;
    z-index: 1;
}

/* Block */
.a-16 {
    display: block;
    margin: 0 0 24px 0;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .a-16 {
        height: 320px;
        overflow: hidden;
    }
}

.a-0--0 .a-16 {
    color: inherit;
}

.a-0--1 .a-16 {
    color: #55141E;
}

.a-0--2 .a-16 {
    color: #FFF;
}

.a-0--3 .a-16 {
    color: #FFF;
}

.a-0--4 .a-16 {
    color: #FFF;
}

.a-16__0 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .a-16__0 {
        height: 100% !important;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        z-index: 1;
    }
}

.a-16__1 {
    clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
    padding: 24px 48px 1px 24px;
}

@media screen and (min-width: 768px) {
    .a-16__1 {
        box-sizing: border-box;
        clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
        height: 100%;
        left: 0;
        padding: 24px 25% 41px 24px;
        position: absolute;
        top: 0;
        transition: clip-path 250ms, left 250ms;
        width: 75%;
        z-index: 2;
    }
}

.a-0--0 .a-16__1 {
    background: rgba(250, 181, 19, 0.9);
}

.a-0--1 .a-16__1 {
    background: rgba(250, 181, 19, 0.9);
}

.a-0--2 .a-16__1 {
    background: rgba(2, 63, 76, 0.9);
}

.a-0--3 .a-16__1 {
    background: rgba(2, 63, 76, 0.9);
}

.a-0--4 .a-16__1 {
    background: rgba(2, 63, 76, 0.9);
}

@media screen and (min-width: 768px) {
    .a-16:hover .a-16__1 {
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        left: -50%;
    }
}

.a-16__2 {
    display: inline-block;
    padding: 6px;
}

.a-0--0 .a-16__2 {
    background: #013F4C;
    color: rgb(250, 181, 19);
}

.a-0--1 .a-16__2 {
    background: #55141E;
    color: rgb(250, 181, 19);
}

.a-0--2 .a-16__2 {
    background: #FFF;
    color: rgb(2, 63, 76);
}

.a-0--3 .a-16__2 {
    background: #FFF;
    color: rgb(2, 63, 76);
}

.a-0--4 .a-16__2 {
    background: #FFF;
    color: rgb(2, 63, 76);
}

.a-16__3 {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 250ms;
    width: 12px;
    z-index: 3;
}

.a-0--0 .a-16__3 {
    background: #EEE31B;
}

.a-0--1 .a-16__3 {
    background: #EEE31B;
}

.a-0--2 .a-16__3 {
    background: #08A0B4;
}

.a-0--3 .a-16__3 {
    background: #EEE31B;
}

.a-0--4 .a-16__3 {
    background: #FAB513;
}

.a-16:hover .a-16__3 {
    width: 24px;
}

.a-16__4 {
    bottom: 24px;
    height: 17px;
    position: absolute;
    right: 0;
    width: 21px;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .a-16__4 {
        left: 24px;
        right: auto;
    }
}

.a-0--0 .a-16__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--1 .a-16__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--2 .a-16__4 {
    background-image: url(../img/arrow-right--1.svg);
}

.a-0--3 .a-16__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--4 .a-16__4 {
    background-image: url(../img/arrow-right--2.svg);
}

/* Block */
.a-17 {
    display: block;
    margin: 0 0 24px 0;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .a-17 {
        height: 320px;
        overflow: hidden;
    }
}

.a-0--0 .a-17 {
    color: inherit;
}

.a-0--1 .a-17 {
    color: #55141E;
}

.a-0--2 .a-17 {
    color: #FFF;
}

.a-0--3 .a-17 {
    color: #FFF;
}

.a-0--4 .a-17 {
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .a-17__0 {
        height: 100% !important;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}

.a-17__1 {
    clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
    padding: 24px 48px 1px 24px;
}

@media screen and (min-width: 768px) {
    .a-17__1 {
        box-sizing: border-box;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        height: 100%;
        left: 0;
        padding: 24px 25% 41px 24px;
        position: absolute;
        top: 0;
        transition: clip-path 250ms, left 250ms;
        width: 100%;
        z-index: 2;
    }
}

.a-0--0 .a-17__1 {
    background: rgba(250, 181, 19, 0.9);
}

.a-0--1 .a-17__1 {
    background: rgba(250, 181, 19, 0.9);
}

.a-0--2 .a-17__1 {
    background: rgba(2, 63, 76, 0.9);
}

.a-0--3 .a-17__1 {
    background: rgba(2, 63, 76, 0.9);
}

.a-0--4 .a-17__1 {
    background: rgba(2, 63, 76, 0.9);
}

@media screen and (min-width: 768px) {
    .a-17:hover .a-17__1 {
        clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
        left: -75%;
    }
}

.a-17__2 {
    display: inline-block;
    padding: 6px;
}

.a-0--0 .a-17__2 {
    background: #013F4C;
    color: rgb(250, 181, 19);
}

.a-0--1 .a-17__2 {
    background: #55141E;
    color: rgb(250, 181, 19);
}

.a-0--2 .a-17__2 {
    background: #FFF;
    color: rgb(2, 63, 76);
}

.a-0--3 .a-17__2 {
    background: #FFF;
    color: rgb(2, 63, 76);
}

.a-0--4 .a-17__2 {
    background: #FFF;
    color: rgb(2, 63, 76);
}

.a-17__3 {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 250ms;
    width: 12px;
    z-index: 3;
}

.a-0--0 .a-17__3 {
    background: #EEE31B;
}

.a-0--1 .a-17__3 {
    background: #EEE31B;
}

.a-0--2 .a-17__3 {
    background: #08A0B4;
}

.a-0--3 .a-17__3 {
    background: #EEE31B;
}

.a-0--4 .a-17__3 {
    background: #FAB513;
}

.a-17:hover .a-17__3 {
    width: 24px;
}

.a-17__4 {
    bottom: 24px;
    height: 17px;
    position: absolute;
    right: 0;
    width: 21px;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .a-17__4 {
        left: 24px;
        right: auto;
    }
}

.a-0--0 .a-17__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--1 .a-17__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--2 .a-17__4 {
    background-image: url(../img/arrow-right--1.svg);
}

.a-0--3 .a-17__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--4 .a-17__4 {
    background-image: url(../img/arrow-right--2.svg);
}

/* Block */
.a-18 {
    display: block;
    margin: 0 0 24px 0;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .a-18 {
        height: 320px;
        overflow: hidden;
    }
}

.a-0--0 .a-18 {
    color: #FFF;
}

.a-0--1 .a-18 {
    color: #FFF;
}

.a-0--2 .a-18 {
    color: inherit;
}

.a-0--3 .a-18 {
    color: #FFF;
}

.a-0--4 .a-18 {
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .a-18__0 {
        height: 100% !important;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}

.a-18__1 {
    clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
    padding: 24px 48px 1px 24px;
}

@media screen and (min-width: 768px) {
    .a-18__1 {
        box-sizing: border-box;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        height: 100%;
        left: 0;
        padding: 24px 25% 41px 24px;
        position: absolute;
        top: 0;
        transition: clip-path 250ms, left 250ms;
        width: 100%;
        z-index: 2;
    }
}

.a-0--0 .a-18__1 {
    background: rgba(8, 160, 180, 0.9);
}

.a-0--1 .a-18__1 {
    background: rgba(142, 23, 52, 0.9);
}

.a-0--2 .a-18__1 {
    background: rgba(250, 181, 19, 0.9);
}

.a-0--3 .a-18__1 {
    background: rgba(32, 155, 155, 0.9);
}

.a-0--4 .a-18__1 {
    background: rgba(8, 160, 180, 0.9);
}

@media screen and (min-width: 768px) {
    .a-18:hover .a-18__1 {
        clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
        left: -75%;
    }
}

.a-18__2 {
    display: inline-block;
    padding: 6px;
}

.a-0--0 .a-18__2 {
    background: #FFF;
    color: rgb(8, 160, 180);
}

.a-0--1 .a-18__2 {
    background: #FFF;
    color: rgb(142, 23, 52);
}

.a-0--2 .a-18__2 {
    background: #013F4C;
    color: rgb(250, 181, 19);
}

.a-0--3 .a-18__2 {
    background: #FFF;
    color: rgb(32, 155, 155);
}

.a-0--4 .a-18__2 {
    background: #FFF;
    color: rgb(8, 160, 180);
}

.a-18__3 {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 250ms;
    width: 12px;
    z-index: 3;
}

.a-0--0 .a-18__3 {
    background: #EEE31B;
}

.a-0--1 .a-18__3 {
    background: #EEE31B;
}

.a-0--2 .a-18__3 {
    background: #08A0B4;
}

.a-0--3 .a-18__3 {
    background: #EEE31B;
}

.a-0--4 .a-18__3 {
    background: #FAB513;
}

.a-18:hover .a-18__3 {
    width: 24px;
}

.a-18__4 {
    bottom: 24px;
    height: 17px;
    position: absolute;
    right: 0;
    width: 21px;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .a-18__4 {
        left: 24px;
        right: auto;
    }
}

.a-0--0 .a-18__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--1 .a-18__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--2 .a-18__4 {
    background-image: url(../img/arrow-right--1.svg);
}

.a-0--3 .a-18__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--4 .a-18__4 {
    background-image: url(../img/arrow-right--2.svg);
}

/* Block */
.a-19 {
    margin: 0 0 32px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .a-19 {
        margin: 32px 0 64px 0;
    }
}

/* Link */
.a-20 {
    color: inherit;
    display: inline-block;
    border: 1px solid #F9B40A;
    margin: 12px;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    transition: background-color 250ms;
}

.a-20--0 {
}

.a-20--1 {
    background: #F9B40A;
}

.a-20__0 {
    background: #EEE31B;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 250ms;
    width: 12px;
    z-index: 1;
}

.a-20:hover .a-20__0 {
    width: 100%;  
}

.a-20__1 {
    position: relative;
    z-index: 2;
}

/* Block */
.a-21 {
    background: rgba(201, 224, 231, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
    padding: 0 0 64px 0;
}

/* Block */
.a-22 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 0 100%);
    color: #FFF;
    height: 320px;
    position: relative;
    text-align: center;
}

.a-22__0 {
    height: 100% !important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-22__1 {
    background: rgba(1, 63, 76, 0.3);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 0 1px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* Block */
.a-23 {
    column-count: 2;
    column-gap: 24px;
    padding: 32px 24px;
}

/* Link */
.a-24 {
    /*clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);*/
    color: inherit;
    display: inline-block;
    /*padding: 4px 48px 4px 4px;*/
    padding: 4px 36px 4px 4px;
    text-decoration: none;
}

.a-24:hover,
.a-24.active {
    background: #F9B40A url(../img/arrow-down-2.svg) no-repeat;
    /*background-position: right 24px top 50%;*/
    background-position: right 12px top 50%;
    color: #FFF;
}

/* Block */
.a-25 {
    background: rgba(201, 224, 231, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 64px));
    padding: 32px 24px 64px 24px;
}

/* Block */
.a-26 {
    margin: 0 0 32px 0;
    text-align: center;
}

.a-26__0 {
    color: #F9B40A;
    font-family: "Clarendon", serif;
}

/* Block */
.a-27 {
    margin: 0 0 32px 0;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .a-27 {
        display: none;
    }
}

.a-27__0 {
    background: url(../img/progress-track.svg) no-repeat 0 50%;
    background-size: 100% 18px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-27__1 {
    background: url(../img/progress-bar.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.a-27__2 {
    color: rgba(1, 63, 76, 0.5);
    float: left;
    padding: 42px 0 0 0;
    position: relative;
    z-index: 2;
}

.a-27__2:after {
    background: #FFF;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    margin: 0 0 0 -6px;
    position: absolute;
    top: 12px;
    width: 12px;
    z-index: 1;
}

.a-27__2.active {
    color: rgba(1, 63, 76, 1);
}

.a-27__2.active:after {
    display: none;
}

/* Block */
.a-28 {
    margin: 0 0 32px 0;
    text-align: center;
}

/* Block */
.a-29 {
    padding: 0 0 12px 0;
    position: relative;
    text-align: center;
}

.a-0--0 .a-29 {
    color: #FFF;
}

.a-0--1 .a-29 {
    color: #FBDDD4;
}

.a-0--2 .a-29 {
}

.a-0--3 .a-29 {
    color: #C9E0E7;
}

.a-0--4 .a-29 {
    color: #FFF;
}

.a-29__0 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
    padding: 32px 0 64px 0;
}

.a-0--0 .a-29__0 {
    background: #023F4C;
}

.a-0--1 .a-29__0 {
    background: #55141E;
}

.a-0--2 .a-29__0 {
    background: #FAB513;
}

.a-0--3 .a-29__0 {
    background: #209B9B;
}

.a-0--4 .a-29__0 {
    background: #08A0B4;
}

.a-29 a {
    color: inherit;
}

.a-29__1 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    height: 96px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.a-0--0 .a-29__1 {
    background-image: url(../img/hr--0.svg);
}

.a-0--1 .a-29__1 {
    background-image: url(../img/hr--1.svg);
}

.a-0--2 .a-29__1 {
    background-image: url(../img/hr--0.svg);
}

.a-0--3 .a-29__1 {
    background-image: url(../img/hr--2.svg);
}

.a-0--4 .a-29__1 {
    background-image: url(../img/hr--1.svg);
}

/* Block */
.a-30 {
    display: block;
    margin: 0 0 24px 0;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .a-30 {
        height: 320px;
        overflow: hidden;
    }
}

.a-0--3 .a-30 {
    color: #FFF;
}

.a-0--4 .a-30 {
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .a-30__0 {
        height: 100% !important;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}

.a-30__1 {
    clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
    padding: 24px 48px 1px 24px;
}

@media screen and (min-width: 768px) {
    .a-30__1 {
        box-sizing: border-box;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        height: 100%;
        left: 0;
        padding: 24px 25% 41px 24px;
        position: absolute;
        top: 0;
        transition: clip-path 250ms, left 250ms;
        width: 75%;
        z-index: 2;
    }
}

.a-0--0 .a-30__1 {
    background: rgba(32, 155, 155, 0.9);
}

.a-0--1 .a-30__1 {
    background: rgba(142, 23, 52, 0.9);
}

.a-0--2 .a-30__1 {
    background: rgba(238, 227, 28, 0.9);
}

.a-0--3 .a-30__1 {
    background: rgba(2, 63, 76, 0.9);
}

.a-0--4 .a-30__1 {
    background: rgba(142, 23, 52, 0.9);
}

@media screen and (min-width: 768px) {
    .a-30:hover .a-30__1 {
        clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
        left: -50%;
    }
}

.a-0--0 .a-30__2 {
    color: #FFF;
}

.a-0--1 .a-30__2 {
    color: #FFF;
}

.a-0--2 .a-30__2 {
}

.a-0--3 .a-30__2 {
    color: #FFF;
}

.a-0--4 .a-30__2 {
    color: #FFF;
}

.a-30__3 {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 250ms;
    width: 12px;
    z-index: 3;
}

.a-30:hover .a-30__3 {
    width: 24px;
}

.a-0--0 .a-30__3 {
    background: #EEE31B;
}

.a-0--1 .a-30__3 {
    background: #EEE31B;
}

.a-0--2 .a-30__3 {
    background: #08A0B4;
}

.a-0--3 .a-30__3 {
    background: #EEE31B;
}

.a-30__4 {
    background-image: url(../img/arrow-right.svg);
    bottom: 24px;
    height: 17px;
    position: absolute;
    right: 0;
    width: 21px;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .a-30__4 {
        left: 24px;
        right: auto;
    }
}

.a-0--0 .a-30__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--1 .a-30__4 {
    background-image: url(../img/arrow-right--0.svg);
}

.a-0--2 .a-30__4 {
    background-image: url(../img/arrow-right--1.svg);
}

.a-0--3 .a-30__4 {
    background-image: url(../img/arrow-right--0.svg);
}

/* Block */
/*.a-31 a {
    color: #08A0B4;
    text-decoration: none;
}*/

/* Block */
.a-32 {
    margin: -96px 0 0 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.a-32__0 {
    clip-path: polygon(0 0, 100% 96px, 100% 100%, 0 100%);
    height: 100px;
}

.a-0--0 .a-32__0 {
    background: #023F4C;
}

.a-0--1 .a-32__0 {
    background: #721326;
}

.a-0--3 .a-32__0 {
    background: #023F4C;
}

.a-0--4 .a-32__0 {
    background: #036176;
}

.a-32__1 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8px);
    height: 100%;
}

.a-0--0 .a-32__1 {
    background: #023F4C;
}

.a-0--1 .a-32__1 {
    background: #AD314F;
}

.a-0--3 .a-32__1 {
    background: #036176;
}

.a-0--4 .a-32__1 {
    background: #38A6A6;
}

.a-0--0 .a-32__2 {
    background: #023F4C;
}

.a-0--1 .a-32__2 {
    background: #721326;
}

.a-0--3 .a-32__2 {
    background: #023F4C;
}

.a-0--4 .a-32__2 {
    background: #036176;
}

/* Nav */
.a-33 {
    color: #FFF;
    font-family: "Clarendon", serif;
    line-height: 48px;
    text-align: center;
}

.a-33 ul {
    list-style: none;
    margin: 0;
    padding: 0 0 16px 0;
}

.a-33 li {
    display: inline-block;
    margin: 0 8px;
}

.a-33 a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.a-33 a:hover,
.a-33 a.active {
    background: url(../img/underline--0.svg) 50% 100% no-repeat;
    color: #F9B410;
}

/* Form */
.a-34 {
    margin: 0 0 -12px 0;
}

.a-34__0 {
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
    margin: 4px 0;
    padding: 12px 24px 12px 12px;
    width: 100%;
}

.a-34__1 {
    background: #F9B410;
    border: none;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
    font-weight: bold;
    left: -24px;
    padding: 18px 12px 18px 24px;
    position: relative;
    width: 100%;
}

.a-0--1 .a-34__1 {
    color: #55111C;
}

.a-0--3 .a-34__1 {
}

.a-34__1 span {
    display: none;
}

@media screen and (min-width: 1024px) {
    .a-34__1 span {
        display: inline;
    }
}

/* Block */
.a-35 {
    background: #EEE;
}

.a-35__0 {
    background: #FFF;
    clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
    padding: 64px 0 32px 0;
}

/* embedded-video */
.embedded-video {
    margin: 0 0 32px 0;
    padding: 56.25% 0 0 0;
    position: relative;
}

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

/* Block */
.a-36 {
    font-style: italic;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-36__0 {
    display: inline;
}

.a-36__0:after {
    content: " / ";
    padding: 0 4px;
}

.a-36__0:last-child:after {
    display: none;
}

.a-36__1 {
    text-decoration: none;
}

.a-36__1.active {
    color: #F9B410;
}

/* Block */
.a-37 {
    background: url(../img/quotedblleft.svg) no-repeat 32px 0;
    margin: 0 0 32px 0;
    padding: 45px 0 0 32px;
    position: relative;
}

.a-0--1 .a-37 {
    color: #55111C;
}

.a-0--3 .a-37 {
}

.a-37 em {
    background: #F9B410;
    font-style: normal;
}

/* Block */
.a-38 {
    box-sizing: border-box;
    color: inherit;
    display: block;
    height: 100%;
    padding: 0 0 32px 0;
    text-decoration: none;
}

.a-38__0 {
    background-color: #F9B410;
    background-image: url(../img/world--0.svg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 32px));
    height: 100%;
    padding: 32px 24px;
    position: relative;
}

.a-38--0 .a-38__0 {
    background-position: 50% 50%;
}

.a-38--1 .a-38__0 {
    background-position: 75% 50%;
}

.a-38--2 .a-38__0 {
    background-position: 25% 50%;
}

.a-38--3 .a-38__0 {
    background-position: 12.5% 50%;
}

.a-0--1 .a-38__1 {
    color: #55111C;
}

.a-0--3 .a-38__1 {
}

.a-38__2 {
    background: url(../img/arrow-right--3.svg) no-repeat;
    display: inline-block;
    height: 17px;
    margin: 0 0 32px 0;
    width: 21px;
}

.a-38__3 {
    background-repeat: no-repeat;
    background-size: 100% 50px;
    bottom: 24px;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}

.a-38--0 .a-38__3 {
    background-image: url(../img/hr-2--0.svg);
}

.a-38--1 .a-38__3 {
    background-image: url(../img/hr-2--1.svg);
}

.a-38--2 .a-38__3 {
    background-image: url(../img/hr-2--2.svg);
}

.a-38--3 .a-38__3 {
    background-image: url(../img/hr-2--3.svg);
}

/* Block */
.a-39 {
    padding: 0 0 12px 0;
    position: relative;
}

.a-39__0 {
    background: #F0E6D0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
    padding: 32px 0 64px 0;
}

.a-39__1 {
    text-align: center;
}

.a-39__2 {
    background: url(../img/hr--3.svg) no-repeat 50% 0;
    background-size: 100% 100%;
    bottom: 0;
    height: 96px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/* Form */
.a-40 {
    margin: 0 0 32px 0;
}

.a-40__0 {
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
    margin: 0 0 12px 0;
    padding: 12px;
    width: 100%;
}

/* Block */
.a-41 {
    margin: 0 0 64px 0;
    text-align: center;
}

.a-0--1 .a-41 {
    color: #55111C;
}

.a-0--3 .a-41 {
}

/* Block */
.a-42 {
    color: inherit;
    display: block;
    margin: 0 0 24px 0;
    position: relative;
    text-decoration: none;
}

.a-0--1 .a-42 {
    color: #55111C;
}

.a-42__0 {
    background: rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
    margin: -32px 0 0 0;
    padding: 12px 24px;
    position: relative;
    z-index: 2;
}

.a-42.active .a-42__0 {
    background: #F2F2F2;
}

.a-42__1 {
    display: inline-block;
    padding: 6px;
}

.a-0--1 .a-42__1 {
    background: #55111C;
    color: #FFF;
}

.a-42__2 {
    background: url(../img/arrow-right--0.svg) no-repeat;
    display: inline-block;
    height: 17px;
    width: 21px;
}

.a-42__3 {
    background: #EEE31B;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    z-index: 3;
}

/* Block */
.a-43 {
    background: #721426;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
    color: #FFF;
    padding: 96px 0 1px 0;
}

/* Block */
.a-44 {
    display: block;
    margin: 0 auto 32px auto;
    max-width: 240px;
    text-decoration: none;
}

.a-44__0 {
    font-family: "Clarendon", serif;
    font-size: 56px;
    line-height: 1em;
}

@media screen and (min-width: 1024px) {
    .a-44__0 {
        font-size: 112px;
        line-height: 1em;
    }
}

/* Block */
.a-45 {
    background: #F2F2F2;
    margin: 0 0 24px 0;
    padding: 32px 24px 1px 24px;
}

/* Pagination */
.a-46 {
    margin: 32px 0;
    padding: 0;
    text-align: center;
}

.a-46__0 {
    display: inline-block;
}

.a-46__1 {
    padding: 2px;
    text-decoration: none;
}

.a-46__1:hover,
.a-46__1.active {
    text-decoration: underline;
}

/* Link */
.a-47 {
    background: #000;
    border-radius: 50%;
    bottom: 24px;
    color: #FFF;
    font-size: 24px;
    left: 24px;
    line-height: 48px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 48px;
    z-index: 101;
}

/* Anchor */
.a-48 {
    position: relative;
    top: -236px;
}

/* Block */
.a-49 {
    margin: 0 0 32px 0;
}

.a-49--0 {
}

.a-49--1 {
    background: rgba(201, 224, 231, 0.3);
    padding: 16px 16px 1px 16px;
}

.a-49__0 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 24px));
}

.a-49__1 {
    text-decoration: none;
}

.a-49__2 {
    padding: 0 0 0 32px;
}

.a-49__3 {
    /*color: #F9B410;
    text-decoration: none;*/
    color: #08A0B4;
}

/* Block */
.a-50 {
    box-sizing: border-box;
    color: #FFF;
    display: block;
    height: 100%;
    padding: 0 0 32px 0;
    text-decoration: none;
}

.a-50__0 {
    background-color: #55141E;
    background-image: url(../img/world--1.svg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 32px));
    height: 100%;
    padding: 32px 24px;
    position: relative;
}

.a-50--0 .a-50__0 {
    background-position: 50% 50%;
}

.a-50--1 .a-50__0 {
    background-position: 75% 50%;
}

.a-50--2 .a-50__0 {
    background-position: 25% 50%;
}

.a-50--3 .a-50__0 {
    background-position: 12.5% 50%;
}

.a-0--1 .a-50__1 {
    color: #55111C;
}

.a-0--3 .a-50__1 {
}

.a-50__2 {
    background: url(../img/arrow-right--3.svg) no-repeat;
    display: inline-block;
    height: 17px;
    margin: 0 0 32px 0;
    width: 21px;
}

.a-50__3 {
    background-repeat: no-repeat;
    background-size: 100% 50px;
    bottom: 24px;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}

.a-50--0 .a-50__3 {
    background-image: url(../img/hr-2--0.svg);
}

.a-50--1 .a-50__3 {
    background-image: url(../img/hr-2--1.svg);
}

.a-50--2 .a-50__3 {
    background-image: url(../img/hr-2--2.svg);
}

.a-50--3 .a-50__3 {
    background-image: url(../img/hr-2--3.svg);
}

/* facetapi */
.facetapi-facetapi-links {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.facetapi-facetapi-links li {
    border: 1px solid #F9B410;
    display: inline-block;
    margin: 0 2px 4px 0;
    padding: 4px;
}

.facetapi-facetapi-links a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.facetapi-limit-link {
    display: inline-block;
    margin: 0 0 32px 0;
}

/* Link */
.a-51 {
    color: inherit;
    display: block;
    border: 1px solid #F9B40A;
    margin: 0 0 12px 0;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    transition: background-color 250ms;
}

.a-51--0 {
}

.a-51--1 {
    background: #F9B40A;
}

.a-51__0 {
    background: #EEE31B;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 250ms;
    width: 12px;
    z-index: 1;
}

.a-51:hover .a-51__0 {
    width: 100%;  
}

.a-51__1 {
    position: relative;
    z-index: 2;
}

/* view */
.view-countries .view-content ul,
.view-projects-3 .view-content ul,
.view-tags .view-content ul,
.view-tool-subcategories .view-content ul,
.view-topics-4 .view-content ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.view-countries .view-content li,
.view-projects-3 .view-content li,
.view-tags .view-content li,
.view-tool-subcategories .view-content li,
.view-topics-4 .view-content li {
    border: 1px solid #F9B410;
    display: inline-block;
    margin: 0 2px 4px 0;
    padding: 4px;
}

.view-countries .view-content a,
.view-projects-3 .view-content a,
.view-tags .view-content a,
.view-tool-subcategories .view-content a,
.view-topics-4 .view-content a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

/* Block */
.a-52 {
    background: #E5E4E3;
    clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 100%);
    margin: 0 0 32px 0;
    padding: 32px 24px 1px 24px;
}

/* Block */
.a-53 {
    background-repeat: no-repeat;
    display: block;
    margin: 0 0 32px 0;
    min-height: 55px;
    padding: 0 0 0 60px;
    text-decoration: none;
}

.a-53--0 {
    background-image: url(../img/file.svg);
}

.a-53--1 {
    background-image: url(../img/link.svg);
}

.a-53--2 {
    background-image: url(../img/link.svg);
}

.a-53__0 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.a-53__1 {
    color: #C10C1E;
}

/* Block */
.a-54 {
    background: #97BCC6;
    color: inherit;
    display: block;
    margin: 0 0 32px 0;
    text-decoration: none;
}

.a-54__0 {
    margin: 0 0 32px 0;
    position: relative;
}

.a-54__1 {
    background: #67C2CE;
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%);
    padding: 100% 0 0 0;
}

.a-54__2 {
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%);
    left: 0;
    position: absolute;
    top: -16px;
}

.a-54__3 {
    padding: 32px 24px;
}

.a-54__4 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

/* Block */
#block-multiblock-10,
#block-multiblock-11,
#block-multiblock-12 {
    background: rgba(201, 224, 231, 0.3);
    margin: 0 0 32px 0;
    padding: 32px 24px 1px 24px;
}

/* Block */
.a-55 {
    background: rgba(201, 224, 231, 0.3);
    margin: 0 0 32px 0;
    padding: 32px 24px 1px 24px;
}

/* Block */
.a-56 {
    color: inherit;
    display: block;
    margin: 0 0 32px 0;
    text-decoration: none;
}

.a-56__0 {
    margin: 0 0 32px 0;
    position: relative;
}

.a-56__1 {
    background: #67C2CE;
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%);
    padding: 100% 0 0 0;
}

.a-56__2 {
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%);
    filter: grayscale(1);
    left: 0;
    position: absolute;
    top: -16px;
}

/* Block */
.a-57 {
    height: 570px;
    position: relative;
}

.a-57__0 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-57__1 {
    background: url(../img/marker.svg) no-repeat;
    height: 24px;
    left: 0;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 2;
}

.a-57__2 {
    background: rgba(200, 223, 230, 0.9);
    bottom: 24px;
    clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 100%);
    left: 0;
    max-width: 480px;
    padding: 56px 24px 1px 24px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.a-57__3 {
    background: url(../img/file.svg) no-repeat;
    padding: 0 0 0 60px;
}

/* pager */
.pager {
    background: #F2F2F2;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 24px;
}

.pager li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.pager a {
    text-decoration: none;
}

.pager a:hover {
    text-decoration: underline;
}

.pager-current {
    font-weight: bold;
}

/* Link */
@media screen and (min-width: 768px) {
    .a-58--0 {
        display: none;
    }
}

.a-58--1 {
    display: none;
}

@media screen and (min-width: 768px) {
    .a-58--1 {
        display: inline;
    }
}

.a-59 {
    display: block;
    margin: 0 0 12px 0;
    text-decoration: none;
}

.a-59__0 {
    border-radius: 50%;
}

.a-59__1 {
    font-size: inherit;
    line-height: 1.2em;
}

/* Block */
.a-60 {
    display: flex;
    gap: 24px;
    margin: 0 0 32px;
}

.a-60__0 {
    min-width: 140px;
}

.a-60__1 {
    border-radius: 50%;
}

/* Heading */
.a-61 {
    text-align: center;
}

/* Block */
.a-62 {
    color: inherit;
    display: block;
    margin: 0 0 32px 0;
    text-decoration: none;
}

/* Block */
.a-63.collapsed .a-63__0 {
    display: none;
}

/* Heading */
.a-64 {
    margin: 0 0 16px 0;
}

.a-64 a {
    word-break: break-all;
}

/* Block */
.a-65 {
    background: rgba(201, 224, 231, 0.3);
    margin: 0 0 32px 0;
    padding: 32px 24px 16px 24px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

