:root {
  --krsl-dark-grey: #1a1a1a;
  --krsl-pink: #e72676;
  --white: white;
  --white-2: white;
  --black: black;
}

body {
  color: var(--krsl-dark-grey);
  font-family: pragmatica, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

h1 {
  color: var(--krsl-pink);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

.video-hero {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.menu-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 30px 45px;
  display: flex;
  position: relative;
}

.logo-container {
  width: 480px;
  position: relative;
}

.krsl-section {
  padding: 90px 90px 100px;
  position: relative;
  overflow: hidden;
}

.krsl-section.slideshow {
  background-color: var(--krsl-dark-grey);
  padding: 0;
}

.krsl-section.contact {
  background-color: var(--krsl-pink);
}

.krsl-section.footer {
  background-color: var(--krsl-dark-grey);
}

.content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.footer {
  color: var(--white);
  font-size: 16px;
}

.paragraph {
  margin-bottom: 10px;
}

.paragraph.nobottompad {
  margin-bottom: 0;
}

.paragraph.nobottompad.energi {
  padding-top: 45px;
  font-size: 12px;
}

.paragraph.lessbottompad {
  margin-bottom: 8px;
}

.slider {
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56.25%;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._001 {
  background-image: url('../images/KRSL_001.webp');
}

.slide._002 {
  background-image: url('../images/KRSL_002.webp');
}

.slide._003 {
  background-image: url('../images/KRSL_003.webp');
}

.slide._004 {
  background-image: url('../images/KRSL_004.webp');
}

.slide._005 {
  background-image: url('../images/KRSL_005.webp');
}

.slide-mask {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow {
  width: 100px;
  cursor: w-resize;
  background-image: url('../images/arrow_L.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 100px;
  cursor: e-resize;
  background-image: url('../images/arrow_R.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.dark-grey {
  color: var(--krsl-dark-grey);
}

.map-embed {
  border: 1px solid var(--krsl-dark-grey);
  margin-top: 30px;
}

.map-embed.desktop-tablet {
  background-color: #fff;
}

.map-embed.mobiles {
  background-color: #fff;
  display: none;
}

.powder-r {
  width: 35%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.powder-l {
  width: 35%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flowers-l {
  height: 130%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.footer-bang {
  width: 35%;
  position: absolute;
  top: auto;
  bottom: -160%;
  left: auto;
  right: 0%;
}

.email-link {
  border-bottom: 1px dotted var(--krsl-pink);
  color: var(--krsl-pink);
  text-decoration: none;
  transition: color .15s;
}

.email-link:hover {
  color: var(--white);
}

.email-link.energi {
  font-weight: 300;
}

.pink {
  color: var(--krsl-pink);
}

.heavy {
  font-weight: 700;
}

.form-field {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: border-color .125s;
}

.form-field:hover {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.form-field:active {
  border-bottom-color: #fff;
}

.form-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .65);
  -webkit-text-stroke-color: #fff;
  font-size: 20px;
}

.form-field::placeholder {
  color: rgba(255, 255, 255, .65);
  -webkit-text-stroke-color: #fff;
  font-size: 20px;
}

.form-field.message {
  width: 100%;
  max-height: 200px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
}

.submit-button {
  background-color: var(--white);
  color: var(--krsl-dark-grey);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  transition: color .125s, background-color .125s;
}

.submit-button:hover {
  background-color: var(--krsl-dark-grey);
  color: var(--white);
}

.form-block {
  margin-bottom: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub-header {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}

.success {
  color: var(--white);
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.bold {
  font-weight: 700;
}

.error {
  background-color: rgba(255, 222, 222, 0);
  margin-top: 0;
}

.h-captcha {
  transform-origin: 0%;
  transform: scale(.75);
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .video-hero {
    height: 65vh;
  }

  .logo-container {
    width: 360px;
  }

  .left-arrow, .right-arrow {
    width: 75px;
  }

  .powder-r, .powder-l, .flowers-l {
    display: none;
  }

  .footer-bang {
    width: 50%;
    bottom: -55%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 40px;
  }

  .video-hero {
    height: 85vh;
  }

  .logo-container {
    width: 300px;
  }

  .krsl-section {
    padding: 60px 60px 75px;
  }

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

  .paragraph.nobottompad.energi {
    font-size: 10px;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .map-embed.desktop-tablet {
    display: none;
  }

  .map-embed.mobiles {
    display: block;
  }

  .form-field {
    font-size: 18px;
  }

  .form-field::-ms-input-placeholder {
    font-size: 18px;
  }

  .form-field::placeholder {
    font-size: 18px;
  }

  .submit-button {
    font-size: 18px;
  }

  .sub-header {
    margin-bottom: 15px;
    font-size: 21px;
  }
}

@media screen and (max-width: 479px) {
  .video-hero {
    height: 65vh;
  }

  .logo-container {
    width: 100%;
  }

  .footer-bang {
    width: 75%;
    bottom: 5%;
    right: -30%;
  }

  .sub-header {
    font-size: 21px;
  }
}


