:root {
  --1: #f1f9ff;
  --2: #e0f2ff;
  --dark-slate-grey: #36383b;
  --royal-blue: #446af6;
  --light-coral: #ff0609;
  --midnight-blue: #171f58;
  --white: white;
  --gold2: #ffb700;
  --dark-slate-blue: #3f56a3;
  --blue-violet: #6f47ff;
  --deep-sky-blue: #0bf;
  --lavender: #d8ddff;
  --gold-3: #f90;
  --new: var(--gold2);
}

.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;
  }
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  background-image: radial-gradient(circle at 80%, #f4d7ff9c, #fff0 30%), linear-gradient(136deg, #d0ebff80, #f7fcff);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero._80px-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blue-bg {
  background-color: var(--1);
  position: relative;
}

.section.yellow {
  background-color: #446af6;
}

.section.extra-margin {
  padding-bottom: 140px;
}

.section.radial-bg {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--2) 8%, #fff0);
}

.section.radial-bg.small-margin {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.radial-bg.small-mg {
  padding-top: 20px;
}

.section.slanted-section {
  background-color: var(--1);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.slanted {
  background-color: var(--1);
  padding-top: 180px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.hero-heading {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/Fjallbacka221.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 220px;
  padding-bottom: 180px;
}

.section.hero-heading.rum {
  background-image: linear-gradient(#00000078, #00000078), url('../images/sverig.JPG');
  background-position: 0 0, 50% 100%;
}

.section.hero-heading.rum.resurser {
  background-image: linear-gradient(#00000038, #00000038), url('../images/dorset.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero-heading.rum.resurser.image {
  background-image: linear-gradient(to bottom, null, null), url('../images/viewfrommt.jpg');
}

.section.hero-heading.rum.resurser.heading {
  background-image: linear-gradient(#0000, #0000), url('../images/viewfrommt.jpg');
  background-size: auto, cover;
}

.section.hero-heading.mat {
  background-image: linear-gradient(#00000078, #00000078), url('../images/pexels-ella-olsson-572949-1640773.jpg');
  background-size: auto, cover;
}

.section.hero-heading.conference {
  background-image: linear-gradient(#00000030, #00000030), url('../images/Brittany.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero-heading.moten {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/lakeinnorway.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero-heading.moten.mote {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/smile1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero-heading.omoss {
  background-image: linear-gradient(#00000024, #00000024), url('../images/123456.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.flower {
  background-image: url('../images/biennial-2022582_1920.png');
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.section._2 {
  background-color: #fff;
}

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.small {
  max-width: 900px;
}

.home-hero-content {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1000px;
  font-family: Open Sans, sans-serif;
}

.home-hero-content._1 {
  max-width: 900px;
}

.link {
  color: var(--dark-slate-grey);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .5s;
}

.link:hover {
  color: var(--royal-blue);
}

.link.w--current {
  color: var(--light-coral);
}

.link.contact-us {
  display: none;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu {
  background-image: url('../images/logo-secondary.png');
  background-position: 0 0;
  background-size: auto;
}

.links {
  align-items: center;
  display: flex;
}

.navigation-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  width: 250px;
  transform: scale3d(1none, 1none, 1none);
  vertical-align: middle;
  transform-style: preserve-3d;
  transition: transform .5s;
}

.logo:hover {
  transform: scale(1.1);
}

.nav-button {
  color: #fff;
  text-transform: capitalize;
  transform-style: preserve-3d;
  background-color: #446af6;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .5s, background-color .5s;
  transform: scale3d(1, 1, 1.01);
}

.nav-button:hover {
  background-color: var(--midnight-blue);
  border-color: #fff;
  transform: scale3d(.95, .95, 1.01);
}

.nav-button.w--current {
  text-transform: capitalize;
}

.nav-button.dash.w--current {
  text-transform: none;
}

.title {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.title.hero {
  color: var(--1);
  text-align: center;
  text-shadow: 2px 2px 9px #00000040;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.title.hero.centered-subheading {
  font-size: 40px;
}

.title.cta {
  color: #fff;
}

.title.center-aligned {
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-grey);
  font-weight: 400;
}

.title.center-aligned.white {
  font-family: Open Sans, sans-serif;
}

.title.center-aligned.spacing {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.title.secondary-hero {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}

.title.featured-post-title {
  font-size: 38px;
}

.title.left-aligned {
  text-align: left;
}

.title.instagram {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(66deg, #f9ce34, #ee2a7b 49%, #6228d7);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 60px;
}

.title.white {
  color: var(--white);
  font-weight: 400;
}

.paragraph {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph.hero-subtitle {
  color: var(--1);
  text-align: center;
  text-shadow: 2px 2px 9px #00000040;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph.hero-subtitle.nobutton {
  margin-bottom: 0;
}

.paragraph.hero-subtitle.front {
  margin-bottom: 20px;
}

.paragraph.hero-subtitle.small {
  font-size: 18px;
  font-weight: 400;
}

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

.paragraph.center {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.paragraph.center.small-spacing {
  margin-bottom: 0;
}

.paragraph.featured-white {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.paragraph.white {
  color: #fff;
}

.paragraph.footer-credit {
  color: #36383b;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph.secondary-hero {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.secondary-hero.no-margin {
  margin-bottom: 0;
}

.paragraph.contact, .paragraph.assets {
  text-align: left;
}

.paragraph.form-text {
  color: #fff;
  margin-bottom: 0;
}

.paragraph.about-content, .paragraph.list {
  margin-bottom: 0;
}

.paragraph._2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.paragraph.song-list-item {
  margin-bottom: 0;
}

.paragraph.standard {
  color: var(--white);
  text-align: center;
}

.paragraph.suv {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.blog-info {
  flex-direction: row;
  margin-bottom: 10px;
  display: flex;
}

.wrapper.cta {
  max-width: 750px;
}

.wrapper.cta-yellow {
  background-color: #ffeecd;
  max-width: 750px;
  padding: 40px;
}

.wrapper.small {
  max-width: 850px;
}

.primary-button {
  float: none;
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  transform-style: preserve-3d;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: transform .5s;
  display: inline-block;
  position: static;
  transform: scale3d(1, 1, 1.01);
}

.primary-button:hover {
  transform: scale3d(.95, .95, 1.01);
}

.primary-button.centered {
  margin-right: 0;
}

.primary-button.contact {
  background-color: var(--gold2);
  margin-right: 0;
}

.primary-button.instagram {
  background-image: linear-gradient(65deg, #f9ce34, #ee2a7b 50%, #6228d7);
  border-style: none;
  border-color: #000;
}

.primary-button.main {
  background-color: var(--royal-blue);
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.primary-button.teknisk {
  background-color: var(--gold2);
}

.primary-button.spacing {
  margin-right: 20px;
}

.primary-button.white {
  background-color: var(--white);
  color: #446af6;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.primary-button.term {
  margin-bottom: 40px;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.hero {
  align-self: center;
}

.image-wrapper.featured-image {
  max-width: 500px;
  margin-right: 40px;
}

.image-wrapper.blog-image {
  margin-bottom: 40px;
}

.image-wrapper.author {
  align-items: stretch;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.about-image {
  margin-bottom: 20px;
}

.image-wrapper.post-author {
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.image-wrapper.blog-post-image {
  margin-bottom: 20px;
}

.image-wrapper.card-yellow {
  width: 50%;
  height: 700px;
  margin-right: 60px;
}

.image-wrapper.card-yellow.right {
  margin-right: 0;
}

.milestone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.number {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.value-title {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

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

.bold-text.red {
  color: var(--light-coral);
}

.bold-text.purple {
  color: var(--blue-violet);
}

.bold-text.gold {
  color: var(--gold2);
}

.bold-text.blue {
  color: var(--deep-sky-blue);
}

.divider {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.divider.blue {
  background-color: var(--royal-blue);
}

.secondary-button {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: capitalize;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: transform .5s;
  transform: scale3d(1, 1, 1.01);
  box-shadow: 0 2px 5px 1px #ececec;
}

.secondary-button:hover {
  transform: scale3d(.95, .95, 1.01);
}

.secondary-button.cta {
  box-shadow: none;
}

.image {
  object-fit: cover;
  border: 30px solid #617cff;
  max-height: 650px;
  position: relative;
}

.image.post-image {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 350px;
  position: static;
}

.image.team-member {
  border-radius: 30px;
  height: 250px;
  max-height: 250px;
  margin-bottom: 20px;
}

.image.contact-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.image.featured-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 380px;
}

.image.blog-image {
  border-radius: 30px;
}

.image.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
}

.image.assets {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.image.feature-image {
  border-style: none;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}

.image.special {
  border-radius: 50px;
  width: 100%;
  margin-bottom: 20px;
}

.image.feature-image-2 {
  object-fit: contain;
  border-style: none;
  height: 350px;
  max-height: 450px;
  margin-bottom: 20px;
}

.image.feature-image-2.small {
  object-fit: contain;
}

.image.feature-image-2._2 {
  object-fit: contain;
  height: 310px;
}

.image.feature-image-2.resurser {
  object-fit: cover;
}

.image.card-image {
  border-style: none;
  height: 100%;
  max-height: none;
}

.image.large {
  max-height: none;
}

.image.large.spacing {
  margin-bottom: 20px;
}

.feature-grid {
  grid-column-gap: 29px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.services {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.feature-grid.services.rooms {
  align-content: end;
  margin-bottom: 40px;
}

.feature-grid.pricing {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
}

.feature-grid.faq-grid {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.feature-grid.no2 {
  margin-bottom: 40px;
}

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

.feature.blue-card {
  background-color: var(--1);
  border-radius: 30px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.feature.featured-card {
  background-color: var(--2);
  border-radius: 30px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.small-title {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.small-title.author-name {
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.small-title.author-name:hover {
  color: var(--light-coral);
}

.small-title.contact {
  text-align: left;
}

.small-title.center-aligned {
  color: var(--gold2);
  text-align: center;
}

.small-title.post-title {
  margin-bottom: 20px;
}

.small-title.extra-small {
  font-size: 20px;
  line-height: 30px;
}

.small-title.years {
  margin-bottom: 0;
}

.small-title.left-aligned, .small-title.hotell-card {
  text-align: left;
}

.small-title.white {
  color: var(--white);
}

.featured-text {
  color: var(--light-coral);
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text.center-aligned {
  color: var(--light-coral);
  text-align: center;
  -webkit-text-stroke-color: var(--light-coral);
}

.featured-text.center-aligned.white {
  color: var(--white);
}

.featured-text.small {
  margin-bottom: 0;
  font-size: 18px;
}

.featured-text.contact-label {
  text-align: left;
  margin-bottom: 20px;
}

.featured-text.contact-label.white {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.featured-text.contact {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  line-height: 30px;
}

.featured-text.credit {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.featured-text.author {
  color: var(--royal-blue);
  margin-bottom: 0;
  font-size: 18px;
}

.featured-text.blue-small-title {
  color: var(--royal-blue);
  margin-bottom: 20px;
}

.featured-text.heading {
  margin-bottom: 10px;
}

.featured-text.heading.left {
  text-align: left;
}

.featured-text.black {
  color: var(--dark-slate-grey);
}

.slanted-bg {
  position: absolute;
  inset: 0% 0% auto;
}

.slanted-bg.top {
  border-bottom: 125px solid var(--1);
  border-left: 100vw solid #fff;
}

.slanted-bg.bottom {
  border-bottom: 125px solid #fff;
  border-left: 100vw solid var(--1);
  inset: auto 0% 0%;
}

.card {
  background-color: var(--1);
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
}

.card.card-2, .card.card-4, .card.card-6 {
  background-color: var(--2);
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.round-image {
  object-fit: cover;
  border-radius: 100px;
  width: 160px;
  height: 160px;
}

.call-to-action {
  background-color: var(--royal-blue);
  border-radius: 50px;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.footer {
  background-color: var(--dark-slate-blue);
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-main-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.nav-link {
  color: var(--2);
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.social-icon {
  padding: 5px;
}

.brand-logo {
  width: 90px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform .5s;
}

.brand-logo:hover {
  transform: scale(1.1);
}

.social-wrapper {
  width: 43px;
  height: 43px;
  box-shadow: none;
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 0;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
}

.social-wrapper:hover {
  transform: translate3d(1px, -4px, 1.01px);
}

.social-wrapper.first-icon {
  margin-left: 0;
}

.footer-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-navigation-links {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.footer-navigation {
  padding-left: 0;
}

.footer-link-item {
  margin-bottom: 10px;
  display: flex;
}

.footer-about {
  width: 35%;
  margin-right: 40px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post {
  background-color: #fff;
  border-radius: 30px;
  min-height: 100%;
  text-decoration: none;
  transition: transform .5s;
  transform: translate(0);
}

.blog-post:hover {
  transform: translate(0, -10px);
}

.blog-post.list-article {
  border: 2px solid var(--2);
  box-shadow: 0 0 19px 2px var(--2);
}

.collection-list-wrapper {
  margin-bottom: 60px;
}

.page-wrapper {
  background-color: #fffbf3;
}

.badge {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  font-family: Asap, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .5s;
  position: absolute;
  inset: 5% 5% auto auto;
}

.badge:hover {
  background-color: var(--light-coral);
}

.badge.blog {
  text-decoration: none;
  position: relative;
  top: auto;
  right: auto;
}

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

.button-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.contact-form {
  min-height: 600px;
  box-shadow: none;
  background-color: #446af6;
  padding: 40px 30px 20px;
  position: relative;
}

.contact-form.kontakt {
  width: 100%;
  display: block;
}

.contact-grid {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.msg-box {
  border: 1px none var(--gold2);
  min-height: 200px;
  box-shadow: none;
  color: #36383b;
  margin-bottom: 30px;
  padding: 20px 40px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  transition: none;
}

.msg-box:hover {
  border-color: var(--light-coral);
}

.success-message {
  background-color: var(--light-coral);
  border-radius: 20px;
  margin-top: 20px;
}

.error-message {
  background-color: var(--light-coral);
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-input {
  border: 1px none var(--gold2);
  background-color: var(--white);
  min-height: 70px;
  box-shadow: none;
  color: var(--dark-slate-grey);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  transition: border-color .5s;
}

.text-input:hover {
  border-color: var(--light-coral);
}

.contact-links {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.contact-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.featured-post {
  border: 2px solid var(--2);
  box-shadow: 0 0 19px 5px var(--2);
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
  transform: translate(0);
}

.featured-post:hover {
  transform: translate(0, -10px);
}

.utility-page-wrap {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--2), white 51%);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid var(--lavender);
  height: 50px;
  color: var(--midnight-blue);
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.blog-rich-text {
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.author-card {
  border: 1px solid var(--2);
  box-shadow: 0 0 20px 0 var(--2);
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #ddd0;
}

.faq-card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px 30px;
  display: flex;
}

.credit-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.standard-link {
  color: var(--light-coral);
  text-decoration: none;
}

.values-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.team-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-worker {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.footer-branding {
  margin-bottom: 20px;
}

.home-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.centered-buttons-wrapper {
  justify-content: center;
  display: flex;
}

.centered-image-wrapper {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-small-wrapper {
  max-width: 47%;
  margin-right: 60px;
}

.home-hero-image {
  max-width: 550px;
  max-height: 500px;
}

.content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-wrapper.home-about-top {
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.content-wrapper.home-about-bottom, .content-wrapper.our-story-top {
  align-items: center;
  margin-bottom: 80px;
}

.content-wrapper.our-story-bottom {
  align-items: center;
}

.split-content {
  max-width: 500px;
}

.split-content.about-right {
  max-width: 43%;
  margin-left: 60px;
}

.split-content.about-left {
  max-width: 43%;
  margin-right: 60px;
}

.split-content.contact-left {
  max-width: 550px;
}

.split-content.contact-right {
  align-self: center;
  max-width: 43%;
  margin-left: 60px;
}

.split-content.kontakt {
  flex: 1;
}

.split-content.content-right {
  max-width: 39%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 60px;
}

.split-content.content-right.first {
  margin-left: 60px;
  margin-right: 0;
}

.blog-post-info {
  justify-content: space-between;
  display: flex;
}

.blog-post-wrapper {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-wrapper.blog-page {
  margin-bottom: 40px;
}

.contact-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.featured-article {
  align-self: center;
  max-width: 45%;
}

.assets-wrapper {
  margin-bottom: 60px;
}

.blog-content {
  margin-bottom: 40px;
}

.empty-state-featured-article {
  display: none;
}

.empty-state-articles {
  background-color: #ddd0;
}

.empty-state-text {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Asap, sans-serif;
  font-size: 16px;
}

.footer-text {
  max-width: 600px;
}

.card-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-hero-content {
  max-width: 52%;
  margin-right: 40px;
}

.nav-button-wrapper {
  align-self: center;
  margin-left: 0;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.contact-info {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 40px 20px;
  box-shadow: -2px 0 15px #e0e4ff;
}

.navbar-logo-center {
  background-color: #ff1c1c;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.nav-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.hamburger {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  align-self: center;
  margin-right: 145px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .5s;
}

.hamburger:hover {
  transform: scale(1.1);
}

.hamburger.w--open {
  background-color: #c8c8c800;
}

.nav-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 45px;
  height: 45px;
}

.brand-2 {
  align-self: center;
}

.flag {
  transform-style: preserve-3d;
  align-self: center;
  margin-right: 20px;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
}

.flag:hover {
  transform: translate3d(1px, -4px, 1.01px);
}

.sweden {
  width: 45px;
  height: 45px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.quick-stack {
  grid-row-gap: 22px;
}

.image-3 {
  object-fit: cover;
  height: 100%;
}

.cell {
  justify-content: center;
  align-items: stretch;
}

.lightbox-link {
  align-self: stretch;
  height: 100%;
  max-height: 450px;
}

.lightbox-link.secondary {
  max-height: 250px;
}

.lightbox-link.third {
  max-height: none;
}

.lightbox-link.forth {
  max-height: 150px;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.gradient-line {
  background-image: linear-gradient(90deg, #f9ce34, #ee2a7b 52%, #6228d7);
  border-radius: 0;
  width: 200px;
  height: 10px;
}

.link-block {
  background-image: linear-gradient(65deg, #f9ce34, #ee2a7b 50%, #6228d7);
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.link-block.insta {
  transform-style: preserve-3d;
  transition: transform .5s;
  transform: scale3d(1, 1, 1.01);
}

.link-block.insta:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.kontakt-tekst {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.image-10 {
  width: 28px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #f8b409;
  height: auto;
}

.testimonial-slide {
  background-color: #f8b409;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  justify-content: center;
  align-items: center;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon {
  background-color: #fff200;
  inset: auto 0% 0% auto;
}

.icon-2 {
  background-color: #578143;
  inset: auto auto 0% 0%;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #f8b409;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-2 {
  color: #36383b;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tagline-2 {
  color: #36383b;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto auto 1% -10%;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
  display: block;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto -10% 1% auto;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.quote {
  max-height: 50px;
}

.footer-section {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
  box-shadow: 1px 1px 20px #93c6ff69;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  transform-style: preserve-3d;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
}

.footer-brand:hover {
  transform: translate3d(1px, -4px, 1.01px);
}

.footer-content {
  grid-column-gap: 81px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #36383b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.title-small:hover {
  color: #36383b;
  -webkit-text-stroke-color: #36383b;
}

.title-small.spacing {
  margin-bottom: 15px;
}

.title-small.featured {
  color: #446af6;
  -webkit-text-stroke-color: #446af6;
  border-bottom: 2px solid #446af6;
  text-decoration: none;
}

.title-small.featured:hover {
  color: #36383b;
  border-bottom-color: #36383b;
}

.title-small.small-with-icon {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: #36383b;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.flower12 {
  position: relative;
}

.nav-drop {
  background-color: #fff;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100vh;
  padding: 20px 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.nav-wrapper-down {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-wrapper-down.button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flag-block {
  padding-top: 15px;
  padding-left: 20px;
  display: none;
}

.close {
  width: 20px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #ffb700;
  background-image: linear-gradient(#ffb700e0, #ffb700e0), url('../images/pexels-pixabay-210604.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.clients-image-two {
  max-height: 80px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  width: 50px;
  display: block;
  inset: auto 0% 0% auto;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon-small {
  height: 50px;
  margin-right: 20px;
}

.title-with-icon {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.yellow-card {
  background-color: #ffeecd;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.yellow-card.info {
  margin-bottom: 60px;
}

.yellow-card.info.reversed {
  background-color: #446af6;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrapper-2 {
  background-color: #0000;
  height: auto;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.slider-card {
  background-color: #ffb700;
  min-height: 420px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  width: 50px;
  display: block;
  inset: auto auto 0% 0%;
}

.team-slider-nav-2 {
  color: #36383b;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider-card-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.icon-3 {
  inset: auto auto 0% 0%;
}

.icon-4 {
  inset: auto 0% 0% auto;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.question-part {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.answer-part {
  overflow: hidden;
}

.question-icon {
  width: 30px;
  height: 30px;
}

.faq-question {
  cursor: pointer;
  background-color: #ffb700;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.two-colons {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-yellow {
  background-color: #ffb700;
  width: 5px;
  height: 500px;
}

.info-card {
  min-width: 350px;
  min-height: 450px;
  margin-bottom: 100px;
  position: relative;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  max-width: 100%;
  max-height: 500px;
  overflow: clip;
}

.yellow-small-card {
  z-index: 3;
  background-color: #ffb700;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 400px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 50px -50px auto;
}

.yellow-small-card.secondary {
  inset: auto auto -50px 50px;
}

.left-column {
  flex-flow: column;
  order: -9999;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.year-yellow {
  background-color: #ffb700;
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 20%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.featured-paragraph {
  color: #626292;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em;
}

.small-title-2 {
  color: #4b4343;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.card-for-contact {
  background-color: #ffb700;
  box-shadow: 2px 0 15px #e0e4ff;
}

.card-for-contact.contact-card {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #446af6;
  background-clip: border-box;
  border-radius: 30px;
}

.send {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.send:hover {
  color: #6673ff;
}

.cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid.kontakt {
  margin-bottom: 0;
}

.icon-wrapper {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.small-divider {
  background-image: linear-gradient(to right, #6673ff, #ff5fca 100%, #ff8400);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 4px;
  margin-bottom: 20px;
}

.icon-5 {
  object-fit: cover;
  width: 100px;
  height: auto;
  margin-top: 20px;
}

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

.image-and-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text2 {
  color: #36383b;
  margin-right: 20px;
  font-family: Asap, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.bold-text-2 {
  float: none;
  clear: right;
  text-shadow: 2px 2px 20px #00000040;
  font-size: 30px;
  font-weight: 700;
  position: static;
}

.title-2 {
  color: #36383b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.title-2.center-aligned {
  text-align: center;
  -webkit-text-stroke-color: #36383b;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.title-2.center-aligned.white {
  color: #fff;
}

.small-title-3 {
  color: #36383b;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.container-10 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.send-2 {
  color: #36383b;
  text-decoration: none;
}

.send-2:hover {
  color: #6673ff;
}

.card-content-2 {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.paragraph-2 {
  color: #36383b;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-2.center-aligned {
  text-align: center;
}

.featured-text-2 {
  color: #ffb700;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-2.center-aligned {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.icon-6 {
  object-fit: cover;
  width: 100px;
  height: auto;
  margin-top: 20px;
}

.bold-text-3, .bold-text-4 {
  text-transform: none;
}

.tab {
  background-color: var(--royal-blue);
  border: 2px solid #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 40px;
}

.tab.w--current {
  background-color: var(--midnight-blue);
  border: 5px #1d16eb;
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-family: Open Sans, sans-serif;
}

.song-item {
  flex-flow: row;
  place-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-button {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-image: linear-gradient(96deg, #8a37ff, #00d4ff);
  border-radius: 50px;
  padding: 21px 40px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: transform .5s;
  box-shadow: 0 -1px 10px 4px #0015ff29;
}

.form-button:hover {
  transform: scale(.95);
}

.newsletter {
  background-image: linear-gradient(114deg, #2a5fff8a, #91c8ff52), url('../images/wallp.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 50px;
  padding: 40px 20px;
  box-shadow: 0 1px 20px 5px #dfe3ff;
}

.newsletter-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-3 {
  color: #142194;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-3.white {
  color: #fff;
  text-align: center;
}

.error-message-2 {
  background-color: #ff6970;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px;
}

.success-message-2 {
  background-color: #91c4ff42;
  border-radius: 50px;
}

.featured-text-3 {
  color: #ff6970;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-3.white {
  color: #fff;
  text-align: center;
}

.text-field-2 {
  color: #65698f;
  border-radius: 50px;
  min-width: 400px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.form {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  color: var(--lavender);
  background-color: #0000;
}

.code-embed {
  margin-bottom: 40px;
}

.div-block {
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  .section {
    background-color: #fff;
  }

  .primary-button {
    background-color: var(--royal-blue);
    border-style: none;
  }

  .primary-button.main {
    background-color: var(--royal-blue);
  }

  .featured-text.center-aligned {
    color: var(--light-coral);
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-image: radial-gradient(circle at 80% 70%, #f4d7ff9c, #fff0 30%), linear-gradient(136deg, #d0ebff80, #f7fcff);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.slanted {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.hero-heading {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .home-hero-content {
    max-width: 580px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .menu-icon {
    color: #fff;
  }

  .link:hover {
    background-color: var(--2);
  }

  .link.contact-us {
    display: block;
  }

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

  .menu {
    background-color: var(--royal-blue);
    border-radius: 50px;
    transition: background-color .5s;
  }

  .menu:hover {
    background-color: var(--midnight-blue);
  }

  .menu.w--open {
    background-color: var(--light-coral);
    border-radius: 100px;
  }

  .nav-button {
    flex: 0 auto;
    align-items: center;
    display: block;
  }

  .title {
    text-align: center;
  }

  .title.hero {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .title.cta {
    text-align: center;
  }

  .title.secondary-hero {
    font-size: 50px;
    line-height: 60px;
  }

  .title.featured-post-title {
    font-size: 36px;
  }

  .paragraph.hero-subtitle, .paragraph.center {
    text-align: center;
  }

  .paragraph.center.insta {
    margin-bottom: 20px;
  }

  .paragraph.featured-white, .paragraph.about-content, .paragraph.kontakt {
    text-align: center;
  }

  .wrapper {
    width: 100%;
  }

  .primary-button {
    align-items: center;
  }

  .image-wrapper.featured-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.cta {
    margin-bottom: 20px;
  }

  .image-wrapper.card-yellow {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }

  .image-wrapper.card-yellow.right {
    order: -9999;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .value-title {
    font-size: 34px;
  }

  .image.post-image, .image.featured-image {
    height: 300px;
  }

  .image.info {
    margin-bottom: 40px;
  }

  .feature-grid.services {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid.services.rooms {
    margin-bottom: 0;
  }

  .feature-grid.pricing {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid.faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .small-title {
    font-size: 28px;
  }

  .small-title.post-title, .small-title.kontakt, .featured-text {
    text-align: center;
  }

  .featured-text.heading {
    text-align: left;
  }

  .slanted-bg.top, .slanted-bg.bottom {
    border-bottom-width: 100px;
  }

  .card.card-3 {
    background-color: var(--2);
  }

  .card.card-4 {
    background-color: var(--1);
  }

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

  .call-to-action {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-navigation-links {
    width: 52%;
  }

  .footer-about {
    margin-right: 0;
  }

  .button-wrapper {
    justify-content: center;
  }

  .featured-post {
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .home-hero-wrapper {
    flex-direction: column;
  }

  .cta-small-wrapper {
    max-width: 540px;
    margin-right: 0;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content-wrapper.home-about-bottom, .content-wrapper.our-story-bottom {
    flex-direction: column-reverse;
  }

  .split-content.about-right {
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .split-content.about-left {
    flex-flow: column;
    align-self: center;
    align-items: center;
    max-width: 500px;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
  }

  .split-content.contact-right {
    max-width: 500px;
    margin-left: 0;
  }

  .split-content.kontakt {
    margin-bottom: 40px;
  }

  .split-content.insta {
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .split-content.content-right {
    max-width: 80%;
    margin-right: 0;
  }

  .split-content.content-right.first {
    margin-left: 0;
  }

  .split-content.content-right.conference {
    flex-flow: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .contact-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .featured-article {
    max-width: 500px;
  }

  .footer-text {
    max-width: 425px;
  }

  .contact-hero-content {
    max-width: 540px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav-button-wrapper {
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left-2 {
    display: none;
    left: -20px;
  }

  .arrow-wrapper-2 {
    display: none;
  }

  .testimonial-slider-right-2 {
    display: none;
    inset: auto 0% 0% auto;
  }

  .footer-section {
    border: 1px #000;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .yellow-card {
    flex-flow: column;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-9 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .yellow-small-card {
    width: 45%;
    height: 350px;
    padding: 20px;
  }

  .left-column {
    display: none;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
    justify-content: center;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .card-for-contact {
    max-width: 550px;
  }

  .card-for-contact.contact-card {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .title-2 {
    text-align: center;
  }

  .small-title-3 {
    font-size: 28px;
  }

  .featured-text-2 {
    text-align: center;
  }

  .tab {
    margin-right: 10px;
  }

  .text-block-2 {
    text-align: center;
    line-height: 18px;
  }

  .title-3 {
    text-align: center;
    font-size: 38px;
  }

  .featured-text-3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section.low {
    padding-bottom: 40px;
  }

  .branding {
    justify-content: center;
  }

  .title {
    font-size: 38px;
  }

  .title.hero, .title.secondary-hero {
    font-size: 42px;
    line-height: 50px;
  }

  .title.featured-post-title {
    font-size: 32px;
  }

  .paragraph.center.insta {
    margin-bottom: 20px;
  }

  .paragraph.footer-credit, .paragraph.main {
    text-align: center;
  }

  .image-wrapper.post-author {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .number {
    font-size: 42px;
  }

  .value-title {
    font-size: 28px;
    line-height: 30px;
  }

  .image.featured-image {
    height: 280px;
  }

  .feature-grid {
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-grid.services {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-grid.services.rooms {
    grid-row-gap: 35px;
  }

  .feature-grid.pricing {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature {
    max-width: 550px;
  }

  .feature.blue-card, .feature.featured-card {
    align-items: center;
  }

  .small-title {
    text-align: center;
    font-size: 26px;
  }

  .small-title.author-name {
    text-align: center;
    margin-bottom: 10px;
  }

  .small-title.extra-small, .small-title._2 {
    text-align: left;
  }

  .card.card-3 {
    background-color: var(--1);
  }

  .card.card-4 {
    background-color: var(--2);
  }

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

  .call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links.centre {
    justify-content: center;
  }

  .footer-main-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .social-wrapper.first-icon {
    margin-left: 5px;
  }

  .footer-navigation-links, .footer-about {
    width: 100%;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form {
    flex: 1;
    align-self: stretch;
  }

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

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-card {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .author-card-content {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .credit-wrapper {
    flex-direction: column;
    justify-content: center;
  }

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

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

  .footer-branding {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapper.contact-us {
    align-items: stretch;
  }

  .split-content.contact-left {
    max-width: none;
  }

  .split-content.kontakt {
    align-self: center;
  }

  .split-content.insta {
    margin-bottom: 40px;
  }

  .footer-text {
    max-width: none;
    margin-bottom: 20px;
  }

  .nav-button-wrapper {
    display: none;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hamburger {
    margin-right: 0;
  }

  .nav-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .image-2 {
    width: 38px;
  }

  .brand-2 {
    order: -9999;
  }

  .gallery-scroll, .gallery-overview {
    padding: 60px 15px;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .link-block {
    margin-right: 0;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .nav-drop {
    padding-left: 20px;
  }

  .flag-block {
    display: flex;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .team-slider, .team-slider-2 {
    padding: 60px 15px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
  }

  .gallery-overview-2, .features-list {
    padding: 60px 15px;
  }

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

  .yellow-small-card {
    width: 60%;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .featured-paragraph {
    font-size: 18px;
  }

  .small-title-2 {
    font-size: 30px;
  }

  .cards-grid {
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .title-2 {
    font-size: 38px;
  }

  .small-title-3 {
    text-align: center;
    font-size: 26px;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
  }

  .title-3 {
    font-size: 32px;
    line-height: 45px;
  }

  .text-field-2 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-image: radial-gradient(circle at 80% 80%, #f4d7ff9c, #fff0 30%), linear-gradient(136deg, #d0ebff80, #f7fcff);
  }

  .section.low {
    padding-bottom: 40px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .title.hero, .title.secondary-hero {
    font-size: 38px;
    line-height: 45px;
  }

  .title.instagram {
    line-height: 40px;
  }

  .primary-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .primary-button.centered {
    margin-bottom: 0;
  }

  .primary-button.contact {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .milestone {
    padding: 0;
  }

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

  .number {
    font-size: 35px;
  }

  .value-title {
    font-size: 24px;
    line-height: 20px;
  }

  .image.post-image {
    height: 225px;
  }

  .image.team-member {
    height: 200px;
    max-height: 200px;
  }

  .image.featured-image {
    height: 230px;
  }

  .small-title {
    font-size: 24px;
    line-height: 30px;
  }

  .small-title.extra-small {
    text-align: left;
  }

  .featured-text.author {
    margin-right: 10px;
  }

  .social-wrapper {
    margin-bottom: 5px;
  }

  .footer-navigation-links {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-form {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  .msg-box, .text-input {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .author-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .centered-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .sweden:active {
    transform: scale(1.1);
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-5 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .container-6 {
    max-width: none;
  }

  .nav-drop {
    padding-left: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow {
    display: none;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow-2 {
    display: none;
  }

  .container-9 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .info-card {
    min-width: 100%;
  }

  .yellow-small-card {
    width: 100%;
    height: auto;
    position: static;
  }

  .yellow-small-card.secondary {
    inset: auto 0% 0% auto;
  }

  .team-members {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .small-title-2 {
    font-size: 28px;
  }

  .small-divider {
    width: 130px;
  }

  .title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .small-title-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .newsletter-content-wrapper {
    align-items: stretch;
  }

  .text-field-2 {
    min-width: auto;
  }
}

#w-node-b8892084-8b5c-6fdf-5087-d87202774110-02774109, #w-node-b8892084-8b5c-6fdf-5087-d87202774119-02774109, #w-node-b8892084-8b5c-6fdf-5087-d87202774122-02774109, #w-node-ae9e698f-ea93-1ea8-754d-daaf7924930d-00d1cd72, #w-node-bce837e3-c05b-349b-e1ff-ef0e827c1167-00d1cd73, #w-node-fd0ca958-0986-4c65-36a9-7d443dd2a20d-00d1cd79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_454e5c7f-16cd-9ec2-01af-6fa25e3f4def-00d1cd7e {
  align-self: start;
}

#w-node-_454e5c7f-16cd-9ec2-01af-6fa25e3f4df3-00d1cd7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c0cebbb-1495-ead9-acb8-e8e838f21376-00d1cd7e, #w-node-dafb3225-fec0-45d9-16bb-a909a801cb0d-00d1cd7e {
  align-self: start;
}

#w-node-dafb3225-fec0-45d9-16bb-a909a801cb11-00d1cd7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e3a2b66-5c88-129b-0b57-b55c1a8167cd-00d1cd7e {
  align-self: start;
}

#w-node-_1e3a2b66-5c88-129b-0b57-b55c1a8167d1-00d1cd7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_379a0549-e506-f928-f351-1fc3a67f2b5c-00d1cd7e {
  align-self: start;
}

#w-node-_379a0549-e506-f928-f351-1fc3a67f2b60-00d1cd7e, #w-node-_2fdf9f32-27c6-b6fc-4ca9-92ed77a1c697-00d1cd81, #w-node-_2fdf9f32-27c6-b6fc-4ca9-92ed77a1c6a9-00d1cd81, #w-node-_3eab934b-b8a7-5c8e-130a-fd5ed3b37ff1-00d1cd81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cf967ad-663a-379b-491b-773b19c70d97-00d1cd87 {
  align-self: start;
}

#w-node-_5cf967ad-663a-379b-491b-773b19c70d9b-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cf967ad-663a-379b-491b-773b19c70d9d-00d1cd87 {
  align-self: start;
}

#w-node-_5cf967ad-663a-379b-491b-773b19c70da1-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cf967ad-663a-379b-491b-773b19c70da3-00d1cd87 {
  align-self: start;
}

#w-node-_5cf967ad-663a-379b-491b-773b19c70da7-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf4bb86-e41c-1437-f0f4-f559b594c50f-00d1cd87 {
  align-self: start;
}

#w-node-bbf4bb86-e41c-1437-f0f4-f559b594c513-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a1a376f-96f5-8e24-450f-bddd5e00a0f4-00d1cd87 {
  align-self: start;
}

#w-node-_9a1a376f-96f5-8e24-450f-bddd5e00a0f8-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd969a-00d1cd87 {
  align-self: start;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd969e-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96a0-00d1cd87 {
  align-self: start;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96a4-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96a6-00d1cd87 {
  align-self: start;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96aa-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96ac-00d1cd87 {
  align-self: start;
}

#w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96b0-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c131803d-7554-4d31-801d-750a828863d7-00d1cd87 {
  align-self: start;
}

#w-node-c131803d-7554-4d31-801d-750a828863db-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f68385bb-56c5-3914-3b36-51acbf73f63b-00d1cd87 {
  align-self: start;
}

#w-node-f68385bb-56c5-3914-3b36-51acbf73f63f-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d1699bb-10a0-0bc9-4853-558ec32024f6-00d1cd87 {
  align-self: start;
}

#w-node-_4d1699bb-10a0-0bc9-4853-558ec32024fa-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_697830f6-ca4f-fe4d-367e-830bb10f5b22-00d1cd87 {
  align-self: start;
}

#w-node-_697830f6-ca4f-fe4d-367e-830bb10f5b26-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01be228-34ef-12d6-a537-0db571aa35dd-00d1cd87 {
  align-self: start;
}

#w-node-a01be228-34ef-12d6-a537-0db571aa35e1-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14d38b01-9a0b-d0a3-8a5a-8dd1e7017d08-00d1cd87 {
  align-self: start;
}

#w-node-_14d38b01-9a0b-d0a3-8a5a-8dd1e7017d0c-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ae1aa0e-2c8b-8041-4046-965d0c3cde59-00d1cd87 {
  align-self: start;
}

#w-node-_2ae1aa0e-2c8b-8041-4046-965d0c3cde5d-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9c61a69-795e-0998-dc5e-833f32064f97-00d1cd87 {
  align-self: start;
}

#w-node-b9c61a69-795e-0998-dc5e-833f32064f9b-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dd9bb60-79a2-c005-91dd-3f65af5118a2-00d1cd87 {
  align-self: start;
}

#w-node-_0dd9bb60-79a2-c005-91dd-3f65af5118a6-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c56d-00d1cd87 {
  align-self: start;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c571-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c573-00d1cd87 {
  align-self: start;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c577-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c579-00d1cd87 {
  align-self: start;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c57d-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c57f-00d1cd87 {
  align-self: start;
}

#w-node-ab213380-7dc2-42e6-5b1d-e8217a54c583-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78b5c718-4da5-e3fd-9596-badebd14edc9-00d1cd87 {
  align-self: start;
}

#w-node-_78b5c718-4da5-e3fd-9596-badebd14edcd-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a6cb603-4acf-cb6f-03c5-c285978004c7-00d1cd87 {
  align-self: start;
}

#w-node-_7a6cb603-4acf-cb6f-03c5-c285978004cb-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc9e4dd-595a-9b07-0cc3-7b19fe1fc796-00d1cd87 {
  align-self: start;
}

#w-node-fcc9e4dd-595a-9b07-0cc3-7b19fe1fc79a-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ded322bb-cd1e-1854-fd08-48970b3cdd62-00d1cd87 {
  align-self: start;
}

#w-node-ded322bb-cd1e-1854-fd08-48970b3cdd66-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d97551a-8a3a-2b41-d3b3-2af29f81eda3-00d1cd87 {
  align-self: start;
}

#w-node-_3d97551a-8a3a-2b41-d3b3-2af29f81eda7-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_466cafc4-e024-0edf-b71c-587fd241784a-00d1cd87 {
  align-self: start;
}

#w-node-_466cafc4-e024-0edf-b71c-587fd241784e-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb68443e-b04b-8350-5f4e-0f79add4bd65-00d1cd87 {
  align-self: start;
}

#w-node-bb68443e-b04b-8350-5f4e-0f79add4bd69-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8764604-c776-dcc7-375d-bafe629312df-00d1cd87 {
  align-self: start;
}

#w-node-f8764604-c776-dcc7-375d-bafe629312e3-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72be97b9-344a-e7f7-e171-99110abb0c63-00d1cd87 {
  align-self: start;
}

#w-node-_72be97b9-344a-e7f7-e171-99110abb0c67-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72be97b9-344a-e7f7-e171-99110abb0c6b-00d1cd87 {
  align-self: start;
}

#w-node-_72be97b9-344a-e7f7-e171-99110abb0c6f-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72be97b9-344a-e7f7-e171-99110abb0c71-00d1cd87 {
  align-self: start;
}

#w-node-_72be97b9-344a-e7f7-e171-99110abb0c75-00d1cd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_2fdf9f32-27c6-b6fc-4ca9-92ed77a1c6a9-00d1cd81, #w-node-_3eab934b-b8a7-5c8e-130a-fd5ed3b37ff1-00d1cd81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bce837e3-c05b-349b-e1ff-ef0e827c1167-00d1cd73 {
    place-self: auto;
  }

  #w-node-_625a9eb5-f5ef-b574-125c-dabfac1a9a20-00d1cd7e, #w-node-_625a9eb5-f5ef-b574-125c-dabfac1a9a26-00d1cd7e, #w-node-_625a9eb5-f5ef-b574-125c-dabfac1a9a2c-00d1cd7e, #w-node-c748eced-a806-1bb4-af4b-0a60276ef51a-00d1cd85, #w-node-d80ea0d8-0eda-d17c-86e0-c43fc30bcf07-00d1cd85, #w-node-_790b4807-7f4d-ac25-c0e0-e19e692637d0-00d1cd85, #w-node-de782adc-da11-67ec-1b21-170b6ab735ea-00d1cd85, #w-node-_22c8858d-7e3e-023c-b58c-fabf1558b28b-00d1cd85 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd0ca958-0986-4c65-36a9-7d443dd2a20d-00d1cd79 {
    justify-self: auto;
  }

  #w-node-_454e5c7f-16cd-9ec2-01af-6fa25e3f4def-00d1cd7e, #w-node-_1c0cebbb-1495-ead9-acb8-e8e838f21376-00d1cd7e, #w-node-dafb3225-fec0-45d9-16bb-a909a801cb0d-00d1cd7e, #w-node-_1e3a2b66-5c88-129b-0b57-b55c1a8167cd-00d1cd7e, #w-node-_379a0549-e506-f928-f351-1fc3a67f2b5c-00d1cd7e, #w-node-_5cf967ad-663a-379b-491b-773b19c70d97-00d1cd87, #w-node-_5cf967ad-663a-379b-491b-773b19c70d9d-00d1cd87, #w-node-_5cf967ad-663a-379b-491b-773b19c70da3-00d1cd87, #w-node-bbf4bb86-e41c-1437-f0f4-f559b594c50f-00d1cd87, #w-node-_9a1a376f-96f5-8e24-450f-bddd5e00a0f4-00d1cd87, #w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd969a-00d1cd87, #w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96a0-00d1cd87, #w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96a6-00d1cd87, #w-node-a15d52fe-8c47-50c3-cce3-e0aaeecd96ac-00d1cd87, #w-node-c131803d-7554-4d31-801d-750a828863d7-00d1cd87, #w-node-f68385bb-56c5-3914-3b36-51acbf73f63b-00d1cd87, #w-node-_4d1699bb-10a0-0bc9-4853-558ec32024f6-00d1cd87, #w-node-_697830f6-ca4f-fe4d-367e-830bb10f5b22-00d1cd87, #w-node-a01be228-34ef-12d6-a537-0db571aa35dd-00d1cd87, #w-node-_14d38b01-9a0b-d0a3-8a5a-8dd1e7017d08-00d1cd87, #w-node-_2ae1aa0e-2c8b-8041-4046-965d0c3cde59-00d1cd87, #w-node-b9c61a69-795e-0998-dc5e-833f32064f97-00d1cd87, #w-node-_0dd9bb60-79a2-c005-91dd-3f65af5118a2-00d1cd87, #w-node-ab213380-7dc2-42e6-5b1d-e8217a54c56d-00d1cd87, #w-node-ab213380-7dc2-42e6-5b1d-e8217a54c573-00d1cd87, #w-node-ab213380-7dc2-42e6-5b1d-e8217a54c579-00d1cd87, #w-node-ab213380-7dc2-42e6-5b1d-e8217a54c57f-00d1cd87, #w-node-_78b5c718-4da5-e3fd-9596-badebd14edc9-00d1cd87, #w-node-_7a6cb603-4acf-cb6f-03c5-c285978004c7-00d1cd87, #w-node-fcc9e4dd-595a-9b07-0cc3-7b19fe1fc796-00d1cd87, #w-node-ded322bb-cd1e-1854-fd08-48970b3cdd62-00d1cd87, #w-node-_3d97551a-8a3a-2b41-d3b3-2af29f81eda3-00d1cd87, #w-node-_466cafc4-e024-0edf-b71c-587fd241784a-00d1cd87, #w-node-bb68443e-b04b-8350-5f4e-0f79add4bd65-00d1cd87, #w-node-f8764604-c776-dcc7-375d-bafe629312df-00d1cd87, #w-node-_72be97b9-344a-e7f7-e171-99110abb0c63-00d1cd87, #w-node-_72be97b9-344a-e7f7-e171-99110abb0c6b-00d1cd87, #w-node-_72be97b9-344a-e7f7-e171-99110abb0c71-00d1cd87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


