@font-face {
  font-family: Inter;
  font-weight: 600;
  src: url(/Inter-SemiBold.otf) format("truetype");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(/Inter-Regular.otf) format("truetype");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

:root {
  --background-color-page: #fefef4;
  --main-text-color: #000000;

  --text-medium-size: 1rem;
  --text-large-size: 2.125rem;

  --line-height-medium-size: 1.5rem;
  --line-height-large-size: 2.5rem;
}

html {
  font-size: 100%;
}

body {
  background: var(--background-color-page);
  color: var(--main-text-color);

  font-size: var(--text-medium-size);
  font-family: "Inter", sans-serif;

  text-align: center;
  line-height: var(--line-height-medium-size);
}

.wrapper {
  min-height: 100vh;

  position: relative;
  overflow: hidden;
}

.header {
  margin-top: 25px;
  margin-bottom: 273px;
}

.container {
  max-width: 328px;
  width: 100%;

  margin: 0 auto;
  padding: 0 10px;
}

.content {
  margin-bottom: 16px;
}

.content__text {
  margin-bottom: 16px;

  font-size: var(--text-large-size);
  font-weight: 600;
  line-height: var(--line-height-large-size);
}

.content__text--error {
  margin-bottom: 48px;
}

.content__description {
  margin-bottom: 16px;

  font-size: var(--text-medium-size);
  font-weight: 400;
}

.content__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 17px;

  margin-bottom: 25px;
}

.content__link {
  display: block;
  height: 40px;

  cursor: pointer;
}

.content__link--store {
  width: 120px;
  background: url("data:image/svg+xml,%3Csvg width='120' height='40' viewBox='0 0 120 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M110.135 -0.000114141H9.53468C9.16798 -0.000114141 8.80568 -0.000114141 8.43995 0.00188586C8.1338 0.00388586 7.83009 0.00969586 7.521 0.0145859C6.84951 0.0224877 6.17961 0.0815621 5.5171 0.191296C4.85552 0.303418 4.21467 0.514802 3.61622 0.818296C3.0185 1.12436 2.47235 1.52205 1.99757 1.99696C1.5203 2.47052 1.12246 3.0179 0.81935 3.61805C0.5154 4.21699 0.304641 4.85882 0.19435 5.52137C0.0830109 6.18307 0.0230984 6.85241 0.01515 7.52337C0.00587 7.82997 0.00489 8.13759 0 8.44423V31.5585C0.00489 31.869 0.00587 32.1698 0.01515 32.4804C0.0231008 33.1513 0.0830134 33.8206 0.19435 34.4823C0.304336 35.1452 0.515108 35.7874 0.81935 36.3866C1.12233 36.9848 1.52022 37.53 1.99757 38.0009C2.47054 38.4779 3.01705 38.8759 3.61622 39.1796C4.21467 39.4839 4.85545 39.6965 5.5171 39.8104C6.17972 39.9192 6.84956 39.9783 7.521 39.9872C7.83009 39.994 8.1338 39.9979 8.43995 39.9979C8.80567 39.9999 9.168 39.9999 9.53468 39.9999H110.135C110.494 39.9999 110.859 39.9999 111.219 39.9979C111.523 39.9979 111.836 39.994 112.141 39.9872C112.811 39.9788 113.479 39.9197 114.141 39.8104C114.804 39.6957 115.448 39.4831 116.049 39.1796C116.647 38.8757 117.193 38.4777 117.666 38.0009C118.142 37.5281 118.541 36.9833 118.848 36.3866C119.15 35.787 119.358 35.1448 119.467 34.4823C119.578 33.8205 119.64 33.1514 119.652 32.4804C119.656 32.1698 119.656 31.869 119.656 31.5585C119.664 31.1952 119.664 30.8339 119.664 30.4647V9.53602C119.664 9.16981 119.664 8.80653 119.656 8.44423C119.656 8.13759 119.656 7.82997 119.652 7.52333C119.64 6.85231 119.578 6.18312 119.467 5.52133C119.358 4.85917 119.149 4.21739 118.848 3.61801C118.23 2.41508 117.252 1.43591 116.049 0.818206C115.448 0.515453 114.804 0.304126 114.141 0.191206C113.48 0.0809886 112.811 0.0218936 112.141 0.0144459C111.836 0.00956586 111.523 0.00370586 111.219 0.00175586C110.859 -0.000244141 110.494 -0.000244141 110.135 -0.000244141V-0.000114141Z' fill='%23A6A6A6'/%3E%3Cpath d='M8.44487 39.125C8.14019 39.125 7.84287 39.1211 7.54058 39.1143C6.91436 39.1061 6.2896 39.0516 5.67144 38.9512C5.09503 38.8519 4.53664 38.6673 4.0147 38.4033C3.49754 38.1415 3.02585 37.7983 2.6177 37.3867C2.20364 36.98 1.85891 36.5082 1.59719 35.9902C1.33258 35.4688 1.14945 34.9099 1.05419 34.333C0.951311 33.7131 0.895651 33.0863 0.887687 32.458C0.881347 32.2471 0.873047 31.5449 0.873047 31.5449V8.44434C0.873047 8.44434 0.881887 7.75293 0.887737 7.5498C0.895363 6.92248 0.950699 6.29665 1.05327 5.67773C1.14871 5.09925 1.33197 4.53875 1.59673 4.01563C1.85749 3.49794 2.2003 3.02586 2.61187 2.61768C3.02297 2.20562 3.49617 1.8606 4.01421 1.59521C4.53495 1.33209 5.09228 1.14873 5.66753 1.05127C6.28772 0.949836 6.91465 0.894996 7.54304 0.88721L8.44536 0.875H111.214L112.127 0.8877C112.75 0.895099 113.371 0.94945 113.985 1.05029C114.566 1.14898 115.13 1.33362 115.656 1.59814C116.694 2.13299 117.539 2.97916 118.071 4.01807C118.332 4.53758 118.512 5.09351 118.607 5.66699C118.71 6.29099 118.768 6.92174 118.78 7.5542C118.783 7.8374 118.783 8.1416 118.783 8.44434C118.791 8.81934 118.791 9.17627 118.791 9.53613V30.4648C118.791 30.8281 118.791 31.1826 118.783 31.54C118.783 31.8652 118.783 32.1631 118.779 32.4697C118.768 33.0909 118.711 33.7104 118.608 34.3232C118.515 34.9043 118.333 35.4675 118.068 35.9932C117.805 36.5056 117.462 36.9733 117.053 37.3789C116.644 37.7927 116.172 38.1379 115.653 38.4014C115.128 38.6674 114.566 38.8527 113.985 38.9512C113.367 39.0522 112.742 39.1067 112.116 39.1143C111.823 39.1211 111.517 39.125 111.219 39.125L110.135 39.127L8.44487 39.125Z' fill='black'/%3E%3Cpath d='M24.769 20.3006C24.7797 19.4659 25.0014 18.6475 25.4135 17.9216C25.8255 17.1956 26.4145 16.5857 27.1256 16.1485C26.6738 15.5034 26.0779 14.9724 25.385 14.5979C24.6922 14.2233 23.9216 14.0155 23.1344 13.9908C21.4552 13.8146 19.8272 14.9957 18.9715 14.9957C18.0992 14.9957 16.7817 14.0083 15.363 14.0375C14.4453 14.0672 13.551 14.334 12.7671 14.8121C11.9832 15.2901 11.3365 15.9631 10.8901 16.7654C8.95607 20.1138 10.3987 25.0349 12.2513 27.7415C13.1782 29.0668 14.2615 30.5473 15.6789 30.4948C17.066 30.4372 17.584 29.6103 19.2583 29.6103C20.9171 29.6103 21.4031 30.4948 22.8493 30.4614C24.3377 30.4372 25.2754 29.1302 26.1698 27.7923C26.8358 26.8479 27.3483 25.8042 27.6882 24.6997C26.8235 24.334 26.0856 23.7218 25.5665 22.9395C25.0474 22.1572 24.77 21.2394 24.769 20.3006Z' fill='white'/%3E%3Cpath d='M22.0373 12.2108C22.8489 11.2366 23.2487 9.98445 23.1518 8.72021C21.912 8.85044 20.7668 9.44299 19.9443 10.3798C19.5421 10.8375 19.2341 11.3699 19.0379 11.9467C18.8416 12.5235 18.761 13.1333 18.8006 13.7412C19.4207 13.7476 20.0342 13.6132 20.5949 13.3481C21.1555 13.083 21.6487 12.6942 22.0373 12.2108Z' fill='white'/%3E%3Cpath d='M42.3025 27.1397H37.5691L36.4324 30.4961H34.4275L38.9109 18.0781H40.9939L45.4773 30.4961H43.4382L42.3025 27.1397ZM38.0593 25.5908H41.8113L39.9617 20.1436H39.91L38.0593 25.5908Z' fill='white'/%3E%3Cpath d='M55.1599 25.9698C55.1599 28.7833 53.6541 30.5909 51.3816 30.5909C50.806 30.621 50.2335 30.4884 49.7297 30.2083C49.2259 29.9281 48.8112 29.5118 48.533 29.0069H48.49V33.4913H46.6316V21.4425H48.4305V22.9483H48.4646C48.7556 22.4459 49.1773 22.0317 49.6849 21.7498C50.1926 21.468 50.7671 21.329 51.3474 21.3477C53.6453 21.3477 55.1599 23.1641 55.1599 25.9698ZM53.2498 25.9698C53.2498 24.1368 52.3025 22.9317 50.8572 22.9317C49.4373 22.9317 48.4822 24.1622 48.4822 25.9698C48.4822 27.794 49.4373 29.0157 50.8572 29.0157C52.3025 29.0157 53.2498 27.8194 53.2498 25.9698Z' fill='white'/%3E%3Cpath d='M65.1248 25.9698C65.1248 28.7833 63.6189 30.5909 61.3465 30.5909C60.7708 30.621 60.1983 30.4884 59.6945 30.2083C59.1907 29.9281 58.776 29.5118 58.4978 29.0069H58.4548V33.4913H56.5964V21.4425H58.3953V22.9483H58.4294C58.7204 22.4459 59.1421 22.0317 59.6498 21.7498C60.1574 21.468 60.7319 21.329 61.3123 21.3477C63.6101 21.3477 65.1248 23.1641 65.1248 25.9698ZM63.2146 25.9698C63.2146 24.1368 62.2674 22.9317 60.822 22.9317C59.4021 22.9317 58.447 24.1622 58.447 25.9698C58.447 27.794 59.4021 29.0157 60.822 29.0157C62.2674 29.0157 63.2146 27.8194 63.2146 25.9698H63.2146Z' fill='white'/%3E%3Cpath d='M71.7107 27.0362C71.8484 28.2676 73.0447 29.0762 74.6795 29.0762C76.2459 29.0762 77.3728 28.2676 77.3728 27.1572C77.3728 26.1934 76.6931 25.6162 75.0838 25.2207L73.4744 24.833C71.1941 24.2822 70.1355 23.2158 70.1355 21.4854C70.1355 19.3428 72.0027 17.8711 74.6541 17.8711C77.2781 17.8711 79.0769 19.3428 79.1375 21.4854H77.2615C77.1492 20.2461 76.1248 19.4981 74.6277 19.4981C73.1306 19.4981 72.1062 20.2549 72.1062 21.3565C72.1062 22.2344 72.7605 22.751 74.3611 23.1465L75.7292 23.4824C78.2771 24.0849 79.3357 25.1084 79.3357 26.9248C79.3357 29.248 77.4851 30.7031 74.5417 30.7031C71.7878 30.7031 69.9285 29.2822 69.8083 27.0361L71.7107 27.0362Z' fill='white'/%3E%3Cpath d='M83.3464 19.2998V21.4424H85.0681V22.9141H83.3464V27.9053C83.3464 28.6807 83.6912 29.042 84.448 29.042C84.6524 29.0384 84.8564 29.0241 85.0593 28.999V30.4619C84.719 30.5255 84.3732 30.5543 84.0271 30.5478C82.1941 30.5478 81.4792 29.8593 81.4792 28.1035V22.9141H80.1628V21.4424H81.4792V19.2998H83.3464Z' fill='white'/%3E%3Cpath d='M86.0652 25.9697C86.0652 23.1211 87.7429 21.3311 90.3591 21.3311C92.9841 21.3311 94.6541 23.1211 94.6541 25.9697C94.6541 28.8262 92.9929 30.6084 90.3591 30.6084C87.7263 30.6084 86.0652 28.8262 86.0652 25.9697ZM92.7605 25.9697C92.7605 24.0156 91.865 22.8623 90.3591 22.8623C88.8533 22.8623 87.9587 24.0244 87.9587 25.9697C87.9587 27.9316 88.8533 29.0762 90.3591 29.0762C91.865 29.0762 92.7605 27.9316 92.7605 25.9697H92.7605Z' fill='white'/%3E%3Cpath d='M96.1863 21.4424H97.9587V22.9834H98.0017C98.1217 22.5021 98.4036 22.0768 98.8002 21.7789C99.1968 21.481 99.6838 21.3287 100.179 21.3476C100.394 21.3469 100.607 21.3702 100.816 21.417V23.1553C100.546 23.0726 100.264 23.0347 99.9812 23.043C99.7112 23.032 99.4421 23.0796 99.1922 23.1825C98.9424 23.2854 98.7178 23.4411 98.5338 23.639C98.3498 23.8369 98.2108 24.0723 98.1264 24.3289C98.042 24.5856 98.0141 24.8575 98.0447 25.126V30.4961H96.1863L96.1863 21.4424Z' fill='white'/%3E%3Cpath d='M109.385 27.8369C109.135 29.4805 107.534 30.6084 105.486 30.6084C102.852 30.6084 101.218 28.8437 101.218 26.0127C101.218 23.1729 102.861 21.3311 105.408 21.3311C107.913 21.3311 109.488 23.0518 109.488 25.7969V26.4336H103.094V26.5459C103.064 26.8791 103.106 27.2148 103.216 27.5306C103.326 27.8464 103.502 28.1352 103.733 28.3778C103.963 28.6203 104.242 28.8111 104.552 28.9374C104.862 29.0637 105.195 29.1226 105.529 29.1103C105.968 29.1515 106.409 29.0498 106.786 28.8203C107.162 28.5909 107.455 28.246 107.62 27.8369L109.385 27.8369ZM103.102 25.1348H107.629C107.645 24.8352 107.6 24.5354 107.495 24.2541C107.391 23.9729 107.229 23.7164 107.02 23.5006C106.812 23.2849 106.561 23.1145 106.284 23.0003C106.006 22.8861 105.708 22.8305 105.408 22.8369C105.105 22.8351 104.805 22.8933 104.525 23.008C104.245 23.1227 103.991 23.2918 103.776 23.5054C103.562 23.7191 103.392 23.973 103.276 24.2527C103.161 24.5323 103.102 24.8321 103.102 25.1348V25.1348Z' fill='white'/%3E%3Cpath d='M37.8262 8.73065C38.2158 8.70269 38.6067 8.76155 38.9709 8.90298C39.335 9.04441 39.6632 9.26489 39.9317 9.54852C40.2003 9.83214 40.4026 10.1718 40.524 10.5431C40.6454 10.9144 40.6829 11.308 40.6338 11.6955C40.6338 13.6017 39.6035 14.6975 37.8262 14.6975H35.6709V8.73065H37.8262ZM36.5976 13.8536H37.7226C38.0011 13.8703 38.2797 13.8246 38.5382 13.72C38.7967 13.6154 39.0287 13.4545 39.2172 13.2489C39.4057 13.0433 39.546 12.7983 39.6278 12.5317C39.7097 12.2651 39.7311 11.9836 39.6904 11.7076C39.7281 11.4328 39.7046 11.153 39.6215 10.8884C39.5383 10.6237 39.3977 10.3807 39.2096 10.1768C39.0216 9.97285 38.7907 9.81304 38.5337 9.70881C38.2766 9.60457 37.9996 9.55849 37.7226 9.57386H36.5976V13.8536Z' fill='white'/%3E%3Cpath d='M41.6807 12.444C41.6524 12.1481 41.6862 11.8496 41.7801 11.5675C41.8739 11.2854 42.0257 11.0261 42.2256 10.8061C42.4256 10.5861 42.6693 10.4103 42.9411 10.2901C43.213 10.1698 43.507 10.1077 43.8042 10.1077C44.1015 10.1077 44.3955 10.1698 44.6673 10.2901C44.9392 10.4103 45.1829 10.5861 45.3828 10.8061C45.5828 11.0261 45.7345 11.2854 45.8284 11.5675C45.9222 11.8496 45.9561 12.1481 45.9278 12.444C45.9566 12.7403 45.9232 13.0392 45.8296 13.3218C45.736 13.6043 45.5843 13.8641 45.3843 14.0845C45.1843 14.3049 44.9404 14.4811 44.6683 14.6016C44.3962 14.7221 44.1019 14.7844 43.8042 14.7844C43.5066 14.7844 43.2123 14.7221 42.9402 14.6016C42.668 14.4811 42.4241 14.3049 42.2241 14.0845C42.0242 13.8641 41.8725 13.6043 41.7789 13.3218C41.6853 13.0392 41.6519 12.7403 41.6807 12.444ZM45.0137 12.444C45.0137 11.468 44.5752 10.8972 43.8057 10.8972C43.0332 10.8972 42.5987 11.468 42.5987 12.4441C42.5987 13.4279 43.0333 13.9943 43.8057 13.9943C44.5752 13.9943 45.0137 13.424 45.0137 12.444H45.0137Z' fill='white'/%3E%3Cpath d='M51.5732 14.6975H50.6514L49.7207 11.3811H49.6504L48.7236 14.6975H47.8105L46.5693 10.1946H47.4707L48.2773 13.6306H48.3438L49.2695 10.1946H50.1221L51.0479 13.6306H51.1182L51.9209 10.1946H52.8096L51.5732 14.6975Z' fill='white'/%3E%3Cpath d='M53.8535 10.1946H54.709V10.91H54.7754C54.888 10.653 55.0781 10.4377 55.3189 10.2939C55.5598 10.15 55.8395 10.085 56.1191 10.1077C56.3382 10.0912 56.5582 10.1243 56.7628 10.2044C56.9674 10.2845 57.1514 10.4096 57.3011 10.5704C57.4508 10.7313 57.5623 10.9237 57.6275 11.1335C57.6927 11.3434 57.7099 11.5652 57.6777 11.7825V14.6975H56.7891V12.0057C56.7891 11.282 56.4746 10.9222 55.8174 10.9222C55.6686 10.9152 55.5201 10.9406 55.3821 10.9964C55.244 11.0522 55.1197 11.1372 55.0175 11.2456C54.9154 11.354 54.8379 11.4832 54.7904 11.6243C54.7429 11.7655 54.7264 11.9152 54.7422 12.0633V14.6976H53.8535L53.8535 10.1946Z' fill='white'/%3E%3Cpath d='M59.0938 8.43677H59.9824V14.6975H59.0938V8.43677Z' fill='white'/%3E%3Cpath d='M61.2178 12.4441C61.1895 12.1482 61.2234 11.8496 61.3172 11.5675C61.4111 11.2854 61.5629 11.0261 61.7628 10.8061C61.9628 10.5861 62.2065 10.4104 62.4784 10.2901C62.7503 10.1698 63.0443 10.1077 63.3416 10.1077C63.6389 10.1077 63.9329 10.1698 64.2047 10.2901C64.4766 10.4104 64.7203 10.5861 64.9203 10.8061C65.1203 11.0261 65.272 11.2854 65.3659 11.5675C65.4598 11.8496 65.4936 12.1482 65.4653 12.4441C65.4942 12.7404 65.4607 13.0393 65.3671 13.3219C65.2734 13.6044 65.1217 13.8642 64.9217 14.0846C64.7217 14.305 64.4778 14.4811 64.2057 14.6017C63.9335 14.7222 63.6392 14.7845 63.3416 14.7845C63.0439 14.7845 62.7496 14.7222 62.4775 14.6017C62.2053 14.4811 61.9614 14.305 61.7614 14.0846C61.5614 13.8642 61.4097 13.6044 61.3161 13.3219C61.2225 13.0393 61.189 12.7404 61.2178 12.4441ZM64.5508 12.4441C64.5508 11.4681 64.1123 10.8973 63.3428 10.8973C62.5703 10.8973 62.1358 11.4681 62.1358 12.4441C62.1358 13.428 62.5704 13.9944 63.3428 13.9944C64.1123 13.9944 64.5508 13.4241 64.5508 12.4441H64.5508Z' fill='white'/%3E%3Cpath d='M66.4009 13.4241C66.4009 12.6135 67.0044 12.1462 68.0757 12.0798L69.2954 12.0095V11.6208C69.2954 11.1453 68.981 10.8767 68.3735 10.8767C67.8774 10.8767 67.5337 11.0588 67.4351 11.3772H66.5747C66.6655 10.6038 67.3931 10.1077 68.4146 10.1077C69.5435 10.1077 70.1802 10.6697 70.1802 11.6208V14.6975H69.3247V14.0647H69.2544C69.1117 14.2917 68.9113 14.4767 68.6737 14.6009C68.436 14.7252 68.1697 14.7841 67.9019 14.7717C67.7128 14.7914 67.5218 14.7712 67.341 14.7125C67.1602 14.6538 66.9938 14.5579 66.8524 14.4309C66.711 14.3039 66.5977 14.1487 66.52 13.9753C66.4422 13.8019 66.4016 13.6141 66.4009 13.4241ZM69.2954 13.0393V12.6628L68.1958 12.7331C67.5757 12.7746 67.2944 12.9856 67.2944 13.3826C67.2944 13.7878 67.646 14.0237 68.1294 14.0237C68.2711 14.038 68.4142 14.0237 68.5502 13.9816C68.6862 13.9395 68.8123 13.8705 68.9211 13.7787C69.0299 13.6868 69.1191 13.574 69.1834 13.447C69.2477 13.32 69.2858 13.1813 69.2954 13.0393Z' fill='white'/%3E%3Cpath d='M71.3481 12.4441C71.3481 11.0213 72.0796 10.1199 73.2173 10.1199C73.4987 10.1069 73.778 10.1743 74.0225 10.3142C74.267 10.4541 74.4667 10.6607 74.5981 10.9099H74.6646V8.43677H75.5532V14.6975H74.7017V13.9861H74.6314C74.4897 14.2336 74.2831 14.4376 74.0339 14.5761C73.7846 14.7146 73.5022 14.7822 73.2173 14.7717C72.0718 14.7718 71.3481 13.8704 71.3481 12.4441ZM72.2661 12.4441C72.2661 13.3992 72.7163 13.9739 73.4693 13.9739C74.2183 13.9739 74.6812 13.3909 74.6812 12.448C74.6812 11.5095 74.2134 10.9182 73.4693 10.9182C72.7212 10.9182 72.2661 11.4968 72.2661 12.4441H72.2661Z' fill='white'/%3E%3Cpath d='M79.23 12.444C79.2017 12.1481 79.2356 11.8496 79.3294 11.5675C79.4232 11.2854 79.575 11.0261 79.7749 10.8061C79.9749 10.5861 80.2186 10.4103 80.4904 10.2901C80.7623 10.1698 81.0563 10.1077 81.3536 10.1077C81.6508 10.1077 81.9448 10.1698 82.2167 10.2901C82.4885 10.4103 82.7322 10.5861 82.9322 10.8061C83.1321 11.0261 83.2839 11.2854 83.3777 11.5675C83.4715 11.8496 83.5054 12.1481 83.4771 12.444C83.5059 12.7403 83.4725 13.0392 83.3789 13.3218C83.2853 13.6043 83.1336 13.8641 82.9336 14.0845C82.7336 14.3049 82.4897 14.4811 82.2176 14.6016C81.9455 14.7221 81.6512 14.7844 81.3536 14.7844C81.0559 14.7844 80.7616 14.7221 80.4895 14.6016C80.2173 14.4811 79.9735 14.3049 79.7735 14.0845C79.5735 13.8641 79.4218 13.6043 79.3282 13.3218C79.2346 13.0392 79.2012 12.7403 79.23 12.444ZM82.563 12.444C82.563 11.468 82.1245 10.8972 81.355 10.8972C80.5826 10.8972 80.148 11.468 80.148 12.4441C80.148 13.4279 80.5826 13.9943 81.355 13.9943C82.1245 13.9943 82.563 13.424 82.563 12.444Z' fill='white'/%3E%3Cpath d='M84.6694 10.1946H85.5249V10.91H85.5913C85.704 10.653 85.894 10.4377 86.1348 10.2939C86.3757 10.15 86.6555 10.085 86.9351 10.1077C87.1542 10.0912 87.3742 10.1243 87.5788 10.2044C87.7834 10.2845 87.9673 10.4096 88.117 10.5704C88.2667 10.7313 88.3783 10.9237 88.4435 11.1335C88.5087 11.3434 88.5258 11.5652 88.4937 11.7825V14.6975H87.605V12.0057C87.605 11.282 87.2905 10.9222 86.6333 10.9222C86.4846 10.9152 86.336 10.9406 86.198 10.9964C86.0599 11.0522 85.9356 11.1372 85.8335 11.2456C85.7313 11.354 85.6539 11.4832 85.6063 11.6243C85.5588 11.7655 85.5423 11.9152 85.5581 12.0633V14.6976H84.6694V10.1946Z' fill='white'/%3E%3Cpath d='M93.5151 9.07349V10.2151H94.4907V10.9636H93.5151V13.2791C93.5151 13.7507 93.7095 13.9573 94.1519 13.9573C94.2651 13.9569 94.3783 13.9501 94.4907 13.9368V14.677C94.3311 14.7055 94.1694 14.7207 94.0073 14.7224C93.019 14.7224 92.6255 14.3747 92.6255 13.5066V10.9636H91.9106V10.215H92.6255V9.07349H93.5151Z' fill='white'/%3E%3Cpath d='M95.7046 8.43677H96.5854V10.9182H96.6558C96.7739 10.6589 96.9691 10.4423 97.2148 10.298C97.4605 10.1536 97.7447 10.0885 98.0288 10.1116C98.2467 10.0997 98.4646 10.1361 98.6669 10.2181C98.8692 10.3002 99.0508 10.4259 99.199 10.5862C99.3471 10.7465 99.458 10.9376 99.5238 11.1457C99.5896 11.3539 99.6086 11.5739 99.5795 11.7903V14.6975H98.69V12.0095C98.69 11.2903 98.355 10.926 97.7271 10.926C97.5743 10.9135 97.4207 10.9345 97.2769 10.9875C97.1332 11.0406 97.0027 11.1244 96.8947 11.2332C96.7867 11.3419 96.7038 11.4729 96.6517 11.6171C96.5997 11.7612 96.5797 11.915 96.5933 12.0676V14.6975H95.7046L95.7046 8.43677Z' fill='white'/%3E%3Cpath d='M104.761 13.4818C104.64 13.8933 104.379 14.2493 104.022 14.4874C103.665 14.7256 103.236 14.8307 102.81 14.7845C102.513 14.7923 102.218 14.7355 101.946 14.618C101.673 14.5004 101.43 14.325 101.232 14.1039C101.034 13.8827 100.887 13.6212 100.8 13.3374C100.713 13.0535 100.689 12.7543 100.73 12.4603C100.69 12.1654 100.715 11.8655 100.801 11.5808C100.888 11.2961 101.034 11.0334 101.231 10.8103C101.428 10.5872 101.671 10.409 101.942 10.2878C102.214 10.1666 102.509 10.1052 102.806 10.1077C104.059 10.1077 104.815 10.9637 104.815 12.3777V12.6878H101.635V12.7376C101.621 12.9029 101.642 13.0692 101.696 13.226C101.75 13.3827 101.837 13.5264 101.949 13.6479C102.062 13.7693 102.199 13.8658 102.352 13.9312C102.504 13.9966 102.669 14.0295 102.834 14.0276C103.047 14.0532 103.262 14.0149 103.453 13.9177C103.644 13.8205 103.801 13.6687 103.906 13.4817L104.761 13.4818ZM101.635 12.0306H103.91C103.921 11.8795 103.9 11.7277 103.849 11.5849C103.798 11.4422 103.718 11.3117 103.614 11.2019C103.509 11.092 103.383 11.0052 103.243 10.9471C103.103 10.8889 102.953 10.8606 102.801 10.8641C102.647 10.8622 102.495 10.891 102.353 10.949C102.21 11.0069 102.081 11.0928 101.972 11.2015C101.864 11.3102 101.778 11.4396 101.72 11.582C101.662 11.7244 101.633 11.8769 101.635 12.0306H101.635Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='119.664' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat;
}

.content__link--google {
  width: 135px;
  background: url("data:image/svg+xml,%3Csvg width='135' height='40' viewBox='0 0 135 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M129.306 39.7531H5.84916C3.13311 39.7531 0.910889 37.5308 0.910889 34.8148V5.18515C0.910889 2.4691 3.13311 0.24688 5.84916 0.24688H129.306C132.022 0.24688 134.244 2.4691 134.244 5.18515V34.8148C134.244 37.5308 132.022 39.7531 129.306 39.7531Z' fill='black'/%3E%3Cpath d='M129.306 0.24688H5.84916C3.13311 0.24688 0.910889 2.4691 0.910889 5.18515V34.8148C0.910889 37.5308 3.13311 39.7531 5.84916 39.7531H129.306C132.022 39.7531 134.244 37.5308 134.244 34.8148V5.18515C134.244 2.4691 132.022 0.24688 129.306 0.24688ZM129.306 1.037C131.593 1.037 133.454 2.89814 133.454 5.18515V34.8148C133.454 37.1022 131.593 38.9633 129.306 38.9633H5.84916C3.56215 38.9633 1.70101 37.1022 1.70101 34.8148V5.18515C1.70101 2.89814 3.56215 1.037 5.84916 1.037H129.306Z' fill='%23A6A6A6'/%3E%3Cpath d='M47.7439 10.3638C47.7439 11.1913 47.4989 11.8503 47.0081 12.3418C46.4507 12.9263 45.7242 13.2188 44.8311 13.2188C43.9757 13.2188 43.2485 12.9225 42.6505 12.3291C42.0514 11.7361 41.7524 11.0008 41.7524 10.1234C41.7524 9.24571 42.0514 8.5108 42.6505 7.91742C43.2485 7.32443 43.9757 7.02774 44.8311 7.02774C45.2555 7.02774 45.6618 7.1107 46.0476 7.27623C46.4333 7.44216 46.7428 7.66241 46.9743 7.93826L46.4534 8.45944C46.0611 7.9907 45.5209 7.75653 44.8311 7.75653C44.2073 7.75653 43.6679 7.97569 43.2127 8.41431C42.7574 8.85342 42.5298 9.4228 42.5298 10.1234C42.5298 10.8241 42.7574 11.3935 43.2127 11.8326C43.6679 12.2712 44.2073 12.4904 44.8311 12.4904C45.4928 12.4904 46.0445 12.27 46.4862 11.8287C46.7729 11.5412 46.9387 11.1416 46.9831 10.6284H44.8311V9.91663H47.7027C47.7304 10.0714 47.7439 10.2199 47.7439 10.3638Z' fill='white'/%3E%3Cpath d='M47.7438 10.3637H47.6451C47.6443 11.1723 47.4081 11.8003 46.9382 12.2719L46.9371 12.2726L46.9367 12.2734C46.397 12.8378 45.7032 13.1187 44.8309 13.1199C43.9985 13.1187 43.3017 12.8347 42.7198 12.2591C42.1393 11.6823 41.8522 10.9782 41.8511 10.1233C41.8522 9.268 42.1393 8.56429 42.7198 7.9879C43.3017 7.4119 43.9985 7.12755 44.8309 7.12637C45.2426 7.12637 45.6346 7.20667 46.0084 7.36676C46.3826 7.52805 46.6783 7.73941 46.8985 8.00182L46.9742 7.93812L46.9043 7.8683L46.3834 8.38988L46.4533 8.45931L46.5293 8.3961C46.1188 7.90415 45.5425 7.65615 44.8309 7.65763C44.184 7.65684 43.6149 7.88795 43.1442 8.34326C42.669 8.80005 42.4302 9.40143 42.4309 10.1233C42.4302 10.8452 42.669 11.4466 43.1442 11.9034C43.6149 12.3587 44.184 12.5898 44.8309 12.589C45.5146 12.5902 46.0972 12.3583 46.5559 11.8984C46.8623 11.5913 47.0359 11.1658 47.0814 10.6368L47.0906 10.5295H44.9297V10.0153H47.7026V9.91649L47.6053 9.93388C47.6323 10.0836 47.6451 10.2259 47.6451 10.3637H47.7438H47.8426C47.8426 10.2136 47.8287 10.0593 47.7997 9.89881L47.7851 9.81773H44.7322V10.6283V10.7271H46.9829V10.6283L46.8846 10.6198C46.841 11.1168 46.6828 11.491 46.4162 11.7588C45.9918 12.1816 45.471 12.3903 44.8309 12.3915C44.2303 12.3907 43.7206 12.1839 43.2812 11.7614C42.8461 11.3405 42.6296 10.8031 42.6285 10.1233C42.6296 9.44351 42.8461 8.90612 43.2812 8.48518C43.7206 8.06276 44.2303 7.85595 44.8309 7.85516C45.4988 7.85674 46.0031 8.07738 46.3777 8.52301L46.4471 8.60558L47.044 8.00795L47.108 7.94395L47.0497 7.87481C46.807 7.58553 46.4838 7.3559 46.0864 7.18543C45.6882 7.01447 45.2681 6.92884 44.8309 6.92884C43.9529 6.92805 43.1952 7.23669 42.5806 7.84746C41.9637 8.45704 41.6528 9.22326 41.6536 10.1233C41.6528 11.023 41.9637 11.7896 42.581 12.3996C43.1952 13.0099 43.9529 13.3182 44.8309 13.3174C45.7453 13.3182 46.5038 13.0145 47.0794 12.4099L47.008 12.3417L47.0779 12.4115C47.5895 11.9003 47.8433 11.2097 47.8426 10.3637H47.7438Z' fill='white'/%3E%3Cpath d='M52.2964 7.8885H49.5977V9.76741H52.0314V10.4795H49.5977V12.3584H52.2964V13.0864H48.8369V7.1605H52.2964V7.8885Z' fill='white'/%3E%3Cpath d='M52.2963 7.88837V7.7896H49.4988V9.86605H51.9325V10.3803L49.4988 10.3806V12.4571H52.1975V12.9875H48.9356V7.25913H52.1975V7.88837H52.2963V7.7896V7.88837H52.395V7.16037V7.0616H48.738V13.1851H52.395V12.3583V12.2595H49.6964V10.5781H52.13V9.76728V9.66851H49.6964V7.98713H52.395V7.88837H52.2963Z' fill='white'/%3E%3Cpath d='M55.5074 13.0864H54.7454V7.8885H53.0903V7.1605H57.1625V7.8885H55.5074V13.0864Z' fill='white'/%3E%3Cpath d='M55.5073 13.0863V12.9875H54.8441V7.7896H53.189V7.25913H57.0637V7.7896H55.4085V13.0863H55.5073V12.9875V13.0863H55.6061V7.98713H57.2612V7.16037V7.0616H52.9915V7.88837V7.98713H54.6466V13.1851H55.5073H55.6061V13.0863H55.5073Z' fill='white'/%3E%3Cpath d='M60.1089 13.0864V7.1605H60.8701V13.0864H60.1089Z' fill='white'/%3E%3Cpath d='M60.1088 13.0863H60.2075V7.25913H60.7712V12.9875H60.1088V13.0863H60.2075H60.1088V13.1851H60.87H60.9687V7.0616H60.1088H60.01V13.1851H60.1088V13.0863Z' fill='white'/%3E%3Cpath d='M64.2478 13.0864H63.4858V7.8885H61.8308V7.1605H65.9029V7.8885H64.2478V13.0864Z' fill='white'/%3E%3Cpath d='M64.2477 13.0863V12.9875H63.5845V7.7896H61.9295V7.25913H65.804V7.7896H64.1489V13.0863H64.2477V12.9875V13.0863H64.3464V7.98713H66.0016V7.16037V7.0616H61.7319V7.88837V7.98713H63.3869V13.1851H64.2477H64.3464V13.0863H64.2477Z' fill='white'/%3E%3Cpath d='M69.8287 11.8245C70.2673 12.2685 70.804 12.4904 71.4387 12.4904C72.0734 12.4904 72.6103 12.2685 73.0483 11.8245C73.4873 11.3804 73.7072 10.8128 73.7072 10.1234C73.7072 9.43406 73.4873 8.86646 73.0483 8.42241C72.6103 7.97836 72.0734 7.75653 71.4387 7.75653C70.804 7.75653 70.2673 7.97836 69.8287 8.42241C69.3908 8.86646 69.1709 9.43406 69.1709 10.1234C69.1709 10.8128 69.3908 11.3804 69.8287 11.8245ZM73.6115 12.3206C73.0289 12.9197 72.3044 13.2188 71.4387 13.2188C70.5721 13.2188 69.848 12.9197 69.2666 12.3206C68.6836 11.7222 68.3936 10.9896 68.3936 10.1234C68.3936 9.25727 68.6836 8.52463 69.2666 7.92631C69.848 7.3271 70.5721 7.02774 71.4387 7.02774C72.2998 7.02774 73.0224 7.32868 73.6077 7.93016C74.1922 8.53164 74.4846 9.2627 74.4846 10.1234C74.4846 10.9896 74.1929 11.7222 73.6115 12.3206Z' fill='white'/%3E%3Cpath d='M69.8288 11.8243L69.7586 11.8938C70.2135 12.3556 70.781 12.5902 71.4388 12.589C72.0962 12.5902 72.6645 12.3556 73.1186 11.8938C73.5765 11.4316 73.8068 10.8335 73.8061 10.1233C73.8068 9.41309 73.5765 8.81506 73.1186 8.35284C72.6645 7.89101 72.0962 7.65644 71.4388 7.65763C70.781 7.65644 70.2135 7.89101 69.7586 8.35284C69.3018 8.81506 69.0711 9.41309 69.0723 10.1233C69.0711 10.8335 69.3018 11.4316 69.7586 11.8938L69.8288 11.8243L69.8991 11.7549C69.4801 11.3285 69.2706 10.7922 69.2698 10.1233C69.2706 9.45437 69.4801 8.91807 69.8991 8.4917C70.3219 8.06543 70.8269 7.85635 71.4388 7.85516C72.0503 7.85635 72.5564 8.06543 72.9782 8.4917C73.3979 8.91807 73.6074 9.45437 73.6082 10.1233C73.6074 10.7922 73.3979 11.3285 72.9782 11.7549C72.5564 12.1812 72.0503 12.3903 71.4388 12.3915C70.8269 12.3903 70.3219 12.1812 69.8991 11.7549L69.8288 11.8243ZM73.6117 12.3204L73.541 12.2518C72.9747 12.832 72.2822 13.1187 71.4388 13.1199C70.5951 13.1187 69.9025 12.832 69.3373 12.2518L69.3346 12.2487L69.3373 12.2518C68.7722 11.6696 68.4932 10.9675 68.4925 10.1233C68.4932 9.27916 68.7722 8.57704 69.3373 7.99481C69.9025 7.41457 70.5951 7.12755 71.4388 7.12637C72.2767 7.12755 72.9677 7.41575 73.5372 7.99906C74.1043 8.58395 74.3848 9.28499 74.386 10.1233C74.3848 10.9675 74.1051 11.6696 73.541 12.2518L73.6117 12.3204L73.6827 12.3891C74.2814 11.7742 74.5842 11.0114 74.5835 10.1233C74.5842 9.24025 74.2802 8.47906 73.6787 7.86138C73.0769 7.24133 72.3231 6.92775 71.4388 6.92884C70.5499 6.92775 69.7938 7.23985 69.1958 7.85753V7.85713C68.5959 8.47244 68.2941 9.23521 68.2949 10.1233C68.2941 11.0114 68.5959 11.7742 69.1958 12.3895L69.1984 12.3922L69.1958 12.3891C69.7938 13.0068 70.5499 13.3182 71.4388 13.3174C72.3273 13.3182 73.0835 13.0068 73.6827 12.3891L73.6117 12.3204Z' fill='white'/%3E%3Cpath d='M75.5532 13.0864V7.1605H76.4799L79.3599 11.7705H79.3927L79.3599 10.6285V7.1605H80.1219V13.0864H79.3272L76.314 8.25304H76.2812L76.314 9.39546V13.0864H75.5532Z' fill='white'/%3E%3Cpath d='M75.5534 13.0863H75.6521V7.25913H76.4252L79.3052 11.8691H79.3929H79.4943L79.4588 10.6268V7.25913H80.0233V12.9875H79.3821L76.369 8.15415H76.2814H76.1799L76.2154 9.39691V12.9875H75.5534V13.0863H75.6521H75.5534V13.1851H76.3141H76.4129V9.39375L76.3801 8.25025L76.2814 8.25291V8.35168H76.3141V8.25291L76.2304 8.30545L79.2725 13.1851H80.122H80.2208V7.0616H79.3601H79.2613V10.6295L79.2941 11.773L79.3929 11.7703V11.6716H79.3601V11.7703L79.4438 11.7179L76.5348 7.0616H75.5534H75.4546V13.1851H75.5534V13.0863Z' fill='white'/%3E%3Cpath d='M106.527 29.8765H108.37V17.5296H106.527V29.8765ZM123.126 21.9772L121.014 27.3302H120.95L118.758 21.9772H116.773L120.061 29.459L118.186 33.6207H120.109L125.176 21.9772H123.126ZM112.675 28.4741C112.07 28.4741 111.229 28.1724 111.229 27.4255C111.229 26.4725 112.278 26.1072 113.183 26.1072C113.993 26.1072 114.374 26.2819 114.867 26.5204C114.723 27.6639 113.739 28.4741 112.675 28.4741ZM112.897 21.7071C111.563 21.7071 110.181 22.295 109.609 23.5976L111.245 24.2804C111.594 23.5976 112.245 23.3749 112.929 23.3749C113.882 23.3749 114.851 23.9471 114.867 24.9637V25.0906C114.533 24.9 113.819 24.6141 112.945 24.6141C111.182 24.6141 109.386 25.5828 109.386 27.3938C109.386 29.0459 110.832 30.1102 112.452 30.1102C113.691 30.1102 114.374 29.5543 114.803 28.9031H114.867V29.856H116.645V25.1222C116.645 22.9305 115.01 21.7071 112.897 21.7071ZM101.507 23.4802H98.8862V19.248H101.507C102.885 19.248 103.667 20.3888 103.667 21.3641C103.667 22.3209 102.885 23.4802 101.507 23.4802ZM101.46 17.5296H97.0443V29.8765H98.8862V25.1986H101.46C103.503 25.1986 105.51 23.7198 105.51 21.3641C105.51 19.0084 103.503 17.5296 101.46 17.5296ZM77.3801 28.4764C76.1069 28.4764 75.0409 27.4104 75.0409 25.9463C75.0409 24.4668 76.1069 23.3846 77.3801 23.3846C78.6371 23.3846 79.6235 24.4668 79.6235 25.9463C79.6235 27.4104 78.6371 28.4764 77.3801 28.4764ZM79.4962 22.6686H79.4325C79.019 22.1754 78.223 21.7299 77.2208 21.7299C75.1204 21.7299 73.1953 23.5755 73.1953 25.9463C73.1953 28.3013 75.1204 30.1311 77.2208 30.1311C78.223 30.1311 79.019 29.6855 79.4325 29.1766H79.4962V29.7812C79.4962 31.3885 78.6371 32.2476 77.2528 32.2476C76.1231 32.2476 75.4229 31.4359 75.1362 30.7518L73.5294 31.4201C73.9908 32.5339 75.2161 33.9023 77.2528 33.9023C79.4167 33.9023 81.2465 32.6292 81.2465 29.5265V21.9845H79.4962V22.6686ZM82.5193 29.8765H84.3651V17.5292H82.5193V29.8765ZM87.086 25.8032C87.0382 24.1801 88.343 23.3529 89.2817 23.3529C90.0141 23.3529 90.6344 23.7186 90.8408 24.2442L87.086 25.8032ZM92.8141 24.4031C92.4645 23.464 91.3979 21.7299 89.218 21.7299C87.054 21.7299 85.2562 23.4324 85.2562 25.9305C85.2562 28.2855 87.0382 30.1311 89.4248 30.1311C91.3504 30.1311 92.4645 28.9536 92.9258 28.2696L91.4937 27.3147C91.0166 28.0149 90.3638 28.4764 89.4248 28.4764C88.4861 28.4764 87.818 28.0466 87.3882 27.2036L93.0048 24.8803L92.8141 24.4031ZM48.0653 23.0188V24.8008H52.3295C52.2022 25.8032 51.8681 26.535 51.3588 27.0443C50.7385 27.665 49.7678 28.3491 48.0653 28.3491C45.4398 28.3491 43.3874 26.2329 43.3874 23.6075C43.3874 20.9821 45.4398 18.8657 48.0653 18.8657C49.4815 18.8657 50.5155 19.4227 51.2793 20.1388L52.5363 18.8819C51.4703 17.8633 50.054 17.0837 48.0653 17.0837C44.4692 17.0837 41.446 20.0115 41.446 23.6075C41.446 27.2036 44.4692 30.1311 48.0653 30.1311C50.0066 30.1311 51.4703 29.4949 52.6158 28.3013C53.7933 27.1238 54.1594 25.4691 54.1594 24.1327C54.1594 23.7186 54.1277 23.3371 54.0637 23.0188H48.0653ZM59.0074 28.4764C57.7342 28.4764 56.6363 27.4262 56.6363 25.9305C56.6363 24.4189 57.7342 23.3846 59.0074 23.3846C60.2801 23.3846 61.3781 24.4189 61.3781 25.9305C61.3781 27.4262 60.2801 28.4764 59.0074 28.4764ZM59.0074 21.7299C56.6841 21.7299 54.7905 23.496 54.7905 25.9305C54.7905 28.3491 56.6841 30.1311 59.0074 30.1311C61.3303 30.1311 63.2238 28.3491 63.2238 25.9305C63.2238 23.496 61.3303 21.7299 59.0074 21.7299ZM68.2057 28.4764C66.933 28.4764 65.8349 27.4262 65.8349 25.9305C65.8349 24.4189 66.933 23.3846 68.2057 23.3846C69.4784 23.3846 70.5764 24.4189 70.5764 25.9305C70.5764 27.4262 69.4784 28.4764 68.2057 28.4764ZM68.2057 21.7299C65.8824 21.7299 63.9893 23.496 63.9893 25.9305C63.9893 28.3491 65.8824 30.1311 68.2057 30.1311C70.5286 30.1311 72.4221 28.3491 72.4221 25.9305C72.4221 23.496 70.5286 21.7299 68.2057 21.7299Z' fill='white'/%3E%3Cpath d='M11.291 32.2366L11.2176 32.1664C10.9302 31.8623 10.7605 31.3901 10.7605 30.7786V30.9225V9.07953C10.7605 9.07756 10.7605 9.07608 10.7605 9.0745C10.7605 9.07637 10.7605 9.07795 10.7605 9.07993V9.22422C10.7605 8.5621 10.9583 8.06334 11.2898 7.76428L23.5266 20.0008L11.291 32.2366ZM10.7605 9.07331C10.7605 9.01889 10.762 8.96605 10.7647 8.914C10.762 8.96566 10.7605 9.01889 10.7605 9.07331ZM10.7647 8.91163C10.7647 8.91094 10.7647 8.91015 10.765 8.90936C10.7647 8.91015 10.7647 8.91094 10.7647 8.91163ZM10.765 8.90472C10.765 8.90433 10.765 8.90393 10.765 8.90354C10.765 8.90393 10.765 8.90433 10.765 8.90472Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M27.6049 24.2257L27.698 24.1729L32.5305 21.4271C32.9912 21.1652 33.2983 20.8476 33.4515 20.5116C33.2987 20.8476 32.9915 21.1656 32.5305 21.4275L27.698 24.1733L27.6049 24.2257ZM27.6061 24.081L23.5266 20.0008L27.6057 15.9213L32.5305 18.7191C33.1558 19.0745 33.507 19.5325 33.5656 20.0004C33.5656 20.0008 33.5656 20.0016 33.5656 20.0023C33.507 20.4692 33.1558 20.9275 32.5305 21.2828L27.6061 24.081Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M12.1633 32.7025C11.8215 32.7025 11.5232 32.5914 11.2906 32.3815L11.291 32.3811C11.5236 32.591 11.8223 32.7025 12.1641 32.7025C12.1938 32.7025 12.2239 32.7017 12.2544 32.7002C12.2235 32.7017 12.193 32.7025 12.1633 32.7025ZM12.1637 32.5578C11.8219 32.5582 11.5236 32.4467 11.291 32.2368V32.2365L23.5267 20.0008L27.6062 24.081L13.2702 32.2265C12.8736 32.4514 12.4978 32.5578 12.1637 32.5578ZM11.2876 32.3789C11.266 32.3592 11.2447 32.3384 11.2239 32.3167L11.2876 32.3789Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M23.5266 20.0007L11.2898 7.76419C11.5224 7.55471 11.8203 7.4436 12.1617 7.4436C12.4966 7.4436 12.8727 7.55046 13.2701 7.77575L27.6057 15.9212L23.5266 20.0007ZM27.698 15.8291L13.2701 7.63155C12.8727 7.40616 12.4966 7.2993 12.1617 7.2993C12.1601 7.2993 12.159 7.2993 12.1574 7.2993C12.1594 7.2993 12.1609 7.2993 12.1633 7.2993C12.4974 7.2993 12.8731 7.40577 13.2701 7.63115L27.698 15.8291Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M12.2543 32.7002C12.5648 32.6824 12.9086 32.5756 13.2701 32.3707L27.6049 24.2256L13.2701 32.3707C12.9089 32.5759 12.5648 32.6824 12.2543 32.7002ZM11.2905 32.3815L11.2875 32.3788C11.2885 32.3796 11.2897 32.3807 11.2905 32.3815ZM11.2238 32.3167L11.2175 32.3106V32.3102C11.2199 32.3124 11.2218 32.3147 11.2238 32.3167Z' fill='black'/%3E%3Cpath d='M27.605 24.2257L27.698 24.1729L27.605 24.2257Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M12.164 32.7025C11.8222 32.7025 11.5235 32.591 11.2909 32.3811L11.2905 32.3815C11.2897 32.3807 11.2885 32.3796 11.2875 32.3789L11.2238 32.3167C11.2218 32.3148 11.2199 32.3125 11.2175 32.3102L11.2909 32.2368C11.5235 32.4467 11.8218 32.5582 12.1636 32.5578C12.4976 32.5578 12.8734 32.4514 13.2701 32.2265L27.6061 24.081L27.6979 24.1728L27.6049 24.2257L13.2701 32.3708C12.9086 32.5756 12.5648 32.6825 12.2543 32.7002C12.2238 32.7017 12.1936 32.7025 12.164 32.7025Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M11.2176 32.3105C10.9302 32.0064 10.7605 31.5342 10.7605 30.9228V30.9224C10.7605 31.5342 10.9302 32.0061 11.2176 32.3102V32.3105Z' fill='black'/%3E%3Cpath d='M11.2176 32.3102C10.9302 32.0061 10.7605 31.5343 10.7605 30.9224V30.7785C10.7605 31.39 10.9302 31.8622 11.2176 32.1663L11.291 32.2365L11.2176 32.3102Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M11.2175 32.3102L11.2909 32.2365V32.2368L11.2175 32.3102Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M33.4514 20.5116C33.5274 20.3449 33.5656 20.1736 33.5656 20.0023C33.5656 20.002 33.5656 20.0016 33.5656 20.0016C33.5656 20.1732 33.5274 20.3445 33.4514 20.5116Z' fill='black'/%3E%3Cpath d='M27.6981 24.1729L27.6062 24.081L32.5305 21.2828C33.1559 20.9275 33.507 20.4691 33.5657 20.0023C33.5657 20.1736 33.5275 20.3449 33.4515 20.5116C33.2983 20.8476 32.9913 21.1651 32.5305 21.4271L27.6981 24.1729Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M33.5656 20.0007V20.0003C33.5652 19.4837 33.2199 18.9672 32.5304 18.5752L27.6979 15.8294H27.6975L27.6979 15.8291L32.5304 18.5748C33.2207 18.9668 33.5664 19.4841 33.5656 20.0007Z' fill='%23404040'/%3E%3Cpath d='M33.5656 20.0004C33.5069 19.5324 33.1558 19.0744 32.5305 18.7191L27.6057 15.9213L27.6976 15.8294H27.698L32.5305 18.5752C33.2199 18.9672 33.5652 19.4837 33.5656 20.0004Z' fill='url(%23paint9_linear)'/%3E%3Cpath d='M10.7605 9.07446C10.7605 9.07407 10.7605 9.07367 10.7605 9.07328C10.7605 9.07367 10.7605 9.07407 10.7605 9.07446ZM10.7647 8.91397C10.7647 8.91318 10.7647 8.91239 10.7647 8.9116C10.7647 8.91239 10.7647 8.91318 10.7647 8.91397ZM10.765 8.90933C10.765 8.90775 10.765 8.90627 10.765 8.90469C10.765 8.90627 10.765 8.90775 10.765 8.90933ZM10.765 8.9035C10.8222 7.88888 11.3739 7.30281 12.1544 7.29935C11.816 7.30133 11.5213 7.41244 11.2906 7.62034V7.61994L11.2878 7.62271C11.2635 7.64463 11.2404 7.66785 11.2176 7.69175C10.9583 7.96602 10.7948 8.37688 10.765 8.9035Z' fill='%23404040'/%3E%3Cpath d='M10.7605 9.22412V9.07982C10.7605 9.07785 10.7605 9.07627 10.7605 9.07439C10.7605 9.074 10.7605 9.0736 10.7605 9.07321C10.7605 9.01879 10.762 8.96555 10.7647 8.9139C10.7647 8.91311 10.7647 8.91232 10.7647 8.91153C10.7647 8.91084 10.7647 8.91005 10.765 8.90926C10.765 8.90768 10.765 8.9062 10.765 8.90462C10.765 8.90422 10.765 8.90383 10.765 8.90343C10.7948 8.37681 10.9583 7.96595 11.2176 7.69168L11.2898 7.76417C10.9583 8.06323 10.7605 8.562 10.7605 9.22412ZM11.2878 7.62264L11.2906 7.61988C11.2898 7.62106 11.2886 7.62185 11.2878 7.62264Z' fill='url(%23paint10_linear)'/%3E%3Cpath d='M27.6057 15.9211L13.2701 7.77566C12.8726 7.55038 12.4965 7.44351 12.1616 7.44351C11.8202 7.44351 11.5223 7.55462 11.2897 7.7641L11.2175 7.69161C11.2403 7.66771 11.2635 7.6445 11.2878 7.62257C11.2885 7.62178 11.2897 7.62099 11.2905 7.6202C11.5212 7.4123 11.8159 7.30119 12.1543 7.29922C12.1551 7.29922 12.1562 7.29922 12.1574 7.29922C12.159 7.29922 12.16 7.29922 12.1616 7.29922C12.4965 7.29922 12.8726 7.40608 13.2701 7.63146L27.6979 15.829L27.6975 15.8293L27.6057 15.9211Z' fill='url(%23paint11_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='22.4416' y1='8.84912' x2='5.86628' y2='25.4244' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF'/%3E%3Cstop offset='0.00657445' stop-color='%2300A1FF'/%3E%3Cstop offset='0.2601' stop-color='%2300BEFF'/%3E%3Cstop offset='0.5122' stop-color='%2300D2FF'/%3E%3Cstop offset='0.7604' stop-color='%2300DFFF'/%3E%3Cstop offset='1' stop-color='%2300E3FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='34.3276' y1='20.0014' x2='10.4293' y2='20.0014' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE000'/%3E%3Cstop offset='0.4087' stop-color='%23FFBD00'/%3E%3Cstop offset='0.7754' stop-color='%23FFA500'/%3E%3Cstop offset='1' stop-color='%23FF9C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='25.4315' y1='22.2677' x2='2.95415' y2='44.7451' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44'/%3E%3Cstop offset='1' stop-color='%23C31162'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='8.11814' y1='0.420881' x2='18.1552' y2='10.4579' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2332A071'/%3E%3Cstop offset='0.0685' stop-color='%232DA771'/%3E%3Cstop offset='0.4762' stop-color='%2315CF74'/%3E%3Cstop offset='0.8009' stop-color='%2306E775'/%3E%3Cstop offset='1' stop-color='%2300F076'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='34.3273' y1='20.0017' x2='10.4302' y2='20.0017' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CCB300'/%3E%3Cstop offset='0.4087' stop-color='%23CC9700'/%3E%3Cstop offset='0.7754' stop-color='%23CC8400'/%3E%3Cstop offset='1' stop-color='%23CC7D00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='25.4314' y1='22.2678' x2='2.95404' y2='44.7451' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CC2E36'/%3E%3Cstop offset='1' stop-color='%239C0E4E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='22.4416' y1='8.84905' x2='5.86627' y2='25.4243' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23008DE0'/%3E%3Cstop offset='0.00657445' stop-color='%23008DE0'/%3E%3Cstop offset='0.2601' stop-color='%2300A7E0'/%3E%3Cstop offset='0.5122' stop-color='%2300B8E0'/%3E%3Cstop offset='0.7604' stop-color='%2300C4E0'/%3E%3Cstop offset='1' stop-color='%2300C7E0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='25.4317' y1='22.268' x2='2.95492' y2='44.7458' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E0333C'/%3E%3Cstop offset='1' stop-color='%23AB0F56'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='34.3277' y1='20.0014' x2='10.4294' y2='20.0014' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E0C500'/%3E%3Cstop offset='0.4087' stop-color='%23E0A600'/%3E%3Cstop offset='0.7754' stop-color='%23E09100'/%3E%3Cstop offset='1' stop-color='%23E08900'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='34.3276' y1='20.0014' x2='10.4293' y2='20.0014' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE840'/%3E%3Cstop offset='0.4087' stop-color='%23FFCE40'/%3E%3Cstop offset='0.7754' stop-color='%23FFBC40'/%3E%3Cstop offset='1' stop-color='%23FFB540'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear' x1='22.4416' y1='8.84901' x2='5.8663' y2='25.4243' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2340B8FF'/%3E%3Cstop offset='0.00657445' stop-color='%2340B9FF'/%3E%3Cstop offset='0.2601' stop-color='%2340CEFF'/%3E%3Cstop offset='0.5122' stop-color='%2340DDFF'/%3E%3Cstop offset='0.7604' stop-color='%2340E7FF'/%3E%3Cstop offset='1' stop-color='%2340EAFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear' x1='8.11807' y1='0.420796' x2='18.1551' y2='10.4578' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2365B895'/%3E%3Cstop offset='0.0685' stop-color='%2362BD95'/%3E%3Cstop offset='0.4762' stop-color='%2350DB97'/%3E%3Cstop offset='0.8009' stop-color='%2344ED98'/%3E%3Cstop offset='1' stop-color='%2340F498'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='134.074' height='40' fill='white' transform='translate(0.664062)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat;
}

.packages__image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  width: 375px;
  height: 260px;

  background: #fefef4 url("/packages.jpg") no-repeat center / cover;

  margin-bottom: 171px;
}

@media (max-width: 1920px) {
  .header {
    margin-bottom: 93px;
  }
  .packages__image {
    margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .header {
    margin-bottom: 245px;
  }
  .packages__image {
    margin-bottom: 143px;
  }
}

@media (max-width: 768px) {
  .header {
    margin-bottom: 180px;
  }

  .packages__image {
    margin-bottom: 80px;
  }
}

@media (max-width: 414px) {
  .header {
    margin-bottom: 30px;
  }

  .packages__image {
    position: absolute;
    bottom: -45px;

    margin-bottom: 0;

    z-index: -1;
  }

  .content {
    margin-bottom: 0;
  }
}

@media (max-height: 600px) {
  .packages__image {
    position: relative;
  }
}
