/* ------------------------------------------------------------ *\
  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;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: 600;
}
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],
a[href^=tel],
label[for] {
  cursor: pointer;
}
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: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
body.is-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2);
  font-family: "Karla", sans-serif;
  font-weight: 600;
}
.h1,
h1 {
  font-size: 6rem;
  color: #000;
  line-height: 1.06;
}
.h2,
h2 {
  font-size: 3.6rem;
  color: #253b8f;
  line-height: 1.2;
}
.h3,
h3 {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2;
}
h3.h5 {
  font-size: 1.8rem;
  line-height: 1.33;
  color: #262c4c;
}
.h4,
h4 {
  font-size: 2.4rem;
}
.h5,
h5 {
  font-size: 1.8rem;
  line-height: 1.33;
  color: #262c4c;
}
.h6,
h6 {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  color: #181c2a;
}
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);
  white-space: nowrap;
  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
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Arrows
\* ------------------------------------------------------------ */
.arrows {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .arrows {
    text-align: left;
    padding-left: 1.3rem;
  }
}
.arrows .arrows__left,
.arrows .arrows__right {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.arrows .arrows__left:hover,
.arrows .arrows__right:hover {
  opacity: 0.7;
}
.arrows .arrows__right {
  margin-left: 7.1rem;
}
.arrows .arrows__left:before,
.arrows .arrows__right:before {
  position: absolute;
  top: 0;
  content: "";
  border: solid #1f2338;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.4rem;
}
.arrows .arrows__left:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0;
}
.arrows .arrows__right:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -1.4rem;
}
.arrows .arrows__left:after,
.arrows .arrows__right:after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 0.3rem;
  background-color: #747683;
  height: 0.2rem;
  width: 2.9rem;
}
.arrows .arrows__left:after {
  left: 0;
}
.arrows .arrows__right:after {
  right: -1.4rem;
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative;
  padding: 3.3rem 4.5rem 5.7rem 3.5rem;
  -webkit-box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(0, 0, 0, 0.08);
  color: #808080;
  letter-spacing: -0.005em;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
}
@media (max-width: 1023px) {
  .article {
    padding: 2.7rem 1.5rem 5.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    margin-bottom: 3.5rem;
  }
}
.article span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0.7rem;
  color: #333;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article span {
    margin-bottom: 1.5rem;
  }
}
.article h3.h5 {
  letter-spacing: -0.01em;
  color: #262c4c;
  margin-bottom: 2.2rem;
}
.article .article__actions {
  position: absolute;
  bottom: 2.9rem;
  left: 3.6rem;
}
@media (max-width: 1023px) {
  .article .article__actions {
    left: 1.5rem;
  }
}
.article .article__link {
  display: inline-block;
  color: #333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.article:hover {
  -webkit-box-shadow: 0 0.6rem 3.5rem 0.5rem rgba(33, 39, 53, 0.2);
          box-shadow: 0 0.6rem 3.5rem 0.5rem rgba(33, 39, 53, 0.2);
}
.article:hover .article__link {
  color: #b0443b;
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  margin-bottom: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    text-shadow: 0 0 1rem #fff;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li + li {
  position: relative;
  padding-left: 1.4rem;
  margin-left: 1.4rem;
}
.breadcrumbs li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 1.7rem;
  content: "";
  -webkit-transform: skew(-18deg) translateY(-50%);
      -ms-transform: skew(-18deg) translateY(-50%);
          transform: skew(-18deg) translateY(-50%);
  background-color: #000;
}
.breadcrumbs h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs h2 {
    font-size: 1.6rem;
  }
}
.breadcrumbs a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #cb3b2d;
  min-width: 20rem;
  padding: 1.4rem 1.5rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.btn:hover {
  opacity: 0.7;
}
/*  Btn--small  */
.btn--small {
  min-width: 17rem;
}
/*  Btn--short  */
.btn--short {
  padding: 1.3rem 1.5rem;
  line-height: 1.5;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  Btn--arrow  */
.btn--arrow {
  padding-right: 2.4rem;
}
.btn--arrow img {
  display: inline-block;
  margin-left: 1.1rem;
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card {
    margin-bottom: 2rem;
  }
}
.card .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cbcbcb;
}
.card .card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#c9cfe7), color-stop(35%, #c9cfe7), color-stop(50%, rgba(201, 207, 231, 0.7)), to(rgba(201, 207, 231, 0)));
  background: -o-linear-gradient(left, #c9cfe7 0%, #c9cfe7 35%, rgba(201, 207, 231, 0.7) 50%, rgba(201, 207, 231, 0) 100%);
  background: linear-gradient(90deg, #c9cfe7 0%, #c9cfe7 35%, rgba(201, 207, 231, 0.7) 50%, rgba(201, 207, 231, 0) 100%);
}
.card .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__content {
  position: relative;
  z-index: 3;
  max-width: 57%;
  padding: 5.4rem 1rem 6.5rem 3.3rem;
  color: #333;
}
@media (max-width: 1023px) {
  .card .card__content {
    max-width: 75%;
    text-shadow: 0 0 1rem #fff;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content {
    padding: 3rem 1rem 3rem 2rem;
  }
}
.card span {
  display: inline-block;
  padding: 0.8rem 2.5rem 0.9rem 1.1rem;
  text-transform: uppercase;
  background-color: #253b8f;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .card span {
    text-shadow: none;
    margin-bottom: 2rem;
  }
}
.card h3 {
  color: #000;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card h3 {
    margin-bottom: 2rem;
  }
}
.card p {
  margin-bottom: 5.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card p {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .card .card__actions {
    text-shadow: none;
  }
}
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
  color: #858585;
  letter-spacing: 0.005em;
  padding-bottom: 1.1rem;
}
@media (max-width: 1199px) {
  .contacts {
    font-size: 1.3rem;
  }
}
.contacts .phone {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  color: #253b8f;
  font-size: 1.4rem;
}
.contacts .phone img {
  display: inline-block;
  margin: 0 0.3rem 0 0.6rem;
}
.contacts .phone:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  color: #969696;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    padding: 0 3rem;
    line-height: 1.6;
  }
}
.copyright a {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.copyright a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: relative;
}
.dropdown .dropdown__trigger {
  position: relative;
  display: inline-block;
  color: #858585;
  padding: 0 1rem 1.1rem 2.6rem;
  min-width: 20.5rem;
}
.dropdown .dropdown__trigger:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.4rem;
  left: 0;
  background-image: url(../png/clock%402x.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
}
.dropdown .dropdown__trigger:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.35rem 0 0.35rem;
  border-color: #808080 transparent transparent transparent;
  margin: -0.5rem 0 0 0;
}
.dropdown ul {
  display: block;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  min-width: 20.2rem;
  list-style: none;
  padding: 1.1rem 0.7rem 3.2rem 3.5rem;
  color: #858585;
  background-color: #fff;
  -webkit-box-shadow: 0 0.9rem 0.9rem 0.5rem rgba(173, 178, 199, 0.22);
          box-shadow: 0 0.9rem 0.9rem 0.5rem rgba(173, 178, 199, 0.22);
  letter-spacing: 0.01em;
}
.dropdown li.is-current {
  color: #253988;
}
.dropdown li + li {
  margin-top: 1.4rem;
}
.dropdown:hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.dropdown img {
  display: inline-block;
  margin-right: 0.7rem;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 7.1rem 0 0;
  background-color: #181c2a;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer {
    padding: 5rem 0 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 6.5rem 0 5rem;
  }
}
.footer .footer__logo {
  margin: 0 0 3rem 0;
  position: relative;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    margin-bottom: 5rem;
  }
}
.footer .footer__nav {
  margin-bottom: 3.3rem;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.footer .footer__nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .footer .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul {
    max-width: 70%;
  }
}
.footer .footer__nav li + li {
  margin-left: 6.8rem;
}
@media (max-width: 1023px) {
  .footer .footer__nav li + li {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .footer .footer__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	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;
  margin: 0 -1.5rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
@media (max-width: 1023px) {
  .grid {
    margin: 0 -0.8rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 1.5rem;
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 0 0.8rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--eq {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--eq {
    display: block;
  }
}
/*  Grid--d-grid  */
.grid--d-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  grid-gap: 3rem;
}
@media (max-width: 1023px) {
  .grid--d-grid {
    grid-gap: 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .grid--d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid--d-grid .grid__col {
  padding: 0;
}
.grid--d-grid .grid__col--span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .grid--d-grid .grid__col--span-2 {
    grid-column: span 1;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 15;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .header .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 0 3.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    padding: 2rem 0;
    display: block;
  }
}
.header .header__bar {
  position: relative;
}
.header .header__bar:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f7f7f9;
}
.header .header__bar-inner {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  /* width: 100%; */
}
.header .header__bar-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  /* -webkit-box-pack: end; */
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  /* border-left: 0.1rem solid #e5e3e9; */
  /* border-right: 0.1rem solid #e5e3e9; */
  /* margin-right: 50px; */
  width: 65%;
  /* float: right; */
  flex-direction: row;
  padding-bottom: 20px;
}
.header .header__bar-inner > ul > li + li {
  border-left: 0.1rem solid #e5e3e9;
}
.header .header__bar-inner > ul > li {
  padding: 0.9rem 3.5rem 0 1.5rem;
  border-left: 0.1rem solid #e5e3e9;
}
@media (max-width: 1199px) {
  .header .header__bar-inner > ul > li {
    padding: 0.9rem 1rem 0;
  }
}
.header .header__bar-inner li.has-dd {
  padding-right: 1.5rem;
}
.header .header__bar-content {
  padding-bottom: 1.1rem;
}
.header .header__bar-content span {
  display: block;
  color: #253b8f;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
.header .header__bar-content--dropdown {
  padding: 0 0 0 2.4rem;
}
@media (max-width: 1199px) {
  .header .header__bar-content--dropdown {
    padding: 0;
  }
}
.header .header__content {
  padding: 1.4rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header .header__content {
    display: contents;
  }
}
.header .header__utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}
@media (max-width: 1023px) {
  .header .header__utilities {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: block;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    overflow: auto;
    padding-top: 10rem;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  }
}
.header .header__utilities.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header .header__actions {
  margin-left: 1.2rem;
}

.header__bar  > ul > img {
  object-fit: contain;
  margin-right: 5px;
  vertical-align: baseline !important;
}

.header__bar > ul > a > img {
  height: 100%;
  margin-right: 5px;
  vertical-align: baseline !important;
}

  /* ------------------------------------------------------------ *\
      Hero
  \* ------------------------------------------------------------ */
.hero {
  position: relative;
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__content {
  position: relative;
  z-index: 2;
  min-height: 98.5rem;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.6rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.002em;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    min-height: 64rem;
    padding-bottom: 0;
    font-size: 1.9rem;
    max-width: 55%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    padding-left: 1.9rem;
    font-size: 1.7rem;
    min-height: 57rem;
    max-width: 90%;
    text-shadow: 0 0 1rem #000;
  }
}
.hero h1 {
  text-transform: uppercase;
  margin-bottom: 6rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 5.3rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h1 {
    font-size: 4rem;
    text-shadow: none;
  }
}
.hero h1.has-separator {
  position: relative;
}
.hero h1.has-separator:after {
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  display: block;
  content: "";
  width: 10rem;
  height: 0.5rem;
  background-color: #af433b;
}
.hero p {
  margin-bottom: 3.3rem;
}
@media (max-width: 1023px) {
  .hero p {
    margin-bottom: 4.5rem;
  }
}
/*  Hero--alt  */
.hero--alt .hero__image img {
  -o-object-position: 30% 30%;
     object-position: 30% 30%;
}
.hero--alt .hero__content {
  min-height: 41.3rem;
  padding: 7.4rem 0 0;
}
@media (max-width: 1023px) {
  .hero--alt .hero__content {
    min-height: 34rem;
    padding-top: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content {
    min-height: 27.5rem;
    padding: 4.2rem 0 1.5rem 2rem;
    max-width: 100%;
  }
}
.hero--alt h1 {
  text-transform: capitalize;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt h1 {
    text-shadow: 0 0 1rem #fff;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
  vertical-align: middle;
}
[class*=ico-] {
  width: 100%;
  height: 100%;
}
.ico-facebook {
  width: 1.6rem;
  height: 1.6rem;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ico-facebook:hover {
  color: #4a5669;
}
.ico-twitter {
  width: 1.6rem;
  height: 1.6rem;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ico-twitter:hover {
  color: #4a5669;
}
.ico-instagram {
  width: 1.6rem;
  height: 1.6rem;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ico-instagram:hover {
  color: #4a5669;
}
.ico-linkedin {
  width: 1.6rem;
  height: 1.6rem;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ico-linkedin:hover {
  color: #4a5669;
}
.ico-youtube {
  width: 1.6rem;
  height: 1.6rem;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ico-youtube:hover {
  color: #4a5669;
}
.ico-instagram-alt {
  width: 1.6rem;
  height: 1.6rem;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ico-instagram-alt:hover {
  color: #4a5669;
}
/* ------------------------------------------------------------ *\
	List-info
\* ------------------------------------------------------------ */
.list-info {
  list-style: none;
}
.list-info li {
  position: relative;
  padding-left: 3.3rem;
}
.list-info li:before {
  position: absolute;
  content: "";
  top: 0.4rem;
  left: 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 1.5rem;
  width: 0.8rem;
  border-bottom: 0.2rem solid #b0443b;
  border-right: 0.2rem solid #b0443b;
}
.list-info li + li {
  margin-top: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info li + li {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	List-locations
\* ------------------------------------------------------------ */
.list-locations {
  list-style: none;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations {
    margin-bottom: 2rem;
  }
}
.list-locations h3.h5 {
  font-weight: 400;
  letter-spacing: 0.02em;
}
.list-locations li + li {
  margin-top: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations li + li {
    margin-top: 1.5rem;
  }
}
.list-locations address {
  line-height: 1.1;
  max-width: 62%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations address {
    max-width: 100%;
    margin-bottom: 0.7rem;
  }
}
.list-locations + .list-locations {
  margin-bottom: 3.2rem;
}
.list-locations a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list-locations a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	List-logos
\* ------------------------------------------------------------ */
.list-logos {
  margin-bottom: 1rem;
}
.list-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.5rem 0.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos ul {
    margin: 0 -1.5rem;
    padding: 0 1.4rem;
  }
}
.list-logos li {
  padding: 0 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 5);
      flex-basis: calc(100% / 5);
  max-width: 20%;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: 33.33%;
    padding: 0 1.5rem;
  }
}
.list-logos .list__image a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list-logos .list__image a:hover {
  opacity: 0.7;
}
.list-logos .list__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  /* max-width: 14.8rem; */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.8%;
  /* flex: 0 0 12.8%; */
  width: 30%;
}
@media (max-width: 1023px) {
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.logo img {
  height: auto;
  /* width: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main h3 { color: #000000; }
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map a {
  display: inline-block !important;
}
.map [tabindex="0"]:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #e27509;
  z-index: 55;
  opacity: 0;
}
.map [tabindex="0"]:focus:after {
  opacity: 1;
}
.map .labels {
  margin: 8rem 0 0;
}
/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  height: 3rem;
  width: 2.7rem;
  z-index: 25;
}
.nav-trigger span, .nav-trigger:before, .nav-trigger:after {
  display: block;
  background-color: #444;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-trigger span {
  top: 0.7rem;
  height: 0.4rem;
}
.nav-trigger:before {
  top: 1.5rem;
  height: 0.4rem;
}
.nav-trigger:after {
  top: 2.3rem;
  height: 0.4rem;
}
.nav-trigger.is-open span {
  display: none;
}
.nav-trigger.is-open:before {
  -webkit-transform: translateX(-1.2rem) rotate(45deg);
      -ms-transform: translateX(-1.2rem) rotate(45deg);
          transform: translateX(-1.2rem) rotate(45deg);
}
.nav-trigger.is-open:after {
  -webkit-transform: translate(-1.2rem, -0.8rem) rotate(-45deg);
      -ms-transform: translate(-1.2rem, -0.8rem) rotate(-45deg);
          transform: translate(-1.2rem, -0.8rem) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .nav {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    margin-bottom: 3rem;
  }
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  list-style: none;
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li + li {
    margin-top: 1.5rem;
  }
}
.nav li.has-dd {
  position: relative;
}
.nav li a {
  position: relative;
  display: inline-block;
  padding-right: 1.7rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 1.2rem 3.8rem 2.7rem 3.1rem;
}
@media (max-width: 1199px) {
  .nav li.has-dd  a {
    padding: 1.2rem 2.6rem 2.7rem;
  }
}
.nav li.has-dd > a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.35rem 0 0.35rem;
  border-color: #1a1a1a transparent transparent transparent;
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s;
  -o-transition: border-color 0.3s, transform 0.3s;
  transition: border-color 0.3s, transform 0.3s;
  transition: border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  margin: -0.7rem 2.4rem 0 0;
}
@media (max-width: 1199px) {
  .nav li.has-dd  a:after {
    margin-right: 0.4rem;
  }
}
.nav li.has-dd:hover a {
  color: #fff;
  background-color: #253b8f;
}
.nav li.has-dd:hover a:after {
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 1023px) {
  .nav li.has-dd:hover a:after {
    border-color: #1a1a1a transparent transparent transparent;
  }
}
@media (max-width: 1023px) {
  .nav li.has-dd:hover a {
    background-color: transparent;
    color: #000;
  }
}
@media (max-width: 1023px) {
  .nav li.has-dd.is-open a {
    color: #fff;
    background-color: #253b8f;
  }
  .nav li.has-dd.is-open a:after {
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
.nav li.has-dd  ul {
  display: block;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  min-width: 19rem;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav li.has-dd  ul > li {
  background-color: #253b8f;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
}
.nav li.has-dd  ul > li:hover {
  opacity: 0.95;
}
.nav li.has-dd  ul a {
  display: block;
  padding: 1.8rem 2.4rem 2rem;
  line-height: 1.8rem;
}
.nav li.has-dd:hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1023px) {
  .nav li.has-dd:hover ul {
    visibility: hidden;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .nav li.has-dd.is-open ul {
    visibility: visible;
    position: relative;
    top: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
/* ------------------------------------------------------------ *\
	Section-callout
\* ------------------------------------------------------------ */
.section-callout {
  position: relative;
  margin: 8.7rem 0 4rem;
}
@media (max-width: 1023px) {
  .section-callout {
    margin: 4rem 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout {
    margin: 0;
  }
}
.section-callout h3 {
  color: #fff;
  font-size: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout h3 {
    font-size: 3rem;
  }
}
.section-callout .section__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-callout .section__image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 50, 0.5);
}
.section-callout .section__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-callout .section__inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.2rem 0 6.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__inner {
    display: block;
    text-align: left;
    padding: 5rem 0;
  }
}
.section-callout .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.003em;
}
.section-callout h3 {
  margin-bottom: 0.9rem;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout h3 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout p {
    margin-bottom: 2.2rem;
  }
}
.section-callout .section__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  text-align: right;
  padding: 1.6rem 0.6rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__actions {
    text-align: left;
    padding-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 7.8rem 0 6.3rem;
  letter-spacing: 0.003em;
}
@media (max-width: 1023px) {
  .section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 5rem 0 4.5rem;
  }
}
.section .section__head {
  margin-bottom: 7.2rem;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .section .section__head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    max-width: 100%;
  }
}
.section h2 {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .section h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.section h2.has-separator {
  position: relative;
}
.section h2.has-separator:after {
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  display: block;
  content: "";
  width: 10rem;
  height: 0.4rem;
  background-color: #af433b;
}
.section .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__inner {
    display: block;
  }
}
/*  Section--gray  */
.section--gray {
  background-color: #f5f6fa;
}
/*  Section--about  */
.section--about {
  overflow: auto;
  padding: 8.4rem 0 3rem;
}
@media (max-width: 1023px) {
  .section--about {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about {
    padding: 6rem 0 4rem;
  }
}
.section--about .section__head {
  margin-bottom: 5rem;
}
.section--about h2 {
  margin-bottom: 4rem;
}
.section--about h2.has-separator:after {
  bottom: -2.4rem;
}
.section--about .section__body {
  line-height: 1.2;
}
.section--about .section__body a, .main .shell a {
  text-decoration: underline;
}
.section--about .section__body a:hover, .main .shell a:hover {
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about p {
    margin-bottom: 1rem;
  }
}
/*  Section--services  */
.section--services {
  padding: 6.8rem 0 10.4rem;
}
@media (max-width: 1023px) {
  .section--services {
    padding: 5rem 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--services {
    padding: 4rem 0 6rem;
  }
}
.section--services .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .section--services .section__head {
    display: block;
  }
}
.section--services h2 {
  padding-top: 1.5rem;
}
/*  Section--reverse  */
.section--reverse {
  padding-bottom: 8.3rem;
}
@media (max-width: 1023px) {
  .section--reverse {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse {
    padding-bottom: 7rem;
  }
}
.section--reverse .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 13.5rem;
}
@media (max-width: 1023px) {
  .section--reverse .section__content {
    padding-left: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse .section__content {
    padding: 0;
    margin-bottom: 4rem;
  }
}
.section--reverse .section__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.section--reverse h2 {
  color: #b0443b;
  line-height: 0.8;
}
@media (max-width: 1023px) {
  .section--reverse h3 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse h3 {
    margin-bottom: 3rem;
  }
}
.section--reverse h3 small {
  display: inline-block;
  font-size: 2rem;
  color: #253b8f;
  font-weight: 400;
  letter-spacing: -0.005em;
  margin-bottom: 1.3rem;
}
@media (max-width: 1023px) {
  .section--reverse h3 small {
    margin-bottom: 0;
  }
}
/*  Section--testimonials  */
.section--testimonials {
  padding: 6.1rem 0 8rem;
  color: #808080;
}
@media (max-width: 1023px) {
  .section--testimonials {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials {
    padding: 4.5rem 0;
  }
}
.section--testimonials .section__content {
  padding: 0 2.5rem 3.2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials .section__content {
    padding: 0 2.5rem 5.2rem 0;
  }
}
.section--testimonials h2 {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials h2 {
    margin-bottom: 4rem;
  }
}
.section--testimonials h2.has-separator:after {
  bottom: -3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials h2.has-separator:after {
    bottom: -2rem;
  }
}
.section--testimonials p {
  margin-bottom: 4.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials p {
    margin-bottom: 2.5rem;
  }
}
/*  Section--logos  */
.section--logos {
  padding: 9.5rem 0 0.5rem;
}
@media (max-width: 1023px) {
  .section--logos {
    padding: 5rem 0 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--logos {
    padding: 5rem 0;
  }
}
.section--logos .section__head {
  margin-bottom: 9.4rem;
}
@media (max-width: 1023px) {
  .section--logos .section__head {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--logos .section__head {
    margin-bottom: 6rem;
  }
}
/*  Section--articles  */
.section--articles {
  padding-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--articles {
    padding-bottom: 4rem;
  }
}
.section--articles .section__head {
  letter-spacing: 0.01em;
}
.section--articles h2 {
  margin-bottom: 4.7rem;
}
.section--articles h2.has-separator:after {
  bottom: -3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--articles .section__body {
    padding: 0 1.5rem;
  }
}
/*  Section--locations  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations {
    padding: 3.5rem 0 0;
  }
}
.section--locations h3.h5 {
  font-weight: 400;
  color: #181c2a;
}
.section--locations .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.7%;
          flex: 0 0 31.7%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 3.5rem 0 0 3.1rem;
}
@media (max-width: 1023px) {
  .section--locations .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 3rem 0 4rem 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations .section__content {
    padding: 2.3rem 0 4.5rem 2.5rem;
  }
}
.section--locations .section__map {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 39%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68.3%;
          flex: 0 0 68.3%;
}
@media (max-width: 1023px) {
  .section--locations .section__map {
    padding-bottom: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations .section__map {
    padding-bottom: 59%;
    margin: -0.8rem;
  }
}
@media (max-width: 374px) {
  .section--locations .section__map {
    padding-bottom: 75%;
  }
}
/*  Section--intro  */
.section--intro {
  padding: 13.8rem 0 1.4rem;
}
@media (max-width: 1023px) {
  .section--intro {
    padding: 5rem 0 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro {
    padding: 5.5rem 0 2.5rem;
  }
}
.section--intro .section__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--intro .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51%;
          flex: 0 0 51%;
  padding: 0 7.6rem 4.1rem 0;
}
@media (max-width: 1023px) {
  .section--intro .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__content {
    padding: 0;
    margin-bottom: 7.6rem;
  }
}
.section--intro h2 {
  margin-bottom: 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro h2 {
    margin-bottom: 5.1rem;
  }
}
.section--intro h2.has-separator:after {
  bottom: -3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro h2.has-separator:after {
    bottom: -3rem;
  }
}
.section--intro .section__entry {
  padding-right: 7rem;
  margin-bottom: 6.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__entry {
    padding-right: 2rem;
    margin-bottom: 2.5rem;
  }
}
.section--intro .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  position: relative;
  min-height: 57.1rem;
}
@media (max-width: 1023px) {
  .section--intro .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    min-height: 50rem;
  }
}
@media (max-width: 575px) {
  .section--intro .section__aside {
    min-height: 36rem;
  }
}
@media (max-width: 374px) {
  .section--intro .section__aside {
    min-height: 32rem;
  }
}
.section--intro .section__image-front {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 55%;
  -webkit-box-shadow: 0 1rem 3.5rem 2rem rgba(33, 39, 53, 0.1);
          box-shadow: 0 1rem 3.5rem 2rem rgba(33, 39, 53, 0.1);
}
@media (max-width: 1023px) {
  .section--intro .section__image-front {
    max-width: 70%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__image-front {
    left: auto;
    right: 0;
    margin-right: -0.8rem;
  }
}
@media (max-width: 575px) {
  .section--intro .section__image-front {
    max-width: 52%;
  }
}
.section--intro .section__image-back {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 67%;
  -webkit-box-shadow: 0 1rem 3.5rem 2rem rgba(33, 39, 53, 0.1);
          box-shadow: 0 1rem 3.5rem 2rem rgba(33, 39, 53, 0.1);
}
@media (max-width: 1023px) {
  .section--intro .section__image-back {
    max-width: 70%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__image-back {
    right: auto;
    left: 0;
    margin-left: -0.8rem;
  }
}
@media (max-width: 575px) {
  .section--intro .section__image-back {
    max-width: 65%;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 117rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Skipper
\* ------------------------------------------------------------ */
.skipper {
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.skipper:focus {
  position: fixed;
  background-color: #cb3b2d;
  color: #fff;
  padding: 1rem;
  top: 2rem;
  left: 2rem;
  z-index: 50;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-right: 2.5rem;
}
.socials li + li {
  margin-left: 3.3rem;
}
@media (max-width: 1199px) {
  .socials li + li {
    margin-left: 2.3rem;
  }
}
/*  Socials--alt  */
.socials--alt {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials--alt {
    margin-bottom: 1.5rem;
  }
}
.socials--alt ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.socials--alt li + li {
  margin-left: 1.7rem;
}
.socials--alt a {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 3.7rem;
  width: 3.7rem;
  background-color: #253988;
  border-radius: 50%;
}
.socials--alt a:hover {
  opacity: 0.7;
}
.socials--alt svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2.3rem;
  width: 2.3rem;
  color: #fff;
}
.socials--alt svg:hover {
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background-color: rgba(37, 57, 143, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    margin: 0 1.6rem 2.3rem;
  }
}
.testimonial .testimonial__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 5.5rem 3.9rem 5.2rem;
  border-bottom: 0.2rem solid #dddfe8;
  letter-spacing: -0.005em;
  color: #262c4c;
}
@media (max-width: 1023px) {
  .testimonial .testimonial__content {
    padding: 5rem 1.5rem 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__content {
    padding: 5.5rem 3.5rem 5rem;
  }
}
.testimonial .testimonial__cite {
  padding: 3rem 4.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  .testimonial .testimonial__cite {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__cite {
    padding: 3rem 4rem;
  }
}
.testimonial cite {
  position: relative;
  z-index: 2;
  font-style: normal;
  color: #b0443b;
}
.testimonial cite span {
  display: block;
  font-style: normal;
  color: #808080;
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  position: relative;
}
.tile .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile .tile__image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tile .tile__image a:hover {
  opacity: 0.7;
}
.tile .tile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tile .tile__content {
  position: relative;
  z-index: 3;
  pointer-events: none;
  width: 100%;
  min-height: 37rem;
  text-align: center;
  color: #ccc;
  letter-spacing: 0.003em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0 0 0;
}
@media (max-width: 1023px) {
  .tile .tile__content {
    min-height: 32rem;
  }
}
@media (max-width: 575px) {
  .tile .tile__content {
    min-height: 28rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .tile .tile__content {
    min-height: 24rem;
    font-size: 1.4rem;
  }
}
.tile h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .tile h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .tile h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .tile h3 {
    font-size: 2.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */


/* Remove List bullets */
.list-stars {
	list-style: none;
}

.list-icons {
	list-style: none;
}


/* Associations */

.brands .brands__item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 7px;
    margin-bottom: 16px;
}

.brand {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d6d6;
    height: 150px;
    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;
    padding: 21px 0 22px;
}

.brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .brand {
      min-height: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .brand {
      height: 100%;
      min-height: auto;
      padding: 11px 0; } }
	  

.brand img {
    max-width: 100%;
	max-height: 145px;
    display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .brand img {
        max-width: 50%;
        min-width: 90px;
        margin: auto; } }
		
		
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.brands .brands__item {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3px;
    min-height: 68px;
    margin-bottom: 7px;
}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.brands {
    margin: 0 -3px;
}}

.copyright {
    max-width: 1200px;
    text-align: center;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}


.hero h2 {
    position: relative;
}

.hero h2 {
    color: #000;
}

.hero h2 {
    text-transform: uppercase;
    margin-bottom: 6rem;
    letter-spacing: 0;
}



@media (max-width: 812px) {
.hero h2 {
    font-size: 4.5rem;
    color: #000;
    line-height: 1.06;
} }

.hero h2:not(:empty):after {
    position: absolute;
    bottom: -2.7rem;
    left: 0;
    display: block;
    content: "";
    width: 10rem;
    height: 0.5rem;
    background-color: #af433b;
}

.hero h2:after {
    background-color: #af433b;
}

.socials_section {
    min-width: 200px;
    list-style: none;
    float: right;
    padding-left: 25px;
}

li {
	list-style-position: inside;
}





@media (max-width: 812px) {
	.header .header__foot { text-align: center; color: orange; min-height: 107.5px; display:-webkit-box!important; display:-ms-flexbox!important; display:flex!important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.header .header__foot strong { margin-bottom: 5px; }
}


@media (max-width: 812px) {
.list-logos-alt li {
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
    border-radius: 50%;
    position: relative;
} }

@media (max-width: 812px) {
.list-logos-alt li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 70%;
    max-height: 70%;
    width: 100%;
    height: auto;
}}


.mobile__header__logo {display: none;}

@media (max-width: 1023px) {
	.mobile__header__logo {display: block !important; }
	.logo { width: 50%; }
}

@media (max-width: 767px) {
.mobile__header__logo {display: block !important;/* float: right; */text-align: center;}
}

.mobile__header__bar{display: none;}

@media (max-width: 767px) {
.mobile__header__bar {display: block !important;font-size: 12px;text-align: center;}
}

@media (max-width: 767px) {
.socials_section {
    display: none !important;
}
}

@media (max-width: 767px) {
.nav .has-dd > a {pointer-events: none;}
}

@media (max-width: 767px) {
.is-open > a {pointer-events: auto !important;}
}

/* Newsletter */

.section--newsletter {
  padding-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--newsletter {
    padding-bottom: 4rem;
  }
}
.section--newsletter .section__head {
  letter-spacing: 0.01em;
}
.section--newsletter h2 {
  margin-bottom: 4.7rem;
}
.section--newsletter h2.has-separator:after {
  bottom: -3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--newsletter .section__body {
    padding: 0 1.5rem;
  }
}


.form-subscribe form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.form-subscribe .form__controls { margin-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }

.form-subscribe .form__controls + .form__controls { margin-left: 29px; }

.form-subscribe .form__actions { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; margin-left: 36px; }

.form-subscribe .form__actions input { width: 100%; -webkit-box-shadow: none; box-shadow: none; border: 0px;}

.form-subscribe label { display: none;  }

.form-subscribe .field { height: 65px; border-radius: 33px; padding: 0 37px; font-size: 16px; font-weight: 500; color: rgba(0,0,0,.5); width: 100%; border: 0; background-color: #cccccc !important; }

@media (max-width: 1300px) {
	.form-subscribe .form__controls { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
}

@media (max-width: 1200px) {
	.form-subscribe .form__controls { margin-left: 30px; }
	.form-subscribe .form__controls + .form__controls { margin-left: 20px; }
	.form-subscribe .form__actions { margin-left: 20px; }
}

@media (max-width: 1023px) {
	.form-subscribe .form__controls { margin-left: 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; max-width: 100%; }
}

@media (max-width: 767px) {
	.form-subscribe form { display: block; }	
	.form-subscribe .form__controls + .form__controls { margin-left: 0; margin-top: 16px; }
	.form-subscribe .form__actions { max-width: 254px; margin: 20px auto 0; }
	.form-subscribe .form__actions input { font-size: 18px; height: 53px; }
	.form-subscribe .field { height: 40px; font-size: 10px; font-weight: 500;  }

}

.nav-socials { display: none; }

@media (max-width: 767px) {
  .nav-socials { display: block; }
}

.nav-socials {
  margin-top: 10px;
}

.nav-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; 
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-socials ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; 
		} 
}
.nav-socials li {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0; 
}

.nav-socials li + li {
    margin-left: 7px; 
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-socials li + li {
        margin-left: 30px; 
		} 
}

.nav-socials li img { position: absolute; }

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer_new {
  display: block;
  text-align: center;
  padding: 10.1rem 0;
  position: relative;
}

@media (max-width: 1199px) {
  .footer_new {
    padding: 10rem 0 6rem;
  }
}
@media (max-width: 1023px) {
  .footer_new {
    padding: 5.7rem 0 4.7rem;
  }
}

.footer_new .shell {
  padding-top: 3rem;
}

.footer_new .footer__main_new {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .footer_new .footer__main_new {
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new {
    gap: 0;
  }
}
.footer_new .footer__main_new .footer__content_new {
  padding-bottom: 0.5rem;
  width: 41%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .footer_new .footer__main_new .footer__content_new {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__content_new {
    width: 100%;
    text-align: center;
    order: 1;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.footer_new .footer__main_new .footer__content_new .logo_new {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__content_new .logo_new {
    margin-bottom: 1.9rem;
  }
}
.footer_new .footer__main_new .footer__content_new > p {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: -0.002em;
  max-width: 40rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__content_new > p {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.93;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_new .footer__main_new .footer__title_new {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__title_new {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.footer_new .footer__main_new .footer__nav-wrapper_new,
.footer_new .footer__main_new .footer__contacts_new {
  padding-top: 1.7rem;
}
@media (max-width: 1199px) {
  .footer_new .footer__main_new .footer__nav-wrapper_new,
  .footer_new .footer__main_new .footer__contacts_new {
    padding-top: 0;
  }
}
.footer_new .footer__main_new .footer__nav-wrapper_new {
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__nav-wrapper_new {
    order: 3;
  }
}
.footer_new .footer__main_new .footer__nav-wrapper_new .footer__nav_new ul {
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__nav-wrapper_new .footer__nav_new ul {
    font-size: 1.8rem;
  }
}
.footer_new .footer__main_new .footer__nav-wrapper_new .footer__nav_new ul li + li {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__nav-wrapper_new .footer__nav_new ul li + li {
    margin-top: 0.6rem;
  }
}
.footer_new .footer__main_new .footer__nav-wrapper_new .footer__nav_new a {
  text-decoration: none;
}
.footer_new .footer__main_new .footer__contacts_new {
  width: 28%;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new {
    order: 4;
    width: 50%;
    text-align: right;
	overflow-wrap: anywhere;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__title_new {
  margin-bottom: 0.2rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__title_new {
    margin-bottom: 0.8rem;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact_new:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__contact_new:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact_new h6 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 0;
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact_new address {
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em
  line-height: 1.579;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__contact_new address {
    font-size: 1.7rem;
    line-height: 1.647;
    margin-left: auto;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact--tel_new:not(:last-child) {
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__contact--tel_new:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact--tel_new h6 {
  margin-bottom: 0.3rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__contact--tel_new h6 {
    margin-bottom: 0rem;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact--tel_new a {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__contact--tel_new a {
    font-size: 2.3rem;
  }
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact--email_new h6 {
  margin-bottom: 0.1rem;
  line-height: 1;
}
.footer_new .footer__main_new .footer__contacts_new .footer__contact--email_new a {
  display: inline-block;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__contacts_new .footer__contact--email_new a {
    font-size: 1.8rem;
  }
}
.footer_new .footer__main_new .footer__socials_new {
  padding-top: 2.8rem;
  width: 7rem;
}
@media (max-width: 1023px) {
  .footer_new .footer__main_new .footer__socials_new {
    order: 2;
    width: 100%;
    padding: 0;
    margin-bottom: 5.2rem;
  }
}
.footer_new .footer__foot_new {
  margin-top: 5.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 3.8rem;
  text-align: center
}
.footer_new .footer__foot_new .footer__foot-aside_new > p {
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.footer_new .footer__foot_new .footer__foot-aside_new > p strong {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
}
.footer_new .footer__foot_new .footer__links_new {
  list-style-type: none;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footer_new .footer__foot_new .footer__links_new li {
  display: inline;
}
.footer_new .footer__foot_new .footer__links_new li + li {
  margin-left: 2.1rem;
  border-left: 1px solid currentColor;
  padding-left: 2.5rem;
}
.footer_new .footer__foot_new .footer__links_new a {
  text-decoration: none;
}
.footer_new .footer__foot_new .footer__payments_new {
  margin-top: 4.8rem;
  gap: 1.7rem;
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
}
.footer_new .footer__actions_new {
  position: absolute;
  right: 3.8rem;
  bottom: 1rem;
  font-size: 0;
  border: 1px solid var(--c-white);
  padding: 0.2rem 0.2rem 0.3rem;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
}
@media (max-width: 1899px) {
  .footer_new .footer__actions_new {
    display: none;
  }
}
.footer_new .footer__actions_new ul {
  list-style-type: none;
}
.footer_new .footer__actions_new ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.footer_new .footer__actions_new ul a {
  display: block;
  transition: opacity 0.3s;
  border-radius: 0.8rem;
  aspect-ratio: 0.92;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7.4rem;
}
.footer_new .footer__actions_new ul a:hover {
  opacity: 0.6;
}

.footer_new .footer__actions_new ul picture {
  display: inline-block;
  font-size: 0;
  mask-size: 100% auto;
  transition: color 0.3s;
}
.footer_new .footer__actions_new ul picture img {
  opacity: 0;
}


.footer_new .logo_new:hover {
  transform: scale(1.02);
}
.footer_new .logo_new {
  display: inline-block;
  font-size: 4rem;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.3s;
}
@media (max-width: 1899px) {
  .footer_new .logo_new {
    font-size: 5rem;
  }
}
@media (max-width: 1399px) {
  .footer_new .logo_new {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .footer_new .logo_new {
    font-size: 2.687rem;
  }
}
.footer_new .logo--small_new  {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .footer_new .logo--small_new  {
    font-size: 4rem;
  }
}
/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */
.socials_new ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .socials_new ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.socials_new ul li {
  width: 100%;
}
@media (max-width: 1023px) {
  .socials_new ul li {
    max-width: 6.8rem;
  }
}
.socials_new ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.socials_new ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s;
}
.socials_new ul a:hover {
  opacity: 0.6;
}

