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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.body {
  clear: both;
  color: #1d3d28;
  text-align: left;
  background-color: #f8f5f5;
  font-family: Exo, sans-serif;
  display: block;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.section {
  max-width: 1200px;
  min-height: 400px;
  text-align: center;
  object-fit: fill;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading {
  color: #3d1d39;
}

.grid {
  grid-template: ". Area" 124px
                 ". ."
                 / 1fr .25fr 1fr;
}

.container, .section-2 {
  justify-content: center;
  display: flex;
}

.paragraph {
  padding-left: 157px;
}

.heading-2 {
  margin-right: 23px;
}

.section-3 {
  height: 800px;
  background-image: url('../images/IMG_0013.JPG');
  background-position: 50%;
  background-size: cover;
}

.heading-3 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.heading-4 {
  color: #f8faf8;
}

.text-block {
  color: #f3faf6;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
}

.container-2 {
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.cards-section {
  width: auto;
  max-width: 1898.86px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.centered-container {
  max-width: 1100px;
  text-align: center;
  flex: 1;
  padding: 20px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 2fr) 1fr minmax(200px, 2fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/29122011673.jpg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-overlay {
  height: auto;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/32-IMG_5603_4_5.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  box-shadow: 0 3px 6px #707070;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/29122011673.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-4 {
  height: 600px;
  max-height: 760.714ch;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_4846.JPG');
  background-position: 50% 100%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-5 {
  color: #f9faf9;
}

.mynd-og-texti {
  background-color: rgba(248, 247, 247, .62);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: -130px;
  padding: 5px;
}

.div-block {
  border: 1px solid #897d7d;
  padding: 13px;
}

.paragraph-2 {
  color: #f4faf6;
}

.brand {
  width: 160px;
}

.container-4 {
  line-height: 0;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  text-align: center;
}

.div-block-4 {
  height: 75vh;
  max-width: 1200px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(253, 253, 253, .06);
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column {
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.column-2 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.column-3 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-7 {
  flex: 0 auto;
  margin-bottom: 64px;
}

.heading-8 {
  margin-bottom: 42px;
}

.heading-9 {
  padding-bottom: 33px;
}

.paragraph-3 {
  align-self: center;
}

.section-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Iceland-Lights-6.jpg');
  background-position: 50%;
  background-size: auto;
}

.heading-10 {
  text-align: center;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.hero {
  background-color: #fff;
  border-bottom: 0 solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: -1px 3px 8px #000;
}

.flex-container {
  max-width: 1100px;
  flex-flow: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 3px #000;
}

.cards-section-2 {
  outline-offset: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .52);
  outline: 3px #333;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  max-width: 1100px;
  background-color: #9e5353;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  width: auto;
  max-width: 1100px;
  min-width: 0;
  background-color: #bd6060;
}

.div-block-9 {
  max-width: 1100px;
  background-color: #b27070;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  width: 50%;
  max-width: 0%;
  text-align: left;
  background-color: #579678;
  justify-content: center;
  display: flex;
}

.flex-container-2 {
  max-width: 1100px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  display: flex;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid-2 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.navbar {
  position: static;
}

.container-6 {
  max-width: 1100px;
  position: static;
}

.container-7 {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.valmynd {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.valmynd.w--current {
  text-decoration: none;
}

.div-block-11 {
  background-color: rgba(0, 0, 0, 0);
}

.image-2 {
  padding-top: 16px;
}

.heading-11 {
  padding-top: 27px;
  font-size: 26px;
  line-height: 26px;
}

.heading-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-13 {
  padding-bottom: 18px;
}

.navbar-2 {
  z-index: 10;
  opacity: .84;
  background-color: rgba(255, 255, 255, .98);
  border-bottom: 0 #000;
  font-size: 14px;
  line-height: 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 5px #000;
}

.grid-3 {
  max-width: 1100px;
  grid-template-rows: auto auto auto;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  max-width: 1100px;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 20%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fffefe;
  text-align: center;
  margin-bottom: 0;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.section-7 {
  margin-top: 85px;
}

.image-3 {
  padding-left: 0;
  padding-right: 27px;
}

.centered-container-2 {
  max-width: 1100px;
  text-align: center;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-14 {
  margin-bottom: 58px;
}

.div-block-15 {
  margin-top: 41px;
  margin-bottom: 82px;
}

.grid-4 {
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-template: "."
  / minmax(90px, .25fr) minmax(90px, .25fr) minmax(91px, .25fr) minmax(90px, .25fr) minmax(90px, .25fr) minmax(90px, .25fr) minmax(90px, .25fr) minmax(90px, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  margin-top: 37px;
}

.heading-16 {
  text-align: center;
  margin: 45px auto 28px;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 22px;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.button {
  border-radius: 9px;
  font-weight: 600;
}

.rumf-t {
  width: auto;
  max-width: 90px;
  text-align: center;
  margin: 10px 14px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: block;
}

.image-4 {
  max-width: none;
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  overflow: visible;
  box-shadow: 1px 1px 6px #000;
}

.container-8 {
  max-width: 1100px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 2px;
}

.flex-container-3 {
  flex-flow: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.centered-container-3 {
  max-width: 1100px;
  text-align: center;
  flex: 1;
  padding: 10px;
}

.div-hus {
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 1px 1px 6px #9e9d9d;
}

.heading-17 {
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-5 {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}

.div-block-17 {
  max-width: 1438.73px;
  align-items: flex-start;
  margin-top: 52px;
  margin-bottom: 0;
  display: block;
}

.paragraph-6 {
  font-size: 16px;
}

.fyrirsgn2 {
  margin-bottom: 19px;
  font-size: 22px;
}

.button-2 {
  max-width: 99.1733%;
  text-align: left;
  display: block;
}

.heading17 {
  padding-left: 7px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.html-embed, .container-9 {
  max-width: 1100px;
}

.heading-18 {
  margin-top: 10px;
  margin-bottom: 31px;
  font-size: 26px;
}

.paragraph-7 {
  font-size: 16px;
  font-weight: 500;
}

.heading-19 {
  margin-top: 101px;
  margin-bottom: 41px;
  font-size: 21px;
  line-height: 40px;
}

.heading-20 {
  text-align: center;
  margin-top: 66px;
  margin-bottom: -101px;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  padding-left: 8px;
  padding-right: 8px;
}

.paragraph-11 {
  padding-left: 8px;
}

.paragraph-12 {
  padding-left: 7px;
  padding-right: 8px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.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: 40px;
  display: grid;
}

.div-block-18 {
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 43px auto 33px;
  display: grid;
}

.div-block-19 {
  max-width: 100%;
  margin-bottom: -26px;
  padding-top: 24px;
}

.div-block-20 {
  max-width: 225px;
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  background-color: #313030;
  margin-top: 74px;
  margin-bottom: 0;
  padding-bottom: 33px;
}

.footer-list {
  color: #fbf7f7;
  margin-top: 1px;
  margin-bottom: 9px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.fyrirs-gn-f-tur {
  max-width: 100%;
  color: #f6f5f5;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 26px;
  font-size: 17px;
  font-weight: 500;
  display: block;
}

.button-3 {
  object-fit: fill;
  border-radius: 7px;
  margin-bottom: 11px;
  margin-left: 10px;
  display: inline-block;
}

.section-9 {
  opacity: 1;
  outline-offset: 0px;
  border-bottom: 3px solid rgba(0, 0, 0, .34);
  outline: 3px #333;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.container-10 {
  max-width: 1100px;
}

.image-6 {
  margin-top: 15px;
}

.nav-link-2 {
  font-size: 14px;
}

.menu_item {
  margin-top: 20px;
  padding: 0 19px 20px 0;
}

.navbar-3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.nav-menu {
  padding-right: 22px;
}

.container-11 {
  max-width: 1100px;
}

.dropdown {
  font-size: 14px;
}

.feature-section-2 {
  border: 1px #000;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 1px 1px 3px -2px #000;
}

.flex-container-4 {
  max-width: 998px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.centered-container-4 {
  text-align: center;
  flex: 1;
}

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

.container-12 {
  max-width: 990px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-5 {
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container-13 {
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-21 {
  margin-bottom: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-22 {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 18px;
}

.paragraph-13 {
  margin-left: 10px;
}

.section-10 {
  margin-top: 87px;
}

.text-block-3 {
  text-align: center;
  margin-top: 23px;
  margin-bottom: 43px;
}

.container-14 {
  margin-top: 124px;
}

.heading-23 {
  text-align: center;
  font-size: 24px;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 23px;
  font-weight: 700;
}

.div-block-21 {
  margin-left: auto;
  margin-right: auto;
}

.container-15 {
  max-width: 1100px;
}

.heading-24 {
  text-align: center;
}

.container-16 {
  max-height: none;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.html-embed-2 {
  max-width: 1093.43px;
  justify-content: center;
  margin-top: 87px;
  display: flex;
}

.paragraph-15 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.section-11 {
  margin-top: 139px;
}

.container-17 {
  max-width: 1100px;
  margin-top: 106px;
}

.heading-25 {
  text-align: center;
  font-size: 31px;
}

.paragraph-16 {
  text-align: left;
}

.text-block-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 73px;
}

.text-block-5 {
  text-align: center;
  margin-top: 51px;
  font-size: 16px;
}

.div-block-22 {
  text-align: center;
  margin: 50px auto 36px;
}

.link {
  text-align: center;
  margin-left: -45px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-23 {
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48%;
}

.container-18 {
  max-width: 939.99px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  margin-top: 101px;
}

.paragraph-17 {
  width: auto;
  min-width: 267px;
  text-align: left;
  padding-right: 19px;
}

.image-8 {
  padding-top: 19px;
}

.paragraph-18 {
  text-align: justify;
  padding-right: 8px;
}

.image-9 {
  padding-top: 16px;
  padding-right: 8px;
}

.container-19 {
  max-width: 1100px;
  margin-top: 100px;
}

.heading-28 {
  text-align: center;
}

.paragraph-19 {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.container-20 {
  margin-top: 44px;
}

.container-21 {
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 20px;
}

.heading-29 {
  text-align: center;
}

.html-embed-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.container-22 {
  margin-top: 100px;
}

.button-4 {
  border: 1px #000;
  border-radius: 6px;
  margin-top: 12px;
  box-shadow: 0 0 #000;
}

.paragraph-20 {
  text-align: center;
  margin-left: 20px;
}

.paragraph-21 {
  color: #f8f4f4;
}

.paragraph-22 {
  color: #959697;
  text-align: center;
  margin-top: -22px;
}

.heading-31 {
  color: #979494;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
}

.heading-32 {
  font-size: 26px;
}

.heading-33 {
  font-size: 29px;
}

.container-23 {
  max-width: 1100px;
  margin-top: 60px;
}

.paragraph-23 {
  margin-top: 35px;
  margin-bottom: 28px;
}

.text-block-6 {
  text-align: center;
  margin: 8px;
  font-weight: 400;
}

.heading-35 {
  text-align: center;
  font-size: 19px;
}

.container-24 {
  margin-top: 118px;
}

.section-12 {
  margin-top: 71px;
}

.link-block {
  width: 600px;
  position: static;
}

.button-5 {
  aspect-ratio: auto;
  outline-offset: 0px;
  border-radius: 11px;
  outline: 3px #fff;
  justify-content: center;
  margin-top: 25px;
  margin-left: 177px;
  margin-right: 177px;
  padding-left: 15px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/32-IMG_5603_4_5.jpg');
    background-position: 0 0, 50% 100%;
  }

  .grid-2 {
    background-color: #fdfdfd;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2";
    margin-top: -103px;
    padding: 13px;
  }

  .mynd-og-texti {
    height: 200px;
    grid-row-gap: 9px;
    grid-template: "Mynd-og-texti Area"
    / minmax(17%, 1fr) 1fr 1fr 1fr minmax(17%, 1fr);
  }

  .heading-6 {
    font-size: 20px;
  }

  .div-block {
    margin-top: 0;
  }

  .container-3 {
    background-color: rgba(252, 252, 252, .37);
    margin-top: -207px;
    padding: 21px;
  }

  .paragraph-2 {
    color: #fafcfb;
  }

  .section-5 {
    height: 500px;
    background-position: 50% 0;
  }

  .div-block-5 {
    width: 600px;
    background-color: #ac5a5a;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    background-color: #cfddd8;
    display: flex;
  }

  .section-6 {
    display: flex;
  }

  .columns-2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7 {
    max-width: 1100px;
  }

  .rumf-t {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    outline-offset: 0px;
    border-radius: 5px;
    outline: 3px solid #fff;
    margin-bottom: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-5 {
    object-fit: fill;
  }

  .container-12 {
    max-width: 1047px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    margin-right: 10px;
    padding-left: 10px;
  }

  .container-13 {
    max-width: 1100px;
  }

  .heading-21 {
    text-align: center;
    margin-top: 48px;
  }

  .heading-22 {
    text-align: center;
    margin-top: 39px;
    font-size: 16px;
  }

  .paragraph-13 {
    margin-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-10 {
    margin-top: 88px;
  }

  .container-18 {
    max-width: 1100px;
  }

  .grid-6 {
    grid-template-columns: 1fr 2.75fr;
    margin-top: 141px;
  }

  .container-23 {
    max-width: 1100px;
    padding-left: 39px;
    padding-right: 39px;
  }
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/33-IMG_5642_3_4.jpg');
    background-position: 0 0, 50%;
  }

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

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .heading-11 {
    font-size: 24px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-2 {
    min-width: 70px;
  }

  .rumf-t {
    text-align: center;
  }

  .heading-17, .heading17 {
    font-size: 20px;
  }

  .heading-18 {
    font-size: 30px;
  }

  .grid-5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-21 {
    margin-left: 0;
  }

  .container-16 {
    max-width: 100%;
  }

  .html-embed-2 {
    max-width: 101%;
    justify-content: center;
    display: flex;
  }

  .paragraph-15 {
    text-align: center;
  }

  .text-block-5 {
    margin-top: 27px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .link {
    margin-left: -50px;
  }

  .image-8 {
    padding-left: 10px;
  }

  .div-block-24, .paragraph-23 {
    margin-left: 10px;
  }

  .heading-34 {
    padding-left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    flex-flow: row-reverse;
    flex: 1;
    align-items: center;
    display: block;
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .container-2 {
    padding-left: 63px;
    padding-right: 65px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .hero-overlay {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/Ferdamannastadir_2000_px-11.jpg');
    background-position: 0 0, 50%;
    padding: 40px 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

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

  .section-4 {
    flex-direction: column;
  }

  .mynd-og-texti {
    display: block;
  }

  .div-block-3 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-5 {
    background-position: 50%;
  }

  .columns {
    height: 50px;
  }

  .body-2 {
    align-items: flex-start;
    display: block;
  }

  .hero {
    flex: 0 auto;
    align-items: flex-end;
    padding: 40px 20px;
    display: flex;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .div-block-7 {
    flex: 0 auto;
    align-items: flex-end;
    display: flex;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .heading-14 {
    margin-top: 51px;
    margin-bottom: 41px;
  }

  .grid-4 {
    max-width: 487px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .rumf-t {
    text-align: center;
    justify-content: flex-start;
    display: block;
  }

  .container-8 {
    justify-content: space-between;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-18 {
    font-size: 19px;
  }

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

  .image-5 {
    margin-top: 30px;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .container-13 {
    margin-top: -10px;
  }

  .heading-21 {
    margin-left: 0;
    margin-right: 7px;
  }

  .html-embed-2 {
    max-width: 568.254px;
    text-align: center;
    display: flex;
  }

  .link {
    margin-left: -48px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-20 {
    margin-top: 16px;
  }

  .paragraph-23 {
    padding-left: 10px;
  }

  .heading-34 {
    margin-left: 11px;
    font-size: 22px;
  }

  .button-5 {
    margin-left: 6px;
    margin-right: 11px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    align-items: stretch;
    padding: 0;
    display: flex;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-overlay {
    background-image: linear-gradient(to bottom, null, null), url('../images/Ferdamannastadir_2000_px-11.jpg');
    background-position: 0 0, 50%;
  }

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

  .div-block-4 {
    align-items: center;
    display: block;
  }

  .paragraph-4 {
    display: flex;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .heading-11, .heading-12 {
    text-align: center;
  }

  .grid-3 {
    display: block;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    text-align: center;
    margin-top: 20px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .heading-14 {
    text-align: center;
    font-size: 23px;
    display: flex;
  }

  .div-block-12, .div-block-13, .div-block-14, .div-block-15 {
    text-align: center;
  }

  .grid-4 {
    max-width: 365px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(72px, .75fr) 1fr 1fr;
    grid-auto-columns: .75fr;
    align-content: stretch;
    justify-content: stretch;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .button {
    text-align: center;
  }

  .container-8 {
    flex-flow: row-reverse wrap;
    align-content: stretch;
    justify-content: center;
    overflow: visible;
  }

  .centered-container-3 {
    text-align: left;
  }

  .heading-18 {
    text-align: center;
    line-height: 24px;
  }

  .heading-20 {
    font-size: 13px;
  }

  .div-block-18 {
    grid-template-columns: 1fr 1fr;
  }

  .centered-container-4 {
    text-align: left;
  }

  .container-13 {
    margin-top: -10px;
  }

  .heading-21 {
    margin-top: 6px;
    font-size: 19px;
  }

  .heading-22 {
    font-size: 16px;
  }

  .heading-24 {
    margin-top: 70px;
    font-size: 20px;
  }

  .container-16 {
    max-width: none;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .html-embed-2 {
    max-height: none;
    max-width: none;
    object-fit: cover;
    margin-top: 41px;
  }

  .section-11 {
    margin-top: 12px;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 17px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30%;
    padding-right: 0%;
  }

  .div-block-23 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .paragraph-17 {
    margin-left: 0;
  }

  .image-8 {
    padding-left: 8px;
  }

  .heading-26 {
    margin-left: 8px;
  }

  .paragraph-18 {
    padding-left: 9px;
  }

  .heading-27 {
    margin-left: 8px;
  }

  .image-9 {
    padding-left: 9px;
  }

  .heading-30 {
    font-size: 26px;
  }

  .paragraph-23 {
    margin-left: 0;
  }

  .heading-34 {
    margin-left: 0;
    font-size: 16px;
  }

  .button-5 {
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 68px;
    padding-right: 26px;
  }
}

#w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78c8-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78d3-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78d5-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78d8-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78da-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78dc-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78de-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78e2-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78e5-fe2d78c6, #w-node-e6dcbe35-f322-2cbd-02a3-001bfe2d78e7-fe2d78c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cee0-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cee1-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cee2-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cee5-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cee6-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cee9-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63ceea-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63ceed-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63ceee-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cef1-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cef2-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cef5-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cef6-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cef9-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cefa-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cefd-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cefe-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf01-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf02-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf05-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf06-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf09-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf0a-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf0d-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf0e-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf11-bf63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9d8cee31-6e27-3f23-ab15-fec3bf63cf12-bf63cedf, #w-node-_03d964c8-e64e-7b3f-ab91-6f0e5cf2b584-1e3ffa40, #w-node-a1d497b2-6a6f-fab6-402c-31991dccbbe8-1e3ffa40, #w-node-_8f6c83a9-107a-ed52-2d24-85bc616e7dc0-1e3ffa40, #w-node-_55df8085-642d-6c84-0556-f61eff29bb3e-1e3ffa40, #w-node-_776c1a98-aeee-8d86-ed8c-2c3eda091c85-1e3ffa40, #w-node-_0cd0a57a-9640-b5f0-8fc5-af29dddcec48-1e3ffa40, #w-node-_0809b126-e066-f2ea-e26f-c5f283f212b6-1e3ffa40, #w-node-d510bf6c-f4cb-64b2-b4a3-3e4984ac15ad-1e3ffa40, #w-node-b1e7eb11-dbe7-b511-1859-44bbbea7c761-1e3ffa40, #w-node-b01a3d47-c1af-2436-6090-37e0aa1f4114-1e3ffa40, #w-node-c2f3cff4-cbb9-0fb2-a436-1d39c4586350-1e3ffa40, #w-node-_2e61edb5-7f33-232d-3c72-3fcb4d378a12-1e3ffa40, #w-node-_098b5021-c01f-c59d-117e-e8c1fba71159-1e3ffa40, #w-node-d8c12112-3f2e-6d22-d514-d00c77f61fd5-d3cbdca3, #w-node-_3271fdd6-99e0-c41c-6f47-064baafea076-d3cbdca3, #w-node-_97d78c8d-78c5-9a3d-2dd8-53d147ed7e5b-d3cbdca3, #w-node-_9abbbecb-bf78-7dcb-6f9f-c25f0122e632-d3cbdca3, #w-node-ccf0ff4f-a8cd-26e6-b7f4-7eb82e18664e-d3cbdca3, #w-node-_1b8509b2-838f-67c6-d863-a29aabe13512-d3cbdca3, #w-node-_2fd0ed58-3ea6-b877-9ff8-36cad74a1271-d3cbdca3, #w-node-a2ddc3a0-bb4c-c1ce-fd0a-995ba9df71bc-d3cbdca3, #w-node-e78e2308-f2ca-7cd0-38ac-06315819f0a9-48c3a687, #w-node-_192cbc02-9e17-88d5-6a62-fe2fd7c6cf9a-48c3a687, #w-node-af7b71f1-7848-1ec5-3325-3ba8f0423e87-48c3a687, #w-node-_6b9c50ef-1f45-b1ea-9ad8-dbd52809f539-48c3a687, #w-node-_57051fbe-82fb-bbdf-2700-1f1324490aff-48c3a687, #w-node-_09dca5ea-c535-4b56-1124-463462ed471d-48c3a687, #w-node-f02367ce-7b4b-1173-737f-b7600245225c-48c3a687, #w-node-_099ee82e-8c82-ebf1-0de7-3c01f6349996-48c3a687, #w-node-e9e3a4d5-3304-223f-8256-2e1debcef0e2-6fd84213, #w-node-_3044fbee-d6c5-0e0b-3aca-81e1dcc9655a-6fd84213, #w-node-_10566d89-a7d8-7b3b-10ee-2151e34ef5fb-6fd84213, #w-node-_98061021-cc5f-0a05-ee11-3f81385c99a9-6fd84213, #w-node-_39f60eec-204f-f69d-cb3b-340540bb8874-6fd84213, #w-node-b5c17d72-97d5-9edf-82ca-93781edf584c-6fd84213, #w-node-_1682679c-5186-1db5-fb29-772d0b542e43-6fd84213, #w-node-_7f0d486c-1040-f6b9-58e4-298dc1b2f883-6fd84213, #w-node-a5927951-5e33-de1a-609f-4673a228e6ad-8b1a663b, #w-node-a961c427-de45-15db-f20a-5a76795235fb-145701bb, #w-node-_625fe446-1bd4-ae3d-3c42-6d939da77b66-145701bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4a3053f-f196-7ed2-4d89-60be40748d00-145701bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4a3053f-f196-7ed2-4d89-60be40748d02-145701bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eeeaf80-2087-09fa-5190-7c003fea49e2-145701bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1eeeaf80-2087-09fa-5190-7c003fea49e4-145701bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53262024-72a5-ca3a-7fee-32542807e178-145701bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_53262024-72a5-ca3a-7fee-32542807e17a-145701bb, #w-node-_4ba9ccc3-4be9-281e-c8f3-787a6b8c4b3f-145701bb, #w-node-_4ba9ccc3-4be9-281e-c8f3-787a6b8c4b41-145701bb, #w-node-f1d2a834-8c00-4de0-2487-8354f5455a9f-145701bb, #w-node-f1d2a834-8c00-4de0-2487-8354f5455aa1-145701bb, #w-node-_664951e3-cec5-2d21-93de-0d9000df7b99-145701bb, #w-node-_664951e3-cec5-2d21-93de-0d9000df7b9b-145701bb, #w-node-_553da163-8b27-dfe2-89bd-f27f2a239520-145701bb, #w-node-_553da163-8b27-dfe2-89bd-f27f2a239522-145701bb, #w-node-_67cdea99-fd28-1151-72a7-66be76adec7b-145701bb, #w-node-_67cdea99-fd28-1151-72a7-66be76adec7d-145701bb, #w-node-f980e841-9348-35fe-d001-46b7716a039b-145701bb, #w-node-f980e841-9348-35fe-d001-46b7716a039d-145701bb, #w-node-a066cda3-8641-0c93-b70e-c5ef2949d2de-145701bb, #w-node-a066cda3-8641-0c93-b70e-c5ef2949d2e0-145701bb, #w-node-_96c4a2f2-f096-52a0-9fb7-683678c924ee-145701bb, #w-node-_96c4a2f2-f096-52a0-9fb7-683678c924f0-145701bb, #w-node-b47a11fe-8a52-6be7-0582-e64f2d03c8d6-145701bb, #w-node-b47a11fe-8a52-6be7-0582-e64f2d03c8d8-145701bb, #w-node-_82ae0d00-51c8-2780-04f6-2d2d72b1e08d-145701bb, #w-node-_82ae0d00-51c8-2780-04f6-2d2d72b1e08f-145701bb, #w-node-ce409e0e-035b-f8cb-7d89-077d929aed00-145701bb, #w-node-ce409e0e-035b-f8cb-7d89-077d929aed02-145701bb, #w-node-_7b41989f-772c-91c6-5935-fa225df5f99b-1dc3afd2, #w-node-f3c4a658-56d1-9850-c514-fa611e0293dd-e21fe941, #w-node-d198a1bc-a9bc-86f3-c4bc-046d74362086-e21fe941, #w-node-fe1e1110-c436-bcbc-eae2-1272a9858faa-e21fe941, #w-node-_7ed3fa80-4f1f-01ca-873e-8c50839b52e2-e21fe941, #w-node-_56945924-5ea5-b5b5-7281-13c66d71475e-e21fe941, #w-node-_8f96284a-088d-5a35-546b-9556be5a5c3d-e21fe941, #w-node-e0a346a1-b734-58c6-5ee1-7cf758da4f3e-e21fe941, #w-node-_0ec56fac-d2c5-3a73-72f5-ccb2951523f8-e21fe941, #w-node-dfc61b93-9abd-bde7-4406-c55336aa2611-e21fe941, #w-node-_41bd1834-5151-ad03-c4fa-5d8f53da97f0-e21fe941, #w-node-_2ebeeb1a-2bef-1106-5c60-290b7fcf4b42-e21fe941, #w-node-f5d5e97d-cd4e-fff0-2187-680f5bdeea33-d6a747de, #w-node-_2555e1d1-e441-20b9-5c74-c26c944ee45c-d6a747de, #w-node-_7a58fbfb-6e03-3a0b-94b3-a63f7a83f0ba-d6a747de, #w-node-d3c2e2e5-ea63-2398-1c8d-cbfecae53251-d6a747de, #w-node-_4fcd4ec1-1a21-7c17-bc8b-bd51f56da25b-d6a747de, #w-node-_07128304-2a1e-6858-a49c-70e2d3aa5729-d6a747de, #w-node-cac2f8df-b8fb-44ee-cb5b-dcfac53196fc-d6a747de, #w-node-_6dd8e139-299e-38bf-5fb9-8397f86daafb-d6a747de, #w-node-_20845bb2-0335-aa50-8d67-a8ddb671c4d0-b671c4cc, #w-node-f4aa913b-6ee6-b316-7b0a-72345b5d541f-b671c4cc, #w-node-_6710f78f-1813-2ef5-8ca2-c28d74309f2b-b671c4cc, #w-node-f38a7ff8-a72f-b8d4-90a5-01439c574e1d-b671c4cc, #w-node-_3fc5b5b0-2700-582c-daab-5f91a505be7b-b671c4cc, #w-node-bde72616-d491-aaff-f6e6-6604bf65cd58-b671c4cc, #w-node-_970f71ca-85de-0fea-2106-3b5ed277d431-b671c4cc, #w-node-_20845bb2-0335-aa50-8d67-a8ddb671c4d2-b671c4cc, #w-node-_20845bb2-0335-aa50-8d67-a8ddb671c4d4-b671c4cc, #w-node-_6e802e62-41e8-e70e-fbcc-cb4958e94f9b-b671c4cc, #w-node-_20845bb2-0335-aa50-8d67-a8ddb671c4d3-b671c4cc, #w-node-_20845bb2-0335-aa50-8d67-a8ddb671c4d5-b671c4cc, #w-node-_84449991-bf64-af54-a2d2-4912fe74841b-b671c4cc, #w-node-_5b9556e8-96bc-7904-c8e2-2a595f73fc50-b671c4cc, #w-node-_2d33d922-6bd7-dfcf-7775-5b44dfa227c9-b671c4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-fb7ab66f-8d23-636f-36e9-353b22bb3d68-8b1a663b, #w-node-_985838ae-cead-d4b0-066d-d44c068f3c46-8b1a663b, #w-node-_24275d8f-d924-2bd0-e0d1-61c340397e5a-8b1a663b, #w-node-dd1e1104-70bf-e213-155b-52a4d3cb584d-8b1a663b, #w-node-_1b34801c-cd03-39af-29c8-a691717b1e54-8b1a663b, #w-node-_136c13fa-bcda-7386-4094-be08ac57958b-8b1a663b, #w-node-_80a3e8d7-7737-675b-ef82-0cfa5b57e54c-8b1a663b, #w-node-_5cec05eb-5517-8faf-ea7e-73c7e9b59a58-8b1a663b, #w-node-_34fccc05-1890-9970-999c-b454986768aa-8b1a663b, #w-node-_84abdc5c-5ddc-af1b-f32b-71805c68952a-8b1a663b, #w-node-_5d3f6b9e-3b04-fda4-bc10-4dbe16e997ca-8b1a663b, #w-node-_79505f80-9fd6-09b9-718e-d7b787b15767-8b1a663b, #w-node-_4e82562f-3ebf-0b71-5f9c-001d0a7d6d7f-8b1a663b, #w-node-_57e1174c-9ac2-992e-5df3-891601c129d1-1dc3afd2, #w-node-ccc9554b-cee3-17c9-747d-89b7ef9c2641-1dc3afd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e38344c1-6572-d814-c78a-dda877b16139-1dc3afd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_260e8cf6-efdb-60a4-1566-e42cecd7b431-e21fe941, #w-node-dfc61b93-9abd-bde7-4406-c55336aa2611-e21fe941, #w-node-_41bd1834-5151-ad03-c4fa-5d8f53da97f0-e21fe941, #w-node-_2ebeeb1a-2bef-1106-5c60-290b7fcf4b42-e21fe941 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75614d83-4f3c-bc7e-cf95-a3441297b461-71c6749d, #w-node-_75614d83-4f3c-bc7e-cf95-a3441297b463-71c6749d, #w-node-e1168030-9c50-4b6e-398b-73a2b9679749-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1168030-9c50-4b6e-398b-73a2b967974b-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_7e5cfa24-fe60-dec1-7f7c-064cedd18b99-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e5cfa24-fe60-dec1-7f7c-064cedd18b9b-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_852cdf67-8b1b-3bac-082a-fad28cda6550-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_852cdf67-8b1b-3bac-082a-fad28cda6552-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_037b1dd9-dec7-9ea9-a670-231ccd57fe68-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_037b1dd9-dec7-9ea9-a670-231ccd57fe6a-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_9e028db2-5afe-c213-be43-5c5645d4d448-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e028db2-5afe-c213-be43-5c5645d4d44a-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_439085d7-c4da-398a-8301-db349400db18-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_439085d7-c4da-398a-8301-db349400db1a-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-c9f69fdc-deb0-4546-3c63-fd4ff0f7f53c-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9f69fdc-deb0-4546-3c63-fd4ff0f7f53e-71c6749d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_75614d83-4f3c-bc7e-cf95-a3441297b457-71c6749d, #w-node-f5c2514d-73a0-3c4b-9adb-2ed4bf8a1b98-71c6749d, #w-node-_75614d83-4f3c-bc7e-cf95-a3441297b45e-71c6749d, #w-node-e1168030-9c50-4b6e-398b-73a2b9679746-71c6749d, #w-node-_7e5cfa24-fe60-dec1-7f7c-064cedd18b96-71c6749d, #w-node-_852cdf67-8b1b-3bac-082a-fad28cda654c-71c6749d, #w-node-_037b1dd9-dec7-9ea9-a670-231ccd57fe64-71c6749d, #w-node-_9e028db2-5afe-c213-be43-5c5645d4d444-71c6749d, #w-node-_439085d7-c4da-398a-8301-db349400db14-71c6749d, #w-node-c9f69fdc-deb0-4546-3c63-fd4ff0f7f538-71c6749d {
    grid-column: span 1 / span 1;
  }

  #w-node-_20845bb2-0335-aa50-8d67-a8ddb671c4d0-b671c4cc, #w-node-f4aa913b-6ee6-b316-7b0a-72345b5d541f-b671c4cc, #w-node-_6710f78f-1813-2ef5-8ca2-c28d74309f2b-b671c4cc, #w-node-f38a7ff8-a72f-b8d4-90a5-01439c574e1d-b671c4cc, #w-node-_3fc5b5b0-2700-582c-daab-5f91a505be7b-b671c4cc, #w-node-bde72616-d491-aaff-f6e6-6604bf65cd58-b671c4cc, #w-node-_970f71ca-85de-0fea-2106-3b5ed277d431-b671c4cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


