:root {
  --shadow: rgb(153, 153, 153) 0px 12px 8px -6px;
  --text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  --nav-color: #011644;
  --body-color: #fff;
  --color: rgb(33, 132, 166);
  --hover-color: #69c;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
* a {
  text-decoration: none;
}
* li {
  list-style: none;
}
* h1 {
  color: #111;
}
* p {
  line-height: 1.5;
}

body {
  background-color: var(--body-color);
}

@media only screen and (min-width: 0px) {
  .inner-940 {
    max-width: 940px;
    margin: 0 auto;
    width: 90%;
  }
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2");
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Chill-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../assets/Chill-Regular.woff2") format("woff2");
}
*[class*=-header] {
  max-width: 940px;
  margin: 0 auto;
}
*[class*=-header] h1 {
  max-width: 940px;
  color: var(--bg-color);
  color: #222;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 67px auto 11px;
}
*[class*=-header] p {
  margin-bottom: 75px;
}

@media only screen and (min-width: 0px) {
  header {
    background: var(--nav-color);
  }
  header .logo {
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 30px 0 20px;
  }
  header .logo .logo-text a {
    display: flex;
    flex-direction: column;
  }
  header .logo img {
    width: 100%;
    max-width: 353.75px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  header .logo {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) {
  header .logo a {
    white-space: nowrap;
    line-height: 1.125;
    color: white;
    font-size: 1.125em;
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    transition: 0.2s;
    text-shadow: var(--text-shadow);
    letter-spacing: 6px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  header .logo a {
    letter-spacing: 5px;
  }
}
@media only screen and (min-width: 0px) {
  header .logo a:hover {
    transition: 0.2s;
  }
  header .logo p {
    font-size: clamp(0.9em, 4vw, 1.125em);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    color: white;
  }
  nav {
    max-width: 100%;
    margin: 0 auto;
    padding: 7.25px 20px;
    font-family: "Schibsted Grotesk";
    background-color: var(--nav-color);
    padding-bottom: 15px;
  }
  .navigation {
    background-color: var(--nav-color);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .navigation {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: clamp(5px, 5vw, 40px);
    position: relative;
    top: -3px;
    left: 3px;
  }
  .navigation ul li a {
    font-size: 1em;
    color: white;
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0.125px;
  }
  .navigation ul li a:hover {
    color: #69c;
  }
  .navigation ul .active {
    color: #69c;
  }
}
@media only screen and (min-width: 0px) and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .mobile-menu ul {
    display: none;
    text-align: center;
  }
  .mobile-menu ul a {
    padding: 10px;
    margin: 20px;
  }
  .mobile-menu .hamburger {
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    flex-direction: row;
    position: relative;
    right: 5px;
    transition: 0.3s;
  }
  .mobile-menu .hamburger p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .mobile-menu .hamburger .hamburger-lines {
    transition: 0.3s;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu .hamburger .hamburger-lines .line {
    transition: 0.3s;
    display: flex;
    margin: 1px 0;
    width: 18px;
    height: 2px;
    display: flex;
    background: var(--nav-color);
    background-color: white;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu.active {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu.active .hamburger {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 12.5px;
    transition: 0.3s;
  }
  .mobile-menu.active .hamburger .hamburger-lines {
    transform: rotate(360deg);
    transition: 0.3s;
    position: relative;
    top: -1.5px;
  }
  .mobile-menu.active .hamburger .hamburger-lines .line1 {
    transform-origin: center;
    transform: rotate(45deg) translateX(3px) translateY(3.5px);
    transition: 0.3s;
  }
  .mobile-menu.active .hamburger .hamburger-lines .line2 {
    transform-origin: center;
    transform: rotate(45deg) translateX(6px) translateY(6px);
    visibility: hidden;
    transition: 0s;
  }
  .mobile-menu.active .hamburger .hamburger-lines .line3 {
    transform-origin: center;
    transform: rotate(-45deg) translateX(2.25px) translateY(-2.75px);
    transition: 0.3s;
  }
  .mobile-menu.active ul {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--nav-color);
    border-top: 1px solid rgba(184, 170, 161, 0.25);
  }
  .mobile-menu.active ul a {
    color: white;
  }
  .mobile-menu.active ul a:hover {
    color: #69c;
  }
  .mobile-menu.active ul .active {
    color: #69c;
  }
}
@media only screen and (min-width: 0px) {
  footer {
    background: var(--nav-color);
    padding: 20px 0;
    min-height: 311px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  footer {
    height: auto;
  }
}
@media only screen and (min-width: 0px) {
  footer .inner-940 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 750px) {
  footer .inner-940 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 90%;
    margin: 0 auto;
  }
  footer .inner-940 .copy-right {
    font-size: 0.8em;
  }
  footer .inner-940 .copy-right span {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 0px) {
  footer .logo {
    color: white;
    display: flex;
    flex-direction: column;
  }
  footer .logo a {
    padding-top: 9px;
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 12.96px;
    letter-spacing: 3.75px;
    color: white;
    display: flex;
    flex-direction: column;
    margin-top: -1px;
    margin-bottom: 0.5px;
  }
  footer .logo a img {
    margin-top: 2px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 258px;
  }
  footer .logo p {
    font-family: "Schibsted Grotesk";
    font-size: 0.9em;
    margin-top: 0;
  }
  footer div {
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: white;
  }
  footer div a {
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: white;
    font-size: 12.96px;
  }
  footer div p {
    margin-top: 25px;
    font-size: 1em;
    color: white;
  }
  footer .footer-right {
    display: flex;
    position: relative;
    right: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  footer .footer-right {
    margin: 25px 0;
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  footer .footer-right {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0px) {
  footer .footer-right ul {
    display: flex;
    flex-direction: row;
    text-align: right;
    justify-content: center;
    margin-top: 5px;
    margin-right: -5px;
  }
  footer .footer-right ul li {
    margin: 6px 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  footer .footer-right ul li {
    margin: 1px 0;
  }
}
@media only screen and (min-width: 0px) {
  footer .footer-right ul li a {
    font-size: 12.24px;
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    padding: 10px 0 20px 10px;
    margin-left: 0;
    color: white;
  }
  footer .footer-right ul li a:hover {
    color: #69c;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  footer .footer-right ul li a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  footer .footer-right ul {
    text-align: left;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  footer .copy-right {
    color: white;
    margin-top: 25px;
    font-size: 0.9em;
  }
  footer .footer-box {
    margin-bottom: 10px;
  }
  footer .footer-copy {
    font-size: 0.9em;
    max-width: 940px;
    margin: 0 auto;
    width: 90%;
    color: rgba(255, 255, 255, 0.25);
    transition: 0.3s;
  }
  footer .footer-copy .artsha {
    color: rgba(255, 255, 255, 0.25);
  }
  footer .footer-copy:hover {
    color: #69c;
    transition: 0.3s;
  }
  footer .footer-copy:hover .artsha {
    color: #69c;
  }
  footer .footer-copy a {
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    display: flex;
    justify-content: start;
    max-width: 940px;
    text-align: left;
    transition: 0.3s;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
    padding-bottom: 25px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.25);
  }
  footer .name {
    position: relative;
    top: 20px;
  }
  footer .address,
  footer .email,
  footer .phone {
    margin-bottom: 1px;
  }
  footer .address a,
  footer .email a,
  footer .phone a {
    padding-right: 150px;
  }
  footer .address a:hover,
  footer .email a:hover,
  footer .phone a:hover {
    color: #69c;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  footer .address a,
  footer .email a,
  footer .phone a {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 0px) {
  footer .copyright {
    margin-top: 4px;
  }
  footer .copyright,
  footer .name {
    font-family: "Lato", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: white;
    font-size: 12.96px;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1087px) {
  .navigation {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .navigation {
    width: 90%;
    position: relative;
    left: -20px;
  }
}
@media only screen and (min-width: 0px) {
  #pages .pages-header {
    margin-bottom: 35px;
  }
  #pages .pages-header h1 {
    letter-spacing: 0px;
  }
  #pages .pages-header h1 span {
    font-weight: 500;
    padding-left: 5px;
    font-size: 18px;
  }
  #pages .pages-row {
    display: flex;
    flex-direction: row;
    gap: 25px;
    text-align: justify;
  }
  #pages .pages-row h1 {
    color: #222;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #pages .pages-row {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  #pages .pages-row h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #pages .pages-row p {
    margin-bottom: 25px;
    text-align: left;
  }
  #pages .pages-text {
    display: flex;
    flex-direction: column;
  }
  #pages .pages-text h1 {
    color: #222;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #pages .pages-text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #pages .pages-text p {
    margin-bottom: 25px;
    text-align: justify;
  }
  #pages .audio-text-block {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
  }
  #pages .audio-text-block span {
    font-size: 16px;
  }
  #pages .audio-text-block .mobile-audio-text {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #pages .audio-text-block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #pages .audio-text-block .mobile-audio-text {
    display: inline-block;
  }
  #pages .audio-text-block .desktop-audio-text {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #pages .audio-text-block p {
    max-width: 600px;
  }
  #pages .back-button {
    padding: 25px 0;
  }
  #pages .back-button a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #111;
  }
  #pages .back-button a:hover {
    color: #69c;
  }
  #pages .border {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) {
  .custom-audio-player {
    width: 300px;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    background-color: black;
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .custom-audio-player {
    width: 98%;
  }
}
@media only screen and (min-width: 0px) {
  .custom-audio-player .instrument {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
  }
  .custom-audio-player .play-pause {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-audio-player .play-pause img.icon {
    width: 28px;
    height: 28px;
    padding-right: 20px;
  }
  .custom-audio-player .audio-element {
    display: none;
  }
  figure {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 0px) {
  .video-container {
    position: relative;
    max-width: 450px;
    width: 100%;
  }
  video {
    width: 100%;
    display: block;
    pointer-events: none;
  }
  .play-button,
  .pause-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background-color 0.3s, opacity 0.3s;
    font-size: 40px;
    color: white;
    pointer-events: auto;
  }
  .pause-button {
    opacity: 0;
    pointer-events: none;
  }
  .video-container.video-playing:hover .pause-button {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 0px) {
  .text-block {
    margin-bottom: 25px;
    position: relative;
    text-align: justify;
  }
  .text-block .float-video {
    float: right;
    margin: 0 0 10px 25px;
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 550px) {
  .text-block .float-video {
    margin: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .text-block .float-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
    transform: scale(1.05);
  }
  .text-block .float-video img:hover {
    transform: scale(1.15);
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .text-block .float-video {
    float: none;
    margin: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .text-block .page-header {
    margin: 67px auto 11px;
  }
  .text-block .page-header span {
    font-size: 0.65em;
    font-weight: lighter;
  }
  .text-block h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .text-block p {
    margin-bottom: 25px !important;
  }
  .text-block p span {
    font-size: 0.8em;
  }
  .text-block .text-justify {
    text-align: justify;
  }
  .text-block .smaller-text {
    padding-top: 25px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) {
  .text-block {
    margin-bottom: 25px;
    position: relative;
  }
  .float-img {
    position: relative;
    float: right;
    height: auto;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 15px;
    width: 450px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .float-img {
    margin: 0 0 25px 0;
    width: 100%;
    max-width: 465px;
    float: none;
  }
}
@media only screen and (min-width: 0px) {
  .float-img .image-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 94/55;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .float-img .image-box {
    box-shadow: none;
  }
}
@media only screen and (min-width: 0px) {
  .float-img .image-box img {
    height: auto;
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .float-img .image-box img.active {
    width: 100%;
    opacity: 1;
  }
}/*# sourceMappingURL=pages.css.map */