
.loader-wrapper.open{display: flex;}
@keyframes rotate{
			0% {
				transform: rotate(0deg);
			}

			100% {
				transform: rotate(360deg);
			}
		}
@keyframes prixClipFix{
			0% {
				clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
			}

			25% {
				clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
			}

			50% {
				clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
			}

			75% {
				clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
			}

			100% {
				clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
			}
		}

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

:focus{outline: 0;}

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;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration{-webkit-appearance: none;
    -moz-appearance: none;}
input[type=search]{-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
textarea{overflow: auto;
    vertical-align: top;
    resize: vertical;}

audio,
canvas,
video{display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;}

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

[hidden]{display: none;}

html{font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

a:focus{outline: thin dotted;}

a:active,
a:hover{outline: 0;}

img{border: 0;
    -ms-interpolation-mode: bicubic; }

figure{margin: 0;}

form{margin: 0;}

fieldset{border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;}

legend{border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px; }

button,
input,
select,
textarea{font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    padding: 0;}

button,
input{line-height: normal;}

button,
select{text-transform: none;}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;  }

button[disabled],
html input[disabled]{cursor: default;}

input[type="checkbox"],
input[type="radio"]{box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px; }

input[type="search"]{-webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}

button::-moz-focus-inner,
input::-moz-focus-inner{border: 0;
    padding: 0;}

textarea{overflow: auto;
    vertical-align: top; }

table{border-collapse: collapse;
    border-spacing: 0;}
html,
button,
input,
select,
textarea{color: #222;}
::-moz-selection{background: #b3d4fc;
    text-shadow: none;}
::selection{background: #b3d4fc;
    text-shadow: none;}
img{vertical-align: middle;}
fieldset{border: 0;
    margin: 0;
    padding: 0;}
textarea{resize: vertical;}
.chromeframe{margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;}

:root{--bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );

  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;}
@media (min-width: 576px){
  .container,
  .container-sm{max-width: 540px;}
}
@media (min-width: 768px){
  .container,
  .container-md,
  .container-sm{max-width: 720px;}
}
@media (min-width: 992px){
  .container,
  .container-lg,
  .container-md,
  .container-sm{max-width: 960px;}
}
@media (min-width: 1200px){
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl{max-width: 1140px;}
}
@media (min-width: 1400px){
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl{max-width: 1320px;}
}
.row{--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));}
.row > *{box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);}
.col{flex: 1 0 0%;}
.row-cols-auto > *{flex: 0 0 auto;
  width: auto;}
.row-cols-1 > *{flex: 0 0 auto;
  width: 100%;}
.row-cols-2 > *{flex: 0 0 auto;
  width: 50%;}
.row-cols-3 > *{flex: 0 0 auto;
  width: 33.3333333333%;}
.row-cols-4 > *{flex: 0 0 auto;
  width: 25%;}
.row-cols-5 > *{flex: 0 0 auto;
  width: 20%;}
.row-cols-6 > *{flex: 0 0 auto;
  width: 16.6666666667%;}
.col-auto{flex: 0 0 auto;
  width: auto;}
.col-1{flex: 0 0 auto;
  width: 8.33333333%;}
.col-2{flex: 0 0 auto;
  width: 16.66666667%;}
.col-3{flex: 0 0 auto;
  width: 25%;}
.col-4{flex: 0 0 auto;
  width: 33.33333333%;}
.col-5{flex: 0 0 auto;
  width: 41.66666667%;}
.col-6{flex: 0 0 auto;
  width: 50%;}
.col-7{flex: 0 0 auto;
  width: 58.33333333%;}
.col-8{flex: 0 0 auto;
  width: 66.66666667%;}
.col-9{flex: 0 0 auto;
  width: 75%;}
.col-10{flex: 0 0 auto;
  width: 83.33333333%;}
.col-11{flex: 0 0 auto;
  width: 91.66666667%;}
.col-12{flex: 0 0 auto;
  width: 100%;}
.offset-1{margin-left: 8.33333333%;}
.offset-2{margin-left: 16.66666667%;}
.offset-3{margin-left: 25%;}
.offset-4{margin-left: 33.33333333%;}
.offset-5{margin-left: 41.66666667%;}
.offset-6{margin-left: 50%;}
.offset-7{margin-left: 58.33333333%;}
.offset-8{margin-left: 66.66666667%;}
.offset-9{margin-left: 75%;}
.offset-10{margin-left: 83.33333333%;}
.offset-11{margin-left: 91.66666667%;}
.g-0,
.gx-0{--bs-gutter-x: 0;}
.g-0,
.gy-0{--bs-gutter-y: 0;}
.g-1,
.gx-1{--bs-gutter-x: 0.25rem;}
.g-1,
.gy-1{--bs-gutter-y: 0.25rem;}
.g-2,
.gx-2{--bs-gutter-x: 0.5rem;}
.g-2,
.gy-2{--bs-gutter-y: 0.5rem;}
.g-3,
.gx-3{--bs-gutter-x: 1rem;}
.g-3,
.gy-3{--bs-gutter-y: 1rem;}
.g-4,
.gx-4{--bs-gutter-x: 1.5rem;}
.g-4,
.gy-4{--bs-gutter-y: 1.5rem;}
.g-5,
.gx-5{--bs-gutter-x: 3rem;}
.g-5,
.gy-5{--bs-gutter-y: 3rem;}
@media (min-width: 576px){
  .col-sm{flex: 1 0 0%;}
  .row-cols-sm-auto > *{flex: 0 0 auto;
    width: auto;}
  .row-cols-sm-1 > *{flex: 0 0 auto;
    width: 100%;}
  .row-cols-sm-2 > *{flex: 0 0 auto;
    width: 50%;}
  .row-cols-sm-3 > *{flex: 0 0 auto;
    width: 33.3333333333%;}
  .row-cols-sm-4 > *{flex: 0 0 auto;
    width: 25%;}
  .row-cols-sm-5 > *{flex: 0 0 auto;
    width: 20%;}
  .row-cols-sm-6 > *{flex: 0 0 auto;
    width: 16.6666666667%;}
  .col-sm-auto{flex: 0 0 auto;
    width: auto;}
  .col-sm-1{flex: 0 0 auto;
    width: 8.33333333%;}
  .col-sm-2{flex: 0 0 auto;
    width: 16.66666667%;}
  .col-sm-3{flex: 0 0 auto;
    width: 25%;}
  .col-sm-4{flex: 0 0 auto;
    width: 33.33333333%;}
  .col-sm-5{flex: 0 0 auto;
    width: 41.66666667%;}
  .col-sm-6{flex: 0 0 auto;
    width: 50%;}
  .col-sm-7{flex: 0 0 auto;
    width: 58.33333333%;}
  .col-sm-8{flex: 0 0 auto;
    width: 66.66666667%;}
  .col-sm-9{flex: 0 0 auto;
    width: 75%;}
  .col-sm-10{flex: 0 0 auto;
    width: 83.33333333%;}
  .col-sm-11{flex: 0 0 auto;
    width: 91.66666667%;}
  .col-sm-12{flex: 0 0 auto;
    width: 100%;}
  .offset-sm-0{margin-left: 0;}
  .offset-sm-1{margin-left: 8.33333333%;}
  .offset-sm-2{margin-left: 16.66666667%;}
  .offset-sm-3{margin-left: 25%;}
  .offset-sm-4{margin-left: 33.33333333%;}
  .offset-sm-5{margin-left: 41.66666667%;}
  .offset-sm-6{margin-left: 50%;}
  .offset-sm-7{margin-left: 58.33333333%;}
  .offset-sm-8{margin-left: 66.66666667%;}
  .offset-sm-9{margin-left: 75%;}
  .offset-sm-10{margin-left: 83.33333333%;}
  .offset-sm-11{margin-left: 91.66666667%;}
  .g-sm-0,
  .gx-sm-0{--bs-gutter-x: 0;}
  .g-sm-0,
  .gy-sm-0{--bs-gutter-y: 0;}
  .g-sm-1,
  .gx-sm-1{--bs-gutter-x: 0.25rem;}
  .g-sm-1,
  .gy-sm-1{--bs-gutter-y: 0.25rem;}
  .g-sm-2,
  .gx-sm-2{--bs-gutter-x: 0.5rem;}
  .g-sm-2,
  .gy-sm-2{--bs-gutter-y: 0.5rem;}
  .g-sm-3,
  .gx-sm-3{--bs-gutter-x: 1rem;}
  .g-sm-3,
  .gy-sm-3{--bs-gutter-y: 1rem;}
  .g-sm-4,
  .gx-sm-4{--bs-gutter-x: 1.5rem;}
  .g-sm-4,
  .gy-sm-4{--bs-gutter-y: 1.5rem;}
  .g-sm-5,
  .gx-sm-5{--bs-gutter-x: 3rem;}
  .g-sm-5,
  .gy-sm-5{--bs-gutter-y: 3rem;}
}
@media (min-width: 768px){
  .col-md{flex: 1 0 0%;}
  .row-cols-md-auto > *{flex: 0 0 auto;
    width: auto;}
  .row-cols-md-1 > *{flex: 0 0 auto;
    width: 100%;}
  .row-cols-md-2 > *{flex: 0 0 auto;
    width: 50%;}
  .row-cols-md-3 > *{flex: 0 0 auto;
    width: 33.3333333333%;}
  .row-cols-md-4 > *{flex: 0 0 auto;
    width: 25%;}
  .row-cols-md-5 > *{flex: 0 0 auto;
    width: 20%;}
  .row-cols-md-6 > *{flex: 0 0 auto;
    width: 16.6666666667%;}
  .col-md-auto{flex: 0 0 auto;
    width: auto;}
  .col-md-1{flex: 0 0 auto;
    width: 8.33333333%;}
  .col-md-2{flex: 0 0 auto;
    width: 16.66666667%;}
  .col-md-3{flex: 0 0 auto;
    width: 25%;}
  .col-md-4{flex: 0 0 auto;
    width: 33.33333333%;}
  .col-md-5{flex: 0 0 auto;
    width: 41.66666667%;}
  .col-md-6{flex: 0 0 auto;
    width: 50%;}
  .col-md-7{flex: 0 0 auto;
    width: 58.33333333%;}
  .col-md-8{flex: 0 0 auto;
    width: 66.66666667%;}
  .col-md-9{flex: 0 0 auto;
    width: 75%;}
  .col-md-10{flex: 0 0 auto;
    width: 83.33333333%;}
  .col-md-11{flex: 0 0 auto;
    width: 91.66666667%;}
  .col-md-12{flex: 0 0 auto;
    width: 100%;}
  .offset-md-0{margin-left: 0;}
  .offset-md-1{margin-left: 8.33333333%;}
  .offset-md-2{margin-left: 16.66666667%;}
  .offset-md-3{margin-left: 25%;}
  .offset-md-4{margin-left: 33.33333333%;}
  .offset-md-5{margin-left: 41.66666667%;}
  .offset-md-6{margin-left: 50%;}
  .offset-md-7{margin-left: 58.33333333%;}
  .offset-md-8{margin-left: 66.66666667%;}
  .offset-md-9{margin-left: 75%;}
  .offset-md-10{margin-left: 83.33333333%;}
  .offset-md-11{margin-left: 91.66666667%;}
  .g-md-0,
  .gx-md-0{--bs-gutter-x: 0;}
  .g-md-0,
  .gy-md-0{--bs-gutter-y: 0;}
  .g-md-1,
  .gx-md-1{--bs-gutter-x: 0.25rem;}
  .g-md-1,
  .gy-md-1{--bs-gutter-y: 0.25rem;}
  .g-md-2,
  .gx-md-2{--bs-gutter-x: 0.5rem;}
  .g-md-2,
  .gy-md-2{--bs-gutter-y: 0.5rem;}
  .g-md-3,
  .gx-md-3{--bs-gutter-x: 1rem;}
  .g-md-3,
  .gy-md-3{--bs-gutter-y: 1rem;}
  .g-md-4,
  .gx-md-4{--bs-gutter-x: 1.5rem;}
  .g-md-4,
  .gy-md-4{--bs-gutter-y: 1.5rem;}
  .g-md-5,
  .gx-md-5{--bs-gutter-x: 3rem;}
  .g-md-5,
  .gy-md-5{--bs-gutter-y: 3rem;}
}
@media (min-width: 992px){
  .col-lg{flex: 1 0 0%;}
  .row-cols-lg-auto > *{flex: 0 0 auto;
    width: auto;}
  .row-cols-lg-1 > *{flex: 0 0 auto;
    width: 100%;}
  .row-cols-lg-2 > *{flex: 0 0 auto;
    width: 50%;}
  .row-cols-lg-3 > *{flex: 0 0 auto;
    width: 33.3333333333%;}
  .row-cols-lg-4 > *{flex: 0 0 auto;
    width: 25%;}
  .row-cols-lg-5 > *{flex: 0 0 auto;
    width: 20%;}
  .row-cols-lg-6 > *{flex: 0 0 auto;
    width: 16.6666666667%;}
  .col-lg-auto{flex: 0 0 auto;
    width: auto;}
  .col-lg-1{flex: 0 0 auto;
    width: 8.33333333%;}
  .col-lg-2{flex: 0 0 auto;
    width: 16.66666667%;}
  .col-lg-3{flex: 0 0 auto;
    width: 25%;}
  .col-lg-4{flex: 0 0 auto;
    width: 33.33333333%;}
  .col-lg-5{flex: 0 0 auto;
    width: 41.66666667%;}
  .col-lg-6{flex: 0 0 auto;
    width: 50%;}
  .col-lg-7{flex: 0 0 auto;
    width: 58.33333333%;}
  .col-lg-8{flex: 0 0 auto;
    width: 66.66666667%;}
  .col-lg-9{flex: 0 0 auto;
    width: 75%;}
  .col-lg-10{flex: 0 0 auto;
    width: 83.33333333%;}
  .col-lg-11{flex: 0 0 auto;
    width: 91.66666667%;}
  .col-lg-12{flex: 0 0 auto;
    width: 100%;}
  .offset-lg-0{margin-left: 0;}
  .offset-lg-1{margin-left: 8.33333333%;}
  .offset-lg-2{margin-left: 16.66666667%;}
  .offset-lg-3{margin-left: 25%;}
  .offset-lg-4{margin-left: 33.33333333%;}
  .offset-lg-5{margin-left: 41.66666667%;}
  .offset-lg-6{margin-left: 50%;}
  .offset-lg-7{margin-left: 58.33333333%;}
  .offset-lg-8{margin-left: 66.66666667%;}
  .offset-lg-9{margin-left: 75%;}
  .offset-lg-10{margin-left: 83.33333333%;}
  .offset-lg-11{margin-left: 91.66666667%;}
  .g-lg-0,
  .gx-lg-0{--bs-gutter-x: 0;}
  .g-lg-0,
  .gy-lg-0{--bs-gutter-y: 0;}
  .g-lg-1,
  .gx-lg-1{--bs-gutter-x: 0.25rem;}
  .g-lg-1,
  .gy-lg-1{--bs-gutter-y: 0.25rem;}
  .g-lg-2,
  .gx-lg-2{--bs-gutter-x: 0.5rem;}
  .g-lg-2,
  .gy-lg-2{--bs-gutter-y: 0.5rem;}
  .g-lg-3,
  .gx-lg-3{--bs-gutter-x: 1rem;}
  .g-lg-3,
  .gy-lg-3{--bs-gutter-y: 1rem;}
  .g-lg-4,
  .gx-lg-4{--bs-gutter-x: 1.5rem;}
  .g-lg-4,
  .gy-lg-4{--bs-gutter-y: 1.5rem;}
  .g-lg-5,
  .gx-lg-5{--bs-gutter-x: 3rem;}
  .g-lg-5,
  .gy-lg-5{--bs-gutter-y: 3rem;}
}
@media (min-width: 1200px){
  .col-xl{flex: 1 0 0%;}
  .row-cols-xl-auto > *{flex: 0 0 auto;
    width: auto;}
  .row-cols-xl-1 > *{flex: 0 0 auto;
    width: 100%;}
  .row-cols-xl-2 > *{flex: 0 0 auto;
    width: 50%;}
  .row-cols-xl-3 > *{flex: 0 0 auto;
    width: 33.3333333333%;}
  .row-cols-xl-4 > *{flex: 0 0 auto;
    width: 25%;}
  .row-cols-xl-5 > *{flex: 0 0 auto;
    width: 20%;}
  .row-cols-xl-6 > *{flex: 0 0 auto;
    width: 16.6666666667%;}
  .col-xl-auto{flex: 0 0 auto;
    width: auto;}
  .col-xl-1{flex: 0 0 auto;
    width: 8.33333333%;}
  .col-xl-2{flex: 0 0 auto;
    width: 16.66666667%;}
  .col-xl-3{flex: 0 0 auto;
    width: 25%;}
  .col-xl-4{flex: 0 0 auto;
    width: 33.33333333%;}
  .col-xl-5{flex: 0 0 auto;
    width: 41.66666667%;}
  .col-xl-6{flex: 0 0 auto;
    width: 50%;}
  .col-xl-7{flex: 0 0 auto;
    width: 58.33333333%;}
  .col-xl-8{flex: 0 0 auto;
    width: 66.66666667%;}
  .col-xl-9{flex: 0 0 auto;
    width: 75%;}
  .col-xl-10{flex: 0 0 auto;
    width: 83.33333333%;}
  .col-xl-11{flex: 0 0 auto;
    width: 91.66666667%;}
  .col-xl-12{flex: 0 0 auto;
    width: 100%;}
  .offset-xl-0{margin-left: 0;}
  .offset-xl-1{margin-left: 8.33333333%;}
  .offset-xl-2{margin-left: 16.66666667%;}
  .offset-xl-3{margin-left: 25%;}
  .offset-xl-4{margin-left: 33.33333333%;}
  .offset-xl-5{margin-left: 41.66666667%;}
  .offset-xl-6{margin-left: 50%;}
  .offset-xl-7{margin-left: 58.33333333%;}
  .offset-xl-8{margin-left: 66.66666667%;}
  .offset-xl-9{margin-left: 75%;}
  .offset-xl-10{margin-left: 83.33333333%;}
  .offset-xl-11{margin-left: 91.66666667%;}
  .g-xl-0,
  .gx-xl-0{--bs-gutter-x: 0;}
  .g-xl-0,
  .gy-xl-0{--bs-gutter-y: 0;}
  .g-xl-1,
  .gx-xl-1{--bs-gutter-x: 0.25rem;}
  .g-xl-1,
  .gy-xl-1{--bs-gutter-y: 0.25rem;}
  .g-xl-2,
  .gx-xl-2{--bs-gutter-x: 0.5rem;}
  .g-xl-2,
  .gy-xl-2{--bs-gutter-y: 0.5rem;}
  .g-xl-3,
  .gx-xl-3{--bs-gutter-x: 1rem;}
  .g-xl-3,
  .gy-xl-3{--bs-gutter-y: 1rem;}
  .g-xl-4,
  .gx-xl-4{--bs-gutter-x: 1.5rem;}
  .g-xl-4,
  .gy-xl-4{--bs-gutter-y: 1.5rem;}
  .g-xl-5,
  .gx-xl-5{--bs-gutter-x: 3rem;}
  .g-xl-5,
  .gy-xl-5{--bs-gutter-y: 3rem;}
}
@media (min-width: 1400px){
  .col-xxl{flex: 1 0 0%;}
  .row-cols-xxl-auto > *{flex: 0 0 auto;
    width: auto;}
  .row-cols-xxl-1 > *{flex: 0 0 auto;
    width: 100%;}
  .row-cols-xxl-2 > *{flex: 0 0 auto;
    width: 50%;}
  .row-cols-xxl-3 > *{flex: 0 0 auto;
    width: 33.3333333333%;}
  .row-cols-xxl-4 > *{flex: 0 0 auto;
    width: 25%;}
  .row-cols-xxl-5 > *{flex: 0 0 auto;
    width: 20%;}
  .row-cols-xxl-6 > *{flex: 0 0 auto;
    width: 16.6666666667%;}
  .col-xxl-auto{flex: 0 0 auto;
    width: auto;}
  .col-xxl-1{flex: 0 0 auto;
    width: 8.33333333%;}
  .col-xxl-2{flex: 0 0 auto;
    width: 16.66666667%;}
  .col-xxl-3{flex: 0 0 auto;
    width: 25%;}
  .col-xxl-4{flex: 0 0 auto;
    width: 33.33333333%;}
  .col-xxl-5{flex: 0 0 auto;
    width: 41.66666667%;}
  .col-xxl-6{flex: 0 0 auto;
    width: 50%;}
  .col-xxl-7{flex: 0 0 auto;
    width: 58.33333333%;}
  .col-xxl-8{flex: 0 0 auto;
    width: 66.66666667%;}
  .col-xxl-9{flex: 0 0 auto;
    width: 75%;}
  .col-xxl-10{flex: 0 0 auto;
    width: 83.33333333%;}
  .col-xxl-11{flex: 0 0 auto;
    width: 91.66666667%;}
  .col-xxl-12{flex: 0 0 auto;
    width: 100%;}
  .offset-xxl-0{margin-left: 0;}
  .offset-xxl-1{margin-left: 8.33333333%;}
  .offset-xxl-2{margin-left: 16.66666667%;}
  .offset-xxl-3{margin-left: 25%;}
  .offset-xxl-4{margin-left: 33.33333333%;}
  .offset-xxl-5{margin-left: 41.66666667%;}
  .offset-xxl-6{margin-left: 50%;}
  .offset-xxl-7{margin-left: 58.33333333%;}
  .offset-xxl-8{margin-left: 66.66666667%;}
  .offset-xxl-9{margin-left: 75%;}
  .offset-xxl-10{margin-left: 83.33333333%;}
  .offset-xxl-11{margin-left: 91.66666667%;}
  .g-xxl-0,
  .gx-xxl-0{--bs-gutter-x: 0;}
  .g-xxl-0,
  .gy-xxl-0{--bs-gutter-y: 0;}
  .g-xxl-1,
  .gx-xxl-1{--bs-gutter-x: 0.25rem;}
  .g-xxl-1,
  .gy-xxl-1{--bs-gutter-y: 0.25rem;}
  .g-xxl-2,
  .gx-xxl-2{--bs-gutter-x: 0.5rem;}
  .g-xxl-2,
  .gy-xxl-2{--bs-gutter-y: 0.5rem;}
  .g-xxl-3,
  .gx-xxl-3{--bs-gutter-x: 1rem;}
  .g-xxl-3,
  .gy-xxl-3{--bs-gutter-y: 1rem;}
  .g-xxl-4,
  .gx-xxl-4{--bs-gutter-x: 1.5rem;}
  .g-xxl-4,
  .gy-xxl-4{--bs-gutter-y: 1.5rem;}
  .g-xxl-5,
  .gx-xxl-5{--bs-gutter-x: 3rem;}
  .g-xxl-5,
  .gy-xxl-5{--bs-gutter-y: 3rem;}
}
.d-inline{display: inline !important;}
.d-inline-block{display: inline-block !important;}
.d-block{display: block !important;}
.d-grid{display: grid !important;}
.d-table{display: table !important;}
.d-table-row{display: table-row !important;}
.d-table-cell{display: table-cell !important;}
.d-flex{display: flex !important;}
.d-inline-flex{display: inline-flex !important;}
.d-none{display: none !important;}
.flex-fill{flex: 1 1 auto !important;}
.flex-row{flex-direction: row !important;}
.flex-column{flex-direction: column !important;}
.flex-row-reverse{flex-direction: row-reverse !important;}
.flex-column-reverse{flex-direction: column-reverse !important;}
.flex-grow-0{flex-grow: 0 !important;}
.flex-grow-1{flex-grow: 1 !important;}
.flex-shrink-0{flex-shrink: 0 !important;}
.flex-shrink-1{flex-shrink: 1 !important;}
.flex-wrap{flex-wrap: wrap !important;}
.flex-nowrap{flex-wrap: nowrap !important;}
.flex-wrap-reverse{flex-wrap: wrap-reverse !important;}
.justify-content-start{justify-content: flex-start !important;}
.justify-content-end{justify-content: flex-end !important;}
.justify-content-center{justify-content: center !important;}
.justify-content-between{justify-content: space-between !important;}
.justify-content-around{justify-content: space-around !important;}
.justify-content-evenly{justify-content: space-evenly !important;}
.align-items-start{align-items: flex-start !important;}
.align-items-end{align-items: flex-end !important;}
.align-items-center{align-items: center !important;}
.align-items-baseline{align-items: baseline !important;}
.align-items-stretch{align-items: stretch !important;}
.align-content-start{align-content: flex-start !important;}
.align-content-end{align-content: flex-end !important;}
.align-content-center{align-content: center !important;}
.align-content-between{align-content: space-between !important;}
.align-content-around{align-content: space-around !important;}
.align-content-stretch{align-content: stretch !important;}
.align-self-auto{align-self: auto !important;}
.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;}
.order-first{order: -1 !important;}
.order-0{order: 0 !important;}
.order-1{order: 1 !important;}
.order-2{order: 2 !important;}
.order-3{order: 3 !important;}
.order-4{order: 4 !important;}
.order-5{order: 5 !important;}
.order-last{order: 6 !important;}
.m-0{margin: 0 !important;}
.m-1{margin: 0.25rem !important;}
.m-2{margin: 0.5rem !important;}
.m-3{margin: 1rem !important;}
.m-4{margin: 1.5rem !important;}
.m-5{margin: 3rem !important;}
.m-auto{margin: auto !important;}
.mx-0{margin-right: 0 !important;
  margin-left: 0 !important;}
.mx-1{margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;}
.mx-2{margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;}
.mx-3{margin-right: 1rem !important;
  margin-left: 1rem !important;}
.mx-4{margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;}
.mx-5{margin-right: 3rem !important;
  margin-left: 3rem !important;}
.mx-auto{margin-right: auto !important;
  margin-left: auto !important;}
.my-0{margin-top: 0 !important;
  margin-bottom: 0 !important;}
.my-1{margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;}
.my-2{margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;}
.my-3{margin-top: 1rem !important;
  margin-bottom: 1rem !important;}
.my-4{margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;}
.my-5{margin-top: 3rem !important;
  margin-bottom: 3rem !important;}
.my-auto{margin-top: auto !important;
  margin-bottom: auto !important;}
.mt-0{margin-top: 0 !important;}
.mt-1{margin-top: 0.25rem !important;}
.mt-2{margin-top: 0.5rem !important;}
.mt-3{margin-top: 1rem !important;}
.mt-4{margin-top: 1.5rem !important;}
.mt-5{margin-top: 3rem !important;}
.mt-auto{margin-top: auto !important;}
.me-0{margin-right: 0 !important;}
.me-1{margin-right: 0.25rem !important;}
.me-2{margin-right: 0.5rem !important;}
.me-3{margin-right: 1rem !important;}
.me-4{margin-right: 1.5rem !important;}
.me-5{margin-right: 3rem !important;}
.me-auto{margin-right: auto !important;}
.mb-0{margin-bottom: 0 !important;}
.mb-1{margin-bottom: 0.25rem !important;}
.mb-2{margin-bottom: 0.5rem !important;}
.mb-3{margin-bottom: 1rem !important;}
.mb-4{margin-bottom: 1.5rem !important;}
.mb-5{margin-bottom: 3rem !important;}
.mb-auto{margin-bottom: auto !important;}
.ms-0{margin-left: 0 !important;}
.ms-1{margin-left: 0.25rem !important;}
.ms-2{margin-left: 0.5rem !important;}
.ms-3{margin-left: 1rem !important;}
.ms-4{margin-left: 1.5rem !important;}
.ms-5{margin-left: 3rem !important;}
.ms-auto{margin-left: auto !important;}
.p-0{padding: 0 !important;}
.p-1{padding: 0.25rem !important;}
.p-2{padding: 0.5rem !important;}
.p-3{padding: 1rem !important;}
.p-4{padding: 1.5rem !important;}
.p-5{padding: 3rem !important;}
.px-0{padding-right: 0 !important;
  padding-left: 0 !important;}
.px-1{padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;}
.px-2{padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;}
.px-3{padding-right: 1rem !important;
  padding-left: 1rem !important;}
.px-4{padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;}
.px-5{padding-right: 3rem !important;
  padding-left: 3rem !important;}
.py-0{padding-top: 0 !important;
  padding-bottom: 0 !important;}
.py-1{padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;}
.py-2{padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;}
.py-3{padding-top: 1rem !important;
  padding-bottom: 1rem !important;}
.py-4{padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;}
.py-5{padding-top: 3rem !important;
  padding-bottom: 3rem !important;}
.pt-0{padding-top: 0 !important;}
.pt-1{padding-top: 0.25rem !important;}
.pt-2{padding-top: 0.5rem !important;}
.pt-3{padding-top: 1rem !important;}
.pt-4{padding-top: 1.5rem !important;}
.pt-5{padding-top: 3rem !important;}
.pe-0{padding-right: 0 !important;}
.pe-1{padding-right: 0.25rem !important;}
.pe-2{padding-right: 0.5rem !important;}
.pe-3{padding-right: 1rem !important;}
.pe-4{padding-right: 1.5rem !important;}
.pe-5{padding-right: 3rem !important;}
.pb-0{padding-bottom: 0 !important;}
.pb-1{padding-bottom: 0.25rem !important;}
.pb-2{padding-bottom: 0.5rem !important;}
.pb-3{padding-bottom: 1rem !important;}
.pb-4{padding-bottom: 1.5rem !important;}
.pb-5{padding-bottom: 3rem !important;}
.ps-0{padding-left: 0 !important;}
.ps-1{padding-left: 0.25rem !important;}
.ps-2{padding-left: 0.5rem !important;}
.ps-3{padding-left: 1rem !important;}
.ps-4{padding-left: 1.5rem !important;}
.ps-5{padding-left: 3rem !important;}
@media (min-width: 576px){
  .d-sm-inline{display: inline !important;}
  .d-sm-inline-block{display: inline-block !important;}
  .d-sm-block{display: block !important;}
  .d-sm-grid{display: grid !important;}
  .d-sm-table{display: table !important;}
  .d-sm-table-row{display: table-row !important;}
  .d-sm-table-cell{display: table-cell !important;}
  .d-sm-flex{display: flex !important;}
  .d-sm-inline-flex{display: inline-flex !important;}
  .d-sm-none{display: none !important;}
  .flex-sm-fill{flex: 1 1 auto !important;}
  .flex-sm-row{flex-direction: row !important;}
  .flex-sm-column{flex-direction: column !important;}
  .flex-sm-row-reverse{flex-direction: row-reverse !important;}
  .flex-sm-column-reverse{flex-direction: column-reverse !important;}
  .flex-sm-grow-0{flex-grow: 0 !important;}
  .flex-sm-grow-1{flex-grow: 1 !important;}
  .flex-sm-shrink-0{flex-shrink: 0 !important;}
  .flex-sm-shrink-1{flex-shrink: 1 !important;}
  .flex-sm-wrap{flex-wrap: wrap !important;}
  .flex-sm-nowrap{flex-wrap: nowrap !important;}
  .flex-sm-wrap-reverse{flex-wrap: wrap-reverse !important;}
  .justify-content-sm-start{justify-content: flex-start !important;}
  .justify-content-sm-end{justify-content: flex-end !important;}
  .justify-content-sm-center{justify-content: center !important;}
  .justify-content-sm-between{justify-content: space-between !important;}
  .justify-content-sm-around{justify-content: space-around !important;}
  .justify-content-sm-evenly{justify-content: space-evenly !important;}
  .align-items-sm-start{align-items: flex-start !important;}
  .align-items-sm-end{align-items: flex-end !important;}
  .align-items-sm-center{align-items: center !important;}
  .align-items-sm-baseline{align-items: baseline !important;}
  .align-items-sm-stretch{align-items: stretch !important;}
  .align-content-sm-start{align-content: flex-start !important;}
  .align-content-sm-end{align-content: flex-end !important;}
  .align-content-sm-center{align-content: center !important;}
  .align-content-sm-between{align-content: space-between !important;}
  .align-content-sm-around{align-content: space-around !important;}
  .align-content-sm-stretch{align-content: stretch !important;}
  .align-self-sm-auto{align-self: auto !important;}
  .align-self-sm-start{align-self: flex-start !important;}
  .align-self-sm-end{align-self: flex-end !important;}
  .align-self-sm-center{align-self: center !important;}
  .align-self-sm-baseline{align-self: baseline !important;}
  .align-self-sm-stretch{align-self: stretch !important;}
  .order-sm-first{order: -1 !important;}
  .order-sm-0{order: 0 !important;}
  .order-sm-1{order: 1 !important;}
  .order-sm-2{order: 2 !important;}
  .order-sm-3{order: 3 !important;}
  .order-sm-4{order: 4 !important;}
  .order-sm-5{order: 5 !important;}
  .order-sm-last{order: 6 !important;}
  .m-sm-0{margin: 0 !important;}
  .m-sm-1{margin: 0.25rem !important;}
  .m-sm-2{margin: 0.5rem !important;}
  .m-sm-3{margin: 1rem !important;}
  .m-sm-4{margin: 1.5rem !important;}
  .m-sm-5{margin: 3rem !important;}
  .m-sm-auto{margin: auto !important;}
  .mx-sm-0{margin-right: 0 !important;
    margin-left: 0 !important;}
  .mx-sm-1{margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;}
  .mx-sm-2{margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;}
  .mx-sm-3{margin-right: 1rem !important;
    margin-left: 1rem !important;}
  .mx-sm-4{margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;}
  .mx-sm-5{margin-right: 3rem !important;
    margin-left: 3rem !important;}
  .mx-sm-auto{margin-right: auto !important;
    margin-left: auto !important;}
  .my-sm-0{margin-top: 0 !important;
    margin-bottom: 0 !important;}
  .my-sm-1{margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;}
  .my-sm-2{margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;}
  .my-sm-3{margin-top: 1rem !important;
    margin-bottom: 1rem !important;}
  .my-sm-4{margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;}
  .my-sm-5{margin-top: 3rem !important;
    margin-bottom: 3rem !important;}
  .my-sm-auto{margin-top: auto !important;
    margin-bottom: auto !important;}
  .mt-sm-0{margin-top: 0 !important;}
  .mt-sm-1{margin-top: 0.25rem !important;}
  .mt-sm-2{margin-top: 0.5rem !important;}
  .mt-sm-3{margin-top: 1rem !important;}
  .mt-sm-4{margin-top: 1.5rem !important;}
  .mt-sm-5{margin-top: 3rem !important;}
  .mt-sm-auto{margin-top: auto !important;}
  .me-sm-0{margin-right: 0 !important;}
  .me-sm-1{margin-right: 0.25rem !important;}
  .me-sm-2{margin-right: 0.5rem !important;}
  .me-sm-3{margin-right: 1rem !important;}
  .me-sm-4{margin-right: 1.5rem !important;}
  .me-sm-5{margin-right: 3rem !important;}
  .me-sm-auto{margin-right: auto !important;}
  .mb-sm-0{margin-bottom: 0 !important;}
  .mb-sm-1{margin-bottom: 0.25rem !important;}
  .mb-sm-2{margin-bottom: 0.5rem !important;}
  .mb-sm-3{margin-bottom: 1rem !important;}
  .mb-sm-4{margin-bottom: 1.5rem !important;}
  .mb-sm-5{margin-bottom: 3rem !important;}
  .mb-sm-auto{margin-bottom: auto !important;}
  .ms-sm-0{margin-left: 0 !important;}
  .ms-sm-1{margin-left: 0.25rem !important;}
  .ms-sm-2{margin-left: 0.5rem !important;}
  .ms-sm-3{margin-left: 1rem !important;}
  .ms-sm-4{margin-left: 1.5rem !important;}
  .ms-sm-5{margin-left: 3rem !important;}
  .ms-sm-auto{margin-left: auto !important;}
  .p-sm-0{padding: 0 !important;}
  .p-sm-1{padding: 0.25rem !important;}
  .p-sm-2{padding: 0.5rem !important;}
  .p-sm-3{padding: 1rem !important;}
  .p-sm-4{padding: 1.5rem !important;}
  .p-sm-5{padding: 3rem !important;}
  .px-sm-0{padding-right: 0 !important;
    padding-left: 0 !important;}
  .px-sm-1{padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;}
  .px-sm-2{padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;}
  .px-sm-3{padding-right: 1rem !important;
    padding-left: 1rem !important;}
  .px-sm-4{padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;}
  .px-sm-5{padding-right: 3rem !important;
    padding-left: 3rem !important;}
  .py-sm-0{padding-top: 0 !important;
    padding-bottom: 0 !important;}
  .py-sm-1{padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;}
  .py-sm-2{padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;}
  .py-sm-3{padding-top: 1rem !important;
    padding-bottom: 1rem !important;}
  .py-sm-4{padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;}
  .py-sm-5{padding-top: 3rem !important;
    padding-bottom: 3rem !important;}
  .pt-sm-0{padding-top: 0 !important;}
  .pt-sm-1{padding-top: 0.25rem !important;}
  .pt-sm-2{padding-top: 0.5rem !important;}
  .pt-sm-3{padding-top: 1rem !important;}
  .pt-sm-4{padding-top: 1.5rem !important;}
  .pt-sm-5{padding-top: 3rem !important;}
  .pe-sm-0{padding-right: 0 !important;}
  .pe-sm-1{padding-right: 0.25rem !important;}
  .pe-sm-2{padding-right: 0.5rem !important;}
  .pe-sm-3{padding-right: 1rem !important;}
  .pe-sm-4{padding-right: 1.5rem !important;}
  .pe-sm-5{padding-right: 3rem !important;}
  .pb-sm-0{padding-bottom: 0 !important;}
  .pb-sm-1{padding-bottom: 0.25rem !important;}
  .pb-sm-2{padding-bottom: 0.5rem !important;}
  .pb-sm-3{padding-bottom: 1rem !important;}
  .pb-sm-4{padding-bottom: 1.5rem !important;}
  .pb-sm-5{padding-bottom: 3rem !important;}
  .ps-sm-0{padding-left: 0 !important;}
  .ps-sm-1{padding-left: 0.25rem !important;}
  .ps-sm-2{padding-left: 0.5rem !important;}
  .ps-sm-3{padding-left: 1rem !important;}
  .ps-sm-4{padding-left: 1.5rem !important;}
  .ps-sm-5{padding-left: 3rem !important;}
}
@media (min-width: 768px){
  .d-md-inline{display: inline !important;}
  .d-md-inline-block{display: inline-block !important;}
  .d-md-block{display: block !important;}
  .d-md-grid{display: grid !important;}
  .d-md-table{display: table !important;}
  .d-md-table-row{display: table-row !important;}
  .d-md-table-cell{display: table-cell !important;}
  .d-md-flex{display: flex !important;}
  .d-md-inline-flex{display: inline-flex !important;}
  .d-md-none{display: none !important;}
  .flex-md-fill{flex: 1 1 auto !important;}
  .flex-md-row{flex-direction: row !important;}
  .flex-md-column{flex-direction: column !important;}
  .flex-md-row-reverse{flex-direction: row-reverse !important;}
  .flex-md-column-reverse{flex-direction: column-reverse !important;}
  .flex-md-grow-0{flex-grow: 0 !important;}
  .flex-md-grow-1{flex-grow: 1 !important;}
  .flex-md-shrink-0{flex-shrink: 0 !important;}
  .flex-md-shrink-1{flex-shrink: 1 !important;}
  .flex-md-wrap{flex-wrap: wrap !important;}
  .flex-md-nowrap{flex-wrap: nowrap !important;}
  .flex-md-wrap-reverse{flex-wrap: wrap-reverse !important;}
  .justify-content-md-start{justify-content: flex-start !important;}
  .justify-content-md-end{justify-content: flex-end !important;}
  .justify-content-md-center{justify-content: center !important;}
  .justify-content-md-between{justify-content: space-between !important;}
  .justify-content-md-around{justify-content: space-around !important;}
  .justify-content-md-evenly{justify-content: space-evenly !important;}
  .align-items-md-start{align-items: flex-start !important;}
  .align-items-md-end{align-items: flex-end !important;}
  .align-items-md-center{align-items: center !important;}
  .align-items-md-baseline{align-items: baseline !important;}
  .align-items-md-stretch{align-items: stretch !important;}
  .align-content-md-start{align-content: flex-start !important;}
  .align-content-md-end{align-content: flex-end !important;}
  .align-content-md-center{align-content: center !important;}
  .align-content-md-between{align-content: space-between !important;}
  .align-content-md-around{align-content: space-around !important;}
  .align-content-md-stretch{align-content: stretch !important;}
  .align-self-md-auto{align-self: auto !important;}
  .align-self-md-start{align-self: flex-start !important;}
  .align-self-md-end{align-self: flex-end !important;}
  .align-self-md-center{align-self: center !important;}
  .align-self-md-baseline{align-self: baseline !important;}
  .align-self-md-stretch{align-self: stretch !important;}
  .order-md-first{order: -1 !important;}
  .order-md-0{order: 0 !important;}
  .order-md-1{order: 1 !important;}
  .order-md-2{order: 2 !important;}
  .order-md-3{order: 3 !important;}
  .order-md-4{order: 4 !important;}
  .order-md-5{order: 5 !important;}
  .order-md-last{order: 6 !important;}
  .m-md-0{margin: 0 !important;}
  .m-md-1{margin: 0.25rem !important;}
  .m-md-2{margin: 0.5rem !important;}
  .m-md-3{margin: 1rem !important;}
  .m-md-4{margin: 1.5rem !important;}
  .m-md-5{margin: 3rem !important;}
  .m-md-auto{margin: auto !important;}
  .mx-md-0{margin-right: 0 !important;
    margin-left: 0 !important;}
  .mx-md-1{margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;}
  .mx-md-2{margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;}
  .mx-md-3{margin-right: 1rem !important;
    margin-left: 1rem !important;}
  .mx-md-4{margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;}
  .mx-md-5{margin-right: 3rem !important;
    margin-left: 3rem !important;}
  .mx-md-auto{margin-right: auto !important;
    margin-left: auto !important;}
  .my-md-0{margin-top: 0 !important;
    margin-bottom: 0 !important;}
  .my-md-1{margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;}
  .my-md-2{margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;}
  .my-md-3{margin-top: 1rem !important;
    margin-bottom: 1rem !important;}
  .my-md-4{margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;}
  .my-md-5{margin-top: 3rem !important;
    margin-bottom: 3rem !important;}
  .my-md-auto{margin-top: auto !important;
    margin-bottom: auto !important;}
  .mt-md-0{margin-top: 0 !important;}
  .mt-md-1{margin-top: 0.25rem !important;}
  .mt-md-2{margin-top: 0.5rem !important;}
  .mt-md-3{margin-top: 1rem !important;}
  .mt-md-4{margin-top: 1.5rem !important;}
  .mt-md-5{margin-top: 3rem !important;}
  .mt-md-auto{margin-top: auto !important;}
  .me-md-0{margin-right: 0 !important;}
  .me-md-1{margin-right: 0.25rem !important;}
  .me-md-2{margin-right: 0.5rem !important;}
  .me-md-3{margin-right: 1rem !important;}
  .me-md-4{margin-right: 1.5rem !important;}
  .me-md-5{margin-right: 3rem !important;}
  .me-md-auto{margin-right: auto !important;}
  .mb-md-0{margin-bottom: 0 !important;}
  .mb-md-1{margin-bottom: 0.25rem !important;}
  .mb-md-2{margin-bottom: 0.5rem !important;}
  .mb-md-3{margin-bottom: 1rem !important;}
  .mb-md-4{margin-bottom: 1.5rem !important;}
  .mb-md-5{margin-bottom: 3rem !important;}
  .mb-md-auto{margin-bottom: auto !important;}
  .ms-md-0{margin-left: 0 !important;}
  .ms-md-1{margin-left: 0.25rem !important;}
  .ms-md-2{margin-left: 0.5rem !important;}
  .ms-md-3{margin-left: 1rem !important;}
  .ms-md-4{margin-left: 1.5rem !important;}
  .ms-md-5{margin-left: 3rem !important;}
  .ms-md-auto{margin-left: auto !important;}
  .p-md-0{padding: 0 !important;}
  .p-md-1{padding: 0.25rem !important;}
  .p-md-2{padding: 0.5rem !important;}
  .p-md-3{padding: 1rem !important;}
  .p-md-4{padding: 1.5rem !important;}
  .p-md-5{padding: 3rem !important;}
  .px-md-0{padding-right: 0 !important;
    padding-left: 0 !important;}
  .px-md-1{padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;}
  .px-md-2{padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;}
  .px-md-3{padding-right: 1rem !important;
    padding-left: 1rem !important;}
  .px-md-4{padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;}
  .px-md-5{padding-right: 3rem !important;
    padding-left: 3rem !important;}
  .py-md-0{padding-top: 0 !important;
    padding-bottom: 0 !important;}
  .py-md-1{padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;}
  .py-md-2{padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;}
  .py-md-3{padding-top: 1rem !important;
    padding-bottom: 1rem !important;}
  .py-md-4{padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;}
  .py-md-5{padding-top: 3rem !important;
    padding-bottom: 3rem !important;}
  .pt-md-0{padding-top: 0 !important;}
  .pt-md-1{padding-top: 0.25rem !important;}
  .pt-md-2{padding-top: 0.5rem !important;}
  .pt-md-3{padding-top: 1rem !important;}
  .pt-md-4{padding-top: 1.5rem !important;}
  .pt-md-5{padding-top: 3rem !important;}
  .pe-md-0{padding-right: 0 !important;}
  .pe-md-1{padding-right: 0.25rem !important;}
  .pe-md-2{padding-right: 0.5rem !important;}
  .pe-md-3{padding-right: 1rem !important;}
  .pe-md-4{padding-right: 1.5rem !important;}
  .pe-md-5{padding-right: 3rem !important;}
  .pb-md-0{padding-bottom: 0 !important;}
  .pb-md-1{padding-bottom: 0.25rem !important;}
  .pb-md-2{padding-bottom: 0.5rem !important;}
  .pb-md-3{padding-bottom: 1rem !important;}
  .pb-md-4{padding-bottom: 1.5rem !important;}
  .pb-md-5{padding-bottom: 3rem !important;}
  .ps-md-0{padding-left: 0 !important;}
  .ps-md-1{padding-left: 0.25rem !important;}
  .ps-md-2{padding-left: 0.5rem !important;}
  .ps-md-3{padding-left: 1rem !important;}
  .ps-md-4{padding-left: 1.5rem !important;}
  .ps-md-5{padding-left: 3rem !important;}
}
@media (min-width: 992px){
  .d-lg-inline{display: inline !important;}
  .d-lg-inline-block{display: inline-block !important;}
  .d-lg-block{display: block !important;}
  .d-lg-grid{display: grid !important;}
  .d-lg-table{display: table !important;}
  .d-lg-table-row{display: table-row !important;}
  .d-lg-table-cell{display: table-cell !important;}
  .d-lg-flex{display: flex !important;}
  .d-lg-inline-flex{display: inline-flex !important;}
  .d-lg-none{display: none !important;}
  .flex-lg-fill{flex: 1 1 auto !important;}
  .flex-lg-row{flex-direction: row !important;}
  .flex-lg-column{flex-direction: column !important;}
  .flex-lg-row-reverse{flex-direction: row-reverse !important;}
  .flex-lg-column-reverse{flex-direction: column-reverse !important;}
  .flex-lg-grow-0{flex-grow: 0 !important;}
  .flex-lg-grow-1{flex-grow: 1 !important;}
  .flex-lg-shrink-0{flex-shrink: 0 !important;}
  .flex-lg-shrink-1{flex-shrink: 1 !important;}
  .flex-lg-wrap{flex-wrap: wrap !important;}
  .flex-lg-nowrap{flex-wrap: nowrap !important;}
  .flex-lg-wrap-reverse{flex-wrap: wrap-reverse !important;}
  .justify-content-lg-start{justify-content: flex-start !important;}
  .justify-content-lg-end{justify-content: flex-end !important;}
  .justify-content-lg-center{justify-content: center !important;}
  .justify-content-lg-between{justify-content: space-between !important;}
  .justify-content-lg-around{justify-content: space-around !important;}
  .justify-content-lg-evenly{justify-content: space-evenly !important;}
  .align-items-lg-start{align-items: flex-start !important;}
  .align-items-lg-end{align-items: flex-end !important;}
  .align-items-lg-center{align-items: center !important;}
  .align-items-lg-baseline{align-items: baseline !important;}
  .align-items-lg-stretch{align-items: stretch !important;}
  .align-content-lg-start{align-content: flex-start !important;}
  .align-content-lg-end{align-content: flex-end !important;}
  .align-content-lg-center{align-content: center !important;}
  .align-content-lg-between{align-content: space-between !important;}
  .align-content-lg-around{align-content: space-around !important;}
  .align-content-lg-stretch{align-content: stretch !important;}
  .align-self-lg-auto{align-self: auto !important;}
  .align-self-lg-start{align-self: flex-start !important;}
  .align-self-lg-end{align-self: flex-end !important;}
  .align-self-lg-center{align-self: center !important;}
  .align-self-lg-baseline{align-self: baseline !important;}
  .align-self-lg-stretch{align-self: stretch !important;}
  .order-lg-first{order: -1 !important;}
  .order-lg-0{order: 0 !important;}
  .order-lg-1{order: 1 !important;}
  .order-lg-2{order: 2 !important;}
  .order-lg-3{order: 3 !important;}
  .order-lg-4{order: 4 !important;}
  .order-lg-5{order: 5 !important;}
  .order-lg-last{order: 6 !important;}
  .m-lg-0{margin: 0 !important;}
  .m-lg-1{margin: 0.25rem !important;}
  .m-lg-2{margin: 0.5rem !important;}
  .m-lg-3{margin: 1rem !important;}
  .m-lg-4{margin: 1.5rem !important;}
  .m-lg-5{margin: 3rem !important;}
  .m-lg-auto{margin: auto !important;}
  .mx-lg-0{margin-right: 0 !important;
    margin-left: 0 !important;}
  .mx-lg-1{margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;}
  .mx-lg-2{margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;}
  .mx-lg-3{margin-right: 1rem !important;
    margin-left: 1rem !important;}
  .mx-lg-4{margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;}
  .mx-lg-5{margin-right: 3rem !important;
    margin-left: 3rem !important;}
  .mx-lg-auto{margin-right: auto !important;
    margin-left: auto !important;}
  .my-lg-0{margin-top: 0 !important;
    margin-bottom: 0 !important;}
  .my-lg-1{margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;}
  .my-lg-2{margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;}
  .my-lg-3{margin-top: 1rem !important;
    margin-bottom: 1rem !important;}
  .my-lg-4{margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;}
  .my-lg-5{margin-top: 3rem !important;
    margin-bottom: 3rem !important;}
  .my-lg-auto{margin-top: auto !important;
    margin-bottom: auto !important;}
  .mt-lg-0{margin-top: 0 !important;}
  .mt-lg-1{margin-top: 0.25rem !important;}
  .mt-lg-2{margin-top: 0.5rem !important;}
  .mt-lg-3{margin-top: 1rem !important;}
  .mt-lg-4{margin-top: 1.5rem !important;}
  .mt-lg-5{margin-top: 3rem !important;}
  .mt-lg-auto{margin-top: auto !important;}
  .me-lg-0{margin-right: 0 !important;}
  .me-lg-1{margin-right: 0.25rem !important;}
  .me-lg-2{margin-right: 0.5rem !important;}
  .me-lg-3{margin-right: 1rem !important;}
  .me-lg-4{margin-right: 1.5rem !important;}
  .me-lg-5{margin-right: 3rem !important;}
  .me-lg-auto{margin-right: auto !important;}
  .mb-lg-0{margin-bottom: 0 !important;}
  .mb-lg-1{margin-bottom: 0.25rem !important;}
  .mb-lg-2{margin-bottom: 0.5rem !important;}
  .mb-lg-3{margin-bottom: 1rem !important;}
  .mb-lg-4{margin-bottom: 1.5rem !important;}
  .mb-lg-5{margin-bottom: 3rem !important;}
  .mb-lg-auto{margin-bottom: auto !important;}
  .ms-lg-0{margin-left: 0 !important;}
  .ms-lg-1{margin-left: 0.25rem !important;}
  .ms-lg-2{margin-left: 0.5rem !important;}
  .ms-lg-3{margin-left: 1rem !important;}
  .ms-lg-4{margin-left: 1.5rem !important;}
  .ms-lg-5{margin-left: 3rem !important;}
  .ms-lg-auto{margin-left: auto !important;}
  .p-lg-0{padding: 0 !important;}
  .p-lg-1{padding: 0.25rem !important;}
  .p-lg-2{padding: 0.5rem !important;}
  .p-lg-3{padding: 1rem !important;}
  .p-lg-4{padding: 1.5rem !important;}
  .p-lg-5{padding: 3rem !important;}
  .px-lg-0{padding-right: 0 !important;
    padding-left: 0 !important;}
  .px-lg-1{padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;}
  .px-lg-2{padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;}
  .px-lg-3{padding-right: 1rem !important;
    padding-left: 1rem !important;}
  .px-lg-4{padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;}
  .px-lg-5{padding-right: 3rem !important;
    padding-left: 3rem !important;}
  .py-lg-0{padding-top: 0 !important;
    padding-bottom: 0 !important;}
  .py-lg-1{padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;}
  .py-lg-2{padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;}
  .py-lg-3{padding-top: 1rem !important;
    padding-bottom: 1rem !important;}
  .py-lg-4{padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;}
  .py-lg-5{padding-top: 3rem !important;
    padding-bottom: 3rem !important;}
  .pt-lg-0{padding-top: 0 !important;}
  .pt-lg-1{padding-top: 0.25rem !important;}
  .pt-lg-2{padding-top: 0.5rem !important;}
  .pt-lg-3{padding-top: 1rem !important;}
  .pt-lg-4{padding-top: 1.5rem !important;}
  .pt-lg-5{padding-top: 3rem !important;}
  .pe-lg-0{padding-right: 0 !important;}
  .pe-lg-1{padding-right: 0.25rem !important;}
  .pe-lg-2{padding-right: 0.5rem !important;}
  .pe-lg-3{padding-right: 1rem !important;}
  .pe-lg-4{padding-right: 1.5rem !important;}
  .pe-lg-5{padding-right: 3rem !important;}
  .pb-lg-0{padding-bottom: 0 !important;}
  .pb-lg-1{padding-bottom: 0.25rem !important;}
  .pb-lg-2{padding-bottom: 0.5rem !important;}
  .pb-lg-3{padding-bottom: 1rem !important;}
  .pb-lg-4{padding-bottom: 1.5rem !important;}
  .pb-lg-5{padding-bottom: 3rem !important;}
  .ps-lg-0{padding-left: 0 !important;}
  .ps-lg-1{padding-left: 0.25rem !important;}
  .ps-lg-2{padding-left: 0.5rem !important;}
  .ps-lg-3{padding-left: 1rem !important;}
  .ps-lg-4{padding-left: 1.5rem !important;}
  .ps-lg-5{padding-left: 3rem !important;}
}
@media (min-width: 1200px){
  .d-xl-inline{display: inline !important;}
  .d-xl-inline-block{display: inline-block !important;}
  .d-xl-block{display: block !important;}
  .d-xl-grid{display: grid !important;}
  .d-xl-table{display: table !important;}
  .d-xl-table-row{display: table-row !important;}
  .d-xl-table-cell{display: table-cell !important;}
  .d-xl-flex{display: flex !important;}
  .d-xl-inline-flex{display: inline-flex !important;}
  .d-xl-none{display: none !important;}
  .flex-xl-fill{flex: 1 1 auto !important;}
  .flex-xl-row{flex-direction: row !important;}
  .flex-xl-column{flex-direction: column !important;}
  .flex-xl-row-reverse{flex-direction: row-reverse !important;}
  .flex-xl-column-reverse{flex-direction: column-reverse !important;}
  .flex-xl-grow-0{flex-grow: 0 !important;}
  .flex-xl-grow-1{flex-grow: 1 !important;}
  .flex-xl-shrink-0{flex-shrink: 0 !important;}
  .flex-xl-shrink-1{flex-shrink: 1 !important;}
  .flex-xl-wrap{flex-wrap: wrap !important;}
  .flex-xl-nowrap{flex-wrap: nowrap !important;}
  .flex-xl-wrap-reverse{flex-wrap: wrap-reverse !important;}
  .justify-content-xl-start{justify-content: flex-start !important;}
  .justify-content-xl-end{justify-content: flex-end !important;}
  .justify-content-xl-center{justify-content: center !important;}
  .justify-content-xl-between{justify-content: space-between !important;}
  .justify-content-xl-around{justify-content: space-around !important;}
  .justify-content-xl-evenly{justify-content: space-evenly !important;}
  .align-items-xl-start{align-items: flex-start !important;}
  .align-items-xl-end{align-items: flex-end !important;}
  .align-items-xl-center{align-items: center !important;}
  .align-items-xl-baseline{align-items: baseline !important;}
  .align-items-xl-stretch{align-items: stretch !important;}
  .align-content-xl-start{align-content: flex-start !important;}
  .align-content-xl-end{align-content: flex-end !important;}
  .align-content-xl-center{align-content: center !important;}
  .align-content-xl-between{align-content: space-between !important;}
  .align-content-xl-around{align-content: space-around !important;}
  .align-content-xl-stretch{align-content: stretch !important;}
  .align-self-xl-auto{align-self: auto !important;}
  .align-self-xl-start{align-self: flex-start !important;}
  .align-self-xl-end{align-self: flex-end !important;}
  .align-self-xl-center{align-self: center !important;}
  .align-self-xl-baseline{align-self: baseline !important;}
  .align-self-xl-stretch{align-self: stretch !important;}
  .order-xl-first{order: -1 !important;}
  .order-xl-0{order: 0 !important;}
  .order-xl-1{order: 1 !important;}
  .order-xl-2{order: 2 !important;}
  .order-xl-3{order: 3 !important;}
  .order-xl-4{order: 4 !important;}
  .order-xl-5{order: 5 !important;}
  .order-xl-last{order: 6 !important;}
  .m-xl-0{margin: 0 !important;}
  .m-xl-1{margin: 0.25rem !important;}
  .m-xl-2{margin: 0.5rem !important;}
  .m-xl-3{margin: 1rem !important;}
  .m-xl-4{margin: 1.5rem !important;}
  .m-xl-5{margin: 3rem !important;}
  .m-xl-auto{margin: auto !important;}
  .mx-xl-0{margin-right: 0 !important;
    margin-left: 0 !important;}
  .mx-xl-1{margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;}
  .mx-xl-2{margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;}
  .mx-xl-3{margin-right: 1rem !important;
    margin-left: 1rem !important;}
  .mx-xl-4{margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;}
  .mx-xl-5{margin-right: 3rem !important;
    margin-left: 3rem !important;}
  .mx-xl-auto{margin-right: auto !important;
    margin-left: auto !important;}
  .my-xl-0{margin-top: 0 !important;
    margin-bottom: 0 !important;}
  .my-xl-1{margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;}
  .my-xl-2{margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;}
  .my-xl-3{margin-top: 1rem !important;
    margin-bottom: 1rem !important;}
  .my-xl-4{margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;}
  .my-xl-5{margin-top: 3rem !important;
    margin-bottom: 3rem !important;}
  .my-xl-auto{margin-top: auto !important;
    margin-bottom: auto !important;}
  .mt-xl-0{margin-top: 0 !important;}
  .mt-xl-1{margin-top: 0.25rem !important;}
  .mt-xl-2{margin-top: 0.5rem !important;}
  .mt-xl-3{margin-top: 1rem !important;}
  .mt-xl-4{margin-top: 1.5rem !important;}
  .mt-xl-5{margin-top: 3rem !important;}
  .mt-xl-auto{margin-top: auto !important;}
  .me-xl-0{margin-right: 0 !important;}
  .me-xl-1{margin-right: 0.25rem !important;}
  .me-xl-2{margin-right: 0.5rem !important;}
  .me-xl-3{margin-right: 1rem !important;}
  .me-xl-4{margin-right: 1.5rem !important;}
  .me-xl-5{margin-right: 3rem !important;}
  .me-xl-auto{margin-right: auto !important;}
  .mb-xl-0{margin-bottom: 0 !important;}
  .mb-xl-1{margin-bottom: 0.25rem !important;}
  .mb-xl-2{margin-bottom: 0.5rem !important;}
  .mb-xl-3{margin-bottom: 1rem !important;}
  .mb-xl-4{margin-bottom: 1.5rem !important;}
  .mb-xl-5{margin-bottom: 3rem !important;}
  .mb-xl-auto{margin-bottom: auto !important;}
  .ms-xl-0{margin-left: 0 !important;}
  .ms-xl-1{margin-left: 0.25rem !important;}
  .ms-xl-2{margin-left: 0.5rem !important;}
  .ms-xl-3{margin-left: 1rem !important;}
  .ms-xl-4{margin-left: 1.5rem !important;}
  .ms-xl-5{margin-left: 3rem !important;}
  .ms-xl-auto{margin-left: auto !important;}
  .p-xl-0{padding: 0 !important;}
  .p-xl-1{padding: 0.25rem !important;}
  .p-xl-2{padding: 0.5rem !important;}
  .p-xl-3{padding: 1rem !important;}
  .p-xl-4{padding: 1.5rem !important;}
  .p-xl-5{padding: 3rem !important;}
  .px-xl-0{padding-right: 0 !important;
    padding-left: 0 !important;}
  .px-xl-1{padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;}
  .px-xl-2{padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;}
  .px-xl-3{padding-right: 1rem !important;
    padding-left: 1rem !important;}
  .px-xl-4{padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;}
  .px-xl-5{padding-right: 3rem !important;
    padding-left: 3rem !important;}
  .py-xl-0{padding-top: 0 !important;
    padding-bottom: 0 !important;}
  .py-xl-1{padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;}
  .py-xl-2{padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;}
  .py-xl-3{padding-top: 1rem !important;
    padding-bottom: 1rem !important;}
  .py-xl-4{padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;}
  .py-xl-5{padding-top: 3rem !important;
    padding-bottom: 3rem !important;}
  .pt-xl-0{padding-top: 0 !important;}
  .pt-xl-1{padding-top: 0.25rem !important;}
  .pt-xl-2{padding-top: 0.5rem !important;}
  .pt-xl-3{padding-top: 1rem !important;}
  .pt-xl-4{padding-top: 1.5rem !important;}
  .pt-xl-5{padding-top: 3rem !important;}
  .pe-xl-0{padding-right: 0 !important;}
  .pe-xl-1{padding-right: 0.25rem !important;}
  .pe-xl-2{padding-right: 0.5rem !important;}
  .pe-xl-3{padding-right: 1rem !important;}
  .pe-xl-4{padding-right: 1.5rem !important;}
  .pe-xl-5{padding-right: 3rem !important;}
  .pb-xl-0{padding-bottom: 0 !important;}
  .pb-xl-1{padding-bottom: 0.25rem !important;}
  .pb-xl-2{padding-bottom: 0.5rem !important;}
  .pb-xl-3{padding-bottom: 1rem !important;}
  .pb-xl-4{padding-bottom: 1.5rem !important;}
  .pb-xl-5{padding-bottom: 3rem !important;}
  .ps-xl-0{padding-left: 0 !important;}
  .ps-xl-1{padding-left: 0.25rem !important;}
  .ps-xl-2{padding-left: 0.5rem !important;}
  .ps-xl-3{padding-left: 1rem !important;}
  .ps-xl-4{padding-left: 1.5rem !important;}
  .ps-xl-5{padding-left: 3rem !important;}
}
@media (min-width: 1400px){
  .d-xxl-inline{display: inline !important;}
  .d-xxl-inline-block{display: inline-block !important;}
  .d-xxl-block{display: block !important;}
  .d-xxl-grid{display: grid !important;}
  .d-xxl-table{display: table !important;}
  .d-xxl-table-row{display: table-row !important;}
  .d-xxl-table-cell{display: table-cell !important;}
  .d-xxl-flex{display: flex !important;}
  .d-xxl-inline-flex{display: inline-flex !important;}
  .d-xxl-none{display: none !important;}
  .flex-xxl-fill{flex: 1 1 auto !important;}
  .flex-xxl-row{flex-direction: row !important;}
  .flex-xxl-column{flex-direction: column !important;}
  .flex-xxl-row-reverse{flex-direction: row-reverse !important;}
  .flex-xxl-column-reverse{flex-direction: column-reverse !important;}
  .flex-xxl-grow-0{flex-grow: 0 !important;}
  .flex-xxl-grow-1{flex-grow: 1 !important;}
  .flex-xxl-shrink-0{flex-shrink: 0 !important;}
  .flex-xxl-shrink-1{flex-shrink: 1 !important;}
  .flex-xxl-wrap{flex-wrap: wrap !important;}
  .flex-xxl-nowrap{flex-wrap: nowrap !important;}
  .flex-xxl-wrap-reverse{flex-wrap: wrap-reverse !important;}
  .justify-content-xxl-start{justify-content: flex-start !important;}
  .justify-content-xxl-end{justify-content: flex-end !important;}
  .justify-content-xxl-center{justify-content: center !important;}
  .justify-content-xxl-between{justify-content: space-between !important;}
  .justify-content-xxl-around{justify-content: space-around !important;}
  .justify-content-xxl-evenly{justify-content: space-evenly !important;}
  .align-items-xxl-start{align-items: flex-start !important;}
  .align-items-xxl-end{align-items: flex-end !important;}
  .align-items-xxl-center{align-items: center !important;}
  .align-items-xxl-baseline{align-items: baseline !important;}
  .align-items-xxl-stretch{align-items: stretch !important;}
  .align-content-xxl-start{align-content: flex-start !important;}
  .align-content-xxl-end{align-content: flex-end !important;}
  .align-content-xxl-center{align-content: center !important;}
  .align-content-xxl-between{align-content: space-between !important;}
  .align-content-xxl-around{align-content: space-around !important;}
  .align-content-xxl-stretch{align-content: stretch !important;}
  .align-self-xxl-auto{align-self: auto !important;}
  .align-self-xxl-start{align-self: flex-start !important;}
  .align-self-xxl-end{align-self: flex-end !important;}
  .align-self-xxl-center{align-self: center !important;}
  .align-self-xxl-baseline{align-self: baseline !important;}
  .align-self-xxl-stretch{align-self: stretch !important;}
  .order-xxl-first{order: -1 !important;}
  .order-xxl-0{order: 0 !important;}
  .order-xxl-1{order: 1 !important;}
  .order-xxl-2{order: 2 !important;}
  .order-xxl-3{order: 3 !important;}
  .order-xxl-4{order: 4 !important;}
  .order-xxl-5{order: 5 !important;}
  .order-xxl-last{order: 6 !important;}
  .m-xxl-0{margin: 0 !important;}
  .m-xxl-1{margin: 0.25rem !important;}
  .m-xxl-2{margin: 0.5rem !important;}
  .m-xxl-3{margin: 1rem !important;}
  .m-xxl-4{margin: 1.5rem !important;}
  .m-xxl-5{margin: 3rem !important;}
  .m-xxl-auto{margin: auto !important;}
  .mx-xxl-0{margin-right: 0 !important;
    margin-left: 0 !important;}
  .mx-xxl-1{margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;}
  .mx-xxl-2{margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;}
  .mx-xxl-3{margin-right: 1rem !important;
    margin-left: 1rem !important;}
  .mx-xxl-4{margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;}
  .mx-xxl-5{margin-right: 3rem !important;
    margin-left: 3rem !important;}
  .mx-xxl-auto{margin-right: auto !important;
    margin-left: auto !important;}
  .my-xxl-0{margin-top: 0 !important;
    margin-bottom: 0 !important;}
  .my-xxl-1{margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;}
  .my-xxl-2{margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;}
  .my-xxl-3{margin-top: 1rem !important;
    margin-bottom: 1rem !important;}
  .my-xxl-4{margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;}
  .my-xxl-5{margin-top: 3rem !important;
    margin-bottom: 3rem !important;}
  .my-xxl-auto{margin-top: auto !important;
    margin-bottom: auto !important;}
  .mt-xxl-0{margin-top: 0 !important;}
  .mt-xxl-1{margin-top: 0.25rem !important;}
  .mt-xxl-2{margin-top: 0.5rem !important;}
  .mt-xxl-3{margin-top: 1rem !important;}
  .mt-xxl-4{margin-top: 1.5rem !important;}
  .mt-xxl-5{margin-top: 3rem !important;}
  .mt-xxl-auto{margin-top: auto !important;}
  .me-xxl-0{margin-right: 0 !important;}
  .me-xxl-1{margin-right: 0.25rem !important;}
  .me-xxl-2{margin-right: 0.5rem !important;}
  .me-xxl-3{margin-right: 1rem !important;}
  .me-xxl-4{margin-right: 1.5rem !important;}
  .me-xxl-5{margin-right: 3rem !important;}
  .me-xxl-auto{margin-right: auto !important;}
  .mb-xxl-0{margin-bottom: 0 !important;}
  .mb-xxl-1{margin-bottom: 0.25rem !important;}
  .mb-xxl-2{margin-bottom: 0.5rem !important;}
  .mb-xxl-3{margin-bottom: 1rem !important;}
  .mb-xxl-4{margin-bottom: 1.5rem !important;}
  .mb-xxl-5{margin-bottom: 3rem !important;}
  .mb-xxl-auto{margin-bottom: auto !important;}
  .ms-xxl-0{margin-left: 0 !important;}
  .ms-xxl-1{margin-left: 0.25rem !important;}
  .ms-xxl-2{margin-left: 0.5rem !important;}
  .ms-xxl-3{margin-left: 1rem !important;}
  .ms-xxl-4{margin-left: 1.5rem !important;}
  .ms-xxl-5{margin-left: 3rem !important;}
  .ms-xxl-auto{margin-left: auto !important;}
  .p-xxl-0{padding: 0 !important;}
  .p-xxl-1{padding: 0.25rem !important;}
  .p-xxl-2{padding: 0.5rem !important;}
  .p-xxl-3{padding: 1rem !important;}
  .p-xxl-4{padding: 1.5rem !important;}
  .p-xxl-5{padding: 3rem !important;}
  .px-xxl-0{padding-right: 0 !important;
    padding-left: 0 !important;}
  .px-xxl-1{padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;}
  .px-xxl-2{padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;}
  .px-xxl-3{padding-right: 1rem !important;
    padding-left: 1rem !important;}
  .px-xxl-4{padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;}
  .px-xxl-5{padding-right: 3rem !important;
    padding-left: 3rem !important;}
  .py-xxl-0{padding-top: 0 !important;
    padding-bottom: 0 !important;}
  .py-xxl-1{padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;}
  .py-xxl-2{padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;}
  .py-xxl-3{padding-top: 1rem !important;
    padding-bottom: 1rem !important;}
  .py-xxl-4{padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;}
  .py-xxl-5{padding-top: 3rem !important;
    padding-bottom: 3rem !important;}
  .pt-xxl-0{padding-top: 0 !important;}
  .pt-xxl-1{padding-top: 0.25rem !important;}
  .pt-xxl-2{padding-top: 0.5rem !important;}
  .pt-xxl-3{padding-top: 1rem !important;}
  .pt-xxl-4{padding-top: 1.5rem !important;}
  .pt-xxl-5{padding-top: 3rem !important;}
  .pe-xxl-0{padding-right: 0 !important;}
  .pe-xxl-1{padding-right: 0.25rem !important;}
  .pe-xxl-2{padding-right: 0.5rem !important;}
  .pe-xxl-3{padding-right: 1rem !important;}
  .pe-xxl-4{padding-right: 1.5rem !important;}
  .pe-xxl-5{padding-right: 3rem !important;}
  .pb-xxl-0{padding-bottom: 0 !important;}
  .pb-xxl-1{padding-bottom: 0.25rem !important;}
  .pb-xxl-2{padding-bottom: 0.5rem !important;}
  .pb-xxl-3{padding-bottom: 1rem !important;}
  .pb-xxl-4{padding-bottom: 1.5rem !important;}
  .pb-xxl-5{padding-bottom: 3rem !important;}
  .ps-xxl-0{padding-left: 0 !important;}
  .ps-xxl-1{padding-left: 0.25rem !important;}
  .ps-xxl-2{padding-left: 0.5rem !important;}
  .ps-xxl-3{padding-left: 1rem !important;}
  .ps-xxl-4{padding-left: 1.5rem !important;}
  .ps-xxl-5{padding-left: 3rem !important;}
}
@media print{
  .d-print-inline{display: inline !important;}
  .d-print-inline-block{display: inline-block !important;}
  .d-print-block{display: block !important;}
  .d-print-grid{display: grid !important;}
  .d-print-table{display: table !important;}
  .d-print-table-row{display: table-row !important;}
  .d-print-table-cell{display: table-cell !important;}
  .d-print-flex{display: flex !important;}
  .d-print-inline-flex{display: inline-flex !important;}
  .d-print-none{display: none !important;}
}

body{font-family: sans-serif;
  font-weight: 400;
  background-color: #f4f4f4;}
.bucks-mobile,
.about__bg-mobile{display: none;}
.bucks-desctop,
.about__bg-desctop{display: block;}
.header__logo{padding: 10px 0;}
.header__logo img{width: 80px;}
.main{padding: 140px 0;
  background-color: #ffffff;}
.main .row{-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
.main__title{font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #353535;
  margin-bottom: 35px;}
.main__text{max-width: 616px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #797979;}
.main__buttons{margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.main__buttons-link{width: 306px;
  background: linear-gradient(267.27deg, #d83c3c 4.06%, #3c0000 133.67%);
  border-radius: 84px;
  text-align: center;
  margin-right: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.main__buttons-link:hover{-webkit-box-shadow: 0px 10px 13px -7px #000000,
    0px 7px 5px 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 13px -7px #000000, 0px 7px 5px 11px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.main__buttons-link a{position: relative;
  display: block;
  padding: 22px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.06em;
  color: #ffffff;
  text-decoration: none;}
.main__buttons-link a img{margin-right: 15px;}
.main__buttons-video{width: 306px;
  border: double 2px transparent;
  border-radius: 84px;
  text-align: center;
  background-image: linear-gradient(white, white),
    linear-gradient(267.27deg, #d83c3c 4.06%, #3c0000 133.67%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.main__buttons-video:hover{-webkit-box-shadow: 0px 10px 13px -7px #000000,
    0px 7px 5px 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 13px -7px #000000, 0px 7px 5px 11px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.main__buttons-video a{display: block;
  padding: 22px 0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.06em;
  color: #3c0000;
  text-decoration: none;}
.main__buttons-video a img{margin-right: 20px;}
.section-video{padding: 40px 0 100px;
  background-color: #f4f4f4;}
.video__title{font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.06em;
  color: #797979;
  margin-bottom: 30px;}
.video__wrapper{max-width: 1076px;
  display: block;
  margin: 0 auto;}
.baltic{padding: 100px 0 150px;
  position: relative;
  background-color: #ffffff;}
.baltic-bubbles{position: absolute;
  bottom: 25%;
  left: 2%;}
.baltic-bubbles img{width: 80%;}
.baltic__row{-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
.baltic__block-title{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #d83c3c;
  margin-bottom: 60px;}
.baltic__block-text{font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.06em;
  color: #797979;}
.baltic__map img{width: 100%;}
.graph{background-color: #f4f4f4;
  padding: 80px 0 50px;
  position: relative;}
.graph-bubbles{position: absolute;
  right: 0;
  bottom: 10%;}
.graph__row{margin-bottom: 190px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
.graph__price img{width: 100%;}
.graph__block-title{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #d83c3c;}
.graph__block-text{font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.06em;
  color: #797979;}
.graph__link{margin: 0 auto;}
.about{background: url('./about-bg.png') top center no-repeat;
  background-size: cover;}
.about-top{max-width: 800px;
  border-bottom: 80px solid #d83c3c;
  border-right: 80px solid #f4f4f4;
  position: relative;}
.about-top__wrap{position: absolute;
  margin-top: 3%;
  margin-left: 25%;}
.about-top__wrap p{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;}
.about__wrapper{padding: 100px 0;
  max-width: 1200px;}
.about__wrapper-text{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;
  margin-bottom: 40px;}
.about__wrapper-text:last-child{margin-bottom: 0;}
.about-border{display: block;
  width: 100%;
  height: 17px;
  background: #d83c3c;}
.features{background: url('./feature-bg.png') top center no-repeat;
  background-size: cover;
  padding: 100px 0px 120px;}
.features-top{margin-top: 50px;
  margin-left: auto;
  max-width: 1080px;
  border-bottom: 80px solid #d83c3c;
  border-left: 80px solid #f4f4f4;
  position: relative;}
.features-top__wrap{position: absolute;
  margin-top: 3%;}
.features-top__wrap p{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;}
.features-border{display: block;
  width: 100%;
  height: 17px;
  background: #d83c3c;}
.features__block{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  max-width: 1200px;}
.features__block:last-child{margin-bottom: 0;}
.features__block-count{margin-right: 45px;}
.features__block-count img{width: 50px;
  height: 50px;}
.features__block-text p{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;}
.register{background-color: #f4f4f4;
  padding: 150px 0;}
.register__row{-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
.register__wrapper-title{font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #353535;
  margin-bottom: 40px;}
.register__wrapper-text{font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.06em;
  color: #797979;}
.feedback{background-color: #ffffff;
  padding: 120px 0;
  position: relative;}
.feedback-bubbles-1{position: absolute;
  left: 0;
  top: 15%;}
.feedback-bubbles-2{position: absolute;
  right: 0;
  top: 50%;}
.feedback__wrapper{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 160px;}
.feedback__item-1{padding-top: 130px;}
.feedback__item-3{padding-top: 130px;}
.feedback__items{max-width: 306px;}
.feedback__items-photo{margin-bottom: 20px;}
.feedback__items-photo img{width: 306px;}
.feedback__items-name{margin-bottom: 20px;}
.feedback__items-name p{font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.06em;
  color: #353535;}
.feedback__items-line{margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#3c0000),
      to(#d83c3c));
  background: linear-gradient(90deg, #3c0000 0%, #d83c3c 100%);}
.feedback__items-comment{font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.06em;
  color: #797979;}
.feedback__link{margin: 0 auto;}
.footer__copy{max-width: 650px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;}
.footer__copy p{font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;}
.footer__email{color: #ffffff;
  margin-bottom: 30px;}
.footer__pr{opacity: 0.1;}
.footer__pr img{width: 25%;}
@media screen and (max-width: 1800px){
  .baltic-bubbles{left: 0;}
  .baltic-bubbles img{width: 70%;}
  .feedback-bubbles-1 img{width: 75%;}
  .feedback-bubbles-2{top: 75%;}
  .feedback-bubbles-2 img{width: 75%;}
}
@media screen and (max-width: 1600px){
  .baltic-bubbles{bottom: 5%;}
}
@media screen and (max-width: 1400px){
  .baltic-bubbles img{width: 50%;}
  .graph-bubbles img{width: 75%;}
}
@media screen and (max-width: 1200px){
  .main__baltic{display: none;}
  .baltic-bubbles{display: none;}
  .graph-bubbles{display: none;}
  .about-top__wrap{margin-top: 4%;}
  .about-top__wrap p{font-size: 32px;
    line-height: 32px;}
  .features-top__wrap p{font-size: 32px;
    line-height: 32px;}
  .register__row{-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;}
  .register__wrapper{margin-bottom: 20px;}
  .feedback{padding: 40px 0;}
  .feedback__item-1{padding-top: 0;}
  .feedback__item-3{padding-top: 0;}
  .feedback__wrapper{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
  .feedback__items{margin-bottom: 30px;}
}
@media screen and (max-width: 1000px){
  .container{width: inherit;}
}
@media screen and (max-width: 992px){
  .container{width: 100%;}
  .main{padding: 85px 0;}
  .main__title{font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;}
  .main__text{font-size: 24px;
    line-height: 25px;}
  .main__buttons{margin-top: 40px;}
  .section-video{padding: 25px 0 50px;}
  .video__title{font-size: 26px;
    line-height: 26px;}
  .baltic{padding: 20px 0 80px;}
  .baltic__row{-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;}
  .baltic__block-title{font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;}
  .baltic__block-text{font-size: 24px;
    line-height: 25px;}
  .graph{padding: 15px 0 50px;}
  .graph__row{margin-bottom: 40px;}
  .about-top__wrap p{font-size: 28px;
    line-height: 28px;}
  .about__wrapper-text{font-size: 28px;
    line-height: 28px;}
  .features{padding: 40px 0px 50px;}
  .features-top__wrap p{font-size: 28px;
    line-height: 28px;}
  .features__block:last-child{margin-bottom: 0;}
  .features__block-count{margin-right: 20px;}
  .features__block-text p{font-size: 28px;
    line-height: 28px;}
  .register{padding: 40px 0;}
  .register__wrapper-title{font-size: 36px;
    line-height: 36px;}
  .register__wrapper-text{font-size: 24px;
    line-height: 24px;}
  .feedback-bubbles-1,
  .feedback-bubbles-2{display: none;}
  .feedback__wrapper{margin-bottom: 20px;}
  .feedback__items-photo img{width: 100%;}
  .feedback__items-name p{font-size: 26px;
    line-height: 26px;}
  .feedback__items-comment p{font-size: 20px;
    line-height: 20px;}
  .footer__copy p{font-size: 18px;}
  .footer__pr img{width: 40%;}
}
@media screen and (max-width: 768px){
  .about{background: url('./about-mobile-bg.png') top center no-repeat;
    background-size: cover;}
  .about-top__wrap{margin-top: 6%;}
  .features{background: url('./feature-mobile-bg.png') top center no-repeat;
    background-size: cover;}
}
@media screen and (max-width: 680px){
  .container{width: inherit;}
  .main__buttons{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
  .main__buttons-link{width: 250px;
    margin-right: 0;
    margin-bottom: 30px;}
  .main__buttons-video{width: 250px;}
  .features-top{border-bottom: 120px solid #d83c3c;}
  .features-top__wrap{margin-top: 6%;}
  .feedback__link{margin: 0 auto;}
  .graph__link{margin: 0 auto;}
  .footer__pr img{width: 75%;}
}
.preloader{display: none;
  background: white;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  z-index: 9995;
  background-image: url(./preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;}
label.error{position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: calc(100% - 10px);
  padding: 5px;
  background: red !important;}
.error{background-color: rgba(255, 0, 0, 0.6) !important;
  color: #fff;}
.error::placeholder{color: #000 !important;}
.valid{background-color: rgba(0, 255, 0, 0.6) !important;}
.cssload-thecube{width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);}
.cssload-thecube .cssload-cube{position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);}
.cssload-thecube .cssload-cube{float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);}
.cssload-thecube .cssload-cube:before{content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(43, 160, 199);
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;}
.cssload-thecube .cssload-c2{transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);}
.cssload-thecube .cssload-c3{transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);}
.cssload-thecube .cssload-c4{transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);}
.cssload-thecube .cssload-c2:before{animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;}
.cssload-thecube .cssload-c3:before{animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;}
.cssload-thecube .cssload-c4:before{animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;}
@keyframes cssload-fold-thecube{

  0%,
  10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube{
  0%,
  10%{-o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;}
  25%,
  75%{-o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;}
  90%,
  100%{-o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;}
}
@-ms-keyframes cssload-fold-thecube{
  0%,
  10%{-ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;}
  25%,
  75%{-ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;}
  90%,
  100%{-ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;}
}
@-webkit-keyframes cssload-fold-thecube{

  0%,
  10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube{
  0%,
  10%{-moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;}
  25%,
  75%{-moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;}
  90%,
  100%{-moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;}
}
.modal_phone{opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: none;
  outline: 0;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;}
.modal_phone.open_phone{display: flex;}
.modal-open_phone{overflow: hidden;}
.modal-dialog_phone{position: relative;
  width: 100%;
  max-width: 32rem;
  padding: 1rem;
  box-sizing: border-box;}
@charset "UTF-8";
:root{--desktop-screen-default: 88rem;
    --desktop-padding-default: 0;
    --mobile-padding-default: 0;
    --body-font-size: 1rem;
    --body-color: rgb(26, 25, 30);
    --body-line-height: 1.4;
    --body-bg: rgb(255, 255, 255);
    --font-family-sans: Mulish, sans-serif;
    --font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-size-05: 0.625rem;
    --font-size-1: 0.75rem;
    --font-size-2: 0.8125rem;
    --font-size-3: 0.875rem;
    --font-size-4: 0.9375rem;
    --font-size-5: 1rem;
    --font-size-6: 1.125rem;
    --font-size-7: 1.25rem;
    --font-size-8: 1.375rem;
    --font-size-9: 1.5rem;
    --font-size-10: 1.625rem;
    --font-size-11: 1.75rem;
    --font-size-12: 2rem;
    --font-size-13: 2.5rem;
    --line-height-1: 1rem;
    --line-height-2: 1.25rem;
    --line-height-3: 1.5rem;
    --line-height-4: 1.75rem;
    --line-height-5: 2rem;
    --line-height-6: 2.25rem;
    --line-height-7: 2.625rem;
    --text: rgb(26, 25, 30);
    --text-subdued: rgb(102, 107, 122);
    --text-pale: rgb(161, 167, 183);
    --text-disabled: rgb(210, 219, 227);
    --paragraph-margin-bottom: 1rem;
    --navigation-link: #000;
    --navigation-link-hover: #000;
    --footer-background: #2a2d47;
    --logo-title: rgb(255, 255, 255);
    --logo-title-background: rgb(27, 158, 255);
    --header-background: rgb(42, 45, 71);
    --header-shadow: 0 2px 16px rgba(20, 34, 180, 0.1);
    --card-background: rgb(242, 242, 242);
    --blockquote-background: #eff4f5;
    --table-border: #b8b8b8;
    --table-row-backround: #f5f5f5;
    --table-tag-background: #f5f5f5;
    --table-tag-text-color: #000;
    --social-link-background: rgba(255, 255, 255, 0.2);
    --social-link-color: rgb(255, 255, 255);
    --social-link-hovered: rgba(255, 255, 255, 0.7);
    --input-background: #f0f2f5;
    --casino-background: #f6f7f8;
    --casino-providers-background: #ffffff;
    --rate-star: rgba(123, 136, 168, 0.3);
    --rate-star-active: rgb(27, 158, 255);
    --burger-color: rgb(255, 255, 255);
    --mobile-menu-background: #f6f7f8;
    --mobile-menu-list-background: rgba(255, 255, 255, 0.05);
    --article-table-contents: #f3f4f4;
    --article-table-contents-summary: #000;
    --article-table-contents-li: #000;
    --modal-background: #ffffff;
    --modal-close-button: #ffffff;
    --action-list-hover: #f6f7f8;
    --action-list-active: #f6f7f8;
    --backdrop: rgba(0, 0, 0, 0.5);
    --overlay: rgba(255, 255, 255, 0.5);
    --icon: #707f8d;
    --icon-subdued: #a1a7b7;
    --interactive: rgb(38, 84, 255);
    --interactive-disabled: rgb(56, 110, 157);
    --interactive-hovered: rgb(71, 168, 247);
    --interactive-pressed: rgb(40, 141, 223);
    --focused: rgb(56, 110, 157);
    --icon-on-interactive: rgb(255, 255, 255);
    --text-on-interactive: rgb(255, 255, 255);
    --background: rgb(255, 255, 255);
    --action-primary: rgb(38, 84, 255);
    --action-primary-hovered: rgb(71, 168, 247);
    --action-primary-pressed: rgb(40, 141, 223);
    --action-primary-disabled: rgb(214, 214, 214);
    --icon-on-primary: rgb(255, 255, 255);
    --text-on-primary: rgb(255, 255, 255);
    --text-primary: rgb(38, 84, 255);
    --text-primary-hovered: rgb(71, 168, 247);
    --action-secondary: rgb(8, 166, 61);
    --action-secondary-hovered: rgb(22, 181, 58);
    --action-secondary-pressed: rgb(21, 151, 51);
    --action-secondary-disabled: rgb(194, 236, 203);
    --icon-on-secondary: rgb(255, 255, 255);
    --text-on-secondary: rgb(255, 255, 255);
    --text-secondary: rgb(8, 166, 61);
    --text-secondary-hovered: rgb(22, 181, 58);
    --action-critical: rgb(240, 76, 68);
    --border-critical: rgb(240, 76, 68);
    --icon-critical: rgb(240, 76, 68);
    --surface-critical: rgb(255, 219, 231);
    --text-critical: rgb(240, 76, 68);
    --icon-on-critical: rgb(255, 255, 255);
    --text-on-critical: rgb(255, 255, 255);
    --shadow-transparent: 0 0 0 0 transparent;
    --shadow-base: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    --shadow-deep: 0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
    --shadow-button: 0 1px 0 rgba(0, 0, 0, 0.05);
    --shadow-top-bar: 0 2px 2px -1px rgba(0, 0, 0, 0.15);
    --shadow-card: 0 0 5px rgba(23, 24, 24, 0.05), 0 1px 2px rgba(0, 0, 0, 0.15);
    --shadow-popover: 0px 4px 70px rgba(0, 0, 0, 0.07);
    --shadow-modal: 0 26px 80px rgba(0, 0, 0, 0.2), 0 0px 1px rgba(0, 0, 0, 0.2);
    --shadows-inset-button: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    --shadows-inset-button-pressed: inset 0 1px 0 rgba(0, 0, 0, 0.15);
    --button-font-weight: 500;
    --choice-size: 1.25rem;
    --icon-size: 0.625rem;
    --icon-size-small: 0.625rem;
    --icon-size-medium: 1.25rem;
    --choice-margin: 0.0625rem;
    --control-border-width: 0.125rem;
    --text-field-spinner-offset: 0.125rem;
    --text-field-focus-ring-offset: -0.25rem;
    --text-field-focus-ring-border-radius: 0.4375rem;
    --button-group-item-spacing: -0.0625rem;
    --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --border: rgb(246, 247, 248);
    --border-hovered: rgb(51, 51, 51);
    --border-active: rgb(38, 84, 255);
    --border-subdued: rgb(240, 242, 245);
    --border-radius-1: 0.25rem;
    --border-radius-2: 0.5rem;
    --border-radius-3: 0.75rem;
    --border-radius-4: 1rem;
    --border-radius-5: 1.25rem;
    --border-radius-6: 1.875rem;
    --border-radius-base: 0.1875rem;
    --border-radius-large: 0.375rem;
    --border-radius-half: 50%;
    --border-width-1: 0.0625rem;
    --border-width-2: 0.125rem;
    --border-width-3: 0.1875rem;
    --space-0: 0;
    --space-025: 0.0390625rem;
    --space-05: 0.125rem;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-28: 7rem;
    --space-32: 8rem;
    --z-1: 100;
    --z-2: 400;
    --z-3: 510;
    --z-4: 512;
    --z-5: 513;
    --z-6: 514;
    --z-7: 515;
    --z-8: 516;
    --z-9: 517;
    --z-10: 518;
    --z-11: 519;
    --z-12: 520;}

@-webkit-keyframes swiper-preloader-spin{
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin{
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mmfadeIn{
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeIn{
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes modalDialogfadeOut{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@keyframes modalDialogfadeOut{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@-webkit-keyframes mmslideIn{
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes mmslideIn{
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes modalBackdropFadeout{
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes modalBackdropFadeout{
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes flare-3{
    0% {
        left: -45px;
    }
    20%,
    to {
        left: calc(100% + 15px);
    }
}
@keyframes flare-3{
    0% {
        left: -45px;
    }
    20%,
    to {
        left: calc(100% + 15px);
    }
}
html{font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;}
body{font-family: "Mulish", sans-serif;
    font-size: var(--body-font-size);
    font-weight: var(--font-weight-regular);
    color: var(--body-color);
    line-height: var(--body-line-height);
    text-transform: none;
    letter-spacing: normal;}
details,
main{display: block;}
h1{font-size: 2em;
    margin: 0.67em 0;}
hr,
img{border: 0;}
hr{-webkit-box-sizing: initial;
    box-sizing: initial;
    height: 0;
    border-top: 0.0625rem solid var(--divider);
    margin: 1rem 0;}
code,
kbd,
pre,
samp{font-size: 1em;}
kbd,
samp{font-family: monospace, monospace;}
a{background-color: transparent;
    color: var(--interactive);
    text-decoration: none;
    background: 0 0;}
abbr[title]{border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;}
b{font-weight: bolder;}
small{font-size: 80%;}
img{max-width: 100%;
    height: auto;}
button,
html,
optgroup,
select,
textarea{line-height: 1.15;}
hr,
input{overflow: visible;}
[type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance: button;}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style: none;
    padding: 0;}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring{outline: 1px dotted ButtonText;}
fieldset{margin: 0;
    padding: 0;
    border: 0;}
legend{color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    border: 0;}
progress{vertical-align: baseline;}
[type="checkbox"],
[type="radio"],
legend{-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height: auto;}
[type="search"]{-webkit-appearance: textfield;
    outline-offset: -2px;}
[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-file-upload-button{-webkit-appearance: button;
    font: inherit;}
summary{display: list-item;}
[hidden],
template{display: none;}
@font-face{
    font-family: "Manrope";
    src: url(../fonts/Manrope-SemiBold.woff2) format("woff2"), url(../fonts/Manrope-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Manrope";
    src: url(../fonts/Manrope-Medium.woff2) format("woff2"), url(../fonts/Manrope-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Manrope";
    src: url(../fonts/Manrope-Regular.woff2) format("woff2"), url(../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Manrope";
    src: url(../fonts/Manrope-ExtraBold.woff2) format("woff2"), url(../fonts/Manrope-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Manrope";
    src: url(../fonts/Manrope-Bold.woff2) format("woff2"), url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body,
button,
html{font-family: var(--font-family-sans);}
body{min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--body-bg);}
@media print{
  body{background-color: initial !important;}
}
*,
:after,
:before{-webkit-box-sizing: border-box;
    box-sizing: border-box;}
button,
html,
input,
optgroup,
select,
textarea{-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
a:focus,
a:hover{color: var(--interactive-hovered);}
a:active{color: var(--interactive-pressed);}
h1,
h2,
h3,
h4,
h5,
h6{font-weight: 800;
    font-style: normal;
    margin: 0 0 1rem;}
li,
ol,
p,
ul{margin: 0;
    padding: 0;}
strong{font-weight: 700;}
sub,
sup{position: relative;
    vertical-align: initial;
    font-size: 75%;
    line-height: 0;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
blockquote,
figure{margin: 0;}
ul{list-style: none;}
ol{list-style: auto;
    margin-left: 20px;
    line-height: 38px;}
nav ol,
nav ul{list-style-image: none;}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea{-ms-touch-action: manipulation;
    touch-action: manipulation;}
img,
svg{display: block;
    vertical-align: middle;}
pre{overflow: auto;
    margin-top: 0;
    margin-bottom: 0;}
code,
pre{font-family: monospace;}
button,
input,
optgroup,
select,
textarea{margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;}
button{overflow: visible;}
button,
select{text-transform: none;}
[role="button"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;}
button[disabled],
input[disabled]{cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner{padding: 0;
    border: 0;}
input{line-height: normal;}
input[type="checkbox"],
input[type="radio"]{-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height: auto;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;}
input[type="number"],
input[type="search"]{-webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;
    appearance: none;}
textarea{overflow: auto;}
optgroup{font-weight: 700;}
select{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;}
button,
input,
select,
textarea{border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;}
[tabindex="-1"]:focus{outline: 0 !important;}
select:focus{outline: 0;}
::-webkit-input-placeholder{-webkit-box-shadow: none;
    box-shadow: none;}
::-moz-placeholder{box-shadow: none;}
:-ms-input-placeholder{box-shadow: none;
    opacity: 1;}
::-ms-input-placeholder{box-shadow: none;}
::placeholder,
button:focus,
input,
input:focus,
input:invalid{-webkit-box-shadow: none;
    box-shadow: none;}
::-webkit-input-placeholder{opacity: 1;}
::-moz-placeholder{opacity: 1;}
::-ms-input-placeholder{opacity: 1;}
::placeholder{opacity: 1;}
@font-face{
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root{--swiper-theme-color: #007aff;}
.swiper,
.swiper-wrapper{position: relative;
    z-index: 1;}
.swiper{margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;}
.swiper-vertical > .swiper-wrapper{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}
.swiper-wrapper{width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;}
.swiper-android .swiper-slide,
.swiper-wrapper{-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
.swiper-pointer-events{-ms-touch-action: pan-y;
    touch-action: pan-y;}
.swiper-pointer-events.swiper-vertical{-ms-touch-action: pan-x;
    touch-action: pan-x;}
.swiper-slide{-ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;}
.swiper-slide-invisible-blank{visibility: hidden;}
.swiper-autoheight,
.swiper-autoheight .swiper-slide{height: auto;}
.swiper-autoheight .swiper-wrapper{-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective: 1200px;
    perspective: 1200px;}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper{-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;}
.swiper-3d .swiper-slide-shadow{background: rgba(0, 0, 0, 0.15);}
.swiper-3d .swiper-slide-shadow-left{background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);}
.swiper-3d .swiper-slide-shadow-right{background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);}
.swiper-3d .swiper-slide-shadow-top{background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);}
.swiper-3d .swiper-slide-shadow-bottom{background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);}
.swiper-css-mode > .swiper-wrapper{overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display: none;}
.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align: start start;}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper{-ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;}
.swiper-vertical.swiper-css-mode > .swiper-wrapper{-ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;}
.swiper-centered > .swiper-wrapper::before{content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{-webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);}
.swiper-centered.swiper-horizontal>.swiper-wrapper: :before{height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{-webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);}
.swiper-centered.swiper-vertical>.swiper-wrapper: :before{width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);}
.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align: center center;}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height: 1px;
    width: var(--swiper-virtual-size);}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width: 1px;
    height: var(--swiper-virtual-size);}
:root{--swiper-navigation-size: 44px;}
.swiper-button-next,
.swiper-button-prev{position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{opacity: 0.35;
    cursor: auto;
    pointer-events: none;}
.swiper-button-next:after,
.swiper-button-prev:after{font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{left: 10px;
    right: auto;}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{content: "prev";}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{right: 10px;
    left: auto;}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{content: "next";}
.swiper-button-lock{display: none;}
.swiper-pagination{position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;}
.swiper-pagination.swiper-pagination-hidden{opacity: 0;}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{bottom: 10px;
    left: 0;
    width: 100%;}
.swiper-pagination-bullets-dynamic{overflow: hidden;
    font-size: 0;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform: scale(1);
    transform: scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform: scale(0.66);
    transform: scale(0.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform: scale(0.33);
    transform: scale(0.33);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform: scale(0.66);
    transform: scale(0.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform: scale(0.33);
    transform: scale(0.33);}
.swiper-pagination-bullet{width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);}
button.swiper-pagination-bullet{border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor: pointer;}
.swiper-pagination-bullet:only-child{display: none !important;}
.swiper-pagination-bullet-active{opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets{right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;}
.swiper-pagination-progressbar{background: rgba(0, 0, 0, 0.25);
    position: absolute;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin: right top;
    transform-origin: right top;}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: 100%;
    height: 4px;
    left: 0;
    top: 0;}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar{width: 4px;
    height: 100%;
    left: 0;
    top: 0;}
.swiper-pagination-lock{display: none;}
.swiper-scrollbar{border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);}
.swiper-horizontal > .swiper-scrollbar{position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;}
.swiper-vertical > .swiper-scrollbar{position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;}
.swiper-scrollbar-drag{height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;}
.swiper-scrollbar-cursor-drag{cursor: move;}
.swiper-scrollbar-lock{display: none;}
.swiper-zoom-container{width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg{max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;}
.swiper-slide-zoomed{cursor: move;}
.swiper-lazy-preloader{width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;}
.swiper-lazy-preloader-white{--swiper-preloader-color: #fff;}
.swiper-lazy-preloader-black{--swiper-preloader-color: #000;}
.swiper .swiper-notification{position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;}
.swiper-free-mode > .swiper-wrapper{-webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;}
.swiper-grid > .swiper-wrapper{-ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.swiper-grid-column > .swiper-wrapper{-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}
.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;}
.swiper-fade .swiper-slide{pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;}
.swiper-fade .swiper-slide .swiper-slide{pointer-events: none;}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events: auto;}
.swiper-cards,
.swiper-cube,
.swiper-flip{overflow: visible;}
.swiper-cube .swiper-slide{pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;}
.swiper-cube .swiper-slide .swiper-slide{pointer-events: none;}
.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;}
.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events: auto;}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev{pointer-events: auto;
    visibility: visible;}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top{z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;}
.swiper-cube .swiper-cube-shadow{position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;}
.swiper-cube .swiper-cube-shadow:before{content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);}
.swiper-flip .swiper-slide{pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;}
.swiper-flip .swiper-slide .swiper-slide{pointer-events: none;}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events: auto;}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top{z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;}
.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide{-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;}
.swiper-creative .swiper-slide{-webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;}
.swiper-cards .swiper-slide{-webkit-transform-origin: center bottom;
    transform-origin: center bottom;}
.noUi-target,
.noUi-target *{-webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
.noUi-target{position: relative;}
.noUi-base,
.noUi-connects{width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;}
.noUi-connects{overflow: hidden;
    z-index: 0;}
.noUi-connect,
.noUi-origin{will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left: 0;
    right: auto;}
.noUi-vertical .noUi-origin{top: -100%;
    width: 0;}
.noUi-horizontal .noUi-origin{height: 0;}
.noUi-handle{-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;}
.noUi-touch-area{height: 100%;
    width: 100%;}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin{-webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;}
.noUi-state-drag *{cursor: inherit !important;}
.noUi-horizontal{height: 18px;}
.noUi-horizontal .noUi-handle{width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;}
.noUi-vertical{width: 18px;}
.noUi-vertical .noUi-handle{width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left: -17px;
    right: auto;}
.noUi-target{background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;}
.noUi-connects{border-radius: 3px;}
.noUi-connect{background: #3fb8af;}
.noUi-draggable{cursor: ew-resize;}
.noUi-vertical .noUi-draggable{cursor: ns-resize;}
.noUi-handle{border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;}
.noUi-active{-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;}
.noUi-handle:after,
.noUi-handle:before{content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;}
.noUi-handle:after{left: 17px;}
.noUi-vertical .noUi-handle:before{width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;}
.noUi-vertical .noUi-handle:after{width: 14px;
    height: 1px;
    left: 6px;
    top: 17px;}
[disabled] .noUi-connect{background: #b8b8b8;}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target{cursor: not-allowed;}
.noUi-pips,
.noUi-pips *{-webkit-box-sizing: border-box;
    box-sizing: border-box;}
.noUi-pips{position: absolute;
    color: #999;}
.noUi-value{position: absolute;
    white-space: nowrap;
    text-align: center;}
.noUi-value-sub{color: #ccc;
    font-size: 10px;}
.noUi-marker{position: absolute;
    background: #ccc;}
.noUi-marker-large,
.noUi-marker-sub{background: #aaa;}
.noUi-pips-horizontal{padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;}
.noUi-value-horizontal{-webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);}
.noUi-rtl .noUi-value-horizontal{-webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px;
    width: 2px;
    height: 5px;}
.noUi-marker-horizontal.noUi-marker-sub{height: 10px;}
.noUi-marker-horizontal.noUi-marker-large{height: 15px;}
.noUi-pips-vertical{padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;}
.noUi-value-vertical{-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;}
.noUi-rtl .noUi-value-vertical{-webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);}
.noUi-marker-vertical.noUi-marker{width: 5px;
    height: 2px;
    margin-top: -1px;}
.noUi-marker-vertical.noUi-marker-sub{width: 10px;}
.noUi-marker-vertical.noUi-marker-large{width: 15px;}
.button:after,
.noUi-tooltip{position: absolute;
    display: block;}
.noUi-tooltip{border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;}
.noUi-horizontal .noUi-tooltip{-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;}
.noUi-vertical .noUi-tooltip{-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;}
.noUi-horizontal .noUi-origin > .noUi-tooltip{-webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;}
.noUi-vertical .noUi-origin > .noUi-tooltip{-webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;}
.app__layout{margin: 0 auto;
    width: 100%;
    max-width: 51rem;}
@media (min-width: 1200px){
  .app__layout{display: grid;
        max-width: 71.25rem;
        grid-template-columns: auto 1fr;
        gap: 1.5rem;}
}
.app__layoutCol--fill{grid-column: 1/-1;}
.app aside.app__layoutCol{margin-top: 0.75rem;}
@media (min-width: 992px){
  .app aside.app__layoutCol{margin-top: 1.5rem;}
}
@media (min-width: 1200px){
  .app aside.app__layoutCol{width: 18.75rem;
        max-width: 18.75rem;
        margin-top: 0;}
}
.app__header{padding: 0 0 1rem;}
@media (min-width: 576px){
  .app__header{padding: 0 0 1.5rem;}
}
.app__headerTitle{font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.0308em;
    margin-bottom: 0;}
@media (min-width: 768px){
  .app__headerTitle{font-size: 2rem;
        font-weight: 700;
        line-height: 2.625rem;}
}
.app__backdrop{-webkit-animation: var(--keyframes-fade-in) var(--duration-200) 1 forwards;
    animation: var(--keyframes-fade-in) var(--duration-200) 1 forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--backdrop);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    will-change: opacity;
    z-index: var(--z-7);}
.navigation--open{overflow: hidden;}
.navigation--open .app__navigation{visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);}
.navigation--open .app__backdrop{visibility: visible;
    opacity: 1;}
.button__icon{fill: #fff;
    margin-left: calc(var(--space-1) * -1);}
.button__icon:last-child{margin-right: calc(var(--space-2) * -1);
    margin-left: auto;}
.button__icon + :not(.button__icon){margin-left: 0.5rem;}
.button--disabled,
.button[disabled]{-webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--border-disabled);
    background: var(--surface-disabled);
    color: var(--text-disabled);
    cursor: default;
    pointer-events: none;}
.button--disabled svg,
.button[disabled] svg{fill: var(--icon-disabled);}
.button--plain{background-color: #fff;
    border: 0.0625rem solid var(--border-subdued);}
.button--plain:focus,
.button--plain:hover{background-color: #fff;
    border: 0.0625rem solid var(--border);}
.button--plain:active{background-color: #fff;
    border-color: var(--border-active);}
.button--distributionEqualSpacing{-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;}
.button--distributionCenter{-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}
.button--distributionCenter .button__icon{margin-left: 0.4rem;}
.button--sizeExtraSlim{font-size: var(--font-size-1);}
.button--sizeExtraSlim,
.button--sizeSlim{padding: var(--button-slim-vertical-padding) var(--space-3);}
.button--sizeLarge{font-size: var(--font-size-5);
    min-height: 2.75rem;
    min-width: 9.375rem;}
.button--fullWidth{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;}
.button--iconOnly.button--sizeLarge{padding-left: var(--space-3);
    padding-right: var(--space-3);
    height: 2.75rem;
    width: 2.75rem;}
.button--iconOnly .button__icon:first-child{margin-left: 0;}
.button--iconOnly .button__icon:last-child{margin-right: calc(var(--space-1) * -1);
    margin-left: 0;}
.button--iconOnly .button__icon:only-child{margin-right: 0;}
.button--sizeSlim{min-height: var(--button-slim-min-height);
    min-width: var(--button-slim-min-width);}
.button--sizeExtraSlim{min-height: var(--button-extra-slim-min-height);
    min-width: var(--button-extra-slim-min-width);}
.icon,
.icon__svg{position: relative;
    max-width: 100%;
    max-height: 100%;}
.icon{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.25rem;
    width: 1.25rem;
    margin: auto;}
.icon__svg{display: block;
    width: 100%;}
.icon--hasBackdrop{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: var(--space-1);
    position: relative;}
.icon--hasBackdrop:before{border-radius: var(--border-radius-half);
    bottom: calc(var(--space-1) * -1);
    content: "";
    left: calc(var(--space-1) * -1);
    position: absolute;
    right: calc(var(--space-1) * -1);
    top: calc(var(--space-1) * -1);}
.icon--colorBase{color: var(--icon);}
.icon--colorBase svg{fill: var(--icon);
    color: var(--icon);}
.icon--colorSubdued,
.icon--colorSubdued svg{color: var(--icon-subdued);}
.icon--colorSubdued svg{fill: var(--icon-subdued);}
.icon--colorCritical,
.icon--colorCritical svg{color: var(--icon-critical);}
.icon--colorCritical svg{fill: var(--icon-critical);}
.icon--colorInteractive{color: var(--interactive);}
.icon--colorInteractive svg{fill: var(--interactive);
    color: var(--interactive);}
.icon--colorWarning:before{background-color: var(--surface-warning);}
.icon--colorWarning svg{fill: var(--icon-warning);}
.icon--colorHighlight svg{fill: var(--icon-highlight);}
.icon--colorSuccess:before{background-color: var(--surface-success);}
.icon--colorSuccess svg{fill: var(--icon-success);}
.icon--applyColor{color: var(--surface);}
.icon--inline{margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;}
.icon--sizeSmall{height: 1rem;
    width: 1rem;}
.icon--sizeMedium{height: 1.5rem;
    width: 1.5rem;}
.icon--sizeLarge{height: 2rem;
    width: 2rem;}
.buttonGroup{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(var(--space-2) * -1);
    margin-left: calc(var(--space-2) * -1);}
.buttonGroup__item{margin-top: var(--space-2);
    margin-left: var(--space-2);}
.buttonGroup--segmented{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: 0;}
.buttonGroup--segmented .buttonGroup__item{position: relative;
    margin-top: 0;
    margin-left: 0;
    line-height: normal;}
.buttonGroup--segmented .buttonGroup__item:not(:first-child){margin-left: calc(var(--border-width-1) * -1);}
.buttonGroup--segmented .buttonGroup__item .button,
.buttonGroup--segmented .buttonGroup__item .button:after,
.buttonGroup[data-buttongroup-segmented="true"] .button,
.buttonGroup[data-buttongroup-segmented="true"] .button:after{border-radius: 0;}
.buttonGroup--segmented .buttonGroup__item:first-child .button,
.buttonGroup--segmented .buttonGroup__item:first-child .button:after{border-radius: 0;
    border-bottom-left-radius: var(--border-radius-1);
    border-top-left-radius: var(--border-radius-1);}
.buttonGroup--segmented .buttonGroup__item:last-child .button,
.buttonGroup--segmented .buttonGroup__item:last-child .button:after{border-radius: 0;
    border-bottom-right-radius: var(--border-radius-1);
    border-top-right-radius: var(--border-radius-1);}
.buttonGroup[data-buttongroup-segmented="true"] > :first-child .button,
.buttonGroup[data-buttongroup-segmented="true"] > :first-child .button:after{border-radius: 0;
    border-top-left-radius: var(--border-radius-1);
    border-bottom-left-radius: var(--border-radius-1);}
.buttonGroup[data-buttongroup-segmented="true"] > :last-child .button,
.buttonGroup[data-buttongroup-segmented="true"] > :last-child .button:after{border-radius: 0;
    border-top-right-radius: var(--border-radius-1);
    border-bottom-right-radius: var(--border-radius-1);}
.buttonGroup--extraTight{margin-top: calc(var(--space-1) * -1);
    margin-left: calc(var(--space-1) * -1);}
.buttonGroup--extraTight .buttonGroup__item{margin-top: var(--space-1);
    margin-left: var(--space-1);}
.buttonGroup--stretched > *{-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;}
.buttonGroup--stretched .button{width: 100%;}
.buttonGroup--tight{margin-top: calc(var(--space-2) * -1);
    margin-left: calc(var(--space-2) * -1);}
.buttonGroup--tight .buttonGroup__item{margin-top: var(--space-2);
    margin-left: var(--space-2);}
.buttonGroup--buttonGroup_loose{margin-top: calc(var(--space-5) * -1);
    margin-left: calc(var(--space-5) * -1);}
.buttonGroup--buttonGroup_loose .buttonGroup__item{margin-top: var(--space-5);
    margin-left: var(--space-5);}
.buttonGroup--distributionCenter{-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}
.scrollable{--scrollable-shadow-size: var(--space-5);
    --scrollable-shadow-bottom: inset 0 calc(var(--scrollable-shadow-size) * -1) var(--scrollable-shadow-size) calc(var(--scrollable-shadow-size) * -1) rgba(0, 0, 0, 0.15);
    --scrollable-shadow-top: inset 0 var(--scrollable-shadow-size) var(--scrollable-shadow-size) calc(var(--scrollable-shadow-size) * -1) rgba(0, 0, 0, 0.15);
    --scrollable-max-height: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
    max-height: var(--scrollable-max-height);}
.scrollable:focus{outline: 0.125rem solid var(--focused);
    outline-offset: 0.125rem;}
.scrollable--horizontal{overflow-x: auto;}
.scrollable--vertical{overflow-y: auto;}
.scrollable--verticalHasScrolling{overflow-y: scroll;}
.scrollable--hasTopShadow{-webkit-box-shadow: var(--scrollable-shadow-top);
    box-shadow: var(--scrollable-shadow-top);}
.scrollable--hasTopShadow.scrollable--hasBottomShadow{-webkit-box-shadow: var(--scrollable-shadow-top), var(--scrollable-shadow-bottom);
    box-shadow: var(--scrollable-shadow-top), var(--scrollable-shadow-bottom);}
.scrollable--hasBottomShadow{-webkit-box-shadow: var(--scrollable-shadow-bottom);
    box-shadow: var(--scrollable-shadow-bottom);}
.scrollable[data-scrollable="true"]::-webkit-scrollbar{width: 4px;
    height: 7px;}
.scrollable[data-scrollable="true"]::-webkit-scrollbar-track{background-color: #e4e8f5;
    border-radius: 10px;}
.scrollable[data-scrollable="true"]::-webkit-scrollbar-thumb{background-color: #b0bec5;
    border-radius: 10px;
    width: 2px;
    height: 6px;}
.scrollable[data-scrollable="true"]::-webkit-scrollbar-thumb:hover{background-color: #5c5c5c;}
.stack{--stack-spacing: var(--space-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: calc(var(--stack-spacing) * -1);
    margin-left: calc(var(--stack-spacing) * -1);}
.stack > .stack__item{margin-top: var(--stack-spacing);
    margin-left: var(--stack-spacing);
    max-width: 100%;}
.stack__item{-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;}
.stack__item--fill{-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;}
.stack--vertical{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}
.stack--vertical,
.stack--vertical > .stack__item{margin-left: var(--space-0);}
.stack--noWrap{-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;}
.stack--alignmentBaseline{-webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;}
.stack--alignmentCenter{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.stack--distributionCenter{-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}
.stack--distributionFill .stack__item{-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;}
.stack--distributionEqualSpacing{-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;}
.stack--distributionTrailing,
.stack--justifyEnd{-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;}
.stack--justifyEnd{justify-content: end;}
.stack--spacingNone{--stack-spacing: var(--space-0);}
.stack--spacingExtraTight{--stack-spacing: var(--space-1);}
.stack--spacingTight{--stack-spacing: var(--space-3);}
.stack--spacingLoose{--stack-spacing: var(--space-5);}
.stack--textCenter{text-align: center;}
.stack--noNegative,
.stack--noNegative > .stack--noNegative__item{margin-left: 0;
    margin-top: 0;}
.stack--noNegative > .stack--noNegative__item:not(:first-child){margin-top: var(--stack-spacing);}
.choice{display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;}
.choice__control{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: var(--choice-size);
    height: var(--choice-size);
    margin-right: var(--space-2);}
.choice__control > *{width: 100%;}
.choice__label{font-size: var(--font-size-5);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-2);
    text-transform: none;
    letter-spacing: normal;
    -webkit-tap-highlight-color: transparent;}
.choice__descriptions{padding-left: calc(var(--space-2) + var(--choice-size));}
.choice__helpText{font-size: var(--font-size-4);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-2);
    text-transform: none;
    letter-spacing: normal;
    color: var(--text-subdued);
    margin-bottom: var(--space-1);}
@media (min-width: 992px){
  .choice__helpText{font-size: var(--font-size-3);}
}
.choice--disabled{cursor: default;}
.choice--disabled .choice__label{color: var(--text-disabled);}
.choice--labelHidden{padding: 0;}
.choice--labelHidden .choice__control{margin-right: 0;
    margin-top: 0;}
.choice--labelHidden .choice__label,
.choiceList--titleHidden .choiceList__title{font-size: 0;
    line-height: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;}
.choiceList{margin: 0;
    padding: 0;
    border: 0;}
.choiceList__title{font-size: var(--font-size-3);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-2);
    color: var(--text-subdued);
    text-transform: none;
    letter-spacing: normal;
    display: block;
    margin: 0 0 var(--space-1);
    padding: 0;}
@media (min-width: 992px){
  .choiceList__title{font-size: var(--font-size-3);}
}
.choiceList__choices{margin: 0;
    padding: 0;
    list-style: none;}
.label,
.label__text{-webkit-tap-highlight-color: transparent;}
.label{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: var(--space-1);}
.label__text{font-size: var(--font-size-3);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-2);
    text-transform: none;
    letter-spacing: normal;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: currentColor;}
@media (min-width: 992px){
  .label__text{font-size: var(--font-size-3);}
}
.label--hidden{font-size: 0;
    line-height: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;}
.textField{font-size: var(--font-size-5);
    color: var(--text);
    cursor: text;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: var(--input-background);
    border: 0.0625rem solid var(--border);
    z-index: 10;
    border-radius: 15px;}
@media (min-width: 992px){
  .textField{font-size: var(--font-size-3);}
}
.textField__input{font-size: var(--font-size-5);
    font-weight: var(--font-weight-medium);
    color: var(--text);
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 3rem;
    margin: 0;
    padding: var(--space-1) var(--space-4);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    z-index: 20;}
.textField__input::-webkit-input-placeholder{color: var(--text-subdued);}
.textField__input::-moz-placeholder{color: var(--text-subdued);}
.textField__input:-ms-input-placeholder{color: var(--text-subdued);}
.textField__input::-ms-input-placeholder{color: var(--text-subdued);}
.textField__input::placeholder{color: var(--text-subdued);}
.textField__input:hover ~ .textField__backdrop:after{-webkit-box-shadow: 0 0 0 0.0625rem var(--border-hovered);
    box-shadow: 0 0 0 0.0625rem var(--border-hovered);
    outline: var(--border-width-1) solid transparent;}
.textField__input:focus{outline: 0;}
.textField__input:focus ~ .textField__backdrop:after{-webkit-box-shadow: 0 0 0 0.0625rem var(--border-active);
    box-shadow: 0 0 0 0.0625rem var(--border-active);
    outline: var(--border-width-1) solid transparent;}
.textField__input:disabled{opacity: 1;
    background: 0 0;
    color: var(--text-disabled);
    -webkit-text-fill-color: var(--text-disabled);}
.textField__input--hasClearButton:not(:valid) ~ .textField__clearButton{display: none;}
.textField__input--hasClearButton + .textField__clearButton{-webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;}
.textField__input--suffixed{padding-right: 0;}
.textField__prefix{margin-left: var(--space-3);
    margin-right: var(--space-2);}
.textField__prefix + .textField__input{padding-left: 0;}
.textField__prefix--country{margin-left: var(--space-1);
    background-color: #fff;
    height: 100%;
    border-radius: 0.625rem;
    padding: 0.625rem 0.5rem;}
.textField__suffix{margin-left: var(--space-1);
    margin-right: var(--space-1);}
.textField__prefix,
.textField__suffix{position: relative;
    z-index: 20;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--text-subdued);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
.textField__country{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.125rem;}
.textField__backdrop,
.textField__backdrop:after{position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: 0.75rem;}
.textField__backdrop{background-color: var(--input-background);
    border: 0.0625rem solid var(--border);
    z-index: 10;}
.textField__backdrop:after{content: "";
    z-index: 1;
    display: block;
    -webkit-box-shadow: 0 0 0 calc(var(--border-width-1) * -1 - 0.06rem) var(--focused);
    box-shadow: 0 0 0 calc(var(--border-width-1) * -1 - 0.06rem) var(--focused);
    -webkit-transition: -webkit-box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease), -webkit-box-shadow var(--duration-100) var(--ease);}
.textField__clearButton{position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: 0 0;
    border: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    z-index: 20;
    margin: 0 var(--space-3) 0 var(--space-1);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;}
.select__input:focus ~ .select__backdrop:after,
.textField__clearButton:focus{-webkit-box-shadow: 0 0 0 0.125rem var(--focused);
    box-shadow: 0 0 0 0.125rem var(--focused);
    outline: var(--border-width-1) solid transparent;}
.textField__clearButton--show{-webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    visibility: visible !important;
    opacity: 1 !important;}
.textField__icon{position: relative;
    z-index: 20;
    width: 2rem;}
.textField svg,
.textField__icon svg{fill: var(--icon);}
.textField__spinner{--text-field-spinner-offset-large: calc(var(--text-field-spinner-offset) + var(--border-width-1));
    z-index: 20;
    margin: var(--text-field-spinner-offset-large);
    color: var(--icon);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1.375rem;
    cursor: pointer;}
.textField__spinnerIcon{height: 0.75rem;
    width: 0.75rem;}
.textField.textField--multiline .textField__input{overflow: auto;
    padding-top: var(--space-4);
    padding-left: var(--space-3);
    padding-right: var(--space-3);
    resize: none !important;
    min-height: 7.5rem;}
.textField.textField--error .textField__backdrop{background-color: var(--surface-critical-subdued);
    border-color: var(--border-critical);}
.textField.textField--disabled{color: var(--text-disabled);
    cursor: auto;}
.textField.textField--disabled .textField__backdrop{background-color: var(--surface-subdued);}
.select{font-size: var(--font-size-5);
    color: var(--text);
    cursor: text;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;}
@media (min-width: 992px){
  .select{font-size: var(--font-size-3);}
}
.select__input{font-size: var(--font-size-5);
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    color: var(--text);
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 2rem;
    margin: 0;
    padding: var(--space-1) var(--space-3) var(--space-1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    z-index: 20;}
@media (min-width: 992px){
  .select__input{font-size: var(--font-size-3);}
}
.select__input::-webkit-input-placeholder{color: #9c9798;}
.select__input::-moz-placeholder{color: #9c9798;}
.select__input:-ms-input-placeholder{color: #9c9798;}
.select__input::-ms-input-placeholder{color: #9c9798;}
.select__input::placeholder{color: #9c9798;}
.select__input:focus{outline: 0;}
.select__input:disabled{opacity: 1;
    background: 0 0;
    color: var(--text-disabled);
    -webkit-text-fill-color: var(--text-disabled);
    pointer-events: none;}
.select__icon{z-index: 20;
    margin: 0 var(--space-2) 0 var(--space-1);}
.select__backdrop,
.select__backdrop:after{position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: var(--border-radius-1);}
.select__backdrop{background-color: var(--surface);
    border: 0.13rem solid var(--border-subdued);
    border-top-color: var(--border-shadow);
    z-index: 10;}
.select__backdrop:after{content: "";
    z-index: 1;
    display: block;
    -webkit-box-shadow: 0 0 0 calc(var(--border-width-1) * -1 - 0.13rem) var(--focused);
    box-shadow: 0 0 0 calc(var(--border-width-1) * -1 - 0.13rem) var(--focused);
    -webkit-transition: -webkit-box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease), -webkit-box-shadow var(--duration-100) var(--ease);}
.select.select--error .select__backdrop{background-color: var(--surface-critical-subdued);
    border-color: var(--border-critical);}
.select.select--disabled{color: var(--text-disabled);
    cursor: auto;}
.select.select--disabled .select__backdrop{background-color: var(--surface-subdued);}
.radioButton{position: relative;
    margin: var(--choice-margin);}
.radioButton__input{position: absolute !important;
    top: 0;
    width: 0.0625rem !important;
    height: 0.0625rem !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;}
.radioButton__input:checked + .radioButton__backdrop{border-color: var(--interactive);}
.radioButton__input:checked + .radioButton__backdrop:before{-webkit-transition: opacity var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);}
.radioButton__input:disabled + .radioButton__backdrop{border-color: var(--border-disabled);
    cursor: default;}
.radioButton__input:disabled + .radioButton__backdrop:before{background-color: var(--action-secondary-disabled);}
.radioButton__input:disabled:checked + .radioButton__backdrop:before{background: var(--border-disabled);}
.radioButton__backdrop{top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: var(--control-border-width) solid var(--border);
    border-radius: var(--border-radius-half);
    background-color: var(--surface);
    -webkit-transition: border-color var(--duration-100) var(--ease);
    transition: border-color var(--duration-100) var(--ease);
    position: relative;}
.radioButton__backdrop:hover{cursor: pointer;
    border-color: var(--border-hovered);}
.radioButton__backdrop:before,
.radioButton__icon{position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transition: opacity var(--duration-100) var(--ease), -webkit-transform var(--duration-100) var(--ease);
    transition: opacity var(--duration-100) var(--ease), transform var(--duration-100) var(--ease);
    transition: opacity var(--duration-100) var(--ease), transform var(--duration-100) var(--ease), -webkit-transform var(--duration-100) var(--ease);}
.radioButton__backdrop:before{content: "";
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    height: var(--icon-size-small);
    width: var(--icon-size-small);
    background-color: var(--interactive);
    border-radius: var(--border-radius-half);}
.radioButton__backdrop:after{content: "";
    position: absolute;
    z-index: 1;
    top: calc(var(--control-border-width) * -1 - 0.0625rem);
    right: calc(var(--control-border-width) * -1 - 0.0625rem);
    bottom: calc(var(--control-border-width) * -1 - 0.0625rem);
    left: calc(var(--control-border-width) * -1 - 0.0625rem);
    display: block;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 calc(var(--control-border-width) * -1 - 0.0625rem) var(--focused);
    box-shadow: 0 0 0 calc(var(--control-border-width) * -1 - 0.0625rem) var(--focused);
    -webkit-transition: -webkit-box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease), -webkit-box-shadow var(--duration-100) var(--ease);
    border-radius: var(--border-radius-half);}
.radioButton__icon{pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25);}
.checkbox__icon svg,
.radioButton__icon svg{fill: var(--icon-on-interactive);}
.checkbox{position: relative;
    margin: var(--choice-margin);}
.checkbox__input{position: absolute !important;
    top: 0;
    width: 0.0625rem !important;
    height: 0.0625rem !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;}
.checkbox__input:active:not(:disabled) + .checkbox__backdrop{border-color: var(--interactive);}
.checkbox__input:active:not(:disabled) + .checkbox__backdrop:before{opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);}
.checkbox__input:active:not(:disabled) ~ .checkbox__icon{-webkit-transition: opacity var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;}
.checkbox__input:checked + .checkbox__backdrop{border-color: var(--interactive);}
.checkbox__input:checked + .checkbox__backdrop:before{opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);}
.checkbox__input:checked ~ .checkbox__icon{-webkit-transition: opacity var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;}
.checkbox__input:disabled + .checkbox__backdrop{border-color: var(--border-disabled);}
.checkbox__input:disabled + .checkbox__backdrop:hover{cursor: default;}
.checkbox__input:disabled + .checkbox__backdrop:before{background-color: var(--action-secondary-disabled);}
.checkbox__input:disabled:checked + .checkbox__backdrop:before{background: var(--border-disabled);}
.checkbox__input--indeterminate + .checkbox__backdrop{border-color: var(--interactive);}
.checkbox__input--indeterminate + .checkbox__backdrop:before{opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);}
.checkbox__input--indeterminate ~ .checkbox__icon{-webkit-transition: opacity var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease);
    transition: opacity var(--duration-150) var(--ease), transform var(--duration-150) var(--ease), -webkit-transform var(--duration-150) var(--ease);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;}
.checkbox__backdrop{border: var(--control-border-width) solid var(--border-subdued);
    background-color: var(--surface);
    border-radius: var(--border-radius-1);
    display: block;
    width: 100%;
    height: 100%;
    position: relative;}
.checkbox__backdrop:before,
.checkbox__icon{position: absolute;
    opacity: 0;
    -webkit-transition: opacity var(--duration-100) var(--ease), -webkit-transform var(--duration-100) var(--ease);
    transition: opacity var(--duration-100) var(--ease), transform var(--duration-100) var(--ease);
    transition: opacity var(--duration-100) var(--ease), transform var(--duration-100) var(--ease), -webkit-transform var(--duration-100) var(--ease);}
.checkbox__backdrop:before{content: "";
    top: calc(var(--control-border-width) * -1);
    right: calc(var(--control-border-width) * -1);
    bottom: calc(var(--control-border-width) * -1);
    left: calc(var(--control-border-width) * -1);
    border-radius: var(--border-radius-1);
    background-color: var(--interactive);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);}
.checkbox__backdrop:after{content: "";
    position: absolute;
    z-index: 1;
    top: calc(var(--control-border-width) * -1 - 0.0625rem);
    right: calc(var(--control-border-width) * -1 - 0.0625rem);
    bottom: calc(var(--control-border-width) * -1 - 0.0625rem);
    left: calc(var(--control-border-width) * -1 - 0.0625rem);
    display: block;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 calc(var(--control-border-width) * -1 - 0.0625rem) var(--focused);
    box-shadow: 0 0 0 calc(var(--control-border-width) * -1 - 0.0625rem) var(--focused);
    -webkit-transition: -webkit-box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease), -webkit-box-shadow var(--duration-100) var(--ease);
    border-radius: calc(var(--border-radius-1) + 0.0625rem);}
.checkbox__icon{top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25);}
.modal{display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: var(--z-11);}
@media (min-width: 768px){
  .modal{-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;}
}
.modal__dialog{--dialog-horizontal-spacing: var(--space-16);
    background: var(--modal-background);
    bottom: 0;
    -webkit-box-shadow: var(--shadow-modal);
    box-shadow: var(--shadow-modal);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    max-height: calc(100vh - 3.75rem);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: var(--z-11);
    border-radius: 1.5rem 1.5rem 0 0;
    will-change: transform;}
@media (min-width: 768px){
  .modal__dialog{border-radius: 2rem;
        margin: 0 auto;
        width: 27.1875rem;
        position: relative;}
}
@media (max-width: 767.98px){
  .modal__dialog{bottom: 0;
        max-height: 100%;}
}
.modal__header{-ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 1.5rem 1.5rem 0;}
@media (min-width: 768px){
  .modal__header{padding: 2.5rem 2.5rem 0;}
}
.modal-disclaimer__img img,
.modal__headerImg{display: inline-block;}
.modal__headerTitle{font-size: var(--font-size-9);
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;}
@media (min-width: 992px){
  .modal__headerTitle{font-size: var(--font-size-12);}
}
.modal__closeButton{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: 0 0;
    border: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    padding: var(--space-2);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(4.125rem, 0);
    transform: translate(4.125rem, 0);
    z-index: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--modal-close-button);
    -webkit-box-shadow: none;
    box-shadow: none;}
@media (max-width: 767.98px){
  .modal__closeButton{display: none;}
}
.modal__closeButton:after{display: none;}
.modal__closeButton:focus{outline: 0;}
.actionList__item:focus:not(:active):after,
.modal__closeButton:focus:not(:active):after{-webkit-box-shadow: 0 0 0 0.125rem var(--focused);
    box-shadow: 0 0 0 0.125rem var(--focused);
    outline: var(--border-width-1) solid transparent;}
.modal__closeButton svg{z-index: -1;
    color: #a1a6b7;}
.modal__bodyWrapper{-webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;}
.modal__body{width: 100%;}
.modal__section{-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem 1.5rem 1.5rem;}
@media (min-width: 768px){
  .modal__section{padding: 1rem 2.5rem 2.5rem;}
}
.modal__section:not(:last-of-type){border-bottom: var(--border-divider);}
.modal__footer{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top: var(--border-divider);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--space-16);
    width: 100%;
    padding: 1.5rem;
    border-top: 0.0625rem solid #f1f3f5;}
@media (min-width: 768px){
  .modal__footer{padding: 1rem 1rem 1.5rem;}
}
.modal__footerContent{width: 100%;}
.modal__backdrop{-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--backdrop);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    will-change: transform;
    z-index: var(--z-10);}
@media (min-width: 768px){
  .modal--sizeSmall .modal__dialog{max-width: 24.75rem;}
  .modal--sizeLarge .modal__dialog{width: 51.75rem;}
  .modal--footerHidden .modal__dialog{border-radius: 2rem;}
  .modal--footerHidden .modal__body{border-radius: 0 0 3.125rem 3.125rem;}
}
.modal--footerHidden .modal__footer{padding-top: 0;
    border-top: none;}
@media (min-width: 768px){
  .modal--footerHidden .modal__footer{display: none;}
}
.modal--slide,.modal-disclaimer__content.--open: after{display: none;}
.modal--slide.modal--open{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.modal--slide[aria-hidden="false"] .modal__backdrop{-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);}
.modal--slide[aria-hidden="false"] .modal__dialog{-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);}
.modal--slide[aria-hidden="true"] .modal__backdrop{-webkit-animation: modalBackdropFadeout 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: modalBackdropFadeout 0.3s cubic-bezier(0, 0, 0.2, 1);}
.modal--slide[aria-hidden="true"] .modal__dialog{-webkit-animation: modalDialogfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: modalDialogfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);}
.modal-disclaimer__img{text-align: center;
    margin-bottom: 1rem;}
.modal-disclaimer__wrapper{position: relative;}
.modal-disclaimer__content{position: relative;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);}
.modal-disclaimer__content:after,
.modal-disclaimer__showMoreButton{position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);}
.modal-disclaimer__content:after{content: "";
    width: 100%;
    height: 92px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-35%, rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -35%, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -35%, #fff 100%);}
@media (min-width: 768px){
  .modal-disclaimer__content:after{background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, rgba(255, 255, 255, 0)), to(#fff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -30%, #fff 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30%, #fff 100%);
        left: -1.5625rem;
        right: -1.5625rem;
        width: auto;}
}
.modal-disclaimer__content p + p{margin-top: 1rem;}
.modal-disclaimer__content.--open{max-height: none !important;
    padding-bottom: 2.25rem;}
.modal-disclaimer__showMoreButton{right: 0;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    border-radius: 0.75rem;
    background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;}
.modal-disclaimer__showMoreButton svg{width: 1.5rem;
    height: 1.5rem;}
.modal-disclaimer__showMoreButton.--open{-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);}
.badge{font-size: 0.75rem;
    color: var(--text-subdued);
    font-weight: 700;
    background-color: #f6f7f8;
    border-radius: 2rem;
    padding: 0.125rem 0.5rem;}
.badge--statusPrimary{color: var(--text-primary);
    background-color: var(--action-primary-subdued);}
.badge--statusCritical{color: var(--text-critical);
    background-color: var(--surface-critical);}
.popover{position: relative;}
.popover__menu{position: absolute;
    z-index: var(--z-2);
    max-width: calc(100vw - var(--space-8));
    margin: 0.3125rem var(--space-2) var(--space-4);
    -webkit-box-shadow: var(--shadow-popover);
    box-shadow: var(--shadow-popover);
    border: 1px solid #dcdee4;
    border-radius: 0.625rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top;
    display: none;
    background: #fff;}
.popover__menu[data-popper-show="true"]{display: block;}
.popover__wrapper{position: relative;
    overflow: hidden;
    background-color: var(--surface);
    border-radius: var(--border-radius-2);
    outline: var(--border-width-1) solid transparent;}
.popover__content{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;
    border-radius: var(--border-radius-1);
    max-width: 25rem;
    max-height: 31.25rem;
    min-width: 11rem;}
.popover__content:focus{outline: 0;}
.popover__content--fullHeight{max-height: none;}
.popover__content--fluidContent{max-height: none;
    max-width: none;}
.popover__content--sizeMedium{min-width: 13rem;}
.popover__content--sizeLarge{min-width: 17rem;}
.popover__content--sizeExtraLarge{min-width: 20rem;}
.popover__pane{-webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 100%;}
.popover__pane + .popover__pane{border-top: var(--border-divider);}
.popover__pane--fixed{overflow: visible;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;}
.popover__section{padding: var(--space-5);}
.actionList,
.actionList__actions{outline: 0;
    list-style: none;
    margin: 0;}
.actionList{--action-list-image-size: 1.25rem;
    --action-list-item-min-height: rem(44px);
    padding: 0;}
.actionList__actions{padding: var(--space-5);}
.actionList li + li{margin-top: 0.25rem;}
.actionList__prefix{-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: var(--border-radius-base);
    margin: 0 0.5rem 0 0;
    background-size: cover;
    background-position: 50%;}
.actionList__prefix svg{fill: var(--icon);}
.actionList__suffix{margin-left: 0.5rem;}
.actionList__item{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background: 0 0;
    border: 0;
    position: relative;
    width: 100%;
    min-height: var(--action-list-item-min-height);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.actionList__item:hover{color: inherit;
    text-decoration: none;
    outline: var(--border-width-3) solid transparent;}
.actionList__item:active,
.actionList__item:hover{background-color: #f6f7f8;}
.actionList__item:active svg{fill: var(--interactive);}
.actionList__item:focus:not(:active){outline: var(--border-width-3) solid transparent;}
.actionList__item:after{content: "";
    position: absolute;
    z-index: 1;
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
    display: block;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 -0.0625rem var(--focused);
    box-shadow: 0 0 0 -0.0625rem var(--focused);
    -webkit-transition: -webkit-box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease), -webkit-box-shadow var(--duration-100) var(--ease);
    border-radius: calc(var(--border-radius-1) + 0.0625rem);}
.actionList__item--selected{background-color: var(--action-list-active);
    text-decoration: none;
    outline: var(--border-width-3) solid transparent;}
.actionList__section .actionList__actions{border-top: var(--border-divider);}
.actionList__section:first-child .actionList__title{padding-top: var(--space-3);}
.actionList__title{font-size: var(--font-size-2);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-1);
    text-transform: uppercase;
    padding: var(--space-1) var(--space-4) var(--space-3) var(--space-4);}
@media (min-width: 768px){
  .actionList__title{font-size: var(--font-size-1);}
}
.actionList__text{color: #000;
    max-width: 100%;
    min-width: 0;}
.text--headingXs{font-size: var(--font-size-1);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-1);}
.text--headingLg,
.text--headingMd,
.text--headingSm{font-size: var(--font-size-3);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-2);}
.text--headingLg,
.text--headingMd{font-size: var(--font-size-5);
    line-height: var(--line-height-3);}
.text--headingLg{font-size: var(--font-size-7);}
.text--heading2xl,
.text--heading3xl,
.text--headingXl{font-size: var(--font-size-9);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-4);}
.text--heading2xl,
.text--heading3xl{font-size: var(--font-size-11);
    line-height: var(--line-height-5);}
.text--heading3xl{font-size: var(--font-size-12);
    line-height: var(--line-height-6);}
.text--heading4xl{font-size: var(--font-size-13);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-7);}
.text--bodySm,
.text--bodyXs{font-size: var(--font-size-1);
    line-height: var(--line-height-1);}
.text--bodyLg,
.text--bodyMd{font-size: var(--font-size-3);
    line-height: var(--line-height-2);}
.text--bodyLg{font-size: var(--font-size-5);}
.text--bodyXl{font-size: var(--font-size-6);
    line-height: var(--line-height-3);}
.text--positive{color: var(--text-success);}
.text--negative{color: var(--text-critical);}
.text--warning{color: var(--text-warning);}
.text--strong{font-weight: var(--font-weight-semibold);}
.text--subdued{color: var(--text-subdued);}
.text--medium{font-weight: var(--font-weight-medium);}
.text--start{text-align: left;}
.text--center{text-align: center;}
.text--end{text-align: end;}
.text--justify{text-align: justify;}
.text--borderBottom{border-bottom: 2px dotted #c4cdd5;}
.text--ellipsis{display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;}
.text--code{position: relative;
    padding: 0 var(--space-1);
    border-radius: var(--border-radius-base);
    background-color: var(--surface-subdued);
    display: inline-block;
    font-size: var(--font-size-5);
    -webkit-box-shadow: inset 0 0 0 0.0625rem var(--border-subdued);
    box-shadow: inset 0 0 0 0.0625rem var(--border-subdued);}
.text--code:after{content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid transparent;
    pointer-events: none;}
.sprite{position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -9999;}
.header__container,
.header__top{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.header__top{font-size: 0.8125rem;
    color: #fff;
    background-color: #df9738;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    text-align: center;}
@media (max-width: 991.98px){

}
@media (max-width: 1199.98px){

}
.logo__img{display: block;
    max-height: 3.125rem;
    -o-object-fit: contain;
    object-fit: contain;}
.breadcrumbs,
.breadcrumbs__item,
.breadcrumbs__item:before{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.breadcrumbs{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    position: relative;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: var(--space-4) 0;}
.breadcrumbs__item,
.breadcrumbs__item:before{display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;}
.breadcrumbs__item{font-size: var(--font-size-3);
    color: #fff;
    position: relative;}
.breadcrumbs__item:before{content: "/";
    margin: 0 0.5rem;}
.breadcrumbs__item:first-child:before{display: none;}
.breadcrumbs__item:last-child .breadcrumbs__link{color: #878c9a;}
.breadcrumbs__link{color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);}
.breadcrumbs__link:active,
.breadcrumbs__link:focus,
.breadcrumbs__link:hover{color: var(--interactive);
    text-decoration: none;}
.navigation__item--hidden{display: none;}
.navigation__button{padding: 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(148, 166, 205, 0.15);
    border-radius: 0.375rem;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    height: 1.6875rem;
    margin-left: 0.45rem;}
.navigation__button:focus,
.navigation__button:hover{background-color: rgba(148, 166, 205, 0.25);}
.navigation__buttonText{color: #fff;}
.navigation__buttonIcon{width: 0.8em;
    height: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.3rem;}
.navigation__buttonIcon svg{display: block;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    color: #d4dbeb;
    opacity: 0.7;}
.navigation .popover__menu{-webkit-box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #1c2538;
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    border: 0;}
.navigation .popover__menu .popover__content{width: 8.5rem;
    min-width: auto;}
.navigation .popover__menu .actionList__actions{padding: 0;}
.navigation .popover__menu .actionList__item{font-size: 0.75rem;
    padding: 0.5rem 0.9375rem;
    color: #fff;
    line-height: 0.9375rem;
    border-radius: 0 !important;}
.navigation .popover__menu .actionList__item:focus,
.navigation .popover__menu .actionList__item:hover{background-color: rgba(148, 148, 148, 0.26);}
.rate{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.rate__item{color: var(--text);
    font-size: var(--font-size-3);
    font-weight: 600;
    line-height: 1.43;}
.rate__item--active .rate__icon{color: var(--rate-star-active);}
.rate__icon{color: var(--rate-star);
    width: 1.25rem;
    height: 1.25rem;}
.rate__text{font-size: 0.875rem;
    padding-left: 0.3125rem;
    font-weight: 600;}
.compare{display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.5rem 0;}
@media (min-width: 992px){
  .compare{grid-template-columns: 1fr 1fr;
        gap: 1rem;}
}
.compare__list{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    padding: 1rem 0.75rem;
    border-radius: 1rem;}
.compare__list:first-child{background-color: #def9e5;
    border: 0.0625rem solid #def9e5;}
.compare__list:first-child .compare__item:before{background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.92857H7.42857V13.5H5.57143V7.92857H0V6.07143H5.57143V0.5H7.42857V6.07143H13V7.92857Z' fill='%232db155'/%3E%3C/svg%3E%0A");}
.compare__list:last-child{background-color: #ffa5a5;
    border: 0.0625rem solid #f6ced8;}
.compare__list:last-child .compare__item:before{background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='2' fill='%23DA4453'/%3E%3C/svg%3E%0A");}
.compare__item{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;}
.compare__item + .compare__item,
.faq__item + .faq__item{margin-top: 1rem;}
.compare__item:before{content: "";
    width: 1.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.625rem;
    flex: 0 0 1.625rem;
    height: 1.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -0.0625rem;
    background-position: center;
    background-repeat: no-repeat;}
.compare__item:before,
.faq__item,
.faq__toggle{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.lang-selector{position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    font-size: var(--font-size-3);
    font-weight: 500;
    color: #fff;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
    background: 0 0;
    border-radius: 0.75rem;
    max-width: 16rem;}
.lang-selector__icon{width: 1.5rem;
    height: 1.5rem;}
.lang-selector__icon svg{max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;}
.lang-selector__icon:last-child{margin-left: auto;
    opacity: 0.7;}
.lang-selector__text{margin-left: 0.5rem;
    color: #fff;}
.social__icon{width: 1.75rem;
    height: 1.75rem;}
.lang-list{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.625rem;
    overflow: hidden;}
.lang-list__item{-webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;}
.lang-list__item:not(:last-child){margin-bottom: 0.0625rem;}
.lang-list__item--selected .lang-list__link{background-color: #f2f2f2;
    background-image: none;}
.lang-list__item--selected .lang-list__suffix{display: block;}
.lang-list__link{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background: #20283c;
    border: 0;
    position: relative;
    width: 100%;
    min-height: 3rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    padding: 0.5625rem 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.lang-list__link:focus,
.lang-list__link:hover{background-color: #f2f2f2;
    background-image: none;}
.lang-list__prefix{width: 1.25rem;
    height: 1.25rem;}
.lang-list__prefix img{border-radius: 50%;}
.lang-list__desc{-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0.75rem;}
.lang-list__title{margin-bottom: 0.1875rem;
    font-size: 0.8125rem;
    line-height: 16px;
    font-weight: 600;}
.lang-list__subtitle{color: #77829b;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    text-transform: capitalize;}
.lang-list__suffix{width: 0.9375rem;
    height: 0.9375rem;
    fill: #1a88f3;
    display: none;}
.mobile-menu__login{width: 2.25rem;
    height: 2.25rem;
    min-width: 1.875rem;
    padding: 0;}
.mobile-menu__login svg{width: 0.8125rem;
    height: 0.8125rem;}
.mobile-menu__registerSubTitle{font-size: 0.5rem;
    font-weight: 400;
    opacity: 0.7;}
.mobile-menu__icon{width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.9375rem;}
.mobile-menu__countrySelector{padding: 0.4375rem 0.75rem;
    border-radius: 0.4375rem;
    background: rgba(151, 174, 225, 0.11);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    font-size: 0.8125rem;
    font-weight: 400;
    margin-left: 0.625rem;
    min-width: 1.125rem;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.8125rem;
    width: 3.75rem;
    text-transform: uppercase;}
.mobile-menu__countrySelector img{height: 0.75rem;
    width: 0.75rem;
    max-width: 0.75rem;
    border-radius: 50%;
    margin-left: 0.3125rem;
    position: relative;
    top: 0.0625rem;}
.article{background-color: var(--card-background);
    border: 2px solid var(--card-border);
    border-radius: 1.5rem;
    margin-left: calc(var(--mobile-padding-default) * -1);
    margin-right: calc(var(--mobile-padding-default) * -1);
    margin-bottom: 0.75rem;}
@media (min-width: 576px){
  .article{margin: 0 0 1.5rem;}
}
.article__header{padding: 1.5rem 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;}
@media (min-width: 992px){
  .article__header{padding: 1.5rem 1.5rem 0;}
}
.article__header img{width: 100%;
    margin-bottom: 1.5rem;}
.article__headerTitle{font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.0308em;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-top: 0.7rem;}
@media (min-width: 768px){
  .article__headerTitle{font-size: 2rem;
        font-weight: 700;
        line-height: 2.625rem;
        max-width: 80%;}
}
.article__body{padding: 1.5rem 1rem;
    line-height: 1.4;}
@media (min-width: 992px){
  .article__body{padding: 1.5rem;
        line-height: 1.5;}
}
.article__body > ol{counter-reset: point;
    margin: 1.7em 0 1.8em 1em;
    padding: 0;
    list-style: none;}
.article__body > ol > li{padding-left: 2.5rem;
    margin: 0.7em 0;}
.article__body > ol > li:before{content: counter(point);
    counter-increment: point 1;
    display: inline-block;
    width: 1.6875rem;
    height: 1.6875rem;
    margin: 0 0.8125rem 0 -2.5rem;
    text-align: center;
    border: 0.125rem solid var(--action-primary);
    border-radius: 50%;}
.article__body ul:not([class]){margin: 1.7em 0 1.8em 1em;
    padding: 0;
    list-style: none;}
.article__body ul:not([class]) li{padding-left: 2.5rem;
    margin: 0.7em 0;}
.article__body ul:not([class]) li:before{content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--action-primary);
    margin: 0 1.375rem 0 -1.875rem;}
.article__body table{border-collapse: collapse;
    width: 100%;}
.article__body table td,
.article__body table th{border: 0.0625rem solid var(--table-border);
    padding: 0.625rem 0.9375rem;
    vertical-align: middle;}
.article__body blockquote,
.article__body__blockquote{background: var(--blockquote-background);
    padding: 0.9375rem 1.25rem 0.9375rem 1.5625rem;
    border-radius: 0 0.375rem 0.375rem 0;
    position: relative;
    margin: 1.25rem 0;
    border-left: 0.1875rem solid var(--action-primary);}
.article__body blockquote p,
.article__body__blockquote p{margin: 0.75rem 0;}
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6{font-weight: 800;
    margin: 1.5em 0 0.5em;
    word-wrap: break-word;}
.article__body .buttonGroup{margin: 1.5rem 0 2rem;}
.article__body img{display: block;
    margin: 1.5rem auto;}
.article__body p{margin-bottom: 1.5rem;}
.article__body details{background: var(--article-table-contents);
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;}
.article__body details summary{font-weight: 800;
    color: var(--article-table-contents-summary);}
.article__body details > ol{counter-reset: point;
    padding-top: 1rem;}
.article__body details > ol > li{counter-reset: sublist;
    margin: 0.7em 0;}
.article__body details > ol > li:first-child{margin-top: 0;}
.article__body details > ol > li:before,
.article__body details > ol > li > ol > li:before{content: counter(point) ". ";
    counter-increment: point 1;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border: 0;
    opacity: 0.5;
    margin-right: 5px;
    margin-left: 0;
    color: var(--article-table-contents-li);}
.article__body details > ol > li > ol > li{counter-reset: sublist3;
    font-size: 0.92em;
    margin-top: 0.3em;
    margin-bottom: 0.7em;
    margin-left: 30px;}
.article__body details > ol > li > ol > li:before{content: counter(point) "." counter(sublist) ". ";
    counter-increment: sublist;}
.article__row{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;}
@media (min-width: 992px){
  .article__row{-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 3.75rem;}
}
.article__row .article__img img{margin: 0 !important;}
.article__row:last-of-type{margin-bottom: 0;}
@media (min-width: 992px){
  .article__row--reversed .article__col--img{-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;}
  .article__col--img{width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;}
}
.article__col--img img{width: 100%;}
@media (min-width: 992px){
  .article__col--img img{width: auto;}
  .article__col--img_w40{width: 35%;
        max-width: 35%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;}
}
.article__date{font-size: var(--font-size-3);
    color: var(--text-subdued);
    margin-right: 0.7rem;}
.author{margin-bottom: 0.75rem;
    background-color: var(--card-background);
    border: 2px solid var(--card-border);
    border-radius: 1rem;}
@media (min-width: 576px){
  .author{margin: 0 0 1.5rem;}
}
.author__heading{font-size: var(--font-size-3);
    color: var(--text-pale);
    text-transform: uppercase;
    line-height: 1;
    margin: 1.5rem 0 0.75rem;}
.author__body{background-color: #fff;
    position: relative;
    border-radius: 1rem;
    padding: 1.25rem;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-template-columns: 6rem auto;
    grid-template-rows: 24px 70px;
    grid-template-areas: "author-avatar author-name" "author-avatar author-bio" "author-desc author-desc" "author-social author-social";}
.author__avatar{grid-area: author-avatar;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;}
.author__name{font-size: var(--font-size-7);
    font-weight: 700;
    grid-area: author-name;}
.author__bio{font-weight: 500;
    color: var(--text-subdued);
    grid-area: author-bio;
    margin-top: 0.5rem;}
.author__desc{font-weight: 500;
    line-height: 1.4375rem;
    grid-area: author-desc;}
.author__social{grid-area: author-social;
    gap: 0.375rem;
    padding-top: 1rem;}
.author__social .social__link{width: 2.25rem;
    height: 2.25rem;
    padding: 0;}
.author__social .social__icon{width: 1.5rem;
    height: 1.5rem;}
.formLayout{margin-top: calc(var(--space-4) * -1);
    margin-left: calc(var(--space-5) * -1);}
.formLayout__item{-webkit-box-flex: 1;
    -ms-flex: 1 1 13.75rem;
    flex: 1 1 13.75rem;
    margin-top: var(--space-4);
    margin-left: var(--space-5);
    max-width: calc(100% - var(--space-5));}
@media (min-width: 992px){
  .formLayout__row{display: grid;
        grid-template-columns: 1fr 1fr;}
}
.brand-info{border: 1px solid var(--table-border);
    border-collapse: collapse;
    font-size: var(--font-size-3);
    width: 100%;
    margin: 1.5rem 0;}
@media (min-width: 768px){
  .brand-info tr:nth-child(2n){background: var(--table-row-backround);}
}
@media (max-width: 767.98px){
  .brand-info tr{display: grid;
        grid-template-columns: 1fr 1fr;}
}
.brand-info td{border-bottom: 0.0625rem solid var(--table-border);
    padding: 0.625rem 0.9375rem;
    vertical-align: middle;}
@media (max-width: 767.98px){
  .brand-info td{-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.625rem;}
}
@media (max-width: 575.98px){
  .brand-info td{border: 0;}
}
@media (max-width: 767.98px){
  .brand-info td:nth-child(3),
    .brand-info td:nth-child(4){background-color: #eee;}
}
.brand-info__title{font-weight: 500;
    width: 12.5rem;}
@media (max-width: 991.98px){
  .brand-info__title{width: 10.625rem;}
}
@media (max-width: 767.98px){
  .brand-info__title{width: 100%;}
}
@media (max-width: 575.98px){
  .brand-info__title{width: 100%;}
}
.brand-info__content{font-weight: 700;
    max-width: 20.3125rem;
    width: 20.3125rem;}
@media (max-width: 1199.98px){
  .brand-info__content{max-width: 15.625rem;}
}
@media (max-width: 991.98px){
  .brand-info__content{max-width: none;
        width: 9.6875rem;}
}
@media (max-width: 767.98px){
  .brand-info__content{width: 100%;}
}
@media (max-width: 575.98px){
  .brand-info__content{width: 100%;}
}
.brand-info__content:nth-child(2){border-right: 0.0625rem solid var(--table-border);}
@media (max-width: 767.98px){
  .brand-info__content:nth-child(2){border-right: none;}
}
.brand-features{border: 0.0625rem solid var(--table-border);
    margin: 1.5rem 0;}
.brand-features__row{border-bottom: 0.0625rem solid var(--table-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;}
@media (min-width: 576px){
  .brand-features__row{padding: 1rem 1.25rem;}
}
@media (min-width: 1200px){
  .brand-features__row{-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        row-gap: 0;}
}
.brand-features__content,
.brand-features__heading{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.brand-features__heading{-webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    max-width: 17.5rem;
    width: 100%;}
.brand-features__content{-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 0.75rem;}
@media (min-width: 992px){
  .brand-features__content{row-gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;}
}
.brand-features__icon{background: var(--action-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.75rem;
    width: 2.75rem;}
.brand-features__icon img{display: block;
    margin: 0;}
.brand-features__item{font-size: var(--font-size-3);
    background: var(--table-tag-background);
    border-radius: 0.9375rem;
    color: var(--table-tag-text-color);
    min-width: auto;
    padding: 0.375rem 0.625rem;
    text-align: center;}
@media (min-width: 576px){
  .brand-features__item{min-width: 7.9375rem;}
}
.brand-features__item:last-child{font-weight: 500;
    border: 0.125rem solid var(--action-primary);
    background-color: transparent;
    color: var(--action-primary);}
.search-results{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;}
.search-results__item{padding: 1.5rem 0;}
.default-table--stripped table tr:first-child td,
.default-table--stripped table tr:first-child th,
.search-results__item:first-child{padding-top: 0;}
.search-results__item + .search-results__item{border-top: 0.0625rem solid var(--border-subdued);}
.search-results__title{font-size: var(--font-size-6);
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.4rem;
    display: block;}
.search-results__title:focus,
.search-results__title:hover{color: var(--interactive);}
.search-results__date{color: var(--text-subdued);
    margin-bottom: 0.2rem;
    display: block;}
.footer__main,
.footer__navigationLink--active{color: rgba(255, 255, 255, 0.7);}
.captcha,
.footer__bottomMenu{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.captcha{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.captcha__input{width: 10rem;}
.captcha__img{margin-left: 1rem;
    border-radius: 0.25rem;}
.search{position: relative;}
@media (min-width: 768px){
  .search{width: 48rem;
        margin: 0 auto;}
}
.search__button{width: 3.125rem;
    height: 2.5rem;
    border-radius: 0.75rem;}
.search__input{color: #fff;}
.search-dialog .search__input::-webkit-input-placeholder,
.search__input::-webkit-input-placeholder{color: rgba(255, 255, 255, 0.5);}
.search-dialog .search__input::-moz-placeholder,
.search__input::-moz-placeholder{color: rgba(255, 255, 255, 0.5);}
.search-dialog .search__input:-ms-input-placeholder,
.search__input:-ms-input-placeholder{color: rgba(255, 255, 255, 0.5);}
.search-dialog .search__input::-ms-input-placeholder,
.search__input::-ms-input-placeholder{color: rgba(255, 255, 255, 0.5);}
.search-dialog .search__input::placeholder,
.search__input::placeholder{color: rgba(255, 255, 255, 0.5);}
.search-dialog{position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1001;
    border: 0;
    display: none;
    background-color: transparent;
    padding: 0;}
.search-dialog__body{padding: 1.25rem 1rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: var(--z-8);
    border-bottom: 1px solid #f1f3f5;}
@media (min-width: 992px){
  .search-dialog__body{padding: 1.25rem 1.5rem;}
}
.search-dialog .search__input,
.search-dialog__close svg{color: #fff;}
.search-dialog__close{padding: 0;
    border: 0;
    background: url(../img/general/ic-close-v2.svg) center no-repeat;
    margin-right: 2.625rem;}
@media (max-width: 767.98px){
  .search-dialog__close{display: none;}
}
.search-dialog__backdrop{-webkit-animation: var(--keyframes-fade-in) var(--duration-200) 1 forwards;
    animation: var(--keyframes-fade-in) var(--duration-200) 1 forwards;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    will-change: opacity;
    z-index: var(--z-7);
    display: none;}
.search-dialog--open .search-dialog,
.search-dialog[open]{display: block;}
.search-dialog--open .app__backdrop{visibility: visible;
    opacity: 1;}
.casino-list{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.75rem;}
@media (min-width: 576px){
  .casino-list{gap: 1rem;}
}
.casino-list__item{width: 100%;}
@media (min-width: 992px){
  .casino-list__item--compact{width: calc(33.3333% - 0.7rem);
        -ms-flex-preferred-size: calc(33.3333% - 0.7rem);
        flex-basis: calc(33.3333% - 0.7rem);}
  .casino-list__item--compact .casino{padding: 0.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100%;}
  .casino-list__item--compact .casino__imgContainer{width: 100%;}
  .casino-list__item--compact .casino__rate{width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;}
  .casino-list__item--compact .casino__header{padding-top: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;}
}
.casino-list__item--compact .casino__title{-webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: auto;}
.casino-list__item--compact .casino__place,
.casino-list__item--compact .casino__place span{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.casino-list__item--compact .casino__place{position: absolute;
    top: -0.8rem;
    left: -0.5rem;
    width: 3.25rem;
    height: 2.3125rem;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
    background-color: transparent;
    padding-top: 0.9rem;
    padding-left: 0.8rem;}
@media (min-width: 576px){
  .casino-list__item--compact .casino__place{top: -1rem;
        left: -1rem;}
}
@media (min-width: 992px){
  .casino-list__item--compact .casino__place{top: -1rem;
        left: -1rem;
        width: 4.5625rem;
        height: 3.3125rem;
        padding-top: 0;}
}
.casino-list__item--compact .casino__place::before{content: "";
    position: absolute;
    top: 0.75rem;
    left: 0.125rem;
    width: 2.625rem;
    height: 1.3125rem;
    background-color: #d8f326;
    z-index: -2;
    -webkit-transform: rotate(-8.92deg);
    transform: rotate(-8.92deg);}
@media (min-width: 992px){
  .casino-list__item--compact .casino__place::before{top: 0.375rem;
        left: -0.25rem;
        width: 3.75rem;
        height: 1.875rem;}
}
.casino-list__item--compact .casino__place::after{content: "";
    position: absolute;
    top: 1.25rem;
    left: 0.5625rem;
    width: 2.625rem;
    height: 1.3125rem;
    background-color: #d8f326;
    z-index: -1;
    -webkit-transform: rotate(-14.64deg);
    transform: rotate(-14.64deg);}
@media (min-width: 992px){
  .casino-list__item--compact .casino__place::after{width: 3.75rem;
        height: 1.875rem;}
}
.casino-list__item--compact .casino__place span{font-size: 0.5rem;
    color: var(--text);
    line-height: 1;}
@media (min-width: 992px){
  .casino-list__item--compact .casino__place span{font-size: var(--font-size-1);}
}
.casino-list__item--compact .casino__place span::before{font-size: var(--font-size-3);}
@media (min-width: 992px){
  .casino-list__item--compact .casino__place span::before{font-size: var(--font-size-7);
        margin-right: 0.5rem;}
}
.casino-list__item--compact .casino__bonus{margin-top: 0.5rem;}
@media (min-width: 992px){
  .casino-list__item--compact .casino__bonus{margin-top: 0;}
}
.casino-list__item--compact .casino__features{display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;}
@media (min-width: 992px){
  .casino-list__item--compact .casino__features{gap: 0.375rem;}
}
.casino-list__item--compact .casino__featuresDesc{overflow: hidden;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: -o-ellipsis-lastline;}
@media (min-width: 768px){
  .casino-list__item--compact .casino__featuresDesc{font-size: var(--font-size-2);}
}
@media (min-width: 992px){
  .casino-list__item--compact .casino__actions{padding: 1rem 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;}
  .casino-list__item--compact .casino__actionsText{display: none;}
}
.section__headerSubTitle{font-size: 1.375rem;
    text-align: center;
    margin-bottom: 0;}
.entry__rateList{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;}
.entry__rateList:after{content: "";
    width: 0.0625rem;
    height: 1.375rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 1rem;}
@media (max-width: 991.98px){
  .entry__rateList:after{display: none;}
}
.entry__rateItem{color: #d7d7dc;}
.entry__rateItem--active{color: #ffc15a;}
.form{background-color: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem 1rem;}
@media (min-width: 576px){
  .form{padding: 1.5rem;}
}
.form__header{padding-bottom: 1.5rem;}
.form__headerTitle{font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);}
.form__headerDesc{color: var(--text-subdued);
    font-weight: 500;
    margin-top: 0.3rem;}
.form .choice__label{font-size: 0.8125rem;}
.form .button{height: 3rem;
    width: 100%;}
.calc__range.noUi-target{border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.5625rem;
    background-color: #dadada;}
.calc__range .noUi-tooltip{font-size: 1.5rem;
    font-weight: 700;
    bottom: 100%;
    padding: 0;
    background-color: transparent;
    border: transparent;}
.calc__range.noUi-horizontal{height: 0.5rem;}
.calc__range.noUi-horizontal .noUi-handle{border-radius: 3.125rem;
    height: 1.375rem;
    width: 1.375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--action-primary);
    border: 0;
    top: -0.5rem;}
.calc__range.noUi-horizontal .noUi-handle:before{content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #fff;}
.calc__range.noUi-horizontal .noUi-handle:after{display: none;}
.calc__range .noUi-connect{background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);}
.calc__border{position: absolute;
    inset: 0;
    width: 95%;
    height: 95%;}
.calc__border svg{width: 100%;
    height: 100%;
    display: block;}
.features{display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;}
@media (min-width: 1200px){
  .features{grid-template-columns: 1fr 1fr 1fr;}
}
.features__item{background-color: #f6f7f9;
    padding: 1.5rem 1rem;
    border-radius: 2rem;}
@media (min-width: 992px){
  .features__item{padding: 2rem;}
}
.cta__content p,
.features__img{margin-bottom: 1rem;}
.features__title{font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;}
.cta__form{-ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 24.25rem;
    position: relative;
    width: 100%;
    margin: 0 auto;}
@media (min-width: 768px){
  .cta__form{width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0;}
}
@media (min-width: 992px){
  .cta__form{width: 24.25rem;}
}
.cta__form:before{content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='97' height='67' viewBox='0 0 97 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M85.7439 58.6272C82.9478 61.0275 80.2804 63.4083 77.1918 66.0507C79.2833 67.2475 81.2688 66.8799 82.6962 65.8728C86.9784 62.8516 91.241 59.7016 95.1874 56.2045C97.4531 54.214 96.6757 51.6981 93.8314 50.7475C89.1026 49.0954 84.2842 47.7203 79.4462 46.2165C79.1691 46.1269 78.818 45.9827 78.6347 46.0764C77.8819 46.3225 77.2228 46.7519 76.4895 47.1267C76.8448 47.7312 76.9817 48.6323 77.4811 48.8857C79.2019 49.8095 80.9577 50.5305 82.6589 51.3256C83.5837 51.7778 84.4889 52.1012 85.4022 53.3452C83.9316 53.6345 82.4065 53.998 80.9359 54.2873C50.2985 58.9425 21.0999 43.163 7.94139 15.0689C6.2702 11.4377 5.03976 7.67361 3.55188 3.94868C3.02468 2.64593 2.4429 1.41732 1.91571 0.114571C1.58411 0.0991062 1.27207 0.212367 0.940467 0.196902C0.67164 1.02795 0.0907731 1.97226 0.282274 2.79922C0.76717 5.55709 1.25206 8.31497 2.12314 11.0142C10.6857 37.897 35.8832 57.2476 65.0682 59.0689C70.6508 59.4059 76.2798 58.7482 81.8388 58.4962C83.0169 58.4489 84.1013 58.2183 85.2599 58.0422C85.4627 58.0773 85.6306 58.3152 85.7439 58.6272Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -30%;
    bottom: 5%;
    width: 6.0625rem;
    height: 4.1875rem;
    display: none;}
@media (min-width: 1200px){
  .cta__form:before{display: block;}
}
@media (min-width: 1200px){
  .cta--v3{background-image: url("data:image/svg+xml,%3Csvg width='1255' height='602' viewBox='0 0 1255 602' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 554C0 570.802 0 579.202 3.2698 585.62C6.14601 591.265 10.7354 595.854 16.3803 598.73C22.7976 602 31.1984 602 48 602H1192.51C1220.2 602 1234.05 602 1241.97 596.192C1248.88 591.127 1253.29 583.353 1254.09 574.827C1255.02 565.049 1247.92 553.162 1233.72 529.387L989.283 120.119C984.768 112.559 982.51 108.779 979.447 105.902C976.734 103.354 973.57 101.333 970.117 99.9424C966.219 98.3723 961.84 97.9128 953.082 96.994L53.0085 2.56146C34.6499 0.635315 25.4706 -0.327698 18.3709 2.65778C12.1351 5.28003 6.9686 9.93286 3.70999 15.861C0 22.6104 0 31.84 0 50.2994V554Z' fill='url(%23paint0_linear_144_1345)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_144_1345' x1='-16.8467' y1='299.5' x2='1130.4' y2='334.048' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23436AF4'/%3E%3Cstop offset='1' stop-color='%232249E8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom center;}
  .cta--v3 .cta__content{padding-top: 5em;}
}
.video,
.video:before{background-repeat: no-repeat;}
.video{margin-top: 5rem;
    background-image: url(../img/general/video-bg.svg), -webkit-linear-gradient(354deg, #436af4 10.25%, #2348e2 90.25%);
    background-image: url(../img/general/video-bg.svg), linear-gradient(96deg, #436af4 10.25%, #2348e2 90.25%);
    position: relative;
    background-size: cover;
    background-position: center;}
@media (min-width: 768px){
  .video{margin-top: 10rem;}
}
.video:before{content: "";
    position: absolute;
    top: -0.2em;
    left: 0;
    right: 0;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='1972' height='24' viewBox='0 0 1972 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_317_893)'%3E%3Cpath d='M0 -0.5V24C276.304 12.1299 508.842 4.2916 729.914 1.04401L0 -0.5Z' fill='white'/%3E%3Cpath d='M1972 24V-1L1253.73 1.04382C1469.59 4.49927 1699.12 12.6296 1972 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_317_893'%3E%3Crect width='1972' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: top center;
    background-size: 106%;}
.video__player{position: relative;
    width: 100%;
    text-align: left;
    margin: -5rem auto 0;
    overflow: hidden;}
@media (min-width: 768px){
  .video__player{width: 80%;
        margin: -10rem auto 0;}
}
.video__player iframe{width: 100%;
    border-radius: 2rem;
    margin: 0 auto;
    height: 11.25rem;
    overflow: hidden;}
@media (min-width: 768px){
  .video__player iframe{height: 32.8125rem;}
}
.video__stats{display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 80%;
    margin: 3rem auto 5rem;}
@media (min-width: 768px){
  .video__stats{grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 5rem auto 8rem;}
}
.video__statsItem{text-align: center;}
.video__statsTitle{font-size: 1.125rem;
    font-weight: 600;
    color: #fff;}
.video__statsText{font-size: 2rem;
    font-weight: 700;
    color: #fff;}
.partners__img{height: 3.75rem;}
.card-table__header{padding-bottom: 1.5rem;}
.card-table__headerTitle{font-size: 1.75rem;
    margin-bottom: 0;}
@media (min-width: 992px){
  .card-table__headerTitle{font-size: 2rem;}
}
.default-table{display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 0.625rem;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;}
@media (min-width: 992px){
  .default-table{margin-bottom: 1rem;}
}
.default-table table{border: 0;
    border-spacing: 0;
    width: 100%;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;}
.default-table table thead{background-color: #f6f7f8;
    text-align: left;}
.default-table table td,
.default-table table th{padding: 1rem;
    text-align: left;
    border: 1px solid #f1f3f5;}
.default-table table th{font-weight: 700;
    white-space: nowrap;}
.default-table table tr:first-child td:first-child,
.default-table table tr:first-child th:first-child{border-top-left-radius: 0.75rem;}
.default-table table tr:first-child td:last-child,
.default-table table tr:first-child th:last-child{border-top-right-radius: 0.75rem;}
.default-table table tr:last-child td:first-child,
.default-table table tr:last-child th:first-child{border-bottom-left-radius: 0.75rem;}
.default-table table tr:last-child td:last-child,
.default-table table tr:last-child th:last-child{border-bottom-right-radius: 0.75rem;}
.default-table table td{font-weight: 500;}
.default-table--stripped{border-radius: 0;
    margin-bottom: 0;}
.default-table--stripped table{border: 0;}
.default-table--stripped td,
.default-table--stripped th{font-weight: 500;
    border-bottom: 1px solid #f1f3f5;}
.default-table--stripped td:first-child,
.default-table--stripped th:first-child{padding-left: 0;}
.default-table--stripped td:last-child,
.default-table--stripped th:last-child{padding-right: 0;
    text-align: right;
    color: var(--text-subdued);}
.default-table--stripped td:first-child{white-space: nowrap;}
.live-payments{position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2d47;
    padding: 0.5rem 0;
    z-index: 100;
    -webkit-transition: var(--transition);
    transition: var(--transition);}
.live-payments__item{border: 0.125rem solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;}
.live-payments__avatar{width: 3.4375rem;
    height: 3.4375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;}
.live-payments .swiper-slide{width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;}
.live-payments__desc{font-size: 0.8125rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;}
.live-payments__label{border-radius: 0.125rem 0.5625rem 0.125rem 0.5625rem;
    background-color: #1ea545;
    font-size: 0.75rem;
    color: #fff;
    padding: 0.125rem 0.4375rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0.2rem;}
.live-payments--hidden{-webkit-transform: translateY(100%);
    transform: translateY(100%);}
.hero{background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(41, 81, 236, 0.11) 22%, transparent 100%), #1f223d;
    background: radial-gradient(50% 50% at 50% 50%, rgba(41, 81, 236, 0.11) 22%, transparent 100%), #1f223d;
    padding: 1.5rem 0 2.875rem;}
.hero__content{text-align: center;}
.hero__title{font-size: 2rem;
    font-weight: 800;
    color: #fff;}
@media (min-width: 992px){
  .hero__title{font-size: 3rem;}
}
.hero__date{text-align: center;
    margin-top: 1rem;
    color: #fff;}
.not-found{text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 6.875rem 0;}
.not-found__title{font-size: 8.875rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-primary);}
.not-found__subtitle{font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;}

.midpage {
  max-width: 46rem; margin: 0 auto; padding: 64px 20px 80px;
  text-align: center; font-family: inherit;
}
.midpage h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 0 0 12px; }
.midpage .lede { font-size: 1.05rem; line-height: 1.6; opacity: .8; margin: 0 0 28px; }
.midpage__note { font-size: .875rem; opacity: .6; margin-top: 28px; }
.signup-ok__mark {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 24px;
  display: grid; place-items: center; font-size: 34px; line-height: 1;
  background: rgba(25, 195, 125, .14); color: #19c37d;
}

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.midpage .btn, .btn--secondary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; border-radius: 10px; text-decoration: none;
  border: 1px solid currentColor; font-weight: 600;
}

header.site-header { position: sticky; top: 0; left: auto; right: auto; }
.site-header .nav { display: flex; align-items: center; gap: 12px; padding: 18px 20px; }
.site-header .brand { display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 700; }
.brand__mark--text {
  width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center;
  border: 1px solid currentColor; font-size: .8rem; letter-spacing: .04em;
}

@media screen and (max-width: 520px){
  .cstm_entr{padding-top: 80px;}
}
.footer__main{text-align: start;}
.footer__main h2{font-size: 22px;
							margin: 0;
							padding: 0;
							padding-top: 10px;
							padding-bottom: 10px;}
.loader-wrapper{position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			display: none;
			justify-content: center;
			align-items: center;
			background-color: rgba(0, 0, 0, 0.7);
			z-index: 10000;}
.phone-validation{display: none;
			font-size: 12px;
			color: red;
			margin-top: 5px;}
.loader{width: 48px;
			height: 48px;
			border-radius: 50%;
			position: relative;
			animation: rotate 1s linear infinite;}
.loader::before,
		.loader::after{content: "";
			box-sizing: border-box;
			position: absolute;
			inset: 0px;
			border-radius: 50%;
			border: 5px solid #fff;
			animation: prixClipFix 2s linear infinite;}
.loader::after{border-color: #4d74ff;
			animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
			inset: 6px;}
.header{background-color: #f4f4f4;}
.register__form{background-color: #ffffff;
  padding: 20px 30px 40px 30px;}
.register__form-title{font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.06em;
  color: #636363;
  margin-bottom: 20px;}
.register__form-input{margin-bottom: 10px;}
.register__form-input input{height: 42px;
  width: calc(100% - 10px);
  padding-left: 10px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #000;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;}
.register__form-button{text-align: center;
  margin-top: 50px;}
.register__form-button button{background: #2048e9;
  width: 306px;
  height: 55px;
  border: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.06em;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.register__form-button button:hover{-webkit-box-shadow: 0px 10px 13px -7px #000000,
    0px 7px 5px 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 13px -7px #000000, 0px 7px 5px 11px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.register__form-row{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;}
.register__form-row input{}
.register__form-line{display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#3c0000),
      to(#d83c3c));
  background: #2048e9;}
.footer{padding: 50px 0;
  background: #343434;
  text-align: center;}
@media screen and (max-width: 1400px){
  .register__form-row{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}
  .register__form-row input{width: calc(100% - 10px);}
}
@media screen and (max-width: 992px){
  .register__form-title{font-size: 24px;
    line-height: 24px;}
}
@media screen and (max-width: 680px){
  .register__form-button button{max-width: 100%;}
}
.register__form-input{position: relative;}
.checkbox-svg{margin-bottom: 0 !important;
  margin-top: 10px !important;}
.privacy-checkbox{font-size: 12px !important;
  line-height: 120% !important;}
.privacy-checkbox a{color: #3c0000;}
#cbx:checked+.checked-svg svg{stroke: #3c0000 !important;}
.checked-svg svg{background-color: unset !important;
  border: 2px solid #000000;}
.register-form{position: relative;}
.app,
.app__main,
.app__wrapper{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;}
.app{-webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: hidden;
    background-color: var(--body-bg);}
.app__main,
.app__wrapper{-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;}
.app__wrapper{min-height: 100vh;
    width: 100%;}
.app__main{-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;

    padding: 0;}
@media (min-width: 768px){
  .app__main{
        padding-top: 70px;}
}
@media (min-width: 992px){
  .app__main{padding-left: var(--desktop-padding-default);
        padding-right: var(--desktop-padding-default);}
}
.app__container{margin: 0 auto;
    max-width: 51rem;
    width: 100%;
    padding: 0 1rem;}
@media (min-width: 992px){
  .app__container{max-width: 78.75rem;}
}
.button{--button-extra-slim-min-height: rem(28px);
    --button-extra-slim-min-width: rem(28px);
    --button-slim-min-width: rem(32px);
    --button-slim-min-height: rem(32px);
    --button-large-min-height: rem(44px);
    --button-vertical-padding: calc((var(--line-height-6) - var(--line-height-2) - var(--space-05)) / 2);
    --button-slim-vertical-padding: calc((var(--button-slim-min-height) - var(--line-height-2) - var(--space-05)) / 2);
    --button-spinner-size: 1.25rem;
    font-size: var(--font-size-5);
    font-weight: var(--font-weight-bold);
    color: var(--text);
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
    min-width: 8.0625rem;
    margin: 0;
    padding: calc((var(--line-height-6) - var(--line-height-2) - var(--space-32)) / 2) var(--space-4);
    background: var(--surface);
    -webkit-box-shadow: var(--shadow-button);
    box-shadow: var(--shadow-button);
    border-radius: 0.75rem;
    border: 1px solid var(--border-neutral-subdued);
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;}
.button:after{border-radius: var(--border-radius-base);
    content: "";
    z-index: 1;
    top: calc(var(--border-width-1) * -1 - 0.0625rem);
    right: calc(var(--border-width-1) * -1 - 0.0625rem);
    bottom: calc(var(--border-width-1) * -1 - 0.0625rem);
    left: calc(var(--border-width-1) * -1 - 0.0625rem);
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 calc(var(--border-width-1) * -1 - 0.0625rem) var(--focused);
    box-shadow: 0 0 0 calc(var(--border-width-1) * -1 - 0.0625rem) var(--focused);
    -webkit-transition: -webkit-box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease);
    transition: box-shadow var(--duration-100) var(--ease), -webkit-box-shadow var(--duration-100) var(--ease);
    border-radius: 0.75rem;}
.button:focus{color: inherit;}
.button:hover{color: var(--text);
    outline: var(--border-width-1) solid transparent;}
.button:focus{color: var(--text);
    -webkit-box-shadow: var(--shadow-button);
    box-shadow: var(--shadow-button);
    outline: 0;}
.button:focus:after{-webkit-box-shadow: 0 0 0 0.125rem var(--focused);
    box-shadow: 0 0 0 0.125rem var(--focused);
    outline: var(--border-width-1) solid transparent;}
.button:active{color: var(--text);
    -webkit-box-shadow: var(--shadow-button);
    box-shadow: var(--shadow-button);}
.button:active:after{border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}
.button svg{fill: #fff;}
.button--primary{color: #fff;
    background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);
    -webkit-box-shadow: 0 15px 30px 0 rgba(65, 104, 243, 0.39);
    box-shadow: 0 15px 30px 0 rgba(65, 104, 243, 0.39);}
.button--primary:focus,
.button--primary:hover{color: #fff;
    background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);
    -webkit-box-shadow: 0 15px 30px 0 rgba(65, 104, 243, 0.49);
    box-shadow: 0 15px 30px 0 rgba(65, 104, 243, 0.49);}
.button--primary:active{color: #fff;
    background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);}
.button--secondary{background: -webkit-gradient(linear, left top, left bottom, from(#59d069), to(#23902f));
    background: -webkit-linear-gradient(top, #59d069 0, #23902f 100%);
    background: linear-gradient(180deg, #59d069 0, #23902f 100%);
    color: #fff;}
.button--secondary:focus,
.button--secondary:hover{background: -webkit-gradient(linear, left top, left bottom, from(#59d069), to(#23902f));
    background: -webkit-linear-gradient(top, #59d069 0, #23902f 100%);
    background: linear-gradient(180deg, #59d069 0, #23902f 100%);
    color: #fff;
    opacity: 0.9;}
.button--secondary:active{background: -webkit-gradient(linear, left top, left bottom, from(#59d069), to(#23902f));
    background: -webkit-linear-gradient(top, #59d069 0, #23902f 100%);
    background: linear-gradient(180deg, #59d069 0, #23902f 100%);
    color: #fff;
    opacity: 0.9;}
.button--iconOnly{padding: var(--space-1);
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 2.25rem;
    min-width: 2.25rem;}
.button--iconOnly:after{top: 0;
    right: 0;
    bottom: 0;
    left: 0;}
.button--iconOnly:focus:after{-webkit-box-shadow: 0 0 0 0.125rem var(--focused);
    box-shadow: 0 0 0 0.125rem var(--focused);
    outline: var(--border-width-1) solid transparent;}
.card{background-color: var(--card-background);
    border-radius: 2rem;
    padding: 1.5rem 1rem;
    grid-area: content-card;}
@media (min-width: 992px){
  .card{padding: 2rem;}
}
.card blockquote,
.card h3,
.card h4,
.card h5,
.card h6,
.card ul{margin-bottom: 0.75rem;}
@media (min-width: 992px){
  .card h1,
    .card h2,
    .card h3,
    .card h4,
    .card h5,
    .card h6{margin-bottom: 1rem;}
}
.card h1,
.card h2,
.card h3{font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.0308em;}
.card h1,
.card h2{font-size: 1.5rem;
    margin-bottom: 0.75rem;}
@media (min-width: 768px){
  .card h1,
    .card h2{font-size: 2rem;
        font-weight: 700;
        line-height: 2.625rem;}
}
.card h3{font-size: 1.375rem;}
@media (min-width: 768px){
  .card h3{font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;}
}
.card h4,
.card p{line-height: 1.5rem;}
.card h4,
.card h5,
.card h6{font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.0308em;}
@media (min-width: 768px){
  .card h4{font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.625rem;}
}
.card h5,
.card h6{font-size: 1.125rem;
    line-height: 1.25rem;}
@media (min-width: 768px){
  .card h5{font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.375rem;}
}
.card h6{font-size: 1.0625rem;
    line-height: 1.125rem;}
@media (min-width: 768px){
  .card h6{font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.25rem;}
}
.card p{margin-bottom: 0.75rem;}
@media (min-width: 992px){
  .card p{margin-bottom: 1rem;}
}
@media (min-width: 992px){
  .card ul{margin-bottom: 1rem;}
}
.card ul li{position: relative;
    padding-left: 2.5rem;}
.card ul li::before{content: "";
    width: 1.75rem;
    max-width: 1.75rem;
    position: absolute;
    top: -0.125rem;
    left: 0;
    height: 1.75rem;
    margin-right: 0.8rem;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_136_20766)'%3E%3Cpath d='M14 28C21.732 28 28 21.732 28 14C28 6.26801 21.732 0 14 0C6.26801 0 0 6.26801 0 14C0 21.732 6.26801 28 14 28Z' fill='%23436AF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7458 9.38931C21.6157 9.25921 21.4614 9.15601 21.2915 9.0856C21.1215 9.01519 20.9394 8.97894 20.7555 8.97894C20.5716 8.97894 20.3894 9.01519 20.2195 9.0856C20.0496 9.15601 19.8952 9.25921 19.7652 9.38931L12.3014 16.8541L8.56989 13.1236C8.43991 12.9935 8.28558 12.8904 8.11573 12.82C7.94588 12.7496 7.76382 12.7133 7.57995 12.7133C7.20862 12.7132 6.85246 12.8606 6.58982 13.1231C6.45978 13.2531 6.35661 13.4074 6.28621 13.5773C6.21581 13.7471 6.17955 13.9292 6.1795 14.113C6.17942 14.4844 6.32684 14.8405 6.58936 15.1032L11.2094 19.7232C11.3736 19.8865 11.5678 20.0013 11.775 20.0676C12.0339 20.1832 12.3219 20.2174 12.6007 20.1657C12.8795 20.1141 13.1361 19.9789 13.3364 19.7782L21.7458 11.3698C22.0082 11.1073 22.1557 10.7513 22.1557 10.38C22.1557 10.0088 22.0082 9.65185 21.7458 9.38931Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_136_20766'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.card ul li + li{margin-top: 0.75rem;}
@media (min-width: 992px){
  .card ul li + li{margin-top: 1rem;}
}
.card blockquote{font-weight: 600;
    position: relative;
    display: block;
    padding: 2.375rem 0;}
@media (min-width: 768px){
  .card blockquote{padding: 0 3rem;}
}
@media (min-width: 992px){
  .card blockquote{margin-bottom: 1rem;}
}
.card blockquote::after,
.card blockquote::before{content: "";
    background-image: url(../img/general/icon-quote.svg);
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
    position: absolute;}
.card blockquote::before{left: 0;
    top: 0;}
.card blockquote:after{bottom: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);}
.card blockquote p{border-radius: 1rem;
    padding: 1rem 1.5rem;
    background-color: #f6f7f8;
    margin-bottom: 0;}
.header{top: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 100;
    background-color: var(--header-background);
    -webkit-box-shadow: var(--header-shadow);
    box-shadow: var(--header-shadow);}
.header__container{-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;}
.header__main{padding: 0.875rem 1rem;}
@media (min-width: 992px){
  .header__main{padding: 1rem 1.5rem;}
}
.header__right{padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0 auto;}
.header__rightItem:last-child{margin-left: 1rem;}
@media (max-width: 767.98px){
  .header__rightItem:last-child .button{padding: 0 1.5rem;
        min-width: auto;}
}
.header__rightItem svg{color: #fff;
    fill: #fff;}
.header .button{height: 2.75rem;}
@media (max-width: 767.98px){
  .header .button{font-size: 14px;
		height: 40px;
		min-width: auto;}
}
.burger{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    width: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}
@media (min-width: 1200px){
  .burger{display: none;}
}
.burger__line,
.burger__line::after,
.burger__line::before{position: relative;
    background-color: var(--burger-color);
    border-radius: 0.75rem;
    height: 0.125rem;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 1.3125rem;}
.burger__line::after,
.burger__line::before{content: "";
    left: 0;
    position: absolute;}
.burger__line::before{-webkit-transform: translateY(-6px);
    transform: translateY(-6px);}
.burger__line::after{-webkit-transform: translateY(6px);
    transform: translateY(6px);}
.burger[aria-expanded="true"] .burger__line{background-color: transparent;}
.burger[aria-expanded="true"] .burger__line::before{-webkit-transform: rotate(45deg);
    transform: rotate(45deg);}
.burger[aria-expanded="true"] .burger__line::after{-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.logo{display: block;
    position: relative;}
.navigation{display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin-left: 3rem;}
@media (max-width: 1199.98px){
  .navigation{display: none;}
}
.navigation__list{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    white-space: nowrap;}
.navigation__item{display: inline-block;
    vertical-align: middle;}
.navigation__link{font-size: var(--font-size-3);
    color: #fff;
    font-weight: 500;
    padding: 0 1.25rem;
    white-space: nowrap;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.375rem;
    border-radius: 2.375rem;
    text-transform: uppercase;}
.navigation__link:focus,
.navigation__link:hover{color: #61da84;}
.navigation__link--active{color: #61da84;
    font-weight: 700;}
.faq{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;}
.faq__item{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem 1.5rem;
    background-color: #f6f7f8;
    border-radius: 1.375rem;}
.faq__toggle{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    text-align: left;}
.faq__toggle:focus .faq__title,
.faq__toggle:hover .faq__title{color: var(--text-primary);}
.faq__toggle[aria-expanded="true"] .faq__title,
.section__headerTitle span{color: var(--action-primary);}
.faq__toggle[aria-expanded="true"] .faq__icon{background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='2' fill='%23ffff'/%3E%3C/svg%3E%0A");}
.faq__title{font-size: var(--font-size-6);
    font-weight: 700;
    color: var(--text);
    line-height: 1.44;
    padding-right: 0.3125rem;}
.faq__body,
.faq__icon{-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;}
.faq__body{letter-spacing: 0.025em;
    overflow: hidden;
    line-height: 1.45;
    height: 0;
    -webkit-transition-property: height, margin-top;
    transition-property: height, margin-top;}
.faq__icon{background-color: var(--action-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.92857H7.42857V13.5H5.57143V7.92857H0V6.07143H5.57143V0.5H7.42857V6.07143H13V7.92857Z' fill='%23ffff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: 2rem;
    padding: 0.5rem 0.625rem;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;}
.faq__icon svg{width: 100%;
    height: 100%;}
.faq__dialogItem{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;}
.faq__dialogItem + .faq__dialogItem{margin-top: 1.3rem;}
.faq__dialogItem:nth-child(even){-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;}
.faq__dialogItem:nth-child(even) .faq__dialogAvatar{-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;}
.faq__dialogItem:nth-child(even) .faq__dialogBubble{background-color: var(--action-primary);
    color: #fff;
    border-radius: 0.875rem 0.875rem 0 0.875rem;
    margin-right: 0.875rem;
    margin-left: 0;}
.faq__dialogItem:nth-child(even) .faq__dialogBubble:before{right: -0.8125rem;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 26.4246C15 26.4246 0.783212 13.9255 0.794436 0.5V27H14.2394C14.8154 26.7156 15 26.4246 15 26.4246Z' fill='%23365BEC'/%3E%3C/svg%3E%0A");}
.faq__dialogAvatar{border-radius: 50%;
    width: 3.4375rem;
    height: 3.4375rem;
    -o-object-fit: cover;
    object-fit: cover;}
.faq__dialogBubble{padding: 0.75rem 1.25rem;
    font-weight: 500;
    border-radius: 0.875rem 0.875rem 0.875rem 0;
    background-color: #f6f7f8;
    position: relative;
    margin-left: 0.875rem;}
.faq__dialogBubble:before{content: "";
    position: absolute;
    bottom: 0;
    left: -0.875rem;
    width: 0.875rem;
    height: 1.625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.794434 26.4246C0.794434 26.4246 15.0112 13.9255 15 0.5V27H1.555C0.979034 26.7156 0.794434 26.4246 0.794434 26.4246Z' fill='%23F6F7F8'/%3E%3C/svg%3E%0A");}
.faq--withDialog{display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;}
@media (min-width: 992px){
  .faq--withDialog{grid-template-columns: 1fr 1fr;}
}
.social,
.social__link{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.social{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    gap: 0.75rem;}
.social__link{color: var(--social-link-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 0.375rem;}
.social__link:focus,
.social__link:hover{color: var(--social-link-hovered);}
.mobile-menu{width: 100%;
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);}
.mobile-menu__backdrop{position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(9, 15, 30, 0.9);}
.mobile-menu__wrapper{height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(275px + var(--safe-area-inset-right));
    padding-top: var(--safe-area-inset-top);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 10;}
.mobile-menu__inner{height: 100%;
    width: 100%;
    position: relative;
    background: #2a2d47;
    border-radius: 1.25rem 0 0 1.25rem;
    z-index: 10;}
.mobile-menu__closeButton,
.mobile-menu__header{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.mobile-menu__closeButton{position: absolute;
    height: 2.875rem;
    width: 2.5rem;
    top: 0;
    right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    color: #fff;}
.mobile-menu__closeButton svg{position: relative;
    bottom: 0.625rem;
    left: 0.625rem;
    width: 1rem;
    height: 1rem;}
.mobile-menu__header{-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 1.875rem 0;
    gap: 0.625rem;}
.mobile-menu__register{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.125rem;
    position: relative;
    overflow: hidden;
    height: 2.375rem;}
.mobile-menu__register:before{background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 1.875rem;
    will-change: transform;
    z-index: 1;
    -webkit-animation: flare-3 5s ease infinite;
    animation: flare-3 5s ease infinite;}
.mobile-menu__content{-webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow-y: auto;
    padding: 0 1.875rem;
    margin-top: 0.9375rem;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;}
.mobile-menu__list{margin-bottom: 0.9375rem;
    overflow: auto;
    max-height: 66vh;}
.mobile-menu__item,
.mobile-menu__link{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.mobile-menu__item{-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4375rem 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
.mobile-menu__link{color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;}
.mobile-menu__link:focus,
.mobile-menu__link:hover{color: #fff;}
.mobile-menu__text{font-size: 1rem;
    font-weight: 500;}
.mobile-menu__text > img{height: 0.875rem;}
.mobile-menu__divider{margin: 0.625rem 0;
    width: 90%;
    height: 0.0625rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(211, 222, 255, 0.2)), to(rgba(235, 241, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(211, 222, 255, 0.2), rgba(235, 241, 255, 0));
    background: linear-gradient(90deg, rgba(211, 222, 255, 0.2), rgba(235, 241, 255, 0));}
.mobile-menu__footer{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;}
.mobile-menu__footer .social{gap: 1.1875rem;}
.mobile-menu[open]{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;}
.mobile-menu[open] .mobile-menu__wrapper{-webkit-transform: translateX(0);
    transform: translateX(0);}
.footer{background: var(--footer-background);
    margin: 0;
    border-radius: 1.375rem 1.375rem 0 0;}
@media (min-width: 1200px){
  .footer{margin: 0 2rem;
        border-radius: 2rem 2rem 0 0;}
}
.footer__container{max-width: 71.25rem;
    width: 100%;
    margin: 0 auto;}
.footer__top{padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;}
@media (min-width: 992px){
  .footer__top{padding: 2rem 1.5rem;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;}
}
.footer__top .logo{-webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;}
.footer__navigation{display: block;
    position: relative;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;}
@media (min-width: 992px){
  .footer__navigation{-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 1.5rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;}
}
@media (min-width: 1200px){
  .footer__navigation{margin-left: 3rem;}
}
.footer__navigationList{margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;}
@media (min-width: 992px){
  .footer__navigationList{-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;}
}
.footer__navigationLink{font-size: var(--font-size-3);
    color: #fff;
    font-weight: 500;
    padding: 0 1.25rem;
    white-space: nowrap;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.375rem;
    border-radius: 2.375rem;
    text-transform: uppercase;}
.footer__bottomMenu a:focus,
.footer__bottomMenu a:hover,
.footer__navigationLink:focus,
.footer__navigationLink:hover{color: rgba(255, 255, 255, 0.7);}
.footer__main{font-size: 0.875rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
    padding: 2rem 1rem;}
@media (min-width: 992px){
  .footer__main{padding: 2rem 1.5rem;}
}
.footer__main p + p{margin-top: 1rem;}
@media (min-width: 992px){
  .footer__social{margin: 0 0 0 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;}
}
.footer__bottom{padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;}
@media (min-width: 992px){
  .footer__bottom{-webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1.5rem;}
}
.footer__copyright{font-size: var(--font-size-3);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.25rem;}
.footer__bottomMenu{gap: 1.25rem;}
.footer__bottomMenu a{color: #fff;
    font-size: 0.875rem;}
.section{padding: 3.125rem 0;}
@media (min-width: 992px){
  .section{padding: 4.375rem 0;}
}
.section + .section{padding-top: 1.5rem;}
.section__header{padding-bottom: 2.5rem;}
.section__headerTitle{font-size: 1.75rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;}
@media (min-width: 992px){
  .section__headerTitle{font-size: 2.25rem;}
}
.section__headerDesc{font-size: 1rem;
    margin-top: 0.5rem;
    text-align: center;}
@media (min-width: 992px){
  .section__headerDesc{font-size: 1.125rem;}
}
.entry{background-color: #1f223d;
    padding: 2rem 0;}
@media (min-width: 992px){
  .entry{padding: 3.75rem 0;}
}
.entry__container{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;}
@media (min-width: 992px){
  .entry__container{-webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;}
}
.entry__content{max-width: 38.4375rem;}
.entry__title{font-size: 2rem;
    font-weight: 800;
    color: #fff;}
@media (min-width: 992px){
  .entry__title{font-size: 40px;}
}
.entry__desc{color: #fff;
    line-height: 1.8;
    padding: 1.25rem 0;}
@media (min-width: 992px){
  .entry__desc{font-size: 1.125rem;}
}
.entry__rate{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    gap: 0.75rem;}
@media (min-width: 992px){
  .entry__rate{-webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;}
}
.entry__rateText{color: #fff;
    font-weight: 600;}
.entry__rateText span{color: #61da84;}
.entry__hint{font-size: 0.875rem;
    text-align: center;
    color: rgba(172, 205, 255, 0.76);
    margin: 1.25rem 0;}
@media (min-width: 992px){
  .entry__hint{text-align: left;}
}
.entry__stats{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;}
@media (min-width: 992px){
  .entry__stats{-webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;}
}
.entry__statsItem{padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);
    position: relative;
    z-index: 0;}
@media (min-width: 992px){
  .entry__statsItem{padding: 0.75rem 2rem;}
}
.entry__statsItem:before{z-index: -1;
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 70%;
    background-image: url("data:image/svg+xml,%3Csvg width='157' height='58' viewBox='0 0 157 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 57.0001H155.5H15.1367C7.32924 57.0001 1 50.6709 1 42.8634V13.2845C1 7.78519 4.04884 3.25267 8.32946 0.893799' stroke='url(%23paint0_linear_243_804)' stroke-width='1.17806' stroke-miterlimit='10'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_243_804' x1='93.0769' y1='-35.0334' x2='102.021' y2='65.6214' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.303689' stop-color='%23B6F4E8' stop-opacity='0'/%3E%3Cstop offset='0.422945' stop-color='%23BED4D0' stop-opacity='0.4'/%3E%3Cstop offset='0.499089' stop-color='%2398E9DA'/%3E%3Cstop offset='0.649516' stop-color='%2326DDFF'/%3E%3Cstop offset='0.953267' stop-color='%2326DDFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;}
.entry__statsTitle{font-size: 0.75rem;
    color: #fff;
    margin-bottom: 0.2rem;}
@media (min-width: 576px){
  .entry__statsTitle{font-size: 1rem;}
}
.entry__statsDesc{font-size: 1.375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;}
@media (min-width: 576px){
  .entry__statsDesc{font-size: 1.75rem;}
}
.entry__partners{margin-top: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;}
@media (min-width: 992px){
  .entry__partners{-webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;}
}
.entry__partnersTitle{color: #fff;
    font-weight: 800;
    text-transform: uppercase;}
.entry__partnersList{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0.7;
    gap: 0.75rem;}
@media (min-width: 992px){
  .entry__partnersList{-webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;}
}
.entry__form{position: relative;}
@media (min-width: 992px){
  .entry__form{-webkit-box-flex: 0;
        -ms-flex: 0 0 24.25rem;
        flex: 0 0 24.25rem;
        width: 24.25rem;}
}
.entry__form:before{content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='97' height='67' viewBox='0 0 97 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M85.7439 58.6272C82.9478 61.0275 80.2804 63.4083 77.1918 66.0507C79.2833 67.2475 81.2688 66.8799 82.6962 65.8728C86.9784 62.8516 91.241 59.7016 95.1874 56.2045C97.4531 54.214 96.6757 51.6981 93.8314 50.7475C89.1026 49.0954 84.2842 47.7203 79.4462 46.2165C79.1691 46.1269 78.818 45.9827 78.6347 46.0764C77.8819 46.3225 77.2228 46.7519 76.4895 47.1267C76.8448 47.7312 76.9817 48.6323 77.4811 48.8857C79.2019 49.8095 80.9577 50.5305 82.6589 51.3256C83.5837 51.7778 84.4889 52.1012 85.4022 53.3452C83.9316 53.6345 82.4065 53.998 80.9359 54.2873C50.2985 58.9425 21.0999 43.163 7.94139 15.0689C6.2702 11.4377 5.03976 7.67361 3.55188 3.94868C3.02468 2.64593 2.4429 1.41732 1.91571 0.114571C1.58411 0.0991062 1.27207 0.212367 0.940467 0.196902C0.67164 1.02795 0.0907731 1.97226 0.282274 2.79922C0.76717 5.55709 1.25206 8.31497 2.12314 11.0142C10.6857 37.897 35.8832 57.2476 65.0682 59.0689C70.6508 59.4059 76.2798 58.7482 81.8388 58.4962C83.0169 58.4489 84.1013 58.2183 85.2599 58.0422C85.4627 58.0773 85.6306 58.3152 85.7439 58.6272Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -30%;
    bottom: 12%;
    width: 6.0625rem;
    height: 4.1875rem;
    display: none;}
@media (min-width: 1200px){
  .entry__form:before{display: block;}
}
@media (max-width: 991.98px){
  .entry__desktop-group{display: none;}
}
.entry__mobile-group{padding-top: 1rem;}
@media (min-width: 992px){
  .entry__mobile-group{display: none;}
}
.calc{display: grid;
    grid-template-columns: 1fr;
    gap: 1.875rem;}
@media (min-width: 992px){
  .calc{grid-template-columns: 1fr 1fr;}
}
.calc__form{background-color: #f2f2f2;
    border-radius: 2rem;
    padding: 2rem;}
.calc__range{margin-top: 2.5rem;}
.calc__label{font-size: 0;
    line-height: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;}
.calc__formGroup + .calc__formGroup{margin-top: 3rem;}
.calc__desc,
.calc__formTitle{font-size: 1.125rem;
    font-weight: 500;}
.calc__desc{font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;}
.calc__results{background: -webkit-linear-gradient(359deg, #436af3 35.24%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 35.24%, #2048e9 98.37%);
    position: relative;
    border-radius: 2rem;}
.calc__results:after{content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/general/calc-bg.svg) right bottom no-repeat;}
.calc__resultsInner{position: relative;
    z-index: 0;
    padding: 2.625rem 1rem 3.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    height: 100%;}
@media (min-width: 992px){
  .calc__resultsInner{padding: 2rem;}
}
.calc__resultsEarn{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;}
.calc__resultsEarn span:first-child{font-size: 1.5rem;
    font-weight: 600;}
.calc__resultsEarn span:last-child{font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;}
@media (min-width: 992px){
  .calc__resultsEarn span:last-child{font-size: 3.125rem;}
}
.calc__resultsRow{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 1.25rem;
    width: 100%;}
@media (min-width: 992px){
  .calc__resultsRow{gap: 5rem;
        width: auto;}
}
.calc__resultsProfitability,
.calc__resultsRevenue{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;}
.calc__resultsProfitability span:first-child{font-size: 1.125rem;
    font-weight: 600;}
.calc__resultsProfitability span:last-child{font-size: 2rem;
    font-weight: 700;
    line-height: 1;}
@media (min-width: 992px){
  .calc__resultsProfitability span:last-child{font-size: 2.25rem;}
}
.calc__resultsRevenue span:first-child{font-size: 1.125rem;
    font-weight: 600;}
.calc__resultsRevenue span:last-child{font-size: 2rem;
    font-weight: 700;
    line-height: 1;}
@media (min-width: 992px){
  .calc__resultsRevenue span:last-child{font-size: 2.25rem;}
}
.content{display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "content-img" "content-card";
    gap: 1.5rem;
    margin-bottom: 1.5rem;}
@media (min-width: 1200px){
  .content{grid-template-columns: 1fr 1fr;
        grid-template-areas: "content-img content-card";}
}
.content__img{height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem;
    grid-area: content-img;}
.content--reversed{grid-template-areas: "content-img" "content-card";}
@media (min-width: 1200px){
  .content--reversed{grid-template-areas: "content-card content-img";}
}
.centered-button{text-align: center;
    margin-top: 2rem;}
.centered-button .button{min-width: 15rem;}
.steps__item{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;}
@media (min-width: 992px){
  .steps__item{-webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2.5rem;}
}
.steps__item + .steps__item{margin-top: 2rem;}
@media (min-width: 992px){
  .steps__item + .steps__item{margin-top: 1.25rem;}
}
.steps__number{font-weight: 700;
    font-size: 2rem;
    color: #fff;
    width: 5.625rem;
    height: 6.1875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='99' viewBox='0 0 90 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.4781 42.7804C93.6358 65.7612 79.7434 89.4507 56.4487 95.6925C42.0316 99.5556 27.392 95.8302 16.8678 86.982' stroke='url(%23paint0_linear_308_791)' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M15.5715 87.0998C17.06 86.7009 17.9158 85.2167 17.5165 83.7264C17.1171 82.2362 15.6339 81.3787 14.1454 81.7775C12.6569 82.1764 11.8011 83.6606 12.2004 85.1509C12.4934 86.6696 14.083 87.4986 15.5715 87.0998Z' fill='white' stroke='url(%23paint1_linear_308_791)' stroke-miterlimit='10'/%3E%3Cpath d='M1.54773 33.9536C7.78867 10.6621 31.6568 -3.17949 54.8588 3.03745C69.2183 6.88508 79.9573 17.514 84.5777 30.578' stroke='url(%23paint2_linear_308_791)' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M85.4589 25.9924C83.9704 25.5936 82.4872 26.4511 82.0879 27.9413C81.6886 29.4316 82.5443 30.9158 84.0328 31.3147C85.5213 31.7135 87.0046 30.856 87.4039 29.3658C87.9095 27.904 86.9474 26.3913 85.4589 25.9924Z' fill='white' stroke='url(%23paint3_linear_308_791)' stroke-miterlimit='10'/%3E%3Cellipse cx='45.2064' cy='50.2887' rx='32' ry='32.5079' fill='url(%23paint4_radial_308_791)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_308_791' x1='134.888' y1='62.6846' x2='57.2153' y2='142.329' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.290229' stop-color='%23004DF4' stop-opacity='0'/%3E%3Cstop offset='0.422945' stop-color='%23004DF4' stop-opacity='0.4'/%3E%3Cstop offset='0.499089' stop-color='%23004DF4'/%3E%3Cstop offset='0.649516' stop-color='%233F66F2'/%3E%3Cstop offset='0.953267' stop-color='%233E65F2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_308_791' x1='14.0088' y1='81.3295' x2='17.8319' y2='96.367' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237991ED'/%3E%3Cstop offset='0.803412' stop-color='%23375EF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_308_791' x1='-27.8198' y1='3.34025' x2='73.6116' y2='-30.7993' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.303689' stop-color='%23004DF4' stop-opacity='0'/%3E%3Cstop offset='0.422945' stop-color='%23004DF4' stop-opacity='0.4'/%3E%3Cstop offset='0.674376' stop-color='%23004DF4'/%3E%3Cstop offset='0.79' stop-color='%23365DF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_308_791' x1='86.3155' y1='69.6291' x2='88.135' y2='16.8365' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8BED3'/%3E%3Cstop offset='0.803412' stop-color='%234067F3'/%3E%3C/linearGradient%3E%3CradialGradient id='paint4_radial_308_791' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(49.7778 50.7109) rotate(26.4692) scale(141.132 189.168)'%3E%3Cstop offset='0.2' stop-color='%235175F5'/%3E%3Cstop offset='0.39' stop-color='%233158EE'/%3E%3Cstop offset='1' stop-color='%23224AEA'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}
.steps__content{font-weight: 500;
    padding: 1.5rem 1rem;
    border-radius: 2rem;
    background-color: #f6f7f9;}
@media (min-width: 992px){
  .steps__content{padding: 2rem;}
}
.steps__title{font-weight: 700;
    margin-bottom: 0.5rem;}
.safe-data{background-color: #e3f5e7;
    border-radius: 40px;
    border: 0.0625rem solid #10b534;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.5rem auto 0;
    width: 100%;}
@media (min-width: 768px){
  .safe-data{width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;}
}
.safe-data__text{font-weight: 500;}
.cta{border-radius: 2rem;
    background: -webkit-linear-gradient(359deg, #436af3 -0.27%, #2048e9 98.37%);
    background: linear-gradient(91deg, #436af3 -0.27%, #2048e9 98.37%);
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
    margin: 0 -1rem;}
@media (min-width: 768px){
  .cta{padding: 2rem 1.5rem;
        margin: 0;}
}
@media (min-width: 992px){
  .cta{padding: 3.125rem 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;}
}
.cta__content{color: #fff;
    max-width: 38.75rem;}
.cta__content h2{font-size: 2rem;}
@media (min-width: 992px){
  .cta__content h2{font-size: 2.375rem;}
}
.cta__content ul{margin-bottom: 0.75rem;}
@media (min-width: 992px){
  .cta__content ul{margin-bottom: 1rem;}
}
.cta__content ul li{position: relative;
    padding-left: 2.25rem;}
.cta__content ul li::before{content: "";
    width: 1.75rem;
    max-width: 1.75rem;
    position: absolute;
    top: -0.125rem;
    left: 0;
    height: 1.75rem;
    margin-right: 0.8rem;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_136_20766)'%3E%3Cpath d='M14 28C21.732 28 28 21.732 28 14C28 6.26801 21.732 0 14 0C6.26801 0 0 6.26801 0 14C0 21.732 6.26801 28 14 28Z' fill='%23436AF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7458 9.38931C21.6157 9.25921 21.4614 9.15601 21.2915 9.0856C21.1215 9.01519 20.9394 8.97894 20.7555 8.97894C20.5716 8.97894 20.3894 9.01519 20.2195 9.0856C20.0496 9.15601 19.8952 9.25921 19.7652 9.38931L12.3014 16.8541L8.56989 13.1236C8.43991 12.9935 8.28558 12.8904 8.11573 12.82C7.94588 12.7496 7.76382 12.7133 7.57995 12.7133C7.20862 12.7132 6.85246 12.8606 6.58982 13.1231C6.45978 13.2531 6.35661 13.4074 6.28621 13.5773C6.21581 13.7471 6.17955 13.9292 6.1795 14.113C6.17942 14.4844 6.32684 14.8405 6.58936 15.1032L11.2094 19.7232C11.3736 19.8865 11.5678 20.0013 11.775 20.0676C12.0339 20.1832 12.3219 20.2174 12.6007 20.1657C12.8795 20.1141 13.1361 19.9789 13.3364 19.7782L21.7458 11.3698C22.0082 11.1073 22.1557 10.7513 22.1557 10.38C22.1557 10.0088 22.0082 9.65185 21.7458 9.38931Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_136_20766'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.cta__content ul li + li{margin-top: 0.75rem;}
@media (min-width: 992px){
  .cta__content ul li + li{margin-top: 1rem;}
}
.cta--v2{background: #2a2d47;}
.card-table{border-radius: 2rem;
    border-bottom: 0.0625rem solid #f1f3f5;
    background: #fff;
    -webkit-box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.09);
    padding: 1.5rem 1rem;
    margin: 0 -1rem;}
@media (min-width: 768px){
  .card-table{margin: 0;}
}
@media (min-width: 992px){
  .card-table{padding: 2rem;}
}
.card-table__table table{width: 100%;
    border-collapse: collapse;}
.card-table__table th{text-align: left;
    width: 50%;}
@media (min-width: 576px){
  .card-table__table th{width: auto;}
}
.card-table__table td,
.card-table__table th{padding: 1rem 0;}
.card-table__table td{font-weight: 500;
    padding-left: 0.75rem;}
.card-table__table tr{border-bottom: 0.0625rem solid #e9e9e9;}
.card-table__table tr:last-child{border-bottom: 0;}
.visuallyHidden{font-size: 0;
    line-height: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;}
.calc__range-wrapper{position: relative;
    height: 50px;
    margin-bottom: 20px; }
.calc__range{-webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    position: relative;
    z-index: 1;}
.calc__range:hover{opacity: 1;}
.calc__range::-webkit-slider-thumb{-webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #436af3;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;}
.calc__range::-moz-range-thumb{width: 25px;
    height: 25px;
    background: #436af3;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;}
.calc__range::before{content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #436af3;
    z-index: 0;
    border-radius: 8px;
    width: var(--range-width, 0%);}
.calc__range-label{position: absolute;
    top: -3px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    background-color: transparent;
    border: transparent;
    transform: translateX(-50%);
    white-space: nowrap;
    color: black;}
.checkbox-svg{margin: 0;display:flex;align-items:center;margin-bottom: 20px;}
.checkbox-svg a{}
.checkbox-svg label.checked-svg{cursor:pointer;position:relative;margin:0;width:20px;height:30px;-webkit-tap-highlight-color:transparent;transform:translate3d(0,0,0);min-height:auto;padding-left:initial}
.checked-svg:before{content:"";position:absolute;top:-15px;left:-15px;width:48px;height:48px;border-radius:50%;background:rgba(34,50,84,.03);opacity:0;transition:opacity .2s ease}
.checked-svg svg{background: #E3E3E3;border-radius: 3px;position:relative;z-index:1;fill:none;transform:translate3d(0,0,0);transition:transform .2s ease,stroke-linecap .2s ease,stroke-linejoin .2s ease}
.checked-svg svg path{stroke-dasharray:60;stroke-dashoffset:0}
.checked-svg svg polyline{stroke-dasharray:22;stroke-dashoffset:66}
.checked-svg:hover:before{opacity:1}
.checked-svg:hover svg{stroke:#4285f4}
#cbx:checked+.checked-svg svg{stroke:#59f442}
#cbx:checked+.checked-svg svg path{stroke-dashoffset:60;transition:all .3s linear}
#cbx:checked+.checked-svg svg polyline{stroke-dashoffset:42;transition:all .2s linear;transition-delay:.15s}
#cbx-2-pop:checked+.checked-svg svg{stroke:#59f442}
#cbx-2-pop:checked+.checked-svg svg path{stroke-dashoffset:60;transition:all .3s linear}
#cbx-2-pop:checked+.checked-svg svg polyline{stroke-dashoffset:42;transition:all .2s linear;transition-delay:.15s}
#cbx-3:checked+.checked-svg svg{stroke:#59f442}
#cbx-3:checked+.checked-svg svg path{stroke-dashoffset:60;transition:all .3s linear}
#cbx-3:checked+.checked-svg svg polyline{stroke-dashoffset:42;transition:all .2s linear;transition-delay:.15s}
.privacy-checkbox{font-family:inherit;padding-left:10px;font-style:normal;font-weight:400;font-size:8px;line-height:10px;;text-align:left}
[for=cbx-2-pop]+.privacy-checkbox{color:#fff}
.checkbox-svg p{margin:0}
