@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:wght@100..900&family=Lemon&family=Montserrat:wght@500&family=Roboto&family=Tektur&display=swap");@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:wght@100..900&family=Lemon&family=Montserrat:wght@500&family=Roboto&family=Tektur&display=swap");@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:wght@100..900&family=Lemon&family=Montserrat:wght@500&family=Roboto&family=Tektur&display=swap");*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-auto {
  height: auto !important;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-screen {
  height: 100vh;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[300px\] {
  width: 300px;
}
.max-w-\[140\%\] {
  max-width: 140%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.text-center {
  text-align: center;
}
.text-\[25px\] {
  font-size: 25px;
}
.font-\[600\] {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#65a665\] {
  --tw-text-opacity: 1;
  color: rgb(101 166 101 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f0fff0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
  -webkit-tap-highlight-color: transparent; /* Для Safari, Chrome, Opera */
  -moz-tap-highlight-color: transparent; /* Для Firefox */
  -ms-tap-highlight-color: transparent; /* Для IE, Edge */
}


::-webkit-scrollbar {/* width */height: 4px;width: 4px;
}


@media (min-width: 1700px) {

  ::-webkit-scrollbar {
    height: 8px;
    width: 8px;
  }
}


::-webkit-scrollbar {
  cursor: pointer ;
}

::-webkit-scrollbar-track {/* Track */
  background: transparent;
  border-radius: 10px;
  
} 

::-webkit-scrollbar-thumb {/* Handle */
  background: linear-gradient(#65a665 0%, #6fb76f 100%);
  border-radius: 10px;
}

@media (max-width: 300px) {
  h1, h2, h3, p, span, q, div {
    word-wrap: break-word;
  }
}

img {
  -webkit-user-drag: none; /* Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE 10+ */
  user-select: none; /* Standard syntax */
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 640px) {

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:text-\[50px\] {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {

  .xl\:w-full {
    width: 100%;
  }
}


.gradient-animate-charcter {
  background-image: linear-gradient(-225deg, #2c6d1c 0%, #2cad12 29%, #f7ad00 67%, #003cff 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.animation-from-left-text {
  animation: from-left 0.5s ease-in-out;
}
@keyframes from-left {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animation-from-right-text {
  animation: from-rigth 0.5s ease-in-out;
}
@keyframes from-rigth {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animation-fade-in {
  animation: fade-in 1s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.font-roboto-regular {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.font-garamond {
  font-family: "EB Garamond", serif;
}
.font-commisioner {
  font-family: "Commissioner", sans-serif;
}
.font-roboto-regular {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.font-garamond {
  font-family: "EB Garamond", serif;
}
.font-commisioner {
  font-family: "Commissioner", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.home{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(39 64 39 / var(--tw-text-opacity, 1));
  font-family: "Commissioner", sans-serif;
}
.home .welcome-section{
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.home .welcome-section .farm-img-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00000024;
  padding: 0.5rem;
}
@media (min-width: 640px){
  .home .welcome-section .farm-img-overlay{
    padding: 2.5rem;
  }
}
.home .welcome-section .farm-img-overlay .title{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.home .welcome-section .farm-img-overlay .title .arrow{
  z-index: 20;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .home .welcome-section .farm-img-overlay .title .arrow{
    font-size: 6rem;
    line-height: 1;
  }
}
.home .welcome-section .farm-img-overlay .title .label{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .welcome-section .farm-img-overlay .title .label > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.home .welcome-section .farm-img-overlay .title .label{
  text-align: center;
  font-weight: 300;
}
@media (min-width: 640px){
  .home .welcome-section .farm-img-overlay .title .label{
    font-weight: 200;
  }
}
.home .welcome-section .farm-img-overlay .title .label.fade-in {
  opacity: 1;
  animation: text-fade-in 0.3s ease-in;
}
@keyframes text-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home .welcome-section .farm-img-overlay .title .label.fade-out {
  opacity: 0;
  animation: text-fade-out 0.3s ease;
}
@keyframes text-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.home .welcome-section .farm-img-overlay .title .label h1{
  width: 80%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  .home .welcome-section .farm-img-overlay .title .label h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .home .welcome-section .farm-img-overlay .title .label h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .home .welcome-section .farm-img-overlay .title .label h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.home .welcome-section .farm-img-overlay .title .label h2{
  width: 90%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  .home .welcome-section .farm-img-overlay .title .label h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .home .welcome-section .farm-img-overlay .title .label h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .home .welcome-section .farm-img-overlay .title .label h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.home .welcome-section .farm-img-overlay .img-bar{
  display: flex;
  align-items: center;
  justify-items: center;
}
.home .welcome-section .farm-img-overlay .img-bar > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.home .welcome-section .farm-img-overlay .img-bar .dot{
  font-size: 1.5rem;
  line-height: 2rem;
}
.home .welcome-section .farm-img-overlay .img-bar .dot .active{
  font-size: 1.7rem;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.home .welcome-section .farm-img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .welcome-section .farm-img .traiding-markets-map-svg{
  position: absolute;
  z-index: 30;
  height: 100vh;
  width: 100vw;
}
.home .welcome-section .farm-img .traiding-markets-map-svg g path:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  fill: rgb(93, 93, 235) !important;
}
.home .about-us-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  min-height: 40vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
@media (min-width: 640px){
  .home .about-us-section{
    flex-direction: row;
  }
}
@media (min-width: 768px){
  .home .about-us-section{
    min-height: 60vh;
  }
}
.home .about-us-section .wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.home .about-us-section .wrapper h1{
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(101 166 101 / var(--tw-border-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(39 64 39 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .home .about-us-section .wrapper h1{
    width: 90%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .about-us-section .wrapper h1{
    font-size: 60px;
  }
}
@media (min-width: 1500px){
  .home .about-us-section .wrapper h1{
    margin-bottom: 0px;
  }
}
.home .about-us-section .wrapper .description{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px){
  .home .about-us-section .wrapper .description{
    width: 90%;
    flex-direction: row;
  }
}
.home .about-us-section .wrapper .description .text{
  width: 100%;
}
.home .about-us-section .wrapper .description .text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.home .about-us-section .wrapper .description .text{
  padding-bottom: 20px;
}
@media (min-width: 640px){
  .home .about-us-section .wrapper .description .text{
    width: 50%;
    padding-bottom: 0px;
  }
}
.home .about-us-section .wrapper .description p{
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 640px){
  .home .about-us-section .wrapper .description p{
    font-size: 25px;
  }
  .home .about-us-section .wrapper .description img{
    height: 60%;
    width: 45%;
  }
}
.home .about-us-section .team-photo{
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px){
  .home .about-us-section .team-photo{
    width: 35%;
  }
}
.home .about-us-section .team-photo img{
  border-radius: 0.75rem;
}
.home .our-services-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  min-height: 30vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px){
  .home .our-services-section{
    min-height: 60vh;
  }
}
.home .our-services-section .title{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
}
@media (min-width: 640px){
  .home .our-services-section .title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .our-services-section .title{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .home .our-services-section .title{
    margin-bottom: 7rem;
  }
}
.home .our-services-section .services{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px){
  .home .our-services-section .services{
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px){
  .home .our-services-section .services{
    width: 90%;
    justify-content: space-between;
  }
}
.home .expirience-section{
  display: flex;
  min-height: 25vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.home .expirience-section > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.home .expirience-section{
  padding: 0.75rem;
}
@media (min-width: 1024px){
  .home .expirience-section{
    height: 40vh;
    flex-direction: row;
    justify-content: space-between;
  }
  .home .expirience-section > :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));
  }
}
.home .expirience-section .title-block{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){
  .home .expirience-section .title-block{
    height: 50%;
    width: 50%;
  }
}
.home .expirience-section .title-block .title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .expirience-section .title-block .title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.home .expirience-section .title-block .title{
  text-align: center;
}
@media (min-width: 1024px){
  .home .expirience-section .title-block .title{
    align-items: flex-start;
  }
  .home .expirience-section .title-block .title > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
  .home .expirience-section .title-block .title{
    text-align: left;
  }
}
.home .expirience-section .title-block .title h1{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
}
@media (min-width: 640px){
  .home .expirience-section .title-block .title h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .home .expirience-section .title-block .title h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.home .expirience-section .title-block .title h1 span{
  --tw-text-opacity: 1;
  color: rgb(76 175 79 / var(--tw-text-opacity, 1));
}
.home .expirience-section .title-block .title h2{
  width: 70%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 200;
}
@media (min-width: 640px){
  .home .expirience-section .title-block .title h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .home .expirience-section .title-block .title h2{
    width: auto;
  }
}
@media (min-width: 1280px){
  .home .expirience-section .title-block .title h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home .expirience-section .expirience{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px){
  .home .expirience-section .expirience{
    width: 70%;
  }
}
@media (min-width: 768px){
  .home .expirience-section .expirience{
    width: 60%;
  }
}
@media (min-width: 1024px){
  .home .expirience-section .expirience{
    height: 50%;
    width: 50%;
  }
}
.home .expirience-section .expirience .counter{
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
}
.home .expirience-section .expirience .counter > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.home .expirience-section .expirience .counter{
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  .home .expirience-section .expirience .counter{
    width: 50%;
  }
}
@media (min-width: 768px){
  .home .expirience-section .expirience .counter{
    width: 40%;
  }
}
@media (min-width: 1024px){
  .home .expirience-section .expirience .counter{
    width: 45%;
  }
  .home .expirience-section .expirience .counter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .home .expirience-section .expirience .counter{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.home .expirience-section .expirience .counter .icon{
  height: 2rem;
  width: 2rem;
}
@media (min-width: 640px){
  .home .expirience-section .expirience .counter .icon{
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .expirience-section .expirience .counter .icon{
    height: 5rem;
    width: 5rem;
  }
}
.home .expirience-section .expirience .counter .icon g{
  fill: #4caf4f;
}
.home .expirience-section .expirience .counter .value{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1024px){
  .home .expirience-section .expirience .counter .value{
    width: 100%;
  }
}
.home .expirience-section .expirience .counter .value .count{
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 640px){
  .home .expirience-section .expirience .counter .value .count{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .home .expirience-section .expirience .counter .value .count{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.home .expirience-section .expirience .counter .value .label{
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}
@media (min-width: 640px){
  .home .expirience-section .expirience .counter .value .label{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .home .expirience-section .expirience .counter .value .label{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home .partners-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  min-height: 40vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}
.home .partners-section .title{
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(101 166 101 / var(--tw-border-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(39 64 39 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .home .partners-section .title{
    width: 90%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .partners-section .title{
    font-size: 60px;
  }
}
.home .partners-section .partners{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home .partners-section .partners .partner{
  margin: 20px;
  display: flex;
  width: 35%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px){
  .home .partners-section .partners .partner{
    padding: 0.75rem;
  }
}
@media (min-width: 1024px){
  .home .partners-section .partners .partner{
    width: 25%;
  }
}
@media (min-width: 1280px){
  .home .partners-section .partners .partner{
    width: 30%;
  }
}
.home .partners-section .partners .partner img{
  margin-top: 10px;
  margin-bottom: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 640px){
  .home .partners-section .partners .partner img{
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 5rem;
  }
}
@media (min-width: 768px){
  .home .partners-section .partners .partner img{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    height: 5rem;
  }
}
@media (min-width: 1024px){
  .home .partners-section .partners .partner img{
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 8rem;
  }
}
.home .container{
  height: 5rem;
  width: 5rem;
}
.home .trading-markets-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px){
  .home .trading-markets-section{
    padding: 5rem;
  }
}
@media (min-width: 1024px){
  .home .trading-markets-section{
    height: 90vh;
    flex-direction: row;
  }
}
.home .trading-markets-section .trading-map{
  margin: 2.5rem;
  height: 50%;
  width: 100%;
  border-width: 1px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .home .trading-markets-section .trading-map{
    width: 80%;
  }
}
@media (min-width: 1024px){
  .home .trading-markets-section .trading-map{
    height: 100%;
    width: 50%;
  }
}
.home .trading-markets-section .trading-map img{
  height: 100%;
  width: 100%;
}
.home .trading-markets-section .trading-markets-text{
  height: 50%;
  width: 100%;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px){
  .home .trading-markets-section .trading-markets-text{
    width: 80%;
  }
}
@media (min-width: 1024px){
  .home .trading-markets-section .trading-markets-text{
    height: 100%;
    width: 50%;
  }
}
.home .trading-markets-section .trading-markets-text .text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home .trading-markets-section .trading-markets-text .text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.home .trading-markets-section .trading-markets-text .text{
  padding: 2.5rem;
}
@media (min-width: 768px){
  .home .trading-markets-section .trading-markets-text .text > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}
.home .trading-markets-section .trading-markets-text .text h1{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 100;
}
@media (min-width: 640px){
  .home .trading-markets-section .trading-markets-text .text h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .trading-markets-section .trading-markets-text .text h1{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .home .trading-markets-section .trading-markets-text .text h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.home .trading-markets-section .trading-markets-text .text span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 200;
}
@media (min-width: 768px){
  .home .trading-markets-section .trading-markets-text .text span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .home .trading-markets-section .trading-markets-text .text span{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.home .contacts-section{
  margin-top: 5rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 640px){
  .home .contacts-section{
    height: 105vh;
  }
}
.home .contacts-section .title{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  width: 90%;
  align-items: flex-start;
  justify-content: flex-start;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(101 166 101 / var(--tw-border-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(39 64 39 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .home .contacts-section .title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .contacts-section .title{
    font-size: 60px;
  }
}
.home .contacts-section .contacts{
  display: flex;
  height: 90%;
  width: 85%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home .contacts-section .contacts > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  .home .contacts-section .contacts{
    margin-top: 50px;
    flex-direction: row;
  }
  .home .contacts-section .contacts > :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));
  }
}
@media (min-width: 1280px){
  .home .contacts-section .contacts{
    width: 100%;
  }
}
.home .contacts-section .contacts .location{
  width: 100%;
  padding: 0.25rem;
}
@media (min-width: 640px){
  .home .contacts-section .contacts .location{
    height: 100%;
    width: 50%;
  }
}
.home .contacts-section .contacts .location .contacts-data{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 640px){
  .home .contacts-section .contacts .location .contacts-data{
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.home .contacts-section .contacts .location .contacts-data .phone{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.home .contacts-section .contacts .location .contacts-data .phone > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.home .contacts-section .contacts .location .contacts-data .phone{
  white-space: nowrap;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1024px){
  .home .contacts-section .contacts .location .contacts-data .phone{
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home .contacts-section .contacts .location .contacts-data .phone .flag{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 10px;
}
.home .contacts-section .contacts .location .map{
  height: 30vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}
@media (min-width: 1024px){
  .home .contacts-section .contacts .location .map{
    height: 60%;
  }
}
.home .contacts-section .contacts .contact-form{
  margin-bottom: 1.25rem;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.home .contacts-section .contacts .contact-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  .home .contacts-section .contacts .contact-form{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 60%;
    align-items: flex-start;
  }
}
@media (min-width: 1280px){
  .home .contacts-section .contacts .contact-form{
    width: 33.333333%;
  }
}
.home .contacts-section .contacts .contact-form .field{
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  .home .contacts-section .contacts .contact-form .field{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .home .contacts-section .contacts .contact-form .field{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .home .contacts-section .contacts .contact-form .field{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}
.home .contacts-section .contacts .contact-form .field .input{
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(101 166 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(227 254 227 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px){
  .home .contacts-section .contacts .contact-form .field .input{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px){
  .home .contacts-section .contacts .contact-form .field .input{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.home .contacts-section .contacts .contact-form .send-btn{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(101 166 101 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(227 254 227 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.home .contacts-section .contacts .contact-form .send-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(76 124 76 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(227 254 227 / var(--tw-text-opacity, 1));
}
@media (max-width: 400px) {
  .home .contacts-section .contacts .contact-form .recapcha iframe {
    width: 200px !important;
  }
}
@media (max-width: 210px) {
  .home .contacts-section .contacts .contact-form .recapcha iframe {
    width: 150px !important;
  }
}
.home .commodity-brokerage-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  min-height: 70vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px){
  .home .commodity-brokerage-section{
    padding-top: 0px;
  }
}
@media (min-width: 1024px){
  .home .commodity-brokerage-section{
    min-height: 120vh;
  }
}
.home .commodity-brokerage-section .text{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.home .commodity-brokerage-section .text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.home .commodity-brokerage-section .text{
  padding: 1.25rem;
  padding-top: 0px;
  font-weight: 300;
}
@media (min-width: 640px){
  .home .commodity-brokerage-section .text{
    width: 90%;
  }
}
@media (min-width: 1024px){
  .home .commodity-brokerage-section .text{
    flex-direction: row;
  }
  .home .commodity-brokerage-section .text > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .home .commodity-brokerage-section .text{
    padding: 2.5rem;
  }
}
.home .commodity-brokerage-section .text .description{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px){
  .home .commodity-brokerage-section .text .description{
    width: 55%;
    font-size: 27px;
  }
}
.home .commodity-brokerage-section .text .description span{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 640px){
  .home .commodity-brokerage-section .text .description span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .home .commodity-brokerage-section .text .description span{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){
  .home .commodity-brokerage-section .text .description span{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.home .commodity-brokerage-section .product-portfolio-title{
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(101 166 101 / var(--tw-border-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(39 64 39 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .home .commodity-brokerage-section .product-portfolio-title{
    width: 90%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .home .commodity-brokerage-section .product-portfolio-title{
    font-size: 60px;
  }
}
.home .commodity-brokerage-section .products{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.home .commodity-brokerage-section .products > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
@media (min-width: 1500px){
  .home .commodity-brokerage-section .products{
    width: 90%;
  }
}.products-card {
  height: 100%;
  width: 95%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@keyframes card-animation {
  from {
    opacity: 0;
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.products-card .title-prod {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.products-card .title-prod:hover {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 640px) {
  .products-card .title-prod:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .products-card .title-prod {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .products-card .title-prod {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.products-card .title-prod img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.products-card .title-prod span {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: pre-wrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.products-card .category-title {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 204 197 / var(--tw-border-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}
@media (min-width: 640px) {
  .products-card .category-title {
    font-size: 40px;
  }
}
.products-card .products-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  font-weight: 300;
}
@media (min-width: 640px) {
  .products-card .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .products-card .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .products-card .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-card .products-list .product {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  border-width: 1px;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.products-card .products-list .product img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.products-card .products-list .product .text-block {
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.products-card .products-list .product .text-block > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.products-card .products-list .product .text-block {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .products-card .products-list .product .text-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.products-card .products-list .product .text-block .title {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .products-card .products-list .product .text-block .title {
    font-size: 22px;
  }
}
.products-card .products-list .product .text-block .desc {
  display: flex;
  align-items: center;
  white-space: pre-wrap;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .products-card .products-list .product .text-block .desc {
    padding-top: 20px;
  }
}
@media (min-width: 1500px) {
  .products-card .products-list .product .text-block .desc {
    font-size: 18px;
  }
}

.modal-product {
  height: 95%;
  width: 90%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .modal-product {
    width: 50%;
  }
}
.modal-product .wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.modal-product .wrapper .photos {
  position: relative;
  margin-top: 50px;
  display: flex;
  height: 70vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(123 155 124 / var(--tw-bg-opacity, 1));
}
.modal-product .wrapper .photos .photo-container {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.modal-product .wrapper .photos img {
  height: 55vh;
  max-width: 100%;
}
@media (min-width: 640px) {
  .modal-product .wrapper .photos img {
    height: 100%;
    max-width: 100%;
  }
}
.modal-product .wrapper .photos iframe {
  height: 100%;
  width: 100%;
}
.modal-product .wrapper .photos .open-document {
  display: flex;
  width: 85%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.modal-product .wrapper .photos .open-document span {
  font-size: 16px;
  font-weight: 500;
}
.modal-product .wrapper .photos .open-document svg {
  height: 50px;
  width: 50px;
}
.modal-product .wrapper .photos .open-document a {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(123 155 124 / var(--tw-bg-opacity, 1));
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-product .wrapper .photos .arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.modal-product .wrapper .photos .arrow svg {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  background-color: #0000004d;
  fill: #fff;
  padding: 5px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.modal-product .wrapper .photos .arrow.left {
  left: 5px;
}
.modal-product .wrapper .photos .arrow.right {
  right: 5px;
}
.modal-product .wrapper .photos .dots-bar {
  position: absolute;
  bottom: 5px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-items: center;
}
.modal-product .wrapper .photos .dots-bar > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.modal-product .wrapper .photos .dots-bar .dot {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal-product .wrapper .photos .dots-bar .dot .active {
  font-size: 1.7rem;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.modal-product .wrapper .text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1500px) {
  .modal-product .wrapper .text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal-product .wrapper .text .title {
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .modal-product .wrapper .text .title {
    font-size: 30px;
  }
}
.modal-product .wrapper .text .description {
  white-space: pre-wrap;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .modal-product .wrapper .text .description {
    font-size: 18px;
  }
}.modal-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: #0000002e;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}
.modal-bg.fade-in {
  opacity: 1;
  animation: modal-bg-fade-in 0.3s ease-in;
}
@keyframes modal-bg-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-bg.fade-out {
  opacity: 0;
  animation: modal-bg-fade-out 0.3s ease;
}
@keyframes modal-bg-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-bg .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #28272757;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-bg .modal.modal-show {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  animation: modal-show 0.5s ease-in-out;
}
@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-bg .modal.modal-hide {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  animation: modal-hide 0.5s ease-in-out;
}
@keyframes modal-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-bg .modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-bg .modal .close svg {
  height: 20px;
  width: 20px;
}
.font-roboto-regular {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.font-garamond {
  font-family: "EB Garamond", serif;
}
.font-commisioner {
  font-family: "Commissioner", sans-serif;
}
.navbar{
  position: fixed;
  top: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
@media (min-width: 1500px){
  .navbar{
    justify-content: flex-end;
    padding: 25px;
  }
}
.navbar.scrolled{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 230 170 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 224 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  animation: navbar-bg-animation 0.5s ease;
}
@keyframes navbar-bg-animation {
  to {
    background-color: #e0ffe0;
  }
  from {
    background-color: transparent;
    color: white;
  }
}
.navbar.unscrolled {
  animation: to-navbar-bg-animation 0.5s ease-in-out;
}
@keyframes to-navbar-bg-animation {
  from {
    background-color: #e0ffe0;
  }
  to {
    background-color: transparent;
    color: white;
  }
}
.navbar .bar{
  display: none;
  width: 200px;
}
@media (min-width: 1280px){
  .navbar .bar{
    display: block;
  }
}
.navbar .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 1500px){
  .navbar .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.navbar .logo {
  font-size: clamp(12px, 4vw, 30px);
}
.navbar .logo .icon{
  width: 70px;
}
@media (min-width: 768px){
  .navbar .logo .icon{
    width: 120px;
  }
}
.navbar .logo .icon.white-icon {
  mix-blend-mode: multiply;
  filter: grayscale(100%) brightness(1000%);
  animation: icon-fileter-animation 0.5s ease;
}
@keyframes icon-filter-animation {
  from {
    filter: grayscale(100%) brightness(1000%);
  }
  to {
    filter: none;
  }
}
.navbar .contacts{
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1280px){
  .navbar .contacts{
    display: flex;
  }
}
.navbar .contacts .phone{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .contacts .phone > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.navbar .contacts .phone{
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px){
  .navbar .contacts .phone{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.navbar .contacts .phone span{
  white-space: pre-wrap;
}
.navbar .contacts .flag{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 10px;
}
.language-wrapper{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 40px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
@media (min-width: 1500px){
  .language-wrapper{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.language-wrapper .selected-language{
  background-color: transparent;
  padding: 2px;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 640px){
  .language-wrapper .selected-language{
    font-size: 12px;
  }
}
@media (min-width: 1500px){
  .language-wrapper .selected-language{
    padding: 8px;
    font-size: 16px;
  }
}
.language-wrapper .selected-language svg{
  height: 30px;
  width: 30px;
}
.language-wrapper .vector{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.language-wrapper .vector.open{
  --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));
}
.language-wrapper .dropdown{
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 10;
  margin-top: 5px;
  max-height: 400px;
  min-width: 150px;
  overflow: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .language-wrapper .dropdown{
    top: 50px;
    max-height: 500px;
  }
}
.language-wrapper .dropdown .dropdown-item{
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
}
.language-wrapper .dropdown .dropdown-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.language-wrapper .dropdown .dropdown-item span{
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1500px){
  .language-wrapper .dropdown .dropdown-item span{
    font-size: 16px;
  }
}
.language-wrapper .dropdown .dropdown-item svg{
  height: 30px;
  width: 30px;
}
.language-wrapper ::-webkit-scrollbar { /* width */
  width: 4px;
  height: 4px;
  cursor: pointer;
}
.language-wrapper .dropdown-item.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  font-weight: 700;
}
.language-wrapper .language-icon{
  margin-right: 5px;
  height: 15px;
  width: 15px;
}
@media (min-width: 1500px){
  .language-wrapper .language-icon{
    height: 20px;
    width: 20px;
  }
}
.footer{
    display: flex;
    min-height: 30vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 230 170 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(224 255 224 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem
}
@media (min-width: 1280px){
    .footer{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem
    }
}
.footer .content{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.footer .content > :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))
}
@media (min-width: 1024px){
    .footer .content{
        flex-direction: row;
        justify-content: space-between
    }
}
.footer .content .company{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}
.footer .content .company > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}
.footer .content .company .company-logo{
    display: flex;
    align-items: center;
    justify-content: center
}
.footer .content .company .company-logo > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}
.footer .content .company .company-logo{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500
}
@media (min-width: 1280px){
    .footer .content .company .company-logo{
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}
.footer .content .company .company-logo .logo{
    width: 100px
}
@media (min-width: 1500px){
    .footer .content .company .company-logo .logo{
        width: 130px
    }
}
.footer .content .company .сitation{
    font-weight: 400;
    font-style: italic
}
.footer .content .media{
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
@media (min-width: 640px){
    .footer .content .media{
        width: 50%
    }
}
@media (min-width: 768px){
    .footer .content .media{
        width: 40%
    }
}
@media (min-width: 1024px){
    .footer .content .media{
        width: 25%;
        border-width: 0px
    }
}
@media (min-width: 1280px){
    .footer .content .media{
        width: 30%
    }
    .footer .content .media > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
    }
}
.footer .content .media .social-network{
    cursor: pointer;
    font-size: 1.875rem;
    line-height: 2.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}
.footer .content .media .social-network:hover{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}
@media (min-width: 1024px){
    .footer .content .media .social-network:hover{
        --tw-scale-x: 1.3;
        --tw-scale-y: 1.3;
        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 (min-width: 1280px){
    .footer .content .media .social-network{
        font-size: 3rem;
        line-height: 1
    }
}
.footer .content .contacts{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}
.footer .content .contacts .phone{
    display: flex;
    align-items: center
}
.footer .content .contacts .phone > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.footer .content .contacts .phone{
    white-space: nowrap;
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem
}
@media (min-width: 1024px){
    .footer .content .contacts .phone{
        justify-content: center;
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}
.footer .content .contacts .phone .flag{
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 10px
}
.footer .copywriting{
    margin: 1.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 200
}
@media (min-width: 1024px){
    .footer .copywriting{
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}