/* ------------------------------------------------------------ *\
  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;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  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: "Arial";
  src: url("ArialMT.woff2") format("woff2"), url("ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("Arial-BoldMT.woff2") format("woff2"), url("Arial-BoldMT.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: calc(1.2em / 2);
  letter-spacing: 0.1em;
  font-weight: 400;
}
.h1, h1,
.h2, h2 {
  font-size: 4.8rem;
}
.h3, h3 {
  font-size: 3.6rem;
}
.h4, h4 {
  font-size: 2.4rem;
}
.h5, h5 {
  font-size: 2.1rem;
}
.h6, h6 {
  font-size: 1.2rem;
}
@media (max-width: 1399px) {
  .h1, h1,
  .h2, h2 {
    font-size: 4.4rem;
  }
  .h3, h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .h1, h1,
  .h2, h2 {
    font-size: 4rem;
  }
  .h3, h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.6rem;
  }
  .h1, h1,
  .h2, h2 {
    font-size: 3rem;
  }
  .h3, h3 {
    font-size: 2.4rem;
  }
  .h4, h4 {
    font-size: 2rem;
  }
  .h5, h5 {
    font-size: 1.8rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
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;
}
@media (min-width: 1023.02px) {
  *:focus {
    outline: 2px solid orange;
  }
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: #ffe63e;
  color: #000;
  padding: 1.5rem 0.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  border: 1px solid #ffe63e;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  max-width: 26rem;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn:hover {
  background-color: #1c3674;
  color: #ffe63e;
}
.btn--big {
  font-size: 3.6rem;
  padding: 1.6rem 4rem;
  max-width: 36rem;
}
@media (max-width: 1199px) {
  .btn--big {
    padding: 1rem 3rem;
    font-size: 2.4rem;
    max-width: 30rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--big {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Footer Mobile
\* ------------------------------------------------------------ */
.footer-mobile {
  position: fixed;
  z-index: 13;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1c3674;
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 767.02px) {
  .footer-mobile {
    display: none !important;
  }
}
.footer-mobile .footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 0;
}
.footer-mobile .footer__inner ul {
  text-align: center;
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.footer-mobile .footer__inner a {
  text-decoration: none;
  display: block;
  padding: 0 1rem;
}
@media (max-width: 374px) {
  .footer-mobile .footer__inner a {
    padding: 0 0.4rem;
  }
}
.footer-mobile .footer__inner figure {
  display: inline-flex;
  align-items: center;
  height: 32px;
}
.footer-mobile .footer__inner span {
  display: block;
  margin-top: 0.2rem;
}
.footer-mobile .footer__inner > a {
  margin: 0 1rem;
}
@media (max-width: 400px) {
  .footer-mobile .footer__inner > a {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #1c3674;
  padding: 3.3rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 3.3rem 0 10.5rem;
  }
}
.footer .shell {
  max-width: 117rem;
}
.footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer .footer__inner {
    display: block;
  }
}
.footer .footer__main {
  width: 44.5%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .footer .footer__main {
    width: 100%;
  }
}
.footer .footer__aside {
  width: 10%;
  flex-grow: 1;
  padding-left: 18%;
  padding-top: 1rem;
}
@media (max-width: 1199px) {
  .footer .footer__aside {
    width: 100%;
    margin: 3rem 0 0;
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  --gutter-x: 2.2rem;
  --gutter-y: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -0.5) 0;
}
@media (max-width: 1023px) {
  .grid {
    --gutter-x: 3rem;
    --gutter-y: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
}
.grid--center {
  align-items: center;
}
.grid--v-center {
  justify-content: center;
}
.grid .grid__col {
  padding: var(--gutter-y) calc(var(--gutter-x) * 0.5) 0;
  width: 100%;
}
.grid .grid__col--1of2 {
  width: 50%;
}
.grid .grid__col--1of3 {
  width: 33.33%;
}
.grid .grid__col--2of3 {
  width: 66.66%;
}
.grid .grid__col--1of4 {
  width: 25%;
}
.grid .grid__col--3of4 {
  width: 75%;
}
.grid .grid__col--1of6 {
  width: 16.66%;
}
.grid .grid__col--1of8 {
  width: 12.5%;
}
.grid .offset--1of12 {
  margin-left: 8.33%;
}
.grid .offset--11of12 {
  margin-left: 91.63%;
}
@media (max-width: 1023px) {
  .grid .grid__col--tablet-1of2 {
    width: 50%;
  }
  .grid .grid__col--tablet-1of3 {
    width: 33.33%;
  }
  .grid--disable-tablet > .grid__col {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--mobile-1of1 {
    width: 100%;
  }
  .grid .grid__col--mobile-1of2 {
    width: 50%;
  }
  .grid .grid__col--mobile-1of3 {
    width: 33.33%;
  }
  .grid--disable-mobile > .grid__col {
    width: 100%;
    margin: 0;
  }
}
/* ------------------------------------------------------------ *\
	Hero 
\* ------------------------------------------------------------ */
.hero {
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .hero__inner {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 10vh 0 0vh;
  margin-right: -1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner {
    min-height: 0;
    padding: 11.3rem 0;
  }
}
.hero .hero__inner .hero__content {
  text-align: center;
  max-width: 60.6rem;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .hero .hero__inner .hero__content {
    max-width: 70rem;
    margin: 0 auto;
  }
}
.hero .hero__inner .hero__content h1 {
  margin-bottom: 0.1em;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner .hero__content h1 {
    margin-bottom: 0.1em;
  }
}
.hero .hero__inner .hero__content h3 {
  margin-bottom: 4.5rem;
  padding: 0 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner .hero__content h3 {
    padding: 0 1rem;
    margin-bottom: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link-skip {
  position: fixed;
  top: 3rem;
  left: 3rem;
  z-index: 10;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: absolute;
  width: auto;
  height: auto;
  clip: initial;
  margin: inherit;
  border: initial;
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b62925;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
@media (max-width: 1199px) {
  .link {
    font-size: 3rem;
  }
}
.link:hover {
  text-decoration: underline;
  text-decoration-color: currentcolor;
}
/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */
.list-info, .hours-list {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  list-style-type: none;
}
.list-info li + li {
  margin-top: 2.3rem;
}

.hours-list li + li {
  margin-top: 0px; 
}

.list-info h5 {
  margin-bottom: 0;
  font-weight: 700; 
}

.hours-list li { 
  display: none;
}

.hours-list li.active {
  display: block;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
.list-logos {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
  margin-left: -1.5rem; }
.list-logos li {
  margin-left: 1.5rem;
  padding-top: 1.5rem; 
}
/* ------------------------------------------------------------ *\
	Logo 
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  display: flex;
  flex-wrap: wrap;
  padding-left: var(--aside-width);
}
@media (max-width: 1023px) {
  .main {
    padding: var(--header-height) 0 0;
  }
}
.main .main__aside {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 1023.02px) {
  .main .main__aside {
    width: 34.2rem;
    height: 100vh;
  }
}
.main .main__aside.is-hover {
  z-index: 4;
}
@media (max-width: 1023px) {
  .main .main__aside {
    z-index: 4;
    width: 100%;
  }
}
@media (min-width: 1023.02px) {
  .main .main__aside .main__aside-scroll {
    overflow-y: auto;
    height: 100%;
    width: 100vw;
  }
}
.main .main__aside .main__aside-inner {
  width: var(--aside-width);
  background-color: #1c3674;
  color: #fff;
  padding: 8.3rem 2.3rem 4rem;
  pointer-events: auto;
  min-height: 100vh;
  text-align: center;
}
@media (max-width: 1199px) {
  .main .main__aside .main__aside-inner {
    padding: 3rem 2rem;
  }
}
@media (max-width: 1023px) {
  .main .main__aside .main__aside-inner {
    padding: 0;
    min-height: 0;
  }
}
.main .main__aside .logo {
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .main .main__aside .logo {
    max-width: 10rem;
    margin-bottom: 0.4rem;
  }
}
.main .main__aside .list-logos {
  margin-bottom: 5.2rem;
}
@media (max-width: 1023px) {
  .main .main__aside .list-logos {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .main .main__aside .list-logos li {
    max-width: 3.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__aside .list-logos li img {
    max-height: 2rem;
    width: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__aside .list-logos li + li {
    margin-left: 0.5rem;
  }
}
.main .main__aside .nav {
  margin: 0 -2.3rem 3.6rem;
}
.main .main__aside .btn {
  display: block;
  width: 100%;
  max-width: 26rem;
  margin: 0 auto 2.9rem;
}
.main .main__aside .list-info {
  margin-bottom: 2.5rem;
}
.main .main__aside .link {
  display: block;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media (max-width: 1199px) {
  .main .main__aside .link {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .main .main__aside-head {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__aside-head {
    padding: 0.8rem 2rem 0.8rem 0;
  }
}
@media (max-width: 1023px) {
  .main .main__aside-head .nav-trigger {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .main .main__aside-body {
    background-color: #1c3674;
    position: absolute;
    top: 100%;
    right: 100%;
    padding: 5rem 2rem;
    height: calc(100vh - 100%);
    overflow-y: auto;
    overflow-x: hidden;
    width: 30rem;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 100vw 0 100vw rgba(28, 54, 116, 0);
  }
}
.main .main__content {
  width: 10%;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .is-menu-open .main__aside-body {
    transform: translateX(100%);
    box-shadow: 0 100vw 0 100vw rgba(28, 54, 116, 0.9);
  }
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: relative;
}
.map:after {
  content: "";
  padding-top: 112.3%;
  display: block;
}
.map .map__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 3.9rem;
  height: 3rem;
  color: #b62925;
}
@media (min-width: 1023.02px) {
  .nav-trigger {
    display: none !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger {
    width: 2.6rem;
    height: 2rem;
  }
}
.nav-trigger span {
  position: absolute;
  display: block;
  height: 0.6rem;
  width: 100%;
  background: currentcolor;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger span {
    height: 0.3rem;
  }
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-trigger span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.is-menu-open .nav-trigger span {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}
.is-menu-open .nav-trigger span:nth-child(2) {
  opacity: 0;
}
.is-menu-open .nav-trigger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.is-menu-open .nav-trigger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.nav ul li {
  position: relative;
}
.nav ul li + li {
  margin-top: 2.2rem;
}
@media (max-width: 1199px) {
  .nav ul li + li {
    margin-top: 1.2rem;
  }
}
.nav ul li ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: -2rem;
  width: 20rem;
  background-color: rgba(28, 54, 116, 0.5);
  padding: 2rem 1rem;
  text-align: left;
  transition: opacity 0.3s;
}
@media (max-width: 1023px) {
  .nav ul li ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    text-align: center;
    width: 100%;
    font-size: 90%;
    padding: 0.5rem 1rem 1rem;
    display: none;
  }
}
.nav ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.nav a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.nav a:hover {
  opacity: 0.5;
}
.nav .is-active {
  color: #b62925;
}
/* ------------------------------------------------------------ *\
	News 
\* ------------------------------------------------------------ */
.news {
  background-color: #d8d8d8;
  color: #000;
  padding: 3rem 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.news h4 {
  font-weight: 700;
}
.news h4:not(:last-child) {
  margin-bottom: 1.15em;
}
.news p {
  text-align: left;
}
.news .link {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 700;
}
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about {
  background-color: #a9a9a9;
  color: #000;
  text-align: center;
  padding: 2.6rem 0 3.9rem;
}
.section-about .shell {
  max-width: 120rem;
}
.section-about .section__head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6.1rem;
}
@media (max-width: 1199px) {
  .section-about .section__head {
    margin-bottom: 4rem;
  }
}
.section-about .section__head h2 {
  font-weight: 700;
}
.section-about .section__head h2:not(:last-child) {
  margin-bottom: 3.3rem;
}
@media (max-width: 1199px) {
  .section-about .section__head h2:not(:last-child) {
    margin-bottom: 0.3em;
  }
}
.section-about .section__head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__head ul {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__head ul li {
    width: 100%;
  }
}
.section-about .section__head ul li + li {
  margin-left: 11rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__head ul li + li {
    margin: 0.5rem 0 0;
  }
}
.section-about .section__body {
  margin-bottom: 4.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__body {
    margin-bottom: 2rem;
  }
}
.section-about .section__body .list-info {
  margin-bottom: 1.9rem;
}
.section-about .section__foot {
  font-size: 1.6rem;
  font-weight: 700;
}
/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */
.section-article {
  padding: 7.8rem 0 11.4rem;
}
@media (max-width: 1199px) {
  .section-article {
    padding: 5rem 0;
  }
}
@media (min-width: 1399.02px) {
  .section-article .section__inner {
    padding-left: 3rem;
    padding-right: 1.7rem;
  }
}
.section-article .section__head {
  text-align: center;
  margin-bottom: 2.4rem;
}
.section-article .section__head h3 {
  font-weight: 700;
}
.section-article .section__head h3:not(:last-child) {
  margin-bottom: 1.3em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__head h3:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
.section-article .section__head h4 {
  padding: 0 0rem;
  font-weight: 700;
}
.section-article .section__body {
/*  font-weight: 700;*/
  letter-spacing: 0.1em;
}
.section-article .section__body img {
  float: left;
  margin: 0 1rem 1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__body img {
    max-width: 55%;
  }
}
/* ------------------------------------------------------------ *\
	Section Images
\* ------------------------------------------------------------ */
.section-images {
  padding: 8.3rem 0 9.5rem;
}
@media (max-width: 1199px) {
  .section-images {
    padding: 5rem 0;
  }
}
@media (min-width: 1199.02px) {
  .section-images .section__inner {
    padding-left: 0.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Locations
\* ------------------------------------------------------------ */
.section-locations {
  padding: 4.1rem 0 2.8rem;
  background-color: #d8d8d8;
}
.section-locations .shell {
  max-width: 120rem;
}
.section-locations .section__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .section-locations .section__inner {
    align-items: normal;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-locations .section__inner {
    display: block;
  }
}
.section-locations .section__head {
  padding: 0 6rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-locations .section__head {
    padding: 0;
    text-align: center;
  }
}
.section-locations .section__head h2 {
  font-weight: 700;
}
.section-locations .section__media {
  width: 47.8%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-locations .section__media {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .section-locations .section__media .map {
    height: 100%;
  }
}
.section-locations .section__aside {
  margin-top: 2.3rem;
  margin-left: 3.3rem;
  margin-right: 1rem;
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .section-locations .section__aside {
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-locations .section__aside {
    margin: 3rem 0 0;
    width: 100%;
  }
}
.section-locations .section__foot {
  font-weight: 700;
  width: 100%;
  margin-top: 6rem;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.list-locations { 
list-style: none;
margin-bottom: 2.3rem;
}

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */
.section-logos {
  padding: 3rem 0 4.2rem;
}
.section-logos .shell {
  max-width: 107.3rem;
}
.section-logos .list-logos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-logos .list-logos li {
  flex: 0 0 40%;
  max-width: 40%;
}
}

/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */
.section-news {
  padding: 4.2rem 0 5.8rem;
  background-color: #1c3674;
  color: #fff;
}
.section-news .section__head {
  text-align: center;
  margin-bottom: 3.9rem;
}
.section-news .section__head h2 {
  font-weight: 700;
}
@media (min-width: 1399.02px) {
  .section-news .section__body {
    padding-left: 2.9rem;
  }
}
.section-news .section__body .grid {
  --gutter-x: 9rem;
}
@media (max-width: 1399px) {
  .section-news .section__body .grid {
    --gutter-x: 4rem;
  }
}
.section-news .section__body .news {
  height: 100%;
}

/* ------------------------------------------------------------ *\
        Section Portfolio
\* ------------------------------------------------------------ */
.section-portfolio {
  padding: 4.2rem 0 5.8rem;
  background-color: #1c3674;
  color: #fff;
}
.section-portfolio .section__head {
  text-align: center;
  margin-bottom: 3.9rem;
}
.section-portfolio .section__head h2 {
  font-weight: 700;
}
@media (min-width: 1399.02px) {
  .section-portfolio .section__body {
    padding-left: 2.9rem;
  }
}
.section-portfolio .section__body .grid {
  --gutter-x: 9rem;
}
@media (max-width: 1399px) {
  .section-portfolio .section__body .grid {
    --gutter-x: 4rem;
  }
}
.section-portfolio .section__body .news {
  height: 100%;
}

.section-portfolio .section__actions {
  text-align: center;
}
.section-portfolio .section__actions .btn {
  padding-left: 3.9rem;
  padding-right: 3.9rem;
}



/* ------------------------------------------------------------ *\
	Section Services Alt
\* ------------------------------------------------------------ */
.section-services-alt {
  padding: 1.3rem 0 14.4rem;
}
@media (max-width: 1399px) {
  .section-services-alt {
    padding: 2rem 0 6rem;
  }
}
@media (min-width: 1199.02px) {
  .section-services-alt .section__inner {
    padding-left: 6rem;
    padding-right: 4rem;
  }
}
.section-services-alt .section__title {
  text-align: center;
  margin-bottom: 9.5rem;
}
@media (max-width: 1399px) {
  .section-services-alt .section__title {
    margin-bottom: 4rem;
  }
}
.section-services-alt .section__title h6 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.section-services-alt .section__content {
/*  font-size: 1.2rem;*/
/*  font-weight: 700;*/
  letter-spacing: 0.1em;
}
.section-services-alt .section__content p:not(:last-child) {
  margin-bottom: 1.2em;
}
.section-services-alt .section__actions {
  margin-top: 9.5rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .section-services-alt .section__actions {
    margin-top: 4rem;
  }
}
.section-services-alt .section__actions .btn {
  max-width: unset;
  display: inline-block;
  width: auto;
}
/* ------------------------------------------------------------ *\
	Section Services
\* ------------------------------------------------------------ */
.section-services {
  background-color: #1c3674;
  color: #fff;
  padding: 6.4rem 0 6.7rem;
}
@media (max-width: 1199px) {
  .section-services {
    padding: 5rem 0;
  }
}
.section-services .section__head {
  text-align: center;
  margin-bottom: 7rem;
}
@media (max-width: 1199px) {
  .section-services .section__head {
    margin-bottom: 4rem;
  }
}
.section-services .section__head h2 {
  font-weight: 700;
}
.section-services .section__body {
  margin-bottom: 9.2rem;
}
@media (max-width: 1199px) {
  .section-services .section__body {
    margin-bottom: 5rem;
  }
}
.section-services .section__body ul {
  font-size: 2.4rem;
  font-weight: 700;
  list-style-type: none;
  columns: 2;
  max-width: 85.4rem;
  margin: 0 auto;
  letter-spacing: 0.1em;
  column-gap: 10%;
}
@media (max-width: 1199px) {
  .section-services .section__body ul {
    font-size: 2rem;
    column-gap: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-services .section__body ul {
    font-size: 1.6rem;
    column-gap: 2rem;
  }
}
.section-services .section__body ul li {
  margin-bottom: 2rem;
}
.section-services .section__body a {
  text-decoration: none;
  transition: color 0.3s;
}
.section-services .section__body a:hover {
  color: #b62925;
}
.section-services .section__actions {
  text-align: center;
}
.section-services .section__actions .btn {
  padding-left: 3.9rem;
  padding-right: 3.9rem;
}
/* ------------------------------------------------------------ *\
	Section Specials
\* ------------------------------------------------------------ */
.section-specials {
  background-color: #d8d8d8;
  padding: 7.4rem 0 4.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-specials {
    padding: 4rem 0;
  }
}
.section-specials .section__inner {
  max-width: 103.2rem;
  margin: 0 auto;
}
@media (min-width: 1399.02px) {
  .section-specials .section__inner {
    padding: 0 0 0 1.4rem;
  }
}
.section-specials .section__head {
  text-align: center;
  margin-bottom: 5.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-specials .section__head {
    margin-bottom: 2rem;
  }
}
.section-specials .section__head h2 {
  font-weight: 700;
}
.section-specials .section__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .section-specials .section__body {
    display: block;
  }
}
.section-specials .section__body .section__main {
  width: 59.1%;
}
@media (max-width: 1199px) {
  .section-specials .section__body .section__main {
    width: 100%;
  }
}
.section-specials .section__body .section__aside {
  margin: 0 0 5.6rem;
  padding: 0 0 0 6%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .section-specials .section__body .section__aside {
    margin: 4rem 0 0;
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 111rem + 2rem * 2 );
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials ul li + li {
  margin-left: 1.3rem;
}
.socials a img {
  transition: transform 0.3s;
}
.socials a:hover img {
  transform: scale(1.1);
}
/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6.5rem 0 3rem;
  color: #fff;
}
.testimonials:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.78;
}
.testimonials .testimonials__inner {
  position: relative;
  max-width: 71rem;
  margin: 0 auto;
  z-index: 2;
}
.testimonials h2 {
  margin-bottom: 1.4em;
}
.testimonials h5 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.testimonials h5:not(:last-child) {
  margin-bottom: 1.3em;
}
.testimonials .btn {
  margin-top: 6.5rem;
}
@media (max-width: 1199px) {
  .testimonials .btn {
    margin-top: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Title
\* ------------------------------------------------------------ */
.title {
  padding: 1.8rem 0 2.6rem;
  padding: 2.2rem 0;
  text-align: center;
  background-color: #1c3674;
  color: #fff;
}
.title h1 {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 1023.02px) {
  .title h1 {
    font-size: 3.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Widget Alt
\* ------------------------------------------------------------ */
.widget-alt {
  background-color: #c1c1c1;
  color: #000;
  padding: 4.4rem 2rem 6.2rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt {
    padding: 3rem 2rem;
  }
}
.widget-alt .widget__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.widget-alt .widget__content h4 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 1399.02px) {
  .widget-alt .widget__content h4 {
    padding-right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-alt .widget__content h4 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.widget-alt .widget__content h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
  height: 4.5rem;
  background-color: #ffe63e;
  -webkit-mask-image: url("../images/ico-pin.png");
  mask-image: url("../images/ico-pin.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-right: 1.5rem;
}
@media (min-width: 1399.02px) {
  .widget-alt .widget__content h4:before {
    margin-left: -6rem;
  }
}
.widget-alt .widget__content h4:not(:last-child) {
  margin-bottom: -0.2em;
}
@media (max-width: 1399px) {
  .widget-alt .widget__content h4:not(:last-child) {
    margin-bottom: 0.4em;
  }
}
.widget-alt .widget__content p:not(:last-child) {
  margin-bottom: 0.5em;
}
.widget-alt .widget__content .link {
  font-size: 2.6rem;
}
.widget-alt .widget__content .link:not(:last-child) {
  margin-bottom: 1.5em;
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget .widget__head {
  padding: 2rem 3.5rem 1.8rem;
  background-color: #b23525;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__head {
    justify-content: center;
  }
}
.widget .widget__head .logo {
  margin-bottom: 0.8rem;
}
.widget .widget__body {
  padding: 2.7rem 8%;
  text-align: center;
  font-size: 1.8rem;
  border: 0.2rem solid #c1c1c1;
  border-width: 0 0.2rem 0.2rem;
  background-color: #fff;
  min-height: 32rem;
}
@media (max-width: 1199px) {
  .widget .widget__body {
    min-height: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__body {
    padding: 2.7rem 2rem;
  }
}
.widget .widget__body h3 {
  font-weight: 700;
  margin-bottom: 0.82em;
}
.widget .widget__body h5 {
  font-size: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__body h5 {
    font-size: 1.6rem;
  }
}
.widget .widget__body h5:not(:last-child) {
  margin-bottom: 1.15em;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	List Widgets	
\* ------------------------------------------------------------ */
.list-widgets { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin: 0 50px; }
.list-widgets li { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 15px; position: relative; }
.list-widgets a { display: block; color: #fff; overflow: hidden; text-align: center;}
.list-widgets a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.list-widgets img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
.list-widgets p { margin-left: 0 !important; position: absolute; bottom: 0; left: 15px; right: 15px; background: rgba(23,23,23,.5); text-align: center; font-size: 14px; padding: 23px; }
@media (max-width: 1200px) {
	.list-widgets { margin: 0 -10px; }
	.list-widgets li { padding: 0 10px; }
	.list-widgets p { left: 10px; right: 10px; }
}
@media (max-width: 767px) {
	.list-widgets { display: block; margin: 0 -20px; }
	.list-widgets li { max-width: 100%; margin-bottom: 5px; }
	.list-widgets p { margin-bottom: 0 !important; padding-bottom: 21px; padding-top: 19px; }
}
.list-widgets .section__col {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------ *\
  Section-Portfolio
\* ------------------------------------------------------------ */
.section--portfolio {
  padding: 58px 0 72px; }
@media (max-width: 1023px) {
    .section--portfolio {
      padding: 40px 0 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--portfolio {
      padding: 35px 0 44px; } }
.section--portfolio .section__title {
    margin-bottom: 39px; }
@media (max-width: 1023px) {
      .section--portfolio .section__title {
        margin-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--portfolio .section__title {
        margin-bottom: 31px; } }
.section--portfolio .section__title h2 {
    text-align: center;
    font-family: "Montserrat", "Times New Roman", Times, serif;
    font-weight: 700;
    line-height: 1.07;
    font-size: 28px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #000; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--portfolio .section__title h2 {
        font-size: 22px;
        line-height: 1.36;
        margin-bottom: 11px; } }
.section--portfolio .section__underlined {
    width: 43px;
    height: 4px;
    background-color: #0c3592;
    color: #0c3592;
    display: block;
    margin: auto; }
.section--portfolio .section__content {
    margin-bottom: 33px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--portfolio .section__content {
        margin-bottom: 18px; } }
.section--portfolio .section__actions {
    text-align: center; }
	
.portfolio__image img {
     margin-bottom: 50px;
     width:  300px;
     height: 200px;
}

