/*
! tailwindcss v3.1.6 | 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: currentColor;
  /* 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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 */
  font-weight: inherit;
  /* 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;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

a {
  cursor: pointer;
}

.container-limit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container-limit {
    padding-left: 69px;
    padding-right: 69px;
  }
}

.gap-grid {
  gap: 15px;
}

@media (min-width: 768px) {
  .gap-grid {
    gap: 30px;
  }
}

.gap-x-grid {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

@media (min-width: 768px) {
  .gap-x-grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.blob {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='472' viewBox='0 0 576 472' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M479.742 60.0663C524.759 101.315 550.188 157.591 564.964 218.344C579.74 279.417 583.864 344.327 550.531 381.419C517.199 418.19 446.41 426.504 384.211 440.893C321.67 455.282 267.719 475.107 207.926 471.589C148.133 468.072 82.155 441.213 41.9496 392.61C2.08779 344.008 -12.3449 273.981 11.7096 220.902C35.7641 167.504 97.6187 131.691 153.288 92.3614C208.613 52.712 257.753 10.1847 314.11 1.55139C370.81 -6.7622 434.726 19.1378 479.742 60.0663Z' fill='%23C6FB16'/%3E%3C/svg%3E%0A");
  pointer-events: none;
  aspect-ratio: 576/472;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.blob-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='472' viewBox='0 0 576 472' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96.2577 411.934C51.2414 370.686 25.8123 314.409 11.0359 253.656C-3.74044 192.583 -7.8641 127.673 25.4686 90.5813C58.8013 53.8097 129.59 45.4961 191.789 31.1072C254.33 16.7183 308.281 -3.10651 368.074 0.410785C427.867 3.92808 493.845 30.7874 534.05 79.3899C573.912 127.992 588.345 198.019 564.29 251.098C540.236 304.496 478.381 340.309 422.712 379.639C367.387 419.288 318.247 461.815 261.89 470.449C205.19 478.762 141.274 452.862 96.2577 411.934Z' fill='%23C6FB16'/%3E%3C/svg%3E%0A");
  pointer-events: none;
  aspect-ratio: 576/472;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px) {
  .h2 {
    font-size: 31px;
  }
}

.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.btn-lg {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
}

@media (min-width: 768px) {
  .btn-lg {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(75 22 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-light {
  box-shadow: 0 20px 20px -10px rgba(37, 59, 124, 0.25);
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 600
}

.icon {
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 36px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-country-poland {
  background-image: url('/src/img/country/poland.png');
}

.icon-country-germany {
  background-image: url('/src/img/country/germany.png');
}

.icon-country-italy {
  background-image: url('/src/img/country/italy.png');
}

.icon-country-canada {
  background-image: url('/src/img/country/canada.png');
}

.icon-country-greece {
  background-image: url('/src/img/country/greece.png');
}

.icon-circle {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(198 251 22 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
}

.icon-passport {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='41' viewBox='0 0 30 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.949 3.5045C27.949 2.59292 27.5537 1.72804 26.8653 1.13117C26.1769 0.534933 25.2646 0.267302 24.3639 0.394988L0.847954 3.75451C0.81844 3.75882 0.793901 3.77474 0.765714 3.7827C0.729237 3.79331 0.694086 3.80226 0.660923 3.81918C0.622125 3.83874 0.589959 3.86328 0.556133 3.88948C0.527283 3.91203 0.499094 3.93225 0.474555 3.95911C0.446037 3.99128 0.425147 4.02709 0.403924 4.06424C0.385686 4.09574 0.365456 4.12459 0.353186 4.15842C0.337269 4.20053 0.332958 4.24496 0.326657 4.2904C0.322346 4.31991 0.309082 4.34611 0.309082 4.37628V39.5539C0.309082 39.9014 0.589957 40.182 0.937149 40.182H26.0644C27.7964 40.182 29.2054 38.7729 29.2054 37.041V6.88896C29.2054 5.86558 28.706 4.9636 27.9466 4.3899C27.9466 4.38493 27.9489 4.38095 27.9489 4.37597L27.949 3.5045ZM27.949 37.0411C27.949 38.0801 27.1034 38.9257 26.0645 38.9257H1.56546V5.00445H26.0645C27.1034 5.00445 27.949 5.85006 27.949 6.88898V37.0411ZM9.77615 3.74814L24.5414 1.63941C25.0843 1.56016 25.6294 1.72298 26.0423 2.08112C26.4555 2.43826 26.6926 2.95788 26.6926 3.50442V3.74815L9.77615 3.74814Z' fill='%23253B7C'/%3E%3Cpath d='M21.6679 25.1062H7.84826C6.80935 25.1062 5.96375 25.9518 5.96375 26.9907V33.2724C5.96375 34.3113 6.80935 35.1569 7.84826 35.1569H21.6679C22.7068 35.1569 23.5524 34.3113 23.5524 33.2724V26.9907C23.5524 25.9518 22.7068 25.1062 21.6679 25.1062ZM7.84826 26.3627H21.6679C22.0147 26.3627 22.2959 26.6442 22.2959 26.9908V29.5034H17.1812C16.9003 28.4224 15.9254 27.6189 14.7578 27.6189C13.5898 27.6189 12.6149 28.4224 12.3343 29.5034H7.21959V26.9908C7.21959 26.6439 7.50112 26.3627 7.84798 26.3627H7.84826ZM16.0145 30.1317C16.0145 30.8245 15.4511 31.3882 14.758 31.3882C14.0652 31.3882 13.5015 30.8248 13.5015 30.1317C13.5015 29.439 14.0649 28.8752 14.758 28.8752C15.4511 28.8752 16.0145 29.4386 16.0145 30.1317ZM21.6681 33.9005H7.84852C7.50166 33.9005 7.22045 33.619 7.22045 33.2725V30.7598H12.3352C12.6161 31.8408 13.591 32.6443 14.7586 32.6443C15.9266 32.6443 16.9015 31.8408 17.182 30.7598H22.2965V33.2725C22.2965 33.6193 22.0152 33.9005 21.6684 33.9005H21.6681Z' fill='%23253B7C'/%3E%3Cpath d='M14.7576 23.8497C19.2606 23.8497 22.9238 20.1861 22.9238 15.6835C22.9238 11.1806 19.2602 7.51733 14.7576 7.51733C10.2547 7.51733 6.59143 11.1809 6.59143 15.6835C6.59143 20.1865 10.255 23.8497 14.7576 23.8497ZM9.74866 20.4295C10.4404 20.152 11.1501 19.9331 11.872 19.7756C12.3313 20.8666 12.887 21.7818 13.355 22.4497C11.9486 22.1582 10.7017 21.4346 9.74874 20.4295L9.74866 20.4295ZM16.4574 12.0226C15.3293 12.1652 14.1866 12.1652 13.0578 12.0226C13.6042 10.7469 14.3046 9.72351 14.7575 9.13292C15.2105 9.72351 15.9109 10.7469 16.4573 12.0226H16.4574ZM14.7576 13.3895C15.4719 13.3895 16.1862 13.3318 16.8942 13.2287C17.0656 13.808 17.1913 14.4205 17.2421 15.0555H12.2726C12.324 14.4205 12.449 13.8081 12.6204 13.2287C13.3294 13.3318 14.0437 13.3895 14.7577 13.3895H14.7576ZM13.151 19.5574C14.2177 19.4298 15.2975 19.4298 16.364 19.5574C15.8331 20.7339 15.1854 21.6764 14.7576 22.2342C14.3299 21.6764 13.6822 20.7339 13.151 19.5574ZM12.6874 18.3553C12.4814 17.7134 12.3312 17.027 12.2735 16.312H17.243C17.1853 17.0269 17.0344 17.7134 16.8292 18.3553C15.4549 18.161 14.0606 18.161 12.6874 18.3553ZM18.4992 16.3117H21.6362C21.5337 17.4417 21.1564 18.4913 20.5747 19.3993C19.7643 19.0501 18.9276 18.7775 18.0763 18.5815C18.2905 17.8709 18.4438 17.1095 18.4991 16.3117L18.4992 16.3117ZM18.4992 15.0555C18.4494 14.3362 18.3188 13.6485 18.1361 12.9982C19.0049 12.7946 19.8568 12.5078 20.6822 12.1446C21.2025 13.0115 21.541 13.9977 21.6362 15.0555H18.4992ZM11.0164 15.0555H7.87934C7.97551 13.9977 8.31408 13.0115 8.83336 12.1446C9.65874 12.5084 10.5107 12.7949 11.3794 12.9982C11.1964 13.6482 11.0657 14.3363 11.0163 15.0555H11.0164ZM11.0164 16.3117C11.0717 17.1095 11.2243 17.8709 11.4398 18.5812C10.5886 18.7771 9.75192 19.0497 8.94145 19.3989C8.35914 18.4913 7.98208 17.4414 7.87996 16.3113L11.0164 16.3117ZM16.1603 22.4498C16.6282 21.7819 17.1843 20.866 17.6433 19.7757C18.3652 19.9332 19.0748 20.1521 19.7666 20.4296C18.8139 21.4347 17.5671 22.1583 16.1604 22.4498L16.1603 22.4498ZM19.9187 11.1048C19.2078 11.4006 18.4752 11.6331 17.7308 11.8008C17.2579 10.6174 16.6584 9.62845 16.1603 8.91816C17.6436 9.2249 18.9482 10.0125 19.9187 11.1048V11.1048ZM13.3549 8.91746C12.8575 9.62777 12.2582 10.6167 11.7844 11.8001C11.0399 11.6323 10.308 11.3999 9.59645 11.1041C10.5671 10.0125 11.872 9.22484 13.3549 8.91744V8.91746Z' fill='%23253B7C'/%3E%3Cpath d='M12.8729 36.4131H16.642V37.6696H12.8729V36.4131Z' fill='%23253B7C'/%3E%3C/svg%3E%0A");
}

.icon-support {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='38' viewBox='0 0 32 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7787 29.0044V25.9273H23.5573C25.2936 25.9273 26.7062 24.5147 26.7062 22.7783V17.7401C26.7062 17.3924 26.424 17.1105 26.0766 17.1105H23.5576C23.2099 17.1105 22.9279 17.3927 22.9279 17.7401V22.1484H18.8092C19.4099 21.4788 19.779 20.5978 19.779 19.6294C19.779 17.5456 18.0842 15.8508 16.0004 15.8508C13.9167 15.8508 12.2219 17.5456 12.2219 19.6294C12.2219 20.5978 12.5909 21.4791 13.1917 22.1484L9.07296 22.1487V17.7404C9.07296 17.3927 8.79071 17.1108 8.44331 17.1108H5.92433C5.57659 17.1108 5.29468 17.393 5.29468 17.7404V22.7787C5.29468 24.515 6.70727 25.9276 8.44361 25.9276H12.2222V29.0047L10.3485 37.1217C10.3056 37.3089 10.3498 37.5054 10.4695 37.6556C10.5885 37.8052 10.77 37.8927 10.9622 37.8927H14.1111C14.4 37.8927 14.652 37.6962 14.7218 37.4159L16.0001 32.3022L17.2784 37.4159C17.3486 37.6962 17.6006 37.8927 17.8894 37.8927H21.0384C21.2305 37.8927 21.4117 37.8052 21.5314 37.6553C21.6504 37.5054 21.6953 37.3089 21.6524 37.1214L19.7787 29.0044ZM13.4812 19.6299C13.4812 18.2406 14.6108 17.1109 16.0002 17.1109C17.3895 17.1109 18.5192 18.2405 18.5192 19.6299C18.5192 21.0192 17.3895 22.1489 16.0002 22.1489C14.6108 22.1489 13.4812 21.0193 13.4812 19.6299ZM18.3815 36.6333L16.6112 29.5532C16.5413 29.273 16.2894 29.0765 16.0001 29.0765C15.7112 29.0765 15.4592 29.273 15.3894 29.5532L13.6191 36.6333H11.7538L13.4655 29.2177C13.4755 29.1715 13.4811 29.1243 13.4811 29.0764V25.2979C13.4811 24.9501 13.1989 24.6682 12.8515 24.6682H8.44321C7.40168 24.6682 6.55394 23.8205 6.55394 22.7789V18.3707H7.8136V22.7789C7.8136 23.1267 8.09584 23.4086 8.44325 23.4086H23.5573C23.905 23.4086 24.1869 23.1264 24.1869 22.7789V18.3707H25.4466V22.7789C25.4466 23.8205 24.5989 24.6682 23.5573 24.6682H19.1491C18.8013 24.6682 18.5194 24.9505 18.5194 25.2979V29.0764C18.5194 29.1243 18.5251 29.1715 18.535 29.2181L20.2464 36.6333L18.3815 36.6333Z' fill='%23253B7C'/%3E%3Cpath d='M23.5575 2.6264C23.5575 1.23712 22.4279 0.107422 21.0385 0.107422C20.349 0.107422 19.7141 0.380027 19.2506 0.852435C18.2642 0.380027 17.1648 0.107422 16.0003 0.107422C14.8358 0.107422 13.7363 0.380027 12.75 0.852435C12.2869 0.380027 11.652 0.107422 10.9624 0.107422C9.57315 0.107422 8.44345 1.23704 8.44345 2.6264C8.44345 3.3159 8.71605 3.95083 9.18846 4.41432C8.71605 5.40036 8.44312 6.5001 8.44312 7.66461C8.44312 8.82912 8.71572 9.92861 9.18813 10.9149C8.71605 11.378 8.44312 12.013 8.44312 12.7025C8.44312 14.0918 9.57273 15.2215 10.9621 15.2215C11.6516 15.2215 12.2865 14.9489 12.75 14.4765C13.7364 14.9489 14.8361 15.2215 16.0003 15.2215C17.1649 15.2215 18.2643 14.9489 19.2506 14.4765C19.714 14.9489 20.349 15.2215 21.0385 15.2215C22.4278 15.2215 23.5575 14.0918 23.5575 12.7025C23.5575 12.013 23.2849 11.3781 22.8125 10.9146C23.2849 9.92853 23.5575 8.82878 23.5575 7.66453C23.5575 6.49993 23.2849 5.40053 22.8125 4.41423C23.2849 3.9508 23.5575 3.31585 23.5575 2.62632L23.5575 2.6264ZM22.2982 7.66461C22.2982 9.17491 21.7629 10.5615 20.8737 11.6473L19.0768 9.85049C19.517 9.23247 19.7789 8.47951 19.7789 7.66461C19.7789 6.84979 19.517 6.09644 19.0768 5.47874L20.8737 3.68189C21.7626 4.76768 22.2982 6.15432 22.2982 7.66461ZM11.1271 11.647C10.2378 10.5612 9.7026 9.17457 9.7026 7.66461C9.7026 6.15432 10.2378 4.76768 11.1271 3.68189L12.924 5.47874C12.4835 6.09643 12.2215 6.84938 12.2215 7.66461C12.2215 8.47944 12.4835 9.23279 12.9236 9.85049L11.1271 11.647ZM13.4812 7.66461C13.4812 6.27534 14.6108 5.14564 16.0001 5.14564C17.3895 5.14564 18.5191 6.27525 18.5191 7.66461C18.5191 9.05389 17.3895 10.1836 16.0001 10.1836C14.6108 10.1836 13.4812 9.05364 13.4812 7.66461ZM19.9829 2.79125L18.186 4.5881C17.5683 4.14794 16.8154 3.88598 16.0001 3.88598C15.1853 3.88598 14.432 4.14794 13.8143 4.5881L12.0174 2.79125C13.1032 1.90198 14.4902 1.36674 16.0001 1.36674C17.5104 1.36674 18.8971 1.90198 19.9829 2.79125ZM9.70285 2.62636C9.70285 1.93187 10.2677 1.3667 10.9625 1.3667C11.1919 1.3667 11.4077 1.42787 11.5955 1.53625C10.9323 2.01431 10.3505 2.59608 9.87243 3.25931C9.76405 3.07148 9.70288 2.85539 9.70288 2.62633L9.70285 2.62636ZM10.9625 13.9625C10.268 13.9625 9.70285 13.3977 9.70285 12.7029C9.70285 12.4735 9.76402 12.2577 9.8724 12.0699C10.3505 12.7331 10.9322 13.3149 11.5955 13.793C11.4076 13.9013 11.1915 13.9625 10.9625 13.9625L10.9625 13.9625ZM12.018 12.538L13.8149 10.7412C14.4322 11.1813 15.1855 11.4433 16.0004 11.4433C16.8153 11.4433 17.5686 11.1813 18.1863 10.7412L19.9831 12.538C18.8973 13.4273 17.5107 13.9625 16.0004 13.9625C14.4904 13.9625 13.1034 13.4273 12.018 12.538ZM22.298 12.7029C22.298 13.3974 21.7332 13.9626 21.0383 13.9626C20.809 13.9626 20.5932 13.9014 20.4054 13.793C21.0686 13.315 21.6504 12.7332 22.1284 12.07C22.2368 12.2578 22.298 12.4739 22.298 12.7029L22.298 12.7029ZM20.4054 1.53695C20.5932 1.42858 20.809 1.36741 21.0384 1.36741C21.7329 1.36741 22.298 1.93223 22.298 2.62706C22.298 2.85645 22.2369 3.07221 22.1285 3.26004C21.6498 2.59681 21.0687 2.0157 20.4054 1.53698L20.4054 1.53695Z' fill='%23253B7C'/%3E%3Cpath d='M2.93886 23.6323L1.75171 24.0535C1.891 24.4458 2.04825 24.8371 2.22079 25.2181L3.36802 24.6998C3.21077 24.3511 3.06616 23.9921 2.93883 23.6324L2.93886 23.6323Z' fill='%23253B7C'/%3E%3Cpath d='M3.10034 26.88C3.31776 27.235 3.55313 27.5861 3.79947 27.9215L4.81547 27.1765C4.58941 26.8686 4.37398 26.5475 4.17485 26.2217L3.10034 26.88Z' fill='%23253B7C'/%3E%3Cpath d='M2.26641 20.8418L1.01807 21.008C1.07292 21.4219 1.14606 21.8381 1.23482 22.2444L2.46555 21.9747C2.3841 21.6027 2.31661 21.2217 2.26641 20.8418L2.26641 20.8418Z' fill='%23253B7C'/%3E%3Cpath d='M5.00342 29.3677C5.28999 29.6712 5.59152 29.9661 5.9007 30.2437L6.74212 29.3065C6.45887 29.0522 6.18228 28.7819 5.91964 28.5037L5.00342 29.3677Z' fill='%23253B7C'/%3E%3Cpath d='M7.37451 31.4112C7.71593 31.6486 8.07165 31.8746 8.43204 32.0837L9.06436 30.9949C8.73358 30.8028 8.40678 30.595 8.09398 30.3779L7.37451 31.4112Z' fill='%23253B7C'/%3E%3Cpath d='M5.3729 10.1108L4.40745 9.30225C4.1405 9.6214 3.88285 9.95584 3.64282 10.296L4.67176 11.022C4.89217 10.7095 5.12788 10.4037 5.37289 10.1108L5.3729 10.1108Z' fill='%23253B7C'/%3E%3Cpath d='M3.76768 12.4903L2.65627 11.8972C2.4598 12.2649 2.27662 12.6452 2.11206 13.0275L3.269 13.5255C3.41926 13.1755 3.58748 12.8271 3.76767 12.4903L3.76768 12.4903Z' fill='%23253B7C'/%3E%3Cpath d='M6.55997 8.85969C6.84023 8.59905 7.13378 8.34705 7.433 8.11168L6.65407 7.12231C6.32728 7.37929 6.00746 7.6539 5.7019 7.93847L6.55997 8.85969Z' fill='%23253B7C'/%3E%3Cpath d='M1.18043 16.0162L2.41549 16.2636C2.49029 15.8902 2.58171 15.5149 2.6881 15.1483L1.47763 14.7979C1.36194 15.1981 1.26187 15.6084 1.18042 16.0162H1.18043Z' fill='%23253B7C'/%3E%3Cpath d='M2.14555 19C2.14555 18.6542 2.15818 18.3118 2.18345 17.9717L0.927786 17.8796C0.89986 18.2493 0.88623 18.623 0.88623 19L0.886895 19.1316L2.14656 19.1223L2.14555 19Z' fill='%23253B7C'/%3E%3Cpath d='M26.6367 10.1225C26.8817 10.4147 27.1171 10.7219 27.3369 11.0344L28.3671 10.3097C28.127 9.96826 27.8694 9.63381 27.6031 9.3147L26.6367 10.1225Z' fill='%23253B7C'/%3E%3Cpath d='M29.8188 17.9898C29.8428 18.323 29.8551 18.6597 29.8551 18.9998L29.8544 19.1371L31.1141 19.1527L31.1147 18.9998C31.1147 18.6294 31.1014 18.2624 31.0752 17.8984L29.8188 17.9898Z' fill='%23253B7C'/%3E%3Cpath d='M24.5789 8.12077C24.8781 8.35681 25.1716 8.6088 25.4512 8.86944L26.3109 7.94859C26.0061 7.66401 25.6856 7.38875 25.3595 7.1311L24.5789 8.12077Z' fill='%23253B7C'/%3E%3Cpath d='M30.8239 16.0349C30.7421 15.6243 30.6424 15.2137 30.5274 14.8145L29.3169 15.1632C29.4219 15.5286 29.5134 15.9039 29.5882 16.2806L30.8239 16.0349Z' fill='%23253B7C'/%3E%3Cpath d='M29.531 21.9915L30.7611 22.2625C30.8512 21.8539 30.9243 21.438 30.9795 21.0274L29.7311 20.8599C29.6803 21.2365 29.6128 21.6175 29.531 21.9915L29.531 21.9915Z' fill='%23253B7C'/%3E%3Cpath d='M25.2468 29.3158L26.0876 30.2537C26.3968 29.9764 26.699 29.6819 26.9855 29.379L26.0706 28.5137C25.808 28.7913 25.5308 29.0615 25.2468 29.3159L25.2468 29.3158Z' fill='%23253B7C'/%3E%3Cpath d='M29.8944 13.0435C29.7305 12.6625 29.548 12.2816 29.3515 11.9119L28.2395 12.5033C28.4197 12.8421 28.5872 13.1911 28.7372 13.5406L29.8944 13.0435Z' fill='%23253B7C'/%3E%3Cpath d='M22.9243 31.0018L23.5546 32.0919C23.916 31.8828 24.2721 31.6567 24.6138 31.4201L23.8947 30.3855C23.5815 30.6033 23.2554 30.8107 22.9243 31.0019V31.0018Z' fill='%23253B7C'/%3E%3Cpath d='M28.6255 24.7132L29.7725 25.2335C29.945 24.8532 30.1033 24.4615 30.2422 24.0702L29.0557 23.6477C28.9284 24.0057 28.7835 24.3648 28.6256 24.7132L28.6255 24.7132Z' fill='%23253B7C'/%3E%3Cpath d='M27.1763 27.1897L28.1916 27.9354C28.4389 27.5986 28.6746 27.2482 28.8914 26.8952L27.8176 26.2366C27.6185 26.56 27.4024 26.8812 27.1763 27.1897L27.1763 27.1897Z' fill='%23253B7C'/%3E%3C/svg%3E%0A");
}

.icon-balance {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='41' viewBox='0 0 42 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.5226 21.2596H39.8929V13.7024C39.8929 13.5348 39.8268 13.3749 39.7084 13.2572L36.0565 9.6053C36.8374 9.17712 37.374 8.35696 37.374 7.40488C37.374 6.0156 36.2443 4.8859 34.855 4.8859C34.222 4.8859 33.6495 5.12826 33.2064 5.51555H22.8889V2.36662C22.8889 2.19906 22.8228 2.03915 22.7044 1.92147L21.4448 0.661806C21.1984 0.415466 20.8005 0.415466 20.5541 0.661806L19.2945 1.92147C19.1765 2.03915 19.1103 2.19906 19.1103 2.36662V5.51555H8.7937C8.35022 5.12825 7.7777 4.8859 7.14476 4.8859C5.75548 4.8859 4.62578 6.01552 4.62578 7.40488C4.62578 8.35705 5.16235 9.17713 5.94323 9.6053L2.29131 13.2572C2.17296 13.3749 2.1068 13.5348 2.1068 13.7024V21.2596H1.47682C1.12908 21.2596 0.847168 21.5411 0.847168 21.8892V24.4082C0.847168 24.5757 0.913325 24.7357 1.03168 24.8533L2.29134 26.113C2.40902 26.2317 2.56959 26.2978 2.73649 26.2978H11.5535C11.7204 26.2978 11.881 26.2317 11.9987 26.1133L13.2583 24.8537C13.3767 24.736 13.4425 24.5761 13.4425 24.4085V21.8895C13.4425 21.5411 13.1603 21.2599 12.8128 21.2599H12.1832V13.7024C12.1832 13.5348 12.117 13.3749 11.9987 13.2572L8.34677 9.6053C8.50734 9.51719 8.65661 9.41381 8.79391 9.29413H19.1105V30.0763H17.8508C17.684 30.0763 17.5234 30.1424 17.4057 30.2608L16.146 31.5204C16.028 31.6378 15.9619 31.798 15.9619 31.9656V33.8549H11.5536C11.2059 33.8549 10.924 34.1364 10.924 34.4845V39.5227C10.924 39.8711 11.2062 40.1524 11.5536 40.1524H30.4464C30.7941 40.1524 31.076 39.8708 31.076 39.5227V34.4845C31.076 34.1361 30.7938 33.8549 30.4464 33.8549H26.0381V31.9656C26.0381 31.798 25.972 31.6381 25.8536 31.5204L24.5939 30.2608C24.4759 30.1421 24.3154 30.0763 24.1485 30.0763H22.8888V9.29413H33.2054C33.3427 9.41381 33.492 9.5172 33.6525 9.6053L30.0006 13.2572C29.8823 13.3749 29.8161 13.5348 29.8161 13.7024V21.2596H29.1865C28.8387 21.2596 28.5568 21.5411 28.5568 21.8892V24.4082C28.5568 24.5757 28.623 24.7356 28.7413 24.8533L30.001 26.113C30.1183 26.2317 30.2789 26.2978 30.4458 26.2978H39.2628C39.4297 26.2978 39.5903 26.2317 39.708 26.1133L40.9676 24.8537C41.086 24.736 41.1521 24.5761 41.1521 24.4085V21.8895C41.1521 21.5411 40.8699 21.2596 40.5222 21.2596L40.5226 21.2596ZM18.5703 8.03488H9.5745C9.62736 7.83209 9.66393 7.62364 9.66393 7.40523C9.66393 7.18681 9.62737 6.97837 9.5745 6.77558H18.5703C18.5171 6.97837 18.4805 7.18681 18.4805 7.40523C18.4805 7.62364 18.5171 7.83209 18.5699 8.03488H18.5703ZM19.7405 7.40523C19.7405 6.71074 20.3053 6.14557 21.0001 6.14557C21.6946 6.14557 22.2598 6.71039 22.2598 7.40523C22.2598 8.09971 21.695 8.66489 21.0001 8.66489C20.3053 8.66489 19.7405 8.09973 19.7405 7.40523ZM23.4297 6.77558H32.4254C32.3722 6.97837 32.3356 7.18681 32.3356 7.40523C32.3356 7.62364 32.3722 7.83209 32.4251 8.03488H23.4293C23.4822 7.83209 23.5188 7.62364 23.5188 7.40523C23.5188 7.18681 23.4822 6.97837 23.4293 6.77558H23.4297ZM20.9998 1.99796L21.6294 2.62761V4.97536C21.427 4.9225 21.2185 4.88626 20.9998 4.88626C20.7814 4.88626 20.5729 4.92283 20.3701 4.97569V2.62794L20.9998 1.99796ZM12.1836 24.1477L11.293 25.0384H2.99774L2.10744 24.1477V22.5194H12.1832L12.1836 24.1477ZM10.924 21.2597H3.36676V13.9632L7.14531 10.1847L10.9239 13.9632L10.924 21.2597ZM7.1454 8.66485C6.45091 8.66485 5.88574 8.10003 5.88574 7.40519C5.88574 6.71071 6.45056 6.14553 7.1454 6.14553C7.83988 6.14553 8.40506 6.71036 8.40506 7.40519C8.40506 8.09968 7.84023 8.66485 7.1454 8.66485ZM29.8169 38.8929H12.1837V35.1144H29.8169V38.8929ZM24.7787 32.2264V33.8547H17.2215V32.226L18.1121 31.3357H23.8884L24.7787 32.2264ZM20.3704 30.0764V9.83473C20.5732 9.88758 20.7817 9.92416 21.0001 9.92416C21.2185 9.92416 21.4269 9.88759 21.6297 9.83473L21.6301 30.0764H20.3704ZM34.8547 6.14536C35.5492 6.14536 36.1143 6.71019 36.1143 7.40502C36.1143 8.09951 35.5495 8.66468 34.8547 8.66468C34.1602 8.66468 33.595 8.09986 33.595 7.40502C33.5954 6.71021 34.1602 6.14536 34.8547 6.14536ZM31.0764 13.9632L34.8549 10.1846L38.6335 13.9632L38.6332 21.2597H31.0763L31.0764 13.9632ZM39.8925 24.1478L39.0023 25.0385H30.7067L29.8164 24.1478V22.5195H39.8921L39.8925 24.1478Z' fill='%23253B7C'/%3E%3C/svg%3E%0A");
}

.icon-education {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='41' viewBox='0 0 42 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.2203 16.0835C35.5056 14.531 33.2944 13.8398 30.8257 14.0842C27.183 14.4489 23.9796 18.4867 21.0112 22.7931C18.0412 18.4879 14.8344 14.45 11.1746 14.0842C8.71649 13.8405 6.51138 14.5306 4.79563 16.0835C1.13274 19.3986 0.848145 25.5048 0.848145 27.2971C0.848145 29.0899 1.13272 35.1957 4.79632 38.5107C6.51172 40.0636 8.71717 40.7551 11.1753 40.51C14.8355 40.144 18.0417 36.1061 21.011 31.8011C23.9798 36.1073 27.1832 40.1455 30.8264 40.51C31.1512 40.5423 31.4736 40.5586 31.7848 40.5586C33.8607 40.5586 35.7396 39.8508 37.2196 38.5107C40.8689 35.2089 41.1525 29.0929 41.1525 27.2971C41.1525 25.501 40.8689 19.3859 37.2203 16.0835V16.0835ZM36.3749 37.5771C34.9391 38.8763 33.0744 39.4684 30.9507 39.2566C28.4813 39.0102 26.5026 36.852 25.0095 35.0654C22.9471 32.5974 21.2146 29.863 19.4248 27.1964C17.8842 24.9029 16.3489 22.5714 14.5202 20.4926C13.583 19.4271 12.328 18.0088 10.7994 17.8437C9.40018 17.7027 8.24758 18.0534 7.32997 18.8839C5.3366 20.6905 4.62614 24.4141 4.62614 27.2974C4.62614 30.1804 5.33658 33.9042 7.33022 35.709C8.11679 36.4211 9.0852 36.7795 10.2158 36.7795C10.4053 36.7795 10.6001 36.7695 10.7983 36.7492C12.8129 36.5478 15.2594 33.5531 18.7331 28.4287L19.2281 29.1687C19.4864 29.5547 19.7421 29.9397 19.9971 30.31C20.0808 30.436 20.1653 30.558 20.2491 30.6824C17.4838 34.7223 14.289 38.9324 11.0491 39.2568C8.95263 39.4626 7.08463 38.8842 5.64012 37.5773C2.36216 34.6106 2.10718 28.9586 2.10718 27.2973C2.10718 25.6361 2.36217 19.9845 5.64012 17.0173C7.08497 15.7105 8.95893 15.1307 11.0484 15.3379C13.5081 15.5835 15.4988 17.7531 16.9929 19.5264C19.0145 21.9263 20.706 24.5885 22.4554 27.187C24.1116 29.6454 25.7409 32.1704 27.7382 34.3718C28.6235 35.3479 29.7988 36.6095 31.1987 36.7492C31.4084 36.7704 31.6126 36.7814 31.8107 36.7814C32.945 36.7814 33.8895 36.4274 34.6837 35.7089C36.6671 33.9144 37.3739 30.1869 37.3739 27.297C37.3739 24.407 36.6674 20.6793 34.6841 18.8854C33.7539 18.0433 32.6133 17.7016 31.2007 17.8452C29.2024 18.045 26.7582 21.0419 23.2835 26.1713C23.2286 26.0895 23.1721 26.0051 23.1179 25.924C22.6708 25.2471 22.2217 24.5805 21.7715 23.912C24.6502 19.7018 27.724 15.661 30.9494 15.3383C33.0565 15.1312 34.9308 15.711 36.3743 17.0178C39.6389 19.9713 39.8926 25.6314 39.8926 27.297C39.8926 28.9618 39.6389 34.6221 36.3746 37.577L36.3749 37.5771ZM17.98 27.2971C16.0871 30.1159 12.5318 35.3107 10.6722 35.4966C9.63192 35.6023 8.83711 35.3746 8.17584 34.7755C6.59405 33.3433 5.88563 29.9873 5.88563 27.2971C5.88563 24.6067 6.59407 21.2509 8.1755 19.8187C8.72969 19.3174 9.39524 19.0737 10.2104 19.0737C10.3597 19.0737 10.5133 19.0814 10.6725 19.0977C12.5319 19.2832 16.0864 24.4783 17.98 27.2972L17.98 27.2971ZM24.2669 27.6319C24.1908 27.5192 24.1126 27.4031 24.0415 27.2974C25.9338 24.4779 29.4876 19.2818 31.3268 19.0979C32.378 18.9916 33.1789 19.2206 33.8394 19.819C35.4105 21.2412 36.114 24.5996 36.114 27.2971C36.114 29.9942 35.4106 33.3529 33.8388 34.7754C33.1769 35.3749 32.3777 35.6042 31.3268 35.4965C29.7227 35.336 26.8132 31.3609 24.8401 28.4772L24.8421 28.4759C24.6472 28.1943 24.4577 27.9127 24.2669 27.6318L24.2669 27.6319Z' fill='%23253B7C'/%3E%3Cpath d='M10.7029 5.84608L14.7026 7.34574V11.9441C14.7026 12.2067 14.8651 12.4418 15.1108 12.5342L20.7787 14.6629C20.8505 14.6892 20.9253 14.7025 21.0001 14.7025C21.0749 14.7025 21.1501 14.6892 21.2219 14.6629L26.8898 12.5342C27.1355 12.4418 27.298 12.2067 27.298 11.9441V7.34574L30.447 6.16488L30.4466 9.66454H31.7063V5.25595C31.7063 4.99332 31.5431 4.75827 31.2977 4.66585L21.222 0.8873C21.079 0.834442 20.9221 0.834442 20.7798 0.8873L10.7041 4.66585C10.4581 4.7586 10.2952 4.99332 10.2952 5.25595C10.2952 5.51858 10.4581 5.75362 10.7037 5.84604L10.7029 5.84608ZM26.0382 11.5083L21 13.4002L15.9618 11.5083V7.81782L20.779 9.62403C20.8505 9.65129 20.9253 9.66459 21.0001 9.66459C21.0749 9.66459 21.15 9.65129 21.2211 9.62503L26.0383 7.81788L26.0382 11.5083ZM21 2.14999L29.2829 5.25603L21 8.36208L12.7174 5.25603L21 2.14999Z' fill='%23253B7C'/%3E%3Cpath d='M35.4851 12.8127H36.7448V14.0724H35.4851V12.8127Z' fill='%23253B7C'/%3E%3Cpath d='M35.4851 10.2944H36.7448V11.5541H35.4851V10.2944Z' fill='%23253B7C'/%3E%3Cpath d='M35.4851 7.77539H36.7448V9.03505H35.4851V7.77539Z' fill='%23253B7C'/%3E%3Cpath d='M35.4851 5.2561H36.7448V6.51576H35.4851V5.2561Z' fill='%23253B7C'/%3E%3Cpath d='M35.4851 2.73706H36.7448V3.99672H35.4851V2.73706Z' fill='%23253B7C'/%3E%3Cpath d='M32.9661 2.73706H34.2257V3.99672H32.9661V2.73706Z' fill='%23253B7C'/%3E%3Cpath d='M30.4468 2.73706H31.7064V3.99672H30.4468V2.73706Z' fill='%23253B7C'/%3E%3Cpath d='M5.2561 12.8127H6.51576V14.0724H5.2561V12.8127Z' fill='%23253B7C'/%3E%3Cpath d='M5.2561 10.2944H6.51576V11.5541H5.2561V10.2944Z' fill='%23253B7C'/%3E%3Cpath d='M5.2561 7.77539H6.51576V9.03505H5.2561V7.77539Z' fill='%23253B7C'/%3E%3Cpath d='M5.2561 5.2561H6.51576V6.51576H5.2561V5.2561Z' fill='%23253B7C'/%3E%3Cpath d='M5.2561 2.73706H6.51576V3.99672H5.2561V2.73706Z' fill='%23253B7C'/%3E%3Cpath d='M7.77539 2.73706H9.03505V3.99672H7.77539V2.73706Z' fill='%23253B7C'/%3E%3Cpath d='M10.2944 2.73706H11.5541V3.99672H10.2944V2.73706Z' fill='%23253B7C'/%3E%3C/svg%3E%0A");
}

.btn-lg .icon {
  margin-top: -15px;
  margin-bottom: -15px;
}

@media (min-width: 768px) {
  .btn-lg .icon {
    margin-top: -12px;
    margin-bottom: -12px;
  }
}

.form-control {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 210 213 / var(--tw-border-opacity));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.icon-social {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-social-telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8751 3.75001L2.54175 11.2083C2.16675 11.375 2.16675 11.9583 2.54175 12.1667L7.50008 14.2083L9.33341 20.0833C9.45841 20.4167 9.83341 20.5 10.0834 20.2917L12.9167 17.625L18.2917 21.25C18.5834 21.4167 18.9584 21.25 19.0001 20.9583L22.5001 4.29168C22.5834 3.95835 22.2084 3.62501 21.8751 3.75001ZM10.2084 15.2917L9.91675 18.3333L8.41675 13.6667L18.9584 6.66668L10.2084 15.2917Z' fill='%23253B7C'/%3E%3C/svg%3E%0A");
}

.icon-social-youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8647 7.96871C22.6563 6.35413 21.7188 5.36454 20.1042 5.20829C18.2292 5.05204 14.1667 4.94788 12.2917 4.94788C8.48966 4.94788 6.77091 5.05204 4.948 5.20829C3.22925 5.36454 2.448 6.14579 2.1355 7.76038C1.92716 8.85413 1.823 9.89579 1.823 12.3958C1.823 14.6354 1.92716 15.9895 2.08341 17.1875C2.29175 18.802 3.3855 19.6875 5.05216 19.8437C6.92716 20 10.7292 20.1041 12.5522 20.1041C14.3751 20.1041 18.3855 20 20.2084 19.7916C21.823 19.5833 22.6042 18.75 22.8647 17.1354C22.8647 17.1354 23.1251 15.4166 23.1251 12.3958C23.1251 10.677 23.0209 9.06246 22.8647 7.96871ZM10.2605 15.5208V9.37496L16.0938 12.3958L10.2605 15.5208Z' fill='%23253B7C'/%3E%3C/svg%3E%0A");
}

.icon-yep-team {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1376_47)'%3E%3Cpath d='M18.3225 11.3412C17.9043 11.3412 17.561 11.4827 17.2924 11.7637C17.0238 12.0464 16.8899 12.4252 16.8899 12.8992C16.8899 13.3732 17.0234 13.7516 17.2924 14.0346C17.561 14.3168 17.9043 14.4572 18.3225 14.4572C18.7415 14.4572 19.0848 14.3165 19.3526 14.0346C19.6212 13.7519 19.7555 13.3732 19.7555 12.8992C19.7555 12.4252 19.6212 12.0468 19.3526 11.7637C19.0848 11.4823 18.7415 11.3412 18.3225 11.3412Z' fill='%23253B7C'/%3E%3Cpath d='M12.7163 11.5551C12.4658 11.3428 12.1586 11.2362 11.7964 11.2362C11.4265 11.2358 11.1169 11.3412 10.8652 11.5502C10.6147 11.7593 10.4607 12.0452 10.4048 12.4083H13.1767C13.1208 12.0525 12.9676 11.7686 12.7163 11.5551Z' fill='%23253B7C'/%3E%3Cpath d='M21.2105 21.4654C23.6543 19.0899 25 15.9072 25 12.5012C25 5.60848 19.3923 0 12.5 0C5.60766 0 0 5.6081 0 12.5012C0 19.3931 5.60728 25.0008 12.5 25.0008C14.0122 25.0008 15.4862 24.7342 16.8854 24.2095C18.0482 25.193 19.5157 25.7322 21.0472 25.7322C21.2101 25.7322 21.3568 25.6341 21.4187 25.4841C21.4807 25.3341 21.4469 25.1612 21.3315 25.0458C20.3484 24.062 20.3038 22.4806 21.2105 21.4654ZM23.709 8.39163L23.3853 13.171H22.0883L21.7638 8.39163H23.709ZM22.015 14.1807C22.2028 14.0029 22.444 13.9137 22.7363 13.9137C23.0294 13.9137 23.2698 14.0034 23.4584 14.1807C23.6462 14.3584 23.7407 14.5799 23.7407 14.8445C23.7407 15.1094 23.6449 15.3338 23.4532 15.5196C23.2614 15.7041 23.0226 15.7962 22.7367 15.7962C22.4504 15.7962 22.2116 15.7041 22.0198 15.5196C21.828 15.3342 21.7323 15.1095 21.7323 14.8445C21.7323 14.5795 21.8265 14.358 22.015 14.1807ZM5.71424 17.4278C5.33386 17.6927 4.87592 17.8254 4.33913 17.8254C4.04603 17.8254 3.75696 17.78 3.47103 17.6895C3.18516 17.5983 2.95158 17.4736 2.77022 17.3124L3.36647 16.152C3.49152 16.2634 3.63587 16.3507 3.80033 16.4138C3.96435 16.4765 4.12641 16.5078 4.28685 16.5078C4.51 16.5078 4.69136 16.4535 4.83043 16.3458C4.97038 16.2372 5.09582 16.0583 5.20755 15.8066L5.22804 15.754L2.79158 10.0852H4.47543L6.05478 13.9028L7.64418 10.0852H9.21304V10.0855L6.6712 16.0583C6.41342 16.7057 6.09462 17.1632 5.71424 17.4278ZM14.6833 13.3596H10.4261C10.5033 13.7078 10.6839 13.9836 10.9697 14.1855C11.2556 14.3882 11.6118 14.4886 12.0368 14.4886C12.3299 14.4886 12.5893 14.4456 12.8165 14.3584C13.0428 14.2711 13.2539 14.1336 13.4489 13.9451L14.317 14.8863C13.7867 15.493 13.0127 15.7962 11.9954 15.7962C11.3605 15.7962 10.7997 15.6728 10.3116 15.4255C9.82304 15.1778 9.4463 14.8345 9.18174 14.3946C8.91636 13.9563 8.78408 13.4573 8.78408 12.8992C8.78408 12.3484 8.91435 11.8518 9.17609 11.4088C9.43783 10.9657 9.7969 10.6215 10.2533 10.373C10.7096 10.1262 11.221 10.0023 11.7864 10.0023C12.3364 10.0023 12.8354 10.1202 13.2817 10.3574C13.728 10.5946 14.0782 10.934 14.3331 11.377C14.588 11.8201 14.7151 12.334 14.7151 12.9202C14.7146 12.9407 14.7042 13.087 14.6833 13.3596ZM18.6051 15.7962C17.887 15.7962 17.3221 15.5698 16.9103 15.1167V17.7418H15.2783V10.0855H16.8371V10.7345C17.2416 10.246 17.831 10.0023 18.6051 10.0023C19.1277 10.0023 19.6038 10.1217 20.0328 10.363C20.4618 10.6034 20.798 10.942 21.0416 11.3774C21.2861 11.8136 21.4079 12.3203 21.4079 12.8992C21.4079 13.4782 21.2861 13.986 21.0416 14.4211C20.798 14.8565 20.4618 15.1951 20.0328 15.4355C19.6038 15.6767 19.1278 15.7962 18.6051 15.7962Z' fill='%23253B7C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1376_47'%3E%3Crect width='25' height='25.7322' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

select.form-control.appearance-none {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23152336' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.-right-\[9\%\] {
  right: -9%;
}

.-bottom-\[11px\] {
  bottom: -11px;
}

.left-\[24\%\] {
  left: 24%;
}

.bottom-\[58px\] {
  bottom: 58px;
}

.-top-\[44px\] {
  top: -44px;
}

.-left-\[99px\] {
  left: -99px;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-13 {
  grid-column-end: 13;
}

.mb-4 {
  margin-bottom: 1rem;
}

.-mt-\[140px\] {
  margin-top: -140px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[414\/629\] {
  aspect-ratio: 414/629;
}

.h-auto {
  height: auto;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[67\%\] {
  width: 67%;
}

.w-\[93\%\] {
  width: 93%;
}

.w-\[576px\] {
  width: 576px;
}

.w-full {
  width: 100%;
}

.max-w-\[458px\] {
  max-width: 458px;
}

.cursor-wait {
  cursor: wait;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[21px\] {
  gap: 21px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-\[87px\] {
  row-gap: 87px;
}

.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 246 / var(--tw-bg-opacity));
}

.bg-contain {
  background-size: contain;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.font-body {
  font-family: "Montserrat";
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[10vw\] {
  font-size: 10vw;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[13px\] {
  font-size: 13px;
}

.font-semibold {
  font-weight: 600;
}

.leading-none {
  line-height: 1;
}

.leading-\[1\.22\] {
  line-height: 1.22;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.tracking-\[-\.04em\] {
  letter-spacing: -.04em;
}

.tracking-\[-\.02em\] {
  letter-spacing: -.02em;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(255 97 100 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:text-\[42px\] {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .md\:-right-\[5\%\] {
    right: -5%;
  }

  .md\:-bottom-\[17px\] {
    bottom: -17px;
  }

  .md\:left-\[-1\.5\%\] {
    left: -1.5%;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:-ml-\[30px\] {
    margin-left: -30px;
  }

  .md\:-mt-\[70px\] {
    margin-top: -70px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[163px\] {
    width: 163px;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:w-\[126\%\] {
    width: 126%;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[19px\] {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-\[33px\] {
    bottom: -33px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:-mt-\[148px\] {
    margin-top: -148px;
  }

  .lg\:-mt-\[85px\] {
    margin-top: -85px;
  }

  .lg\:-mt-\[140px\] {
    margin-top: -140px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-mr-\[5\%\] {
    margin-right: -5%;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[126\%\] {
    width: 126%;
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:pt-\[148px\] {
    padding-top: 148px;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }
}

@media (min-width: 1280px) {
  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:text-\[64px\] {
    font-size: 64px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:hidden {
    display: none;
  }
}