/*

Built by Reizoko
URL: https://www.reizoko.jp

Yay!
*/
/**
 * Animation
 */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgb(246.0671641791, 244.9328358209, 244.9328358209);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: auto;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.modal-active {
  overflow: hidden;
}

body:after {
  content: "320";
  display: none;
}

/* Common  */
a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #9d9c9c;
  text-decoration: none;
}
a.button {
  display: inline-block;
  padding: 20px 40px;
  background-color: #fff;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button:hover {
  background-color: #0DA3CF;
  text-decoration: none;
}
a.inverted {
  background-color: #000;
  color: #fff;
}

p {
  margin-bottom: 25px;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1em;
}
h1.end-dot:after, h2.end-dot:after, h3.end-dot:after, h4.end-dot:after, h5.end-dot:after, h6.end-dot:after {
  content: ".";
  color: #fff;
  display: inline-block;
  font-size: 1em;
  line-height: 0;
}
h1.end-dot.yellow:after, h2.end-dot.yellow:after, h3.end-dot.yellow:after, h4.end-dot.yellow:after, h5.end-dot.yellow:after, h6.end-dot.yellow:after {
  color: #FCD57A;
}

h1 {
  font-size: 61px;
}

h2 {
  font-size: 61px;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  h2 {
    font-size: 41px;
  }
}

.strike {
  text-decoration: line-through;
}

hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

img {
  width: 100%;
  line-height: 0;
}

b, strong {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.heavy {
  font-weight: 700;
}

.wow {
  visibility: hidden;
}

.divider {
  margin-bottom: 200px;
}
.divider .divider-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider .divider-inner img {
  width: 100%;
  max-width: 25px;
}
@media screen and (max-width: 1024px) {
  .divider {
    margin-bottom: 120px;
  }
}

.client-slider-holder {
  margin-bottom: 200px;
}
.client-slider-holder .client-slider-intro {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.client-slider-holder .client-slider-intro .content-of-header {
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/9;
  grid-row: 1/2;
}
.client-slider-holder .client-slider-intro .content-of-header p {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .client-slider-holder .client-slider-intro .content-of-header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
  }
  .client-slider-holder .client-slider-intro .content-of-header p {
    max-width: 70%;
  }
}
@media screen and (max-width: 668px) {
  .client-slider-holder .client-slider-intro .content-of-header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
    text-align: center;
  }
  .client-slider-holder .client-slider-intro .content-of-header p {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .client-slider-holder {
    margin-bottom: 120px;
  }
}
.client-slider-holder {
  /* Slider Container */
}
.client-slider-holder .client-slider-wrapper {
  width: 100%;
  background: #fff;
  padding: 0px 0px 0px 0;
  overflow: hidden;
  position: relative;
}
.client-slider-holder .client-slider-wrapper::before,
.client-slider-holder .client-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.client-slider-holder .client-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.client-slider-holder .client-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}
.client-slider-holder .client-slider {
  display: flex;
  animation: scroll 40s linear infinite;
}
.client-slider-holder .client-slider.paused {
  animation-play-state: paused;
}
.client-slider-holder .client-track {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 40px;
  flex-shrink: 0;
}
.client-slider-holder .client-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 20px;
}
.client-slider-holder .client-item img {
  max-height: 60px;
  max-width: 180px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  opacity: 1;
  transition: all 0.3s ease;
}
.client-slider-holder .client-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
.client-slider-holder {
  /* Testimonial styling if you have text */
}
.client-slider-holder .client-testimonial {
  text-align: center;
  padding: 20px;
  max-width: 300px;
}
.client-slider-holder .client-testimonial p {
  font-style: italic;
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.client-slider-holder .client-testimonial .author {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
.client-slider-holder .client-testimonial .company {
  color: #ED744C;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.client-slider-holder {
  /* Optional: Section title */
}
.client-slider-holder .slider-title {
  text-align: center;
  margin-bottom: 50px;
}
.client-slider-holder .slider-title h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
}
.client-slider-holder .slider-title p {
  color: #666;
  font-size: 16px;
}

.full-model-with-puffar-holder {
  margin-bottom: 200px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  background: linear-gradient(to bottom, #0DA3CF 0, #0DA3CF 90%, #fff 90%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .full-model-with-puffar-holder {
    margin-bottom: 120px;
  }
}
.full-model-with-puffar-holder .the-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/13;
  grid-row: 1/2;
  padding-top: 60px;
}
.full-model-with-puffar-holder .the-content .header-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
}
.full-model-with-puffar-holder .the-content .header-items h2 {
  color: #fff;
  max-width: 750px;
  text-align: center;
}
.full-model-with-puffar-holder .the-content .header-items p {
  color: #fff;
  max-width: 450px;
  text-align: center;
}
.full-model-with-puffar-holder .the-content .puffar-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .full-model-with-puffar-holder .the-content .puffar-holder {
    flex-wrap: wrap;
  }
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .full-model-with-puffar-holder .the-content .puffar-holder .puffar-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .full-model-with-puffar-holder .the-content .puffar-holder .puffar-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-icon {
  font-size: 50px;
  color: #fff;
  padding-bottom: 10px;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-text h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 5px;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(1) {
  background-color: rgba(247, 188, 170, 0.8);
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(1) .puffar-icon {
  color: #000;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(1) .puffar-text h3, .full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(1) .puffar-text p {
  color: #000;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(2) {
  background-color: rgba(255, 221, 139, 0.8);
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(2) .puffar-icon {
  color: #000;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(2) .puffar-text h3, .full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(2) .puffar-text p {
  color: #000;
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(3) {
  background-color: rgba(88, 173, 145, 0.8);
}
.full-model-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(4) {
  background-color: rgba(237, 116, 76, 0.8);
}

.integrations-sektion-holder {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 200px;
}
.integrations-sektion-holder .inter-content-image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/13;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .integrations-sektion-holder .inter-content-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    margin-top: -150px;
  }
}
.integrations-sektion-holder .inter-content-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 1/2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .integrations-sektion-holder .inter-content-text {
    flex-wrap: wrap;
  }
}
.integrations-sektion-holder .inter-content-text .left {
  padding-right: 25px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .integrations-sektion-holder .inter-content-text .left {
    padding-right: 0px;
    width: 100%;
  }
}
.integrations-sektion-holder .inter-content-text .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .integrations-sektion-holder .inter-content-text .right {
    padding-right: 0px;
    width: 100%;
  }
}
.integrations-sektion-holder .inter-content-text .right p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .integrations-sektion-holder .inter-content-text .right p {
    margin-top: 0;
  }
}

.big-image-bg-with-puffar-holder {
  background-image: url("../img/big_bg_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .big-image-bg-with-puffar-holder {
    margin-bottom: 120px;
  }
}
.big-image-bg-with-puffar-holder .the-content .header-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
}
.big-image-bg-with-puffar-holder .the-content .header-items h2 {
  color: #fff;
  max-width: 750px;
  text-align: center;
}
.big-image-bg-with-puffar-holder .the-content .header-items p {
  color: #fff;
  max-width: 450px;
  text-align: center;
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .big-image-bg-with-puffar-holder .the-content .puffar-holder {
    flex-wrap: wrap;
  }
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-icon {
  font-size: 50px;
  color: #fff;
  padding-bottom: 10px;
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-icon img {
  max-height: 45px;
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-text h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 5px;
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item .puffar-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(5) {
  background-color: rgba(252, 213, 122, 0.6);
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(4) {
  background-color: rgba(235, 135, 150, 0.8);
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(3) {
  background-color: rgba(237, 116, 76, 0.8);
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(2) {
  background-color: rgba(16, 133, 202, 0.8);
}
.big-image-bg-with-puffar-holder .the-content .puffar-holder .puffar-item:nth-child(1) {
  background-color: rgba(88, 173, 145, 0.8);
}

.redo-holder {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .redo-holder {
    margin-bottom: 120px;
  }
}
.redo-holder .header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.redo-holder h2 {
  margin-bottom: 50px;
  margin-right: 25px;
}
.redo-holder p {
  max-width: 900px;
}
.redo-holder .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .redo-holder .buttons {
    flex-wrap: wrap;
  }
}
.redo-holder .buttons .button {
  margin-right: 25px;
  min-width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .redo-holder .buttons .button {
    margin-bottom: 15px;
  }
}

.three-points-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.three-points-columns .one-col {
  text-align: center;
  width: 33.3333333333%;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .three-points-columns .one-col {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .three-points-columns .one-col {
    width: 100%;
  }
}
.three-points-columns .one-col .subheader {
  font-size: 18px;
  margin-bottom: 25px;
}
.three-points-columns .one-col .header {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.three-points-columns .one-col p {
  font-size: 18px;
  color: #000;
}

.color-boxes-holder {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .color-boxes-holder {
    margin-bottom: 120px;
  }
}
.color-boxes-holder .color-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.color-boxes-holder .color-boxes .one-col {
  flex-wrap: wrap;
  width: 33.3333333333%;
  padding: 12.5px;
}
.color-boxes-holder .color-boxes .one-col .content {
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.color-boxes-holder .color-boxes .one-col .content.centered-content {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .color-boxes-holder .color-boxes .one-col {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 668px) {
  .color-boxes-holder .color-boxes .one-col {
    width: 100%;
  }
}
.color-boxes-holder .color-boxes .one-col .subheader {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 25px;
}
.color-boxes-holder .color-boxes .one-col p {
  font-size: 18px;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 0;
}

.exempel-holer {
  margin-bottom: 60px;
}
.exempel-holer .background {
  background-color: #0DA3CF;
}
.exempel-holer .the-content {
  padding-top: 60px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.exempel-holer .the-content .header-items {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 1/2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 60px;
}
.exempel-holer .the-content .header-items h2 {
  text-align: center;
  color: #fff;
}
.exempel-holer .the-content .header-items p {
  text-align: center;
  color: #fff;
  max-width: 650px;
}
.exempel-holer .image {
  margin-top: -50px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.exempel-holer .image .image-holder {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 3/11;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .exempel-holer .image .image-holder {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.exempel-holer .image .image-holder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.jamnforelse-holder {
  margin-bottom: 200px;
  position: relative;
}
.jamnforelse-holder .jamnforelse-content {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.jamnforelse-holder .jamnforelse-content .jamnforelse-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 1/2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.jamnforelse-holder .jamnforelse-content .jamnforelse-text h2 {
  max-width: 750px;
}
.jamnforelse-holder .jamnforelse-content .jamnforelse-text p {
  max-width: 450px;
}
.jamnforelse-holder .comparison-table {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(232, 232, 232, 0.5);
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
@media screen and (max-width: 668px) {
  .jamnforelse-holder .comparison-table {
    padding-top: 10px;
  }
}
.jamnforelse-holder .comparison-table .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.jamnforelse-holder .comparison-table .row:nth-child(odd):not(:first-child) {
  background-color: rgba(246, 246, 246, 0.5);
}
@media screen and (max-width: 768px) {
  .jamnforelse-holder .comparison-table .row {
    flex-wrap: wrap;
  }
}
.jamnforelse-holder .comparison-table .row.header {
  align-items: flex-end;
  justify-content: space-between;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
}
.jamnforelse-holder .comparison-table .row.header .column {
  padding-bottom: 40px;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .jamnforelse-holder .comparison-table .row.header .column {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.jamnforelse-holder .comparison-table .row.header .column h2 {
  font-weight: 400;
  font-size: 24px;
  color: #333;
  position: relative;
  font-style: normal;
}
.jamnforelse-holder .comparison-table .row.header .column h2:after {
  content: "";
  height: 6px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  max-width: 100px;
  background-color: rgba(112, 112, 112, 0.4);
}
.jamnforelse-holder .comparison-table .row.header .column.kdxHUB h2 {
  font-weight: 900;
}
.jamnforelse-holder .comparison-table .row.header .column.kdxHUB h2:after {
  background-color: #707070;
}
.jamnforelse-holder .comparison-table .row.header .column:after {
  content: "";
  height: calc(100% + 10px);
  width: 1px;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .jamnforelse-holder .comparison-table .row.header .column:not(:first-child) {
    display: none !important;
    visibility: hidden;
  }
  .jamnforelse-holder .comparison-table .row.header .column {
    width: 100%;
  }
  .jamnforelse-holder .comparison-table .row.header .column:not(:last-child):after {
    border-right: none;
  }
}
.jamnforelse-holder .comparison-table .row .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 20px;
  width: 25%;
  position: relative;
}
.jamnforelse-holder .comparison-table .row .column:not(:last-child) {
  font-style: italic;
  opacity: 0.5;
}
.jamnforelse-holder .comparison-table .row .column:not(:last-child):after {
  content: "";
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.jamnforelse-holder .comparison-table .row .column:first-child {
  opacity: 1;
  font-weight: bold;
  font-style: normal;
}
.jamnforelse-holder .comparison-table .row .column span {
  display: none !important;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .jamnforelse-holder .comparison-table .row .column {
    flex-wrap: wrap;
    flex-direction: column;
    width: 33.3333333333%;
    padding: 15px 20px 20px 20px;
  }
  .jamnforelse-holder .comparison-table .row .column span {
    display: block !important;
    visibility: visible;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .jamnforelse-holder .comparison-table .row .column:first-child {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .jamnforelse-holder .comparison-table .row .column:first-child:after {
    border-right: none;
  }
}
@media screen and (max-width: 668px) {
  .jamnforelse-holder .comparison-table .row .column {
    width: 100%;
  }
  .jamnforelse-holder .comparison-table .row .column:first-child {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .jamnforelse-holder .comparison-table .row .column:first-child:after {
    border-right: none;
  }
}

.two-column-inversing {
  margin-bottom: 120px;
  background: linear-gradient(to bottom, #fff 0, #fff 35%, #FCD57A 35%, #FCD57A 85%, #fff 85%, #fff 100%);
}
.two-column-inversing .one-row {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.two-column-inversing .one-row .left {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/7;
  grid-row: 1/2;
  padding-top: 25px;
}
.two-column-inversing .one-row .left .text {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .two-column-inversing .one-row .left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
  }
}
.two-column-inversing .one-row .right {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 7/12;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .two-column-inversing .one-row .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
  }
}
.two-column-inversing .one-row .right .content {
  background: #fff;
  border: 1px solid #e8e8e8;
  filter: drop-shadow(0px 5px 18px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.two-column-inversing .one-row .right .content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.two-column-inversing .one-row .right .content .row .icon {
  width: 75px;
}
.two-column-inversing .one-row .right .content .row .icon i {
  font-size: 41px;
}
.two-column-inversing .one-row .right .content .row .text {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.two-column-inversing .one-row .right .content .row .text h3 {
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.two-column-inversing .one-row .right .content .row .text p {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
}
.two-column-inversing .one-row.inverse {
  margin-bottom: 100px;
}
.two-column-inversing .one-row.inverse .left {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 7/12;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .two-column-inversing .one-row.inverse .left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
  }
}
.two-column-inversing .one-row.inverse .left {
  padding-top: 50px;
}
.two-column-inversing .one-row.inverse .left .text {
  padding-right: 0;
}
.two-column-inversing .one-row.inverse .right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/7;
  grid-row: 1/2;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .two-column-inversing .one-row.inverse .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    padding-right: 0;
  }
}

section, div.section {
  margin: 0 auto;
}
section.full, div.section.full {
  width: 100%;
  max-width: 100%;
}
section.wide, div.section.wide {
  width: 100%;
  max-width: 1340px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide, div.section.wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.wide-no-padding, div.section.wide-no-padding {
  width: 100%;
  max-width: 1340px;
}
section.wide-mega-no-padding, div.section.wide-mega-no-padding {
  width: 100%;
  max-width: 1730px;
}
section.wide-mega, div.section.wide-mega {
  width: 100%;
  max-width: 1730px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide-mega, div.section.wide-mega {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.wide-to-full-on-mobile, div.section.wide-to-full-on-mobile {
  width: 100%;
  max-width: 1340px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide-to-full-on-mobile, div.section.wide-to-full-on-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.orange {
  color: #ED744C;
}

.green {
  color: #58AD91;
}

.blue {
  color: #0DA3CF;
}

.red {
  color: rgb(176, 20, 0);
}

.pink-background {
  background-color: #EB8796;
}

.skin-background {
  background-color: #F7BCAA;
}

.yellow-background {
  background-color: #FCD57A;
}

.darkgrey-background {
  background-color: #4a4a4a;
}

.grey-background {
  background-color: #D7D5D5;
}

.lightgray-background {
  background-color: #F1EEEE;
}

.lightblue-background {
  background-color: #0DA3CF;
}

.orange-background {
  background-color: #ED744C;
}

.green-background {
  background-color: #58AD91;
}

.navigation-holder {
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-holder.scrolled {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 25px;
}
.navigation-holder.scrolled nav {
  margin-top: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-holder.scrolled .hamburger {
  top: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-holder nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-holder nav .left .logo-kdx {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 50px;
}
.navigation-holder nav .left .logo-kdx:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .navigation-holder nav .left .logo-kdx {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-holder nav .center {
    display: none;
  }
}
.navigation-holder nav .center ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-holder nav .center ul li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
.navigation-holder nav .center ul li.top-nav-item {
  padding-right: 15px;
  color: #fff;
}
.navigation-holder nav .center ul li.top-nav-item:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
  position: absolute;
  font: var(--fa-font-sharp-light);
  top: 1px;
  right: -3px;
}
.navigation-holder nav .center ul li.top-nav-item.active:after {
  top: 1px;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.navigation-holder nav .center ul li.top-nav-item span {
  cursor: pointer;
}
.navigation-holder nav .center ul li.selected-page:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: 3px;
  background-color: #0da3cf;
  opacity: 1;
  transition: all 0.3s ease;
}
.navigation-holder nav .center ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.navigation-holder nav .center ul li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: -20px;
  background-color: rgba(13, 163, 207, 0.95);
  padding: 20px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.navigation-holder nav .center ul li ul li {
  margin-right: 0;
  margin-left: 0;
}
.navigation-holder nav .center ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}
.navigation-holder nav .center ul li ul li a {
  white-space: nowrap;
  letter-spacing: normal;
  text-decoration: underline;
}
.navigation-holder nav .center ul li ul li a:hover {
  text-decoration: none;
}
.navigation-holder nav .center ul li.active ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
.navigation-holder nav .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .navigation-holder nav .right {
    padding-right: 60px;
  }
}
.navigation-holder nav .right a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-right: 15px;
}
.navigation-holder .hamburger {
  display: none;
  position: absolute;
  top: 35px;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .navigation-holder .hamburger {
    display: inline-block;
  }
}
.navigation-holder .hamburger.is-active .hamburger-inner, .navigation-holder .hamburger.is-active .hamburger-inner:after, .navigation-holder .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
.navigation-holder .hamburger .hamburger-inner, .navigation-holder .hamburger .hamburger-inner:after, .navigation-holder .hamburger .hamburger-inner:before {
  background-color: #fff;
}
.navigation-holder.inverted nav .center ul li.top-nav-item {
  color: #000;
}
.navigation-holder.inverted nav .center ul li a {
  color: #000;
}
.navigation-holder.inverted nav .center ul li ul li a {
  color: #fff;
}
.navigation-holder.inverted nav .right a {
  color: #000;
}
.navigation-holder.inverted nav .right.inverted-color a {
  color: #fff;
}
.navigation-holder.inverted .hamburger {
  display: none;
  position: absolute;
  top: 35px;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .navigation-holder.inverted .hamburger {
    display: inline-block;
  }
}
.navigation-holder.inverted .hamburger.is-active .hamburger-inner, .navigation-holder.inverted .hamburger.is-active .hamburger-inner:after, .navigation-holder.inverted .hamburger.is-active .hamburger-inner:before {
  background-color: #fff !important;
}
.navigation-holder.inverted .hamburger .hamburger-inner, .navigation-holder.inverted .hamburger .hamburger-inner:after, .navigation-holder.inverted .hamburger .hamburger-inner:before {
  background-color: #000 !important;
}

.mobile-nav {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 35px 25px;
  background-color: #0da3cf;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  overflow: scroll;
}
.mobile-nav.activated {
  opacity: 1;
  pointer-events: all;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.mobile-nav .center {
  padding-top: 100px;
}
.mobile-nav .center ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mobile-nav .center ul li {
  width: 45%;
  margin-bottom: 25px;
}
@media screen and (max-width: 668px) {
  .mobile-nav .center ul li {
    width: 100%;
    text-align: center;
  }
}
.mobile-nav .center ul li h3 {
  line-height: 1.25em;
  font-size: 36px;
  margin-bottom: 15px;
}
.mobile-nav .center ul li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
.mobile-nav .center ul li.top-nav-item {
  color: #fff;
}
.mobile-nav .center ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.mobile-nav .center ul li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.mobile-nav .center ul li ul li {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.mobile-nav .center ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-nav .center ul li ul li a {
  white-space: nowrap;
  letter-spacing: normal;
  text-decoration: underline;
}
.mobile-nav .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-nav .right a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-right: 15px;
}

.hero-holder {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-holder.subpage {
  height: 95vh;
  max-height: 650px;
}
.hero-holder .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-holder .hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-holder .text-content {
  text-align: center;
}
.hero-holder .text-content h1 {
  margin-bottom: 25px;
}
.hero-holder .text-content h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 25px;
  max-width: 550px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-family: "Source Sans 3", sans-serif;
}
.hero-holder .text-content .hero-button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 3/4;
}
.hero-holder .text-content .hero-button .button-holder {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .hero-holder .text-content .hero-button .button-holder {
    width: 90%;
  }
}
.hero-holder .text-content .hero-button .button {
  min-width: 280px;
}
@media screen and (max-width: 668px) {
  .hero-holder .text-content .hero-button .button {
    width: 100%;
  }
}
.hero-holder .hero-content {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
.hero-holder .hero-content .hero-title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 1/2;
  min-height: 160px;
}
.hero-holder .hero-content .hero-title h1 {
  max-width: 600px;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 668px) {
  .hero-holder .hero-content .hero-title h1 {
    max-width: 100%;
  }
}
.hero-holder .hero-content .hero-subtitle {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 2/3;
}
.hero-holder .hero-content .hero-subtitle h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.25em;
  margin-bottom: 25px;
  max-width: 450px;
}
@media screen and (max-width: 668px) {
  .hero-holder .hero-content .hero-subtitle h2 {
    max-width: 100%;
  }
}
.hero-holder .hero-content .hero-button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 3/4;
}
.hero-holder .hero-content .hero-button .button-holder {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .hero-holder .hero-content .hero-button .button-holder {
    width: 100%;
  }
}
.hero-holder .hero-content .hero-button .button {
  margin-bottom: 10px;
  min-width: 280px;
}
@media screen and (max-width: 668px) {
  .hero-holder .hero-content .hero-button .button {
    width: 100%;
  }
}
.hero-holder .hero-content .hero-button .hero-link {
  color: #fff;
  font-size: 18px;
}

/* Main carousel wrapper */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

/* Inner container with gradient masks for smooth edges */
.logo-carousel-inner {
  position: relative;
  padding: 25px 0;
}

/* Gradient masks for smooth fade at edges */
.logo-carousel::before,
.logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel::before {
  left: 0;
}

.logo-carousel::after {
  right: 0;
}

/* Track containing all logos */
.logo-track {
  display: flex;
  animation: infiniteScroll var(--duration, 40s) linear infinite;
}

/* Pause on hover */
.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

/* Logo group container */
.logo-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

/* Individual logo wrapper */
.logo-item {
  flex-shrink: 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

/* Logo image styling */
.logo-item img {
  max-height: 40px;
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects */
.logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Animation keyframes */
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Different speed options */
.logo-carousel.slow {
  --duration: 60s;
}

.logo-carousel.normal {
  --duration: 40s;
}

.logo-carousel.fast {
  --duration: 20s;
}

/* Dark theme variant */
.logo-carousel.dark {
  background: #1a1a1a;
}

.logo-carousel.dark::before {
  background: linear-gradient(to right, #1a1a1a 0%, transparent 100%);
}

.logo-carousel.dark::after {
  background: linear-gradient(to left, #1a1a1a 0%, transparent 100%);
}

.logo-carousel.dark .logo-item img {
  filter: grayscale(100%) invert(1);
  opacity: 0.5;
}

.logo-carousel.dark .logo-item:hover img {
  filter: grayscale(0%) invert(0);
  opacity: 1;
}

.bildspel-text-right-holder {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .bildspel-text-right-holder {
    margin-bottom: 120px;
  }
}
.bildspel-text-right-holder .bildspel-text-right-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bildspel-text-right-holder .bildspel-text-right-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.bildspel-text-right-holder .bildspel-text-right-inner .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bildspel-text-right-holder .bildspel-text-right-inner .left {
    width: 100%;
  }
}
.bildspel-text-right-holder .bildspel-text-right-inner .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bildspel-text-right-holder .bildspel-text-right-inner .right {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

.image-switcher {
  position: relative;
  max-width: 800px; /* Adjust to your needs */
  margin: 0 auto;
}

.image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.image-container img.active {
  opacity: 1;
  position: relative;
}

.switcher-controls {
  margin-top: 20px;
  text-align: center;
}

.switcher-controls a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.switcher-controls a:hover {
  background: #e0e0e0;
}

.switcher-controls a.active {
  background: #333;
  color: #fff;
}

.block-viewer-holder {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .block-viewer-holder {
    margin-bottom: 0;
  }
}
.block-viewer-holder .header-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block-viewer-holder .header-items h2 {
  max-width: 750px;
  text-align: center;
}
.block-viewer-holder .header-items p {
  max-width: 450px;
  text-align: center;
}
.block-viewer-holder .container-of-blocks {
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 1024px) {
  .block-viewer-holder .container-of-blocks {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .block-viewer-holder .container-of-blocks {
    height: 100%;
    margin-bottom: 120px;
  }
}
.block-viewer-holder {
  /* Background Image Layer */
}
.block-viewer-holder .background-images {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/11;
  grid-row: 1/2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .block-viewer-holder .background-images {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
    min-height: 400px;
    position: relative;
  }
}
@media screen and (max-width: 668px) {
  .block-viewer-holder .background-images {
    min-height: 230px;
    position: relative;
  }
}
.block-viewer-holder .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .block-viewer-holder .bg-image {
    min-height: 400px;
  }
}
.block-viewer-holder .bg-image.default {
  filter: blur(10px);
  transform: scale(1); /* Compensate for blur edge effect */
  opacity: 1;
}
.block-viewer-holder .bg-image.active {
  opacity: 1;
}
.block-viewer-holder {
  /* Right Module Selector */
}
.block-viewer-holder .module-selector {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 8/13;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .block-viewer-holder .module-selector {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 7/13;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .block-viewer-holder .module-selector {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
  }
}
.block-viewer-holder .module-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.block-viewer-holder .module-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
.block-viewer-holder .module-tile {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: calc((100% - 30px) / 3);
}
.block-viewer-holder .module-tile:hover {
  border-color: #2196F3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.block-viewer-holder .module-tile.wide {
  width: calc((100% - 15px) / 2);
}
.block-viewer-holder .module-tile.full {
  width: 100%;
}
.block-viewer-holder .module-icon {
  font-size: 24px;
  margin-bottom: 8px;
}
.block-viewer-holder .module-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.5px;
}
.block-viewer-holder {
  /* Add these CSS rules to your existing styles */
}
.block-viewer-holder .module-tile.active-mobile {
  border-color: #2196F3;
  background: #E3F2FD;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.block-viewer-holder .is-touch .module-tile:hover {
  transform: none;
  border-color: #e0e0e0;
  box-shadow: none;
}
.block-viewer-holder .is-touch .module-tile.highlighted:hover {
  border-color: #FFC107;
}
.block-viewer-holder .module-tile {
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on mobile */
}
.block-viewer-holder .module-button {
  grid-column: span 3;
  background: #333;
  color: white;
  border: none;
  padding: 18px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.block-viewer-holder .module-button:hover {
  background: #555;
}
.block-viewer-holder {
  /* Responsive adjustments */
}

.text-and-image-right-holder {
  margin-bottom: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 1024px) {
  .text-and-image-right-holder {
    margin-bottom: 120px;
  }
}
.text-and-image-right-holder .left {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/7;
  grid-row: 1/2;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .text-and-image-right-holder .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/8;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .text-and-image-right-holder .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    padding-right: 0px;
    text-align: center;
  }
}
.text-and-image-right-holder .right {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 5/13;
  grid-row: 1/2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .text-and-image-right-holder .right {
    margin-bottom: 25px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.text-and-image-right-holder.alt .right {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 6/13;
  grid-row: 1/2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .text-and-image-right-holder.alt .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.text-and-image-right-holder.alt .right.smaller {
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 7/13;
  grid-row: 1/2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .text-and-image-right-holder.alt .right.smaller {
    margin-bottom: 25px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}

.gallery-stuff-holder {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .gallery-stuff-holder {
    margin-bottom: 120px;
  }
}
.gallery-stuff-holder h2 {
  margin-bottom: 25px;
  text-align: center;
}

.gallery-container {
  max-width: 1400px;
  margin: 30px auto 0;
  padding: 0;
}

/* Icon navigation wrapper */
.icon-navigation-wrapper {
  position: relative;
  background: white;
  padding: 25px 60px;
  margin-bottom: 30px;
}

/* Icon buttons container with overflow hidden */
.icon-slider-container {
  overflow: hidden;
  position: relative;
}

.gallery-icons {
  display: flex;
  gap: 40px;
  transition: transform 0.3s ease;
  width: max-content;
}
@media screen and (max-width: 668px) {
  .gallery-icons {
    gap: 10px;
  }
}

/* Individual icon button */
.icon-btn {
  width: 80px;
  height: 80px;
  border: none;
  background: #f5f5f7;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 668px) {
  .icon-btn {
    border-radius: 6px;
    width: 80px;
    height: 60px;
    gap: 2px;
  }
}

.icon-btn:hover {
  background: #ebebed;
  transform: translateY(-2px);
}

.icon-btn.active {
  background: #F7BCAA;
}

.icon-btn.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #F7BCAA;
  border-radius: 2px;
}

.icon-btn i {
  font-size: 24px;
  color: #6c757d;
  transition: color 0.3s;
}
@media screen and (max-width: 668px) {
  .icon-btn i {
    font-size: 16px;
  }
}

.icon-btn.active i {
  color: #333;
}

.icon-label {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s;
}

.icon-btn.active .icon-label {
  color: #333;
}

/* Navigation arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.nav-arrow:hover {
  background: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.nav-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.nav-arrow.left {
  left: 10px;
}

.nav-arrow.right {
  right: 10px;
}

.nav-arrow i {
  font-size: 14px;
  color: #333;
}

/* Gradient fade on edges */
.icon-navigation-wrapper::before,
.icon-navigation-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.icon-navigation-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, white 0%, transparent 100%);
}

.icon-navigation-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, white 0%, transparent 100%);
}

/* Image display area */
.gallery-display {
  width: 100%;
  height: 600px;
  background: white;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 668px) {
  .gallery-display {
    height: 170px;
  }
}

.gallery-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-image.active {
  opacity: 1;
}

.gallery-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Bottom fade effect - creates the "hiding behind" illusion */
.gallery-display::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 8;
}

/* Alternative softer fade (uncomment to use) */
/* Progress bar for auto-play */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.progress-fill {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  transition: width 4s linear;
}

.progress-fill.active {
  width: 0%;
}

.progress-fill.paused {
  transition: none;
}

/* Pause indicator */
.pause-indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 15;
}

.pause-indicator.show {
  opacity: 1;
}

/* Content wrapper for better fade effect */
.image-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-display::after {
    height: 80px;
  }
}
.artificial-list-holder {
  margin-bottom: 200px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 1024px) {
  .artificial-list-holder {
    margin-bottom: 120px;
  }
}
.artificial-list-holder .image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/10;
  grid-row: 1/2;
  margin-top: 40px;
  margin-bottom: 40px;
}
.artificial-list-holder .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  .artificial-list-holder .image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.artificial-list-holder .left {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/7;
  grid-row: 1/2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 0px;
}
.artificial-list-holder .left h2, .artificial-list-holder .left p {
  color: #fff;
}
.artificial-list-holder .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .artificial-list-holder .left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.artificial-list-holder .right {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 8/13;
  grid-row: 1/2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e8e8e8;
  opacity: 1;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .artificial-list-holder .right {
    margin-top: -35px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 668px) {
  .artificial-list-holder .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.artificial-list-holder .right .holder-of-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.artificial-list-holder .right .holder-of-items .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 40px 20px;
}
.artificial-list-holder .right .holder-of-items .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) {
  .artificial-list-holder .right .holder-of-items .item {
    align-items: center;
  }
}
.artificial-list-holder .right .holder-of-items .item .icon {
  font-size: 50px;
  color: #333;
  padding-right: 20px;
}
.artificial-list-holder .right .holder-of-items .item .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.artificial-list-holder .right .holder-of-items .item .text h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 5px;
}
.artificial-list-holder .right .holder-of-items .item .text p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 668px) {
  .artificial-list-holder .right .holder-of-items .item .text p {
    display: none;
  }
}

.faq-holder {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .faq-holder {
    margin-bottom: 120px;
  }
}
.faq-holder h2 {
  margin-bottom: 50px;
}
.faq-holder .faq .faq-item {
  margin-bottom: 25px;
  padding-bottom: 0px;
  position: relative;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.faq-holder .faq .faq-item .faq-question {
  font-size: 24px;
  color: #000;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
  padding-bottom: 20px;
}
.faq-holder .faq .faq-item .faq-answer {
  font-size: 18px;
  color: #000;
  max-width: 900px;
  width: 100%;
}
.faq-holder .faq .faq-item:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: transform 0.3s;
  transform: rotate(135deg);
}
.faq-holder .faq .faq-item.active:after {
  transform: rotate(45deg);
  top: 5px;
}

.footer {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer footer {
  color: #fff;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.footer footer .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer footer .column {
    align-items: center;
    justify-content: flex-start;
  }
}
.footer footer .column h3 {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  .footer footer .column h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.footer footer .column p {
  line-height: 1.5em;
}
.footer footer .column a {
  color: #fff;
  text-decoration: underline;
}
.footer footer .column a:hover {
  color: #0DA3CF;
  text-decoration: none;
}
.footer footer .column:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/4;
  grid-row: 1/2;
}
.footer footer .column:nth-child(1) img {
  max-width: 175px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer footer .column:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
    text-align: center;
  }
  .footer footer .column:nth-child(1) img {
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 668px) {
  .footer footer .column:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
    align-items: center;
    text-align: center;
  }
}
.footer footer .column:nth-child(2) {
  align-items: flex-start;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 5/8;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .footer footer .column:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/5;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 668px) {
  .footer footer .column:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    align-items: center;
    text-align: center;
  }
}
.footer footer .column:nth-child(3) {
  align-items: flex-start;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 8/11;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .footer footer .column:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 5/9;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 668px) {
  .footer footer .column:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 3/4;
    align-items: center;
    text-align: center;
  }
}
.footer footer .column:nth-child(4) {
  align-items: flex-start;
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 11/13;
  grid-row: 1/2;
}
.footer footer .column:nth-child(4) div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.footer footer .column:nth-child(4) img {
  max-width: 45px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .footer footer .column:nth-child(4) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 9/12;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 668px) {
  .footer footer .column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-column: 4/10;
    grid-row: 4/5;
    align-items: center;
    width: 100%;
  }
  .footer footer .column:nth-child(4) div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
