*, *::before, *::after {
  box-sizing: border-box; }

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

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

picture, article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

img, iframe {
  vertical-align: middle;
  border-style: none; }

form {
  margin: 0 auto; }

input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  margin: 0; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="radio"], input[type="checkbox"] {
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

@font-face {
  font-family: 'Aller';
  src: url("/templates/fonts/Aller.eot");
  src: url("/templates/fonts/Aller.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Aller.woff2") format("woff2"), url("/templates/fonts/Aller.woff") format("woff"), url("/templates/fonts/Aller.ttf") format("truetype"), url("/templates/fonts/Aller.svg#Aller") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aller';
  src: url("/templates/fonts/Aller-Light.eot");
  src: url("/templates/fonts/Aller-Light.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Aller-Light.woff2") format("woff2"), url("/templates/fonts/Aller-Light.woff") format("woff"), url("/templates/fonts/Aller-Light.ttf") format("truetype"), url("/templates/fonts/Aller-Light.svg#Aller-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Aller';
  src: url("/templates/fonts/Aller-Bold.eot");
  src: url("/templates/fonts/Aller-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Aller-Bold.woff2") format("woff2"), url("/templates/fonts/Aller-Bold.woff") format("woff"), url("/templates/fonts/Aller-Bold.ttf") format("truetype"), url("/templates/fonts/Aller-Bold.svg#Aller-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Flaticon';
  src: url("/templates/fonts/Flaticon.eot");
  src: url("/templates/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Flaticon.woff") format("woff"), url("/templates/fonts/Flaticon.ttf") format("truetype"), url("/templates/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Flaticon';
    src: url("/templates/fonts/Flaticon.svg#Flaticon") format("svg"); } }

[class^='icon-']:before, [class*=' icon-']:before,
[class^='icon-']:after, [class*=' icon-']:after {
  font-family: 'Flaticon';
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Default settings */
/* Cheatsheet: 16px by default */
/* Cheatsheet: 18px by default */
/* Cheatsheet: 21px by default */
/* Cheatsheet: 24px by default */
/* Cheatsheet: 32px by default */
/* Cheatsheet: 43px by default */
/* Cheatsheet: 65px by default */
/* Cheatsheet: 4px by default */
/* Cheatsheet: 1px by default */
/* Cheatsheet: 2px by default */
/* Color settings */
/* Transition settings */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

html, body {
  font-family: "Aller", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.325;
  color: #061E46;
  -webkit-font-smoothing: antialiased; }

h1, .intro-block .title, h2, .usp-block .title, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0; }

h1, .intro-block .title {
  color: #061E46;
  margin-bottom: 1.875rem;
  font-size: 2rem; }
  @media (min-width: 550px) {
    h1, .intro-block .title {
      font-size: 2.6875rem; } }

h2, .usp-block .title {
  font-size: 1.3125rem;
  color: #2074FF;
  margin-bottom: 0.625rem; }

h3, h4, h5, h6 {
  font-size: 1.3125rem;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 1.25rem; }

ol, ul {
  margin-top: 0;
  margin-bottom: 1.25rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    position: relative;
    padding-left: 1em; }
    ul li:before {
      content: '\2010';
      position: absolute;
      top: 0;
      left: 0; }

.nav ul li, ul.nav li {
  padding-left: 0; }
  .nav ul li:before, ul.nav li:before {
    display: none; }

b, strong {
  font-weight: 700; }

a {
  color: #2074FF;
  text-decoration: underline;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out; }
  a:hover {
    color: #0046b9;
    text-decoration: none; }

.intro {
  font-size: 1.3125rem;
  font-weight: 300;
  color: #2074FF; }

label {
  display: block; }

input, textarea, select {
  display: block;
  width: 100%;
  color: #061E46;
  border: 0.0625rem solid #E2E2E2;
  border-radius: 0.25rem;
  background: transparent;
  padding: 0.5rem 1.5625rem 0.5rem 0.5rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out; }
  input:focus, textarea:focus, select:focus {
    outline: none; }
  input.state-invalid, textarea.state-invalid, select.state-invalid {
    border-color: #f44747; }
    input.state-invalid:focus:valid, textarea.state-invalid:focus:valid, select.state-invalid:focus:valid {
      border-color: #E2E2E2; }
  input:required:valid + .validation, textarea:required:valid + .validation, select:required:valid + .validation {
    opacity: 1; }

textarea {
  min-height: 6em; }

::-webkit-input-placeholder {
  color: rgba(6, 30, 70, 0.5); }

:-moz-placeholder {
  color: rgba(6, 30, 70, 0.5); }

::-moz-placeholder {
  color: rgba(6, 30, 70, 0.5); }

:-ms-input-placeholder {
  color: rgba(6, 30, 70, 0.5); }

input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: auto;
  padding: 0;
  border: none; }
  input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
    margin-left: 0.3125rem; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

input[type=radio] {
  -webkit-appearance: radio; }

input[type=checkbox] + label:before {
  border-radius: 0.25rem; }

input[type=radio] + label:before {
  border-radius: 50%; }

.form-row {
  margin-bottom: 1.25rem; }
  .form-row > label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.3125rem; }
  @media (min-width: 750px) {
    .form-row.state-aligned {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      .form-row.state-aligned > label {
        flex: 1 1 25%;
        margin-bottom: 0; }
      .form-row.state-aligned .form-field, .form-row.state-aligned .form-options {
        flex: 1 1 75%; }
      .form-row.state-aligned > label, .form-row.state-aligned .form-options {
        padding-top: 0.5rem; }
      .form-row.state-aligned + .form-row-submit,
      .form-row.state-aligned + .form-row-validation,
      .form-row.state-aligned + .form-row-validation + .form-row-submit {
        padding-left: 25%; } }

.form-field {
  position: relative; }
  .form-field .validation {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: .625rem;
    line-height: 1.325rem;
    opacity: 0;
    transition: opacity .3s ease-out; }
    .form-field .validation:after {
      font-family: 'Flaticon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f101';
      color: #2074FF;
      vertical-align: middle; }
  .form-field textarea + .validation {
    bottom: auto;
    top: 0.5rem; }

.form-options label {
  margin-right: 0.625rem; }
  .form-options label:last-child {
    margin-right: 0; }

.form-row-validation {
  display: none;
  color: #f44747;
  font-weight: 700;
  margin-bottom: 1.25rem; }
  .form-row-validation.state-show {
    display: block;
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

.form-row-submit {
  margin-bottom: 1.25rem; }
  .form-row-submit .btn {
    width: 100%; }
  @media (min-width: 400px) {
    .form-row-submit .btn {
      width: auto; } }
  @media (min-width: 1000px) {
    .form-row-submit:last-child {
      margin-bottom: 0; } }

.sidebar .form-row.state-aligned {
  display: block; }
  .sidebar .form-row.state-aligned > label {
    padding-top: 0;
    margin-bottom: 0.3125rem; }
  .sidebar .form-row.state-aligned .form-options {
    padding-top: 0; }
  .sidebar .form-row.state-aligned + .form-row-submit,
  .sidebar .form-row.state-aligned + .form-row-validation,
  .sidebar .form-row.state-aligned + .form-row-validation + .form-row-submit {
    padding-left: 0; }

.sidebar .form-row-submit {
  margin-bottom: 0; }
  .sidebar .form-row-submit .btn {
    display: block;
    width: 100%; }

::-moz-selection {
  background: rgba(32, 116, 255, 0.2); }

::selection {
  background: rgba(32, 116, 255, 0.2); }

body {
  background-color: #FFF; }

.section, #bottom, .indent-block, .company-values, .clients-slider {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 1000px) {
    .section, #bottom, .indent-block, .company-values, .clients-slider {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 1050px) {
    .section, #bottom, .indent-block, .company-values, .clients-slider {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }

.wrap, #top .inner, #bottom .inner, #banner .inner, .company-values .inner, .clients-slider .inner {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1000px) {
    .wrap, #top .inner, #bottom .inner, #banner .inner, .company-values .inner, .clients-slider .inner {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

@media (min-width: 1000px) {
  .primary-section {
    overflow: hidden; }
    .primary-section .main-content {
      float: left;
      width: 68%;
      padding-right: 2.5rem; }
      .primary-section .main-content > *:last-child {
        margin-bottom: 0; }
    .primary-section .sidebar {
      float: right;
      width: 32%; } }

@media (min-width: 1100px) {
  .primary-section .main-content {
    padding-right: 5rem; } }

.widget {
  margin-bottom: 1.25rem; }
  @media (min-width: 1000px) {
    .widget:last-child {
      margin-bottom: 0; } }
  .widget .header {
    border-radius: 0.25rem 0.25rem 0 0;
    overflow: hidden;
    background: #E2E2E2; }
    .widget .header img {
      display: block;
      width: 100%; }
    .widget .header + .content {
      border-radius: 0 0 0.25rem 0.25rem; }
  .widget .content {
    padding: 1.25rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #E2E2E2; }
    .widget .content > *:last-child {
      margin-bottom: 0; }

hr {
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #E2E2E2;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.flex-img img, .flex-vid iframe {
  width: 100%;
  display: block; }

.main-content .flex-vid {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1000px) {
    .main-content .flex-vid:last-child {
      margin-bottom: 0; } }

.page-end-controls {
  border-top: 0.0625rem solid #F4F4F4;
  padding-top: 1.25rem;
  margin: 1.25rem 0 2.5rem; }
  @media (min-width: 1000px) {
    .page-end-controls:last-child {
      margin-bottom: 0; } }
  .page-end-controls a {
    text-decoration: none;
    font-weight: 700;
    margin-right: 1.25rem; }
    .page-end-controls a:last-child {
      margin-right: 0; }

.btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background: #2074FF;
  font-weight: 700;
  border: 0.125rem solid #2074FF;
  border-radius: 5em;
  text-align: center;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out; }
  .btn:focus {
    outline: none; }
  .btn:hover, .btn:focus {
    color: #FFF; }
    @media (min-width: 1050px) {
      .btn:hover, .btn:focus {
        background: #0046b9;
        border-color: #0046b9; } }
  .btn.state-ghost {
    color: #2074FF;
    background: transparent; }
    @media (min-width: 1050px) {
      .btn.state-ghost:hover, .btn.state-ghost:focus {
        color: #0046b9;
        background: transparent;
        border-color: #0046b9; } }

.btn-cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem; }
  @media (min-width: 500px) {
    .btn-cont {
      margin-left: -0.625rem; } }
  .btn-cont .btn {
    flex: 1 0 100%;
    margin-top: 0.625rem; }
    @media (min-width: 500px) {
      .btn-cont .btn {
        flex: 0 0 auto;
        margin-left: 0.625rem; } }

@media (min-width: 1000px) {
  .sidebar .btn-cont {
    margin-top: 0; } }

@media (min-width: 500px) {
  .sidebar .btn-cont .btn {
    flex: 1 1 auto; } }

@media (min-width: 1000px) {
  .sidebar .btn-cont .btn {
    flex: 1 1 100%;
    margin-left: 0; }
    .sidebar .btn-cont .btn:first-child {
      margin-top: 0; } }

#top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1337;
  width: 100%;
  background: #FFF;
  border-bottom: 0.0625rem solid #E2E2E2; }
  #top .inner {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media (min-width: 1000px) {
      #top .inner {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }

.mobile-top {
  flex: 0 0 auto;
  display: flex;
  align-items: center; }
  @media (min-width: 1000px) {
    .mobile-top {
      min-width: 9.25rem;
      /* To prevent the menu from sliding a bit to the left when the body gets state-scrolled */ } }

#logo {
  flex: 0 0 auto;
  display: block; }
  #logo img {
    display: block;
    transition: height .1s ease-out;
    height: 3.75rem; }
    @media (min-width: 1000px) {
      #logo img {
        height: 5.5rem; } }

@media (min-width: 1000px) {
  #menu-main {
    display: flex;
    align-items: center; } }

#menu-main .nav {
  display: none;
  clear: both;
  flex: 0 0 auto;
  border-top: 0.0625rem solid #E2E2E2;
  margin: 1.25rem 0; }
  @media (min-width: 1000px) {
    #menu-main .nav {
      display: flex;
      margin: 0 auto;
      border: none; } }
  #menu-main .nav li {
    border-bottom: 0.0625rem solid #E2E2E2;
    padding: 0.625rem; }
    @media (min-width: 1000px) {
      #menu-main .nav li {
        margin-left: 1.25rem;
        border: none;
        padding: 0; }
        #menu-main .nav li:first-child {
          margin-left: 0; } }
  #menu-main .nav a {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #061E46;
    text-decoration: none; }
    @media (min-width: 1050px) {
      #menu-main .nav a:hover {
        color: #2074FF; } }
  #menu-main .nav .state-current a {
    text-decoration: underline; }
    #menu-main .nav .state-current a:hover {
      text-decoration: none; }

#menu-main .btn-cont {
  display: none;
  margin-bottom: 0; }
  @media (min-width: 500px) {
    #menu-main .btn-cont {
      margin-left: 0;
      margin-top: 0; }
      #menu-main .btn-cont .btn {
        margin: 0 0.625rem 0 0; }
        #menu-main .btn-cont .btn:last-child {
          margin-right: 0; } }
  @media (min-width: 1000px) {
    #menu-main .btn-cont {
      display: flex; } }

.trigger-menu-main {
  display: inline-block;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background: #FFF;
  position: relative;
  vertical-align: middle;
  margin-left: auto; }
  .trigger-menu-main:focus {
    outline: none; }
  @media (min-width: 1000px) {
    .trigger-menu-main {
      display: none; } }
  .trigger-menu-main .icon {
    display: block;
    position: relative;
    height: 0.125rem; }
    .trigger-menu-main .icon .base-line, .trigger-menu-main .icon:after, .trigger-menu-main .icon:before {
      display: block;
      background: #061E46;
      width: 100%;
      height: 100%; }
    .trigger-menu-main .icon .base-line {
      transition: background-color .15s ease-out; }
    .trigger-menu-main .icon:after, .trigger-menu-main .icon:before {
      content: '';
      position: absolute;
      left: 0;
      transition: -webkit-transform .15s ease-out;
      transition: transform .15s ease-out;
      transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
    .trigger-menu-main .icon:before {
      top: -0.3125rem; }
    .trigger-menu-main .icon:after {
      top: 0.3125rem; }

body {
  transition: padding .1s ease-out;
  padding-top: 5rem; }
  @media (min-width: 1000px) {
    body {
      padding-top: 8rem; } }
  body.state-scrolled {
    padding-top: 6.25rem; }
    body.state-scrolled #logo img {
      height: 3.75rem; }
  body.state-menu-main-open {
    position: fixed;
    overflow: hidden;
    height: 100vh;
    width: 100%; }
    @media (min-width: 1000px) {
      body.state-menu-main-open {
        position: static;
        height: auto;
        width: auto;
        overflow: visible; } }
    body.state-menu-main-open #top {
      height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll;
      border: none; }
      @media (min-width: 1000px) {
        body.state-menu-main-open #top {
          overflow: visible;
          height: auto; } }
    body.state-menu-main-open #menu-main .nav {
      display: block; }
      @media (min-width: 1000px) {
        body.state-menu-main-open #menu-main .nav {
          display: flex; } }
    body.state-menu-main-open #menu-main .btn-cont {
      display: flex; }
    body.state-menu-main-open .trigger-menu-main .icon .base-line {
      background: transparent; }
    body.state-menu-main-open .trigger-menu-main .icon:before {
      top: -50%;
      -webkit-transform: translateY(50%) rotate(45deg);
              transform: translateY(50%) rotate(45deg); }
    body.state-menu-main-open .trigger-menu-main .icon:after {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }

#bottom {
  color: rgba(255, 255, 255, 0.55);
  background: #061E46; }
  @media (min-width: 1050px) {
    #bottom {
      font-size: 1.125rem;
      line-height: 1.5; } }
  #bottom a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none; }
    @media (min-width: 1050px) {
      #bottom a:hover {
        color: #FFF; } }
  @media (min-width: 750px) {
    #bottom .inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  @media (min-width: 1050px) {
    #bottom .inner {
      justify-content: flex-start; } }
  #bottom .logo {
    flex: 0 0 auto; }
    @media (min-width: 1050px) {
      #bottom .logo {
        margin-right: auto; } }
    #bottom .logo img {
      display: block;
      height: 3.75rem; }
  #bottom .box {
    flex: 0 0 auto;
    margin-top: 2.5rem;
    margin-bottom: 0; }
    @media (min-width: 750px) {
      #bottom .box {
        margin-top: 0;
        margin-left: 2.5rem; } }
    @media (min-width: 1050px) {
      #bottom .box {
        margin-left: 5rem; } }
    #bottom .box > *:last-child {
      margin-bottom: 0; }
  #bottom .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: #FFF;
    margin-bottom: 1.25rem; }

.social-share {
  display: flex;
  align-items: center; }
  .social-share .label {
    flex: 0 0 auto;
    margin: 0 0.625rem 0 0; }
  .social-share .items {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin: 0; }
  .social-share a {
    display: block;
    flex: 0 0 2.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-left: 0.3125rem; }
    .social-share a:first-child {
      margin-left: 0; }
    .social-share a:before {
      font-family: 'Flaticon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      top: 1px; }
    .social-share a.icon-facebook {
      background: #3B5998; }
      .social-share a.icon-facebook:before {
        content: '\f100'; }
    .social-share a.icon-twitter {
      background: #1DA1F2; }
      .social-share a.icon-twitter:before {
        content: '\f102'; }
    .social-share a.icon-linkedin {
      background: #0077B5; }
      .social-share a.icon-linkedin:before {
        content: '\f105';
        top: 0; }
    .social-share a.icon-mail {
      background: #061E46; }
      .social-share a.icon-mail:before {
        content: '\f103'; }
    .social-share a.icon-whatsapp {
      background: #25D366; }
      .social-share a.icon-whatsapp:before {
        content: '\f104'; }
    @media (min-width: 1050px) {
      .social-share a:hover {
        background: #2074FF; } }

.post-header {
  border-bottom: 0.0625rem solid #F4F4F4;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem; }
  .post-header .post-img {
    margin-bottom: 1.25rem; }
    .post-header .post-img img {
      display: block;
      width: 100%; }
  @media (min-width: 550px) {
    .post-header .inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  .post-header .inner .post-details {
    flex: 0 0 auto;
    margin-right: auto;
    margin-bottom: 0; }
  .post-header .inner .social-share {
    flex: 0 0 auto;
    margin-top: 0.625rem; }
    @media (min-width: 550px) {
      .post-header .inner .social-share {
        margin-top: 0; } }
    .post-header .inner .social-share .label {
      display: none; }
      @media (min-width: 550px) {
        .post-header .inner .social-share .label {
          display: inline-block; } }

.post-details .divider {
  margin: 0 0.3125rem; }

.post-item {
  text-decoration: none;
  overflow: hidden;
  display: block; }
  @media (min-width: 550px) {
    .post-item {
      display: flex;
      align-items: center; } }
  .post-item .post-img img {
    display: block;
    width: 100%; }
  @media (min-width: 550px) {
    .post-item .post-img {
      flex: 0 0 200px;
      align-self: stretch;
      margin-right: 1.25rem; } }
  @media (min-width: 1000px) {
    .post-item .post-img {
      margin-right: 2.5rem; } }
  .post-item .content {
    flex: 1 1 auto;
    overflow: hidden;
    padding-top: 0.625rem; }
    @media (min-width: 550px) {
      .post-item .content {
        padding-top: 0; } }
  .post-item .title {
    color: #061E46;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.15;
    margin-bottom: 0;
    transition: color .3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 750px) {
      .post-item .title {
        font-size: 1.5rem; } }
  .post-item .post-details {
    color: rgba(6, 30, 70, 0.5);
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (min-width: 1050px) {
    .post-item:hover .title {
      color: #2074FF; } }
  @media (min-width: 750px) {
    .post-item.state-featured {
      display: block;
      position: relative; }
      .post-item.state-featured:after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        transition: opacity .3s ease-out; }
      .post-item.state-featured .post-img {
        background: #2074FF;
        margin: 0; }
        .post-item.state-featured .post-img img {
          transition: all .3s ease-out; }
      .post-item.state-featured .content {
        padding: 1.25rem;
        background: none;
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 0;
        width: 100%; }
      .post-item.state-featured .title {
        color: #FFF;
        font-size: 2rem;
        margin-bottom: 0.3125rem;
        white-space: normal; }
        .post-item.state-featured .title:last-child {
          margin-bottom: 0; }
      .post-item.state-featured .post-details {
        color: #FFF; } }
  @media (min-width: 750px) and (min-width: 1050px) {
    .post-item.state-featured:hover:after {
      opacity: 0; }
    .post-item.state-featured:hover .post-img img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      opacity: .25; } }

.posts-nav {
  margin-bottom: 2.5rem; }
  @media (min-width: 1000px) {
    .posts-nav:last-child {
      margin-bottom: 0; } }
  .posts-nav .el {
    padding: 0;
    margin-bottom: 1.25rem; }
    .posts-nav .el:last-child {
      margin-bottom: 0; }
    .posts-nav .el:before {
      display: none; }
    @media (min-width: 550px) {
      .posts-nav .el {
        padding-bottom: 0.625rem;
        margin-bottom: 0.625rem;
        border-bottom: 0.0625rem solid #E2E2E2; }
        .posts-nav .el:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; } }
    @media (min-width: 750px) {
      .posts-nav .el:first-child {
        padding-bottom: 0;
        margin-bottom: 2.5rem;
        border-bottom: none; } }

.pagination {
  line-height: 1.15;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem; }
  @media (min-width: 400px) {
    .pagination {
      justify-content: flex-end; } }
  @media (min-width: 1000px) {
    .pagination:last-child {
      margin-bottom: 0; } }
  .pagination li {
    padding: 0; }
    .pagination li:before {
      display: none; }
  .pagination .numbers-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0.625rem; }
    .pagination .numbers-nav:first-child {
      margin-left: 0; }
    @media (min-width: 750px) {
      .pagination .numbers-nav {
        margin: 0 1.25rem; } }
    .pagination .numbers-nav li {
      margin: 0 0.3125rem; }
      .pagination .numbers-nav li:first-child {
        margin-left: 0; }
      .pagination .numbers-nav li:last-child {
        margin-right: 0; }
  .pagination a {
    text-decoration: none;
    display: block;
    padding: 0.15625rem 0.3125rem;
    border-radius: 0.25rem; }
    .pagination a.state-current {
      cursor: default;
      color: #061E46;
      font-weight: 700; }
  .pagination .divider {
    color: rgba(6, 30, 70, 0.5); }
  .pagination .control-link {
    line-height: 1em; }
    .pagination .control-link:before, .pagination .control-link:after {
      font-family: 'Flaticon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.5rem; }
    .pagination .control-link.state-prev:before {
      content: '\f107'; }
    .pagination .control-link.state-next:after {
      content: '\f106'; }
    .pagination .control-link.state-disabled {
      cursor: default;
      color: rgba(6, 30, 70, 0.5); }

#banner {
  position: relative;
  background: #FFF;
  overflow: hidden; }
  #banner img {
    display: block;
    width: 100%; }
  #banner .bar {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background: #061E46; }
  #banner .outer {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
    width: 100%; }
  #banner .inner {
    position: relative; }
    @media (min-width: 750px) {
      #banner .inner {
        padding-bottom: 5rem;
        padding-left: 17.5rem; } }
  #banner .content {
    position: relative;
    max-width: 420px;
    margin-bottom: 1.25rem; }
    @media (min-width: 750px) {
      #banner .content {
        margin-bottom: 0; } }
  #banner .pre-title {
    font-size: 2rem;
    margin-bottom: 0;
    color: #FFF; }
  #banner .title {
    font-weight: 700;
    line-height: 1.15;
    color: #FFF;
    margin-bottom: 0;
    font-size: 2.6875rem;
    max-height: 6.18125rem;
    overflow: hidden; }
    @media (min-width: 500px) {
      #banner .title {
        font-size: 4.0625rem;
        max-height: 9.34375rem;
        overflow: hidden; } }
  #banner.banner-slider {
    position: relative; }
    #banner.banner-slider .slides {
      list-style: none;
      padding: 0;
      margin: 0; }
      #banner.banner-slider .slides > li {
        padding: 0;
        margin: 0; }
        #banner.banner-slider .slides > li:before {
          content: normal; }
    #banner.banner-slider .slider-control-element {
      position: absolute;
      bottom: 0;
      left: 0;
      list-style: none;
      padding: 0;
      margin: 0;
      z-index: 2; }
      @media (max-width: 750px) {
        #banner.banner-slider .slider-control-element {
          display: none; } }
      #banner.banner-slider .slider-control-element > li {
        padding: 0;
        margin: 0; }
        #banner.banner-slider .slider-control-element > li:before {
          content: normal; }
        #banner.banner-slider .slider-control-element > li button {
          padding: 0;
          margin: 0;
          border: 0;
          display: block;
          width: 15rem;
          height: 19.0625rem;
          background: url("/templates/img/banner-slider-control-element.png"); }
        #banner.banner-slider .slider-control-element > li:not(.flex-active) {
          display: none; }
      #banner.banner-slider .slider-control-element > li:nth-child(1) button {
        background-position: 0px 0px; }
      #banner.banner-slider .slider-control-element > li:nth-child(2) button {
        background-position: -240px 0px; }
      #banner.banner-slider .slider-control-element > li:nth-child(3) button {
        background-position: -480px 0px; }
      #banner.banner-slider .slider-control-element > li:nth-child(4) button {
        background-position: -720px 0px; }
      #banner.banner-slider .slider-control-element > li:nth-child(5) button {
        background-position: -960px 0px; }

.indent-block .inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.indent-block .content {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media (min-width: 1000px) {
    .indent-block .content {
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }
  .indent-block .content > *:last-child {
    margin-bottom: 0; }

.intro-block a {
  font-weight: 700;
  text-decoration: none; }

.usp-block {
  padding-top: 0; }
  .usp-block .media-box img {
    display: block;
    width: 100%; }
  @media (min-width: 75rem) {
    .usp-block .media-box + .inner .content {
      position: relative;
      margin-top: -15rem; } }
  .usp-block .content {
    position: relative;
    color: #FFF;
    background: #2074FF url("/templates/img/usp-block-style-element.svg") top right no-repeat;
    background-size: auto 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    overflow: hidden; }
    @media (min-width: 1000px) {
      .usp-block .content {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .usp-block .title {
    font-size: 2rem;
    color: #FFF; }
    @media (min-width: 750px) {
      .usp-block .title {
        float: left;
        margin-bottom: 0;
        margin-right: 2.5rem;
        max-width: 12rem; } }
  .usp-block .list {
    overflow: hidden; }
    @media (min-width: 1000px) {
      .usp-block .list {
        font-size: 1.125rem;
        line-height: 1.5; } }

.company-values .block-title {
  font-weight: 300;
  color: #061E46;
  margin-bottom: 2.5rem;
  font-size: 2rem; }
  @media (min-width: 550px) {
    .company-values .block-title {
      font-size: 2.6875rem; } }

.company-values .list {
  max-width: 37.5rem;
  margin: 0 auto; }
  .company-values .list .el {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1.25rem; }
    .company-values .list .el:last-child {
      margin-bottom: 0; }
    .company-values .list .el:before {
      font-family: 'Flaticon';
      font-style: normal;
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f101';
      color: #2074FF; }
  .company-values .list p {
    margin: 0.3125rem 0 0; }
  .company-values .list .title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #061E46;
    margin-bottom: 0; }

.section + .company-values, #bottom + .company-values, .indent-block + .company-values, .company-values + .company-values, .clients-slider + .company-values {
  padding-top: 0; }

.clients-slider {
  background: #F4F4F4;
  text-align: center; }
  .clients-slider .block-title {
    font-weight: 300;
    font-size: 1.5rem;
    color: #061E46;
    margin-bottom: 0; }
  .clients-slider .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 8.75rem; }
    @media (min-width: 550px) {
      .clients-slider .list {
        max-height: 6.25rem; } }
    .clients-slider .list .el {
      padding: 0;
      flex: 0 0 50%;
      margin-top: 1.25rem;
      -webkit-animation: fadeOut 0.3s;
              animation: fadeOut 0.3s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
      .clients-slider .list .el.state-animate {
        -webkit-animation: fadeInDown 0.3s;
                animation: fadeInDown 0.3s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both; }
        .clients-slider .list .el.state-animate:nth-child(6n+1) {
          -webkit-animation-delay: .15s;
                  animation-delay: .15s; }
        .clients-slider .list .el.state-animate:nth-child(6n+2) {
          -webkit-animation-delay: .6s;
                  animation-delay: .6s; }
        .clients-slider .list .el.state-animate:nth-child(6n+3) {
          -webkit-animation-delay: .45s;
                  animation-delay: .45s; }
        .clients-slider .list .el.state-animate:nth-child(6n+4) {
          -webkit-animation-delay: .3s;
                  animation-delay: .3s; }
        .clients-slider .list .el.state-animate:nth-child(6n+5) {
          -webkit-animation-delay: .75s;
                  animation-delay: .75s; }
        .clients-slider .list .el.state-animate:nth-child(6n+6) {
          -webkit-animation-delay: 1.2s;
                  animation-delay: 1.2s; }
      .clients-slider .list .el:before {
        display: none; }
      .clients-slider .list .el:nth-child(-n+4) {
        display: block; }
      @media (min-width: 550px) {
        .clients-slider .list .el {
          flex-basis: 25%;
          margin-top: 2.5rem; } }
      @media (min-width: 1000px) {
        .clients-slider .list .el {
          flex-basis: 16.6666%; }
          .clients-slider .list .el:nth-child(-n+6) {
            display: block; } }
  .clients-slider .organisation {
    display: block; }
  .clients-slider img {
    display: block;
    margin: 0 auto;
    max-width: 6.25rem;
    max-height: 3.125rem; }
    @media (min-width: 550px) {
      .clients-slider img {
        max-width: 7.5rem;
        max-height: 3.75rem; } }
