@charset "UTF-8";
:root {
  --primary-color: #058475;
  --secondary-color: #1565C0;
  --dark-blue: #1F204D;
  --light-blue: #C5D5EA;
  --soft-grey:	#F1F2ED;
  --soft-yellow:	#FFFDE6;
  --dark-green: #3F7474;
  --color-white: rgba(255, 255, 255, 1);
  --color-light-gray: #f6f6f6;
  --color-gray: rgba(1, 1, 1, 0.2);
  --color-black: rgba(0, 0, 0, 1);
  --color-black-90: rgba(0, 0, 0, 0.9);
  --color-black-80: rgba(0, 0, 0, 0.8);
  --color-black-70: rgba(0, 0, 0, 0.7);
  --color-black-60: rgba(0, 0, 0, 0.6);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --lo-brand-color: #DB0000;
  --pro-brand-color: #058475;
  --header-active-bg: #FFFDE6;
  --page-background: #FFFDE6;
  --border-color: #E2E0CA;
}

:root {
  --transition-fast: 180ms ease;
}

:root {
  --main-font-stack: new-hero, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-sans: new-hero, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: Times, Georgia, serif;
}

:root {
  --regular: 400;
  --semibold: 600;
  --bold: 700;
}

:root {
  --max-width: 960px;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  color: #000;
  background: #fff;
  font-family: var(--font-sans);
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.home {
  min-height: 100dvh;
}

main {
  flex: 1;
}
body.page main {
  background: var(--page-background);
}

@media (min-width: 1024px) {
  .header {
    padding: 0 32px;
  }
}

.footer {
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    height: 100px;
    padding: 0 32px;
  }
}
body.page .footer {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header,
.footer {
  height: 70px;
  flex-shrink: 0;
  background: var(--color-white);
}
@media (min-width: 768px) {
  .header,
  .footer {
    height: 100px;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  background: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
iframe,
source,
img {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */ /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-wrapper video {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  height: 100vh;
  width: 100%;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#navigate-to {
  width: 100%;
  text-align: center;
  background-color: #fffeeb;
  overflow: hidden;
  z-index: 1;
}
#navigate-to .accessibility-link {
  color: #000;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to .accessibility-link:focus {
  padding: 16px;
  display: block;
  position: static !important;
  height: auto;
  width: 100%;
  outline: none;
}

.tab-navigation a:focus,
.tab-navigation input:focus,
.tab-navigation textarea:focus {
  outline: 2px solid #ff5400 !important;
  outline-offset: -2px;
}
.tab-navigation button:focus {
  outline: 2px solid #ff5400 !important;
  outline-offset: 2px;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: var(--accent-color);
}

.arrow-list {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
}

a:hover .arrow-list {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

/* SECTIONS
--------------------------------------------------------*/
.section-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 24px 0;
  position: relative;
}
.section-wrapper:before, .section-wrapper:after {
  content: " ";
  display: table;
}
.section-wrapper:after {
  clear: both;
}
.section-wrapper + .section-wrapper {
  padding-top: 0;
}
.section-wrapper + .section-wrapper.p-t-section {
  padding-top: 24px;
}
.section-wrapper + [class*=w-bg-],
.section-wrapper + [class*=w-surface-],
.section-wrapper + .section-fullcover {
  padding-top: 24px;
}

[class*=w-bg-] + .section-wrapper,
[class*=w-surface-] + .section-wrapper {
  padding-top: 24px;
}

.article > .section-fullcover {
  margin: 24px 0;
}

[class*=w-bg-] > .section-text-block,
[class*=w-surface-] > .section-text-block,
.site-width > .section-text-block {
  padding-top: 0;
}

.anchor + .section-wrapper {
  padding-top: 0;
}
.anchor + [class*=w-bg-],
.anchor + [class*=w-surface-] {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .section-wrapper {
    padding: 32px 0;
  }
  .section-wrapper + .section-wrapper {
    padding-top: 0;
  }
  .section-wrapper + .section-wrapper.p-t-section {
    padding-top: 32px;
  }
  .section-wrapper + [class*=w-bg-],
  .section-wrapper + [class*=w-surface-] {
    padding-top: 32px;
  }
  [class*=w-bg-] + .section-wrapper,
  [class*=w-surface-] + .section-wrapper {
    padding-top: 32px;
  }
  .anchor + .section-wrapper {
    padding-top: 0;
  }
  .anchor + [class*=w-bg-] {
    padding-top: 32px;
  }
}
.section-wrapper.centered {
  display: flex;
  align-items: center;
}
.section-wrapper.centered .site-width {
  display: flex;
  justify-content: center;
}

.site-width {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.display-hero {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .display-hero {
    height: 500px;
  }
}
.display-hero.no-bg-image {
  height: 380px;
}
.display-hero h1 {
  margin: 0;
}
.display-hero .site-width {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.display-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 70%;
}

.logo-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 225px;
  height: 225px;
  background: var(--soft-yellow);
  border-radius: var(--border-radius-full);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.logo-circle .sommarchansen-logo {
  max-width: 175px;
}
@media (min-width: 768px) {
  .logo-circle {
    width: 310px;
    height: 310px;
  }
  .logo-circle .sommarchansen-logo {
    max-width: 266px;
  }
}

/* HEADERBAR
--------------------------------------------------------*/
.header-inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  height: 100%;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
  }
}

.header-nav {
  align-content: stretch;
  justify-self: center;
  display: flex;
  width: 100%;
  height: 100%;
  gap: 2px;
}
@media (min-width: 1024px) {
  .header-nav {
    justify-self: center;
    width: auto;
  }
}

.header-left {
  display: none;
}
@media (min-width: 1024px) {
  .header-left {
    display: block;
  }
}

.header-right {
  display: none;
  justify-self: end;
}
@media (min-width: 1024px) {
  .header-right {
    display: block;
  }
}

.site-header-login {
  font-weight: var(--bold);
  cursor: pointer;
}
.site-header-login:hover {
  text-decoration: underline;
}

.site-header-item {
  min-width: 0;
  width: 50%;
  padding: 0.2rem 1.5rem 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: var(--bold);
  text-transform: uppercase;
  line-height: 1;
  transition: background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}
.site-header-item:hover {
  background: var(--header-active-bg);
}
.site-header-item.is-active {
  background: var(--header-active-bg);
  color: var(--primary-color);
}
@media (min-width: 1024px) {
  .site-header-item {
    min-width: 215px;
    padding: 1rem 1.5rem 0.9rem;
  }
}
body.counter .site-header-item {
  width: auto;
  flex: 1;
  text-transform: none;
}

.site-header-item:focus-visible,
.site-header-login:focus-visible {
  outline: 3px solid #000;
  outline-offset: -3px;
}

.site-header-icon {
  width: 33px;
  height: 33px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .site-header-icon {
    width: 44px;
    height: 44px;
  }
}

.site-header-label {
  font-size: 10px;
}
@media (min-width: 768px) {
  .site-header-label {
    font-size: 15px;
  }
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
  align-items: center;
}

.footer-brand-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  font-weight: var(--bold);
}
@media (min-width: 900px) {
  .footer-brand-nav {
    height: 100%;
  }
}

.footer-brand-nav--item {
  font-size: 10px;
}
.footer-brand-nav--item:first-child {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.footer-brand-nav--item img {
  max-width: 70px;
}
@media (min-width: 768px) {
  .footer-brand-nav--item img {
    max-width: 120px;
  }
}
@media (min-width: 900px) {
  .footer-brand-nav--item:first-child {
    flex: auto;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-brand-nav--item {
    font-size: 100%;
  }
  .footer-brand-nav--item img {
    max-width: 100%;
  }
}

.footer-right {
  justify-self: end;
  position: relative;
}

.sommartips-lo {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 100px;
  z-index: 11;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .sommartips-lo {
    width: 250px;
    bottom: 15px;
    pointer-events: auto;
  }
}
@media (min-width: 1200px) {
  .sommartips-lo {
    bottom: 0;
  }
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  height: 270px;
  background: var(--soft-yellow);
  border-radius: var(--border-radius-full);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.login-box .sommarchansen-logo {
  max-width: 160px;
}
.login-box p {
  max-width: 255px;
  text-align: center;
  margin: 16px 0;
}
.login-box button {
  position: absolute;
  min-width: 220px;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media (min-width: 1024px) {
  .login-box {
    width: 512px;
    height: 512px;
  }
  .login-box .sommarchansen-logo {
    max-width: 308px;
  }
  .login-box p {
    max-width: 255px;
    margin: 24px 0;
  }
  .login-box button {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}

.section-countdown {
  margin-top: 24px;
  text-align: center;
}
.section-countdown .countdown span {
  display: inline-block;
  font-weight: var(--bold);
}

/* GALLERY GRID
--------------------------------------------------------*/
main.gallery-grid {
  display: grid;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: var(--soft-yellow);
}
@media (min-width: 768px) {
  main.gallery-grid {
    min-height: 600px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  min-height: 0;
  gap: 4px;
}
@media (min-width: 768px) {
  .gallery {
    gap: 8px;
  }
}

.item-1 {
  grid-column: 1;
  grid-row: 1;
}

.item-2 {
  grid-column: 2;
  grid-row: 1;
}

.item-3 {
  grid-column: 1;
  grid-row: 2;
}

.item-4 {
  grid-column: 2;
  grid-row: 2;
}

.item-5 {
  display: none;
}

.item-6 {
  display: none;
}

.item {
  overflow: hidden;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* TIPSAFORM
--------------------------------------------------------*/
.tipsa-form-wrapper {
  margin-top: -50px;
  padding-bottom: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .tipsa-form-wrapper {
    margin-top: -60px;
    padding-bottom: 32px;
  }
}

.cl-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
  gap: 24px;
}
@media (min-width: 600px) {
  .cl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cl-padding {
  padding: 32px 0;
}

.sommar {
  width: 100%;
}
.sommar img {
  width: 100%;
}

.sommar,
.lo {
  max-width: 70%;
}
@media (min-width: 600px) {
  .sommar,
  .lo {
    max-width: 100%;
  }
}

.toggle-form {
  width: 208px;
  height: 64px;
  transition: width 0.4s ease;
  overflow: hidden;
  position: relative;
  min-width: 0;
  max-width: none;
}

.toggle-form.is-open {
  width: 64px;
}

.toggle-form .tipsa,
.toggle-form .close {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toggle-form .tipsa {
  opacity: 1;
  transform: scale(1);
}

.toggle-form .close {
  opacity: 0;
  transform: scale(0.8);
}

.toggle-form.is-open .tipsa {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}

.toggle-form.is-open .close {
  opacity: 1;
  transform: scale(1);
}

/* Form */
.tipsa-form {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.tipsa-form.is-open {
  opacity: 1;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .tipsa-form.is-open {
    margin-top: 32px;
  }
}
.tipsa-form-inner {
  border: 3px solid var(--border-color);
  border-radius: var(--border-radius-xsm);
  background: #FFFFFF;
  padding: 48px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .toggle-form,
  .toggle-form .tipsa,
  .toggle-form .close,
  .tipsa-form {
    transition: none;
  }
}
.tack-content {
  max-width: 460px;
  margin: 0 auto;
}
.tack-content img {
  width: 150px;
}

/* Accordion
--------------------------------------------------------*/
.accordion {
  margin-top: 16px;
  border-radius: var(--border-radius-xsm);
  overflow: hidden;
  background: var(--soft-grey);
}

.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion__header {
  margin: 0;
}

.accordion__header,
.accordion__trigger {
  font-weight: var(--bold) !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .accordion__header,
  .accordion__trigger {
    font-size: 18px;
  }
}

.accordion__trigger {
  appearance: none;
  width: 100%;
  text-align: left;
  padding: 24px 52px 24px 24px;
  font: inherit;
  line-height: 1.3;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  color: var(--color-black);
}

.accordion__trigger:hover {
  background: var(--soft-grey);
}

.accordion__trigger:focus-visible {
  outline: 2px solid var(--focus, #005fcc);
  outline-offset: -2px;
}

.accordion__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  inline-size: 20px;
  block-size: 20px;
  display: inline-block;
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 2px;
  background: var(--color-black);
  transform: translate(-50%, -50%);
}

.accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__trigger[aria-expanded=true] .accordion__icon::after {
  display: none;
}

/* Paneler */
.accordion__panel {
  padding: 0;
  overflow: clip;
  block-size: 0;
}

.accordion__panel[hidden] {
  display: block;
}

.accordion__panel-inner {
  padding: 0px 24px 24px;
  max-width: 662px;
  margin: auto;
  text-align: left;
  font-size: 14px;
}
.accordion__panel-inner h5 {
  margin-top: 12px;
}
.accordion__panel-inner hr {
  border-top: 1px solid #fff;
  margin: 1.5em 0;
}
.accordion__panel-inner hr + p {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .accordion__panel {
    transition: block-size 240ms ease;
  }
}
/* LISTBOX
--------------------------------------------------------*/
.tips-box {
  border-radius: var(--border-radius-xsm);
  border: 3px solid var(--border-color);
  background: var(--color-white);
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  position: relative;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  font-size: var(--text-sm);
  min-height: 337px;
  overflow: hidden;
}
.tips-box figure {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.tips-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tips-box-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  padding: 0 24px 24px;
}
.tips-box-inner p {
  margin: 0;
}

.footer-notes {
  font-size: var(--text-xs);
  margin-top: auto;
}
.footer-notes span {
  font-weight: var(--bold);
}

.no-image {
  background-image: linear-gradient(143deg, #DB0000 0%, #C64399 100%);
  color: var(--color-white);
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.3125rem);
  padding-top: 32px;
  aspect-ratio: 1/1;
}
@media (min-width: 570px) {
  .no-image {
    aspect-ratio: auto;
  }
}

/* CARD
--------------------------------------------------------*/
.cl-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  border: 3px solid var(--border-color);
  border-radius: var(--border-radius-xsm);
  overflow: hidden;
  height: 100%;
  background: #FFFFFF;
}
.cl-card h2,
.cl-card p {
  margin: 0;
}

.cl-item-picture {
  position: relative;
  place-content: center;
  align-items: stretch;
  height: 100%;
}
.cl-item-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.cl-item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px;
  max-width: 364px;
  margin: 0 auto;
  font-size: var(--text-sm);
}

.cl-item-picture,
.cl-item-content {
  background: var(--color-white);
}

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

/* SUMMER DRAW
--------------------------------------------------------*/
.summer-draw {
  padding-block: 32px 0;
}

.summer-draw--grid-tack {
  grid-template-columns: 1fr;
}

.summer-draw--grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  grid-template-areas: "promo intro" "form  form";
  gap: 8px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .summer-draw--grid {
    grid-template-columns: 1fr;
    grid-template-areas: "promo" "intro" "form";
  }
}
.summer-draw--card {
  border: 3px solid var(--border-color);
  border-radius: var(--border-radius-xsm);
  overflow: hidden;
  height: 100%;
  background: #FFFFFF;
}

.summer-draw--card--promo {
  grid-area: promo;
  display: flex;
}

.summer-draw--card--intro {
  grid-area: intro;
  display: flex;
}

.summer-draw--card--form {
  grid-area: form;
}

.summer-draw--card--form-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .summer-draw--card--form-inner {
    padding: 48px;
  }
}

.summer-draw--card--promo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.summer-draw--inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (min-width: 768px) {
  .summer-draw--inner {
    padding: 48px;
  }
}
.summer-draw--inner p {
  margin-top: 0;
}

/* Introkort */
.summer-draw--brand {
  margin: 0 0 1rem;
  text-align: center;
}

.summer-draw--title {
  margin: 0 0 1rem;
}
.summer-draw--title span {
  color: var(--pro-brand-color);
}

.summer-draw--cta-text {
  margin-top: auto;
  text-align: center;
  font-weight: var(--bold);
}

.summer-draw--arrow {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--pro-brand-color);
}

/* Formulär */
.summer-draw--form-header h2 {
  color: var(--pro-brand-color);
}

.summer-draw--contact h2 {
  margin: 0 0 1.5rem;
}

.summer-draw--fieldset {
  border: 0;
  padding-block: 0 48px;
}

.summer-draw--fieldset legend {
  margin-bottom: 1.5rem;
  font-weight: var(--bold);
  font-size: var(--text-base);
}

.radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.summer-draw--contact {
  margin: 0 auto 3rem;
}
.summer-draw--contact p {
  font-weight: var(--bold);
}

.summer-draw--actions {
  display: flex;
  justify-content: center;
}

.summer-draw--actions .btn {
  min-width: 14rem;
  min-height: 3.75rem;
  padding-inline: 2rem;
  cursor: pointer;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

:-moz-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

::-moz-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

:-ms-input-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --text-xs: clamp(0.75rem, 0.73rem + 0.1vw, 0.8125rem);
  --text-sm: clamp(0.875rem, 0.84rem + 0.15vw, 0.9375rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1.05rem + 0.4vw, 1.5rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.8vw, 1.75rem);
  --text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem);
  --text-3xl: clamp(2rem, 1.4rem + 3vw, 4rem);
  --text-display: clamp(2.5rem, 1.6rem + 3vw, 6rem);
}

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-family: inherit;
  font-weight: var(--bold);
  line-height: 1.4;
  color: inherit;
}
.section-header h1, .section-header h2, .section-header h3, .section-header h4 {
  margin: 0;
}

[class*=title-] {
  display: block;
  font-family: inherit;
  font-weight: var(--bold);
  line-height: 1.4;
  color: inherit;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg,
.title-lg {
  font-size: var(--text-lg);
}

.text-xl,
.title-xl {
  font-size: var(--text-xl);
}

.text-2xl,
.title-2xl {
  font-size: var(--text-2xl);
}

.text-3xl,
.title-3xl {
  font-size: var(--text-3xl);
}

.font-size-display {
  font-size: var(--text-display);
}

p {
  margin: 1rem 0;
}

button {
  color: var(--color-black);
}

.btn {
  border-radius: var(--border-radius-md);
  padding: 15px 25px;
  color: #fff;
  background: transparent;
  border: 2px solid transparent;
  font-weight: var(--bold);
  font-family: var(--font-sans);
  text-decoration: none !important;
  transition: all 0.2s;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 15px 25px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 10px 18px;
}
.btn.btn-primary {
  background: var(--primary-color);
  color: #fff;
}
.btn.btn-primary:hover {
  background: color-mix(in srgb, var(--primary-color) 95%, black 7%);
  color: #fff;
}
.btn.btn-gradient {
  background: linear-gradient(90deg, #DB0000 25%, #C64399 100%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 0.4s ease;
  color: #fff;
  border: 2px solid var(--soft-yellow);
}
.btn.btn-gradient:hover {
  background-position: left;
  color: #fff;
}
.btn.btn-secondary {
  background: var(--secondary-color);
  color: #fff;
}
.btn.btn-secondary:hover {
  background: color-mix(in srgb, var(--secondary-color) 95%, black 7%);
  color: #fff;
}
.btn.btn-inverted {
  background: #fff;
  color: var(--primary-color);
}
.btn.btn-outline-primary {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.btn.btn-outline-primary:hover {
  background: color-mix(in srgb, var(--primary-color) 95%, black 7%);
  color: #fff;
  border-color: color-mix(in srgb, var(--primary-color) 95%, black 7%);
}
.btn.btn-outline-ghost {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-outline-ghost:hover {
  background: color-mix(in srgb, var(--primary-color) 95%, black 7%);
  color: #fff;
  border: 2px solid #fff;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn.btn-bankid {
  background-color: var(--dark-green);
}
.btn.btn-bankid:hover {
  background: color-mix(in srgb, #3F7474 95%, black 7%);
  color: #fff;
}
.btn.btn-bankid .icon-bankid {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.btn.btn-frejaeid {
  background-color: #3E3A93;
}
.btn.btn-frejaeid:hover {
  background: color-mix(in srgb, #3E3A93 95%, black 7%);
  color: #fff;
}
.btn .icon-login {
  margin-right: 12px;
}
.btn.btn-login {
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.display-window--content .btn, .sub-section .btn {
  margin-top: 20px;
}

.disabled,
.btn:disabled,
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.button-icon-bid {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 10px;
}

.btn-transparent {
  background-color: transparent;
  color: inherit;
}
.btn-transparent:hover {
  background-color: transparent;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group {
  margin-top: 24px;
}
.btn-group .btn {
  margin-top: 16px;
}
.btn-group .btn:first-of-type {
  margin-right: 10px;
}

.btn-w-lo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.btn-w-lo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-w-lo img {
  width: 150px;
  z-index: 2;
  margin-bottom: -16px;
}

:root {
  --border-radius-xsm: 8px;
  --border-radius-sm: 16px;
  --border-radius-md: 100px;
  --border-radius-full: 1000px;
  --border-thin: 1px;
  --border-medium: 1.5px;
  --border-thick: 2px;
}

.viewport-100 {
  min-height: 100vh;
}

.pointer-events-none {
  pointer-events: none;
}

.global-padding-site-width {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1352px) {
  .global-padding-site-width {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.full-size-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.font-weight-bold {
  font-weight: var(--bold);
}

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

.icon {
  display: inline-block;
}

.icon-right {
  margin-left: 12px;
}

.p-tb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-w-400 {
  max-width: 400px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-62 {
  margin-top: 62px;
}

.m-w-480 {
  max-width: 480px;
  margin: 0 auto;
}

.m-w-512 {
  max-width: 512px;
  margin: 0 auto;
}

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

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* FLEX GRID */
.row {
  display: flex;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -10px;
}

.row-box {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 20px);
}
.row-strip-4 .row-box {
  width: calc(100% - 20px);
}
.row-strip-3 .row-box {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(100% - 20px);
}

.row-box.vertical-middle, .row-box.vertical-bottom {
  display: flex;
}
.row-box.vertical-middle {
  align-items: center;
}
.row-box.vertical-bottom {
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.grid-even-columnns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.grid-even-columnns.minmax-150 {
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
}

.grid-auto-flow {
  display: grid;
  grid-gap: 24px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.grid-stack {
  display: grid;
  place-items: end start;
}

.grid-stack > * {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
}

.grid-stack > img {
  aspect-ratio: 16/9;
  object-fit: cover;
  z-index: -1;
}

.grid-banner-module {
  display: grid;
  grid-gap: 24px;
  row-gap: 0;
}
.grid-banner-module .banner-image-module {
  order: 1;
}
.grid-banner-module .banner-text-module {
  order: 2;
}
.grid-banner-module.reverse-order .banner-image-module {
  order: 1;
}
.grid-banner-module.reverse-order .banner-text-module {
  order: 2;
}

._2-cl {
  margin: 0 auto;
  flex-grow: 1;
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
  padding-block: 32px 0;
}

._2-cl-item {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  align-items: stretch;
  gap: 8px;
}
@media (min-width: 600px) {
  ._2-cl-item {
    grid-template-columns: 1fr 1fr;
  }
  ._2-cl-item:nth-child(even) .cl-card:first-child {
    order: 2;
  }
  ._2-cl-item:nth-child(even) .cl-card:last-child {
    order: 1;
  }
}

.grid-even {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 0;
  list-style: none;
  column-gap: 20px;
  row-gap: 20px;
  padding-block: 32px 0;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex.hidden {
  display: none !important;
}

.d-md-flex {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.w-100 {
  width: 100% !important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.form-wrapper-site {
  max-width: 460px;
  margin: 24px auto 0;
}

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.meddelande-counter {
  font-size: var(--text-xs);
  margin-top: 6px;
  margin-left: auto;
}

.form-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.form-section:last-child {
  margin-bottom: 0;
}
.form-section input[type=text],
.form-section input[type=password],
.form-section input[type=tel],
.form-section input[type=email],
.form-section input[type=url],
.form-section input[type=number],
.form-section textarea,
.form-section select {
  width: 100%;
  color: #000;
  background: var(--soft-yellow);
  padding: 0.1429em;
  height: 48px;
  padding-inline-start: 10px;
  border: 1px solid #959595;
  border-radius: var(--border-radius-xsm);
}
.error .form-section input[type=text],
.error .form-section input[type=password],
.error .form-section input[type=tel],
.error .form-section input[type=email],
.error .form-section input[type=url],
.error .form-section input[type=number],
.error .form-section textarea,
.error .form-section select {
  border-color: red;
}
.form-section textarea {
  height: 120px;
  resize: none;
  padding: 10px;
  line-height: 1.4;
}
.form-section label,
.form-section .file-upload-title {
  font-weight: var(--bold);
  margin-top: 0;
  margin-bottom: 3px;
}
.form-section label span,
.form-section .file-upload-title span {
  font-weight: var(--regular);
}
.form-section label span.error,
.form-section .file-upload-title span.error {
  color: red;
  font-weight: var(--regular);
  font-size: 12px;
  display: none;
  margin-left: 10px;
}
.form-section .form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 24px;
  margin-bottom: 12px;
}
.form-section .form-check .form-check-label {
  font-weight: var(--regular);
  font-size: var(--text-xs);
  margin-left: 8px;
}
.form-section .form-check .form-check-input {
  margin-left: -24px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  vertical-align: top;
  background: var(--soft-yellow);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-color: #fff;
}
.form-section .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.form-section .form-check-inline label {
  display: inline-block;
  font-size: var(--text-xs);
}
.form-section .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-section .file-upload {
  padding: 32px;
  text-align: center;
  background: var(--soft-yellow);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23959595' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='2' stroke-linecap='square'/%3e%3c/svg%3e");
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section input[type=file] {
  display: none; /* Dölj den vanliga filuppladdningen */
}
.form-section .custom-file-upload {
  cursor: pointer;
  width: 100%;
  min-height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section .upload-icon {
  width: 64px;
  height: auto;
  display: block;
}
.form-section .file-preview {
  display: block;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

/* FORM
--------------------------------------------------------*/
.form-authenticate-user {
  max-width: 500px;
}

form {
  margin-bottom: 0;
}

label {
  font-weight: var(--bold);
}

.form-groups {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=tel],
.form-group input[type=email],
.form-group input[type=url],
.form-group input[type=number],
.form-group textarea,
.form-group select {
  width: 100%;
  color: #000;
  background: var(--soft-yellow);
  padding: 0.1429em;
  height: 48px;
  padding-inline-start: 10px;
  border: 2px solid #E2E0CA;
  border-radius: var(--border-radius-xsm);
}
.error .form-group input[type=text],
.error .form-group input[type=password],
.error .form-group input[type=tel],
.error .form-group input[type=email],
.error .form-group input[type=url],
.error .form-group input[type=number],
.error .form-group textarea,
.error .form-group select {
  border-color: red;
}
.form-group label {
  margin-bottom: 3px;
}
.form-group label span {
  font-weight: var(--regular);
}
.form-group label span.error {
  color: red;
  font-weight: var(--regular);
  font-size: 12px;
  display: none;
  margin-left: 10px;
}
.form-group input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.error label span.error {
  display: inline-block;
}
.form-group.error input[type=text],
.form-group.error input[type=password],
.form-group.error input[type=tel],
.form-group.error input[type=email],
.form-group.error input[type=url],
.form-group.error input[type=number],
.form-group.error textarea,
.form-group.error select {
  border-color: red;
}

.form-select-wrapper {
  position: relative;
  background-image: url(../img/icon-expandera-15x10.svg);
  background-repeat: no-repeat;
  background-size: 15px 100%;
  background-position: right 15px center;
  background-color: var(--soft-grey);
  z-index: 2;
  border-radius: var(--border-radius-xsm);
}
.form-select-wrapper .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select-wrapper .form-select {
  background-color: transparent;
}

.form-select {
  margin: 0;
  height: 34px;
}
.form-select option {
  padding: 0.1429em;
}
.form-select option:disabled {
  color: #666 !important;
}
.form-select option[disabled] {
  color: #666;
}
.form-select:disabled {
  color: #666;
}
.form-select:focus {
  outline: none;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-label {
  font-weight: var(--regular);
  font-size: var(--text-sm);
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  margin-top: 2px;
  vertical-align: top;
  background: var(--soft-yellow);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-color: #fff;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.form-check-inline label {
  display: inline-block;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.form-group:last-child {
  margin-bottom: 0;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

:-moz-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

::-moz-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

:-ms-input-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

.login-menu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 80px;
}
.login-menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 600px) {
  .login-menu {
    -webkit-transform: translateX(536px);
    -ms-transform: translateX(536px);
    transform: translateX(536px);
    width: 536px;
  }
}
.login-menu .btn {
  border-radius: 35px;
}

body.has-active-login {
  overflow: hidden;
}

.close-login {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .close-login {
    top: 18px;
    right: 24px;
  }
}

.login-step {
  padding-bottom: 32px;
}

.login-menu-inner {
  padding: 50px 16px 62px;
}
.login-menu-inner header {
  font-size: 14px;
}
.login-menu-inner .steps {
  margin: 24px 0;
  font-size: 14px;
  list-style: list-inside;
  list-style-type: disc;
  padding-left: 12px;
}
.login-menu-inner .steps li {
  margin: 12px 0;
}
@media only screen and (min-width: 600px) {
  .login-menu-inner {
    padding: 62px 62px 62px;
  }
}

.bordertitle {
  border-left: 6px solid var(--pro-brand-color);
  padding-left: 16px;
  line-height: 1.2;
}

.qr img {
  max-width: 246px;
  margin: 0 auto;
}

.login-message {
  padding: 24px 82px;
  background: var(--soft-grey);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 24px 0;
  font-size: 14px;
}
.login-message h4 {
  margin: 12px 0 6px;
}

.m-login--mask {
  z-index: 450;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.m-login--mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 600px) {
  .m-login--mask.is-active {
    opacity: 0.5;
  }
}
@media (min-width: 600px) {
  .m-login--mask {
    background-color: #000;
  }
}

.login-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.login-wrapper.has-push-left {
  -webkit-transform: translateX(536px);
  -ms-transform: translateX(536px);
  transform: translateX(536px);
}
.login-wrapper.has-push-right-login {
  -webkit-transform: translateX(-536px);
  -ms-transform: translateX(-536px);
  transform: translateX(-536px);
  min-height: 100vh;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
