/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

/*! Styles */.txt-normal,.multiselect__item-btn,select,input,textarea{font-weight:300}body.bg-image .poweredby,.btn,.txt-bold,.input__label,button,b,strong,h1,h2,h3,h4,h5,h6{font-weight:500}.txt-black{font-weight:700}.flex,.u-flex,.settings__option,.input-tag>span,.ipu,.upload-box,.lang-dropdown__trigger,.input-group{display:flex}.u-h100{height:100%}.u-w100{width:100%}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.btn,.is-selectable,.upload-box__field,.frc,.input__all,.close{cursor:pointer}.btn{user-select:none}.input-tel--loading,.multiselect.is-loading,.select-wrapper.is-loading,.input.is-loading{pointer-events:none;position:relative;--rk-loading-width: 2px;--rk-loading-size: 1rem;--rk-loading-color: #dbdbdb}.input-tel--loading::after,.multiselect.is-loading::after,.select-wrapper.is-loading::after,.input.is-loading::after{animation:spinAround 500ms infinite linear;border:var(--rk-loading-width) solid var(--rk-loading-color);border-radius:50%;border-right-color:transparent !important;border-top-color:transparent !important;content:"";display:block;height:var(--rk-loading-size);left:50%;margin-left:calc(var(--rk-loading-size)/-2);margin-top:calc(var(--rk-loading-size)/-2);position:absolute;top:50%;width:var(--rk-loading-size)}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body{height:100%}body{background-color:var(--rk-body-bg, #f9fafb);color:var(--rk-root-clr, rgb(51, 51, 51));font-family:var(--rk-body-ff, "Roboto", Helvetica Neue, Helvetica, sans-serif);font-size:var(--rk-body-fs, 14px);font-weight:var(--rk-body-fw, 300);line-height:1.42857143}hr{border:0;border-top:1px solid rgb(51, 51, 51);display:block;height:1px;padding:0}hr.hr--grey{border-top-color:#e2e2e2}hr.hr--primary{border-top-color:#d44c54}a{color:inherit;cursor:pointer;display:inline-block;outline:0 none;text-decoration:none}table{width:100%}form{width:100%}input,textarea{font-family:"Roboto",Helvetica Neue,Helvetica,sans-serif}input,input:focus,textarea,textarea:focus{outline:0}::-moz-placeholder{opacity:1}button{cursor:pointer;font-family:"Roboto",Helvetica Neue,Helvetica,sans-serif}select{font-family:"Roboto",Helvetica Neue,Helvetica,sans-serif}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.icon--caret{transform:rotate(-90deg)}.icon{display:inline-block;line-height:1}.icon__svg{color:inherit;fill:currentColor;height:inherit;pointer-events:none;width:inherit}.icon--up{transform:rotate(90deg)}.icon--down{transform:rotate(-90deg)}.icon--right{transform:rotate(-180deg)}.icon.icon--12{height:12px !important;width:12px !important}.icon.icon--14{height:14px !important;width:14px !important}.icon.icon--15{height:15px !important;width:15px !important}.icon.icon--16{height:16px !important;width:16px !important}.icon.icon--18{height:18px !important;width:18px !important}.icon.icon--20{height:20px !important;width:20px !important}.icon.icon--22{height:22px !important;width:22px !important}.icon.icon--24{height:24px !important;width:24px !important}.icon.icon--30{height:30px !important;width:30px !important}.icon.icon--35{height:35px !important;width:35px !important}.icon--success{color:#30b19b}.icon--error{color:#d44c54}.icon--dark{color:#8a8a8a}.close{display:block;height:35px;position:relative;width:35px}.close::before,.close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.close::after{height:50%;width:2px}.close::before{height:2px;width:50%}.close--dark::before,.close--dark::after{background-color:#222}.close--block::after{height:100%}.close--block::before{width:100%}.select-wrapper .input__field[readonly],.input__field[readonly]{background-color:#f4f4f4;pointer-events:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form--wm .input{margin-top:1em}.input__label{align-items:center;color:#6f6f6f;display:flex;gap:.25rem}.input__label-addon{display:inline-flex}.input__label-help{display:block;font-size:90%;margin-bottom:5px}.input .input__label{margin-bottom:5px}.input .input__label+.input__label-help{margin-top:-5px}.input__all{padding:0 5px}.input+.input,.input+.input-group{margin-top:var(--rk-inpt-space, 1em)}.input__field{border:1px solid #e2e2e2;color:rgb(51, 51, 51);flex:1;font-size:13px;height:2.85em;min-width:20px;padding:5px 10px;width:100%}.input__field:invalid{box-shadow:none}.input__field:focus{outline:none}.input__field::placeholder{color:#4f4f4f}.input__icon{fill:rgb(51, 51, 51)}.input__help{display:block;font-size:12px;margin-top:4px;padding-left:3px}.input__help--error{color:#d44c54}.input.is-loading::after{left:auto;margin-top:-27px;right:10px;top:100%}.input.is-loading:has(.input__help)::after{margin-top:-48px}.input.is-loading .input__field{padding-left:20px}.input__labelWrapper{display:flex;justify-content:space-between;align-items:baseline}.input__labelWrapper .input__label{margin-bottom:0;margin-right:15px}.input__labelWrapper-action{font-size:12px;text-decoration:underline;text-underline-offset:1px}.input-group{align-items:center;gap:1rem}.input-group--top{align-items:flex-start}.input-group:not(.input-group--normal) .input{flex:1}.input-group .input+.input{margin-top:0}.input-group+.input,.input-group+.input-group{margin-top:var(--rk-inpt-space, 1em)}.input__group{display:flex;height:100%}.input__group>.input__field:not(:last-child){border-right:0 none}.input__group>.input__field:not(:first-child){border-left:0 none}.input__group .input__addon{align-items:center;background-color:#f1f1f1;border:1px solid #e2e2e2;display:inline-flex;justify-content:center;padding:0 8px;vertical-align:middle}.input__group .input__addon:first-child{border-right:0 none}.input__group .input__addon:last-child{border-left:0 none}.input__group .input__addon+[disabled],.input__group [disabled]+.input__addon{border-left:1px solid #e2e2e2}.input--success .input__help{color:#30b19b}.input--has-error .input__label{color:#d44c54}.input--has-error .input__field,.input--has-error .input__addon{border-color:#d44c54}.input__submit{padding-left:1.5em;padding-right:1.5em}.input--number .input__addon+.input__field{padding-left:5px;padding-right:5px;text-align:center}.input--causes .input__field{background-color:#fff;padding-top:8px}.input--textarea .input__field{display:block;min-height:88px;padding:10px;resize:none}.input--checkbox{font-size:14px;height:auto}.input--checkbox .input__field{background-color:transparent;border:0 none;display:inline-block;height:18px;margin-right:5px;margin-top:-1px;vertical-align:middle;width:18px}.input--switch2>div{background-color:#f4f4f4;padding:5px 15px}.input--autocomplete{position:relative}.input--autocomplete .autoComplete_result.is-current{background-color:#c7c7c76e;color:#000;pointer-events:none}.input--autocomplete .autoComplete_result *{pointer-events:none}.input--autocomplete .select-wrapper #autoComplete_list{max-height:200px;overflow-y:scroll}.checkb__bubble{border:2px solid #707170;height:20px;position:relative;width:20px}.checkb__field:checked+.checkb__label .checkb__bubble::after{background-color:var(--rk-primary-color, #6679F6);border-radius:50%;content:"";display:block;height:11px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:11px}.checkb .checkb__text{padding-left:10px;width:calc(100% - 20px)}.checkb--border+.checkb--border{border-top:1px solid #e2e2e2}.toggle-list{flex-wrap:wrap}.toggle-list .toggle__title{font-size:16px;margin-bottom:10px}.toggle-list .toggle__title:not(:first-child){margin-top:20px}.toggle-list .checkb{flex:0 0 50%}.toggle-list .checkb__label{height:100%;padding:5px}.frc{border:1px solid #e2e2e2;border-radius:var(--rk-radius, 0.375rem);padding:.25rem .5rem;display:flex}.frc .input__field{visibility:hidden;height:0;width:0;min-width:0}.frc .input__field:checked+.frc__text::after{transition:background-color .3s ease-in;background-color:var(--primary, #3f6bce)}.frc__text{position:relative;padding-left:22px}.frc__text::before,.frc__text::after{content:"";border-radius:50%;height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:16px}.frc__text::before{border:2px solid #e2e2e2}.frc__text::after{transition:background-color .3s ease-in;left:4px;width:8px;height:8px}.frc:has(.input__field:checked){border-color:var(--primary, #d44c54)}.input--horizontal{align-items:center;display:flex}.input--horizontal .input__label{margin-bottom:0;margin-right:10px}.input--password .icon__svg{opacity:.5}.input--password.is-showing .icon__svg{opacity:1}.select-wrapper{border:1px solid #e2e2e2;height:2.647em;padding:5px 25px 5px 10px;position:relative}.select-wrapper.is-loading::after{left:auto;right:10px}.select-wrapper:not(.is-loading)::after{border:solid transparent;border-top-color:#999;border-width:5px;content:" ";height:0;margin-top:-2px;pointer-events:none;position:absolute;right:10px;top:50%;width:0;z-index:1}.select-wrapper .input__field{appearance:none;background-color:transparent;border:0;box-shadow:none;height:100%;padding:0 18px 0 0}.select-wrapper .input__field.is-empty{color:#4f4f4f}.select-wrapper .clear{align-items:center;background-color:#fff;border:none;display:flex;height:100%;justify-content:center;padding:0;position:absolute;right:0px;top:0;width:25px;z-index:2}.select-wrapper .clear::after{content:"×";font-size:20px}.input--select.input--multiple .input__field{height:auto}.input--select.input--multiple option{padding-bottom:5px;padding-top:5px}.input--min .select-wrapper{height:1.7em;padding:2px 10px}.input--flatpicker .fp-close{height:8px;margin-top:-7px;position:absolute;right:10px;top:50%;width:8px}.input--flatpicker .flatpickr-input{padding-right:30px}.input--translations .lang-dropdown{position:relative}.input--translations .lang-dropdown__trigger{align-self:flex-start;padding-top:8px}.input--translations .input__field:is(textarea):not(.is-hidden){display:block;height:110px;padding:10px;resize:none}.lang-dropdown{min-width:90px}.lang-dropdown__trigger{align-items:center;justify-content:space-between;width:100%}.lang-dropdown__caret{margin-left:8px}.lang-dropdown__list{background-color:#f1f1f1;border:1px solid #e2e2e2;left:0;opacity:0;pointer-events:none;position:absolute;top:100%;transition:opacity .2 ease-in;width:100%;z-index:0}.lang-dropdown__list--top{bottom:100%;top:auto}.lang-dropdown__list.is-open{opacity:1;pointer-events:all;z-index:9999}.lang-dropdown__lang{display:block;padding:5px 15px 5px 5px;position:relative}.lang-dropdown__lang::after{background-color:#8a8a8a;border-radius:50%;content:"";display:inline-block;height:5px;margin-top:-2.5px;position:absolute;right:5px;top:50%;width:5px}.lang-dropdown__lang--has-value::after{background-color:#30b19b}.lang-dropdown__lang:hover{background-color:#d6d2d2}.modal-card__body .lang-dropdown__list{max-height:170px;overflow-y:scroll}.multiselect{border:1px solid #e2e2e2;color:rgb(51, 51, 51);flex:1;font-size:13px;min-height:2.85em;min-width:20px;padding:5px 10px;width:100%}.multiselect__item{border-radius:2px;min-height:27px}.multiselect__item-btn{align-items:center;background-color:transparent;border-color:transparent;border-radius:0;color:inherit;display:flex;justify-content:center;margin-top:-1px;padding:0;width:20px}.multiselect__item-value{border-left:1px solid #e2e2e2;padding:0 .5rem}.multiselect__input{border:0 none;color:rgb(51, 51, 51);font-size:13px;height:27px;min-width:fit-content}.multiselect__input::placeholder{color:#4f4f4f}.multiselect__options{background-color:#fff;left:0;margin-top:-1px;max-height:200px;overflow-y:scroll;padding:.25rem 0;position:absolute;top:100%;width:100%;z-index:1}.multiselect__options-item{background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.multiselect__options-item:hover{background-color:#f2f9fc;color:#333}.multiselect.is-loading::after{left:auto;right:10px}.upload-box__text{flex-grow:1}.upload-box__btn{align-items:center;background-color:#f1f1f1;border:1px solid #e2e2e2;border-left:0;display:inline-flex;justify-content:center;overflow:hidden;padding:0 10px;position:relative}.upload-box__label{font-size:12px}.upload-box__field{height:100%;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0}.input-file{position:relative;border:1px solid #e2e2e2;overflow:hidden}.input-file__label{align-items:center;display:flex;font-size:12px;height:35px;overflow:hidden;position:relative;width:100%}.input-file__field{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%;z-index:-1}.input-file__cta{align-items:center;background-color:#f5f5f5;border-right:1px solid #e2e2e2;color:rgb(51, 51, 51);display:inline-flex;height:100%;justify-content:flex-start;padding-left:1em;padding-right:1em;white-space:nowrap}.input-file__name{display:block;flex-grow:1;max-width:none;overflow:hidden;padding-left:1em;padding-right:1em;text-overflow:ellipsis;white-space:nowrap}.input-file:not(.has-file) .input-file__name{font-style:italic;color:rgb(51, 51, 51)}.ipu{background-color:#fff;border:1px solid #e2e2e2;height:2.647em;overflow:hidden;position:relative}.ipu__field{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%;z-index:-1}.ipu__name{align-items:center;display:inline-flex;flex-grow:1;max-width:none;overflow:hidden;padding-left:1em;padding-right:1em;text-overflow:ellipsis;white-space:nowrap}.ipu__btn{align-items:center;background-color:#f5f5f5;border-left:1px solid #e2e2e2;color:dimgray;display:inline-flex;height:100%;justify-content:center;max-width:90px;padding-left:1em;padding-right:1em;white-space:nowrap;width:100%}.input-tag{border:1px solid #e2e2e2;padding:5px 5px 0}.input-tag>span{align-items:stretch;flex-wrap:wrap}.input-tag__tag{align-items:center;background-color:#e2e2e2;display:inline-flex;margin-bottom:5px;margin-right:5px;padding:3px 5px}.input-tag__remove{height:10px;margin-left:5px;width:10px}.input-tag__remove::before,.input-tag__remove::after{background-color:#888}.input-tag__field{background-color:transparent;border:0;color:rgb(51, 51, 51);display:inline-flex;margin:0 0 5px;min-height:1.79em;padding:0}.input-tel--loading::after{left:auto;right:10px}.input-tel__clean{padding-left:.5rem}.input-tel__clean .icon{height:10px;width:10px}.input-tel__selected{align-items:center;display:flex;gap:.5rem}.input-tel__item{padding:.5rem .75rem;text-align:left}.input-tel__item:hover:not(.no-hover),.input-tel__item.is-active{background-color:rgba(0,0,0,.05)}.input-tel__btn{align-items:center;display:flex;gap:.5rem;width:100%;font-weight:300;text-align:left}.input-tel__prefix{color:#999}.input-tel .dropdown__content{left:-1px;top:110%;width:250px}.input-tel .dropdown__menu{height:200px;overflow-y:scroll}.input-tel__flag{flex-shrink:0}.input-tel--noflag .input__field{pointer-events:none}.input-tel__item.is-active .input-tel__btn,.input-tel__item.is-active .input__prefix{font-weight:500}.settings__option{align-items:center;padding:15px 0;gap:1rem}.settings__option .input{max-width:300px;width:100%}.settings__option--reverse{flex-direction:row-reverse}.settings__option--top{align-items:start}.settings__option--input-large .input{max-width:40%}.settings__option+.settings__option{border-top:1px solid #e2e2e2}.segmentedControl-root{align-items:center;background-color:#eaeaec;border-radius:.375rem;display:flex;gap:.25rem;padding:.25rem}.segmentedControl-item{align-items:center;align-items:stretch;background-color:transparent;border-radius:.375rem;border:0 none;display:inline-flex;flex-grow:1;justify-content:center;padding:.65rem .25rem;user-select:none;white-space:nowrap}.segmentedControl-item--active{box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.1) 0px 1px 2px -1px;background-color:#fff}.segmentedControl-item[data-state=off]:hover{background-color:rgba(0,0,41,.08)}.input.is-required .input__label::after,.settings__option.is-required .input__label::after{align-self:flex-start;color:#d44c54;content:"*";font-weight:700;line-height:1}.input--rounded .input__addon:first-child,.input--rounded .input__field:first-child:not(:last-child){border-radius:var(--rk-radius, 0.25rem) 0 0 var(--rk-radius, 0.25rem)}.input--rounded .input__addon:last-child,.input--rounded .input__addon+.input__field:last-child{border-radius:0 var(--rk-radius, 0.25rem) var(--rk-radius, 0.25rem) 0}.input--rounded>.input__field,.input--rounded .select-wrapper{border-radius:var(--rk-radius, 0.25rem)}.input--small{max-width:200px}.input--spaced{--rk-inpt-space: 1.5rem}@media(min-width: 48em){.input--hrz{display:flex;gap:.5rem}.input--hrz>:first-child:not(:last-child){min-width:180px;max-width:240px;flex:0 0 20%}.input--hrz>:not(:first-child){flex-grow:1}.input--hrz+.input--hrz{margin-top:1.5rem}.input--hrz--limit>:not(:first-child){flex-basis:40%;max-width:40%}}.checkbox{width:1rem;height:1rem;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr))}.checkbox__field{border-radius:var(--rk-radius, 0.25rem);border:1px solid oklch(87.2% 0.01 258.338);appearance:none;background-color:transparent;grid-row-start:1;grid-column-start:1}.checkbox__field:checked{border-color:var(--primary);background-color:var(--primary)}.checkbox__svg{align-self:center;justify-self:center;stroke:#fff;width:.875rem;height:.875rem;pointer-events:none;grid-row-start:1;grid-column-start:1}.checkbox__svg>path{opacity:0}.checkbox__field:checked+.checkbox__svg .checkbox__check{opacity:100%}.u-centered{margin-left:auto;margin-right:auto}.u-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-h200{height:200px}.w--200{width:200px}.u-alpha{padding-left:0}.u-optional{display:inline-block;font-size:70%;margin-top:-2px;vertical-align:middle}.relative{position:relative}.cf::after{clear:both;content:"";display:table}.u-left{float:left}.u-right{float:right}.u-inline{display:inline-block}@media(min-width: 48em){.sm\:flex{display:flex}}@media(min-width: 48em){.md\:flex{display:flex}}@media(min-width: 48em){.lg\:flex{display:flex}}@media(min-width: 48em){.xl\:flex{display:flex}}.flex--auto{flex:0 0 auto}.flex--between{justify-content:space-between}.flex--column{flex-direction:column}.flex--right{justify-content:flex-end}.flex--top{align-items:start}.f-wrap{flex-wrap:wrap}.f-inline{display:inline-flex}.f-0a{flex:0 0 auto}.f-a--bs{align-items:baseline}.f-as--start{align-self:flex-start}.f-g--1{flex-grow:1}.f-sk--0{flex-shrink:0}.u-f1{flex:1}.u-inflex{display:inline-flex}.u-g--025{gap:.25rem}.u-g--05{gap:.5rem}.u-g--075{gap:.75rem}.u-g--1{gap:1rem}.u-block{display:block}.shw{box-shadow:1px 2px 5px rgba(31,31,31,.12)}.shw--none{box-shadow:none}.h\:bg--g1:hover,.bg--g1,.frc:hover{background-color:#f4f4f4}.bg--white{background-color:#fff}.bg--g2{background-color:#7d7b7b}.bg--bl{background-color:#505050}.c--g1{color:#7d7b7b}.c--g2{color:#808384}.c--g3{color:#6f6d6d}.c--d1{color:#3c3c3c}.c--w{color:#fff}.c--y-dark{color:#bb9715}.c--brand{color:var(--rk-primary-color)}.u-p--0{padding:0}.u-p--10{padding:10px}.u-pl--15{padding-left:15px}.p--0{padding:0}.p--0510{padding:5px 10px}.p--0508{padding:5px 8px}.p--0812{padding:8px 12px}.p--10{padding:10px}.p--15{padding:15px}.p-t--0{padding-top:0px !important}.p-t--8{padding-top:8px !important}.p-t--10{padding-top:10px !important}.p-b--8{padding-bottom:8px !important}.p-b--10{padding-bottom:10px !important}.p-b--20{padding-bottom:20px !important}.p-l--20{padding-left:20px !important}.u-mg--auto{margin:auto}.u-mgt--0{margin-top:0}.u-mgt--5{margin-top:5px}.u-mgt--8{margin-top:8px}.u-mgt--10{margin-top:10px}.u-mgt--15{margin-top:15px}.u-mgt--20{margin-top:20px}.u-mgt--18{margin-top:18px}.u-mgt--25{margin-top:25px}.u-mgb--0{margin-bottom:0}.u-mgb--5{margin-bottom:5px}.u-mgb--10{margin-bottom:10px}.u-mgb--15{margin-bottom:15px}.u-mgb--18{margin-bottom:18px}.u-mgb--20{margin-bottom:20px}.u-mgb--25{margin-bottom:25px}.u-mgb--30{margin-bottom:30px}.u-mgr--5{margin-right:5px}.u-mgr--10{margin-right:10px}.u-mgr--15{margin-right:15px}.u-mgr--auto{margin-right:auto}.u-mgl--5{margin-left:5px}.u-mgl--10{margin-left:10px}.u-mgl--15{margin-left:15px}.u-mgl--auto{margin-left:auto}.m--0{margin:0}.m-t--5{margin-top:5px !important}.m-t--35{margin-top:35px}.m-l--a{margin-left:auto}.m-l--0{margin-left:0 !important}.m-r--10{margin-right:10px !important}.-m-l--15{margin-left:-15px}.op-4{opacity:.4}.s-10{font-size:10px}.s-12{font-size:12px}.s-14{font-size:14px}.s-16{font-size:16px}.s-18{font-size:18px}.u-v--middle{vertical-align:middle !important}.u-v--top{vertical-align:top !important}.u-v--bottom{vertical-align:bottom !important}.txt-center{text-align:center !important}.input-file__name{text-align:left}.txt-left{text-align:left !important}.txt-right{text-align:right !important}.txt-justify{text-align:justify !important}.is-error{color:#d44c54}.is-notice{color:#3273dc}.is-success{color:#30b19b}.is-warning{color:#ffdd57}.txt--small,.input__all{font-size:12px}.txt--medium{font-size:16px}.txt--large{font-size:18px}.txt-upper{text-transform:uppercase}.txt-capitalize{text-transform:capitalize}.txt-underline{text-decoration:underline}.txt-through{text-decoration:line-through}.txt-italic{font-style:italic}.u-owhidden{overflow:hidden}.u-circle{border-radius:50%}.u-rounded{border-radius:var(--rk-radius, 0.375rem)}.br--g-1{border:1px solid #e2e2e2}.br--0{border:0 none}.br-t--1{border-top:1px solid #e2e2e2}.br-b--1{border-bottom:1px solid #e2e2e2}.not-select{user-select:none}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden !important}[disabled],.is-disabled{opacity:.5;pointer-events:none}.is-draggable{cursor:move}.is-dragging{opacity:0}.is-hidden{display:none}[data-scrollable]{overflow-y:scroll}.u-list{list-style:disc inside}.u-list li{padding:.25rem 0}body{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:1.5rem}.mt-4{margin-top:1rem}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}.btn{align-items:center;background-color:var(--rk-btn-primary-bg, #8951FF);border-radius:.375rem;border:none;box-shadow:none;color:var(--rk-btn-primary-color, #fff);display:flex;flex-direction:row;font-size:16px;gap:75rem;height:2.5rem;justify-content:center;padding:.5rem .75rem;transition:box-shadow .5s linear}.btn--block{width:100%}.btn:hover{box-shadow:inset 0 0 25px rgba(49,49,49,.5)}.alert{border-radius:.375rem;padding:1rem;position:relative}.alert.is-closable{padding:18px 40px 18px 15px}.alert .close{padding:0;background:none;border:0 none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.alert--error{background-color:var(--rk-alert-error-bg, #fbe4e4);color:var(--rk-alert-error-color, #d21919)}.alert--error .close::before,.alert--error .close::after{background-color:var(--rk-alert-error-color, #d21919)}.alert--success{background-color:var(--rk-alert-succ-bg, #e1f9e3);color:var(--rk-alert-succ-color, #0a7f10)}.alert--success .close::before,.alert--success .close::after{background-color:var(--rk-alert-succ-color, #0a7f10)}.link{color:var(--rk-link-color, var(--rk-lg-link-color, #8951FF));text-decoration:underline}.global__wrapper{display:flex;flex-direction:column;gap:1.5rem;max-height:100%}.global__content{background-color:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-height:100%;max-width:56rem;border-radius:.375rem;overflow:hidden;flex:1 1 0%;display:flex}.global__cover-img{object-fit:cover;width:100%;height:100%}.global__main{padding:1.5rem;overflow-y:scroll}.global__main-logo{align-items:center;display:flex;justify-content:center;height:60px;padding-top:calc((60px - var(--rk-logo-hg, 60px))/2);padding-bottom:calc((60px - var(--rk-logo-hg, 60px))/2)}.global__main-logo>*{height:100%;width:100%;object-fit:contain}.poweredby{text-align:center;font-size:12px;margin-top:1.5rem;color:var(--rk-power-color)}.poweredby .link{color:var(--rk-power-link-color, --rk-lg-link-color)}body.bg-image .poweredby{text-shadow:0 0 1px #000}@media(max-width: 768px){.global__wrapper{width:100%;max-width:450px}.global__cover{height:8rem}.global__content{flex-direction:column}}@media(min-width: 768px){.global__main{padding:2rem 3rem;width:35rem}.p-login .global__main{width:28rem}.global__content .global__cover,.global__content .global__main:not(:first-child){width:50%}}
