/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* apply a natural box layout model to all elements, but allowing components to change */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  line-height: 1.1; }

h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.6rem;
  letter-spacing: -1px;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.6rem; } }

h3 {
  font-weight: 400;
  font-size: 1.5rem; }

h4 {
  font-weight: 400; }

h5 {
  font-weight: 400;
  font-size: 0.9rem; }

p {
  color: rgba(0, 0, 0, 0.74);
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 30px; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

html {
  height: -webkit-fill-available; }

main {
  display: block; }

body {
  background-color: #fafbfc;
  color: #000; }

a, a:visited {
  color: #ad1040;
  text-decoration: none;
  outline: none; }

a:active, a:hover {
  color: #de1552;
  text-decoration: none; }

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

button:disabled,
button[disabled] {
  border: 1px solid #d0d3d9;
  background-color: #d0d3d9 !important;
  color: #989fad;
  cursor: not-allowed; }

.btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 12px 16px;
  background: none;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  gap: 8px;
  cursor: pointer; }
  .btn.primary {
    color: white;
    background: #de1552; }
    .btn.primary:hover {
      color: white;
      background: #f4175a; }
    .btn.primary:active {
      color: white;
      background: #ad1040; }
    .btn.primary.outlined {
      color: #de1552;
      background: none;
      border: 1.5px solid #de1552; }
      .btn.primary.outlined:hover {
        color: white;
        background: #de1552; }
  .btn.secondary {
    color: white;
    background: #6f52e2; }
    .btn.secondary:hover {
      color: white;
      background: #7a5af8; }
    .btn.secondary:active {
      color: white;
      background: #5740b0; }
    .btn.secondary.outlined {
      color: #6f52e2;
      background: none;
      border: 1.5px solid #6f52e2; }
      .btn.secondary.outlined:hover {
        color: white;
        background: #6f52e2; }
      .btn.secondary.outlined:active {
        color: white;
        background: #5740b0; }
  .btn.success {
    color: white;
    background: #10a760; }
    .btn.success:hover {
      color: white;
      background: #12b76a; }
    .btn.success:active {
      color: white;
      background: #10a760; }
  .btn.small {
    padding: 8px 12px;
    font-size: 14px; }
  .btn.full-width {
    width: 100%; }

.btn-text {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 12px 16px;
  background: none;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  gap: 8px;
  cursor: pointer;
  color: #000;
  background: none;
  padding: 8px 12px;
  font-weight: 400; }
  .btn-text:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.05); }
  .btn-text:active {
    color: #000;
    background: rgba(0, 0, 0, 0.1); }

.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2); }
  .btn-icon:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .btn-icon:active {
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-icon.large {
    width: 44px;
    height: 44px; }
  .btn-icon.small {
    width: 36px;
    height: 36px; }

input[type=text],
input[type=password],
input[type=email] {
  margin: 4px 0;
  padding: 14px 12px 14px 16px;
  border-radius: 6px;
  border: solid 1px #d0d3d9;
  background-color: white;
  appearance: none;
  display: block;
  color: #000;
  transition: all 0.2s ease;
  margin-top: -6px; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus {
    outline: 2px solid transparent;
    outline-offset: 1px;
    --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
      );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #000;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0px #fff;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
    border-color: #000; }
  input[type=text]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder {
    color: #b9bdc7; }

label.input_text_label {
  position: relative;
  z-index: 10;
  background-color: #fff;
  font-size: .714em;
  margin-left: 14px;
  padding-left: 3px;
  padding-right: 3px;
  opacity: 0;
  max-width: fit-content; }
  label.input_text_label.visible {
    user-select: none;
    opacity: 1 !important; }

select {
  appearance: none;
  margin: 4px 0;
  padding: 14px 12px 14px 16px;
  border-radius: 6px;
  border: solid 1px #d0d3d9;
  background-color: white;
  appearance: none;
  display: block;
  color: #000;
  background-position: calc(100% - 16px) center !important;
  background: url("data:image/svg+xml,<svg height='14px' width='14px' viewBox='0 0 16 16' fill='%23333333' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat; }
  select:focus {
    outline: 2px solid transparent;
    outline-offset: 1px;
    --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
      );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #000;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0px #fff;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
    border-color: #000; }
  select::placeholder {
    color: #d0d3d9; }

.default__check[type="checkbox"],
.default__check[type="radio"] {
  opacity: 0;
  margin-left: -20px; }
  .default__check[type="checkbox"] ~ .custom__check,
  .default__check[type="radio"] ~ .custom__check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border: 1.5px solid #000;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer; }
    .default__check[type="checkbox"] ~ .custom__check:after,
    .default__check[type="radio"] ~ .custom__check:after {
      content: "";
      display: inline-block;
      position: absolute;
      transition: all 0.2s ease; }
  .default__check[type="checkbox"]:disabled ~ .custom__check,
  .default__check[type="radio"]:disabled ~ .custom__check {
    opacity: 0.2;
    cursor: not-allowed; }
  .default__check[type="checkbox"]:checked ~ .custom__check,
  .default__check[type="radio"]:checked ~ .custom__check {
    background-color: #000; }
    .default__check[type="checkbox"]:checked ~ .custom__check:after,
    .default__check[type="radio"]:checked ~ .custom__check:after {
      visibility: visible; }

.default__check[type="checkbox"]:not(.switchbox) ~ .custom__check {
  border-radius: 4px; }
  .default__check[type="checkbox"]:not(.switchbox) ~ .custom__check:after {
    height: 9px;
    width: 5px;
    margin-top: -2px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg); }

.modal-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 2000;
  padding: 20px; }

.modal-overlay.modal-open {
  display: flex; }

.modal-content {
  width: 100%;
  max-width: 540px;
  border-radius: 12px;
  background-color: white;
  position: relative;
  padding: 40px 20px 24px 20px;
  z-index: 2001; }

.modal-close {
  color: #2b2f38;
  font-size: 24px;
  text-align: right;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px; }

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0px 20px;
  background: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  z-index: 999;
  position: sticky;
  top: 0; }
  @media (max-width: 768px) {
    .navigation {
      padding: 0px 16px; } }

.navigation__menu {
  display: flex;
  gap: 12px;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .navigation__menu button:nth-child(-n+2) {
      display: none; } }

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: calc(100vh - 60px);
  color: white;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10; }

.header__gradient {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(102, 10, 38, 0) 0%, rgba(102, 44, 10, 0.71) 100%);
  z-index: -1; }

.header__headline {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 580px; }
  .header__headline h2 {
    font-family: "Playfair Display", serif;
    font-size: 4.6rem;
    letter-spacing: -1px;
    margin-bottom: 16px; }
    @media (max-width: 768px) {
      .header__headline h2 {
        font-size: 3rem; } }
  @media (max-width: 768px) {
    .header__headline {
      max-width: 340px; } }

.headline-slogan {
  font-size: 1.8rem;
  font-weight: 400; }
  @media (max-width: 768px) {
    .headline-slogan {
      font-size: 1.4rem; } }
  @media (max-height: 800px) {
    .headline-slogan {
      display: none; } }

.header__regbox {
  display: flex;
  flex-direction: column;
  padding: 36px 25px;
  width: calc(100% - 50px);
  max-width: 400px;
  margin-top: 26px;
  background-color: white;
  border-radius: 12px;
  color: #000; }
  @media (max-width: 768px) {
    .header__regbox {
      padding: 30px 20px; } }

.regbox__title {
  font-size: 1.1rem;
  margin-bottom: 20px; }

.regbox__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  gap: 12px; }

section {
  padding: 60px 40px; }
  @media (max-width: 768px) {
    section {
      padding: 30px 20px; } }

.footer {
  padding: 70px 40px;
  background-color: #ad1040;
  color: white; }

.footer-holder {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  display: flex;
  flex-direction: column; }

.footer-content {
  display: flex;
  flex-direction: row;
  width: 100%; }
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column; } }

.footer-content_item {
  flex: 1 1 auto; }
  .footer-content_item.social {
    flex: 4 1 auto; }
  @media (max-width: 768px) {
    .footer-content_item {
      margin-bottom: 24px; } }

.footer-nav {
  margin-top: 16px; }

.footer-nav__item {
  padding: 4px 0px;
  margin-bottom: 4px; }
  .footer-nav__item a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 0px 12px 0px;
    display: inline-block; }
  .footer-nav__item a:hover {
    color: white; }
  .footer-nav__item i {
    margin-right: 12px; }

.footer-nav__title {
  font-size: 18px;
  font-weight: 600; }

.footer-divider {
  width: 100%;
  height: 1px;
  margin: 36px 0px;
  background-color: rgba(255, 255, 255, 0.1); }

.footer-seo {
  display: flex;
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.8rem;
  line-height: 1.2rem; }
  .footer-seo a {
    color: white;
    font-weight: 700; }
  .footer-seo a:hover {
    text-decoration: underline; }

.form-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px; }

.form-header__title {
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  font-weight: 900; }

.form-header__subtitle {
  font-size: 14px;
  color: #667085; }

#reg_form_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.form--gender-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 4px;
  gap: 8px; }
  .form--gender-select label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: none;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    gap: 8px;
    border: 1px solid #10a760;
    color: #10a760;
    width: 100%;
    cursor: pointer; }

.gender-selector {
  display: flex;
  flex: 1; }

.form--gender-select .gender-selector input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 2px;
  height: 2px; }

.form--gender-select .gender-selector input[type=radio]:checked ~ label {
  background-color: #e7f8f0 !important;
  color: #10a760; }

.form--gender-select .gender-selector input[type=radio]:not(:checked) ~ label i {
  display: none; }

.form--gender-select .gender-selector input[type=radio]:checked ~ label i {
  display: block; }

.regbox-form--gender-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 4px;
  gap: 8px; }
  .regbox-form--gender-select label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: none;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    gap: 8px;
    border: 1px solid #10a760;
    color: #10a760;
    width: 100%;
    cursor: pointer; }

.gender-selectors {
  display: flex;
  flex: 1; }

.regbox-form--gender-select .gender-selectors input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 2px;
  height: 2px; }

.regbox-form--gender-select .gender-selectors input[type=radio]:checked ~ label {
  background-color: #e7f8f0 !important;
  color: #10a760; }

.regbox-form--gender-select .gender-selectors input[type=radio]:not(:checked) ~ label i {
  display: none; }

.regbox-form--gender-select .gender-selectors input[type=radio]:checked ~ label i {
  display: block; }

.form-loginlink {
  font-size: 14px;
  color: #667085;
  margin-top: 20px;
  display: block; }

.form--consent {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 16px 0px 8px 0px; }
  .form--consent label {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 0.8rem;
    cursor: pointer; }
    .form--consent label:first-child {
      margin-bottom: 12px; }

#reg_form_wrapper label * {
  user-select: none; }

#reg_form_wrapper .margin_bottom {
  margin-bottom: 10px; }

#reg_form_wrapper input[type=email],
#reg_form_wrapper input[type=password],
#reg_form_wrapper input[type=text] {
  background-size: 29px 20px;
  background-repeat: no-repeat;
  background-position: center right; }

.regbox-form select.valid,
#reg_form_wrapper label.valid,
#reg_form_wrapper select.valid,
#reg_form_wrapper input[type='text'].valid,
#reg_form_wrapper input[type='email'].valid,
#reg_form_wrapper input[type='password'].valid {
  outline: 2px solid transparent;
  outline-offset: 1px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: $success-600;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0px #fff;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
  border-color: #10a760;
  background-color: #e7f8f0; }

#reg_form_wrapper label.invalid,
#reg_form_wrapper select.invalid,
#reg_form_wrapper input[type='text'].invalid,
#reg_form_wrapper input[type='email'].invalid,
#reg_form_wrapper input[type='password'].invalid {
  outline: 2px solid transparent;
  outline-offset: 1px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: $warning-600;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0px #fff;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
  border-color: #e18308;
  background-color: #fef4e6; }

#reg_form_wrapper label.invalid input[type='radio'] {
  background-position: 0px 0px !important; }

#reg_form_wrapper input[type='text'].valid,
#reg_form_wrapper input[type='email'].valid,
#reg_form_wrapper input[type='password'].valid {
  background-image: url("https://static.motesplatsen.se/userinformation/pictures/admin/default/valid.png"); }

#reg_form_wrapper input[type='text'].invalid,
#reg_form_wrapper input[type='email'].invalid {
  background-image: url("https://static.motesplatsen.se/userinformation/pictures/admin/default/invalid.png"); }

#reg_form_wrapper input[type='text'].loading,
#reg_form_wrapper input[type='email'].loading,
#reg_form_wrapper input[type='password'].loading {
  background-image: url("https://static.motesplatsen.se/userinformation/pictures/admin/default/text-field-preloader.gif"); }

#reg_form_wrapper .reg_form_row {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px; }

#reg_form_wrapper .reg_form_row_divided {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row; }

#reg_form_wrapper .reg_form_row .reg_form_row_left,
#reg_form_wrapper .reg_form_row .reg_form_row_right {
  width: 30%; }

#reg_form_wrapper .reg_form_row .reg_form_row_right {
  width: 70%; }

#reg_form_wrapper .reg_form_header {
  width: 100%;
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block; }

#reg_form_wrapper .label_text {
  width: 100%;
  height: 40px;
  line-height: 35px;
  font-size: 1em; }

#reg_form_wrapper label.sex_radio {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  white-space: nowrap;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  width: 47%;
  position: relative; }

#reg_form_wrapper label.sex_radio:hover {
  background-color: #ebf5fc;
  border: 2px solid #9accee; }

#reg_form_wrapper label.sex_radio#label_radio_sex_female {
  margin-left: auto; }

#reg_form_wrapper input[type='radio'] {
  width: 14px;
  height: 14px;
  position: absolute;
  opacity: 0; }

#reg_form_wrapper label.input_text_label {
  position: relative;
  z-index: 10;
  background-color: white;
  font-size: 0.714em;
  margin-left: 12px;
  padding-left: 4px;
  padding-right: 4px;
  opacity: 0; }

#reg_form_wrapper label.input_text_label.visible {
  opacity: 1 !important;
  user-select: none; }

#reg_form_wrapper #conditions_row {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 8px 0px 8px 0px; }
  #reg_form_wrapper #conditions_row label {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 0.8rem;
    cursor: pointer; }
    #reg_form_wrapper #conditions_row label:first-child {
      margin-bottom: 12px; }

#reg_form_wrapper #conditions_row div {
  margin-bottom: 3px; }

#reg_form_wrapper #conditions_row div a {
  display: inline-block; }

.condition_row {
  font-size: 0.8em;
  position: relative;
  cursor: pointer;
  font-weight: normal; }

label.condition_row:has(input:focus) span.custom__check {
  border: 2px solid #000 !important; }

.conditions-text {
  display: inline-block; }

#reg_form_wrapper .reg_button.disabled {
  background-color: #b9bdc7;
  text-indent: -999px;
  background-image: url("https://static.motesplatsen.se/userinformation/pictures/admin/default/spinner.gif");
  background-repeat: no-repeat;
  background-size: 30px 26px;
  background-position: center center; }

#reg_form_wrapper div.desc_message {
  color: #b9bdc7;
  display: none;
  font-size: 0.8rem; }

#reg_form_wrapper div.error_message {
  color: #f79009;
  display: none;
  font-size: 0.8em;
  line-height: normal; }

#reg_form_wrapper div.error_message * {
  color: inherit; }

#reg_form_wrapper div.error_message a {
  color: #2980b9; }

#reg_form_wrapper #already_member_link {
  margin-top: 6px;
  display: inline-block;
  width: 100%;
  text-decoration: none; }

#reg_form_wrapper #already_member_link:hover {
  color: #2980b9; }

#reg_form_wrapper #show_hide_box {
  margin-bottom: 0px; }

#reg_form_wrapper #show_hide_box.animate {
  -webkit-transition: max-height 2s;
  -moz-transition: max-height 2s;
  -ms-transition: max-height 2s;
  -o-transition: max-height 2s;
  transition: max-height 2s; }

#reg_form_wrapper #show_hide_box.hidden {
  max-height: 0; }

#reg_form_wrapper #show_hide_box.visible {
  max-height: 3000px; }

#reg_form_wrapper button#show_hide_button {
  display: none; }

#reg_form_wrapper button#show_hide_button.visible {
  display: block;
  margin-top: 10px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

#reg_form_wrapper button#show_hide_button.hidden {
  margin-top: 10px;
  opacity: 0;
  height: 0px;
  display: none; }

.grecaptcha-badge {
  visibility: hidden; }

#custom-recaptcha {
  position: absolute;
  bottom: 123px;
  right: 20px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 3px;
  line-height: normal; }

#custom-recaptcha.regv2 {
  display: none; }

#custom-recaptcha > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background-color: #6a8be3;
  padding: 15px 10px; }

#custom-recaptcha > div,
#custom-recaptcha > div strong {
  color: white; }

#custom-recaptcha > div a {
  color: white;
  text-decoration: none;
  font-size: 10px;
  margin-top: 5px; }

#custom-recaptcha > div a:hover {
  color: white;
  text-decoration: underline; }

.password-eye {
  position: relative;
  z-index: 22;
  margin-left: -30px !important;
  cursor: pointer;
  left: -7px;
  top: -2px;
  float: right;
  line-height: normal; }

#imgEye {
  width: 26px;
  height: 26px;
  opacity: 0.5; }

.regbox-form {
  display: flex;
  flex-direction: column;
  width: 100%; }

.regbox-form__submit {
  padding-top: 16px; }

.usp {
  z-index: 10;
  position: relative;
  margin-top: -100px; }
  @media (max-width: 768px) {
    .usp {
      margin-top: -50px; } }

.usp-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 40px;
  background-color: white;
  text-align: center; }
  @media (max-width: 768px) {
    .usp-section {
      flex-direction: column; } }

.usp-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0px 24px; }
  @media (max-width: 768px) {
    .usp-section__item {
      padding: 24px; } }

.usp-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  line-height: normal;
  color: #000;
  margin-bottom: 8px; }

.usp-subtitle {
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #989fad; }

.usp-icon {
  font-size: 32px;
  background-color: #f2effe;
  color: #5740b0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 99px;
  margin-bottom: 24px;
  margin-top: -70px; }
  .usp-icon img {
    width: 36px;
    height: auto; }
  @media (max-width: 768px) {
    .usp-icon {
      margin-top: 0px; } }

.usp-block {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .usp-block {
      flex-direction: column; } }

.usp-block--item {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 40px 26px;
  margin: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 12px; }
  @media (max-width: 768px) {
    .usp-block--item {
      padding: 36px;
      margin: 0px 0px 20px 0px; } }

.usp-block__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #433288; }

.usp-block__description {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 0px;
  color: #667085; }

.usp-block__icon {
  font-size: 66px;
  margin-bottom: 20px;
  color: #5740b0; }
  .usp-block__icon img {
    width: 66px;
    height: auto; }

.block-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }
  @media (max-width: 768px) {
    .block-section {
      flex-direction: column;
      justify-content: unset;
      align-items: unset; } }

.block-section__image {
  background-color: #d0d3d9;
  height: 500px;
  flex: 1 1 0;
  min-height: 480px;
  flex-grow: 1.25;
  background-size: cover;
  background-position: center center; }
  .block-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* or object-fit: contain; */ }
  @media (max-width: 768px) {
    .block-section__image {
      min-height: 400px; } }

.block-section__content {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  margin-left: -40px;
  flex: 1; }
  .block-section__content.inset-right {
    margin-right: -100px;
    margin-left: 0px;
    z-index: 3;
    flex: 1 1 0; }
    @media (max-width: 768px) {
      .block-section__content.inset-right {
        margin-right: 0px;
        order: 1; } }
  @media (max-width: 768px) {
    .block-section__content {
      margin-left: 0px;
      padding: 36px 28px; } }

.jumbotron {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  border-radius: 14px;
  background-size: cover;
  background-position: 50% 17%;
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.1));
  min-height: 520px;
  color: white;
  position: relative;
  overflow: hidden; }
  .jumbotron.customer-service {
    background-color: #5740b0;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      .jumbotron.customer-service {
        flex-direction: column; } }
    .jumbotron.customer-service svg {
      max-width: 480px; }
  @media (max-width: 768px) {
    .jumbotron {
      padding: 60px 36px;
      min-height: 400px; } }

.jumbotron-content {
  max-width: 600px;
  flex-basis: 50%; }
  .jumbotron-content.lottie {
    text-align: center; }
  .jumbotron-content img {
    width: 100%;
    height: auto;
    max-width: 420px; }
    @media (max-width: 768px) {
      .jumbotron-content img {
        padding-top: 60px;
        max-width: 420px; } }
  .jumbotron-content h2 {
    font-size: 3.6rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 26px; }
    @media (max-width: 768px) {
      .jumbotron-content h2 {
        font-size: 2.8rem;
        line-height: 3.4rem; } }
  .jumbotron-content p {
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400; }
    @media (max-width: 768px) {
      .jumbotron-content p {
        font-size: 1.1rem;
        line-height: 1.5rem; } }
  .jumbotron-content a {
    color: white; }
  .jumbotron-content.lottie-animation {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .jumbotron-content.lottie-animation {
        margin-top: 20px; } }

.jumbotron-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .jumbotron-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center; }

.section-feed {
  background-color: #fee8ef;
  padding-top: 60px;
  padding-bottom: 60px; }

.section-feed__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.section-feed__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px; }

.singles-feed ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.singles-feed ul li {
  overflow: hidden;
  width: 12.5%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .singles-feed ul li {
      width: 25%; } }

.singles-feed ul li img {
  width: 100%;
  height: auto;
  display: block; }

.search_results_li:hover > .overlay-info {
  display: flex; }

.overlay-info {
  height: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.74);
  display: none;
  flex-direction: column;
  color: white;
  justify-content: center;
  align-items: center; }

.info-name {
  font-weight: 700;
  padding-bottom: 5px; }

.info-geo {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.87); }

.section-app {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgba(242, 239, 254, 0) 17.71%, rgba(242, 239, 254, 0.586957) 17.72%, #F2EFFE 82.07%, rgba(242, 239, 254, 0) 82.07%); }
  @media (max-width: 768px) {
    .section-app {
      background: none;
      background-color: #f2effe; } }

.app-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  @media (max-width: 768px) {
    .app-content {
      flex-direction: column; } }

.app-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 20px 20px 20px 60px; }
  @media (max-width: 768px) {
    .app-info {
      order: 2;
      padding: 20px 20px 20px 20px; } }

.app-info__subtitle {
  font-size: 1.4rem;
  color: #6f52e2;
  margin-bottom: 1rem; }

.app-info__title {
  color: #433288;
  font-size: 2.2rem;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .app-info__title {
      font-size: 1.8rem; } }

.app-mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0px;
  padding: 20px; }

.app-mockup__phone {
  height: 504px;
  border-radius: 20px;
  background-size: 321.14px 504px;
  flex-basis: 321.14px; }
  .app-mockup__phone img {
    width: 100%;
    height: auto; }
  @media (max-width: 768px) {
    .app-mockup__phone {
      height: 394px;
      width: 251.05px;
      background-size: cover;
      flex-basis: auto; } }

.app-badges {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16px; }
  @media (max-width: 768px) {
    .app-badges {
      flex-direction: column; } }
  .app-badges img {
    width: 100%;
    min-width: 180px;
    height: auto; }
    @media (max-width: 768px) {
      .app-badges img {
        width: 100%;
        max-width: 220px;
        height: auto; } }

.seo-block {
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 768px) {
    .seo-block {
      flex-flow: column wrap; } }

.seo-block--item {
  flex-basis: calc(50% - 32px);
  padding: 16px; }
  @media (max-width: 768px) {
    .seo-block--item {
      flex-basis: calc(100% - 32px); } }
  .seo-block--item h3 {
    margin-bottom: 16px; }

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f1f3;
  height: calc(100vh - 60px); }

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  padding: 20px; }
  .content.form {
    background-color: #f0f1f3; }
  .content.brand {
    background: url(https://images.unsplash.com/photo-1541089404510-5c9a779841fc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    background-position: center center; }

.form-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 440px;
  padding: 20px; }
