/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 10px; }
body {
  min-width: 320px;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #0F2E4E;
  letter-spacing: .01em;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    body {
      font-size: 1.8rem;
      line-height: 1.56; } }
body.fixed {
    height: 100vh;
    overflow: hidden;
    position: relative; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100vw;}
body.fixed:before {
      content: '';
      width: 9999rem;
      height: 999rem;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }
body.using-tab *:focus {
    -webkit-box-shadow: 0 0 0 2pt red;
            box-shadow: 0 0 0 2pt red; }
body.using-tab * .header .header__close:focus {
    opacity: 1;
    pointer-events: auto; }
body.using-tab * .tile a:focus {
    background-color: #337BB7; 
    z-index: 0}
body.using-tab * .tile a:focus + .tile__title {
    color: #fff; }
body .body__overlay {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;}
body.page-loaded .body__overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: -999999rem;
  top: -999rem;
  width: 0;
  height: 0;
  transition: all 0s.4s, opacity .4s;
}
body .body__overlay img {
  width: 5rem;
  height: 5rem;
}
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2); }
.h1,
h1 {
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1.26; }
.h2,
h2 {
  font-size: 4.8rem;
  font-weight: 400; }
.h3,
h3 {
  font-size: 3.2rem;
  font-weight: 600; }
.h4,
h4 {
  font-size: 2.4rem; }
.h5,
h5 {
  font-size: 2rem;
  letter-spacing: .01em;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h5,
    h5 {
      font-size: 1.8rem;
      line-height: 1.27; } }
.h6,
h6 {
  font-size: 2rem;
  letter-spacing: .01em;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h6,
    h6 {
      font-size: 1.8rem;
      line-height: 1.27; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
  color: #fff; }
.contacts h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.25;
    margin-bottom: 0;
    letter-spacing: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .contacts h2 {
        font-size: 2rem; } }
.contacts p {
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 1.3rem !important;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .contacts p {
        font-size: 2rem;
        margin-bottom: 1.5rem !important; } }
.contacts p a {
      color: #fff;
	  text-decoration: underline;
      /* margin-left: .8rem; */
      letter-spacing: 0;
      font-weight: 400;
      /*  Mobile  */ }
.contacts p a:hover {
      color: #fff;
	  text-decoration: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .contacts p a {
          display: block;
          margin-left: 0; } }
/* ------------------------------------------------------------ *\
	cta
\* ------------------------------------------------------------ */
.cta {
  background-color: #337BB7;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  padding: 5.6rem 18rem 3.5rem 6rem;
  /*  Tablet  */
  /*  Mobile  */
  /*  Mobile Small  */ }
.cta + .cta {
    border-top: 2px solid #fff; }
@media (max-width: 1023px) {
    .cta {
      padding: 4rem 14rem 3.5rem 3rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cta {
      padding: 3rem;
      text-align: center; } }
@media (max-width: 374px) {
    .cta {
      padding: 2rem; } }
.cta:hover {
    background-color: #003767; }
.cta .cta__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 55; }
.cta .cta__overlay:focus {
      background-color: #003767; 
      z-index: 0}
.cta * {
    position: relative;
    z-index: 2; }
.cta .cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -2.6rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .cta .cta__list {
        margin: 0 -2rem;
        padding-left: 2.7rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cta .cta__list {
        display: block;
        text-align: left;
        margin-bottom: 2.2rem;
        padding-left: 1rem; } }
.cta .cta__list ul {
      padding: 0 2.6rem;
      /*  Tablet  */
      /*  Mobile  */ }
@media (max-width: 1023px) {
        .cta .cta__list ul {
          padding: 0 2rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .cta .cta__list ul {
          margin-bottom: 0; } }
.cta .cta__list li {
      letter-spacing: 0;
      list-style-type: none;
      padding-left: 1.7rem;
      position: relative; }
.cta .cta__list li:before {
        content: '';
        width: .4rem;
        height: .4rem;
        background-color: #fff;
        top: 1.5rem;
        left: 0;
        border-radius: 50%;
        position: absolute;
        /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
          .cta .cta__list li:before {
            top: 1.4rem;
            left: .1rem; } }
.cta .cta__btn {
    position: absolute;
    top: 50%;
    right: 6rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .cta .cta__btn {
        right: 2rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cta .cta__btn {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
.cta .cta__title {
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
	line-height: 3.7rem;
    margin-bottom: 2.7rem;
    text-align: left;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cta .cta__title {
        font-size: 3rem;
        line-height: 1.27;
		line-height: 3.2rem;
        margin-bottom: 1.6rem; } }
/* ------------------------------------------------------------ *\
	cta--alt
\* ------------------------------------------------------------ */
.cta--alt {
  padding: 4.5rem 15rem 3.2rem 6rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cta--alt {
      padding: 2.8rem 2.9rem 3rem; } }
.cta--alt + .cta--alt {
    padding: 6rem 15rem 4.6rem 6rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cta--alt + .cta--alt {
        padding: 2.8rem 2.9rem 3rem; } }
.cta--alt p {
    letter-spacing: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cta--alt p {
        text-align: left; } }
.cta--alt .cta__title {
    font-style: normal;
    font-size: 3.2rem;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: .6rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cta--alt .cta__title {
        font-size: 2.8rem;
        line-height: 1.15;
        margin-bottom: 1.2rem; } }
.cta--alt .cta__btn {
    right: 3rem; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer-holder .footer {
  padding-top: 11.2rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer-holder .footer {
      padding-top: 9rem; } }
.footer {
  color: #fff;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 23.2rem 0 11.6rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      text-align: center;
      padding: 19rem 0 10.6rem; } }
.footer h5 {
    margin-bottom: .9rem;
    text-transform: uppercase;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer h5 {
        margin-bottom: 1.4rem; } }
.footer h6 {
    text-transform: uppercase;
    margin-bottom: 2.2rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer h6 {
        margin-bottom: 2.5rem; } }
.footer p {
    letter-spacing: .01em;
    margin-bottom: 1rem; }
.footer p:last-child {
      margin-bottom: 0; }
.footer a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
.footer a:hover {
      text-decoration: underline; }
.footer .footer__inner {
    position: relative;
    z-index: 2; }
.footer .footer__content {
    position: relative;
    padding-right: 6rem;
    margin-bottom: 9.9rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__content {
        padding-right: 0;
        margin-bottom: 5.4rem; } }
.footer .footer__info {
    position: relative;
    padding-right: 10rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__info {
        padding-right: 0; } }
.footer .footer__info .socials {
      margin-bottom: 1.1rem;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .footer .footer__info .socials {
          margin-bottom: 2.7rem; } }
.footer .footer__info p {
      font-size: 1.6rem;
      line-height: 1.25; }
.footer .footer__info .footer__logo {
      top: 1.5rem;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .footer .footer__info .footer__logo {
          margin-bottom: 3rem; } }
.footer .footer__logo {
    position: absolute;
    top: .8rem;
    right: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo {
        position: static;
        margin-bottom: 3.3rem; } }
.footer .footer__body {
    margin-bottom: 11rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__body {
        margin-bottom: 8.3rem; } }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.grid .grid__col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
/* ------------------------------------------------------------ *\
	Grid--type1
\* ------------------------------------------------------------ */
.grid--type1 {
  margin: 0 -4rem;
  margin-right: -10rem;
  /*  Small Desktop  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .grid--type1 {
      margin-right: 0;
      margin: 0 -1.5rem -1rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid--type1 {
      display: block; } }
.grid--type1 .grid__col {
    padding: 0 4rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .grid--type1 .grid__col {
        padding: 0 1.5rem 1rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid--type1 .grid__col {
        max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Grid--type2
\* ------------------------------------------------------------ */
.grid--type2 {
  margin: 0 -3rem -2.9rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid--type2 {
      display: block; } }
.grid--type2 .grid__col {
    padding: 0 3rem 2.9rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid--type2 .grid__col {
        max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Grid--border
\* ------------------------------------------------------------ */
.grid--border {
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid--border {
      display: block; } }
.grid--border .grid__col {
    border-bottom: 1px solid #B4B5B4;
    border-right: 1px solid #B4B5B4;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid--border .grid__col {
        max-width: 100%;
        border-right: 0; } }
.grid--border .grid__col:nth-child(3n) {
    border-right: 0; }
.grid--border .grid__col:nth-last-child(-n + 3) {
    border-bottom: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid--border .grid__col:nth-last-child(-n + 3) {
        border-bottom: 1px solid #B4B5B4; } }
.grid--border .grid__col:last-child {
    border-bottom: 0; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10; }
.header .header__content {
    padding: 5.1rem .5rem 4.8rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -3.2rem;
    /*  Mobile  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (min-width: 1024px) {
      .header .header__content {
        height: auto !important;
        -webkit-transform: translate(0) !important;
            -ms-transform: translate(0) !important;
                transform: translate(0) !important; } }
/*      .header .header__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 2rem 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {*/
@media (max-width: 1023px) {
      .header .header__content {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 100vw;
        background-color: #fff;
        z-index: 6;
        margin: 0;
        text-align: center;
        padding: 0 2rem 6rem;
        -webkit-transform: translateX(-999rem);
            -ms-transform: translateX(-999rem);
                transform: translateX(-999rem);
        opacity: 0;
        -webkit-transition: all 0s .4s, opacity .4s;
        -o-transition: all 0s .4s, opacity .4s;
        transition: all 0s .4s, opacity .4s;
        pointer-events: none;
        overflow-y: auto; } }
@media (max-width: 374px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__content {
          display: block; 
        }}

@media (max-width: 767px), screen and (max-height: 667px) {
      .header .header__content {
          -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
                justify-content: flex-start;
        }}
.header .header__content .nav-utilities {
      max-width: 19.2rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 19.2rem;
              flex: 0 0 19.2rem;
      padding: 0 3.2rem;
      /*  Tablet  */
      /*  Mobile  */ }
@media (max-width: 1023px) {
       /* .header .header__content .nav-utilities {
          max-width: 100%;
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          text-align: right;
          margin-bottom: 1rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {*/
        .header .header__content .nav-utilities {
          max-width: 100%;
          text-align: center; 
          -webkit-box-flex: 0;
              -ms-flex: 0;
                  flex: 0;} }
.header .header__content .nav {
      max-width: calc(100% - 19.2rem);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 19.2rem);
          flex-basis: calc(100% - 19.2rem);
      padding: 0 3.2rem;
      /*  Tablet  */
      /*  Mobile  */ }
@media (max-width: 1023px) {
   /*     .header .header__content .nav {
          max-width: 100%;
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {*/
        .header .header__content .nav {
          max-width: 100%;
          padding: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0;
                  flex: 0; } }
.header .header__inner {
    border-bottom: 1px solid #B4B5B4;
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .header .header__inner {
        text-align: right;
        padding: 2rem 0 1.2rem;
        border-bottom: 0; } }
.header .header__logo {
    display: none;
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .header .header__logo {
        display: inline-block;
        margin-bottom: 5rem; } }
.header .header__close {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__close {
        display: inline-block;
        opacity: 0; 
        pointer-events: none;} }
.header.is-open .header__content {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 5.2rem 0;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 4.8rem 0; } }
.hero .hero__logo {
    margin-bottom: 6.1rem;
    display: block;
    margin: 0 auto 6.1rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__logo {
        margin-bottom: 9.2rem; } }
.hero .hero__logo--alt {
    margin-bottom: 0; }
.hero .hero__video {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    /*  Mobile  */ }
.hero .hero__video video:not(.hero__video--alt video)  {
    min-height: 100%;
    width: 100%;
    height: auto;
  }
  @media(max-width: 1300px){
    .hero .hero__video video:not(.hero__video--alt video)  {
      min-height: 100%;
      width: 100%;
      height: auto;
    }
  }
@media (min-width: 767px) {
      .hero .hero__video--alt {
        height: 75.9rem !important;
         } }

@media (max-width: 767px) {
  .hero .hero__video--alt {
  min-height: 25.5rem !important;
  } }
.hero .hero__video--alt video {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
            max-width: 999rem;}

  .hero .hero__video--top {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
            align-items: flex-start;
  }

  .hero .hero__video--bottom {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
            align-items: flex-end;
  }
/* ------------------------------------------------------------ *\
	Hero--alt
\* ------------------------------------------------------------ */
.hero--alt {
  padding: 3.4rem 0;
  position: relative;
  z-index: 20;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--alt {
      padding: 0;
      margin-top: -1.3rem; } }
.hero--alt .hero__video {
    height: 52.5rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--alt .hero__video {
        height: 53vw; } }
.hero--alt .hero__logo {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--alt .hero__logo {
        margin-bottom: 3.2rem; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*='ico-'] {
  display: inline-block;
  vertical-align: middle; }
[class*='ico-'] img,
  [class*='ico-'] svg {
    width: 100%;
    height: 100%;
    display: block; }
.ico-arrow-circle-size1 {
  width: 13.7rem;
  height: 13.7rem;
  /*  Tablet  */ }
@media (max-width: 1023px) {
    .ico-arrow-circle-size1 {
      width: 10.3rem;
      height: 10.3rem; } }
.ico-arrow-circle-size2 {
  width: 6.9rem;
  height: 6.9rem; }
.ico-twitter,
.ico-instagram,
.ico-facebook {
  width: 3.5rem;
  height: 3.6rem; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
[class*='logo-'] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
[class*='logo-']:hover {
    opacity: .8; }
[class*='logo-'] img,
  [class*='logo-'] svg {
    width: 100%;
    height: 100%;
    display: block; }
.logo--main2 {
  max-width: 35.4rem;
  height: auto; }
.logo--main3 {
  max-width: 62.2rem;
  height: auto; }

.logo--size1 {
  pointer-events: none; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.nav-btn {
  display: none;
  width: 4rem;
  height: 4.5rem;
  position: relative;
  margin-left: auto;
  text-decoration: none;
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .nav-btn {
      display: inline-block; } }
.nav-btn strong {
    font-size: 1.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    line-height: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
.nav-btn span {
    width: 100%;
    height: .3rem;
    background: #003767;
    position: absolute;
    left: 0;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-btn span:first-child {
      top: 0; }
.nav-btn span:nth-child(2) {
      top: .9rem; }
.nav-btn span:nth-child(3) {
      top: 1.8rem; }
.nav-btn.is-active strong {
    opacity: 0; }
.nav-btn.is-active span {
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-btn.is-active span:first-child {
      top: .9rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.nav-btn.is-active span:nth-child(2) {
      opacity: 0; }
.nav-btn.is-active span:nth-child(3) {
      top: .9rem;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Nav-utilities
\* ------------------------------------------------------------ */
.nav-utilities li {
  display: inline-block; }
.nav-utilities li + li {
  margin-left: -.7rem; }
.nav-utilities a {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: .5rem .65rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #152E4F; }
.nav-utilities a:hover {
    background-color: #b2b3b5;}
.nav-utilities .is-current a {
  background-color: #D7D7D7;
  color: #fff; }
.nav-utilities .is-current a:hover {
    background-color: #b2b3b5; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .nav {
      margin-bottom: 4.8rem; } }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .nav ul {
        display: block;
        text-align: center; } }
.nav li {
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .nav li {
        margin-bottom: 3rem; } }
.nav li:last-child {
      /*  Mobile  */ }
@media (max-width: 1023px) {
        .nav li:last-child {
          margin-bottom: 0; } }
.nav a {
    letter-spacing: 0.04em;
    color: #0F2E4E;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .nav a {
        font-size: 2rem;
        line-height: 1.5; } }
.nav a:hover {
      color: #337BB7; }
.nav .is-current a {
    text-decoration: underline;
    color: #AE3433; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  margin: -17.2rem 0 -12rem;
  position: relative;
  z-index: 21;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      margin: 0 0 -9.9rem; } }
.section a {
    color: #337BB7;
    font-weight: 600;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #417CB9; }
.section a:hover {
      text-decoration: underline;
      color: #003767; }
.section .section__body .section__title {
    color: #AE3433;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.13;
    margin-bottom: 2.1rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__body .section__title {
        font-size: 2.8rem;
        line-height: 1.15; } }
.section .section__body .section__title--alt {
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 6.8rem;
    line-height: 1.26;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__body .section__title--alt {
        font-size: 3rem;
        line-height: 1.27;
        margin-bottom: 5.2rem; } }
.section .section__inner {
    background-color: #fff; }
.section .section__body {
    padding: 6rem 5.8rem 11.2rem 6rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__body {
        padding: 1.1rem 0 5.4rem; } }
.section .section__body--dev {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__body--dev {
        padding: 4.7rem 0 5.2rem; } }
.section .section__body--alt p {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__body--alt p {
        font-size: 2rem;
        line-height: 1.5; } }
.section .section__head {
    padding: 4.3rem 6.1rem 4.4rem;
    background-color: #337BB7;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        padding: 2.8rem 2rem 3.4rem; } }
.section .section__head .section__title {
      font-size: 6.4rem;
      font-style: normal;
      color: #fff;
      font-weight: 300;
      margin-bottom: 0;
      /*  Mobile  */
      /*  Mobile Small  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section .section__head .section__title {
          font-size: 4.8rem;
          text-align: center;
          line-height: 1.08; } }
@media (max-width: 374px) {
        .section .section__head .section__title {
          font-size: 4rem; } }
.section .section__content {
    padding-bottom: 5.7rem;
    position: relative;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content {
        padding-bottom: 5.9rem; } }
.section .section__content:after {
      content: '';
      width: 100%;
      height: .6rem;
      border-top: 1px solid #B4B5B4;
      border-bottom: 1px solid #B4B5B4;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
.section .section__content + .section__content {
    padding-top: 5.2rem; }
.section .section__content:last-child {
    padding-top: 5.5rem;
    padding-bottom: 0; }
.section .section__content:last-child:after {
      display: none; }
.section .section__tiles {
    padding: 3rem 0 .6rem;
    margin: 0 -3.85rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__tiles {
        margin: 0;
        padding: .3rem 0 0; } }
/* ------------------------------------------------------------ *\
	Section--alt
\* ------------------------------------------------------------ */
.section--alt {
  margin: -32rem 0 -11.9rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt {
      margin: -3.7rem 0 -10rem; } }
.section--alt p {
    margin-bottom: 2rem; }
.section--alt p:last-child {
      margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	section--dev
\* ------------------------------------------------------------ */
.section--dev {
  margin-bottom: 0; }
.section--dev .section__body {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--dev .section__body {
        padding: 5.1rem 0 5.3rem; } }
.section--dev .section__body--alt {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--dev .section__body--alt {
        padding: 4.7rem 0 1.4rem; } }
/* ------------------------------------------------------------ *\
	Section--def
\* ------------------------------------------------------------ */
.section--def {
  margin: 0;
  padding: 2.3rem 0 6.2rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--def {
      padding: 0 0 6.3rem; } }
.section--def .section__head {
    padding: 5.1rem 6rem 6rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section--def .section__head {
        padding: 4rem 2.7rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--def .section__head {
        padding: 2.7rem 2rem .9rem; } }
.section--def .section__head .section__title {
      font-size: 4.8rem;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 3.4rem;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--def .section__head .section__title {
          font-size: 3.6rem;
          line-height: 1.26;
          margin-bottom: 5rem; } }
.section--def .section__images {
    padding: 6rem 0 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--def .section__images {
        padding-top: 3.2rem; } }
.section--def .section__body {
    padding: 5.9rem 0 5rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--def .section__body {
        padding: 4.9rem 0 5rem; } }
.section--def .section__body p {
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--def .section__body p {
          font-size: 2rem;
          line-height: 1.5; } }
.section--def .section__body h2.h4 {
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: .3rem; }
.section--def .section__body p + img {
      margin-top: 5.3rem; }
.section--def .section__body ul + img {
      margin-top: 5.3rem; }
.section--def .section__body img {
      margin: 0 auto;
      display: block; }
.section--def .section__body img + p {
      margin-top: 5.9rem;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--def .section__body img + p {
          margin-top: 5.2rem; } }
.section--def .section__body ul {
      padding-left: 1.3rem;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--def .section__body ul {
          padding-right: .5rem; } }
.section--def .section__body a {
      font-weight: 400; }
.section--def .section__body ul li {
      letter-spacing: 0;
      list-style-type: none;
      padding-left: 1.7rem;
      position: relative;
      letter-spacing: .02rem;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--def .section__body ul li {
          font-size: 2rem;
          line-height: 1.5; } }
.section--def .section__body ul li:before {
        content: '';
        width: .4rem;
        height: .4rem;
        background-color: #0F2E4E;
        top: 1.5rem;
        left: 0;
        border-radius: 50%;
        position: absolute;
        /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
          .section--def .section__body ul li:before {
            top: 1.4rem;
            left: .1rem; } }
.section--def .section__body .section__title {
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--def .section__body .section__title {
          font-size: 3.2rem; } }
.section--def .section__content {
    padding-bottom: 6.5rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--def .section__content {
        padding-bottom: 6.3rem; } }
.section--def .section__content + .section__content {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--def .section__content + .section__content {
        padding-top: 5.2rem; } }
.section--def .section__content:last-child {
    padding-top: 5.1rem; }
.section--def .section__content--dev p + img {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--def .section__content--dev p + img {
        margin-top: 6.5rem; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 92.6rem + 3rem * 2);
  padding-left: 3rem;
  padding-right: 3rem;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .1rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials ul {
      display: block;
      margin-bottom: 1.2rem; } }
.socials li {
  display: inline-block;
  list-style-type: none;
  margin-right: .6rem; }
.socials li:last-child {
    margin-right: 0; }
.socials a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: inline-block; }
.socials a:hover {
    opacity: .8; }
.socials .socials__link {
  font-weight: 700;
  margin-left: 1.6rem;
  margin-top: .3rem;
  /*  Mobile  */ }
.socials .socials__link:hover {
    opacity: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .socials .socials__link {
      font-size: 2rem;
      margin: 0; } }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  position: relative;
  padding: 4rem 2.9rem 4rem 2.1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 23rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile {
      padding: 3.1rem 2rem 3.3rem;
      min-height: auto; } }
.tile:hover {
    background-color: #337BB7; }
.tile:hover .tile__title {
      color: #fff; }
.tile * {
    position: relative;
    z-index: 2;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
.tile > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3; }
.tile .tile__title {
    color: #337BB7;
    line-height: 1.13;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .tile .tile__title {
        font-size: 2.8rem; } }
@media screen and (max-width: 767px) and (min-width: 450px) {
    .tile br {
      display: none !important; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 13rem;  }
  @media (max-width: 1023px) {
    .wrapper {
      padding-top: 8.5rem;  } }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
