:root {
  --dark-slate-blue: #244e74;
  --midnight-blue: #152e44;
  --gainsboro: #e2e2e2;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #444;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 19px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: var(--dark-slate-blue);
  font-weight: 400;
  text-decoration: none;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.navcon {
  z-index: 5;
  border-bottom: 1px solid #fff3;
  max-width: 100%;
  position: relative;
}

.nav {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.navlink:hover {
  background-color: #0003;
}

.navlink.w--current {
  color: #fff;
}

.navlink.highlight {
  background-color: #0006;
}

.navlink.dropdown {
  color: var(--dark-slate-blue);
  transition: color .7s;
}

.navlink.dropdown:hover {
  color: #000;
}

.navlink.dropdown.hide {
  display: none;
}

.section {
  padding: 10%;
}

.section.main-hero {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.other-hero {
  min-height: 600px;
  padding-top: 15%;
  padding-bottom: 15%;
}

.section.other-hero.aboutus {
  background-image: url('../images/image00019.jpeg');
  background-position: 50% 10%;
  background-size: cover;
}

.section.other-hero.no-image {
  height: 60px;
  min-height: 0;
  padding-top: 0%;
  padding-bottom: 0%;
}

.section.full-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.section.footer-area, .section.footer-wrapper {
  background-color: var(--midnight-blue);
  color: #fff;
}

.section.footer-sym {
  padding: 0%;
}

.section.footer-booking-area {
  background-color: var(--gainsboro);
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.footer-booking-area.hidden {
  display: none;
}

.section.booking-grey {
  background-color: #f5f5f5;
  padding-top: 5%;
  padding-bottom: 5%;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.highindex {
  z-index: 50;
  width: 100%;
  padding-right: 25%;
  position: relative;
}

.container.centered {
  text-align: center;
}

.container.flex-lower-footer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container.wider {
  max-width: 1300px;
}

.container.hidden {
  display: none;
}

.hero-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: 10;
  object-fit: cover;
  background-color: #0b192591;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay.mono {
  background-color: #0000006e;
}

.brandbox {
  padding: 20px;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.main-hero-header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 90px;
}

.main-header-header-sub {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.main-header-header-sub.not-bold {
  font-size: 18px;
  font-weight: 400;
}

.col-flex {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.col-flex.summer {
  flex-direction: row-reverse;
}

.col-flex.flexnull {
  padding-left: 50px;
  display: block;
}

.col-block {
  flex: none;
  width: 50%;
}

.col-block.text-padding {
  flex: none;
  padding: 50px;
}

.col-block.text-padding.map-block {
  flex: 1;
}

.col-block.text-padding.contact-details {
  flex: 0 auto;
  width: 40%;
}

.col-block.text-padding.summer-tours {
  background-color: #fff;
  width: 60%;
  box-shadow: inset 1px 1px 20px #00000003, 1px 1px 3px #0000000d;
}

.col-block.a2 {
  background-image: url('../images/image00031.jpeg');
  background-position: 50%;
  background-size: cover;
}

.col-block.footerlogoflex {
  align-items: flex-end;
  display: flex;
}

.col-block.footersocialflex {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.col-block.col-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  padding: 50px;
}

.col-block.col-photo.s1 {
  background-image: url('../images/_FRI2457.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.col-block.col-photo.s2 {
  background-image: url('../images/_FRI2546.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.col-block.col-photo.s3 {
  background-image: url('../images/_FRI2535.jpg');
}

.col-block.col-photo.s4 {
  background-image: url('../images/_FRI2428.jpg');
  background-position: 50%;
}

.col-block.col-photo.s5, .col-block.col-photo.s6 {
  background-image: url('../images/image1.jpg');
}

.col-block.col-photo.s0 {
  background-image: url('../images/image00028.jpg');
}

.col-block.col-photo.s7 {
  background-image: url('../images/3day.jpg');
}

.col-block.col-photo.s8 {
  background-image: url('../images/Horse.jpg');
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #132c42;
  border-radius: 1px;
  min-width: 150px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 0;
  padding: 18px 35px;
  font-size: 14px;
  font-weight: 600;
}

.button.white {
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.white.no-magin, .button.no-margin {
  margin-left: 0;
}

.button.message-page {
  margin-right: 10px;
}

.navbackground {
  z-index: 0;
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.layered-header-block {
  border-bottom: 1px solid var(--gainsboro);
  text-align: left;
  margin-bottom: 0%;
  padding: 5% 50px;
}

.layered-header-block.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.enlarge {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
}

.flex-header {
  margin-top: 50px;
  padding-left: 50px;
}

.full-width-image {
  height: 600px;
}

.full-width-image.a1 {
  background-image: url('../images/farm.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 5%;
}

.full-width-image.a1.hide {
  display: none;
}

.full-width-image.a2 {
  background-image: url('../images/farm.jpg');
  background-position: 50%;
  background-size: cover;
}

.layer-header {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-anchor {
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-list {
  background-color: #c27070;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding: 25px;
  box-shadow: 1px 1px 5px 1px #0000000d;
}

.social-icons {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.social-icon-block {
  padding: 5px 0;
}

.social-icon-image {
  max-height: 32px;
  padding: 0 5px;
}

.tour-block {
  height: 400px;
  margin-bottom: 5%;
  position: relative;
}

.tour-block.t1 {
  background-image: url('../images/_E7I8253-Recovered-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tour-block.t3 {
  background-image: url('../images/image00033.jpeg');
  background-position: 100%;
  background-size: cover;
}

.tour-block.t6 {
  background-image: url('../images/image00006.jpg');
  background-position: 50%;
  background-size: cover;
}

.tour-block.t2 {
  background-image: url('../images/image00007.jpg');
  background-position: 50%;
  background-size: cover;
}

.tour-block.t7 {
  background-image: url('../images/dtour1.jpg');
  background-position: 50%;
  background-size: cover;
}

.tour-block.t7.hide {
  display: none;
}

.tour-block.t8 {
  background-image: url('../images/image00002.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.tour-block.t8.hide {
  display: none;
}

.tour-block.a1 {
  background-image: url('../images/_FRI0376.jpg');
  background-position: 50% 25%;
  background-size: cover;
  height: 700px;
}

.tour-block.t9, .tour-block.t10 {
  background-image: url('../images/image00007.jpg');
  background-position: 50%;
  background-size: cover;
}

.tour-block.t11 {
  background-image: url('../images/_FRI2457.jpg');
  background-position: 50%;
  background-size: auto;
}

.tour-overlay {
  background-image: linear-gradient(#244e7499, #244e7499);
  width: 100%;
  height: 100%;
}

.footer-flex {
  text-align: left;
  justify-content: center;
  display: flex;
}

.footer-flex-block {
  width: 25%;
  min-height: 20px;
  padding-right: 5%;
}

.footer-flex-block.wide {
  width: 50%;
}

.footer-logo {
  max-height: 125px;
}

.footer-header-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.footer-header-block.no-margin {
  margin-bottom: 0;
}

.footer-header-block.upmar {
  margin-top: 30px;
}

.footer-text-block {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.footer-text-block.lang {
  color: #e4484b;
  font-weight: 700;
}

.tour-block-text-area {
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  height: 100%;
  padding: 40px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-ref-link {
  color: #43a3db;
  text-decoration: none;
}

.logo-top {
  z-index: 20;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.profile-photo {
  height: 550px;
  margin-bottom: 25px;
}

.profile-photo.levi {
  background-image: url('../images/image00028.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.profile-photo.johnny {
  background-image: url('../images/image00037.jpg');
  background-position: 100%;
  background-size: cover;
}

.profile-photo.fjellblom {
  background-image: url('../images/image00050.jpeg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.rudsmor {
  background-image: url('../images/IMG_6264.jpeg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.hotlucky {
  background-image: url('../images/IMG_6259.jpeg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.norwayzip {
  background-image: url('../images/IMG_6961.jpeg');
  background-position: 100%;
  background-size: cover;
}

.profile-photo.fancy {
  background-image: url('../images/IMG_6260.jpeg');
  background-position: 100%;
  background-size: cover;
}

.profile-photo.herk {
  background-image: url('../images/IMG_6962.jpeg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.leo {
  background-image: url('../images/SS.jpeg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.casanova {
  background-image: url('../images/IMG_6964.jpeg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.ingebjorg {
  background-image: url('../images/IMG_8449.jpg');
  background-position: 50%;
  background-size: cover;
}

.profile-photo.leop {
  background-image: url('../images/IMG_6246.jpg');
  background-position: 50%;
  background-size: cover;
}

.footer-links {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-links.red {
  color: #f36b6b;
}

.footer-links.hide {
  display: none;
}

.contact-form {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  margin-top: 50px;
  padding: 75px 50px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.text-field.message {
  height: 150px;
}

.map {
  height: 100%;
}

.tour-hero-overlay {
  z-index: 10;
  background-color: #152e443d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: block;
  position: absolute;
  inset: 0%;
}

.tour-hero-overlay.dark {
  background-color: #152e4466;
}

.arrow-down {
  z-index: 15;
  padding: 25px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-arrow {
  max-height: 60px;
}

.travel-lower-info-para {
  padding-left: 50px;
  padding-right: 50px;
}

.bluebold {
  color: var(--dark-slate-blue);
}

.gallery-block {
  margin-top: 50px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: none;
}

.play-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffffeb;
  border-radius: 1px;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 700;
}

.play-button:hover {
  background-color: #fff;
}

.hidethumb {
  display: none;
}

.button-flex-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtubeicon {
  margin-right: 10px;
}

.gallery-wrapper {
  display: none;
}

.gallery-wrapper.visible {
  display: block;
}

.hero-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image.t1 {
  background-image: url('../images/_E7I8267-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.t2 {
  background-image: url('../images/image00007.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.t3 {
  background-image: url('../images/image00034.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.t6 {
  background-image: url('../images/image00006.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.t7 {
  background-image: url('../images/dtour1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.t8 {
  background-image: url('../images/image00002.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.ac {
  background-image: url('../images/_FRI0376.jpg');
  background-position: 0 20%;
  background-size: cover;
}

.hero-image.t9, .hero-image.t10 {
  background-image: url('../images/image00007.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image.t11 {
  background-image: url('../images/_FRI2457.jpg');
  background-position: 50%;
  background-size: cover;
}

.recapfilter {
  margin-top: 40px;
  margin-bottom: 20px;
}

.full-body {
  background-image: url('../images/farm.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10%;
  display: flex;
}

.message-sent-box {
  color: #0000007a;
  text-align: center;
  background-color: #fff;
  border-radius: 1px;
  padding: 5%;
}

.heading {
  color: var(--dark-slate-blue);
}

.badge-image {
  max-height: 110px;
}

.video-embed {
  width: 100%;
}

.video-embed-wrapper, .summer-tour-block {
  margin-bottom: 50px;
}

.summer-tour-block.hide {
  display: none;
}

.blue-heading {
  color: var(--dark-slate-blue);
}

.gallery-item {
  float: left;
  width: 25%;
  height: 350px;
  padding: 10px;
}

.gallery-item.wide {
  width: 50%;
}

.lightbox-new-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.lightbox-new-thumb.g7 {
  background-image: url('../images/_FRI0260.jpg');
  background-position: 0%;
}

.lightbox-new-thumb.g5 {
  background-image: url('../images/_FRI0320.jpg');
}

.lightbox-new-thumb.g4 {
  background-image: url('../images/_FRI0317.jpg');
}

.lightbox-new-thumb.g2 {
  background-image: url('../images/_FRI0276.jpg');
}

.lightbox-new-thumb.g1 {
  background-image: url('../images/_FRI0253.jpg');
}

.lightbox-new-thumb.g6 {
  background-image: url('../images/_FRI0252.jpg');
}

.lightbox-new-thumb.g3 {
  background-image: url('../images/_FRI0394.jpg');
}

.lightbox-new-thumb.g9 {
  background-image: url('../images/dji_export_1647609983441_Original.jpg');
}

.lightbox-new-thumb.g8 {
  background-image: url('../images/_FRI0266.jpg');
}

.lightbox-new-thumb.a1 {
  background-image: url('../images/Bilde-07.12.2021-13-02-26.jpg');
}

.lightbox-thumb {
  display: none;
}

.gallery-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.html-embed {
  flex: 1;
  width: 100%;
  position: relative;
}

._2nd-video-code {
  margin-top: 50px;
}

html.w-mod-js [data-ix="zoom-load"] {
  opacity: 0;
  transform: scale(.9);
}

@media screen and (max-width: 991px) {
  .navcon {
    border-bottom-style: none;
  }

  .navlink {
    color: var(--midnight-blue);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
  }

  .navlink.w--current {
    color: var(--midnight-blue);
  }

  .navlink.highlight {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .navlink.dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.main-hero {
    background-image: url('../images/_E7I8230-copy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container.highindex {
    padding-right: 0%;
  }

  .container.flex-lower-footer {
    text-align: left;
    display: block;
  }

  .main-hero-header {
    font-size: 50px;
    line-height: 60px;
  }

  .main-header-header-sub {
    font-size: 16px;
    line-height: 24px;
  }

  .col-flex {
    display: block;
  }

  .col-flex.flexnull {
    padding-left: 0;
  }

  .col-block {
    width: 100%;
  }

  .col-block.text-padding {
    padding: 20px 0;
  }

  .col-block.text-padding.map-block {
    height: 600px;
  }

  .col-block.text-padding.contact-details {
    width: 100%;
  }

  .col-block.text-padding.summer-tours {
    padding: 50px;
  }

  .col-block.footersocialflex {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .col-block.col-photo {
    height: 500px;
  }

  .button.white {
    margin-left: 0;
  }

  .layered-header-block {
    padding-left: 0;
    padding-right: 0;
  }

  .enlarge {
    font-size: 40px;
    line-height: 50px;
  }

  .flex-header {
    padding-left: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #f8f8f8;
    padding: 0;
  }

  .footer-flex {
    display: block;
  }

  .footer-flex-block {
    width: 100%;
    margin-bottom: 5%;
    padding-right: 0%;
  }

  .tour-block-text-area {
    text-align: left;
    width: 100%;
    padding: 30px;
  }

  .travel-lower-info-para {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .menu-button {
    color: #fff;
    padding: 22px;
  }

  .menu-button.w--open {
    color: var(--dark-slate-blue);
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
  }

  .gallery-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section.footer-booking-area, .section.booking-grey {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .main-hero-header {
    font-size: 40px;
    line-height: 50px;
  }

  .col-block.text-padding.map-block, .col-block.col-photo {
    height: 400px;
  }

  .layered-header-block {
    margin-bottom: 15%;
  }

  .full-width-image {
    height: 400px;
  }

  .tour-block.t3 {
    background-position: 50%;
  }

  .footer-flex-block {
    margin-bottom: 15%;
  }

  .profile-photo {
    height: 400px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .hero-image.t3 {
    background-position: 80%;
  }

  .message-sent-box {
    padding: 10%;
  }

  .gallery-item {
    width: 50%;
  }

  .gallery-item.wide.last {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brandbox {
    padding-left: 10%;
  }

  .col-block.text-padding.summer-tours {
    padding: 20px;
  }

  .col-block.col-photo {
    height: 320px;
    padding: 20px;
  }

  .social-icons {
    padding-left: 10%;
  }

  .tour-block.t8 {
    background-position: 50%;
  }

  .footer-flex-block.wide {
    width: 100%;
  }

  .profile-photo.johnny {
    background-position: 70%;
  }

  .tour-hero-overlay {
    inset: auto 0% 0%;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image.ac {
    background-position: 50% 0;
  }

  .gallery-item {
    width: 100%;
    height: 200px;
  }

  .gallery-item.wide {
    width: 100%;
  }
}

#w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f54-4f28ba24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba25, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba26, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba27, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba28 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f54-4f28ba2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba2f, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba30, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba31, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba32, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba37, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba38, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba39, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba3a, #w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba54, #w-node-_13aa92b5-4a12-facb-7c83-eca81017fbb8-4f28ba55, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba6a, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba7c, #w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba8f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f44-4f28ba24, #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f48-4f28ba24, #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f4c-4f28ba24, #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f50-4f28ba24 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba25, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba26, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba27, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f44-4f28ba2d, #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f48-4f28ba2d, #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f4c-4f28ba2d, #w-node-_1089dfc8-467f-b3bf-77a3-db36ed8e7f50-4f28ba2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba2f, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba30, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba31, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba32, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba37, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba38, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba39, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba3a, #w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba54, #w-node-_13aa92b5-4a12-facb-7c83-eca81017fbb8-4f28ba55, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba6a, #w-node-_0e9015c7-96da-f377-49b4-785b8ae5c617-4f28ba7c, #w-node-f47de6d8-f14b-11c5-1b2a-9562260b4abb-4f28ba8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


