:root,
.root {
  --brand-color: #0974BB;
  --brand-color2: #51C1FF;
  --brand-color3: #4EACE1;
  --text-color: #414141;
  --arrival-color: #1DBADF;
  --primary-font: "Montserrat", Helvetica, Arial, sans-serif;
  --header-font: 'Montserrat', serif;
  --awesome: 'Font Awesome 6 Free';
  --thin: 100;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: Georgia,Times,Times New Roman,serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: var(--primary-font);
  overflow-x: hidden;
  font-size: 16px;
}
html.modal-open {
  overflow: hidden;
}
body {
  color: var(--text-color);
  overflow-x: hidden;
  background: #F3F4F6;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width:45em) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}
a {
  outline: 0;
  line-height: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: var(--brand-color2);
}
a:hover {
  color: var(--brand-color);
}
a:active,
a:hover {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
ul.disc {
  list-style: disc outside;
  margin-bottom: 10px;
  margin-left: 25px;
}
li {
  padding-bottom: 0.273em;
  font-size: clamp(1rem, 2vw, 1.063rem);
  font-weight: 400;
  line-height: 1.8em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bold {
  font-weight: var(--bold);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--bold);
  text-rendering: optimizeLegibility;
  padding: 15px 0;
  line-height: 1.2;
  word-wrap: break-word;
  font-family: var(--header-font);
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  display: inline-block;
  border-bottom: 2px solid var(--brand-color);
  padding-bottom: 8px;
  margin-bottom: 30px;
}
h1.notop,
h2.notop,
h3.notop,
h4.notop,
h5.notop,
h6.notop {
  padding-top: 0;
}
h1.nobottom,
h2.nobottom,
h3.nobottom,
h4.nobottom,
h5.nobottom,
h6.nobottom {
  padding-bottom: 0;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-weight: var(--bold);
}
@media only screen and (min-width:45em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: initial;
  }
}
h1,
.h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
}
h2,
.h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.625rem);
}
h2.large,
.h2.large {
  font-size: clamp(1.75rem, 4.5vw, 3.438rem);
}
h2.medium,
.h2.medium {
  font-size: clamp(1.75rem, 3.8vw, 2.25rem);
  line-height: 1.4;
}
h3,
.h3 {
  font-size: clamp(1.5rem, 2.4vw, 1.75rem);
  line-height: 1.3em;
}
h4,
.h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  line-height: 1.3em;
}
h5 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}
h6 {
  font-size: 16px;
}
p {
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.063rem);
  margin-bottom: 15px;
  line-height: 1.8em;
}
p.small {
  font-size: 16px;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
.marg_left {
  margin-left: 10px !important;
}
.marg_right {
  margin-right: 10px !important;
}
.col-spacer {
  padding: 100px 0;
}
.top10px {
  margin-top: 10px !important;
}
.top20px {
  margin-top: 20px !important;
}
.top30px {
  margin-top: 30px !important;
}
.top40px {
  margin-top: 40px !important;
}
.top50px {
  margin-top: 50px !important;
}
.top60px {
  margin-top: 60px !important;
}
.top70px {
  margin-top: 70px !important;
}
.top80px {
  margin-top: 80px !important;
}
.top90px {
  margin-top: 90px !important;
}
.top100px {
  margin-top: 100px !important;
}
.bott10px {
  margin-bottom: 10px !important;
}
.bott20px {
  margin-bottom: 20px !important;
}
.bott30px {
  margin-bottom: 30px !important;
}
.bott40px {
  margin-bottom: 40px !important;
}
.bott50px {
  margin-bottom: 50px !important;
}
.bott60px {
  margin-bottom: 60px !important;
}
.bott70px {
  margin-bottom: 70px !important;
}
.bott80px {
  margin-bottom: 80px !important;
}
.bott90px {
  margin-bottom: 90px !important;
}
.bott100px {
  margin-bottom: 100px !important;
}
.left10px {
  margin-left: 10px !important;
}
.left20px {
  margin-left: 20px !important;
}
.left30px {
  margin-left: 30px !important;
}
.left40px {
  margin-left: 40px !important;
}
.left50px {
  margin-left: 50px !important;
}
.left60px {
  margin-left: 60px !important;
}
.left70px {
  margin-left: 70px !important;
}
.left80px {
  margin-left: 80px !important;
}
.left90px {
  margin-left: 90px !important;
}
.left100px {
  margin-left: 100px !important;
}
.right10px {
  margin-right: 10px !important;
}
.right20px {
  margin-right: 20px !important;
}
.right30px {
  margin-right: 30px !important;
}
.right40px {
  margin-right: 40px !important;
}
.right50px {
  margin-right: 50px !important;
}
.right60px {
  margin-right: 60px !important;
}
.right70px {
  margin-right: 70px !important;
}
.right80px {
  margin-right: 80px !important;
}
.right90px {
  margin-right: 90px !important;
}
.right100px {
  margin-right: 100px !important;
}
.padtop10px {
  padding-top: 10px !important;
}
.padtop20px {
  padding-top: 20px !important;
}
.padtop30px {
  padding-top: 30px !important;
}
.padtop40px {
  padding-top: 40px !important;
}
.padtop50px {
  padding-top: 50px !important;
}
.padtop60px {
  padding-top: 60px !important;
}
.padtop70px {
  padding-top: 70px !important;
}
.padtop80px {
  padding-top: 80px !important;
}
.padtop90px {
  padding-top: 90px !important;
}
.padtop100px {
  padding-top: 100px !important;
}
.padbott10px {
  padding-bottom: 10px !important;
}
.padbott20px {
  padding-bottom: 20px !important;
}
.padbott30px {
  padding-bottom: 30px !important;
}
.padbott40px {
  padding-bottom: 40px !important;
}
.padbott50px {
  padding-bottom: 50px !important;
}
.padbott60px {
  padding-bottom: 60px !important;
}
.padbott70px {
  padding-bottom: 70px !important;
}
.padbott80px {
  padding-bottom: 80px !important;
}
.padbott90px {
  padding-bottom: 90px !important;
}
.padbott100px {
  padding-bottom: 100px !important;
}
.padleft10px {
  padding-left: 10px !important;
}
.padleft20px {
  padding-left: 20px !important;
}
.padleft30px {
  padding-left: 30px !important;
}
.padleft40px {
  padding-left: 40px !important;
}
.padleft50px {
  padding-left: 50px !important;
}
.padleft60px {
  padding-left: 60px !important;
}
.padleft70px {
  padding-left: 70px !important;
}
.padleft80px {
  padding-left: 80px !important;
}
.padleft90px {
  padding-left: 90px !important;
}
.padleft100px {
  padding-left: 100px !important;
}
.padright10px {
  padding-right: 10px !important;
}
.padright20px {
  padding-right: 20px !important;
}
.padright30px {
  padding-right: 30px !important;
}
.padright40px {
  padding-right: 40px !important;
}
.padright50px {
  padding-right: 50px !important;
}
.padright60px {
  padding-right: 60px !important;
}
.padright70px {
  padding-right: 70px !important;
}
.padright80px {
  padding-right: 80px !important;
}
.padright90px {
  padding-right: 90px !important;
}
.padright100px {
  padding-right: 100px !important;
}
.no_marg_bottom {
  margin-bottom: -8px !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width:45em) {
  .no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.brand {
  color: var(--brand-color);
}
.brand2 {
  color: var(--brand-color2);
}
.brand3 {
  color: var(--brand-color3);
}
.brandbg {
  background-color: var(--brand-color);
}
.brandbg2 {
  background-color: var(--brand-color2);
}
.brandbg3 {
  background-color: var(--brand-color3);
}
.white {
  color: #ffffff;
}
.whitebg {
  background-color: #fff;
}
.input {
  overflow: hidden;
  height: 48px;
  width: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 20px;
  font-size: 15px;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 3px;
}
.textarea {
  overflow: hidden;
  width: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 20px;
  font-size: 15px;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 3px;
}
.pg-img {
  width: 50%;
  height: auto;
  margin-left: 20px;
  float: right;
}
.wrap {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (min-width:30em) {
  .wrap {
    max-width: 30em;
  }
}
@media only screen and (min-width:45em) {
  .wrap {
    max-width: 48em;
  }
}
@media only screen and (min-width:60em) {
  .wrap {
    max-width: 60em;
  }
}
@media only screen and (min-width:75em) {
  .wrap {
    max-width: 75em;
  }
}
@media only screen and (min-width:90em) {
  .wrap {
    max-width: 90em;
  }
}
@media only screen and (max-width:30em) {
  .wrap {
    padding: 0 20px;
  }
}
.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section {
  padding-top: clamp(30px, 7.7vw, 100px);
  padding-bottom: clamp(30px, 7.7vw, 100px);
}
.notop {
  padding-top: 0;
}
.nobottom {
  padding-bottom: 0;
}
@media only screen and (min-width:45em) {
  body [bp~="grid"] {
    grid-gap: 30px;
  }
}
body [bp~="gap-none"] {
  grid-gap: 0;
}
@media (min-width: 480px) {
  [bp~="text-left@sm"] {
    text-align: left !important;
  }
  [bp~="text-right@sm"] {
    text-align: right !important;
  }
  [bp~="text-center@sm"] {
    text-align: center !important;
  }
}
@media (min-width: 720px) {
  [bp~="text-left@md"] {
    text-align: left !important;
  }
  [bp~="text-right@md"] {
    text-align: right !important;
  }
  [bp~="text-center@md"] {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  [bp~="text-left@lg"] {
    text-align: left !important;
  }
  [bp~="text-right@lg"] {
    text-align: right !important;
  }
  [bp~="text-center@lg"] {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  [bp~="text-left@xl"] {
    text-align: left !important;
  }
  [bp~="text-right@xl"] {
    text-align: right !important;
  }
  [bp~="text-center@xl"] {
    text-align: center !important;
  }
}
[bp~="margin--xl"] {
  margin: 50px !important;
}
[bp~="margin-top--xl"] {
  margin-top: 50px !important;
}
[bp~="margin-bottom--xl"] {
  margin-bottom: 50px !important;
}
[bp~="margin-right--xl"] {
  margin-right: 50px !important;
}
[bp~="margin-left--xl"] {
  margin-left: 50px !important;
}
[bp~="padding--xl"] {
  padding: 50px !important;
}
[bp~="padding-top--xl"] {
  padding-top: 50px !important;
}
[bp~="padding-bottom--xl"] {
  padding-bottom: 50px !important;
}
[bp~="padding-right--xl"] {
  padding-right: 50px !important;
}
[bp~="padding-left--xl"] {
  padding-left: 50px !important;
}
.menu {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 0;
  z-index: 99;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu .wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.menu .wrap .container {
  text-align: center;
  opacity: 0;
  display: grid;
  grid-template-columns: 20% 25% 55%;
  grid-gap: 30px;
}
@media only screen and (min-width:45em) {
  .menu .wrap .container {
    width: 100%;
    height: 100%;
    text-align: start;
  }
}
@media only screen and (min-width:90em) {
  .menu .wrap .container {
    min-height: 420px;
  }
}
@media screen and (min-width:60em) and (max-height:50em) {
  .menu .wrap .container ul {
    margin-top: 80px;
  }
}
.menu .wrap .container ul li {
  padding-bottom: 30px;
  font-family: var(--header-font);
}
.menu .wrap .container ul li a {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  color: var(--text-color);
}
.menu .wrap .container ul li a:hover,
.menu .wrap .container ul li a.onstate {
  color: #999;
}
.menu .wrap .container ul li a i {
  font-size: 80%;
  margin-left: 3px;
}
.menu .wrap .container ul li a.underline {
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
  padding-bottom: 2px;
}
.menu .wrap .container .catnav ul ul {
  display: none;
}
.menu .wrap .container .subnav ul {
  columns: 2;
  gap: 40px;
}
.menu .wrap .container .subnav ul li {
  padding-bottom: 16px;
  font-family: var(--primary-font);
}
.menu .wrap .container .subnav ul li a {
  font-size: 1.125rem;
}
.menu .wrap .container .useful ul {
  padding-top: 4px;
}
.menu .wrap .container .useful ul li {
  padding-bottom: 22px;
}
.menu .wrap .container .useful ul li:first-child {
  font-size: clamp(1.25rem, 3vw, 1.563rem);
  color: #ffffff;
}
.menu .wrap .container .useful ul li a {
  font-size: clamp(1.063rem, 3vw, 1.25rem);
  font-weight: var(--regular);
}
.menu .wrap .container .nav-cta {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 35px;
}
.menu .wrap .container .nav-cta [bp~="grid"] {
  grid-template-columns: 1fr 220px;
}
.menu .wrap .container .nav-cta [bp~="grid"] h2 {
  font-weight: var(--regular);
  font-size: clamp(1.625rem, 2.2vw, 2.188rem);
}
.menu .wrap .container .nav-cta [bp~="grid"] .btn {
  font-size: 18px;
}
.menu .banner {
  position: absolute;
  z-index: 3;
  padding: 0 0 50px;
  opacity: 0;
  bottom: 0;
  left: 0;
  text-align: end;
}
.menu .banner .social a {
  background-color: var(--brand-color);
  color: #ffffff;
  width: 31px;
  height: 31px;
  display: inline-block;
  transform: rotate(45deg);
  text-align: center;
  margin-right: 30px;
  border: 1px solid var(--brand-color);
}
.menu .banner .social a i {
  transform: rotate(-45deg);
  margin-left: -1px;
  margin-top: 7px;
}
.menu .banner .social a:hover {
  background-color: #fff;
  color: var(--brand-color);
}
@keyframes background-fade {
  99.9% {
    background: transparent;
  }
  100% {
    background: var(--brand-color2);
  }
}
@keyframes slide-menu {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-menu-out {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@keyframes menu-item-anim-left {
  from {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menu-item-anim-right {
  from {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(-27%);
    transform: translateX(-27%);
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show-menu {
  height: 100vh;
  overflow: auto;
  pointer-events: inherit;
  -webkit-animation: slide-menu 0.5s ease-in forwards;
  -moz-animation: slide-menu 0.5s ease-in forwards;
  -ms-animation: slide-menu 0.5s ease-in forwards;
  -o-animation: slide-menu 0.5s ease-in forwards;
  animation: slide-menu 0.5s ease-in forwards;
}
@media only screen and (min-width:45em) {
  .show-menu {
    overflow: hidden;
  }
}
.show-menu .banner {
  -webkit-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -moz-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -ms-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -o-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  animation: fade-in 0.6s forwards 0.6s ease-in-out;
}
@media only screen and (min-width:45em) {
  .show-menu .banner {
    -webkit-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    -moz-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    -ms-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    -o-animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
    animation: menu-item-anim-right 0.6s forwards 0.6s ease-in-out;
  }
}
.show-menu .container {
  -webkit-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -moz-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -ms-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  -o-animation: fade-in 0.6s forwards 0.6s ease-in-out;
  animation: fade-in 0.6s forwards 0.6s ease-in-out;
}
@media only screen and (min-width:45em) {
  .show-menu .container {
    -webkit-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    -moz-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    -ms-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    -o-animation: fade-in 0.6s forwards 0.6s ease-in-out;
    animation: fade-in 0.6s forwards 0.6s ease-in-out;
  }
}
.hide-menu {
  height: 100vh;
  -webkit-animation: slide-menu-out 0.8s ease-in-out forwards;
  -moz-animation: slide-menu-out 0.8s ease-in-out forwards;
  -ms-animation: slide-menu-out 0.8s ease-in-out forwards;
  -o-animation: slide-menu-out 0.8s ease-in-out forwards;
  animation: slide-menu-out 0.8s ease-in-out forwards;
}
.hide-menu .container {
  -webkit-animation: fade-out 0.3s ease-out;
  -moz-animation: fade-out 0.3s ease-out;
  -ms-animation: fade-out 0.3s ease-out;
  -o-animation: fade-out 0.3s ease-out;
  animation: fade-out 0.3s ease-out;
}
@media only screen and (min-width:45em) {
  .hide-menu .container {
    -webkit-animation: fade-out 0.3s ease-out;
    -moz-animation: fade-out 0.3s ease-out;
    -ms-animation: fade-out 0.3s ease-out;
    -o-animation: fade-out 0.3s ease-out;
    animation: fade-out 0.3s ease-out;
  }
}
.hide-menu .wrap .container {
  margin-top: 0;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto -2px;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner {
  background-color: var(--text-color);
}
.hamburger.is-active .hamburger-inner::before {
  background-color: var(--text-color);
}
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--text-color);
}
.hamburger.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 35px;
  height: 3px;
  background-color: var(--text-color);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-box .hamburger-inner::before {
  width: 35px;
  height: 3px;
  background-color: var(--text-color);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -10px;
}
.hamburger-box .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: var(--text-color);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -10px;
}
/* MMENU */
.mm-spn a i {
  display: none;
}
.mm-spn.mm-spn--light {
  background: var(--brand-color2) !important;
}
.mm-spn.mm-spn--navbar::after {
  background: var(--brand-color) !important;
  opacity: 1 !important;
  font-weight: var(--semibold);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.mm-spn a,
.mm-spn span {
  color: #fff !important;
}
.mm-spn li::after {
  border-top: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.mm-spn li::before {
  color: #fff !important;
  opacity: 1 !important;
}
#mobMenu:not(.mm-spn--main)::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.7;
  z-index: 1;
}
ol {
  list-style: decimal;
  margin-left: 24px;
}
ul.fancy {
  margin: 15px 0;
}
ul.fancy li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: var(--light);
}
ul.fancy li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: calc(100% - 20px);
  font-weight: var(--semibold);
  background-color: var(--brand-color);
  text-align: center;
}
ul.fancy li.no-bullet::before {
  content: '';
}
ul.fancy.fancy2 li {
  padding-left: 20px;
}
ul.fancy.fancy2 li::before {
  content: '\25CF';
  font-size: 17px;
  font-family: inherit;
  color: var(--brand-color);
  background-color: transparent;
  top: 5px;
}
ul.fancy.brand li {
  color: var(--text-color);
}
ul.fancy.brand li::before {
  color: var(--brand-color);
}
ul.fancy.brand2 li {
  color: var(--text-color);
}
ul.fancy.brand2 li::before {
  color: var(--brand-color2);
}
ul.fancy.brand3 li {
  color: var(--text-color);
}
ul.fancy.brand3 li::before {
  color: var(--brand-color3);
}
ul.fancy ul {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: var(--light);
}
ul.fancy ul li::before {
  content: '\f105';
}
.nicelink {
  font-weight: var(--bold);
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #fff;
  font-size: clamp(0.938rem, 2vw, 1.125rem);
  padding: 8px 25px;
  max-width: 300px;
  width: 100%;
  font-weight: var(--semibold);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background: #fff;
  color: var(--brand-color);
}
.btn.brand {
  background: var(--brand-color);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.brand:hover {
  background: #0b89dd;
}
.btn.brand2 {
  background: var(--brand-color2);
  color: #2A2A2A;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.brand2:hover {
  background: #75ceff;
}
.btn.white {
  border: 3px solid #fff;
  background: transparent;
  border-radius: 50px;
  color: #ffffff;
}
.btn.white:hover {
  background: #fff;
  color: var(--brand-color);
}
.btn.nowidth {
  width: auto;
  max-width: none;
}
.btn.rounded {
  border-radius: 30px;
  width: auto;
  max-width: none;
  padding: 8px 50px;
}
.btn.fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.btn.brandblock {
  background: rgba(217, 217, 217, 0.3);
  border-color: var(--brand-color2);
  color: var(--brand-color2);
}
.btn.brandblock:hover {
  color: var(--text-color);
  background: var(--brand-color2);
}
@media only screen and (max-width:30em) {
  .btn {
    max-width: none;
  }
}
.caplink {
  text-transform: uppercase;
  font-size: 0.938rem;
  letter-spacing: 0.2em;
  font-weight: var(--bold);
  font-family: var(--header-font);
  border-bottom: 1px solid var(--brand-color);
  padding-bottom: 4px;
}
#map_canvas iframe,
#map_canvas1 iframe,
#map_canvas2 iframe,
#map_canvas3 iframe,
#map_canvas4 iframe {
  vertical-align: middle;
  width: 100%;
  height: 350px;
  border: 0;
  margin: 30px 0;
}
@media only screen and (min-width:45em) {
  #map_canvas iframe,
  #map_canvas1 iframe,
  #map_canvas2 iframe,
  #map_canvas3 iframe,
  #map_canvas4 iframe {
    height: 550px;
    margin: 0;
  }
}
#map_canvas#map_canvas2,
#map_canvas1#map_canvas2,
#map_canvas2#map_canvas2,
#map_canvas3#map_canvas2,
#map_canvas4#map_canvas2,
#map_canvas#map_canvas3,
#map_canvas1#map_canvas3,
#map_canvas2#map_canvas3,
#map_canvas3#map_canvas3,
#map_canvas4#map_canvas3,
#map_canvas#map_canvas4,
#map_canvas1#map_canvas4,
#map_canvas2#map_canvas4,
#map_canvas3#map_canvas4,
#map_canvas4#map_canvas4 {
  display: none;
}
.greybg {
  background: #f2f2f2;
}
/* Accordion */
.toggle-group {
  margin-top: 20px;
}
.toggle-group .toggle-holder {
  border: 1px solid var(--brand-color);
  margin-bottom: 16px;
  border-radius: 6px;
}
.toggle-group .toggle-holder .toggleme {
  padding: 14px 55px 14px 20px !important;
  transition: none;
  display: block !important;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  font-family: var(--primary-font);
  font-weight: var(--bold);
  color: var(--brand-color);
}
.toggle-group .toggle-holder .toggleme:hover,
.toggle-group .toggle-holder .toggleme.active {
  opacity: 0.7;
}
.toggle-group .toggle-holder .toggleme::after {
  position: absolute;
  content: '\f078';
  font-family: var(--awesome);
  padding-left: 8px;
  width: 8px;
  display: inline-block;
  top: 14px !important;
  right: 35px;
  -webkit-text-stroke: 1px #f1f1f1;
  color: #B1B1B1;
}
.toggle-group .toggle-holder .toggleme.active::after {
  content: '\f077';
}
.toggle-group .toggle-text {
  display: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 20px;
}
.toggle-group .toggle-text p {
  display: block;
  font-size: 17px !important;
}
.toggle-group .toggle-text p:last-child {
  margin-bottom: 0;
}
.toggle-group .toggle-text p:first-child {
  margin-top: 0;
}
.toggle-group .toggle-text em {
  font-style: italic;
}
.toggle-group .toggle-text.active {
  display: block;
}
.toggle-group .toggle-text .times {
  margin-top: 15px;
  margin-bottom: 10px;
}
.toggle-group .toggle-text .times thead th {
  font-size: clamp(1rem, 2vw, 1.063rem);
}
.toggle-group .toggle-text .times tbody td {
  font-size: clamp(1rem, 2vw, 1.063rem);
  padding: 3px 9px;
}
.header {
  padding: 0 30px;
  position: absolute;
  z-index: 69;
  background: #fff;
  width: 100%;
}
@media only screen and (min-width:45em) {
  .header {
    position: fixed;
    -webkit-transition: all 1.7s ease-out;
    -moz-transition: all 1.7s ease-out;
    -ms-transition: all 1.7s ease-out;
    -o-transition: all 1.7s ease-out;
    transition: all 1.7s ease-out;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width:30em) {
  .header {
    padding: 20px;
  }
}
.header [bp~="grid"] {
  grid-template-columns: 1fr 130px 50px;
  height: 85px;
}
@media only screen and (min-width:45em) {
  .header [bp~="grid"] {
    grid-template-columns: 1fr 130px 34px;
  }
}
@media only screen and (min-width:60em) {
  .header [bp~="grid"] {
    grid-template-columns: 180px 1fr 160px;
  }
}
@media only screen and (min-width:75em) {
  .header [bp~="grid"] {
    grid-template-columns: 180px 1fr 180px;
  }
}
@media only screen and (max-width:30em) {
  .header [bp~="grid"] {
    grid-template-columns: 230px 1fr;
    height: auto;
  }
}
.header ul {
  margin: auto;
  justify-content: space-between;
  display: flex;
  max-width: 95%;
}
@media only screen and (min-width:75em) {
  .header ul {
    max-width: 720px;
  }
}
.header ul li {
  font-size: clamp(0.75rem, 1vw, 1.063rem);
  display: inline-block;
  position: relative;
  letter-spacing: -1px;
  font-weight: var(--bold);
  text-transform: uppercase;
}
.header ul li a,
.header ul li span {
  position: relative;
  color: #2B2B2B;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header ul li a:hover,
.header ul li span:hover,
.header ul li a.onstate,
.header ul li span.onstate {
  color: var(--brand-color);
}
.header ul li a.onstate,
.header ul li span.onstate {
  border-bottom: 2px solid var(--brand-color);
  padding-bottom: 5px;
}
.header ul li.drop {
  cursor: pointer;
}
.header ul li.drop > span {
  position: relative;
}
.header ul li.drop > span::after {
  content: '\f078';
  font-family: var(--awesome);
  font-weight: var(--semibold);
  color: var(--brand-color);
  font-size: 80%;
  margin-left: 6px;
}
.header ul li.drop .dropdownContain {
  width: 400px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -83px;
  top: -750px;
  padding-top: 38px;
}
.header ul li.drop .dropdownContain .dropOut {
  width: 400px;
  background: white;
  float: left;
  position: relative;
  margin-top: 8px;
  opacity: 0;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 5px solid var(--brand-color);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.header ul li.drop .dropdownContain .dropOut ul {
  float: left;
  padding: 10px 0;
  display: block;
}
.header ul li.drop .dropdownContain .dropOut ul li {
  text-align: left;
  float: left;
  width: 380px;
  padding: 12px 0 10px 15px;
  margin: 0px 10px;
  color: #777;
  border-radius: 4px;
  height: auto;
  top: auto;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.header ul li.drop .dropdownContain .dropOut ul li::before {
  display: none;
}
.header ul li.drop .dropdownContain .dropOut ul li:hover {
  background: #f6f6f6;
}
.header ul li.drop .dropdownContain .dropOut ul li a {
  display: block;
  color: var(--text-color);
}
.header ul li.drop .dropdownContain .dropOut ul li a:hover {
  color: var(--text-color);
}
.header ul li.drop .dropdownContain .dropOut ul li a.onstate {
  padding-bottom: 0;
  border: 0;
}
.header ul li.drop.panel .dropdownContain {
  width: 300px;
  margin-left: -123px;
}
.header ul li.drop.panel .dropdownContain .dropOut {
  width: 300px;
}
.header ul li.drop.panel .dropdownContain .dropOut ul li {
  width: 280px;
}
.header ul li.drop:hover > a,
.header ul li.drop:hover > span {
  color: var(--brand-color);
}
.header ul li.drop:hover .dropdownContain {
  top: 5px;
}
@media only screen and (min-width:75em) {
  .header ul li.drop:hover .dropdownContain {
    top: 5px;
  }
}
@media only screen and (min-width:90em) {
  .header ul li.drop:hover .dropdownContain {
    top: 11px;
  }
}
.header ul li.drop:hover .underline {
  border-bottom-color: #777;
}
.header ul li.drop:hover .dropOut {
  opacity: 1;
}
.header ul li.drop:hover::after {
  opacity: 0;
}
.header .burger .account {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.header .burger .account i {
  color: var(--brand-color);
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.header .burger .account a {
  text-transform: uppercase;
  font-weight: var(--semibold);
  color: var(--text-color);
  margin-right: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  font-size: clamp(0.75rem, 1.2vw, 1.063rem);
}
.header .burger .account a:hover {
  color: var(--brand-color);
}
.header .burger .account a:first-child {
  display: none;
}
@media only screen and (min-width:45em) {
  .header .burger .account a:first-child {
    display: inline-block;
  }
}
.header .burger .menu-btn {
  color: var(--brand-color);
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
}
.header .burger .menu-btn span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: var(--semibold);
}
.header .burger .menu-btn span.hamburger-box .hamburger-inner,
.header .burger .menu-btn span.hamburger-box .hamburger-inner::before,
.header .burger .menu-btn span.hamburger-box .hamburger-inner::after {
  width: 32px;
}
@media only screen and (min-width:45em) {
  .header .burger .menu-btn span.hamburger-box .hamburger-inner,
  .header .burger .menu-btn span.hamburger-box .hamburger-inner::before,
  .header .burger .menu-btn span.hamburger-box .hamburger-inner::after {
    width: 35px;
  }
}
.header.hideit {
  top: -135px;
}
.header.fixed {
  background: var(--brand-color2);
  width: 100%;
  margin-top: 0;
}
@media only screen and (min-width:45em) {
  .header.fixed {
    box-shadow: 0 0px 12px -6px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width:45em) {
  .header.fixed {
    position: fixed;
    height: 100px;
    padding: 10px 30px;
    top: 0;
  }
}
.header.fixed .details {
  padding-top: 16px;
}
@media only screen and (min-width:75em) {
  .header.fixed .details {
    padding-top: 6px;
  }
}
.header.fixed .logo {
  padding-top: 7px;
  position: relative;
  top: -12px;
}
@media only screen and (min-width:45em) {
  .header.fixed .logo {
    top: 0;
  }
}
.header.fixed .logo img {
  max-width: 120px;
}
.header.fixed ul li {
  font-size: clamp(0.75rem, 1.6vw, 1.125rem);
}
.header.fixed ul li:first-child {
  font-size: clamp(0.75rem, 1.6vw, 1.625rem);
}
.header.fixed .burger {
  padding-top: 0;
}
.header.fixed .burger .hamburger {
  left: 1px;
  position: relative;
}
.header.fixed .burger .menu-btn {
  margin-top: 10px;
  width: 60px;
  height: 60px;
}
.header.fixed .burger .menu-btn span .hamburger-inner,
.header.fixed .burger .menu-btn span::before,
.header.fixed .burger .menu-btn span::after {
  width: 32px;
}
.header.topfix {
  box-shadow: none;
  -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;
}
.header.fixme {
  position: fixed;
}
.header.nobg {
  background-color: #fff;
}
@media only screen and (min-width:45em) {
  .header.fadeout {
    -webkit-animation: fade-out-in 1.3s ease-out;
    -moz-animation: fade-out-in 1.3s ease-out;
    -ms-animation: fade-out-in 1.3s ease-out;
    -o-animation: fade-out-in 1.3s ease-out;
    animation: fade-out-in 1.3s ease-out;
  }
}
@media only screen and (min-width:45em) {
  .header.fadein {
    -webkit-animation: fade-out-in 1.3s ease-out;
    -moz-animation: fade-out-in 1.3s ease-out;
    -ms-animation: fade-out-in 1.3s ease-out;
    -o-animation: fade-out-in 1.3s ease-out;
    animation: fade-out-in 1.3s ease-out;
  }
}
@media only screen and (min-width:90em) {
  .header .logo img {
    max-width: 300px;
  }
}
.header .touch {
  display: none;
}
@media only screen and (min-width:30em) {
  .header .touch {
    display: block;
  }
}
.header .touch .btn {
  background: #121C43;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 0.938rem;
  border: 0;
}
@media only screen and (min-width:75em) {
  .header .touch .btn {
    padding: 10px 20px;
  }
}
.header .touch .btn:hover {
  background: linear-gradient(109.54deg, #2959A4 13.42%, #51AEE1 86.65%), linear-gradient(109.54deg, #51AEE1 13.42%, #2959A4 86.65%);
}
.feature {
  position: relative;
  background-size: cover;
  z-index: 3;
  background-position: center;
}
.feature .swiper-slide:nth-child(1) {
  background-image: url("./images/mobile/slider-image1_tem.jpg");
}
@media only screen and (min-width:45em) {
  .feature .swiper-slide:nth-child(1) {
    background-position: top center;
    background-image: url("./images/slider-image1_tem.jpg");
  }
}
@media only screen and (min-width:75em) {
  .feature .swiper-slide:nth-child(1) {
    background-position: center;
  }
}
.feature .swiper-slide:nth-child(2) {
  background-image: url("./images/mobile/slider-image2_tem.png");
}
@media only screen and (min-width:45em) {
  .feature .swiper-slide:nth-child(2) {
    background-position: top center;
    background-image: url("./images/slider-image2_tem.png");
  }
}
@media only screen and (min-width:75em) {
  .feature .swiper-slide:nth-child(2) {
    background-position: center;
  }
}
.feature .swiper-slide:nth-child(3) {
  background-image: url("./images/mobile/slider-image3_tem.png");
}
@media only screen and (min-width:45em) {
  .feature .swiper-slide:nth-child(3) {
    background-position: top center;
    background-image: url("./images/slider-image3_tem.png");
  }
}
@media only screen and (min-width:75em) {
  .feature .swiper-slide:nth-child(3) {
    background-position: center;
  }
}
.feature .swiper-slide {
  width: 100%;
  height: 700px;
  background-size: cover;
  display: grid;
  align-content: center;
  background-position: center;
  color: #ffffff;
}
@media only screen and (min-width:75em) {
  .feature .swiper-slide {
    height: 100vh;
  }
}
@media only screen and (max-width:30em) {
  .feature .swiper-slide {
    height: 570px;
    background-position: center;
  }
}
.feature .swiper-slide::before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.feature .swiper-slide [bp~="grid"] {
  height: 100vh;
  position: relative;
  z-index: 2;
}
.feature .swiper-button-next,
.feature .swiper-button-prev {
  top: auto;
  bottom: 40px;
  color: #ffffff;
  -webkit-text-stroke: 2px;
}
.feature .swiper-button-next.swiper-button-next,
.feature .swiper-button-prev.swiper-button-next {
  right: 50px;
}
@media only screen and (max-width:30em) {
  .feature .swiper-button-next.swiper-button-next,
  .feature .swiper-button-prev.swiper-button-next {
    right: 10px;
    bottom: 20px;
  }
}
.feature .swiper-button-next.swiper-button-prev,
.feature .swiper-button-prev.swiper-button-prev {
  left: auto;
  right: 120px;
}
@media only screen and (max-width:30em) {
  .feature .swiper-button-next.swiper-button-prev,
  .feature .swiper-button-prev.swiper-button-prev {
    bottom: 20px;
    right: 60px;
  }
}
.feature .swiper-button-next::after,
.feature .swiper-button-prev::after {
  font-size: 1.875rem;
}
@media only screen and (max-width:30em) {
  .feature .swiper-button-next::after,
  .feature .swiper-button-prev::after {
    font-size: 1.25rem;
  }
}
.feature h1 {
  color: #ffffff;
  line-height: 1.2;
}
@media only screen and (min-width:90em) {
  .feature h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width:30em) {
  .feature h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width:60em) and (max-height:50em) {
  .feature h1 {
    font-size: 3.75rem;
  }
}
.feature h1 br {
  display: none;
}
@media only screen and (min-width:75em) {
  .feature h1 br {
    display: inline;
  }
}
.feature h5 {
  color: var(--brand-color3);
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 2vw, 1.625rem);
}
@media only screen and (max-width:30em) {
  .feature h5 {
    font-size: 1.063rem;
  }
}
.feature .time {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.4vw, 1.75rem);
  font-weight: var(--bold);
}
@media only screen and (min-width:90em) {
  .feature .time {
    max-width: 1410px;
    margin: auto;
    right: 0;
    left: -30px;
  }
}
@media only screen and (max-width:30em) {
  .feature .time {
    font-size: 1.125rem;
  }
}
.feature .time span {
  color: var(--brand-color);
}
.feature .touch {
  display: none;
}
@media only screen and (min-width:60em) {
  .feature .touch {
    position: absolute;
    background-image: url("images/touch-bg.svg");
    bottom: 0;
    right: 0;
    display: grid;
    width: 268px;
    height: 222px;
    background-size: cover;
    color: #ffffff;
    text-align: end;
    align-items: end;
    z-index: 9;
  }
  .feature .touch div {
    padding: 0 30px 20px;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.3;
  }
  .feature .touch div a {
    color: #FFE500;
    font-weight: var(--bold);
  }
  .feature .touch div a:hover {
    color: #ffffff;
  }
}
.feature.static {
  position: relative;
}
.feature.static [bp~="grid"] {
  position: relative;
  z-index: 3;
  height: 300px;
}
@media only screen and (min-width:45em) {
  .feature.static [bp~="grid"] {
    height: 300px;
  }
}
@media only screen and (min-width:60em) {
  .feature.static [bp~="grid"] {
    height: 350px;
  }
}
.feature.static [bp~="grid"].fancy {
  grid-gap: 0;
  column-gap: 30px;
}
@media only screen and (min-width:75em) {
  .feature.static [bp~="grid"].fancy {
    grid-gap: 30px;
    column-gap: 0;
  }
}
.feature.static h1 {
  font-weight: var(--bold);
  margin-top: 85px;
}
@media only screen and (max-width:30em) {
  .feature.static h1 {
    margin-top: 95px;
  }
}
.feature.static::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.14) 50.52%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#about .feature {
  background-image: url("/images/about-header.jpg");
}
#history .feature,
#contact .feature {
  background-image: url("/images/history-header.jpg");
}
#jobs .feature {
  background-image: url("/images/about-header.jpg");
}
#chandlery .feature {
  background-image: url("/images/chandlery-header.jpg");
}
#medical .feature {
  background-image: url("/images/medical-header.jpg");
}
#renewables .feature {
  background-image: url("/images/renewables-header.jpg");
}
#remote-site-services .feature {
  background-image: url("/images/remote-site-services-header.jpg");
}
#contact .feature {
  background-image: url("images/tittle.jpg");
}
.side-image {
  position: relative;
  z-index: 10;
}
.side-image::before {
  height: 250px;
  width: 100vw;
  content: '';
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: opacity 1.5s;
  margin-bottom: 50px;
}
@media only screen and (min-width:45em) {
  .side-image::before {
    height: 400px;
  }
}
@media only screen and (min-width:60em) {
  .side-image::before {
    width: calc(50% + 1px);
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
    display: block;
  }
}
.side-image.full [bp~="grid"] div {
  padding: 0 40px;
}
@media only screen and (min-width:45em) {
  .side-image.full [bp~="grid"] div {
    padding: 0 100px;
  }
}
.side-image h2 {
  padding-bottom: 25px;
}
.side-image h2 a {
  position: relative;
}
.side-image.onload:before {
  opacity: 0;
}
.side-image.fademe:before {
  opacity: 1;
}
.side-image.grey {
  background-color: #F8F8F8;
}
.side-image[data-height="500"]:before {
  height: 250px;
}
@media only screen and (min-width:60em) {
  .side-image[data-height="500"]:before {
    height: 500px;
  }
}
@media only screen and (max-width:30em) {
  .side-image[data-height="500"]:before {
    height: 200px;
  }
}
.side-image.colour {
  background-color: var(--brand-color);
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  .side-image.colour [bp~="grid"] {
    min-height: 400px;
  }
}
.side-image.blue {
  background-color: var(--brand-color2);
  margin: 70px 0 20px;
  padding-top: 0;
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  .side-image.blue {
    margin: 120px 0 20px;
  }
}
.side-image.blue [bp~="grid"] {
  min-height: 480px;
}
@media only screen and (min-width:60em) {
  .side-image.blue [bp~="grid"] {
    min-height: 400px;
    padding-top: clamp(30px, 7.7vw, 100px);
  }
}
.side-image.blue h2 {
  color: var(--brand-color);
  font-weight: var(--bold);
  font-size: clamp(1.75rem, 3.8vw, 2.25rem);
  line-height: 1.4;
}
.side-image.blue::before {
  height: 450px;
  margin-bottom: 30px;
}
@media only screen and (min-width:60em) {
  .side-image.blue::before {
    height: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:30em) {
  .side-image.blue::before {
    height: 350px;
  }
}
.side-image.uneven {
  background-image: url("/images/icon-wood-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 0;
  margin-top: -50px;
}
@media only screen and (min-width:60em) {
  .side-image.uneven {
    margin-top: 40px;
    margin-bottom: 120px;
    background-size: 55% 100%;
  }
}
@media only screen and (min-width:60em) {
  .side-image.uneven {
    padding-top: clamp(30px, 7.7vw, 100px);
    margin-top: 0;
  }
}
.side-image.uneven::before {
  margin-top: 30px;
}
@media only screen and (min-width:60em) {
  .side-image.uneven::before {
    margin-top: 120px;
  }
}
.side-image.uneven ul li {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: clamp(1.25rem, 2.1vw, 1.563rem);
}
@media only screen and (min-width:90em) {
  .side-image.uneven ul li {
    margin-right: 50px;
  }
}
.side-image.right:before {
  left: auto;
  right: -2px;
}
@media only screen and (min-width:60em) {
  .side-image.padded {
    padding: clamp(50px, 11vw, 200px) 0 !important;
  }
}
@media only screen and (min-width:75em) {
  .side-image.padded {
    padding: 250px 0 !important;
  }
}
@media only screen and (min-width:60em) {
  .side-image.padded::before {
    width: 50%;
    height: calc(90% - clamp(50px, 8vw, 150px));
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}
.side-image .with-btn {
  position: relative;
  display: none;
}
@media only screen and (min-width:60em) {
  .side-image .with-btn {
    display: block;
  }
}
.side-image .with-btn .btn {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 4;
}
.half-full {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.half-full .content {
  padding-right: 0;
  padding-bottom: 20px;
  z-index: 2;
}
@media only screen and (min-width:45em) {
  .half-full .content {
    margin-left: -30px;
  }
}
@media only screen and (min-width:75em) {
  .half-full .content {
    margin-left: 0;
    padding-bottom: 0;
  }
}
.half-full .content h2 {
  font-weight: var(--bold);
  color: var(--brand-color);
  font-size: clamp(1.75rem, 3.8vw, 2.25rem);
  line-height: 1.4;
}
.half-full figure {
  grid-column: span 12;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
}
@media only screen and (min-width:45em) {
  .half-full figure {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    margin: 0;
    overflow: visible;
  }
}
@media only screen and (min-width:90em) {
  .half-full figure {
    width: 55%;
  }
}
@media only screen and (min-width:45em) {
  .half-full figure img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-position: center center;
    object-fit: cover;
  }
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .half-full figure {
    top: 0;
  }
}
.half-full.right .content {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (min-width:60em) {
  .half-full.right .content {
    padding-left: 59px;
  }
}
@media only screen and (min-width:45em) {
  .half-full.right figure {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width:75em) {
  .half-full.right.fill [bp~="grid"] {
    height: 650px;
  }
}
@media only screen and (min-width:60em) {
  .half-full.right.fill figure {
    width: 50%;
  }
}
.half-full.right.fill figure::after {
  content: '';
  left: -121%;
  right: auto;
  background: #121C43;;
}
@media only screen and (min-width:60em) {
  .half-full.right.fill .content {
    padding-left: 0;
    padding-right: 59px;
  }
}
.half-full.right.fill h2 {
  margin-top: 10px !important;
}
@media only screen and (min-width:45em) {
  .half-full.right.fill h2 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width:60em) {
  .half-full.right.head .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.half-full.fill {
  background: #121C43;
}
@media only screen and (min-width:45em) {
  .half-full.fill {
    background: none;
  }
}
@media only screen and (min-width:45em) {
  .half-full.fill [bp~="grid"] {
    padding: 40px 0;
  }
}
@media only screen and (min-width:75em) {
  .half-full.fill [bp~="grid"] {
    height: 580px;
  }
}
.half-full.fill p {
  color: #ffffff;
}
.half-full.fill h2 {
  font-size: clamp(1.75rem, 3vw, 2.813rem);
  color: #ffffff;
  line-height: 1.3;
  margin-top: -10px !important;
}
@media only screen and (min-width:45em) {
  .half-full.fill h2 {
    margin-top: 20px !important;
  }
}
.half-full.fill h3 {
  color: #ffffff;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
@media only screen and (min-width:45em) {
  .half-full.fill figure::after {
    content: '';
    width: 140%;
    height: 290%;
    position: absolute;
    right: -121%;
    border-radius: 90%;
    z-index: 0;
    background: #121C43;
    bottom: -50%;
    transform: rotate(-180deg);
  }
}
.half-full.fill figure .circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  max-width: 30em;
  margin: auto;
  margin-top: -55px;
}
@media only screen and (min-width:45em) {
  .half-full.fill figure .circles {
    display: block;
    margin: 0;
    max-width: none;
  }
}
.half-full.fill figure .circles .spot {
  width: 110px;
  height: 110px;
  background: linear-gradient(109.54deg, #004997 13.42%, #002B5B 86.65%);
  border-radius: 50%;
  z-index: 1;
  color: white;
  text-align: center;
  font-weight: var(--bold);
  display: grid;
  place-content: center;
  padding: 0 15px;
  transform: scale(80%);
}
.half-full.fill figure .circles .spot::after {
  border: 6px solid rgba(243, 244, 246, 0.2);
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
}
@media only screen and (min-width:45em) {
  .half-full.fill figure .circles .spot {
    position: absolute;
    right: 9%;
    top: 10%;
  }
}
@media only screen and (min-width:75em) {
  .half-full.fill figure .circles .spot {
    transform: none;
    right: 13%;
  }
}
.half-full.fill figure .circles .spot:nth-of-type(2) {
  right: 6%;
  top: 40%;
}
@media only screen and (min-width:75em) {
  .half-full.fill figure .circles .spot:nth-of-type(2) {
    right: 10%;
    top: 43%;
  }
}
.half-full.fill figure .circles .spot:nth-of-type(3) {
  right: -2%;
  top: 69%;
}
@media only screen and (min-width:75em) {
  .half-full.fill figure .circles .spot:nth-of-type(3) {
    right: 2%;
    top: 73%;
  }
}
.half-full.fill.head {
  padding-top: 85px;
  color: #ffffff;
}
@media only screen and (min-width:75em) {
  .half-full.fill.head [bp~="grid"] {
    height: 450px;
  }
}
@media only screen and (min-width:75em) {
  .half-full.fill.head figure {
    width: 58%;
  }
}
.half-full.fill.head figure img {
  object-fit: cover;
  height: 220px;
}
@media only screen and (min-width:45em) {
  .half-full.fill.head figure img {
    height: 100%;
  }
}
.half-full.fill.head ul {
  margin-bottom: 15px;
}
@media only screen and (min-width:75em) {
  .half-full.fill.head ul {
    margin-bottom: 0;
  }
}
.half-full.fill.head ul li {
  font-weight: var(--bold);
  font-size: clamp(1.25rem, 2.1vw, 1.563rem);
  position: relative;
}
.half-full.fill.head ul li::before {
  content: '|';
  margin-right: 10px;
}
.home-intro h2 {
  padding-bottom: 25px;
}
.home-intro h5 {
  text-transform: uppercase;
  color: var(--brand-color3);
  font-size: clamp(1rem, 2.3vw, 1.125rem);
  padding-bottom: 0;
}
@media only screen and (min-width:60em) {
  .home-icons .wrap > [bp~="grid"] {
    grid-gap: 80px;
  }
}
.home-icons h3 {
  padding-bottom: 20px;
  padding-top: 0;
}
.home-icons [bp="6@md"] h3 a {
  color: var(--text-color);
}
.home-icons [bp="6@md"] h3 a:hover {
  color: var(--brand-color2);
}
.home-icons figure {
  position: relative;
  /*max-width: 200px;*/
  margin: auto;
}
.home-icons figure img {
  border-radius: 50%;
  outline: 7px solid rgba(255, 255, 255, 0.2);
}
.home-icons figure::before {
  /*border: 7px solid rgba(255, 255, 255, 0.2);*/
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.map-areas .map {
  position: relative;
}
.map-areas .map svg {
  max-width: 510px;
}
.map-areas .map .box {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 60%;
  border-radius: 10px;
  padding: 20px 25px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid var(--brand-color3);
  opacity: 0;
  pointer-events: none;
}
.map-areas .map .box p {
  margin: 0;
}
.map-areas .map .box h4 {
  padding-top: 0;
}
.map-areas .block h3 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}
.map-areas .block ul {
  padding: 20px 0;
}
.map-areas .block ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-left: 25px;
}
@media only screen and (min-width:30em) {
  .map-areas .block ul li {
    margin-right: 40px;
  }
}
.map-areas .block ul li::before {
  content: '\f3c5';
  color: var(--brand-color);
  font-family: var(--awesome);
  position: absolute;
  left: 0;
  font-weight: var(--bold);
}
.map-areas .block ul li a {
  color: var(--brand-color);
}
.map-areas .block ul li a:hover {
  color: var(--text-color);
}
.about-intro {
  padding-bottom: 0;
}
@media only screen and (min-width:60em) {
  .about-intro {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width:30em) {
  .about-intro .image {
    margin-top: -25px;
    margin-bottom: 15px;
  }
}
.our-people {
  background: linear-gradient(109.54deg, #51AEE1 13.42%, #2959A4 86.65%);
  position: relative;
  color: #ffffff;
}
@media only screen and (max-width:30em) {
  .our-people {
    padding-top: 50px;
  }
}
.our-people figure {
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  max-width: 294px;
}
.our-people figure img {
  border-radius: 50%;
}
.our-people figure::after {
  border: 10px solid rgba(243, 244, 246, 0.2);
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
}
@media only screen and (min-width:75em) {
  .our-people [bp~="grid"] {
    grid-column-gap: 80px;
  }
}
.our-people .title {
  display: none;
}
@media only screen and (min-width:90em) {
  .our-people .title {
    display: block;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
  }
}
.accreditations {
  background: linear-gradient(109.54deg, #004997 13.42%, #002B5B 86.65%);
  color: #ffffff;
}
.accreditations .logo-strip {
  justify-content: center;
  column-gap: 20px;
  padding-top: 20px;
}
@media only screen and (min-width:60em) {
  .accreditations .logo-strip {
    justify-content: space-between;
  }
}
@media only screen and (min-width:45em) {
  .accreditations .logo-strip {
    padding-top: 60px;
  }
}
.accreditations .logo-strip img {
  width: 10%;
  object-fit: contain;
  max-height: 48px;
}
@media only screen and (min-width:60em) {
  .accreditations .logo-strip img {
    width: auto;
    object-fit: none;
    max-height: none;
  }
}
@media only screen and (max-width:30em) {
  .accreditations .logo-strip img {
    width: 25%;
    margin: 15px;
  }
}
.timeline {
  background-color: #fff;
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width:45em) {
  .timeline::before {
    content: '';
    width: 47.7%;
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(109.54deg, #2959A4 13.42%, #51AEE1 86.65%);
  }
}
@media only screen and (min-width:75em) {
  .timeline .left-side {
    padding-right: 30px;
  }
}
.timeline .right-side {
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -40px;
}
@media only screen and (min-width:30em) {
  .timeline .right-side {
    margin-bottom: -57px;
  }
}
@media only screen and (min-width:45em) {
  .timeline .right-side {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.timeline .right-side::before {
  content: '';
  width: 180%;
  left: -40%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background: linear-gradient(109.54deg, #2959A4 13.42%, #51AEE1 86.65%);
}
@media only screen and (min-width:45em) {
  .timeline .right-side::before {
    background: none;
  }
}
.timeline .round {
  position: relative;
  max-width: 294px;
  margin: 20px auto 30px;
}
@media only screen and (min-width:45em) {
  .timeline .round {
    margin: 20px 0 30px;
  }
}
.timeline .round img {
  border-radius: 50%;
}
.timeline .round::before {
  border: 7px solid rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.timeline .discuss {
  line-height: 1.5;
}
.timeline .discuss a {
  color: #FFE500;
}
.timeline .discuss a:hover {
  color: #ffffff;
}
.timeline .discuss br {
  display: none;
}
@media only screen and (min-width:75em) {
  .timeline .discuss br {
    display: inline;
  }
}
.contact-intro .contact-text h2 {
  padding-top: 0;
}
.contact-intro .contact-text h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.563rem);
  line-height: 1.7;
}
.contact-intro .contact-text a {
  color: var(--brand-color);
}
.contact-intro .contact-text a:hover {
  color: #000000;
}
.contact-intro .contact-text .social {
  margin-top: 15px;
  margin-bottom: 20px;
}
.contact-intro .contact-text .social a[target="_blank"] {
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-grid;
  align-content: center;
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  background-color: transparent;
  font-size: 90%;
  border: 2px solid var(--brand-color);
  margin-right: 8px;
}
.contact-intro .contact-text .social a[target="_blank"]:hover {
  color: transparent;
  background-color: var(--brand-color);
}
.contact-intro .contact-text .social a[target="_blank"]:hover {
  color: #ffffff;
}
.contact-intro .contact-form ::placeholder {
  color: #000;
  opacity: 1;
}
.contact-intro .contact-form ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.contact-intro .contact-form ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact-intro .contact-form :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact-intro .contact-form :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.contact-intro .contact-form [bp~="grid"] [bp~="grid"] {
  grid-row-gap: 0;
}
.contact-intro .contact-form .input {
  border-radius: 0;
}
.contact-intro .contact-form .textarea {
  height: 111px;
  padding-top: 18px;
}
.contact-intro .contact-form .gdpr {
  font-size: 0.813rem;
}
.contact-intro .contact-form .btn {
  font-size: 0.875rem;
  height: 45px;
  line-height: 29px;
  letter-spacing: 1px;
  border: 0;
  background: linear-gradient(269.91deg, #23A9E1 -0.1%, #0974BB 99.95%);
}
.contact-intro .contact-form .file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 48px;
  width: 100%;
}
.contact-intro .contact-form .file input {
  width: 100%;
  height: 48px;
  margin: 0;
  opacity: 0;
}
.contact-intro .contact-form .file span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 48px;
  padding: 0.7rem 1rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  user-select: none;
  text-align: start;
  border: 1px solid #e0e0e0;
}
.contact-intro .contact-form .file span::before {
  position: absolute;
  top: 0;
  right: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 100%;
  padding: 0.8rem 15px;
  font-weight: var(--bold);
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-color: var(--brand-color);
  line-height: 1.7;
  color: #ffffff;
}
.contact-intro .contact-form .file span::after {
  content: attr(data-title);
  font-size: 0.813rem;
}
.contact-intro .contact-form #captcha_container1 {
  margin-top: 15px;
}
.contact-intro .contact-form #captcha_container1 > div {
  margin-bottom: 15px;
}
.contact-block h5 {
  padding-top: 0;
}
.contact-block .details {
  position: relative;
}
.contact-block .details p {
  line-height: 2;
}
@media only screen and (min-width:75em) {
  .contact-block .details::after {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    height: calc(100% - 10px);
    position: absolute;
    right: -13%;
    top: 0;
  }
}
@media only screen and (min-width:90em) {
  .contact-block .details::after {
    right: -10%;
  }
}
.contact-block.brand {
  background-color: #002B5B;
  color: #ffffff;
}
.contact-block.brand .details::after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.service-spots {
  display: none;
}
@media only screen and (min-width:60em) {
  .service-spots {
    display: block;
    margin-top: -55px;
    position: relative;
    z-index: 10;
  }
  .service-spots .content {
    justify-content: space-between;
  }
  .service-spots .content .spot {
    width: 110px;
    height: 110px;
    background: linear-gradient(109.54deg, #004997 13.42%, #002B5B 86.65%);
    border-radius: 50%;
    color: white;
    text-align: center;
    font-weight: var(--bold);
    display: grid;
    place-content: center;
    padding: 0 15px;
    position: relative;
  }
  .service-spots .content .spot::after {
    border: 6px solid rgba(243, 244, 246, 0.2);
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50%;
  }
}
.service-intro p:first-child {
  font-size: clamp(1.25rem, 2.1vw, 1.563rem);
  font-weight: var(--bold);
  line-height: 1.6;
}
.service-intro ul {
  margin-top: 20px;
}
.service-intro ul li {
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.service-intro ul li::before {
  content: '\f111';
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--awesome);
  color: var(--brand-color2);
  font-size: 40%;
  font-weight: var(--bold);
}
.service-intro .cta figure {
  width: 100%;
  background: linear-gradient(109.54deg, #51AEE1 13.42%, #2959A4 86.65%);
  color: white;
  text-align: center;
  font-weight: var(--bold);
  display: grid;
  place-content: center;
  padding: 20px 25px;
  position: relative;
}
@media only screen and (min-width:60em) {
  .service-intro .cta figure {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 0 25px;
  }
}
@media only screen and (min-width:90em) {
  .service-intro .cta figure {
    width: 80%;
  }
}
@media only screen and (max-width:30em) {
  .service-intro .cta figure {
    margin-bottom: 10px;
  }
}
.service-intro .cta figure::after {
  border: 5px solid rgba(0, 0, 0, 0.06);
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
}
@media only screen and (min-width:60em) {
  .service-intro .cta figure::after {
    border: 10px solid rgba(0, 0, 0, 0.06);
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 50%;
  }
}
.service-intro .cta figure a {
  color: #FFE500;
}
.service-intro .cta figure a:hover {
  color: #ffffff;
}
.service-intro .cta figure p:first-child {
  font-size: clamp(1.125rem, 1.4vw, 1.438rem);
}
@media only screen and (min-width:90em) {
  .service-intro .cta figure p:first-child {
    font-size: 1.438rem;
  }
}
.service-intro .cta figure p:last-child {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: var(--bold);
  margin-bottom: 0;
}
@media only screen and (min-width:90em) {
  .service-intro .cta figure p:last-child {
    font-size: 2rem;
  }
}
.service-blue {
  background: linear-gradient(109.54deg, #004997 13.42%, #002B5B 86.65%);
  color: #ffffff;
}
.service-blue h2 {
  font-size: clamp(1.75rem, 3.8vw, 2.25rem);
  padding-bottom: 30px;
}
@media only screen and (min-width:90em) {
  .service-blue h2 {
    white-space: nowrap;
  }
}
.service-blue ul {
  display: grid;
  grid-column-gap: 40px;
}
@media only screen and (min-width:45em) {
  .service-blue ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width:90em) {
  .service-blue ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-blue ul li {
  font-weight: var(--bold);
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (min-width:45em) {
  .service-blue ul li {
    padding-bottom: 20px;
  }
}
.service-blue ul li::before {
  content: '\f111';
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--awesome);
  color: var(--brand-color2);
  font-size: 40%;
}
.service-blue h3 a {
  color: #FFE500;
}
.service-blue h3 a:hover {
  color: #ffffff;
}
.service-icons h3 {
  font-size: clamp(1.125rem, 2vw, 1.438rem);
}
.service-icons i {
  background-image: url("images/icon-sprite.png");
  background-repeat: no-repeat;
  width: 113px;
  height: 113px;
  display: inline-block;
}
.service-icons i.call {
  background-position: 8px 7px;
}
.service-icons i.delivery {
  background-position: 4px -185px;
}
.service-icons i.quality {
  background-position: 4px -380px;
}
.service-icons i.pricing {
  background-position: -1px -573px;
}
.service-icons i.stock {
  background-position: -1px -761px;
}
.service-icons i.global {
  background-position: -5px -959px;
}
@media only screen and (min-width:60em) {
  .service-icons i {
    transform: scale(0.6);
  }
}
@media only screen and (min-width:75em) {
  .service-icons i {
    transform: none;
  }
}
.service-icons [bp~="grid"] [bp~="grid"] {
  grid-column-gap: 0;
}
@media only screen and (min-width:75em) {
  .service-icons [bp~="grid"] [bp~="grid"] p {
    padding-right: 10px;
  }
}
.testimonials {
  background-image: url("/images/icon-wood-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials .swiper-container {
  height: 570px;
  display: grid;
  align-content: center;
}
.testimonials .swiper-container .swiper-slide h5 {
  color: #B0B0B0;
}
.testimonials .swiper-container .swiper-slide p {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: clamp(1rem, 2vw, 1.375rem);
  color: #ffffff;
}
.testimonials .swiper-container .swiper-slide p:first-of-type:not(:only-child) {
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin: 15px 0 20px;
  line-height: 1.3;
  font-style: italic;
}
.testimonials .swiper-container .swiper-slide p:first-of-type:not(:only-child) span {
  color: var(--brand-color);
}
.testimonials .swiper-container .swiper-slide p:last-child:not(:only-child) {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--brand-color);
  margin-top: 30px;
  font-weight: var(--bold);
  text-transform: uppercase;
}
.intro-block p {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  margin-top: 15px;
}
.intro-block .fancy2 li {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
.intro-block .fancy2 li::before {
  top: 1px !important;
}
@media only screen and (max-width:30em) {
  #what-we-do .intro-block,
  #sheet-materials .intro-block {
    padding-bottom: 30px;
  }
}
.intro-block em {
  font-style: italic;
}
.intro-block .contact-form textarea {
  height: 110px;
  padding-top: 12px;
}
.intro-block .contact-form .optin p {
  margin-top: 0;
  font-size: 80%;
}
.intro-block .contact-details p {
  font-weight: var(--bold);
  font-size: clamp(1.125rem, 1.8vw, 1.188rem);
}
.intro-block .contact-details p strong {
  color: var(--brand-color);
}
.intro-block .contact-details p a {
  color: var(--text-color);
}
.intro-block .contact-details p a:hover {
  color: var(--brand-color);
}
.intro-block .times {
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px;
}
.intro-block .times thead th {
  text-align: start;
  font-weight: var(--bold);
  background-color: var(--brand-color2);
  font-size: clamp(1.125rem, 1.8vw, 1.188rem);
  color: #ffffff;
  padding: 3px 9px;
}
.intro-block .times tbody td {
  font-size: clamp(1.125rem, 1.8vw, 1.188rem);
  border: 1px solid #ccc;
  padding: 3px 9px;
}
.signup {
  background-image: url("/images/signup-bg.jpg");
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding-top: clamp(50px, 7.5vw, 80px);
  padding-bottom: clamp(50px, 7.5vw, 80px);
}
.signup ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}
.signup form {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-column-gap: 30px;
  margin-top: 25px;
}
.signup form input {
  background-color: transparent;
  height: 60px;
  padding: 0 25px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.signup form .btn {
  padding: 0;
}
.signup form .btn i {
  font-size: 130%;
}
.news [bp~="grid"] {
  margin-top: 50px;
}
@media only screen and (min-width:45em) {
  .news [bp~="grid"] {
    grid-gap: 80px;
  }
}
.news h4 {
  margin-top: 10px;
  line-height: 1.5;
}
.news h4 a {
  color: var(--text-color);
}
.news img {
  object-fit: cover;
  height: 220px;
}
@media only screen and (min-width:60em) {
  .news img {
    height: 170px;
  }
}
@media only screen and (min-width:75em) {
  .news img {
    height: 270px;
  }
}
label.error,
label.err1 {
  margin: 0 0 10px;
  color: indianred;
  display: block;
  position: relative;
  padding-left: 22px;
  text-transform: none;
  font-weight: var(--semibold);
  font-size: 14px;
  letter-spacing: 0;
  text-align: start;
}
label.error::before,
label.err1::before {
  content: '\f071';
  position: absolute;
  top: 2px;
  left: 0;
  font-family: var(--awesome);
  color: indianred;
  font-size: 90%;
}
.news-item h5 {
  margin-top: 10px;
  line-height: 1.5;
}
.news-item h5 a {
  color: var(--brand-color2);
}
.news-item h5 a:hover {
  color: var(--brand-color);
}
.news-item img {
  object-fit: cover;
  height: 220px;
  width: 100vw;
}
@media only screen and (min-width:60em) {
  .news-item img {
    height: 170px;
  }
}
@media only screen and (min-width:75em) {
  .news-item img {
    height: 270px;
  }
}
.news-list {
  padding-top: 0;
}
.image-boxes img {
  width: 100vw;
}
.warning {
  color: #fff;
  font-weight: var(--semibold);
  padding: 7px;
  margin-top: 10px;
  background: crimson;
}
.login {
  padding-top: clamp(80px, 9vw, 140px);
}
.login ul {
  margin: 20px 0;
}
.login .reg-fields {
  grid-gap: 0;
  column-gap: 20px;
  margin: 30px 0 20px;
}
.login .reg-fields textarea {
  height: 111px;
  padding-top: 15px;
}
.login .reg-fields small {
  margin: 0px 0 15px;
  display: block;
}
@media only screen and (min-width:60em) {
  .login .reg-fields small {
    margin: -15px 0 0;
  }
}
.contact {
  position: relative;
  background: linear-gradient(109.54deg, #004997 13.42%, #002B5B 86.65%);
  color: #ffffff;
}
#contact .contact {
  padding-top: 20px;
}
.contact .wrap {
  position: relative;
  z-index: 1;
}
.contact .wrap .line {
  position: relative;
}
@media only screen and (min-width:60em) {
  .contact .wrap .line::after {
    content: '';
    border-right: 1px solid #D4D6D9;
    height: calc(100% + 50px);
    position: absolute;
    right: -10px;
    top: 20px;
  }
}
.contact h2 {
  padding-top: 0;
  padding-bottom: 35px;
}
.contact h3 {
  padding-bottom: 20px;
  padding-top: 40px;
}
.contact h5:first-of-type {
  padding-top: 0;
}
.contact ul li {
  font-size: 1.063rem;
  padding-bottom: 16px;
}
.contact ul li a {
  color: #ffffff;
}
.contact ul li a:hover {
  color: var(--brand-color);
}
.contact .icon-list li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 3px;
  line-height: 1.9;
}
.contact .icon-list li::before {
  content: '\f111';
  font-family: var(--awesome);
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: var(--semibold);
  color: var(--brand-color);
  font-size: 0.938rem;
}
.contact .icon-list li:first-child::before {
  content: '\f0e0';
}
.contact .icon-list li:last-child::before {
  content: '\f3c5';
  top: 2px;
  left: 2px;
}
.contact .form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact .form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact .form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact .form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact .form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact .form h3 {
  padding-top: 0;
  padding-bottom: 25px;
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
.contact .form .input {
  background: #002956;
  border-radius: 0;
  height: 45px;
  border: 0;
  color: #ffffff;
}
.contact .form .textarea {
  height: 130px;
  padding-top: 18px;
}
.contact .form .gdpr {
  font-size: 12.5px;
}
.contact .form .btn {
  font-size: 0.875rem;
  height: 45px;
  line-height: 29px;
  letter-spacing: 1px;
  border: 0;
  background: linear-gradient(269.91deg, #23A9E1 -0.1%, #0974BB 99.95%);
}
.contact .form #quoteform [bp~="grid"] {
  grid-row-gap: 0;
}
.contact .social a[target="_blank"] {
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-grid;
  align-content: center;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 90%;
  border: 2px solid #fff;
  margin-left: 8px;
  margin-right: 8px;
}
.contact .social a[target="_blank"]:hover {
  color: transparent;
  background-color: #fff;
}
@media only screen and (min-width:45em) {
  .contact .social a[target="_blank"] {
    margin-right: 0;
  }
}
.contact .social a[target="_blank"]:hover {
  color: var(--brand-color);
}
.contact .logo-strip {
 background-color: white;
    justify-content: center;
    column-gap: 20px;
    padding-top: 40px;
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100vw; /* Forzar a que tome el ancho de la ventana */
    margin-left: calc(-50vw + 50%); /* Ajuste para centrado completo */
    margin-right: calc(-50vw + 50%);
    box-sizing: border-box;
}
@media only screen and (min-width:45em) {
  .contact .logo-strip {
    justify-content: space-between;
  }
}
.contact .logo-strip img {
  width: 10%;
  object-fit: contain;
  max-height: 48px;
}
@media only screen and (min-width:60em) {
  .contact .logo-strip img {
      padding-left: 50px;
    width: auto;
    object-fit: none;
    max-height: none;
  }
}
@media only screen and (max-width:30em) {
  .contact .logo-strip img {
    width: 25%;
    margin: 15px;
  }
}
#contact .contact .logo-strip {
  border-top: 0;
  margin-top: 0;
}
@media only screen and (min-width:60em) {
  #contact .contact .logo-strip {
    margin-top: 60px;
  }
}
.contact .policies ul li {
  padding-bottom: 10px;
}
@media only screen and (min-width:60em) {
  .contact .policies ul li {
    display: inline-block;
    margin-right: 30px;
    padding: 0;
  }
}
.contact .policies ul li a {
  color: #ffffff;
}
.contact .policies ul li a:hover {
  opacity: 0.5;
}
.contact .policies ul li a .arrival {
  margin-left: 3px;
  vertical-align: baseline;
  max-width: 6px;
}
.styled-select {
  display: block;
  position: relative;
}
.styled-select select {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 55px;
  background: #fff;
  padding: 0 33px 0 15px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}
.styled-select::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 17px;
  z-index: 1;
  pointer-events: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 1px solid var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
  transform: rotate(-45deg);
}
.hystmodal__window {
  border-radius: 4px;
  border-left: 10px solid var(--brand-color);
}
.hystmodal__wrap {
  margin: 0 20px;
}
.hystmodal__content {
  padding: 30px 20px 50px;
  min-height: 800px;
}
@media only screen and (min-width:30em) {
  .hystmodal__content {
    padding: 30px 30px 50px;
  }
}
@media only screen and (min-width:45em) {
  .hystmodal__content {
    padding: 30px 50px 50px;
  }
}
.hystmodal__content .wrap {
  padding: 0;
}
.hystmodal__content .wrap .info {
  display: none;
}
.hystmodal__content .wrap .details {
  grid-column: span 12 / span 12;
}
.hystmodal__content .wrap h2 {
  padding-bottom: 0;
}
.hystmodal__content .spinner {
  text-align: center;
  margin-top: 140px;
}
.hystmodal__close {
  top: 25px;
  right: 25px;
}
.hystmodal__close:focus {
  outline: 0;
}
.hystmodal::before {
  background-color: #002B5B;
}
.hystmodal.hystmodal--active::before {
  opacity: 0.9;
}
.hystmodal .nicelink {
  margin-left: 50px;
  position: relative;
  top: -40px;
}
@media only screen and (max-width: 60em) {
  [data-aos]:not(.anim) {
    transition-property: opacity,transform !important;
    transform: translateZ(0) !important;
    transition-delay: initial !important;
    transition-duration: 0.8s !important;
  }
  [data-aos]:not(.anim)::after {
    transition-property: opacity,transform !important;
    transform: translateZ(0) !important;
    transition-delay: initial !important;
    transition-duration: 0.8s !important;
  }
}