@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&display=swap');

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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;
}

*, ::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:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@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: 1150px){
  .container{
    max-width: 1150px;
  }
}

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

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

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

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mt-4{
  margin-top: 1rem;
}

.block{
  display: block;
}

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

/* Your CSS Styles */

.header-cont-sticky{
  position: fixed;
  top: -1000px;
  z-index: 40;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-color: rgba(147, 143, 166, 0.8);
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky{
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

.header-cont-sticky .header-cont{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.header-cont-sticky .header-cont .page-logo{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont .page-logo:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.header-cont-sticky .header-cont .menu-top{
  display: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont .menu-top{
    display: block;
  }
}

.header-cont-sticky .header-cont .menu-top .main-menu{
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-cont-sticky .header-cont .menu-top .main-menu li{
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 3 25 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont .menu-top .main-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.header-cont-sticky .header-cont .menu-top .main-menu .current-menu-item{
  font-weight: 700;
}

.header-cont-sticky .header-cont .header-btn{
  display: none;
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont .header-btn{
    display: flex;
  }
}

.header-cont-sticky .header-cont .menu-top-bars{
  display: block;
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont .menu-top-bars{
    display: none;
  }
}

.header-cont-sticky .header-cont .menu-top-bars svg{
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.header-cont-sticky .header-cont .menu-top-bars svg:hover{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.bg-header-motion{
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
}

.header-cont-sticky.visible {
  top: 0px;
}

.menu-mobile.active {
  transform: translateX(0);
}

.menu-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.menu-mobile .menu-mobile-top{
  display: flex;
  min-height: 92px;
  align-items: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.menu-mobile .menu-mobile-top_content{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-mobile .menu-mobile-top_content h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.menu-mobile .menu-mobile-top_content svg{
  cursor: pointer;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.menu-mobile .menu-mobile-top_content svg:hover{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.menu-mobile .menu-mobile-content{
  margin-top: 3rem;
}

.menu-mobile .menu-mobile-content .main-menu{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.menu-mobile .menu-mobile-content .main-menu li{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-mobile .menu-mobile-content .main-menu li:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.menu-mobile .menu-mobile-content .main-menu-buttons{
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.menu-mobile .menu-mobile-content .main-menu-buttons a{
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu-mobile .menu-mobile-content .main-menu-buttons a:nth-child(2){
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  letter-spacing: 0.025em;
}

.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.footer .footer-top{
  max-width: 1260px;
  padding-top: 56px;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .footer .footer-top{
    padding-top: 72px;
    padding-bottom: 5rem;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.footer .footer-top .footer-logo:hover{
  animation: bounce 1s infinite;
}

.footer .footer-top_content{
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px){
  .footer .footer-top_content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer .footer-top_content__left{
  order: 3;
  margin-top: 2rem;
}

@media (min-width: 1024px){
  .footer .footer-top_content__left{
    order: 1;
  }
}

.footer .footer-top_content__left p{
  margin-bottom: 2.5rem;
  display: block;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}

.footer .footer-top_content__left a{
  display: block;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-top_content__left a:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.footer .footer-top_content__mid{
  order: 1;
}

@media (min-width: 1024px){
  .footer .footer-top_content__mid{
    order: 2;
    justify-self: center;
  }
}

.footer .footer-top_content__mid h5{
  margin-bottom: 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .footer .footer-top_content__mid h5{
    display: none;
  }
}

.footer .footer-top_content__mid ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer .footer-top_content__mid ul li{
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-top_content__mid ul li:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.footer .footer-top_content__right{
  order: 2;
}

@media (min-width: 1024px){
  .footer .footer-top_content__right{
    order: 3;
  }
}

.footer .footer-top_content__right h5{
  margin-bottom: 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .footer .footer-top_content__right h5{
    display: none;
  }
}

.footer .footer-top_content__right___buttons{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .footer .footer-top_content__right___buttons{
    margin-top: 3.5rem;
  }
}

.footer .footer-top_content__right___buttons a{
  justify-content: center !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.footer .footer-top_content__right___buttons a img{
  width: 13px;
}

.footer .footer-top_content__right___buttons a:nth-child(2){
  padding-left: 18px;
  padding-right: 18px;
}

.footer .footer-top_content__right___buttons a:nth-child(2) img{
  width: 1.25rem;
}

.footer .footer-bot{
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(234 234 234 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.footer .footer-bot-cont{
  display: flex;
  max-width: 1260px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .footer .footer-bot-cont{
    gap: 2.5rem;
  }
}

@media (min-width: 640px){
  .footer .footer-bot-cont{
    flex-direction: row;
  }
}

.footer .footer-bot-cont_left{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .footer .footer-bot-cont_left{
    gap: 4rem;
  }
}

@media(max-width: 640px){
  .footer .footer-bot-cont_left{
    align-self: baseline
  }
}

.footer .footer-bot-cont_left a{
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-bot-cont_left a:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.footer .footer-bot-cont_left__lang{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer .footer-bot-cont_left__lang .gt_selector{
  width: 80px;
  cursor: pointer;
  background-color: transparent;
  font-family: Inter, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.footer .footer-bot-cont_left__lang .gt_selector option{
  margin-top: 0.75rem !important;
  cursor: pointer !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  font-family: Inter, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.footer .footer-bot-cont_left__lang .gt_selector option:first-child{
  display: none;
}

.footer .footer-bot-cont_right{
  display: flex;
  align-items: center;
  gap: 48px;
}

@media (min-width: 640px){
  .footer .footer-bot-cont_right{
    gap: 1.5rem;
  }
}

.footer .footer-bot-cont_right img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-bot-cont_right img:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.desktop-hero{
  display: none;
}

@media (min-width: 640px){
  .desktop-hero{
    display: block;
  }
}

.mob-hero{
  display: block;
  padding-top: 130px;
}

@media (min-width: 640px){
  .mob-hero{
    display: none;
  }
}

.mob-hero h4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.mob-hero .swiper-wrapper{
  margin-top: 1.5rem;
}

.mob-hero .swiper-wrapper .swiper-slide img{
  width: 100%;
}

.fp .fp-top{
  display: flex;
  max-width: 1228px;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0px;
}

@media not all and (min-width: 1024px){
  .fp .fp-top{
    align-items: center;
  }
}

@media (min-width: 640px){
  .fp .fp-top{
    padding-top: 150px;
  }
}

@media (min-width: 768px){
  .fp .fp-top{
    padding-top: 168px;
  }
}

@media (min-width: 1024px){
  .fp .fp-top{
    flex-direction: row;
  }
}

.fp .fp-top_left{
  margin-top: 1.25rem;
  max-width: 560px;
}

.fp .fp-top_left h1{
  margin-bottom: 48px;
  display: none;
}

@media (min-width: 1024px){
  .fp .fp-top_left h1{
    display: block;
  }
}

.fp .fp-top_left span{
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp .fp-top_left span{
    margin-bottom: 64px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 34px;
  }
}

.fp .fp-top_left__btns{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px){
  .fp .fp-top_left__btns{
    flex-direction: row;
    align-items: center;
  }
}

.fp .fp-top_left__btns .text-link{
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .fp .fp-top_left__btns .text-link{
    text-align: center;
  }
}

.fp .fp-top_left__btns .text-link:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
}

.fp .fp-top_left__btns .btn-black{
  padding-left: 52px;
  padding-right: 52px;
}

.fp .fp-top .swiper-hero{
  max-width: 375px;
  overflow: hidden;
  padding: 0px;
}

.fp .fp-top .swiper-hero h4{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .fp .fp-top .swiper-hero h4{
    display: none;
  }
}

.fp .fp-banner{
  margin-top: 48px;
  display: flex;
  max-width: 1228px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 1024px){
  .fp .fp-banner{
    margin-top: 72px;
    flex-direction: row;
    border-radius: 40px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  .fp .fp-banner{
    gap: 88px;
  }
}

.fp .fp-banner_text h2{
  max-width: 352px;
}

@media not all and (min-width: 1024px){
  .fp .fp-banner_text h2{
    text-align: center;
  }
}

.fp .fp-banner_btns{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

@media not all and (min-width: 640px){
  .fp .fp-banner_btns{
    width: 100%;
  }
}

.fp .fp-banner_btns a{
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px){
  .fp .fp-banner_btns a{
    padding-left: 45px;
    padding-right: 45px;
  }
}

.fp .fp-how{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .fp .fp-how{
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.fp .fp-how .fp-how-cont{
  display: flex;
  max-width: 1260px;
  flex-direction: column;
  align-items: center;
}

.fp .fp-how .fp-how-cont h3{
  margin-bottom: 0.5rem;
}

.fp .fp-how .fp-how-cont_boxes{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px){
  .fp .fp-how .fp-how-cont_boxes{
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .fp .fp-how .fp-how-cont_boxes{
    gap: 2rem;
  }
}

@media (min-width: 1280px){
  .fp .fp-how .fp-how-cont_boxes{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fp .fp-how .fp-how-cont_boxes__item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 52 38 / var(--tw-bg-opacity));
  padding-left: 31.5px;
  padding-right: 31.5px;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 640px){
  .fp .fp-how .fp-how-cont_boxes__item{
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.fp .fp-how .fp-how-cont_boxes__item___head{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fp .fp-how .fp-how-cont_boxes__item___head h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(216 242 130 / var(--tw-text-opacity));
}

.fp .fp-how .fp-how-cont_boxes__item span{
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp .fp-how .fp-how-cont_boxes__item span{
    text-align: center;
  }
}

.fp .fp-how .fp-how-cont_boxes__item:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 21.5px;
  padding-right: 21.5px;
  padding-bottom: 5px;
  padding-top: 24px;
}

.fp .fp-how .fp-how-cont_boxes__item:last-child .fp-how-cont_boxes__item___head{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fp .fp-how .fp-how-cont_boxes__item:last-child .fp-how-cont_boxes__item___head h4{
  text-align: center;
}

.fp .fp-how .fp-how-cont_boxes__item:last-child span{
  text-align: center !important;
}

.fp .baner-small{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 640px){
  .fp .baner-small{
    display: none;
  }
}

.fp .baner-small h3{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.fp .fp-us{
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .fp .fp-us{
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.fp .fp-us .fp-us-cont{
  display: flex;
  max-width: 1260px;
  flex-direction: column;
  align-items: center;
}

.fp .fp-us .fp-us-cont h4{
  text-align: center;
}

.fp .fp-us .fp-us-cont_boxes{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (min-width: 1024px){
  .fp .fp-us .fp-us-cont_boxes{
    margin-top: 2.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.fp .fp-us .fp-us-cont_boxes__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 42px;
  padding-bottom: 42px;
}

@media (min-width: 640px){
  .fp .fp-us .fp-us-cont_boxes__item{
    gap: 30px;
  }
}

@media (min-width: 1024px){
  .fp .fp-us .fp-us-cont_boxes__item{
    padding-left: 41.5px;
    padding-right: 41.5px;
    padding-top: 66.5px;
    padding-bottom: 66.5px;
  }
}

.fp .fp-us .fp-us-cont_boxes__item h5{
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp .fp-us .fp-us-cont_boxes__item h5{
    font-size: 44px;
  }
}

.fp .fp-us .fp-us-cont_boxes__item span{
  display: block;
  min-height: 72px;
  max-width: 200px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp .fp-us .fp-us-cont_boxes__item span{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
}

.fp .fp-ins{
  --tw-bg-opacity: 1;
  background-color: rgb(37 52 38 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 1024px){
  .fp .fp-ins{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.fp .fp-ins .fp-ins-cont{
  display: flex;
  max-width: 1260px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

@media not all and (min-width: 1024px){
  .fp .fp-ins .fp-ins-cont{
    align-items: center;
  }
}

@media (min-width: 1024px){
  .fp .fp-ins .fp-ins-cont{
    flex-direction: row;
  }
}

.fp .fp-ins .fp-ins-cont_left{
  display: flex;
  max-width: 592px;
  flex-direction: column;
}

@media not all and (min-width: 1024px){
  .fp .fp-ins .fp-ins-cont_left{
    align-items: center;
  }
}

.fp .fp-ins .fp-ins-cont_left .quote{
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  align-self: self-start;
}

.fp .fp-ins .fp-ins-cont_left .person-img{
  margin-top: 2rem;
  display: block;
  max-width: 240px;
}

@media (min-width: 640px){
  .fp .fp-ins .fp-ins-cont_left .person-img{
    max-width: 400px;
  }
}

@media (min-width: 1024px){
  .fp .fp-ins .fp-ins-cont_left .person-img{
    display: none;
  }
}

@media not all and (min-width: 1024px){
  .fp .fp-ins .fp-ins-cont_left .section-title{
    text-align: center;
  }
}

.fp .fp-ins .fp-ins-cont_left span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp .fp-ins .fp-ins-cont_left span strong{
  font-size: 22px;
}

.fp .fp-ins .fp-ins-cont_right{
  display: none;
  max-width: 400px;
}

@media (min-width: 1024px){
  .fp .fp-ins .fp-ins-cont_right{
    display: block;
  }
}

.fp .fp-video{
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 60px;
}

@media (min-width: 768px){
  .fp .fp-video{
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px){
  .fp .fp-video{
    padding-top: 58px;
  }
}

.fp .fp-video .fp-video-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fp .fp-video .fp-video-cont h5{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .fp .fp-video .fp-video-cont h5{
    text-align: center;
  }
}

.fp .fp-video .fp-video-cont h4{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .fp .fp-video .fp-video-cont h4{
    text-align: center;
  }
}

.fp .fp-video .fp-video-cont .swiper-video{
  margin-top: 3rem;
  max-width: 1260px;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video{
    margin-top: 6rem;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide{
  position: relative;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide{
    height: 300px;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide:hover .play-cta{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide .slide-img{
  height: 100%;
  width: 100%;
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide .play-cta{
  width: 64px;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-active{
  z-index: 20;
  --tw-scale-x: 1.33;
  --tw-scale-y: 1.33;
  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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-active .play-cta{
  width: 20px;
  --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));
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-active .play-cta{
    width: 64px;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-active .play-cta{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-prev{
  height: 100px;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-prev{
    height: 300px;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-prev .play-cta{
  width: 20px;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-prev .play-cta{
    width: 64px;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-prev .play-cta{
  position: absolute;
  left: 0.75rem !important;
  bottom: 0.75rem !important;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-prev .play-cta{
    left: 1.25rem !important;
    bottom: 1.25rem !important;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-next{
  height: 100px;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-next{
    height: 300px;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-next .play-cta{
  width: 20px;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-next .play-cta{
    width: 64px;
  }
}

.fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-next .play-cta{
  position: absolute;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: auto !important;
}

@media (min-width: 640px){
  .fp .fp-video .fp-video-cont .swiper-video .swiper-wrapper .swiper-slide-next .play-cta{
    right: 1.25rem !important;
    bottom: 1.25rem !important;
  }
}

.fp .fp-info{
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
  max-width: 1226px;
}

@media (min-width: 1024px){
  .fp .fp-info{
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

.fp .fp-info .mobile-info{
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}

@media (min-width: 640px){
  .fp .fp-info .mobile-info{
    display: none;
  }
}

.fp .fp-info .mobile-info{
  color: #434343
}

@media not all and (min-width: 640px){
  .fp .fp-info h4{
    text-align: center;
  }
}

.fp .fp-info .fp-info-boxes{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (min-width: 640px){
  .fp .fp-info .fp-info-boxes{
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px){
  .fp .fp-info .fp-info-boxes{
    gap: 2.25rem;
  }
}

@media (min-width: 1280px){
  .fp .fp-info .fp-info-boxes{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fp .fp-info .fp-info-boxes_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  padding-top: 25px;
  padding-bottom: 30px;
}

@media not all and (min-width: 640px){
  .fp .fp-info .fp-info-boxes_item{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 640px){
  .fp .fp-info .fp-info-boxes_item{
    gap: 1.5rem;
  }
}

@media (min-width: 1280px){
  .fp .fp-info .fp-info-boxes_item{
    max-height: 280px;
    min-height: 280px;
    max-width: 280px;
  }
}

.fp .fp-info .fp-info-boxes_item h5{
  font-family: Inter, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .fp .fp-info .fp-info-boxes_item h5{
    text-align: center;
    font-size: 11px;
  }
}

@media (min-width: 640px){
  .fp .fp-info .fp-info-boxes_item:nth-child(4) img{
    margin-top: 1.5rem;
  }
}

.fp .fp-info .fp-info-boxes-two{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .fp .fp-info .fp-info-boxes-two{
    flex-direction: row;
  }
}

.fp .fp-info .fp-info-boxes-two_left{
  position: relative;
  z-index: 10;
}

@media not all and (min-width: 1024px){
  .fp .fp-info .fp-info-boxes-two_left{
    text-align: center;
  }
}

@media not all and (min-width: 640px){
  .fp .fp-info .fp-info-boxes-two_left{
    font-size: 15px;
  }
}

@media (min-width: 1024px){
  .fp .fp-info .fp-info-boxes-two_left{
    max-width: 490px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .fp .fp-info .fp-info-boxes-two_left{
    max-width: 590px;
  }
}

.fp .fp-info .fp-info-boxes-two_left p{
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.fp .fp-info .fp-info-boxes-two_right{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media not all and (min-width: 640px){
  .fp .fp-info .fp-info-boxes-two_right{
    margin-top: -32px;
  }
}

@media (min-width: 1024px){
  .fp .fp-info .fp-info-boxes-two_right{
    gap: 2rem;
  }
}

.fp .fp-info .fp-info-boxes-two_right{
  color: #434343;
}

@media not all and (min-width: 640px){
  .fp .fp-info .fp-info-boxes-two_right img{
    width: 160px;
  }
}

.fp .fp-opinion{
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .fp .fp-opinion{
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.fp .fp-opinion .fp-opinion-cont{
  max-width: 1260px;
}

.fp .fp-opinion .fp-opinion-cont_boxes{
  margin-top: 2rem;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide{
  display: flex;
  height: auto;
  max-height: 330px;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-quote{
  margin-bottom: 0.5rem;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-head{
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.625rem;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-head img{
  height: 56px;
  width: 56px;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-head h5{
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-head h5 strong{
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-numbers{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-numbers h4{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-numbers h4:last-child{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-opinion{
  margin-top: 1.5rem;
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-opinion span{
  display: block;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-opinion a{
  margin-top: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp .fp-opinion .fp-opinion-cont_boxes .swiper-wrapper .swiper-slide .slide-opinion a:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.fp .fp-faq{
  display: flex;
  max-width: 1226px;
  flex-direction: column;
  align-items: center;
  padding-top: 2.25rem;
  padding-bottom: 53px;
}

@media (min-width: 1024px){
  .fp .fp-faq{
    padding-top: 3.5rem;
    padding-bottom: 72px;
  }
}

.fp .fp-faq .fp-faq-cont{
  margin-top: 0.75rem;
}

@media (min-width: 768px){
  .fp .fp-faq .fp-faq-cont{
    margin-top: 2.5rem;
  }
}

.fp .fp-faq .fp-faq-cont_box{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 31 31 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.fp .fp-faq .fp-faq-cont_box__question{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.fp .fp-faq .fp-faq-cont_box__question h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .fp .fp-faq .fp-faq-cont_box__question h5{
    max-width: 285px;
  }
}

@media (min-width: 768px){
  .fp .fp-faq .fp-faq-cont_box__question h5{
    font-size: 22px;
  }
}

.fp .fp-faq .fp-faq-cont_box__question h5:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
}

.fp .fp-faq .fp-faq-cont_box__answer{
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 34px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .fp .fp-faq .fp-faq-cont_box__answer{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fp .fp-faq .fp-faq-cont_box__answer{
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #686868;
}

.fp .fp-faq .fp-faq-cont .active .fp-faq-cont_box__answer{
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.fp-faq-cont_box__question .arrow{
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-faq-cont_box.active .fp-faq-cont_box__question .arrow {
  transform: rotate(180deg);
}

.cf7-error {
  font-size: 14px;
  color: #D63E47;
}

.cf7-error-field {
  border: 1px solid #D63E47 !important;
  outline: none;
}

.modal {
  display: none ;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(147, 143, 166, 0.8);
  /* gray-op */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal .modal-content {
  background: #1A1D27;
  /* black-three */
  color: #ffffff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  padding: 2rem;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: sans-serif;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.modal .modal-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.modal .modal-head img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #D8F282;
  /* green */
}

.modal .modal-head h5 {
  margin: 0;
  font-size: 18px;
  color: #D8F282;
  /* green */
  font-weight: bold;
}

.modal .modal-numbers h4 {
  font-size: 16px;
  color: #BEBEBE;
  /* gray-two */
  margin-bottom: 1rem;
}

.modal .modal-opinion p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.form-page{
  max-width: 1226px;
}

.form-page .form-page-top{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 150px;
}

@media (min-width: 768px){
  .form-page .form-page-top{
    gap: 3rem;
    padding-top: 168px;
  }
}

.form-page .form-page-top span{
  display: block;
  max-width: 560px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.form-page .form-page-content{
  margin-top: 2rem;
}

@media (min-width: 640px){
  .form-page .form-page-content{
    max-width: 336px;
  }
}

@media (min-width: 768px){
  .form-page .form-page-content{
    margin-top: 3rem;
  }
}

.form-page .form-page-content h2{
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .form-page .form-page-content h2{
    font-size: 24px;
  }
}

.form-page .form-page-content span{
  margin-bottom: 2rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.form-page .form-page-sucess{
  display: none;
  min-height: 640px;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .form-page .form-page-sucess{
    padding-top: 168px;
  }
}

.form-page .form-page-sucess{
  opacity:0;
  transition: opacity 0.5s ease;
}

.form-page .form-page-sucess h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .form-page .form-page-sucess h3{
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.form-page .form-page-sucess p{
  max-width: 560px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 34px;
  color: #434343;
}

.wpcf7 form{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.wpcf7 form .input-form-cont label{
}

.wpcf7 form .input-form-cont .input-form input{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
  width: -webkit-fill-available;
  max-width: -moz-available;
}

.wpcf7 form .input-form-cont h3{
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.wpcf7 form .input-form-cont p{
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.wpcf7 form .file-upload-wrapper{
  max-width: 280px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.wpcf7 form .file-upload-wrapper .file-upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.wpcf7 form .file-upload-wrapper .file-upload-filename {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.wpcf7 form .file-upload-wrapper .file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  border: 2px solid black;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease;
}

.wpcf7 form .file-upload-wrapper .file-upload-label span{
  margin-bottom: 0px;
}

.wpcf7 form .file-upload-wrapper .file-upload-label:hover {
  background-color: #f5f5f5;
}

.wpcf7 form .file-upload-wrapper .file-upload-label .icon {
  display: flex;
  align-items: center;
}

.zgoda-komponent{
  margin-top: 0.25rem;
}

.zgoda-komponent span{
  margin: 0px !important;
}

.zgoda-komponent .wpcf7-list-item{
  margin: 0px;
}

.zgoda-komponent .wpcf7-list-item label{
  display: flex;
  gap: 0.75rem;
}

.zgoda-komponent .wpcf7-list-item label input{
  margin-top: 0.375rem;
  height: 1.5rem;
  width: 1.5rem;
}

.zgoda-komponent .wpcf7-list-item label .wpcf7-list-item-label{
  margin: 0px;
  max-width: 290px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.zgoda-komponent .wpcf7-list-item label .wpcf7-list-item-label a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.zgoda-komponent .wpcf7-list-item label .wpcf7-list-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
}

.wpcf7-spinner{
  display: none !important;
}

.custom-submit-wrap {
  display: flex;
  justify-content: center;
}

.wpcf7-submit{
  width: 100%;
}

.wpcf7-submit span{
  margin: 0px !important;
}

.wpcf7-submit .btn-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  fill: white;
}

.wpcf7-submit:hover .btn-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  fill: black !important;
}

.contact-page{
  max-width: 1226px;
  padding-top: 140px;
}

@media (min-width: 768px){
  .contact-page{
    padding-top: 168px;
  }
}

.contact-page .contact-page-top{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .contact-page .contact-page-top{
    margin-top: 3rem;
  }
}

.contact-page .contact-page-top a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-page .contact-page-top a:hover{
  --tw-text-opacity: 1;
  color: rgb(33 150 83 / var(--tw-text-opacity));
}

.contact-page .contact-page-top h2{
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 640px){
  .contact-page .contact-page-top h2{
    font-size: 24px;
  }
}

.contact-page .contact-page-top span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 34px;
}

.contact-page .contact-page-content{
  margin-top: 2.5rem;
  padding-bottom: 40px;
}

@media (min-width: 640px){
  .contact-page .contact-page-content{
    max-width: 356px;
  }
}

@media (min-width: 768px){
  .contact-page .contact-page-content{
    margin-top: 3rem;
  }
}

.contact-page .contact-page-content h3{
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 640px){
  .contact-page .contact-page-content h3{
    font-size: 24px;
  }
}

.contact-page-text{
  padding-bottom: 88px;
  font-family: Rubik, sans-serif;
}

.contact-page-text a{
  font-weight: 700;
}

.contact-page-text a:hover{
  --tw-text-opacity: 1;
  color: rgb(216 242 130 / var(--tw-text-opacity));
}

.privacy-page{
  max-width: 1172px;
  padding-top: 120px;
  padding-bottom: 88px;
}

@media (min-width: 768px){
  .privacy-page{
    padding-top: 148px;
  }
}

.privacy-page h1{
  margin-bottom: 1.5rem;
  text-align: left;
}

@media (min-width: 640px){
  .privacy-page h1{
    text-align: center;
  }
}

.privacy-page h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.privacy-page p{
  font-family: Rubik, sans-serif;
  line-height: 32px;
}

.privacy-page p:nth-child(1){
  margin-bottom: 1rem;
}

.privacy-page a:hover{
  --tw-text-opacity: 1;
  color: rgb(216 242 130 / var(--tw-text-opacity));
}

.privacy-page ul{
  list-style-type: disc;
  padding-left: 1.25rem;
}

.privacy-page ol{
  list-style-type: decimal;
  padding-left: 1.25rem;
}

html{
  margin: 0px;
  scroll-behavior: smooth;
}

body{
  font-family: Rubik, sans-serif;
  scroll-behavior: smooth;
}

main{
  overflow-x: hidden;
}

.btn-black{
  display: flex;
  max-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 17px;
  padding-right: 17px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .btn-black{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-black:hover{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-black:hover img{
  filter: invert(1);
}

.btn-green{
  display: flex;
  max-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 242 130 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 17px;
  padding-right: 17px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .btn-green{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-green:hover{
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(216 242 130 / var(--tw-text-opacity));
}

.btn-green:hover img{
  filter: brightness(0) saturate(100%) invert(84%) sepia(62%) saturate(321%) hue-rotate(19deg) brightness(103%) contrast(90%);
}

.btn-green-transparent{
  display: flex;
  max-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 242 130 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 17px;
  padding-right: 17px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(216 242 130 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .btn-green-transparent{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-green-transparent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 130 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-green-transparent:hover img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(45%) hue-rotate(258deg) brightness(96%) contrast(101%);
}

.btn-white{
  display: flex;
  max-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 17px;
  padding-right: 17px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 29 39 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .btn-white{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-white:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white:hover img{
  filter: invert(1);
}

/* Headings */

.black-28-rub{
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .black-28-rub{
    font-size: 28px;
  }
}

.black-36-rub{
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .black-36-rub{
    line-height: 48px;
  }
}

@media (min-width: 1024px){
  .black-36-rub{
    font-size: 36px;
  }
}

.white-36-rub{
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .white-36-rub{
    line-height: 48px;
  }
}

@media (min-width: 1024px){
  .white-36-rub{
    font-size: 36px;
  }
}

.white-24-rub{
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .white-24-rub{
    font-size: 24px;
    font-weight: 600;
  }
}

