/*
	Quisk - 2017
*/
/* MIXINS */
/* VARIABLES */
/* TOOLS */
.u-cf {
  zoom: 1;
}
.u-cf:before, .u-cf:after {
  display: table;
  content: "";
}
.u-cf:after {
  clear: both;
}

/* DEBUG */
/* BASE */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
  font-display: swap;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #ebebeb;
  scroll-behavior: smooth;
}

body {
  zoom: 1;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-family: "sofia-pro-condensed", "Sofia Pro Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 2rem;
  background: white;
  max-width: 1680px;
}
body:before, body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}

::selection {
  color: #fff;
  background: #0d95d6;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
}

.embed {
  margin: 2rem auto 4rem;
  position: relative;
}

.embed-resize {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-resize iframe, .embed-resize object, .embed-resize embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  margin: 2rem 0;
}
table td {
  border: 1px solid hsla(0, 0%, 0%, 0.08);
  padding: 1rem;
}

/* FLUIDITY */
main img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%;
}

main img {
  height: auto;
}

/* FORMS */
input {
  display: inline-block;
  padding: 0.75em;
  margin: 0 0.4em 1em;
  color: #222;
  font-size: 2rem;
  font-family: "sofia-pro-condensed", "Sofia Pro Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  appearance: none;
  border: 1px solid hsla(0, 0%, 0%, 0.08);
  border-radius: 5px;
  transition: all 0.2s ease;
}
input::placeholder {
  color: #6f6f6f;
}
input:focus {
  border-color: rgba(0, 0, 0, 0.5);
  outline: 0;
}

.input--large {
  padding: 1em;
  font-size: 2.2rem;
}

textarea {
  padding: 0.75em;
  margin: 0 0 1em;
  font-family: "sofia-pro-condensed", "Sofia Pro Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  border: 1px solid hsla(0, 0%, 0%, 0.08);
  border-radius: 5px;
  transition: all 0.2s ease;
  resize: none;
}
textarea::placeholder {
  color: #6f6f6f;
}
textarea:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.5);
}

input[type=submit] {
  padding: 1em 2em;
  border: none;
  color: #fff;
  font-family: "sofia-pro-condensed", "Sofia Pro Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #51B8EB;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #23a5e6;
}
input[type=submit]:focus {
  background-color: #23a5e6;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
label.required:after {
  content: "*";
  color: #0d95d6;
  margin-left: 2px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/*** NEW FORM (Contact) ***/
.contact-form .wf-group {
  margin-right: 14px;
}
.contact-form .wf-group.form-full {
  width: 97%;
}
.contact-form .wf-group.form-half {
  width: 47%;
  float: left;
}
.contact-form .wf-group.form-third {
  width: 30.5%;
  float: left;
}
.contact-form .wf-group .wf-label {
  display: none;
}
.contact-form .wf-group input,
.contact-form .wf-group textarea {
  width: 100%;
  margin: 10px;
}
.contact-form .wf-group input[type=number]::placeholder {
  content: "hello";
  color: red;
  font-size: 14px;
}
.contact-form p.message.success {
  background: aliceblue;
  padding: 2em;
}
@media (max-width: 500px) {
  .contact-form p.message.success {
    padding: 1em;
  }
}

input[name=wf-submit] {
  margin: 10px 10px auto auto;
  display: block;
}

p.message.success {
  background: aliceblue;
  padding: 2em;
}
@media (max-width: 500px) {
  p.message.success {
    padding: 1em;
  }
}

@media (max-width: 1000px) and (min-width: 770px) {
  .contact-form .wf-group.form-half {
    width: 46%;
  }
  .contact-form .wf-group.form-third {
    width: 46%;
  }
}
@media (max-width: 650px) {
  .contact-form .wf-group.form-third {
    width: 47.5%;
  }
}
@media (max-width: 650px) {
  .contact-form .wf-group.form-half, .contact-form .wf-group.form-third {
    width: 97%;
  }
}
/* TYPOGRAPHY */
p {
  margin-top: 0;
}

a {
  color: inherit;
}

ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}

li {
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.1;
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.6rem;
  line-height: 1.4;
}

h5 {
  font-size: 2rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 960px) {
  h1 {
    font-size: 5.4rem;
  }
}
/* OBJECTS - HEADER */
.top-bar {
  background: #0d95d6;
  color: white;
  font-size: 1.5rem;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
  flex-wrap: wrap;
}

.header {
  position: relative;
  padding: 10px 0 10px 0;
  background: #2a2d35;
  z-index: 5;
  border-top: 6px solid #51B8EB;
}
.header .container {
  max-width: 1280px;
}
@media (min-width: 1120px) {
  .header .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .stretch {
  display: none;
}
@media (min-width: 769px) {
  .header .stretch {
    position: absolute;
    width: 100%;
    height: 40px;
    display: block;
    top: 100%;
  }
}

.header__logo {
  margin: 0 auto 20px auto;
  width: auto;
  display: block;
}
.header__logo img {
  height: 90px;
}
@media (min-width: 1120px) {
  .header__logo {
    margin: 5px 0px 0 0px;
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .header__logo {
    margin: 10px 30px 10px 30px;
  }
}

/* OBJECTS - NAVIGATION */
.nav-handle {
  display: block;
  background: #0d95d6;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 0;
}
@media (min-width: 640px) {
  .nav-handle {
    display: none;
  }
}

.toggleChild {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  display: block;
  width: 40px;
  background: #fafafa;
  z-index: 60;
  border-left: 1px solid hsla(0, 0%, 0%, 0.08);
}
.toggleChild:before {
  content: "+";
  color: #2a2d35;
  left: 0;
  opacity: 0.7;
  position: absolute;
  font-size: 3rem;
  line-height: 40px;
  text-align: center;
  width: 100%;
  transition: 100ms ease all;
}
.active .toggleChild:before {
  transform: rotate(45deg);
}
@media (min-width: 640px) {
  .toggleChild {
    display: none;
    border-left: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    width: 100%;
    height: 100%;
    z-index: 180;
    cursor: pointer;
  }
  .toggleChild:before {
    display: none;
  }
}

.header__nav {
  overflow: hidden;
  background: #2a2d35;
  color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 100;
  height: 0;
  transition: 100ms ease height;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.header__nav li {
  display: block;
  margin: 0;
  position: relative;
}
.header__nav a {
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
  display: block;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
}
.header__nav > li:last-child > a {
  border-bottom: 0;
}
.header__nav > ul {
  bottom: 0;
}
.header__nav > ul > li {
  overflow: hidden;
  transition: 100ms ease height;
}
.header__nav > ul > li > a {
  background: #fff;
  color: #2a2d35;
  position: relative;
  z-index: 50;
}
.header__nav > ul > li > ul {
  position: absolute;
  z-index: 40;
  bottom: 0;
}
@media (min-width: 640px) {
  .header__nav {
    height: auto !important;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    box-shadow: none;
    position: relative;
    left: auto;
    right: auto;
  }
  .header__nav a {
    border-bottom: 0;
  }
  .header__nav > ul {
    position: relative !important;
  }
  .header__nav > ul > li {
    display: inline-block;
    overflow: visible;
    height: auto !important;
    perspective: 400px;
  }
  .header__nav > ul > li > a {
    background: none;
    color: #fff;
  }
  .header__nav > ul > li > a[href^="tel:"] {
    color: #0d95d6;
    padding: 0 10px;
  }
  .header__nav > ul > li > a[href^="tel:"]:hover {
    color: white;
  }
  .header__nav > ul > li > ul {
    position: absolute;
    top: 100%;
    width: 200px;
    bottom: auto;
    left: 50%;
    margin-left: -100px;
    height: auto;
    font-size: 1.7rem;
    background: #131519;
    border-radius: 5px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    transform-origin: center top;
    transform: translate(0, -10px) rotateX(-30deg);
    transition: 150ms ease all 50ms;
    padding: 10px 0;
  }
  .header__nav > ul > li > ul:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #131519 transparent;
  }
  .header__nav > ul > li > ul a {
    line-height: 100%;
    height: auto;
    padding: 10px;
  }
  .header__nav > ul > li > ul a:hover {
    color: #0d95d6;
  }
  .header__nav > ul > li:hover > a, .header__nav > ul > li.touch-active > a {
    color: #0d95d6;
  }
  .header__nav > ul > li:hover > ul, .header__nav > ul > li.touch-active > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) rotateX(0deg);
  }
}

.tel {
  display: inline-block;
  margin-left: 20px;
  display: inline-block;
  text-decoration: none;
  background: #0d95d6;
  border: 2px solid #0d95d6;
  color: white;
  padding: 0px 14px 2px 14px;
  border-radius: 40px;
  line-height: 40px;
  word-break: break-all;
  position: relative;
}
.tel span {
  position: relative;
  z-index: 20;
}
@media (max-width: 760px) {
  .tel {
    margin: 10px auto 10px auto;
  }
}
@media (max-width: 640px) {
  .tel {
    margin-top: 20px;
  }
}
.tel img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.tel:hover {
  background: #0c84be;
  border-color: white;
}

/* OBJECTS - PRIMARY */
/* OBJECTS - CONTAINER */
.container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 20px;
}

/* OBJECTS - FOOTER */
footer {
  margin: 0 auto;
  padding: 50px 0 40px;
  font-size: 1.9rem;
  color: #fff;
  background-color: #2a2d35;
  position: relative;
  z-index: 50;
}
footer .stretch {
  display: none;
}
@media (min-width: 769px) {
  footer .stretch {
    position: absolute;
    width: 100%;
    height: 40px;
    display: block;
    bottom: 100%;
  }
}
footer ul {
  margin-bottom: 0.75em;
}
footer ul li {
  display: inline-block;
  margin: 0.25em 0;
  padding-right: 0.5em;
  vertical-align: middle;
}
footer ul li:after {
  padding-left: 0.75em;
  content: "|";
  opacity: 0.5;
}
@media (max-width: 769px) {
  footer ul li:after {
    display: none;
  }
}
@media (max-width: 769px) {
  footer ul li {
    display: block;
  }
}
footer ul li:last-child:after {
  content: "";
}
footer ul a:hover {
  text-decoration: none;
}
footer .social {
  margin: 0.25em 0 0;
  padding-right: 0;
}
footer .social:after {
  content: "";
}
footer .social:hover {
  opacity: 0.7;
}

.footer__copyright {
  opacity: 0.6;
}

.logos {
  padding: 0 0 40px 0;
}
.logos img {
  margin: 0 20px;
  max-height: 80px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 769px) {
  .logos img {
    margin: 20px;
  }
}
.logos a img {
  max-height: 40px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s ease all;
}
.logos a img:hover {
  transform: scale(1.05);
  opacity: 1;
  transition: 0.2s ease all;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.image-gallery a {
  display: inline-block;
  flex: 0 1 auto;
  width: calc(50% - 5px);
  margin: 0;
  display: block;
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) all;
}
@media (min-width: 720px) {
  .image-gallery a {
    width: calc(33.333333% - 8px);
  }
}
.image-gallery a:hover {
  box-shadow: 0px 0px 0px 4px rgb(0, 0, 0);
}
.image-gallery a img {
  display: block;
  margin: 0 !important;
}

/* COMPONENTS - BUTTONS */
.button {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #0d95d6;
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) all;
}
.button:hover {
  background-color: #24aff2;
}

.button--secondary {
  background-color: #51B8EB;
}
.button--secondary:hover {
  background-color: #7fcbf0;
}

.button--large {
  font-size: 2.4rem;
  padding: 0.75em 1.75em;
  text-align: center;
}

.button--full {
  width: 100%;
}

button[type=submit] {
  font-size: 2rem;
  border: none;
}

.subscribe {
  padding: 40px 20px 30px;
  background-color: white;
}
.subscribe form {
  margin: 0;
}
.subscribe h3 {
  color: #51B8EB;
  margin-bottom: 0.25em;
}
.subscribe p {
  margin-bottom: 1.5em;
}

/* COMPONENTS - FEATURE */
.feature {
  padding: 70px 20px 120px 20px;
  background-color: #2a2d35;
  background-size: cover;
  background-position: center center;
  position: relative;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 960px) {
  .feature {
    padding: 20px;
  }
}
.feature .container {
  max-width: 1280px;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 960px) {
  .feature .container {
    min-height: 400px;
  }
}
@media (max-width: 769px) {
  .feature .container {
    min-height: 300px;
    align-items: center;
    justify-content: center;
  }
}
.homeContent > .feature:first-child {
  margin-top: 0;
}
.homeContent > .feature:first-child .stretch-top {
  display: none;
}
.feature .stretch, .feature .stretch-top {
  display: none;
}
@media (min-width: 769px) {
  .feature .stretch, .feature .stretch-top {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .feature .stretch-top {
    top: 0;
    bottom: auto;
  }
}

.feature--center .container {
  align-items: center;
  justify-content: center;
}

.featureContent {
  padding: 35px;
  max-width: 450px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 769px) {
  .featureContent {
    text-align: center;
  }
}
.featureContent h3 {
  color: #0d95d6;
}
.featureContent p {
  margin-bottom: 1.5em;
  text-align: left;
}
.featureContent p:last-child {
  margin: 0;
}
.featureContent .button {
  width: 100%;
}

.sidebar {
  flex: 0 0 280px;
  margin: 0 20px;
}
.sidebar .button--full {
  margin-bottom: 1.5em;
}

.sidebarBlock {
  margin: 0 0px 30px;
  border: 1px solid hsla(0, 0%, 0%, 0.08);
  border-radius: 5px;
}
.sidebarBlock img {
  margin-bottom: 1.3em;
}
.sidebarBlock h1:first-child, .sidebarBlock h2:first-child, .sidebarBlock h3:first-child, .sidebarBlock h4:first-child, .sidebarBlock p:first-child, .sidebarBlock ul:first-child, .sidebarBlock ol:first-child {
  margin-top: 30px;
}
.sidebarBlock h4 {
  display: inline-block;
  color: #51B8EB;
  border-bottom: 3px solid #51B8EB;
}
.sidebarBlock .text {
  font-size: 1.9rem;
  margin-bottom: 1.5em;
  padding: 0 25px;
}
.sidebarBlock .text p {
  margin-top: 0;
}
.sidebarBlock .button {
  width: 100%;
}

.sidebar-title {
  margin-bottom: 0;
}
.sidebar-title a {
  text-decoration: none;
}

.sideBar-menu a {
  display: block;
  padding: 1rem;
  transition: 0.2s ease;
  text-decoration: none;
  font-size: 1.75rem;
}
.sideBar-menu a:hover, .sideBar-menu a:focus {
  background: rgba(0, 0, 0, 0.04);
}
.sideBar-menu a:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
}
.sideBar-menu a.active {
  color: #0d95d6;
  background: #f2f9fd;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
  Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
  div element that matches size of large image,
  large image loads on top of it,
  used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.content .container {
  margin: 80px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .content .container {
    margin: 30px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.content article {
  flex: 0 1 auto;
  margin: 0 20px 40px;
  width: 100%;
}
@media (max-width: 769px) {
  .content article {
    margin: 0 0 40px;
  }
}
.content article .content__text {
  margin: 0 0 4rem;
}
.content article .button-block {
  margin: 0 0 4rem;
  text-align: left;
}
.content article h1 {
  text-align: left;
  color: #0d95d6;
  margin-bottom: 0.5em;
}
.content article h1:first-child {
  margin-top: 0;
}
.content article h2 {
  text-align: left;
  margin: 1.5em 0 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
}
.content article h2:first-child {
  margin-top: 0;
}
.content article h3 {
  text-align: left;
  color: #0d95d6;
}
.content article h3:first-child {
  margin-top: 0;
}
.content article h4 {
  text-align: left;
}
.content article h4:first-child {
  margin-top: 0;
}
.content article img {
  margin: 1em 0 2em;
}
.content article img:first-child {
  margin-top: 0;
}
.content article p {
  text-align: left;
}
.content article ul, .content article ol {
  text-align: left;
  list-style: disc;
  padding-left: 30px;
}
.content article .aside {
  float: right;
  max-width: 45%;
  margin: 10px 0 20px 20px;
}
@media (max-width: 960px) {
  .content article .aside {
    float: none;
    max-width: 75%;
    margin: 0 auto;
  }
}
.content article .aside img {
  margin: 0 0 1em;
}
.content article .aside figcaption {
  font-size: 1.5rem;
  color: #888888;
}
@media (max-width: 960px) {
  .content article figure.aside {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}

.banner {
  position: relative;
  background-size: cover;
  height: 400px;
}
@media (max-width: 800px) {
  .banner {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .banner {
    height: 200px;
  }
}
.banner > img:first-child {
  /*position: relative;
  z-index: 2;
  width: 100%;*/
}
.banner .stretch {
  display: none;
}
@media (min-width: 769px) {
  .banner .stretch {
    position: absolute;
    width: 100%;
    height: 40px;
    display: block;
    bottom: -1px;
    z-index: 4;
  }
}
.banner.side {
  height: auto;
}

.content__text {
  clear: both;
}
.content__text a {
  color: #0d95d6;
}
.content__text a:hover {
  text-decoration: none;
}

.form {
  margin: 50px 0 40px;
  text-align: left;
}
.form form {
  width: 80%;
}
@media (max-width: 769px) {
  .form form {
    width: 100%;
    margin: 0 auto;
  }
}
.form input {
  width: 100%;
  margin: 0 0 1.5em;
}
.form textarea {
  width: 100%;
  margin: 0 0 1.5em;
}

.form__note {
  margin: 0.5em 0 1.5em;
  font-size: 1.9rem;
  color: #555555;
}

@media (min-width: 760px) {
  body.page-contact article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    grid-gap: 3rem;
  }
  body.page-contact article > h1, body.page-contact article .crumbs {
    grid-column: 1/span 2;
  }
  body.page-contact article h2 {
    margin-top: 0;
  }
}

.subPageNav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.subPageNav .subPageNav-item {
  flex: 0 0 calc(33% - 1rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.04);
  text-decoration: none;
  transition: 0.2s ease;
}
@media (max-width: 900px) {
  .subPageNav .subPageNav-item {
    flex: 1 0 20rem;
  }
}
.subPageNav .subPageNav-item:hover, .subPageNav .subPageNav-item:focus {
  transform: translateY(-0.5rem);
  background: #f2f9fd;
}
.subPageNav .subPageNav-item:hover h4, .subPageNav .subPageNav-item:focus h4 {
  color: #0d95d6;
}
.subPageNav .subPageNav-item img {
  margin: 0;
  aspect-ratio: 2/1;
}
.subPageNav .subPageNav-item img + h4 {
  padding-top: 0.75rem;
}
.subPageNav .subPageNav-item h4 {
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  color: #2a2d35;
}

.content article .crumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.content article .crumbs li {
  display: inline-block;
  font-size: 1.75rem;
  opacity: 0.6;
}
.content article .crumbs li:not(:last-child)::after {
  content: "/";
  opacity: 0.25;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.content article .crumbs li:last-child {
  font-weight: bold;
}
.content article .crumbs li a {
  text-decoration: none;
}

.event--list {
  display: block;
  padding: 40px 20px;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
}
.event--list .event__title {
  display: block;
  text-align: left;
  font-size: 3.8rem;
  font-weight: 600;
  text-decoration: none;
}
.event--list .event__title:hover {
  color: #0d95d6;
}
.event--list .event__details {
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.8rem;
}
.event--list .event__details li {
  display: inline-block;
}
.event--list p {
  margin-bottom: 1.5em;
}

.event__details {
  margin-bottom: 1.5em;
  color: #626262;
}
.event__details li {
  list-style-type: none;
  margin-bottom: 0.25em;
}

.event__registration {
  margin-bottom: 2em;
}

.homeContent h1 {
  color: #0d95d6;
}

.product-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 60px auto;
}
@media (max-width: 719px) {
  .product-grid {
    flex-wrap: wrap;
  }
}
.product-grid figure {
  display: inline-block;
  flex: 0 1 33.3333%;
  margin: 0;
  padding: 20px;
}
.product-grid figure img {
  max-height: 320px;
}
.product-grid figure figcaption {
  display: none;
}

.home__text .container {
  padding: 70px 20px 0px;
}

.home__quote {
  position: relative;
  padding: 100px 20px;
  color: #fff;
  background-color: #39383A;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
.home__quote .stretch {
  display: none;
}
@media (min-width: 769px) {
  .home__quote .stretch {
    position: absolute;
    width: 100%;
    height: 40px;
    display: block;
    top: 0;
    left: 0;
  }
}
@media (max-width: 769px) {
  .home__quote {
    padding: 30px 0;
  }
}
.home__quote .container {
  max-width: 980px;
  z-index: 2;
}
.home__quote blockquote {
  margin-bottom: 1.5em;
  font-size: 2.5rem;
  font-style: italic;
}
@media (max-width: 769px) {
  .home__quote blockquote {
    margin: 0;
  }
}

.home__boxes {
  margin: 50px 0 60px;
}
.home__boxes .container {
  display: flex;
  justify-content: center;
}
.home__boxes .container a.box img {
  width: 100%;
}
@media (max-width: 769px) {
  .home__boxes .container {
    flex-wrap: wrap;
  }
}

.box {
  flex: 0 1 440px;
  padding: 20px 20px 0;
  margin: 10px;
  text-align: left;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) all;
  box-shadow: 0px 0px 0px 0px #505151, 0px 0px 30px rgba(0, 0, 0, 0);
}
.box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 0px 2px #505151, 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.box h4 {
  display: inline-block;
  color: #0d95d6;
  border-bottom: 4px solid hsla(0, 0%, 0%, 0.08);
}
.box img {
  margin-bottom: 1.5em;
  border-radius: 4px;
  overflow: hidden;
}

.home__events {
  padding: 70px 0;
}
.home__events h2 {
  display: inline-block;
  padding-bottom: 0.25em;
  color: #0d95d6;
  border-bottom: 5px solid #0d95d6;
}
.home__events .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .home__events .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home__events .events__desc {
  flex: 0 1 100%;
  margin: 20px 0;
}
@media (min-width: 769px) {
  .home__events .events__desc {
    flex: 0 1 45%;
    margin: 40px 20px 20px;
    text-align: left;
  }
}
.home__events .events__list {
  flex: 0 1 100%;
  margin: 20px;
}
@media (min-width: 769px) {
  .home__events .events__list {
    flex: 0 1 45%;
  }
}
.home__events .event {
  padding: 10px 0 5px;
}
.home__events .button {
  margin-top: 0.5em;
}

.home__news {
  padding: 60px 0;
}

.home__boxes + .product-grid {
  max-width: 1280px;
  opacity: 0.9;
}

.announcement {
  padding: 4rem;
  border: 1px solid #0d95d6;
  background: rgb(255, 247, 244);
}
@media (max-width: 719px) {
  .announcement {
    padding: 2rem;
  }
}

.news--list {
  display: block;
  padding: 30px 0px;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
}
.news--list .news__title {
  display: block;
  text-align: left;
  font-size: 3.8rem;
  font-weight: 600;
  text-decoration: none;
}
.news--list .news__title:hover {
  color: #0d95d6;
}
.news--list .news__date {
  margin: 0 auto 1em;
  text-align: left;
  font-size: 1.8rem;
  color: #626262;
}
.news--list a {
  text-decoration: none;
}

.news__date {
  margin-top: -0.5em;
  margin-bottom: 2em;
  color: #626262;
}
