@charset "UTF-8";

/*
Theme Name: Neoscape - Halstead
Theme URI: https://neoscape.com/
Author: Neoscape
Description: Our default theme for 2021 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Requires at least: 5.6
Tested up to: 7.2
Requires PHP: 7.2
Version: 1.0.1
Text Domain: Neoscape
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html,
body {
  font-size: 62.5%;
  font-family: "GreycliffCF-Regular", sans-serif;
  font-weight: 500;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: grayscale;
}

@font-face {
  font-family: "juana-black";
  src: url("_fonts/juana-black/juana-black.woff2") format("woff2"), url("_fonts/juana-black/juana-black.woff") format("woff");
}

/* @font-face {
  font-family: "Greycliff-Regular";
  src: url("../_fonts/Greycliff-Regular/Greycliff-Regular.woff2") format("woff2"), url("../_fonts/Greycliff-Regular/Greycliff-Regular.woff") format("woff");
}

@font-face {
  font-family: "Greycliff-Bold";
  src: url("../_fonts/Greycliff-Bold/Greycliff-Bold.woff2") format("woff2"), url("../_fonts/Greycliff-Bold/Greycliff-Bold.woff") format("woff");
} */

@font-face {
  font-family: "Prompt-Bold";
  src: url("_fonts/Prompt/Prompt-Bold.woff2") format("woff2"), url("_fonts/Prompt/Prompt-Bold.woff") format("woff");
}

@font-face {
  font-family: "Prompt-SemiBold";
  src: url("_fonts/Prompt/Prompt-SemiBold.woff2") format("woff2"), url("_fonts/Prompt/Prompt-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Prompt-Regular";
  src: url("_fonts/Prompt/Prompt-Regular.woff2") format("woff2"), url("_fonts/Prompt/Prompt-Regular.woff") format("woff");
}

@font-face {
  font-family: "vintage-goods";
  src: url("_fonts/vintage-goods/vintage-goods.woff2") format("woff2"), url("_fonts/vintage-goods/vintage-goods.woff") format("woff");
}

.neow3hide {
  display: none;
  visibility: hidden;
  overflow: initial;
}

img.lazy {
  display: block;
}

* {
  font-size: 15px;
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: #2A3446;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

html.disable__scroll {
  overflow-y: hidden;
}

body::-webkit-scrollbar {
  width: 1.55em;
  background: #fff;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.7);
}

body::-webkit-scrollbar-thumb {
  background: 255, 255, 255;
  outline: 1px solid 255, 255, 255;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #C3DADB;
}

::-webkit-scrollbar-thumb {
  background: #2A3446;
}

::-webkit-scrollbar-thumb:hover {
  background: #86959a;
}

a {
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}

a:focus,
a:hover {
  color: #005068;
  outline: none;
}

a em {
  display: block;
  width: 100%;
}

h1 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 116px;
  /* font-weight: 300; */
  line-height: .75;
  font-family: "vintage-goods";
  color: #fff;
  text-shadow: 3px 3px #CD9486;
}

@media screen and (max-width: 1480px) {
  h1 {
    font-size: calc(116px + 5 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 120px;
  }
}

h2 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 116px;
  font-family: "vintage-goods";
  color: #fff;
}

@media screen and (max-width: 1480px) {
  h2 {
    font-size: calc(116px + -8 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 100px;
  }
}

h2.colored {
  color: #232d62;
}

h3 {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.37;
  font-size: 27px;
}

@media screen and (max-width: 1480px) {
  h3 {
    font-size: calc(27px + -4 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 65px;
  color: #fff;
  font-family: "NexaRustScriptL";
  font-weight: 400;
  line-height: 0.95;
  font-size: 65px;
}

@media screen and (max-width: 1480px) {
  h4 {
    font-size: calc(65px + -5 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  h4 {
    font-size: 60px;
  }
}

h5 {
  font-size: 80px;
  color: #2A3446;
  font-family: "vintage-goods";
  font-weight: 300;
  line-height: 0.5;
}

@media screen and (max-width: 1480px) {
  h5 {
    font-size: calc(80px + -20 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  h5 {
    font-size: 34px;
  }
}

h5.blue {
  color: #005068;
}

h6 {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  -webkit-transition: font-size 0.35s ease-in-out;
  -moz-transition: font-size 0.35s ease-in-out;
  -ms-transition: font-size 0.35s ease-in-out;
  -o-transition: font-size 0.35s ease-in-out;
  transition: font-size 0.35s ease-in-out;
}

p,
a,
li {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Prompt-Regular";
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 20px;
  object-fit: contain;
}

@media screen and (max-width: 1480px) {

  p,
  a,
  li {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {

  p,
  a,
  li {
    font-size: 16px;
  }
}

strong {
  display: block;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 64px;
  line-height: 1.35;
  font-family: "juana-black";
  color: #fff;
}

@media screen and (max-width: 1480px) {
  strong {
    font-size: calc(64px + -11 * (100vw - 1480px) / -520);
  }
}

/*@media screen and (max-width: 960px) {*/
/*  strong {*/
/*    font-size: 40px;*/
/*  }*/
/*}*/

ul {
  list-style: none;
  list-style-type: none;
}

main {
  margin: 0 0 0 0;
  width: calc(100vw - (100vw - 100%));
  font-size: 20px;
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
}

main:before,
main:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

section {
  width: 100%;
}

section,
div,
article,
ul,
aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

section:before,
section:after,
div:before,
div:after,
article:before,
article:after,
ul:before,
ul:after,
aside:before,
aside:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

figure:before,
figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

figure img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  width: 100%;
}

figure > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure > .mfp-img {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.neo_logo {
  float: left;
  overflow: hidden;
  margin: 0 0 0 0;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.neo_logo > a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.neo_logo > a > img,
.neo_logo > a > svg {
  height: 100%;
  display: block;
  width: auto;
  margin: auto;
}

.neo_schedule a,
.neo_schedule button,
.neo_btn {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.16px;
  color: #fff;
  font-family: "Prompt-SemiBold";
  text-transform: uppercase;
  background: #7F231D;
  padding: 14px calc(1vw + 15px);
  white-space: nowrap;
  outline: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  outline: 1px #CD9486 solid;
  outline-offset: -4px;
}

.neo_schedule a:after,
.neo_schedule a:before,
.neo_schedule button:after,
.neo_schedule button:before,
.neo_btn:after,
.neo_btn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.neo_schedule a:before,
.neo_schedule button:before,
.neo_btn:before {
  bottom: -9px;
  right: -9px;
  border-right: solid rgba(127, 35, 29, 0) 2px;
  border-bottom: solid rgba(127, 35, 29, 0) 2px;
}

.neo_schedule a:after,
.neo_schedule button:after,
.neo_btn:after {
  top: -9px;
  left: -9px;
  border-top: solid rgba(127, 35, 29, 0) 2px;
  border-left: solid rgba(127, 35, 29, 0) 2px;
}

.neo_schedule a:hover,
.neo_schedule a:focus,
.neo_schedule a.active,
.neo_schedule button:hover,
.neo_schedule button:focus,
.neo_schedule button.active,
.neo_btn:hover,
.neo_btn:focus,
.neo_btn.active {
  color: #fff;
  outline: none;
}

.neo_schedule a:hover:after,
.neo_schedule a:hover:before,
.neo_schedule a:focus:after,
.neo_schedule a:focus:before,
.neo_schedule a.active:after,
.neo_schedule a.active:before,
.neo_schedule button:hover:after,
.neo_schedule button:hover:before,
.neo_schedule button:focus:after,
.neo_schedule button:focus:before,
.neo_schedule button.active:after,
.neo_schedule button.active:before,
.neo_btn:hover:after,
.neo_btn:hover:before,
.neo_btn:focus:after,
.neo_btn:focus:before,
.neo_btn.active:after,
.neo_btn.active:before {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  border-color: #7F231D;
}

.arrow__link {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}

.arrow__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 29px;
  height: 29px;
  background-image: url("../_ui/svg/grfx-next-arrow-white.svg");
  -webkit-background-size: 28px;
  -moz-background-size: 28px;
  background-size: 28px;
  -o-background-size: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.arrow__link:hover h3,
.arrow__link.active h3 {
  color: #005068;
}

.arrow__link:hover:after,
.arrow__link.active:after {
  -webkit-transform: translate(5%, -50%);
  -moz-transform: translate(5%, -50%);
  -ms-transform: translate(5%, -50%);
  -o-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
}

.neolightboxlink {
  cursor: pointer;
}

.neolightboxlink > span {
  background-color: transparent;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

.neolightboxlink > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-image: url("../_ui/svg/grfx-image-expand.svg");
  -webkit-background-size: 60px;
  -moz-background-size: 60px;
  background-size: 60px;
  -o-background-size: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}

.neolightboxlink:hover > span {
  background-color: rgba(0, 0, 0, 0.15);
}

.mfp-wrap .mfp-container {
  background-color: #fff;
}

.mfp-wrap .mfp-container.mfp-ajax-holder {
  background-color: #fff;
  padding: 0;
}

.mfp-wrap .mfp-container.mfp-ajax-holder > .mfp-content {
  width: 100%;
  height: 100%;
  padding: 0;
}

.mfp-wrap .mfp-image-holder,
.mfp-wrap .mfp-iframe-holder {
  -webkit-transition: padding 0.35s ease-in-out;
  -moz-transition: padding 0.35s ease-in-out;
  -ms-transition: padding 0.35s ease-in-out;
  -o-transition: padding 0.35s ease-in-out;
  transition: padding 0.35s ease-in-out;
}

.mfp-wrap .mfp-image-holder .mfp-content,
.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 80%;
  -webkit-transition: max-width 0.35s ease-in-out;
  -moz-transition: max-width 0.35s ease-in-out;
  -ms-transition: max-width 0.35s ease-in-out;
  -o-transition: max-width 0.35s ease-in-out;
  transition: max-width 0.35s ease-in-out;
}

.mfp-wrap .mfp-image-holder .mfp-content figure,
.mfp-wrap .mfp-iframe-holder .mfp-content figure {
  background-color: #fff;
}

.mfp-wrap .mfp-image-holder .mfp-content figure > figcaption,
.mfp-wrap .mfp-iframe-holder .mfp-content figure > figcaption {
  position: relative;
  bottom: auto;
  right: auto;
}

.mfp-wrap .mfp-image-holder .mfp-content figure > figcaption .mfp-bottom-bar,
.mfp-wrap .mfp-iframe-holder .mfp-content figure > figcaption .mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-wrap .mfp-image-holder .mfp-content .mfp-close,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close {
  position: fixed;
  top: calc(2vw + 20px);
  right: 3vw;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background-image: url("../_ui/x_icon.svg");
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  -o-background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid #f9cb38 1.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  -o-transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}

.mfp-wrap .mfp-image-holder .mfp-content .mfp-close:hover,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.mfp-wrap .mfp-image-holder .mfp-content .mfp-close:focus,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close:focus {
  outline: none;
}

.mfp-wrap .mfp-image-holder .mfp-content .mfp-close img,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close img {
  display: none;
}

.mfp-wrap .mfp-image-holder .mfp-arrow,
.mfp-wrap .mfp-iframe-holder .mfp-arrow {
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.mfp-wrap .mfp-image-holder .mfp-arrow:before,
.mfp-wrap .mfp-iframe-holder .mfp-arrow:before {
  display: none;
  content: none;
}

.mfp-wrap .mfp-image-holder .mfp-arrow.mfp-arrow-left:after,
.mfp-wrap .mfp-iframe-holder .mfp-arrow.mfp-arrow-left:after {
  background-image: url("../_ui/svg/grfx-back-arrow.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: none;
  margin-left: 0;
  left: 3vw;
}

.mfp-wrap .mfp-image-holder .mfp-arrow.mfp-arrow-right:after,
.mfp-wrap .mfp-iframe-holder .mfp-arrow.mfp-arrow-right:after {
  background-image: url("../_ui/svg/grfx-next-arrow.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: none;
  margin-left: 0;
  left: auto;
  right: 3vw;
}

.mfp-wrap .mfp-counter {
  display: none;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-stage figcaption {
  position: absolute;
  bottom: -35px;
  left: 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  font-size: 16px;
  color: #f9cb38;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.64px;
  font-family: "AvenirLTStd-Heavy";
  text-transform: uppercase;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.owl-carousel .owl-nav {
  margin-top: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-nav > button > div {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.owl-carousel .owl-nav > button > div > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav > button.owl-prev {
  margin: 0;
  position: absolute;
  bottom: auto;
  left: calc(15vw - 90px);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.owl-carousel .owl-nav > button.owl-prev:hover {
  background-color: transparent;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.owl-carousel .owl-nav > button.owl-prev:focus {
  outline: none;
}

.owl-carousel .owl-nav > button.owl-prev.disabled:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.owl-carousel .owl-nav > button.owl-next {
  margin: 0;
  position: absolute;
  bottom: auto;
  right: calc(15vw - 90px);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.owl-carousel .owl-nav > button.owl-next:hover {
  background-color: transparent;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.owl-carousel .owl-nav > button.owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav > button.owl-next.disabled:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.owl-carousel .owl-nav > button img {
  width: 100%;
  height: auto;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.owl-carousel .owl-dots button:focus,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-dots button span,
.owl-carousel .owl-dots .owl-dot span {
  -webkit-transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
  transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
  width: 51px;
  height: 2px;
  background: #f9cb38;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 0;
}

.owl-carousel .owl-dots button.active span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #005068;
  height: 3px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-carousel .owl-dots button:hover span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #005068;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-carousel .owl-dots button:last-child span,
.owl-carousel .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}

.owl-carousel.owl-carousel-full {
  padding-bottom: 25px;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item {
  -webkit-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -ms-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: height 0.5s ease-out, transform 0.5s ease-out;
  transition: height 0.5s ease-out, transform 0.5s ease-out;
  width: 70vw;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item > figure {
  width: 70vw;
  height: 80%;
  -webkit-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -ms-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: height 0.5s ease-out, transform 0.5s ease-out;
  transition: height 0.5s ease-out, transform 0.5s ease-out;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item > figure:before {
  content: none;
  display: none;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item > figure img {
  max-height: 683px;
  width: 70vw;
  height: 100%;
  -webkit-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -ms-transition: height 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: height 0.5s ease-out, transform 0.5s ease-out;
  transition: height 0.5s ease-out, transform 0.5s ease-out;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item > figure span {
  background-color: #000;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item.center {
  height: 100%;
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item.center > figure {
  height: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item.center > figure span {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.owl-carousel.owl-carousel-full .owl-stage-outer .owl-stage > .owl-item.center > figure figcaption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-carousel.owl-carousel-full .owl-nav {
  height: 77px;
}

.owl-carousel.owl-carousel-full .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

header {
  height: 200px;
  background: #2A3446;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-image: url("../_content/menu-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: none;
  background-color: transparent;
  width: calc(100vw - (100vw - 100%));
}

header.sticky {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #2A3446;
  position: fixed;
  top: -60px;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

header > nav.neo_mb {
  display: none;
  position: relative;
}

header > nav.neo_mb > ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header > nav.neo_mb > ul li {
  width: 100%;
  display: block;
  margin: 1vh 0;
}

header > nav.neo_mb > ul li:not(.neo_schedule) a {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-SemiBold";
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.92;
  color: #fff;
  font-size: 16px;
}

header > nav.neo_mb > ul li:not(.neo_schedule) a:hover,
header > nav.neo_mb > ul li:not(.neo_schedule).current-menu-item a {
  color: #C3DADB;
}

@media screen and (max-width: 960px) {
  header > nav.neo_mb > ul li:not(.neo_schedule) a {
    font-size: calc(18px + -3 * (100vw - 960px) / -600);
  }
}

@media screen and (max-width: 360px) {
  header > nav.neo_mb > ul li:not(.neo_schedule) a {
    font-size: 15px;
  }
}

header > nav.neo_mb > ul li.neo_schedule {
  margin: 4vh 0 0 0;
}

header > nav.neo_mb.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: #2A3446;
  height: 100vh;
  overflow: hidden;
  z-index: 2000;
}

header > nav.neo_mb div._social {
  position: absolute;
  width: 100%;
  bottom: calc(4vw + 25px);
}

header > nav.neo_mb div._social .neo__social {
  margin: auto;
  -webkit-justify-content: center;
  justify-content: center;
}

header > div {
  width: 100%;
  margin: 0 auto;
}

header > div._banner {
  background: #2A3446;
  height: 60px;
  overflow: hidden;
}

header > div._banner > div {
  width: calc(90% - 5%);
  max-width: 2080px;
  margin: auto;
  height: 100%;
  padding: 0 0 0 0;
}

header > div._banner > div p {
  display: inline-block;
  width: 70%;
  overflow: hidden;
}

header > div._banner > div li,
header > div._banner > div p,
header > div._banner > div a {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Prompt-Bold";
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 60px;
}

header > div._banner > div a {
  display: inline-block;
}

header > div._banner > div p.hide,
header > div._banner > div p.mb_hide {
  display: none;
}

header > div._banner > div p.mb_show {
  display: none;
}

header > div._banner > div p.show,
header > div._banner > div p.mb_show {
  display: inline-block;
}

header > div._banner > div ul {
  width: auto;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: end;
  -webkit-justify-content: end;
}

header > div._banner > div ul li {
  /*flex: 1;*/
  margin: 0 0 0 calc(1vw + 10px);
  text-align: right;
}

header > div._banner > div ul li a {
  display: table;
  white-space: nowrap;
}

header > div._banner > div ul li a:hover {
  color: #ABD42C;
}

header > div._header {
  height: calc(200px - 60px);
}

header > div._header > div {
  width: 90%;
  max-width: 2080px;
  margin: auto;
  height: 100%;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

header > div._header > div .neo_logo {
  width: 22%;
  min-width: 22%;
  height: 100%;
}

header > div._header > div .neo_logo > a {
  width: 70%;
  max-width: 200px;
}

header > div._header > div .neo_logo > a > img,
header > div._header > div .neo_logo > a > svg {
  height: auto;
  width: 100%;
  max-width: 175px;
}

header > div._header > div nav {
  width: 39%;
  min-width: 39%;
  height: 100%;
}

header > div._header > div nav > ul {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

header > div._header > div nav > ul li {
  padding: 60px 0 0 0;
}

header > div._header > div nav > ul li a {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Prompt-SemiBold";
  letter-spacing: 1px;
  line-height: 1.92;
  font-size: 14px;
}

@media screen and (max-width: 1480px) {
  header > div._header > div nav > ul li a {
    font-size: calc(13px + -2 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  header > div._header > div nav > ul li a {
    font-size: 11px;
  }
}

header > div._header > div nav > ul li:not(.neo_schedule) a {
  display: table;
  position: relative;
  height: 30px;
  text-align: center;
}

header > div._header > div nav > ul li:not(.neo_schedule) a:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0%;
  background: #C3DADB;
  width: 6px;
  height: 6px;
  content: "";
  margin: auto;
  -webkit-transition: transform 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out;
  -ms-transition: transform 0.45s ease-in-out;
  -o-transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

header > div._header > div nav > ul li:not(.neo_schedule) a:hover {
  color: #C3DADB;
}

header > div._header > div nav > ul li:not(.neo_schedule) a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

header > div._header > div nav > ul li.current-menu-item a {
  color: #C3DADB;
}

header > div._header > div nav > ul li.current-menu-item a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

header > div._header > div nav > ul li.neo_schedule {
  padding: 45px 0 0 0;
}

header > div._header > div nav > ul li.neo_schedule a {
  color: #2A3446;
}

header > div._header > div nav:nth-of-type(1) a {
  overflow-wrap: break-word;
  word-break: break-all;
  line-height: 1.6;
  padding: 0 0 5px 0;
}

.neo__menu {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.neo__menu > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.neo__menu > div._front span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  float: right;
}

.neo__menu > div._front span:last-child {
  margin: 0;
}

.neo__menu > div._front span:before,
.neo__menu > div._front span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: transform ease 300ms;
  -moz-transition: transform ease 300ms;
  -ms-transition: transform ease 300ms;
  -o-transition: transform ease 300ms;
  transition: transform ease 300ms;
}

.neo__menu > div._front span:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.neo__menu > div._front span:nth-child(2):before,
.neo__menu > div._front span:nth-child(2):after {
  transition-delay: 75ms;
}

.neo__menu > div._front span:last-child:before,
.neo__menu > div._front span:last-child:after {
  transition-delay: 150ms;
}

.neo__menu > div._back span {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms;
}

.neo__menu > div._back span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0);
}

.neo__menu:hover > div._front span:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.neo__menu:hover > div._front span:after {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.neo__menu.active {
  z-index: 9000;
  position: absolute;
  top: 105px;
  right: 4vw;
}

.neo__menu.active > div._front span:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.neo__menu.active > div._front span:after {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.neo__menu.active > div._back span {
  transition-delay: 450ms;
  transform: translateY(50%) rotate(45deg) scaleX(1);
}

.neo__menu.active > div._back span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(1);
}

.neo__menu {
  z-index: 100;
  height: 50px;
  width: 50px;
  overflow: hidden;
  position: absolute;
  top: 105px;
  right: 4vw;
}

.neo__menu.sticky {
  -webkit-transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -ms-transition: all 0.44s ease-in-out;
  -o-transition: all 0.44s ease-in-out;
  transition: all 0.44s ease-in-out;
}

footer {
  background: #2A3446;
  min-height: 500px;
  position: relative;
}

footer > div {
  width: 90%;
  margin: 0 auto;
  padding: calc(2vw + 40px) 0;
}

footer > div > div {
  width: 100%;
}

footer > div > div._top {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

footer > div > div._top > div {
  flex: 1;
}

footer > div > div._top > div:nth-of-type(1),
footer > div > div._top > div:nth-of-type(3) {
  width: 24%;
  min-width: 24%;
}

footer > div > div._top > div:nth-of-type(2) {
  width: 52%;
  min-width: 52%;
}

@media screen and (max-width: 1480px) {

  footer > div > div._top > div:nth-of-type(1),
  footer > div > div._top > div:nth-of-type(3) {
    width: 22%;
    min-width: 22%;
  }

  footer > div > div._top > div:nth-of-type(2) {
    width: 56%;
    min-width: 56%;
  }
}

footer > div > div._top > div:nth-of-type(3) a,
footer > div > div._top > div:nth-of-type(3) button {
  float: right;
}

/*footer > div > div._top > div:nth-of-type(3) a:hover {*/
/*  color: #fff;*/
/*}*/

footer > div > div._top .neo_logo {
  margin: 0;
  float: none;
  width: 70%;
  max-width: 200px;
}

footer > div > div._top .neo_logo > a {
  top: 0%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

footer > div > div._top .neo_logo > a > img,
footer > div > div._top .neo_logo > a > svg {
  width: 100%;
  height: auto;
  max-width: 175px;
}

@media screen and (max-width: 960px) {
  footer > div > div._top .neo__social > li {
    margin: 0 15px 0 0;
  }
}

footer > div > div._top .neo_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

footer > div > div._top .neo_nav > ul {
  width: 33%;
  min-width: 33%;
}

footer > div > div._top .neo_nav > ul li,
footer > div > div._top .neo_nav > ul a,
footer > div > div._top .neo_nav > ul p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  font-weight: 500;
  line-height: 2.38;
  letter-spacing: 1px;
  color: #fff;
  font-size: 13px;
  font-family: "Prompt-Bold";
  text-transform: uppercase;
  font-size: 13px;
}

@media screen and (max-width: 1480px) {

  footer > div > div._top .neo_nav > ul li,
  footer > div > div._top .neo_nav > ul a,
  footer > div > div._top .neo_nav > ul p {
    font-size: calc(13px + -2 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {

  footer > div > div._top .neo_nav > ul li,
  footer > div > div._top .neo_nav > ul a,
  footer > div > div._top .neo_nav > ul p {
    font-size: 11px;
  }
}

@media screen and (max-width: 1280px) {

  footer > div > div._top .neo_nav > ul li,
  footer > div > div._top .neo_nav > ul a,
  footer > div > div._top .neo_nav > ul p {
    letter-spacing: 0px;
  }
}

footer > div > div._top .neo_nav > ul a:hover {
  color: #C3DADB;
}

footer > div > div._top .neo_nav > ul .page_item a {
  text-transform: uppercase;
}

footer > div > div._top .neo_nav > ul .current_page_item a {
  pointer-events: none;
  color: #fff;
}

footer > div > div._top .neo_nav > ul .neo_link,
footer > div > div._top .neo_nav > ul .neo_link a {
  line-height: 1.76;
  font-family: "Prompt-Regular";
}

footer > div > div._bottom {
  padding: 10px 0;
  margin: 50px 0 0 0;
}

footer > div > div._bottom p,
footer > div > div._bottom a,
footer > div > div._bottom span {
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-Regular";
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.36px;
  color: #fff;
}

/* footer > div > div._bottom a {
  text-transform: uppercase;
} */

footer > div > div._bottom a svg {
  width: 200px;
}

@media screen and (max-width: 960px) {

  footer > div > div._bottom p,
  footer > div > div._bottom a,
  footer > div > div._bottom span {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {

  footer > div > div._bottom p,
  footer > div > div._bottom a,
  footer > div > div._bottom span {
    font-size: calc(14px + -2 * (100vw - 960px) / -600);
  }

  footer > div > div._bottom p {
    width: 100%;
    margin: 3vw auto;
  }
}

@media screen and (max-width: 960px) and (max-width: 360px) {

  footer > div > div._bottom p,
  footer > div > div._bottom a,
  footer > div > div._bottom span {
    font-size: 12px;
  }
}

footer > div > div._bottom ul > li {
  width: 50%;
  margin: 0 0% 0% 0;
  padding: 0;
  float: left;
}

footer > div > div._bottom ul > li:nth-child(2n + 2) {
  margin: 0 0 0% 0;
}

@media only screen and (max-width: 960px) {
  footer > div > div._bottom ul > li {
    width: 49.5%;
    margin: 0 1% 1% 0;
  }

  footer > div > div._bottom ul > li:nth-child(2n + 2) {
    margin: 0 1% 1% 0;
  }

  footer > div > div._bottom ul > li:nth-child(3n + 3) {
    margin: 0 1% 1% 0;
  }

  footer > div > div._bottom ul > li:nth-child(2n + 2) {
    margin: 0 0 1% 0;
  }
}

@media only screen and (max-width: 640px) {
  footer > div > div._bottom ul > li {
    width: 49.5%;
    margin: 0 1% 1% 0;
  }

  footer > div > div._bottom ul > li:nth-child(2n + 2) {
    margin: 0 1% 1% 0;
  }

  footer > div > div._bottom ul > li:nth-child(3n + 3) {
    margin: 0 1% 1% 0;
  }

  footer > div > div._bottom ul > li:nth-child(2n + 2) {
    margin: 0 0 1% 0;
  }

  footer > div > div._bottom a svg {
    width: 175px;
  }
}

footer > div > div._bottom ul > li:first-child img,
footer > div > div._bottom ul > li:first-child svg {
  margin: 0 10px 0 0;
  max-width: 20px;
  height: auto;
}

footer > div > div._bottom ul > li:last-child {
  text-align: right;
}

footer > div > div._bottom p {
  margin-right: calc(1vw + 20px);
}

footer > div > div._bottom a:hover {
  color: #86959a;
}

footer > div > div._bottom a,
footer > div > div._bottom span {
  margin: 0 3px;
  /* font-weight: 600; */
}

footer > div > div._bottom > div {
  padding: 15px 0;
}

footer > div > div._bottom > div:last-child {
  border-top: solid rgba(134, 149, 154, 0.2) 2px;
}

.neo_btop {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  white-space: nowrap;
  text-indent: -9999px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-image: url("../_ui/_footer/grfx-up-back-to-top.svg");
  background-repeat: no-repeat;
}

.neo_btop:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.neo__social {
  display: block;
  list-style: none;
  margin: 150px 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
}

.neo__social > li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  padding: 0;
}

.neo__social > li > a {
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.neo__social > li > a.neo_facebook {
  background-image: url("_ui/_social/grfx-social-facebook-white.svg");
  background-repeat: no-repeat;
}

.neo__social > li > a.neo_facebook:hover {
  background-image: url("_ui/_social/grfx-social-facebook.svg");
  background-repeat: no-repeat;
}

.neo__social > li > a.neo_instagram {
  background-image: url("_ui/_social/grfx-social-instagram-white.svg");
  background-repeat: no-repeat;
}

.neo__social > li > a.neo_instagram:hover {
  background-image: url("_ui/_social/grfx-social-instagram.svg");
  background-repeat: no-repeat;
}

.neo__social > li > a.neo_linkedin {
  background-image: url("../_ui/_social/grfx-social-linkedin-white.svg");
  background-repeat: no-repeat;
}

.neo__social > li > a.neo_linkedin:hover {
  background-image: url("../_ui/_social/grfx-social-linkedin.svg");
  background-repeat: no-repeat;
}

.neo__grid {
  background: #fff;
}

.neo__grid > div {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.neo__grid > div:before,
.neo__grid > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.neo__grid > div > article,
.neo__grid > div aside {
  flex: 1;
  position: relative;
}

.neo__grid > div > article {
  width: 50%;
  min-width: 50%;
  max-height: 1020px;
  position: relative;
}

.neo__grid > div > article figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.neo__grid > div > article figure:before,
.neo__grid > div > article figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.neo__grid > div > article figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.neo__grid > div > article figure img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  width: 100%;
}

.neo__grid > div > aside {
  width: 50%;
  min-width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0;
}

.neo__grid._location > div > aside {
  overflow: auto;
}

.neo__grid > div > aside > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.neo__grid > div > aside > div:before,
.neo__grid > div > aside > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.neo__grid.feature-section > div > aside {
  background-color: #1B7E84;
}

.neo__grid > div article figure span {
  background: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1480px) {
  .neo__grid > div > aside > div {
    width: 85%;
  }
}

@media screen and (max-width: 1080px) {
  .neo__grid > div > aside > div {
    width: 90%;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .neo__map {
    display: none;
  }
}

.neo__links > div {
  margin: auto;
  width: 100%;
  height: 350px;
}

.neo__links > div > ul {
  height: 100%;
  overflow: hidden;
}

.neo__links > div > ul > li {
  width: 50%;
  margin: 0 0% 0% 0;
  padding: 0;
  float: left;
}

.neo__links > div > ul > li:nth-child(2n + 2) {
  margin: 0 0 0% 0;
}

@media only screen and (max-width: 960px) {
  .neo__links > div > ul > li {
    width: 100%;
    margin: 0 0% 0% 0;
  }

  .neo__links > div > ul > li:nth-child(2n + 2) {
    margin: 0 0% 0% 0;
  }

  .neo__links > div > ul > li:nth-child(2n + 2) {
    margin: 0 0% 0% 0;
  }

  .neo__links > div > ul > li:nth-child(1n + 1) {
    margin: 0 0 0% 0;
  }
}

@media only screen and (max-width: 640px) {
  .neo__links > div > ul > li {
    width: 100%;
    margin: 0 0% 0% 0;
  }

  .neo__links > div > ul > li:nth-child(2n + 2) {
    margin: 0 0% 0% 0;
  }

  .neo__links > div > ul > li:nth-child(2n + 2) {
    margin: 0 0% 0% 0;
  }

  .neo__links > div > ul > li:nth-child(1n + 1) {
    margin: 0 0 0% 0;
  }
}

.neo__links > div > ul > li {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.neo__links > div > ul > li h4,
.neo__links > div > ul > li h5,
.neo__links > div > ul > li strong {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* .neo__links > div > ul > li strong {
  display: inline;
  margin-right: -25px;
} */

.neo__links > div > ul > li h2 {
  line-height: 0;
  /*width: 50%;*/
  margin: -4vw auto 0;
  color: #2A3446;
  text-shadow: 2px 3px #CD9486;
}

.neo__links > div > ul > li h2 strong {
  color: #2A3446;
  text-shadow: none;
  text-indent: 20px;
}

.neo__links > div > ul > li p {
  margin: 10px 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.5;
  letter-spacing: 0px;
  text-decoration: none;
  color: #2A3446;
  font-size: 36px;
  font-family: "juana-black";
  /* text-transform: uppercase; */
}

@media screen and (max-width: 1480px) {
  .neo__links > div > ul > li p {
    font-size: calc(30px + -2 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 1080px) {
  .neo__links > div > ul > li p {
    font-size: calc(24px + -2 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  .neo__links > div > ul > li p {
    font-size: 24px;
  }

  .neo__links > div > ul > li h5 {
    font-size: calc(74px + -8 * (100vw - 960px) / -500);
  }
}

.neo__links > div > ul > li a {
  display: block;
  height: 100%;
  text-align: center;
  padding: calc(350px / 3) 0 0 0;
  flex: 1;
}

.neo__links > div > ul > li a:hover em {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-image: url("../_ui/grfx/grfx-arrow-right-hover.svg");
  background-repeat: no-repeat;
}

.neo__links > div > ul > li h5 {
  margin: 10px auto;
  color: #fff;
  text-shadow: 2px 2px #CD9486;
}

.neo__links > div > ul > li a._st1 {
  pointer-events: none;
  border-right: solid #1278a1 1px;
  z-index: 100;
}

.neo__links > div > ul > li a._st2 {
  background: #516164;
}

.neo__links > div > ul > li a._st2 p {
  color: #fff;
  font-family: "juana-black";
  /* font-size: 36px; */
}

.neo__links > div > ul > li a._st3 {
  background: #CD9486
}

.neo__links > div > ul > li a._st3 h5 {
  color: #2A3446;
  text-shadow: 2px 2px #C3DADB;
}

.neo__links > div > ul > li:first-child {
  /* -webkit-background-size: 450px;
  -moz-background-size: 450px;
  background-size: 450px;
  -o-background-size: 450px; */
  /* background-position: 0 38px; */
  background-image: url("../halstead-child/_ui/grfx/tile-light-blue.svg");
  background-color: #1B7E84;
  background-repeat: repeat;
  /* padding: calc(2% + 10px); */
}

.neo__links > div > ul > li:last-child a {
  width: 50%;
  min-width: 50%;
}

.neo__links > div > ul > li a:hover {
  /*text-decoration: underline;*/
  background-color: #2A3446;
}

.neo__links > div > ul > li a:hover p {
  color: #ffffff;
}

.neo__links > div > ul > li a:hover h5 {
  color: #ffffff;
}

.neo_popup {
  position: absolute;
  top: calc(45% + 6vw);
  left: calc(45% + 6vw);
  margin: auto;
  background-color: #2A3446;
  background-image: url("_ui/grfx/tile-dark-blue.svg");
  /* -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px; */
  background-position: 0 0;
  background-repeat: repeat;
  padding: calc(2vw + 10px);
  max-width: 800px;
  min-width: 50%;
  min-height: 35%;
  width: auto;
  height: auto;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*border: solid rgba(171, 212, 44, 0.25) 18px;*/
  outline: solid #fff 18px;
  outline-offset: 0px;
}

/* .neo_popup:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-image: url("../_ui/_svg/popup.png");
  background-repeat: no-repeat;
} */

@media screen and (max-width: 1280px) {
  .neo_popup {
    top: calc(50% + 4vw);
    max-width: 90vw;
    height: 320px;
  }
}

@media screen and (max-width: 960px) {
  .neo_popup {
    top: calc(55% + 8vw);
    width: 70vw;
    height: 300px;
    min-height: 280px;
  }
}

.neo_popup > div {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 96%;
}

.neo_popup strong {
  margin: calc(1vw + 30px) auto 0;
  color: #fff;
  font-family: "juana-black";
  font-size: 36px;
  /* text-transform: uppercase; */
}

.neo_popup p {
  line-height: 1.4;
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
}

@media screen and (max-width: 1480px) {
  .neo_popup p {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520);
  }
}

@media screen and (max-width: 960px) {
  .neo_popup p {
    font-size: 14px;
  }
}

.neo_popup:hover,
.neo_popup:active {
  cursor: grabbing;
}

.neo_popup .neo_x {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  white-space: nowrap;
  text-indent: -9999px;
  color: transparent;
  cursor: pointer;
  background-image: url("_ui/_svg/grfx-close.svg");
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 40%;
  -o-background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #7F231D;
  border-radius: 50%;
}

.neo_popup .neo_x:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 1080px) {
  .neo_popup .neo_x {
    top: calc(1.5vw + 5px);
    right: calc(1.5vw + 5px);
  }

  .neo_popup {
    min-width: 70%;
  }

}

.neo_popup.hide {
  display: none !important;
}

.neo__404,
.neo__thanks {
  min-height: 850px;
  position: relative;
}

.neo__sitemap {
  min-height: 1000px;
  position: relative;
}

@media screen and (max-width: 960px) {

  .neo__sitemap,
  .neo__404,
  .neo__thanks {
    min-height: 750px;
  }

  .neo_popup .neo_x {
    width: 42px;
    height: 42px;
  }
}

.neo__sitemap > div,
.neo__404 > div,
.neo__thanks > div {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 75%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.neo__sitemap > div p,
.neo__404 > div p,
.neo__thanks > div p {
  color: #fff;
}

.neo__sitemap h2 {
  margin: 20px auto;
}

.neo__sitemap a,
.neo__sitemap button {
  color: #2A3446;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-SemiBold";
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 24px;
  object-fit: contain;
  /* text-transform: uppercase; */
  margin: calc(1vh + 5px) auto;
  display: table;
}

/*.neo__sitemap button {*/
/*  background: transparent;*/
/*  border: 0;*/
/*  outline: 0;*/
/*  cursor: pointer;*/
/*}*/

.neo__sitemap a:hover,
.neo__sitemap button:hover {
  color: #7F231D;
}

.neo__sitemap li {
  margin: 1vh auto;
}

.neo__sitemap a.neo_btn,
.neo__sitemap button.neo_btn{
  margin: 40px auto;
  display: table;
  color: #fff;
  font-family: "Prompt-SemiBold";
  font-size: 14px;
}

.neo__404 > div a,
.neo__thanks > div a {
  margin: 50px auto;
  display: table;
}

@media screen and (max-width: 1480px) {
  header > div._header > div {
    width: 94%;
  }

  header > div._banner > div {
    width: 88%;
  }

  footer > div {
    width: 94%;
  }
}

@media screen and (max-width: 1280px) {
  header > div._header > div {
    width: 96%;
  }

  header > div._banner > div {
    width: 90%;
  }

  header > div._header > div nav > ul li:not(.neo_schedule) a:after {
    top: 90%;
  }

  footer > div {
    width: 96%;
  }

  .neo__grid > div > article {
    min-height: 65vw;
  }
}

@media screen and (max-width: 1080px) {
  header > div._header > div {
    width: 90%;
  }

  header > div._header > div nav {
    display: none;
  }

  header > div._header > div .neo_logo {
    width: 100%;
    min-width: 100%;
  }

  header > div._header > div .neo_logo > a {
    left: 0%;
    width: 35vw;
    max-width: 220px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .neo__menu {
    display: block;
  }

  footer > div {
    width: 90%;
  }

  .neo__social {
    width: 100%;
    max-width: 80%;
  }

  footer > div > div._top .neo_logo {
    width: 100%;
    max-width: 80%;
  }

  footer > div > div._top .neo_logo > a {
    left: 0%;
    width: 25vw;
    max-width: 200px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  footer > div > div._top > div:nth-of-type(1) {
    width: 30%;
    min-width: 30%;
  }

  footer > div > div._top > div:nth-of-type(2) {
    width: 70%;
    min-width: 70%;
  }

  footer > div > div._top > div:nth-of-type(3) {
    width: 100%;
    min-width: 100%;
  }

  .neo__links > div {
    margin: auto;
    width: 100%;
    height: 300px;
  }

  .neo__grid > div > article {
    min-height: 70vw;
  }
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 120px;
    /*line-height: 0.85;*/
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  h1 {
    font-size: calc(140px + -12 * (100vw - 960px) / -600);
  }
}

@media screen and (max-width: 740px) {
  h1 {
    font-size: 100px;
  }
}

@media screen and (max-width: 560px) {
  h1 {
    font-size: 60px;
  }
}


@media screen and (max-width: 420px) {
  h1 {
    font-size: 48px;
  }
}

/*@media screen and (max-width: 960px) {*/
/*  strong {*/
/*    font-size: 40px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 960px) and (max-width: 960px) {*/
/*  strong {*/
/*    font-size: calc(40px + -22 * (100vw - 960px) / -600);*/
/*  }*/
/*}*/

@media screen and (max-width: 960px) and (max-width: 360px) {
  strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  h2 {
    font-size: calc(100px + -15 * (100vw - 960px) / -600);
  }
}

@media screen and (max-width: 960px) and (max-width: 360px) {
  h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 960px) {
  h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  h3 {
    font-size: calc(23px + -3 * (100vw - 960px) / -500);
  }
}

@media screen and (max-width: 960px) and (max-width: 460px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  h4 {
    font-size: 60px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  h4 {
    font-size: calc(60px + -10 * (100vw - 960px) / -500);
  }
}

@media screen and (max-width: 960px) and (max-width: 460px) {
  h4 {
    font-size: 50px;
  }
}

@media screen and (max-width: 960px) {
  h5 {
    font-size: 34px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  h5 {
    font-size: calc(34px + -8 * (100vw - 960px) / -500);
  }
}

@media screen and (max-width: 960px) and (max-width: 460px) {
  h5 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {

  p,
  a,
  li {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {

  p,
  a,
  li {
    font-size: calc(16px + -2 * (100vw - 960px) / -500);
  }
}

@media screen and (max-width: 960px) and (max-width: 460px) {

  p,
  a,
  li {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  footer > div {
    width: 94%;
  }

  footer > div > div._top > div:nth-of-type(1) {
    width: 100%;
    min-width: 100%;
  }

  footer > div > div._top > div:nth-of-type(2) {
    width: 100%;
    min-width: 100%;
  }

  footer > div > div._top .neo_logo {
    max-height: 200px;
    height: 200px;
  }

  footer > div > div._top .neo_nav > ul a {
    font-size: 12px;
  }

  footer > div > div._top .neo_nav > ul p {
    font-size: 12px;
  }

  footer > div > div._bottom > div:last-child {
    text-align: center;
  }

  footer > div > div._bottom a,
  footer > div > div._bottom span {
    margin: 0 1px;
  }

  .neo__social {
    -webkit-justify-content: start;
    justify-content: start;
  }

  .neo__links > div {
    height: 400px;
  }

  .neo__links > div > ul > li {
    height: calc(400px / 2);
  }

  .neo__links > div > ul > li a {
    padding: 20px 0 0 0;
  }

  .neo__grid > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .neo__grid > div > article,
  .neo__grid > div > aside {
    width: 100%;
    min-width: 100%;
  }

  .neo__grid > div > aside > div {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: calc(2vw + 20px) auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 4vw calc(5vw + 10px);
  }
}

@media screen and (max-width: 720px) {
  footer > div > div._top .neo_nav > ul {
    width: 30%;
    min-width: 30%;
  }

  footer > div > div._top .neo_nav > ul:last-child {
    width: 39%;
    min-width: 39%;
  }

  footer > div > div._bottom span:nth-of-type(2) {
    display: block;
    width: 0px;
    height: 10px;
    color: transparent;
  }
}

@media screen and (max-width: 640px) {

  .neo_popup {
    /*width: 90vw;*/
    left: calc(45% + 5vw);
    min-width: 82%;
  }

  .neo_popup strong {
    font-size: 24px;
  }

  footer > div {
    width: 88%;
  }

  footer > div > div._top > div:nth-of-type(3) a,
  footer > div > div._top > div:nth-of-type(3) button {
    float: none;
    margin: calc(20px + 2vw) auto 0;
    display: table;
  }

  footer > div > div._top .neo_nav > ul {
    width: 50%;
    min-width: 50%;
  }

  footer > div > div._top .neo_nav > ul:last-child {
    width: 100%;
    min-width: 100%;
    padding-top: calc(20px + 2vw);
  }

  header > div._banner > div ul li a {
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .neo__links > div > ul > li p {
    font-size: 18px;
  }

  .neo__links > div > ul > li h5 {
    font-size: calc(60px + -8 * (100vw - 960px) / -500);
  }

  .neo__links > div > ul > li a {
    padding: 46px 0 0 0;
  }
}

@media screen and (max-width: 460px) {

  /*h1 {*/
  /*    font-size: 80px;*/
  /*}    */
  .neo_popup {
    width: 100vw;
    /*max-width: 100vw;*/
    top: calc(63% + 30px);
    z-index: 9999;
  }

  footer > div > div._bottom a svg {
    width: 150px;
  }
}