@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
/* line 5, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_flexboxgrid.scss */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

/* line 7, ../sass/_flexboxgrid.scss */
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 12, ../sass/_flexboxgrid.scss */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 30, ../sass/_flexboxgrid.scss */
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 37, ../sass/_flexboxgrid.scss */
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 44, ../sass/_flexboxgrid.scss */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 78, ../sass/_flexboxgrid.scss */
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

/* line 87, ../sass/_flexboxgrid.scss */
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

/* line 93, ../sass/_flexboxgrid.scss */
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

/* line 99, ../sass/_flexboxgrid.scss */
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

/* line 105, ../sass/_flexboxgrid.scss */
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

/* line 111, ../sass/_flexboxgrid.scss */
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

/* line 117, ../sass/_flexboxgrid.scss */
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 123, ../sass/_flexboxgrid.scss */
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

/* line 129, ../sass/_flexboxgrid.scss */
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

/* line 135, ../sass/_flexboxgrid.scss */
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

/* line 141, ../sass/_flexboxgrid.scss */
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

/* line 147, ../sass/_flexboxgrid.scss */
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

/* line 153, ../sass/_flexboxgrid.scss */
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 159, ../sass/_flexboxgrid.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 163, ../sass/_flexboxgrid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 167, ../sass/_flexboxgrid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 171, ../sass/_flexboxgrid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 175, ../sass/_flexboxgrid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 179, ../sass/_flexboxgrid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 183, ../sass/_flexboxgrid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 187, ../sass/_flexboxgrid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 191, ../sass/_flexboxgrid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 195, ../sass/_flexboxgrid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 199, ../sass/_flexboxgrid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 203, ../sass/_flexboxgrid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 207, ../sass/_flexboxgrid.scss */
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

/* line 214, ../sass/_flexboxgrid.scss */
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 221, ../sass/_flexboxgrid.scss */
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

/* line 228, ../sass/_flexboxgrid.scss */
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 234, ../sass/_flexboxgrid.scss */
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 240, ../sass/_flexboxgrid.scss */
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 246, ../sass/_flexboxgrid.scss */
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 251, ../sass/_flexboxgrid.scss */
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 257, ../sass/_flexboxgrid.scss */
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 263, ../sass/_flexboxgrid.scss */
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  /* line 270, ../sass/_flexboxgrid.scss */
  .container {
    width: 49rem;
  }

  /* line 274, ../sass/_flexboxgrid.scss */
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 308, ../sass/_flexboxgrid.scss */
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 317, ../sass/_flexboxgrid.scss */
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 323, ../sass/_flexboxgrid.scss */
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 329, ../sass/_flexboxgrid.scss */
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 335, ../sass/_flexboxgrid.scss */
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 341, ../sass/_flexboxgrid.scss */
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 347, ../sass/_flexboxgrid.scss */
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 353, ../sass/_flexboxgrid.scss */
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 359, ../sass/_flexboxgrid.scss */
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 365, ../sass/_flexboxgrid.scss */
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 371, ../sass/_flexboxgrid.scss */
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 377, ../sass/_flexboxgrid.scss */
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 383, ../sass/_flexboxgrid.scss */
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 389, ../sass/_flexboxgrid.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 393, ../sass/_flexboxgrid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 397, ../sass/_flexboxgrid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 401, ../sass/_flexboxgrid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 405, ../sass/_flexboxgrid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 409, ../sass/_flexboxgrid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 413, ../sass/_flexboxgrid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 417, ../sass/_flexboxgrid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 421, ../sass/_flexboxgrid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 425, ../sass/_flexboxgrid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 429, ../sass/_flexboxgrid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 433, ../sass/_flexboxgrid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 437, ../sass/_flexboxgrid.scss */
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 444, ../sass/_flexboxgrid.scss */
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 451, ../sass/_flexboxgrid.scss */
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 458, ../sass/_flexboxgrid.scss */
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 464, ../sass/_flexboxgrid.scss */
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 470, ../sass/_flexboxgrid.scss */
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 476, ../sass/_flexboxgrid.scss */
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 481, ../sass/_flexboxgrid.scss */
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 487, ../sass/_flexboxgrid.scss */
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 493, ../sass/_flexboxgrid.scss */
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  /* line 501, ../sass/_flexboxgrid.scss */
  .container {
    width: 65rem;
  }

  /* line 505, ../sass/_flexboxgrid.scss */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 539, ../sass/_flexboxgrid.scss */
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 548, ../sass/_flexboxgrid.scss */
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 554, ../sass/_flexboxgrid.scss */
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 560, ../sass/_flexboxgrid.scss */
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 566, ../sass/_flexboxgrid.scss */
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 572, ../sass/_flexboxgrid.scss */
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 578, ../sass/_flexboxgrid.scss */
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 584, ../sass/_flexboxgrid.scss */
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 590, ../sass/_flexboxgrid.scss */
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 596, ../sass/_flexboxgrid.scss */
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 602, ../sass/_flexboxgrid.scss */
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 608, ../sass/_flexboxgrid.scss */
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 614, ../sass/_flexboxgrid.scss */
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 620, ../sass/_flexboxgrid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 624, ../sass/_flexboxgrid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 628, ../sass/_flexboxgrid.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 632, ../sass/_flexboxgrid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 636, ../sass/_flexboxgrid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 640, ../sass/_flexboxgrid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 644, ../sass/_flexboxgrid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 648, ../sass/_flexboxgrid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 652, ../sass/_flexboxgrid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 656, ../sass/_flexboxgrid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 660, ../sass/_flexboxgrid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 664, ../sass/_flexboxgrid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 668, ../sass/_flexboxgrid.scss */
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 675, ../sass/_flexboxgrid.scss */
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 682, ../sass/_flexboxgrid.scss */
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 689, ../sass/_flexboxgrid.scss */
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 695, ../sass/_flexboxgrid.scss */
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 701, ../sass/_flexboxgrid.scss */
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 707, ../sass/_flexboxgrid.scss */
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 712, ../sass/_flexboxgrid.scss */
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 718, ../sass/_flexboxgrid.scss */
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 724, ../sass/_flexboxgrid.scss */
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  /* line 732, ../sass/_flexboxgrid.scss */
  .container {
    width: 76rem;
  }

  /* line 736, ../sass/_flexboxgrid.scss */
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 770, ../sass/_flexboxgrid.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 779, ../sass/_flexboxgrid.scss */
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 785, ../sass/_flexboxgrid.scss */
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 791, ../sass/_flexboxgrid.scss */
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 797, ../sass/_flexboxgrid.scss */
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 803, ../sass/_flexboxgrid.scss */
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 809, ../sass/_flexboxgrid.scss */
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 815, ../sass/_flexboxgrid.scss */
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 821, ../sass/_flexboxgrid.scss */
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 827, ../sass/_flexboxgrid.scss */
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 833, ../sass/_flexboxgrid.scss */
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 839, ../sass/_flexboxgrid.scss */
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 845, ../sass/_flexboxgrid.scss */
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 851, ../sass/_flexboxgrid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 855, ../sass/_flexboxgrid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 859, ../sass/_flexboxgrid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 863, ../sass/_flexboxgrid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 867, ../sass/_flexboxgrid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 871, ../sass/_flexboxgrid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 875, ../sass/_flexboxgrid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 879, ../sass/_flexboxgrid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 883, ../sass/_flexboxgrid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 887, ../sass/_flexboxgrid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 891, ../sass/_flexboxgrid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 895, ../sass/_flexboxgrid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 899, ../sass/_flexboxgrid.scss */
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 906, ../sass/_flexboxgrid.scss */
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 913, ../sass/_flexboxgrid.scss */
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 920, ../sass/_flexboxgrid.scss */
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 926, ../sass/_flexboxgrid.scss */
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 932, ../sass/_flexboxgrid.scss */
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 938, ../sass/_flexboxgrid.scss */
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 943, ../sass/_flexboxgrid.scss */
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 949, ../sass/_flexboxgrid.scss */
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 955, ../sass/_flexboxgrid.scss */
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Slider */
/* line 2, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../sass/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 35, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, ../sass/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, ../sass/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 72, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, ../sass/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

/* line 85, ../sass/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 93, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 95, ../sass/screen.scss */
.animate {
  animation-play-state: paused;
}

/* line 99, ../sass/screen.scss */
.animate.in-view {
  animation-play-state: running;
}

/* line 106, ../sass/screen.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-top: 155px;
  background-color: #000;
}
/* line 119, ../sass/screen.scss */
body.nav-open {
  overflow: hidden;
}

/* line 124, ../sass/screen.scss */
body.admin-bar .masthead {
  top: 32px;
}

/* line 128, ../sass/screen.scss */
.container {
  width: calc(100% - 40px);
  max-width: 1172px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  /* line 134, ../sass/screen.scss */
  .container.no-pad-mobile {
    width: 100%;
    padding: 0 !important;
  }
}
/* line 141, ../sass/screen.scss */
.container--extended {
  width: 100%;
  max-width: 1920px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 148, ../sass/screen.scss */
.container--smol {
  max-width: 900px;
}

/* line 153, ../sass/screen.scss */
#wpadminbar.mobile {
  position: fixed;
}

/* line 157, ../sass/screen.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 163, ../sass/screen.scss */
.sk-circle {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 40px;
  height: 40px;
}

/* line 170, ../sass/screen.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 177, ../sass/screen.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

/* line 188, ../sass/screen.scss */
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 192, ../sass/screen.scss */
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 196, ../sass/screen.scss */
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 200, ../sass/screen.scss */
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 204, ../sass/screen.scss */
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 208, ../sass/screen.scss */
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 212, ../sass/screen.scss */
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 216, ../sass/screen.scss */
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 220, ../sass/screen.scss */
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 224, ../sass/screen.scss */
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 228, ../sass/screen.scss */
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 232, ../sass/screen.scss */
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 235, ../sass/screen.scss */
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 238, ../sass/screen.scss */
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 241, ../sass/screen.scss */
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 244, ../sass/screen.scss */
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 247, ../sass/screen.scss */
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 250, ../sass/screen.scss */
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 253, ../sass/screen.scss */
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 256, ../sass/screen.scss */
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 259, ../sass/screen.scss */
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 262, ../sass/screen.scss */
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 286, ../sass/screen.scss */
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999999;
}

/* line 298, ../sass/screen.scss */
.slick-arrow {
  position: absolute;
  border-radius: none;
  background-color: #85C7FF;
  z-index: 20;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
}
/* line 310, ../sass/screen.scss */
.slick-arrow i {
  color: #fff;
  font-size: 35px;
}

/* line 316, ../sass/screen.scss */
.arrow-prev {
  left: 11px;
  transform: translateX(-50%);
}

/* line 321, ../sass/screen.scss */
.arrow-next {
  right: 11px;
  transform: translateX(50%);
}

/* line 326, ../sass/screen.scss */
.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
/* line 331, ../sass/screen.scss */
.slick-dots li {
  margin-right: 4px;
}
/* line 334, ../sass/screen.scss */
.slick-dots li:last-of-type {
  margin-right: 0;
}
/* line 339, ../sass/screen.scss */
.slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  text-indent: -9999px;
  background-color: #BEBEBE;
}
/* line 348, ../sass/screen.scss */
.slick-dots li.slick-active button {
  background-color: #85C7FF;
}

/* line 353, ../sass/screen.scss */
.slick-dots {
  background-color: #fff;
  display: flex;
  padding: 10px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
}

/* line 369, ../sass/screen.scss */
a {
  transition: all 350ms ease-in-out;
  text-decoration: none;
}

/* line 374, ../sass/screen.scss */
img {
  max-width: 100%;
}

/* line 378, ../sass/screen.scss */
h1, h2, h3, h4, h5 {
  font-weight: 800;
  color: #fff;
}

/* line 383, ../sass/screen.scss */
h1 {
  font-size: 70px;
  line-height: 75px;
}

/* line 388, ../sass/screen.scss */
h2 {
  font-size: 50px;
  line-height: 55px;
}

/* line 393, ../sass/screen.scss */
h3 {
  font-size: 35px;
  line-height: 38px;
}

/* line 398, ../sass/screen.scss */
h4 {
  font-size: 26px;
  line-height: 30px;
}

/* line 403, ../sass/screen.scss */
h5 {
  font-size: 20px;
  line-height: 24px;
}

/* line 408, ../sass/screen.scss */
p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  /* line 408, ../sass/screen.scss */
  p {
    font-size: 18px;
    line-height: 23px;
  }
}
/* line 420, ../sass/screen.scss */
p:last-of-type {
  margin-bottom: 0;
}

/* line 425, ../sass/screen.scss */
a.button, input[type="submit"] {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 8px;
  padding: 11px 30px 10px 30px;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 438, ../sass/screen.scss */
input[type="submit"] {
  background-color: #85C7FF;
  color: #283482;
  transition: all 300ms ease-in-out;
}
/* line 443, ../sass/screen.scss */
input[type="submit"]:hover {
  background-color: #222;
  color: #fff;
}

/* line 449, ../sass/screen.scss */
a.button {
  background-color: #003DB8;
  color: #fff !important;
}
/* line 453, ../sass/screen.scss */
a.button:hover {
  background-color: #222;
  color: #fff !important;
}

/* line 459, ../sass/screen.scss */
a.button--smol {
  letter-spacing: 1px;
  padding: 10px 12px 10px 12px;
}

/* line 464, ../sass/screen.scss */
strong, b {
  font-weight: 700;
}

/* line 469, ../sass/screen.scss */
.text-content a {
  color: #85C7FF;
}
/* line 472, ../sass/screen.scss */
.text-content a:hover {
  color: #9013FC;
}
/* line 476, ../sass/screen.scss */
.text-content > ul {
  margin: 25px;
}
/* line 479, ../sass/screen.scss */
.text-content li {
  list-style-type: square;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
/* line 486, ../sass/screen.scss */
.text-content li ul {
  margin: 15px;
}
/* line 491, ../sass/screen.scss */
.text-content img {
  height: auto !important;
}
/* line 495, ../sass/screen.scss */
.text-content p {
  font-size: 15px;
  line-height: 23px;
}

/* line 501, ../sass/screen.scss */
.no-wrap {
  flex-wrap: nowrap !important;
}

/* line 507, ../sass/screen.scss */
.masthead {
  width: 100vw;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  border-top: 8px #85C7FF solid;
  border-bottom: 17px #283482 solid;
}
/* line 518, ../sass/screen.scss */
.masthead .flex {
  justify-content: flex-start;
  align-items: center;
  height: 130px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 815px) {
  /* line 518, ../sass/screen.scss */
  .masthead .flex {
    justify-content: space-between;
  }
}
/* line 531, ../sass/screen.scss */
.masthead__logo img {
  width: 100%;
  max-width: 135px;
}
/* line 537, ../sass/screen.scss */
.masthead__portal {
  padding-left: 30px;
}
@media (max-width: 815px) {
  /* line 537, ../sass/screen.scss */
  .masthead__portal {
    display: none;
  }
}
/* line 545, ../sass/screen.scss */
.masthead__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 40px;
}
@media (max-width: 815px) {
  /* line 549, ../sass/screen.scss */
  .masthead__menu__menu {
    display: none;
  }
}
/* line 554, ../sass/screen.scss */
.masthead__menu__menu li {
  display: inline-block;
  margin-right: 15px;
}
/* line 559, ../sass/screen.scss */
.masthead__menu__menu a {
  font-size: 15px;
  font-weight: 500;
  color: #283482;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 567, ../sass/screen.scss */
.masthead__menu__menu a:hover {
  color: #333;
}
/* line 573, ../sass/screen.scss */
.masthead__menu .mobile-nav {
  display: none;
}
@media (max-width: 815px) {
  /* line 573, ../sass/screen.scss */
  .masthead__menu .mobile-nav {
    display: block;
  }
}
/* line 580, ../sass/screen.scss */
.masthead__menu .mobile-nav a {
  font-size: 20px;
  font-weight: 700;
  color: #283482;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
/* line 588, ../sass/screen.scss */
.masthead__menu .mobile-nav a:hover {
  color: #333;
}
/* line 593, ../sass/screen.scss */
.masthead__menu .mobile-nav i {
  font-size: 30px;
}
/* line 598, ../sass/screen.scss */
.masthead__menu a {
  color: #283482;
}
/* line 601, ../sass/screen.scss */
.masthead__menu a:hover {
  color: #333;
}
/* line 606, ../sass/screen.scss */
.masthead__menu ul.menu > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  position: relative;
}
/* line 617, ../sass/screen.scss */
.masthead__menu ul.menu > li:last-of-type {
  margin-right: 0;
}
/* line 621, ../sass/screen.scss */
.masthead__menu ul.menu > li:hover .sub-menu {
  opacity: 1;
  transform-origin: top;
  animation: menu-drop 400ms ease-in-out;
  transform: scaleY(1);
  animation-fill-mode: forwards;
}
/* line 630, ../sass/screen.scss */
.masthead__menu ul.sub-menu {
  width: 250px;
  position: absolute;
  top: 25px;
  transform: scaleY(0);
  background: #333;
  box-sizing: border-box;
  padding: 20px;
  z-index: 900;
}
/* line 640, ../sass/screen.scss */
.masthead__menu ul.sub-menu li {
  padding: 6px;
  font-size: 16px;
  line-height: 19px;
}
/* line 645, ../sass/screen.scss */
.masthead__menu ul.sub-menu li a {
  color: #fff;
  opacity: 1;
  transition: opacity 400ms ease-in;
}
/* line 650, ../sass/screen.scss */
.masthead__menu ul.sub-menu li a:hover {
  color: #85C7FF;
}

/* line 659, ../sass/screen.scss */
.mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: all 350ms ease-in-out;
  background: #000;
  height: 100vh;
  position: fixed;
  width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1001;
  box-sizing: border-box;
  padding: 35px;
  opacity: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  /* line 659, ../sass/screen.scss */
  .mobile-menu {
    padding: 0;
  }
}
/* line 684, ../sass/screen.scss */
.mobile-menu li {
  font-size: 40px;
  line-height: 44px;
}
/* line 688, ../sass/screen.scss */
.mobile-menu li a {
  color: #fff;
}
/* line 693, ../sass/screen.scss */
.mobile-menu ul.menu > li {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  /* line 693, ../sass/screen.scss */
  .mobile-menu ul.menu > li {
    font-size: 23px;
    line-height: 25px;
  }
}
/* line 707, ../sass/screen.scss */
.mobile-menu ul.sub-menu {
  padding-left: 30px;
  margin-top: 15px;
}
/* line 711, ../sass/screen.scss */
.mobile-menu ul.sub-menu li {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  /* line 711, ../sass/screen.scss */
  .mobile-menu ul.sub-menu li {
    margin-bottom: 6px;
  }
}
/* line 721, ../sass/screen.scss */
.mobile-menu.open {
  opacity: 1;
  width: 100%;
  transform: translateX(0);
}
/* line 727, ../sass/screen.scss */
.mobile-menu .close-menu {
  text-align: right;
}
/* line 730, ../sass/screen.scss */
.mobile-menu .close-menu i {
  font-size: 30px;
}
/* line 734, ../sass/screen.scss */
.mobile-menu .close-menu a {
  color: #fff;
}
/* line 737, ../sass/screen.scss */
.mobile-menu .close-menu a:hover {
  color: #000;
}
/* line 742, ../sass/screen.scss */
.mobile-menu .screen-overlay__skin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
}
/* line 747, ../sass/screen.scss */
.mobile-menu__main {
  padding: 30px;
  box-sizing: border-box;
}

/* line 753, ../sass/screen.scss */
#scroll-nav, #scroll-nav-mobile {
  display: none;
}

/* line 758, ../sass/screen.scss */
body.home #scroll-nav, body.home #scroll-nav-mobile {
  display: block;
}
/* line 761, ../sass/screen.scss */
body.home #no-scroll-nav, body.home #no-scroll-nav-mobile {
  display: none;
}

/* line 766, ../sass/screen.scss */
#no-scroll-nav, #no-scroll-nav-mobile {
  display: block;
}

/* line 770, ../sass/screen.scss */
.hero {
  height: 560px;
  background-image: url(../img/bkg-hero.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 991px) {
  /* line 770, ../sass/screen.scss */
  .hero {
    height: auto;
    background-position: right top;
  }
}
/* line 782, ../sass/screen.scss */
.hero__skin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 560px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  /* line 782, ../sass/screen.scss */
  .hero__skin {
    flex-direction: column;
    height: auto;
  }
}
/* line 793, ../sass/screen.scss */
.hero__content {
  flex-basis: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  /* line 793, ../sass/screen.scss */
  .hero__content {
    padding: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  /* line 793, ../sass/screen.scss */
  .hero__content {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
/* line 807, ../sass/screen.scss */
.hero__content p {
  color: #fff;
}
/* line 812, ../sass/screen.scss */
.hero header {
  margin-bottom: 30px;
}
/* line 815, ../sass/screen.scss */
.hero header h1 {
  font-size: 38px;
  line-height: 47px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* line 823, ../sass/screen.scss */
.hero header h1 strong {
  font-weight: 700;
}
/* line 829, ../sass/screen.scss */
.hero .cta {
  padding-top: 50px;
}

/* line 834, ../sass/screen.scss */
.section-title {
  text-align: center;
  padding: 0px 0 30px 0;
}
/* line 838, ../sass/screen.scss */
.section-title h2 {
  font-size: 25px;
  line-height: 29px;
}

/* line 844, ../sass/screen.scss */
#benefits {
  background-color: #283482;
  padding: 50px 0;
}

/* line 849, ../sass/screen.scss */
.benefits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 849, ../sass/screen.scss */
  .benefits {
    flex-wrap: wrap;
  }
}
/* line 857, ../sass/screen.scss */
.benefits__item {
  flex-basis: 33.333333%;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 857, ../sass/screen.scss */
  .benefits__item {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
/* line 870, ../sass/screen.scss */
.benefits__content header {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  margin: 30px 0 30px 0;
}
/* line 880, ../sass/screen.scss */
.benefits__content p {
  color: #fff;
}

/* line 886, ../sass/screen.scss */
.single-vacancy__grid {
  display: grid;
  grid-template-columns: 30% 20% 60%;
  grid-template-rows: 330px 100px 260px;
  grid-gap: 20px;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  /* line 886, ../sass/screen.scss */
  .single-vacancy__grid {
    display: block;
  }
}
/* line 897, ../sass/screen.scss */
.single-vacancy__grid__item {
  background-color: #333;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  /* line 897, ../sass/screen.scss */
  .single-vacancy__grid__item {
    height: 300px;
    margin: 10px 20px;
  }
}
/* line 908, ../sass/screen.scss */
.single-vacancy__grid__item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  /* line 897, ../sass/screen.scss */
  .single-vacancy__grid__item {
    height: 300px;
    margin-bottom: 30px;
  }
}
/* line 919, ../sass/screen.scss */
.single-vacancy__grid__item:nth-of-type(1) {
  grid-area: 1 / 1 / 3 / 2;
}
/* line 923, ../sass/screen.scss */
.single-vacancy__grid__item:nth-of-type(2) {
  grid-area: 1 / 2 / 2 / 4;
}
/* line 927, ../sass/screen.scss */
.single-vacancy__grid__item:nth-of-type(3) {
  grid-area: 3 / 1 / 4 / 2;
}
/* line 931, ../sass/screen.scss */
.single-vacancy__grid__item:nth-of-type(4) {
  grid-area: 2 / 2 / 4 / 3;
}
/* line 935, ../sass/screen.scss */
.single-vacancy__grid__item:nth-of-type(5) {
  grid-area: 2 / 3 / 4 / 4;
}

/* line 941, ../sass/screen.scss */
.form-holder {
  padding: 35px;
  background-color: #283482;
}

/* line 951, ../sass/screen.scss */
.form__field {
  margin-bottom: 8px;
}
/* line 955, ../sass/screen.scss */
.form input[type="text"], .form input[type="email"], .form textarea {
  border: 4px #85C7FF solid;
  background-color: #283482;
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
}
/* line 967, ../sass/screen.scss */
.form input[type="text"], .form input[type="email"] {
  height: 55px;
}
/* line 971, ../sass/screen.scss */
.form label {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
}
/* line 979, ../sass/screen.scss */
.form__cta {
  padding-top: 30px;
}

/* line 984, ../sass/screen.scss */
.contact-holder {
  padding: 30px;
}

/* line 988, ../sass/screen.scss */
.contact {
  padding: 30px;
  background-color: #283482;
}

/* line 993, ../sass/screen.scss */
.map {
  height: 350px;
  border: 10px #85C7FF solid;
}

/* line 998, ../sass/screen.scss */
.pagination {
  width: 100%;
  box-sizing: border-box;
  background: #1e1e1e;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
}
/* line 1009, ../sass/screen.scss */
.pagination__pages {
  margin-right: 50px;
}
/* line 1013, ../sass/screen.scss */
.pagination__current {
  color: #fff;
  background: #000;
  padding: 3px 9px;
  margin-right: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  /* line 1023, ../sass/screen.scss */
  .pagination .inactive {
    display: none;
  }
}
/* line 1028, ../sass/screen.scss */
.pagination a {
  color: #fff;
  background: #000;
  padding: 3px 9px;
  margin-right: 4px;
  border-radius: 2px;
}

/* line 1039, ../sass/screen.scss */
.search input[type="text"] {
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding: 12px 12px 12px 70px;
  border: 0;
  border-radius: 30px;
  font-size: 28px;
  color: #999;
}

/* line 1051, ../sass/screen.scss */
.site-end {
  background: #000000;
  padding: 50px 0 0 0;
  font-size: 13px;
}
/* line 1056, ../sass/screen.scss */
.site-end .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  /* line 1056, ../sass/screen.scss */
  .site-end .row {
    flex-direction: column;
    align-items: center;
  }
}
/* line 1065, ../sass/screen.scss */
.site-end header {
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  margin: 12px 0 16px 0;
  text-transform: uppercase;
  color: #85C7FF;
}
@media (max-width: 991px) {
  /* line 1065, ../sass/screen.scss */
  .site-end header {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 1081, ../sass/screen.scss */
.site-end address, .site-end .disclaimer {
  font-size: 12px;
  line-height: 15px;
  color: #8D8D8D;
}
@media screen and (max-width: 991px) {
  /* line 1087, ../sass/screen.scss */
  .site-end address {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 7px;
    color: #fff;
    text-align: center;
  }
}
/* line 1097, ../sass/screen.scss */
.site-end div, .site-end nav, .site-end address {
  box-sizing: border-box !important;
}
/* line 1101, ../sass/screen.scss */
.site-end .disclaimer {
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
/* line 1107, ../sass/screen.scss */
.site-end__logo {
  padding-right: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 1107, ../sass/screen.scss */
  .site-end__logo {
    padding-right: 0;
  }
	.site-end__social .ffc_logo{
text-align:center;
		}
}
/* line 1115, ../sass/screen.scss */
.site-end__logo img {
  width: 210px;
  margin-bottom: 20px;
}
/* line 1121, ../sass/screen.scss */
.site-end__menu {
  padding: 0 10px 0 10px;
}
.site-end__social {
  padding: 0 10px 0 10px;
}
.new-logo{
max-width:190px;
}
@media (max-width: 991px) {
  /* line 1121, ../sass/screen.scss */
  .site-end__menu {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px #343434 solid;
    padding: 40px 0;
  }
}
/* line 1134, ../sass/screen.scss */
.site-end__form {
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  /* line 1134, ../sass/screen.scss */
  .site-end__form {
    width: 100%;
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px #343434 solid;
  }
}
/* line 1145, ../sass/screen.scss */
.site-end__form__fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  /* line 1145, ../sass/screen.scss */
  .site-end__form__fields {
    justify-content: center;
  }
}
/* line 1153, ../sass/screen.scss */
.site-end__form__fields input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  background: #85C7FF;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-family: "Montserrat", sans-serif;
}
/* line 1167, ../sass/screen.scss */
.site-end__form__fields input[type="email"] {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  background: #D9D9D9;
  border-top: 1px #BABABA solid;
  border-left: 1px #BABABA solid;
  border-bottom: 1px #BABABA solid;
  border-right: 0;
  color: #848484;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 175px;
  padding: 7px;
}
/* line 1186, ../sass/screen.scss */
.site-end__form__disclaimer {
  font-size: 11px;
  color: #8D8D8D;
  padding-top: 14px;
}
@media (max-width: 991px) {
  /* line 1186, ../sass/screen.scss */
  .site-end__form__disclaimer {
    text-align: center;
  }
}
/* line 1195, ../sass/screen.scss */
.site-end__form__disclaimer a {
  color: #85C7FF;
}
/* line 1198, ../sass/screen.scss */
.site-end__form__disclaimer a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  /* line 1205, ../sass/screen.scss */
  .site-end__social {
    padding: 40px 0;
    width: 100%;
  }
  /* line 1211, ../sass/screen.scss */
  .site-end__social .social {
    justify-content: center !important;
  }
  /* line 1215, ../sass/screen.scss */
  .site-end__social .social__link:last-of-type {
    margin-right: 0;
  }
}
/* line 1222, ../sass/screen.scss */
.site-end ul li {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  /* line 1222, ../sass/screen.scss */
  .site-end ul li {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
/* line 1232, ../sass/screen.scss */
.site-end a {
  color: #fff;
  transition: color 500ms;
}
/* line 1236, ../sass/screen.scss */
.site-end a:hover {
  color: #85C7FF;
}

/* line 1242, ../sass/screen.scss */
.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1245, ../sass/screen.scss */
.social__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background: #283482;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 1255, ../sass/screen.scss */
.social__link i {
  font-size: 20px;
}
/* line 1259, ../sass/screen.scss */
.social__link a {
  color: #fff;
}

/* line 1265, ../sass/screen.scss */
.page-hero {
  height: 400px;
  background-size: cover;
  background-position: center center;
  max-width: 2300px;
  margin-bottom: 40px;
}

/* line 1273, ../sass/screen.scss */
.border-box-container, .sector-container {
  box-sizing: border-box;
  padding: 30px;
}

/* line 1278, ../sass/screen.scss */
.border-box {
  border: 10px #85C7FF solid;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}
/* line 1284, ../sass/screen.scss */
.border-box__title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
/* line 1295, ../sass/screen.scss */
.border-box p:first-of-type {
  font-weight: 700;
}

/* line 1302, ../sass/screen.scss */
.sectors__intro {
  margin: 40px 0;
}
/* line 1304, ../sass/screen.scss */
.sectors__intro p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
/* line 1310, ../sass/screen.scss */
.sectors__grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/* line 1316, ../sass/screen.scss */
.sector-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 33.33333%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  /* line 1316, ../sass/screen.scss */
  .sector-holder {
    flex-basis: 100%;
  }
}

/* line 1329, ../sass/screen.scss */
.sector {
  width: 130px;
  height: 90px;
  background-color: #283482;
  padding: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  /* line 1329, ../sass/screen.scss */
  .sector {
    width: 100%;
  }
}
/* line 1340, ../sass/screen.scss */
.sector__skin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 75px;
  border: 1px #fff solid;
}
@media screen and (max-width: 575px) {
  /* line 1340, ../sass/screen.scss */
  .sector__skin {
    width: calc(100% - 2px);
  }
}
/* line 1354, ../sass/screen.scss */
.sector__icon i {
  font-size: 37px;
  color: #fff;
}
/* line 1360, ../sass/screen.scss */
.sector__title {
  text-align: center;
  color: #fff;
  padding-top: 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

/* line 1370, ../sass/screen.scss */
.column-flex {
  min-height: calc(100vh - 437px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1375, ../sass/screen.scss */
.column-flex__hero {
  flex-grow: 1;
  flex-basis: 75%;
  background-size: cover;
  background-position: center center;
}

/* line 1387, ../sass/screen.scss */
.testimonial {
  padding: 55px;
  background-color: #85C7FF;
  box-sizing: border-box;
}
/* line 1398, ../sass/screen.scss */
.testimonial__content p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #283482;
}
/* line 1407, ../sass/screen.scss */
.testimonial__author {
  font-size: 14px;
  line-height: 17px;
  padding-top: 30px;
  font-weight: 700;
  color: #283482;
}

/* line 1416, ../sass/screen.scss */
.service-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
/* line 1421, ../sass/screen.scss */
.service-list__item {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background-color: #283482;
}

/* line 1434, ../sass/screen.scss */
.news-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* line 1438, ../sass/screen.scss */
.news-grid__item {
  flex-basis: 33.33333%;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  /* line 1438, ../sass/screen.scss */
  .news-grid__item {
    flex-basis: 100% !important;
    padding: 0 !important;
    margin-bottom: 30px;
  }
}
/* line 1449, ../sass/screen.scss */
.news-grid__item:nth-of-type(1) {
  flex-basis: 60%;
}
/* line 1453, ../sass/screen.scss */
.news-grid__item:nth-of-type(1) .story header {
  font-size: 40px;
  line-height: 45px;
}
/* line 1460, ../sass/screen.scss */
.news-grid__item:nth-of-type(2) {
  flex-basis: 40%;
}
/* line 1464, ../sass/screen.scss */
.news-grid__item:nth-of-type(2) .story header {
  font-size: 30px;
  line-height: 33px;
}
/* line 1472, ../sass/screen.scss */
.news-grid .story {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #0C1340;
}

/* line 1480, ../sass/screen.scss */
.story {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1485, ../sass/screen.scss */
.story:hover .story__overlay {
  opacity: 1;
}
/* line 1490, ../sass/screen.scss */
.story__overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
/* line 1504, ../sass/screen.scss */
.story__overlay i {
  font-size: 30px;
}
/* line 1509, ../sass/screen.scss */
.story__image {
  flex-grow: 1;
  min-height: 300px;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 1518, ../sass/screen.scss */
.story__content {
  padding: 35px 22px;
}
/* line 1521, ../sass/screen.scss */
.story__content p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  opacity: 0.6;
}
/* line 1529, ../sass/screen.scss */
.story__date {
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
  margin-bottom: 12px;
  color: #fff;
}
/* line 1537, ../sass/screen.scss */
.story header {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  /* line 1537, ../sass/screen.scss */
  .story header {
    font-size: 23px !important;
    line-height: 27px !important;
  }
}
/* line 1548, ../sass/screen.scss */
.story header a {
  color: #fff;
}
/* line 1551, ../sass/screen.scss */
.story header a:hover {
  color: #85C7FF;
}

/* line 1558, ../sass/screen.scss */
.single-story {
  padding: 20px;
  margin-top: 30px;
  background-color: #0C1340;
}
/* line 1563, ../sass/screen.scss */
.single-story__image {
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
/* line 1570, ../sass/screen.scss */
.single-story header {
  margin-bottom: 50px;
}
/* line 1573, ../sass/screen.scss */
.single-story header h1 {
  font-size: 70px;
  line-height: 75px;
}
@media screen and (max-width: 767px) {
  /* line 1573, ../sass/screen.scss */
  .single-story header h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
/* line 1584, ../sass/screen.scss */
.single-story__content {
  padding: 20px 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  /* line 1584, ../sass/screen.scss */
  .single-story__content {
    padding: 15px;
  }
}

/* line 1594, ../sass/screen.scss */
.contact__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding: 5px 0;
}
/* line 1600, ../sass/screen.scss */
.contact__info:last-of-type {
  border-bottom: 0;
}
/* line 1604, ../sass/screen.scss */
.contact__info__content {
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
}
/* line 1610, ../sass/screen.scss */
.contact__info__icon {
  padding: 10px;
}
/* line 1613, ../sass/screen.scss */
.contact__info__icon i {
  font-size: 20px;
}
/* line 1620, ../sass/screen.scss */
.contact a {
  color: #fff;
}

/* line 1625, ../sass/screen.scss */
.content-window {
  min-height: calc(100vh - 437px);
  padding-bottom: 100px;
}

/* line 1631, ../sass/screen.scss */
.no-results {
  padding: 30px 0;
  text-align: center;
}

/* line 1645, ../sass/screen.scss */
#top-nav {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

/* line 1650, ../sass/screen.scss */
.top-nav {
  background: #85C7FF;
  width: 100px;
  padding: 12px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  color: #fff;
}
/* line 1662, ../sass/screen.scss */
.top-nav a {
  cursor: pointer;
}

/* line 1668, ../sass/screen.scss */
span.wpcf7-not-valid-tip {
  background-color: rgba(255, 0, 0, 0.24);
  border-left: rgba(255, 0, 0, 0.27);
  border-bottom: rgba(255, 0, 0, 0.27);
  border-right: rgba(255, 0, 0, 0.27);
  margin-left: 13px;
  margin-right: 13px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-sizing: border-box;
  padding: 6px;
}

/* line 1681, ../sass/screen.scss */
.wpcf7-response-output {
  box-sizing: border-box;
  padding: 10px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}


.team {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center;
}
.team__member {
    margin: 0px 6px 40px 6px;
}
.team__member {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-basis: 24%;
    position: relative;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.team__member__image {
    flex-basis: 380px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 12px 12px 0 0;
}

.team__member__details {
    background: #283482;
    color: #fff;
    padding: 10px;
}
.team__member__details header {
    border: 1px #62B6DB solid;
    text-align: center;
    padding: 15px 0;
    font-size: 21px;
    font-weight: 300;
}

.team__member__details header h4 {
    font-weight: 700;
    font-size: 30px;
}
.team h4 {
    width: 100%;
    font-size: 40px;
    padding: 20px 0;
}

.team-box-container {
    width: calc(100% - 40px);
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}

.team-box-container .border-box {
    border: 10px #85C7FF solid;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    margin: 60px 350px;
}
.team-box__title {
    margin: 0px auto;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.hero.hero-homeone {
    background-image: url('https://keytoglobal.co.uk/wp-content/uploads/2026/02/Your-paragraph-text-2-scaled.jpg');
}

@media (max-width: 991px) {
  /* line 1656, ../sass/screen.scss */
  .team {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .team {
    display: initial;
	}
	.team__member {
		 margin: 40px 6px 0px 6px;
	}
	.team-box-container .border-box {
        margin: 60px 0px;
    }
    .team-box__title {
        font-size: 30px;
    }
}