@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@200&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");

/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  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;
  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: 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;
}
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] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  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::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 {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Open Sans Condensed";
  src: url("OpenSans-CondensedBold.woff2") format("woff2"), url("OpenSans-CondensedBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #0E3793;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.36;
  color: #F5F5F5;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  body.nav-open {
    overflow: hidden;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
a:focus-visible:not(:hover) {
  outline: 2px solid red;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.36em / 2);
  font-family: "Open Sans Condensed", sans-serif;
}
.h1,
h1 {
  font-size: 6.4rem;
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 3.2rem;
  }
}
.h2,
h2 {
  font-size: 4.8rem;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3.2rem;
  }
}
.h4,
h4 {
  font-size: 3.2rem;
}
.h5,
h5 {
  font-size: 2.8rem;
}
.h6,
h6 {
  font-size: 2.4rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.36em;
}
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
\* ------------------------------------------------------------ */
/*  Has Separator  */
.has-separator {
  position: relative;
}
.has-separator:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  content: "";
  background: url("../images/separator@2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-separator:after {
    background: url("../images/separator-mobile@2x.png") 0 0 no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-separator--mobile {
    position: relative;
  }
  .has-separator--mobile:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    content: "";
    background: url("../images/separator-mobile@2x.png") 0 0 no-repeat;
    background-position: center;
    background-size: contain;
  }
}
/*  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
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	article
\* ------------------------------------------------------------ */
.article {
  background-color: #fff;
  color: #000;
  border-radius: 1rem;
  padding: 5.6rem 5.6rem 5.9rem;
  margin: 0 0.4rem;
}
@media (max-width: 1023px) {
  .article {
    background-color: #1140A8;
    color: #fff;
    box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    padding: 1.9rem 3.5rem 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    padding: 1.7rem 2.2rem 1.8rem 3.5rem;
  }
}
.article h4 {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .article h4 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
.article .h4 {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .article .h4 {
    display: none;
  }
}
.article h6 {
  text-transform: uppercase;
  margin-bottom: 0.1rem;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1023px) {
  .article h6 {
    font-size: 1.6rem;
  }
}
.article p {
  margin-bottom: 1.6em;
}
.article p + h6 {
  margin-top: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article p + h6 {
    margin-top: 1.6rem;
  }
}
.article .article__head {
  text-align: center;
  margin-bottom: 2.9rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .article .article__head {
    max-width: 60%;
    margin: 0 auto 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__head {
    max-width: unset;
    margin-bottom: 0.6rem;
  }
}
.article .article__image {
  float: left;
  margin-right: 4.4rem;
  max-width: 35.4rem;
  padding-left: 1.3rem;
  margin-top: -0.8rem;
}
@media (max-width: 1023px) {
  .article .article__image {
    float: none;
    margin: 0 -3.5rem 0.9rem -3.5rem;
    max-width: unset;
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image {
    margin: 0 -2.2rem 0.9rem -3.5rem;
  }
}
@media (max-width: 1023px) {
  .article .article__image img {
    width: 100%;
  }
}
.article .article__image--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .article .article__image--mobile {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image--mobile {
    padding: 32.2%;
    position: relative;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image--mobile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1023px) {
  .article .article__body .article__image {
    display: none;
    height: 0;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__body {
    margin-bottom: 0rem;
  }
}
.article a {
  text-decoration: underline;
  transition: opacity 0.4s;
}
.article a:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background-color: #000;
  padding: 4.5rem 0 0.9rem;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .bar {
    padding: 1.2rem 0 1.9rem;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar {
    padding: 1.6rem 0 1.9rem;
  }
}
.bar .bar__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .bar .bar__inner {
    flex-wrap: wrap;
  }
}
.bar .bar__main {
  flex: 0 0 54.8%;
  margin-right: 6rem;
  padding-top: 1rem;
}
@media (max-width: 1199px) {
  .bar .bar__main {
    flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .bar .bar__main {
    flex: 0 0 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar .bar__main {
    padding: 0 2.9rem;
  }
}
@media (max-width: 1023px) {
  .bar .bar__aside {
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar .bar__aside {
    margin-bottom: 2.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Box news
\* ------------------------------------------------------------ */
.box-news {
  background-color: #fff;
  color: #000;
  border-radius: 1rem;
  padding: 2.4rem 1.7rem 1.8rem;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  min-height: 100%;
}
@media (max-width: 1023px) {
  .box-news {
    max-width: 32.9rem;
    margin: 0 auto;
  }
}
.box-news:hover span {
  opacity: 0.4;
}
.box-news h6 {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-news h6 {
    margin-bottom: 1.1rem;
  }
}
.box-news span {
  font-size: 2rem;
  text-decoration: none;
  transition: opacity 0.4s;
  padding-left: 0.1rem;
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  background-color: #1140A8;
  text-align: center;
  padding: 2.9rem 3.3rem 11.9rem;
  border-radius: 1rem;
  position: relative;
  min-height: 100%;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199px) {
  .box {
    padding: 2.9rem 1.5rem 14.5rem;
  }
}
@media (max-width: 1023px) {
  .box {
    padding-bottom: 11.9rem;
    max-width: 64rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box {
    padding: 2.2rem 1.5rem 9.1rem;
    font-size: 2.4rem;
  }
}
.box .box__head {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0.9rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.4rem;
}
@media (max-width: 1023px) {
  .box .box__head {
    min-height: unset;
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__head {
    padding-bottom: 1.7rem;
    margin-bottom: 1.8rem;
  }
}
.box .box__head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  content: "";
  background: url("../images/separator-1@2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: contain;
}
.box h6 {
  font-family: "Open Sans", sans-serif;
}
.box .box__body {
  padding-bottom: 2.4rem;
  padding: 0 1.2rem;
}
.box .box__actions {
  position: absolute;
  bottom: 4.6rem;
  left: 3.3rem;
  right: 3.3rem;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__actions {
    bottom: 2.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes {
  display: flex;
  flex-flow: row wrap;
  margin: -2rem -4.7rem;
  justify-content: center;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
@media (max-width: 1199px) {
  .boxes {
    margin: -2rem;
  }
}
@media (max-width: 1023px) {
  .boxes {
    margin: -1.6rem -2rem;
  }
}
.boxes .boxes__item {
  max-width: 100%;
  flex: 1;
  padding: 2rem 4.7rem;
}
@media (max-width: 1199px) {
  .boxes .boxes__item {
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
  .boxes .boxes__item {
    padding: 1.6rem 2rem;
  }
}
.boxes .boxes__item--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.boxes .boxes__item--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media (max-width: 1023px) {
  .boxes .boxes__item--1of3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    display: flex;
  }
}
.breadcrumbs h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
}
@media (max-width: 1023px) {
  .breadcrumbs h2 {
    font-size: 1.6rem;
  }
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li + li {
  margin-left: 0.9rem;
  padding-left: 1.8rem;
}
@media (max-width: 1023px) {
  .breadcrumbs li + li {
    margin-left: 0.4rem;
    padding-left: 1.4rem;
  }
}
.breadcrumbs li + li:before {
  position: absolute;
  content: ">";
  top: 0rem;
  left: 0;
}
.breadcrumbs a {
  text-decoration: none;
  transition: opacity 0.4s;
}
.breadcrumbs a:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-transform: uppercase;
  background-color: #B60000;
  line-height: 1.36;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 2.3rem 3rem 2.3rem 3rem;
  border-radius: 0.5rem;
  transition: background-color 0.4s;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 2.4rem;
    padding: 1rem 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    padding: 1rem 2.2rem;
  }
}
.btn:hover {
  background-color: #FA2A2A;
}
.btn i {
  font-size: 3.6rem;
  font-weight: 900;
  margin-right: 2.2rem;
}
@media (max-width: 1023px) {
  .btn i {
    font-size: 2.4rem;
    margin-right: 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn i {
    display: none;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  Btn small  */
.btn--small {
  padding: 1rem 2.2rem;
  font-size: 2.4rem;
}
@media (max-width: 374px) {
  .btn--small {
    font-size: 1.8rem;
  }
}
.btn--small i {
  font-size: 2.4rem;
  margin-right: 1.1rem;
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  background-color: rgba(46, 46, 46, 0.8);
  padding: 5rem 0 4.1rem;
  display: none;
}
@media (max-width: 1023px) {
  .callout {
    display: block;
  }
}
.callout a {
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  display: block;
}
.callout a strong {
  display: block;
  color: #FFA800;
  font-size: 3.6rem;
  margin-top: 1.2rem;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #2E2E2E;
  padding: 3.2rem 0 1.7rem;
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 2.5rem 0 4rem;
  }
}
.footer h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: -0.4rem;
}
@media (max-width: 1023px) {
  .footer h2 {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer h2 {
    margin-bottom: 1.1rem;
  }
}
.footer .footer__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.1rem 2.4rem;
  color: #FA2A2A;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links {
    font-size: 2rem;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.footer .footer__links li {
  padding: 0 2.1rem;
  flex: 0 0 50%;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links li {
    flex: 0 0 100%;
  }
}
.footer .footer__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  margin: 0 -2.1rem 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols {
    margin-bottom: 2.8rem;
  }
}
.footer .footer__cols .footer__col {
  flex: 0 0 50%;
  padding: 0 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols .footer__col {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols .footer__col + .footer__col {
    margin-top: 2.1rem;
  }
}
.footer .footer__entry {
  text-align: center;
}
.footer .footer__entry a {
  text-decoration: none;
  transition: opacity 0.4s;
  display: block;
}
.footer .footer__entry a:hover {
  opacity: 0.6;
}
.footer .footer__body {
/*  max-width: 95.7rem;
  margin: 0 auto;*/
}
.footer p {
  font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer p {
    font-size: 1.2rem;
    padding: 0 1.3rem 0 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: -1rem -2.7rem;
  justify-content: center;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
@media (max-width: 1023px) {
  .grid {
    margin: -1rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
  padding: 1rem 2.7rem;
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 1rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 3.4rem 0 1.9rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  background-color: #0E3793;
}
@media (max-width: 1023px) {
  .header {
    padding: 0.8rem 0 0.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 1.1rem 0 1.1rem;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .header__main {
  display: flex;
  align-items: center;
  margin-left: -2.1rem;
}
@media (max-width: 1023px) {
  .header .header__main {
    justify-content: center;
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1314px) {
  .header .header__main {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__aside {
    flex: 0 0 100%;
  }
}
.header .nav-btn {
  margin-right: 3.8rem;
}
@media (max-width: 1023px) {
  .header .nav-btn {
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translateY(-50%);
    z-index: 5;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .nav-btn {
    left: 1rem;
  }
}
.header .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 39rem;
  height: 100%;
  background-color: #2E2E2E;
  z-index: 3;
  overflow-x: hidden;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, opacity 0.4s;
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 7rem 0;
}
@media (max-width: 1023px) {
  .header .header__nav {
    transform: unset;
    width: 100%;
    box-shadow: unset;
    transition: transform 1s, opacity 0.4s;
    padding: 13.2rem 0 7rem;
  }
  .header .header__nav:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    background-color: #2E2E2E;
    content: "";
    z-index: 3;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav {
    padding: 10.2rem 0 7rem;
  }
}
.header .header__nav .nav-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  left: auto;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .header .header__nav .nav-btn {
    display: none;
  }
}
.header .header__btn {
  display: block;
  background-color: #B60000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1.4rem 1rem 1.1rem;
  font-size: 3.2rem;
  transition: background-color 0.4s;
}
.header .header__btn:hover {
  background-color: #FA2A2A;
}
.header.nav-open .header__nav {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1023.02px) {
  .header.nav-open .header__nav {
    transform: translateX(0);
  }
}
.header.nav-open .nav-btn span:nth-child(2) {
  opacity: 0;
}
.header.nav-open .nav-btn span:nth-child(1) {
  transform: translateY(1rem) translateX(-0.2rem) rotate(45deg);
}
.header.nav-open .nav-btn span:nth-child(3) {
  transform: translateY(-0.6rem) translateX(-0.2rem) rotate(-45deg);
}
@media (min-width: 1023.02px) {
  .header.nav-open .header__main > .nav-btn {
    opacity: 0;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  padding: 18rem 0 19.1rem;
}
@media (max-width: 1023px) {
  .hero {
    padding: 10rem 0 14.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    padding: 4.2rem 0 10.3rem;
  }
}
.hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  content: "";
  background: url("../images/separator@2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1023px) {
  .hero:after {
    display: none;
  }
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4.1rem);
}

.hero .hero__background:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.58;
}

@media (max-width: 1023px) {
  .hero .hero__background {
    height: 100%;
  }
}
.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero h1 {
  text-transform: uppercase;
}
.hero .hero__entry {
  position: relative;
  text-align: center;
  max-width: 63.7rem;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry {
    max-width: 30.1rem;
  }
}
.hero--alt {
  padding: 22.6rem 0 8rem;
}
@media (max-width: 1023px) {
  .hero--alt {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt {
    padding: 8.7rem 0 1.1rem;
  }
}
.hero--alt:after {
  bottom: 2.7rem;
}
.hero--alt .hero__entry {
  text-align: left;
  max-width: unset;
  margin-left: -2.2rem;
}
@media (max-width: 1314px) {
  .hero--alt .hero__entry {
    margin-left: 0;
  }
}
.hero--alt .hero__background {
  height: calc(100% - 5.9rem);
}
@media (max-width: 1023px) {
  .hero--alt .hero__background {
    height: 100%;
  }
}
/* ------------------------------------------------------------ *\
	List info
\* ------------------------------------------------------------ */
.info-panel {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.6rem;
  padding-left: 4.3rem;
}
@media (max-width: 1023px) {
  .info-panel {
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
  }
}
.info-panel i {
  text-align: center;
  font-size: 3.6rem;
  margin-right: 3rem;
  flex: 0 0 4.1rem;
}
@media (max-width: 1023px) {
  .info-panel i {
    display: none;
  }
}
.info-panel a {
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.4s;
  display: flex;
  margin-bottom: 2.8rem;
}
@media (max-width: 1023px) {
  .info-panel a {
    justify-content: center;
    margin-bottom: 0.8rem;
  }
  .info-panel a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .info-panel a {
    margin-bottom: -0.3rem;
  }
}
.info-panel a:hover {
  opacity: 0.6;
}
.info-panel a[href^="tel:"] {
  font-size: 3.2rem;
  color: #FFD600;
  padding-top: 0.5rem;
  align-items: center;
  margin-bottom: 3.3rem;
}
@media (max-width: 1023px) {
  .info-panel a[href^="tel:"] {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .info-panel a[href^="tel:"] {
    font-size: 2.4rem;
  }
}
.info-panel a[href^="tel:"] i {
  position: relative;
  top: -0.3rem;
}
.info-panel h3 {
  font-size: 3.6rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.info-panel .panel__schedule {
  font-size: 2rem;
  display: flex;
}
@media (max-width: 1023px) {
  .info-panel .panel__schedule {
    display: none;
  }
}
.info-panel .panel__schedule ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.6rem;
}
.info-panel .panel__schedule small {
  font-size: inherit;
  font-style: italic;
  font-weight: 700;
}
.info-panel .panel__schedule i {
  padding-top: 0.6rem;
}
/* ------------------------------------------------------------ *\
	js toggle text
\* ------------------------------------------------------------ */
.js-toggle-text {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 1023px) {
  .js-toggle-text {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .js-hidden-text {
    overflow: hidden;
    transition: height 1s;
  }
}
/* ------------------------------------------------------------ *\
	List logos
\* ------------------------------------------------------------ */
.list-logos {
  margin: -0.8rem -0.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos {
    margin: -0.2rem;
  }
}
.list-logos li {
  padding: 0.8rem 0.7rem;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    padding: 0.2rem;
  }
}
@media (max-width: 1023px) {
  .list-logos li {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
.list-logos img {
  max-width: 100%;
  max-height: 14.5rem;
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos img {
    max-height: 6.9rem;
  }
}
.list-logos a {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d8d6d6;
  height: 17.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.1rem 0 2.2rem;
  transition: opacity 0.4s;
}
@media (max-width: 1023px) {
  .list-logos a {
    height: 13.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos a {
    height: 8.9rem;
  }
}
.list-logos a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	List payments
\* ------------------------------------------------------------ */
.list-payments {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .list-payments {
    justify-content: center;
  }
}
.list-payments img {
/*  width: 7rem;*/
}
@media (max-width: 1023px) {
  .list-payments img {
    width: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-payments img {
    width: 4.4rem;
  }
}
.list-payments li + li {
  margin-left: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-payments li + li {
    margin-left: 0.4rem;
  }
}
/* ------------------------------------------------------------ *\
	List services
\* ------------------------------------------------------------ */
.list-services {
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .list-services {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-services {
    margin: 0 -3rem 2.2rem;
  }
}

.list-services a {
  text-decoration: none; 
}

.list-services li {
  padding: 1.8rem 0 2.1rem;
  position: relative;
}
@media (max-width: 1023px) {
  .list-services li {
    padding: 1.1rem 0 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-services li {
    padding: 1.1rem 0 2.2rem;
  }
}
.list-services li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  content: "";
  background: url("../images/separator@2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-services li:after {
    background: url("../images/separator-mobile@2x.png") 0 0 no-repeat;
    background-position: center;
    background-size: contain;
  }
}
/* ------------------------------------------------------------ *\
	List stars
\* ------------------------------------------------------------ */
.list-stars {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1.4rem;
}
.list-stars li {
  padding: 0 1.4rem;
}
.list-stars--small {
  margin: 0 -0.7rem;
}
.list-stars--small li {
  padding: 0 0.7rem;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  flex: 0 0 27.6rem;
  max-width: 27.6rem;
}
@media (max-width: 1023px) {
  .logo {
    text-align: center;
    z-index: 5;
    height: 78.25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    flex: 0 0 20rem;
    max-width: 20rem;
	height: auto;
  }
}
.logo img {
  height: 100%;
  width: auto;
}

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  display: block;
  height: 45.7rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .map {
    width: unset;
    margin: 0 -3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .map {
    height: 27.1rem;
  }
}
.map a {
  display: inline-block !important;
}
.map [tabindex="0"]:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #B60000;
  z-index: 55;
  opacity: 0;
}
.map [tabindex="0"]:focus:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	nav btn
\* ------------------------------------------------------------ */
.nav-btn {
  display: inline-block;
  width: 3.5rem;
  flex: 0 0 3.5rem;
  cursor: pointer;
  transition: opacity 0.4s;
  padding-top: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-btn {
    width: 2rem;
  }
}
.nav-btn span {
  display: block;
  height: 3px;
  background-color: white;
  transition: 0.4s;
}
.nav-btn span + span {
  margin-top: 5px;
}
/* ------------------------------------------------------------ *\
	nav
\* ------------------------------------------------------------ */
.nav {
  text-align: center;
}
.nav > ul {
  list-style: none;
  font-size: 3.2rem;
  margin-bottom: 0px; 
}
.nav > ul > li > a {
  text-decoration: none;
  transition: opacity 0.4s;
  display: inline-block;
  padding: 0 1rem 2rem;
}
/*@media (max-width: 1023px) {
  .nav > ul > li > a {
    padding: 0.9rem 1rem 1.9rem;
  }
}*/
.nav > ul > li > a:hover {
  opacity: 0.6;
}
.nav > ul > li {
  position: relative;
  padding: 1.1rem 0 0;
}

@media (max-width: 1023px) {
  .nav > ul > li {
    padding: 0.9rem 0 0;
  }
}

.nav > ul + ul > li:last-child:after {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li:last-child a {
    padding-bottom: 1.9rem;
  }
}
.nav > ul > li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  content: "";
  background: url("../images/separator@2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li:after {
    background: url("../images/separator-mobile@2x.png") 0 0 no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.nav li.has-dd > a {
  position: relative;
}
.nav .dropdown-arrow {
  font-style: normal;
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  display: inline-block;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 1.2rem;
  position: relative;
  top: 0.3rem;
  cursor: pointer;
  transition: transform 0.4s;
}
.nav li.has-dd:last-child .sub {
  padding-bottom: 0;
}
.nav li.has-dd.dropdown-open > .dropdown-arrow {
  transform: rotate(-90deg);
}
.nav .sub {
  font-size: 2.4rem;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  display: none;
}
.nav .sub ul {
  list-style: none;
}
.nav .sub a {
  display: block;
  text-decoration: none;
  padding: 1.2rem 1rem;
  background-color: #1140A8;
  transition: background-color 0.4s;
}
.nav .sub a:hover {
  background-color: #0E3793;
}
.nav .nav__address {
  font-size: 1.6rem;
  padding: 0 0 1.7rem;
  font-weight: 700;
}
.nav-secondary {
  font-size: 3.6rem;
  padding-right: 0.1rem;
  padding-bottom: 0.3rem;
}
.nav-secondary ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav-secondary ul {
    justify-content: center;
  }
}
.nav-secondary li + li {
  margin-left: 4rem;
}
@media (max-width: 374px) {
  .nav-secondary li + li {
    margin-left: 2.3rem;
  }
}
.nav-secondary a {
  display: inline-block;
  transition: opacity 0.4s;
}
.nav-secondary a:hover {
  opacity: 0.6;
}
.nav-secondary img {
  min-width: 2.4rem !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary img {
    position: relative;
    top: -0.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Section-article
\* ------------------------------------------------------------ */
.section-article {
  padding: 5.4rem 0 5.3rem;
}
@media (max-width: 1023px) {
  .section-article {
    padding: 2rem 0 2.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Section-map
\* ------------------------------------------------------------ */
.section-map {
  padding: 7rem 0 5.8rem;
}
@media (max-width: 1023px) {
  .section-map {
    padding: 2.6rem 0 3.6rem;
  }
}
.section-map .section__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .section-map .section__inner {
    flex-wrap: wrap;
  }
}
.section-map .section__main {
  margin-right: 8.5rem;
  flex: 0 0 54.5%;
}
@media (max-width: 1023px) {
  .section-map .section__main {
    flex: 0 0 100%;
    margin-bottom: 3.6rem;
    margin-right: 0;
  }
}
.section-map .section__aside {
  font-size: 4rem;
  font-family: "Open Sans Condensed", sans-serif;
  padding-top: 0.3rem;
}
.section-map .section__aside h2 {
  text-transform: uppercase;
  margin-bottom: 5.2rem;
}
@media (max-width: 1023px) {
  .section-map .section__aside h2 {
    font-size: 2rem;
    max-width: 87%;
    margin: 0 auto;
  }
}
.section-map .section__entry {
  padding-right: 2rem;
}
@media (max-width: 1023px) {
  .section-map .section__entry {
    font-size: 2rem;
    max-width: 88%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0.1rem;
  }
}
.section-map .section__entry a {
  text-transform: capitalize;
}

.serving-areas-list { 
  display: inline;
  list-style: none;
  padding: 0px;
}
.serving-areas-list li {
  display: inline;
}
.serving-areas-list li::after {
  content: ", ";
}
.serving-areas-list li:last-child::after {
    content: "";
}


/* ------------------------------------------------------------ *\
	Section-news
\* ------------------------------------------------------------ */
.section-news {
  padding: 3.3rem 0 6.9rem;
}
@media (max-width: 1023px) {
  .section-news {
    padding: 3rem 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-news {
    padding: 2.2rem 0 4.4rem;
  }
}
.section-news .section__head {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5.5rem;
}
@media (max-width: 1023px) {
  .section-news .section__head {
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-news .section__head {
    margin-bottom: 3.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Section offers
\* ------------------------------------------------------------ */
.section-offers {
  padding: 2.6rem 0 8.3rem;
}
@media (max-width: 1023px) {
  .section-offers {
    padding: 3rem 0 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-offers {
    padding: 1.5rem 0 6.1rem;
  }
}
.section-offers .section__head {
  text-transform: uppercase;
  margin-bottom: 7.1rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-offers .section__head {
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section-partners
\* ------------------------------------------------------------ */
.section-partners {
  background-color: #EFEFEF;
  color: #0E3793;
  padding: 4.1rem 0 7.4rem;
}
@media (max-width: 1023px) {
  .section-partners {
    background-color: #0E3793;
    padding: 4.1rem 0 3.2rem;
  }
}
.section-partners h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.9rem;
}
@media (max-width: 1023px) {
  .section-partners h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-partners h2 {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .section-partners .section__inner {
    background-color: #EFEFEF;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    padding: 1.2rem 0 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Services
\* ------------------------------------------------------------ */
.section-services {
  padding: 3.8rem 0 4rem;
}
@media (max-width: 1023px) {
  .section-services {
    padding: 8.3rem 0 2rem;
    position: relative;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-services {
    padding: 5.9rem 0 2rem;
  }
}
@media (max-width: 1023px) {
  .section-services.has-separator:after {
    display: none;
  }
}
.section-services .section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .section-services .section__inner {
    flex-wrap: wrap;
  }
}
.section-services .section__aside {
  background-color: #1140A8;
  padding: 7.6rem 3.4rem 6.6rem 4.5rem;
  border-radius: 1rem;
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023px) {
  .section-services .section__aside {
    order: -1;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 3rem;
    right: 3rem;
    padding: 1.7rem 3rem 1.4rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-services .section__aside {
    top: -0.6rem;
    padding: 1.8rem 3rem 1.5rem;
  }
}
@media (max-width: 1023px) {
  .section-services .section__aside .section__actions {
    display: none;
  }
}
.section-services .section__main {
  flex: 0 0 50.8%;
  padding-bottom: 0.4rem;
}
@media (max-width: 1023px) {
  .section-services .section__main {
    flex: 0 0 100%;
  }
}
.section-services .section__actions {
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Section-testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
  position: relative;
  padding: 5rem 0 6rem;
}
@media (max-width: 1023px) {
  .section-testimonials {
    padding: 4rem 0 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials {
    padding: 3.2rem 0 5.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials + .section-map {
    padding-top: 0;
  }
}
.section-testimonials .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials .section__background {
    opacity: 1;
  }
}
.section-testimonials .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-testimonials .section__head {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials .section__head {
    color: #0E3793;
    margin-bottom: 3.1rem;
  }
}
.section-testimonials .section__head h2 {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials .section__head h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials .section__head .list-stars {
    display: none;
  }
}
.section-testimonials .section__body {
  position: relative;
  margin-bottom: 4.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials .section__body {
    margin-bottom: 0;
  }
}
.section-testimonials .section__actions {
  position: relative;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials .section__actions {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Section-text
\* ------------------------------------------------------------ */
.section-text {
  background-color: #fff;
  color: #000;
  padding: 4.3rem 0 20.4rem;
}
@media (max-width: 1023px) {
  .section-text {
    padding: 4.3rem 0 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text {
    padding: 2.1rem 0 3.8rem;
  }
}
.section-text p {
  margin-bottom: 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text p {
    margin-bottom: 2.3rem;
  }
}
.section-text .section__entry {
  max-width: 108rem;
  margin-left: 5.5rem;
}
@media (max-width: 1023px) {
  .section-text .section__entry {
    max-width: unset;
    margin-left: 0;
  }
}
.section-text .section__entry ul {
  list-style: none;
}
.section-text .section__entry ul a {
  text-decoration: none;
  transition: opacity 0.4s;
}
@media (max-width: 1023px) {
  .section-text .section__entry ul a {
    text-decoration: underline;
  }
}
.section-text .section__entry ul a:hover {
  opacity: 0.4;
}
.section-text .section__entry ul li {
  position: relative;
}
@media (max-width: 1023px) {
  .section-text .section__entry ul li {
    padding-left: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .section-text .section__entry ul li:before {
    position: absolute;
    left: 1rem;
    top: 0.7rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000;
    content: "";
  }
}
.section-text .breadcrumbs {
  margin-bottom: 2.4rem;
  margin-left: 5.5rem;
}
@media (max-width: 1023px) {
  .section-text .breadcrumbs {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 121rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .shell {
    padding: 0 3rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Skipper
\* ------------------------------------------------------------ */
.skipper {
  transform: translateX(-150%);
  transition: transform 0.4s;
  font-size: 1.8rem;
}
.skipper:focus {
  position: fixed;
  background-color: #B60000;
  color: #fff;
  padding: 1rem;
  top: 2rem;
  left: 2rem;
  z-index: 50;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  transform: translateX(0);
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
/*  background-color: #fff;*/
  font-size: 4rem;
  font-weight: 400;
  padding: 0 4rem;
}
.socials ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.socials li {
  padding: 1rem 1.5rem 0.7rem;
}
.socials a {
  transition: opacity 0.4s;
}
.socials a:hover {
  opacity: 0.6;
}
.socials .fa-square-facebook {
  color: #1140A8;
}
.socials .fa-google {
  color: #5681DF;
}
.socials .fa-instagram {
  color: #F421C6;
}
.socials .fa-twitter {
  color: #13ABDB;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background-color: #1140A8;
  border-radius: 1rem;
  padding: 1.1rem 5.4rem 4rem 5.9rem;
  font-size: 2.4rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  min-height: 100%;
}
@media (max-width: 1023px) {
  .testimonial {
    padding: 1.1rem 3rem 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    padding-bottom: 1.9rem;
  }
}
.testimonial .list-stars {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .list-stars {
    margin-bottom: 0.8rem;
  }
}
.testimonial small {
  font-size: 1.6rem;
}
.testimonial blockquote {
  font-style: italic;
  margin-bottom: 0;
}
.testimonial cite {
  font-style: normal;
}
.testimonial .testimonial__link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__entry {
    margin-bottom: 2.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
