/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./assets/sass/style.scss ***!
  \***********************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Outfit:wght@100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./assets/sass/style.scss (1) ***!
  \***************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Outfit, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20stroke%3D%27%236b7280%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%271.5%27%20d%3D%27M6%208l4%204%204-4%27%2F%3E%3C%2Fsvg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: unset;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%27%2F%3E%3C%2Fsvg%3E");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%273%27%2F%3E%3C%2Fsvg%3E");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20stroke%3D%27white%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%20d%3D%27M4%208h8%27%2F%3E%3C%2Fsvg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 415px){
  .container{
    max-width: 415px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1160px){
  .container{
    max-width: 1160px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.left-\[10px\]{
  left: 10px;
}
.top-\[8px\]{
  top: 8px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-\[-15px\]{
  top: -15px;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.-top-1{
  top: -0.25rem;
}
.-right-1{
  right: -0.25rem;
}
.left-1\/2{
  left: 50%;
}
.top-1\/2{
  top: 50%;
}
.z-\[2\]{
  z-index: 2;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.float-right{
  float: right;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-24{
  margin-top: 6rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mt-16{
  margin-top: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mr-8{
  margin-right: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.\!mb-8{
  margin-bottom: 2rem !important;
}
.mt-1{
  margin-top: 0.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-auto{
  margin-right: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-8{
  height: 2rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-\[50px\]{
  height: 50px;
}
.h-52{
  height: 13rem;
}
.h-full{
  height: 100%;
}
.h-\[200px\]{
  height: 200px;
}
.h-2{
  height: 0.5rem;
}
.h-0{
  height: 0px;
}
.max-h-6{
  max-height: 1.5rem;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.w-full{
  width: 100%;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-8{
  width: 2rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[50px\]{
  width: 50px;
}
.w-2{
  width: 0.5rem;
}
.w-0{
  width: 0px;
}
.max-w-\[752px\]{
  max-width: 752px;
}
.translate-x-4{
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.columns-4{
  -moz-columns: 4;
       columns: 4;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-10{
  gap: 2.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(159, 161, 168, var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-\[\#3F4453\]{
  --tw-border-opacity: 1;
  border-color: rgba(63, 68, 83, var(--tw-border-opacity));
}
.border-light{
  --tw-border-opacity: 1;
  border-color: rgba(39, 44, 61, var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.bg-secondaryBrand{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 121, 190, var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 44, 61, var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(19, 25, 43, var(--tw-bg-opacity));
}
.bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(15, 21, 39, var(--tw-bg-opacity));
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(159, 161, 168, var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-6{
  padding: 1.5rem;
}
.p-4{
  padding: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.text-center{
  text-align: center;
}
.font-goldman{
  font-family: Goldman, Outfit;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgba(159, 161, 168, var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-\[\#6F737E\]{
  --tw-text-opacity: 1;
  color: rgba(111, 115, 126, var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-primary\/70{
  color: rgba(159, 161, 168, 0.7);
}
.overline{
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-0{
  opacity: 0;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
@media (min-width: 415px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:mb-\[144px\]{
    margin-bottom: 144px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:min-w-\[470px\]{
    min-width: 470px;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1160px){
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.Card {
  background-color: #fff;
}
.Card__link{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  border-radius: 16px;
  height: 100%;
  padding: 15px;
}
.Card__link:hover .Card__thumbnail img {
  transform: scale(1.1);
}
.Card__thumbnail {
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.Card__thumbnail img {
  transition: transform 200ms linear;
}
.Card__title {
  display: block;
  font-size: 2rem;
  margin-bottom: 15px;
}
.Card__excerpt {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.Card__button {
  margin-top: auto;
}
.Container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1760px;
  width: 100%;
}
.Hamburger {
  align-items: center;
  background-color: transparent !important;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  outline: transparent;
  padding: 0;
  transition: 0.2s ease;
  width: 25px;
  z-index: 99999;
}
@media (min-width: 1024px) {
  .Hamburger {
    display: none;
  }
}
.Hamburger__container {
  cursor: pointer;
  display: block;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 25px;
}
.Hamburger__item {
  background: #1579BE;
  border-radius: 1px;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.Hamburger__item:nth-child(1) {
  top: 0px;
}
.Hamburger__item:nth-child(2) {
  top: 9px;
  width: 100%;
}
.Hamburger__item:nth-child(3) {
  top: 18px;
}
.Hamburger--open .Hamburger__item:nth-child(1) {
  left: 0px;
  top: 9px;
  transform: rotate(45deg);
}
.Hamburger--open .Hamburger__item:nth-child(2) {
  opacity: 0;
  width: 0%;
}
.Hamburger--open .Hamburger__item:nth-child(3) {
  left: 0px;
  top: 9px;
  transform: rotate(-45deg);
}
.Section {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .Section {
    padding: 110px 0;
  }
}
.Meta {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 15px;
}
.Meta__author, .Meta__date {
  color: #cccccc;
  font-size: 1.3rem;
}
.Meta__date {
  margin-left: 25px;
}
.Content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .Content {
    padding-left: 0;
    padding-right: 0;
  }
}
.Content--post {
  max-width: 768px;
}
input[type=text], input[type=email], input[type=number], textarea, select{
  border-radius: 4px;
}
label{
  cursor: pointer;
}
.forminator-field{
  position: relative;
  display: flex;
  flex-direction: column;
}
.forminator-field label.forminator-label{
  position: absolute;
  left: 10px;
  top: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.forminator-field label[for*=select]{
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
}
.forminator-field.forminator-is_active label.forminator-label, .forminator-field.forminator-is_filled label.forminator-label{
  top: -15px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.forminator-field.forminator-is_filled input{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.forminator-field.forminator-has_error input{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.forminator-field.forminator-has_error .forminator-error-message{
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.forminator-field .forminator-radio, .forminator-field .forminator-checkbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.forminator-field .forminator-radio label, .forminator-field .forminator-checkbox label{
  margin-bottom: 0.5rem;
}
.forminator-field .forminator-radio input, .forminator-field .forminator-checkbox input{
  margin-right: 0.5rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.kb-advanced-form .kb-adv-form-label {
  color: #9FA1A8;
  margin-bottom: 12px;
}
.kb-advanced-form input[type=text],
.kb-advanced-form input[type=email],
.kb-advanced-form textarea {
  padding: 12px 24px;
  background-color: #3F4453 !important;
  border-radius: 4px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: white !important;
}
.kb-advanced-form .kb-adv-form-required {
  color: #1579BE;
}
.kb-advanced-form .wp-block-kadence-advanced-form-checkbox input {
  width: 32px;
  height: 32px;
  background-color: #3F4453;
  border-radius: 4px;
  border: none !important;
  box-shadow: none !important;
}
.kb-advanced-form .wp-block-kadence-advanced-form-checkbox label a {
  color: #1579BE;
}
.kb-advanced-form .kb-adv-form-submit-button {
  all: unset !important;
  display: flex !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background-color: #1579BE !important;
  padding: 24px !important;
  min-height: 80px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  color: white !important;
  font-family: Goldman, Outfit !important;
  font-size: 20px !important;
  width: 100% !important;
  height: 80px !important;
  cursor: pointer !important;
}
.kb-advanced-form .kb-adv-form-submit-button::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #50afe3 0%, rgba(80, 175, 227, 0) 70%);
  pointer-events: none;
  border-radius: 50%;
  transform: translate(calc(50% - 300px), calc(50% - 300px));
  transform: translate(calc(var(--x, 50%) - 300px), calc(var(--y, 50%) - 300px));
  opacity: 0;
  transition: opacity 120ms linear;
  z-index: 2;
}
.kb-advanced-form .kb-adv-form-submit-button.is-hover::after {
  opacity: 0.6;
}
.kb-advanced-form .kb-adv-form-submit-button span {
  position: relative;
  z-index: 3;
}
.kb-advanced-form .kb-adv-form-submit-button .kb-svg-icon-wrap{
  margin-left: auto;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.kb-adv-form-success {
  margin-top: 16px;
}
button,
.Button {
  cursor: pointer;
}
button:not(.Button--no-style), .Button:not(.Button--no-style){
  position: relative;
  display: flex;
  min-height: 120px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(21, 121, 190, var(--tw-bg-opacity));
  padding: 1.5rem;
  font-family: Goldman, Outfit;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button:not(.Button--no-style) > .kt-inside-inner-col, .Button:not(.Button--no-style) > .kt-inside-inner-col {
  width: 100%;
}
button:not(.Button--no-style)::after,
.Button:not(.Button--no-style)::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #50afe3 0%, rgba(80, 175, 227, 0) 70%);
  pointer-events: none;
  border-radius: 50%;
  /* pozycjonujemy za pomocą zmiennych --x/--y, bez transition na transform */
  transform: translate(calc(50% - 300px), calc(50% - 300px));
  transform: translate(calc(var(--x, 50%) - 300px), calc(var(--y, 50%) - 300px));
  opacity: 0;
  /* domyślnie niewidoczne */
  transition: opacity 120ms linear;
  /* tylko opacity płynnie */
  z-index: 2;
}
button:not(.Button--no-style).is-hover::after,
.Button:not(.Button--no-style).is-hover::after {
  opacity: 0.6;
  /* docelowa wartość (możesz ustawić 0.4 / 0.8 itp.) */
}
button:not(.Button--no-style) span,
.Button:not(.Button--no-style) span {
  position: relative;
  z-index: 3;
}
button:not(.Button--no-style) div,
.Button:not(.Button--no-style) div {
  position: relative;
  z-index: 3;
}
button--secondary:not(.Button--no-style), .Button--secondary:not(.Button--no-style){
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(159, 161, 168, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(159, 161, 168, var(--tw-text-opacity));
}
button--secondary:not(.Button--no-style):hover, .Button--secondary:not(.Button--no-style):hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style), .Button--outline:not(.Button--no-style){
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(159, 161, 168, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(159, 161, 168, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style):hover, .Button--outline:not(.Button--no-style):hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--text:not(.Button--no--style), .Button--text:not(.Button--no--style){
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(159, 161, 168, var(--tw-text-opacity));
}
button--text:not(.Button--no--style):hover, .Button--text:not(.Button--no--style):hover{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button--color:not(.Button--no-style):hover, .Button--color:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 768px){
  button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
}
button.single_add_to_cart_button svg {
  margin-left: 20px;
  display: none;
}
button.single_add_to_cart_button.is-adding svg {
  display: block;
}
.Loader {
  display: none;
}
.Loader.show {
  display: flex;
}
.Loader .bt-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #FFFFFF;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.MainHeadline {
  line-height: 1.375;
  margin-bottom: 16px;
}
.MainHeadline {
  font-size: max(2.6rem, min(4vw, 3rem));
}
h1,
.h1 {
  font-size: clamp(2rem, 1.4rem + 3vw, 5rem);
  line-height: 0.95;
  letter-spacing: -2px;
}
h2,
.h2 {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  letter-spacing: -1px;
  line-height: 1.02;
}
h3,
.h3 {
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
}
h4,
.h4 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}
h5,
.h5 {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}
h6,
.h6 {
  font-size: max(1rem, min(1vw, 1rem));
}
p {
  margin-bottom: 16px;
}
ul,
ol {
  margin-bottom: 16px;
}
ul li,
ol li {
  margin-bottom: 16px;
}
.Content ul li, .Content ol li{
  margin-bottom: 1rem;
  margin-bottom: 15px;
}
.Content ol{
  list-style-position: inside;
  list-style-type: decimal;
}
.Content ol li::marker {
  color: #9FA1A8;
}
.Content ul{
  list-style-position: inside;
  list-style-type: disc;
}
.Content ul li::marker {
  color: #9FA1A8;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  font-family: Outfit, sans-serif;
  transition: overflow 0.2s ease-in-out;
  background-color: #0F1527;
}
body main {
  overflow-x: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}
a {
  color: #9FA1A8;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.editor-styles-wrapper {
  background-color: #0F1527;
}
svg path {
  transition: all 0.2s ease-in;
}
.safe-svg-cover {
  max-width: 100%;
}
.safe-svg-cover .safe-svg-inside {
  max-width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.safe-svg-cover .safe-svg-inside svg {
  height: 100%;
  max-height: 100%;
  max-width: none !important;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.w-full > .kt-inside-inner-col {
  width: 100%;
}
@media (min-width: 768px) {
  .offer_cards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(1),
.offer_cards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(4) {
    margin-top: -184px;
  }
  .offer_cards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(2),
.offer_cards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(5) {
    margin-top: -92px;
  }
  .offer_threeCards > .kt-row-column-wrap .wp-block-kadence-column {
    position: relative;
  }
  .offer_threeCards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(2) {
    margin-top: 92px;
  }
  .offer_threeCards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(3) {
    margin-top: 182px;
  }
  .offer_fourCards > .kt-row-column-wrap .wp-block-kadence-column {
    position: relative;
  }
  .offer_fourCards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(2) {
    margin-top: 92px;
  }
  .offer_fourCards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(3) {
    margin-top: 182px;
  }
  .offer_fourCards > .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(4) {
    margin-top: 276px;
  }
}
footer {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
footer .Footer__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .Footer__pattern svg {
  height: 100%;
}
footer .Footer__content,
footer .Footer__credits {
  max-width: 1568px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.kb-advanced-heading-link.w-fit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kb-google-maps-container {
  border-radius: 20px;
  overflow: hidden;
}
.StickyImage > .kt-inside-inner-col::after {
  content: "";
  background-image: url(../06c994733b30450f5b2b.svg);
  width: 428px;
  height: 639.1px;
  display: block;
  position: absolute;
  right: -524px;
  top: 105px;
}
@media (max-width: 767px) {
  .kb-section-is-sticky {
    position: static !important;
  }
}
@media (min-width: 1280px) {
  .Offer_rowShift {
    top: -192px;
  }
}
.sr-only,
.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}
.Flex {
  display: flex;
}
.Flex--align-center {
  align-items: center;
}
.Flex--center {
  justify-content: center;
}
.Flex--center-full {
  align-items: center;
  justify-content: center;
}
.Flex--column {
  flex-direction: column;
}
.Flex--end {
  justify-content: flex-end;
}
.Flex--responsive {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .Flex--responsive {
    flex-direction: row;
  }
}
.Flex--space-between {
  justify-content: space-between;
}
.Grid {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
}
.Grid[data-columns="1"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="1"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="1"] {
    grid-template-columns: repeat(auto-fill, minmax(1128px, 1fr));
  }
}
.Grid[data-columns="2"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="2"] {
    grid-template-columns: repeat(auto-fill, minmax(548px, 1fr));
  }
}
.Grid[data-columns="3"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="3"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="3"] {
    grid-template-columns: repeat(auto-fill, minmax(354.6666666667px, 1fr));
  }
}
.Grid[data-columns="4"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="4"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="4"] {
    grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  }
}
.Grid[data-columns="5"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="5"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="5"] {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.Grid[data-columns="6"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="6"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="6"] {
    grid-template-columns: repeat(auto-fill, minmax(161.3333333333px, 1fr));
  }
}
.Header--sticky {
  box-shadow: inset 0px -1px 0px 0px #3f4453;
}
.Header__menu--active{
  visibility: visible;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.Header__open-search-form svg {
  height: 20px;
}
.Pagination {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .Pagination {
    padding: 50px 0;
  }
}
.Pagination__list {
  list-style: none;
}
.Pagination__link:not(:last-of-type) {
  margin-right: 10px;
}
.Pagination .woocommerce-pagination ul.page-numbers {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Pagination .woocommerce-pagination ul.page-numbers span {
  color: #fff;
  background-color: #FFFFFF;
}
.Pagination .woocommerce-pagination ul.page-numbers a {
  color: #FFFFFF;
  background-color: #fff;
}
.Pagination .woocommerce-pagination ul.page-numbers a,
.Pagination .woocommerce-pagination ul.page-numbers span {
  margin: 0 5px;
  width: 56px;
  height: 56px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Breadcrumbs {
  margin-top: 45px;
  margin-bottom: 45px;
}
.Breadcrumbs span {
  color: #9FA1A8;
}
.Accordions__single:not(:last-of-type) {
  margin-bottom: 64px;
}
.Accordions__single {
  border-bottom: 1px solid #3F4453;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0 0 24px 0;
  color: #bebebe;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .heading p {
  line-height: 1.375;
  margin-bottom: 16px;
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
  margin-bottom: 0;
  color: white;
}
.Accordions__single .heading .icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.Accordions__single .heading .icon::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: #3F4453;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .heading .icon::before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #3F4453;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
  opacity: 0;
  padding-right: 24px;
  color: #9FA1A8;
}
.Accordions__single .content ul li {
  margin-bottom: 8px;
}
.Accordions__single .content h1, .Accordions__single .content h2, .Accordions__single .content h3, .Accordions__single .content h4, .Accordions__single .content h5 {
  color: white;
  margin-top: 32px;
}
.Accordions__single.active .content {
  opacity: 1;
}
.Accordions__single.active .heading .icon::before {
  opacity: 0;
  background-color: white;
}
.Accordions__single.active .heading .icon::after {
  background-color: white;
}
.Accordions__single:hover .heading .icon::before {
  background-color: white;
}
.Accordions__single:hover .heading .icon::after {
  background-color: white;
}
.basic-slider {
  height: calc(100vh - 64px);
}
.logged-in .basic-slider {
  height: calc(100vh - 96px);
}
.basic-slider-pagination {
  display: flex;
  flex-direction: column;
  width: 60px !important;
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .basic-slider-pagination {
    left: auto !important;
    right: 0 !important;
  }
}
.swiper-pagination-current {
  font-size: 18px;
  left: -35px;
  position: relative;
}
.swiper-pagination-current::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  opacity: 0.4;
  position: relative;
  transform: rotate(-45deg);
  width: 60px;
}
.swiper-navigation-container,
.swiper-pagination-container {
  position: absolute;
  z-index: 15;
}
.swiper-navigation-container {
  align-items: center;
  bottom: 50px;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .swiper-navigation-container {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-navigation-container {
    justify-content: flex-end;
    padding-right: 40px;
  }
  .swiper-navigation-container button:first-of-type {
    margin-right: 30px;
  }
}
.swiper-pagination-container {
  top: 150px;
  left: 40px;
}
@media (min-width: 1160px) {
  .swiper-pagination-container {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-pagination-container {
    left: auto;
    right: 40px;
  }
}
.crd-swiper-prev-btn,
.crd-swiper-next-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #272C3D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crd-swiper-prev-btn:hover,
.crd-swiper-next-btn:hover {
  background-color: #272C3D;
}
@media (max-width: 1024px) {
  .cards-slider {
    padding: 0 16px !important;
  }
}
.cards-slider .swiper-slide {
  background-color: #272C3D;
  border-radius: 20px;
  width: 100%;
  min-height: 224px;
  padding: 32px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-slider .swiper-slide .swiper-slide-content {
  max-width: 424px;
  width: 100%;
}
.IconAnim {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.IconAnim img {
  margin-right: 32px;
  flex-shrink: 0;
  opacity: 0;
}
.IconAnim.ready img {
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
  opacity: 1;
}
@-webkit-keyframes scroll {
  from {
    transform: translateX(calc(-100% - 32px));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll {
  from {
    transform: translateX(calc(-100% - 32px));
  }
  to {
    transform: translateX(0);
  }
}
.anim_card > .kt-inside-inner-col {
  overflow: hidden;
}
.anim_card {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.anim_card .wp-block-kadence-advancedheading {
  transition: all 0.2s ease-in-out;
}
.anim_card:hover .wp-block-kadence-advancedheading {
  color: #9FA1A8;
}
body.home .scroll-section .background {
  background-image: url(../5e9be0010f2bc043d74a.svg);
}
body.home .scroll-section .background p {
  opacity: 0;
}
.scroll-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  min-height: 640px;
}
.scroll-section .background {
  position: absolute;
  bottom: 372px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  padding: 0 72px;
  background-position: left 50%;
}
@media (min-width: 1024px) {
  .scroll-section .background {
    bottom: 212px;
  }
}
@media (min-width: 1280px) {
  .scroll-section .background {
    bottom: 240px;
  }
}
.scroll-section .background p {
  font-family: Goldman, Outfit;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  color: #CFD0D3;
  letter-spacing: 4px;
}
.scroll-section .background h2 {
  font-size: 100px;
}
@media (min-width: 1024px) {
  .scroll-section .background h2 {
    font-size: 300px;
  }
}
@media (min-width: 1280px) {
  .scroll-section .background h2 {
    font-size: 400px;
  }
}
.scroll-section .cards-wrapper {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 92px;
}
.scroll-section .cards-wrapper .cards {
  display: flex;
  gap: 32px;
}
.scroll-section .cards-wrapper .cards__single {
  min-width: 320px;
  width: 320px;
  min-height: 288px;
  height: 100%;
  background-color: #50AFE3;
  border-radius: 20px;
  padding: 48px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .scroll-section .cards-wrapper .cards__single {
    min-width: 554px;
    width: 554px;
  }
}
.scroll-section .cards-wrapper .cards__single .content {
  color: #0F1527;
  max-width: 424px;
  margin: 0 auto;
  width: 100%;
}
.scroll-section .cards-wrapper .cards__single .content div {
  opacity: 0.64;
}
.scroll-section .cards-wrapper .cards__single .index {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: auto;
  background-color: #0F1527;
  font-family: Goldman, Outfit;
  margin-top: 20px;
}
.scroll-section .cards-wrapper .cards .spacer_start {
  width: 0;
}
@media (min-width: 768px) {
  .scroll-section .cards-wrapper .cards .spacer_start {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .scroll-section .cards-wrapper .cards .spacer_start {
    width: 320px;
  }
}
@media (min-width: 1280px) {
  .scroll-section .cards-wrapper .cards .spacer_start {
    width: 650px;
  }
}
.scroll-section .cards-wrapper .cards .spacer_end {
  width: 0;
}
@media (min-width: 768px) {
  .scroll-section .cards-wrapper .cards .spacer_end {
    width: 80px;
  }
}
.SiblingsList__single {
  padding: 0 0 24px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 24px;
  color: #272C3D;
  border-bottom: 1px solid #272C3D;
}
.SiblingsList__single h4 {
  margin-bottom: 0;
}
.SiblingsList__single.active {
  padding: 24px 40px;
  background-color: #272C3D;
  color: white;
  border-radius: 20px;
  border-bottom: 0;
  pointer-events: none;
}
.SiblingsList__single:hover {
  color: white;
  border-color: white;
}
.SiblingsPagination {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
}
.SiblingsPagination__single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #272C3D;
}
.SiblingsPagination__single span {
  color: #CFD0D3;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Goldman, Outfit;
  display: block;
  margin-bottom: 16px;
}
.SiblingsPagination__single svg path {
  fill: white;
}
.SiblingsPagination__single h4 {
  color: white;
  max-width: 424px;
}
.SiblingsPagination__single:hover {
  background-color: #13192B;
  border-color: #13192B;
}
.SiblingsPagination__single:first-of-type {
  padding: 24px 24px 16px 16px;
}
.SiblingsPagination__single:first-of-type div {
  text-align: right;
}
.SiblingsPagination__single:first-of-type div h4 {
  margin-left: auto;
}
.SiblingsPagination__single:last-of-type {
  padding: 24px 16px 16px 24px;
}
.Navigation {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 1024px) {
  .Navigation {
    flex-direction: row;
    height: auto;
    align-items: center;
    padding: 0;
  }
}
.Navigation__item, .Navigation__subMenuItem {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.Navigation__item a, .Navigation__subMenuItem a {
  color: white;
}
.Navigation__item a:hover, .Navigation__subMenuItem a:hover {
  color: #9FA1A8;
}
.Navigation .current-menu-item > a {
  color: #F04E4E;
}
.Navigation__item {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .Navigation__item {
    margin-bottom: 0;
  }
  .Navigation__item:not(:last-of-type) {
    padding: 40px 0;
    margin-right: 40px;
  }
  .Navigation__item > ul[class*=__subMenu] {
    visibility: hidden;
  }
  .Navigation__item:hover > ul[class*=__subMenu], .Navigation__item:focus > ul[class*=__subMenu], .Navigation__item[focus-within] > ul[class*=__subMenu] {
    opacity: 1;
    pointer-events: all;
    top: 100%;
    visibility: visible;
  }
  .Navigation__item:hover > ul[class*=__subMenu], .Navigation__item:focus > ul[class*=__subMenu], .Navigation__item:focus-within > ul[class*=__subMenu] {
    opacity: 1;
    pointer-events: all;
    top: 100%;
    visibility: visible;
  }
}
.Navigation .Navigation__subMenuLink__open {
  padding: 8px;
}
.Navigation .Navigation__subMenuLink__open svg {
  min-width: 16px;
}
@media (min-width: 1024px) {
  .Navigation .mega_menu > .Navigation__subMenuLink__open {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .Navigation .mega_menu .Navigation__subMenu.Navigation__subMenuMega {
    display: none;
  }
}
@media (min-width: 1024px) {
  .Navigation .mega_menu .Navigation__subMenu {
    display: none !important;
  }
  .Navigation .mega_menu .Navigation__subMenu.Navigation__subMenuMega {
    display: flex !important;
  }
  .Navigation .mega_menu {
    position: static;
  }
  .Navigation .mega_menu .Navigation__subMenu {
    display: flex;
    max-width: none;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
    width: 1120px;
    border-radius: 20px;
    border: none;
    padding: 48px 10px;
  }
  .Navigation .mega_menu .Navigation__subMenu li {
    padding: 0;
  }
  .Navigation .mega_menu .Navigation__subMenu li a {
    font-size: 16px;
    font-weight: 600;
  }
  .Navigation .mega_menu .Navigation__subMenu ul[class*=__subMenu] {
    position: unset;
    display: block;
    opacity: 1;
    border: none;
  }
  .Navigation .mega_menu .Navigation__subMenu ul[class*=__subMenu] li {
    padding: 0;
  }
  .Navigation .mega_menu .Navigation__subMenu ul[class*=__subMenu] li a {
    font-size: 14px;
    font-weight: 400;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Parent {
    width: 45%;
    padding-left: 24px;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Parent li {
    width: 100%;
    margin-bottom: 32px;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Parent li a {
    display: block;
    font-size: 24px;
    font-weight: 400;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Parent li a span {
    font-size: 16px;
    color: #9FA1A8;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs {
    width: 55%;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs .MegaMenu__childList {
    display: none;
    padding-left: 10px;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs ul {
    margin-bottom: 0;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs ul.is-hover {
    display: grid;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs ul li {
    margin-bottom: 0;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs ul li a {
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 20px;
    background-color: transparent;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs ul li a:hover {
    background-color: #3F4453;
    color: white;
  }
  .Navigation .mega_menu .Navigation__subMenu .submenu_Childs ul li a img {
    width: 32px;
  }
  .Navigation .mega_menu .Navigation__subMenu .MegaMenu__spacer {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45%;
    border-right: 1px solid #3F4453;
    height: 100%;
    pointer-events: none;
  }
}
.Navigation__subMenuItem:hover > ul[class*=depth-], .Navigation__subMenuItem:focus > ul[class*=depth-], .Navigation__subMenuItem[focus-within] > ul[class*=depth-] {
  left: 100%;
  opacity: 1;
  pointer-events: all;
  top: -2px;
}
.Navigation__subMenuItem:hover > ul[class*=depth-], .Navigation__subMenuItem:focus > ul[class*=depth-], .Navigation__subMenuItem:focus-within > ul[class*=depth-] {
  left: 100%;
  opacity: 1;
  pointer-events: all;
  top: -2px;
}
@media (min-width: 1024px) {
  .Navigation__subMenuItem {
    padding: 5px 30px;
  }
}
.Navigation ul[class*=__subMenu] {
  background: #272C3D;
  bottom: 0;
  height: 100%;
  left: 100%;
  padding: 30px;
  position: fixed;
  top: 0;
  transition: left 350ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 20;
}
@media (min-width: 1024px) {
  .Navigation ul[class*=__subMenu] {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 2px solid #9FA1A8;
    padding: 30px 0;
    transition: none;
  }
}
.Navigation ul[class*=__subMenu].open {
  left: 0;
}
@media (min-width: 1024px) {
  .Navigation ul[class*=__subMenu] {
    bottom: unset;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    width: auto;
  }
}
.Navigation__subMenu__go-back {
  margin-bottom: 48px;
  color: white;
}
@media (min-width: 1024px) {
  .Navigation__subMenu__go-back {
    display: none;
  }
}
.Header__shop-menu {
  margin-left: 2rem;
}
.Header__shop-menu a:hover svg, .Header__shop-menu a:active svg {
  fill: #9FA1A8;
}
.Header__shop-menu a svg {
  height: 16px;
}
.basic-slider {
  height: calc(100vh - 64px);
}
.logged-in .basic-slider {
  height: calc(100vh - 96px);
}
.basic-slider-pagination {
  display: flex;
  flex-direction: column;
  width: 60px !important;
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .basic-slider-pagination {
    left: auto !important;
    right: 0 !important;
  }
}
.swiper-pagination-current {
  font-size: 18px;
  left: -35px;
  position: relative;
}
.swiper-pagination-current::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  opacity: 0.4;
  position: relative;
  transform: rotate(-45deg);
  width: 60px;
}
.swiper-navigation-container,
.swiper-pagination-container {
  position: absolute;
  z-index: 15;
}
.swiper-navigation-container {
  align-items: center;
  bottom: 50px;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .swiper-navigation-container {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-navigation-container {
    justify-content: flex-end;
    padding-right: 40px;
  }
  .swiper-navigation-container button:first-of-type {
    margin-right: 30px;
  }
}
.swiper-pagination-container {
  top: 150px;
  left: 40px;
}
@media (min-width: 1160px) {
  .swiper-pagination-container {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-pagination-container {
    left: auto;
    right: 40px;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./node_modules/swiper/swiper-bundle.min.css ***!
  \******************************************************************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: 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 {
  margin-top: 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(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  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: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: ;
  font-variant: normal;
  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;
  transition: 0.3s opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  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;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  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-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .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: 0px;
  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;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.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-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*# sourceMappingURL=main.css.map*/