:root {
  --dt_black: #231f20;
  --blush: #de5d83;
  --radius_s: 4px;
  --darker-gray: #f2f2f2;
  --light-gray: #f7f7f7;
  --radius_m: 10px;
  --radius_round: 250px;
  --white: white;
  --font-size_xxl: 8em;
  --font-size_xl: 6em;
  --font-size-l: 4em;
  --font-size-m: 3em;
  --font-size-s: 2.5em;
  --font-size-standard: 14px;
  --radius_l: 15px;
  --border_light_gray: #00000026;
  --green: #448919;
  --color: #be1600;
  --radius_0: 0px;
  --transperent: #fff0;
  --radius_xl: 25px;
  --color-2: #777;
  --size: 0px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--dt_black);
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dt_black);
  letter-spacing: .05px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 3.75em;
  font-weight: 600;
  line-height: 1;
}

h2 {
  color: var(--dt_black);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 2.125em;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

h5 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

p {
  color: var(--dt_black);
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--blush);
  letter-spacing: .3px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav--wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

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

.login-btn {
  border: 1px solid var(--dt_black);
  color: var(--dt_black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 22px;
  font-size: 12px;
}

.login-btn.small {
  text-transform: none;
  border-color: #231f2026;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.div-block-2 {
  margin-left: auto;
}

.dt-logo {
  height: 1.375em;
}

.nav-menu {
  background-color: #fff;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: static;
}

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

.nav--drop-list {
  background-color: #fff;
  border-top: 1px solid #00000026;
  padding-top: 80px;
  padding-bottom: 30px;
  inset: 100% 0% auto;
  box-shadow: 0 5px 8px #00000014;
}

.nav--sublink-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav_link {
  color: var(--dt_black);
  cursor: pointer;
  align-items: flex-start;
  margin-bottom: 35px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.nav_link:hover {
  transform: translate(6px);
}

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

.sub-text {
  color: #6f6f6f;
  letter-spacing: .4px;
  max-width: 350px;
  font-weight: 400;
}

.div-block-4 {
  padding-right: 5%;
}

.nav--bg-overlay {
  background-color: #f5f5f7;
  width: 36%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn {
  border-radius: var(--radius_s);
  background-color: var(--dt_black);
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  min-width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: background-color .2s;
}

.btn:hover {
  background-color: #000;
}

.btn.outline {
  border: 1px solid var(--dt_black);
  color: var(--dt_black);
  background-color: #fff;
}

.btn.outline:hover {
  background-color: #f7f7f7;
}

.btn.full-width {
  width: 100%;
}

.btn.gray {
  width: 100%;
  color: var(--dt_black);
  background-color: #f2f2f2;
}

.btn.gray-outline {
  color: var(--dt_black);
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  overflow: visible;
}

.wrapper.wide {
  padding-left: 3rem;
  padding-right: 3rem;
}

.div-block-5 {
  margin-top: 35px;
}

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

.div-block-6 {
  width: 45%;
}

.component-div {
  margin-bottom: 35px;
}

.square-20 {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.nav--text {
  color: var(--dt_black);
  letter-spacing: .2px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.hero-section {
  margin-bottom: 50px;
}

.dropdown {
  border: 1px solid #00000026;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.dropdown-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  display: flex;
}

.dropdown-bottom {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.drop-top-title {
  letter-spacing: .3px;
  text-transform: uppercase;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.drop-bottom-content-div {
  border-top: 1px solid #00000026;
  padding: 50px 3.125em;
}

.tolk-grid-div {
  z-index: 1;
  border-radius: 5px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.tolk-grid-div.grid-1 {
  height: 220px;
}

.tolk-grid-div.grid-3 {
  height: 300px;
}

.tolk-grid-div.grid-4, .tolk-grid-div.grid-5 {
  height: 260px;
}

.tolk-grid {
  grid-column-gap: 2.1875em;
  grid-row-gap: 2.1875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr 1.15fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  height: 370px;
  margin: 70px auto 100px;
  padding-left: 3.125em;
  padding-right: 3.125em;
  display: grid;
  position: relative;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img.round {
  border-radius: 4px;
}

.img.left-aligned {
  object-position: 0% 50%;
}

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

.p-center_450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.tolk-body {
  margin-top: 100px;
}

.divider_35 {
  flex: none;
  width: 35px;
  height: 35px;
}

.tolk-accent {
  background-color: var(--blush);
  border-bottom-right-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto 0% -10% 45%;
  transform: rotate(16deg);
}

.section {
  align-items: center;
  margin-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.no-margin {
  margin-bottom: 0;
}

.section.black {
  background-color: var(--dt_black);
}

.section.dark-gray {
  background-color: var(--darker-gray);
}

.h2_short {
  max-width: 350px;
}

.p_short {
  max-width: 380px;
}

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

.step-div {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 1px solid #00000026;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3.125em;
}

.step-div.firts-step {
  background-color: #f5f5f7;
  border-style: none;
}

.step-circle {
  background-color: var(--dt_black);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 35px;
  display: flex;
}

.step-number {
  color: #f0f0f0;
  margin-bottom: 0;
  font-size: 18px;
}

.wrapper-short {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125em;
  padding-right: 3.125em;
  overflow: hidden;
}

.flex-space-beteween-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mockup-body-div {
  width: 90%;
  margin-left: auto;
}

.tolk-mockup {
  width: 50%;
  position: relative;
}

.mockup-text-div {
  width: 40%;
  padding-top: 50px;
}

.mockup-popup {
  border-radius: 35px;
  width: 75%;
  position: absolute;
  inset: 40% auto auto 0%;
  overflow: hidden;
  box-shadow: 2px 4px 14px 2px #0000001a;
}

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

.video-div {
  border-radius: 20px;
  max-width: 650px;
  margin-top: 50px;
  overflow: hidden;
}

.video-tabs {
  text-align: center;
  margin-top: 50px;
}

.video--tablink {
  color: #868686;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
}

.video--tablink.w--current {
  border-bottom-color: var(--dt_black);
  color: var(--dt_black);
  background-color: #0000;
  font-weight: 600;
}

.video-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

.footer-section {
  margin-top: 150px;
}

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

.footer-log {
  text-align: left;
  height: 25px;
  margin-bottom: 35px;
  margin-right: auto;
}

.p-white {
  color: #fff;
}

.footer-top {
  background-color: #0f0e0f;
  padding-top: 75px;
  padding-bottom: 75px;
}

.footer-bottom {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 15px;
}

.footer--text {
  font-size: 14px;
}

.footer-botom-link {
  color: var(--dt_black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.footer-botom-link.border {
  border-left: 1px solid var(--dt_black);
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.sm-link {
  margin-left: 10px;
}

.cta-div-center {
  text-align: center;
  margin-top: 35px;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.footer-link:hover {
  transform: translate(5px);
}

.footer-subheading {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
}

.footer-divider {
  border: 1px solid #ffffff26;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-label {
  font-size: 16px;
  font-weight: 500;
}

.form-input {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 5px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.form-input:focus {
  outline-color: var(--dt_black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.form-input.textarea {
  min-height: 120px;
  padding-top: 12px;
}

.boka-tolk-body {
  grid-column-gap: 100px;
  min-height: 98vh;
  padding-top: 0;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

.tabs-full-width {
  width: 100%;
}

.tabs-menu-fw {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.tab-fw {
  opacity: .5;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #fff;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.tab-fw.w--current {
  border-bottom-color: var(--dt_black);
  opacity: 1;
  color: #000;
  background-color: #0000;
}

.quick-stack-no-padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.tabs-content {
  overflow: visible;
}

.akut-toggle {
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #00000026;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 35px;
  margin-left: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.akut-toggle-ponny {
  background-color: var(--blush);
  border-radius: 50px;
  width: 24px;
  height: 24px;
}

.p-no-margin {
  margin-bottom: 0;
}

.boka-tolk-cell {
  padding-top: 7.5em;
}

.akut-body {
  width: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.akut-text {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

.skut-number {
  font-size: 2em;
  font-weight: 600;
  line-height: 44px;
}

.tab-icon {
  margin-bottom: 10px;
}

.about-h1 {
  z-index: 10;
  text-align: center;
  letter-spacing: 5px;
  font-size: 16em;
  line-height: .7em;
  position: relative;
}

.about-header {
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.about-video {
  background-image: linear-gradient(#ffffff0d, #ffffff0d);
  width: 50%;
  max-width: 350px;
  height: 80%;
  position: absolute;
}

.background-video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.about-bubble-symbol {
  position: absolute;
  inset: auto -20px -20px auto;
}

.play-pause-button {
  width: 35px;
  height: 35px;
  inset: 15px 15px auto auto;
}

.about-header-white {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.about-intro-div {
  max-width: 900px;
  margin-top: 50px;
}

.about-h2 {
  letter-spacing: 1px;
  font-size: 3.2em;
  line-height: 1.2em;
}

.about-link-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.about-cell {
  min-height: 350px;
  color: var(--dt_black);
  cursor: pointer;
  background-color: #f7f7f7;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.about-cell:hover {
  transform: translate(0, -10px);
}

.about-cell.black {
  background-color: var(--dt_black);
  color: #fff;
}

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

.gasell {
  height: 80px;
  margin-left: 30px;
  margin-right: 30px;
}

.about-link-img {
  height: 10px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.about-tabs {
  align-items: flex-start;
  display: flex;
}

.tabs-content-2 {
  flex: 1;
  padding-left: 8.125em;
}

.about-tabs-menu {
  border-bottom: 1px solid #00000026;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.about--tab-link {
  opacity: .5;
  background-color: #0000;
  background-image: url('../images/Arrow-head-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #00000026;
  padding-top: 35px;
  padding-bottom: 35px;
}

.about--tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Long-arrow.svg');
  padding-left: 75px;
}

.div-block-8 {
  margin-top: 4.375em;
  margin-bottom: 3.125em;
}

.about-link-title {
  font-size: 4.2em;
  line-height: 48px;
}

.nav-link-div {
  margin-left: 15px;
  margin-right: 15px;
}

.mw-450 {
  max-width: 450px;
}

.div-block-12 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.usp-square {
  border: 1px solid #00000026;
  border-radius: 10px;
  padding: 4em;
}

.div-block-14 {
  border-radius: 10px;
  width: 55%;
  height: 700px;
  overflow: hidden;
}

.div-block-15 {
  width: 40%;
}

.carrer-img-stack {
  width: 100%;
  height: 100%;
  padding: 0 0 0 4em;
  position: relative;
}

.cliff-cell {
  text-align: center;
  align-items: center;
}

.quick-stack-2 {
  margin-top: 35px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.circle-350 {
  z-index: -1;
  background-color: #f7f7f7;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: auto auto 0% 10%;
}

.div-block-19 {
  justify-content: space-around;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.cliffet-header-child {
  border-radius: 10px;
  flex: none;
  width: 50%;
  overflow: hidden;
}

.div-block-20 {
  border-radius: 10px;
  width: 45%;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
}

.div-block-21 {
  z-index: -1;
  background-color: var(--blush);
  border-bottom-right-radius: 70px;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto .7em 10px auto;
  transform: rotate(10deg);
}

.div-block-22 {
  background-color: #f7f7f7;
  max-width: 700px;
  margin-top: 50px;
  padding: 70px;
}

.cliffer-media-stack {
  grid-column-gap: 50px;
}

.h3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-no-margins {
  margin-bottom: 0;
}

.heading {
  text-align: center;
  margin-bottom: 70px;
  font-size: 8em;
  line-height: .9em;
}

.heading.left {
  text-align: left;
  display: none;
}

.div-block-24 {
  text-align: center;
  margin-top: 50px;
}

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

.cliffer-item {
  flex: none;
}

.cliffer-link {
  height: 100%;
  color: var(--dt_black);
  border: 1px solid #00000026;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.cliffer-link:hover {
  transform: translate(0, -10px);
}

.div-block-25 {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  overflow: hidden;
}

.div-block-28 {
  width: 50%;
  height: 85vh;
  position: relative;
}

.logo-stack {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-cell {
  border-bottom: 1px solid #00000026;
  border-right: 1px solid #00000026;
  justify-content: center;
  align-items: stretch;
  padding: 15% 33%;
}

.logo-cell.no-right-border {
  border-right-style: none;
}

.logo-cell.no-bottom-border {
  border-bottom-style: none;
}

.logo-cell.no-right-bottom {
  border-bottom-style: none;
  border-right-style: none;
}

.div-block-30, .div-block-31 {
  max-width: 350px;
}

.quick-stack-5 {
  grid-column-gap: 15em;
  padding-left: 0;
}

.div-block-41 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 70px;
  margin-top: 35px;
  display: grid;
}

.cell-3 {
  justify-content: center;
}

.image-2 {
  position: absolute;
  inset: auto 20px 20px auto;
}

.blog-cell-one {
  text-align: left;
  padding-bottom: 50px;
  padding-left: 5em;
  padding-right: 5em;
}

.div-block-44 {
  width: 100%;
  height: 40.625em;
  overflow: hidden;
}

.cell-4 {
  grid-column-gap: 20px;
  border-bottom: 1px solid #00000026;
  align-items: stretch;
  padding-bottom: 100px;
  padding-left: 6em;
  padding-right: 6em;
}

.blog-author {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.quick-stack-6 {
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

.cell-5 {
  padding-top: 100px;
}

.b-author-name {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.author-roll {
  margin-bottom: 0;
  font-size: 12px;
}

.blog-h1 {
  letter-spacing: .05px;
  margin-bottom: 35px;
  font-size: 5em;
  line-height: .9;
}

.rte {
  width: 100%;
  max-width: 700px;
  margin-top: 50px;
}

.rte h2 {
  margin-top: 50px;
  font-size: 2em;
}

.rte ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 35px;
  list-style-type: square;
  display: flex;
}

.rte li {
  font-size: 16px;
  line-height: 24px;
}

.rte img {
  width: 100%;
  height: 100%;
}

.rte figure {
  width: 100%;
  margin: 50px 0;
}

.rte figcaption {
  color: #fff;
  letter-spacing: .3px;
  background-color: #00000080;
  padding: 12px 30px;
  font-size: 10px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.rte p {
  margin-bottom: 20px;
  line-height: 24px;
}

.rte blockquote {
  border-left-width: 2px;
  border-left-color: var(--blush);
  max-width: 500px;
  margin: 35px auto;
  font-size: 14px;
  font-style: italic;
}

.rte h3 {
  margin-top: 35px;
  font-size: 14px;
}

.div-block-52 {
  max-width: 700px;
}

.paragraph-3 {
  border-left: 2px solid var(--blush);
  letter-spacing: .5px;
  margin-bottom: 25px;
  padding: 6px 12px;
  font-size: 14px;
}

.div-block-53 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  margin-top: 9.375em;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: 9.375em;
  padding-left: 0;
  position: relative;
}

.blog-related-title {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
}

.collection-list-2 {
  grid-column-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.collection-item {
  width: 33%;
}

.collection-list-wrapper {
  width: 100%;
}

.link-block {
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
}

.link-block:hover {
  transform: translate(0, -16px);
}

.link-p-hide {
  opacity: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block-2 {
  height: 25px;
  margin-left: 20px;
  position: relative;
}

.nyhetsbrev-container {
  text-align: center;
  border: 1px solid #00000026;
  border-radius: 5px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.form-check {
  border-color: #000;
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.form-check.w--redirected-checked {
  border-style: none;
  border-color: var(--dt_black);
  background-color: var(--dt_black);
  background-size: 10px 10px;
}

.form-check.w--redirected-focus {
  box-shadow: none;
}

.form-check-div {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.checkbox-text {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
}

.link-black {
  color: var(--dt_black);
}

.div-block-57 {
  margin-top: 8em;
}

.div-block-58 {
  margin-top: 35px;
}

.hide {
  display: none;
}

.search-input {
  background-color: #fff0;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.search-input.mini {
  font-size: 14px;
}

.search-input-div {
  background-color: var(--light-gray);
  border: 1px solid #00000026;
  border-radius: 100px;
  align-items: center;
  height: 60px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
}

.search-input-div.hide {
  display: none;
}

.search-input-div.mini {
  border-radius: var(--radius_s);
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

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

.search-icon.mini {
  width: 15px;
  margin-right: 5px;
}

.blog-filters {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
  overflow: auto;
}

._w-video {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.speaker-img {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.flex-block-2 {
  grid-column-gap: 15px;
  align-items: center;
}

.speaker-div {
  cursor: pointer;
  background-color: #f7f7f7;
  border-radius: 50px;
  width: 100%;
  padding: 20px 18px;
}

.div-block-61 {
  align-self: stretch;
  max-width: 700px;
  margin-top: 50px;
}

.about-speaker-div {
  padding: 50px;
  display: none;
}

.flex-words {
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

.collection-item-2 {
  margin-bottom: 15px;
}

.div-block-62 {
  flex: 1;
}

.speaker-arrow-down {
  padding: 20px;
  transform: rotate(90deg);
}

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

.link-block-3 {
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
}

.link-block-3:hover {
  transform: translate(0, -10px);
}

.div-block-63 {
  border-radius: 4px;
  width: 100%;
  height: 20em;
  position: relative;
  overflow: hidden;
}

.div-block-64 {
  margin-top: 50px;
}

.div-block-65 {
  width: 100%;
  height: 250px;
}

.collection-item-3 {
  flex: none;
  justify-content: center;
  align-items: center;
}

.collection-list-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter-check-div {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
}

.filter-box {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.filter-box.w--redirected-checked {
  background-color: var(--dt_black);
  background-image: none;
}

.filter-check-text {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.invissible {
  opacity: 0;
  margin-bottom: 0;
  padding: 6px 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-66 {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  overflow: hidden;
}

.div-block-67 {
  margin-top: 9.375em;
}

.quick-stack-8 {
  grid-column-gap: 70px;
  margin-top: 3em;
  margin-left: -5em;
  margin-right: -5em;
  padding: 0;
}

.cell-7 {
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

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

.div-block-68 {
  max-width: 700px;
  margin-top: 50px;
}

.div-block-69 {
  margin-top: 15px;
  margin-bottom: 6.25em;
  display: flex;
}

.div-block-70 {
  border-right: 1px solid #00000026;
  margin-right: 50px;
  padding-right: 50px;
}

.event-info {
  font-size: 18px;
}

.event-info-h3 {
  color: var(--blush);
  letter-spacing: .7px;
  margin-top: 0;
  font-size: 14px;
}

.schedule-item {
  cursor: pointer;
  border-top: 1px solid #00000026;
  padding-top: 35px;
  padding-bottom: 35px;
}

.schedule-time {
  width: 70px;
  color: var(--blush);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.schedule-topic {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  line-height: 24px;
}

.div-block-71 {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.dropdown-arrow {
  height: 8px;
}

.div-block-72 {
  margin-top: 35px;
  padding-left: 105px;
  padding-right: 35px;
  display: none;
}

.div-block-73 {
  margin-top: 35px;
}

.p-bold {
  font-weight: 500;
}

.collection-list-6 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.svg-letter {
  height: 100%;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.tab-link-gray {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 2px;
  width: 150px;
}

.tab-link-gray.w--current {
  background-color: var(--dt_black);
  color: #fff;
}

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

.tabs-content-3 {
  margin-top: 100px;
}

.div-block-75 {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.paragraph-6 {
  width: 40%;
}

.div-block-76 {
  border-radius: 4px;
  width: 40%;
  height: 400px;
  overflow: hidden;
}

.div-block-81 {
  height: 800px;
  position: relative;
}

.about-shadow {
  border-radius: 4px;
  box-shadow: 0 3px 18px 3px #0000001a;
}

.image-3 {
  z-index: 10;
  border-radius: 4px;
  position: absolute;
  inset: auto 6em 7em auto;
}

.image-4 {
  position: absolute;
  inset: 10% 30px auto auto;
}

.image-5 {
  position: absolute;
  inset: 10% auto auto 20px;
}

.image-6 {
  z-index: 4;
  position: absolute;
  inset: auto auto 7em 4em;
}

.image-7 {
  z-index: 7;
  position: absolute;
  inset: 0% auto auto 40%;
}

.image-8 {
  z-index: 2;
  position: absolute;
  inset: auto auto 20% 40%;
}

.image-8.about-shadow {
  width: 35vw;
}

.image-9 {
  z-index: 3;
  position: absolute;
  inset: auto auto 45% 15%;
}

.image-10 {
  position: absolute;
  inset: auto auto 50% 5%;
}

.blog-section {
  border-bottom: 1px solid #00000026;
  padding-bottom: 20px;
}

.radial-circle {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radial-circle.w--redirected-checked {
  background-color: var(--dt_black);
  border-width: 1px;
  border-color: #000;
}

.radio-label {
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.radio-btn {
  text-align: left;
  align-items: center;
  display: flex;
}

.div-block-82 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  overflow: hidden;
}

.lottie-animation-2 {
  transform: scale(2);
}

.blog-categories-filters {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  margin-right: 20px;
  display: flex;
}

.service-usp {
  justify-content: flex-start;
  padding-right: 5em;
}

.quick-stack-10 {
  grid-column-gap: 6.25em;
  grid-row-gap: 50px;
  padding-top: 50px;
}

.div-block-88 {
  border-top: 1px solid #00000026;
  padding: 70px;
}

.div-block-89 {
  grid-column-gap: 6em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.div-block-90 {
  padding-left: 5em;
}

.div-block-91 {
  background-color: var(--dt_black);
  border-radius: 5px;
  overflow: hidden;
}

.div-block-92 {
  background-color: #f7f7f7;
}

.section-3 {
  background-image: linear-gradient(#e5e5e5, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cliffer {
  opacity: .65;
  border-radius: 10px;
  flex: none;
  width: 20%;
  height: 75%;
  margin-left: 1em;
  margin-right: 1em;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
  box-shadow: 0 5px 18px #0000001a;
}

.cliffer:hover {
  opacity: 1;
  transform: translate(0, -10px);
}

.cliffer.one-cliffer {
  width: 45%;
}

.cliffer.two-cliffer {
  width: 18%;
}

.cliffer.three-cliffer {
  width: 40%;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.div-block-94 {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
}

.heading-2 {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.7em;
}

.section-4 {
  align-items: center;
  min-height: 90vh;
  margin-bottom: 50px;
  display: flex;
}

.quick-stack-11 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home-tolk {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-96 {
  align-items: center;
  width: 100%;
  height: 90px;
  padding-right: 2em;
  display: flex;
}

.cell-9 {
  padding-right: 3em;
}

.home-tolk-small {
  border-radius: 20px;
  width: 145px;
  height: 145px;
  position: relative;
  overflow: hidden;
}

.white-overlay {
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.tab-link {
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  align-items: flex-start;
  padding: 36px 20px 36px 0;
  display: flex;
}

.tab-link.w--current {
  color: var(--blush);
  background-color: #fff;
}

.h2-white {
  color: #fff;
}

.div-block-100 {
  margin-bottom: 35px;
  padding-top: 100px;
  padding-bottom: 70px;
}

.heading-4 {
  color: var(--blush);
  font-size: 8em;
}

.testimonials-cell {
  background-color: #313131;
  border: 1px solid #ffffff26;
  border-radius: 2px;
  flex: none;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-101 {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.h3-white {
  color: #fff;
}

.h3-white.mo-top-margin {
  margin-top: 0;
}

.div-block-102 {
  border-radius: 100%;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  overflow: hidden;
}

.div-block-103 {
  align-items: flex-start;
  min-width: 400px;
  display: flex;
}

.div-block-105 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-106 {
  width: 100%;
  height: 45vh;
}

.div-block-110 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.div-block-119 {
  justify-content: space-between;
  display: flex;
}

.div-block-120 {
  width: 65%;
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.div-block-121 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.div-block-122 {
  text-align: center;
  border-top: 1px solid #00000026;
  margin-top: 70px;
  padding-top: 70px;
}

.cell-10 {
  padding-left: 30%;
}

.cell-11 {
  padding-top: 40%;
}

.quick-stack-12 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

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

.logo-body._1 {
  align-items: flex-end;
}

.logga-stack {
  grid-column-gap: 9.5rem;
  grid-row-gap: 9.5rem;
  padding-left: 0;
  padding-right: 0;
}

.image-11 {
  z-index: -1;
  width: 100px;
  display: none;
  position: absolute;
  inset: -100px 0% auto auto;
}

.div-block-123 {
  margin-bottom: 20px;
}

.black-overlay {
  opacity: 0;
  background-color: #000;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.tolk-namn-home {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/White-short-arrow-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-right: 38px;
  font-size: 12px;
  font-weight: 600;
  transition: opacity .2s;
  position: absolute;
  inset: auto 20px 20px auto;
}

.div-block-125 {
  z-index: 1;
  border-radius: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  min-height: 70vh;
}

.div-block-126 {
  background-color: #eaeaea;
  border-radius: 4px;
  align-items: center;
  height: 55vh;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}

.image-12 {
  z-index: 10;
  margin-top: 3%;
  margin-left: 3%;
  position: relative;
}

.image-13 {
  position: absolute;
  inset: 80% auto auto 12%;
}

.image-14 {
  position: absolute;
  inset: 60% 35% 0% auto;
}

.image-15 {
  position: absolute;
  inset: 20% 15% auto auto;
}

.div-block-127 {
  background-color: #e0e0e0;
  width: 65%;
  height: 300px;
  position: absolute;
  inset: 30% 10% 0% auto;
}

.div-block-128 {
  background-color: #e0e0e0;
  width: 20%;
  height: 30px;
  position: absolute;
  inset: 10% auto auto 20%;
}

.quick-stack-14 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
}

.heading-5 {
  font-size: 1.6em;
}

.div-block-130 {
  height: 70px;
}

.sticky-scroll-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.scroll-right {
  flex: 1;
  position: sticky;
  top: 12vh;
}

.scroll-left {
  padding-bottom: 20vh;
}

.sticky-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.sticky-img.second, .sticky-img.third, .sticky-img.first {
  opacity: 0;
}

.div-block-131 {
  background-color: #f7f7f7;
  border-radius: 4px;
  height: 76vh;
  position: relative;
  overflow: hidden;
}

.scroll-left-text {
  padding-top: 16vh;
  padding-bottom: 16vh;
  padding-right: 80px;
}

.scroll-mob-img {
  display: none;
}

.section-6 {
  margin-bottom: 150px;
  padding-top: 70px;
}

.medium-span {
  font-weight: 500;
}

.link-block-4 {
  cursor: pointer;
  border: 1px solid #00000026;
  border-radius: 4px;
  height: 100%;
  padding: 50px 50px 40px;
  text-decoration: none;
  transition: transform .2s;
  position: relative;
}

.link-block-4:hover {
  transform: translate(0, -10px);
}

.image-16 {
  height: 20px;
  margin-bottom: 35px;
}

.image-16.small {
  height: 15px;
  display: none;
}

.image-16.big {
  height: 40px;
}

.image-17 {
  position: absolute;
  inset: 30px 20px auto auto;
  transform: rotate(-45deg);
}

.image-18 {
  z-index: 1;
  height: 50px;
  display: none;
  position: absolute;
  inset: auto auto 0% 28%;
}

.pointer-icon {
  z-index: 11;
  height: 20px;
  position: absolute;
  inset: 40% auto auto 3%;
}

.div-block-132 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 70px;
  display: flex;
}

.div-block-133 {
  width: 55%;
  margin-left: auto;
}

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

.link-2 {
  font-weight: 600;
  text-decoration: none;
}

.link-block-5 {
  align-items: center;
  margin-top: 35px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.link-block-5:hover {
  transform: translate(10px);
}

.paragraph-8 {
  color: var(--blush);
  margin-bottom: 0;
  margin-right: 10px;
}

.paragraph-9 {
  color: #fff;
  background-image: url('../images/Phone-icon-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
}

.paragraph-9.email {
  background-image: url('../images/email-ikonen-vit.svg');
}

.paragraph-9.adress {
  background-image: url('../images/Adress-ikonen.svg');
  background-position: 0 0;
  margin-top: 30px;
}

.semibold-span {
  font-weight: 600;
}

.link-4 {
  color: #fff;
  letter-spacing: .5px;
}

.div-block-134 {
  text-align: left;
}

.big-link {
  font-size: 32px;
  text-decoration: none;
}

.div-block-135 {
  margin-bottom: 70px;
}

.dropdown-2 {
  display: block;
}

.value-toggle {
  background-image: url('../images/Letter-C.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  padding-left: 45px;
  display: block;
}

.value-toggle.l {
  background-image: url('../images/Letter-L.svg');
}

.value-toggle.i {
  background-image: url('../images/Letter-I.svg');
}

.value-toggle.f {
  background-image: url('../images/Letter-F.svg');
}

.dropdown-list {
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 17px;
  position: relative;
}

.text-block-3 {
  font-size: 16px;
}

.footer-sm-logga {
  height: 30px;
}

.pris-logo {
  height: 50px;
}

.pris-logo._2 {
  height: 30px;
}

.div-block-136 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-137 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70vh;
  display: grid;
}

.div-block-138 {
  border-radius: 4px;
  margin-left: 10px;
  overflow: hidden;
}

.div-block-139 {
  border-radius: 4px;
  margin-top: 30px;
  margin-right: 35px;
  overflow: hidden;
}

.div-block-140 {
  border-radius: 4px;
  margin-bottom: 70px;
  overflow: hidden;
}

.service-lottie {
  text-align: left;
  width: 55px;
  margin-bottom: 35px;
}

.div-block-141 {
  max-width: 550px;
  margin-left: auto;
  padding-right: 150px;
}

.m-r-10 {
  margin-left: 10px;
}

.div-block-142 {
  margin-top: 6em;
}

.h1-break-word {
  overflow-wrap: break-word;
}

.paragraph-10 {
  margin-bottom: 0;
  font-style: italic;
}

.div-block-143 {
  border-radius: 4px;
  overflow: hidden;
}

.div-block-144 {
  overflow: hidden;
}

.div-border-4 {
  border-radius: 4px;
  overflow: hidden;
}

.div-block-145 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 90vh;
  margin-bottom: 70px;
  padding-bottom: 3em;
  display: flex;
}

.career-video-animation-div {
  width: 220px;
  height: 200px;
  margin-bottom: 70px;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.career-h1 {
  font-size: 4.2em;
}

.background-video-5 {
  width: 100%;
  height: 100%;
}

.div-block-147 {
  background-color: var(--dt_black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 100px;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-148.right {
  justify-content: flex-end;
}

.div-block-149 {
  max-width: 350px;
}

.div-block-149.right {
  text-align: right;
}

.custom-icon {
  color: #f0f0f0;
  height: 45px;
}

.div-block-150 {
  border: 1px solid var(--dt_black);
  cursor: pointer;
  background-image: url('../images/Arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 70px;
}

.paragraph-11 {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
}

.div-block-151 {
  z-index: 10;
  height: 80px;
  position: relative;
}

.div-block-152 {
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 80px 0% 0%;
}

.div-block-153 {
  text-align: left;
  max-width: 600px;
  margin-top: 35px;
  margin-left: 20%;
  padding-bottom: 35px;
}

.popup {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-overlay {
  background-color: #000000d9;
  position: absolute;
  inset: 0%;
}

.popup-wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: relative;
}

.popup-left {
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 65%;
  padding: 6em;
}

.popup-right {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.lottie-animation-4 {
  width: 60%;
}

.popup-close {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: -30px -30px auto auto;
  box-shadow: 0 2px 18px #0003;
}

.image-19 {
  margin-bottom: 20px;
  display: none;
}

.div-block-157 {
  margin-top: 35px;
}

.form-block {
  width: 100%;
}

.form-success-wrapper {
  background-color: #f7f7f7;
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.div-block-158 {
  width: 100%;
  margin-top: 50px;
}

.html-embed {
  margin-top: 70px;
}

.div-block-159 {
  border-left: 5px solid var(--blush);
  margin-bottom: 35px;
  padding: 8px 11px;
}

.book-img-div {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.book-img-div.stroke {
  border: 1px solid #231f20;
}

.div-block-161 {
  flex: 1;
  align-items: flex-end;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-162 {
  flex: 1;
}

.div-block-163 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 5em;
  display: grid;
}

.div-block-164 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  margin-top: 50px;
  display: grid;
}

.div-block-165 {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
}

.logo-header-small {
  height: 20px;
}

.desctop-hide {
  display: none;
}

.cliffers-media {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-166 {
  padding-left: 12em;
}

.career-icon {
  width: 60px;
}

.playbook-info-section {
  background-color: #fff;
  position: relative;
  inset: 0%;
  transform: none;
}

.close-model-btn {
  z-index: 100;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: url('../images/Close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #00000026;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  position: absolute;
  top: 50px;
  right: 50px;
}

.playbook-overlay {
  background-color: #000000a6;
  display: none;
  position: absolute;
  inset: 0%;
}

.playbook-section {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.playbook-content {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-169 {
  border-top: 1px solid #00000026;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.div-block-170 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-171 {
  padding-top: 7em;
  padding-left: 6em;
  padding-right: 6em;
}

.div-block-172 {
  border-radius: 20px;
  overflow: hidden;
}

.link-block-6 {
  background-image: url('../images/Chat-icon-black.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-top: 35px;
  padding-right: 30px;
  text-decoration: none;
}

.paragraph-12 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.mw-350 {
  max-width: 350px;
}

.mw-550 {
  max-width: 550px;
}

.div-block-173 {
  align-items: flex-start;
  margin-top: 35px;
  padding-left: 6em;
  display: flex;
}

.div-block-174 {
  background-color: var(--dt_black);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-right: 3em;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.p-white_no-margin {
  color: #fff;
  margin-bottom: 0;
}

.book-nav-btn {
  text-align: center;
  margin-right: 2.2em;
  text-decoration: none;
  transform: scale(.95);
}

.book-nav-btn.big {
  margin-left: 1.7em;
  margin-right: 1.7em;
}

.book-nav-link {
  background-color: var(--dt_black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-nav-link.gray {
  background-color: var(--darker-gray);
}

.playbook-nav-work {
  z-index: 95;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #fff;
  border-top: 1px solid #00000026;
  padding-top: 15px;
  display: flex;
  position: sticky;
  top: 0;
  transform: scale(.95);
}

.playbook-nav-work.book-middle {
  border-top-style: none;
  justify-content: center;
  transform: none;
}

.playbook-small-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

.div-block-177 {
  width: 700px;
  height: 117px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-6 {
  width: 100%;
  height: 100%;
}

.div-block-178 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  max-height: 800px;
  display: flex;
}

.div-block-179 {
  background-color: var(--dt_black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-179:hover {
  transform: translate(0, -15px);
}

.div-block-179.gray {
  background-color: #f5f5f5;
}

.div-block-180 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  padding-bottom: 8em;
  display: grid;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.heading-7.black {
  color: var(--dt_black);
}

.image-21 {
  opacity: .17;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-22 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 12% 0% auto;
}

.category-section {
  padding-top: 12em;
}

.category-section.less-padding {
  padding-top: 8em;
}

.icon-embed {
  display: flex;
}

.italic {
  font-style: italic;
}

.mw-650 {
  max-width: 650px;
}

.mw-750 {
  max-width: 750px;
}

.tooling-item {
  background-color: #f5f5f5;
  border-radius: 4px;
  align-items: center;
  min-height: 70px;
  margin-top: 20px;
  padding: 26px;
  display: flex;
}

.tooling-item_title {
  flex: none;
  width: 45%;
  margin-bottom: 0;
  margin-right: 2em;
  font-size: 18px;
  font-weight: 500;
}

.tooling-item_icon {
  flex: none;
  width: 40px;
  display: flex;
}

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

.playbook_cat-div {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.playbook-lottie-main-cat {
  width: 50px;
  position: absolute;
  inset: 0%;
}

.div-block-183 {
  text-align: left;
  margin-top: 25px;
}

.quick-stack-16 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 35px 8em;
}

.div-block-184 {
  background-color: var(--dt_black);
  border-radius: 4px;
  min-width: 90px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: 10px;
  padding: 12px 32px;
  display: inline-block;
}

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

.p-uppercase-bold {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.div-block-186 {
  cursor: pointer;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  overflow: hidden;
}

.div-block-186:hover {
  transform: scale(.9);
}

.playbook-reveal-more {
  cursor: pointer;
}

.cell-13 {
  align-items: center;
}

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

.quick-stack-17 {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  margin-top: 50px;
}

.align-center-all-devices {
  text-align: center;
}

.popup-btn {
  cursor: pointer;
  background-image: url('../images/Shoer-arrow-icon.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #00000026;
  border-radius: 4px;
  align-items: center;
  padding: 14px;
  transition: transform .2s;
  display: flex;
}

.popup-btn:hover {
  transform: translate(8px);
}

.popup-btn.black {
  background-color: var(--dt_black);
  background-image: url('../images/White-short-arrow-icon.svg');
}

.p-12 {
  font-size: 12px;
}

.popup-body-playbook {
  z-index: 100;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: scroll;
}

.popup-body-playbook.minimal {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-playbook-content {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 10px;
  align-items: flex-start;
  min-height: 550px;
  padding: 20px 0 70px 50px;
  display: flex;
  position: relative;
}

.popup-playbook-content.mw-750.minimal {
  min-height: 200px;
  padding-bottom: 20px;
  padding-right: 50px;
}

.div-block-187 {
  background-color: var(--dt_black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 35px;
  display: flex;
}

.playbook-popup-close {
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: url('../images/Close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 15px;
  position: sticky;
  inset: 10px auto auto;
}

.playbook-popup-close.minimal {
  position: absolute;
  inset: 10px 10px auto auto;
}

.playbook-popup-info-div.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ul-item {
  margin-bottom: 20px;
  list-style-type: square;
}

.ul {
  margin-top: 35px;
  margin-bottom: 35px;
}

.bold-span {
  font-weight: 700;
}

.bold-span.p-14.mob-hide {
  display: block;
}

.div-block-188 {
  border-top: 1px solid #00000026;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.div-block-189.midlle {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-190 {
  background-color: var(--dt_black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-190.gray {
  background-color: #f5f5f5;
}

.playbook-icon-popup-btn {
  cursor: pointer;
  transition: transform .2s;
}

.playbook-icon-popup-btn:hover {
  transform: scale(.95);
}

.div-block-192 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-193 {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  overflow: hidden;
}

.div-block-193.big {
  width: 150px;
  height: 150px;
}

.div-block-194 {
  margin-top: 25px;
  display: flex;
}

.div-block-195 {
  margin-right: 1.5em;
}

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

.cell-14 {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
}

.div-block-196 {
  flex: none;
  width: 40%;
  height: 650px;
  margin-right: 5em;
}

.div-block-197 {
  margin-top: 5em;
}

.paragraph-13 {
  letter-spacing: .6px;
  text-transform: uppercase;
  background-image: url('../images/Book-ikonen-svart.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  padding-right: 30px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}

.div-block-198 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-199 {
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: url('../images/Shoer-arrow-icon.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  align-items: center;
  padding: 6em;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.div-block-199:hover {
  border: 1px solid #00000026;
}

.div-block-200 {
  margin-left: 50px;
}

.div-block-201 {
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  transition: transform .2s;
  display: flex;
}

.div-block-201:hover {
  transform: scale(.95);
}

.div-block-202 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-stack-18 {
  padding-left: 0;
  padding-right: 0;
}

.cell-15 {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  align-items: center;
  padding: 20px;
}

.div-block-203 {
  padding: 35px 20px 20px;
}

.div-block-204 {
  border-top: 1px solid var(--dt_black);
  border-left: 1px solid #00000026;
  padding: 10px 15px 10px 10px;
  position: relative;
}

.div-block-205 {
  background-color: var(--blush);
  border-radius: 100%;
  width: 11px;
  height: 11px;
  position: absolute;
  inset: -5px auto auto -5px;
}

.div-block-206 {
  padding-left: 5px;
  display: flex;
}

.p-14 {
  font-size: 14px;
  line-height: 20px;
}

.div-block-207 {
  padding-top: 50px;
  overflow: hidden;
}

.div-block-208 {
  border-radius: var(--radius_m);
  text-align: center;
  cursor: pointer;
  background-color: #f7f7f7;
  padding: 50px 30px;
  transition: transform .2s;
}

.div-block-208:hover {
  transform: scale(.95);
}

.div-block-209 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.appear-lottie-div {
  max-width: 250px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-210 {
  border-radius: var(--radius_m);
  background-color: #f7f7f7;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  display: flex;
}

.div-block-210.small {
  width: 80px;
  height: 80px;
}

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

.div-block-211 {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 6em;
}

.div-block-212 {
  border-radius: var(--radius_m);
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 3em;
}

.div-block-213 {
  background-color: var(--blush);
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-214 {
  border-radius: var(--radius_round);
  cursor: pointer;
  border: 1px solid #00000026;
  justify-content: center;
  align-items: center;
  padding: 1px 22px 1px 14px;
  display: flex;
}

.div-block-214.black {
  background-color: var(--dt_black);
  color: var(--white);
  margin-right: 15px;
  padding: 8px 23px;
  text-decoration: none;
}

.html-embed-2 {
  margin-right: 10px;
}

.gray-div {
  border-radius: var(--radius_s);
  background-color: #f7f7f7;
  margin-bottom: 15px;
  padding: 1em;
}

.gray-div.black {
  background-color: var(--dt_black);
}

.div-block-215 {
  margin-top: 50px;
  display: flex;
}

.div-block-216 {
  flex: 1;
}

.div-block-217 {
  width: 40%;
  margin-right: 25px;
}

.cliff-bubble {
  opacity: .05;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 30% auto auto 15%;
}

.wrapper-narrow {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-218 {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.div-block-219 {
  flex: 1;
}

.divider_10 {
  width: 10px;
  height: 10px;
}

.lottie-animation-5 {
  height: 200px;
}

.no-overflow {
  overflow: visible;
}

.heading-8 {
  font-size: var(--font-size_xxl);
  text-align: center;
  text-transform: uppercase;
}

.div-block-220 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-220.less-height {
  min-height: 65vh;
}

.heading-9 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10em;
}

.paragraph-14 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

.lottie-animation-6 {
  height: 60px;
}

.heading-10 {
  font-size: var(--font-size_xl);
  letter-spacing: var(--radius_s);
}

.p-uppercase-medium {
  font-size: var(--font-size-standard);
  letter-spacing: .2px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-11 {
  font-size: var(--font-size-m);
}

.div-block-222 {
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 8em;
  display: flex;
}

.div-block-223 {
  border: 1px solid #000;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
  overflow: hidden;
}

.div-block-224 {
  margin-right: 8em;
}

.custom-btn {
  background-image: url('../images/Shoer-arrow-icon.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #00000026;
  border-radius: 4px;
  padding: 14px 64px 14px 14px;
  text-decoration: none;
  transition: transform .2s;
}

.custom-btn:hover {
  transform: translate(10px);
}

.div-block-226 {
  min-height: 70vh;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.image-23 {
  border-radius: var(--radius_m);
  width: 220px;
  position: absolute;
}

.image-24 {
  z-index: 1;
  border-radius: var(--radius_m);
  width: 360px;
  position: absolute;
  inset: 40% auto auto 10%;
}

.image-25 {
  border-radius: var(--radius_m);
  width: 180px;
  position: absolute;
  inset: auto 30% 20% auto;
}

.background-video-7 {
  border-radius: var(--radius_m);
  width: 100%;
}

.div-block-227 {
  width: 380px;
  position: absolute;
  inset: 8% auto auto 30%;
}

.image-26 {
  border-radius: var(--radius_m);
  width: 400px;
  position: absolute;
  inset: auto 5% 0% auto;
}

.image-27 {
  border-radius: var(--radius_m);
  width: 400px;
  position: absolute;
  inset: 0% 10px auto auto;
}

.poidon-btn-div {
  position: relative;
}

.embed-switch-locker {
  width: 100%;
}

.switch-popup {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.switch-popup-close {
  width: 30px;
  position: absolute;
  inset: 50px 50px auto auto;
}

.div-block-228 {
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-229 {
  flex: none;
  width: 48%;
  margin-right: 50px;
}

.paragraph-15 {
  border-radius: var(--radius_round);
  background-color: #de5d8326;
  padding: 6px 26px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.div-block-230 {
  margin-top: 5em;
}

.div-block-231 {
  border-radius: var(--radius_l);
  width: 100%;
  height: 500px;
  margin-top: 70px;
  overflow: hidden;
}

.div-block-232 {
  margin-top: 50px;
}

.paragraph-16 {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_round);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 2px 18px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.div-block-233 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.div-block-234 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lang-bg {
  background-color: #de5d8326;
}

.quick-stack-19 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 0;
  padding-right: 0;
}

.divider_50 {
  width: 50px;
  height: 50px;
}

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

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

.div-block-237 {
  border-radius: var(--radius_s);
  overflow: hidden;
}

.paragraph-17 {
  border-radius: var(--radius_round);
  letter-spacing: .4px;
  text-transform: uppercase;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #00000026;
  margin-bottom: 0;
  padding: 4px 18px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.div-block-238 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-239 {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_round);
  flex: none;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.div-block-240 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.logga {
  height: 40px;
}

.logga.long {
  height: 30px;
}

.logga.short {
  height: 50px;
}

.div-block-241 {
  border-radius: 15px;
  margin: 20px 50px 50px;
  overflow: hidden;
  box-shadow: 0 4px 9px #0003;
}

.small-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.div-block-242 {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-243 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.gate-body {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff5e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-245 {
  background-color: #fff;
  border-radius: 10px;
  width: 60%;
  padding: 50px;
}

.test-reviel {
  display: none;
}

.div-block-246 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-247 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.heading-12 {
  margin-bottom: 0;
  font-size: 1.8em;
}

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

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

.div-block-248 {
  border-radius: var(--radius_m);
  background-color: #fff;
  padding: 4em 6em;
}

.brand-intro-hero {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-7 {
  z-index: 10;
  width: 70%;
  max-width: 700px;
  position: relative;
}

.lottie-animation-8 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-249 {
  justify-content: space-around;
  align-items: center;
  min-height: 85vh;
  display: flex;
}

.brand-wrap-link {
  border-radius: var(--radius_m);
  text-align: center;
  align-items: center;
  padding: 3.3em 2.2em;
  text-decoration: none;
}

.brand-wrap-link.secoond {
  background-color: var(--light-gray);
}

.div-block-251 {
  flex: 1;
  margin-left: 50px;
}

.divider_15 {
  width: 15px;
  height: 15px;
}

.div-block-252 {
  min-height: 92vh;
}

.body-gray {
  background-color: var(--light-gray);
}

.div-block-253 {
  margin-top: 20px;
}

.div-block-254 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.voice-video-div {
  z-index: 10;
  border-radius: 10px;
  height: 50vh;
  max-height: 600px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.tab-link-hor {
  opacity: .5;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  padding: 16px 45px;
}

.tab-link-hor.w--current {
  opacity: 1;
  background-color: #fff;
  border-bottom-color: #000;
}

.tab-menu-new {
  margin-bottom: 35px;
}

.div-block-255 {
  height: 6em;
}

.grid-2-col-15-space {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 50% minmax(0%, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.grid-2-col-15-space._80-ratio {
  grid-template-columns: 70% minmax(0%, 1fr);
}

.grid-2-col-15-space._40-ratio {
  grid-template-columns: 45% minmax(0%, 1fr);
}

.grid-2-col-15-space._30-ratio {
  grid-template-columns: 35% minmax(0%, 1fr);
}

.range-left {
  border: 1px solid #00000026;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.range-left.right {
  border-radius: 0 100px 100px 0;
  justify-content: flex-end;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
}

.line {
  background-color: var(--dt_black);
  flex: none;
  width: 1px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-256 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

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

.data-row {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.lottie-animation-9 {
  height: 70px;
}

.height-10vh {
  width: 1px;
  height: 10vh;
}

.heading-14 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1em;
}

.div-block-259 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.internal-link {
  padding-right: 40px;
}

.div-block-260 {
  border-radius: var(--radius_m);
  background-color: var(--dt_black);
  border: 1px solid #00000026;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.div-block-260:hover {
  transform: translate(0, -8px);
}

.div-block-260.whit {
  background-color: var(--white);
}

.div-block-261 {
  background-color: var(--light-gray);
  margin-top: 50px;
  padding: 50px;
}

.div-block-262 {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.html-embed-6 {
  margin-left: 15px;
  margin-right: 15px;
}

.lottie-animation-10 {
  height: 80px;
  margin-bottom: 30px;
}

.heading-15 {
  color: var(--green);
}

.cursive {
  font-style: italic;
}

.heading-16, .heading-17, .heading-18 {
  color: var(--color);
}

.paragraph-18 {
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-263 {
  height: 45vh;
  margin-bottom: 75px;
  overflow: hidden;
}

.div-block-264 {
  background-color: var(--light-gray);
  background-image: url('../images/Telefon-ikonen-nav.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 180px;
  padding: 18px 24px 18px 48px;
}

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

.div-block-266 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.div-block-267 {
  min-height: 100vh;
  display: flex;
}

.div-block-268 {
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation-11 {
  height: 100%;
  min-height: 100%;
}

.heading-19 {
  font-size: 2.5em;
}

.div-block-269 {
  text-align: left;
  position: fixed;
  inset: auto 5% 5% auto;
}

.link-5 {
  color: var(--white);
  letter-spacing: .6px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-270 {
  background-color: var(--dt_black);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 34px;
  display: flex;
}

.html-embed-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-272 {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.lottie-animation-12 {
  width: 250px;
}

.html-embed-8 {
  margin-top: 2px;
  margin-right: 6px;
}

.dropdown-icon {
  background-color: var(--darker-gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-273 {
  margin-top: 100px;
}

.faq-radio-option {
  border-radius: var(--radius_round);
  background-color: var(--darker-gray);
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 7px 20px;
}

.faq-radio-option-label {
  font-size: 12px;
  font-weight: 500;
}

.faq-radio-list {
  align-items: center;
  display: flex;
}

.div-block-274 {
  margin-top: 4em;
  margin-bottom: 6em;
}

.link-block-7 {
  background-color: var(--dt_black);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  min-width: 400px;
  padding: 10px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.link-block-7:hover {
  transform: scale(.96);
}

.div-block-275 {
  border-radius: 4px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.div-block-276 {
  z-index: -1;
  text-align: center;
  background-color: #ebebeb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 13px;
  position: relative;
  top: 10px;
}

.div-block-277 {
  margin-bottom: 70px;
}

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

.marquee {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-copy {
  font-size: 28px;
}

.div-block-280 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.div-block-281 {
  border-radius: var(--radius_m);
  width: 100%;
  height: 60vh;
  max-height: 600px;
  margin-top: 70px;
  overflow: hidden;
}

.image-29 {
  width: 25px;
}

.div-block-282 {
  margin-top: 40px;
  margin-bottom: 3rem;
}

.agenda-container {
  justify-content: space-between;
  height: 400px;
  margin-top: 35px;
  margin-bottom: 70px;
  display: flex;
  overflow: hidden;
}

.agenda-container.hide {
  display: none;
}

.agenda-card {
  border-left: 1px solid var(--border_light_gray);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 110px;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  transition: width .7s cubic-bezier(.645, .045, .355, 1), transform .7s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.agenda-card.active {
  overflow: hidden;
}

.agenda-step {
  opacity: .4;
  flex: none;
  font-family: futura-pt, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  transition: opacity .2s, font-size .7s cubic-bezier(.645, .045, .355, 1), transform .2s;
  overflow: hidden;
}

.agenda-title {
  max-width: 250px;
  margin-top: 0;
  overflow: hidden;
}

.agenda-desc {
  max-width: 450px;
  margin-top: 50px;
}

.agenda-content {
  opacity: 0;
  flex-direction: column;
  transition: transform .7s cubic-bezier(.645, .045, .355, 1), opacity .7s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.agenda-speakers {
  filter: grayscale();
  border: 1px solid #000;
  border-radius: 100px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
}

.tabs-menu-gray {
  background-color: var(--darker-gray);
  border-radius: 100px;
  justify-content: center;
  display: flex;
}

.tab-link-tab-3 {
  background-color: var(--transperent);
  color: var(--dt_black);
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  background-color: var(--dt_black);
  color: var(--white);
  border-radius: 50px;
}

.div-block-283 {
  margin-top: 50px;
}

.updates-title {
  height: 44px;
  position: relative;
  top: -22px;
}

.div-block-284 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.newsletter-img {
  border-radius: var(--radius_m);
  flex: none;
  width: 40%;
  height: 350px;
  overflow: hidden;
}

.newletter-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.div-block-287 {
  flex: 1;
  overflow: hidden;
}

.news-menu-container {
  border-radius: var(--radius_m);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #201e1ebf;
  border: 1px solid #8e8e8e;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: fixed;
  inset: auto 0% 15px;
}

.news-link {
  border-left: .6px solid var(--white);
  text-align: center;
  flex: 0 auto;
  padding: 16px 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.news-menu-icon {
  display: none;
}

._12-collumn-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 1900px;
  padding: 1.5rem;
  display: grid;
}

.academy-navbar {
  z-index: 10;
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 90vh;
  display: flex;
  position: sticky;
  top: 1.5rem;
}

.link-block-8 {
  border-bottom: 1px solid var(--border_light_gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 10px;
  display: flex;
}

.html-embed-9 {
  text-align: center;
}

.academy-link {
  padding: 11px 12px;
  text-decoration: none;
  display: block;
}

.academy-link.w--current, .academy-link.active {
  background-color: var(--darker-gray);
}

.a-navbar-bottom {
  border-top: 1px solid var(--border_light_gray);
}

.academy-link-text {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-289 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

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

.div-block-291 {
  display: none;
}

.academy-video-body {
  border-radius: var(--radius_m);
  overflow: hidden;
}

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

.div-block-293 {
  padding: 4rem 2rem;
}

.academy-bottom-suggestions {
  border-top: 1px solid var(--border_light_gray);
  flex-direction: column;
  margin-top: 4rem;
  padding-top: 4rem;
  display: flex;
}

.tutorial-item {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  padding: 6px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.tutorial-item:hover {
  transform: translate(10px);
}

.div-block-295 {
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-296 {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
}

.tutorial-title {
  font-weight: 700;
}

.tutorial-desc {
  line-height: 20px;
}

.div-block-297 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  padding-right: 20px;
  display: flex;
}

.div-block-298 {
  width: 200px;
}

.div-block-299 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.div-block-299.hide {
  display: none;
}

.div-block-300 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.collection-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--radius_s);
  background-color: var(--darker-gray);
  align-items: center;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
}

.links-to-collections-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.image-30 {
  height: 20px;
}

.academy-seperator {
  margin-top: 70px;
}

.news-body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--border_light_gray);
  border-bottom: 1px solid var(--border_light_gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 14px;
  padding-bottom: 14px;
  display: grid;
}

.div-block-301 {
  border-radius: var(--radius_s);
  background-color: var(--dt_black);
  overflow: hidden;
}

.link-block-10 {
  text-align: right;
  background-image: url('../images/Arrow-head-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 6px;
  margin-top: 15px;
  padding-right: 14px;
  text-decoration: none;
  display: block;
}

.div-block-302 {
  max-height: 150px;
  margin-left: auto;
  margin-right: 15px;
  padding-left: 5rem;
  overflow: hidden;
}

.div-block-303 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.quick-stack-20 {
  margin-top: 35px;
  padding: 0;
}

.div-block-304 {
  border-radius: var(--radius_m);
  width: 100%;
  overflow: hidden;
}

.div-block-306 {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  background-color: #de5d8326;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.div-block-307 {
  padding-top: 8rem;
}

.loader-body {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-13 {
  width: 200px;
}

.link-6 {
  border-radius: var(--radius_s);
  background-color: var(--dt_black);
  color: var(--white);
  text-transform: uppercase;
  padding: 4px 20px;
  font-size: 12px;
  text-decoration: none;
}

.interactive-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 98vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-309 {
  width: 100%;
}

.div-block-310 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_m);
  background-color: var(--light-gray);
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 12px;
  display: flex;
}

.html-embed-10 {
  flex: none;
}

.div-block-311 {
  border-radius: var(--radius_s);
  background-color: var(--dt_black);
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.image-31 {
  z-index: 1;
  opacity: .4;
  height: 100%;
  position: absolute;
  inset: 0% 20px auto auto;
}

.heading-20 {
  z-index: 5;
  color: var(--light-gray);
  margin-bottom: 0;
  font-size: 2.75em;
  position: absolute;
  inset: auto auto 20px 20px;
}

.div-block-312 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.a-filter-body {
  margin-top: 10rem;
}

.a-cademy-right {
  position: sticky;
  top: 1.5rem;
}

.academy-filter-close {
  display: none;
}

.academy-filter-open {
  text-align: right;
  background-image: url('../images/Filter-ikonen.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 24px;
  display: none;
}

.kurs-preview-body {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  text-decoration: none;
  transition: transform .3s;
  overflow: hidden;
}

.kurs-preview-body:hover {
  transform: translate(0, -10px);
}

.div-block-315 {
  padding: 24px;
}

.paragraph-20 {
  border-right: 1px solid var(--dt_black);
  text-transform: uppercase;
  background-image: url('../images/Kurser-ikonen-ny.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-21 {
  text-transform: uppercase;
  background-image: url('../images/Time-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-316 {
  justify-content: flex-end;
  margin-top: 35px;
  display: flex;
}

.div-block-317 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-318 {
  height: 200px;
}

.div-block-319 {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  flex-direction: column;
  display: flex;
}

.div-block-320 {
  border-bottom: 1px solid var(--border_light_gray);
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.div-block-320:hover {
  background-color: var(--darker-gray);
}

.div-block-320.w--current {
  border-left: 3px solid var(--blush);
}

.kurs-episode {
  background-image: url('../images/Kurs-avsnitt-ikonen.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 34px;
}

.kurs-episode.active {
  border-left: 3px solid var(--blush);
}

.div-block-321 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-322 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 35px;
}

.div-block-323 {
  height: 50vh;
  overflow: hidden;
}

.div-block-324 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-block-325 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-326 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-327 {
  border-radius: var(--radius_s);
  flex: none;
  width: 40%;
  height: 120px;
  overflow: hidden;
}

.h2-smal {
  font-size: 1.6em;
  line-height: 1em;
}

.div-block-328 {
  margin-top: 15px;
}

.paragraph-22 {
  border-radius: var(--radius_s);
  background-color: var(--blush);
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
}

.div-block-329 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-left: 1px solid var(--border_light_gray);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-330 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2rem;
  display: flex;
  position: sticky;
  top: 50px;
}

.link-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.div-block-331 {
  border: 1px solid var(--border_light_gray);
  border-radius: var(--radius_s);
  height: 300px;
  overflow: hidden;
}

.div-block-332 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

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

.div-block-333 {
  background-color: #cecece;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0% auto auto -8px;
}

.p-gray {
  color: var(--color-2);
}

.div-block-335 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-32 {
  position: absolute;
  inset: 20px 10px auto auto;
  transform: rotate(-45deg);
}

.collection-list-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  display: grid;
}

.a-home-grid-item {
  flex: 1;
}

.div-block-338 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-339 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-340 {
  position: sticky;
  top: 50px;
}

.link-block-13 {
  margin-right: 15px;
}

.image-40 {
  width: 70%;
  min-width: 250px;
  max-width: 340px;
  margin-bottom: 15px;
}

.service-nav-title {
  margin-bottom: 0;
  font-weight: 700;
}

.overlay-50 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.review-block-big {
  background-image: linear-gradient(107deg, #fff 28%, #9ce1cc4a 57%, #fff 82%);
  border-top: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 50px;
  display: flex;
}

.review-title-big {
  font-family: futura-pt, sans-serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 1.1em;
}

.usp-grid-title {
  margin-top: 10px;
}

.div-block-461 {
  margin-top: 50px;
}

.div-block-462 {
  border-top: 1px solid #00000026;
  padding-top: 10px;
}

.div-block-460 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-nav-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-36 {
  text-transform: uppercase;
  font-size: 12px;
}

.seo-toggle-options-body {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-right: 15px;
  display: flex;
}

.seo-toggle-wrapper {
  background-color: #f2f2f2;
  border: 1px solid #00000026;
  border-radius: 250px;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.logga-2 {
  height: 40px;
}

.logga-2.short {
  height: 50px;
}

.logga-2.long {
  height: 30px;
}

.div-block-467 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin: 3rem auto 40px;
  display: flex;
}

.image-41 {
  height: 16px;
}

.service-link-arrow {
  position: absolute;
  inset: 15px 15px auto auto;
}

.review-text {
  margin-bottom: 0;
  font-size: 22px;
}

.wrapper-mw1000 {
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.wrapper-mw1000.no-overflow {
  overflow: visible;
}

.usp-grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.review-block-inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-466 {
  border-radius: 15px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.div-block-442 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.p-gray-2 {
  color: #777;
}

.btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #231f20;
  border-radius: 4px;
  min-width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: background-color .2s;
}

.btn-2:hover {
  background-color: #000;
}

.btn-2.seo-toggle-btn {
  border-radius: 250px;
  min-width: 240px;
}

.usp-big-icon {
  height: 15px;
}

.usp-item {
  flex-flow: column;
  display: flex;
}

.review-number {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.seo-toggle-option {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.seo-toggle-option.w--current {
  opacity: 1;
  background-color: #fff;
  box-shadow: 1px 1px 12px #00000017;
}

.review-link {
  color: var(--dt_black);
  font-size: 12px;
}

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

.div-block-451 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-451.hide {
  display: none;
}

.usp-icon-div {
  border: 1px solid #00000026;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.service-link-item {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 140px;
  padding: 1.5rem 2rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-link-item:hover {
  transform: translate(0, -5px);
}

.services-nav-section {
  background-color: #f2f2f2;
}

.paragraph-38 {
  background-color: #de5d833d;
  border-radius: 250px;
  margin-bottom: 0;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
}

.service-nam-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.div-block-468 {
  margin-bottom: 70px;
}

.form-input-2 {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 5px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.form-input-2:focus {
  outline-offset: 0px;
  outline: 1px solid #231f20;
}

.form-input-2.textarea {
  min-height: 120px;
  padding-top: 12px;
}

.nav_link-2 {
  color: #231f20;
  cursor: pointer;
  align-items: flex-start;
  margin-bottom: 35px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.nav_link-2:hover {
  transform: translate(6px);
}

.review-desc-h1 {
  font-size: 3.5em;
  line-height: 1.1;
}

.leave_feedback-btn {
  z-index: 10;
  color: #231f20;
  writing-mode: tb-rl;
  background-color: #f2f2f2;
  border: 1px solid #00000026;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 16px 11px;
  font-size: 12px;
  font-weight: 700;
}

.div-block-439 {
  border-top: 1px solid #00000026;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.div-block-377 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-around;
  align-items: flex-start;
  height: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-470 {
  padding-right: 5%;
}

.omdome-item {
  border-radius: 15px;
  margin-bottom: 35px;
  padding: 2.2em 3.4em;
}

.signup-btn {
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #231f20;
  border-radius: 100px;
  margin-left: 10px;
  padding: 4px 24px;
  font-size: 12px;
}

.div-block-378 {
  cursor: pointer;
  background-color: #231f20;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.nav--text-2 {
  color: #231f20;
  letter-spacing: .2px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-440 {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.login-btn-2 {
  color: #231f20;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 22px;
  font-size: 12px;
}

.top-review-body {
  text-align: center;
  margin-bottom: 70px;
}

.div-block-375 {
  z-index: 1001;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-376 {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.btn-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #231f20;
  border-radius: 4px;
  min-width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: background-color .2s;
}

.btn-3:hover {
  background-color: #000;
}

.btn-3.full-width {
  width: 100%;
}

.image-42 {
  margin-bottom: 10px;
}

.review-container {
  max-width: 1000px;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  filter: invert();
}

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

.div-block-441 {
  text-align: center;
  margin-top: 4rem;
}

.div-block-471 {
  margin-left: auto;
}

.copy-content-item {
  padding-top: 14vh;
  padding-bottom: 6vh;
}

.lang_list-body {
  z-index: 100;
  text-align: left;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 10px;
  max-height: 250px;
  display: none;
  position: absolute;
  inset: auto 0% 115%;
  overflow: scroll;
}

.lang_list-body.beneath {
  inset: 115% 0% auto;
}

.paragraph-39 {
  color: #fff;
  background-image: url('../images/Phone-icon-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
}

.paragraph-39.adress {
  background-image: url('../images/Adress-ikonen.svg');
  background-position: 0 0;
  margin-top: 30px;
}

.paragraph-39.email {
  background-image: url('../images/email-ikonen-vit.svg');
}

.image-43 {
  width: 70%;
  min-width: 250px;
  max-width: 340px;
  margin-bottom: 15px;
}

.image-44 {
  height: 20px;
}

.div-block-472 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.height-100-procent {
  height: 52px;
}

.grid-3-column {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.div-block-473 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-45 {
  height: 16px;
}

.image-46 {
  display: none;
}

.div-block-444 {
  justify-content: center;
  align-items: center;
  width: 55%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 5rem;
}

.div-block-444.right {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}

.div-block-465 {
  margin-top: 100px;
}

.div-block-474 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.div-block-475 {
  text-align: left;
}

.div-block-445 {
  width: 45%;
}

.btn-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #231f20;
  border-radius: 4px;
  min-width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: background-color .2s;
}

.btn-4:hover {
  background-color: #000;
}

.btn-4.round {
  border-radius: 10px;
  min-width: 120px;
}

.div-block-443 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.input-parent-div {
  position: relative;
}

.div-block-476 {
  margin-top: 35px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.div-block-477 {
  justify-content: space-between;
  display: flex;
}

.footer-botom-link-2 {
  color: #231f20;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.footer-botom-link-2.border {
  border-left: 1px solid #231f20;
}

.div-block-478 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-47 {
  height: 75vh;
}

.image-47.right {
  width: auto;
  height: 75vh;
}

.tolkning-cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.tolkning-cta-wrapper._35-margin {
  margin-top: 35px;
}

.tolkning-cta-wrapper._35-margin.hide {
  display: none;
}

.div-block-479 {
  position: absolute;
  inset: 35% auto auto -12%;
}

.image-49 {
  flex: none;
  height: 65px;
}

.image-50 {
  width: 70%;
  min-width: 250px;
  max-width: 340px;
  margin-bottom: 15px;
}

.image-48 {
  height: 30%;
  position: absolute;
  inset: auto auto 15% -20%;
}

.image-51 {
  height: 80%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.div-block-480 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.heading-23 {
  font-size: 3.3em;
}

.paragraph-40 {
  color: #fff;
  background-color: #de5d83;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 8px 26px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  inset: -15px auto auto 30px;
}

.div-block-481 {
  margin-top: 50px;
}

.div-block-482 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.usp-mini-icon {
  border: 1px solid #00000026;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.div-block-483 {
  position: absolute;
  inset: auto 20px 20px auto;
}

.usp-mini-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-52 {
  height: 70px;
}

.div-block-484 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 4rem;
  display: grid;
}

.div-block-485 {
  margin-top: 100px;
}

.review-block-mini-white {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-block-mini-white.hide {
  display: none;
}

.div-block-486 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.div-block-487 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
  overflow: hidden;
}

.image-53 {
  filter: invert();
  height: 40px;
}

.div-block-488 {
  border-radius: 10px;
  height: 35vh;
  position: relative;
  overflow: hidden;
}

.div-block-447 {
  grid-column-gap: 35px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 35px;
  padding-right: 2rem;
  display: flex;
}

.div-block-489 {
  padding-left: 5rem;
}

.review-text-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-490 {
  background-color: #000;
  border-radius: 15px;
  height: 65vh;
  max-height: 550px;
  position: relative;
}

.image-54 {
  height: 80px;
}

.usp-mini-text {
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.div-block-464 {
  border-top: 1px solid #00000026;
  margin-top: 50px;
  padding-top: 70px;
}

.lottie-animation-17 {
  height: 90%;
}

.paragraph-37 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-455 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-24 {
  font-size: 3.3em;
}

.div-block-452 {
  background-color: #231f20;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-55 {
  height: 20px;
}

.div-block-453 {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.div-block-491 {
  margin-top: 50px;
}

.div-block-492 {
  border-top: 1px solid #00000026;
  padding-top: 10px;
}

.div-block-493 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-41 {
  text-transform: uppercase;
  font-size: 12px;
}

.form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.image-56 {
  display: none;
}

.image-57 {
  width: 25px;
}

.div-block-495 {
  justify-content: center;
  align-items: center;
  width: 55%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 5rem;
}

.div-block-495.right {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}

.div-block-496 {
  margin-top: 100px;
}

.input-wrapper {
  border: 1px solid #00000026;
  border-radius: 10px;
  padding: 10px 14px;
  position: relative;
}

.input-wrapper.date {
  background-image: url('../images/Kalendar-ikonen.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 35px;
}

.input-wrapper.lang {
  background-image: url('../images/Arrow-down.svg'), url('../images/Srpåk-inoken-grå.svg');
  background-position: 96%, 12px;
  background-repeat: no-repeat, no-repeat;
  background-size: 10px, 15px;
  padding-left: 34px;
  padding-right: 25px;
}

.input-wrapper.type {
  background-image: url('../images/Tolkning-ikonen.svg'), url('../images/Arrow-down.svg');
  background-position: 12px, 96%;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px, 10px;
  padding-left: 34px;
  padding-right: 25px;
}

.div-block-497 {
  width: 45%;
}

.div-block-463 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-463.hide {
  display: none;
}

.input-label-inside {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-458 {
  padding: 20px;
}

.div-block-498 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.input-inside {
  color: #231f20;
  border: 1px #000;
  height: 18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}

.input-inside.date {
  width: 100%;
  color: var(--dt_black);
}

.input-inside.no-label {
  height: 32px;
}

.link-block-15 {
  background-image: url('../images/Pil-ikonen-höger-rosa.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #00000026;
  border-radius: 4px;
  padding: 8px 20px 8px 12px;
  text-decoration: none;
  transition: transform .17s;
  display: block;
}

.link-block-15:hover {
  transform: translate(5px);
}

.radio-button-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-499 {
  grid-column-gap: 35px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 35px;
  padding-right: 2rem;
  display: flex;
}

.div-block-449 {
  border-radius: 15px;
  max-width: 450px;
  padding: 30px 30px 20px;
  box-shadow: 2px 2px 17px 2px #0000001a;
}

.div-block-500 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-500.hide {
  display: none;
}

.div-block-457 {
  border: 1px dashed #00000026;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button {
  background-color: #f7f7f7;
  border: 1px solid #00000026;
  flex: none;
  width: 20px;
  height: 20px;
}

.radio-button.w--redirected-checked {
  background-color: #231f20;
  background-image: url('../images/Check-vit-ikonen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #231f20;
}

.radio-button-label {
  color: var(--dt_black);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.div-block-454 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 300px;
  display: grid;
}

.image-58 {
  height: 75vh;
}

.image-58.right {
  width: auto;
  height: 75vh;
}

.div-block-448 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.image-59 {
  height: 85%;
  display: none;
}

.div-block-456 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #00000026;
  border-radius: 10px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.link-block-16 {
  background-image: url('../images/Pil-ikonen-höger-rosa.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #00000026;
  border-radius: 4px;
  padding: 8px 20px 8px 12px;
  text-decoration: none;
  transition: transform .17s;
  display: block;
}

.link-block-16:hover {
  transform: translate(5px);
}

.paragraph-42 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-501 {
  border: 1px solid #00000026;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
}

.image-60 {
  width: 50%;
}

.div-block-503 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-504 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.div-block-505 {
  margin-top: 50px;
}

.div-block-506 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-507 {
  position: absolute;
  inset: auto 20px 20px auto;
}

.tab-link-seo {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #fff0;
  border-bottom: 2px solid #00000026;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-link-seo.w--current {
  background-color: #fff0;
  border-bottom-color: #231f20;
}

.tabs-content-4 {
  overflow: visible;
}

.div-block-508 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 70px;
  margin-top: 35px;
  display: grid;
}

.image-61 {
  width: 25px;
}

.div-block-509 {
  margin-top: 100px;
}

.tabs-seo {
  min-height: 300px;
}

.div-block-510 {
  margin-bottom: 20px;
}

.div-block-511 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
  overflow: hidden;
}

.image-62 {
  filter: invert();
  height: 40px;
}

.tabs-menu-seo {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-512 {
  padding: 20px;
}

.div-block-513 {
  border-radius: 10px;
  height: 35vh;
  position: relative;
  overflow: hidden;
}

.quick-stack-21 {
  grid-column-gap: 6.25em;
  grid-row-gap: 50px;
  padding-top: 50px;
}

.tab-seo-icon {
  opacity: .6;
  height: 14px;
}

.div-block-514 {
  grid-column-gap: 35px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 35px;
  padding-right: 2rem;
  display: flex;
}

.div-block-515 {
  border-radius: 15px;
  max-width: 450px;
  padding: 30px 30px 20px;
  box-shadow: 2px 2px 17px 2px #0000001a;
}

.div-block-516 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-517 {
  border: 1px dashed #00000026;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-43 {
  background-color: #de5d833d;
  border-radius: 250px;
  margin-bottom: 0;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
}

.image-63 {
  height: 80px;
}

.select-seo {
  background-color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-4 {
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-518 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #00000026;
  border-radius: 10px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.lang-option-2 {
  text-align: left;
  cursor: pointer;
  padding: 8px 20px;
  transition: background-color .2s;
}

.lang-option-2:hover {
  background-color: #f2f2f2;
}

.div-block-519 {
  margin-top: 8em;
}

.heading-25 {
  text-align: center;
  text-transform: uppercase;
  font-size: 8em;
}

.html-embed-11 {
  margin-top: 70px;
}

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

.kurs-preview-body-2 {
  border: 1px solid #00000026;
  border-radius: 4px;
  text-decoration: none;
  transition: transform .3s;
  overflow: hidden;
}

.kurs-preview-body-2:hover {
  transform: translate(0, -10px);
}

.kurs-preview-body-2.file-wrapper {
  flex-flow: column;
  justify-content: space-between;
  max-width: 500px;
  display: flex;
  position: relative;
}

.div-block-520 {
  height: 200px;
  position: relative;
}

.div-block-520.for-department {
  min-width: 120px;
  height: 120px;
}

.div-block-521 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  display: flex;
}

.div-block-366 {
  text-align: right;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-23 {
  color: #fff;
  background-color: #de5d83;
  border-bottom-left-radius: 10px;
  padding: 3px 15px;
  font-size: 14px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-522 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  margin-bottom: 50px;
}

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

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container {
  margin-top: 8rem;
}

.blog-category-top {
  border-left: 2px solid var(--blush);
  color: var(--dt_black);
  margin-bottom: 25px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
}

.blog-author-img-div {
  border-radius: 100px;
  flex: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.div-block-524 {
  flex: 1;
}

.author-sm-link {
  height: 25px;
  position: relative;
}

.author {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.blog-thumbnail {
  border-radius: 10px;
  height: 40.625em;
  overflow: hidden;
}

.related-blog {
  border-top: 1px solid var(--border_light_gray);
  padding-top: 50px;
}

.collection-list-9 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-samling-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.blog-samling-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.blog-samling-wrapper {
  padding-top: 50px;
}

.cat-icon-div {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 100%;
  flex: none;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  overflow: hidden;
}

.lottie-animation-18 {
  transform: scale(2);
}

.arrow-right-icon-blog {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  margin-right: 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bar {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.step-title {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
}

.blog-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.review-link-2 {
  color: #231f20;
  font-size: 12px;
}

.dot {
  border: 1px solid #00000026;
  border-radius: 250px;
  flex: none;
  width: 20px;
  height: 20px;
}

.step-card {
  border: 1px solid #00000026;
  border-radius: 10px;
  padding: 22px;
}

.step-card.last {
  background-color: #f7f7f7;
  box-shadow: -1px 8px 11px -7px #00000026;
}

.dropdown-icon-2 {
  background-color: #f2f2f2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-525 {
  text-align: center;
  margin-top: 4rem;
}

.div-block-525.wider {
  width: 100%;
  max-width: 750px;
}

.custom-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 45px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-526 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
}

.p-18 {
  font-size: 18px;
  line-height: 24px;
}

.div-block-527 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #231f20;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  display: flex;
}

.div-block-528 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.div-block-536 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.code-embed-7 {
  width: 100%;
  height: 600px;
}

.slide-item {
  cursor: pointer;
  flex: none;
  position: relative;
  overflow: hidden;
}

.div-block-533 {
  width: 60%;
  margin-top: 35px;
  margin-left: auto;
}

.div-block-533.extra {
  width: 80%;
  margin-top: 50px;
}

.lottie-animation-23 {
  height: 200px;
}

.div-block-532 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.indicator {
  border: 1px solid #00000026;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 18px;
  display: flex;
}

.steps-indicator {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.div-block-537 {
  cursor: pointer;
  background-color: #231f20;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.slide-media-div {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.usp-mini-icon-2 {
  border: 1px solid #00000026;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.extra-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pretpal-hero-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6rem;
  display: flex;
}

.slider-viewport {
  width: 100%;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}

.div-block-538 {
  z-index: 1001;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-535 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-539 {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.item-standard {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-531 {
  background-color: #f4f2f0;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.div-block-540 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-around;
  align-items: flex-start;
  height: 90%;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-541 {
  max-width: 220px;
}

.div-block-542 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 50%;
  margin-top: 35px;
  display: flex;
}

.div-block-543 {
  display: none;
}

.div-block-544 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  margin-top: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.steps-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-slide-div {
  margin-top: 25px;
}

.item-standard-left {
  background-color: #f4f2f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
}

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

.pretpal-video-hero-div {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.bg-pretpal {
  width: 100%;
  height: 90vh;
}

.p-gray-3 {
  color: #777;
}

.timeline {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.heading-26 {
  font-size: 38px;
  line-height: 1.2em;
}

.slide-overlay {
  z-index: 2;
  opacity: 1;
  background-color: #191923cc;
  transition: opacity .6s;
  position: absolute;
}

.div-block-546 {
  max-width: 350px;
}

.how-it-works {
  flex-flow: column;
  max-width: 1000px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_link-3 {
  color: #231f20;
  cursor: pointer;
  align-items: flex-start;
  margin-bottom: 35px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.nav_link-3:hover {
  transform: translate(6px);
}

.heading-27 {
  text-align: center;
  font-size: 2em;
}

.image-64 {
  height: 22vh;
  margin-top: 35px;
}

.div-block-547 {
  margin-bottom: 35px;
}

.link-7 {
  color: var(--blush);
  margin-top: 35px;
  font-size: 3.4rem;
  display: block;
}

@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1400px;
  }

  .wrapper.wide {
    max-width: 1920px;
  }

  .image-7.about-shadow {
    left: 36%;
  }

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

  .heading-3 {
    font-size: 4em;
  }

  .div-block-106 {
    height: 50vh;
  }

  .div-block-161 {
    justify-content: center;
  }

  .close-model-btn {
    cursor: pointer;
  }

  .div-block-204 {
    border-top: 1px solid var(--dt_black);
    border-left: 1px solid #00000026;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-205 {
    background-color: var(--blush);
    border-radius: 100%;
    height: 11px;
    position: absolute;
    inset: -5px auto auto -5px;
  }

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

  .div-block-211 {
    margin-top: 50px;
  }

  .div-block-226 {
    min-height: 80vh;
  }

  .image-23 {
    width: 270px;
  }

  .image-24 {
    width: 500px;
  }

  .image-25 {
    bottom: 25%;
    right: 25%;
  }

  .background-video-7 {
    height: 100%;
  }

  .div-block-227 {
    width: 430px;
    height: 600px;
    left: 35%;
  }

  .image-26 {
    right: 5%;
  }

  .grid-2-col-15-space._30-ratio {
    grid-template-columns: 30% minmax(0%, 1fr);
  }

  .academy-link {
    padding-left: 20px;
  }

  .div-block-311 {
    height: 14rem;
  }

  .div-block-320 {
    text-decoration: none;
  }

  .kurs-episode {
    transition: background-color .275s;
  }

  .kurs-episode:hover {
    background-color: var(--darker-gray);
  }

  .div-block-321 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-327 {
    height: 140px;
  }

  .div-block-460 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-467 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 850px;
    margin-top: 6rem;
  }

  .wrapper-mw1000 {
    max-width: 1100px;
  }

  .review-desc-h1 {
    font-size: 3.2em;
  }

  .div-block-472 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-473 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 850px;
    margin-top: 6rem;
  }

  .div-block-482 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-489 {
    padding-left: 8rem;
  }

  .div-block-455 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-493 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-454 {
    height: 400px;
  }

  .div-block-503 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-506 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .blog-thumbnail {
    height: 48em;
  }
}

@media screen and (max-width: 991px) {
  .nav--wrapper {
    border-bottom: 1px solid #00000026;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .login-btn {
    border-style: none;
    padding-right: 5px;
  }

  .dt-logo {
    height: 18px;
  }

  .nav-menu {
    border: 1px #000;
    width: 100%;
    height: 100%;
    margin-top: 70px;
    margin-left: 0;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-dropdown {
    border-bottom: 1px #00000026;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav--drop-list {
    box-shadow: none;
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
  }

  .nav--sublink-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .nav_link {
    border: 1px solid #00000026;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: none;
  }

  .nav_link:hover {
    transform: none;
  }

  .nav--service-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .sub-text {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    max-width: none;
    margin-right: 20px;
    padding-right: 0%;
    display: flex;
  }

  .nav--drop-icon {
    right: 30px;
  }

  .nav--drop-toggle {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav--menu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .nav--bg-overlay {
    display: none;
  }

  .flex-space-between-center {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: 50px;
  }

  .nav--text {
    display: block;
  }

  .hero-section {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .dropdown {
    z-index: 1;
  }

  .tolk-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .tolk-accent {
    display: none;
  }

  .section {
    margin-bottom: 50px;
  }

  .p_short {
    max-width: none;
  }

  .wrapper-short {
    padding-left: 6em;
    padding-right: 6em;
  }

  .align-center.mob-pad {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    padding-bottom: 35px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    transition-property: none;
  }

  .footer-link:hover {
    transform: none;
  }

  .footer-legal-div {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footer-links-body {
    margin-bottom: 20px;
  }

  .form-input {
    font-size: 16px;
  }

  .boka-tolk-body, .boka-tolk-cell {
    padding-top: 3em;
  }

  .about-h1 {
    font-size: 12em;
  }

  .about-cell {
    padding: 35px;
  }

  .about-tabs {
    align-items: flex-start;
  }

  .tabs-content-2 {
    padding-left: 5em;
  }

  .about-link-title {
    font-size: 3.8em;
  }

  .nav-link-div {
    text-align: left;
    margin-left: 0;
    padding: 20px 50px;
  }

  .div-block-12 {
    margin-left: -6em;
    margin-right: -6em;
    padding-left: 6em;
    padding-right: 6em;
    overflow: scroll;
  }

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

  .usp-square {
    width: 300px;
  }

  .div-block-14 {
    width: 80%;
    height: 650px;
    margin-bottom: 35px;
  }

  .div-block-15 {
    width: 100%;
  }

  .carrer-img-stack {
    padding-left: 0;
  }

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

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

  .circle-350 {
    width: 160px;
    height: 160px;
  }

  .cliif-div-holder {
    height: 90px;
  }

  .div-block-19 {
    justify-content: space-between;
  }

  .cliffet-header-child {
    width: 45%;
  }

  .div-block-20 {
    width: 50%;
  }

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

  .heading {
    font-size: 6em;
  }

  .collection-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .cliffer-link {
    padding: 50px;
  }

  .div-block-28 {
    border-bottom-right-radius: 20px;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .logo-stack {
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-cell {
    padding-left: 28%;
    padding-right: 28%;
  }

  .quick-stack-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-right: 0;
  }

  .div-block-54 {
    margin-bottom: 50px;
  }

  .search-input.mini {
    font-size: 16px;
  }

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

  .tabs-menu-2 {
    justify-content: flex-start;
    margin-right: -6em;
    padding-right: 6em;
    overflow: scroll;
  }

  .tab-link-gray {
    flex: none;
  }

  .tab-link-gray.tight {
    width: 90px;
  }

  .lottie-animation {
    width: 50px;
    position: relative;
    left: 15px;
  }

  .llink-drop {
    margin-bottom: 0;
    font-size: 10px;
  }

  .div-block-78 {
    min-width: 200px;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-82 {
    flex: none;
  }

  .quick-stack-10 {
    padding: 0;
  }

  .div-block-88 {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-90 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 35px;
    padding-left: 0;
  }

  .mob-hide {
    display: none;
  }

  .home-tolk {
    border-radius: 10px;
    height: 350px;
  }

  .cell-9 {
    padding-right: 0;
  }

  .home-tolk-small {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .white-overlay {
    display: none;
  }

  .div-block-100 {
    padding-bottom: 50px;
  }

  .heading-4 {
    font-size: 7em;
  }

  .div-block-103, .div-block-105 {
    min-width: auto;
  }

  .div-block-110 {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-119 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-120 {
    width: 100%;
    height: 450px;
  }

  .div-block-121 {
    align-items: flex-start;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 35px;
    padding-left: 6em;
    padding-right: 6em;
  }

  .cell-10 {
    padding-left: 20%;
  }

  .quick-stack-12 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .logga-stack {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .image-11 {
    display: none;
  }

  .sticky-scroll-grid {
    grid-template-columns: 1fr;
  }

  .scroll-right {
    display: none;
  }

  .scroll-left {
    padding-bottom: 0;
  }

  .scroll-left-text {
    padding-top: 0;
    padding-right: 0;
  }

  .scroll-mob-img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 35px;
    display: block;
  }

  .section-6 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-135 {
    margin-bottom: 35px;
  }

  .div-block-145 {
    justify-content: flex-start;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 4em;
    padding-bottom: 0;
  }

  .career-video-animation-div, .div-block-150, .paragraph-11 {
    display: none;
  }

  .div-block-153 {
    margin-left: 0%;
  }

  .popup-wrapper {
    width: 80%;
    max-width: none;
  }

  .popup-left {
    padding: 5em;
  }

  .div-block-164 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .desctop-hide {
    display: block;
  }

  .cliffers-media {
    grid-template-columns: 1fr;
  }

  .div-block-166 {
    padding-left: 0;
  }

  .div-block-167 {
    padding-left: 14em;
  }

  .div-block-171 {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-173 {
    padding-left: 3em;
  }

  .book-nav-btn {
    flex: none;
    margin-bottom: 0;
    margin-right: 3em;
    transform: scale(.8);
  }

  .book-nav-btn.big {
    margin-left: 0;
  }

  .playbook-nav-work {
    margin-right: -6em;
    padding-left: 30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .playbook-nav-work.book-middle {
    justify-content: center;
    width: 100%;
  }

  .tooling-item_title {
    width: 35%;
  }

  .quick-stack-16 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-17 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .div-block-188 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-189 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .cell-14 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-196 {
    height: 350px;
    margin-right: 2em;
  }

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

  .div-block-201 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-202 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-209 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-211 {
    padding-left: 0;
  }

  .cliff-bubble {
    display: none;
  }

  .heading-8, .heading-9 {
    font-size: var(--font-size_xl);
  }

  .heading-10 {
    font-size: var(--font-size-l);
  }

  .heading-11 {
    font-size: var(--font-size-s);
  }

  .image-24 {
    z-index: 2;
    left: 5%;
  }

  .image-25 {
    display: none;
  }

  .div-block-227 {
    z-index: 1;
    width: 300px;
  }

  .image-27 {
    width: 270px;
  }

  .div-block-229 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-231 {
    height: 400px;
  }

  .div-block-234 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-236 {
    flex-direction: column;
  }

  .collection-list-7 {
    overflow: scroll;
  }

  .collection-item-4 {
    min-width: 270px;
  }

  .div-block-238 {
    overflow: scroll;
  }

  .logga {
    height: 3.5vw;
  }

  .logga.long {
    height: 2.5vw;
  }

  .logga.short {
    height: 5vw;
  }

  .div-block-249 {
    flex-direction: column;
    padding-top: 4em;
  }

  .div-block-251 {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .div-block-256 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-262 {
    flex-direction: column;
    align-items: stretch;
  }

  .html-embed-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-263 {
    height: auto;
    margin-bottom: 50px;
  }

  .div-block-269 {
    margin-top: 50px;
    position: static;
  }

  .div-block-281 {
    height: 45vh;
    margin-top: 50px;
  }

  .agenda-container {
    margin-bottom: 50px;
  }

  .agenda-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .agenda-step {
    font-size: 2rem;
    overflow: hidden;
  }

  .agenda-speakers {
    width: 40px;
    height: 40px;
  }

  .tab-link-tab-3 {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-img {
    height: 300px;
    overflow: hidden;
  }

  .newletter-container {
    align-items: flex-start;
    overflow: hidden;
  }

  ._12-collumn-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .academy-navbar {
    border-radius: var(--radius_0);
    border-style: solid none none;
    height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block-8 {
    display: none;
  }

  .link-block-8.no-hide {
    display: block;
  }

  .academy-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .academy-link.active {
    border-top: 3px solid var(--dt_black);
    background-color: var(--white);
  }

  .academy-link.hide, .a-navbar-bottom {
    display: none;
  }

  .div-block-289 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-block-291 {
    border-bottom: 1px solid var(--border_light_gray);
    justify-content: space-between;
    align-items: center;
    padding: 20px 1.5rem;
    display: flex;
  }

  .link-block-9 {
    border: 1px solid var(--border_light_gray);
    border-radius: var(--radius_xl);
    padding: 4px 16px;
    text-decoration: none;
  }

  .tutorial-item:hover {
    transform: translate(0);
  }

  .div-block-302 {
    height: 100%;
    max-height: none;
  }

  .div-block-309 {
    margin-bottom: 70px;
  }

  .a-filter-body {
    z-index: 100;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .a-cademy-right {
    position: static;
  }

  .academy-filter-close {
    width: 30px;
    height: 30px;
    margin-top: 20%;
    display: block;
  }

  .academy-filter-open {
    margin-top: 20px;
    display: block;
  }

  .kurs-preview-body:hover {
    transform: none;
  }

  .div-block-321 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-329 {
    border: 1px #000;
  }

  .div-block-330 {
    padding-left: 0;
    position: static;
  }

  .div-block-332 {
    flex-direction: column;
    display: flex;
  }

  .div-block-333 {
    display: none;
  }

  .div-block-336 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-337 {
    height: 45vh;
  }

  .div-block-338 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .div-block-340 {
    position: static;
  }

  .seo-toggle-options-body {
    background-color: #f2f2f2;
    border: 1px solid #00000026;
    border-radius: 250px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 8px;
  }

  .seo-toggle-wrapper {
    background-color: #fff0;
    border-style: none;
    border-radius: 4px;
    flex-flow: column;
    padding: 0;
  }

  .logga-2 {
    height: 3.5vw;
  }

  .logga-2.short {
    height: 5vw;
  }

  .logga-2.long {
    height: 2.5vw;
  }

  .usp-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .btn-2.seo-toggle-btn {
    width: 100%;
    min-width: auto;
  }

  .seo-toggle-option {
    height: 50px;
  }

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

  .div-block-468 {
    margin-bottom: 35px;
  }

  .form-input-2 {
    font-size: 16px;
  }

  .nav_link-2 {
    border: 1px solid #00000026;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: none;
  }

  .nav_link-2:hover {
    transform: none;
  }

  .review-desc-h1 {
    font-size: 3em;
  }

  .div-block-469 {
    min-width: 200px;
  }

  .div-block-470 {
    grid-column-gap: 20px;
    max-width: none;
    margin-right: 20px;
    padding-right: 0%;
    display: flex;
  }

  .signup-btn {
    display: none;
  }

  .nav--text-2 {
    display: block;
  }

  .login-btn-2 {
    border-style: none;
    padding-right: 5px;
  }

  .lottie-animation-14 {
    width: 50px;
    position: relative;
    left: 15px;
  }

  .nav--menu-btn-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .nav--menu-btn-2.w--open {
    background-color: #fff;
  }

  .copy-content-item {
    margin-bottom: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-3-column {
    grid-template-columns: 1fr 1fr;
  }

  .image-46 {
    display: block;
  }

  .div-block-444 {
    order: -1;
    width: 100%;
    max-height: none;
    display: block;
    position: relative;
    top: 0;
  }

  .div-block-445 {
    width: 100%;
  }

  .div-block-443 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-477 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-47 {
    display: none;
  }

  .tolkning-cta-wrapper {
    padding-right: 0;
  }

  .div-block-479 {
    left: 8%;
  }

  .image-48 {
    left: 20%;
  }

  .image-51 {
    height: 90%;
  }

  .div-block-459 {
    margin-bottom: 50px;
  }

  .div-block-484 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .div-block-489 {
    padding-left: 0;
  }

  .div-block-490 {
    height: 50vh;
  }

  .lottie-animation-17 {
    display: none;
  }

  .div-block-494 {
    margin-bottom: 50px;
  }

  .image-56 {
    display: block;
  }

  .div-block-495 {
    order: -1;
    width: 100%;
    max-height: none;
    display: block;
    position: relative;
    top: 0;
  }

  .div-block-497 {
    width: 100%;
  }

  .div-block-463 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-498 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .input-inside:active {
    font-size: 16px;
  }

  .link-block-15:hover {
    transform: none;
  }

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

  .div-block-454 {
    height: 200px;
  }

  .image-58 {
    display: none;
  }

  .div-block-448 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 70px;
    display: block;
  }

  .image-59 {
    display: block;
  }

  .link-block-16:hover {
    transform: none;
  }

  .div-block-502 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .quick-stack-21 {
    padding: 0;
  }

  .heading-25 {
    font-size: 6em;
  }

  .kurs-preview-body-2:hover {
    transform: none;
  }

  .blog-thumbnail {
    height: 400px;
  }

  .collection-list-9 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-samling-list {
    grid-template-columns: 1fr 1fr;
  }

  .cat-icon-div {
    flex: none;
  }

  .tablet-mob-hide {
    display: none;
  }

  .custom-slider {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-right: -6rem;
    padding-left: 6rem;
    padding-right: 6rem;
    overflow: scroll;
  }

  .div-block-526 {
    margin-bottom: 0;
  }

  .div-block-527 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .div-block-536 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .slide-item {
    min-width: 450px;
  }

  .slide-item.first {
    order: -1;
  }

  .div-block-533, .div-block-533.extra {
    width: 100%;
  }

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

  .steps-indicator, .usp-mini-icon-2 {
    flex: none;
  }

  .pretpal-hero-container {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-535 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 35px;
  }

  .div-block-541 {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .div-block-542 {
    width: 100%;
    display: block;
  }

  .div-block-543 {
    margin-top: 50px;
    display: block;
  }

  .div-block-544 {
    display: none;
  }

  .item-standard-left {
    flex: none;
  }

  .div-block-545 {
    margin-top: 50px;
  }

  .pretpal-video-hero-div {
    width: 100%;
    display: none;
  }

  .slide-overlay {
    display: none;
  }

  .how-it-works {
    margin-top: 50px;
  }

  .nav_link-3 {
    border: 1px solid #00000026;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: none;
  }

  .nav_link-3:hover {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.wide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-6 {
    width: 100%;
  }

  .tolk-grid-div, .tolk-grid-div.grid-1, .tolk-grid-div.grid-3 {
    height: 200px;
  }

  .tolk-grid-div.grid-4, .tolk-grid-div.grid-5 {
    display: none;
  }

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

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

  .step-div {
    min-width: 320px;
  }

  .flex-space-beteween-top {
    flex-direction: column;
  }

  .mockup-body-div {
    margin-left: auto;
    margin-right: auto;
  }

  .tolk-mockup {
    width: 100%;
    margin-top: 35px;
  }

  .mockup-text-div {
    width: 100%;
    padding-top: 0;
  }

  .mockup-popup {
    border-radius: 25px;
    width: 60%;
  }

  .video-wrapper {
    border-radius: 20px;
  }

  .boka-tolk-body {
    padding-left: 0;
    padding-right: 0;
  }

  .about-h1 {
    font-size: 7em;
  }

  .about-video {
    width: 100%;
    max-width: 300px;
  }

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

  .about-link-grid {
    grid-template-columns: 1fr;
  }

  .about-cell {
    min-height: 250px;
  }

  .about-tabs {
    flex-direction: column;
  }

  .tabs-content-2 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-tabs-menu {
    border: 1px #000;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
  }

  .about--tab-link {
    background-image: none;
    border: 1px #000;
    border-bottom: 1px solid #fff;
    padding: 25px 10px 25px 15px;
  }

  .about--tab-link.w--current {
    border-bottom-color: var(--dt_black);
    background-image: url('../images/Arrow-head-icon.svg');
    padding-left: 15px;
  }

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

  .usp-square {
    width: 270px;
  }

  .carrer-img-stack {
    margin-bottom: 35px;
    top: 0;
  }

  .quick-stack-2 {
    margin-left: -3em;
    margin-right: -3em;
  }

  .cliif-div-holder {
    height: 60px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .cliffet-header-child {
    width: 100%;
    margin-bottom: 35px;
  }

  .div-block-20 {
    width: 100%;
  }

  .cliffer-media-stack {
    padding: 0;
  }

  .div-block-23 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .heading {
    margin-bottom: 50px;
    font-size: 6em;
  }

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

  .cliffer-item {
    width: 100%;
  }

  .blog-cell-one, .cell-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nyhetsbrev-container {
    padding: 51px;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .quick-stack-8 {
    margin-left: -2em;
    margin-right: -2em;
  }

  .tabs-content-3 {
    margin-top: 50px;
  }

  .div-block-75 {
    grid-row-gap: 35px;
    flex-direction: column-reverse;
  }

  .paragraph-6, .div-block-76 {
    width: 100%;
  }

  .image-5, .image-6 {
    display: none;
  }

  .image-9 {
    top: 10%;
    left: 20px;
  }

  .div-block-93 {
    overflow: hidden;
  }

  .tab-link {
    padding-right: 0;
  }

  .tab-link.w--current {
    box-shadow: none;
    border-bottom-style: solid;
  }

  .div-block-100 {
    padding-bottom: 15px;
  }

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

  .div-block-121 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .quick-stack-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .logga-stack {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .quick-stack-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-133 {
    width: 100%;
  }

  .div-block-136 {
    text-align: left;
    align-items: flex-start;
  }

  .popup-left {
    padding: 3em;
  }

  .div-block-161 {
    max-height: none;
  }

  .div-block-163 {
    margin-right: 3em;
  }

  .div-block-167 {
    padding-left: 10em;
  }

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

  .div-block-170 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .div-block-171 {
    padding-top: 0;
  }

  .div-block-173 {
    padding-left: 0;
  }

  .book-nav-btn {
    margin-right: 2em;
  }

  .div-block-178 {
    overflow: hidden;
  }

  .div-block-179 {
    height: 400px;
  }

  .div-block-180 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .category-section {
    padding-top: 10em;
  }

  .div-block-184 {
    margin-top: 20px;
  }

  .popup-body-playbook {
    padding-top: 0;
  }

  .popup-playbook-content.mw-650 {
    border-style: none;
  }

  .playbook-popup-close {
    margin-left: auto;
  }

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

  .div-block-189.midlle {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

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

  .div-block-196 {
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .div-block-199 {
    padding-left: 3em;
    padding-right: 4em;
  }

  .div-block-200 {
    margin-left: 20px;
  }

  .div-block-201 {
    min-height: 250px;
  }

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

  .div-block-204 {
    margin-bottom: 25px;
    padding: 20px;
  }

  .div-block-206 {
    flex-wrap: wrap;
  }

  .div-block-212 {
    padding: 2.2em;
  }

  .div-block-221 {
    margin-bottom: 50px;
  }

  .div-block-222 {
    flex-direction: column-reverse;
  }

  .div-block-223 {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    margin-right: 25px;
  }

  .div-block-224 {
    align-items: center;
    margin-right: 0;
    display: flex;
  }

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

  .quick-stack-19 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .collection-list-7 {
    margin-left: -6em;
    margin-right: -6em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .div-block-240 {
    flex-wrap: wrap;
  }

  .logga {
    height: 5vw;
  }

  .logga.long {
    order: 1;
    height: 3.5vw;
  }

  .logga.short {
    height: 7vw;
  }

  .div-block-241 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-242 {
    border-radius: 10px;
  }

  .div-block-243 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-7 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-277 {
    width: 90%;
  }

  .div-block-278 {
    overflow: scroll;
  }

  .div-block-281 {
    height: 35vh;
  }

  .agenda-container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .agenda-card {
    border-bottom: 1px solid var(--border_light_gray);
    border-left-style: none;
    width: 100%;
    height: 70px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: height .5s cubic-bezier(.645, .045, .355, 1), width .7s cubic-bezier(.645, .045, .355, 1), transform .7s cubic-bezier(.645, .045, .355, 1);
  }

  .agenda-card.active {
    height: auto;
  }

  .agenda-step {
    font-size: 1.7rem;
    overflow: scroll;
  }

  .tabs-menu-gray {
    justify-content: flex-start;
    overflow: scroll;
  }

  .tab-link-tab-3 {
    min-width: 110px;
    overflow: scroll;
  }

  .newsletter-img {
    width: 100%;
    overflow: hidden;
  }

  .newletter-container {
    flex-direction: column;
    overflow: hidden;
  }

  .news-link {
    flex: 1;
  }

  .news-menu-icon {
    display: block;
  }

  ._12-collumn-grid {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .academy-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .academy-link-text {
    margin-left: 0;
    font-size: 14px;
  }

  .div-block-290 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-293 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-299 {
    min-height: auto;
    padding-top: 2rem;
  }

  .div-block-300 {
    width: 100%;
  }

  .collection-link {
    flex: none;
  }

  .academy-seperator {
    margin-top: 50px;
  }

  .news-body {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .news-container {
    margin-top: 50px;
  }

  .div-block-307 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .interactive-intro {
    padding-top: 4rem;
  }

  .kurs-preview-body {
    width: 320px;
  }

  .kurs-preview-body.samplings {
    width: 100%;
  }

  .paragraph-20, .paragraph-21 {
    font-size: 12px;
  }

  .div-block-317 {
    overflow: scroll;
  }

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

  .div-block-323 {
    height: 250px;
  }

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

  .div-block-329, .div-block-334 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-32 {
    margin-left: auto;
    display: block;
    position: static;
    transform: none;
  }

  .div-block-338, .div-block-339 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-460 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .logga-2 {
    height: 5vw;
  }

  .logga-2.short {
    height: 7vw;
  }

  .logga-2.long {
    order: 1;
    height: 3.5vw;
  }

  .review-desc-h1 {
    font-size: 2.2em;
  }

  .div-block-472 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .grid-3-column {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-480 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-482 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .div-block-447 {
    padding-right: 0;
  }

  .div-block-493 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .div-block-450 {
    display: block;
  }

  .div-block-499 {
    padding-right: 0;
  }

  .div-block-449 {
    box-shadow: none;
    border: 1px solid #00000026;
  }

  .div-block-454 {
    height: 170px;
  }

  .div-block-448 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-506 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .div-block-514 {
    padding-right: 0;
  }

  .div-block-515 {
    box-shadow: none;
    border: 1px solid #00000026;
  }

  .kurs-preview-body-2 {
    width: 320px;
  }

  .step-card {
    width: 280px;
    min-width: 280px;
  }

  .div-block-527 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .slide-item {
    min-width: 280px;
  }

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

  .steps-indicator {
    display: none;
  }

  .item-standard {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .steps-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-right: -6rem;
    padding-right: 6rem;
    display: flex;
    overflow: scroll;
  }

  .item-standard-left {
    width: 100%;
  }

  .timeline {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.5em;
  }

  .nav--wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav_link {
    flex-direction: column;
  }

  .nav--drop-icon {
    right: 8px;
  }

  .nav--drop-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .hero-section {
    margin-bottom: 35px;
  }

  .drop-top-title {
    white-space: pre-wrap;
    font-size: 12px;
    line-height: 16px;
  }

  .drop-bottom-content-div {
    padding: 35px 0;
  }

  .tolk-grid-div.grid-1, .tolk-grid-div.grid-2, .tolk-grid-div.grid-3 {
    height: 150px;
  }

  .tolk-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 70px;
  }

  .div-center {
    text-align: left;
  }

  .tolk-body {
    margin-top: 70px;
  }

  .section {
    margin-bottom: 70px;
  }

  .grid_2_collumns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: -30px;
    padding-right: 30px;
  }

  .step-div {
    min-width: 250px;
    padding: 40px 30px;
  }

  .wrapper-short {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .align-center.mob-pad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video--tablink {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 25px;
  }

  .tabs-menu {
    justify-content: center;
    display: flex;
  }

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

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

  .footer-legal-div {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-links-body {
    text-align: center;
  }

  .tab-fw {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .boka-tolk-cell {
    padding-top: 2em;
  }

  .about-h1 {
    letter-spacing: .2px;
    font-size: 4em;
  }

  .about-header {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    margin-top: 70px;
  }

  .about-video {
    max-width: none;
    height: 60vh;
    position: relative;
  }

  .about-header-white {
    display: none;
  }

  .about-tabs-menu {
    overflow: scroll;
  }

  .about--tab-link {
    flex: none;
  }

  .nav-link-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-12 {
    grid-column-gap: 25px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .usp-square {
    padding: 2em;
  }

  .div-block-14 {
    width: 100%;
    height: 350px;
  }

  .div-block-15 {
    width: 100%;
  }

  .carrer-img-stack {
    width: 120%;
    margin-left: -30px;
    margin-right: -30px;
  }

  .cliff-cell {
    text-align: right;
    border-bottom: 1px solid #00000026;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quick-stack-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-18 {
    text-align: left;
  }

  .cliif-div-holder {
    height: 40px;
  }

  .div-block-19 {
    padding-top: 70px;
  }

  .div-block-20 {
    height: 350px;
  }

  .div-block-22 {
    background-color: #fff;
    padding: 0;
  }

  .div-block-23 {
    grid-row-gap: 20px;
  }

  .grid-scroll-child {
    width: 270px;
  }

  .heading {
    margin-bottom: 35px;
    font-size: 3.5em;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: -30px;
    padding-right: 30px;
    display: flex;
    overflow: scroll;
  }

  .cliffer-item {
    width: 280px;
  }

  .cliffer-link {
    width: 270px;
    padding: 35px;
  }

  .div-block-25 {
    width: 100px;
    height: 100px;
  }

  .logo-stack {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .logo-cell.no-bottom-border.bottom {
    border-bottom-style: solid;
  }

  .logo-cell.no-bottom-border.extra-bottom {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .logo-cell.mob-right {
    border-right-style: none;
  }

  .career-cell-four, .career-cell-six {
    display: none;
  }

  .blog-cell-one {
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-44 {
    border-radius: 0;
    height: 350px;
  }

  .cell-4 {
    grid-column-gap: 15px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-author {
    width: 40px;
    height: 40px;
  }

  .quick-stack-6 {
    grid-row-gap: 0px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-img {
    padding-bottom: 25px;
  }

  .cell-5 {
    padding: 70px 0 0 30px;
  }

  .b-author-name {
    font-size: 12px;
  }

  .blog-h1 {
    margin-bottom: 35px;
    font-size: 3em;
    line-height: 1;
  }

  .div-block-54 {
    margin-top: 4em;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-2 {
    justify-content: flex-start;
    overflow: scroll;
  }

  .collection-item {
    flex: none;
    width: 270px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .nyhetsbrev-container {
    border-style: none;
    padding: 0;
  }

  .div-block-57 {
    text-align: left;
    margin-top: 6em;
  }

  .div-block-58 {
    margin-right: -30px;
  }

  .search-input-div {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-icon {
    height: 15px;
  }

  .blog-filters {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    overflow: scroll;
  }

  .speaker-img {
    width: 40px;
    height: 40px;
  }

  .speaker-div {
    padding: 10px 20px;
  }

  .about-speaker-div {
    padding: 25px 0;
  }

  .collection-list-3 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .div-block-63 {
    height: 16em;
  }

  .div-block-64 {
    margin-top: 50px;
  }

  .collection-list-4 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    padding-right: 30px;
    overflow: scroll;
  }

  .div-block-66 {
    width: 120%;
    height: 350px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .div-block-67 {
    margin-top: 50px;
  }

  .quick-stack-8 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-69 {
    margin-bottom: 3em;
  }

  .div-block-70 {
    margin-right: 35px;
    padding-right: 35px;
  }

  .fullwidth {
    width: 100%;
  }

  .tabs-menu-2 {
    grid-column-gap: 10px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-76 {
    height: 250px;
  }

  .div-block-81 {
    overflow: hidden;
  }

  .image-3 {
    width: 300px;
    right: 10px;
  }

  .image-7 {
    display: none;
  }

  .blog-section {
    overflow: hidden;
  }

  .radio-label {
    font-size: 12px;
  }

  .div-block-86 {
    margin-left: 5px;
  }

  .service-usp {
    padding-right: 0;
  }

  .quick-stack-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-88 {
    background-color: #fff;
    margin-top: 0;
    padding: 50px 0 0;
  }

  .div-block-90 {
    text-align: left;
  }

  .div-block-92 {
    height: 400px;
  }

  .cliffer, .cliffer.one-cliffer {
    height: 45%;
  }

  .cliffer.two-cliffer {
    width: 40%;
  }

  .cliffer.three-cliffer {
    width: 80%;
  }

  .div-block-93 {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mob-hide {
    display: none;
  }

  .quick-stack-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-tolk {
    height: 250px;
  }

  .home-tolk-small {
    height: 100%;
  }

  .heading-4 {
    font-size: 6em;
  }

  .div-block-106 {
    height: 200px;
  }

  .div-block-120 {
    height: 400px;
  }

  .div-block-121 {
    width: 100%;
  }

  .cell-10 {
    padding-left: 0%;
  }

  .cell-11 {
    padding-top: 0%;
  }

  .logo-body._1 {
    align-items: flex-start;
  }

  .logga-stack {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-13 {
    top: 55%;
  }

  .scroll-left-text {
    padding-bottom: 50px;
  }

  .scroll-mob-img {
    height: 250px;
  }

  .div-block-135 {
    margin-bottom: 20px;
  }

  .heading-6 {
    text-transform: none;
    font-weight: 400;
  }

  .div-block-137 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 300px;
  }

  .div-block-139 {
    margin-top: 15px;
    margin-right: 20px;
  }

  .div-block-140 {
    margin-bottom: 20px;
  }

  .div-block-141 {
    padding-right: 0;
  }

  .career-h1 {
    font-size: 3.5em;
  }

  .popup {
    align-items: flex-start;
  }

  .popup-overlay {
    display: none;
  }

  .popup-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }

  .popup-left {
    background-color: #fff;
    width: 100%;
    padding-top: 7em;
  }

  .popup-right {
    width: 100%;
  }

  .lottie-animation-4 {
    display: none;
  }

  .popup-close {
    width: 40px;
    height: 40px;
    inset: 20px 20px auto auto;
  }

  .image-19, .div-block-157 {
    display: block;
  }

  .div-block-161 {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .div-block-163 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .div-block-164 {
    max-width: none;
  }

  .logo-header-small {
    display: none;
  }

  .desctop-hide {
    display: block;
  }

  .div-block-167 {
    padding-left: 0;
  }

  .close-model-btn {
    top: 10px;
    right: 10px;
  }

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

  .div-block-169 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-173 {
    flex-direction: column;
  }

  .div-block-174 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .book-nav-btn {
    height: 80px;
  }

  .playbook-nav-work {
    flex-wrap: nowrap;
    margin-right: -30px;
    padding-top: 5px;
    padding-right: 30px;
    overflow: scroll;
  }

  .div-block-180 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 28px;
  }

  .category-section {
    padding-top: 8em;
  }

  .quick-stack-16 {
    margin-bottom: 0;
  }

  .quick-stack-17 {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-playbook-content {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .playbook-popup-close {
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .div-block-189 {
    grid-template-columns: 1fr 1fr;
    align-self: flex-start;
    overflow: scroll;
  }

  .div-block-189.midlle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    width: 100%;
  }

  .div-block-199 {
    flex-direction: column;
    align-items: flex-start;
    padding: 3em 2em;
  }

  .div-block-200 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-201 {
    width: 260px;
  }

  .div-block-202 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: -30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .div-block-204 {
    width: 250px;
  }

  .div-block-206 {
    flex-wrap: nowrap;
    padding-right: 30px;
    overflow: scroll;
  }

  .div-block-207 {
    width: 100%;
  }

  .div-block-208 {
    width: 250px;
  }

  .div-block-209 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-right: -30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .div-block-215 {
    flex-direction: column;
  }

  .div-block-217 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-8 {
    font-size: var(--font-size-l);
  }

  .div-block-220.less-height {
    min-height: 60vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-9 {
    font-size: var(--font-size-m);
  }

  .paragraph-14 {
    font-size: 18px;
    font-weight: 400;
  }

  .heading-10 {
    font-size: var(--font-size-s);
  }

  .custom-btn {
    width: 100%;
  }

  .image-23 {
    width: 100px;
  }

  .image-24 {
    width: 130px;
  }

  .background-video-7 {
    height: 100%;
  }

  .div-block-227 {
    width: 190px;
    height: 350px;
    left: 25%;
  }

  .image-26 {
    width: 260px;
  }

  .image-27 {
    width: 190px;
  }

  .div-block-232 {
    margin-top: 35px;
  }

  .divider_50 {
    height: 35px;
  }

  .div-block-238 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .brand-wrap-link {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .html-embed-5 {
    margin-bottom: 10px;
  }

  .div-block-251 {
    margin-top: 35px;
  }

  .tab-link-hor {
    padding-left: 26px;
    padding-right: 26px;
  }

  .tab-menu-new {
    display: flex;
  }

  .div-block-256 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-left: 10px;
    font-size: 3em;
  }

  .div-block-260 {
    padding: 24px 10px;
  }

  .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-273 {
    margin-top: 70px;
  }

  .faq-radio-option {
    margin-right: 10px;
  }

  .faq-radio-list {
    overflow: scroll;
  }

  .div-block-274 {
    margin-top: 2em;
    margin-bottom: 5em;
  }

  .div-block-278 {
    margin-right: -30px;
    padding-right: 30px;
  }

  .marquee-copy {
    font-size: 20px;
  }

  .div-block-280 {
    margin-bottom: 20px;
  }

  .div-block-281 {
    border-radius: var(--radius_0);
    width: 110%;
    height: 65vh;
    margin-top: 35px;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .div-block-282 {
    margin-bottom: 0;
  }

  .tabs-menu-gray {
    width: 100%;
    overflow: scroll;
  }

  .div-block-283 {
    text-align: left;
  }

  .updates-title {
    margin-top: 50px;
    top: 0;
  }

  .news-menu-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .news-link {
    padding: 7px 14px;
  }

  ._12-collumn-grid {
    flex-direction: column;
  }

  .academy-link-text {
    font-size: 12px;
  }

  .tutorial-item {
    margin-bottom: 10px;
    padding: 3px;
  }

  .div-block-296 {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .tutorial-title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .tutorial-desc {
    display: none;
  }

  .div-block-297 {
    margin-left: 15px;
    padding-right: 0;
  }

  .div-block-299 {
    padding-top: 8rem;
  }

  .div-block-300 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .collection-link {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .links-to-collections-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-301 {
    height: 200px;
  }

  .div-block-302 {
    padding-left: 15px;
  }

  .div-block-306 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .div-block-307 {
    padding-top: 5rem;
  }

  .interactive-intro {
    justify-content: center;
  }

  .image-31 {
    height: 80%;
  }

  .div-block-312 {
    padding-left: 0;
    padding-right: 0;
  }

  .kurs-preview-body {
    width: 270px;
  }

  .div-block-322 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .div-block-324 {
    display: flex;
    overflow: scroll;
  }

  .div-block-325 {
    flex-direction: column;
  }

  .div-block-326 {
    flex: none;
    padding: 0 0 14px;
  }

  .div-block-327 {
    width: 100%;
  }

  .div-block-328 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-329 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-331 {
    height: 180px;
  }

  .div-block-332 {
    border-bottom: 1px solid var(--border_light_gray);
    padding-bottom: 20px;
  }

  .div-block-334 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-336 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-337 {
    height: 30vh;
  }

  .review-block-big {
    padding-left: 0;
    padding-right: 0;
  }

  .review-title-big {
    font-size: 78px;
  }

  .div-block-460 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .seo-toggle-options-body {
    border-radius: 10px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .seo-toggle-wrapper {
    width: 100%;
    display: block;
  }

  .logga-2 {
    height: 35px;
  }

  .logga-2.short {
    height: 45px;
  }

  .logga-2.long {
    height: 35px;
  }

  .wrapper-mw1000 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .usp-grid-3 {
    grid-template-columns: 1fr;
  }

  .review-block-inline {
    flex-flow: column;
  }

  .div-block-442 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .btn-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-2.seo-toggle-btn {
    border-radius: 4px;
  }

  .seo-toggle-option {
    border-radius: 10px;
  }

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

  .div-block-468 {
    margin-bottom: 20px;
  }

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

  .review-desc-h1 {
    font-size: 2em;
  }

  .div-block-377 {
    overflow: scroll;
  }

  .btn-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav--menu-btn-2 {
    padding-left: 0;
  }

  .div-block-441 {
    width: 100%;
    margin-top: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-472 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .grid-3-column {
    grid-row-gap: 20px;
  }

  .div-block-444.right {
    padding-top: 0;
  }

  .div-block-474 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .btn-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-476 {
    display: none;
  }

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

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

  .tolkning-cta-wrapper._35-margin {
    width: 100%;
  }

  .div-block-479 {
    left: 2%;
  }

  .image-48 {
    left: 5%;
  }

  .image-51 {
    height: 80%;
  }

  .div-block-480 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .heading-23 {
    font-size: 3em;
  }

  .div-block-482 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .div-block-484 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-486 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-488 {
    margin-top: 35px;
  }

  .heading-24 {
    font-size: 3em;
  }

  .div-block-452 {
    height: 200px;
  }

  .div-block-493 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .image-57 {
    width: 15px;
  }

  .div-block-495.right {
    padding-top: 0;
  }

  .div-block-463 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .link-block-15 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-449 {
    border-style: none;
    padding: 0;
  }

  .div-block-454 {
    flex-flow: column;
    grid-template-columns: .5fr;
    height: auto;
    display: flex;
  }

  .link-block-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-504 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .div-block-506 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .image-61 {
    width: 15px;
  }

  .tabs-seo {
    width: 100%;
  }

  .div-block-513 {
    margin-top: 35px;
  }

  .quick-stack-21 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-515 {
    border-style: none;
    width: 100%;
    padding: 0;
  }

  .div-block-519 {
    text-align: left;
    margin-top: 6em;
  }

  .heading-25 {
    font-size: 4em;
  }

  .kurs-preview-body-2 {
    width: 270px;
  }

  .div-block-520.for-department {
    min-width: 80px;
    height: 80px;
  }

  .div-block-521 {
    padding-top: 4px;
    padding-left: 10px;
  }

  .div-block-522 {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .container {
    margin-top: 4rem;
  }

  .blog-thumbnail {
    border-radius: 0;
    height: 300px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .collection-list-9, .blog-samling-list {
    grid-template-columns: 1fr;
  }

  .arrow-right-icon-blog {
    margin-left: 5px;
  }

  .blog-cta {
    flex-flow: column;
  }

  .step-card {
    min-width: 240px;
  }

  .div-block-525 {
    width: 100%;
    margin-top: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-slider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 25px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-527 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .code-embed-8 {
    text-align: center;
  }

  .slide-item {
    min-width: 260px;
  }

  .div-block-533.extra {
    width: 100%;
  }

  .slide-media-div {
    border-radius: 10px;
  }

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

  .slider-viewport {
    margin-top: 0;
  }

  .div-block-531 {
    padding: 24px;
  }

  .div-block-540 {
    overflow: scroll;
  }

  .div-block-542 {
    margin-top: 70px;
  }

  .steps-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: -60px;
    margin-right: -30px;
    padding-left: 60px;
    padding-right: 30px;
  }

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

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

#w-node-_17b1cc14-d42d-d8ea-dd20-d906f1cda311-0c1cf639 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1.25fr;
}

#w-node-_17b1cc14-d42d-d8ea-dd20-d906f1cda312-0c1cf639 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-c6b4f005-ecc2-2bf4-7e7b-58c2811309a7-0c1cf639, #w-node-_80cf1fc1-1416-2d33-a5e6-b4c544e2303e-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddc76582-27df-ac57-792a-dfabd767c87c-0c1cf639 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_94f98b99-6ff0-0092-03a1-d0989f4f0b4c-0c1cf639 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec7d26c8-0488-0141-16bb-f1f28baac553-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac5d-0c1cf639 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac5e-0c1cf639, #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac66-0c1cf639, #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac6e-0c1cf639, #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac76-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bae499e-7b33-97d9-a4b5-7b62e1cc6a94-0c1cf639 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_40b9dace-fada-3c42-ffc4-f4e1472fff6c-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9796732-a19f-b8d3-0753-5455b20b399c-0c1cf639 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7498ea59-b79a-8daf-c612-2e7cbf50395a-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51832250-e6f9-1e3a-4b59-8890c5f63504-0c1cf639 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_51832250-e6f9-1e3a-4b59-8890c5f63505-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5e67ad-82a7-b801-6561-bad60def84b8-0c1cf639 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4e70c154-6a41-7362-9a82-ce00fff54836-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf6f2e5-1f7a-9660-f651-7960e8990ab9-0c1cf639 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88b21395-5c54-49ae-366f-3a387dff6d8b-0c1cf639, #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63506-0c1cf639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c6be22-61ab-b4fe-32c4-7d62d6283f70-0c1cf639, #w-node-ac8a8585-bea4-5b1d-d5da-c34ff0d1a950-0c1cf639 {
  align-self: center;
}

#w-node-_141be83a-a9e2-dd9b-1302-9908a711c8a9-a711c8a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_141be83a-a9e2-dd9b-1302-9908a711c8ae-a711c8a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_141be83a-a9e2-dd9b-1302-9908a711c8b1-a711c8a5, #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8d0-a711c8a5, #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8bc-a711c8a5, #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8c7-a711c8a5, #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8de-a711c8a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_782a0616-96d7-a89c-4476-9a052cd1a5a6-2cd1a5a6 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
}

#w-node-_782a0616-96d7-a89c-4476-9a052cd1a5a7-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5ab-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5ad-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5af-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5a9-2cd1a5a6, #w-node-_207628be-2f11-54d1-d103-83c0c4be5975-c4be5967, #w-node-_207628be-2f11-54d1-d103-83c0c4be5984-c4be5967, #w-node-_207628be-2f11-54d1-d103-83c0c4be598c-c4be5967, #w-node-_207628be-2f11-54d1-d103-83c0c4be59a8-c4be5967, #w-node-_799edb34-2803-ec9d-a5fc-e3571e65a52b-c4be5967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79da935b-a8db-fa6a-60a3-72d5163f756a-0c1cf6bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_79da935b-a8db-fa6a-60a3-72d5163f756b-0c1cf6bb, #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756c-0c1cf6bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49fae191-c25d-9156-deb3-fbbb35844a5c-0c1cf6bb {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36baab8f-cad1-bc5a-d312-a7681d4b4740-0c1cf6bb, #w-node-_58795f2b-c515-7312-d808-58b2ad983614-0c1cf6bb, #w-node-_02425674-6d91-dd92-1e44-1d0665b5d02c-0c1cf6bb, #w-node-_4532c25a-59bb-92d3-7871-708aba5ccb2d-0c1cf6bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948e5ab5-7edd-30dc-8812-053f31527db5-0c1cf6bb, #w-node-_9351ca79-3e25-c40f-64f2-ca1257e75535-0c1cf6bb, #w-node-b5a2548a-7cb0-49a3-c0ab-3b4faa5c0193-0c1cf6bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08334092-2551-016e-0bab-9b1c7e6768b1-0c1cf6bb {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08334092-2551-016e-0bab-9b1c7e6768b2-0c1cf6bb, #w-node-_08334092-2551-016e-0bab-9b1c7e6768b3-0c1cf6bb, #w-node-_19dce9bb-b960-b529-3f82-ddee83748cbc-0c1cf6bb, #w-node-_78d651cf-4fbf-2c9c-9831-938d3ada7779-0c1cf6bb, #w-node-cdd016c3-18db-d98b-6bdb-b99a0baa62e0-0c1cf6bb, #w-node-_4524e4a2-0b5b-36a8-3301-73a4fe4b2f2a-0c1cf6bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_009a2d45-1011-e9a5-1e63-2347fb3669ed-0c1cf6bb, #w-node-_86f320af-d3f7-75f7-c08d-fff966cd4ebb-0c1cf6bb, #w-node-_2234d2d1-c899-df5a-ac54-0fc7256095e9-0c1cf6bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7152673-af60-3dac-cdd0-47fa447fcfdc-0c1cf6bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a7152673-af60-3dac-cdd0-47fa447fcfdd-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcfe5-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcfed-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcff5-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcffd-0c1cf6bd, #w-node-c7eb03fc-a6f2-7d45-ab36-590bb61a14aa-0c1cf6bd, #w-node-_1a618701-12d9-d197-bbd2-fdfb4327ac4f-0c1cf6bd, #w-node-cb5f93be-69c3-49b9-c63a-4376f7f3c8db-0c1cf6bd, #w-node-e1039b62-b46d-8a47-2c95-b7a1ba1f7449-0c1cf6bd, #w-node-f778fe7c-03a7-c48b-9214-a4e75cdb67a3-0c1cf6bd, #w-node-f778fe7c-03a7-c48b-9214-a4e75cdb67a8-0c1cf6bd, #w-node-f778fe7c-03a7-c48b-9214-a4e75cdb67ad-0c1cf6bd, #w-node-f778fe7c-03a7-c48b-9214-a4e75cdb67b2-0c1cf6bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96fe519d-8813-6fa8-60d8-30cd4998108f-0c1cf6bf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_96fe519d-8813-6fa8-60d8-30cd49981090-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981092-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981094-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981096-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981098-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd4998109a-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd4998109c-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd4998109e-0c1cf6bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#employers.w-node-a20f5d9c-cbdf-4e2a-a600-99245b0b8d68-0c1cf714 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a20f5d9c-cbdf-4e2a-a600-99245b0b8d69-0c1cf714, #w-node-a20f5d9c-cbdf-4e2a-a600-99245b0b8d6a-0c1cf714 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d738d56-8d56-7ccc-e2e4-aef79a6c4ed2-0c1cf714 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5d738d56-8d56-7ccc-e2e4-aef79a6c4ed3-0c1cf714 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_5d738d56-8d56-7ccc-e2e4-aef79a6c4ed4-0c1cf714 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_9a482139-a314-78e0-1798-baeb2e374624-0c1cf714 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_6ffd1f7f-ab7d-3f29-a353-7ca1c243a464-0c1cf714, #w-node-b1d01b98-36ce-3ac7-f3cf-e4f8b025d921-0c1cf714, #w-node-fd6e786c-f2f5-37a1-0efc-d99d2db0507b-0c1cf714 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a46bd0ef-1f88-194d-90f8-3d872ce5dfaf-0c1cf714, #w-node-a274cb68-f222-5a99-9c1d-b255e7ecdb03-0c1cf714, #w-node-b502d22e-498a-6c28-9db4-eb2ed9e091b8-0c1cf714, #w-node-_8828d17b-7ba1-5f0a-2873-9555ae31a831-0c1cf714, #w-node-_00df3681-ac08-3660-dd2b-52079a54e0da-0c1cf714 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1483f25-95e1-7597-2ff9-8b7661c942ed-0c1cf714 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d1483f25-95e1-7597-2ff9-8b7661c942ee-0c1cf714, #w-node-d1483f25-95e1-7597-2ff9-8b7661c942ef-0c1cf714, #w-node-f80ffedf-7d2a-c1fc-8c5f-aae4df979311-0c1cf714, #w-node-_705b78a0-0249-e84e-0291-d9796dbef82d-0c1cf714, #w-node-_71677646-65e0-26f3-c492-4e9df4e4dd2e-0c1cf714 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79da935b-a8db-fa6a-60a3-72d5163f756a-0c1cf715 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_79da935b-a8db-fa6a-60a3-72d5163f756b-0c1cf715, #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756c-0c1cf715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08334092-2551-016e-0bab-9b1c7e6768b1-0c1cf715 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08334092-2551-016e-0bab-9b1c7e6768b2-0c1cf715, #w-node-_08334092-2551-016e-0bab-9b1c7e6768b3-0c1cf715, #w-node-_19dce9bb-b960-b529-3f82-ddee83748cbc-0c1cf715, #w-node-_78d651cf-4fbf-2c9c-9831-938d3ada7779-0c1cf715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd016c3-18db-d98b-6bdb-b99a0baa62e0-0c1cf715, #w-node-_009a2d45-1011-e9a5-1e63-2347fb3669ed-0c1cf715, #w-node-_3c2d721d-2d31-c1b6-7216-279bce9aee80-0c1cf715 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bec77ad-4d1a-747c-fbfd-e93e5e0cef7f-0c1cf718, #w-node-_30ae1bb2-eabc-4889-fe2d-7a15fb4a2e60-0c1cf718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b623a49-1b23-d92a-10bf-d693ed419de1-0c1cf718 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b623a49-1b23-d92a-10bf-d693ed419de2-0c1cf718, #w-node-_2b623a49-1b23-d92a-10bf-d693ed419de4-0c1cf718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d81f262-b51a-8fb0-24f6-461ee84b33c0-0c1cf71c {
  justify-self: end;
}

#w-node-b3f16b48-1200-a5ef-5592-011d353ffe85-0c1cf71c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b3f16b48-1200-a5ef-5592-011d353ffe86-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe8a-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe8e-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe92-0c1cf71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f16b48-1200-a5ef-5592-011d353ffe96-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe9a-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffea5-0c1cf71c, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5eba-ec4d5eb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5ec2-ec4d5eb3, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5eca-ec4d5eb3, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5ed2-ec4d5eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5ee2-ec4d5eb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5eea-ec4d5eb3, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5ef2-ec4d5eb3, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5efa-ec4d5eb3, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5f02-ec4d5eb3, #w-node-f2580737-37cb-35f1-aeee-52ec02945075-0c1cf71d, #w-node-f9ee743b-74f5-eff0-2c86-3f7aefd1cdb6-0c1cf71d, #w-node-_1ee2994d-e5da-4656-8ad6-78d9e61f4627-0c1cf71d, #w-node-_2c5d4e8f-e008-1511-305d-c64afec96e8f-0c1cf71d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c45bde27-64ea-6ed8-3b2c-778774012831-0c1cf71d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c45bde27-64ea-6ed8-3b2c-778774012832-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-77877401283a-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-778774012842-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-77877401284a-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-778774012852-0c1cf71d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_041aa6fa-4b6f-682e-7556-dea4928673b1-0c1cf71d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3f85297c-7a75-237f-d8f4-495eb2a2798e-0c1cf71d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_58ce9ff2-dc75-5ca7-b669-daa8ddb58149-0c1cf71d, #w-node-bab0b605-73c1-5843-84e8-e24ee6da4360-0c1cf71d, #w-node-_5035cc77-e357-8848-5400-ee7664045d0c-0c1cf71d, #w-node-bf42d9e4-1b05-47a0-0bfa-aa6e10e71f7b-0c1cf71d, #w-node-_7484459c-ac1e-e939-9c49-030c2ac715a2-0c1cf71d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e683d855-0d08-f3a2-b57f-f220be155438-0c1cf71d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6831ff02-3396-328d-5d27-0b62aa21f809-0c1cf720 {
  align-self: center;
}

#w-node-fedbd614-4563-60a8-98a7-aadf3c37bbbc-0c1cf720, #w-node-_748daa7f-f947-a81a-ea64-c9df6ce39ca3-0c1cf720 {
  align-self: end;
}

#w-node-_74b3585f-a3ec-fd7f-0b8f-c833c149be00-0c1cf720, #w-node-_4274cc98-4cdb-e8a5-c03e-0347b7760e92-0c1cf720, #w-node-_93c5f808-f3e3-21bd-2699-6273be1aaaec-0c1cf720, #w-node-_1ceccbac-fa8a-e9f2-5377-4fa2bf44e96d-0c1cf720, #w-node-_1ceccbac-fa8a-e9f2-5377-4fa2bf44e970-0c1cf720, #w-node-_2ba3926c-a586-7298-4026-3401ac9b3714-0c1cf720, #w-node-_2ba3926c-a586-7298-4026-3401ac9b3717-0c1cf720, #w-node-_8dc838ba-ceca-654f-2a5e-566df12a66b6-0c1cf720, #w-node-_8dc838ba-ceca-654f-2a5e-566df12a66b9-0c1cf720, #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bcc-0c1cf721, #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bce-0c1cf721, #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bd1-0c1cf721, #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bd3-0c1cf721, #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bd6-0c1cf721, #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bd8-0c1cf721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_826bb1c7-96af-4baf-833b-d1c39fca4098-5e217080 {
  justify-self: end;
}

#w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbca1-ead4bca0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbca2-ead4bca0, #w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbca5-ead4bca0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbcb6-ead4bca0, #w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbcb7-ead4bca0 {
  align-self: center;
}

#w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd22a-47773e0c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd233-47773e0c, #w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd237-47773e0c {
  grid-column: span 2 / span 2;
}

#w-node-f1ad3df7-f45e-361e-d6f1-445c2de69e1b-5482f4a9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_6148a1d8-3d6b-ae75-6d19-abc897b83f85-5482f4a9 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0d8d3011-4e18-3c39-4314-32276d3ab925-5482f4a9 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_48beddd4-af08-a26b-b2e7-a9355ee24320-5482f4a9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_2b66f327-6391-efc5-17bc-53656aa19aab-f6828e53 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b66f327-6391-efc5-17bc-53656aa19ab2-f6828e53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_17b1cc14-d42d-d8ea-dd20-d906f1cda311-0c1cf639 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_17b1cc14-d42d-d8ea-dd20-d906f1cda312-0c1cf639, #w-node-ddc76582-27df-ac57-792a-dfabd767c87c-0c1cf639 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9796732-a19f-b8d3-0753-5455b20b399c-0c1cf639 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63504-0c1cf639 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63505-0c1cf639, #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63506-0c1cf639 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8ae-a711c8a5 {
    justify-self: start;
  }

  #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756a-0c1cf6bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756b-0c1cf6bb, #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756c-0c1cf6bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756a-0c1cf715 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756b-0c1cf715, #w-node-_79da935b-a8db-fa6a-60a3-72d5163f756c-0c1cf715 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b623a49-1b23-d92a-10bf-d693ed419de1-0c1cf718 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b623a49-1b23-d92a-10bf-d693ed419de2-0c1cf718 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_2b623a49-1b23-d92a-10bf-d693ed419de4-0c1cf718, #w-node-_8d81f262-b51a-8fb0-24f6-461ee84b3480-0c1cf71c, #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5eba-ec4d5eb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5f02-ec4d5eb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f85297c-7a75-237f-d8f4-495eb2a2798e-0c1cf71d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bd5-0c1cf721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df71c76f-0958-208d-b5d7-d4acb8ce8e44-3871d71c, #w-node-_8a429fc2-9a1d-a4a9-be28-f89386603726-8c6a0250 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbca1-ead4bca0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbca2-ead4bca0 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbca5-ead4bca0, #w-node-f1f97f29-96f6-9c6a-3be0-8c41144af2b6-ead4bca0, #w-node-_6c805241-b691-85bd-8617-5644796df68c-51ee17e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1ad3df7-f45e-361e-d6f1-445c2de69e1b-5482f4a9 {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-_48beddd4-af08-a26b-b2e7-a9355ee24320-5482f4a9 {
    grid-column-start: 2;
  }

  #w-node-_2b66f327-6391-efc5-17bc-53656aa19aab-f6828e53, #w-node-_2b66f327-6391-efc5-17bc-53656aa19ab2-f6828e53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac5d-0c1cf639 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac5e-0c1cf639, #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac66-0c1cf639, #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac6e-0c1cf639, #w-node-c3d591bf-8e3b-240e-da43-8e9cedf0ac76-0c1cf639 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bae499e-7b33-97d9-a4b5-7b62e1cc6a94-0c1cf639 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40b9dace-fada-3c42-ffc4-f4e1472fff6c-0c1cf639, #w-node-_7498ea59-b79a-8daf-c612-2e7cbf50395a-0c1cf639 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6877b1c9-72fe-bdb7-fa17-c3bf11cbf8c1-0c1cf71c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_041aa6fa-4b6f-682e-7556-dea4928673b1-0c1cf71d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3f85297c-7a75-237f-d8f4-495eb2a2798e-0c1cf71d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_927d0de3-9f49-ea2d-416f-27a5342201b4-0c1cf71d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fedbd614-4563-60a8-98a7-aadf3c37bbbc-0c1cf720 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648b6a-0c1cf721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648bd5-0c1cf721 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df71c76f-0958-208d-b5d7-d4acb8ce8e04-3871d71c, #w-node-_8a429fc2-9a1d-a4a9-be28-f893866036e6-8c6a0250, #w-node-_826bb1c7-96af-4baf-833b-d1c39fca4101-5e217080, #w-node-_6a3ec0ad-30fd-c0f9-4a67-c905d91397f1-ead4bca0, #w-node-_6b4dde83-ecb0-ca22-b92b-2aa4c54160e4-51ee17e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2b66f327-6391-efc5-17bc-53656aa19aab-f6828e53, #w-node-_2b66f327-6391-efc5-17bc-53656aa19ab2-f6828e53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17b1cc14-d42d-d8ea-dd20-d906f1cda311-0c1cf639 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

  #w-node-_17b1cc14-d42d-d8ea-dd20-d906f1cda312-0c1cf639 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-ddc76582-27df-ac57-792a-dfabd767c87c-0c1cf639 {
    grid-column: span 2 / span 2;
  }

  #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63504-0c1cf639 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63505-0c1cf639, #w-node-_51832250-e6f9-1e3a-4b59-8890c5f63506-0c1cf639, #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8a9-a711c8a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_141be83a-a9e2-dd9b-1302-9908a711c8ae-a711c8a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5a6-2cd1a5a6 {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
  }

  #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5a7-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5ab-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5ad-2cd1a5a6, #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5af-2cd1a5a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_782a0616-96d7-a89c-4476-9a052cd1a5a9-2cd1a5a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49fae191-c25d-9156-deb3-fbbb35844a5c-0c1cf6bb {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_36baab8f-cad1-bc5a-d312-a7681d4b4740-0c1cf6bb, #w-node-_58795f2b-c515-7312-d808-58b2ad983614-0c1cf6bb, #w-node-_02425674-6d91-dd92-1e44-1d0665b5d02c-0c1cf6bb, #w-node-_4532c25a-59bb-92d3-7871-708aba5ccb2d-0c1cf6bb, #w-node-_08334092-2551-016e-0bab-9b1c7e6768b2-0c1cf6bb, #w-node-_08334092-2551-016e-0bab-9b1c7e6768b3-0c1cf6bb, #w-node-_19dce9bb-b960-b529-3f82-ddee83748cbc-0c1cf6bb, #w-node-_78d651cf-4fbf-2c9c-9831-938d3ada7779-0c1cf6bb, #w-node-cdd016c3-18db-d98b-6bdb-b99a0baa62e0-0c1cf6bb, #w-node-_4524e4a2-0b5b-36a8-3301-73a4fe4b2f2a-0c1cf6bb {
    grid-column: span 2 / span 2;
  }

  #w-node-a7152673-af60-3dac-cdd0-47fa447fcfdc-0c1cf6bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a7152673-af60-3dac-cdd0-47fa447fcfdd-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcfe5-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcfed-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcff5-0c1cf6bd, #w-node-a7152673-af60-3dac-cdd0-47fa447fcffd-0c1cf6bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96fe519d-8813-6fa8-60d8-30cd4998108f-0c1cf6bf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_96fe519d-8813-6fa8-60d8-30cd49981090-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981092-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981094-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981096-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd49981098-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd4998109a-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd4998109c-0c1cf6bf, #w-node-_96fe519d-8813-6fa8-60d8-30cd4998109e-0c1cf6bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #employers.w-node-a20f5d9c-cbdf-4e2a-a600-99245b0b8d68-0c1cf714 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a20f5d9c-cbdf-4e2a-a600-99245b0b8d69-0c1cf714 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a20f5d9c-cbdf-4e2a-a600-99245b0b8d6a-0c1cf714 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d738d56-8d56-7ccc-e2e4-aef79a6c4ed2-0c1cf714 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5d738d56-8d56-7ccc-e2e4-aef79a6c4ed3-0c1cf714 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_5d738d56-8d56-7ccc-e2e4-aef79a6c4ed4-0c1cf714 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_9a482139-a314-78e0-1798-baeb2e374624-0c1cf714 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_6ffd1f7f-ab7d-3f29-a353-7ca1c243a464-0c1cf714, #w-node-b1d01b98-36ce-3ac7-f3cf-e4f8b025d921-0c1cf714, #w-node-fd6e786c-f2f5-37a1-0efc-d99d2db0507b-0c1cf714 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-a46bd0ef-1f88-194d-90f8-3d872ce5dfaf-0c1cf714, #w-node-a274cb68-f222-5a99-9c1d-b255e7ecdb03-0c1cf714 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1483f25-95e1-7597-2ff9-8b7661c942ed-0c1cf714 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d1483f25-95e1-7597-2ff9-8b7661c942ee-0c1cf714, #w-node-d1483f25-95e1-7597-2ff9-8b7661c942ef-0c1cf714, #w-node-f80ffedf-7d2a-c1fc-8c5f-aae4df979311-0c1cf714, #w-node-_705b78a0-0249-e84e-0291-d9796dbef82d-0c1cf714, #w-node-_71677646-65e0-26f3-c492-4e9df4e4dd2e-0c1cf714 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08334092-2551-016e-0bab-9b1c7e6768b2-0c1cf715, #w-node-_08334092-2551-016e-0bab-9b1c7e6768b3-0c1cf715, #w-node-_19dce9bb-b960-b529-3f82-ddee83748cbc-0c1cf715, #w-node-_78d651cf-4fbf-2c9c-9831-938d3ada7779-0c1cf715, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe86-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe8a-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe8e-0c1cf71c, #w-node-b3f16b48-1200-a5ef-5592-011d353ffe92-0c1cf71c {
    grid-column: span 2 / span 2;
  }

  #w-node-_6877b1c9-72fe-bdb7-fa17-c3bf11cbf8c2-0c1cf71c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6d41ec86-8424-5ec2-63d2-5c73ec4d5f02-ec4d5eb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c45bde27-64ea-6ed8-3b2c-778774012831-0c1cf71d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c45bde27-64ea-6ed8-3b2c-778774012832-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-77877401283a-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-778774012842-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-77877401284a-0c1cf71d, #w-node-c45bde27-64ea-6ed8-3b2c-778774012852-0c1cf71d, #w-node-_927d0de3-9f49-ea2d-416f-27a5342201b4-0c1cf71d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bbf2925-2cb2-eb13-ed84-3ba136648b6b-0c1cf721, #w-node-df71c76f-0958-208d-b5d7-d4acb8ce8e05-3871d71c, #w-node-_8a429fc2-9a1d-a4a9-be28-f893866036e7-8c6a0250, #w-node-_826bb1c7-96af-4baf-833b-d1c39fca4102-5e217080 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_49fa3d8a-a193-70e3-adcd-9051ae2dbc1b-ead4bca0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a3ec0ad-30fd-c0f9-4a67-c905d91397f2-ead4bca0, #w-node-_6b4dde83-ecb0-ca22-b92b-2aa4c54160e5-51ee17e1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd22a-47773e0c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd22b-47773e0c, #w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd22f-47773e0c, #w-node-d408f2ae-e05e-82eb-50c2-239a1b6bd233-47773e0c {
    grid-column: span 2 / span 2;
  }

  #w-node-_48beddd4-af08-a26b-b2e7-a9355ee24320-5482f4a9 {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-_2b66f327-6391-efc5-17bc-53656aa19a21-f6828e53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_2b66f327-6391-efc5-17bc-53656aa19a26-f6828e53, #w-node-_2b66f327-6391-efc5-17bc-53656aa19a2f-f6828e53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}



/* --- Added: Book now buttons (nav pill + homepage hero) --- */
.book-now-btn {
  background-color: #de5d83;
  border: 1px solid #de5d83;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 4px 22px;
  font-size: 12px;
  margin-right: 10px;
  transition: background-color .2s;
}

.book-now-btn:hover {
  background-color: #c94d72;
  border-color: #c94d72;
}

.btn.book-now-hero {
  background-color: #de5d83;
}

.btn.book-now-hero:hover {
  background-color: #c94d72;
}

/* Accessibility: enlarge the hamburger menu tap target to >=48x48px
   (WCAG / Google guideline) without changing its visual appearance.
   Applies only below the nav collapse breakpoint where the button shows. */
@media screen and (max-width: 991px) {
  .w-nav .nav--menu-btn.w-nav-button,
  .w-nav .nav--menu-btn-2.w-nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 48px;
    min-height: 48px;
    padding: 10px;
  }
}

/* Accessibility: enlarge the visible footer social icon (LinkedIn) tap target
   to >=44x44px without changing its visual size or position. The negative
   margin cancels the added padding so surrounding layout is unaffected.
   Hidden icons (.link-p-hide) are excluded. */
.sm-link:not(.link-p-hide) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  margin: -8px -8px -8px 2px; /* 10px original left margin minus 8px padding */
}
