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

.body {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.menu {
  width: 30px;
}

.container {
  position: static;
  bottom: 20px;
  display: inline;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  position: relative;
  top: 40px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 100%;
  margin: 20px auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14vw;
  line-height: 44%;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.center {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  margin: 120px 0px 92px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  overflow: visible;
  width: 1100px;
  height: 600px;
  padding: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button {
  margin-right: auto;
  margin-left: auto;
}

.button.download_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #ff9500;
  box-shadow: 0 0 0 -20px #252525;
  opacity: 1;
  font-family: 'Droid Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.grid {
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.info {
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  font-family: 'Droid Sans', sans-serif;
}

.android {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.info {
  width: auto;
}

.image-4 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.image-5 {
  display: block;
}

.ios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-3 {
  margin-top: 3%;
  margin-right: 4px;
  margin-left: 4px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.descrition2 {
  border-right: 1px solid #fff;
}

.descrition3 {
  border: 1px none #000;
}

.heading-2 {
  margin-left: 14px;
  border-right: 1px none #fff;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 3.4vw;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.text-block-2 {
  margin: 0px 14px;
  font-family: 'Droid Sans', sans-serif;
  color: #d4cece;
  font-size: 1.2vw;
  line-height: 30px;
  text-align: left;
}

.heading-3 {
  margin-left: 14px;
  color: #fff;
  font-size: 3.4vw;
  font-weight: 400;
  text-align: left;
}

.text-block-3 {
  margin-right: 14px;
  margin-left: 14px;
  font-family: 'Droid Sans', sans-serif;
  color: #d4cece;
  font-size: 1.2vw;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.heading-4 {
  margin-left: 14px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 3.4vw;
  font-weight: 400;
  text-align: left;
}

.text-block-4 {
  overflow: visible;
  margin-right: 14px;
  margin-left: 14px;
  font-family: 'Droid Sans', sans-serif;
  color: #d4cece;
  font-size: 1.2vw;
  line-height: 30px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  border-right: 1px solid #fff;
}

.description1 {
  border-right: 1px solid #fff;
}

.image-6 {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: inline-block;
  max-width: 140%;
  border-radius: 0px;
  background-color: #000;
  opacity: 0.49;
  line-height: 0px;
  mix-blend-mode: normal;
}

.backgroundzstack {
  position: relative;
  bottom: 420px;
  display: inline-block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  position: relative;
  bottom: 800px;
  z-index: -1;
  overflow: visible;
  height: 200px;
  min-height: auto;
  float: none;
}

.bacdiv {
  position: static;
  bottom: 0px;
  height: auto;
  min-height: auto;
  background-image: url('../images/Varberg.jpg');
  background-position: 50% 50%;
  background-size: 1200px;
  opacity: 0.37;
}

.image-7 {
  position: relative;
  bottom: 0vh;
  z-index: -1;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.4;
  -webkit-filter: saturate(94%);
  filter: saturate(94%);
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 4vw;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.imagesection {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  opacity: 1;
}

.div-block-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
}

.container-2 {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #c7c7c7;
  text-transform: none;
}

.nav-link-2 {
  color: #c7c7c7;
}

.nav-link-3 {
  color: #c7c7c7;
}

.div-block-5 {
  height: 100%;
  max-height: 1000px;
  min-height: 1000px;
}

.paragraph {
  margin-top: 0px;
  padding-top: 140px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 100;
  text-align: center;
}

.text-block-6 {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
}

.paragraph2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 100;
  text-align: center;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  -webkit-filter: contrast(116%);
  filter: contrast(116%);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6 {
  position: relative;
  top: 0px;
  display: block;
}

.image-9 {
  position: static;
}

.div-block-7 {
  position: relative;
  top: 0px;
}

.grid-4 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(0px, 0.25fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1.5fr;
  grid-template-columns: 1.5fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.div-block-8 {
  position: relative;
}

.div-block-9 {
  position: relative;
  top: 0px;
  bottom: 0px;
  height: 800px;
  max-height: 2000px;
  min-height: 100%;
}

.div-block-10 {
  position: relative;
}

.image-10 {
  margin-top: 54px;
  margin-bottom: 54px;
  opacity: 0.5;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.paragraph-2 {
  position: static;
  left: 0%;
  top: 29%;
  right: auto;
  bottom: 29%;
  margin: 7vw 49px 49px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.div-block-11 {
  position: absolute;
  top: 156px;
  z-index: 2;
}

.heading-5 {
  color: #fff;
  font-size: 3.4vw;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.3vw;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.image-11 {
  opacity: 0.46;
}

.image-12 {
  position: absolute;
  z-index: -1;
}

.div-block-12 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-7 {
  position: static;
  top: 57px;
  bottom: 57px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 3.4vw;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.paragraph-5 {
  display: block;
  margin-top: 6vw;
  margin-bottom: 62px;
  padding-top: 46px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.image-13 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  opacity: 0.61;
}

.paragraph-6 {
  display: block;
  margin: 12vw auto 122px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.3vw;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-13 {
  position: relative;
  top: 58px;
  bottom: 58px;
  margin-top: 10px;
  margin-bottom: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-14 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
}

.heading-8 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.4vw;
  font-weight: 400;
  text-align: center;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1400;
  display: inline-block;
}

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

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding-top: 6vh;
}

.paragraph-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  margin-top: 0vw;
  margin-bottom: 5vw;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: center;
}

.paragraph-8 {
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.3vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: center;
}

.div-block-16 {
  position: relative;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 12vw;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.4vw;
  line-height: 5.4vh;
  font-weight: 400;
  text-align: center;
}

.paragraph-9 {
  margin-top: 6.3vw;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 2.6vw;
  text-align: center;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.4vw;
  line-height: 5.4vw;
  font-weight: 400;
  text-align: center;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-align: center;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.4vw;
  line-height: 5.4vw;
  font-weight: 400;
  text-align: center;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2vh;
  line-height: 2.6vw;
  text-align: center;
}

.grid-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 40px 0px 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.container-5 {
  position: relative;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-6 {
  display: inline;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-7 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  text-align: left;
}

.text-block-8 {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: left;
}

.text-block-9 {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  text-align: left;
}

.text-block-10 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  text-align: left;
}

.text-block-11 {
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.6vw;
  text-align: left;
}

.text-block-12 {
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.text-block-13 {
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.text-block-14 {
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.image-15 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0.24;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.paragraph-12 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
}

.paragraph-13 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
}

.image-16 {
  -webkit-filter: saturate(59%);
  filter: saturate(59%);
}

.heading-12 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.4vw;
  font-weight: 400;
  text-align: center;
}

.paragraph-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.6vw;
  text-align: left;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: center;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-size: 2.4vw;
  text-align: left;
}

.heading-14 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: center;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  font-weight: 400;
  text-align: right;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.4vw;
  font-weight: 400;
}

.container-7 {
  margin-top: 53px;
  margin-bottom: 53px;
}

.nav-link-4 {
  color: #c7c7c7;
}

@media screen and (max-width: 991px) {
  .nav {
    z-index: 4;
  }

  .heading {
    top: 12px;
  }

  .descrition3 {
    border: 1px none #000;
  }

  .text-block-2 {
    line-height: 22px;
  }

  .text-block-4 {
    line-height: 22px;
  }

  .container-2 {
    border-width: 0px;
    border-color: #fff;
    color: #e0e0e0;
  }

  .nav-menu {
    background-color: #242629;
    color: #05262e;
  }

  .nav-link {
    font-size: 18px;
  }

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

  .nav-link-3 {
    font-size: 18px;
  }

  .div-block-5 {
    max-height: 1000px;
    min-height: 666px;
  }

  .paragraph {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    font-style: normal;
    font-weight: 100;
    text-align: center;
  }

  .text-block-5 {
    color: #fff;
  }

  .text-block-6 {
    margin-top: 23px;
    margin-bottom: 23px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 100;
    text-align: center;
  }

  .paragraph2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    font-weight: 100;
    text-align: center;
  }

  .container-3 {
    position: static;
  }

  .div-block-9 {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-10 {
    margin-top: 140px;
  }

  .paragraph-2 {
    font-size: 2.6vw;
  }

  .div-block-11 {
    top: 106px;
    bottom: 106px;
  }

  .paragraph-4 {
    margin-top: 54px;
    margin-bottom: 54px;
    font-size: 2.6vw;
  }

  .div-block-12 {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .heading-8 {
    margin-top: 4vw;
  }

  .div-block-15 {
    padding-top: 10vh;
  }

  .paragraph-7 {
    margin-top: -3.2vw;
  }

  .paragraph-8 {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    font-size: 1.5vw;
  }

  .text-block-3 {
    font-size: 1.5vw;
  }

  .text-block-4 {
    font-size: 1.5vw;
  }

  .image-6 {
    bottom: 44px;
  }

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

  .paragraph-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.6vw;
  }

  .heading-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph-4 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 2.6vw;
  }

  .paragraph-6 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-8 {
    margin-top: 2vw;
  }

  .paragraph-8 {
    margin-top: -4vh;
    margin-bottom: -4vh;
  }

  .text-block-7 {
    font-size: 2.8vw;
    text-align: left;
  }

  .text-block-8 {
    font-size: 2.8vw;
  }

  .text-block-9 {
    font-size: 2.8vw;
  }

  .text-block-10 {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
  }

  .container {
    display: block;
    margin-top: 67px;
  }

  .heading {
    margin-bottom: 98px;
    font-size: 16vw;
  }

  .center {
    margin-top: 79px;
    margin-bottom: 57px;
  }

  .grid-2.info {
    margin-right: 24%;
    margin-left: 24%;
  }

  .text-block {
    font-size: 3.4vw;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .descrition2 {
    display: block;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .descrition3 {
    text-align: center;
  }

  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 5vw;
    text-align: left;
  }

  .text-block-2 {
    margin-right: 2px;
    margin-left: 0px;
    color: #d4cece;
    font-size: 1.6vh;
    line-height: 20px;
    text-align: left;
  }

  .heading-3 {
    margin-bottom: 2px;
    margin-left: 0px;
    font-size: 5vw;
    text-align: left;
  }

  .text-block-3 {
    margin-right: 2px;
    margin-left: 0px;
    font-family: 'Droid Sans', sans-serif;
    color: #d4cece;
    font-size: 1.6vh;
    line-height: 20px;
    text-align: left;
  }

  .heading-4 {
    margin-bottom: 2px;
    margin-left: 0px;
    font-size: 5vw;
    line-height: 36px;
    text-align: left;
  }

  .text-block-4 {
    margin-right: 2px;
    margin-left: 0px;
    color: #d4cece;
    font-size: 1.6vh;
    line-height: 20px;
    text-align: left;
  }

  .description1 {
    display: block;
    margin: 2px 10px;
    padding-right: 4px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .image-6 {
    bottom: 114px;
    border-style: solid;
    border-color: #000;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-7 {
    position: relative;
    left: -1%;
    top: 14%;
    right: -1%;
    bottom: 14%;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0%;
    padding-right: 0%;
    opacity: 0.66;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-3 {
    position: absolute;
    left: -1%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }

  .imagesection {
    position: absolute;
  }

  .div-block-4 {
    position: relative;
    left: -49%;
    top: 0%;
    right: -49%;
    bottom: auto;
    display: block;
    width: 200%;
    max-width: 200%;
    min-width: 200%;
    border-radius: 0px;
  }

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

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

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

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

  .paragraph2 {
    font-size: 22px;
    text-align: center;
  }

  .image-8 {
    left: -30%;
    top: -30%;
    right: -30%;
    bottom: -30%;
  }

  .div-block-6 {
    top: 156px;
  }

  .image-10 {
    position: relative;
    left: -158px;
    right: -158px;
    width: 200%;
    max-width: 200%;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .paragraph-2 {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4vw;
    line-height: 20px;
  }

  .div-block-11 {
    top: 44px;
    bottom: 44px;
  }

  .heading-5 {
    font-size: 5.5vw;
  }

  .paragraph-4 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 4vw;
    line-height: 18px;
  }

  .div-block-12 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-7 {
    font-size: 5.5vw;
  }

  .paragraph-5 {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-13 {
    width: 200%;
    max-width: 200%;
    margin-right: -167px;
    margin-left: -167px;
  }

  .paragraph-6 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .div-block-13 {
    top: 39px;
    bottom: 39px;
  }

  .heading-8 {
    margin-bottom: 0vw;
    font-size: 5.5vw;
  }

  .div-block-14 {
    display: block;
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .paragraph-7 {
    margin-bottom: 0vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .paragraph-8 {
    margin-top: -1vh;
    margin-bottom: -1vh;
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .heading-9 {
    font-size: 5.5vw;
  }

  .paragraph-9 {
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .paragraph-10 {
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .paragraph-11 {
    margin-bottom: 0px;
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .grid-5 {
    text-align: left;
  }

  .section {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .container-5 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .container-6 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-18 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-block-11 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-12 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-13 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-14 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-13 {
    font-size: 3.4vw;
  }

  .heading-14 {
    font-size: 3.4vw;
  }

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

#w-node-c64d7dcd-bde8-e2de-9d4d-982f53c92797-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ce9f5d5-9e6f-c581-77db-7fce1843c5a3-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06ec0fe6-4ef5-29c2-7295-bd61c3b0eb22-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_13813b25-78a2-6182-519a-2f68a4b3d902-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_31734d9a-2710-4a5c-6ea7-565becc5b1b9-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9de87018-e0e8-e60a-5cab-f09ff431e071-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10d5b652-6665-b04a-ca10-f024c4de48ea-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4c5c1b6f-f2c5-52ba-3cdf-819a09bd688a-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe95abd7-1fac-6214-1fef-6482b4921aac-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33283ff0-b194-b037-f36a-48c15005d0f5-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c6a3003-25bc-0d58-b4c5-47703cc3c57b-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a08de792-4004-6a2a-14bf-ead17e800293-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f1de49b-3243-0e60-9528-bef2c9f9f4d1-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d9b4483-4bed-1ff7-9372-248da6a9f144-19b718b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_31734d9a-2710-4a5c-6ea7-565becc5b1b9-19b718b5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}