/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Graphik LCG';
  src: url(fd3f62442002a3384091a9e7d692c1d7.eot);
  src: url(fd3f62442002a3384091a9e7d692c1d7.eot?#iefix) format("embedded-opentype"), url(92eecd175e3e373f28540b403c008b83.woff2) format("woff2"), url(ce5f65a928592e21cec24364013519de.woff) format("woff"), url(158b8f1ffdb4d15a0e3f92407dd86aa6.ttf) format("truetype"), url(0f996516445a74dc50d19238af3ea504.svg#GraphikLCG-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LCG';
  src: url(eaaa79615b78ed1e21b2b1d4b055b3e4.eot);
  src: url(eaaa79615b78ed1e21b2b1d4b055b3e4.eot?#iefix) format("embedded-opentype"), url(92ce6a2859d3df142a505662e00bfdf0.woff2) format("woff2"), url(41cd37fb3853962a51c124efe3caae82.woff) format("woff"), url(7c3753425ebd545f3038d74b96a7e41e.ttf) format("truetype"), url(71c382f7129c88a703d5923b6b73a084.svg#GraphikLCG-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LCG';
  src: url(68e8e25b2e8801e752206564a261eacb.eot);
  src: url(68e8e25b2e8801e752206564a261eacb.eot?#iefix) format("embedded-opentype"), url(56485d103d7fad506ec0bc730cfcaa61.woff2) format("woff2"), url(452853dfba0457115e52ed67ad03bf6f.woff) format("woff"), url(dae23a5294c809c3409caa5d3acf6afe.ttf) format("truetype"), url(79a3f4f6dfaa05244f535e39badea0cb.svg#GraphikLCG-Semibold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 18px; }
  @media (max-width: 1920px) {
    html {
      font-size: 16px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  color: #100D97;
  font-family: 'Graphik LCG', sans-serif;
  font-style: normal;
  line-height: 22px;
  margin: 0;
  padding: 0; }
  @media (max-width: 1920px) {
    body {
      line-height: 20px; } }
  body.no-scroll {
    overflow: hidden; }

a {
  color: #100D97;
  text-decoration: none; }

svg,
img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }

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

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

h1, .h1 {
  font-size: 36px;
  line-height: 46px; }
  @media (max-width: 1920px) {
    h1, .h1 {
      font-size: 28px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    h1, .h1 {
      font-size: 20px;
      line-height: 26px; } }

h2, .h2 {
  font-size: 36px;
  line-height: 46px; }
  @media (max-width: 1920px) {
    h2, .h2 {
      font-size: 28px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 26px; } }

h3, .h3 {
  font-size: 26px;
  line-height: 36px; }
  @media (max-width: 1024px) {
    h3, .h3 {
      font-size: 20px;
      line-height: 26px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 22px; }

h5, .h5 {
  font-size: 36px;
  line-height: 46px; }
  @media (max-width: 1920px) {
    h5, .h5 {
      font-size: 28px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    h5, .h5 {
      font-size: 20px;
      line-height: 26px; } }

h6, .h6 {
  font-size: 10px;
  line-height: 22px; }

p {
  margin: 0 0 25px 0; }
  p:last-child {
    margin: 0 !important; }

b, strong, .strong {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

#app {
  overflow-x: hidden; }

.max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px; }
  @media (max-width: 1600px) {
    .max-width {
      max-width: none;
      padding: 0 40px; } }
  @media (max-width: 660px) {
    .max-width {
      max-width: none;
      padding: 0 20px; } }

.titlebar .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 101px;
  padding: 27px 0; }
  @media (max-width: 660px) {
    .titlebar .inner {
      min-height: 0; } }

.titlebar--news .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  border-bottom: 1px solid #100D97; }
  @media (max-width: 1024px) {
    .titlebar--news .inner {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 960px) {
    .titlebar--news .inner > div {
      width: 100%; } }
  .titlebar--news .inner > div:nth-child(1) img {
    width: 250px; }
    @media (max-width: 1024px) {
      .titlebar--news .inner > div:nth-child(1) img {
        width: 150px; } }
    @media (max-width: 960px) {
      .titlebar--news .inner > div:nth-child(1) img {
        margin: 0 0 20px 0; } }
  .titlebar--news .inner > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .titlebar--news .inner > div:nth-child(2) > div {
      text-align: right;
      width: 100%; }
      @media (max-width: 960px) {
        .titlebar--news .inner > div:nth-child(2) > div {
          text-align: left; } }
    @media (max-width: 1024px) {
      .titlebar--news .inner > div:nth-child(2) .back {
        display: none; } }

.titlebar--breadcrumbs .inner {
  border-bottom: 1px solid #100D97; }

#breadcrumbs a:hover {
  text-decoration: underline; }

.titlebar--full {
  padding: 0 40px; }
  @media (max-width: 660px) {
    .titlebar--full {
      padding: 0 20px; } }

.titlebar--blue {
  background: #100D97;
  border-bottom: 1px solid #fff;
  color: #fff; }

.has-sidebar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.has-sidebar .content {
  border-left: 1px solid #100D97;
  min-height: 100vh;
  width: 66.66667%;
  padding: 40px 0 40px 40px; }
  @media (max-width: 768px) {
    .has-sidebar .content {
      border: none;
      min-height: 0;
      padding: 40px 0;
      width: 100%; } }

.has-sidebar .content__title {
  margin: -40px 0 40px -40px; }
  @media (max-width: 768px) {
    .has-sidebar .content__title {
      margin: -40px 0 40px 0; } }

.sidebar {
  padding: 27px 0;
  width: 33.33333%; }
  @media (max-width: 768px) {
    .sidebar {
      width: 100%; } }
  .sidebar > div:last-child {
    border-bottom: none; }

.sidebar__date {
  border-bottom: 1px solid #100D97;
  padding: 0 0 27px 0; }

.sidebar__title {
  border-bottom: 1px solid #100D97;
  padding: 0 0 27px 0; }

.sidebar__menu > ul > li {
  position: relative; }
  .sidebar__menu > ul > li > a {
    display: block;
    padding: 16px 60px 16px 0;
    position: relative;
    border-bottom: 1px solid #100D97; }
  .sidebar__menu > ul > li > ul {
    border-bottom: 1px solid #100D97;
    padding: 20px 0 20px 40px;
    display: none; }
    @media (max-width: 1024px) {
      .sidebar__menu > ul > li > ul {
        padding: 20px 0 20px 0; } }
    @media (max-width: 660px) {
      .sidebar__menu > ul > li > ul {
        padding: 20px 0 20px 0; } }

.sidebar__menu .menu-item-has-children:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTcgMTciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE3IDE3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzExMEU5OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2LjUwNCw0LjY3NyA4LjUwNCwxMi42NzcgMC41MDQsNC42NzcgIi8+Cjwvc3ZnPgo=) no-repeat center;
  content: '';
  height: 17px;
  pointer-events: none;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 17px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
  @media (max-width: 660px) {
    .sidebar__menu .menu-item-has-children:after {
      right: 0; } }

.sidebar__menu .menu-item-has-children.is-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.sidebar__menu .current-menu-ancestor > ul {
  display: block; }

.sidebar__menu .current-menu-item > a {
  padding-left: 20px;
  position: relative; }
  .sidebar__menu .current-menu-item > a:before {
    background: #100D97;
    border-radius: 100%;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px; }

.sidebar__thumbnail {
  padding: 40px 40px 0 0;
  border-bottom: 1px solid #100D97; }
  @media (max-width: 768px) {
    .sidebar__thumbnail {
      padding: 40px 0 0 0; } }
  .sidebar__thumbnail img {
    width: 100%; }

.sidebar__share {
  padding: 27px 40px 27px 0;
  border-bottom: 1px solid #100D97 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 960px) {
    .sidebar__share {
      padding: 27px 27px 27px 0; } }
  .sidebar__share .label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar__share .label span {
      display: inline-block;
      margin: 0 0 0 20px; }
  .sidebar__share .links {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    .sidebar__share .links path {
      fill: #100D97; }
  .sidebar__share:hover .links {
    opacity: 1; }

.content {
  padding: 40px 40px 40px 40px; }
  @media (max-width: 660px) {
    .content {
      padding: 40px 0 0 0; } }
  .content > * {
    margin: 0 0 80px 0; }
    @media (max-width: 1024px) {
      .content > * {
        margin: 0 0 40px 0; } }

.content__title {
  background: #100D97;
  border-bottom: 1px solid #100D97;
  color: white;
  margin: -40px -40px 40px -40px;
  padding: 27px 40px; }
  @media (max-width: 660px) {
    .content__title {
      margin: -40px 0 40px 0;
      padding: 27px 20px; } }

.banners .inner {
  border-top: 1px solid #100D97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0; }
  .banners .inner > a {
    background: #100D97;
    color: #fff;
    border: 1px solid #100D97;
    height: 0;
    padding-top: calc(33.33333% - 20px);
    position: relative;
    width: calc(33.33333% - 20px);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media (max-width: 768px) {
      .banners .inner > a {
        margin: 0 0 40px 0;
        padding-top: 75%;
        width: 100%; } }
    @media (max-width: 660px) {
      .banners .inner > a {
        padding-top: 100%; } }
    .banners .inner > a:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1; }
    .banners .inner > a:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1; }
    .banners .inner > a .image {
      left: 50%;
      padding: 0 80px;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
      @media (max-width: 1024px) {
        .banners .inner > a .image {
          padding: 0 40px; } }
      @media (max-width: 660px) {
        .banners .inner > a .image {
          top: 40px;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
      .banners .inner > a .image polyline,
      .banners .inner > a .image polygon,
      .banners .inner > a .image line,
      .banners .inner > a .image path {
        fill: #fff;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
    .banners .inner > a .title {
      bottom: 40px;
      left: 40px;
      position: absolute; }
      @media (max-width: 1024px) {
        .banners .inner > a .title {
          bottom: 20px;
          left: 20px;
          width: 50%; } }
    .banners .inner > a .link {
      border: 1px solid #100D97;
      display: inline-block;
      padding: 10px 20px;
      position: relative;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      border: 1px solid #fff;
      padding: 10px;
      bottom: 40px;
      right: 40px;
      position: absolute; }
      .banners .inner > a .link:before {
        background: #fff;
        border-bottom: 1px solid #100D97;
        content: '';
        height: 15px;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        width: 15px;
        z-index: 1;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .banners .inner > a .link:after {
        background: #fff;
        border-top: 1px solid #100D97;
        bottom: 0;
        content: '';
        height: 15px;
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-transform: translate(50%, 50%) rotate(-45deg);
            -ms-transform: translate(50%, 50%) rotate(-45deg);
                transform: translate(50%, 50%) rotate(-45deg);
        width: 15px;
        z-index: 1;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .banners .inner > a .link line,
      .banners .inner > a .link polyline {
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .banners .inner > a .link:hover {
        background: #100D97;
        color: #fff; }
        .banners .inner > a .link:hover line,
        .banners .inner > a .link:hover polyline {
          stroke: #fff; }
      .banners .inner > a .link:before {
        background: #100D97;
        border-bottom: 1px solid #fff; }
      .banners .inner > a .link:after {
        background: #100D97;
        border-top: 1px solid #fff; }
      .banners .inner > a .link polyline,
      .banners .inner > a .link line {
        stroke: #fff; }
      @media (max-width: 1024px) {
        .banners .inner > a .link {
          bottom: 20px;
          right: 20px; } }
    .banners .inner > a:hover {
      color: #100D97;
      background: #fff; }
      .banners .inner > a:hover .image polyline,
      .banners .inner > a:hover .image polygon,
      .banners .inner > a:hover .image line,
      .banners .inner > a:hover .image path {
        fill: #100D97; }
      .banners .inner > a:hover .link {
        background: #100D97;
        color: #fff; }
        .banners .inner > a:hover .link:before {
          background: #fff; }
        .banners .inner > a:hover .link:after {
          background: #fff; }
        .banners .inner > a:hover .link line {
          stroke: #fff; }

@media (max-width: 660px) {
  .back {
    display: none; } }

.back a {
  border: 1px solid #100D97;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 10px; }
  .back a:before {
    background: #fff;
    border-bottom: 1px solid #100D97;
    content: '';
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .back a:after {
    background: #fff;
    border-top: 1px solid #100D97;
    bottom: 0;
    content: '';
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
            transform: translate(50%, 50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .back a line,
  .back a polyline {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .back a:hover {
    background: #100D97;
    color: #fff; }
    .back a:hover line,
    .back a:hover polyline {
      stroke: #fff; }

.top .inner {
  padding: 40px 0;
  border-top: 1px solid #100D97;
  text-align: right; }
  @media (max-width: 660px) {
    .top .inner {
      padding: 20px 0; } }

.top span {
  border: 1px solid #100D97;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  padding: 10px; }
  .top span:before {
    background: #fff;
    border-bottom: 1px solid #100D97;
    content: '';
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .top span:after {
    background: #fff;
    border-top: 1px solid #100D97;
    bottom: 0;
    content: '';
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
            transform: translate(50%, 50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .top span line,
  .top span polyline {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .top span:hover {
    background: #100D97;
    color: #fff; }
    .top span:hover line,
    .top span:hover polyline {
      stroke: #fff; }

#header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #100D97;
  color: #fff;
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 0 0;
  position: relative;
  border-bottom: 1px solid #100D97; }
  @media (max-width: 660px) {
    #header {
      padding: 0 20px 0 0;
      height: 76px; } }
  #header a {
    color: #fff; }

.header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 11; }
  .header__logo a {
    display: block; }
  @media (max-width: 660px) {
    .header__logo img {
      height: 75px; } }

.header__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__menu {
  white-space: nowrap; }
  @media (max-width: 960px) {
    .header__menu {
      display: none;
      background: #100D97;
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 10;
      padding: 160px 40px 0 40px; } }
  @media (max-width: 660px) {
    .header__menu {
      padding: 120px 20px 0 20px; } }
  .header__menu.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .header__menu > ul {
        border-top: 1px solid #fff;
        display: block;
        width: 100%; } }
    .header__menu > ul > li {
      margin: 0 5px; }
      @media (max-width: 960px) {
        .header__menu > ul > li {
          margin: 0; } }
      .header__menu > ul > li > a {
        display: block;
        border: 1px solid transparent;
        padding: 10px 15px;
        position: relative; }
        @media (max-width: 1024px) {
          .header__menu > ul > li > a {
            padding: 10px 10px; } }
        @media (max-width: 960px) {
          .header__menu > ul > li > a {
            font-size: 36px;
            line-height: 46px;
            border: none;
            border-bottom: 1px solid #fff;
            padding: 15px 0; } }
  @media (max-width: 960px) and (max-width: 1920px) {
    .header__menu > ul > li > a {
      font-size: 28px;
      line-height: 40px; } }
  @media (max-width: 960px) and (max-width: 1024px) {
    .header__menu > ul > li > a {
      font-size: 20px;
      line-height: 26px; } }
        .header__menu > ul > li > a:before {
          background: #100D97;
          border-bottom: 1px solid #fff;
          content: '';
          height: 15px;
          left: 0;
          position: absolute;
          top: 0;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg);
          width: 15px;
          pointer-events: none;
          opacity: 0;
          z-index: 1; }
          @media (max-width: 960px) {
            .header__menu > ul > li > a:before {
              content: none; } }
        .header__menu > ul > li > a:after {
          background: #100D97;
          border-top: 1px solid #fff;
          bottom: 0;
          content: '';
          height: 15px;
          position: absolute;
          right: 0;
          -webkit-transform: translate(50%, 50%) rotate(-45deg);
              -ms-transform: translate(50%, 50%) rotate(-45deg);
                  transform: translate(50%, 50%) rotate(-45deg);
          width: 15px;
          pointer-events: none;
          opacity: 0;
          z-index: 1; }
          @media (max-width: 960px) {
            .header__menu > ul > li > a:after {
              content: none; } }
        .header__menu > ul > li > a:hover {
          border: 1px solid #fff; }
          @media (max-width: 960px) {
            .header__menu > ul > li > a:hover {
              border: none;
              border-bottom: 1px solid #fff; } }
          .header__menu > ul > li > a:hover:before, .header__menu > ul > li > a:hover:after {
            opacity: 1; }
        .header__menu > ul > li > a:active {
          color: #100D97 !important;
          background: #fff; }
      .header__menu > ul > li.current-page-ancestor a, .header__menu > ul > li.current_page_parent a, .header__menu > ul > li.current-menu-item a {
        border: 1px solid #fff; }
        @media (max-width: 960px) {
          .header__menu > ul > li.current-page-ancestor a, .header__menu > ul > li.current_page_parent a, .header__menu > ul > li.current-menu-item a {
            border: none;
            border-bottom: 1px solid #fff; } }
        .header__menu > ul > li.current-page-ancestor a:before, .header__menu > ul > li.current-page-ancestor a:after, .header__menu > ul > li.current_page_parent a:before, .header__menu > ul > li.current_page_parent a:after, .header__menu > ul > li.current-menu-item a:before, .header__menu > ul > li.current-menu-item a:after {
          opacity: 1; }

.header__tools {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 40px; }
  @media (max-width: 1024px) {
    .header__tools {
      margin: 0 0 0 20px; } }
  @media (max-width: 960px) {
    .header__tools {
      display: none; } }
  .header__tools .search {
    cursor: pointer; }

.header__burger {
  cursor: pointer;
  display: none;
  height: 25px;
  margin: 0 0 0 20px;
  position: relative;
  width: 25px;
  z-index: 10; }
  @media (max-width: 960px) {
    .header__burger {
      display: block; } }
  .header__burger.is-active span {
    display: none; }
  .header__burger.is-active:before {
    top: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
    transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
    -o-transition: top .35s 0s, transform 0.35s 0.35s;
    transition: top .35s 0s, transform 0.35s 0.35s;
    transition: top .35s 0s, transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s; }
  .header__burger.is-active:after {
    top: 12px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
    transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
    -o-transition: top .35s 0s, transform 0.35s 0.35s;
    transition: top .35s 0s, transform 0.35s 0.35s;
    transition: top .35s 0s, transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s; }
  .header__burger:before, .header__burger:after {
    -webkit-transition: top .35s .35s, -webkit-transform .35s 0s;
    transition: top .35s .35s, -webkit-transform .35s 0s;
    -o-transition: top .35s .35s, transform .35s 0s;
    transition: top .35s .35s, transform .35s 0s;
    transition: top .35s .35s, transform .35s 0s, -webkit-transform .35s 0s; }
  .header__burger:before, .header__burger:after,
  .header__burger span {
    background: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 25px; }
  .header__burger:before {
    top: 6px; }
  .header__burger span {
    top: 12px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .header__burger:after {
    top: 18px; }

.header__search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #100D97;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 220px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .header__search.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .header__search form {
    width: 100%; }
  .header__search .close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
    .header__search .close line {
      stroke: #fff; }

#footer {
  border-top: 1px solid #fff;
  background: #100D97;
  color: #fff;
  padding: 0 40px; }
  @media (max-width: 660px) {
    #footer {
      padding: 0 20px; } }
  #footer a {
    color: #fff; }
    #footer a:hover {
      text-decoration: underline; }

.footer__top {
  padding: 40px 0; }

.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 40px 0 120px 0; }
  @media (max-width: 1024px) {
    .footer__middle {
      padding: 40px 0 0 0; } }
  .footer__middle > div {
    width: 25%; }
    @media (max-width: 1024px) {
      .footer__middle > div {
        margin: 0 0 40px 0;
        width: 50%; } }
    @media (max-width: 660px) {
      .footer__middle > div {
        width: 100%; } }
    .footer__middle > div:nth-child(4) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
      .footer__middle > div:nth-child(4) > div {
        width: 100%; }
  .footer__middle .title {
    margin: 25px 0;
    pointer-events: none; }
    .footer__middle .title:nth-child(1) {
      margin: 0 0 25px 0; }

@media (max-width: 660px) {
  .footer__social {
    margin: 40px 0 0 0; } }

.footer__social a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__social a span {
    display: inline-block;
    margin: 0 10px 0 0; }

.footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 22px;
  padding: 30px 0; }
  @media (max-width: 660px) {
    .footer__bottom {
      padding: 15px 0; } }

::-webkit-input-placeholder {
  font-family: 'Graphik LCG', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff; }

::-moz-placeholder {
  font-family: 'Graphik LCG', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff; }

:-ms-input-placeholder {
  font-family: 'Graphik LCG', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff; }

:-moz-placeholder {
  font-family: 'Graphik LCG', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff; }

.validation_error,
.validation_message,
.gform_ajax_spinner {
  display: none !important; }

input,
textarea {
  border-radius: 0;
  border: none;
  color: #fff;
  display: block;
  font-family: 'Graphik LCG', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 27px 40px;
  width: 100%; }
  @media (max-width: 660px) {
    input,
    textarea {
      padding: 27px 20px; } }

textarea {
  resize: none; }

input[type=submit] {
  cursor: pointer;
  display: inline-block;
  width: auto; }

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gfield {
  border-bottom: 1px solid #fff;
  width: 50%; }
  @media (max-width: 660px) {
    .gfield {
      width: 100%; } }
  .gfield:nth-child(odd) {
    border-right: 1px solid #fff; }
    @media (max-width: 660px) {
      .gfield:nth-child(odd) {
        border-right: none; } }
  .gfield.full {
    border-right: none;
    width: 100%; }

.gfield_error {
  border-bottom: 1px solid red; }

.gfield_label {
  display: none; }

.gform_footer {
  padding: 27px 40px;
  text-align: right; }
  @media (max-width: 660px) {
    .gform_footer {
      padding: 27px 20px; } }
  .gform_footer button {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid #fff;
    cursor: pointer;
    font-family: 'Graphik LCG', sans-serif;
    font-size: 18px;
    line-height: 22px; }
    .gform_footer button:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .gform_footer button:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .gform_footer button line,
    .gform_footer button polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .gform_footer button:hover {
      background: #100D97;
      color: #fff; }
      .gform_footer button:hover line,
      .gform_footer button:hover polyline {
        stroke: #fff; }
    .gform_footer button:before {
      background: #100D97;
      border-bottom: 1px solid #fff; }
    .gform_footer button:after {
      background: #100D97;
      border-top: 1px solid #fff; }
    .gform_footer button polyline,
    .gform_footer button line {
      stroke: #fff; }
    .gform_footer button:hover {
      background: #fff;
      color: #100D97; }

.gform_confirmation_message {
  padding: 27px 40px; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  top: 50%;
  z-index: 1;
  border: 1px solid #100D97;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  padding: 10px; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25;
    pointer-events: none; }
  .slick-prev:before,
  .slick-next:before {
    background: #fff;
    border-bottom: 1px solid #100D97;
    content: '';
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .slick-prev:after,
  .slick-next:after {
    background: #fff;
    border-top: 1px solid #100D97;
    bottom: 0;
    content: '';
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
            transform: translate(50%, 50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .slick-prev line,
  .slick-prev polyline,
  .slick-next line,
  .slick-next polyline {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #100D97;
    color: #fff; }
    .slick-prev:hover line,
    .slick-prev:hover polyline,
    .slick-next:hover line,
    .slick-next:hover polyline {
      stroke: #fff; }

.slick-prev {
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjMuNzI1cHgiIGhlaWdodD0iMjMuNzA3cHgiIHZpZXdCb3g9IjAgMCAyMy43MjUgMjMuNzA3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMy43MjUgMjMuNzA3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzExMEU5OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjMuNzI0IiB5MT0iMTEuODU0IiB4Mj0iMC43MDciIHkyPSIxMS44NTQiLz4NCgk8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTEwRTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMTIuMjA3LDIzLjM1NCAwLjcwNywxMS44NTQgMTIuMjA3LDAuMzU0IAkiLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center; }
  .slick-prev:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMy43MjVweCIgaGVpZ2h0PSIyMy43MDdweCIgdmlld0JveD0iMCAwIDIzLjcyNSAyMy43MDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIzLjcyNSAyMy43MDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjMuNzI0IiB5MT0iMTEuODU0IiB4Mj0iMC43MDciIHkyPSIxMS44NTQiLz4KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxMi4yMDcsMjMuMzU0IDAuNzA3LDExLjg1NCAxMi4yMDcsMC4zNTQgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat center;
    background-color: #100D97; }

.slick-next {
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjMuNzI1cHgiIGhlaWdodD0iMjMuNzA3cHgiIHZpZXdCb3g9IjAgMCAyMy43MjUgMjMuNzA3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMy43MjUgMjMuNzA3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzExMEU5OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC43MDciIHkxPSIxMS44NTMiIHgyPSIyMy43MjQiIHkyPSIxMS44NTMiLz4NCgk8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTEwRTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMTIuMjI0LDAuMzU0IDIzLjcyNCwxMS44NTMgMTIuMjI0LDIzLjM1NCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center; }
  .slick-next:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMy43MjVweCIgaGVpZ2h0PSIyMy43MDdweCIgdmlld0JveD0iMCAwIDIzLjcyNSAyMy43MDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIzLjcyNSAyMy43MDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC43MDciIHkxPSIxMS44NTMiIHgyPSIyMy43MjQiIHkyPSIxMS44NTMiLz4KCTxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxMi4yMjQsMC4zNTQgMjMuNzI0LDExLjg1MyAxMi4yMjQsMjMuMzU0IAkiLz4KPC9nPgo8L3N2Zz4K) no-repeat center;
    background-color: #100D97; }

.slick-dots {
  bottom: 0;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 13px; }
    .slick-dots li button {
      background: transparent;
      border: 1px solid #100D97;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 13px;
      line-height: 0;
      outline: none;
      padding: 0;
      width: 13px;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .slick-dots li.slick-active button {
      background: #100D97; }

.flexible--text img {
  display: block;
  margin: 0 0 40px 0; }

.flexible--text ul {
  list-style-type: initial; }

.flexible--text ol,
.flexible--text ul {
  margin: 0 0 25px 25%;
  list-style-position: outside;
  padding: 0; }
  @media (max-width: 1024px) {
    .flexible--text ol,
    .flexible--text ul {
      list-style-position: inside;
      margin: 0 0 25px 0; } }
  @media (max-width: 660px) {
    .flexible--text ol,
    .flexible--text ul {
      list-style-position: inside; } }

.flexible--text a {
  text-decoration: underline; }

.flexible--image img {
  width: 100%; }

@media (max-width: 660px) {
  .flexible--tabs ol {
    list-style-position: inside;
    padding: 0; } }

.flexible--tabs ul {
  list-style-type: initial;
  margin: 0 0 25px 0; }

.flexible--tabs a {
  text-decoration: underline; }

.flexible--moto > div {
  margin: 0 0 0 auto;
  width: 50%; }

.flexible--title_with_link .title {
  margin: 0 0 80px 0; }

.flexible--title_with_link .link a {
  border: 1px solid #100D97;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .flexible--title_with_link .link a:before {
    background: #fff;
    border-bottom: 1px solid #100D97;
    content: '';
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .flexible--title_with_link .link a:after {
    background: #fff;
    border-top: 1px solid #100D97;
    bottom: 0;
    content: '';
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
            transform: translate(50%, 50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .flexible--title_with_link .link a line,
  .flexible--title_with_link .link a polyline {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .flexible--title_with_link .link a:hover {
    background: #100D97;
    color: #fff; }
    .flexible--title_with_link .link a:hover line,
    .flexible--title_with_link .link a:hover polyline {
      stroke: #fff; }

.flexible--title_with_text_full .title {
  margin: 0 0 80px 0; }

.flexible--title_with_text_full ul {
  list-style-type: initial; }

.flexible--title_with_text_full ol {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding: 0;
  list-style-position: inside; }

.flexible--title_with_text_half .title {
  margin: 0 0 80px 0; }
  @media (max-width: 1024px) {
    .flexible--title_with_text_half .title {
      margin: 0 0 40px 0; } }

.flexible--title_with_text_half .text {
  margin: 0 0 0 auto;
  width: 50%; }
  @media (max-width: 1024px) {
    .flexible--title_with_text_half .text {
      width: 100%; } }
  .flexible--title_with_text_half .text ul {
    list-style-type: initial;
    margin: 0 0 25px 0; }
  .flexible--title_with_text_half .text a {
    text-decoration: underline; }

.tab {
  border-bottom: 1px solid #100D97; }
  .tab:nth-child(1) {
    border-top: 1px solid #100D97; }
  .tab:hover .icon, .tab.is-active .icon {
    background: #100D97;
    color: #fff; }
    .tab:hover .icon line, .tab.is-active .icon line {
      stroke: #fff; }
  .tab.is-active .icon line:nth-child(1) {
    display: none; }

.tab__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 0; }
  .tab__title .h2 {
    padding: 0 50px 0 0; }
  .tab__title .icon {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding: 10px 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .tab__title .icon:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .tab__title .icon:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .tab__title .icon line,
    .tab__title .icon polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .tab__title .icon:hover {
      background: #100D97;
      color: #fff; }
      .tab__title .icon:hover line,
      .tab__title .icon:hover polyline {
        stroke: #fff; }

.tab__text {
  display: none; }
  .tab__text .inner {
    display: block;
    padding: 0 0 27px 0; }

.page-template-template-home #header {
  border-color: #fff; }

.home__intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #100D97;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 101px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 600px;
  position: relative; }
  @media (max-width: 660px) {
    .home__intro {
      height: auto; } }
  .home__intro .max-width {
    width: 100%; }
  .home__intro .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4.16667%;
    width: 100%; }
    @media (max-width: 1024px) {
      .home__intro .inner {
        padding: 0; } }
    @media (max-width: 660px) {
      .home__intro .inner {
        padding: 80px 20px 160px 20px; } }
    .home__intro .inner > div {
      width: 50%; }
      @media (max-width: 660px) {
        .home__intro .inner > div {
          width: 100%; } }
      @media (max-width: 660px) {
        .home__intro .inner > div:nth-child(1) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .home__intro .inner > div:nth-child(1) img {
        margin: 0 0 80px 0; }
      .home__intro .inner > div:nth-child(2) {
        padding: 0 0 0 8.33333%; }
        @media (max-width: 660px) {
          .home__intro .inner > div:nth-child(2) {
            padding: 0 0 80px 0; } }
  .home__intro .scroll {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid #fff;
    bottom: 40px;
    cursor: pointer;
    left: 50%;
    padding: 10px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .home__intro .scroll:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__intro .scroll:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__intro .scroll line,
    .home__intro .scroll polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__intro .scroll:hover {
      background: #100D97;
      color: #fff; }
      .home__intro .scroll:hover line,
      .home__intro .scroll:hover polyline {
        stroke: #fff; }
    .home__intro .scroll:before {
      background: #100D97;
      border-bottom: 1px solid #fff; }
    .home__intro .scroll:after {
      background: #100D97;
      border-top: 1px solid #fff; }
    .home__intro .scroll polyline,
    .home__intro .scroll line {
      stroke: #fff; }
    .home__intro .scroll:hover {
      background: #fff; }
      .home__intro .scroll:hover polyline,
      .home__intro .scroll:hover line {
        stroke: #100D97; }

.home__company {
  padding: 120px 0; }
  @media (max-width: 660px) {
    .home__company {
      padding: 40px 0; } }
  .home__company .title {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    pointer-events: none; }
    .home__company .title:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__company .title:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__company .title line,
    .home__company .title polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__company .title:hover {
      background: #100D97;
      color: #fff; }
      .home__company .title:hover line,
      .home__company .title:hover polyline {
        stroke: #fff; }
  .home__company .tabs {
    padding: 40px 0 0 0; }
  .home__company .tab__text .inner {
    padding: 0 50% 27px 0; }
    @media (max-width: 660px) {
      .home__company .tab__text .inner {
        padding: 0 0 27px 0; } }

.home__services > div > .title {
  border: 1px solid #100D97;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  pointer-events: none; }
  .home__services > div > .title:before {
    background: #fff;
    border-bottom: 1px solid #100D97;
    content: '';
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .home__services > div > .title:after {
    background: #fff;
    border-top: 1px solid #100D97;
    bottom: 0;
    content: '';
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
            transform: translate(50%, 50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .home__services > div > .title line,
  .home__services > div > .title polyline {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .home__services > div > .title:hover {
    background: #100D97;
    color: #fff; }
    .home__services > div > .title:hover line,
    .home__services > div > .title:hover polyline {
      stroke: #fff; }

.home__services .banners .inner {
  border-top: none;
  border-bottom: 1px solid #100D97; }

.home__news {
  padding: 120px 0 0 0; }
  @media (max-width: 660px) {
    .home__news {
      padding: 40px 0 0 0; } }
  .home__news .titles {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 1px solid #100D97;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 40px 0; }
    @media (max-width: 960px) {
      .home__news .titles {
        padding: 0 0 27px 0; } }
    @media (max-width: 960px) {
      .home__news .titles > div {
        width: 100%; } }
    .home__news .titles > div:nth-child(2) {
      text-align: left; }
    @media (max-width: 1024px) {
      .home__news .titles img {
        width: 150px; } }
    @media (max-width: 960px) {
      .home__news .titles img {
        margin: 0 0 20px 0; } }
  .home__news .slider {
    margin: 40px 0 120px 0; }
    @media (max-width: 660px) {
      .home__news .slider {
        margin: 40px 0 40px 0; } }
    .home__news .slider .slick-prev,
    .home__news .slider .slick-next {
      bottom: 37px;
      top: auto; }
    .home__news .slider .slick-prev {
      left: 0; }
    .home__news .slider .slick-next {
      right: 0; }
    .home__news .slider .slick-dots {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #100D97;
      border-top: 1px solid #100D97;
      bottom: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 120px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
  .home__news .tease--post {
    border: none;
    padding: 0;
    margin: 0; }
    .home__news .tease--post:before, .home__news .tease--post:after {
      content: none; }

.home__clients {
  padding: 0 0 80px 0; }
  .home__clients .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .home__clients .inner > div:nth-child(1) {
      width: 41.66667%; }
      @media (max-width: 660px) {
        .home__clients .inner > div:nth-child(1) {
          width: 100%; } }
    .home__clients .inner > div:nth-child(2) {
      width: 58.33333%; }
      @media (max-width: 660px) {
        .home__clients .inner > div:nth-child(2) {
          padding: 80px 0 0 0;
          width: 100%; } }
  .home__clients .title {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    pointer-events: none;
    margin: 0 0 40px 0; }
    .home__clients .title:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__clients .title:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__clients .title line,
    .home__clients .title polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .home__clients .title:hover {
      background: #100D97;
      color: #fff; }
      .home__clients .title:hover line,
      .home__clients .title:hover polyline {
        stroke: #fff; }
  .home__clients a {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .home__clients a:before {
      background: #100D97;
      border-radius: 100%;
      content: '';
      height: 4px;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 4px;
      opacity: 0;
      -webkit-transition: all 0.35s 0s;
      -o-transition: all 0.35s 0s;
      transition: all 0.35s 0s; }
    .home__clients a:hover {
      padding-left: 20px;
      position: relative; }
      .home__clients a:hover:before {
        opacity: 1;
        -webkit-transition: all 0.35s 0.25s;
        -o-transition: all 0.35s 0.25s;
        transition: all 0.35s 0.25s; }

.page-template-template-services #header {
  border-color: #fff; }

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .services__list > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #100D97;
    border-right: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100vh - 202px);
    padding: 40px;
    position: relative;
    width: 33.33333%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media (max-width: 768px) {
      .services__list > a {
        border-bottom: 1px solid #fff;
        width: 100%; }
        .services__list > a:last-child {
          border-bottom: 0; } }
    @media (max-width: 660px) {
      .services__list > a {
        padding: 40px 20px; } }
    .services__list > a:nth-child(3n+3) {
      border-right: none; }
    .services__list > a .image {
      padding: 0 80px; }
      @media (max-width: 1024px) {
        .services__list > a .image {
          padding: 0; } }
      .services__list > a .image polyline,
      .services__list > a .image polygon,
      .services__list > a .image line,
      .services__list > a .image path {
        fill: #fff;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
    .services__list > a .title {
      bottom: 40px;
      left: 40px;
      position: absolute;
      max-width: 50%; }
      @media (max-width: 660px) {
        .services__list > a .title {
          bottom: 20px;
          left: 20px; } }
    .services__list > a .link {
      border: 1px solid #100D97;
      display: inline-block;
      padding: 10px 20px;
      position: relative;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      border: 1px solid #fff;
      padding: 10px;
      bottom: 40px;
      right: 40px;
      position: absolute; }
      .services__list > a .link:before {
        background: #fff;
        border-bottom: 1px solid #100D97;
        content: '';
        height: 15px;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        width: 15px;
        z-index: 1;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .services__list > a .link:after {
        background: #fff;
        border-top: 1px solid #100D97;
        bottom: 0;
        content: '';
        height: 15px;
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-transform: translate(50%, 50%) rotate(-45deg);
            -ms-transform: translate(50%, 50%) rotate(-45deg);
                transform: translate(50%, 50%) rotate(-45deg);
        width: 15px;
        z-index: 1;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .services__list > a .link line,
      .services__list > a .link polyline {
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .services__list > a .link:hover {
        background: #100D97;
        color: #fff; }
        .services__list > a .link:hover line,
        .services__list > a .link:hover polyline {
          stroke: #fff; }
      .services__list > a .link:before {
        background: #100D97;
        border-bottom: 1px solid #fff; }
      .services__list > a .link:after {
        background: #100D97;
        border-top: 1px solid #fff; }
      .services__list > a .link polyline,
      .services__list > a .link line {
        stroke: #fff; }
      @media (max-width: 660px) {
        .services__list > a .link {
          bottom: 20px;
          right: 20px; } }
    .services__list > a:hover {
      color: #100D97;
      background: #fff; }
      .services__list > a:hover .image polyline,
      .services__list > a:hover .image polygon,
      .services__list > a:hover .image line,
      .services__list > a:hover .image path {
        fill: #100D97; }
      .services__list > a:hover .link {
        background: #100D97;
        color: #fff; }
        .services__list > a:hover .link:before {
          background: #fff; }
        .services__list > a:hover .link:after {
          background: #fff; }
        .services__list > a:hover .link line {
          stroke: #fff; }

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 0 0;
  margin: 0 -20px; }

.tease--post {
  padding: 0 20px;
  position: relative;
  margin: 0 0 40px 0;
  width: 33.33333%; }
  @media (max-width: 1024px) {
    .tease--post {
      width: 50%; } }
  @media (max-width: 660px) {
    .tease--post {
      width: 100%; }
      .tease--post:after {
        content: none !important; } }
  .tease--post:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #100D97;
    height: 1px;
    left: 20px;
    right: 20px; }
  .tease--post:after {
    background: #100D97;
    bottom: 40px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px; }
  @media (max-width: 1024px) {
    .tease--post:nth-child(2n+2):after {
      content: none; } }
  .tease--post:nth-child(3n+3):after {
    content: none; }
  .tease--post .inner {
    padding: 0 0 80px 0; }
  .tease--post .tease__date {
    margin: 0 0 40px 0; }
    @media (max-width: 660px) {
      .tease--post .tease__date {
        margin: 0 0 20px 0; } }
  .tease--post .tease__terms {
    background: #100D97;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 0 40px 0;
    white-space: nowrap;
    text-transform: uppercase; }
    @media (max-width: 660px) {
      .tease--post .tease__terms {
        margin: 0 0 20px 0; } }
  .tease--post .tease__title {
    margin: 0 0 80px 0;
    padding: 0 40px 0 0; }
    @media (max-width: 660px) {
      .tease--post .tease__title {
        margin: 0 0 40px 0;
        padding: 0; } }
  .tease--post .tease__link a {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding: 10px;
    position: absolute;
    bottom: 40px; }
    .tease--post .tease__link a:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .tease--post .tease__link a:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .tease--post .tease__link a line,
    .tease--post .tease__link a polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .tease--post .tease__link a:hover {
      background: #100D97;
      color: #fff; }
      .tease--post .tease__link a:hover line,
      .tease--post .tease__link a:hover polyline {
        stroke: #fff; }
    @media (max-width: 660px) {
      .tease--post .tease__link a {
        bottom: 20px; } }

.pagination .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #100D97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0; }
  @media (max-width: 660px) {
    .pagination .inner {
      padding: 20px 0; } }

.pagination .prev,
.pagination .next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination .prev .text,
  .pagination .next .text {
    margin: 0 20px;
    white-space: nowrap; }
    @media (max-width: 512px) {
      .pagination .prev .text,
      .pagination .next .text {
        display: none; } }
  .pagination .prev .icon,
  .pagination .next .icon {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding: 10px; }
    .pagination .prev .icon:before,
    .pagination .next .icon:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .pagination .prev .icon:after,
    .pagination .next .icon:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .pagination .prev .icon line,
    .pagination .prev .icon polyline,
    .pagination .next .icon line,
    .pagination .next .icon polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .pagination .prev .icon:hover,
    .pagination .next .icon:hover {
      background: #100D97;
      color: #fff; }
      .pagination .prev .icon:hover line,
      .pagination .prev .icon:hover polyline,
      .pagination .next .icon:hover line,
      .pagination .next .icon:hover polyline {
        stroke: #fff; }
  .pagination .prev.invisible,
  .pagination .next.invisible {
    opacity: 0;
    pointer-events: none; }

.pagination .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination .pages li {
    margin: 0 10px; }
  .pagination .pages span {
    opacity: 0.25; }

.search-results .prev,
.search-results .next,
.blog .prev,
.blog .next {
  border: 1px solid #100D97;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 10px; }
  .search-results .prev:before,
  .search-results .next:before,
  .blog .prev:before,
  .blog .next:before {
    background: #fff;
    border-bottom: 1px solid #100D97;
    content: '';
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .search-results .prev:after,
  .search-results .next:after,
  .blog .prev:after,
  .blog .next:after {
    background: #fff;
    border-top: 1px solid #100D97;
    bottom: 0;
    content: '';
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
            transform: translate(50%, 50%) rotate(-45deg);
    width: 15px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .search-results .prev line,
  .search-results .prev polyline,
  .search-results .next line,
  .search-results .next polyline,
  .blog .prev line,
  .blog .prev polyline,
  .blog .next line,
  .blog .next polyline {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .search-results .prev:hover,
  .search-results .next:hover,
  .blog .prev:hover,
  .blog .next:hover {
    background: #100D97;
    color: #fff; }
    .search-results .prev:hover line,
    .search-results .prev:hover polyline,
    .search-results .next:hover line,
    .search-results .next:hover polyline,
    .blog .prev:hover line,
    .blog .prev:hover polyline,
    .blog .next:hover line,
    .blog .next:hover polyline {
      stroke: #fff; }

.page-template-template-events-archive .has-sidebar .content__title,
.page-template-template-events .has-sidebar .content__title {
  margin: 0; }

.page-template-template-events-archive .has-sidebar .content,
.page-template-template-events .has-sidebar .content {
  padding: 0; }

.tease--event {
  margin: 0; }
  .tease--event .inner {
    display: block; }
  .tease--event .tease__date {
    border-bottom: 1px solid #100D97;
    padding: 20px 40px; }
  .tease--event .tease__title {
    border-bottom: 1px solid #100D97;
    padding: 20px 40px; }
  .tease--event .tease__link {
    padding: 40px 40px;
    border-bottom: 1px solid #100D97; }

.page-template-template-contact #header {
  border-color: #fff; }

.contact__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff; }
  .contact__boxes > div {
    background: #100D97;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 27px 40px 127px 40px;
    width: 33.33333%; }
    .contact__boxes > div:nth-child(3) {
      border-right: none; }
    @media (max-width: 768px) {
      .contact__boxes > div {
        border-bottom: 1px solid #fff;
        border-right: none;
        padding: 27px 40px 27px 40px;
        width: 100%; }
        .contact__boxes > div:nth-child(3) {
          border-bottom: none; } }
    @media (max-width: 660px) {
      .contact__boxes > div {
        padding: 27px 20px 27px 20px; } }
    .contact__boxes > div a {
      color: #fff; }
      .contact__boxes > div a:hover {
        text-decoration: underline; }

#map {
  background: #100D97;
  height: 100vh;
  min-height: 500px; }
  @media (max-width: 660px) {
    #map {
      height: auto; } }

.contact__form {
  background: #100D97;
  border-top: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact__form > div:nth-child(1) {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 27px 40px;
    width: 33.33333%; }
    @media (max-width: 768px) {
      .contact__form > div:nth-child(1) {
        border-bottom: 1px solid #fff;
        border-right: none;
        width: 100%; } }
    @media (max-width: 660px) {
      .contact__form > div:nth-child(1) {
        padding: 27px 20px; } }
    .contact__form > div:nth-child(1) > div {
      width: 100%; }
  .contact__form > div:nth-child(2) {
    min-height: 400px;
    width: 66.66667%; }
    @media (max-width: 768px) {
      .contact__form > div:nth-child(2) {
        width: 100%; } }

.result {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0;
  border-bottom: 1px solid #100D97; }
  .result:last-child {
    border-bottom: none; }
  .result .icon {
    border: 1px solid #100D97;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding: 10px 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .result .icon:before {
      background: #fff;
      border-bottom: 1px solid #100D97;
      content: '';
      height: 15px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .result .icon:after {
      background: #fff;
      border-top: 1px solid #100D97;
      bottom: 0;
      content: '';
      height: 15px;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      width: 15px;
      z-index: 1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .result .icon line,
    .result .icon polyline {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .result .icon:hover {
      background: #100D97;
      color: #fff; }
      .result .icon:hover line,
      .result .icon:hover polyline {
        stroke: #fff; }
  .result:hover .icon {
    background: #100D97;
    color: #fff; }
    .result:hover .icon line,
    .result:hover .icon polyline {
      stroke: #fff; }
