/*!
 * Theme Name: FirstHighland
 * Version: 1.1.0
 * Theme URL: https://100danish.com/
 * Description: Theme with Sass, Timber, & Twig
 * Author: 100 Danish<team@100danish.com> */
/*! ------------------------------------------------------------------ */
@import 'https://fonts.googleapis.com/css?family=Hind:300,400,500,700|Alice:400';
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

html.admin-bar-root {
  height: calc(100vh - 32px); }
  @media screen and (max-width: 782px) {
    html.admin-bar-root {
      height: calc(100vh - 46px); } }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  float: left;
  width: 100%; }

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

img, svg, video, iframe {
  max-width: 100%; }

ol {
  word-wrap: break-word;
  max-width: 100%; }

.container {
  margin: 0 auto;
  max-width: 83%;
  padding: 0 50px; }
  .container--narrow {
    max-width: 75%; }
  @media (max-width: 1199px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 749px) {
    .container {
      padding: 0 24px; } }
  @media (max-width: 540px) {
    .container {
      padding: 0 14px; } }

.grid:after {
  content: "";
  clear: both;
  display: table; }

.grid > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  min-height: 10px; }

.grid--gutter {
  margin-left: -20px;
  margin-right: -20px; }
  .grid--gutter > * {
    padding: 0 20px; }

.grid--large-gutter {
  margin-left: -35px;
  margin-right: -35px; }
  .grid--large-gutter > * {
    padding: 0 35px; }

.grid-push-1of1 {
  left: 100%; }

.grid-pull-1of1 {
  right: 100%; }

.grid-1of1 {
  width: 100%;
  position: relative; }

.grid-push-1of2 {
  left: 50%; }

.grid-pull-1of2 {
  right: 50%; }

.grid-1of2 {
  width: 50%;
  position: relative; }

.grid-push-2of2 {
  left: 100%; }

.grid-pull-2of2 {
  right: 100%; }

.grid-2of2 {
  width: 100%;
  position: relative; }

.grid-push-1of3 {
  left: 33.33333%; }

.grid-pull-1of3 {
  right: 33.33333%; }

.grid-1of3 {
  width: 33.33333%;
  position: relative; }

.grid-push-2of3 {
  left: 66.66667%; }

.grid-pull-2of3 {
  right: 66.66667%; }

.grid-2of3 {
  width: 66.66667%;
  position: relative; }

.grid-push-3of3 {
  left: 100%; }

.grid-pull-3of3 {
  right: 100%; }

.grid-3of3 {
  width: 100%;
  position: relative; }

.grid-push-1of4 {
  left: 25%; }

.grid-pull-1of4 {
  right: 25%; }

.grid-1of4 {
  width: 25%;
  position: relative; }

.grid-push-2of4 {
  left: 50%; }

.grid-pull-2of4 {
  right: 50%; }

.grid-2of4 {
  width: 50%;
  position: relative; }

.grid-push-3of4 {
  left: 75%; }

.grid-pull-3of4 {
  right: 75%; }

.grid-3of4 {
  width: 75%;
  position: relative; }

.grid-push-4of4 {
  left: 100%; }

.grid-pull-4of4 {
  right: 100%; }

.grid-4of4 {
  width: 100%;
  position: relative; }

.grid-push-1of5 {
  left: 20%; }

.grid-pull-1of5 {
  right: 20%; }

.grid-1of5 {
  width: 20%;
  position: relative; }

.grid-push-2of5 {
  left: 40%; }

.grid-pull-2of5 {
  right: 40%; }

.grid-2of5 {
  width: 40%;
  position: relative; }

.grid-push-3of5 {
  left: 60%; }

.grid-pull-3of5 {
  right: 60%; }

.grid-3of5 {
  width: 60%;
  position: relative; }

.grid-push-4of5 {
  left: 80%; }

.grid-pull-4of5 {
  right: 80%; }

.grid-4of5 {
  width: 80%;
  position: relative; }

.grid-push-5of5 {
  left: 100%; }

.grid-pull-5of5 {
  right: 100%; }

.grid-5of5 {
  width: 100%;
  position: relative; }

.grid-push-1of6 {
  left: 16.66667%; }

.grid-pull-1of6 {
  right: 16.66667%; }

.grid-1of6 {
  width: 16.66667%;
  position: relative; }

.grid-push-2of6 {
  left: 33.33333%; }

.grid-pull-2of6 {
  right: 33.33333%; }

.grid-2of6 {
  width: 33.33333%;
  position: relative; }

.grid-push-3of6 {
  left: 50%; }

.grid-pull-3of6 {
  right: 50%; }

.grid-3of6 {
  width: 50%;
  position: relative; }

.grid-push-4of6 {
  left: 66.66667%; }

.grid-pull-4of6 {
  right: 66.66667%; }

.grid-4of6 {
  width: 66.66667%;
  position: relative; }

.grid-push-5of6 {
  left: 83.33333%; }

.grid-pull-5of6 {
  right: 83.33333%; }

.grid-5of6 {
  width: 83.33333%;
  position: relative; }

.grid-push-6of6 {
  left: 100%; }

.grid-pull-6of6 {
  right: 100%; }

.grid-6of6 {
  width: 100%;
  position: relative; }

.grid-push-1of7 {
  left: 14.28571%; }

.grid-pull-1of7 {
  right: 14.28571%; }

.grid-1of7 {
  width: 14.28571%;
  position: relative; }

.grid-push-2of7 {
  left: 28.57143%; }

.grid-pull-2of7 {
  right: 28.57143%; }

.grid-2of7 {
  width: 28.57143%;
  position: relative; }

.grid-push-3of7 {
  left: 42.85714%; }

.grid-pull-3of7 {
  right: 42.85714%; }

.grid-3of7 {
  width: 42.85714%;
  position: relative; }

.grid-push-4of7 {
  left: 57.14286%; }

.grid-pull-4of7 {
  right: 57.14286%; }

.grid-4of7 {
  width: 57.14286%;
  position: relative; }

.grid-push-5of7 {
  left: 71.42857%; }

.grid-pull-5of7 {
  right: 71.42857%; }

.grid-5of7 {
  width: 71.42857%;
  position: relative; }

.grid-push-6of7 {
  left: 85.71429%; }

.grid-pull-6of7 {
  right: 85.71429%; }

.grid-6of7 {
  width: 85.71429%;
  position: relative; }

.grid-push-7of7 {
  left: 100%; }

.grid-pull-7of7 {
  right: 100%; }

.grid-7of7 {
  width: 100%;
  position: relative; }

.grid-push-1of8 {
  left: 12.5%; }

.grid-pull-1of8 {
  right: 12.5%; }

.grid-1of8 {
  width: 12.5%;
  position: relative; }

.grid-push-2of8 {
  left: 25%; }

.grid-pull-2of8 {
  right: 25%; }

.grid-2of8 {
  width: 25%;
  position: relative; }

.grid-push-3of8 {
  left: 37.5%; }

.grid-pull-3of8 {
  right: 37.5%; }

.grid-3of8 {
  width: 37.5%;
  position: relative; }

.grid-push-4of8 {
  left: 50%; }

.grid-pull-4of8 {
  right: 50%; }

.grid-4of8 {
  width: 50%;
  position: relative; }

.grid-push-5of8 {
  left: 62.5%; }

.grid-pull-5of8 {
  right: 62.5%; }

.grid-5of8 {
  width: 62.5%;
  position: relative; }

.grid-push-6of8 {
  left: 75%; }

.grid-pull-6of8 {
  right: 75%; }

.grid-6of8 {
  width: 75%;
  position: relative; }

.grid-push-7of8 {
  left: 87.5%; }

.grid-pull-7of8 {
  right: 87.5%; }

.grid-7of8 {
  width: 87.5%;
  position: relative; }

.grid-push-8of8 {
  left: 100%; }

.grid-pull-8of8 {
  right: 100%; }

.grid-8of8 {
  width: 100%;
  position: relative; }

.grid-push-1of9 {
  left: 11.11111%; }

.grid-pull-1of9 {
  right: 11.11111%; }

.grid-1of9 {
  width: 11.11111%;
  position: relative; }

.grid-push-2of9 {
  left: 22.22222%; }

.grid-pull-2of9 {
  right: 22.22222%; }

.grid-2of9 {
  width: 22.22222%;
  position: relative; }

.grid-push-3of9 {
  left: 33.33333%; }

.grid-pull-3of9 {
  right: 33.33333%; }

.grid-3of9 {
  width: 33.33333%;
  position: relative; }

.grid-push-4of9 {
  left: 44.44444%; }

.grid-pull-4of9 {
  right: 44.44444%; }

.grid-4of9 {
  width: 44.44444%;
  position: relative; }

.grid-push-5of9 {
  left: 55.55556%; }

.grid-pull-5of9 {
  right: 55.55556%; }

.grid-5of9 {
  width: 55.55556%;
  position: relative; }

.grid-push-6of9 {
  left: 66.66667%; }

.grid-pull-6of9 {
  right: 66.66667%; }

.grid-6of9 {
  width: 66.66667%;
  position: relative; }

.grid-push-7of9 {
  left: 77.77778%; }

.grid-pull-7of9 {
  right: 77.77778%; }

.grid-7of9 {
  width: 77.77778%;
  position: relative; }

.grid-push-8of9 {
  left: 88.88889%; }

.grid-pull-8of9 {
  right: 88.88889%; }

.grid-8of9 {
  width: 88.88889%;
  position: relative; }

.grid-push-9of9 {
  left: 100%; }

.grid-pull-9of9 {
  right: 100%; }

.grid-9of9 {
  width: 100%;
  position: relative; }

.grid-push-1of10 {
  left: 10%; }

.grid-pull-1of10 {
  right: 10%; }

.grid-1of10 {
  width: 10%;
  position: relative; }

.grid-push-2of10 {
  left: 20%; }

.grid-pull-2of10 {
  right: 20%; }

.grid-2of10 {
  width: 20%;
  position: relative; }

.grid-push-3of10 {
  left: 30%; }

.grid-pull-3of10 {
  right: 30%; }

.grid-3of10 {
  width: 30%;
  position: relative; }

.grid-push-4of10 {
  left: 40%; }

.grid-pull-4of10 {
  right: 40%; }

.grid-4of10 {
  width: 40%;
  position: relative; }

.grid-push-5of10 {
  left: 50%; }

.grid-pull-5of10 {
  right: 50%; }

.grid-5of10 {
  width: 50%;
  position: relative; }

.grid-push-6of10 {
  left: 60%; }

.grid-pull-6of10 {
  right: 60%; }

.grid-6of10 {
  width: 60%;
  position: relative; }

.grid-push-7of10 {
  left: 70%; }

.grid-pull-7of10 {
  right: 70%; }

.grid-7of10 {
  width: 70%;
  position: relative; }

.grid-push-8of10 {
  left: 80%; }

.grid-pull-8of10 {
  right: 80%; }

.grid-8of10 {
  width: 80%;
  position: relative; }

.grid-push-9of10 {
  left: 90%; }

.grid-pull-9of10 {
  right: 90%; }

.grid-9of10 {
  width: 90%;
  position: relative; }

.grid-push-10of10 {
  left: 100%; }

.grid-pull-10of10 {
  right: 100%; }

.grid-10of10 {
  width: 100%;
  position: relative; }

.grid-push-1of11 {
  left: 9.09091%; }

.grid-pull-1of11 {
  right: 9.09091%; }

.grid-1of11 {
  width: 9.09091%;
  position: relative; }

.grid-push-2of11 {
  left: 18.18182%; }

.grid-pull-2of11 {
  right: 18.18182%; }

.grid-2of11 {
  width: 18.18182%;
  position: relative; }

.grid-push-3of11 {
  left: 27.27273%; }

.grid-pull-3of11 {
  right: 27.27273%; }

.grid-3of11 {
  width: 27.27273%;
  position: relative; }

.grid-push-4of11 {
  left: 36.36364%; }

.grid-pull-4of11 {
  right: 36.36364%; }

.grid-4of11 {
  width: 36.36364%;
  position: relative; }

.grid-push-5of11 {
  left: 45.45455%; }

.grid-pull-5of11 {
  right: 45.45455%; }

.grid-5of11 {
  width: 45.45455%;
  position: relative; }

.grid-push-6of11 {
  left: 54.54545%; }

.grid-pull-6of11 {
  right: 54.54545%; }

.grid-6of11 {
  width: 54.54545%;
  position: relative; }

.grid-push-7of11 {
  left: 63.63636%; }

.grid-pull-7of11 {
  right: 63.63636%; }

.grid-7of11 {
  width: 63.63636%;
  position: relative; }

.grid-push-8of11 {
  left: 72.72727%; }

.grid-pull-8of11 {
  right: 72.72727%; }

.grid-8of11 {
  width: 72.72727%;
  position: relative; }

.grid-push-9of11 {
  left: 81.81818%; }

.grid-pull-9of11 {
  right: 81.81818%; }

.grid-9of11 {
  width: 81.81818%;
  position: relative; }

.grid-push-10of11 {
  left: 90.90909%; }

.grid-pull-10of11 {
  right: 90.90909%; }

.grid-10of11 {
  width: 90.90909%;
  position: relative; }

.grid-push-11of11 {
  left: 100%; }

.grid-pull-11of11 {
  right: 100%; }

.grid-11of11 {
  width: 100%;
  position: relative; }

.grid-push-1of12 {
  left: 8.33333%; }

.grid-pull-1of12 {
  right: 8.33333%; }

.grid-1of12 {
  width: 8.33333%;
  position: relative; }

.grid-push-2of12 {
  left: 16.66667%; }

.grid-pull-2of12 {
  right: 16.66667%; }

.grid-2of12 {
  width: 16.66667%;
  position: relative; }

.grid-push-3of12 {
  left: 25%; }

.grid-pull-3of12 {
  right: 25%; }

.grid-3of12 {
  width: 25%;
  position: relative; }

.grid-push-4of12 {
  left: 33.33333%; }

.grid-pull-4of12 {
  right: 33.33333%; }

.grid-4of12 {
  width: 33.33333%;
  position: relative; }

.grid-push-5of12 {
  left: 41.66667%; }

.grid-pull-5of12 {
  right: 41.66667%; }

.grid-5of12 {
  width: 41.66667%;
  position: relative; }

.grid-push-6of12 {
  left: 50%; }

.grid-pull-6of12 {
  right: 50%; }

.grid-6of12 {
  width: 50%;
  position: relative; }

.grid-push-7of12 {
  left: 58.33333%; }

.grid-pull-7of12 {
  right: 58.33333%; }

.grid-7of12 {
  width: 58.33333%;
  position: relative; }

.grid-push-8of12 {
  left: 66.66667%; }

.grid-pull-8of12 {
  right: 66.66667%; }

.grid-8of12 {
  width: 66.66667%;
  position: relative; }

.grid-push-9of12 {
  left: 75%; }

.grid-pull-9of12 {
  right: 75%; }

.grid-9of12 {
  width: 75%;
  position: relative; }

.grid-push-10of12 {
  left: 83.33333%; }

.grid-pull-10of12 {
  right: 83.33333%; }

.grid-10of12 {
  width: 83.33333%;
  position: relative; }

.grid-push-11of12 {
  left: 91.66667%; }

.grid-pull-11of12 {
  right: 91.66667%; }

.grid-11of12 {
  width: 91.66667%;
  position: relative; }

.grid-push-12of12 {
  left: 100%; }

.grid-pull-12of12 {
  right: 100%; }

.grid-12of12 {
  width: 100%;
  position: relative; }

@media (min-width: 3200px) {
  .grid-1of1--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--monitor-cinema {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--monitor-cinema {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--monitor-cinema {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--monitor-cinema {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--monitor-cinema {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--monitor-cinema {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--monitor-cinema {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--monitor-cinema {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--monitor-cinema {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--monitor-cinema {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--monitor-cinema {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--monitor-cinema {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--monitor-cinema {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--monitor-cinema {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--monitor-cinema {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--monitor-cinema {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--monitor-cinema {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--monitor-cinema {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--monitor-cinema {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--monitor-cinema {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--monitor-cinema {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--monitor-cinema {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--monitor-cinema {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--monitor-cinema {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--monitor-cinema {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--monitor-cinema {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--monitor-cinema {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--monitor-cinema {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--monitor-cinema {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--monitor-cinema {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--monitor-cinema {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--monitor-cinema {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--monitor-cinema {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--monitor-cinema {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--monitor-cinema {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--monitor-cinema {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--monitor-cinema {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--monitor-cinema {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--monitor-cinema {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--monitor-cinema {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--monitor-cinema {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--monitor-cinema {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--monitor-cinema {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--monitor-cinema {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--monitor-cinema {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--monitor-cinema {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--monitor-cinema {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--monitor-cinema {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--monitor-cinema {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--monitor-cinema {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--monitor-cinema {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--monitor-cinema {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--monitor-cinema {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--monitor-cinema {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--monitor-cinema {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--monitor-cinema {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--monitor-cinema {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--monitor-cinema {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--monitor-cinema {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--monitor-cinema {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--monitor-cinema {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--monitor-cinema {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--monitor-cinema {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--monitor-cinema {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--monitor-cinema {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--monitor-cinema {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--monitor-cinema {
    width: 100%;
    left: 0;
    right: 0; } }

@media (min-width: 1800px) {
  .grid-1of1--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--monitor-tele {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--monitor-tele {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--monitor-tele {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--monitor-tele {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--monitor-tele {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--monitor-tele {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--monitor-tele {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--monitor-tele {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--monitor-tele {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--monitor-tele {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--monitor-tele {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--monitor-tele {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--monitor-tele {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--monitor-tele {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--monitor-tele {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--monitor-tele {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--monitor-tele {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--monitor-tele {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--monitor-tele {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--monitor-tele {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--monitor-tele {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--monitor-tele {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--monitor-tele {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--monitor-tele {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--monitor-tele {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--monitor-tele {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--monitor-tele {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--monitor-tele {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--monitor-tele {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--monitor-tele {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--monitor-tele {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--monitor-tele {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--monitor-tele {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--monitor-tele {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--monitor-tele {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--monitor-tele {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--monitor-tele {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--monitor-tele {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--monitor-tele {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--monitor-tele {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--monitor-tele {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--monitor-tele {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--monitor-tele {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--monitor-tele {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--monitor-tele {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--monitor-tele {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--monitor-tele {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--monitor-tele {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--monitor-tele {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--monitor-tele {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--monitor-tele {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--monitor-tele {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--monitor-tele {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--monitor-tele {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--monitor-tele {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--monitor-tele {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--monitor-tele {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--monitor-tele {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--monitor-tele {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--monitor-tele {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--monitor-tele {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--monitor-tele {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--monitor-tele {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--monitor-tele {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--monitor-tele {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--monitor-tele {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--monitor-tele {
    width: 100%;
    left: 0;
    right: 0; } }

@media (max-width: 1199px) {
  .grid-1of1--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--notebook-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--notebook-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--notebook-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--notebook-large {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--notebook-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--notebook-large {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--notebook-large {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--notebook-large {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--notebook-large {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--notebook-large {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--notebook-large {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--notebook-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--notebook-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--notebook-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--notebook-large {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--notebook-large {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--notebook-large {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--notebook-large {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--notebook-large {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--notebook-large {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--notebook-large {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--notebook-large {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--notebook-large {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--notebook-large {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--notebook-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--notebook-large {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--notebook-large {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--notebook-large {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--notebook-large {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--notebook-large {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--notebook-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--notebook-large {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--notebook-large {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--notebook-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--notebook-large {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--notebook-large {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--notebook-large {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--notebook-large {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--notebook-large {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--notebook-large {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--notebook-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--notebook-large {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--notebook-large {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--notebook-large {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--notebook-large {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--notebook-large {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--notebook-large {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--notebook-large {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--notebook-large {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--notebook-large {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--notebook-large {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--notebook-large {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--notebook-large {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--notebook-large {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--notebook-large {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--notebook-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--notebook-large {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--notebook-large {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--notebook-large {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--notebook-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--notebook-large {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--notebook-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--notebook-large {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--notebook-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--notebook-large {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--notebook-large {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--notebook-large {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--notebook-large {
    width: 100%;
    left: 0;
    right: 0; } }

@media (max-width: 949px) {
  .grid-1of1--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--notebook-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--notebook-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--notebook-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--notebook-small {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--notebook-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--notebook-small {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--notebook-small {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--notebook-small {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--notebook-small {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--notebook-small {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--notebook-small {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--notebook-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--notebook-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--notebook-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--notebook-small {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--notebook-small {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--notebook-small {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--notebook-small {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--notebook-small {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--notebook-small {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--notebook-small {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--notebook-small {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--notebook-small {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--notebook-small {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--notebook-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--notebook-small {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--notebook-small {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--notebook-small {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--notebook-small {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--notebook-small {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--notebook-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--notebook-small {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--notebook-small {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--notebook-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--notebook-small {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--notebook-small {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--notebook-small {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--notebook-small {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--notebook-small {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--notebook-small {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--notebook-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--notebook-small {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--notebook-small {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--notebook-small {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--notebook-small {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--notebook-small {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--notebook-small {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--notebook-small {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--notebook-small {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--notebook-small {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--notebook-small {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--notebook-small {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--notebook-small {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--notebook-small {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--notebook-small {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--notebook-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--notebook-small {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--notebook-small {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--notebook-small {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--notebook-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--notebook-small {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--notebook-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--notebook-small {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--notebook-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--notebook-small {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--notebook-small {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--notebook-small {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--notebook-small {
    width: 100%;
    left: 0;
    right: 0; } }

@media (max-width: 849px) {
  .grid-1of1--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--tablet-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--tablet-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--tablet-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--tablet-large {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--tablet-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--tablet-large {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--tablet-large {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--tablet-large {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--tablet-large {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--tablet-large {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--tablet-large {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--tablet-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--tablet-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--tablet-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--tablet-large {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--tablet-large {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--tablet-large {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--tablet-large {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--tablet-large {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--tablet-large {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--tablet-large {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--tablet-large {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--tablet-large {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--tablet-large {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--tablet-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--tablet-large {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--tablet-large {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--tablet-large {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--tablet-large {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--tablet-large {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--tablet-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--tablet-large {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--tablet-large {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--tablet-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--tablet-large {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--tablet-large {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--tablet-large {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--tablet-large {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--tablet-large {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--tablet-large {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--tablet-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--tablet-large {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--tablet-large {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--tablet-large {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--tablet-large {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--tablet-large {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--tablet-large {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--tablet-large {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--tablet-large {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--tablet-large {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--tablet-large {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--tablet-large {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--tablet-large {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--tablet-large {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--tablet-large {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--tablet-large {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--tablet-large {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--tablet-large {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--tablet-large {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--tablet-large {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--tablet-large {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--tablet-large {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--tablet-large {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--tablet-large {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--tablet-large {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--tablet-large {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--tablet-large {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--tablet-large {
    width: 100%;
    left: 0;
    right: 0; } }

@media (max-width: 749px) {
  .grid-1of1--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--tablet-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--tablet-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--tablet-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--tablet-small {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--tablet-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--tablet-small {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--tablet-small {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--tablet-small {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--tablet-small {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--tablet-small {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--tablet-small {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--tablet-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--tablet-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--tablet-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--tablet-small {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--tablet-small {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--tablet-small {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--tablet-small {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--tablet-small {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--tablet-small {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--tablet-small {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--tablet-small {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--tablet-small {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--tablet-small {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--tablet-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--tablet-small {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--tablet-small {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--tablet-small {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--tablet-small {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--tablet-small {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--tablet-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--tablet-small {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--tablet-small {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--tablet-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--tablet-small {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--tablet-small {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--tablet-small {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--tablet-small {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--tablet-small {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--tablet-small {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--tablet-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--tablet-small {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--tablet-small {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--tablet-small {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--tablet-small {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--tablet-small {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--tablet-small {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--tablet-small {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--tablet-small {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--tablet-small {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--tablet-small {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--tablet-small {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--tablet-small {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--tablet-small {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--tablet-small {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--tablet-small {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--tablet-small {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--tablet-small {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--tablet-small {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--tablet-small {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--tablet-small {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--tablet-small {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--tablet-small {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--tablet-small {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--tablet-small {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--tablet-small {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--tablet-small {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--tablet-small {
    width: 100%;
    left: 0;
    right: 0; } }

@media (max-width: 540px) {
  .grid-1of1--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--palm {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--palm {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--palm {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--palm {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--palm {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--palm {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--palm {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--palm {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--palm {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--palm {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--palm {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--palm {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--palm {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--palm {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--palm {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--palm {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--palm {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--palm {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--palm {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--palm {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--palm {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--palm {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--palm {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--palm {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--palm {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--palm {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--palm {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--palm {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--palm {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--palm {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--palm {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--palm {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--palm {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--palm {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--palm {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--palm {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--palm {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--palm {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--palm {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--palm {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--palm {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--palm {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--palm {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--palm {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--palm {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--palm {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--palm {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--palm {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--palm {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--palm {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--palm {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--palm {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--palm {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--palm {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--palm {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--palm {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--palm {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--palm {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--palm {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--palm {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--palm {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--palm {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--palm {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--palm {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--palm {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--palm {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--palm {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--palm {
    width: 100%;
    left: 0;
    right: 0; } }

@media (max-width: 420px) {
  .grid-1of1--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of2--phone {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-2of2--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of3--phone {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-2of3--phone {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-3of3--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of4--phone {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-2of4--phone {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-3of4--phone {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-4of4--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of5--phone {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-2of5--phone {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-3of5--phone {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-4of5--phone {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-5of5--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of6--phone {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-2of6--phone {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-3of6--phone {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-4of6--phone {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-5of6--phone {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-6of6--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of7--phone {
    width: 14.28571%;
    left: 0;
    right: 0; }
  .grid-2of7--phone {
    width: 28.57143%;
    left: 0;
    right: 0; }
  .grid-3of7--phone {
    width: 42.85714%;
    left: 0;
    right: 0; }
  .grid-4of7--phone {
    width: 57.14286%;
    left: 0;
    right: 0; }
  .grid-5of7--phone {
    width: 71.42857%;
    left: 0;
    right: 0; }
  .grid-6of7--phone {
    width: 85.71429%;
    left: 0;
    right: 0; }
  .grid-7of7--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of8--phone {
    width: 12.5%;
    left: 0;
    right: 0; }
  .grid-2of8--phone {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-3of8--phone {
    width: 37.5%;
    left: 0;
    right: 0; }
  .grid-4of8--phone {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-5of8--phone {
    width: 62.5%;
    left: 0;
    right: 0; }
  .grid-6of8--phone {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-7of8--phone {
    width: 87.5%;
    left: 0;
    right: 0; }
  .grid-8of8--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of9--phone {
    width: 11.11111%;
    left: 0;
    right: 0; }
  .grid-2of9--phone {
    width: 22.22222%;
    left: 0;
    right: 0; }
  .grid-3of9--phone {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-4of9--phone {
    width: 44.44444%;
    left: 0;
    right: 0; }
  .grid-5of9--phone {
    width: 55.55556%;
    left: 0;
    right: 0; }
  .grid-6of9--phone {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-7of9--phone {
    width: 77.77778%;
    left: 0;
    right: 0; }
  .grid-8of9--phone {
    width: 88.88889%;
    left: 0;
    right: 0; }
  .grid-9of9--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of10--phone {
    width: 10%;
    left: 0;
    right: 0; }
  .grid-2of10--phone {
    width: 20%;
    left: 0;
    right: 0; }
  .grid-3of10--phone {
    width: 30%;
    left: 0;
    right: 0; }
  .grid-4of10--phone {
    width: 40%;
    left: 0;
    right: 0; }
  .grid-5of10--phone {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-6of10--phone {
    width: 60%;
    left: 0;
    right: 0; }
  .grid-7of10--phone {
    width: 70%;
    left: 0;
    right: 0; }
  .grid-8of10--phone {
    width: 80%;
    left: 0;
    right: 0; }
  .grid-9of10--phone {
    width: 90%;
    left: 0;
    right: 0; }
  .grid-10of10--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of11--phone {
    width: 9.09091%;
    left: 0;
    right: 0; }
  .grid-2of11--phone {
    width: 18.18182%;
    left: 0;
    right: 0; }
  .grid-3of11--phone {
    width: 27.27273%;
    left: 0;
    right: 0; }
  .grid-4of11--phone {
    width: 36.36364%;
    left: 0;
    right: 0; }
  .grid-5of11--phone {
    width: 45.45455%;
    left: 0;
    right: 0; }
  .grid-6of11--phone {
    width: 54.54545%;
    left: 0;
    right: 0; }
  .grid-7of11--phone {
    width: 63.63636%;
    left: 0;
    right: 0; }
  .grid-8of11--phone {
    width: 72.72727%;
    left: 0;
    right: 0; }
  .grid-9of11--phone {
    width: 81.81818%;
    left: 0;
    right: 0; }
  .grid-10of11--phone {
    width: 90.90909%;
    left: 0;
    right: 0; }
  .grid-11of11--phone {
    width: 100%;
    left: 0;
    right: 0; }
  .grid-1of12--phone {
    width: 8.33333%;
    left: 0;
    right: 0; }
  .grid-2of12--phone {
    width: 16.66667%;
    left: 0;
    right: 0; }
  .grid-3of12--phone {
    width: 25%;
    left: 0;
    right: 0; }
  .grid-4of12--phone {
    width: 33.33333%;
    left: 0;
    right: 0; }
  .grid-5of12--phone {
    width: 41.66667%;
    left: 0;
    right: 0; }
  .grid-6of12--phone {
    width: 50%;
    left: 0;
    right: 0; }
  .grid-7of12--phone {
    width: 58.33333%;
    left: 0;
    right: 0; }
  .grid-8of12--phone {
    width: 66.66667%;
    left: 0;
    right: 0; }
  .grid-9of12--phone {
    width: 75%;
    left: 0;
    right: 0; }
  .grid-10of12--phone {
    width: 83.33333%;
    left: 0;
    right: 0; }
  .grid-11of12--phone {
    width: 91.66667%;
    left: 0;
    right: 0; }
  .grid-12of12--phone {
    width: 100%;
    left: 0;
    right: 0; } }

.main-header, .single-service__row-one, .contact-details, .contact-detail, .portfolio-items, .portfolio-details-list, .portfolio-contacts, .portfolio-contacts li, .portfolio-contacts li.no-photo, .portfolio-brochure, .case-study-stats {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0;
  grid-row-gap: 0; }
  .main-header _:-ms-fullscreen, .single-service__row-one _:-ms-fullscreen, .contact-details _:-ms-fullscreen, .contact-detail _:-ms-fullscreen, .portfolio-items _:-ms-fullscreen, .portfolio-details-list _:-ms-fullscreen, .portfolio-contacts _:-ms-fullscreen, .portfolio-brochure _:-ms-fullscreen, .case-study-stats _:-ms-fullscreen, :root .main-header, :root .single-service__row-one, :root .contact-details, :root .contact-detail, :root .portfolio-items, :root .portfolio-details-list, :root .portfolio-contacts, :root .portfolio-contacts li, .portfolio-contacts :root li, :root .portfolio-brochure, :root .case-study-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .main-header _:-ms-lang(x), .single-service__row-one _:-ms-lang(x), .contact-details _:-ms-lang(x), .contact-detail _:-ms-lang(x), .portfolio-items _:-ms-lang(x), .portfolio-details-list _:-ms-lang(x), .portfolio-contacts _:-ms-lang(x), .portfolio-contacts li.no-photo _:-ms-lang(x), .portfolio-brochure _:-ms-lang(x), .case-study-stats _:-ms-lang(x), .main-header _:-webkit-full-screen, .single-service__row-one _:-webkit-full-screen, .contact-details _:-webkit-full-screen, .contact-detail _:-webkit-full-screen, .portfolio-items _:-webkit-full-screen, .portfolio-details-list _:-webkit-full-screen, .portfolio-contacts _:-webkit-full-screen, .portfolio-brochure _:-webkit-full-screen, .case-study-stats _:-webkit-full-screen, .main-header, .single-service__row-one, .contact-details, .contact-detail, .portfolio-items, .portfolio-details-list, .portfolio-contacts, .portfolio-contacts li, .portfolio-contacts li.no-photo, .portfolio-brochure, .case-study-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.container {
  position: relative; }

.page-content {
  min-height: 300px;
  display: block; }

.page-color__white {
  background-color: #ffffff; }

.page-color__off-white {
  background-color: #f2f3f4; }

section {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    section {
      padding: 50px 0; } }
  @media (max-width: 540px) {
    section {
      padding: 30px 0; } }

.centered {
  text-align: center; }

.righted {
  text-align: right; }

.lefted {
  text-align: left; }

.u-hide {
  display: none; }

.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.list-reset,
.list-reset ul,
.list-reset li {
  list-style: none;
  padding-left: 0; }

.u-screenReader {
  position: absolute;
  top: -99999px;
  left: -99999px;
  font-size: 0; }

.u-circle {
  position: relative;
  margin: 0 auto;
  border-radius: 50%; }

.u-scroll-lock,
.modal-scroll-lock {
  overflow: hidden; }

html {
  font-size: 16px; }

body, input, textarea, keygen, select, button, pre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-family: "Hind", sans-serif; }

body {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.36px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: "Alice", sans-serif;
  letter-spacing: 3.72px;
  margin: 2rem 0 1rem; }

h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 10px auto; }

h2 {
  font-size: 3rem;
  line-height: 1; }

h3 {
  font-size: 2.5rem;
  line-height: 1; }

h4 {
  font-size: 2rem;
  line-height: 1; }

h5 {
  font-size: 1.7rem;
  line-height: 1; }

label {
  text-align: left;
  display: block; }

a {
  font-size: 1rem;
  text-decoration: none;
  color: #b5111b;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  a:hover {
    color: #0389ff;
    cursor: pointer; }

@media (max-width: 540px) {
  h1 {
    font-size: 3rem;
    line-height: 1.125; }
  h2 {
    font-size: 2.5rem;
    line-height: 1.25; }
  h3 {
    font-size: 2rem;
    line-height: 1.25; }
  h4 {
    font-size: 1.5rem;
    line-height: 1.25; }
  h5 {
    font-size: 1.4rem;
    line-height: 1.25; } }

.nav-bar {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding: 16px 0; }

.main-header {
  -ms-grid-columns:  30% 70%;
      grid-template-columns:  30% 70%;
  grid-column-gap: 0; }
  @media (max-width: 849px) {
    .main-header {
      -ms-grid-columns:  75% 25%;
          grid-template-columns:  75% 25%;
      grid-column-gap: 0; } }
  .main-header _:-ms-fullscreen, :root .main-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .main-header _:-ms-lang(x), .main-header _:-webkit-full-screen, .main-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .main-header__column:nth-child(1) _:-ms-fullscreen, :root .main-header__column:nth-child(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; }
  .main-header__column:nth-child(1) _:-ms-lang(x), .main-header__column:nth-child(1) _:-webkit-full-screen, .main-header__column:nth-child(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; }
  .main-header__column:nth-child(2) _:-ms-fullscreen, :root .main-header__column:nth-child(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; }
  .main-header__column:nth-child(2) _:-ms-lang(x), .main-header__column:nth-child(2) _:-webkit-full-screen, .main-header__column:nth-child(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; }
  @media (max-width: 849px) {
    .main-header__column:nth-child(1) _:-ms-fullscreen, :root .main-header__column:nth-child(1) {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%; }
    .main-header__column:nth-child(1) _:-ms-lang(x), .main-header__column:nth-child(1) _:-webkit-full-screen, .main-header__column:nth-child(1) {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%; }
    .main-header__column:nth-child(2) _:-ms-fullscreen, :root .main-header__column:nth-child(2) {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; }
    .main-header__column:nth-child(2) _:-ms-lang(x), .main-header__column:nth-child(2) _:-webkit-full-screen, .main-header__column:nth-child(2) {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }

.logo__link {
  display: block;
  margin: 0; }

.logo svg {
  display: block;
  margin: 0;
  position: relative;
  max-width: 205px;
  height: auto; }

.site-footer {
  background: #414550;
  color: #ffffff;
  text-align: center;
  padding-top: 57px;
  padding-bottom: 57px; }

.footer-logo svg {
  display: inline-block;
  max-width: 28px;
  height: auto; }

.footer-copyright {
  font-size: 0.75rem;
  color: #798f9a; }

.page-section--min {
  padding: 30px 0; }

.page-section--top-min {
  padding-top: 30px; }

.page-section--bottom-min {
  padding-bottom: 30px; }

.page-section--zero {
  padding: 0; }

.page-section--top-zero {
  padding-top: 0; }

.page-section--bottom-zero {
  padding-bottom: 0; }

.page-section--narrow .container {
  max-width: 867px;
  margin: 0 auto; }

.page-section--narrow-alt .container {
  max-width: 790px;
  margin: 0 auto; }

.acc--trigger {
  cursor: pointer; }

.acc--content {
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: max-height .25s ease, opacity .25s ease, visibility .25s ease, padding .25s ease;
  transition: max-height .25s ease, opacity .25s ease, visibility .25s ease, padding .25s ease; }

.acc--active .acc--content {
  max-height: 2000px;
  opacity: 1;
  visibility: visible; }

.button,
button {
  -webkit-appearance: none;
  display: inline-block;
  border: none;
  text-decoration: none;
  outline: none;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.68px;
  padding: 15px 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  background: #b5111b;
  color: #ffffff; }
  .button:hover,
  button:hover {
    color: #ffffff;
    background: #e41522; }

.button--black {
  color: #ffffff;
  background-color: #000000; }
  .button--black:hover {
    background-color: #0d0d0d; }

.button--white {
  color: #000000;
  background-color: #ffffff; }
  .button--white:hover {
    background-color: #f2f2f2; }

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  padding-top: 0px;
  z-index: 500;
  -webkit-transition: height 0s ease .5s, width 0s ease .5s, padding-top 0s ease .5s, opacity .25s ease .25s, visibility .25s ease .25s, background-color .5s ease;
  transition: height 0s ease .5s, width 0s ease .5s, padding-top 0s ease .5s, opacity .25s ease .25s, visibility .25s ease .25s, background-color .5s ease; }
  .modal .modal-content {
    position: relative;
    width: 33.333%;
    margin: 0px auto;
    background-color: #000000;
    padding: 20px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .25s ease .25s;
    transition: -webkit-transform .25s ease .25s;
    transition: transform .25s ease .25s;
    transition: transform .25s ease .25s, -webkit-transform .25s ease .25s; }
  .modal--active {
    padding-top: 50px;
    height: 100%;
    width: 100%;
    z-index: 500;
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.66);
    -webkit-transition: opacity .25s ease, visibility .25s ease, background-color .5s ease .25s;
    transition: opacity .25s ease, visibility .25s ease, background-color .5s ease .25s; }
    .modal--active .modal-content {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform .25s ease;
      transition: -webkit-transform .25s ease;
      transition: transform .25s ease;
      transition: transform .25s ease, -webkit-transform .25s ease; }

.navigation {
  display: block;
  float: none;
  text-align: right;
  padding: 0; }
  .navigation ul, .navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase; }
  .navigation li {
    padding-left: 40px;
    position: relative; }
    .navigation li:hover > .menu--sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible; }
    .navigation li.menu-item--space-left {
      padding-left: 80px;
      padding-right: 20px; }
      .navigation li.menu-item--space-left a {
        color: #0389ff; }
    .navigation li.menu-item--border-left {
      padding-left: 20px; }
      .navigation li.menu-item--border-left a {
        color: #0389ff; }
        .navigation li.menu-item--border-left a:before {
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-55%);
                  transform: translateY(-55%);
          left: -19px;
          height: 1rem;
          width: 1px;
          background: #0389ff; }
  .navigation a {
    font-weight: 700;
    font-size: 0.75rem;
    display: block;
    padding: 20px 0;
    color: #414550;
    position: relative;
    letter-spacing: 1.44px; }
    .navigation a:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 1px;
      background: #0389ff;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
    .navigation a:hover {
      color: #0389ff; }
      .navigation a:hover:after {
        width: 100%; }
  .navigation li:hover > a,
  .navigation li.current-menu-item > a {
    color: #0389ff; }
    .navigation li:hover > a:after,
    .navigation li.current-menu-item > a:after {
      width: 100%; }
  @media (max-width: 1199px) {
    .navigation li {
      padding-left: 20px; }
      .navigation li.menu-item--space-left {
        padding-left: 40px; } }
  @media (max-width: 849px) {
    .navigation .menu {
      display: none; } }
  .navigation .menu--sub-menu {
    display: block;
    position: absolute;
    top: 85%;
    left: 40px;
    min-width: 120px;
    padding: 7px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-align: left; }
    .navigation .menu--sub-menu > li {
      padding: 0;
      display: block;
      width: 100%; }
      .navigation .menu--sub-menu > li > a {
        display: block;
        color: #414550;
        padding: 7px 15px; }
        .navigation .menu--sub-menu > li > a:after {
          display: none; }
        .navigation .menu--sub-menu > li > a:hover {
          color: #0389ff; }
    .navigation .menu--sub-menu:before {
      content: " ";
      display: block;
      position: absolute;
      top: -7px;
      left: 15px;
      width: 0;
      height: 0;
      background-color: transparent;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ffffff; }
    .navigation .menu--sub-menu .menu--sub-menu, .navigation .menu--sub-menu:hover .menu--sub-menu {
      top: 0;
      left: 100%; }
      .navigation .menu--sub-menu .menu--sub-menu:before, .navigation .menu--sub-menu:hover .menu--sub-menu:before {
        display: none; }
    .navigation .menu--sub-menu.position-in-viewport {
      left: auto;
      right: -10px; }
      .navigation .menu--sub-menu.position-in-viewport:before {
        left: auto;
        right: 40px; }
    @media (max-width: 1199px) {
      .navigation .menu--sub-menu {
        left: 20px; } }
  .navigation.footer-nav {
    text-align: center; }
    .navigation.footer-nav a {
      color: #ffffff; }
      .navigation.footer-nav a:after {
        background: #9cd1ff; }
      .navigation.footer-nav a:hover {
        color: #9cd1ff; }
    .navigation.footer-nav li {
      padding-left: 20px;
      padding-right: 20px; }
      .navigation.footer-nav li:hover > .menu--sub-menu {
        top: auto;
        bottom: 100%; }
      .navigation.footer-nav li.current-menu-item a {
        color: #9cd1ff; }
      @media (max-width: 849px) {
        .navigation.footer-nav li {
          padding-right: 15px; } }
    .navigation.footer-nav .menu--sub-menu {
      display: none;
      top: auto;
      bottom: 100%; }
      .navigation.footer-nav .menu--sub-menu:before {
        display: none; }
      .navigation.footer-nav .menu--sub-menu .menu--sub-menu, .navigation.footer-nav .menu--sub-menu:hover .menu--sub-menu {
        top: auto;
        bottom: 0; }
    @media (max-width: 849px) {
      .navigation.footer-nav .menu {
        display: block;
        margin: 20px 0; }
        .navigation.footer-nav .menu a {
          padding: 6px 10px; }
        .navigation.footer-nav .menu li {
          padding: 0;
          margin: 0; } }

.navigation-button {
  position: relative;
  display: none;
  padding: 20px;
  background: transparent; }
  .navigation-button__bar {
    position: absolute;
    top: 50%;
    left: 25%;
    height: 3px;
    width: 24px;
    background: #414550;
    display: block;
    margin: 0;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .navigation-button__bar:nth-child(1) {
      margin-top: -6px; }
    .navigation-button__bar:nth-child(3) {
      margin-top: 6px; }
  .navigation-button:hover {
    background: transparent; }
  @media (max-width: 849px) {
    .navigation-button {
      display: inline-block;
      padding: 25px; } }

.primary-navigation--active .navigation-button__bar {
  background: #b5111b; }
  .primary-navigation--active .navigation-button__bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 0; }
  .primary-navigation--active .navigation-button__bar:nth-child(2) {
    opacity: 0;
    visibility: hidden; }
  .primary-navigation--active .navigation-button__bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 0; }

.primary-menu-clone {
  display: none;
  margin: 0;
  padding: 20px 0;
  background: #414550;
  color: #ffffff;
  width: 300px;
  max-width: 70vw;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow-y: auto; }
  .primary-menu-clone ul, .primary-menu-clone li, .primary-menu-clone a {
    display: block;
    color: #ffffff;
    padding: 0;
    margin: 0; }
  .primary-menu-clone ul {
    background: #585d6c; }
    .primary-menu-clone ul a {
      text-transform: none;
      padding-left: 25px;
      padding-top: 6px;
      padding-bottom: 6px; }
  .primary-menu-clone a {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 10px; }
    .primary-menu-clone a:hover {
      background: #0389ff; }
    .primary-menu-clone a > ul ul a {
      text-transform: none; }
  .primary-menu-clone--active {
    left: 0;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 849px) {
    .primary-menu-clone, .primary-menu-clone--active {
      display: block; } }

.admin-bar .primary-menu-clone {
  padding-top: 50px;
  padding-bottom: 50px; }

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .menu-overlay--active {
    left: 0;
    opacity: 0.5;
    visibility: visible; }
  @media (max-width: 849px) {
    .menu-overlay, .menu-overlay--active {
      display: block; } }

.nav-bar--alt {
  padding: 5px; }
  .nav-bar--alt .container--header {
    width: 100%;
    max-width: 1800px;
    padding: 0 10px; }
  .nav-bar--alt a:hover {
    color: #b5111b; }
  .nav-bar--alt a:after {
    background: #b5111b; }
  .nav-bar--alt li:hover > a,
  .nav-bar--alt li.current-menu-item > a {
    color: #b5111b; }
  .nav-bar--alt li.menu-item--space-left a, .nav-bar--alt li.menu-item--border-left a {
    color: #b5111b; }
    .nav-bar--alt li.menu-item--space-left a:before, .nav-bar--alt li.menu-item--border-left a:before {
      background-color: #ced8dc;
      height: 1.875rem; }
  .nav-bar--alt li.menu-item--space-left {
    padding-left: 40px; }
  .nav-bar--alt .menu--sub-menu a:hover,
  .nav-bar--alt .menu--sub-menu li:hover > a,
  .nav-bar--alt .menu--sub-menu li.current-menu-item > a {
    color: #b5111b; }

.tabs-container {
  position: relative; }
  .tabs-container .tab {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: visibility .25s ease, opacity .25s ease, -webkit-transform .25s ease;
    transition: visibility .25s ease, opacity .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, visibility .25s ease, opacity .25s ease;
    transition: transform .25s ease, visibility .25s ease, opacity .25s ease, -webkit-transform .25s ease; }
    .tabs-container .tab--active {
      opacity: 1;
      visibility: visible;
      width: auto;
      height: auto;
      position: relative;
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }

.glightbox-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
  height: auto; }

.fh-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: rgba(65, 69, 80, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .fh-lightbox--show {
    opacity: 1;
    visibility: visible;
    z-index: 999999; }
  .fh-lightbox__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    max-width: 80vw;
    height: auto;
    max-height: 80vh; }
    .fh-lightbox__content img {
      max-height: 80vh;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }

.page-hero {
  width: 100%;
  height: 60vw;
  max-height: 530px;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #414550;
  vertical-align: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff; }
  .page-hero:after {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00334e), to(rgba(0, 51, 78, 0)));
    background-image: linear-gradient(to top, #00334e 0%, rgba(0, 51, 78, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .page-hero > * {
    position: relative;
    z-index: 2; }
  .page-hero h1 {
    font-size: 5rem;
    padding: 5rem 0; }
  .page-hero--bottom-zero {
    padding-bottom: 0; }
  .page-hero--top-zero {
    padding-top: 0; }
  @media (max-width: 849px) {
    .page-hero h1 {
      font-size: 3rem;
      padding: 1rem; } }
  @media (max-width: 540px) {
    .page-hero h1 {
      font-size: 2.3rem;
      padding: 0.5rem; } }

.fh-slider-wrapper {
  overflow: hidden;
  height: 50vw;
  max-height: 600px;
  position: relative; }
  .fh-slider-wrapper .slider-arrow {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10%;
    max-width: 100px;
    min-width: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .fh-slider-wrapper .slider-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      background: rgba(255, 255, 255, 0.5); }
    .fh-slider-wrapper .slider-arrow--prev {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px); }
    .fh-slider-wrapper .slider-arrow--next {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
      left: auto;
      right: 0;
      background-position: left center; }
    .fh-slider-wrapper .slider-arrow i {
      font-size: 2rem;
      color: #b5111b;
      position: relative;
      z-index: 20;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .fh-slider-wrapper:hover .slider-arrow--prev,
  .fh-slider-wrapper:hover .slider-arrow--next {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.fh-slider, .fh-slider li {
  list-style: none;
  margin: 0;
  padding: 0; }

.fh-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 50vw;
  max-height: 600px;
  margin: 0; }

.fh-slider li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  height: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fh-slider li.inactive-slide {
    opacity: 0;
    visibility: hidden; }

.info-content {
  max-width: 800px;
  text-align: center;
  display: block;
  margin: 20px auto; }
  .info-content h1 {
    color: #b5111b; }
  .info-content__text {
    font-size: 1.125rem;
    padding: 10px 0;
    color: #414550;
    font-weight: 300; }
  .info-content--alt h1 {
    color: #00334e;
    font-size: 2.625rem;
    font-weight: 700; }

.page-section--single-service {
  padding-top: 120px;
  padding-bottom: 120px; }
  .page-section--single-service + .page-section--single-service {
    padding-top: 0; }
  @media (max-width: 540px) {
    .page-section--single-service {
      padding-top: 40px;
      padding-bottom: 40px; } }

.single-service {
  max-width: 1000px;
  margin: 0 auto; }
  .single-service__row-one {
    position: relative;
    z-index: 10;
    -ms-grid-columns:  50% 50%;
        grid-template-columns:  50% 50%;
    grid-column-gap: 64px;
    width: calc(100% - 64px);
    max-width: calc(100% - 64px); }
    @media (max-width: 949px) {
      .single-service__row-one {
        -ms-grid-columns:  50% 50%;
            grid-template-columns:  50% 50%;
        grid-column-gap: 30px;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
    @media (max-width: 749px) {
      .single-service__row-one {
        -ms-grid-columns:  100%;
            grid-template-columns:  100%;
        grid-column-gap: 0;
        width: 100%;
        max-width: 100%; } }
    .single-service__row-one .service-content-col {
      padding-bottom: 130px; }
    .single-service__row-one .service-image-col img {
      border: 20px solid #ffffff; }
    .single-service__row-one h3 {
      color: #00334e; }
    .single-service__row-one .service-description {
      margin: 0 0 1.4rem;
      color: #414550;
      line-height: 2; }
  .single-service__row-two {
    position: relative;
    margin-top: -130px; }
  @media (max-width: 749px) {
    .single-service__row-one .service-content-col {
      padding-bottom: 0; }
    .single-service__row-one .service-image-col img {
      max-width: 50%;
      display: block;
      margin: 0 auto; } }
  @media (max-width: 540px) {
    .single-service__row-two {
      margin-top: -50px; } }

.single-service--right .service-content-col {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.single-service--right .single-service__row-two {
  text-align: right; }

@media (max-width: 749px) {
  .single-service--right .service-content-col {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial; } }

.page-section--large-image {
  width: 100%;
  height: 60vw;
  max-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.google-map {
  display: block;
  width: 100%;
  padding: 0 0 500px;
  position: relative;
  margin: 0;
  border: 0 solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff; }
  @media (max-width: 849px) {
    .google-map {
      padding-bottom: 50vw; } }
  @media (max-width: 749px) {
    .google-map {
      padding-bottom: 50vw; } }
  @media (max-width: 420px) {
    .google-map {
      padding-bottom: 80vw; } }

.page-section--history-graph {
  background: #b5111b;
  color: #fff; }

.history-graph-heading {
  display: block;
  text-align: center; }

.history-graph {
  padding: 30px;
  margin: 50px 0;
  background: #c3121d;
  border: 1px solid #940e16; }
  .history-graph__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .history-graph__header > div {
      max-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .history-graph__header .graph-area {
      text-align: right; }
  .history-graph__label, .history-graph__light-label {
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .history-graph__label {
    font-weight: 700; }
  .history-graph__number {
    font-weight: 500;
    font-size: 3.2rem; }
    .history-graph__number .dollar {
      font-size: 1.6rem;
      vertical-align: super; }
    .history-graph__number .suffix {
      font-size: 2.2rem;
      font-weight: 400; }
  .history-graph__graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 160px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 2px solid #ffffff; }
    .history-graph__graph .graph-point {
      min-width: 10px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      position: relative;
      cursor: pointer; }
      .history-graph__graph .graph-point:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 10px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .history-graph__graph .graph-point:after {
        content: '';
        position: absolute;
        top: 16px;
        bottom: 0;
        left: 50%;
        margin-left: -0.5px;
        width: 1px;
        background: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .history-graph__graph .graph-point.active:before {
        background-color: #ffffff;
        -webkit-transform: scale(1.3, 1.3);
                transform: scale(1.3, 1.3); }
      .history-graph__graph .graph-point.inactive:before {
        border-color: #860d14; }
      .history-graph__graph .graph-point.inactive:after {
        background-color: #860d14;
        top: 80%;
        opacity: 0; }
      .history-graph__graph .graph-point.inactive:hover:after {
        top: 16px;
        opacity: 1; }
      .history-graph__graph .graph-point span {
        position: absolute;
        display: inline-block;
        left: 50%;
        -webkit-transform: translate(-50%, -80%);
                transform: translate(-50%, -80%);
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
        transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s; }
      .history-graph__graph .graph-point:hover:before {
        -webkit-transform: scale(1.6, 1.6);
                transform: scale(1.6, 1.6); }
      .history-graph__graph .graph-point:hover:after {
        top: 26px; }
      .history-graph__graph .graph-point:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -110%);
                transform: translate(-50%, -110%); }

.history-graph-slider {
  position: relative; }
  .history-graph-slider .graph-slide {
    display: none;
    padding: 10px 75px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .history-graph-slider .graph-slide.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .history-graph-slider .graph-slide__column {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; }
      .history-graph-slider .graph-slide__column:nth-child(2) {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        max-width: 60%;
        padding-left: 65px; }
    .history-graph-slider .graph-slide__year {
      font-size: 10rem;
      color: #940e16;
      line-height: 1;
      text-align: right;
      font-weight: 900;
      font-family: "Alice", sans-serif; }
    .history-graph-slider .graph-slide__description {
      font-size: 1.5rem; }
    @media (max-width: 749px) {
      .history-graph-slider .graph-slide {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center; }
        .history-graph-slider .graph-slide__column, .history-graph-slider .graph-slide__column:nth-child(2) {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          padding: 0; }
        .history-graph-slider .graph-slide__year {
          font-size: 5rem; }
        .history-graph-slider .graph-slide__year, .history-graph-slider .graph-slide__description {
          text-align: center; } }
    @media (max-width: 849px) {
      .history-graph-slider .graph-slide__year {
        font-size: 7rem; }
      .history-graph-slider .graph-slide__column {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        max-width: 45%; }
        .history-graph-slider .graph-slide__column:nth-child(2) {
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%;
          max-width: 55%;
          padding-left: 25px; } }
    @media (max-width: 540px) {
      .history-graph-slider .graph-slide {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .history-graph-slider .graph-slide, .history-graph-slider .graph-slide__year {
          text-align: center; }
        .history-graph-slider .graph-slide__year {
          font-size: 5rem; }
        .history-graph-slider .graph-slide__column {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; }
          .history-graph-slider .graph-slide__column:nth-child(2) {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            max-width: 100%;
            padding-left: 0; }
        .history-graph-slider .graph-slide__description {
          font-size: 1.25rem; } }
  .history-graph-slider .graph-slide img,
  .history-graph-slider .graph-slide__year,
  .history-graph-slider .graph-slide__description {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .history-graph-slider .graph-slide img {
    -webkit-transform: scale(0.95, 0.95) translateX(30px);
            transform: scale(0.95, 0.95) translateX(30px); }
  .history-graph-slider .graph-slide__year {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  .history-graph-slider .graph-slide__description {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .history-graph-slider .graph-slide.visible img,
  .history-graph-slider .graph-slide.visible .graph-slide__year,
  .history-graph-slider .graph-slide.visible .graph-slide__description {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  .history-graph-slider .slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .history-graph-slider .slider-arrow span {
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      text-align: center;
      background: #ffffff;
      color: #798f9a;
      font-weight: 700;
      line-height: 52px;
      font-size: 0.875rem;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .history-graph-slider .slider-arrow .the-icon {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .history-graph-slider .slider-arrow--prev {
      left: -63px; }
      .history-graph-slider .slider-arrow--prev .the-icon {
        left: -15px; }
    .history-graph-slider .slider-arrow--next {
      right: -63px; }
      .history-graph-slider .slider-arrow--next .the-icon {
        right: -15px; }
    .history-graph-slider .slider-arrow:hover span {
      -webkit-transform: scale(1.4, 1.4);
              transform: scale(1.4, 1.4); }
    @media (max-width: 1199px) {
      .history-graph-slider .slider-arrow--prev {
        left: 0; }
      .history-graph-slider .slider-arrow--next {
        right: 0; } }
    @media (max-width: 849px) {
      .history-graph-slider .slider-arrow--prev {
        left: 15px; }
      .history-graph-slider .slider-arrow--next {
        right: 15px; } }

.history-graph-timeline {
  position: relative;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .history-graph-timeline:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(8%, white), color-stop(50%, white), color-stop(91%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 8%, white 50%, white 91%, rgba(255, 255, 255, 0) 100%); }
  .history-graph-timeline .timeline-point {
    min-width: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    cursor: pointer;
    padding: 22px 0; }
    .history-graph-timeline .timeline-point:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -7px;
      width: 14px;
      height: 14px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .history-graph-timeline .timeline-point:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 50%;
      margin-left: -0.5px;
      width: 1px;
      height: 12px;
      background: #ffffff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
    .history-graph-timeline .timeline-point span {
      position: absolute;
      display: inline-block;
      left: 50%;
      -webkit-transform: translate(-50%, -80%);
              transform: translate(-50%, -80%);
      top: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
      transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
      transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
      transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s; }
    .history-graph-timeline .timeline-point.active:before {
      background: #ffffff; }
    .history-graph-timeline .timeline-point.active:after {
      opacity: 1; }
    .history-graph-timeline .timeline-point:hover:before {
      -webkit-transform: translateY(6px) scale(0.75, 0.75);
              transform: translateY(6px) scale(0.75, 0.75); }
    .history-graph-timeline .timeline-point:hover:after {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .history-graph-timeline .timeline-point:hover span {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); }

.page-content--404 {
  min-height: 50vh; }
  .page-content--404 h1 {
    text-align: center;
    line-height: 1.4;
    color: #414550;
    margin: 5rem 0; }

.contact-details {
  -ms-grid-columns:  40% 60%;
      grid-template-columns:  40% 60%;
  grid-column-gap: 80px;
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
  margin: 2rem 0; }
  @media (max-width: 849px) {
    .contact-details {
      -ms-grid-columns:  100%;
          grid-template-columns:  100%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
      grid-column-gap: 0;
      width: 100%;
      max-width: 100%; } }
  .contact-details h4 {
    color: #00334e;
    font-size: 1.75rem; }
  .contact-details .description {
    color: #414550;
    letter-spacing: 0.023rem;
    line-height: 1.67;
    margin: 30px 0; }
  .contact-details > div:nth-child(1) _:-ms-fullscreen, :root .contact-details > div:nth-child(1) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding-right: 80px; }
  .contact-details > div:nth-child(1) _:-ms-lang(x), .contact-details > div:nth-child(1) _:-webkit-full-screen, .contact-details > div:nth-child(1) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding-right: 80px; }
  .contact-details > div:nth-child(2) _:-ms-fullscreen, :root .contact-details > div:nth-child(2) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; }
  .contact-details > div:nth-child(2) _:-ms-lang(x), .contact-details > div:nth-child(2) _:-webkit-full-screen, .contact-details > div:nth-child(2) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; }

.contact-detail {
  color: #414550;
  -ms-grid-columns:  60px 1fr;
      grid-template-columns:  60px 1fr;
  grid-column-gap: 30px;
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  align-items: start;
  margin: 0 0 2rem; }
  .contact-detail strong {
    text-transform: uppercase;
    font-size: 0.875rem;
    display: block;
    margin: 5px 0 0; }
  .contact-detail span {
    display: block;
    font-size: 1.125rem; }
  .contact-detail__icon {
    text-align: center;
    background-color: #f2f3f4;
    padding: 20px;
    line-height: 1;
    border: 1px solid #ced8dc; }
  .contact-detail__data _:-ms-fullscreen, :root .contact-detail__data {
    padding-left: 30px; }
  .contact-detail__data _:-ms-lang(x), .contact-detail__data _:-webkit-full-screen, .contact-detail__data {
    padding-left: 30px; }
  .contact-detail _:-ms-fullscreen, :root .contact-detail {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .contact-detail _:-ms-lang(x), .contact-detail _:-webkit-full-screen, .contact-detail {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.contact-form-holder {
  background-color: #f2f3f4;
  padding: 20px;
  margin: 2rem 0; }

.home {
  background: #798f9a; }
  .home .page-content {
    height: 100vh;
    padding: 0;
    margin: 0;
    position: relative; }
    .home .page-content:before, .home .page-content:after {
      content: '';
      position: fixed;
      background: #ffffff;
      width: 10px;
      height: 100%;
      top: 0;
      z-index: 1003; }
    .home .page-content:before {
      left: 0; }
    .home .page-content:after {
      right: 0; }
    .home .page-content__home-border-bottom {
      position: fixed;
      background: #ffffff;
      width: 100%;
      height: 10px;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1003; }
    .home .page-content__home-overlay {
      position: fixed;
      background: rgba(0, 0, 0, 0.25);
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1001; }

.home-videobg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.home-content-holder {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  z-index: 1002;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .home-content-holder__inner {
    padding: 100px 10px; }

.homepage-info-box {
  position: relative;
  max-width: 800px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6); }
  .homepage-info-box:before, .homepage-info-box:after {
    content: '';
    position: absolute;
    display: block;
    background: inherit; }
  .homepage-info-box:before {
    left: 0;
    top: auto;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 10px; }
  .homepage-info-box:after {
    top: 0;
    left: auto;
    right: -20px;
    height: calc(100% + 20px);
    width: 10px; }
  .homepage-info-box h1 {
    font-size: 3.875rem;
    line-height: 1.4;
    margin: 0; }
  .homepage-info-box p {
    line-height: 1.8; }
  .homepage-info-box .button {
    margin-top: 10px; }
  @media (max-width: 849px) {
    .homepage-info-box {
      padding: 20px; }
      .homepage-info-box:before, .homepage-info-box:after {
        display: none; }
      .homepage-info-box h1 {
        font-size: 2rem; } }

.home-shortlinks-slider {
  position: initial; }
  @media (max-width: 540px) {
    .home-shortlinks-slider {
      display: none; } }

.portfolio-shortlink {
  position: fixed;
  top: auto;
  right: 5px;
  bottom: 5px;
  left: auto;
  background: #ffffff;
  padding: 5px 70px 5px 5px;
  text-transform: uppercase;
  color: #414550;
  line-height: 1;
  font-size: 1rem;
  z-index: 1004;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .portfolio-shortlink__label {
    font-weight: 500;
    display: inline-block;
    padding: 20px 25px;
    letter-spacing: 1.92px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%; }
  .portfolio-shortlink__icon {
    position: absolute;
    right: 5px;
    top: 10px;
    display: inline-block;
    color: #414550;
    background: transparent;
    padding: 13px 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-shortlink__icon:hover {
      background: #414550;
      color: #ffffff; }
  .portfolio-shortlink:hover {
    color: #b5111b; }
    .portfolio-shortlink:hover .portfolio-shortlink__icon {
      background: #414550;
      color: #ffffff; }

.portfolio-shortlink--inactive {
  -webkit-transform: translateY(200%);
          transform: translateY(200%); }

.home .nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1004; }

.home.admin-bar .nav-bar {
  margin-top: 32px; }

.home.admin-bar .page-content {
  height: calc(100vh - 32px); }

.home.admin-bar .home-content-holder {
  min-height: calc(100vh - 32px); }

@media screen and (max-width: 782px) {
  .home.admin-bar .nav-bar {
    margin-top: 46px; }
  .home.admin-bar .page-content {
    height: calc(100vh - 46px); }
  .home.admin-bar .home-content-holder {
    min-height: calc(100vh - 46px); } }

.page-section--portfolio, .page-section--portfolio-filter {
  background-color: #efeff1; }

.portfolio-filter {
  padding: 30px 0;
  border-bottom: 1px solid #ced8dc;
  text-align: center; }
  .portfolio-filter select {
    display: inline-block;
    margin: 0 20px;
    min-width: 180px;
    padding: 10px 25px 10px 20px;
    border: 0;
    border-radius: 3px;
    color: #798f9a;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.105rem;
    -webkit-appearance: textfield;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAASFBMVEUAAACAgIB2iZ15j5p5j5p6jpl4j5t6j5t5j5p5j5p5j5p3jZh6j5p5j5p6jpp5j5p5j5p7jph6j5p5j5t5j5t5j5pVqqp5j5okQ34iAAAAF3RSTlMABA3C+FpZweD83y/rXVb77jQw7JbbA/TOEXIAAABQSURBVHgBjcpLEoQgEIPhwMBo+xbU3P+mlhah3Gl239+Ntzn/gHf4hVj5Dw1aWhSNHfqBNt6cZi4rFESFSiBl2mbM6UL5oK4KhQp7oXbg207ZqAP9iDZjPQAAAABJRU5ErkJggg==);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-color: #fff; }
    .portfolio-filter select::-ms-expand {
      border: 0;
      background-color: transparent;
      display: none; }
    .portfolio-filter select option {
      font-family: inherit;
      color: inherit;
      font-weight: 400; }
  @media (max-width: 540px) {
    .portfolio-filter select {
      max-width: 45%;
      min-width: 150px;
      margin: 5px 3px;
      letter-spacing: 0; } }
  @media (max-width: 420px) {
    .portfolio-filter select {
      max-width: 100%;
      min-width: 100px;
      width: 100%; } }

.portfolio-items {
  -ms-grid-columns:  33.33333% 33.33333% 33.33333%;
      grid-template-columns:  33.33333% 33.33333% 33.33333%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-bottom: 40px; }
  @media (max-width: 949px) {
    .portfolio-items {
      -ms-grid-columns:  50% 50%;
          grid-template-columns:  50% 50%;
      grid-row-gap: 20px;
      grid-column-gap: 20px;
      width: calc(100% - 20px);
      max-width: calc(100% - 20px); } }
  @media (max-width: 420px) {
    .portfolio-items {
      -ms-grid-columns:  100%;
          grid-template-columns:  100%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
      grid-column-gap: 0;
      width: 100%;
      max-width: 100%; } }

.portfolio-item {
  position: relative;
  display: block;
  padding: 20px;
  background: #ffffff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s; }
  .portfolio-item__title {
    text-align: center; }
    .portfolio-item__title h4 {
      color: #00334e;
      font-size: 1.75rem;
      line-height: 1.36;
      font-weight: 400; }
  .portfolio-item__content {
    position: relative; }
    .portfolio-item__content img {
      display: block;
      margin: 0; }
  .portfolio-item--inactive {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    cursor: default !important; }
    .portfolio-item--inactive .quick-view {
      display: none !important; }
  .portfolio-item .quick-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    font-size: 0.875rem;
    background: rgba(181, 17, 27, 0.9);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 2;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .portfolio-item .quick-view-more {
      font-weight: 700;
      text-transform: uppercase;
      margin: 15px 0 0; }
    .portfolio-item .quick-view p {
      -webkit-transform: scale(0.8, 0.8);
              transform: scale(0.8, 0.8);
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
  .portfolio-item:hover .quick-view {
    opacity: 1;
    visibility: visible; }
    .portfolio-item:hover .quick-view p {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
  @media (max-width: 749px) {
    .portfolio-item .quick-view {
      line-height: 1.4; } }
  .portfolio-item _:-ms-fullscreen, :root .portfolio-item {
    -ms-flex-preferred-size: calc( 33.33333% - 20px);
        flex-basis: calc( 33.33333% - 20px);
    max-width: calc( 33.33333% - 20px);
    margin: 10px; }
  .portfolio-item _:-ms-lang(x), .portfolio-item _:-webkit-full-screen, .portfolio-item {
    -ms-flex-preferred-size: calc( 33.33333% - 20px);
        flex-basis: calc( 33.33333% - 20px);
    max-width: calc( 33.33333% - 20px);
    margin: 10px; }

.portfolio-section--bottom-zero {
  padding-bottom: 0; }

.portfolio-section--top-zero {
  padding-top: 0; }

.portfolio-section--narrow .container {
  max-width: 867px;
  margin: 0 auto; }

.portfolio-section--narrow-alt .container {
  max-width: 790px;
  margin: 0 auto; }

.portfolio-description {
  font-size: 1.125rem;
  color: #414550;
  text-align: center;
  padding: 0 0 2rem; }
  .portfolio-description h2 {
    color: #00334e; }
  .portfolio-description__inner {
    line-height: 1.8;
    font-weight: 300;
    margin: 2rem 0; }

.portfolio-details-list {
  color: #414550;
  -ms-grid-columns:  50% 50%;
      grid-template-columns:  50% 50%;
  grid-column-gap: 60px;
  width: calc(100% - 60px);
  max-width: calc(100% - 60px); }
  @media (max-width: 540px) {
    .portfolio-details-list {
      -ms-grid-columns:  100%;
          grid-template-columns:  100%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
      grid-column-gap: 0;
      width: 100%;
      max-width: 100%; } }
  .portfolio-details-list, .portfolio-details-list li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .portfolio-details-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ced8dc; }
    .portfolio-details-list li span:nth-child(odd) {
      color: #414550;
      font-weight: 700; }
    .portfolio-details-list li span:nth-child(even) {
      float: right;
      color: #798f9a;
      font-weight: 500;
      text-align: right; }
    .portfolio-details-list li _:-ms-fullscreen, :root .portfolio-details-list li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
      .portfolio-details-list li _:-ms-fullscreen:nth-child(1n), :root .portfolio-details-list li:nth-child(1n) {
        padding-right: 20px; }
      .portfolio-details-list li _:-ms-fullscreen:nth-child(2n), :root .portfolio-details-list li:nth-child(2n) {
        padding-left: 20px; }
    .portfolio-details-list li _:-ms-lang(x), .portfolio-details-list li _:-webkit-full-screen, .portfolio-details-list li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
      .portfolio-details-list li _:-ms-lang(x):nth-child(1n), .portfolio-details-list li _:-webkit-full-screen:nth-child(1n), .portfolio-details-list li:nth-child(1n) {
        padding-right: 20px; }
      .portfolio-details-list li _:-ms-lang(x):nth-child(2n), .portfolio-details-list li _:-webkit-full-screen:nth-child(2n), .portfolio-details-list li:nth-child(2n) {
        padding-left: 20px; }
  .portfolio-details-list _:-ms-fullscreen, :root .portfolio-details-list {
    width: 100%;
    max-width: 100%; }
  .portfolio-details-list _:-ms-lang(x), .portfolio-details-list _:-webkit-full-screen, .portfolio-details-list {
    width: 100%;
    max-width: 100%; }

.portfolio-contacts-block {
  padding: 30px;
  background: #f2f3f4;
  border: 1px solid #ced8dc; }
  .portfolio-contacts-block h5 {
    margin: 0 0 1.5rem;
    color: #00334e; }

.portfolio-contacts {
  -ms-grid-columns:  50% 50%;
      grid-template-columns:  50% 50%;
  grid-column-gap: 40px;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px); }
  @media (max-width: 540px) {
    .portfolio-contacts {
      -ms-grid-columns:  50% 50%;
          grid-template-columns:  50% 50%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px); } }
  @media (max-width: 420px) {
    .portfolio-contacts {
      -ms-grid-columns:  100%;
          grid-template-columns:  100%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
      grid-column-gap: 0;
      width: 100%;
      max-width: 100%; } }
  .portfolio-contacts, .portfolio-contacts li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .portfolio-contacts li {
    -ms-grid-columns:  70px 1fr;
        grid-template-columns:  70px 1fr;
    grid-column-gap: 17px;
    width: calc(100% - 17px);
    max-width: calc(100% - 17px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0; }
    @media (max-width: 749px) {
      .portfolio-contacts li {
        -ms-grid-columns:  100%;
            grid-template-columns:  100%;
        grid-column-gap: 30px;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        grid-column-gap: 0;
        width: 100%;
        max-width: 100%; } }
    .portfolio-contacts li > div:nth-child(1) _:-ms-fullscreen, :root .portfolio-contacts li > div:nth-child(1) {
      padding-right: 17px; }
    .portfolio-contacts li > div:nth-child(1) _:-ms-lang(x), .portfolio-contacts li > div:nth-child(1) _:-webkit-full-screen, .portfolio-contacts li > div:nth-child(1) {
      padding-right: 17px; }
    .portfolio-contacts li _:-ms-fullscreen, :root .portfolio-contacts li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .portfolio-contacts li _:-ms-lang(x), .portfolio-contacts li _:-webkit-full-screen, .portfolio-contacts li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .portfolio-contacts li.no-photo {
      -ms-grid-columns:  1fr;
          grid-template-columns:  1fr;
      width: 100%;
      max-width: 100%; }
  .portfolio-contacts img {
    display: inline-block;
    border-radius: 50%; }
  @media (max-width: 749px) {
    .portfolio-contacts {
      text-align: center; } }
  .portfolio-contacts _:-ms-fullscreen, :root .portfolio-contacts {
    width: 100%;
    max-width: 100%; }
  .portfolio-contacts _:-ms-lang(x), .portfolio-contacts _:-webkit-full-screen, .portfolio-contacts {
    width: 100%;
    max-width: 100%; }

.portfolio-contact-name {
  font-weight: 700;
  color: #414550; }

.portfolio-contact-phone,
.portfolio-contact-email {
  font-weight: 400;
  color: #798f9a; }

.portfolio-plan-wrapper {
  position: relative;
  display: block;
  padding: 30px;
  margin: 0 auto;
  max-width: 1400px; }

.portfolio-plan {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  overflow: hidden; }
  .portfolio-plan__image {
    padding: 0;
    position: relative;
    overflow: visible; }
    .portfolio-plan__image .main-image {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .portfolio-plan__elements {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .portfolio-plan .plan-point {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer; }
    .portfolio-plan .plan-point img {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      height: auto; }
    .portfolio-plan .plan-point:hover {
      -webkit-filter: saturate(120%) drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.3)) invert(5%);
              filter: saturate(120%) drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.3)) invert(5%);
      opacity: 0.95; }

.plan-point-modal {
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  -webkit-transform: translateY(10%) scale(0.8);
          transform: translateY(10%) scale(0.8);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  will-change: transform; }
  .plan-point-modal--active {
    left: 0;
    z-index: 100000;
    opacity: 0.98;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }

.portfolio-close-modal {
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #ced8dc;
  color: #ced8dc;
  border-radius: 50%;
  margin: 30px auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 70px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer; }
  .portfolio-close-modal:hover {
    border-color: #b5111b;
    color: #b5111b; }

.portfolio-gallery, .portfolio-gallery li {
  list-style: none;
  margin: 0;
  padding: 0; }

.portfolio-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  padding: 5px;
  overflow: hidden;
  max-height: 84vw;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out; }

.portfolio-gallery:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 100%;
  height: 28vw;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(92%, white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, white 92%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.portfolio-gallery--active {
  max-height: 9999px; }
  .portfolio-gallery--active:before {
    opacity: 0;
    visibility: hidden; }

.portfolio-gallery li {
  padding: 5px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%; }
  .portfolio-gallery li > .portfolio-gallery-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f2f3f4;
    min-height: 28vw; }
  .portfolio-gallery li:nth-child(2n) {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; }
  .portfolio-gallery li:nth-child(4n - 1) {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; }
  .portfolio-gallery li:nth-child(4n) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; }

@media (max-width: 540px) {
  .portfolio-gallery li, .portfolio-gallery li:nth-child(2n), .portfolio-gallery li:nth-child(4n - 1), .portfolio-gallery li:nth-child(4n) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .portfolio-gallery li > .portfolio-gallery-item {
    min-height: 50vw; } }

.portfolio-gallery-item {
  display: block;
  position: relative;
  cursor: pointer; }
  .portfolio-gallery-item:before {
    content: '';
    border: 1px solid #0076b4;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background: #00334e; }
  .portfolio-gallery-item .enlarge-icon {
    font-size: 18px;
    position: absolute;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3; }
    .portfolio-gallery-item .enlarge-icon > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .portfolio-gallery-item:before,
  .portfolio-gallery-item .enlarge-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .portfolio-gallery-item:hover:before {
    opacity: 0.7; }
  .portfolio-gallery-item:hover .enlarge-icon {
    opacity: 0.9; }

.portfolio-load-button {
  background: #ffffff;
  -webkit-box-shadow: 0 27px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 27px 24px rgba(0, 0, 0, 0.12);
  display: inline-block;
  position: relative;
  margin: 0 0 0 50%;
  -webkit-transform: translate(-50%, -20vw);
          transform: translate(-50%, -20vw);
  z-index: 20;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #414550;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  width: 70px;
  height: 70px; }
  .portfolio-load-button:hover {
    background: #b5111b;
    color: #fff; }
  .portfolio-load-button--hidden {
    opacity: 0;
    visibility: hidden; }
  .portfolio-load-button span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    word-spacing: 70px; }

.portfolio-brochure {
  -ms-grid-columns:  30% 70%;
      grid-template-columns:  30% 70%;
  grid-column-gap: 70px;
  width: calc(100% - 70px);
  max-width: calc(100% - 70px);
  color: #414550; }
  @media (max-width: 749px) {
    .portfolio-brochure {
      -ms-grid-columns:  35% 65%;
          grid-template-columns:  35% 65%;
      grid-column-gap: 25px;
      width: calc(100% - 25px);
      max-width: calc(100% - 25px); } }
  @media (max-width: 420px) {
    .portfolio-brochure {
      -ms-grid-columns:  100%;
          grid-template-columns:  100%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
      grid-column-gap: 0;
      width: 100%;
      max-width: 100%; } }
  .portfolio-brochure .no-image {
    background: #f2f3f4;
    width: 100%;
    padding-bottom: 120%;
    border-radius: 3px; }
  .portfolio-brochure img {
    border-radius: 3px; }
  .portfolio-brochure h3 {
    margin-top: 0; }
  .portfolio-brochure .brochure-link {
    display: block;
    text-transform: uppercase;
    color: #0389ff;
    letter-spacing: 1.26px;
    font-weight: 500;
    font-size: 0.875rem;
    margin: 15px 0 0; }
    .portfolio-brochure .brochure-link:hover {
      color: #b5111b; }
  @media (max-width: 420px) {
    .portfolio-brochure__column:nth-child(1) {
      display: none; } }
  .portfolio-brochure__column:nth-child(1) _:-ms-fullscreen, :root .portfolio-brochure__column:nth-child(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    padding-right: 40px; }
  .portfolio-brochure__column:nth-child(1) _:-ms-lang(x), .portfolio-brochure__column:nth-child(1) _:-webkit-full-screen, .portfolio-brochure__column:nth-child(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    padding-right: 40px; }
  .portfolio-brochure__column:nth-child(2) _:-ms-fullscreen, :root .portfolio-brochure__column:nth-child(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; }
  .portfolio-brochure__column:nth-child(2) _:-ms-lang(x), .portfolio-brochure__column:nth-child(2) _:-webkit-full-screen, .portfolio-brochure__column:nth-child(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; }
  .portfolio-brochure _:-ms-fullscreen, :root .portfolio-brochure {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .portfolio-brochure _:-ms-lang(x), .portfolio-brochure _:-webkit-full-screen, .portfolio-brochure {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.portfolio-section--fly-over {
  width: 100%;
  height: 60vw;
  max-height: 800px;
  min-height: 400px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.case-study-stats {
  -ms-grid-columns:  50% 50%;
      grid-template-columns:  50% 50%;
  grid-column-gap: 50px;
  width: calc(100% - 50px);
  max-width: calc(100% - 50px);
  color: #414550;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6; }
  @media (max-width: 540px) {
    .case-study-stats {
      -ms-grid-columns:  100%;
          grid-template-columns:  100%;
      grid-column-gap: 30px;
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
      grid-column-gap: 0;
      width: 100%;
      max-width: 100%; } }
  .case-study-stats h3 {
    color: #00334e; }
  .case-study-stats > div _:-ms-fullscreen, :root .case-study-stats > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .case-study-stats > div _:-ms-fullscreen:nth-child(1), :root .case-study-stats > div:nth-child(1) {
      padding-right: 30px; }
    .case-study-stats > div _:-ms-fullscreen:nth-child(2), :root .case-study-stats > div:nth-child(2) {
      padding-left: 30px; }
  .case-study-stats > div _:-ms-lang(x), .case-study-stats > div _:-webkit-full-screen, .case-study-stats > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .case-study-stats > div _:-ms-lang(x):nth-child(1), .case-study-stats > div _:-webkit-full-screen:nth-child(1), .case-study-stats > div:nth-child(1) {
      padding-right: 30px; }
    .case-study-stats > div _:-ms-lang(x):nth-child(2), .case-study-stats > div _:-webkit-full-screen:nth-child(2), .case-study-stats > div:nth-child(2) {
      padding-left: 30px; }

.case-study-stat-details, .case-study-stat-details li {
  list-style: none;
  margin: 0;
  padding: 0; }

.case-study-stat-details li {
  padding: 13px 0;
  font-size: 1rem;
  border-bottom: 2px solid #ced8dc; }
  .case-study-stat-details li span:nth-child(1) {
    font-weight: 700; }
  .case-study-stat-details li span:nth-child(2) {
    color: #798f9a;
    font-weight: 500;
    float: right; }

.case-study-fact {
  position: relative;
  display: block;
  background: #b5111b;
  color: #ffffff;
  border-radius: 3px;
  padding: 1rem 1rem 1rem 3rem;
  margin: 0.5rem 0; }
  .case-study-fact:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    left: 1.5rem;
    top: 50%;
    margin-top: -6px; }

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