@import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Vollkorn&display=swap');

/*
! tailwindcss v3.3.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: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body{
  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";
}

h3 {
  color: var(--main-color);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em
}

h4{
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

.relative{
  position: relative;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.ms-2{
  margin-inline-start: 0.5rem;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-80{
  width: 20rem;
}

.w-full{
  width: 100%;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.shrink-0{
  flex-shrink: 0;
}

.basis-1\/2{
  flex-basis: 50%;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-center{
  scroll-snap-align: center;
}

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-center{
  background-position: center;
}

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

.p-2{
  padding: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-extrabold{
  font-weight: 800;
}

.font-extralight{
  font-weight: 200;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

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

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

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

.bg-blend-multiply{
  background-blend-mode: multiply;
}

:root {
  --main-color: #198754;
  --accent-color: #fd7e14;
}

.pi{
  height: 4rem;
  width: 4rem;
  background-size: cover;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pi-delivery {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="fi_819873" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g><g><path d="M109.995,126.006c-5.52,0-10,4.48-10,10s4.48,10,10,10s10-4.48,10-10S115.515,126.006,109.995,126.006z"></path></g></g><g><g><path d="M470.925,211.53l-14.469-28.939c-5.116-10.232-15.397-16.587-26.833-16.587h-83.637V96.007c0-16.541-13.457-29.999-29.999-29.999H29.999C13.457,66.008,0,79.465,0,96.007v259.989c0,16.541,13.457,29.999,29.999,29.999h29.999c0,15.354,5.805,29.375,15.326,39.998H10c-5.523,0-10,4.478-10,10s4.477,10,10,10h491.98c5.523,0,10-4.478,10-10s-4.477-10-10-10h-25.326c9.522-10.624,15.326-24.644,15.326-39.998c0-0.57-0.027-1.137-0.043-1.706c11.661-4.116,20.042-15.241,20.042-28.293v-55.278C511.979,289.049,514.29,299.943,470.925,211.53z M455.801,226.001l29.999,59.998h-99.816v-59.998H455.801z M19.999,305.998h19.999v19.999H19.999V305.998z M119.995,425.993c-22.055,0-39.998-17.944-39.998-39.998c0-2.724,0.27-5.405,0.81-8.012c3.761-18.534,20.242-31.987,39.188-31.987s35.428,13.452,39.188,31.987c0.003,0.015,0.006,0.028,0.009,0.042c0.532,2.564,0.801,5.246,0.801,7.97C159.993,408.05,142.05,425.993,119.995,425.993z M119.995,325.997c-25.621,0-48.232,16.413-56.568,39.998H29.999c-5.514,0-10-4.486-10-10v-10h29.999c5.523,0,10-4.478,10-10v-39.998c0-5.522-4.477-10-10-10H19.999V96.007c0-5.514,4.486-10,10-10h285.988c5.514,0,10,4.486,10,10c0,7.439,0,246.008,0,269.989H176.558C168.207,342.398,145.605,325.997,119.995,325.997z M164.666,425.993c9.522-10.624,15.326-24.644,15.326-39.998c7.678,0,188.723,0,191.992,0c0,15.354,5.805,29.375,15.326,39.998H164.666z M431.982,425.993c-22.055,0-39.998-17.944-39.998-39.998c0-2.724,0.27-5.405,0.81-8.012c3.761-18.534,20.242-31.987,39.188-31.987s35.428,13.452,39.188,31.987c0.003,0.015,0.006,0.028,0.009,0.042c0.532,2.564,0.801,5.246,0.801,7.97C471.981,408.05,454.037,425.993,431.982,425.993z M491.98,355.996c0,3.326-1.639,6.269-4.144,8.089c-8.871-22.569-30.941-38.087-55.854-38.087c-25.621,0-48.232,16.413-56.568,39.998h-29.429V186.003h83.637c3.812,0,7.239,2.12,8.945,5.531l7.234,14.468h-69.816c-5.523,0-10,4.478-10,10v79.997c0,5.522,4.477,10,10,10H491.98V355.996z"></path></g></g><g><g><path d="M275.989,126.006H149.994c-5.523,0-10,4.478-10,10s4.477,10,10,10h125.995c5.523,0,10-4.478,10-10S281.511,126.006,275.989,126.006z"></path></g></g><g><g><path d="M275.989,166.004h-85.997c-5.523,0-10,4.478-10,10s4.477,10,10,10h85.997c5.523,0,10-4.478,10-10S281.511,166.004,275.989,166.004z"></path></g></g><g><g><path d="M431.982,365.996c-11.028,0-19.999,8.972-19.999,19.999c0,11.028,8.972,19.999,19.999,19.999c11.028,0,19.999-8.972,19.999-19.999C451.981,374.967,443.01,365.996,431.982,365.996z"></path></g></g><g><g><path d="M119.995,365.996c-11.028,0-19.999,8.972-19.999,19.999c0,11.028,8.972,19.999,19.999,19.999c11.028,0,19.999-8.972,19.999-19.999C139.994,374.967,131.023,365.996,119.995,365.996z"></path></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}

.pi-storage {
  background-image: url('data:image/svg+xml,<svg id="fi_6133323" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m487.757 0h-20.039c-11.049 0-20.039 8.989-20.039 20.039v142.896h-20.732v-141.89c0-11.05-8.99-20.039-20.039-20.039h-140.888c-3.652 0-7.068.998-10.02 2.711-2.952-1.714-6.368-2.711-10.02-2.711h-140.888c-11.049 0-20.039 8.989-20.039 20.039v141.89h-20.732v-142.896c0-11.05-8.99-20.039-20.039-20.039h-20.039c-11.05 0-20.039 8.989-20.039 20.039v471.922c0 11.05 8.99 20.039 20.039 20.039h20.039c11.049 0 20.039-8.989 20.039-20.039v-8.281h383.358v8.281c0 11.05 8.99 20.039 20.039 20.039h20.039c11.049 0 20.039-8.989 20.039-20.039v-471.922c0-11.05-8.989-20.039-20.039-20.039zm-161.313 21.045h20.039v36.366h-20.039zm-20.039 0v36.366c0 11.05 8.99 20.039 20.039 20.039h20.039c11.049 0 20.039-8.989 20.039-20.039v-36.366h40.386v141.89h-140.888v-141.89zm-140.888 0h20.039v36.366h-20.039zm-60.425 0h40.386v36.366c0 11.05 8.99 20.039 20.039 20.039h20.039c11.049 0 20.039-8.989 20.039-20.039v-36.366h40.386v141.89h-140.889zm342.587 161.93v20.039h-146.762c-5.534 0-10.02 4.486-10.02 10.02 0 5.533 4.486 10.02 10.02 10.02h146.762v200.51h-20.732v-141.972c0-11.05-8.99-20.039-20.039-20.039h-140.888c-3.652 0-7.068.998-10.02 2.711-2.952-1.714-6.368-2.711-10.02-2.711h-140.888c-11.049 0-20.039 8.989-20.039 20.039v141.971h-20.732v-200.51h146.74c5.534 0 10.02-4.486 10.02-10.02 0-5.533-4.486-10.02-10.02-10.02h-146.74v-20.039h383.358zm-282.162 98.617h20.039v36.366h-20.039zm0 56.405h20.039c11.049 0 20.039-8.989 20.039-20.039v-36.366h40.386v141.971h-140.889v-141.971h40.386v36.366c-.001 11.05 8.989 20.039 20.039 20.039zm100.503-56.405h40.386v36.366c0 11.05 8.99 20.039 20.039 20.039h20.039c11.049 0 20.039-8.989 20.039-20.039v-36.366h40.386v141.971h-140.889zm60.424 0h20.039v36.366h-20.039zm-282.162 210.369h-20.039v-471.922h20.039l.013 471.921s-.004.001-.013.001zm20.039-28.32v-20.039h383.358v20.039zm423.436 28.32h-20.039v-471.922h20.039l.013 471.921s-.004.001-.013.001z"></path><circle cx="256" cy="213.033" r="10"></circle></g></g></svg>');
}

.pi-demo {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="fi_782898" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g><g><path d="M399,123c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.52,0,10-4.48,10-10S404.52,123,399,123z"></path></g></g><g><g><path d="M399,243c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C409,247.48,404.52,243,399,243z"></path></g></g><g><g><path d="M359,326c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C369,330.48,364.52,326,359,326z"></path></g></g><g><g><path d="M156,326c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10s10-4.48,10-10C166,330.48,161.52,326,156,326z"></path></g></g><g><g><path d="M359,183h80c5.523,0,10-4.477,10-10V93c0-5.523-4.477-10-10-10h-80c-5.523,0-10,4.477-10,10v30h-33c-5.523,0-10,4.477-10,10v50h-20v-10c0-5.523-4.477-10-10-10h-26.174c-2.771-6.911-6.408-13.278-10.874-19.038L251.98,121.4c1.326-2.297,1.686-5.026,0.999-7.588c-0.686-2.562-2.362-4.746-4.659-6.072l-34.64-20c-4.784-2.763-10.899-1.124-13.66,3.659l-12.977,22.473c-7.62-1.169-14.467-1.169-22.087,0l-12.977-22.473c-2.762-4.783-8.878-6.42-13.66-3.659l-34.64,20c-2.297,1.326-3.973,3.51-4.659,6.072c-0.687,2.562-0.327,5.292,0.999,7.588l13.028,22.562c-4.465,5.76-8.102,12.127-10.874,19.038H73c-5.523,0-10,4.477-10,10v40c0,5.523,4.477,10,10,10h29.174c2.771,6.911,6.408,13.278,10.874,19.038L100.02,264.6c-1.326,2.297-1.686,5.026-0.999,7.588c0.686,2.562,2.362,4.746,4.659,6.072l34.64,20c4.783,2.762,10.898,1.123,13.66-3.659l12.977-22.473c7.62,1.169,14.467,1.169,22.087,0l12.977,22.473c1.852,3.208,5.213,5,8.669,5c1.697,0,3.416-0.432,4.991-1.341l34.64-20c2.297-1.326,3.973-3.51,4.659-6.072c0.687-2.562,0.327-5.292-0.999-7.588l-13.028-22.562c4.465-5.76,8.102-12.127,10.874-19.038H276c5.523,0,10-4.477,10-10v-10h20v50c0,5.523,4.477,10,10,10h33v30c0,5.523,4.477,10,10,10h80c5.523,0,10-4.477,10-10v-80c0-5.523-4.477-10-10-10h-80c-5.523,0-10,4.477-10,10v30h-23v-50v-50h23v30C349,178.523,353.477,183,359,183z M369,103h60v60h-60V103z M266,203h-23.26c-4.412,0-8.303,2.892-9.575,7.116c-2.772,9.207-7.375,17.261-13.678,23.94c-3.033,3.214-3.597,8.037-1.388,11.864l11.56,20.02l-17.319,10l-11.55-20.001c-1.814-3.142-5.145-5-8.658-5c-0.77,0-1.548,0.089-2.322,0.274C184.768,252.416,180.25,253,176,253s-8.768-0.584-13.81-1.787c-4.301-1.025-8.769,0.896-10.98,4.726l-11.55,20.001l-17.319-10l11.56-20.02c2.209-3.827,1.646-8.65-1.388-11.864c-6.303-6.679-10.905-14.733-13.678-23.94c-1.272-4.225-5.163-7.116-9.575-7.116H83v-20h26.26c4.412,0,8.303-2.892,9.575-7.116c2.772-9.207,7.375-17.261,13.678-23.94c3.033-3.214,3.597-8.037,1.388-11.864l-11.56-20.02l17.319-10l11.55,20.001c2.212,3.83,6.676,5.753,10.98,4.726c5.042-1.203,9.56-1.787,13.81-1.787s8.768,0.584,13.81,1.787c4.301,1.028,8.769-0.896,10.98-4.726l11.55-20.001l17.319,10l-11.56,20.02c-2.209,3.827-1.646,8.65,1.388,11.864c6.303,6.679,10.905,14.733,13.678,23.94c1.272,4.225,5.163,7.116,9.575,7.116H266V203z M369,223h60v60h-60V223z"></path></g></g><g><g><path d="M176,153c-22.056,0-40,17.944-40,40c0,22.056,17.944,40,40,40c22.056,0,40-17.944,40-40C216,170.944,198.056,153,176,153z M176,213c-11.028,0-20-8.972-20-20s8.972-20,20-20s20,8.972,20,20S187.028,213,176,213z"></path></g></g><g><g><path d="M316,326H196c-5.523,0-10,4.477-10,10s4.477,10,10,10h120c5.523,0,10-4.477,10-10S321.523,326,316,326z"></path></g></g><g><g><path d="M492,370.72V58.297c4.169-1.471,7.992-3.866,11.211-7.086C508.879,45.543,512,38.01,512,30c0-16.542-13.458-30-30-30H30C21.99,0,14.457,3.121,8.789,8.789C3.121,14.457,0,21.99,0,30c0,13.036,8.361,24.152,20,28.28v312.424c-4.169,1.471-7.992,3.866-11.211,7.086C3.121,383.457,0,390.99,0,399c0,16.542,13.458,30,30,30h216v24.72c-11.639,4.128-20,15.243-20,28.28c0,16.542,13.458,30,30,30s30-13.458,30-30c0-13.036-8.361-24.152-20-28.28V429h216c8.01,0,15.543-3.121,21.211-8.789C508.879,414.543,512,407.01,512,399C512,385.964,503.639,374.848,492,370.72z M22.931,22.931C24.821,21.041,27.332,20,30,20h452c5.514,0,10,4.486,10,10c0,2.668-1.041,5.179-2.931,7.069C487.179,38.959,484.668,40,482,40H30c-5.514,0-10-4.486-10-10C20,27.332,21.041,24.821,22.931,22.931z M472,60v309H40V60H472z M256,492c-5.514,0-10-4.486-10-10c0-5.514,4.486-10,10-10c5.514,0,10,4.486,10,10C266,487.514,261.514,492,256,492z M489.069,406.069c-1.891,1.89-4.401,2.931-7.069,2.931H30c-5.514,0-10-4.486-10-10c0-2.668,1.041-5.179,2.931-7.069C24.821,390.041,27.332,389,30,389h452c5.514,0,10,4.486,10,10C492,401.668,490.959,404.179,489.069,406.069z"></path></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}

.pi-agreement {
  background-image: url('data:image/svg+xml,<svg id="fi_10435978" enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m502.003 244.426c-.466-2.644-1.976-4.99-4.189-6.509-11.496-7.892-25.391-10.907-39.122-8.487-13.732 2.419-25.76 9.999-33.865 21.344l-10.342 14.472v-163.825c-.032-2.762-1.129-5.321-3.052-7.183l-91.324-91.324c-1.883-1.827-4.438-2.914-7.071-2.914h-273.186c-16.542 0-30.001 13.458-30.001 30.001v59.409c0 5.523 4.477 10 10 10s10-4.477 10-10v-59.409c0-5.514 4.486-10 10-10h263.185v66.609c0 13.681 11.13 24.811 24.811 24.811h66.636v181.813l-67.704 94.743c-.064.09-.117.186-.178.278-.058.088-.124.169-.18.259-.307.494-7.58 12.252-13.132 25.535-2.118 5.068-6.942 16.615-6.479 27.25h-39.339c-.7 0-1.128-.366-1.363-.673s-.477-.815-.294-1.492l4.394-16.269c1.799-6.654-.686-13.511-6.327-17.469s-12.934-3.962-18.58-.007l-33.033 23.139 2.517-11.817c1.459-6.846-1.471-13.608-7.464-17.226-5.993-3.617-13.341-3.062-18.72 1.419l-42.911 35.736c-3.607 3.004-8.177 4.658-12.87 4.658h-20.561c-5.523 0-10 4.477-10 10s4.477 10 10 10h20.561c9.36 0 18.477-3.299 25.67-9.289l34.438-28.679-2.241 10.518c-1.395 6.549 1.311 13.169 6.895 16.866s12.735 3.603 18.218-.239l32.357-22.666-1.65 6.109c-1.777 6.579-.42 13.456 3.723 18.867 4.144 5.411 10.429 8.514 17.243 8.514h58.64c12.781 0 25.829-11.517 30.893-16.011 10.769-9.554 19.537-20.244 19.905-20.694.085-.104.156-.216.237-.322.05-.066.107-.123.155-.191l17.182-24.044v81.963c0 5.514-4.486 10-10 10h-344.633c-5.514 0-10-4.486-10-10v-301.467c0-5.523-4.477-10-10-10s-10 4.477-10 10v301.467c-.001 16.542 13.458 30 30 30h344.632c16.542 0 30.001-13.458 30.001-30.001v-109.951l85.805-120.073c1.562-2.184 2.179-4.905 1.713-7.549zm-174.154-153.005c-2.652 0-4.811-2.158-4.811-4.811v-52.482l57.292 57.292h-52.481zm38.995 312.894-17.977-12.847 60.461-84.607 17.977 12.847zm-20.85 23.957c-11.219 10.428-17.066 12.513-19.084 12.924-.265-2.042-.187-8.25 6.046-22.241 1.706-3.831 3.535-7.475 5.179-10.572l16.184 11.565c-2.398 2.557-5.253 5.468-8.325 8.324zm92.94-124.837-17.977-12.847 20.142-28.187c8.282-11.592 22.977-16.203 36.035-12.424z"></path><path d="m189.911 158.471h124.518c5.523 0 10-4.477 10-10s-4.478-10-10-10h-124.518c-5.523 0-10 4.477-10 10-.001 5.523 4.476 10 10 10z"></path><path d="m189.911 198.472h124.518c5.523 0 10-4.477 10-10s-4.478-10-10-10h-124.518c-5.523 0-10 4.477-10 10-.001 5.523 4.476 10 10 10z"></path><path d="m114.908 198.472h30.001c8.271 0 15-6.729 15-15v-30.001c0-8.271-6.729-15-15-15h-30.001c-8.271 0-15 6.729-15 15v30.001c0 8.271 6.729 15 15 15zm5.001-40.001h20.001v20.001h-20.001z"></path><path d="m189.911 238.474h124.518c5.523 0 10-4.477 10-10s-4.478-10-10-10h-124.518c-5.523 0-10 4.477-10 10-.001 5.522 4.476 10 10 10z"></path><path d="m189.911 278.475h124.518c5.523 0 10-4.477 10-10s-4.478-10-10-10h-124.518c-5.523 0-10 4.477-10 10s4.476 10 10 10z"></path><path d="m99.908 263.474c0 8.271 6.729 15 15 15h30.001c8.271 0 15-6.729 15-15v-30.001c0-8.271-6.729-15-15-15h-30.001c-8.271 0-15 6.729-15 15zm20.001-25h20.001v20.001h-20.001z"></path><path d="m189.911 319.654h124.518c5.523 0 10-4.477 10-10s-4.478-10-10-10h-124.518c-5.523 0-10 4.477-10 10s4.476 10 10 10z"></path><path d="m189.911 359.655h124.518c5.523 0 10-4.477 10-10s-4.478-10-10-10h-124.518c-5.523 0-10 4.477-10 10s4.476 10 10 10z"></path><path d="m99.908 344.655c0 8.271 6.729 15 15 15h30.001c8.271 0 15-6.729 15-15v-30.001c0-8.271-6.729-15-15-15h-30.001c-8.271 0-15 6.729-15 15zm20.001-25.001h20.001v20.001h-20.001z"></path><circle cx="19.846" cy="135.049" r="10"></circle></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}

.pi-tenge {
  background-image: url('data:image/svg+xml,<svg height="512pt" viewBox="0 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg" id="fi_1662062"><path d="m86 256c0-5.519531-4.480469-10-10-10s-10 4.480469-10 10 4.480469 10 10 10 10-4.480469 10-10zm0 0"></path><path d="m256 66c-90.132812 0-166.148438 63.273438-185.332031 148.03125-1.222657 5.386719 2.15625 10.742188 7.542969 11.960938 5.386718 1.214843 10.742187-2.15625 11.960937-7.542969 17.375-76.746094 87.113281-132.449219 165.828125-132.449219 93.738281 0 170 76.261719 170 170s-76.261719 170-170 170c-78.714844 0-148.453125-55.703125-165.828125-132.449219-1.21875-5.386719-6.570313-8.761719-11.960937-7.542969-5.386719 1.21875-8.765626 6.574219-7.542969 11.960938 19.199219 84.816406 95.265625 148.03125 185.332031 148.03125 104.765625 0 190-85.234375 190-190s-85.234375-190-190-190zm0 0"></path><path d="m256 0c-137.863281 0-256 118.105469-256 256 0 137.855469 118.101562 256 256 256 137.863281 0 256-118.105469 256-256 0-137.855469-118.101562-256-256-256zm0 492c-125.71875 0-236-110.28125-236-236s110.28125-236 236-236 236 110.28125 236 236-110.28125 236-236 236zm0 0"></path><path d="m176 206c-5.523438 0-10 4.476562-10 10s4.476562 10 10 10h70v140h-30c-5.523438 0-10 4.476562-10 10s4.476562 10 10 10h80c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10h-30v-140h70c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10h-70v-40h70c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10h-160c-5.523438 0-10 4.476562-10 10s4.476562 10 10 10h70v40zm0 0"></path></svg>');
}

.pi-immediately {
  background-image: url('data:image/svg+xml,<svg id="fi_11255705" enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m467.665 367.938-27.605 6.122-7.756-20.872c-1.337-3.598-4.615-6.113-8.437-6.473-3.822-.356-7.512 1.5-9.496 4.784-6.029 9.976-12.989 19.344-20.747 27.983l-8.956-8.956c-3.906-3.905-10.236-3.905-14.143 0-3.905 3.905-3.905 10.237 0 14.143l8.943 8.943c-9.582 8.606-20.045 16.239-31.243 22.696-25.037 14.437-53.276 22.746-82.225 24.31v-12.654c0-5.523-4.478-10-10-10s-10 4.477-10 10v12.673c-43.464-2.328-82.985-19.737-113.422-47.073l8.897-8.897c3.905-3.905 3.905-10.237 0-14.143-3.906-3.905-10.236-3.905-14.143 0l-8.897 8.897c-27.336-30.436-44.745-69.957-47.072-113.421h12.673c5.522 0 10-4.477 10-10s-4.478-10-10-10h-12.666c.615-11.496 2.275-22.886 4.984-33.977.403-1.654.379-3.383-.072-5.024l-9.695-35.265c-1.401-5.099-6.528-8.226-11.707-7.134l-35.574 7.505c-3.529.745-6.384 3.332-7.471 6.771-7.854 24.847-11.835 50.795-11.835 77.124 0 68.379 26.629 132.666 74.981 181.019s112.64 74.981 181.019 74.981c46.012 0 91.134-12.347 130.488-35.707 38.205-22.677 70.028-55.057 92.028-93.639 1.96-3.437 1.71-7.705-.638-10.889s-6.356-4.683-10.213-3.827zm-91.386 91.157c-36.266 21.527-77.858 32.905-120.279 32.905-63.037 0-122.302-24.548-166.877-69.124-44.574-44.575-69.123-103.839-69.123-166.876 0-22.327 3.103-44.348 9.227-65.547l20.571-4.34 6.521 23.719c-3.47 15.055-5.229 30.573-5.229 46.168 0 55.993 22.583 106.804 59.11 143.827.278.369.574.728.91 1.064s.695.632 1.063.909c37.023 36.526 87.834 59.11 143.828 59.11 35.923 0 71.269-9.432 102.216-27.277 15.508-8.943 29.759-19.9 42.393-32.487.093-.086.192-.164.282-.255.11-.11.205-.228.309-.342 6.885-6.916 13.293-14.309 19.139-22.142l4.007 10.784c1.739 4.68 6.662 7.362 11.539 6.28l12.514-2.775c-19.098 26.827-43.693 49.525-72.121 66.399z"></path><path d="m484.513 140.481c-17.391-34.335-42.809-64.847-73.507-88.235-4.395-3.349-10.668-2.499-14.015 1.894-3.348 4.394-2.499 10.668 1.894 14.015 28.312 21.569 51.751 49.704 67.786 81.362 16.807 33.184 25.329 69.01 25.329 106.483 0 20.489-2.619 40.771-7.788 60.359l-21.388 9.651-9.294-15.347c4.898-17.736 7.38-36.104 7.38-54.663 0-55.993-22.583-106.804-59.11-143.827-.278-.369-.574-.728-.91-1.064s-.695-.632-1.063-.909c-37.022-36.527-87.834-59.11-143.827-59.11-35.831 0-71.1 9.389-101.993 27.152-15.645 8.996-30.025 20.034-42.751 32.736-.048.046-.099.085-.146.132-.076.076-.14.158-.213.235-7.478 7.5-14.385 15.572-20.633 24.146l-5.63-10.52c-2.06-3.851-6.386-5.917-10.674-5.107l-12.398 2.344c43.803-63.548 116.429-102.208 194.438-102.208 16.814 0 33.599 1.776 49.884 5.28 5.512 1.186 11.044 2.587 16.445 4.167 5.301 1.55 10.854-1.49 12.405-6.792 1.55-5.301-1.491-10.854-6.792-12.404-5.864-1.714-11.87-3.236-17.852-4.523-17.665-3.801-35.863-5.728-54.09-5.728-92.722 0-178.427 50.344-223.671 131.385-1.893 3.39-1.652 7.569.617 10.719 2.269 3.149 6.154 4.706 9.972 3.981l27.546-5.207 10.04 18.76c1.693 3.165 4.954 5.18 8.543 5.277 3.621.092 6.956-1.735 8.819-4.803 5.973-9.83 12.857-19.063 20.515-27.589l8.951 8.951c1.953 1.953 4.512 2.929 7.071 2.929s5.118-.976 7.071-2.929c3.905-3.905 3.905-10.237 0-14.143l-8.942-8.942c9.639-8.657 20.171-16.328 31.443-22.81 24.987-14.365 53.157-22.636 82.025-24.197v12.654c0 5.523 4.478 10 10 10s10-4.477 10-10v-12.673c43.464 2.328 82.985 19.737 113.422 47.073l-8.897 8.897c-3.905 3.905-3.905 10.237 0 14.143 1.953 1.953 4.512 2.929 7.071 2.929s5.118-.976 7.071-2.929l8.897-8.897c27.336 30.437 44.745 69.958 47.073 113.422h-12.673c-5.522 0-10 4.477-10 10s4.478 10 10 10h12.678c-.785 14.701-3.301 29.2-7.51 43.226-.812 2.709-.44 5.635 1.024 8.054l16.15 26.67c1.864 3.079 5.154 4.822 8.559 4.822 1.38 0 2.779-.287 4.108-.887l33.75-15.23c2.683-1.21 4.696-3.542 5.503-6.372 6.486-22.741 9.774-46.387 9.774-70.284 0-40.642-9.248-79.508-27.487-115.519z"></path><path d="m256 124.057c-5.522 0-10 4.477-10 10v91.678c-12.694 4.205-21.88 16.179-21.88 30.264 0 17.579 14.301 31.88 31.88 31.88s31.88-14.301 31.88-31.88c0-.824-.042-1.638-.103-2.446l42.718-46.514c3.735-4.068 3.467-10.394-.602-14.129-4.066-3.735-10.394-3.466-14.129.601l-36.958 40.243c-3.528-3.616-7.904-6.395-12.805-8.019v-91.678c-.001-5.523-4.479-10-10.001-10zm0 143.823c-6.551 0-11.88-5.329-11.88-11.88s5.329-11.88 11.88-11.88 11.88 5.329 11.88 11.88-5.329 11.88-11.88 11.88z"></path><circle cx="366.81" cy="36.507" r="10"></circle></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}

.pi-fast-shipping {
  background-image: url('data:image/svg+xml,<svg height="512pt" viewBox="0 -57 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg" id="fi_1585176"><path d="m506.8125 95.679688-172-94.445313c-2.996094-1.644531-6.628906-1.644531-9.625 0l-64.679688 35.515625c-1.460937.40625-2.824218 1.152344-3.980468 2.183594l-103.339844 56.746094c-3.199219 1.757812-5.1875 5.117187-5.1875 8.765624v20.445313h-115.375c-5.523438 0-10 4.480469-10 10 0 5.523437 4.476562 10 10 10h115.375v36h-57.332031c-5.523438 0-10 4.480469-10 10 0 5.523437 4.476562 10 10 10h57.332031v52h-84c-5.523438 0-10 4.480469-10 10 0 5.523437 4.476562 10 10 10h84v20.449219c0 3.648437 1.988281 7.007812 5.1875 8.765625l172 94.445312c1.5.824219 3.15625 1.234375 4.8125 1.234375s3.3125-.410156 4.8125-1.234375l172-94.445312c3.199219-1.757813 5.1875-5.117188 5.1875-8.765625v-44.78125c0-5.519532-4.476562-10-10-10s-10 4.480468-10 10v38.863281l-152 83.464844v-166.078125l48.339844-26.542969v42.125c0 3.539063 1.867187 6.8125 4.910156 8.609375 1.566406.925781 3.328125 1.390625 5.089844 1.390625 1.65625 0 3.316406-.410156 4.820312-1.238281l36.859375-20.285156c3.191407-1.757813 5.175781-5.113282 5.175781-8.761719v-53.058594l46.804688-25.699219v47.210938c0 5.523437 4.476562 10 10 10s10-4.476563 10-10v-64.113282c0-3.648437-1.988281-7.007812-5.1875-8.765624zm-186.8125 275.207031-152-83.464844v-166.074219l152 83.460938zm10-183.402344-151.222656-83.039063 47.527344-26.097656 151.226562 83.039063zm68.308594-37.507813-151.226563-83.039062 16.394531-9 151.222657 83.039062zm26.886718 44.21875-16.855468 9.277344v-36.1875l16.855468-9.257812zm10.28125-64.628906-151.222656-83.039062 45.746094-25.117188 151.222656 83.035156zm0 0"></path><path d="m502 198.5625c-2.628906 0-5.210938 1.058594-7.070312 2.929688-1.859376 1.859374-2.929688 4.429687-2.929688 7.070312 0 2.628906 1.070312 5.210938 2.929688 7.070312 1.859374 1.859376 4.441406 2.929688 7.070312 2.929688s5.210938-1.070312 7.070312-2.929688c1.859376-1.859374 2.929688-4.441406 2.929688-7.070312 0-2.640625-1.070312-5.210938-2.929688-7.070312-1.859374-1.871094-4.441406-2.929688-7.070312-2.929688zm0 0"></path><path d="m24.332031 252.890625h-14.332031c-5.523438 0-10 4.480469-10 10 0 5.523437 4.476562 10 10 10h14.332031c5.523438 0 10-4.476563 10-10 0-5.519531-4.476562-10-10-10zm0 0"></path><path d="m60.671875 190.890625c0-2.628906-1.070313-5.207031-2.933594-7.066406-1.859375-1.863281-4.4375-2.933594-7.066406-2.933594-2.632813 0-5.210937 1.070313-7.070313 2.933594-1.871093 1.859375-2.929687 4.4375-2.929687 7.066406 0 2.632813 1.058594 5.210937 2.929687 7.070313 1.859376 1.859374 4.4375 2.929687 7.070313 2.929687 2.628906 0 5.207031-1.066406 7.066406-2.929687 1.863281-1.859376 2.933594-4.4375 2.933594-7.070313zm0 0"></path></svg>');
}

.pi-service {
  background-image: url('data:image/svg+xml,<svg id="fi_2618477" enable-background="new 0 0 512.013 512.013" height="512" viewBox="0 0 512.013 512.013" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m469.481 127.589h-5.19c-3.068-10.775-7.354-21.113-12.802-30.887l3.689-3.69c4.221-4.219 6.544-9.846 6.544-15.845s-2.323-11.625-6.547-15.849l-24.58-24.551c-4.221-4.247-9.855-6.585-15.865-6.585-6.009 0-11.644 2.338-15.844 6.564l-3.685 3.685c-9.781-5.465-20.123-9.759-30.891-12.826v-5.189c.001-12.36-10.054-22.416-22.415-22.416h-34.752c-12.36 0-22.416 10.056-22.416 22.416v5.189c-10.766 3.066-21.114 7.361-30.915 12.83l-3.668-3.668c-4.223-4.247-9.857-6.585-15.866-6.584-6.009 0-11.643 2.339-15.843 6.564l-24.575 24.576c-4.221 4.219-6.544 9.846-6.544 15.845s2.323 11.625 6.543 15.844l3.688 3.689c-5.471 9.804-9.759 20.144-12.81 30.888h-5.209c-12.36 0-22.416 10.056-22.416 22.416v34.782c0 12.36 10.056 22.416 22.416 22.416h5.209c3.051 10.743 7.339 21.083 12.81 30.888l-3.688 3.689c-4.221 4.219-6.544 9.846-6.544 15.845 0 5.998 2.323 11.625 6.543 15.844l24.556 24.556c4.221 4.247 9.854 6.585 15.863 6.585h.001c6.009 0 11.644-2.338 15.845-6.564l3.688-3.689c9.811 5.474 20.159 9.763 30.915 12.813v5.207c0 12.36 10.056 22.416 22.416 22.416h34.752c12.36 0 22.416-10.056 22.416-22.416v-5.207c10.759-3.051 21.099-7.338 30.891-12.809l3.664 3.664c4.221 4.247 9.855 6.585 15.864 6.585 6.01 0 11.645-2.339 15.841-6.56l24.608-24.581c4.22-4.22 6.543-9.847 6.543-15.845 0-5.999-2.323-11.625-6.543-15.844l-3.69-3.69c5.448-9.774 9.733-20.112 12.802-30.887h5.19c12.36 0 22.416-10.056 22.416-22.416v-34.782c.001-12.36-10.054-22.416-22.415-22.416zm-125.17 184.787c0 1.31-1.106 2.416-2.416 2.416h-34.752c-1.31 0-2.416-1.106-2.416-2.416v-12.983-63.043c0-4.182-2.602-7.922-6.522-9.376-26.872-9.966-44.926-35.828-44.926-64.354 0-22.607 11.257-43.799 30.107-56.684.846-.578 1.594-1.05 2.248-1.437-.036 1.3-.128 2.536-.177 3.181-.075 1.015-.135 1.816-.135 2.611v47.197c0 21.663 16.927 39.755 38.534 41.188.441.029.883.029 1.324 0 21.592-1.432 38.506-19.524 38.506-41.188v-47.197c0-.791-.059-1.587-.133-2.596-.048-.648-.14-1.891-.175-3.197.652.386 1.396.857 2.239 1.434 18.855 12.888 30.112 34.08 30.112 56.687 0 28.523-18.044 54.386-44.9 64.355-3.919 1.455-6.52 5.194-6.52 9.375v63.043 12.984zm127.586-127.589c0 1.287-1.129 2.416-2.416 2.416h-12.954c-4.672 0-8.722 3.235-9.753 7.792-3.167 13.993-8.652 27.225-16.303 39.328-2.498 3.952-1.924 9.108 1.382 12.414l9.185 9.185c.596.596.685 1.322.685 1.702 0 .379-.089 1.106-.682 1.698l-24.629 24.602c-.563.566-1.226.685-1.682.685-.455 0-1.117-.119-1.701-.707l-9.185-9.185c-3.311-3.31-8.472-3.88-12.424-1.376-8.536 5.409-17.622 9.701-27.109 12.873v-43.213c31.024-14.438 51.42-45.901 51.42-80.383 0-29.217-14.515-56.581-38.825-73.198-3.724-2.545-15.049-10.288-24.954-4.587-9.726 5.6-8.757 18.727-8.344 24.333.036.487.071.896.079 1.125v47.197c0 10.946-8.366 20.123-19.168 21.178-10.817-1.056-19.196-10.233-19.196-21.178l-.001-47.125c.009-.301.045-.71.081-1.199.417-5.603 1.394-18.723-8.324-24.326-9.901-5.711-21.243 2.035-24.974 4.582-24.312 16.618-38.826 43.982-38.826 73.199 0 34.487 20.407 65.952 51.448 80.386v43.21c-9.489-3.172-18.586-7.466-27.147-12.878-1.646-1.04-3.498-1.547-5.341-1.547-2.583 0-5.145.999-7.074 2.929l-9.204 9.205c-.563.567-1.226.686-1.682.686s-1.117-.119-1.701-.706l-24.576-24.577c-.597-.596-.686-1.323-.686-1.702 0-.38.089-1.106.686-1.703l9.184-9.185c3.306-3.306 3.88-8.462 1.382-12.414-7.69-12.167-13.174-25.393-16.299-39.311-1.024-4.565-5.078-7.81-9.757-7.81h-12.982c-1.287 0-2.416-1.129-2.416-2.416v-34.782c0-1.31 1.106-2.416 2.416-2.416h12.982c4.679 0 8.732-3.245 9.757-7.81 3.125-13.918 8.608-27.145 16.299-39.311 2.498-3.952 1.924-9.108-1.382-12.414l-9.185-9.185c-.596-.596-.685-1.322-.685-1.702s.089-1.106.686-1.703l24.597-24.598c.563-.566 1.225-.685 1.681-.685s1.118.119 1.702.706l9.184 9.185c3.308 3.307 8.464 3.88 12.415 1.382 12.151-7.682 25.392-13.177 39.351-16.33 4.56-1.03 7.797-5.081 7.797-9.754v-12.953c0-1.31 1.106-2.416 2.416-2.416h34.752c1.31 0 2.416 1.106 2.416 2.416v12.955c0 4.674 3.237 8.724 7.796 9.754 13.972 3.156 27.198 8.648 39.313 16.325 3.953 2.504 9.113 1.934 12.424-1.376l9.205-9.206c.563-.566 1.226-.685 1.681-.685.456 0 1.118.119 1.706.71l24.602 24.573c.596.596.685 1.322.685 1.702s-.089 1.106-.686 1.703l-9.184 9.185c-3.306 3.306-3.88 8.462-1.382 12.414 7.65 12.103 13.136 25.334 16.303 39.328 1.031 4.557 5.081 7.792 9.753 7.792h12.954c1.31 0 2.416 1.106 2.416 2.416v34.781z"></path><path d="m382.786 440.321c-3.905 3.905-3.905 10.237 0 14.143 1.953 1.952 4.512 2.929 7.071 2.929s5.118-.977 7.071-2.929l.028-.028c3.905-3.905 3.891-10.223-.015-14.128s-10.25-3.89-14.155.013z"></path><path d="m429.112 343.45-79.391 40.771c-6.73-6.97-16.16-11.318-26.591-11.318h-54.396c-3.046 0-3.79-.242-3.84-.259-.441-.232-1.835-1.542-2.954-2.594l-.496-.466c-44.008-41.427-81.183-38.802-123.458-22.118-6.84 2.7-6.972 2.706-13.841 2.999l-12.3.009c-3.504-10.571-13.476-18.221-25.207-18.221h-39.996c-14.627 0-26.526 11.913-26.526 26.555v104.969c0 14.626 11.899 26.526 26.526 26.526h39.996c11.73 0 21.701-7.641 25.206-18.199h22.5c1.987 0 1.987 0 4.298.651.84.237 1.862.525 3.182.88l103.494 27.688c4.562 1.232 8.746 2.445 12.793 3.617 13.26 3.842 24.406 7.072 36.023 7.072 13.13 0 26.859-4.126 44.916-16.16.087-.058.174-.118.26-.179l19.758-14.089c4.497-3.207 5.543-9.451 2.336-13.948-3.207-4.498-9.453-5.543-13.947-2.336l-19.627 13.995c-26.204 17.429-37.331 14.207-64.153 6.435-4.132-1.197-8.404-2.435-13.165-3.721l-103.502-27.689c-1.212-.326-2.163-.594-2.943-.814-3.776-1.064-5.188-1.4-9.722-1.4h-21.152v-81.624h10.807c.144 0 .286-.003.43-.009l.57-.024c8.383-.358 10.728-.587 20.33-4.378 37.129-14.652 65.789-16.393 102.419 18.09l.495.465c6.26 5.883 9.865 8.279 20.491 8.279h54.396c6.384 0 11.951 3.544 14.853 8.765.031.058.067.113.099.171 1.296 2.397 2.034 5.139 2.034 8.051 0 9.351-7.619 16.958-16.985 16.958h-88.157c-5.522 0-10 4.477-10 10s4.478 10 10 10h88.157c20.394 0 36.985-16.579 36.985-36.958 0-2.77-.316-5.466-.896-8.063l79.028-40.585c7.48-3.84 17.708-3.428 22.786 4.812 4.492 7.263 2.021 16.917-5.744 22.453l-34.667 24.69c-4.499 3.204-5.549 9.448-2.345 13.947 1.951 2.739 5.029 4.2 8.154 4.2 2.007 0 4.033-.603 5.792-1.855l34.671-24.693c16.466-11.739 21.258-32.917 11.156-49.248-9.934-16.122-30.972-21.324-48.94-12.1zm-335.92 120.327c0 3.538-3.001 6.526-6.554 6.526h-39.996c-3.538 0-6.526-2.989-6.526-6.526v-104.968c0-3.614 2.928-6.555 6.526-6.555h39.996c3.553 0 6.554 3.001 6.554 6.555z"></path></g></svg>');
}

.logo{
  height: 3rem;
  width: 20rem;
  align-self: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* border: thin dotted darkgrey; */
}

.logo-claas {
  background-image: url('data:image/svg+xml,<svg height="527" viewBox="17.642 17.731 778.968 136.033" width="2500" xmlns="http://www.w3.org/2000/svg"><path d="m63.298 17.732-2.969.5-3.969 1.25-2.218 1.438-1.5 1.062-2.72 2.72-3.5 4.718-1.468 3.469-1.031 3.687-23.313 91.156-1.468 5.688-.532 1.719-.25 1.468-.468 2v1.782l-.25 1.468.25 2.25.218 1.97 1.032 2.25 1.218 1.718 1.282 1.469 1.937 1.03 2.25.75 2.469.22 2.25.25h101.781l1-.25.219-.22.5-2.03 3.031-10.875.719-3.5 2-7.47 2.719-10.655.5-1.47.218-1.28-.218-.25-.5-.188h-47.657l-.25-.281v-.5l.5-1.969 1.188-4.469.781-2.968 3.469-14.438 2-7.219 3.219-12.406 2.718-10.375 2.72-10.219.5-.718.53-.25h33.25l.5-.22.22-.53 2.25-8.907 2.25-8.187 1.5-6 1.937-7.938-.22-.25zm121.125 0-1.219.25-.219.25-.5 1.97-.78 3.468-29 112.937-.782 3.782-.25 3.187.781 2.969 1.219 2.5 2.469 2.469 2 1.03 3.218.75 2.25.22 1.5.25h87.625l.5-.25v-.47l1.47-6 .75-2.218 1.718-6.937 5.75-21.875-.25-.25-.281-.188h-31.75l-1.032-.281-.25-.25 2.25-8.469 21.625-85.125.72-2.5.25-.719-.25-.5zm131.625 0-1.781.25-1.72.25-1.75.47-2.218.78-3.781 2.25-1.688 1.22-1.968 1.75-1.782 2-.968 1.968-1.25 2.469-2.72 9.156-27.812 106.031-1.75 7.188.25.25h65.844l1.219-.25.187-.22 3.313-11.687.969-4.468 1.968-7.188 2.97-11.937.5-1.47.25-.28.468-.25h28.844l.25.25.25.468v36.563l.187.469h67.093l.47-.25.25-.47v-134.561l-.25-.5-.47-.25h-67.092l-.187.5v65.5l-.25.5h-21.125l-.282-.25.282-.968.53-1.5 2.47-8.657 2.25-9.468 1.218-4.47 1.47-5.187 1.218-5.437 2.75-10.438 1.281-3.718 2.75-10.47 1.406-5.437-.25-.25-.468-.25zm187.594 0-3.188.5-3.937 1-3.5 1.938-1.47 1.031-2.5 2.281-1.53 1.938-1.157 3.25-1.78 5.687-29.282 112.25-1.5 4.625v1.063l.25.219.469.25h64.03l1.063-.25.22-.22 4.718-17.374.25-1.281 2.25-7.938 2.219-8.906.5-1.25.218-.281.75-.25h28.594l.25.53v36.5l.219.47.25.25h67.281l.25-.25.25-.47v-134.561l-.25-.5-.25-.25h-67.281l-.25.25-.219.5v65.75l-.25.313h-21.156l-.469-.313v-.25l1.5-5.937 14.126-52.846 1.719-6.5v-.719l-.438-.25zm182.25 0-2.22.25-2 .5-2.718 1.22-3.469 2.5-2.25 2.75-1.78 2.718-.97 2.719-.718 1.78-2.782 11.376-.468 1.5-6.188 24.844-1.531 4.718-.188 2.22v4.218l.72 1.719 1.968 3.468 2.25 1.782 1.5.718 2.5.688h42.156l.313.312v.75l-1.032 4.938-3.25 13.656-1.468 5.219-.25 1-.5.281h-53.375l-1 .188-.5.25v.968l-.97 4.032-5.75 22.312-2.5 9.969v.219l.563.25h109.688l1.75-.25h3l5.437-.97 3.5-1.5 2.938-2 2.25-2 2.031-2.5 1.688-2.468 1.5-3.469 1.25-4.937 2.687-10.938 3.031-11.906.47-1.5 3.718-14.906.562-2.969.438-1.469.531-2.75v-4.218l-.531-2.75-1-2.688-1.469-1.531-1.5-1.219-2.469-1.25-3-.469h-43.437l-1-.25-.219-.25.75-3.25 2.719-10.906 2.469-9.156.25-.563h50.156l.719-.437.5-.969.718-2.75 1.782-7.469 2.75-10.937 1.968-8.188-.25-.25z" fill="%23d40000" fill-rule="evenodd"/></svg>');
}

.logo-gomelselmash {
  background-image: url('data:image/svg+xml,<svg width="364" height="68" viewBox="0 0 364 68" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1101_4)"><path d="M33.8954 65.9199C51.6208 65.9199 65.99 51.6207 65.99 33.9818C65.99 16.3429 51.6208 2.04376 33.8954 2.04376C16.17 2.04376 1.80078 16.3429 1.80078 33.9818C1.80078 51.6207 16.17 65.9199 33.8954 65.9199Z" fill="%23FEFEFE" stroke="%23FEFEFE" stroke-width="0.755849"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33.9733 0.00854492C52.7604 0.00854492 67.9467 15.1948 67.9467 33.9819C67.9467 52.769 52.7604 67.9552 33.9733 67.9552C15.1862 67.9552 0 52.769 0 33.9819C0 15.1948 15.1862 0.00854492 33.9733 0.00854492ZM33.9733 3.21801C50.96 3.21801 64.7372 16.9952 64.7372 33.9819C64.7372 50.9685 50.96 64.7457 33.9733 64.7457C16.9867 64.7457 3.20946 50.9685 3.20946 33.9819C3.20946 16.9952 16.9867 3.21801 33.9733 3.21801ZM33.8168 46.898H34.6778V50.1075H36.1652L36.7914 52.6907C36.7914 52.769 36.7914 52.769 36.7914 52.769C37.5742 52.9255 38.6701 53.1604 39.2181 53.3169L40.9402 51.2817L42.6624 52.221L44.4628 53.1604L43.7583 55.6653C44.4628 56.2133 45.089 56.6829 45.7153 57.3875C45.9501 57.3092 46.2632 57.1526 46.5763 57.0743L48.1419 56.3698L48.5333 56.9178C56.0482 52.1427 61.1363 43.6103 61.1363 33.9819C61.1363 23.1793 54.7957 13.7857 45.5587 9.40209L43.0538 40.0877L34.7561 46.8197L44.5411 9.01069C41.9578 7.91478 39.1398 7.21026 36.1652 6.89715L38.2004 24.7449L34.2082 38.7569L30.3725 24.7449L32.2512 6.89715C29.3548 7.05371 26.5368 7.75822 23.8753 8.77586L33.7385 46.8197L25.3626 40.0877L22.8576 9.24553C13.4641 13.4726 6.81032 22.9445 6.81032 33.9819C6.81032 43.7668 12.0551 52.3776 19.883 57.1526L20.2744 56.5264L22.4662 57.3875C22.5445 57.4657 22.6228 57.4657 22.7011 57.4657C23.3273 56.8395 23.8753 56.2916 24.6581 55.7436C24.5798 55.8219 24.6581 55.7436 24.6581 55.7436L23.8753 53.2386L25.6757 52.2993L27.3978 51.3599L29.12 53.3169C29.12 53.3169 30.8421 52.9255 31.6249 52.769C31.6249 52.769 31.6249 52.769 31.6249 52.6907L32.1729 50.1857L33.8168 50.1075V46.898ZM24.6581 59.501C27.0064 56.9178 30.3725 55.2739 34.2082 55.2739C37.9656 55.1956 41.3316 56.7612 43.7583 59.3445C40.7054 60.5186 37.4176 61.1449 33.9733 61.1449C30.6856 61.1449 27.5544 60.5186 24.6581 59.501Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M193.586 48.7767H217.148L217.07 42.2795H199.77V37.3479H214.643V30.8507H199.77V26.2322H217.07V20.0481H193.508L193.586 48.7767Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M164.388 20.0481L164.466 48.7767H158.36L158.282 32.8077L149.123 48.7767L139.886 32.8077V48.7767H133.78L133.702 20.0481H139.886L149.123 36.0171L158.282 20.0481H164.388Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M304.116 19.9698V48.7767H298.01L297.932 32.8076L288.773 48.7767L279.536 32.8076L279.615 48.7767H273.431V19.9698H279.536L288.773 36.0171L297.932 19.9698H304.116Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M127.91 48.7767H110.532C108.731 48.7767 107.322 47.3677 107.322 45.6455V23.1793C107.322 21.4571 108.731 20.0481 110.532 20.0481H127.91C129.632 20.0481 131.041 21.4571 131.041 23.1793V45.6455C131.041 47.3677 129.632 48.7767 127.91 48.7767ZM113.272 26.3887H125.17V42.3578H113.272V26.3887Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M187.714 48.7767H170.336C168.536 48.7767 167.127 47.2894 167.127 45.5672V23.1792C167.127 21.3788 168.536 19.9698 170.336 19.9698H187.714C189.437 19.9698 190.846 21.3788 190.846 23.1792V28.7371H184.975V26.3887H173.076V42.3577H184.975V39.1483H190.846V45.5672C190.846 47.2894 189.437 48.7767 187.714 48.7767Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M223.724 20.0481H243.528V48.7767H237.579V26.2322H225.681V28.424V44.0799C225.681 46.6631 223.567 48.7767 220.984 48.7767H219.731H218.792V42.3578H219.731V26.2322V24.2752V23.1793C219.731 21.4571 221.219 20.0481 222.941 20.0481H223.724Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M104.66 26.2322C98.8676 26.2322 93.0749 26.2322 87.3605 26.2322V48.7767H80.9416L80.8633 20.0481C88.7695 20.0481 96.6758 20.0481 104.66 20.0481V26.2322Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M330.575 48.7767H324.626V40.3225H312.728V48.7767H306.778V23.1793C306.778 21.4571 308.187 20.0481 309.988 20.0481H330.575V48.7767ZM324.626 34.3733V26.3887H312.728V34.3733H324.626Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M333.236 20.0481H339.186V42.3578H345.605V20.0481H351.554V42.3578H358.051V20.0481H364V42.4361V48.7767H358.051H351.554H345.605H339.186H333.236V42.4361V20.0481Z" fill="%23E50928"/><path fill-rule="evenodd" clip-rule="evenodd" d="M252.687 37.113H264.585V42.3578H252.687V40.7139V37.113ZM266.072 30.8507C268.656 30.8507 270.769 33.0425 270.769 35.6257V44.0799C270.769 46.6631 268.656 48.7767 266.072 48.7767H246.268L246.189 20.0481H252.608L252.687 30.8507H266.072Z" fill="%23E50928"/></g><defs><clipPath id="clip0_1101_4"><rect width="364" height="67.9637" fill="white"/></clipPath></defs></svg>');
}

.logo-case {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 720 198.204" xmlns="http://www.w3.org/2000/svg" width="2500" height="688"><g clip-rule="evenodd" fill-rule="evenodd"><path d="M628.989 33.37h-36.406l-25.282 97.077h36.407l7.077-27.302c1.012-6.065 6.065-5.056 6.065-5.056l8.089-32.359h-5.052zM683.596 33.37l-7.081 27.303c-1.012 6.067-6.065 5.057-6.065 5.057l-8.091 32.359h5.053l-9.097 32.359h36.402L720 33.37z" fill="%23231f20"/><path d="M649.214 130.448l25.28-97.078h-36.406l-25.281 97.078zM675.504 28.313L683.596 0h-36.408L639.1 28.313zM44.496 145.619L0 198.204h702.809l14.157-52.585z" fill="%23bf3627"/><g fill="%23231f20"><path d="M130.449 75.843h38.426s12.135-47.53-50.561-47.53c-56.63 0-71.798 44.497-71.798 58.654-1.012 1.01-6.069 46.512 56.631 46.512 51.57 0 61.683-38.423 61.683-38.423h-40.447s-6.07 10.113-19.212 10.113c-12.138 0-20.228-9.103-16.183-23.26 4.044-12.134 16.183-22.248 29.325-22.248 12.136.001 13.148 11.125 12.136 16.182zM426.74 33.37h107.192l-7.077 27.304h-66.744l-2.02 9.102h66.74l-6.07 24.268H452.02l-2.02 8.093h65.729l-7.077 28.311H400.447zM196.18 130.448h-45.504l73.818-97.077h40.452l19.211 98.093h-44.495l-1.008-8.089h-36.408zm19.212-27.303h21.236l-2.025-27.302zM406.516 66.741l-40.447-1.01v-4.044c-2.023-4.045-5.057-6.07-12.138-6.07-10.11 0-13.148 2.025-13.148 5.057 0 2.023 2.025 4.045 8.091 6.067 6.069 2.023 25.285 5.057 35.394 9.102 12.134 4.044 17.191 10.111 16.179 21.237 0 0 1.012 17.186-18.199 27.301-20.224 10.114-41.465 9.099-41.465 9.099s-30.333-1.008-43.479-10.105c-13.148-11.131-11.122-28.318-12.134-28.318h42.471s-2.024 13.147 16.179 13.147c12.134 0 13.147-4.049 14.159-5.058 0-2.024 0-3.033-5.057-5.056-5.057-1.009-38.427-10.112-44.496-14.157-3.034-3.033-11.122-9.102-11.122-20.226 1.008-15.167 18.203-34.38 55.619-33.369 37.414 0 46.516 13.145 47.524 14.157 1.012 1.01 7.082 8.089 6.069 22.246z"/></g></g></svg>');
}

.logo-john-deere {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" baseProfile="basic" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2500 480.8" xml:space="preserve"><path fill="%232D7D2F" d="M266.1,0C342.8,0,421,16.5,494.5,52.1c25,59.7,37.8,123.8,37.8,188.5c0,62.2-11.7,125.5-37.6,188.1c-73.8,35.7-151.7,52.1-228.5,52.1c-76.8,0-154.7-16.4-228.5-52.1C11.7,366,0,302.8,0,240.5c0-62.4,11.8-126.4,37.8-188.5C111.2,16.5,189.4,0,266.1,0z"/><path fill="%23FFDD00" d="M53.7,413.7C32.3,360,20.5,301.5,20.5,240.5c0-61.1,11.8-119.6,33.3-173.5c63.8-29.9,136.5-46.7,212.3-46.7c75.8,0,148.5,16.8,212.3,46.7c21.5,53.9,33.3,112.4,33.3,173.5c0,61-11.7,119.4-33.2,173.2c-63.8,30-136.6,46.7-212.4,46.7C190.3,460.5,117.5,443.7,53.7,413.7z"/><g><path fill="%232D7D2F" d="M466.4,402.5c-13.4-22.1-31.4-39.9-31.6-40.1c-1.2-0.4-2.5-0.8-3.7-1.2c-38.2-11.8-63.3-20.6-74.4-26.3c-15.2-7.9-31.3-27.1-33-29.3c-17.9-1.4-32.7-1.1-46.9,0.7l-9.1,1.2c-17.3,2.2-35.1,4.6-52.6,1.8c-11.6-1.9-22.9-5.6-34.9-9.5c-18.5-6-37.4-12.3-59-12.2h-0.9l0.4,0.8c4.9,9.5,24.3,38.5,48.6,46.5c5.4,1.3,9.2,2.7,10.9,4c0,0.1,9.3,19,11.8,24.1c-15.1-6.9-61.9-30.6-99.6-76.5v-0.1c0-0.6-1-9.5-1.2-11.5c22.5-8.4,73-13.2,78.7-13.8l0.4,0l0.2-0.5c3-26.6,9.3-47.9,21.1-71.2c0.3-0.7,0.5-1.4,0.5-1.9c0-0.4-0.1-0.8-0.3-1.1c-0.7-1.3-2.3-1.5-2.3-1.5l-34.4-6l-3.7-11.4c24.8-9.2,55.4-17.9,72.9-21.7c3-4.7,3.8-7.3,3.8-10.4c0-2.6-1.3-4.9-3.8-6.6c-12.4-8.4-51.5-3.3-91,11.8c-0.1-0.2-0.1-0.2-0.2-0.4c8.2-6.1,22.9-15.3,33.8-20.3l0.4-0.2l-0.1-0.4c-3-10-22.3-17.6-24.4-18.4c0-0.3,0.1-0.6,0.1-0.8c19.6-1.3,32.7,7.8,36.6,14.4l0.2,0.3l0.4-0.1c2.5-0.8,11.4-3.6,21-4.8l0.6,0l-0.2-0.6c-3.2-16.8-19.2-28-24.7-31.4c0.2-0.3,0.2-0.4,0.4-0.6c19,1.5,36.5,17.8,40.4,31.6l0.1,0.4l0.4,0c5.1,0.2,11.3,0.7,15.4,1.4l0.4,0.1l0.2-0.4c1.5-3.6,2.3-7.5,2.3-11.5c0-12.4-7-25.7-15.7-34.2c0.2-0.2,0.3-0.5,0.5-0.7c24.9,9.4,31.2,27.4,31.2,44.1c0,11.7-3.1,22.8-5.1,29.9l-0.8,2.9c0,0,36.7-4.4,39.1-4.7c-3.7,4.7-11.8,13.1-27.8,22c0-0.1-16.5-2.1-16.5-2.1l-0.4-0.1l-0.1,0.4c-1.1,3.4-10.8,34-10.8,56.5c0,8.3,2.4,14.8,7,19.3c8.3,8,22,8.4,31.6,8c40.8-1.5,72.7,1,94.8,7.6l1.3,0.4l0.2-0.3c1.4-2.1,2.4-6,2.4-11.2c0-9.9-3.9-24.5-17.2-41.2c0.1-0.1,0.1-0.2,0.3-0.3c2.2,1.2,38,21.5,42.8,52.2c-0.8,0.3-17.2,7-17.2,7l0.5,0.5c15.1,15.8,20.3,35,24.5,50.3c3.3,12.1,7.3,19.9,12.6,24.5c6.1,5.3,29.3,16.3,36.2,19.6c5.8,8.2,15.7,23.6,22.9,35.5v0c15.7-46.5,23.7-95.2,23.7-144.3c0-55.9-10.2-110.4-30.1-162.3c-61.7-27.9-130.8-42.7-200.1-42.7c-69.4,0-138.4,14.8-200.1,42.7C46.1,130,35.8,185,35.9,240.5c0,55.7,10.2,110.2,30,162c61.7,27.9,130.8,42.6,200.2,42.6C335.5,445.2,404.6,430.5,466.4,402.5L466.4,402.5z M620.1,305c0,0,22.7,8.1,48.2,8.1c27.1,0,44-3.7,53.5-13.3c7.8-7.9,11-21,10.5-40.3V130.7h40.1v134.4c-0.6,59.5-29.5,84.9-96.9,84.9c-32.7,0-55.5-5.1-55.5-5.1V305z M796.1,261c0,41,26.9,89,102.8,89c75.9,0,102.8-47.9,102.8-89c0-57.4-38.4-91.7-102.8-91.7C834.6,169.3,796.1,203.6,796.1,261z M898.9,314.8c-23.4,0-62.8-7.2-62.8-55.6c0-34.7,22.9-54.6,62.8-54.6c39.9,0,62.7,19.9,62.7,54.6C961.6,307.5,922.4,314.8,898.9,314.8z M1169.7,173.4V242h-104.2v-68.6h-40V346h40v-68.6h104.2V346h40V173.4H1169.7z M1806.1,310.6v-33.3h92.4V242h-92.4v-33.3h119.4v-35.3h-159.4V346h159.4v-35.3H1806.1z M1992.3,310.6v-33.3h92.4V242h-92.4v-33.3h119.4v-35.3h-159.5V346h159.5v-35.3H1992.3z M2380.5,310.6v-33.3h92.5V242h-92.5v-33.3H2500v-35.3h-159.5V346H2500v-35.3H2380.5z M1566.4,166.1v144.3h56.6c30.7,0,82.3-9.5,82.3-72.8c0-45.5-30-71.5-82.3-71.5L1566.4,166.1L1566.4,166.1z M1623,130.5c76.7,0,122.6,40.9,122.6,109.3c0,49-32.1,106.2-122.6,106.2h-96.8V130.5h46.3H1623z M2322.1,346h-48.4l-48.3-63.1h-47V346h-40V173.4h113.2c39,0,62.2,20.7,62.2,55.4c0,20.8-11.6,44.1-42,51.4L2322.1,346z M2253.8,247.6c8.3,0,22.2-2.6,22.2-19.7c0-12.2-8.1-19.2-22.2-19.2h-73.2v38.8L2253.8,247.6z M1386.5,346l-104.1-117.6V346h-40V173.4h39.7l104.5,116.4V173.4h40.1V346H1386.5z"/></g></svg>');
}

.logo-new-holland {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" baseProfile="basic" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 154.7 48" xml:space="preserve"><g><path fill="%23FCC81E" d="M69.8,0h15.1c0.2,0,0.4,0.1,0.6,0.1c1.2,0,2.4,0,3.5,0c1.2,0,2.5,0,3.7,0c1,0,2,0,3,0c1.3,0,2.7,0,4,0c0.9,0.1,1.9,0,2.8,0c3.5,0,6.9,0.1,10.4,0.2c8.4,0.2,16.9,0.4,25.3,0.8c2.1,0.1,4.3,0.2,6.4,0.6c1.3,0.2,2.7,0.6,3.9,1.1c0.6,0.3,1.2,0.5,1.6,1c0.6,0.6,1.1,1.4,1.5,2.2c0.7,1.3,1.1,2.7,1.5,4.1c1,3.8,1.4,7.8,1.6,11.8c0.1,4.2-0.1,8.3-0.8,12.4c-16.2-1.6-32.5-2.6-48.8-3.1c-8.8-0.3-17.5-0.4-26.3-0.4c-15.8,0-31.6,0.3-47.3,1.2C21.3,32.6,11,33.4,0.8,34.4l0,0.1C0.3,31.1,0,27.7,0,24.3c0-4.1,0.3-8.2,1.1-12.3c0.4-1.9,0.9-3.9,1.8-5.7c0.5-1,1.1-2,1.9-2.7C5.4,3.2,6.1,3,6.7,2.7c2.1-0.8,4.3-1.1,6.4-1.3c4.4-0.3,8.8-0.5,13.2-0.7c8-0.3,16-0.4,24-0.5c0.8,0,1.6,0,2.4,0c1.4,0,2.8,0,4.2,0c1.3-0.1,2.5,0,3.8-0.1c1.3,0,2.6,0,3.9,0c1.6,0,3.2,0,4.7,0C69.5,0.1,69.6,0,69.8,0z M20.8,7.6c-1.2,0.1-2.3,0.4-3.4,0.9c-0.2,0.1-0.5,0.2-0.6,0.5c-0.1,0.2,0,0.4,0.1,0.5c1.6,1.5,3.1,3,4.7,4.5c0.1,0.1,0.3,0.2,0.4,0.1c0.2-0.1,0.2-0.3,0.2-0.5c0-1.8,0-3.7-0.2-5.5c0-0.2-0.1-0.4-0.3-0.5C21.5,7.4,21.2,7.5,20.8,7.6z M23.9,7.6c-0.2,0.1-0.3,0.3-0.3,0.5c-0.1,1.8-0.1,3.7-0.1,5.5c0,0.2,0.1,0.5,0.4,0.4c0.3-0.2,0.4-0.4,0.7-0.6c1.4-1.3,2.8-2.7,4.2-4c0.1-0.1,0.3-0.3,0.2-0.5c-0.1-0.3-0.4-0.4-0.7-0.5c-1.2-0.5-2.4-0.8-3.7-0.9C24.3,7.5,24.1,7.5,23.9,7.6z M15.6,10c-0.3,0.1-0.4,0.4-0.6,0.6c-0.4,0.7-0.8,1.4-1,2.2c-0.1,0.4-0.2,0.8,0,1.1c0.1,0.3,0.3,0.5,0.5,0.7c2.4,2.3,4.8,4.6,7.2,6.9c0.1,0.2,0.5,0.1,0.5-0.1c0-0.6,0-1.2,0-1.8c0-1.1-0.3-2.2-0.8-3.2c-0.5-1.2-1.3-2.2-2.1-3.1c-1-1-2.1-2-3.1-3C16,10,15.8,9.9,15.6,10z M29.8,10c-0.2,0.1-0.3,0.3-0.5,0.4c-0.7,0.7-1.4,1.4-2.1,2.1c-0.7,0.7-1.4,1.4-2,2.2c-0.7,1-1.2,2.1-1.4,3.3c-0.2,0.9-0.2,1.9-0.2,2.9c0,0.2,0,0.4,0,0.5c0.1,0.2,0.3,0.2,0.5,0.1c2.5-2.4,4.9-4.7,7.4-7.1c0.2-0.2,0.4-0.5,0.4-0.8c0-0.5-0.1-1-0.3-1.5c-0.2-0.7-0.5-1.3-1-1.8C30.4,10,30.1,9.8,29.8,10z M37.2,13c-0.2,0-0.2,0.2-0.2,0.3c0,3.4,0,6.8,0,10.3c0,0.1,0,0.3,0.1,0.3c1,0,2.1,0,3.1,0c0.1,0,0.2-0.1,0.2-0.2c0-1.7,0-3.5,0-5.2c0.7,1.2,1.4,2.3,2,3.5c0.4,0.6,0.7,1.3,1.2,2c0.9,0,1.8,0,2.7,0c0.1,0,0.2-0.1,0.2-0.2c0-3.5,0-6.9,0-10.4c0-0.1,0-0.3-0.1-0.3c-1,0-2,0-3.1,0c-0.1,0-0.3,0.1-0.2,0.2c0,1.7,0,3.5,0,5.2c-1-1.8-2.1-3.5-3.1-5.3c-0.1-0.2-0.3-0.1-0.4-0.1C38.9,13,38.1,12.9,37.2,13z M48.7,13.7c-0.6,0.7-0.8,1.7-0.9,2.6c-0.1,1.3-0.1,2.6,0,3.9c0.1,0.9,0.3,1.9,0.9,2.7c0.4,0.6,1.1,0.8,1.8,0.8c1.7,0,3.5,0,5.2,0c0.1,0,0.3,0,0.3-0.2c0-0.6,0-1.1,0-1.7c0-0.1-0.2-0.2-0.3-0.2c-1.2,0-2.4,0-3.6,0c-0.3,0-0.5-0.3-0.6-0.5c-0.2-0.6-0.3-1.3-0.3-2c1.4,0,2.7,0,4.1,0c0.1,0,0.3,0,0.3-0.1c0-0.5,0-1.1,0-1.6c0-0.1,0-0.3-0.1-0.3c-1.4,0-2.8,0-4.2,0c0-0.7,0.1-1.4,0.3-2c0.1-0.2,0.3-0.5,0.6-0.5c1.2,0,2.5,0,3.7,0c0.1,0,0.2-0.1,0.2-0.2c-0.1-0.4-0.2-0.9-0.2-1.3c0-0.1,0-0.3-0.2-0.3c-1.7,0-3.4,0-5.1,0C49.8,12.9,49.2,13.1,48.7,13.7z M56.7,13.2c0.6,3.4,1.2,6.9,1.8,10.3c0,0.1,0.1,0.3,0.2,0.2c1.1,0,2.2,0,3.3,0c0.1,0,0.4,0,0.4-0.2c0.4-2.1,0.8-4.3,1.2-6.4c0.4,2.1,0.8,4.3,1.2,6.4c0,0.2,0.2,0.2,0.3,0.2c1.1,0,2.2,0,3.4,0c0.1,0,0.2-0.2,0.2-0.3c0.6-3.2,1.2-6.5,1.7-9.7c0-0.3,0.1-0.5,0.1-0.8c-0.1-0.1-0.2-0.1-0.4-0.1c-0.9,0-1.8,0-2.7,0c-0.1,0-0.2,0.1-0.2,0.2c-0.4,2.1-0.7,4.2-1,6.3c-0.4-2.1-0.7-4.1-1.1-6.2c0-0.1,0-0.3-0.2-0.2c-0.9,0-1.9,0-2.8,0C62,13,62.1,13.2,62,13.4c-0.4,2-0.7,4-1.1,6c0-0.2,0-0.4-0.1-0.6c-0.3-1.9-0.6-3.8-1-5.8c0-0.1-0.1-0.2-0.2-0.2c-0.9,0-1.9,0-2.8,0C56.7,12.9,56.7,13.1,56.7,13.2L56.7,13.2z M74.7,13.2c0,3.5,0,6.9,0,10.4c0,0.1,0,0.3,0.2,0.2c1,0,1.9,0,2.9,0c0.1,0,0.4,0,0.4-0.2c0-1.4,0-2.8,0-4.3c0.9,0,1.9,0,2.8,0c0,1.4,0,2.8,0,4.3c0,0.2,0.2,0.2,0.3,0.2c1,0,1.9,0,2.9,0c0.1,0,0.3,0,0.2-0.2c0-3.5,0-7,0-10.5c0-0.1-0.1-0.2-0.2-0.2c-1,0-2,0-3,0c-0.2,0-0.2,0.1-0.2,0.3c0,1.3,0,2.7,0,4.1c-0.9,0-1.9,0-2.8,0c0-1.4,0-2.7,0-4.1c0-0.2-0.2-0.2-0.3-0.2c-1,0-2,0-3,0C74.7,12.9,74.7,13.1,74.7,13.2z M87.5,13c-0.7,0.1-1.2,0.6-1.5,1.3c-0.5,1-0.6,2.1-0.6,3.2c0,1.3,0,2.6,0.2,3.9c0.2,0.7,0.4,1.5,1,2c0.5,0.4,1.1,0.5,1.7,0.5c1.1,0,2.1,0,3.2,0c0.6,0,1.1,0,1.7-0.1c0.6-0.1,1.2-0.6,1.5-1.1c0.5-0.9,0.6-1.9,0.7-2.8c0.1-1.3,0.1-2.5-0.1-3.8c-0.1-0.8-0.3-1.7-0.9-2.3c-0.4-0.5-1.1-0.7-1.7-0.7c-1.4,0-2.9,0-4.3,0C88,12.9,87.8,12.9,87.5,13L87.5,13z M96.5,13.2c0,3.5,0,6.9,0,10.4c0,0.2,0.1,0.3,0.3,0.3c1.9,0,3.8,0,5.7,0c0.1,0,0.3,0,0.3-0.2c0-0.6,0-1.2,0-1.8l-0.1-0.1c-0.9,0-1.8,0-2.7,0c0-2.9,0-5.7,0-8.6c0-0.1-0.1-0.3-0.2-0.3c-1,0-2,0-3.1,0C96.5,12.9,96.5,13,96.5,13.2z M103.7,13.2c0,3.5,0,6.9,0,10.4c0,0.1,0.1,0.3,0.2,0.2c1.7,0,3.5,0,5.2,0c0.1,0,0.3,0,0.3-0.1c0.2-0.6,0.3-1.1,0.4-1.7l-0.1-0.1c-0.9,0-1.8,0-2.7,0c0-2.9,0-5.8,0-8.7c0-0.2-0.2-0.2-0.4-0.2c-1,0-1.9,0-2.9,0C103.7,12.9,103.7,13.1,103.7,13.2z M113,13.1c-0.9,3.4-1.8,6.8-2.7,10.2c0,0.1-0.1,0.2,0,0.3c0.1,0.1,0.3,0.1,0.4,0.1c0.9,0,1.8,0,2.7,0c0.1,0,0.2-0.2,0.2-0.3c0.2-0.7,0.3-1.3,0.5-2c1,0,1.9,0,2.9,0c0.2,0.7,0.3,1.4,0.5,2.1c0,0.2,0.2,0.2,0.3,0.2c0.8,0,1.7,0,2.5,0c0.1,0,0.3,0,0.4,0c0.1-0.1,0-0.3,0-0.4c-0.8-2.8-1.5-5.7-2.3-8.5c-0.2-0.6-0.3-1.3-0.5-1.9c-0.2,0-0.4,0-0.6,0c-1.4,0-2.7,0-4.1,0C113.1,12.9,113.1,13,113,13.1z M121.4,13.2c0,3.5,0,6.9,0,10.4c0,0.1,0.1,0.3,0.2,0.2c1,0,1.9,0,2.9,0c0.1,0,0.3,0,0.3-0.2c0-1.8,0-3.5,0-5.3c1.1,1.7,2.1,3.5,3.1,5.3c0.1,0.1,0.1,0.2,0.3,0.2c0.9,0,1.8,0,2.6,0l0.1-0.1c0-3.5,0-7,0-10.4c0-0.1,0-0.4-0.2-0.3c-1,0-2.1,0-3.1,0l-0.1,0.1c0,1.8,0,3.6,0,5.4c-1.1-1.8-2.1-3.6-3.1-5.3c-0.1-0.2-0.3-0.1-0.4-0.1c-0.8,0-1.6,0-2.4,0C121.4,12.9,121.4,13.1,121.4,13.2L121.4,13.2z M132.5,12.9c-0.1,0.1-0.1,0.2-0.1,0.3c0,3.4,0,6.8,0,10.2c0,0.1,0,0.2,0.1,0.3c0.2,0,0.4,0,0.5,0c1.5,0,2.9,0,4.4,0c0.7,0,1.4,0,2-0.1c0.6-0.2,1.2-0.5,1.6-1c0.5-0.6,0.8-1.4,0.9-2.2c0.2-0.9,0.2-1.9,0.2-2.8c-0.1-0.9-0.2-1.8-0.5-2.6c-0.3-0.6-0.7-1.2-1.2-1.6c-0.5-0.3-1.1-0.5-1.7-0.5c-1.6,0-3.2,0-4.8,0C133.5,12.9,133,12.9,132.5,12.9z M13.9,15.7c-0.1,0-0.2,0.2-0.2,0.3c-0.1,1.5-0.1,3,0.1,4.4c0.2,1.5,0.8,3,1.9,4.1c1.3,1.3,3.1,1.9,4.9,2.2c0.4,0,0.9,0.2,1.3,0.1c0.3-0.1,0.4-0.4,0.3-0.7c-0.2-1.6-1-3-1.9-4.2c-0.8-1.1-1.8-1.9-2.7-2.8c-1.1-1.1-2.2-2.1-3.3-3.2C14.2,15.7,14,15.6,13.9,15.7z M31.6,15.7c-0.2,0.1-0.3,0.3-0.4,0.4c-1.4,1.3-2.7,2.6-4.1,3.9c-0.9,0.9-1.7,1.9-2.4,2.9c-0.6,1-1.2,2.2-1.2,3.4c0,0.4,0.5,0.5,0.8,0.4c1.4-0.1,2.7-0.4,4-1c1.3-0.6,2.3-1.6,3-2.9c0.6-1.1,0.7-2.4,0.8-3.6c0.1-1.1,0.1-2.2,0-3.4C32,15.7,31.8,15.6,31.6,15.7z M89.5,14.7c0.2-0.1,0.5,0,0.7-0.1c0.3,0,0.6,0,1,0c0.3,0.1,0.4,0.5,0.5,0.8c0.2,0.9,0.2,1.8,0.2,2.8c0,0.9,0,1.9-0.3,2.8c-0.1,0.3-0.3,0.7-0.6,0.7c-0.4,0-0.9,0-1.3,0c-0.4,0-0.5-0.4-0.6-0.7c-0.2-0.8-0.3-1.6-0.3-2.5c0-1,0-2.1,0.2-3.1C89.1,15.3,89.2,14.9,89.5,14.7z M135.9,14.8c0.6,0,1.1,0,1.7,0c0.4,0,0.6,0.4,0.8,0.7c0.3,0.7,0.4,1.5,0.4,2.3c0,0.9-0.1,1.8-0.4,2.6c-0.2,0.5-0.6,1-1.1,1.3c-0.4,0.2-0.9,0.2-1.4,0.2C135.9,19.5,135.9,17.1,135.9,14.8z M114.6,19.4c0.3-1.4,0.6-2.7,1-4.1c0.3,1.4,0.6,2.7,1,4.1C115.8,19.4,115.2,19.4,114.6,19.4z"/><path fill="%23254098" d="M31.5,32.1c15.8-0.8,31.5-1.2,47.3-1.2c8.8,0,17.5,0.1,26.3,0.4c16.3,0.5,32.5,1.4,48.8,3.1c-0.4,2.4-1,4.9-2,7.1c-0.6,1.2-1.3,2.5-2.5,3.1c-1.4,0.7-2.9,1.2-4.4,1.5c-2.2,0.4-4.4,0.6-6.6,0.7c-6.3,0.4-12.7,0.5-19,0.7c-5.6,0.1-11.1,0.2-16.7,0.3c-1.1,0-2.1,0.1-3.2,0c-1,0.1-1.9,0-2.9,0c-1.1,0.1-2.2,0-3.3,0c-1.1,0.1-2.2,0-3.4,0c-0.8,0-1.7,0.1-2.5,0c-2.3,0-4.7,0-7,0c-2.1,0-4.2,0-6.3,0c-2.6-0.1-5.3,0-7.9,0c-1.5-0.1-2.9,0-4.4,0c-0.6,0-1.1,0-1.7,0c-1.4,0-2.8,0-4.2,0c-0.9-0.1-1.7,0-2.6,0c-0.8-0.1-1.7,0-2.5,0c-5-0.1-10-0.2-15-0.3c-6.9-0.2-13.8-0.3-20.6-0.8c-1.9-0.1-3.9-0.3-5.8-0.7c-1.5-0.3-2.9-0.7-4.2-1.4c-0.6-0.3-1.1-0.9-1.5-1.4c-0.6-0.8-1-1.8-1.4-2.7c-0.8-1.9-1.2-4-1.6-6l0-0.1C11,33.4,21.3,32.6,31.5,32.1z M46.3,36.1c-0.8,0.5-1.3,1.2-1.6,2.1c-0.4,1.2-0.2,2.6,0.5,3.7c0.7,0.9,1.8,1.5,2.9,1.6c1.3,0.1,2.5-0.1,3.7-0.6c0-1.1,0-2.2,0-3.4c-0.9,0-1.8,0-2.7,0c0,0.3,0,0.7,0,1c0.5,0,1,0,1.5,0c0,0.6,0,1.1,0,1.7c-1.3,0.5-2.9,0.5-4-0.4c-1.3-1-1.4-3.2-0.3-4.4c0.5-0.6,1.4-1,2.2-1c1.1,0,2.1,0.3,3,0.8c0-0.4,0-0.8,0-1.1c-0.5-0.2-1.1-0.4-1.7-0.6C48.7,35.2,47.4,35.4,46.3,36.1z M66.6,36.2c-0.9,0.7-1.5,1.7-1.7,2.9c-0.1,0.9,0.1,1.9,0.7,2.7c0.6,0.9,1.7,1.6,2.8,1.7c1.3,0.2,2.6,0,3.7-0.7c0-0.4,0-0.8,0-1.2c-0.8,0.5-1.8,0.9-2.8,0.9c-0.8,0-1.7-0.2-2.3-0.8c-1.2-1.1-1.3-3.3,0-4.4c0.5-0.6,1.3-0.8,2.1-0.9c1.1-0.1,2.1,0.3,3,0.8c0-0.4,0-0.8,0-1.2c-0.5-0.2-1.1-0.4-1.6-0.5C69.1,35.2,67.7,35.4,66.6,36.2z M39.5,35.5c-1.1,2.7-2.3,5.3-3.4,8c0.4,0,0.8,0,1.1,0c0.3-0.8,0.7-1.6,1-2.4c1.1,0,2.3,0,3.4,0c0.3,0.7,0.6,1.4,1,2.1c0,0.1,0.1,0.2,0.2,0.2c0.4,0,0.7,0,1.1,0c-1.2-2.7-2.4-5.3-3.6-8C40,35.5,39.8,35.5,39.5,35.5z M54.1,35.5c0,2.7,0,5.3,0,8h1.1c0-1.2,0-2.3,0-3.5c0.4,0,0.9,0,1.3,0.2c0.4,0.3,0.7,0.6,0.9,1c0.5,0.7,1,1.5,1.5,2.3h1.3c-0.3-0.4-0.6-0.8-0.9-1.2c-0.6-0.9-1.1-1.9-2-2.6c0.4-0.2,0.7-0.4,1-0.7c0.5-0.7,0.5-1.8,0-2.5c-0.4-0.5-1-0.8-1.6-0.9C55.8,35.4,54.9,35.5,54.1,35.5z M61.7,35.5c0,2.7,0,5.3,0,8c0.4,0,0.7,0,1.1,0c0-2.7,0-5.3,0-8C62.5,35.5,62.1,35.5,61.7,35.5z M74,35.5c0,1.5,0,2.9,0,4.4c0,0.5,0,1,0.1,1.5c0.2,0.7,0.7,1.4,1.4,1.7c0.9,0.5,1.9,0.5,2.8,0.4c0.8-0.1,1.5-0.5,2-1.2c0.4-0.6,0.6-1.4,0.6-2.1c0-1.6,0-3.1,0-4.7c-0.4,0-0.7,0-1.1,0c0,0.1,0,0.2,0,0.2c0,1.6,0,3.1,0,4.7c0,0.6-0.1,1.2-0.5,1.6c-0.5,0.5-1.2,0.6-1.9,0.6c-0.7,0-1.5-0.3-1.9-0.9c-0.3-0.4-0.3-0.9-0.3-1.3c0-1.6,0-3.2,0-4.9C74.7,35.5,74.3,35.5,74,35.5z M83,35.5c0,2.7,0,5.3,0,8c1.6,0,3.2,0,4.8,0v-1c-1.2,0-2.4,0-3.6,0c0-2.3,0-4.7,0-7C83.8,35.5,83.4,35.5,83,35.5z M87.4,35.5c0,0.3,0,0.7,0,1h2.7v7c0.4,0,0.8,0,1.1,0c0-2.3,0-4.7,0-7c0.9,0,1.8,0,2.8,0c0-0.3,0-0.7,0-1C91.8,35.5,89.6,35.5,87.4,35.5L87.4,35.5z M95.6,35.5c0,1.7,0,3.4,0,5.1c0,0.7,0.3,1.5,0.8,2c0.6,0.6,1.3,0.9,2.1,0.9c0.8,0.1,1.7,0,2.4-0.4c0.7-0.3,1.2-1,1.4-1.7c0.2-0.7,0.1-1.5,0.2-2.3c0-1.2,0-2.5,0-3.7c-0.4,0-0.8,0-1.1,0c0,1.4,0,2.8,0,4.2c0,0.6,0.1,1.2-0.2,1.8c-0.2,0.5-0.8,0.8-1.4,1c-0.8,0.2-1.7,0.1-2.3-0.4c-0.3-0.2-0.6-0.6-0.6-0.9c-0.1-0.5-0.1-1.1-0.1-1.6v-4.1C96.3,35.5,95.9,35.5,95.6,35.5z M104.6,35.5c0,2.7,0,5.3,0,8c0.4,0,0.8,0,1.1,0V40c0.3,0,0.7,0,1,0.1c0.5,0.2,0.9,0.7,1.2,1.2c0.5,0.7,1,1.5,1.5,2.2c0.4,0,0.9,0,1.3,0c-0.4-0.6-0.9-1.2-1.2-1.8c-0.4-0.7-0.9-1.5-1.6-2c0.3-0.1,0.6-0.3,0.8-0.5c0.8-0.8,0.7-2.3-0.2-3c-0.6-0.5-1.3-0.6-2.1-0.6C105.9,35.5,105.3,35.5,104.6,35.5z M112.3,35.5c0,2.7,0,5.3,0,8c1.5,0,3.1,0,4.6,0c0-0.3,0-0.7,0-1c-1.2,0-2.3,0-3.5,0c0-0.8,0-1.7,0-2.5c1.1,0,2.2,0,3.3,0c0-0.3,0-0.7,0-1c-1.1,0-2.2,0-3.3,0c0-0.8,0-1.6,0-2.4c1.1,0,2.3,0,3.4,0c0-0.3,0-0.7,0-1C115.3,35.5,113.8,35.5,112.3,35.5z M55.2,36.5c0.6,0,1.3-0.1,1.9,0.3c0.6,0.5,0.6,1.7-0.2,2c-0.5,0.3-1.2,0.2-1.7,0.2C55.2,38.1,55.2,37.3,55.2,36.5z M105.8,36.5c0.6,0,1.2-0.1,1.7,0.2c0.7,0.3,0.8,1.5,0.2,2c-0.5,0.5-1.3,0.3-2,0.4V36.5z M39.6,37.7c0.1-0.2,0.1-0.3,0.2-0.5c0.4,1,0.9,1.9,1.3,2.9c-0.8,0-1.7,0-2.5,0C39,39.3,39.3,38.5,39.6,37.7z M31.6,15.7c0.1-0.1,0.4,0,0.4,0.2c0.1,1.1,0.1,2.2,0,3.4c-0.1,1.2-0.2,2.5-0.8,3.6c-0.6,1.3-1.7,2.3-3,2.9c-1.2,0.6-2.6,0.9-4,1c-0.3,0-0.8-0.1-0.8-0.4c0-1.2,0.6-2.4,1.2-3.4c0.7-1.1,1.5-2.1,2.4-2.9c1.4-1.3,2.7-2.6,4.1-3.9C31.3,15.9,31.5,15.8,31.6,15.7z M13.9,15.7c0.2-0.1,0.3,0.1,0.4,0.2c1.1,1.1,2.2,2.1,3.3,3.2c0.9,0.9,1.9,1.8,2.7,2.8c0.9,1.2,1.8,2.7,1.9,4.2c0.1,0.3,0,0.6-0.3,0.7c-0.4,0.1-0.9,0-1.3-0.1c-1.8-0.2-3.6-0.9-4.9-2.2c-1.1-1.1-1.7-2.6-1.9-4.1c-0.2-1.5-0.3-3-0.1-4.4C13.7,15.8,13.7,15.7,13.9,15.7z M135.9,14.8c0,2.4,0,4.7,0,7.1c0.5,0,0.9,0,1.4-0.2c0.5-0.2,0.9-0.7,1.1-1.3c0.3-0.8,0.4-1.7,0.4-2.6c0-0.8-0.1-1.6-0.4-2.3c-0.2-0.3-0.4-0.7-0.8-0.7C137,14.8,136.4,14.8,135.9,14.8z M132.5,12.9c0.5-0.1,1,0,1.4,0c1.6,0,3.2,0,4.8,0c0.6,0,1.2,0.2,1.7,0.5c0.6,0.4,1,1,1.2,1.6c0.3,0.8,0.5,1.7,0.5,2.6c0,0.9,0,1.9-0.2,2.8c-0.2,0.8-0.4,1.6-0.9,2.2c-0.4,0.5-1,0.9-1.6,1c-0.7,0.2-1.4,0.1-2,0.1c-1.5,0-2.9,0-4.4,0c-0.2,0-0.4,0-0.5,0c-0.1-0.1-0.1-0.2-0.1-0.3c0-3.4,0-6.8,0-10.2C132.4,13.1,132.4,13,132.5,12.9z M121.4,13.2c0-0.1,0-0.3,0.1-0.2c0.8,0,1.6,0,2.4,0c0.2,0,0.4,0,0.4,0.1c1,1.8,2.1,3.6,3.1,5.3c0-1.8,0-3.6,0-5.4c0,0,0.1-0.1,0.1-0.1c1,0,2.1,0,3.1,0c0.2,0,0.2,0.2,0.2,0.3c0,3.5,0,7,0,10.4l-0.1,0.1c-0.9,0-1.8,0-2.6,0c-0.1,0-0.2-0.1-0.3-0.2c-1-1.8-2-3.5-3.1-5.3c0,1.8,0,3.5,0,5.3c0,0.2-0.2,0.2-0.3,0.2c-1,0-1.9,0-2.9,0c-0.2,0-0.2-0.1-0.2-0.2C121.4,20.1,121.4,16.6,121.4,13.2L121.4,13.2z M114.6,19.4c0.6,0,1.3,0,1.9,0c-0.3-1.4-0.6-2.7-1-4.1C115.2,16.7,114.9,18,114.6,19.4z M113,13.1c0-0.1,0.1-0.2,0.2-0.2c1.4,0,2.7,0,4.1,0c0.2,0,0.4,0,0.6,0c0.2,0.6,0.3,1.3,0.5,1.9c0.8,2.8,1.5,5.7,2.3,8.5c0,0.1,0.1,0.3,0,0.4c-0.1,0.1-0.3,0-0.4,0c-0.8,0-1.7,0-2.5,0c-0.1,0-0.3,0-0.3-0.2c-0.2-0.7-0.3-1.4-0.5-2.1c-1,0-1.9,0-2.9,0c-0.2,0.7-0.3,1.3-0.5,2c0,0.1,0,0.3-0.2,0.3c-0.9,0-1.8,0-2.7,0c-0.1,0-0.3,0-0.4-0.1c0-0.1,0-0.2,0-0.3C111.2,19.9,112.1,16.5,113,13.1z M103.7,13.2c0-0.1,0-0.3,0.2-0.2c1,0,1.9,0,2.9,0c0.1,0,0.4,0,0.4,0.2c0,2.9,0,5.8,0,8.7c0.9,0,1.8,0,2.7,0l0.1,0.1c-0.1,0.6-0.3,1.1-0.4,1.7c0,0.2-0.2,0.1-0.3,0.1c-1.7,0-3.5,0-5.2,0c-0.2,0-0.3-0.1-0.2-0.2C103.7,20.1,103.7,16.6,103.7,13.2z M96.5,13.2c0-0.1,0-0.3,0.2-0.3c1,0,2,0,3.1,0c0.2,0,0.2,0.1,0.2,0.3c0,2.9,0,5.7,0,8.6c0.9,0,1.8,0,2.7,0l0.1,0.1c0,0.6,0,1.2,0,1.8c0,0.2-0.2,0.2-0.3,0.2c-1.9,0-3.8,0-5.7,0c-0.2,0-0.3-0.1-0.3-0.3C96.5,20.1,96.5,16.6,96.5,13.2z M89.5,14.7c-0.3,0.2-0.4,0.5-0.5,0.8c-0.2,1-0.2,2-0.2,3.1c0,0.8,0,1.7,0.3,2.5c0.1,0.3,0.3,0.7,0.6,0.7c0.4,0,0.9,0,1.3,0c0.4,0,0.5-0.4,0.6-0.7c0.3-0.9,0.3-1.9,0.3-2.8c0-0.9,0-1.9-0.2-2.8c-0.1-0.3-0.2-0.7-0.5-0.8c-0.3-0.1-0.6,0-1,0C90,14.7,89.8,14.6,89.5,14.7z M87.5,13c0.2-0.1,0.5-0.1,0.8-0.1c1.4,0,2.9,0,4.3,0c0.6,0,1.3,0.2,1.7,0.7c0.6,0.6,0.8,1.5,0.9,2.3c0.2,1.3,0.2,2.5,0.1,3.8c-0.1,1-0.2,2-0.7,2.8c-0.3,0.6-0.8,1-1.5,1.1c-0.6,0.1-1.1,0.1-1.7,0.1c-1.1,0-2.1,0-3.2,0c-0.6,0-1.2-0.1-1.7-0.5c-0.6-0.5-0.9-1.3-1-2c-0.3-1.3-0.3-2.6-0.2-3.9c0.1-1.1,0.2-2.2,0.6-3.2C86.3,13.6,86.9,13.1,87.5,13L87.5,13z M74.7,13.2c0-0.1,0-0.3,0.2-0.3c1,0,2,0,3,0c0.1,0,0.3,0,0.3,0.2c0,1.4,0,2.7,0,4.1c0.9,0,1.9,0,2.8,0c0-1.4,0-2.7,0-4.1c0-0.1,0.1-0.3,0.2-0.3c1,0,2,0,3,0c0.1,0,0.3,0,0.2,0.2c0,3.5,0,7,0,10.5c0,0.1-0.1,0.2-0.2,0.2c-1,0-1.9,0-2.9,0c-0.1,0-0.3,0-0.3-0.2c0-1.4,0-2.8,0-4.3c-0.9,0-1.9,0-2.8,0c0,1.4,0,2.8,0,4.3c0,0.2-0.2,0.2-0.4,0.2c-1,0-1.9,0-2.9,0c-0.1,0-0.2-0.1-0.2-0.2C74.7,20.1,74.7,16.6,74.7,13.2z M56.7,13.2c0-0.1,0-0.3,0.1-0.3c0.9,0,1.9,0,2.8,0c0.1,0,0.2,0.1,0.2,0.2c0.3,1.9,0.6,3.8,1,5.8c0,0.2,0.1,0.4,0.1,0.6c0.4-2,0.7-4,1.1-6c0-0.2,0-0.4,0.1-0.5c0.9,0,1.9,0,2.8,0c0.2,0,0.2,0.1,0.2,0.2c0.4,2.1,0.7,4.1,1.1,6.2c0.4-2.1,0.7-4.2,1-6.3c0-0.1,0.1-0.2,0.2-0.2c0.9,0,1.8,0,2.7,0c0.1,0,0.3,0,0.4,0.1c0,0.3-0.1,0.5-0.1,0.8c-0.6,3.2-1.2,6.5-1.7,9.7c0,0.1,0,0.3-0.2,0.3c-1.1,0-2.2,0-3.4,0c-0.1,0-0.3,0-0.3-0.2c-0.4-2.1-0.8-4.3-1.2-6.4c-0.4,2.1-0.8,4.3-1.2,6.4c0,0.2-0.2,0.2-0.4,0.2c-1.1,0-2.2,0-3.3,0c-0.2,0-0.2-0.1-0.2-0.2C57.9,20.1,57.3,16.7,56.7,13.2z M48.7,13.7c0.4-0.5,1.1-0.8,1.8-0.8c1.7,0,3.4,0,5.1,0c0.1,0,0.2,0.2,0.2,0.3c0.1,0.4,0.2,0.9,0.2,1.3c0,0.1,0,0.2-0.2,0.2c-1.2,0-2.5,0-3.7,0c-0.3,0-0.5,0.3-0.6,0.5c-0.3,0.6-0.3,1.3-0.3,2c1.4,0,2.8,0,4.2,0c0.1,0,0.1,0.2,0.1,0.3c0,0.5,0,1.1,0,1.6c0,0.1-0.2,0.1-0.3,0.1c-1.4,0-2.7,0-4.1,0c0,0.7,0.1,1.4,0.3,2c0.1,0.3,0.3,0.5,0.6,0.5c1.2,0,2.4,0,3.6,0c0.1,0,0.3,0,0.3,0.2c0,0.6,0,1.1,0,1.7c0,0.2-0.2,0.2-0.3,0.2c-1.7,0-3.5,0-5.2,0c-0.7,0-1.4-0.3-1.8-0.8c-0.6-0.8-0.8-1.8-0.9-2.7c-0.1-1.3-0.1-2.6,0-3.9C47.9,15.4,48.1,14.4,48.7,13.7L48.7,13.7z M37.2,13c0.8,0,1.6,0,2.5,0c0.1,0,0.3,0,0.4,0.1c1,1.8,2.1,3.5,3.1,5.3c0-1.7,0-3.5,0-5.2c0-0.1,0.1-0.2,0.2-0.2c1,0,2,0,3.1,0c0.1,0,0.1,0.2,0.1,0.3c0,3.5,0,6.9,0,10.4c0,0.1-0.1,0.2-0.2,0.2c-0.9,0-1.8,0-2.7,0c-0.4-0.6-0.8-1.3-1.2-2c-0.7-1.2-1.4-2.3-2-3.5c0,1.7,0,3.5,0,5.2c0,0.1-0.1,0.2-0.2,0.2c-1,0-2.1,0-3.1,0c-0.1,0-0.1-0.2-0.1-0.3c0-3.4,0-6.8,0-10.3C37.1,13.1,37.1,13,37.2,13z M29.8,10c0.3-0.1,0.6,0.1,0.8,0.3c0.4,0.5,0.7,1.2,1,1.8c0.2,0.5,0.3,1,0.3,1.5c0,0.3-0.2,0.6-0.4,0.8c-2.5,2.4-4.9,4.7-7.4,7.1c-0.1,0.1-0.4,0.1-0.5-0.1c-0.1-0.2,0-0.4,0-0.5c0-1,0-1.9,0.2-2.9c0.3-1.2,0.7-2.3,1.4-3.3c0.6-0.8,1.3-1.6,2-2.2c0.7-0.7,1.4-1.4,2.1-2.1C29.5,10.3,29.6,10.1,29.8,10z M15.6,10c0.2-0.1,0.4,0,0.6,0.2c1,1,2.1,2,3.1,3c0.9,0.9,1.7,1.9,2.1,3.1c0.4,1,0.7,2.1,0.8,3.2c0,0.6,0.1,1.2,0,1.8c0,0.2-0.4,0.3-0.5,0.1c-2.4-2.3-4.8-4.6-7.2-6.9c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.4-0.1-0.7,0-1.1c0.2-0.8,0.5-1.6,1-2.2C15.1,10.3,15.3,10.1,15.6,10z M23.9,7.6c0.2-0.1,0.4-0.1,0.6-0.1c1.3,0.1,2.5,0.4,3.7,0.9c0.2,0.1,0.5,0.2,0.7,0.5c0.1,0.2,0,0.4-0.2,0.5c-1.4,1.3-2.8,2.7-4.2,4c-0.2,0.2-0.4,0.5-0.7,0.6c-0.2,0.1-0.4-0.2-0.4-0.4c0-1.9,0-3.7,0.1-5.5C23.7,7.9,23.7,7.7,23.9,7.6z M20.8,7.6c0.3,0,0.6-0.1,0.9,0c0.2,0.1,0.3,0.3,0.3,0.5c0.1,1.8,0.1,3.7,0.2,5.5c0,0.2,0,0.4-0.2,0.5c-0.2,0-0.3,0-0.4-0.1c-1.6-1.5-3.1-3-4.7-4.5c-0.1-0.1-0.2-0.3-0.1-0.5c0.1-0.3,0.4-0.4,0.6-0.5C18.5,8,19.7,7.7,20.8,7.6z"/><path fill="%23FFFFFF" d="M46.3,36.1c-0.8,0.5-1.3,1.2-1.6,2.1c-0.4,1.2-0.2,2.6,0.5,3.7c0.7,0.9,1.8,1.5,2.9,1.6c1.3,0.1,2.5-0.1,3.7-0.6c0-1.1,0-2.2,0-3.4c-0.9,0-1.8,0-2.7,0c0,0.3,0,0.7,0,1c0.5,0,1,0,1.5,0c0,0.6,0,1.1,0,1.7c-1.3,0.5-2.9,0.5-4-0.4c-1.3-1-1.4-3.2-0.3-4.4c0.5-0.6,1.4-1,2.2-1c1.1,0,2.1,0.3,3,0.8c0-0.4,0-0.8,0-1.1c-0.5-0.2-1.1-0.4-1.7-0.6C48.7,35.2,47.4,35.4,46.3,36.1z M66.6,36.2c-0.9,0.7-1.5,1.7-1.7,2.9c-0.1,0.9,0.1,1.9,0.7,2.7c0.6,0.9,1.7,1.6,2.8,1.7c1.3,0.2,2.6,0,3.7-0.7c0-0.4,0-0.8,0-1.2c-0.8,0.5-1.8,0.9-2.8,0.9c-0.8,0-1.7-0.2-2.3-0.8c-1.2-1.1-1.3-3.3,0-4.4c0.5-0.6,1.3-0.8,2.1-0.9c1.1-0.1,2.1,0.3,3,0.8c0-0.4,0-0.8,0-1.2c-0.5-0.2-1.1-0.4-1.6-0.5C69.1,35.2,67.7,35.4,66.6,36.2z M39.5,35.5c-1.1,2.7-2.3,5.3-3.4,8c0.4,0,0.8,0,1.1,0c0.3-0.8,0.7-1.6,1-2.4c1.1,0,2.3,0,3.4,0c0.3,0.7,0.6,1.4,1,2.1c0,0.1,0.1,0.2,0.2,0.2c0.4,0,0.7,0,1.1,0c-1.2-2.7-2.4-5.3-3.6-8C40,35.5,39.8,35.5,39.5,35.5z M54.1,35.5c0,2.7,0,5.3,0,8h1.1c0-1.2,0-2.3,0-3.5c0.4,0,0.9,0,1.3,0.2c0.4,0.3,0.7,0.6,0.9,1c0.5,0.7,1,1.5,1.5,2.3h1.3c-0.3-0.4-0.6-0.8-0.9-1.2c-0.6-0.9-1.1-1.9-2-2.6c0.4-0.2,0.7-0.4,1-0.7c0.5-0.7,0.5-1.8,0-2.5c-0.4-0.5-1-0.8-1.6-0.9C55.8,35.4,54.9,35.5,54.1,35.5z M61.7,35.5c0,2.7,0,5.3,0,8c0.4,0,0.7,0,1.1,0c0-2.7,0-5.3,0-8C62.5,35.5,62.1,35.5,61.7,35.5z M74,35.5c0,1.5,0,2.9,0,4.4c0,0.5,0,1,0.1,1.5c0.2,0.7,0.7,1.4,1.4,1.7c0.9,0.5,1.9,0.5,2.8,0.4c0.8-0.1,1.5-0.5,2-1.2c0.4-0.6,0.6-1.4,0.6-2.1c0-1.6,0-3.1,0-4.7c-0.4,0-0.7,0-1.1,0c0,0.1,0,0.2,0,0.2c0,1.6,0,3.1,0,4.7c0,0.6-0.1,1.2-0.5,1.6c-0.5,0.5-1.2,0.6-1.9,0.6c-0.7,0-1.5-0.3-1.9-0.9c-0.3-0.4-0.3-0.9-0.3-1.3c0-1.6,0-3.2,0-4.9C74.7,35.5,74.3,35.5,74,35.5z M83,35.5c0,2.7,0,5.3,0,8c1.6,0,3.2,0,4.8,0v-1c-1.2,0-2.4,0-3.6,0c0-2.3,0-4.7,0-7C83.8,35.5,83.4,35.5,83,35.5z M87.4,35.5c0,0.3,0,0.7,0,1h2.7v7c0.4,0,0.8,0,1.1,0c0-2.3,0-4.7,0-7c0.9,0,1.8,0,2.8,0c0-0.3,0-0.7,0-1C91.8,35.5,89.6,35.5,87.4,35.5L87.4,35.5z M95.6,35.5c0,1.7,0,3.4,0,5.1c0,0.7,0.3,1.5,0.8,2c0.6,0.6,1.3,0.9,2.1,0.9c0.8,0.1,1.7,0,2.4-0.4c0.7-0.3,1.2-1,1.4-1.7c0.2-0.7,0.1-1.5,0.2-2.3c0-1.2,0-2.5,0-3.7c-0.4,0-0.8,0-1.1,0c0,1.4,0,2.8,0,4.2c0,0.6,0.1,1.2-0.2,1.8c-0.2,0.5-0.8,0.8-1.4,1c-0.8,0.2-1.7,0.1-2.3-0.4c-0.3-0.2-0.6-0.6-0.6-0.9c-0.1-0.5-0.1-1.1-0.1-1.6v-4.1C96.3,35.5,95.9,35.5,95.6,35.5z M104.6,35.5c0,2.7,0,5.3,0,8c0.4,0,0.8,0,1.1,0V40c0.3,0,0.7,0,1,0.1c0.5,0.2,0.9,0.7,1.2,1.2c0.5,0.7,1,1.5,1.5,2.2c0.4,0,0.9,0,1.3,0c-0.4-0.6-0.9-1.2-1.2-1.8c-0.4-0.7-0.9-1.5-1.6-2c0.3-0.1,0.6-0.3,0.8-0.5c0.8-0.8,0.7-2.3-0.2-3c-0.6-0.5-1.3-0.6-2.1-0.6C105.9,35.5,105.3,35.5,104.6,35.5z M112.3,35.5c0,2.7,0,5.3,0,8c1.5,0,3.1,0,4.6,0c0-0.3,0-0.7,0-1c-1.2,0-2.3,0-3.5,0c0-0.8,0-1.7,0-2.5c1.1,0,2.2,0,3.3,0c0-0.3,0-0.7,0-1c-1.1,0-2.2,0-3.3,0c0-0.8,0-1.6,0-2.4c1.1,0,2.3,0,3.4,0c0-0.3,0-0.7,0-1C115.3,35.5,113.8,35.5,112.3,35.5z M55.2,36.5c0.6,0,1.3-0.1,1.9,0.3c0.6,0.5,0.6,1.7-0.2,2c-0.5,0.3-1.2,0.2-1.7,0.2C55.2,38.1,55.2,37.3,55.2,36.5z M105.8,36.5c0.6,0,1.2-0.1,1.7,0.2c0.7,0.3,0.8,1.5,0.2,2c-0.5,0.5-1.3,0.3-2,0.4V36.5z M39.6,37.7c0.1-0.2,0.1-0.3,0.2-0.5c0.4,1,0.9,1.9,1.3,2.9c-0.8,0-1.7,0-2.5,0C39,39.3,39.3,38.5,39.6,37.7z"/></g></svg>');
}

.logo-sampo-rosenlew {
  background-image: url('https://www.sampo-rosenlew.fi/wp-content/uploads/2020/07/top_logo@2x.png');
}

.logo-rostselmash {
  background-image: url('data:image/svg+xml,<svg viewBox="0 -7.717442359847457 446.35 36.90795243410423" xmlns="http://www.w3.org/2000/svg" width="2500" height="250"><g fill="%23201600"><path d="M68.72 0H43.51s-3.6 3.61-3.6 10.81 3.6 10.8 3.6 10.8h32.41s3.61-3.6 3.61-10.8S75.92 0 75.92 0zm-1.41 18H52.13a18 18 0 0 1-1.42-7.2 18.18 18.18 0 0 1 1.42-7.2h15.18a18.2 18.2 0 0 1 1.41 7.21A18 18 0 0 1 67.31 18zM93.93 0h-7.2s-3.6 3.6-3.6 10.81 3.6 10.8 3.6 10.8h28.82V18H95.34a18.11 18.11 0 0 1-1.41-7.2 18.11 18.11 0 0 1 1.41-7.2h20.21V0zM165.41 0h-7.2s-3.6 3.6-3.6 10.81 3.6 10.8 3.6 10.8H187V18h-20.2a18.11 18.11 0 0 1-1.41-7.2 18.11 18.11 0 0 1 1.41-7.2H187V0zM129.95 0h-10.81v3.61h10.81v18h10.81V3.6h10.81V0h-10.81zM332.89 8.41l-9-8.41h-10.81v21.61h10.81V5.04l7.2 6.73 1.8 1.68 1.8-1.68 7.2-6.73v16.57h10.82V0h-10.82zM435.55 0v18.01h-7.2V0h-10.81v18.01h-7.21V0h-10.8V21.61H446.35V0zM259.06 0H237.45l-7.2 21.61h10.8l6-18h12.01v18h10.8V0zM307.14 3.6h-22.87V0h-10.81v21.61h33.71A15.87 15.87 0 0 0 308.7 18a19.32 19.32 0 0 0 0-10.8 15.75 15.75 0 0 0-1.56-3.6zM297.89 18h-13.62V7.21h13.6a18.5 18.5 0 0 1 .79 5.43 18.73 18.73 0 0 1-.77 5.36zM33.71 0H0v21.61h10.8V18h22.88a15.84 15.84 0 0 0 1.54-3.6A19.09 19.09 0 0 0 36 9a18.8 18.8 0 0 0-.77-5.38A16.11 16.11 0 0 0 33.71 0zm-9.3 14.41H10.8V3.6h13.63a18.72 18.72 0 0 1 .76 5.4 18.69 18.69 0 0 1-.78 5.41zM385.12 0h-21.61l-7.2 21.61h10.8l1.2-3.6h16.81v3.6h10.8V0zm0 14.41h-15.6l3.59-10.8h12zM197.82 0h-7.19v21.61H226.64v-3.6h-25.21V12.2h18.73V8.6h-18.73v-5h25.21V0h-25.21z"/></g></svg>');
}

.logo-fendt {
  background-image: url('data:image/svg+xml,<svg id="_4C_MASTER" data-name="4C MASTER" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 441.35 83.09"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(%23clip-path);}.cls-3{fill:url(%23radial-gradient);}.cls-4{fill:%23004312;}.cls-5{fill:%23fff;}</style><clipPath id="clip-path" transform="translate(-7.37 -1.26)"><path class="cls-1" d="M154.67,39.26c-19.33.83-38.76,1.92-56.82,3.12L91.73,6.8h68.68l1.3,17H128.93l1.31,9.1H154ZM336.44,6.8H270l-2.53,31.41c10.9.25,21.5.58,31.72,1l2-15.1h8.81c11.61,0,10.36,5,8.93,13.63-.13.83-.25,1.58-.37,2.28,11.12.51,21.65,1.07,31.46,1.64,2-8.63,4.1-17.55,4.1-17.55C356.24,13.11,348.89,6.8,336.44,6.8ZM229.56,37.66,208.93,6.8h-38.4l1.8,31.78c17.1-.59,33.75-.94,48.89-.94Zm6.65.05q10.33.07,20.4.27L258.7,6.8H237.78ZM82.57,6.8H14.17L26,48.71C30.3,48.18,36.32,47.5,41.08,47c2.4-.24,4.92-.49,7.55-.73,3.42-.32,7-.65,10.77-1,6.65-.57,13.79-1.14,21.29-1.7l-2.1-9H56.83L54.35,24H86.18Zm279.16,0L357.57,24h18.59l-4.45,19c13.93.91,25.68,1.78,34.67,2.44L412.83,24h20.76L439.37,6.8Z"/></clipPath><radialGradient id="radial-gradient" cx="-357.88" cy="245.45" r="121.9" gradientTransform="matrix(3.4, -0.05, 0.02, 0.51, 1489.98, -104.11)" gradientUnits="userSpaceOnUse"><stop offset="0.04" stop-color="%23fff"/><stop offset="0.07" stop-color="%23e8f1e3"/><stop offset="0.13" stop-color="%23abcc9b"/><stop offset="0.23" stop-color="%234c9329"/><stop offset="0.23" stop-color="%234b9228"/><stop offset="0.28" stop-color="%232f7d24"/><stop offset="0.34" stop-color="%23196d21"/><stop offset="0.39" stop-color="%230c6320"/><stop offset="0.44" stop-color="%2307601f"/></radialGradient></defs><path class="cls-1" d="M48.63,46.26c3.42-.32,7-.65,10.77-1C55.64,45.61,52.05,45.94,48.63,46.26Z" transform="translate(-7.37 -1.26)"/><path d="M80.69,43.59h0c-7.5.56-14.64,1.13-21.29,1.7C66.05,44.72,73.19,44.15,80.69,43.59Z" transform="translate(-7.37 -1.26)"/><g class="cls-2"><rect class="cls-3" width="441.35" height="83.09"/></g><path class="cls-4" d="M363.46,78.24h33.06l8.7-29c-5.56-.35-18.13-1.06-34.54-1.88Z" transform="translate(-7.37 -1.26)"/><path class="cls-4" d="M134.47,62.57l-1.34-9.35h23l-1-9.56c-14.64.28-36,1.11-56.71,2L104,78.24h61.45l-1.15-15.67Z" transform="translate(-7.37 -1.26)"/><path class="cls-4" d="M235.55,50.66,232,42.59c-3.17,0-6.1-.05-8.7-.05-16.26,0-36.32.25-50.71.61l2,35.09h18.33l-.39-35.46L219,78.24h34.9L256.27,43c-7.2-.16-14.12-.3-20.31-.38Z" transform="translate(-7.37 -1.26)"/><path class="cls-4" d="M316.6,50.16c-2.2,9.85-7.38,12.23-15,12.23h-5.51l2.45-18.14c-9.64-.34-20.6-.68-31.44-1l-2.83,34.95H317c11.68,0,25.57-5.92,29.32-20.9.27-1.06,1.35-5.6,2.62-11-9.88-.46-20.45-.92-31.27-1.36C317.4,46.55,317.05,48.15,316.6,50.16Z" transform="translate(-7.37 -1.26)"/><path class="cls-4" d="M44.08,48.35l-1.79.12L41.08,47C36.32,47.5,30.3,48.18,26,48.71l8.29,29.53H66.85L61.48,55H83.36l-2-8.52C66.23,47.19,52.69,47.88,44.08,48.35Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M256.61,38q-10.06-.19-20.4-.27L236,42.64c6.19.08,13.11.22,20.31.38Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M232,42.59l-1.67-3.78-.77-1.14c-2.77,0-5.55,0-8.34,0-15.14,0-31.79.34-48.89.93l.26,4.57c14.39-.36,34.45-.61,50.71-.61C225.9,42.54,228.83,42.56,232,42.59Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M80.69,43.59c-15,1.12-28.57,2.28-39.62,3.4l1.22,1.48c.58,0,1.13-.08,1.79-.11,8.61-.48,22.15-1.17,37.29-1.89Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M154.67,39.26c-19.33.83-38.76,1.92-56.82,3.12l.57,3.31c20.71-.92,42.07-1.75,56.71-2Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M299.21,39.18c-10.22-.38-20.82-.72-31.72-1l-.41,5.09c10.84.28,21.8.62,31.44,1Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M406.38,45.41c-9-.66-20.74-1.53-34.67-2.44l-1,4.42c16.41.82,29,1.53,34.54,1.88Z" transform="translate(-7.37 -1.26)"/><path class="cls-5" d="M350.08,41.63c-9.81-.57-20.34-1.13-31.46-1.63-.32,1.88-.6,3.42-.91,5,10.82.44,21.39.9,31.27,1.36C349.34,44.82,349.71,43.23,350.08,41.63Z" transform="translate(-7.37 -1.26)"/></svg>');
}

.logo-massey-ferguson {
  background-image: url('data:image/svg+xml,<svg clip-rule="evenodd" fill-rule="evenodd" height="1154" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 473.3 218.53" width="2500" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero"><path d="m236.85 101.75-27.18-36.1h46.68l7.24-10.23h-61.19l-33.86-45.54h136.01zm-40.15 54.49-67.79-90.94h68.52l33.29 44.77zm161.93-97.84a4.94 4.94 0 0 0 -4.41-2.72h-63.25l-7.05 9.72v.16h60.48l-67.21 90.44-34.17-45.96 75.29-102.17c1.1-1.5 1.27-3.5.43-5.16s-2.54-2.71-4.41-2.71h-155.61c-1.87 0-3.57 1.05-4.41 2.72s-.66 3.67.45 5.17l35.35 47.53h-71.02a4.933 4.933 0 0 0 -3.96 7.89l77.65 104.17a4.94 4.94 0 0 0 3.96 1.99h.01c1.56 0 3.03-.75 3.96-2.01l36.19-49.11 36.33 48.87c.93 1.25 2.4 1.99 3.96 1.99s3.03-.74 3.96-1.99l77.04-103.66c1.11-1.5 1.29-3.5.45-5.17z" fill="%23f00"/><path d="m30.64 218.24v-18.14l-9.59 18.14h-5.32l-9.5-18.14v18.14h-6.23v-23.82h10.54l7.99 15.78 7.9-15.78h10.47v23.82zm22.06-9.25h9.33l-4.66-9.43zm-4.47 9.25h-7.38l12.14-23.82h8.94l11.88 23.82h-7.31l-2.06-4.32h-14.06zm35.73-7.18c0 .95.29 1.57.88 1.86.65.24 1.49.36 2.52.36h3.14l4.45-.14c1.22 0 2.02-.17 2.39-.5s.56-.85.56-1.56c0-.64-.21-1.14-.63-1.52-.43-.38-1.24-.57-2.43-.57h-1.08l-10.9-.29c-2.02 0-3.47-.56-4.34-1.68-.83-1.17-1.24-2.91-1.24-5.21 0-1.95.26-3.47.78-4.55s1.49-1.84 2.9-2.27c.76-.22 1.6-.39 2.53-.52.92-.13 1.92-.19 2.98-.19l4.6-.11h4.63c.96 0 1.79.03 2.5.11.71.07 1.36.21 1.97.4 1.11.29 1.9.87 2.37 1.73s.77 1.65.91 2.36.21 1.68.21 2.9h-6.49c0-.81-.22-1.39-.67-1.73s-1.07-.52-1.88-.52l-3.2-.04-5.06.18c-.63 0-1.19.14-1.68.42s-.73.75-.73 1.41c0 .88.27 1.48.82 1.8.26.12.58.22.96.29s.82.11 1.32.11h9.49c2.83 0 4.86.49 6.1 1.47 1.28.93 1.92 2.86 1.92 5.78 0 2.81-.57 4.74-1.71 5.79s-3.03 1.57-5.66 1.57l-8.49.25-4.44-.11c-2.37 0-4.11-.41-5.21-1.24s-1.65-2.5-1.65-5.01v-1.43h6.49l.03.39zm32.07 0c0 .95.29 1.57.88 1.86.65.24 1.49.36 2.52.36h3.14l4.45-.14c1.22 0 2.02-.17 2.39-.5s.56-.85.56-1.56c0-.64-.21-1.14-.63-1.52-.43-.38-1.24-.57-2.43-.57h-1.08l-10.9-.29c-2.02 0-3.47-.56-4.34-1.68-.83-1.17-1.24-2.91-1.24-5.21 0-1.95.26-3.47.78-4.55s1.49-1.84 2.9-2.27c.76-.22 1.6-.39 2.53-.52.92-.13 1.92-.19 2.98-.19l4.6-.11h4.63c.96 0 1.79.03 2.5.11.71.07 1.37.21 1.97.4 1.11.29 1.9.87 2.37 1.73s.77 1.65.91 2.36.21 1.68.21 2.9h-6.49c0-.81-.22-1.39-.67-1.73-.44-.34-1.07-.52-1.88-.52l-3.2-.04-5.06.18c-.63 0-1.19.14-1.68.42s-.73.75-.73 1.41c0 .88.27 1.48.82 1.8.26.12.58.22.96.29s.82.11 1.32.11h9.49c2.83 0 4.86.49 6.1 1.47 1.28.93 1.92 2.86 1.92 5.78 0 2.81-.57 4.74-1.71 5.79s-3.03 1.57-5.66 1.57l-8.49.25-4.44-.11c-2.37 0-4.11-.41-5.21-1.24s-1.65-2.5-1.65-5.01v-1.43h6.49l.03.39zm50.12-16.64v5.43h-17.65v4.07h16.47v4.71h-16.47v4.21h17.65v5.39h-24.28v-23.81zm34.03 0-12.24 15.53v8.28h-6.65v-8.28l-12.43-15.53h8.35l7.37 9.82 7.31-9.82zm38.89 0v5.43h-16.82v4.07h16.82v4.72h-16.82v9.61h-6.76v-23.83zm28.86 0v5.43h-18.01v4.07h16.82v4.72h-16.82v4.22h18.01v5.39h-24.77v-23.83zm22.85 11.97c1.53 0 2.48-.2 2.86-.61s.57-1.33.57-2.75c0-.82-.07-1.4-.22-1.75-.14-.35-.45-.62-.91-.81l-1.1-.25h-12.28v6.18h11.09zm2.83-11.97c2.69 0 4.59.56 5.69 1.68.58.55 1.01 1.3 1.3 2.26.29.95.43 2.16.43 3.62v.4c0 1-.05 1.84-.16 2.51s-.33 1.28-.67 1.83c-.33.55-.72.98-1.17 1.29-.31.19-1.24.58-2.8 1.15 1.51.21 2.64.64 3.4 1.26.76.63 1.13 1.73 1.13 3.29v4.55h-6.86v-2.27c0-1.14-.09-2.05-.28-2.75s-1.07-1.05-2.65-1.05h-11.28v6.07h-6.76v-23.83h20.68zm41.52 10.4.03 5.01c0 2.96-.47 5.15-1.42 6.56-.94 1.41-2.78 2.11-5.51 2.11h-11.06c-2.53 0-4.54-.18-6.03-.53-1.49-.36-2.68-1.18-3.58-2.46-.9-1.27-1.35-3.21-1.35-5.81l-.07-3.01c0-4.65.53-7.87 1.6-9.66s3.57-2.68 7.52-2.68l5.06-.18h1.87l4.53.18c2.93 0 5.06.54 6.38 1.61s1.98 3.15 1.98 6.22v.42h-6.59c0-.56-.07-1.03-.22-1.42s-.4-.65-.77-.78-.82-.24-1.35-.33h-1.67l-7.84-.14c-1.6 0-2.61.43-3.04 1.28-.42.86-.63 2.27-.63 4.24v2.23c0 1.66.2 2.88.6 3.67s1.01 1.26 1.83 1.4l1.8.18h7.63c1.15 0 2.05-.21 2.7-.62.64-.41.97-1.19.97-2.33v-.69h-8.59v-4.47zm33.84 3.21v1.39c0 3.69-.92 6.13-2.75 7.32s-4.61 1.79-8.34 1.79h-5.53c-1.53 0-2.83-.04-3.9-.11s-2.01-.2-2.83-.39c-1.53-.31-2.78-1.16-3.75-2.54s-1.45-3.52-1.45-6.41v-14.63h6.76v12.52c0 2.34.27 3.89.8 4.63.54.74 1.88 1.11 4.03 1.11h5.83c1.84 0 3.02-.31 3.54-.93s.78-1.88.78-3.77v-13.55h6.8v13.58zm12.15 3.04c0 .95.3 1.57.9 1.86.67.24 1.53.36 2.57.36h3.2l4.54-.14c1.25 0 2.06-.17 2.43-.5.38-.33.57-.85.57-1.56 0-.64-.22-1.15-.65-1.52-.43-.38-1.26-.57-2.48-.57h-1.1l-11.12-.29c-2.07 0-3.54-.56-4.43-1.68-.85-1.17-1.27-2.91-1.27-5.21 0-1.95.26-3.47.8-4.56.53-1.08 1.52-1.84 2.96-2.27.78-.21 1.64-.39 2.58-.52s1.96-.2 3.05-.2l4.7-.11h4.73c.98 0 1.83.03 2.55.11.72.07 1.39.21 2.01.4 1.13.29 1.94.86 2.41 1.73.48.87.79 1.65.93 2.36s.22 1.68.22 2.9h-6.63c0-.81-.23-1.39-.68-1.73-.46-.34-1.1-.52-1.92-.52l-3.26-.04-5.16.18c-.65 0-1.21.14-1.72.42-.5.28-.75.75-.75 1.41 0 .88.28 1.48.83 1.8.26.12.59.22.98.29s.84.11 1.35.11h9.69c2.89 0 4.96.49 6.23 1.47 1.31.93 1.96 2.86 1.96 5.79 0 2.81-.58 4.74-1.75 5.79-1.16 1.05-3.09 1.57-5.78 1.57l-8.66.25-4.53-.11c-2.42 0-4.19-.41-5.31-1.24s-1.68-2.5-1.68-5.01v-1.43h6.63l.03.39zm37.03 1.6h7.09c1.89 0 3.25-.22 4.1-.65.84-.43 1.27-1.53 1.27-3.31l.07-3.24c0-1.08-.06-2.01-.18-2.8s-.37-1.37-.73-1.73-.92-.6-1.65-.72-1.27-.19-1.61-.2-.62-.02-.82-.02h-6.73c-1.58 0-2.74.17-3.5.51-.8.31-1.26 1.04-1.4 2.17l-.17 2.71v1.62c0 2.19.23 3.68.7 4.46s1.65 1.17 3.56 1.17zm3.66-18.51 5.39.11c3.95 0 6.66.7 8.11 2.1 1.46 1.4 2.18 4.2 2.18 8.41v1.14c0 4.94-.58 8.25-1.73 9.92s-4.07 2.51-8.76 2.51l-5.09.14h-2.13l-4.6-.14c-2.55 0-4.53-.63-5.94-1.88s-2.11-3.27-2.11-6.07l-.07-4.4c0-4.84.57-8.01 1.71-9.5s3.89-2.24 8.24-2.24l4.8-.11zm40.74 24.09-13.4-17.9v17.9h-6.36v-23.83h10.76l13.39 17.86v-17.86h6.36v23.83z"/></g></svg>');
  /* background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1646.6 261.1" style="enable-background:new 0 0 1646.6 261.1;" xml:space="preserve"><style type="text/css">.st0{fill:%23E53342;}.st1{fill:%23FFFFFF;}</style><g><path class="st0" d="M66,0l66,89H0l127.6,172.1l65.9-89l0,0l0,0l65.9,89L387,89H255.2l65.9-89L66,0z"/><g><path class="st1" d="M290.3,189.2h-70.6l4.2,5.7l4.2,5.7c1.4,1.9,2.8,3.8,4.2,5.7l4.2,5.7l4.2,5.7c1.4,1.9,2.8,3.8,4.2,5.7l2.8,3.7c0.9,1.3,1.9,2.5,2.8,3.8c0.9,1.2,1.9,2.5,2.8,3.8c0.9,1.2,1.9,2.5,2.8,3.7c0.9,1.3,1.9,2.5,2.8,3.8c-0.1-0.1,2.5-3.3,2.8-3.7l2.8-3.8c0.9-1.2,1.8-2.5,2.8-3.7c0.9-1.3,1.8-2.5,2.8-3.8c0.9-1.3,1.8-2.5,2.8-3.8c1.4-1.9,2.8-3.8,4.2-5.7l4.2-5.7l4.2-5.7c1.4-1.9,2.8-3.8,4.2-5.7l4.2-5.7l4.2-5.7L290.3,189.2L290.3,189.2z"/><path class="st1" d="M193.2,153.1l40.5-54.8h-81.4L193.2,153.1z"/><path class="st1" d="M158.5,189.2H88l4.2,5.7c1.4,1.9,2.8,3.8,4.2,5.7l4.2,5.7c1.4,1.9,2.8,3.8,4.2,5.7c1.4,1.9,2.8,3.8,4.2,5.7c1.4,1.9,2.8,3.8,4.2,5.7c0.9,1.2,1.9,2.5,2.8,3.7c0.9,1.2,1.9,2.5,2.8,3.7c0.9,1.3,1.8,2.5,2.8,3.8c0.9,1.3,1.9,2.5,2.8,3.7c0.9,1.3,1.8,2.5,2.8,3.8l0,0.1l2.7-3.7l2.8-3.8l2.8-3.7c0.9-1.3,1.8-2.5,2.8-3.8l2.8-3.8c1.4-1.9,2.8-3.8,4.2-5.7c1.4-1.9,2.8-3.8,4.2-5.7l4.2-5.7l4.2-5.7l4.2-5.7c1.4-1.9,2.8-3.8,4.2-5.7L158.5,189.2z"/></g><path d="M456.6,169.4H435V88.5h34.2l15.4,50.8h0.8L500,88.5h35v80.9h-21.6l2.2-62h-0.8l-20.5,62h-18.7l-20.7-62h-0.6L456.6,169.4z M571,155.6l-3.9,13.7H545l23.9-79.8h32.3l24.3,79.8h-21.7l-4.1-13.7H571z M585.5,105.6h-0.2l-9.7,34.6h19.8L585.5,105.6z M671.8,120.9c23.6,1.7,29.5,4.7,29.5,23c0,13.2,0.5,26.2-34.6,26.2c-20.3,0-33.8-0.4-33.8-26.6h20.4c0,8.3,3,9.1,13.4,9.1c10,0,13.3-0.6,13.3-7.3c0-6.9-1.2-6.8-11.2-7.4l-4.7-0.3c-19.7-1.4-31.2-1.3-31.2-24.1S645.9,89,666.7,89c17.4,0,32.3,0.3,32.3,22.3v3.3h-20.4c0-8.2-3.4-8.2-11.9-8.2c-11.5,0-12.4,2.3-12.4,6.8c0,6.4,3.1,6.6,8.7,7L671.8,120.9z M752.8,120.9c23.6,1.7,29.5,4.7,29.5,23c0,13.2,0.5,26.2-34.6,26.2c-20.3,0-33.8-0.4-33.8-26.6h20.4c0,8.3,3,9.1,13.4,9.1c10,0,13.3-0.6,13.3-7.3c0-6.9-1.2-6.8-11.2-7.4l-4.7-0.3c-19.7-1.4-31.2-1.3-31.2-24.1S726.8,89,747.7,89c17.4,0,32.3,0.3,32.3,22.3v3.3h-20.4c0-8.2-3.4-8.2-11.9-8.2c-11.5,0-12.4,2.3-12.4,6.8c0,6.4,3.1,6.6,8.7,7L752.8,120.9z M818.9,121.6h34v14.8h-34v15.5h37v17.4h-58.3V89.6h57.5V107h-36.3V121.6z M915.6,141.4v28h-21.3v-28L866,89.6h24.4l14.2,30.7h0.7L920,89.6h24.7L915.6,141.4z M1018,122.7h32.5v17.4H1018v29.2h-21.3V89.6h56.6V107H1018V122.7z M1089.2,121.6h34v14.8h-34v15.5h37v17.4H1068V89.6h57.5V107h-36.3V121.6z M1144.1,89.6h41c18.4,0.3,27.4,4.3,27.4,24.1c0,13.3,0,21.1-15.1,24.6v0.9c8.7,0.3,14.4,5.1,14.4,14.1v16.1h-21.3v-11.2c0.2-6-2.3-10-8.7-10h-16.5v21.2h-21.3V89.6z M1181.9,129.7c9.1,0,8.8-3.4,8.8-12.4c0-7.1-1.8-9.1-8.8-9.1h-16.5v21.6L1181.9,129.7z M1276.7,114.4c-0.4-8.1-7.3-8-13.7-8c-15.3,0-15.7,4.7-16,17.5v13c0,14.1,4.9,15.6,16,15.6c10.8,0,13.7-2.4,13.7-13.5H1262v-14.8h36.3v13.9c0,26.9-6.8,31.8-35.3,31.8c-25.1,0-37.9-4.3-37.9-30.1v-20.6c0-26.4,14.5-30.3,37.9-30.3c20.6,0,35.3,0.1,35.3,25.4H1276.7z M1382.5,89.6v53.2c0,21.3-10,27.2-33.4,27.2c-31.9,0-35.3-8.1-35.3-27.2V89.6h21.3v52.7c0,9,5.1,9.1,14,9.1c9,0,12.1-0.7,12.1-10.1V89.6L1382.5,89.6z M1436.8,120.9c23.6,1.7,29.5,4.7,29.5,23c0,13.2,0.5,26.2-34.6,26.2c-20.3,0-33.8-0.4-33.8-26.6h20.4c0,8.3,3,9.1,13.4,9.1c10,0,13.3-0.6,13.3-7.3c0-6.9-1.2-6.8-11.2-7.4l-4.7-0.3c-19.7-1.4-31.2-1.3-31.2-24.1s12.9-24.4,33.7-24.4c17.4,0,32.3,0.3,32.3,22.3v3.3h-20.4c0-8.2-3.4-8.2-11.9-8.2c-11.5,0-12.4,2.3-12.4,6.8c0,6.4,3.1,6.6,8.7,7L1436.8,120.9z M1478.3,140.8v-22.5c0-24.6,15.3-29.2,36.9-29.2c21.6,0,36.9,4.7,36.9,29.2v22.5c0,24.6-15.3,29.2-36.9,29.2C1493.6,170,1478.3,165.3,1478.3,140.8 M1530.2,138.4v-18c0-11.8-3.9-13-15-13c-11.1,0-14.7,1.2-15,13v18c0.3,11.9,3.9,13.1,15,13.1C1526.3,151.5,1530.2,150.3,1530.2,138.4 M1588.2,169.4h-21.3V89.6h35.9l22.9,61.3h0.9l-1.3-61.3h21.3v79.8h-36.3l-22.5-61.3h-0.9L1588.2,169.4z"/></g></svg>'); */
}

.logo-challenger {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.2" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2436.5 615.2" xml:space="preserve"><g><path fill="%23FFC425" d="M2128.9,293.6v-4.9h3c1.7,0,3.9,0.2,3.9,2.3c0,2.3-1.2,2.7-3.1,2.7L2128.9,293.6L2128.9,293.6z M2128.9,297.1h2.1l4.7,8.6h5.2l-5.2-9c2.7-0.2,4.9-1.6,4.9-5.3c0-4.7-3.1-6.2-8.4-6.2h-7.6v20.5h4.4L2128.9,297.1L2128.9,297.1z M2151.1,295.5c0-12-9-19-19-19c-10.1,0-19.1,7-19.1,19c0,12,9,19,19.1,19C2142.1,314.5,2151.1,307.5,2151.1,295.5 M2145.6,295.5c0,8.8-6.2,14.7-13.5,14.7v0c-7.5,0-13.6-5.8-13.6-14.6c0-8.8,6.1-14.6,13.6-14.6C2139.4,280.9,2145.6,286.7,2145.6,295.5 M427.5,358.3c-40.5,4.5-265.6,33.2-307,18.7c-31.3-10.9-20.8-42.1,38.3-87.4c19.1-14.7,48.1-37.2,77.6-54.6c27.5-16.2,106.9-71.8,189.5-122.3c71.7-43.8,142.2-79,173.6-68.2c31.5,10.8-79.2,110.3-79.2,110.3s-38.8,28.3,3.6,37.1c12.9,2.7,30.6,11.3,63.2-26.8c32.6-38.1,95.3-92.6,62-148.6c-46.3-77.9-386.4,141.9-480.8,206.6c-51,34.9-229,137.9-146.9,192.9c75.4,50.5,384.9-2.9,384.9-2.9s18.3-1.5,29.7-15.4C449.8,380.9,468,353.8,427.5,358.3"/><path fill="%23FFC425" d="M2030.4,391.3c-50.8,6,77.1-80.2,64.3-100.7c-3.5-5.7-58.3-18.3-85.8-7c-28.9,12-116.9,98.5-128,105.3c-26.8,16.4-38.2-3.7-38.2-3.7s45.9-23.8,73.9-50.6c21.7-20.8,30.5-47.6,0.7-62.2c-28.3-13.9-57.3,4.6-84.6,26.6c-38.4,31-68.8,77.5-72,82.2c-5.5,8.1-13.8,12.8-31,8.6c-17.3-4.2,18.8-51,18.8-51c4.3-12.3-4.2-22.1-8.7-25.6c-10.1-7.7-25.2,4.8-25.2,4.8c-43,53.1-132.9,63.5-132.9,63.5c-26.5-22.7,79.1-65.3,110-65.8c12.7-0.2,18-3.1,18.4-6.4c2.5-5.9-10.6-11.4-10.6-11.4c-85.5-27-172.5,67.7-182.5,83.8c-10.1,16.2-19.3,6.5-19.3,6.5c-21.3-22.7,42.7-71,48.2-98.8c6.2-31.7-135.2,9.9-148.2,26.9c-0.6,0.7,4.6-29.4-12.1-30.5c-26.4-1.7-49.7,25.1-49.7,25.1c-60.6,53.8-81.3,69.1-81.3,69.1c-28.8,5.3-36.1-8.6-36.1-8.6c33-13.6,54.9-33.9,69.5-47.2c35.2-32,23.9-58.2,2.3-69.8c-21.6-11.6-57.7,10.4-78.9,31.4c-29.2,29-43.6,69.5-47.1,76.7c-7.8,16.5-46.1,23-46.1,23c-70.4,4.7-11.9-44.2-11.9-44.2s266.4-213.6,251.8-270.3c-9.1-35.3-91.7,28-133.9,69c-49.3,47.8-156.3,182.7-156.3,182.7c-41.7,37.1-62.7,42-62.7,42c-33.7,6.7,3-42.4,3-42.4S1277.5,78,1238.7,53.6c-25.9-16.2-66.5,13.5-102.2,45.7C1088.1,142.8,979.1,285,979.1,285s-80.1,86.6-92,79.7c-11.9-6.9,50.8-87.9,50.8-87.9c14.7-18.5,6.4-34.5,1.1-41.3c-16-20.5-73.6,12.5-85.6,20.5c-48.6,32.5-115.3,103.2-131.5,116.8c-16.2,13.6-48.2,5.9-32.3-15.5c46.3-62.1,60.2-107.4,40.6-127.5C710.7,209.7,623,308.7,617,303.5c-6.1-5.2,221-223.1,167.8-254.2c-27.1-15.9-100.1,86.8-172,183.8c-69,93-133.9,174.1-142,185.2c-12.8,17.7,21,32.2,42.4,14.8c17.6-14.3,43.5-40.8,54.1-55.1c19.4-26.1,86.5-75,94.4-78.8c8.5-4.1,11.9,0.5,11.6,4.6c-0.2,2.7-2,5.2-2,5.2c-40.9,54-55.9,98.5-55.9,98.5c-4.3,70.8,91.1,7.7,110.7-3.6c5.3,72.3,60.3,22.5,92.2-3.3c8.1,90.7,88.7,3.9,116.1-23.2c-27.8,136.4,93.7,11,91.8,12.7l6.4,3.5c13.6,92.1,107.8,24.6,126.1,14.8c0,0,5.1,30.1,37,32.1c84.2,5.4,156.6-109.5,165.5-105.3c9,4.3-11.2,43.6-31.3,62.8c-24.9,23.6,24.9,19.9,36.6,20.6c11.7,0.7,71.1-76.6,74.2-79.2c3.1-2.6,23.8-8.8,18.1,2.4c-5.7,11.2-26,61.1-26,61.1c-13.2,41.4,17.2,42.1,40.3,34.6c21.2-6.9,42.7-21.8,42.7-21.8c34.1,50.9,121.6-19.8,137.7-30.7c16.1-10.9,9.5,1.6,9.5,1.6c-39.6,46.8-205.3,199.6-205.3,199.6c-9.4,18.1,12.4,31.9,26.4,28.6l19.9-17.4L1687,414c-14.5,16.3,31.5,50.4,78.1-4.5c0,0-12.6,26.4,50.7,30.8c86.2,6,156-93.7,165.5-97.4c9.5-3.7,21.7,1.7,21.7,1.7s-101.6,95.7-45.7,95.7c51.2,0,466-17.8,472.4-19.1c7.6-1.5,9.5-13.4,2.2-13.2C2317.2,410.6,2032.9,391,2030.4,391.3 M1238.7,302.9c17-16.9,31.5-31.5,39.8-25.9c5.2,3.5-6.6,18.6-21.9,34.4c-19,19.6-51,47.1-54.8,40.3C1198.6,346,1223.4,318.2,1238.7,302.9 M1253.1,141.7c24.7-21.9,54.7-48.3,66.1-40.5c4.5,3.1-19.4,30.9-40.1,49.9c-30.5,28.2-110.3,106.1-115.1,97.1C1159.8,240.4,1231,161.3,1253.1,141.7 M1137,130.5c23.9-22.7,52.2-48.5,64.4-42.5c12.2,6-148.8,171.2-158.1,154.8C1038.9,235,1115.6,150.8,1137,130.5 M794.3,370.9c-4.7-8.4,9.9-30.7,33-52.6c25.8-24.5,60.9-55.1,67.6-50.2c8.3,6-8.4,30-32.8,55.7C835.3,352.3,799.5,380.2,794.3,370.9 M1828.4,351.1c-2.9-5.9,10.1-19.4,26.6-33.4c18.4-15.6,34.1-29,42.2-22.9c5,3.7-8,17.8-24.6,32.4C1852.1,345.3,1831.7,358,1828.4,351.1"/></g></svg>');
}

.logo-laverda {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!-- Created with Inkscape (http://www.inkscape.org/) --><svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns%23" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="235.56042" height="31.069969" viewBox="0 0 62.325363 8.2205961" version="1.1" id="svg13210" inkscape:version="0.92.0 r15299" sodipodi:docname="laverda.svg"><defs id="defs13204" /><sodipodi:namedview id="base" pagecolor="%23ffffff" bordercolor="%23666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.8241726" inkscape:cx="117.28011" inkscape:cy="7.2848664" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" units="px" inkscape:window-width="1280" inkscape:window-height="744" inkscape:window-x="-4" inkscape:window-y="-4" inkscape:window-maximized="1" /><metadata id="metadata13207"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(100.57801,55.217759)"><g id="g13310" transform="translate(0.13229223,-0.13229343)"><path d="m -99.111674,-54.953095 h 3.354211 l -1.30563,4.333169 c -0.08255,0.273756 0.0896,0.494948 0.383822,0.493536 1.418519,-0.0063 3.117497,-0.01411 4.695472,-0.02187 l -0.9525,3.151011 h -4.685594 c -1.411464,0.0063 -2.438047,-0.687564 -2.806697,-1.730727 -0.0349,-0.09913 -0.0642,-0.201437 -0.0871,-0.30727 -0.0346,-0.158044 -0.055,-0.322792 -0.0607,-0.492125 -0.0113,-0.340078 0.0363,-0.701675 0.14923,-1.07703 z" style="fill:%23ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10823" inkscape:connector-curvature="0" /><path d="m -93.88827,-54.953121 c -0.0056,0 -0.01129,0 -0.01693,0 h -0.770467 l -0.02258,0.08114 -0.799041,2.640541 h 0.0074 l -0.347486,1.137709 h 1.2319 l 2.916766,3.53e-4 0.0028,-0.0074 0.217311,-0.718961 c 0.09807,-0.325614 0.1397,-0.639939 0.129822,-0.935214 -0.0049,-0.147461 -0.02293,-0.290336 -0.05256,-0.427919 -0.01975,-0.09172 -0.04515,-0.180622 -0.07585,-0.2667 -0.318558,-0.902053 -1.203678,-1.503539 -2.421114,-1.503539" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10827" inkscape:connector-curvature="0" /><path d="m -77.136573,-54.953174 h -2.615142 c -1.325738,0 -2.022122,0.815975 -2.516363,2.402769 -0.574675,1.84397 -1.133123,3.705931 -1.694392,5.541786 h 2.07398 l 0.634295,-2.083152 h 2.530122 c -0.2413,0.788458 -0.468842,1.533172 -0.637117,2.083152 h 2.073981 c 0.433211,-1.416755 1.26118,-4.125383 1.694392,-5.541786 0.405341,-1.326091 -0.218017,-2.402769 -1.543756,-2.402769 m -0.530225,2.402769 c -0.131233,0.430036 -0.299508,0.979311 -0.481542,1.575153 h -2.520597 l 0.474839,-1.575153 c 0.05539,-0.18168 0.24765,-0.328788 0.429331,-0.328788 h 1.869722 c 0.181328,0 0.283633,0.147108 0.228247,0.328788" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10831" inkscape:connector-curvature="0" /><path d="m -40.183568,-54.953121 h -2.615142 c -1.325738,0 -2.021769,0.815975 -2.516363,2.402769 -0.574323,1.844323 -1.13277,3.705931 -1.694392,5.541786 h 2.07398 l 0.634648,-2.083152 h 2.529416 c -0.240594,0.788105 -0.468841,1.533172 -0.636764,2.083152 h 2.074334 c 0.433211,-1.416755 1.26118,-4.125383 1.694039,-5.541786 0.405694,-1.326091 -0.217664,-2.402769 -1.543756,-2.402769 m -0.530225,2.402769 c -0.131586,0.430036 -0.299508,0.979311 -0.481542,1.575153 h -2.520597 l 0.474839,-1.575153 c 0.05574,-0.181327 0.248003,-0.328788 0.429331,-0.328788 h 1.870075 c 0.181327,0 0.283633,0.147461 0.227894,0.328788" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10835" inkscape:connector-curvature="0" /><path d="m -49.709071,-47.00853 c 1.326092,0 1.986844,-1.076678 2.392186,-2.402769 l 0.959908,-3.139017 c 0.405342,-1.326092 -0.342194,-2.402769 -1.667933,-2.402769 h -4.261555 l -2.428875,7.944555 z m -1.137356,-5.870575 h 2.187223 c 0.181327,0 0.283633,0.147108 0.228247,0.328789 l -0.959908,3.139017 c -0.05539,0.181327 -0.248003,0.328436 -0.429331,0.328436 h -2.187222 z" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10839" inkscape:connector-curvature="0" /><path d="m -55.810574,-54.953174 h -2.479675 c -1.326092,0 -2.080683,0.815975 -2.527653,2.402769 -0.523522,1.859139 -1.129594,3.694289 -1.694391,5.541786 h 2.07398 c 0.212372,-0.693913 0.424392,-1.387827 0.636411,-2.081741 h 1.011767 0.974725 c 0.132644,0.01129 0.202494,0.07937 0.20955,0.204258 l -0.13582,1.877483 h 2.244373 l 0.149225,-1.858786 c 0.05221,-0.430389 0.04127,-0.8382 -0.382059,-0.974372 0.667103,-0.328789 1.080206,-0.827617 1.278114,-1.473553 l 0.377472,-1.235075 c 0.405342,-1.326091 -0.41028,-2.402769 -1.736019,-2.402769 m -0.337961,2.402769 -0.377825,1.235075 c -0.05503,0.181328 -0.24765,0.328789 -0.428978,0.328789 h -2.26695 c 0.159456,-0.521405 0.318911,-1.042458 0.478367,-1.563864 0.05539,-0.18168 0.259292,-0.328788 0.440619,-0.328788 h 1.92652 c 0.18168,0 0.283633,0.147108 0.228247,0.328788" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10843" inkscape:connector-curvature="0" /><path d="m -63.45018,-47.00853 0.633942,-2.074333 h -3.230034 c -0.180975,0 -0.278694,-0.147109 -0.222955,-0.328436 l 0.158044,-0.532695 h 3.310114 l 0.633942,-2.07398 h -3.310114 l 0.16263,-0.532342 c 0.05539,-0.181681 0.24765,-0.328789 0.429331,-0.328789 h 3.230033 l 0.633942,-2.07398 h -3.850922 c -1.175103,0 -2.084564,0.815975 -2.516364,2.402769 l -0.959908,3.139017 c -0.404989,1.326091 0.04939,2.414058 1.668286,2.402769 z" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10847" inkscape:connector-curvature="0" /><path d="m -73.204283,-49.071143 c -0.181328,0 -0.283633,-0.147461 -0.228247,-0.328789 l 1.694391,-5.541786 h -2.07398 l -1.694392,5.541786 c -0.405341,1.326092 0.342195,2.40277 1.668286,2.40277 h 0.385234 c 1.144764,0 2.281766,-0.827617 2.921352,-1.881364 l 3.441348,-6.063192 h -2.153356 l -3.188405,5.644092 c -0.08714,0.135819 -0.239537,0.226483 -0.386645,0.226483 z" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10851" inkscape:connector-curvature="0" /><path d="m -87.986474,-54.94185 -1.690864,5.530497 c -0.405342,1.326092 0.342195,2.402769 1.668286,2.402769 h 2.990145 l 0.634294,-2.07398 h -2.990497 c -0.181328,0 -0.283633,-0.147461 -0.228247,-0.328789 0.564797,-1.847144 1.126066,-3.683353 1.690864,-5.530497 z" style="fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277778" id="path10855" inkscape:connector-curvature="0" /></g></g></svg>');
}

.first\:pl-8:first-child{
  padding-left: 2rem;
}

.last\:pr-8:last-child{
  padding-right: 2rem;
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

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

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

:is([dir="rtl"] .rtl\:rotate-180){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark){
  .dark\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity));
  }
}

@media (min-width: 640px){
  .sm\:ms-4{
    margin-inline-start: 1rem;
  }

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

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 768px){
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}