:root {
  --text: #002736;
  --link: #4f718a;
  --intro-blue: #d4e2ec;
  --lines: #8dacbf;
  --title: #69707b;
  --bar-progress: #3791b3;
  --hero-bg: #deeaf3;
  --bg: #e9eef2;
  --bar-bg: #bbcad6;
  --linkedin: #2a79aa;
  --pinterest: #e60023;
  --checkmark-bg: #03d583;
  --play-bg: #f57a5d;
  --tab-hover: #c0d0db;
}

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

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

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

body {
  color: var(--text);
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

h1 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--text);
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--link);
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quotemarks_1Quotemarks.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 44px;
  border-left: 1px #000;
  width: 60%;
  margin: 40px auto;
  padding: 50px 20px 10px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.subtitle {
  font-size: 18px;
  line-height: 29px;
}

.subtitle.luft {
  margin-top: 2em;
  margin-bottom: 2em;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.dropdown-link {
  color: var(--text);
  background-color: #e8eef3;
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: #d7e0e7;
  padding-left: 23px;
}

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

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

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  height: 60px;
  display: flex;
}

.blue {
  background-color: var(--text);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

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

.button-boxed {
  border: 1px solid var(--text);
  background-color: var(--text);
  color: #fff;
  text-align: center;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.button-boxed:hover {
  opacity: .85;
  color: var(--text);
  background-color: #0000;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.go-up-button {
  z-index: 20;
  background-color: var(--lines);
  color: #fff;
  background-image: url('../images/subir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._4-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._20-pixels.center {
  text-align: center;
  margin-top: 2em;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._3-pixels {
  margin-top: 3px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.menu-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--lines);
}

.navlink {
  color: var(--text);
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

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

.navlink.hide {
  display: none;
}

.button-outline-blue {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 22px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  background-color: var(--text);
  color: #fff;
}

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

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.menu {
  width: 50%;
}

.title-small {
  color: #7f7f7f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.emerald {
  background-color: var(--bar-progress);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.gray {
  background-color: var(--lines);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hero-text-box {
  background-color: #f1f5f8;
  width: 50%;
  height: 100%;
  padding: 140px 5% 100px;
}

.hero-text-box.full {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.hero-text-box.post-page {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 100px 0% 40px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1085px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.narrow {
  max-width: 992px;
}

.content-wrapper.navbar {
  max-width: 1300px;
  display: flex;
}

.content-wrapper.bilde {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown {
  color: var(--text);
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.dropdown.hide {
  display: none;
}

.footer {
  background-color: #002736;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mini-title {
  color: var(--title);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.color-box {
  margin-right: 20px;
}

.button-boxed-outline {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--text);
  color: #fff;
}

.button-outline {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  color: var(--text);
  background-color: #fff;
}

.subtile-inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.subtile-inner.large {
  width: 80%;
}

.mini-arrow {
  margin-top: 23px;
  font-size: 13px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

.underline-hover {
  background-color: var(--link);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-section {
  padding-top: 2em;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  padding-top: 5em;
  padding-bottom: 5em;
}

.content-section.double.hide {
  display: block;
}

.content-section.double.mindre {
  text-align: left;
  padding-top: 5em;
  padding-bottom: 5em;
}

.content-section.double-visible {
  padding-bottom: 90px;
  overflow: visible;
}

.content-section.inner-pages {
  padding-top: 5em;
  padding-bottom: 0;
  overflow: visible;
}

.content-section.hide {
  display: block;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .85;
}

.notice {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 15px;
  display: flex;
}

.bg-colored {
  background-color: var(--text);
  padding: 8px;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.h1-hero {
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.2;
}

.h1-hero.inner-pages {
  font-size: 40px;
  line-height: 52px;
}

.h1-hero.luft {
  margin-top: 0;
  margin-bottom: .2em;
}

.button {
  border: 2px solid var(--text);
  background-color: var(--text);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--text);
  background-color: #0000;
}

.footer-column {
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.hero-section {
  background-color: var(--hero-bg);
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden;
}

.hero-section.blog {
  background-color: var(--hero-bg);
  padding-top: 80px;
  padding-bottom: 40px;
}

.hero-section.lavere {
  padding-top: 4vh;
  padding-bottom: 5vh;
}

.dropdown-toggle {
  color: var(--text);
  height: 60px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 36px;
}

.title {
  color: var(--title);
  line-height: 20px;
}

.title.light-blue {
  color: var(--lines);
}

.social-icon-footer {
  background-color: var(--bg);
  border-radius: 3px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon-footer:hover {
  opacity: .85;
}

.social-icon-footer.pinterest {
  background-image: url('../images/pinterest_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.email {
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.linkedin {
  background-image: url('../images/linkedin_1.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.twittter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.instagram {
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block-arrow {
  position: relative;
}

.footer-newsletter {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--text);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #c5d3dd;
}

.success-message {
  background-color: #0000;
  font-size: 14px;
  line-height: 25px;
}

.success-message.white {
  color: #fff;
}

.error-message {
  font-size: 14px;
  line-height: 25px;
}

.button-android {
  background-color: var(--bg);
  color: var(--text);
  background-image: url('../images/logotipo-de-android.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .2s;
}

.button-android:hover {
  opacity: .85;
}

.button-apple {
  background-color: var(--bg);
  color: var(--text);
  background-image: url('../images/manzana.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .2s;
}

.button-apple:hover {
  opacity: .85;
}

.get-app {
  border: 1px solid var(--text);
  background-color: var(--text);
  color: #fff;
  border-radius: 25px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  line-height: 14px;
  transition: border .2s, background-color .2s;
}

.get-app:hover {
  color: var(--text);
  background-color: #0000;
  background-image: url('../images/descargar.svg');
  font-weight: 400;
}

.phone-link {
  color: var(--text);
  align-items: center;
  height: 60px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.phone-link:hover {
  opacity: .85;
}

.left-margin {
  margin-right: 8px;
}

.hero-right-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.hero-right-column.about-us {
  margin-bottom: 20px;
  padding-top: 0;
}

._76-percent-box {
  width: 100%;
}

.hero-left-column {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-left-column.about-us {
  margin-bottom: 30px;
}

.hero-flex {
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.hero-flex.vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.button-android-dark {
  border: 3px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/Google_Play_Arrow_logo.svg_1Google_Play_Arrow_logo.svg.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-android-dark:hover {
  border-radius: 25px;
}

.button-apple-dark {
  border: 3px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/logotipo-de-mac-os.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-apple-dark:hover {
  border-radius: 25px;
}

.on-load-8.intro {
  text-align: center;
  width: 20%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-8.contact-intro-2 {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 20px;
}

.on-load-10.intro, .on-load-7.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-7.contact-us {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 40%;
  padding-right: 20px;
}

.intro-title {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 33px;
  line-height: 33px;
}

.text-small {
  font-size: 13.5px;
  line-height: 21px;
}

.intro-title-2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

.intro-title-3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.star {
  margin-right: 6px;
}

.star.last {
  margin-right: 0;
}

.intro-title-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

.on-load-11.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-title-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 15px;
}

.intro-text-big {
  font-size: 18px;
}

.intro-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  display: none;
  position: relative;
}

.heading-box {
  text-align: center;
  width: 54%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.large {
  width: 80%;
}

.heading-box.reduced {
  margin-bottom: 0;
}

.heading-box.venstre {
  text-align: left;
}

.h2-big {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.4;
}

.h2-big.mellomrom {
  margin-right: .2em;
}

.subheading {
  font-size: 18px;
}

.subheading.venstre {
  text-align: left;
}

.max-410-pixels {
  width: 100%;
  max-width: 410px;
}

.half-column-regular {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.half-column-regular.center {
  text-align: center;
}

.half-column-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.half-column-flex.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.half-column-flex.padding {
  padding-left: 5%;
}

.on-load-4.on-blog-page {
  z-index: 5;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.on-load-9.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-9.contact-intro-3 {
  text-align: center;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 20px;
}

.navbar-bg {
  background-color: var(--hero-bg);
  position: absolute;
  inset: 0%;
}

.newsletter-box {
  background-color: #fff;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.close-contact-form {
  background-color: var(--text);
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.newsletter-column.modal-left {
  background-color: var(--bg);
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 309px;
}

.center-content {
  text-align: center;
}

.content-section-blue {
  background-color: var(--text);
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: visible;
}

.content-section-blue.reduced {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section-blue.hide {
  display: block;
}

.white {
  color: #fff;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  display: flex;
  position: relative;
}

.accordion-item-content {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 25px;
  overflow: hidden;
}

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

.bottom-margin._40-pixels {
  margin-bottom: 40px;
}

.content-section-light {
  background-color: var(--hero-bg);
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: hidden;
}

.content-section-light.hide {
  display: none;
}

.mini-feature {
  background-color: #c5d5e0;
  border-radius: 7.5px;
  padding: 11px 13px 8px;
  display: inline-block;
}

.mini-text-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.mini-text {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.right-margin {
  margin-right: 10px;
}

.right-margin.intro {
  margin-right: 20px;
  padding-top: 15px;
}

.right-margin.iphone {
  text-align: center;
  width: 42px;
  margin-right: 20px;
  padding-top: 4px;
}

.flex-center-relative {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.left-padding {
  padding-left: 25px;
}

.left-padding._100-pixels {
  padding-left: 100px;
}

.left-padding._140-pixels {
  padding-left: 140px;
}

.left-padding._10-pixels {
  padding-left: 10px;
}

.medium-text {
  color: var(--title);
  font-size: 14px;
  line-height: 20px;
}

.image {
  position: absolute;
}

.relative {
  display: inline-block;
  position: relative;
}

.relative.hidden {
  transition: all .3s;
  overflow: hidden;
}

.relative.hidden:hover {
  opacity: .5;
}

.inner-wrapper {
  width: 95%;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}

.semi-bold {
  font-weight: 600;
  display: inline-block;
}

.feature {
  text-align: center;
  width: 33.333%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature.no-margin, .feature.last {
  margin-bottom: 0;
}

.plan-description {
  border-right: 1px solid var(--lines);
  width: 37%;
  padding: 15px 15px 3px 20px;
  font-size: 15px;
}

.plan-detail {
  border-right: 1px solid var(--lines);
  width: 21%;
  padding: 15px 10px 8px 15px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.plan-detail.last {
  border-right-style: none;
}

.plan-detail.no-included {
  cursor: not-allowed;
}

.checkmark {
  background-color: var(--lines);
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.checkmark-box {
  margin-right: 9px;
  padding-top: 5px;
}

.checkmark-box.not-included {
  padding-top: 2px;
}

.row {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--lines);
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.row:hover {
  background-color: #c6d5e0;
}

.row.last {
  border-bottom-style: solid;
}

.plans-buttons {
  border: 1px none var(--lines);
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.plan-description-last {
  border: 1px #000;
  width: 37%;
  padding: 15px 15px 3px 20px;
  font-size: 15px;
}

.plan-button-box {
  border-right-width: 1px;
  border-right-color: var(--lines);
  width: 21%;
  padding: 15px 10px 3px 15px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.button-boxed-gray {
  background-color: var(--lines);
  color: #fff;
  text-align: center;
  border-radius: 2.5px;
  min-width: 80px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .2s;
}

.button-boxed-gray:hover {
  opacity: .85;
  background-color: #98b5c7;
}

.title-row {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.plan-title {
  width: 37%;
  padding: 15px 15px 3px 20px;
}

.plan-title-detail {
  width: 21%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 25px;
}

.accordion {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion:hover {
  text-decoration: none;
}

.question {
  font-size: 18px;
  font-weight: 500;
}

.open-close {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-content {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 20px;
}

.testimonial {
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  padding: 25px 2.5%;
}

.testimonial-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.mask-testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.slide-right-arrow {
  background-color: #bfcdd8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-right-arrow:hover {
  opacity: .85;
}

.testimonial-name {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.display-none {
  display: none;
}

.slide-left-arrow {
  background-color: #dbe4eb;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-left: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-left-arrow:hover {
  opacity: .85;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #e9eef291;
  border-radius: 50%;
  width: 53px;
  height: 53px;
}

.testimonial-pic._1 {
  background-image: url('../images/Pic-1_1Pic-1.jpg');
  border-width: 3px;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-2_1Pic-2.jpg');
  border-width: 3px;
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3_1Pic-3.jpg');
  border-width: 3px;
}

.testimonial-pic._4 {
  background-image: url('../images/Pic-4_1Pic-4.jpg');
  border-width: 3px;
}

.expand {
  flex: 1;
}

.testimonial-bg {
  background-image: url('../images/Fig-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 85px;
  justify-content: center;
  width: 90px;
  height: 75px;
  margin-right: 20px;
  padding-top: 7px;
  display: flex;
}

.testimonial-bg._2 {
  background-image: url('../images/Fig-2.png');
  background-size: 80px;
}

.testimonial-bg._3 {
  background-image: url('../images/Fig-3.png');
  background-size: 80px;
}

.testimonial-bg._4 {
  background-image: url('../images/Fig-4.png');
  background-size: 71px;
}

.trial-signup {
  text-align: center;
  justify-content: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-box {
  width: 70px;
  margin-right: 22px;
}

.arrow-box.right {
  margin-left: 22px;
  margin-right: 0;
}

.trial-email-input {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 27.5px 0 0 27.5px;
  width: 65%;
  max-width: 240px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 30px;
}

.trial-email-input::placeholder {
  color: var(--title);
}

.form {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.trial-submit-button {
  background-color: var(--lines);
  border-radius: 0 27.5px 27.5px 0;
  flex: 1;
  min-width: 140px;
  height: 55px;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
}

.trial-submit-button:hover {
  opacity: .85;
}

.footer-input {
  background-color: #fff;
  border-right-width: 1px;
  border-right-color: #e9eef2;
  width: 65%;
  height: 48.5px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 25px;
}

.footer-input::placeholder {
  color: #69707b;
  font-size: 14px;
}

.submit-button-footer {
  color: #002736;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #d3dee7;
  background-clip: border-box;
  border-radius: 0 2.5px 2.5px 0;
  width: 35%;
  height: 48.5px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-footer:hover {
  background-color: #c2ccd4;
}

._80-percent-column {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: var(--hero-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.absolute-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.absolute-image.insta-1 {
  background-image: url('../images/Insta-1.jpg');
}

.absolute-image.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.absolute-image.insta-5 {
  background-image: url('../images/Insta-4.jpg');
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-handle {
  font-size: 18px;
}

.link {
  transition: opacity .2s;
}

.link:hover {
  opacity: .85;
}

.scale-on-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 1;
  background-image: url('../images/Overlay.png');
  background-position: 50% 20%;
  background-repeat: repeat-x;
  background-size: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.blog-page {
  background-position: 50% 100%;
  background-size: auto 57%;
}

.category-lik {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 6px 9px 5px;
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
  transition: opacity .2s;
  display: inline-block;
}

.category-lik:hover {
  opacity: .9;
}

.blog-title-white {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
  display: inline-block;
}

.h6-medium {
  font-size: 20px;
}

.empty-state {
  background-color: #0000;
}

.blog-title-medium {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.blog-title-medium:hover {
  opacity: .85;
}

.post-flex-box {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.time-to-read {
  color: var(--title);
  font-size: 13px;
  font-style: italic;
  line-height: 21px;
}

.intro-section {
  background-color: var(--intro-blue);
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.about-us-intro {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.max-480-pixels {
  width: 100%;
  max-width: 480px;
}

.max-517-pixles {
  width: 100%;
  max-width: 517px;
  padding-left: 5%;
  padding-right: 8%;
}

.full-column-left {
  justify-content: flex-end;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.content-section-simple {
  background-color: var(--hero-bg);
  position: relative;
  overflow: hidden;
}

.full-column-image {
  background-image: url('../images/windows-C6T6vr1sQI0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.full-column-image._2 {
  background-image: url('../images/bjorn-antonissen-uMoVlDNjye4-unsplash.jpg');
}

.bar-containter {
  align-items: flex-end;
  display: flex;
}

.bar {
  background-color: var(--bar-bg);
  border-radius: 7px;
  width: 73%;
  height: 14px;
  margin-bottom: 3px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.bar-progress {
  background-color: #218eb8;
  border-radius: 7px;
  width: 100%;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

.bar-progress._90 {
  width: 90%;
}

.bar-progress._75 {
  width: 75%;
}

.social-icon-regular {
  background-color: #067aeb;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-regular:hover {
  background-color: #0970d4;
}

.social-icon-regular.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-regular.facebook:hover {
  background-color: #0972d8;
}

.social-icon-regular.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.instagram-no-margin:hover {
  background-color: #fc6739;
}

.social-icon-regular.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.twittter:hover {
  background-color: #1895e2;
}

.social-icon-regular.linkedin {
  background-color: var(--linkedin);
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.linkedin:hover {
  background-color: #1895e2;
}

.social-icon-regular.pinterest {
  background-color: var(--pinterest);
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.pinterest:hover {
  background-color: #1895e2;
}

.social-icon-regular.email {
  background-color: var(--text);
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.email:hover {
  background-color: #1895e2;
}

.social-icon-regular.email.phone {
  background-image: url('../images/Design-uten-navn-62.png');
}

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

.hover-content.midt {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.move-up-2 {
  display: inline-block;
}

.hover-bg {
  text-align: center;
  background-color: #f1f5f8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-bg.tablet-view {
  background-color: var(--hero-bg);
  background-color: #deeaf3;
  display: flex;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-bg.team {
  background-image: url('../images/Team-1.jpg');
}

.image-bg.team-6 {
  background-image: url('../images/Team-6.jpg');
}

.image-bg._1 {
  background-image: url('../images/About-3.jpg');
}

.image-bg._2 {
  background-image: url('../images/OleC2.webp');
}

.image-bg.video {
  background-image: url('../images/linkedin-sales-navigator-NpyF7rjqmq4-unsplash.jpg');
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-bg.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.image-bg.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.image-bg.team-5 {
  background-image: url('../images/Team-5.jpg');
}

.image-bg.team-4 {
  background-image: url('../images/Team-4.jpg');
}

.image-bg.team {
  background-image: url('../images/unnamed-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-bg._3 {
  background-image: url('../images/ac8b2aee-1463-4a72-bcd6-9c9c27172db7.png');
  background-position: 30%;
}

.move-up {
  justify-content: center;
  align-items: center;
  display: flex;
}

.move-up-3 {
  display: inline-block;
}

.team-member {
  width: 30%;
  margin-right: 4%;
}

.team-member._2 {
  padding-top: 50px;
}

.team-member._3, .team-member.last {
  margin-right: 0%;
  padding-top: 100px;
}

.h6-small {
  font-size: 18px;
  line-height: 26px;
}

.h6-small.white {
  margin-top: 0;
  margin-bottom: 5px;
}

.h6-small.midt {
  text-align: left;
}

.waves {
  background-image: url('../images/Waves.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px;
  width: 192px;
  height: 177px;
  position: absolute;
  top: 222px;
  left: -89px;
}

.column-text-right {
  justify-content: flex-start;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 3%;
  display: flex;
}

.text-block {
  background-color: var(--text);
  color: #fff;
  border-radius: 11px;
  height: 21px;
  padding: 5px 5px 2px;
  font-size: 10px;
  line-height: 10px;
}

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

.date {
  background-color: var(--intro-blue);
  border-radius: 7px;
  padding: 10px 12px 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}

.timeline-date-left {
  text-align: right;
  width: 48%;
  padding-top: 25px;
}

.timeline-text-right {
  width: 48%;
}

.timeline-text-box {
  max-width: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeline-item {
  justify-content: center;
  align-items: stretch;
  margin-left: 5px;
  display: flex;
}

.center-line {
  background-color: var(--lines);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dot {
  border: 2px solid var(--lines);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 32px;
  left: -8px;
}

.center-dot {
  background-color: var(--lines);
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.center-line-box {
  text-align: right;
  width: 75px;
}

.timeline-date-right {
  text-align: left;
  width: 48%;
  padding-top: 25px;
}

.timeline-text-left {
  text-align: right;
  justify-content: flex-end;
  width: 48%;
  display: flex;
}

.feature-item {
  flex-wrap: wrap;
  max-width: 250px;
  margin-bottom: 60px;
  display: flex;
}

.feature-item.no-margin {
  margin-bottom: 0;
}

.iphone-column-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.flex-justify-center {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.iphone-column-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 20px;
  display: flex;
}

.client-logo {
  text-align: center;
  width: 25%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.client-logo.no-margin, .client-logo.last {
  margin-bottom: 0;
}

.clients {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.tabs-menu {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--lines);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab {
  border-right: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  color: var(--title);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 295px;
  padding: 25px 0 15px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.tab:hover {
  background-color: var(--bar-bg);
  color: var(--text);
}

.tab.w--current {
  background-color: var(--bar-bg);
  color: var(--text);
  border-left-style: solid;
  border-right-style: solid;
  justify-content: center;
  align-items: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
}

.tab-tex-box {
  border: 1px none var(--lines);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tab-tex-box.last {
  border-style: none;
}

.checkmark-green {
  background-color: var(--checkmark-bg);
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

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

.tab-pane {
  padding-top: 5em;
  padding-bottom: 5em;
}

.play-button {
  background-color: var(--play-bg);
  background-image: url('../images/jugar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}

.button-outline-white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-white:hover {
  color: var(--text);
  background-color: #fff;
}

.left-side-column {
  width: 28%;
}

.sticky-bar {
  position: sticky;
  top: 60px;
}

.h5-small {
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.h5-small-block {
  margin-right: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
}

.licensing-item {
  margin-bottom: 3%;
}

.assitant-pic {
  border: 4px solid var(--bar-bg);
  background-image: url('../images/Contact-2.png');
  background-position: 0 -5px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

.assitant-text {
  font-size: 15px;
  line-height: 23px;
}

.assistant-right {
  text-align: left;
  flex: 1;
  padding-left: 4%;
}

.contact-item {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.contact-intro {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.algin-right {
  text-align: left;
  padding-right: 20px;
}

.contact-link {
  color: var(--text);
  font-size: 15px;
}

.contact-form-right {
  flex: 1;
  width: 70%;
}

.input {
  border: 1px solid var(--bar-progress);
  background-color: #0000;
  border-radius: 2.5px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.input::placeholder {
  color: var(--title);
  font-size: 14px;
}

.input.full {
  width: 100%;
  margin-bottom: 10px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.contact-form-left {
  align-items: center;
  width: 35%;
  padding-right: 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--bar-progress);
  color: var(--title);
  background-color: #0000;
  border-radius: 2.5px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.textarea {
  border: 1px solid var(--bar-progress);
  background-color: #0000;
  border-radius: 2.5px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 50px;
  padding-left: 3%;
}

.textarea::placeholder {
  color: var(--title);
}

.submit-button-form {
  background-color: var(--text);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 2.5px;
  width: 48%;
  min-width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: border .2s, background-color .2s;
}

.submit-button-form:hover {
  border: 1px solid var(--text);
  color: var(--text);
  background-color: #0000;
}

.submit-button-form.full {
  width: 100%;
  min-width: auto;
}

.text-medium {
  font-size: 15px;
  line-height: 23px;
}

.social-icon {
  background-color: var(--text);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: .85;
}

.social-icon.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.email {
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.map {
  height: 360px;
  margin-top: 80px;
}

.sign-up-input {
  border: 1px solid var(--bar-progress);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.sign-up-input:hover {
  border-bottom-color: #1a8ef7;
}

.faq-block {
  margin-top: 40px;
}

.bottom-margin-image {
  width: 100%;
  margin-bottom: 20px;
}

.blog-block {
  border-bottom: 1px solid var(--lines);
  margin-top: 20px;
  padding-bottom: 15px;
}

.blog-left-column {
  flex: 1;
  width: 70%;
  margin-top: 5em;
  margin-right: 2%;
  padding-bottom: 5em;
}

.featured-preview {
  width: 100%;
  margin-right: 1.5%;
}

.blog-right-column {
  width: 30%;
}

.blog-title {
  color: var(--link);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: opacity .2s;
  display: flex;
}

.blog-title:hover {
  opacity: .85;
}

.post-text-box {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flex-post-preview {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.category {
  transition: opacity .2s;
}

.category:hover {
  opacity: .85;
}

.tag {
  border: 1px solid var(--lines);
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 7px;
  padding: 7px 15px 5px;
  font-size: 12px;
  line-height: 12px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag:hover {
  background-color: var(--lines);
  color: #fff;
}

.side-post {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.side-post.last {
  margin-bottom: 0;
}

.hero-blog-right {
  flex: 1;
  width: 42%;
}

.collection-list {
  height: 100%;
}

.preview-blog-left {
  width: 56%;
  margin-right: 2%;
  position: relative;
}

.collection-list-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-blog-title {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  transition: opacity .2s;
  display: inline-block;
}

.pagination {
  justify-content: flex-end;
}

.inner-post-grid {
  flex-flow: wrap;
  width: 30.3%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
  position: relative;
}

.relative-full {
  width: 100%;
  display: inline-block;
  position: relative;
}

.post-grid-padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.post-heading-box {
  text-align: center;
  width: 75%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  width: 30.3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.post {
  padding-top: 60px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404 {
  font-size: 150px;
  line-height: 160px;
}

.tabs-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.tabs-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.tabs-left.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.social-icon-mini {
  background-color: #067aeb;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-mini:hover {
  background-color: #0970d4;
}

.social-icon-mini.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-icon-mini.twittter:hover {
  background-color: #1895e2;
}

.social-icon-mini.linkedin {
  background-color: #01669e;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.email {
  background-color: #333;
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-icon-mini.instagram-no-margin:hover {
  background-color: #fc6739;
}

.mobile-view {
  margin-top: 10px;
  display: none;
}

.video {
  width: 100%;
  margin-bottom: 20px;
}

.about-intro {
  width: 33.333%;
  padding-right: 15px;
  display: flex;
}

.about-intro.mindre {
  width: auto;
  padding-right: 0;
}

.h3-big {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
}

.testimonal-flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.relative-flex {
  display: flex;
  position: relative;
}

.relative-post {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-1 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.sticky-content-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 410px;
  min-height: 100vh;
  display: flex;
}

.sticky-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.sticky-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: static;
}

.button-outline-2 {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-2:hover {
  color: #002736;
  background-color: #fff;
}

.sticky-container {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: static;
}

.image-3 {
  object-fit: contain;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.image-2 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-3-hide, .image-1-hide, .image-2-hide {
  object-fit: contain;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto;
}

.button-android-white {
  border: 2.5px solid var(--text);
  color: var(--text);
  background-color: #fff;
  background-image: url('../images/Google_Play_Arrow_logo.svg_1Google_Play_Arrow_logo.svg.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 3px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-android-white:hover {
  border-radius: 25px;
}

.button-apple-white {
  border: 2.5px solid var(--text);
  color: var(--text);
  background-color: #fff;
  background-image: url('../images/manzana.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 3px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-apple-white:hover {
  border-radius: 25px;
}

.person {
  background-image: url('../images/1_11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #d4e0e9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.person._2 {
  background-image: url('../images/2_12.jpg');
  margin-left: -20px;
}

.person._3 {
  background-image: url('../images/Pic-2_2Pic-2.jpg');
  margin-left: -20px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-block-2 {
  border-bottom: 1px solid #8dacbf;
  margin-top: 20px;
  padding-bottom: 15px;
}

.blog-title-2 {
  color: #4f718a;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: opacity .2s;
  display: flex;
}

.blog-title-2:hover {
  opacity: .85;
}

.time-to-read-2 {
  color: #69707b;
  font-size: 13px;
  font-style: italic;
  line-height: 21px;
}

.customimage {
  max-width: 99%;
  height: 264px;
}

.bilinfo {
  margin-right: 20px;
  display: inline-block;
}

.form-block {
  border-radius: 25px;
  overflow: hidden;
}

.title-small-2 {
  color: #7f7f7f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.title-2 {
  color: #69707b;
  line-height: 20px;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1085px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-2.narrow {
  max-width: 992px;
}

.content-section-2 {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.content-section-2.double {
  padding-bottom: 70px;
}

.flex-2 {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.heading-box-2 {
  text-align: center;
  width: 54%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-dot-2 {
  background-color: #8dacbf;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.date-2 {
  background-color: #d4e2ec;
  border-radius: 7px;
  padding: 10px 12px 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}

.content-wrapper-3 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1085px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-3.narrow {
  max-width: 992px;
}

.center-line-2 {
  background-color: #8dacbf;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-box-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 54%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dot-2 {
  border: 2px solid #8dacbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 32px;
  left: -8px;
}

.inner-wrapper-2 {
  width: 95%;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  display: flex;
}

.image-5 {
  max-width: 96%;
}

.text-block-2 {
  color: var(--pinterest);
}

.hero-header {
  object-fit: cover;
  background-color: #fff;
  height: 100svh;
  overflow: hidden;
}

.banner-gradient {
  z-index: 90;
  background-image: linear-gradient(#080c1000 52%, #080c10cc);
  position: absolute;
  inset: 0%;
}

.container {
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.button-background-hover {
  z-index: 2;
  background-color: #262626;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-hero-background {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-2 {
  color: #262626;
}

.paragraph-2.color-text-primary {
  color: #fff;
  font-weight: 400;
}

.back-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: background-color .25s;
  position: relative;
}

.back-wrapper:hover {
  background-color: #fff;
}

.banner-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  width: 100%;
}

.arrow-block {
  z-index: 5;
  background-image: url('../images/arrow_right_alt_24dp_5F6368_FILL0_wght200_GRAD0_opsz24-2-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 4rem;
  height: 4rem;
  padding: .5rem;
  transition: all .25s;
  position: relative;
}

.arrow-block:hover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
}

.padding-0-5 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.padding-6 {
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.slide-nav, .left-arrow {
  display: none;
}

.margin-top-1 {
  margin-top: 1rem;
}

.position-absolute-bottom {
  z-index: 100;
  position: absolute;
  inset: auto 0% 0%;
}

.right-arrow {
  display: none;
}

.color-text-primary {
  color: #fff;
}

.section.full-screen {
  background-color: #262626;
  width: 100%;
  height: 60svh;
  margin-top: 4em;
  position: relative;
  overflow: hidden;
}

.fade-in-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.header {
  z-index: 0;
  background-image: url('../images/66dfee22197f215831e21607_21.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.header-image {
  z-index: 0;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image.img-04 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 120%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
}

.header-image.bilde-2 {
  background-image: url('../images/ctc_bilpartner_jessheim_lysskilt_fasadeskilt_LED.webp');
}

.header-image.bilde-1 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
}

.content-2 {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content-2.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.hero-bg-on-load {
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.hidden {
  overflow: hidden;
}

.link-underline {
  background-color: #ff0401;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-bg {
  background-image: url('../images/gente-negocios-trabajando-equipo-oficina-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg.home {
  background-image: url('../images/Hero_bg-1.jpg');
  width: 85%;
  margin-left: auto;
}

.hero-text {
  letter-spacing: -1px;
  font-size: 50px;
  line-height: 60px;
}

.link-3 {
  text-decoration: none;
}

.hero-slide {
  background-image: url('../images/IMG_8285.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide.right {
  background-position: 0%;
}

.hero-slide._3 {
  background-image: url('../images/IMG_5657.jpg');
  background-position: 100%;
}

.hero-slide._1 {
  background-image: url('../images/unnamed.jpg');
  background-position: 35%;
}

.hero-slide._2 {
  background-image: url('../images/ctc_bilpartner_jessheim_lysskilt_fasadeskilt_LED.webp');
  background-position: 40%;
}

.hero-title {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
}

.hero-title.sort {
  color: #0f0e0f;
}

.text-link-block {
  color: #ff0401;
  letter-spacing: 3px;
  text-transform: uppercase;
  height: 17px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-link-block:hover {
  text-decoration: none;
}

.text-link-block.w--current {
  color: #b6946f;
}

.text-link-block.padding-top {
  margin-top: .2em;
}

.scroll-down {
  z-index: 3;
  background-color: #f5f2f2;
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 76px;
  margin-right: 1%;
  display: flex;
  position: absolute;
  inset: auto 1% -26px auto;
}

.hero-left {
  z-index: 1;
  background-color: #f5f2f2;
  align-items: center;
  width: 50%;
  height: 90%;
  padding: 7% 5%;
  display: flex;
  position: relative;
}

.button-box {
  margin-top: 25px;
}

.button-box._2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-flex-2 {
  width: 100%;
  min-height: 750px;
  display: flex;
  overflow: hidden;
}

.hero-bg-container {
  background-image: url('../images/gente-negocios-trabajando-equipo-oficina-1-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-container.home {
  background-image: none;
  width: 85%;
  margin-left: auto;
}

.button-outline-3 {
  color: #0f0e0f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0f0e0f;
  border-radius: 25px;
  min-width: 150px;
  min-height: 45px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-outline-3:hover {
  color: #fff;
  background-color: #0f0e0f;
}

.hero-text-box-2 {
  width: 100%;
  max-width: 455px;
}

.hero-slider {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-2 {
  background-color: #fff;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .go-up-button {
    background-image: url('../images/subir.svg');
    background-size: 19px;
  }

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

  .relative.hidden {
    overflow: hidden;
  }

  .full-column-image._2 {
    background-image: url('../images/bjorn-antonissen-uMoVlDNjye4-unsplash.jpg');
  }

  .bar-progress._90 {
    width: 90%;
  }

  .hover-bg.tablet-view {
    background-color: var(--hero-bg);
    background-color: #deeaf3;
  }

  .image-bg.team-6 {
    background-image: url('../images/Team-6.jpg');
  }

  .image-bg.team-2 {
    background-image: url('../images/Team-2.jpg');
  }

  .image-bg.team-3 {
    background-image: url('../images/Team-3.jpg');
  }

  .image-bg.team-5 {
    background-image: url('../images/Team-5.jpg');
  }

  .image-bg.team-4 {
    background-image: url('../images/Team-4.jpg');
  }

  .image-bg.team {
    background-image: url('../images/Team-1.jpg');
  }

  .team-member {
    margin-right: 4.5%;
  }

  .team-member._2 {
    padding-top: 50px;
  }

  .team-member._3, .team-member.last {
    margin-right: 0%;
    padding-top: 100px;
  }

  .h6-small {
    font-size: 18px;
    line-height: 26px;
  }

  .waves {
    background-image: url('../images/Waves.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 192px 177px;
    width: 192px;
    height: 177px;
    position: absolute;
    inset: 18% auto auto -11%;
  }

  .column-text-right {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .title-small-2 {
    color: #69707b;
  }

  .hero-section-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .button-align-center {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: var(--intro-blue);
    text-align: left;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
  }

  .footer-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

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

  .menu {
    width: 50%;
  }

  .menu-button {
    height: 60px;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--intro-blue);
    color: var(--text);
  }

  .hero-text-box {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero-text-box.full, .hero-text-box.post-page {
    padding-top: 100px;
  }

  .content-wrapper.narrow {
    max-width: 100%;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-top: 50px;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double, .content-section.double-visible, .content-section.inner-pages {
    padding-bottom: 50px;
  }

  .notice {
    padding-bottom: 20px;
  }

  .h1-hero {
    font-size: 2.2em;
  }

  .h1-hero.inner-pages {
    font-size: 38px;
    line-height: 50px;
  }

  .footer-column {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .social-icon-footer {
    margin-bottom: 5px;
  }

  .phone-link {
    margin-bottom: 10px;
  }

  .hero-left-column {
    margin-bottom: 60px;
  }

  .hero-left-column.home {
    margin-top: 40px;
  }

  .hero-left-column.about-us {
    width: 70%;
    max-width: 500px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .on-load-8.contact-intro-2 {
    padding-right: 15px;
  }

  .star {
    margin-right: 5px;
  }

  .intro-flex {
    margin-top: 10px;
  }

  .heading-box {
    width: 70%;
  }

  .h2-big {
    font-size: 34px;
  }

  .on-load-9.contact-intro-3 {
    padding-right: 15px;
  }

  .newsletter-box {
    width: 85%;
  }

  .newsletter-column.modal-right {
    padding-top: 30px;
  }

  .content-section-blue, .content-section-light {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .footer-input {
    border-bottom: 1px #000;
    border-radius: 2.5px 2.5px 0 0;
  }

  .submit-button-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.5px;
  }

  .full-column-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hover-bg.tablet-view {
    display: none;
  }

  .column-text-right, .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-intro {
    margin-top: 10px;
  }

  .input, .select-field {
    margin-bottom: 20px;
  }

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

  .map {
    height: 260px;
    margin-top: 60px;
  }

  .preview-blog-left {
    width: 51%;
  }

  .social-icon-mini {
    margin-bottom: 5px;
  }

  .mobile-view {
    display: block;
  }

  .h3-big {
    font-size: 29px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: var(--hero-bg);
  }

  .content-wrapper-2.narrow {
    max-width: 100%;
  }

  .content-section-2 {
    padding-top: 50px;
  }

  .content-section-2.double {
    padding-bottom: 50px;
  }

  .heading-box-2 {
    width: 70%;
  }

  .content-wrapper-3.narrow {
    max-width: 100%;
  }

  .heading-box-3 {
    width: 70%;
  }

  .image-hero-background {
    object-fit: cover;
  }

  .banner-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .tablet-layout-none {
    display: block;
  }

  .content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-text {
    font-size: 48px;
    line-height: 58px;
  }

  .hero-slide.right {
    background-position: 30%;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-right: 2%;
  }

  .hero-left {
    width: 60%;
  }

  .hero-section-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }

  blockquote {
    width: 70%;
  }

  .nav-menu {
    padding-bottom: 220px;
  }

  .footer-expand {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .button-boxed {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .button-outline-blue {
    min-width: 100px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

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

  .menu-button.w--open {
    background-color: var(--hero-bg);
  }

  .hero-text-box {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-text-box.full, .hero-text-box.post-page {
    padding-bottom: 40px;
  }

  .content-wrapper {
    z-index: 5;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .button-boxed-outline, .button-outline {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .subtile-inner {
    width: 80%;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double, .content-section.double-visible, .content-section.inner-pages {
    padding-top: 50px;
  }

  .notice {
    margin-top: 0;
  }

  .h1-hero {
    font-size: 2em;
  }

  .h1-hero.inner-pages {
    font-size: 36px;
    line-height: 48px;
  }

  .button {
    min-width: 100px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-column {
    width: 100%;
  }

  .social-icon-footer.facebook, .social-icon-footer.twittter {
    background-size: 12px;
  }

  .footer-newsletter {
    flex-flow: row;
  }

  .button-android {
    font-size: 13px;
    line-height: 13px;
  }

  .hero-right-column.about-us {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .hero-left-column {
    margin-bottom: 40px;
  }

  .hero-left-column.home {
    width: 65%;
  }

  .hero-flex {
    flex-flow: row;
  }

  .on-load-8 {
    flex-direction: column;
  }

  .on-load-8.intro {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .on-load-10 {
    flex-direction: column;
  }

  .on-load-10.intro {
    padding-left: 7px;
    padding-right: 7px;
  }

  .on-load-7 {
    flex-direction: column;
  }

  .on-load-7.intro {
    width: 25%;
  }

  .on-load-7.contact-us {
    padding-right: 10px;
  }

  .intro-title {
    font-size: 31px;
  }

  .on-load-11 {
    flex-direction: column;
  }

  .on-load-11.intro {
    display: none;
  }

  .heading-box {
    width: 80%;
  }

  .h2-big {
    font-size: 32px;
  }

  .on-load-4.on-blog-page {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .on-load-9 {
    flex-direction: column;
  }

  .on-load-9.intro {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .on-load-9.contact-intro-3 {
    padding-right: 10px;
  }

  .newsletter-container, .newsletter-pop {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .content-section-blue.reduced {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-margin.intro {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
  }

  .right-margin.iphone {
    margin-bottom: 15px;
  }

  .left-padding._100-pixels {
    padding-left: 60px;
  }

  .left-padding._140-pixels {
    padding-left: 100px;
  }

  .feature {
    margin-bottom: 30px;
  }

  .button-boxed-gray {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial {
    width: 100%;
  }

  .trial-signup {
    width: 80%;
  }

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

  .hover-icon {
    width: 25px;
  }

  .full-column-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .social-icon-regular {
    width: 35px;
    height: 35px;
  }

  .social-icon-regular.facebook, .social-icon-regular.instagram-no-margin, .social-icon-regular.twittter, .social-icon-regular.linkedin, .social-icon-regular.pinterest, .social-icon-regular.email {
    background-size: 12px;
  }

  .team-member._2 {
    padding-top: 30px;
  }

  .team-member._3, .team-member.last {
    padding-top: 80px;
  }

  .h6-small {
    font-size: 16px;
  }

  .h6-small.white {
    margin-bottom: 5px;
  }

  .column-text-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .iphone-column-left {
    flex: 0 auto;
    align-items: center;
    width: 29%;
  }

  .flex-justify-center {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
  }

  .iphone-column-right {
    flex: 0 auto;
    align-items: center;
  }

  .client-logo {
    width: 33.3333%;
    margin-bottom: 30px;
  }

  .client-logo.no-margin {
    margin-bottom: 30px;
  }

  .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-outline-white {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .social-icon.facebook, .social-icon.twitter, .social-icon.linkedin, .social-icon.pinterest, .social-icon.email, .social-icon.instagram {
    background-size: 12px;
  }

  .map {
    height: 220px;
    margin-top: 40px;
  }

  .blog-left-column {
    margin-right: 4%;
  }

  .blog-right-column {
    width: 43%;
  }

  .post-text-box {
    margin-left: 10px;
  }

  .relative-full-height {
    width: 100%;
  }

  .flex-post-preview {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 30px;
  }

  .post-heading-box {
    width: 90%;
  }

  .social-icon-mini.facebook, .social-icon-mini.twittter, .social-icon-mini.instagram-no-margin {
    background-size: 12px;
  }

  .about-intro {
    text-align: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-big {
    font-size: 28px;
  }

  .relative-post {
    width: 100%;
  }

  .sticky-content-block {
    min-height: 100%;
    margin-bottom: 40px;
  }

  .sticky-content-block.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sticky-right {
    display: none;
  }

  .sticky-left {
    width: 100%;
  }

  .button-outline-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .image-3-hide {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-1-hide {
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2-hide {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .title-small-2 {
    font-size: 14px;
    line-height: 14px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .content-section-2 {
    padding-top: 70px;
  }

  .content-section-2.double {
    padding-top: 50px;
  }

  .heading-box-2 {
    width: 80%;
  }

  .content-wrapper-3 {
    z-index: 5;
  }

  .heading-box-3 {
    width: 80%;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .banner-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: auto;
  }

  .padding-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fade-in-heading {
    width: 100%;
  }

  .header {
    height: auto;
    min-height: 100vh;
  }

  .header-image {
    min-height: 100vh;
    position: relative;
  }

  .content-2 {
    align-self: center;
    padding: 35px 20px;
  }

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

  .display-1 {
    font-size: 35px;
  }

  .hero-text {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-slide.right {
    background-position: 35%;
  }

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
  }

  .hero-left {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    width: 90%;
  }

  .footer-expand {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

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

  .top-margin._20-pixels.center {
    text-align: center;
  }

  .footer-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .button-outline-blue {
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .footer-left {
    max-width: 100%;
  }

  .menu {
    width: 100%;
  }

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

  .hero-text-box {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-text-box.full {
    padding-top: 30px;
  }

  .hero-text-box.post-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subtile-inner {
    width: 100%;
  }

  .mini-arrow {
    display: inline-block;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double, .content-section.double.mindre {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .content-section.double-visible {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.inner-pages {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .notice {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .8fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    display: grid;
  }

  .h1-hero {
    font-size: 1.9em;
  }

  .h1-hero.inner-pages {
    font-size: 34px;
    line-height: 46px;
  }

  .button {
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .hero-section {
    padding-top: 50px;
  }

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

  .hero-right-column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-left-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-left-column.home {
    width: auto;
    margin-top: 40px;
  }

  .hero-left-column.about-us {
    width: 100%;
    margin-top: 40px;
  }

  .hero-flex {
    flex-flow: column;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .hero-flex.vertical {
    margin-bottom: 0;
  }

  .on-load-8 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-8.intro {
    width: 50%;
  }

  .on-load-8.contact-intro-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .on-load-10 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-10.intro {
    width: 50%;
  }

  .on-load-7 {
    text-align: center;
  }

  .on-load-7.intro {
    width: 50%;
    margin-bottom: 20px;
  }

  .on-load-7.contact-us {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-small.white {
    color: #fff;
  }

  .on-load-11 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-11.intro {
    width: 50%;
    margin-bottom: 0;
    display: block;
  }

  .heading-box {
    text-align: left;
    width: auto;
    margin-left: 0;
  }

  .h2-big.mindre {
    font-size: 20px;
  }

  .max-410-pixels.mobile-border {
    margin-bottom: 20px;
  }

  .half-column-regular {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-regular.mobile-border {
    margin-bottom: 20px;
  }

  .half-column-flex {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-flex.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .on-load-9 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-9.intro {
    width: 50%;
  }

  .on-load-9.contact-intro-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-right {
    padding-bottom: 40px;
  }

  .right-margin.intro {
    text-align: center;
  }

  .inner-wrapper {
    margin-left: 0;
  }

  .feature {
    text-align: left;
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-right: auto;
    padding-left: 0;
  }

  .feature.no-margin {
    margin-bottom: 30px;
  }

  .feature.no-margin.center, .feature.last.center {
    padding-right: 0;
  }

  .feature.center {
    text-align: center;
    max-width: none;
    padding-right: 0;
  }

  .plan-description {
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
  }

  .plan-detail {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .row {
    margin-top: 20px;
  }

  .row.last {
    border-bottom-style: none;
  }

  .plan-description-last, .plan-button-box {
    width: 100%;
  }

  .title-row {
    flex-wrap: wrap-reverse;
  }

  .plan-title {
    border: 1px solid var(--lines);
    width: 100%;
    padding-top: 5px;
  }

  .plan-title-detail {
    width: 100%;
    padding-left: 20px;
  }

  .accordion, .accordion-content {
    padding-left: 0;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .slide-right-arrow {
    width: 50px;
    margin-right: 13px;
  }

  .display-none {
    display: none;
  }

  .slide-left-arrow {
    width: 50px;
    margin-left: 13px;
  }

  .expand {
    text-align: center;
  }

  .testimonial-bg {
    margin-bottom: 10px;
  }

  .trial-signup {
    width: 100%;
  }

  .arrow-box {
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }

  .arrow-box.right {
    margin-left: 15px;
  }

  .trial-email-input {
    border-radius: 2.5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .form {
    flex-wrap: wrap;
  }

  .trial-submit-button {
    border-radius: 2.5px;
  }

  .hover-icon {
    width: 30px;
  }

  .insta-pic {
    width: 50%;
  }

  .post-flex-box {
    margin-top: 10px;
  }

  .intro-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .full-column-left, .full-column-image {
    width: 100%;
  }

  .full-column-image._2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-member {
    width: 100%;
    max-width: 284px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member._2 {
    padding-top: 0;
  }

  .team-member._3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .team-member.last {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .column-text-right {
    width: 100%;
  }

  .center-line-box {
    width: 60px;
  }

  .feature-item {
    margin-bottom: 30px;
  }

  .iphone-column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-justify-center {
    margin-bottom: 40px;
  }

  .iphone-column-right {
    width: 100%;
    padding-left: 0;
  }

  .client-logo {
    width: 80%;
    max-width: 250px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .tab {
    border-bottom: 1px solid var(--lines);
    width: 100%;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .tab.w--current {
    border-bottom: 1px solid var(--lines);
  }

  .tab-tex-box {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .tab-pane {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .left-side-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .input {
    padding-left: 4%;
  }

  .contact-form-left {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .select-field, .textarea {
    padding-left: 4%;
  }

  .map {
    height: 200px;
  }

  .blog-left-column {
    margin-top: 2em;
    margin-right: 0%;
    padding-bottom: 2em;
  }

  .featured-preview {
    width: 100%;
    margin-right: 0%;
  }

  .blog-right-column {
    width: 100%;
    margin-top: 20px;
  }

  .post-text-box {
    flex-flow: column;
    margin-left: 0;
  }

  .flex-post-preview {
    margin-bottom: 30px;
  }

  .side-post {
    flex-direction: column;
    max-width: 350px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-blog-left {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .collection-list-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-post-grid {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-heading-box {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tabs-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-left.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-blog-image {
    height: 300px;
  }

  .about-intro {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-intro.last {
    margin-bottom: 0;
  }

  .h3-big {
    font-size: 27px;
  }

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

  .relative-post {
    height: 150px;
  }

  .sticky-right, .sticky-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-2-hide {
    display: block;
  }

  .link-block-2 {
    height: 2.2em;
  }

  .image-4 {
    object-fit: cover;
    width: auto;
    max-width: 50%;
    height: auto;
  }

  .title-small-2 {
    font-size: 13px;
    line-height: 13px;
  }

  .content-section-2 {
    padding-top: 50px;
  }

  .heading-box-2 {
    width: 90%;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 2em;
  }

  .heading-box-3 {
    width: 90%;
  }

  .hero-header {
    height: 100vh;
  }

  .header {
    min-height: auto;
  }

  .header-image.img-04 {
    background-position: 50% 100%;
  }

  .content-2 {
    flex: 1;
  }

  .display-1 {
    display: block;
  }

  .hero-bg.home {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .hero-slide._1 {
    background-size: cover;
  }

  .hero-title.sort {
    font-size: 10px;
  }

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .hero-left {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .hero-flex-2 {
    flex-wrap: wrap-reverse;
    min-height: 350px;
    display: flex;
  }

  .scroll-arrow {
    width: 18px;
  }

  .hero-bg-container.home {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .hero-slider {
    width: 100%;
    min-width: auto;
    height: 100%;
    position: relative;
  }

  .hero-section-2 {
    max-width: 100%;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}