@charset "UTF-8";
/*
@import url("//hello.myfonts.net/count/30ba6b");

$font-location: '/App/Site/Assets/fonts/garamond/';

@font-face {
  $font-file: '30BA6B_0_0';

  font-family: 'Garamond';
  src: url($font-location + $font-file + '.eot');
  src: url($font-location + $font-file + '.eot?#iefix') format('embedded-opentype'),
       url($font-location + $font-file + '.woff2') format('woff2'),
       url($font-location + $font-file + '.woff') format('woff'),
       url($font-location + $font-file + '.ttf') format('truetype');
}
*/
@font-face {
  font-family: "site-icons";
  src: url("/App/Site/Assets/fonts/icons/site-icons.ttf?ixq1uh") format("truetype"), url("/App/Site/Assets/fonts/icons/site-icons.woff?ixq1uh") format("woff"), url("/App/Site/Assets/fonts/icons/site-icons.svg?ixq1uh#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.site-icon {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-social-fb:before {
  content: "";
}

.site-icon-social-ok:before {
  content: "";
}

.site-icon-social-vk:before {
  content: "";
}

.site-icon-social-viber:before {
  content: "";
}

.site-icon-menu:before {
  content: "";
}

.site-icon-close-small:before {
  content: "";
}

.site-icon-quote-left:before {
  content: "";
}

.site-icon-quote-right:before {
  content: "";
}

.site-icon-close:before {
  content: "";
}

.site-icon-expanded:before {
  content: "";
}

.site-icon-collapsed:before {
  content: "";
}

.site-icon-back:before {
  content: "";
}

.site-icon-back-small:before {
  content: "";
}

.site-icon-email:before {
  content: "";
}

.site-icon-phone:before {
  content: "";
}

.site-icon-pin:before {
  content: "";
}

html, body {
  padding: 0;
  margin: 0;
}

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

body {
  font-family: "Source Sans Pro", Helvetica, Arial, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  color: #000621;
  background-color: white;
}

img {
  border: none;
}

figure {
  margin: 0;
}

a {
  color: #000621;
  text-decoration: none;
}
a body:not(.touch):hover {
  color: #2a4ea9;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
  vertical-align: top;
}

.hidden {
  display: none;
}

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

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

/*
p.small {
  font-size: 16px;
  line-height: (24px / 16px);
  color: #666666;
}
*/
.no-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}

img.fit-width {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn, .btn-filled,
button.btn-filled,
input[type=submit].btn-filled,
input[type=reset].btn-filled,
input[type=button].btn-filled, .btn-plain,
button.btn-plain,
input[type=submit].btn-plain,
input[type=reset].btn-plain,
input[type=button].btn-plain {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

button.btn, button.btn-filled, button.btn-plain,
input[type=submit].btn,
input[type=submit].btn-filled,
input[type=submit].btn-plain,
input[type=reset].btn,
input[type=reset].btn-filled,
input[type=reset].btn-plain,
input[type=button].btn,
input[type=button].btn-filled,
input[type=button].btn-plain {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}

.btn-plain,
button.btn-plain,
input[type=submit].btn-plain,
input[type=reset].btn-plain,
input[type=button].btn-plain {
  cursor: pointer;
  padding: 12px 24px;
  font-family: "Source Sans Pro", Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  color: #2a4ea9;
  background-color: transparent;
}
body:not(.touch) .btn-plain:hover,
body:not(.touch) button.btn-plain:hover,
body:not(.touch) input[type=submit].btn-plain:hover,
body:not(.touch) input[type=reset].btn-plain:hover,
body:not(.touch) input[type=button].btn-plain:hover {
  color: #40529a;
  background-color: #d9e6ff;
}

.btn-filled,
button.btn-filled,
input[type=submit].btn-filled,
input[type=reset].btn-filled,
input[type=button].btn-filled {
  cursor: pointer;
  padding: 12px 24px;
  font-family: "Source Sans Pro", Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  color: white;
  background-color: #2a4ea9;
}
body:not(.touch) .btn-filled:hover,
body:not(.touch) button.btn-filled:hover,
body:not(.touch) input[type=submit].btn-filled:hover,
body:not(.touch) input[type=reset].btn-filled:hover,
body:not(.touch) input[type=button].btn-filled:hover {
  color: #d9e6ff;
  background-color: #40529a;
}

.btn-h-group .btn + .btn, .btn-h-group .btn-plain + .btn,
.btn-h-group button.btn-plain + .btn,
.btn-h-group input[type=submit].btn-plain + .btn,
.btn-h-group input[type=reset].btn-plain + .btn,
.btn-h-group input[type=button].btn-plain + .btn, .btn-h-group .btn-filled + .btn,
.btn-h-group button.btn-filled + .btn,
.btn-h-group input[type=submit].btn-filled + .btn,
.btn-h-group input[type=reset].btn-filled + .btn,
.btn-h-group input[type=button].btn-filled + .btn, .btn-h-group .btn + .btn-plain, .btn-h-group .btn-plain + .btn-plain,
.btn-h-group button.btn-plain + .btn-plain,
.btn-h-group input[type=submit].btn-plain + .btn-plain,
.btn-h-group input[type=reset].btn-plain + .btn-plain,
.btn-h-group input[type=button].btn-plain + .btn-plain, .btn-h-group .btn-filled + .btn-plain,
.btn-h-group button.btn-filled + .btn-plain,
.btn-h-group input[type=submit].btn-filled + .btn-plain,
.btn-h-group input[type=reset].btn-filled + .btn-plain,
.btn-h-group input[type=button].btn-filled + .btn-plain,
.btn-h-group .btn + button.btn-plain,
.btn-h-group .btn-plain + button.btn-plain,
.btn-h-group button.btn-plain + button.btn-plain,
.btn-h-group input[type=submit].btn-plain + button.btn-plain,
.btn-h-group input[type=reset].btn-plain + button.btn-plain,
.btn-h-group input[type=button].btn-plain + button.btn-plain,
.btn-h-group .btn-filled + button.btn-plain,
.btn-h-group button.btn-filled + button.btn-plain,
.btn-h-group input[type=submit].btn-filled + button.btn-plain,
.btn-h-group input[type=reset].btn-filled + button.btn-plain,
.btn-h-group input[type=button].btn-filled + button.btn-plain,
.btn-h-group .btn + input[type=submit].btn-plain,
.btn-h-group .btn-plain + input[type=submit].btn-plain,
.btn-h-group button.btn-plain + input[type=submit].btn-plain,
.btn-h-group input[type=submit].btn-plain + input[type=submit].btn-plain,
.btn-h-group input[type=reset].btn-plain + input[type=submit].btn-plain,
.btn-h-group input[type=button].btn-plain + input[type=submit].btn-plain,
.btn-h-group .btn-filled + input[type=submit].btn-plain,
.btn-h-group button.btn-filled + input[type=submit].btn-plain,
.btn-h-group input[type=submit].btn-filled + input[type=submit].btn-plain,
.btn-h-group input[type=reset].btn-filled + input[type=submit].btn-plain,
.btn-h-group input[type=button].btn-filled + input[type=submit].btn-plain,
.btn-h-group .btn + input[type=reset].btn-plain,
.btn-h-group .btn-plain + input[type=reset].btn-plain,
.btn-h-group button.btn-plain + input[type=reset].btn-plain,
.btn-h-group input[type=submit].btn-plain + input[type=reset].btn-plain,
.btn-h-group input[type=reset].btn-plain + input[type=reset].btn-plain,
.btn-h-group input[type=button].btn-plain + input[type=reset].btn-plain,
.btn-h-group .btn-filled + input[type=reset].btn-plain,
.btn-h-group button.btn-filled + input[type=reset].btn-plain,
.btn-h-group input[type=submit].btn-filled + input[type=reset].btn-plain,
.btn-h-group input[type=reset].btn-filled + input[type=reset].btn-plain,
.btn-h-group input[type=button].btn-filled + input[type=reset].btn-plain,
.btn-h-group .btn + input[type=button].btn-plain,
.btn-h-group .btn-plain + input[type=button].btn-plain,
.btn-h-group button.btn-plain + input[type=button].btn-plain,
.btn-h-group input[type=submit].btn-plain + input[type=button].btn-plain,
.btn-h-group input[type=reset].btn-plain + input[type=button].btn-plain,
.btn-h-group input[type=button].btn-plain + input[type=button].btn-plain,
.btn-h-group .btn-filled + input[type=button].btn-plain,
.btn-h-group button.btn-filled + input[type=button].btn-plain,
.btn-h-group input[type=submit].btn-filled + input[type=button].btn-plain,
.btn-h-group input[type=reset].btn-filled + input[type=button].btn-plain,
.btn-h-group input[type=button].btn-filled + input[type=button].btn-plain, .btn-h-group .btn + .btn-filled, .btn-h-group .btn-plain + .btn-filled,
.btn-h-group button.btn-plain + .btn-filled,
.btn-h-group input[type=submit].btn-plain + .btn-filled,
.btn-h-group input[type=reset].btn-plain + .btn-filled,
.btn-h-group input[type=button].btn-plain + .btn-filled, .btn-h-group .btn-filled + .btn-filled,
.btn-h-group button.btn-filled + .btn-filled,
.btn-h-group input[type=submit].btn-filled + .btn-filled,
.btn-h-group input[type=reset].btn-filled + .btn-filled,
.btn-h-group input[type=button].btn-filled + .btn-filled,
.btn-h-group .btn + button.btn-filled,
.btn-h-group .btn-plain + button.btn-filled,
.btn-h-group button.btn-plain + button.btn-filled,
.btn-h-group input[type=submit].btn-plain + button.btn-filled,
.btn-h-group input[type=reset].btn-plain + button.btn-filled,
.btn-h-group input[type=button].btn-plain + button.btn-filled,
.btn-h-group .btn-filled + button.btn-filled,
.btn-h-group button.btn-filled + button.btn-filled,
.btn-h-group input[type=submit].btn-filled + button.btn-filled,
.btn-h-group input[type=reset].btn-filled + button.btn-filled,
.btn-h-group input[type=button].btn-filled + button.btn-filled,
.btn-h-group .btn + input[type=submit].btn-filled,
.btn-h-group .btn-plain + input[type=submit].btn-filled,
.btn-h-group button.btn-plain + input[type=submit].btn-filled,
.btn-h-group input[type=submit].btn-plain + input[type=submit].btn-filled,
.btn-h-group input[type=reset].btn-plain + input[type=submit].btn-filled,
.btn-h-group input[type=button].btn-plain + input[type=submit].btn-filled,
.btn-h-group .btn-filled + input[type=submit].btn-filled,
.btn-h-group button.btn-filled + input[type=submit].btn-filled,
.btn-h-group input[type=submit].btn-filled + input[type=submit].btn-filled,
.btn-h-group input[type=reset].btn-filled + input[type=submit].btn-filled,
.btn-h-group input[type=button].btn-filled + input[type=submit].btn-filled,
.btn-h-group .btn + input[type=reset].btn-filled,
.btn-h-group .btn-plain + input[type=reset].btn-filled,
.btn-h-group button.btn-plain + input[type=reset].btn-filled,
.btn-h-group input[type=submit].btn-plain + input[type=reset].btn-filled,
.btn-h-group input[type=reset].btn-plain + input[type=reset].btn-filled,
.btn-h-group input[type=button].btn-plain + input[type=reset].btn-filled,
.btn-h-group .btn-filled + input[type=reset].btn-filled,
.btn-h-group button.btn-filled + input[type=reset].btn-filled,
.btn-h-group input[type=submit].btn-filled + input[type=reset].btn-filled,
.btn-h-group input[type=reset].btn-filled + input[type=reset].btn-filled,
.btn-h-group input[type=button].btn-filled + input[type=reset].btn-filled,
.btn-h-group .btn + input[type=button].btn-filled,
.btn-h-group .btn-plain + input[type=button].btn-filled,
.btn-h-group button.btn-plain + input[type=button].btn-filled,
.btn-h-group input[type=submit].btn-plain + input[type=button].btn-filled,
.btn-h-group input[type=reset].btn-plain + input[type=button].btn-filled,
.btn-h-group input[type=button].btn-plain + input[type=button].btn-filled,
.btn-h-group .btn-filled + input[type=button].btn-filled,
.btn-h-group button.btn-filled + input[type=button].btn-filled,
.btn-h-group input[type=submit].btn-filled + input[type=button].btn-filled,
.btn-h-group input[type=reset].btn-filled + input[type=button].btn-filled,
.btn-h-group input[type=button].btn-filled + input[type=button].btn-filled {
  margin-left: 8px;
}

.btn-v-group .btn, .btn-v-group .btn-plain,
.btn-v-group input[type=submit].btn-plain,
.btn-v-group input[type=reset].btn-plain,
.btn-v-group input[type=button].btn-plain, .btn-v-group .btn-filled,
.btn-v-group input[type=submit].btn-filled,
.btn-v-group input[type=reset].btn-filled,
.btn-v-group input[type=button].btn-filled {
  display: block;
  text-align: center;
}
.btn-v-group .btn + .btn, .btn-v-group .btn-plain + .btn,
.btn-v-group button.btn-plain + .btn,
.btn-v-group input[type=submit].btn-plain + .btn,
.btn-v-group input[type=reset].btn-plain + .btn,
.btn-v-group input[type=button].btn-plain + .btn, .btn-v-group .btn-filled + .btn,
.btn-v-group button.btn-filled + .btn,
.btn-v-group input[type=submit].btn-filled + .btn,
.btn-v-group input[type=reset].btn-filled + .btn,
.btn-v-group input[type=button].btn-filled + .btn, .btn-v-group .btn + .btn-plain, .btn-v-group .btn-plain + .btn-plain,
.btn-v-group button.btn-plain + .btn-plain,
.btn-v-group input[type=submit].btn-plain + .btn-plain,
.btn-v-group input[type=reset].btn-plain + .btn-plain,
.btn-v-group input[type=button].btn-plain + .btn-plain, .btn-v-group .btn-filled + .btn-plain,
.btn-v-group button.btn-filled + .btn-plain,
.btn-v-group input[type=submit].btn-filled + .btn-plain,
.btn-v-group input[type=reset].btn-filled + .btn-plain,
.btn-v-group input[type=button].btn-filled + .btn-plain,
.btn-v-group .btn + button.btn-plain,
.btn-v-group .btn-plain + button.btn-plain,
.btn-v-group button.btn-plain + button.btn-plain,
.btn-v-group input[type=submit].btn-plain + button.btn-plain,
.btn-v-group input[type=reset].btn-plain + button.btn-plain,
.btn-v-group input[type=button].btn-plain + button.btn-plain,
.btn-v-group .btn-filled + button.btn-plain,
.btn-v-group button.btn-filled + button.btn-plain,
.btn-v-group input[type=submit].btn-filled + button.btn-plain,
.btn-v-group input[type=reset].btn-filled + button.btn-plain,
.btn-v-group input[type=button].btn-filled + button.btn-plain,
.btn-v-group .btn + input[type=submit].btn-plain,
.btn-v-group .btn-plain + input[type=submit].btn-plain,
.btn-v-group button.btn-plain + input[type=submit].btn-plain,
.btn-v-group input[type=submit].btn-plain + input[type=submit].btn-plain,
.btn-v-group input[type=reset].btn-plain + input[type=submit].btn-plain,
.btn-v-group input[type=button].btn-plain + input[type=submit].btn-plain,
.btn-v-group .btn-filled + input[type=submit].btn-plain,
.btn-v-group button.btn-filled + input[type=submit].btn-plain,
.btn-v-group input[type=submit].btn-filled + input[type=submit].btn-plain,
.btn-v-group input[type=reset].btn-filled + input[type=submit].btn-plain,
.btn-v-group input[type=button].btn-filled + input[type=submit].btn-plain,
.btn-v-group .btn + input[type=reset].btn-plain,
.btn-v-group .btn-plain + input[type=reset].btn-plain,
.btn-v-group button.btn-plain + input[type=reset].btn-plain,
.btn-v-group input[type=submit].btn-plain + input[type=reset].btn-plain,
.btn-v-group input[type=reset].btn-plain + input[type=reset].btn-plain,
.btn-v-group input[type=button].btn-plain + input[type=reset].btn-plain,
.btn-v-group .btn-filled + input[type=reset].btn-plain,
.btn-v-group button.btn-filled + input[type=reset].btn-plain,
.btn-v-group input[type=submit].btn-filled + input[type=reset].btn-plain,
.btn-v-group input[type=reset].btn-filled + input[type=reset].btn-plain,
.btn-v-group input[type=button].btn-filled + input[type=reset].btn-plain,
.btn-v-group .btn + input[type=button].btn-plain,
.btn-v-group .btn-plain + input[type=button].btn-plain,
.btn-v-group button.btn-plain + input[type=button].btn-plain,
.btn-v-group input[type=submit].btn-plain + input[type=button].btn-plain,
.btn-v-group input[type=reset].btn-plain + input[type=button].btn-plain,
.btn-v-group input[type=button].btn-plain + input[type=button].btn-plain,
.btn-v-group .btn-filled + input[type=button].btn-plain,
.btn-v-group button.btn-filled + input[type=button].btn-plain,
.btn-v-group input[type=submit].btn-filled + input[type=button].btn-plain,
.btn-v-group input[type=reset].btn-filled + input[type=button].btn-plain,
.btn-v-group input[type=button].btn-filled + input[type=button].btn-plain, .btn-v-group .btn + .btn-filled, .btn-v-group .btn-plain + .btn-filled,
.btn-v-group button.btn-plain + .btn-filled,
.btn-v-group input[type=submit].btn-plain + .btn-filled,
.btn-v-group input[type=reset].btn-plain + .btn-filled,
.btn-v-group input[type=button].btn-plain + .btn-filled, .btn-v-group .btn-filled + .btn-filled,
.btn-v-group button.btn-filled + .btn-filled,
.btn-v-group input[type=submit].btn-filled + .btn-filled,
.btn-v-group input[type=reset].btn-filled + .btn-filled,
.btn-v-group input[type=button].btn-filled + .btn-filled,
.btn-v-group .btn + button.btn-filled,
.btn-v-group .btn-plain + button.btn-filled,
.btn-v-group button.btn-plain + button.btn-filled,
.btn-v-group input[type=submit].btn-plain + button.btn-filled,
.btn-v-group input[type=reset].btn-plain + button.btn-filled,
.btn-v-group input[type=button].btn-plain + button.btn-filled,
.btn-v-group .btn-filled + button.btn-filled,
.btn-v-group button.btn-filled + button.btn-filled,
.btn-v-group input[type=submit].btn-filled + button.btn-filled,
.btn-v-group input[type=reset].btn-filled + button.btn-filled,
.btn-v-group input[type=button].btn-filled + button.btn-filled,
.btn-v-group .btn + input[type=submit].btn-filled,
.btn-v-group .btn-plain + input[type=submit].btn-filled,
.btn-v-group button.btn-plain + input[type=submit].btn-filled,
.btn-v-group input[type=submit].btn-plain + input[type=submit].btn-filled,
.btn-v-group input[type=reset].btn-plain + input[type=submit].btn-filled,
.btn-v-group input[type=button].btn-plain + input[type=submit].btn-filled,
.btn-v-group .btn-filled + input[type=submit].btn-filled,
.btn-v-group button.btn-filled + input[type=submit].btn-filled,
.btn-v-group input[type=submit].btn-filled + input[type=submit].btn-filled,
.btn-v-group input[type=reset].btn-filled + input[type=submit].btn-filled,
.btn-v-group input[type=button].btn-filled + input[type=submit].btn-filled,
.btn-v-group .btn + input[type=reset].btn-filled,
.btn-v-group .btn-plain + input[type=reset].btn-filled,
.btn-v-group button.btn-plain + input[type=reset].btn-filled,
.btn-v-group input[type=submit].btn-plain + input[type=reset].btn-filled,
.btn-v-group input[type=reset].btn-plain + input[type=reset].btn-filled,
.btn-v-group input[type=button].btn-plain + input[type=reset].btn-filled,
.btn-v-group .btn-filled + input[type=reset].btn-filled,
.btn-v-group button.btn-filled + input[type=reset].btn-filled,
.btn-v-group input[type=submit].btn-filled + input[type=reset].btn-filled,
.btn-v-group input[type=reset].btn-filled + input[type=reset].btn-filled,
.btn-v-group input[type=button].btn-filled + input[type=reset].btn-filled,
.btn-v-group .btn + input[type=button].btn-filled,
.btn-v-group .btn-plain + input[type=button].btn-filled,
.btn-v-group button.btn-plain + input[type=button].btn-filled,
.btn-v-group input[type=submit].btn-plain + input[type=button].btn-filled,
.btn-v-group input[type=reset].btn-plain + input[type=button].btn-filled,
.btn-v-group input[type=button].btn-plain + input[type=button].btn-filled,
.btn-v-group .btn-filled + input[type=button].btn-filled,
.btn-v-group button.btn-filled + input[type=button].btn-filled,
.btn-v-group input[type=submit].btn-filled + input[type=button].btn-filled,
.btn-v-group input[type=reset].btn-filled + input[type=button].btn-filled,
.btn-v-group input[type=button].btn-filled + input[type=button].btn-filled {
  margin-top: 16px;
}

.social-links .social-link {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.social-links .social-link .site-icon {
  color: #40529a;
}
body:not(.touch) .social-links .social-link:hover .site-icon {
  color: #b3bfff;
}
@media screen and (max-width: 767px) {
  .social-links .social-link {
    width: 48px;
    height: 48px;
  }
  .social-links .social-link + .social-link {
    margin-left: 16px;
  }
  .social-links .social-link .site-icon {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .social-links .social-link {
    width: 32px;
    height: 32px;
  }
  .social-links .social-link + .social-link {
    margin-left: 16px;
  }
  .social-links .social-link .site-icon {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .social-links .social-link {
    width: 32px;
    height: 32px;
  }
  .social-links .social-link + .social-link {
    margin-left: 16px;
  }
  .social-links .social-link .site-icon {
    font-size: 22px;
    line-height: 32px;
  }
}

header.main {
  position: relative;
  z-index: 102;
}
header.main .page-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 767px) {
  header.main .page-content {
    height: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header.main .page-content {
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  header.main .page-content {
    height: 80px;
  }
}
header.main .logo a,
header.main .logo a img {
  display: block;
}
header.main nav.top {
  margin-left: 18px;
  margin-right: 18px;
}
header.main nav.top .items {
  margin-left: -32px;
}
header.main nav.top .items .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  font-weight: 600;
  color: #2a4ea9;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
header.main nav.top .items .item.item-selected {
  color: #000621;
  border-bottom-color: #2a4ea9;
}
body:not(.touch) header.main nav.top .items .item:hover {
  color: #2a4ea9;
  border-bottom-color: #2a4ea9;
}
header.main .menu-btn {
  cursor: pointer;
  margin-right: -16px;
  padding: 17px;
  line-height: 1;
}
header.main .menu-btn:before {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  color: #2a4ea9;
}
@media screen and (max-width: 767px) {
  header.main nav.top,
header.main .right-actions .actions {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header.main .menu-btn {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header.main .menu-btn {
    display: none;
  }
}

.popover-menu {
  position: fixed;
  z-index: 103;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: white;
}
body.menu-open {
  overflow: hidden;
}

body.menu-open .popover-menu {
  display: block;
}
.popover-menu .logo a,
.popover-menu .logo a img {
  display: block;
}
.popover-menu .header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 767px) {
  .popover-menu .header {
    height: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .popover-menu .header {
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .popover-menu .header {
    height: 80px;
  }
}
.popover-menu .header .close-btn {
  cursor: pointer;
  margin-right: -16px;
  padding: 16px;
  line-height: 1;
}
.popover-menu .header .close-btn:before {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  color: #2a4ea9;
}
.popover-menu .body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.popover-menu .body .menu .items .item {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #2a4ea9;
  font-weight: 600;
  text-align: center;
}
.popover-menu .body .menu .items .item + .item {
  margin-top: 8px;
}
.popover-menu .body .actions {
  margin-top: 36px;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}
body .page {
  flex: 1 0 auto;
}
body footer.main {
  flex-shrink: 0;
}

footer.main {
  position: relative;
  z-index: 101;
  background-color: #d9e6ff;
}
footer.main .body .columns .column .column-header .column-title {
  font-weight: 600;
}
body:not(.touch) footer.main .body .columns .column .column-header .column-title a:hover {
  color: #40529a;
}
footer.main .body .columns .column .column-items a {
  display: block;
}
body:not(.touch) footer.main .body .columns .column .column-items a:hover {
  color: #40529a;
}
@media screen and (max-width: 767px) {
  footer.main .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  footer.main .body .columns {
    border-top: 1px solid #b3bfff;
  }
  footer.main .body .columns .column .column-header .column-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  footer.main .body .columns .column .column-items a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  footer.main .body .columns .column {
    border-bottom: 1px solid #b3bfff;
  }
  footer.main .body .columns .column .column-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  footer.main .body .columns .column .column-header .column-title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  footer.main .body .columns .column .column-header:after {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 16px;
    float: right;
    font-family: "site-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    color: #b3bfff;
  }
  footer.main .body .columns .column.column-collapsed .column-header:after {
    content: "";
  }
  footer.main .body .columns .column.column-collapsed .column-items {
    display: none;
  }
  footer.main .body .columns .column.column-expanded {
    padding-bottom: 6px;
    border-bottom-color: #40529a;
  }
  footer.main .body .columns .column.column-expanded .column-header:after {
    content: "";
  }
  footer.main .footer {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  footer.main .footer .copyright {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer.main .header {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  footer.main .body .columns {
    margin-left: -24px;
  }
  footer.main .body .columns .column .column-header .column-title {
    padding-bottom: 24px;
  }
  footer.main .body .columns .column .column-items a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  footer.main .body .columns .column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 24px;
  }
  footer.main .footer {
    padding-top: 48px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media screen and (min-width: 1024px) {
  footer.main .header {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  footer.main .body .columns {
    margin-left: -32px;
  }
  footer.main .body .columns .column .column-header .column-title {
    padding-bottom: 16px;
  }
  footer.main .body .columns .column .column-items a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  footer.main .body .columns .column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-left: 32px;
  }
  footer.main .footer {
    padding-top: 48px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

footer.payment-info {
  padding-top: 24px;
  padding-bottom: 24px;
}
footer.payment-info .payment-icons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
footer.payment-info .payment-icons .items {
  margin-left: -40px;
  margin-top: -40px;
}
footer.payment-info .payment-icons .items .item {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  padding-top: 40px;
}
footer.payment-info .payment-icons .payment-icon img {
  display: block;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-content {
    max-width: 1056px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-content.page-content-narrow {
    max-width: 464px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content {
    max-width: 1072px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-content.page-content-narrow {
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .page-content {
    max-width: 1088px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-content.page-content-narrow {
    max-width: 496px;
  }
}

.page {
  position: relative;
  z-index: 101;
}
.page .page-title {
  font-weight: 600;
}
.page .page-subtitle {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page .page-header {
    margin-top: 32px;
  }
  .page .page-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .page .page-subtitle {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .page-header {
    margin-top: 48px;
  }
  .page .page-title {
    margin-bottom: 48px;
    font-size: 40px;
  }
  .page .page-subtitle {
    margin-top: 64px;
    margin-bottom: 48px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page .page-header {
    margin-top: 48px;
  }
  .page .page-title {
    margin-bottom: 48px;
    font-size: 40px;
  }
  .page .page-subtitle {
    margin-top: 64px;
    margin-bottom: 48px;
    font-size: 24px;
  }
}
.page .dialog-title {
  display: none;
}

body.dialog-open {
  overflow: hidden;
}

@-webkit-keyframes mask-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes mask-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mask-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog-box-mask {
  content: " ";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 104;
  -webkit-animation: mask-fade-in 0.5s ease;
  -moz-animation: mask-fade-in 0.5s ease;
  animation: mask-fade-in 0.5s ease;
}

.dialog-box {
  position: fixed;
  z-index: 105;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
.dialog-box.dialog-box-opened {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dialog-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dialog-box {
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog-box {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-box {
    padding-top: 80px;
  }
}
.dialog-box:after {
  content: " ";
  display: block;
  line-height: 1;
  font-size: 40px;
}
.dialog-box .dialog {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dialog-box .dialog {
    padding-top: 41px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog-box .dialog {
    max-width: 496px;
    min-height: 250px;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-box .dialog {
    max-width: 496px;
    min-height: 250px;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.dialog-box .dialog-loading-spinner {
  max-width: 100%;
}

.dialog-box-mask {
  background-color: rgba(64, 82, 154, 0.6);
}

.dialog {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .dialog {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog {
    border-radius: 8px;
  }
}
.dialog .dialog-content,
.dialog .close-action,
.dialog .spinner {
  position: relative;
}
.dialog .close-action {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dialog .close-action {
    top: -57px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog .close-action {
    top: -64px;
    right: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog .close-action {
    top: -64px;
    right: -64px;
  }
}
.dialog .close-action:after {
  display: block;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: white;
}
@media screen and (max-width: 767px) {
  .dialog .close-action:after {
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog .close-action:after {
    padding: 19px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog .close-action:after {
    padding: 19px;
    font-size: 26px;
  }
}
body:not(.touch) .dialog .close-action:hover:after {
  color: #d9e6ff;
}
.dialog.dialog-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background-image: url("/App/Site/Assets/i/spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.dialog.dialog-loading .dialog-content {
  position: relative;
  min-height: 200px;
}
.dialog .dialog-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.dialog .form {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.dialog .form .header,
.dialog .form .header .form-title:not(.form-title-inline) {
  margin-top: 0;
}
.dialog .page-title,
.dialog .page-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
}
.dialog .form .header .form-title:not(.form-title-inline) {
  margin-right: 0;
  margin-bottom: 0;
}
.dialog .page-content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.text a {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .h-layout .h-layout-item + .h-layout-item {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .h-layout .h-layout-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .h-layout .h-layout-item:first-child {
    padding-right: 12px;
  }
  .h-layout .h-layout-item:last-child {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .h-layout .h-layout-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .h-layout .h-layout-item:first-child {
    padding-right: 16px;
  }
  .h-layout .h-layout-item:last-child {
    padding-left: 16px;
  }
}

.layout-aside aside {
  max-width: 320px;
}
.layout-aside .main .section:first-child, .layout-aside .main .section-colored:first-child {
  margin-top: 0;
}
.layout-aside .main .section:last-child, .layout-aside .main .section-colored:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .layout-aside {
    margin-top: 32px;
    margin-bottom: 80px;
  }
  .layout-aside aside {
    min-width: 288px;
  }
  .layout-aside aside + .main {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .layout-aside {
    margin-top: 48px;
    margin-bottom: 96px;
  }
  .layout-aside aside {
    min-width: 224px;
  }
  .layout-aside::after {
    clear: both;
    content: "";
    display: table;
  }
  .layout-aside aside {
    float: left;
    margin-right: 32px;
  }
  .layout-aside .main {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .layout-aside {
    margin-top: 48px;
    margin-bottom: 96px;
  }
  .layout-aside aside {
    min-width: 320px;
  }
  .layout-aside::after {
    clear: both;
    content: "";
    display: table;
  }
  .layout-aside aside {
    float: left;
    margin-right: 32px;
  }
  .layout-aside .main {
    overflow: hidden;
  }
}

.section .section-title, .section-colored .section-title {
  font-weight: 600;
}
.section .section-body, .section-colored .section-body {
  margin-top: 48px;
}
.section .section-footer, .section-colored .section-footer {
  margin-top: 32px;
}
.page .section, .page .section-colored {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section .section-title, .section-colored .section-title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section .section-title, .section-colored .section-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .section .section-title, .section-colored .section-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.section.section-compact .section-body, .section-compact.section-colored .section-body {
  margin-top: 24px;
}

.section-colored {
  margin: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-colored .section-body {
  margin-top: 24px;
}
.page .section-colored {
  background-color: #6198ff;
  background-image: -webkit-linear-gradient(bottom left, #6198ff 0%, #ffc9e7 100%);
  background-image: linear-gradient(to top right,#6198ff 0%, #ffc9e7 100%);
  margin: 0;
}

.section-center {
  text-align: center;
}
.section-center .page-action .btn:not(:last-child), .section-center .page-action .btn-plain:not(:last-child), .section-center .page-action .btn-filled:not(:last-child) {
  margin-right: 0;
}
.section-center .page-action .page-action-note {
  display: block;
}

.section-group .section, .section-group .section-colored {
  margin-top: 0;
  margin-bottom: 0;
}
.section-group .section + .section, .section-group .section-colored + .section, .section-group .section + .section-colored, .section-group .section-colored + .section-colored {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .section-group .section .section-title, .section-group .section-colored .section-title {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-group .section .section-title, .section-group .section-colored .section-title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .section-group .section .section-title, .section-group .section-colored .section-title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}

.page-action .btn, .page-action .btn-plain,
.page-action input[type=submit].btn-plain,
.page-action input[type=reset].btn-plain,
.page-action input[type=button].btn-plain, .page-action .btn-filled,
.page-action input[type=submit].btn-filled,
.page-action input[type=reset].btn-filled,
.page-action input[type=button].btn-filled,
.page-action .page-action-note {
  display: inline-block;
  vertical-align: middle;
}
.page-action .btn:not(:last-child), .page-action .btn-plain:not(:last-child), .page-action .btn-filled:not(:last-child) {
  margin-right: 16px;
}
.page-action .page-action-note {
  padding: 8px 0;
  color: #40529a;
}

.form {
  margin-top: 32px;
  margin-bottom: 32px;
}
body:not(.touch) .form a:hover {
  color: #b3bfff;
}
.form .header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form .header .form-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 22px;
}
.form .tab-page .form-fields,
.form .form-fieldset .form-fields {
  margin-top: -24px;
}
.form .form-fields .form-group-label {
  display: block;
  font-weight: 600;
  margin-bottom: 32px;
}
.form .form-fields .form-fieldset + .form-fieldset {
  margin-top: 24px;
}
.form .form-fields .form-fieldset + .form-fieldset > .form-group-label {
  margin-top: 48px;
}
.form .form-fields .form-group {
  margin-top: 24px;
}
.form .form-fields .form-group .form-label {
  display: block;
  margin-bottom: 8px;
}
.form .form-fields .form-group a.form-label {
  color: #2a4ea9;
  text-decoration: underline;
}
body:not(.touch) .form .form-fields .form-group a.form-label:hover {
  color: #b3bfff;
}
.form .form-fields .form-group .form-control:not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: 2px solid #d9e6ff;
  border-radius: 8px;
  background-color: #d9e6ff;
  font-family: "Source Sans Pro", Helvetica, Arial, serif;
  font-weight: 300;
  font-size: 18px;
  padding: 12px 8px;
  display: block;
  width: 100%;
}
body:not(.touch) .form .form-fields .form-group .form-control:not([type=checkbox]):not(:focus):hover {
  border-color: #b3bfff;
  background-color: #b3bfff;
}
.form .form-fields .form-group .form-control:not([type=checkbox]):focus {
  border-color: #2a4ea9;
}
.form .form-fields .form-group.form-group-required .form-label:after {
  content: "*";
  color: #ff2626;
  font-weight: 600;
}
.form .form-fields .form-group .form-checkbox input[type=checkbox] {
  margin: 0;
  margin-top: 6px;
  margin-right: 8px;
  vertical-align: top;
}
.form .form-fields .form-group .form-checkbox .form-label {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form .form-fields .form-fieldset + .form-fieldset:before,
.form .form-fields .form-group-label + .form-fields:before {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form .form-fields .form-groups-inline {
    margin-left: -8px;
    margin-right: -8px;
  }
  .form .form-fields .form-groups-inline > .form-label, .form .form-fields .form-groups-inline > .form-group-label {
    padding-left: 8px;
    padding-right: 8px;
  }
  .form .form-fields .form-groups-inline .form-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .form .form-fields .form-groups-inline {
    margin-left: -16px;
    margin-right: -16px;
  }
  .form .form-fields .form-groups-inline > .form-label, .form .form-fields .form-groups-inline > .form-group-label {
    padding-left: 16px;
    padding-right: 16px;
  }
  .form .form-fields .form-groups-inline .form-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.form .form-fields .form-group-error .form-control {
  border-color: #ff6363 !important;
}
.form .form-fields .form-group-error .error .validation-advice {
  margin-top: 8px;
  color: #ff2626;
}
.form .form-fields .form-group-captcha::after {
  clear: both;
  content: "";
  display: table;
}
.form .form-fields .form-group-captcha .form-control-captcha-image {
  float: left;
  margin-right: 16px;
}
.form .form-fields .form-group-captcha .captcha-field {
  width: 160px;
}
.form .form-fields .form-group-captcha .error:before {
  content: "";
  display: table;
  clear: both;
}
.form .form-actions {
  margin-top: 32px;
}
.form .form-actions.form-actions-inline .form-button {
  display: inline-block;
  vertical-align: middle;
}
.form .form-actions.form-actions-inline .note {
  margin-left: 16px;
  margin-right: 16px;
}
.form .form-actions.form-actions-inline .extra-actions {
  display: inline-block;
  vertical-align: middle;
  margin-top: 16px;
  margin-bottom: 16px;
}
.form .form-actions.form-actions-inline .extra-actions .social-links {
  display: inline-block;
  vertical-align: middle;
}
.form .form-sending, .form.form-sending {
  position: relative;
}
.form .form-sending:after, .form.form-sending:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("/App/Site/Assets/i/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.signin-form,
.register-form,
.recover-form {
  margin-top: 0;
  margin-bottom: 0;
}
.form-embedded .signin-form,
.form-embedded .register-form,
.form-embedded .recover-form {
  border-radius: 8px;
  background-color: white;
}
.signin-form .tab-page,
.register-form .tab-page,
.recover-form .tab-page {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .form-embedded .signin-form,
.form-embedded .register-form,
.form-embedded .recover-form {
    padding: 24px 16px;
  }
  .signin-form .header,
.register-form .header,
.recover-form .header {
    margin-top: -24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-embedded .signin-form,
.form-embedded .register-form,
.form-embedded .recover-form {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-embedded .signin-form,
.form-embedded .register-form,
.form-embedded .recover-form {
    padding: 16px 32px;
  }
}
.signin-form .footer,
.register-form .footer,
.recover-form .footer {
  margin-top: 16px;
  margin-bottom: 16px;
}
.signin-form .footer a,
.register-form .footer a,
.recover-form .footer a {
  color: #2a4ea9;
}

.request-form {
  margin-bottom: 80px;
}

.dialog .request-form {
  margin-top: 0;
  margin-bottom: 0;
}

.tabbed .tabs {
  display: inline-block;
  vertical-align: top;
  background-color: #d9e6ff;
  border-radius: 8px;
  overflow: hidden;
}
.tabbed .tabs .tab {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  color: #000621;
  border: 2px solid transparent;
}
.tabbed .tabs .tab.tab-selected {
  color: #2a4ea9;
  border-color: #2a4ea9;
}
body:not(.touch) .tabbed .tabs .tab:hover {
  color: #2a4ea9;
}
.tabbed .tab-pages .tab-page {
  display: none;
}
.tabbed .tab-pages .tab-page-selected {
  display: block;
}

.intro {
  background-color: #6198ff;
  background-image: -webkit-linear-gradient(bottom left, #6198ff 0%, #ffc9e7 100%);
  background-image: linear-gradient(to top right,#6198ff 0%, #ffc9e7 100%);
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: -64px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .intro {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .intro {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.intro .page-action {
  margin-top: 32px;
}
.intro .section, .intro .section-colored {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .intro .page-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .intro .page-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .intro .page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.rich-content {
  /*

  .media-image.media-center {
    display: block;

    .media-preview {
      display: block;
      max-width: 100%;
      height: auto;
      margin: {
        left: auto;
        right: auto;
      }
    }

    margin: {
      left: auto;
      right: auto;
    }

  }

  .media-left,
  .media-right {
    margin-top: 4px;
  }

  .media.media-left {
    float: left;

    //@include r-layout(rich-content) {
    //  margin: {
    //    right: rl-value(image, spacing);
    //    bottom: rl-value(image, spacing);
    //  }
    //}

  }

  .media.media-right {
    float: right;

    //@include r-layout(rich-content) {
    //  margin: {
    //    left: rl-value(image, spacing);
    //    bottom: rl-value(image, spacing);
    //  }
    //}

  }

  .media.media-center {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .video-block,
  .media-image {
    //@include r-layout(rich-content, phone) {
    //  display: block;
    //  float: none !important;
    //  text-align: center;
    //  max-width: none !important;
    //  height: auto;
    //
    //  &.media-left,
    //  &.media-right {
    //    margin: {
    //      left: rl-value(image, offset) !important;
    //      right: rl-value(image, offset) !important;
    //    }
    //  }
    //
    //  .media-preview {
    //    max-width: 100%;
    //    max-height: rl-value(image, max-height);
    //    margin: auto;
    //
    //    img {
    //      max-width: 100%;
    //      height: auto;
    //    }
    //
    //  }
    //
    //}
  }

  .video-block,
  .media .media-center {
    display: block;
    height: auto;

    //@include r-layout(rich-content) {
    //  margin: {
    //    top: rl-value(image, spacing);
    //    bottom: rl-value(image, spacing);
    //  }
    //}

  }

  .video-block {
    //@include r-layout(rich-content) {
    //  height: rl-value(video, height);
    //}

    iframe {
      width: 100%;
      height: 100%;
    }

  }

  */
}
.rich-content:after {
  display: table;
  clear: both;
  content: "";
}
.rich-content h1 .media:first-child:before,
.rich-content h2 .media:first-child:before,
.rich-content h3 .media:first-child:before,
.rich-content h4 .media:first-child:before,
.rich-content h5 .media:first-child:before,
.rich-content p .media:first-child:before {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rich-content a {
  color: #2a4ea9;
  text-decoration: underline;
}
body:not(.touch) .rich-content a:hover {
  color: #b3bfff;
}
.rich-content img {
  max-width: 100%;
  height: auto;
}
.rich-content h2:not(:first-child), .rich-content h3:not(:first-child), .rich-content h4:not(:first-child), .rich-content h5:not(:first-child), .rich-content h6:not(:first-child) {
  margin-top: 80px;
}
.rich-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.rich-content p:first-child {
  margin-top: 0;
}
.rich-content p:last-child {
  margin-bottom: 0;
}
.rich-content p:empty {
  display: none;
}
.rich-content .media .media-left {
  float: left;
  margin-right: 2em;
  margin-bottom: 80px;
}
.rich-content .media .media-center {
  display: block !important;
  float: none !important;
  margin: 0 auto 80px;
  text-align: center;
}
.rich-content .media .media-right {
  float: right;
  margin-left: 2em;
  margin-bottom: 80px;
}
.rich-content .media.media-video {
  display: block;
  text-align: center;
}
.rich-content .media.media-embed {
  display: block;
  text-align: center;
}
@media screen and (max-width: 630px) {
  .rich-content .media .media-left,
.rich-content .media .media-right {
    display: block;
    float: none;
  }
}
.rich-content ul,
.rich-content ol {
  overflow: hidden;
}
.rich-content ul li + li,
.rich-content ol li + li {
  margin-top: 1em;
}
.rich-content .media-imageset {
  display: block;
}
.rich-content .media-imageset .media-imageset-data {
  display: none;
}
.rich-content .media-imageset .photo-slider .photo-slide {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #d9e6ff;
}
.rich-content .media-imageset .photo-slider .photo-slide .photo-slide-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.rich-content .media-imageset .photo-slider .photo-slide .photo-slide-caption {
  margin-top: 8px;
  text-align: center;
}
.rich-content .media-imageset .photo-slider .photo-slide .photo-slide-caption:empty {
  display: none;
}
.rich-content .media-imageset .photo-slider .photo-slider-pagination {
  text-align: center;
  margin-top: 0px;
  margin-bottom: -8px;
}
.rich-content .media-imageset .photo-slider .photo-slider-pagination .photo-slider-page {
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  outline: none;
  font-weight: 600;
  color: #2a4ea9;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rich-content .media-imageset .photo-slider .photo-slider-pagination .photo-slider-page span {
  display: inline-block;
  border-bottom: 1px dotted #2a4ea9;
}
.rich-content .media-imageset .photo-slider .photo-slider-pagination .photo-slider-page.swiper-pagination-bullet-active {
  color: #000621;
}
.rich-content .media-imageset .photo-slider .photo-slider-pagination .photo-slider-page.swiper-pagination-bullet-active span {
  border-bottom-color: transparent;
}
body:not(.touch) .rich-content .media-imageset .photo-slider .photo-slider-pagination .photo-slider-page:not(.swiper-pagination-bullet-active):hover {
  color: #b3bfff;
}
body:not(.touch) .rich-content .media-imageset .photo-slider .photo-slider-pagination .photo-slider-page:not(.swiper-pagination-bullet-active):hover span {
  border-bottom-color: #b3bfff;
}

.tiles-large {
  overflow: hidden;
}
.tiles-large > .items > .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tiles-large > .items {
    margin-top: -64px;
  }
  .tiles-large > .items > .item {
    padding-top: 64px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles-large > .items {
    margin-left: -24px;
    margin-top: -56px;
  }
  .tiles-large > .items > .item {
    padding-left: 24px;
    padding-top: 56px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tiles-large > .items {
    margin-left: -32px;
    margin-top: -64px;
  }
  .tiles-large > .items > .item {
    padding-left: 32px;
    padding-top: 64px;
    width: 33.3333333333%;
  }
}

.tiles {
  overflow: hidden;
}
.tiles > .items > .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tiles > .items {
    margin-top: -16px;
  }
  .tiles > .items > .item {
    padding-top: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles > .items {
    margin-left: -24px;
    margin-top: -24px;
  }
  .tiles > .items > .item {
    padding-left: 24px;
    padding-top: 24px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tiles > .items {
    margin-left: -32px;
    margin-top: -32px;
  }
  .tiles > .items > .item {
    padding-left: 32px;
    padding-top: 32px;
    width: 33.3333333333%;
  }
}

.illustrated-item .image img {
  display: block;
}
.illustrated-item .details {
  margin-top: 24px;
}
.illustrated-item .details .title {
  font-size: 24px;
  font-weight: 600;
}
.illustrated-item .details .subtitle {
  margin-top: 16px;
}
body:not(.touch) .illustrated-item:hover .details {
  color: #40529a;
}

.small-card-item {
  background-color: #b3bfff;
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 24px;
  padding-right: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.small-card-item .image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.small-card-item .image img {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.small-card-item .details {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.small-card-item .details .title {
  font-size: 24px;
  font-weight: 600;
}
.small-card-item .details .subtitle {
  margin-top: 8px;
  color: #40529a;
}
body:not(.touch) .small-card-item:hover {
  background-color: #d9e6ff;
}

.stats-layout .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .stats-layout .details {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stats-layout {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .stats-layout .details {
    padding-right: 12px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
  }
  .stats-layout .image {
    padding-left: 12px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .stats-layout {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .stats-layout .details {
    padding-right: 44px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 496px;
  }
  .stats-layout .image {
    padding-left: 44px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.stats-cards {
  overflow: hidden;
}
.stats-cards > .items > .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .stats-cards > .items {
    margin-top: -16px;
  }
  .stats-cards > .items > .item {
    padding-top: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stats-cards > .items {
    margin-top: -16px;
  }
  .stats-cards > .items > .item {
    padding-top: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .stats-cards > .items {
    margin-left: -15px;
    margin-top: -15px;
  }
  .stats-cards > .items > .item {
    padding-left: 15px;
    padding-top: 15px;
    width: 33.3333333333%;
  }
  .stats-cards .items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .stats-cards .items .stats-card {
    height: 100%;
  }
}

.stats-cards {
  margin-top: 32px;
}

.stats-card {
  border-radius: 8px;
  background-color: #40529a;
}
.stats-card .header .title {
  font-size: 24px;
  font-weight: 600;
  color: #d9e6ff;
}
.stats-card .header .subtitle {
  color: #d9e6ff;
}
.stats-card .footer {
  color: #9cabff;
}
@media screen and (max-width: 767px) {
  .stats-card {
    padding: 25px 24px;
  }
  .stats-card .footer {
    margin-top: 8px;
  }
  .stats-card .header .title,
.stats-card .header .subtitle {
    display: inline-block;
  }
  .stats-card .header .title {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stats-card {
    padding: 17px 16px;
  }
  .stats-card .footer {
    margin-top: 8px;
  }
  .stats-card .header .title,
.stats-card .header .subtitle {
    display: inline-block;
  }
  .stats-card .header .title {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-card {
    padding: 25px 24px;
  }
  .stats-card .footer {
    margin-top: 17px;
  }
}

.card-item {
  border-radius: 8px;
  background-color: #b3bfff;
}
.card-item .header .image img {
  display: block;
}
.card-item .header .image + .title {
  margin-top: 25px;
}
.card-item .header .title {
  font-size: 24px;
  font-weight: 600;
}
.card-item .header + .details {
  margin-top: 24px;
}
.card-item .footer {
  margin-top: 48px;
}
.card-item .footer .btn, .card-item .footer .btn-plain, .card-item .footer .btn-filled {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-item {
    padding: 24px;
  }
  .card-item .header::after {
    clear: both;
    content: "";
    display: table;
  }
  .card-item .header:before {
    font-family: "site-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    float: right;
  }
  .card-item.card-item-collapsed .details {
    display: none;
  }
  .card-item.card-item-expanded .header:before {
    content: "";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-item {
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .card-item {
    padding: 32px;
  }
}

.reviews-tiles {
  overflow: hidden;
}
.reviews-tiles > .items > .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .reviews-tiles > .items {
    margin-top: -16px;
  }
  .reviews-tiles > .items > .item {
    padding-top: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-tiles > .items {
    margin-left: -24px;
    margin-top: -24px;
  }
  .reviews-tiles > .items > .item {
    padding-left: 24px;
    padding-top: 24px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .reviews-tiles > .items {
    margin-left: -32px;
    margin-top: -64px;
  }
  .reviews-tiles > .items > .item {
    padding-left: 32px;
    padding-top: 64px;
    width: 50%;
  }
}

.reviews-collapsed .reviews-tiles .items .item:nth-child(n+3) {
  display: none;
}

.reviews-expanded .footer {
  display: none;
}

.reviews-tiles .footer {
  margin-top: 32px;
  text-align: center;
}
.reviews-tiles .footer .more {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -12px;
  margin-bottom: -12px;
  cursor: pointer;
  font-weight: 600;
  color: #2a4ea9;
}
.reviews-tiles .footer .more .text {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted #2a4ea9;
}
body:not(.touch) .reviews-tiles .footer .more:hover {
  color: #b3bfff;
}
body:not(.touch) .reviews-tiles .footer .more:hover .text {
  border-bottom-color: #b3bfff;
}

.review-summary .content {
  position: relative;
  padding-left: 24px;
}
.review-summary .content:before, .review-summary .content:after {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #40529a;
}
.review-summary .content:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
}
.review-summary .content:after {
  display: inline;
  margin-left: 6px;
  content: "";
}
.review-summary .person {
  padding-left: 24px;
}
.review-summary .person .image {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 16px;
}
.review-summary .person .image img {
  display: block;
}
.review-summary .person .person-details {
  overflow: hidden;
  margin-top: 24px;
}
.review-summary .person .person-details .name {
  font-weight: 600;
}
.review-summary .person .person-details .position {
  margin-top: 1px;
}

.toc {
  border-radius: 8px;
  background-color: #d9e6ff;
}
.toc .items {
  margin-top: -12px;
  margin-bottom: -12px;
}
.toc .items .item {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.toc .items .item.item-selected {
  font-weight: 600;
}
body:not(.touch) .toc .items .item:hover {
  color: #40529a;
}
@media screen and (max-width: 767px) {
  .toc {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .toc {
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .toc {
    padding: 32px;
  }
}

.props {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #2a4ea9;
  font-weight: 600;
}
.props a {
  text-decoration: none;
}
.props .prop {
  padding-top: 16px;
  padding-bottom: 16px;
}
.props .prop::after {
  clear: both;
  content: "";
  display: table;
}
.props .prop .prop-icon {
  float: left;
  line-height: 1;
  margin-top: -3px;
}
.props .prop .prop-text {
  overflow: hidden;
}
.props .prop .prop-icon {
  width: 32px;
  text-align: center;
  font-size: 32px;
  margin-right: 16px;
}
.faq-sections .items .item {
  display: block;
}
.faq-sections .items .item + .item {
  margin-top: 16px;
}
.faq-sections .faq-section-item {
  border-radius: 8px;
  color: #000621;
  background-color: #b3bfff;
  font-weight: 600;
}
.faq-sections .faq-section-item.faq-section-item-with-image::after {
  clear: both;
  content: "";
  display: table;
}
.faq-sections .faq-section-item.faq-section-item-with-image .image {
  float: left;
  width: 69px;
}
.faq-sections .faq-section-item.faq-section-item-with-image .title {
  font-size: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-sections .faq-section-item.faq-section-item-with-image {
    padding: 24px;
  }
  .faq-sections .faq-section-item.faq-section-item-with-image .image {
    margin-right: 16px;
  }
  .faq-sections .faq-section-item.faq-section-item-text {
    padding: 16px;
    min-height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq-sections .faq-section-item.faq-section-item-with-image {
    padding: 24px;
  }
  .faq-sections .faq-section-item.faq-section-item-with-image .image {
    margin-right: 16px;
  }
  .faq-sections .faq-section-item.faq-section-item-text {
    padding: 16px;
    min-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-sections .faq-section-item.faq-section-item-with-image {
    padding: 32px;
  }
  .faq-sections .faq-section-item.faq-section-item-with-image .image {
    margin-right: 24px;
  }
  .faq-sections .faq-section-item.faq-section-item-text {
    padding: 24px;
    min-height: 96px;
  }
}
body:not(.touch) .faq-sections .item:not(.item-selected) .faq-section-item:hover {
  background-color: #d9e6ff;
}
.faq-sections .item-selected .faq-section-item {
  color: #d9e6ff;
  background-color: #40529a;
}

.faq-articles .items .item {
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-articles .items .item:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "•";
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #40529a;
}
.faq-articles .items .item .item-text {
  color: #2a4ea9;
  text-decoration: underline;
}
.faq-articles .items .item + .item {
  margin-top: 31px;
}
body:not(.touch) .faq-articles .items .item:hover .item-text {
  color: #b3bfff;
}

.back-action {
  font-weight: 600;
}
.back-action:first-child {
  margin-bottom: 48px;
}
.back-action:last-child {
  margin-top: 48px;
}
.back-action a {
  color: #2a4ea9;
}
.back-action a:before {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.65em;
  margin-right: 8px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
}
body:not(.touch) .back-action a:hover {
  color: #b3bfff;
}

.article .article-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tiles-prices {
  overflow: hidden;
}
.tiles-prices > .items > .item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tiles-prices {
    margin-top: -34px;
    margin-bottom: 80px;
  }
  .tiles-prices > .items {
    margin-top: -38px;
  }
  .tiles-prices > .items > .item {
    padding-top: 38px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tiles-prices {
    margin-top: -34px;
    margin-bottom: 80px;
  }
  .tiles-prices > .items {
    margin-left: -24px;
    margin-top: -38px;
  }
  .tiles-prices > .items > .item {
    padding-left: 24px;
    padding-top: 38px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tiles-prices {
    margin-top: -34px;
    margin-bottom: 80px;
  }
  .tiles-prices > .items {
    margin-left: -43px;
    margin-top: -38px;
  }
  .tiles-prices > .items > .item {
    padding-left: 43px;
    padding-top: 38px;
    width: 50%;
  }
}

.price-tariff {
  position: relative;
  border-radius: 8px;
  background-color: #b3bfff;
  margin-top: 34px;
}
.price-tariff .badge {
  position: absolute;
  top: -24px;
  background-color: #d9e6ff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #d9e6ff;
  padding: 12px 16px;
  font-weight: 600;
}
.price-tariff .header {
  margin-bottom: 32px;
}
.price-tariff .header .title {
  font-size: 24px;
  font-weight: 600;
}
.price-tariff .header .note {
  margin-top: 16px;
}
.price-tariff .body .prices {
  margin-top: 16px;
  margin-bottom: 16px;
}
.price-tariff .body .prices > .items > .item + .item {
  margin-top: 24px;
}
.price-tariff .footer {
  margin-top: 48px;
}
.price-tariff .footer .btn, .price-tariff .footer .btn-plain, .price-tariff .footer .btn-filled {
  display: block;
  width: 100%;
  text-align: center;
}
.price-tariff .price .row .value {
  color: #2a4ea9;
  font-size: 40px;
  font-weight: 600;
}
.price-tariff .price .row .note {
  color: #2a4ea9;
  font-weight: 600;
  margin-left: 0.5ch;
}
.price-tariff .price .row .discount {
  color: #d9e6ff;
  font-weight: 600;
  margin-left: 1ch;
}
@media screen and (max-width: 767px) {
  .price-tariff {
    padding-top: 40px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .price-tariff .badge {
    left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .price-tariff {
    padding-top: 40px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .price-tariff .badge {
    left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .price-tariff {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .price-tariff .badge {
    left: 32px;
  }
}

.subject-sections .items .item {
  display: block;
}
.subject-sections .items .item + .item {
  margin-top: 16px;
}
.subject-sections .subject-section-item {
  border-radius: 8px;
  color: #000621;
  background-color: #b3bfff;
}
.subject-sections .subject-section-item .title {
  font-size: 24px;
  font-weight: 600;
}
.subject-sections .subject-section-item .subtitle {
  margin-top: 8px;
  font-size: 18px;
}
.subject-sections .subject-section-item.subject-section-item-with-image::after {
  clear: both;
  content: "";
  display: table;
}
.subject-sections .subject-section-item.subject-section-item-with-image .image {
  float: right;
  width: 69px;
  text-align: right;
}
.subject-sections .subject-section-item.subject-section-item-with-image .details {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subject-sections .subject-section-item.subject-section-item-with-image {
    padding: 24px;
  }
  .subject-sections .subject-section-item.subject-section-item-with-image .image {
    margin-left: 16px;
  }
  .subject-sections .subject-section-item.subject-section-item-text {
    padding: 16px;
    min-height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .subject-sections .subject-section-item.subject-section-item-with-image {
    padding: 24px;
  }
  .subject-sections .subject-section-item.subject-section-item-with-image .image {
    margin-left: 16px;
  }
  .subject-sections .subject-section-item.subject-section-item-text {
    padding: 16px;
    min-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .subject-sections .subject-section-item.subject-section-item-with-image {
    padding: 32px;
  }
  .subject-sections .subject-section-item.subject-section-item-with-image .image {
    margin-left: 24px;
  }
  .subject-sections .subject-section-item.subject-section-item-text {
    padding: 24px;
    min-height: 96px;
  }
}
body:not(.touch) .subject-sections .item:not(.item-selected) .subject-section-item:hover {
  background-color: #d9e6ff;
}
.subject-sections .item-selected .subject-section-item {
  color: #d9e6ff;
  background-color: #40529a;
}

.toggle-list .item .title {
  position: relative;
  display: block;
}
.toggle-list .item .title:after {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.toggle-list .item .content, .toggle-list .item.collapsed .content {
  display: none;
}
.toggle-list .item.expanded .title:after, .toggle-list .item:not(.collapsed):target .title:after {
  content: "";
}
.toggle-list .item.expanded .content, .toggle-list .item:not(.collapsed):target .content {
  display: block;
}

.card-list {
  margin-top: 48px;
}
.card-list .items {
  margin-top: -16px;
}
.card-list .items .item {
  margin-top: 16px;
}

.card-list-item {
  border-radius: 8px;
  background-color: #d9e6ff;
}
.card-list-item .header .image img {
  display: block;
}
.card-list-item .header .image + .title {
  margin-top: 25px;
}
.card-list-item .header .title {
  display: block;
  margin-top: -9px;
  margin-bottom: -9px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-right: 43px;
}
.card-list-item .header .title:after {
  position: absolute;
  display: block;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 67px;
  margin-top: 14px;
  text-align: center;
  font-size: 19px;
  color: #40529a;
}
.card-list-item .header + .content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .card-list-item {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-list-item {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .card-list-item {
    padding: 24px 32px;
  }
}

.intro-block {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(225deg, #ffc9e7 0%, #6198ff 100%);
}
.intro-block .intro-block-badge {
  position: absolute;
  top: -24px;
  background-color: #d9e6ff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #d9e6ff;
  padding: 12px 16px;
  font-weight: 600;
}
.intro-block .intro-block-title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .intro-block {
    padding: 40px 24px;
  }
  .intro-block .intro-block-action {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .intro-block {
    padding: 40px 32px;
  }
  .intro-block .intro-block-action {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-block {
    padding: 48px;
  }
  .intro-block .intro-block-action {
    margin-top: 32px;
  }
}

.top-banner .top-banner-body {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner .top-banner-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner .top-banner-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.top-banner .top-banner-body .top-banner-image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
.top-banner .top-banner-body .top-banner-image img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.top-banner .top-banner-body .top-banner-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 18px;
  line-height: 1.3;
}
.top-banner .top-banner-body .top-banner-text a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top-banner {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .top-banner .top-banner-body .top-banner-image {
    margin-bottom: 12px;
  }
  .top-banner .top-banner-body .top-banner-image img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-banner .top-banner-body .top-banner-image {
    margin-right: 24px;
  }
  .top-banner .top-banner-body .top-banner-image img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-banner .top-banner-body .top-banner-image {
    margin-right: 32px;
  }
  .top-banner .top-banner-body .top-banner-image img {
    width: 144px;
    height: 144px;
  }
}
.top-banner.top-banner-dark {
  color: white;
  background-color: black;
}

/*# sourceMappingURL=styles.css.map */
