@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica/Helvetica-Bold.woff2") format("woff2"), url("/assets/fonts/Helvetica/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica/Helvetica.woff2") format("woff2"), url("/assets/fonts/Helvetica/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/assets/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Regular.woff2") format("woff2"), url("/assets/fonts/Geist/Geist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --white-1: #fff;
  --white-2: rgba(255, 255, 255, 0.75);
  --white-3: rgba(255, 255, 255, 0.45);
  --white-4: rgba(255, 255, 255, 0.25);
  --black-1: #272727;
  --black-2: rgba(0, 0, 0, 0.4);
  --black-3: rgba(0, 0, 0, 0.15);
  --black-4: rgba(0, 0, 0, 0.07);
  --grey-1: #575756;
  --grey-2: rgba(87, 87, 86, 0.8);
  --grey-3: #afafaf;
  --grey-4: #f2f2f2;
  --accent-pink-default: #d23a72;
  --accent-pink-hover: rgba(210, 58, 114, 0.6);
  --accent-green-default: #4bbdac;
  --accent-green-hover: rgba(75, 189, 172, 0.7);
  --palette-black: #000;
  --palette-brown: #47311d;
  --palette-gray: #474747;
  --palette-mustard: #a76820;
  --palette-telegram: #29b6f6;
  --palette-whatsapp: #40c351;
  --palette-cactus-light: #92c110;
  --palette-cactus-dark: #5ba02e;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
   html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
   body {
    margin: 0;
    
  }

/**
 * Render the `main` element consistently in IE.
 */
  main {
    display: block;
  }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
   hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
   a {
    background-color: transparent;
  }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  b,
  strong {
    font-weight: bolder;
  }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  code,
  kbd,
  samp {
    font-family: monospace, 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;
  }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
   img {
    border-style: none;
  }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
   button,
   input,
   optgroup,
   select,
   textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  button,
  input { /* 1 */
    overflow: visible;
  }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  button,
  select { /* 1 */
    text-transform: none;
  }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }

/**
 * Remove the inner border and padding in Firefox.
 */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

/**
 * Restore the focus styles unset by the previous rule.
 */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

/**
 * Correct the padding in Firefox.
 */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  progress {
    vertical-align: baseline;
  }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
  textarea {
    overflow: auto;
  }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-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.
 */
  [type=search]::-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 */
  }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
   details {
    display: block;
  }

/*
 * Add the correct display in all browsers.
 */
  summary {
    display: list-item;
  }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
   template {
    display: none;
  }

/**
 * Add the correct display in IE 10.
 */
  [hidden] {
    display: none;
  }

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
  @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color:#007aff;
  }

  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }

  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }

  .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }

  .swiper-horizontal {
    touch-action: pan-y;
  }

  .swiper-vertical {
    touch-action: pan-x;
  }

  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }

  .swiper-slide-invisible-blank {
    visibility: hidden;
  }

  .swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
  }

  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }

  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }

  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }

  .swiper-3d {
    perspective: 1200px;
  }

  .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d;
  }

  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }

  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }

  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }

  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }

  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }

  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }

  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }

  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }

  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }

  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }

  .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }

  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }

  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }

  .swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff;
  }

  .swiper-lazy-preloader-black {
    --swiper-preloader-color:#000;
  }

  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }

  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }

  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }

  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }

  :root {
    --swiper-navigation-size:44px;
  }

  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
  }

  .swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }

  .swiper-button-lock {
    display: none;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }

  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }

  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }

  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }

  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }

  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }

  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }

  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }

  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }

  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }

  .swiper-pagination-bullet:only-child {
    display: none !important;
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }

  .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }

  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
  }

  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
  }

  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
  }

  .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
  }

  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }

  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }

  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }

  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }

  .swiper-pagination-lock {
    display: none;
  }

  .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  }

  .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }

  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

  .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
  }

  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }

  .swiper-scrollbar-lock {
    display: none;
  }

  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
  }

  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }

  .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }

  .swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
  }

  .swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }

  .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }

  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }

  .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }

  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }

  .swiper-cube {
    overflow: visible;
  }

  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }

  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }

  .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }

  .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }

  .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }

  .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
  }

  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .swiper-flip {
    overflow: visible;
  }

  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }

  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }

  .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }

  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }

  .swiper-cards {
    overflow: visible;
  }

  .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }

/**
 * tom-select.css (v2.3.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
  .ts-control {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
  }

  .ts-wrapper.multi.has-items .ts-control {
    padding: 6px 8px 3px;
  }

  .full .ts-control {
    background-color: #fff;
  }

  .disabled .ts-control, .disabled .ts-control * {
    cursor: default !important;
  }

  .focus .ts-control {
    box-shadow: none;
  }

  .ts-control > * {
    vertical-align: baseline;
    display: inline-block;
  }

  .ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
  }

  .ts-wrapper.multi .ts-control > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
  }

  .ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
    color: #7d7d7d;
    background: white;
    border: 0 solid white;
  }

  .ts-control > input {
    flex: 1 1 auto;
    min-width: 7rem;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    box-shadow: none !important;
  }

  .ts-control > input::-ms-clear {
    display: none;
  }

  .ts-control > input:focus {
    outline: none !important;
  }

  .has-items .ts-control > input {
    margin: 0 4px !important;
  }

  .ts-control.rtl {
    text-align: right;
  }

  .ts-control.rtl.single .ts-control:after {
    left: 15px;
    right: auto;
  }

  .ts-control.rtl .ts-control > input {
    margin: 0 4px 0 -2px !important;
  }

  .disabled .ts-control {
    opacity: 0.5;
    background-color: #fafafa;
  }

  .input-hidden .ts-control > input {
    opacity: 0;
    position: absolute;
    left: -10000px;
  }

  .ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0.25rem 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
  }

  .ts-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }

  .ts-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
  }

  .ts-dropdown .option,
  .ts-dropdown .optgroup-header,
  .ts-dropdown .no-results,
  .ts-dropdown .create {
    padding: 5px 8px;
  }

  .ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
  }

  .ts-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
  }

  .ts-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
  }

  .ts-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
  }

  .ts-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
  }

  .ts-dropdown .active.create {
    color: #495c68;
  }

  .ts-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
  }

  .ts-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px;
  }

  .ts-dropdown .spinner::after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }

  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .ts-dropdown-content {
    overflow: hidden auto;
    max-height: 200px;
    scroll-behavior: smooth;
  }

  .ts-wrapper.plugin-drag_drop .ts-dragging {
    color: transparent !important;
  }

  .ts-wrapper.plugin-drag_drop .ts-dragging > * {
    visibility: hidden !important;
  }

  .plugin-checkbox_options:not(.rtl) .option input {
    margin-right: 0.5rem;
  }

  .plugin-checkbox_options.rtl .option input {
    margin-left: 0.5rem;
  }

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}


:root {
  --font-helvetica: "Helvetica", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-geist: "Geist", sans-serif;
  --font-family: var(--font-montserrat);
  --white: #fff;
  --white-a75: rgba(255, 255, 255, 0.75);
  --white-a45: rgba(255, 255, 255, 0.45);
  --white-a25: rgba(255, 255, 255, 0.25);
  --black: #000;
  --black-2: #272727;
  --black-a40: rgba(0, 0, 0, 0.4);
  --black-a15: rgba(0, 0, 0, 0.15);
  --black-a07: rgba(0, 0, 0, 0.07);
  --gray: #575756;
  --gray-2: rgba(87, 87, 86, 0.8);
  --gray-3: #afafaf;
  --gray-4: #f2f2f2;
  --pink: #d23a72;
  --pink-2: #bd3355;
  --pink-a60: rgba(210, 58, 114, 0.6);
  --green: #4bbdac;
  --green-a70: rgba(75, 189, 172, 0.7);
  --green-2: #92c110;
  --green-3: #5ba02e;
  --green-4: #42a694;
  --brown: #47311d;
  --gray-5: #474747;
  --yellow: #a76820;
  --blue: #29b6f6;
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  min-width: 320px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--black-2);
  background: var(--gray-4);
  overflow-x: clip;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

button,
input {
  font-family: var(--font-family);
}

.page-content {
  flex: 1;
}

.main-container {
  margin-inline: auto;
  padding-inline: 10px;
  max-width: 1380px;
}
@media (min-width: 768px) {
  .main-container {
    padding-inline: 15px;
  }
}
@media (min-width: 1280px) {
  .main-container {
    padding-inline: 20px;
  }
  .brend__links {
    margin-left: auto;
  }
}

.icon {
  fill: currentColor;
  display: block;
}

.stroke-t {
  stroke: transparent !important;
}

.fill-t {
  fill: transparent !important;
}

.stroke-c {
  stroke: currentColor !important;
}

.fill-c {
  fill: currentColor !important;
}

.icon-bg {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-bg_strawberry {
  background-image: url("/assets/img/icons/strawberry.webp");
  width: 31px;
  height: 31px;
}

.hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .hidden_sm {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .hidden_max-sm {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .hidden_sm-md {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hidden_sm-lg {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .hidden_sm-xl {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .hidden_sm-2xl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden_md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden_max-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden_md-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden_md-xl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .hidden_md-2xl {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden_lg {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden_max-lg {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden_lg-xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .hidden_lg-2xl {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden_xl {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .hidden_max-xl {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .hidden_xl-2xl {
    display: none !important;
  }
}
@media (min-width: 1536px) {
  .hidden_2xl {
    display: none !important;
  }
}
@media (max-width: 1535px) {
  .hidden_max-2xl {
    display: none !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .hidden_2xl-2xl {
    display: none !important;
  }
}

.m-0 {
  margin: 0 !important;
}
@media (min-width: 640px) {
  .m-0_sm {
    margin: 0 !important;
  }
}
@media (max-width: 639px) {
  .m-0_max-sm {
    margin: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-0_sm-md {
    margin: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-0_sm-lg {
    margin: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-0_sm-xl {
    margin: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-0_sm-2xl {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .m-0_md {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .m-0_max-md {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-0_md-lg {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-0_md-xl {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-0_md-2xl {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .m-0_lg {
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .m-0_max-lg {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-0_lg-xl {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-0_lg-2xl {
    margin: 0 !important;
  }
}
@media (min-width: 1280px) {
  .m-0_xl {
    margin: 0 !important;
  }
}
@media (max-width: 1279px) {
  .m-0_max-xl {
    margin: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-0_xl-2xl {
    margin: 0 !important;
  }
}
@media (min-width: 1536px) {
  .m-0_2xl {
    margin: 0 !important;
  }
}
@media (max-width: 1535px) {
  .m-0_max-2xl {
    margin: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-0_2xl-2xl {
    margin: 0 !important;
  }
}

.ml-0 {
  margin-left: 0 !important;
}
@media (min-width: 640px) {
  .ml-0_sm {
    margin-left: 0 !important;
  }
}
@media (max-width: 639px) {
  .ml-0_max-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-0_sm-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-0_sm-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-0_sm-xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-0_sm-2xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .ml-0_md {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ml-0_max-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-0_md-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-0_md-xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-0_md-2xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .ml-0_lg {
    margin-left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .ml-0_max-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-0_lg-xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-0_lg-2xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1280px) {
  .ml-0_xl {
    margin-left: 0 !important;
  }
}
@media (max-width: 1279px) {
  .ml-0_max-xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-0_xl-2xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1536px) {
  .ml-0_2xl {
    margin-left: 0 !important;
  }
}
@media (max-width: 1535px) {
  .ml-0_max-2xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-0_2xl-2xl {
    margin-left: 0 !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}
@media (min-width: 640px) {
  .mt-0_sm {
    margin-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .mt-0_max-sm {
    margin-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-0_sm-md {
    margin-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-0_sm-lg {
    margin-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-0_sm-xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-0_sm-2xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .mt-0_md {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .mt-0_max-md {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-0_md-lg {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-0_md-xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-0_md-2xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mt-0_lg {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  .mt-0_max-lg {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-0_lg-xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-0_lg-2xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1280px) {
  .mt-0_xl {
    margin-top: 0 !important;
  }
}
@media (max-width: 1279px) {
  .mt-0_max-xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-0_xl-2xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1536px) {
  .mt-0_2xl {
    margin-top: 0 !important;
  }
}
@media (max-width: 1535px) {
  .mt-0_max-2xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-0_2xl-2xl {
    margin-top: 0 !important;
  }
}

.mr-0 {
  margin-right: 0 !important;
}
@media (min-width: 640px) {
  .mr-0_sm {
    margin-right: 0 !important;
  }
}
@media (max-width: 639px) {
  .mr-0_max-sm {
    margin-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-0_sm-md {
    margin-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-0_sm-lg {
    margin-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-0_sm-xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-0_sm-2xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .mr-0_md {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .mr-0_max-md {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-0_md-lg {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-0_md-xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-0_md-2xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mr-0_lg {
    margin-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .mr-0_max-lg {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-0_lg-xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-0_lg-2xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .mr-0_xl {
    margin-right: 0 !important;
  }
}
@media (max-width: 1279px) {
  .mr-0_max-xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-0_xl-2xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1536px) {
  .mr-0_2xl {
    margin-right: 0 !important;
  }
}
@media (max-width: 1535px) {
  .mr-0_max-2xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-0_2xl-2xl {
    margin-right: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 640px) {
  .mb-0_sm {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 639px) {
  .mb-0_max-sm {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-0_sm-md {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-0_sm-lg {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-0_sm-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-0_sm-2xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .mb-0_md {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .mb-0_max-md {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-0_md-lg {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-0_md-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-0_md-2xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mb-0_lg {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .mb-0_max-lg {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-0_lg-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-0_lg-2xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .mb-0_xl {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1279px) {
  .mb-0_max-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-0_xl-2xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1536px) {
  .mb-0_2xl {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1535px) {
  .mb-0_max-2xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-0_2xl-2xl {
    margin-bottom: 0 !important;
  }
}

.mx-0 {
  margin-inline: 0 !important;
}
@media (min-width: 640px) {
  .mx-0_sm {
    margin-inline: 0 !important;
  }
}
@media (max-width: 639px) {
  .mx-0_max-sm {
    margin-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-0_sm-md {
    margin-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-0_sm-lg {
    margin-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-0_sm-xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-0_sm-2xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 768px) {
  .mx-0_md {
    margin-inline: 0 !important;
  }
}
@media (max-width: 767px) {
  .mx-0_max-md {
    margin-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-0_md-lg {
    margin-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-0_md-xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-0_md-2xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mx-0_lg {
    margin-inline: 0 !important;
  }
}
@media (max-width: 1023px) {
  .mx-0_max-lg {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-0_lg-xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-0_lg-2xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1280px) {
  .mx-0_xl {
    margin-inline: 0 !important;
  }
}
@media (max-width: 1279px) {
  .mx-0_max-xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-0_xl-2xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1536px) {
  .mx-0_2xl {
    margin-inline: 0 !important;
  }
}
@media (max-width: 1535px) {
  .mx-0_max-2xl {
    margin-inline: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-0_2xl-2xl {
    margin-inline: 0 !important;
  }
}

.my-0 {
  margin-block: 0 !important;
}
@media (min-width: 640px) {
  .my-0_sm {
    margin-block: 0 !important;
  }
}
@media (max-width: 639px) {
  .my-0_max-sm {
    margin-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-0_sm-md {
    margin-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-0_sm-lg {
    margin-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-0_sm-xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-0_sm-2xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 768px) {
  .my-0_md {
    margin-block: 0 !important;
  }
}
@media (max-width: 767px) {
  .my-0_max-md {
    margin-block: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-0_md-lg {
    margin-block: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-0_md-xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-0_md-2xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 1024px) {
  .my-0_lg {
    margin-block: 0 !important;
  }
}
@media (max-width: 1023px) {
  .my-0_max-lg {
    margin-block: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-0_lg-xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-0_lg-2xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 1280px) {
  .my-0_xl {
    margin-block: 0 !important;
  }
}
@media (max-width: 1279px) {
  .my-0_max-xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-0_xl-2xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 1536px) {
  .my-0_2xl {
    margin-block: 0 !important;
  }
}
@media (max-width: 1535px) {
  .my-0_max-2xl {
    margin-block: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-0_2xl-2xl {
    margin-block: 0 !important;
  }
}

.m-1 {
  margin: 4px !important;
}
@media (min-width: 640px) {
  .m-1_sm {
    margin: 4px !important;
  }
}
@media (max-width: 639px) {
  .m-1_max-sm {
    margin: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-1_sm-md {
    margin: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-1_sm-lg {
    margin: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-1_sm-xl {
    margin: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-1_sm-2xl {
    margin: 4px !important;
  }
}
@media (min-width: 768px) {
  .m-1_md {
    margin: 4px !important;
  }
}
@media (max-width: 767px) {
  .m-1_max-md {
    margin: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-1_md-lg {
    margin: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-1_md-xl {
    margin: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-1_md-2xl {
    margin: 4px !important;
  }
}
@media (min-width: 1024px) {
  .m-1_lg {
    margin: 4px !important;
  }
}
@media (max-width: 1023px) {
  .m-1_max-lg {
    margin: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-1_lg-xl {
    margin: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-1_lg-2xl {
    margin: 4px !important;
  }
}
@media (min-width: 1280px) {
  .m-1_xl {
    margin: 4px !important;
  }
}
@media (max-width: 1279px) {
  .m-1_max-xl {
    margin: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-1_xl-2xl {
    margin: 4px !important;
  }
}
@media (min-width: 1536px) {
  .m-1_2xl {
    margin: 4px !important;
  }
}
@media (max-width: 1535px) {
  .m-1_max-2xl {
    margin: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-1_2xl-2xl {
    margin: 4px !important;
  }
}

.ml-1 {
  margin-left: 4px !important;
}
@media (min-width: 640px) {
  .ml-1_sm {
    margin-left: 4px !important;
  }
}
@media (max-width: 639px) {
  .ml-1_max-sm {
    margin-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-1_sm-md {
    margin-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-1_sm-lg {
    margin-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-1_sm-xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-1_sm-2xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .ml-1_md {
    margin-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .ml-1_max-md {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-1_md-lg {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-1_md-xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-1_md-2xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .ml-1_lg {
    margin-left: 4px !important;
  }
}
@media (max-width: 1023px) {
  .ml-1_max-lg {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-1_lg-xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-1_lg-2xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 1280px) {
  .ml-1_xl {
    margin-left: 4px !important;
  }
}
@media (max-width: 1279px) {
  .ml-1_max-xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-1_xl-2xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 1536px) {
  .ml-1_2xl {
    margin-left: 4px !important;
  }
}
@media (max-width: 1535px) {
  .ml-1_max-2xl {
    margin-left: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-1_2xl-2xl {
    margin-left: 4px !important;
  }
}

.mt-1 {
  margin-top: 4px !important;
}
@media (min-width: 640px) {
  .mt-1_sm {
    margin-top: 4px !important;
  }
}
@media (max-width: 639px) {
  .mt-1_max-sm {
    margin-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-1_sm-md {
    margin-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-1_sm-lg {
    margin-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-1_sm-xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-1_sm-2xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 768px) {
  .mt-1_md {
    margin-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .mt-1_max-md {
    margin-top: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-1_md-lg {
    margin-top: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-1_md-xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-1_md-2xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mt-1_lg {
    margin-top: 4px !important;
  }
}
@media (max-width: 1023px) {
  .mt-1_max-lg {
    margin-top: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-1_lg-xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-1_lg-2xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 1280px) {
  .mt-1_xl {
    margin-top: 4px !important;
  }
}
@media (max-width: 1279px) {
  .mt-1_max-xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-1_xl-2xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 1536px) {
  .mt-1_2xl {
    margin-top: 4px !important;
  }
}
@media (max-width: 1535px) {
  .mt-1_max-2xl {
    margin-top: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-1_2xl-2xl {
    margin-top: 4px !important;
  }
}

.mr-1 {
  margin-right: 4px !important;
}
@media (min-width: 640px) {
  .mr-1_sm {
    margin-right: 4px !important;
  }
}
@media (max-width: 639px) {
  .mr-1_max-sm {
    margin-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-1_sm-md {
    margin-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-1_sm-lg {
    margin-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-1_sm-xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-1_sm-2xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 768px) {
  .mr-1_md {
    margin-right: 4px !important;
  }
}
@media (max-width: 767px) {
  .mr-1_max-md {
    margin-right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-1_md-lg {
    margin-right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-1_md-xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-1_md-2xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mr-1_lg {
    margin-right: 4px !important;
  }
}
@media (max-width: 1023px) {
  .mr-1_max-lg {
    margin-right: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-1_lg-xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-1_lg-2xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 1280px) {
  .mr-1_xl {
    margin-right: 4px !important;
  }
}
@media (max-width: 1279px) {
  .mr-1_max-xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-1_xl-2xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 1536px) {
  .mr-1_2xl {
    margin-right: 4px !important;
  }
}
@media (max-width: 1535px) {
  .mr-1_max-2xl {
    margin-right: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-1_2xl-2xl {
    margin-right: 4px !important;
  }
}

.mb-1 {
  margin-bottom: 4px !important;
}
@media (min-width: 640px) {
  .mb-1_sm {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 639px) {
  .mb-1_max-sm {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-1_sm-md {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-1_sm-lg {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-1_sm-xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-1_sm-2xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .mb-1_md {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .mb-1_max-md {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-1_md-lg {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-1_md-xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-1_md-2xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mb-1_lg {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 1023px) {
  .mb-1_max-lg {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-1_lg-xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-1_lg-2xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1280px) {
  .mb-1_xl {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 1279px) {
  .mb-1_max-xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-1_xl-2xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1536px) {
  .mb-1_2xl {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 1535px) {
  .mb-1_max-2xl {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-1_2xl-2xl {
    margin-bottom: 4px !important;
  }
}

.mx-1 {
  margin-inline: 4px !important;
}
@media (min-width: 640px) {
  .mx-1_sm {
    margin-inline: 4px !important;
  }
}
@media (max-width: 639px) {
  .mx-1_max-sm {
    margin-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-1_sm-md {
    margin-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-1_sm-lg {
    margin-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-1_sm-xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-1_sm-2xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 768px) {
  .mx-1_md {
    margin-inline: 4px !important;
  }
}
@media (max-width: 767px) {
  .mx-1_max-md {
    margin-inline: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-1_md-lg {
    margin-inline: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-1_md-xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-1_md-2xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-1_lg {
    margin-inline: 4px !important;
  }
}
@media (max-width: 1023px) {
  .mx-1_max-lg {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-1_lg-xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-1_lg-2xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1280px) {
  .mx-1_xl {
    margin-inline: 4px !important;
  }
}
@media (max-width: 1279px) {
  .mx-1_max-xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-1_xl-2xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1536px) {
  .mx-1_2xl {
    margin-inline: 4px !important;
  }
}
@media (max-width: 1535px) {
  .mx-1_max-2xl {
    margin-inline: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-1_2xl-2xl {
    margin-inline: 4px !important;
  }
}

.my-1 {
  margin-block: 4px !important;
}
@media (min-width: 640px) {
  .my-1_sm {
    margin-block: 4px !important;
  }
}
@media (max-width: 639px) {
  .my-1_max-sm {
    margin-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-1_sm-md {
    margin-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-1_sm-lg {
    margin-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-1_sm-xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-1_sm-2xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 768px) {
  .my-1_md {
    margin-block: 4px !important;
  }
}
@media (max-width: 767px) {
  .my-1_max-md {
    margin-block: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-1_md-lg {
    margin-block: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-1_md-xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-1_md-2xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 1024px) {
  .my-1_lg {
    margin-block: 4px !important;
  }
}
@media (max-width: 1023px) {
  .my-1_max-lg {
    margin-block: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-1_lg-xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-1_lg-2xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 1280px) {
  .my-1_xl {
    margin-block: 4px !important;
  }
}
@media (max-width: 1279px) {
  .my-1_max-xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-1_xl-2xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 1536px) {
  .my-1_2xl {
    margin-block: 4px !important;
  }
}
@media (max-width: 1535px) {
  .my-1_max-2xl {
    margin-block: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-1_2xl-2xl {
    margin-block: 4px !important;
  }
}

.m-2 {
  margin: 8px !important;
}
@media (min-width: 640px) {
  .m-2_sm {
    margin: 8px !important;
  }
}
@media (max-width: 639px) {
  .m-2_max-sm {
    margin: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-2_sm-md {
    margin: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-2_sm-lg {
    margin: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-2_sm-xl {
    margin: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-2_sm-2xl {
    margin: 8px !important;
  }
}
@media (min-width: 768px) {
  .m-2_md {
    margin: 8px !important;
  }
}
@media (max-width: 767px) {
  .m-2_max-md {
    margin: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-2_md-lg {
    margin: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-2_md-xl {
    margin: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-2_md-2xl {
    margin: 8px !important;
  }
}
@media (min-width: 1024px) {
  .m-2_lg {
    margin: 8px !important;
  }
}
@media (max-width: 1023px) {
  .m-2_max-lg {
    margin: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-2_lg-xl {
    margin: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-2_lg-2xl {
    margin: 8px !important;
  }
}
@media (min-width: 1280px) {
  .m-2_xl {
    margin: 8px !important;
  }
}
@media (max-width: 1279px) {
  .m-2_max-xl {
    margin: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-2_xl-2xl {
    margin: 8px !important;
  }
}
@media (min-width: 1536px) {
  .m-2_2xl {
    margin: 8px !important;
  }
}
@media (max-width: 1535px) {
  .m-2_max-2xl {
    margin: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-2_2xl-2xl {
    margin: 8px !important;
  }
}

.ml-2 {
  margin-left: 8px !important;
}
@media (min-width: 640px) {
  .ml-2_sm {
    margin-left: 8px !important;
  }
}
@media (max-width: 639px) {
  .ml-2_max-sm {
    margin-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-2_sm-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-2_sm-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-2_sm-xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-2_sm-2xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .ml-2_md {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .ml-2_max-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-2_md-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-2_md-xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-2_md-2xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .ml-2_lg {
    margin-left: 8px !important;
  }
}
@media (max-width: 1023px) {
  .ml-2_max-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-2_lg-xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-2_lg-2xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 1280px) {
  .ml-2_xl {
    margin-left: 8px !important;
  }
}
@media (max-width: 1279px) {
  .ml-2_max-xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-2_xl-2xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 1536px) {
  .ml-2_2xl {
    margin-left: 8px !important;
  }
}
@media (max-width: 1535px) {
  .ml-2_max-2xl {
    margin-left: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-2_2xl-2xl {
    margin-left: 8px !important;
  }
}

.mt-2 {
  margin-top: 8px !important;
}
@media (min-width: 640px) {
  .mt-2_sm {
    margin-top: 8px !important;
  }
}
@media (max-width: 639px) {
  .mt-2_max-sm {
    margin-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-2_sm-md {
    margin-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-2_sm-lg {
    margin-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-2_sm-xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-2_sm-2xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) {
  .mt-2_md {
    margin-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .mt-2_max-md {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-2_md-lg {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-2_md-xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-2_md-2xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mt-2_lg {
    margin-top: 8px !important;
  }
}
@media (max-width: 1023px) {
  .mt-2_max-lg {
    margin-top: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-2_lg-xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-2_lg-2xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 1280px) {
  .mt-2_xl {
    margin-top: 8px !important;
  }
}
@media (max-width: 1279px) {
  .mt-2_max-xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-2_xl-2xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 1536px) {
  .mt-2_2xl {
    margin-top: 8px !important;
  }
}
@media (max-width: 1535px) {
  .mt-2_max-2xl {
    margin-top: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-2_2xl-2xl {
    margin-top: 8px !important;
  }
}

.mr-2 {
  margin-right: 8px !important;
}
@media (min-width: 640px) {
  .mr-2_sm {
    margin-right: 8px !important;
  }
}
@media (max-width: 639px) {
  .mr-2_max-sm {
    margin-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-2_sm-md {
    margin-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-2_sm-lg {
    margin-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-2_sm-xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-2_sm-2xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) {
  .mr-2_md {
    margin-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .mr-2_max-md {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-2_md-lg {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-2_md-xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-2_md-2xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mr-2_lg {
    margin-right: 8px !important;
  }
}
@media (max-width: 1023px) {
  .mr-2_max-lg {
    margin-right: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-2_lg-xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-2_lg-2xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 1280px) {
  .mr-2_xl {
    margin-right: 8px !important;
  }
}
@media (max-width: 1279px) {
  .mr-2_max-xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-2_xl-2xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 1536px) {
  .mr-2_2xl {
    margin-right: 8px !important;
  }
}
@media (max-width: 1535px) {
  .mr-2_max-2xl {
    margin-right: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-2_2xl-2xl {
    margin-right: 8px !important;
  }
}

.mb-2 {
  margin-bottom: 8px !important;
}
@media (min-width: 640px) {
  .mb-2_sm {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 639px) {
  .mb-2_max-sm {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-2_sm-md {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-2_sm-lg {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-2_sm-xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-2_sm-2xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .mb-2_md {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .mb-2_max-md {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-2_md-lg {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-2_md-xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-2_md-2xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mb-2_lg {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 1023px) {
  .mb-2_max-lg {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-2_lg-xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-2_lg-2xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1280px) {
  .mb-2_xl {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 1279px) {
  .mb-2_max-xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-2_xl-2xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1536px) {
  .mb-2_2xl {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 1535px) {
  .mb-2_max-2xl {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-2_2xl-2xl {
    margin-bottom: 8px !important;
  }
}

.mx-2 {
  margin-inline: 8px !important;
}
@media (min-width: 640px) {
  .mx-2_sm {
    margin-inline: 8px !important;
  }
}
@media (max-width: 639px) {
  .mx-2_max-sm {
    margin-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-2_sm-md {
    margin-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-2_sm-lg {
    margin-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-2_sm-xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-2_sm-2xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 768px) {
  .mx-2_md {
    margin-inline: 8px !important;
  }
}
@media (max-width: 767px) {
  .mx-2_max-md {
    margin-inline: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-2_md-lg {
    margin-inline: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-2_md-xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-2_md-2xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-2_lg {
    margin-inline: 8px !important;
  }
}
@media (max-width: 1023px) {
  .mx-2_max-lg {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-2_lg-xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-2_lg-2xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1280px) {
  .mx-2_xl {
    margin-inline: 8px !important;
  }
}
@media (max-width: 1279px) {
  .mx-2_max-xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-2_xl-2xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1536px) {
  .mx-2_2xl {
    margin-inline: 8px !important;
  }
}
@media (max-width: 1535px) {
  .mx-2_max-2xl {
    margin-inline: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-2_2xl-2xl {
    margin-inline: 8px !important;
  }
}

.my-2 {
  margin-block: 8px !important;
}
@media (min-width: 640px) {
  .my-2_sm {
    margin-block: 8px !important;
  }
}
@media (max-width: 639px) {
  .my-2_max-sm {
    margin-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-2_sm-md {
    margin-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-2_sm-lg {
    margin-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-2_sm-xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-2_sm-2xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 768px) {
  .my-2_md {
    margin-block: 8px !important;
  }
}
@media (max-width: 767px) {
  .my-2_max-md {
    margin-block: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-2_md-lg {
    margin-block: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-2_md-xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-2_md-2xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 1024px) {
  .my-2_lg {
    margin-block: 8px !important;
  }
}
@media (max-width: 1023px) {
  .my-2_max-lg {
    margin-block: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-2_lg-xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-2_lg-2xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 1280px) {
  .my-2_xl {
    margin-block: 8px !important;
  }
}
@media (max-width: 1279px) {
  .my-2_max-xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-2_xl-2xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 1536px) {
  .my-2_2xl {
    margin-block: 8px !important;
  }
}
@media (max-width: 1535px) {
  .my-2_max-2xl {
    margin-block: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-2_2xl-2xl {
    margin-block: 8px !important;
  }
}

.m-3 {
  margin: 12px !important;
}
@media (min-width: 640px) {
  .m-3_sm {
    margin: 12px !important;
  }
}
@media (max-width: 639px) {
  .m-3_max-sm {
    margin: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-3_sm-md {
    margin: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-3_sm-lg {
    margin: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-3_sm-xl {
    margin: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-3_sm-2xl {
    margin: 12px !important;
  }
}
@media (min-width: 768px) {
  .m-3_md {
    margin: 12px !important;
  }
}
@media (max-width: 767px) {
  .m-3_max-md {
    margin: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-3_md-lg {
    margin: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-3_md-xl {
    margin: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-3_md-2xl {
    margin: 12px !important;
  }
}
@media (min-width: 1024px) {
  .m-3_lg {
    margin: 12px !important;
  }
}
@media (max-width: 1023px) {
  .m-3_max-lg {
    margin: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-3_lg-xl {
    margin: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-3_lg-2xl {
    margin: 12px !important;
  }
}
@media (min-width: 1280px) {
  .m-3_xl {
    margin: 12px !important;
  }
}
@media (max-width: 1279px) {
  .m-3_max-xl {
    margin: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-3_xl-2xl {
    margin: 12px !important;
  }
}
@media (min-width: 1536px) {
  .m-3_2xl {
    margin: 12px !important;
  }
}
@media (max-width: 1535px) {
  .m-3_max-2xl {
    margin: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-3_2xl-2xl {
    margin: 12px !important;
  }
}

.ml-3 {
  margin-left: 12px !important;
}
@media (min-width: 640px) {
  .ml-3_sm {
    margin-left: 12px !important;
  }
}
@media (max-width: 639px) {
  .ml-3_max-sm {
    margin-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-3_sm-md {
    margin-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-3_sm-lg {
    margin-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-3_sm-xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-3_sm-2xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .ml-3_md {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .ml-3_max-md {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-3_md-lg {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-3_md-xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-3_md-2xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .ml-3_lg {
    margin-left: 12px !important;
  }
}
@media (max-width: 1023px) {
  .ml-3_max-lg {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-3_lg-xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-3_lg-2xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 1280px) {
  .ml-3_xl {
    margin-left: 12px !important;
  }
}
@media (max-width: 1279px) {
  .ml-3_max-xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-3_xl-2xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 1536px) {
  .ml-3_2xl {
    margin-left: 12px !important;
  }
}
@media (max-width: 1535px) {
  .ml-3_max-2xl {
    margin-left: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-3_2xl-2xl {
    margin-left: 12px !important;
  }
}

.mt-3 {
  margin-top: 12px !important;
}
@media (min-width: 640px) {
  .mt-3_sm {
    margin-top: 12px !important;
  }
}
@media (max-width: 639px) {
  .mt-3_max-sm {
    margin-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-3_sm-md {
    margin-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-3_sm-lg {
    margin-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-3_sm-xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-3_sm-2xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) {
  .mt-3_md {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .mt-3_max-md {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-3_md-lg {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-3_md-xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-3_md-2xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mt-3_lg {
    margin-top: 12px !important;
  }
}
@media (max-width: 1023px) {
  .mt-3_max-lg {
    margin-top: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-3_lg-xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-3_lg-2xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 1280px) {
  .mt-3_xl {
    margin-top: 12px !important;
  }
}
@media (max-width: 1279px) {
  .mt-3_max-xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-3_xl-2xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 1536px) {
  .mt-3_2xl {
    margin-top: 12px !important;
  }
}
@media (max-width: 1535px) {
  .mt-3_max-2xl {
    margin-top: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-3_2xl-2xl {
    margin-top: 12px !important;
  }
}

.mr-3 {
  margin-right: 12px !important;
}
@media (min-width: 640px) {
  .mr-3_sm {
    margin-right: 12px !important;
  }
}
@media (max-width: 639px) {
  .mr-3_max-sm {
    margin-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-3_sm-md {
    margin-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-3_sm-lg {
    margin-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-3_sm-xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-3_sm-2xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .mr-3_md {
    margin-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .mr-3_max-md {
    margin-right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-3_md-lg {
    margin-right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-3_md-xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-3_md-2xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mr-3_lg {
    margin-right: 12px !important;
  }
}
@media (max-width: 1023px) {
  .mr-3_max-lg {
    margin-right: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-3_lg-xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-3_lg-2xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 1280px) {
  .mr-3_xl {
    margin-right: 12px !important;
  }
}
@media (max-width: 1279px) {
  .mr-3_max-xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-3_xl-2xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 1536px) {
  .mr-3_2xl {
    margin-right: 12px !important;
  }
}
@media (max-width: 1535px) {
  .mr-3_max-2xl {
    margin-right: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-3_2xl-2xl {
    margin-right: 12px !important;
  }
}

.mb-3 {
  margin-bottom: 12px !important;
}
@media (min-width: 640px) {
  .mb-3_sm {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 639px) {
  .mb-3_max-sm {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-3_sm-md {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-3_sm-lg {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-3_sm-xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-3_sm-2xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .mb-3_md {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .mb-3_max-md {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-3_md-lg {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-3_md-xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-3_md-2xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mb-3_lg {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 1023px) {
  .mb-3_max-lg {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-3_lg-xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-3_lg-2xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1280px) {
  .mb-3_xl {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 1279px) {
  .mb-3_max-xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-3_xl-2xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1536px) {
  .mb-3_2xl {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 1535px) {
  .mb-3_max-2xl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-3_2xl-2xl {
    margin-bottom: 12px !important;
  }
}

.mx-3 {
  margin-inline: 12px !important;
}
@media (min-width: 640px) {
  .mx-3_sm {
    margin-inline: 12px !important;
  }
}
@media (max-width: 639px) {
  .mx-3_max-sm {
    margin-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-3_sm-md {
    margin-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-3_sm-lg {
    margin-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-3_sm-xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-3_sm-2xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 768px) {
  .mx-3_md {
    margin-inline: 12px !important;
  }
}
@media (max-width: 767px) {
  .mx-3_max-md {
    margin-inline: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-3_md-lg {
    margin-inline: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-3_md-xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-3_md-2xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-3_lg {
    margin-inline: 12px !important;
  }
}
@media (max-width: 1023px) {
  .mx-3_max-lg {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-3_lg-xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-3_lg-2xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1280px) {
  .mx-3_xl {
    margin-inline: 12px !important;
  }
}
@media (max-width: 1279px) {
  .mx-3_max-xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-3_xl-2xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1536px) {
  .mx-3_2xl {
    margin-inline: 12px !important;
  }
}
@media (max-width: 1535px) {
  .mx-3_max-2xl {
    margin-inline: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-3_2xl-2xl {
    margin-inline: 12px !important;
  }
}

.my-3 {
  margin-block: 12px !important;
}
@media (min-width: 640px) {
  .my-3_sm {
    margin-block: 12px !important;
  }
}
@media (max-width: 639px) {
  .my-3_max-sm {
    margin-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-3_sm-md {
    margin-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-3_sm-lg {
    margin-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-3_sm-xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-3_sm-2xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 768px) {
  .my-3_md {
    margin-block: 12px !important;
  }
}
@media (max-width: 767px) {
  .my-3_max-md {
    margin-block: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-3_md-lg {
    margin-block: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-3_md-xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-3_md-2xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 1024px) {
  .my-3_lg {
    margin-block: 12px !important;
  }
}
@media (max-width: 1023px) {
  .my-3_max-lg {
    margin-block: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-3_lg-xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-3_lg-2xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 1280px) {
  .my-3_xl {
    margin-block: 12px !important;
  }
}
@media (max-width: 1279px) {
  .my-3_max-xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-3_xl-2xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 1536px) {
  .my-3_2xl {
    margin-block: 12px !important;
  }
}
@media (max-width: 1535px) {
  .my-3_max-2xl {
    margin-block: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-3_2xl-2xl {
    margin-block: 12px !important;
  }
}

.m-4 {
  margin: 16px !important;
}
@media (min-width: 640px) {
  .m-4_sm {
    margin: 16px !important;
  }
}
@media (max-width: 639px) {
  .m-4_max-sm {
    margin: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-4_sm-md {
    margin: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-4_sm-lg {
    margin: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-4_sm-xl {
    margin: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-4_sm-2xl {
    margin: 16px !important;
  }
}
@media (min-width: 768px) {
  .m-4_md {
    margin: 16px !important;
  }
}
@media (max-width: 767px) {
  .m-4_max-md {
    margin: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-4_md-lg {
    margin: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-4_md-xl {
    margin: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-4_md-2xl {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) {
  .m-4_lg {
    margin: 16px !important;
  }
}
@media (max-width: 1023px) {
  .m-4_max-lg {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-4_lg-xl {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-4_lg-2xl {
    margin: 16px !important;
  }
}
@media (min-width: 1280px) {
  .m-4_xl {
    margin: 16px !important;
  }
}
@media (max-width: 1279px) {
  .m-4_max-xl {
    margin: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-4_xl-2xl {
    margin: 16px !important;
  }
}
@media (min-width: 1536px) {
  .m-4_2xl {
    margin: 16px !important;
  }
}
@media (max-width: 1535px) {
  .m-4_max-2xl {
    margin: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-4_2xl-2xl {
    margin: 16px !important;
  }
}

.ml-4 {
  margin-left: 16px !important;
}
@media (min-width: 640px) {
  .ml-4_sm {
    margin-left: 16px !important;
  }
}
@media (max-width: 639px) {
  .ml-4_max-sm {
    margin-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-4_sm-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-4_sm-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-4_sm-xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-4_sm-2xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .ml-4_md {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .ml-4_max-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-4_md-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-4_md-xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-4_md-2xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .ml-4_lg {
    margin-left: 16px !important;
  }
}
@media (max-width: 1023px) {
  .ml-4_max-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-4_lg-xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-4_lg-2xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 1280px) {
  .ml-4_xl {
    margin-left: 16px !important;
  }
}
@media (max-width: 1279px) {
  .ml-4_max-xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-4_xl-2xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 1536px) {
  .ml-4_2xl {
    margin-left: 16px !important;
  }
}
@media (max-width: 1535px) {
  .ml-4_max-2xl {
    margin-left: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-4_2xl-2xl {
    margin-left: 16px !important;
  }
}

.mt-4 {
  margin-top: 16px !important;
}
@media (min-width: 640px) {
  .mt-4_sm {
    margin-top: 16px !important;
  }
}
@media (max-width: 639px) {
  .mt-4_max-sm {
    margin-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-4_sm-md {
    margin-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-4_sm-lg {
    margin-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-4_sm-xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-4_sm-2xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .mt-4_md {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .mt-4_max-md {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-4_md-lg {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-4_md-xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-4_md-2xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mt-4_lg {
    margin-top: 16px !important;
  }
}
@media (max-width: 1023px) {
  .mt-4_max-lg {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-4_lg-xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-4_lg-2xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 1280px) {
  .mt-4_xl {
    margin-top: 16px !important;
  }
}
@media (max-width: 1279px) {
  .mt-4_max-xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-4_xl-2xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 1536px) {
  .mt-4_2xl {
    margin-top: 16px !important;
  }
}
@media (max-width: 1535px) {
  .mt-4_max-2xl {
    margin-top: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-4_2xl-2xl {
    margin-top: 16px !important;
  }
}

.mr-4 {
  margin-right: 16px !important;
}
@media (min-width: 640px) {
  .mr-4_sm {
    margin-right: 16px !important;
  }
}
@media (max-width: 639px) {
  .mr-4_max-sm {
    margin-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-4_sm-md {
    margin-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-4_sm-lg {
    margin-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-4_sm-xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-4_sm-2xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .mr-4_md {
    margin-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .mr-4_max-md {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-4_md-lg {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-4_md-xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-4_md-2xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mr-4_lg {
    margin-right: 16px !important;
  }
}
@media (max-width: 1023px) {
  .mr-4_max-lg {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-4_lg-xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-4_lg-2xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 1280px) {
  .mr-4_xl {
    margin-right: 16px !important;
  }
}
@media (max-width: 1279px) {
  .mr-4_max-xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-4_xl-2xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 1536px) {
  .mr-4_2xl {
    margin-right: 16px !important;
  }
}
@media (max-width: 1535px) {
  .mr-4_max-2xl {
    margin-right: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-4_2xl-2xl {
    margin-right: 16px !important;
  }
}

.mb-4 {
  margin-bottom: 16px !important;
}
@media (min-width: 640px) {
  .mb-4_sm {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 639px) {
  .mb-4_max-sm {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-4_sm-md {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-4_sm-lg {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-4_sm-xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-4_sm-2xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .mb-4_md {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mb-4_max-md {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-4_md-lg {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-4_md-xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-4_md-2xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mb-4_lg {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1023px) {
  .mb-4_max-lg {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-4_lg-xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-4_lg-2xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1280px) {
  .mb-4_xl {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1279px) {
  .mb-4_max-xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-4_xl-2xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1536px) {
  .mb-4_2xl {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1535px) {
  .mb-4_max-2xl {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-4_2xl-2xl {
    margin-bottom: 16px !important;
  }
}

.mx-4 {
  margin-inline: 16px !important;
}
@media (min-width: 640px) {
  .mx-4_sm {
    margin-inline: 16px !important;
  }
}
@media (max-width: 639px) {
  .mx-4_max-sm {
    margin-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-4_sm-md {
    margin-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-4_sm-lg {
    margin-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-4_sm-xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-4_sm-2xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 768px) {
  .mx-4_md {
    margin-inline: 16px !important;
  }
}
@media (max-width: 767px) {
  .mx-4_max-md {
    margin-inline: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-4_md-lg {
    margin-inline: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-4_md-xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-4_md-2xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-4_lg {
    margin-inline: 16px !important;
  }
}
@media (max-width: 1023px) {
  .mx-4_max-lg {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-4_lg-xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-4_lg-2xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1280px) {
  .mx-4_xl {
    margin-inline: 16px !important;
  }
}
@media (max-width: 1279px) {
  .mx-4_max-xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-4_xl-2xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1536px) {
  .mx-4_2xl {
    margin-inline: 16px !important;
  }
}
@media (max-width: 1535px) {
  .mx-4_max-2xl {
    margin-inline: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-4_2xl-2xl {
    margin-inline: 16px !important;
  }
}

.my-4 {
  margin-block: 16px !important;
}
@media (min-width: 640px) {
  .my-4_sm {
    margin-block: 16px !important;
  }
}
@media (max-width: 639px) {
  .my-4_max-sm {
    margin-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-4_sm-md {
    margin-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-4_sm-lg {
    margin-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-4_sm-xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-4_sm-2xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 768px) {
  .my-4_md {
    margin-block: 16px !important;
  }
}
@media (max-width: 767px) {
  .my-4_max-md {
    margin-block: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-4_md-lg {
    margin-block: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-4_md-xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-4_md-2xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 1024px) {
  .my-4_lg {
    margin-block: 16px !important;
  }
}
@media (max-width: 1023px) {
  .my-4_max-lg {
    margin-block: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-4_lg-xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-4_lg-2xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 1280px) {
  .my-4_xl {
    margin-block: 16px !important;
  }
}
@media (max-width: 1279px) {
  .my-4_max-xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-4_xl-2xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 1536px) {
  .my-4_2xl {
    margin-block: 16px !important;
  }
}
@media (max-width: 1535px) {
  .my-4_max-2xl {
    margin-block: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-4_2xl-2xl {
    margin-block: 16px !important;
  }
}

.m-5 {
  margin: 20px !important;
}
@media (min-width: 640px) {
  .m-5_sm {
    margin: 20px !important;
  }
}
@media (max-width: 639px) {
  .m-5_max-sm {
    margin: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-5_sm-md {
    margin: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-5_sm-lg {
    margin: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-5_sm-xl {
    margin: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-5_sm-2xl {
    margin: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-5_md {
    margin: 20px !important;
  }
}
@media (max-width: 767px) {
  .m-5_max-md {
    margin: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-5_md-lg {
    margin: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-5_md-xl {
    margin: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-5_md-2xl {
    margin: 20px !important;
  }
}
@media (min-width: 1024px) {
  .m-5_lg {
    margin: 20px !important;
  }
}
@media (max-width: 1023px) {
  .m-5_max-lg {
    margin: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-5_lg-xl {
    margin: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-5_lg-2xl {
    margin: 20px !important;
  }
}
@media (min-width: 1280px) {
  .m-5_xl {
    margin: 20px !important;
  }
}
@media (max-width: 1279px) {
  .m-5_max-xl {
    margin: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-5_xl-2xl {
    margin: 20px !important;
  }
}
@media (min-width: 1536px) {
  .m-5_2xl {
    margin: 20px !important;
  }
}
@media (max-width: 1535px) {
  .m-5_max-2xl {
    margin: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-5_2xl-2xl {
    margin: 20px !important;
  }
}

.ml-5 {
  margin-left: 20px !important;
}
@media (min-width: 640px) {
  .ml-5_sm {
    margin-left: 20px !important;
  }
}
@media (max-width: 639px) {
  .ml-5_max-sm {
    margin-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-5_sm-md {
    margin-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-5_sm-lg {
    margin-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-5_sm-xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-5_sm-2xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ml-5_md {
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .ml-5_max-md {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-5_md-lg {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-5_md-xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-5_md-2xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .ml-5_lg {
    margin-left: 20px !important;
  }
}
@media (max-width: 1023px) {
  .ml-5_max-lg {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-5_lg-xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-5_lg-2xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 1280px) {
  .ml-5_xl {
    margin-left: 20px !important;
  }
}
@media (max-width: 1279px) {
  .ml-5_max-xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-5_xl-2xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 1536px) {
  .ml-5_2xl {
    margin-left: 20px !important;
  }
}
@media (max-width: 1535px) {
  .ml-5_max-2xl {
    margin-left: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-5_2xl-2xl {
    margin-left: 20px !important;
  }
}

.mt-5 {
  margin-top: 20px !important;
}
@media (min-width: 640px) {
  .mt-5_sm {
    margin-top: 20px !important;
  }
}
@media (max-width: 639px) {
  .mt-5_max-sm {
    margin-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-5_sm-md {
    margin-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-5_sm-lg {
    margin-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-5_sm-xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-5_sm-2xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-5_md {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt-5_max-md {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-5_md-lg {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-5_md-xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-5_md-2xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mt-5_lg {
    margin-top: 20px !important;
  }
}
@media (max-width: 1023px) {
  .mt-5_max-lg {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-5_lg-xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-5_lg-2xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mt-5_xl {
    margin-top: 20px !important;
  }
}
@media (max-width: 1279px) {
  .mt-5_max-xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-5_xl-2xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 1536px) {
  .mt-5_2xl {
    margin-top: 20px !important;
  }
}
@media (max-width: 1535px) {
  .mt-5_max-2xl {
    margin-top: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-5_2xl-2xl {
    margin-top: 20px !important;
  }
}

.mr-5 {
  margin-right: 20px !important;
}
@media (min-width: 640px) {
  .mr-5_sm {
    margin-right: 20px !important;
  }
}
@media (max-width: 639px) {
  .mr-5_max-sm {
    margin-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-5_sm-md {
    margin-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-5_sm-lg {
    margin-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-5_sm-xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-5_sm-2xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mr-5_md {
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .mr-5_max-md {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-5_md-lg {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-5_md-xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-5_md-2xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mr-5_lg {
    margin-right: 20px !important;
  }
}
@media (max-width: 1023px) {
  .mr-5_max-lg {
    margin-right: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-5_lg-xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-5_lg-2xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mr-5_xl {
    margin-right: 20px !important;
  }
}
@media (max-width: 1279px) {
  .mr-5_max-xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-5_xl-2xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 1536px) {
  .mr-5_2xl {
    margin-right: 20px !important;
  }
}
@media (max-width: 1535px) {
  .mr-5_max-2xl {
    margin-right: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-5_2xl-2xl {
    margin-right: 20px !important;
  }
}

.mb-5 {
  margin-bottom: 20px !important;
}
@media (min-width: 640px) {
  .mb-5_sm {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .mb-5_max-sm {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-5_sm-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-5_sm-lg {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-5_sm-xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-5_sm-2xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-5_md {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .mb-5_max-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-5_md-lg {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-5_md-xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-5_md-2xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mb-5_lg {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1023px) {
  .mb-5_max-lg {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-5_lg-xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-5_lg-2xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mb-5_xl {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1279px) {
  .mb-5_max-xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-5_xl-2xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1536px) {
  .mb-5_2xl {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1535px) {
  .mb-5_max-2xl {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-5_2xl-2xl {
    margin-bottom: 20px !important;
  }
}

.mx-5 {
  margin-inline: 20px !important;
}
@media (min-width: 640px) {
  .mx-5_sm {
    margin-inline: 20px !important;
  }
}
@media (max-width: 639px) {
  .mx-5_max-sm {
    margin-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-5_sm-md {
    margin-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-5_sm-lg {
    margin-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-5_sm-xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-5_sm-2xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 768px) {
  .mx-5_md {
    margin-inline: 20px !important;
  }
}
@media (max-width: 767px) {
  .mx-5_max-md {
    margin-inline: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-5_md-lg {
    margin-inline: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-5_md-xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-5_md-2xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-5_lg {
    margin-inline: 20px !important;
  }
}
@media (max-width: 1023px) {
  .mx-5_max-lg {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-5_lg-xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-5_lg-2xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mx-5_xl {
    margin-inline: 20px !important;
  }
}
@media (max-width: 1279px) {
  .mx-5_max-xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-5_xl-2xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1536px) {
  .mx-5_2xl {
    margin-inline: 20px !important;
  }
}
@media (max-width: 1535px) {
  .mx-5_max-2xl {
    margin-inline: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-5_2xl-2xl {
    margin-inline: 20px !important;
  }
}

.my-5 {
  margin-block: 20px !important;
}
@media (min-width: 640px) {
  .my-5_sm {
    margin-block: 20px !important;
  }
}
@media (max-width: 639px) {
  .my-5_max-sm {
    margin-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-5_sm-md {
    margin-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-5_sm-lg {
    margin-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-5_sm-xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-5_sm-2xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 768px) {
  .my-5_md {
    margin-block: 20px !important;
  }
}
@media (max-width: 767px) {
  .my-5_max-md {
    margin-block: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-5_md-lg {
    margin-block: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-5_md-xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-5_md-2xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 1024px) {
  .my-5_lg {
    margin-block: 20px !important;
  }
}
@media (max-width: 1023px) {
  .my-5_max-lg {
    margin-block: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-5_lg-xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-5_lg-2xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 1280px) {
  .my-5_xl {
    margin-block: 20px !important;
  }
}
@media (max-width: 1279px) {
  .my-5_max-xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-5_xl-2xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 1536px) {
  .my-5_2xl {
    margin-block: 20px !important;
  }
}
@media (max-width: 1535px) {
  .my-5_max-2xl {
    margin-block: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-5_2xl-2xl {
    margin-block: 20px !important;
  }
}

.m-6 {
  margin: 24px !important;
}
@media (min-width: 640px) {
  .m-6_sm {
    margin: 24px !important;
  }
}
@media (max-width: 639px) {
  .m-6_max-sm {
    margin: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-6_sm-md {
    margin: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-6_sm-lg {
    margin: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-6_sm-xl {
    margin: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-6_sm-2xl {
    margin: 24px !important;
  }
}
@media (min-width: 768px) {
  .m-6_md {
    margin: 24px !important;
  }
}
@media (max-width: 767px) {
  .m-6_max-md {
    margin: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-6_md-lg {
    margin: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-6_md-xl {
    margin: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-6_md-2xl {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) {
  .m-6_lg {
    margin: 24px !important;
  }
}
@media (max-width: 1023px) {
  .m-6_max-lg {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-6_lg-xl {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-6_lg-2xl {
    margin: 24px !important;
  }
}
@media (min-width: 1280px) {
  .m-6_xl {
    margin: 24px !important;
  }
}
@media (max-width: 1279px) {
  .m-6_max-xl {
    margin: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-6_xl-2xl {
    margin: 24px !important;
  }
}
@media (min-width: 1536px) {
  .m-6_2xl {
    margin: 24px !important;
  }
}
@media (max-width: 1535px) {
  .m-6_max-2xl {
    margin: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-6_2xl-2xl {
    margin: 24px !important;
  }
}

.ml-6 {
  margin-left: 24px !important;
}
@media (min-width: 640px) {
  .ml-6_sm {
    margin-left: 24px !important;
  }
}
@media (max-width: 639px) {
  .ml-6_max-sm {
    margin-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-6_sm-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-6_sm-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-6_sm-xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-6_sm-2xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .ml-6_md {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .ml-6_max-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-6_md-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-6_md-xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-6_md-2xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .ml-6_lg {
    margin-left: 24px !important;
  }
}
@media (max-width: 1023px) {
  .ml-6_max-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-6_lg-xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-6_lg-2xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 1280px) {
  .ml-6_xl {
    margin-left: 24px !important;
  }
}
@media (max-width: 1279px) {
  .ml-6_max-xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-6_xl-2xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 1536px) {
  .ml-6_2xl {
    margin-left: 24px !important;
  }
}
@media (max-width: 1535px) {
  .ml-6_max-2xl {
    margin-left: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-6_2xl-2xl {
    margin-left: 24px !important;
  }
}

.mt-6 {
  margin-top: 24px !important;
}
@media (min-width: 640px) {
  .mt-6_sm {
    margin-top: 24px !important;
  }
}
@media (max-width: 639px) {
  .mt-6_max-sm {
    margin-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-6_sm-md {
    margin-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-6_sm-lg {
    margin-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-6_sm-xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-6_sm-2xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .mt-6_md {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .mt-6_max-md {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-6_md-lg {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-6_md-xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-6_md-2xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mt-6_lg {
    margin-top: 24px !important;
  }
}
@media (max-width: 1023px) {
  .mt-6_max-lg {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-6_lg-xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-6_lg-2xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 1280px) {
  .mt-6_xl {
    margin-top: 24px !important;
  }
}
@media (max-width: 1279px) {
  .mt-6_max-xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-6_xl-2xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 1536px) {
  .mt-6_2xl {
    margin-top: 24px !important;
  }
}
@media (max-width: 1535px) {
  .mt-6_max-2xl {
    margin-top: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-6_2xl-2xl {
    margin-top: 24px !important;
  }
}

.mr-6 {
  margin-right: 24px !important;
}
@media (min-width: 640px) {
  .mr-6_sm {
    margin-right: 24px !important;
  }
}
@media (max-width: 639px) {
  .mr-6_max-sm {
    margin-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-6_sm-md {
    margin-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-6_sm-lg {
    margin-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-6_sm-xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-6_sm-2xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .mr-6_md {
    margin-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .mr-6_max-md {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-6_md-lg {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-6_md-xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-6_md-2xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mr-6_lg {
    margin-right: 24px !important;
  }
}
@media (max-width: 1023px) {
  .mr-6_max-lg {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-6_lg-xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-6_lg-2xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 1280px) {
  .mr-6_xl {
    margin-right: 24px !important;
  }
}
@media (max-width: 1279px) {
  .mr-6_max-xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-6_xl-2xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 1536px) {
  .mr-6_2xl {
    margin-right: 24px !important;
  }
}
@media (max-width: 1535px) {
  .mr-6_max-2xl {
    margin-right: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-6_2xl-2xl {
    margin-right: 24px !important;
  }
}

.mb-6 {
  margin-bottom: 24px !important;
}
@media (min-width: 640px) {
  .mb-6_sm {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 639px) {
  .mb-6_max-sm {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-6_sm-md {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-6_sm-lg {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-6_sm-xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-6_sm-2xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .mb-6_md {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .mb-6_max-md {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-6_md-lg {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-6_md-xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-6_md-2xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mb-6_lg {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 1023px) {
  .mb-6_max-lg {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-6_lg-xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-6_lg-2xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1280px) {
  .mb-6_xl {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 1279px) {
  .mb-6_max-xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-6_xl-2xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1536px) {
  .mb-6_2xl {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 1535px) {
  .mb-6_max-2xl {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-6_2xl-2xl {
    margin-bottom: 24px !important;
  }
}

.mx-6 {
  margin-inline: 24px !important;
}
@media (min-width: 640px) {
  .mx-6_sm {
    margin-inline: 24px !important;
  }
}
@media (max-width: 639px) {
  .mx-6_max-sm {
    margin-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-6_sm-md {
    margin-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-6_sm-lg {
    margin-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-6_sm-xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-6_sm-2xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 768px) {
  .mx-6_md {
    margin-inline: 24px !important;
  }
}
@media (max-width: 767px) {
  .mx-6_max-md {
    margin-inline: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-6_md-lg {
    margin-inline: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-6_md-xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-6_md-2xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-6_lg {
    margin-inline: 24px !important;
  }
}
@media (max-width: 1023px) {
  .mx-6_max-lg {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-6_lg-xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-6_lg-2xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1280px) {
  .mx-6_xl {
    margin-inline: 24px !important;
  }
}
@media (max-width: 1279px) {
  .mx-6_max-xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-6_xl-2xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1536px) {
  .mx-6_2xl {
    margin-inline: 24px !important;
  }
}
@media (max-width: 1535px) {
  .mx-6_max-2xl {
    margin-inline: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-6_2xl-2xl {
    margin-inline: 24px !important;
  }
}

.my-6 {
  margin-block: 24px !important;
}
@media (min-width: 640px) {
  .my-6_sm {
    margin-block: 24px !important;
  }
}
@media (max-width: 639px) {
  .my-6_max-sm {
    margin-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-6_sm-md {
    margin-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-6_sm-lg {
    margin-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-6_sm-xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-6_sm-2xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 768px) {
  .my-6_md {
    margin-block: 24px !important;
  }
}
@media (max-width: 767px) {
  .my-6_max-md {
    margin-block: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-6_md-lg {
    margin-block: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-6_md-xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-6_md-2xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 1024px) {
  .my-6_lg {
    margin-block: 24px !important;
  }
}
@media (max-width: 1023px) {
  .my-6_max-lg {
    margin-block: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-6_lg-xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-6_lg-2xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 1280px) {
  .my-6_xl {
    margin-block: 24px !important;
  }
}
@media (max-width: 1279px) {
  .my-6_max-xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-6_xl-2xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 1536px) {
  .my-6_2xl {
    margin-block: 24px !important;
  }
}
@media (max-width: 1535px) {
  .my-6_max-2xl {
    margin-block: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-6_2xl-2xl {
    margin-block: 24px !important;
  }
}

.m-7 {
  margin: 28px !important;
}
@media (min-width: 640px) {
  .m-7_sm {
    margin: 28px !important;
  }
}
@media (max-width: 639px) {
  .m-7_max-sm {
    margin: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-7_sm-md {
    margin: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-7_sm-lg {
    margin: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-7_sm-xl {
    margin: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-7_sm-2xl {
    margin: 28px !important;
  }
}
@media (min-width: 768px) {
  .m-7_md {
    margin: 28px !important;
  }
}
@media (max-width: 767px) {
  .m-7_max-md {
    margin: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-7_md-lg {
    margin: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-7_md-xl {
    margin: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-7_md-2xl {
    margin: 28px !important;
  }
}
@media (min-width: 1024px) {
  .m-7_lg {
    margin: 28px !important;
  }
}
@media (max-width: 1023px) {
  .m-7_max-lg {
    margin: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-7_lg-xl {
    margin: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-7_lg-2xl {
    margin: 28px !important;
  }
}
@media (min-width: 1280px) {
  .m-7_xl {
    margin: 28px !important;
  }
}
@media (max-width: 1279px) {
  .m-7_max-xl {
    margin: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-7_xl-2xl {
    margin: 28px !important;
  }
}
@media (min-width: 1536px) {
  .m-7_2xl {
    margin: 28px !important;
  }
}
@media (max-width: 1535px) {
  .m-7_max-2xl {
    margin: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-7_2xl-2xl {
    margin: 28px !important;
  }
}

.ml-7 {
  margin-left: 28px !important;
}
@media (min-width: 640px) {
  .ml-7_sm {
    margin-left: 28px !important;
  }
}
@media (max-width: 639px) {
  .ml-7_max-sm {
    margin-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-7_sm-md {
    margin-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-7_sm-lg {
    margin-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-7_sm-xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-7_sm-2xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .ml-7_md {
    margin-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .ml-7_max-md {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-7_md-lg {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-7_md-xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-7_md-2xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .ml-7_lg {
    margin-left: 28px !important;
  }
}
@media (max-width: 1023px) {
  .ml-7_max-lg {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-7_lg-xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-7_lg-2xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 1280px) {
  .ml-7_xl {
    margin-left: 28px !important;
  }
}
@media (max-width: 1279px) {
  .ml-7_max-xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-7_xl-2xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 1536px) {
  .ml-7_2xl {
    margin-left: 28px !important;
  }
}
@media (max-width: 1535px) {
  .ml-7_max-2xl {
    margin-left: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-7_2xl-2xl {
    margin-left: 28px !important;
  }
}

.mt-7 {
  margin-top: 28px !important;
}
@media (min-width: 640px) {
  .mt-7_sm {
    margin-top: 28px !important;
  }
}
@media (max-width: 639px) {
  .mt-7_max-sm {
    margin-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-7_sm-md {
    margin-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-7_sm-lg {
    margin-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-7_sm-xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-7_sm-2xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) {
  .mt-7_md {
    margin-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .mt-7_max-md {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-7_md-lg {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-7_md-xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-7_md-2xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mt-7_lg {
    margin-top: 28px !important;
  }
}
@media (max-width: 1023px) {
  .mt-7_max-lg {
    margin-top: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-7_lg-xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-7_lg-2xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 1280px) {
  .mt-7_xl {
    margin-top: 28px !important;
  }
}
@media (max-width: 1279px) {
  .mt-7_max-xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-7_xl-2xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 1536px) {
  .mt-7_2xl {
    margin-top: 28px !important;
  }
}
@media (max-width: 1535px) {
  .mt-7_max-2xl {
    margin-top: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-7_2xl-2xl {
    margin-top: 28px !important;
  }
}

.mr-7 {
  margin-right: 28px !important;
}
@media (min-width: 640px) {
  .mr-7_sm {
    margin-right: 28px !important;
  }
}
@media (max-width: 639px) {
  .mr-7_max-sm {
    margin-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-7_sm-md {
    margin-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-7_sm-lg {
    margin-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-7_sm-xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-7_sm-2xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 768px) {
  .mr-7_md {
    margin-right: 28px !important;
  }
}
@media (max-width: 767px) {
  .mr-7_max-md {
    margin-right: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-7_md-lg {
    margin-right: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-7_md-xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-7_md-2xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mr-7_lg {
    margin-right: 28px !important;
  }
}
@media (max-width: 1023px) {
  .mr-7_max-lg {
    margin-right: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-7_lg-xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-7_lg-2xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 1280px) {
  .mr-7_xl {
    margin-right: 28px !important;
  }
}
@media (max-width: 1279px) {
  .mr-7_max-xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-7_xl-2xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 1536px) {
  .mr-7_2xl {
    margin-right: 28px !important;
  }
}
@media (max-width: 1535px) {
  .mr-7_max-2xl {
    margin-right: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-7_2xl-2xl {
    margin-right: 28px !important;
  }
}

.mb-7 {
  margin-bottom: 28px !important;
}
@media (min-width: 640px) {
  .mb-7_sm {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 639px) {
  .mb-7_max-sm {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-7_sm-md {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-7_sm-lg {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-7_sm-xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-7_sm-2xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .mb-7_md {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .mb-7_max-md {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-7_md-lg {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-7_md-xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-7_md-2xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mb-7_lg {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 1023px) {
  .mb-7_max-lg {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-7_lg-xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-7_lg-2xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1280px) {
  .mb-7_xl {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 1279px) {
  .mb-7_max-xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-7_xl-2xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1536px) {
  .mb-7_2xl {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 1535px) {
  .mb-7_max-2xl {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-7_2xl-2xl {
    margin-bottom: 28px !important;
  }
}

.mx-7 {
  margin-inline: 28px !important;
}
@media (min-width: 640px) {
  .mx-7_sm {
    margin-inline: 28px !important;
  }
}
@media (max-width: 639px) {
  .mx-7_max-sm {
    margin-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-7_sm-md {
    margin-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-7_sm-lg {
    margin-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-7_sm-xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-7_sm-2xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 768px) {
  .mx-7_md {
    margin-inline: 28px !important;
  }
}
@media (max-width: 767px) {
  .mx-7_max-md {
    margin-inline: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-7_md-lg {
    margin-inline: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-7_md-xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-7_md-2xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-7_lg {
    margin-inline: 28px !important;
  }
}
@media (max-width: 1023px) {
  .mx-7_max-lg {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-7_lg-xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-7_lg-2xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1280px) {
  .mx-7_xl {
    margin-inline: 28px !important;
  }
}
@media (max-width: 1279px) {
  .mx-7_max-xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-7_xl-2xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1536px) {
  .mx-7_2xl {
    margin-inline: 28px !important;
  }
}
@media (max-width: 1535px) {
  .mx-7_max-2xl {
    margin-inline: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-7_2xl-2xl {
    margin-inline: 28px !important;
  }
}

.my-7 {
  margin-block: 28px !important;
}
@media (min-width: 640px) {
  .my-7_sm {
    margin-block: 28px !important;
  }
}
@media (max-width: 639px) {
  .my-7_max-sm {
    margin-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-7_sm-md {
    margin-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-7_sm-lg {
    margin-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-7_sm-xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-7_sm-2xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 768px) {
  .my-7_md {
    margin-block: 28px !important;
  }
}
@media (max-width: 767px) {
  .my-7_max-md {
    margin-block: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-7_md-lg {
    margin-block: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-7_md-xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-7_md-2xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 1024px) {
  .my-7_lg {
    margin-block: 28px !important;
  }
}
@media (max-width: 1023px) {
  .my-7_max-lg {
    margin-block: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-7_lg-xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-7_lg-2xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 1280px) {
  .my-7_xl {
    margin-block: 28px !important;
  }
}
@media (max-width: 1279px) {
  .my-7_max-xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-7_xl-2xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 1536px) {
  .my-7_2xl {
    margin-block: 28px !important;
  }
}
@media (max-width: 1535px) {
  .my-7_max-2xl {
    margin-block: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-7_2xl-2xl {
    margin-block: 28px !important;
  }
}

.m-8 {
  margin: 32px !important;
}
@media (min-width: 640px) {
  .m-8_sm {
    margin: 32px !important;
  }
}
@media (max-width: 639px) {
  .m-8_max-sm {
    margin: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-8_sm-md {
    margin: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-8_sm-lg {
    margin: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-8_sm-xl {
    margin: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-8_sm-2xl {
    margin: 32px !important;
  }
}
@media (min-width: 768px) {
  .m-8_md {
    margin: 32px !important;
  }
}
@media (max-width: 767px) {
  .m-8_max-md {
    margin: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-8_md-lg {
    margin: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-8_md-xl {
    margin: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-8_md-2xl {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) {
  .m-8_lg {
    margin: 32px !important;
  }
}
@media (max-width: 1023px) {
  .m-8_max-lg {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-8_lg-xl {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-8_lg-2xl {
    margin: 32px !important;
  }
}
@media (min-width: 1280px) {
  .m-8_xl {
    margin: 32px !important;
  }
}
@media (max-width: 1279px) {
  .m-8_max-xl {
    margin: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-8_xl-2xl {
    margin: 32px !important;
  }
}
@media (min-width: 1536px) {
  .m-8_2xl {
    margin: 32px !important;
  }
}
@media (max-width: 1535px) {
  .m-8_max-2xl {
    margin: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-8_2xl-2xl {
    margin: 32px !important;
  }
}

.ml-8 {
  margin-left: 32px !important;
}
@media (min-width: 640px) {
  .ml-8_sm {
    margin-left: 32px !important;
  }
}
@media (max-width: 639px) {
  .ml-8_max-sm {
    margin-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-8_sm-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-8_sm-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-8_sm-xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-8_sm-2xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .ml-8_md {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .ml-8_max-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-8_md-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-8_md-xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-8_md-2xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .ml-8_lg {
    margin-left: 32px !important;
  }
}
@media (max-width: 1023px) {
  .ml-8_max-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-8_lg-xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-8_lg-2xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 1280px) {
  .ml-8_xl {
    margin-left: 32px !important;
  }
}
@media (max-width: 1279px) {
  .ml-8_max-xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-8_xl-2xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 1536px) {
  .ml-8_2xl {
    margin-left: 32px !important;
  }
}
@media (max-width: 1535px) {
  .ml-8_max-2xl {
    margin-left: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-8_2xl-2xl {
    margin-left: 32px !important;
  }
}

.mt-8 {
  margin-top: 32px !important;
}
@media (min-width: 640px) {
  .mt-8_sm {
    margin-top: 32px !important;
  }
}
@media (max-width: 639px) {
  .mt-8_max-sm {
    margin-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-8_sm-md {
    margin-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-8_sm-lg {
    margin-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-8_sm-xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-8_sm-2xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .mt-8_md {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .mt-8_max-md {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-8_md-lg {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-8_md-xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-8_md-2xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mt-8_lg {
    margin-top: 32px !important;
  }
}
@media (max-width: 1023px) {
  .mt-8_max-lg {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-8_lg-xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-8_lg-2xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 1280px) {
  .mt-8_xl {
    margin-top: 32px !important;
  }
}
@media (max-width: 1279px) {
  .mt-8_max-xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-8_xl-2xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 1536px) {
  .mt-8_2xl {
    margin-top: 32px !important;
  }
}
@media (max-width: 1535px) {
  .mt-8_max-2xl {
    margin-top: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-8_2xl-2xl {
    margin-top: 32px !important;
  }
}

.mr-8 {
  margin-right: 32px !important;
}
@media (min-width: 640px) {
  .mr-8_sm {
    margin-right: 32px !important;
  }
}
@media (max-width: 639px) {
  .mr-8_max-sm {
    margin-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-8_sm-md {
    margin-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-8_sm-lg {
    margin-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-8_sm-xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-8_sm-2xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .mr-8_md {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .mr-8_max-md {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-8_md-lg {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-8_md-xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-8_md-2xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mr-8_lg {
    margin-right: 32px !important;
  }
}
@media (max-width: 1023px) {
  .mr-8_max-lg {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-8_lg-xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-8_lg-2xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 1280px) {
  .mr-8_xl {
    margin-right: 32px !important;
  }
}
@media (max-width: 1279px) {
  .mr-8_max-xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-8_xl-2xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 1536px) {
  .mr-8_2xl {
    margin-right: 32px !important;
  }
}
@media (max-width: 1535px) {
  .mr-8_max-2xl {
    margin-right: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-8_2xl-2xl {
    margin-right: 32px !important;
  }
}

.mb-8 {
  margin-bottom: 32px !important;
}
@media (min-width: 640px) {
  .mb-8_sm {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 639px) {
  .mb-8_max-sm {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-8_sm-md {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-8_sm-lg {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-8_sm-xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-8_sm-2xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .mb-8_md {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .mb-8_max-md {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-8_md-lg {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-8_md-xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-8_md-2xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mb-8_lg {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 1023px) {
  .mb-8_max-lg {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-8_lg-xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-8_lg-2xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1280px) {
  .mb-8_xl {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 1279px) {
  .mb-8_max-xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-8_xl-2xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1536px) {
  .mb-8_2xl {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 1535px) {
  .mb-8_max-2xl {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-8_2xl-2xl {
    margin-bottom: 32px !important;
  }
}

.mx-8 {
  margin-inline: 32px !important;
}
@media (min-width: 640px) {
  .mx-8_sm {
    margin-inline: 32px !important;
  }
}
@media (max-width: 639px) {
  .mx-8_max-sm {
    margin-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-8_sm-md {
    margin-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-8_sm-lg {
    margin-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-8_sm-xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-8_sm-2xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 768px) {
  .mx-8_md {
    margin-inline: 32px !important;
  }
}
@media (max-width: 767px) {
  .mx-8_max-md {
    margin-inline: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-8_md-lg {
    margin-inline: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-8_md-xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-8_md-2xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-8_lg {
    margin-inline: 32px !important;
  }
}
@media (max-width: 1023px) {
  .mx-8_max-lg {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-8_lg-xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-8_lg-2xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1280px) {
  .mx-8_xl {
    margin-inline: 32px !important;
  }
}
@media (max-width: 1279px) {
  .mx-8_max-xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-8_xl-2xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1536px) {
  .mx-8_2xl {
    margin-inline: 32px !important;
  }
}
@media (max-width: 1535px) {
  .mx-8_max-2xl {
    margin-inline: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-8_2xl-2xl {
    margin-inline: 32px !important;
  }
}

.my-8 {
  margin-block: 32px !important;
}
@media (min-width: 640px) {
  .my-8_sm {
    margin-block: 32px !important;
  }
}
@media (max-width: 639px) {
  .my-8_max-sm {
    margin-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-8_sm-md {
    margin-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-8_sm-lg {
    margin-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-8_sm-xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-8_sm-2xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 768px) {
  .my-8_md {
    margin-block: 32px !important;
  }
}
@media (max-width: 767px) {
  .my-8_max-md {
    margin-block: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-8_md-lg {
    margin-block: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-8_md-xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-8_md-2xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 1024px) {
  .my-8_lg {
    margin-block: 32px !important;
  }
}
@media (max-width: 1023px) {
  .my-8_max-lg {
    margin-block: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-8_lg-xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-8_lg-2xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 1280px) {
  .my-8_xl {
    margin-block: 32px !important;
  }
}
@media (max-width: 1279px) {
  .my-8_max-xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-8_xl-2xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 1536px) {
  .my-8_2xl {
    margin-block: 32px !important;
  }
}
@media (max-width: 1535px) {
  .my-8_max-2xl {
    margin-block: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-8_2xl-2xl {
    margin-block: 32px !important;
  }
}

.m-9 {
  margin: 36px !important;
}
@media (min-width: 640px) {
  .m-9_sm {
    margin: 36px !important;
  }
}
@media (max-width: 639px) {
  .m-9_max-sm {
    margin: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-9_sm-md {
    margin: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-9_sm-lg {
    margin: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-9_sm-xl {
    margin: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-9_sm-2xl {
    margin: 36px !important;
  }
}
@media (min-width: 768px) {
  .m-9_md {
    margin: 36px !important;
  }
}
@media (max-width: 767px) {
  .m-9_max-md {
    margin: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-9_md-lg {
    margin: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-9_md-xl {
    margin: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-9_md-2xl {
    margin: 36px !important;
  }
}
@media (min-width: 1024px) {
  .m-9_lg {
    margin: 36px !important;
  }
}
@media (max-width: 1023px) {
  .m-9_max-lg {
    margin: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-9_lg-xl {
    margin: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-9_lg-2xl {
    margin: 36px !important;
  }
}
@media (min-width: 1280px) {
  .m-9_xl {
    margin: 36px !important;
  }
}
@media (max-width: 1279px) {
  .m-9_max-xl {
    margin: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-9_xl-2xl {
    margin: 36px !important;
  }
}
@media (min-width: 1536px) {
  .m-9_2xl {
    margin: 36px !important;
  }
}
@media (max-width: 1535px) {
  .m-9_max-2xl {
    margin: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-9_2xl-2xl {
    margin: 36px !important;
  }
}

.ml-9 {
  margin-left: 36px !important;
}
@media (min-width: 640px) {
  .ml-9_sm {
    margin-left: 36px !important;
  }
}
@media (max-width: 639px) {
  .ml-9_max-sm {
    margin-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-9_sm-md {
    margin-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-9_sm-lg {
    margin-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-9_sm-xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-9_sm-2xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 768px) {
  .ml-9_md {
    margin-left: 36px !important;
  }
}
@media (max-width: 767px) {
  .ml-9_max-md {
    margin-left: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-9_md-lg {
    margin-left: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-9_md-xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-9_md-2xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 1024px) {
  .ml-9_lg {
    margin-left: 36px !important;
  }
}
@media (max-width: 1023px) {
  .ml-9_max-lg {
    margin-left: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-9_lg-xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-9_lg-2xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 1280px) {
  .ml-9_xl {
    margin-left: 36px !important;
  }
}
@media (max-width: 1279px) {
  .ml-9_max-xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-9_xl-2xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 1536px) {
  .ml-9_2xl {
    margin-left: 36px !important;
  }
}
@media (max-width: 1535px) {
  .ml-9_max-2xl {
    margin-left: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-9_2xl-2xl {
    margin-left: 36px !important;
  }
}

.mt-9 {
  margin-top: 36px !important;
}
@media (min-width: 640px) {
  .mt-9_sm {
    margin-top: 36px !important;
  }
}
@media (max-width: 639px) {
  .mt-9_max-sm {
    margin-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-9_sm-md {
    margin-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-9_sm-lg {
    margin-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-9_sm-xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-9_sm-2xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 768px) {
  .mt-9_md {
    margin-top: 36px !important;
  }
}
@media (max-width: 767px) {
  .mt-9_max-md {
    margin-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-9_md-lg {
    margin-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-9_md-xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-9_md-2xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 1024px) {
  .mt-9_lg {
    margin-top: 36px !important;
  }
}
@media (max-width: 1023px) {
  .mt-9_max-lg {
    margin-top: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-9_lg-xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-9_lg-2xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 1280px) {
  .mt-9_xl {
    margin-top: 36px !important;
  }
}
@media (max-width: 1279px) {
  .mt-9_max-xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-9_xl-2xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 1536px) {
  .mt-9_2xl {
    margin-top: 36px !important;
  }
}
@media (max-width: 1535px) {
  .mt-9_max-2xl {
    margin-top: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-9_2xl-2xl {
    margin-top: 36px !important;
  }
}

.mr-9 {
  margin-right: 36px !important;
}
@media (min-width: 640px) {
  .mr-9_sm {
    margin-right: 36px !important;
  }
}
@media (max-width: 639px) {
  .mr-9_max-sm {
    margin-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-9_sm-md {
    margin-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-9_sm-lg {
    margin-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-9_sm-xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-9_sm-2xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 768px) {
  .mr-9_md {
    margin-right: 36px !important;
  }
}
@media (max-width: 767px) {
  .mr-9_max-md {
    margin-right: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-9_md-lg {
    margin-right: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-9_md-xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-9_md-2xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 1024px) {
  .mr-9_lg {
    margin-right: 36px !important;
  }
}
@media (max-width: 1023px) {
  .mr-9_max-lg {
    margin-right: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-9_lg-xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-9_lg-2xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 1280px) {
  .mr-9_xl {
    margin-right: 36px !important;
  }
}
@media (max-width: 1279px) {
  .mr-9_max-xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-9_xl-2xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 1536px) {
  .mr-9_2xl {
    margin-right: 36px !important;
  }
}
@media (max-width: 1535px) {
  .mr-9_max-2xl {
    margin-right: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-9_2xl-2xl {
    margin-right: 36px !important;
  }
}

.mb-9 {
  margin-bottom: 36px !important;
}
@media (min-width: 640px) {
  .mb-9_sm {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 639px) {
  .mb-9_max-sm {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-9_sm-md {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-9_sm-lg {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-9_sm-xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-9_sm-2xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 768px) {
  .mb-9_md {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 767px) {
  .mb-9_max-md {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-9_md-lg {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-9_md-xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-9_md-2xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1024px) {
  .mb-9_lg {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 1023px) {
  .mb-9_max-lg {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-9_lg-xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-9_lg-2xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1280px) {
  .mb-9_xl {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 1279px) {
  .mb-9_max-xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-9_xl-2xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1536px) {
  .mb-9_2xl {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 1535px) {
  .mb-9_max-2xl {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-9_2xl-2xl {
    margin-bottom: 36px !important;
  }
}

.mx-9 {
  margin-inline: 36px !important;
}
@media (min-width: 640px) {
  .mx-9_sm {
    margin-inline: 36px !important;
  }
}
@media (max-width: 639px) {
  .mx-9_max-sm {
    margin-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-9_sm-md {
    margin-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-9_sm-lg {
    margin-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-9_sm-xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-9_sm-2xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 768px) {
  .mx-9_md {
    margin-inline: 36px !important;
  }
}
@media (max-width: 767px) {
  .mx-9_max-md {
    margin-inline: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-9_md-lg {
    margin-inline: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-9_md-xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-9_md-2xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1024px) {
  .mx-9_lg {
    margin-inline: 36px !important;
  }
}
@media (max-width: 1023px) {
  .mx-9_max-lg {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-9_lg-xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-9_lg-2xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1280px) {
  .mx-9_xl {
    margin-inline: 36px !important;
  }
}
@media (max-width: 1279px) {
  .mx-9_max-xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-9_xl-2xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1536px) {
  .mx-9_2xl {
    margin-inline: 36px !important;
  }
}
@media (max-width: 1535px) {
  .mx-9_max-2xl {
    margin-inline: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-9_2xl-2xl {
    margin-inline: 36px !important;
  }
}

.my-9 {
  margin-block: 36px !important;
}
@media (min-width: 640px) {
  .my-9_sm {
    margin-block: 36px !important;
  }
}
@media (max-width: 639px) {
  .my-9_max-sm {
    margin-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-9_sm-md {
    margin-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-9_sm-lg {
    margin-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-9_sm-xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-9_sm-2xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 768px) {
  .my-9_md {
    margin-block: 36px !important;
  }
}
@media (max-width: 767px) {
  .my-9_max-md {
    margin-block: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-9_md-lg {
    margin-block: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-9_md-xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-9_md-2xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 1024px) {
  .my-9_lg {
    margin-block: 36px !important;
  }
}
@media (max-width: 1023px) {
  .my-9_max-lg {
    margin-block: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-9_lg-xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-9_lg-2xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 1280px) {
  .my-9_xl {
    margin-block: 36px !important;
  }
}
@media (max-width: 1279px) {
  .my-9_max-xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-9_xl-2xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 1536px) {
  .my-9_2xl {
    margin-block: 36px !important;
  }
}
@media (max-width: 1535px) {
  .my-9_max-2xl {
    margin-block: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-9_2xl-2xl {
    margin-block: 36px !important;
  }
}

.m-10 {
  margin: 40px !important;
}
@media (min-width: 640px) {
  .m-10_sm {
    margin: 40px !important;
  }
}
@media (max-width: 639px) {
  .m-10_max-sm {
    margin: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-10_sm-md {
    margin: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-10_sm-lg {
    margin: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-10_sm-xl {
    margin: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-10_sm-2xl {
    margin: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-10_md {
    margin: 40px !important;
  }
}
@media (max-width: 767px) {
  .m-10_max-md {
    margin: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-10_md-lg {
    margin: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-10_md-xl {
    margin: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-10_md-2xl {
    margin: 40px !important;
  }
}
@media (min-width: 1024px) {
  .m-10_lg {
    margin: 40px !important;
  }
}
@media (max-width: 1023px) {
  .m-10_max-lg {
    margin: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-10_lg-xl {
    margin: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-10_lg-2xl {
    margin: 40px !important;
  }
}
@media (min-width: 1280px) {
  .m-10_xl {
    margin: 40px !important;
  }
}
@media (max-width: 1279px) {
  .m-10_max-xl {
    margin: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-10_xl-2xl {
    margin: 40px !important;
  }
}
@media (min-width: 1536px) {
  .m-10_2xl {
    margin: 40px !important;
  }
}
@media (max-width: 1535px) {
  .m-10_max-2xl {
    margin: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-10_2xl-2xl {
    margin: 40px !important;
  }
}

.ml-10 {
  margin-left: 40px !important;
}
@media (min-width: 640px) {
  .ml-10_sm {
    margin-left: 40px !important;
  }
}
@media (max-width: 639px) {
  .ml-10_max-sm {
    margin-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-10_sm-md {
    margin-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-10_sm-lg {
    margin-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-10_sm-xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-10_sm-2xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ml-10_md {
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .ml-10_max-md {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-10_md-lg {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-10_md-xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-10_md-2xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .ml-10_lg {
    margin-left: 40px !important;
  }
}
@media (max-width: 1023px) {
  .ml-10_max-lg {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-10_lg-xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-10_lg-2xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 1280px) {
  .ml-10_xl {
    margin-left: 40px !important;
  }
}
@media (max-width: 1279px) {
  .ml-10_max-xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-10_xl-2xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 1536px) {
  .ml-10_2xl {
    margin-left: 40px !important;
  }
}
@media (max-width: 1535px) {
  .ml-10_max-2xl {
    margin-left: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-10_2xl-2xl {
    margin-left: 40px !important;
  }
}

.mt-10 {
  margin-top: 40px !important;
}
@media (min-width: 640px) {
  .mt-10_sm {
    margin-top: 40px !important;
  }
}
@media (max-width: 639px) {
  .mt-10_max-sm {
    margin-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-10_sm-md {
    margin-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-10_sm-lg {
    margin-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-10_sm-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-10_sm-2xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-10_md {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-10_max-md {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-10_md-lg {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-10_md-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-10_md-2xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mt-10_lg {
    margin-top: 40px !important;
  }
}
@media (max-width: 1023px) {
  .mt-10_max-lg {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-10_lg-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-10_lg-2xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mt-10_xl {
    margin-top: 40px !important;
  }
}
@media (max-width: 1279px) {
  .mt-10_max-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-10_xl-2xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1536px) {
  .mt-10_2xl {
    margin-top: 40px !important;
  }
}
@media (max-width: 1535px) {
  .mt-10_max-2xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-10_2xl-2xl {
    margin-top: 40px !important;
  }
}

.mr-10 {
  margin-right: 40px !important;
}
@media (min-width: 640px) {
  .mr-10_sm {
    margin-right: 40px !important;
  }
}
@media (max-width: 639px) {
  .mr-10_max-sm {
    margin-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-10_sm-md {
    margin-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-10_sm-lg {
    margin-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-10_sm-xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-10_sm-2xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mr-10_md {
    margin-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .mr-10_max-md {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-10_md-lg {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-10_md-xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-10_md-2xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mr-10_lg {
    margin-right: 40px !important;
  }
}
@media (max-width: 1023px) {
  .mr-10_max-lg {
    margin-right: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-10_lg-xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-10_lg-2xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mr-10_xl {
    margin-right: 40px !important;
  }
}
@media (max-width: 1279px) {
  .mr-10_max-xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-10_xl-2xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1536px) {
  .mr-10_2xl {
    margin-right: 40px !important;
  }
}
@media (max-width: 1535px) {
  .mr-10_max-2xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-10_2xl-2xl {
    margin-right: 40px !important;
  }
}

.mb-10 {
  margin-bottom: 40px !important;
}
@media (min-width: 640px) {
  .mb-10_sm {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 639px) {
  .mb-10_max-sm {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-10_sm-md {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-10_sm-lg {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-10_sm-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-10_sm-2xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-10_md {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb-10_max-md {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-10_md-lg {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-10_md-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-10_md-2xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mb-10_lg {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1023px) {
  .mb-10_max-lg {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-10_lg-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-10_lg-2xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mb-10_xl {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1279px) {
  .mb-10_max-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-10_xl-2xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1536px) {
  .mb-10_2xl {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1535px) {
  .mb-10_max-2xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-10_2xl-2xl {
    margin-bottom: 40px !important;
  }
}

.mx-10 {
  margin-inline: 40px !important;
}
@media (min-width: 640px) {
  .mx-10_sm {
    margin-inline: 40px !important;
  }
}
@media (max-width: 639px) {
  .mx-10_max-sm {
    margin-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-10_sm-md {
    margin-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-10_sm-lg {
    margin-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-10_sm-xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-10_sm-2xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 768px) {
  .mx-10_md {
    margin-inline: 40px !important;
  }
}
@media (max-width: 767px) {
  .mx-10_max-md {
    margin-inline: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-10_md-lg {
    margin-inline: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-10_md-xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-10_md-2xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-10_lg {
    margin-inline: 40px !important;
  }
}
@media (max-width: 1023px) {
  .mx-10_max-lg {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-10_lg-xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-10_lg-2xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mx-10_xl {
    margin-inline: 40px !important;
  }
}
@media (max-width: 1279px) {
  .mx-10_max-xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-10_xl-2xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1536px) {
  .mx-10_2xl {
    margin-inline: 40px !important;
  }
}
@media (max-width: 1535px) {
  .mx-10_max-2xl {
    margin-inline: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-10_2xl-2xl {
    margin-inline: 40px !important;
  }
}

.my-10 {
  margin-block: 40px !important;
}
@media (min-width: 640px) {
  .my-10_sm {
    margin-block: 40px !important;
  }
}
@media (max-width: 639px) {
  .my-10_max-sm {
    margin-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-10_sm-md {
    margin-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-10_sm-lg {
    margin-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-10_sm-xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-10_sm-2xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 768px) {
  .my-10_md {
    margin-block: 40px !important;
  }
}
@media (max-width: 767px) {
  .my-10_max-md {
    margin-block: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-10_md-lg {
    margin-block: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-10_md-xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-10_md-2xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 1024px) {
  .my-10_lg {
    margin-block: 40px !important;
  }
}
@media (max-width: 1023px) {
  .my-10_max-lg {
    margin-block: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-10_lg-xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-10_lg-2xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 1280px) {
  .my-10_xl {
    margin-block: 40px !important;
  }
}
@media (max-width: 1279px) {
  .my-10_max-xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-10_xl-2xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 1536px) {
  .my-10_2xl {
    margin-block: 40px !important;
  }
}
@media (max-width: 1535px) {
  .my-10_max-2xl {
    margin-block: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-10_2xl-2xl {
    margin-block: 40px !important;
  }
}

.m-11 {
  margin: 44px !important;
}
@media (min-width: 640px) {
  .m-11_sm {
    margin: 44px !important;
  }
}
@media (max-width: 639px) {
  .m-11_max-sm {
    margin: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-11_sm-md {
    margin: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-11_sm-lg {
    margin: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-11_sm-xl {
    margin: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-11_sm-2xl {
    margin: 44px !important;
  }
}
@media (min-width: 768px) {
  .m-11_md {
    margin: 44px !important;
  }
}
@media (max-width: 767px) {
  .m-11_max-md {
    margin: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-11_md-lg {
    margin: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-11_md-xl {
    margin: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-11_md-2xl {
    margin: 44px !important;
  }
}
@media (min-width: 1024px) {
  .m-11_lg {
    margin: 44px !important;
  }
}
@media (max-width: 1023px) {
  .m-11_max-lg {
    margin: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-11_lg-xl {
    margin: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-11_lg-2xl {
    margin: 44px !important;
  }
}
@media (min-width: 1280px) {
  .m-11_xl {
    margin: 44px !important;
  }
}
@media (max-width: 1279px) {
  .m-11_max-xl {
    margin: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-11_xl-2xl {
    margin: 44px !important;
  }
}
@media (min-width: 1536px) {
  .m-11_2xl {
    margin: 44px !important;
  }
}
@media (max-width: 1535px) {
  .m-11_max-2xl {
    margin: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-11_2xl-2xl {
    margin: 44px !important;
  }
}

.ml-11 {
  margin-left: 44px !important;
}
@media (min-width: 640px) {
  .ml-11_sm {
    margin-left: 44px !important;
  }
}
@media (max-width: 639px) {
  .ml-11_max-sm {
    margin-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-11_sm-md {
    margin-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-11_sm-lg {
    margin-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-11_sm-xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-11_sm-2xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 768px) {
  .ml-11_md {
    margin-left: 44px !important;
  }
}
@media (max-width: 767px) {
  .ml-11_max-md {
    margin-left: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-11_md-lg {
    margin-left: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-11_md-xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-11_md-2xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 1024px) {
  .ml-11_lg {
    margin-left: 44px !important;
  }
}
@media (max-width: 1023px) {
  .ml-11_max-lg {
    margin-left: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-11_lg-xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-11_lg-2xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 1280px) {
  .ml-11_xl {
    margin-left: 44px !important;
  }
}
@media (max-width: 1279px) {
  .ml-11_max-xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-11_xl-2xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 1536px) {
  .ml-11_2xl {
    margin-left: 44px !important;
  }
}
@media (max-width: 1535px) {
  .ml-11_max-2xl {
    margin-left: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-11_2xl-2xl {
    margin-left: 44px !important;
  }
}

.mt-11 {
  margin-top: 44px !important;
}
@media (min-width: 640px) {
  .mt-11_sm {
    margin-top: 44px !important;
  }
}
@media (max-width: 639px) {
  .mt-11_max-sm {
    margin-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-11_sm-md {
    margin-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-11_sm-lg {
    margin-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-11_sm-xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-11_sm-2xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 768px) {
  .mt-11_md {
    margin-top: 44px !important;
  }
}
@media (max-width: 767px) {
  .mt-11_max-md {
    margin-top: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-11_md-lg {
    margin-top: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-11_md-xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-11_md-2xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 1024px) {
  .mt-11_lg {
    margin-top: 44px !important;
  }
}
@media (max-width: 1023px) {
  .mt-11_max-lg {
    margin-top: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-11_lg-xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-11_lg-2xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 1280px) {
  .mt-11_xl {
    margin-top: 44px !important;
  }
}
@media (max-width: 1279px) {
  .mt-11_max-xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-11_xl-2xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 1536px) {
  .mt-11_2xl {
    margin-top: 44px !important;
  }
}
@media (max-width: 1535px) {
  .mt-11_max-2xl {
    margin-top: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-11_2xl-2xl {
    margin-top: 44px !important;
  }
}

.mr-11 {
  margin-right: 44px !important;
}
@media (min-width: 640px) {
  .mr-11_sm {
    margin-right: 44px !important;
  }
}
@media (max-width: 639px) {
  .mr-11_max-sm {
    margin-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-11_sm-md {
    margin-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-11_sm-lg {
    margin-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-11_sm-xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-11_sm-2xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 768px) {
  .mr-11_md {
    margin-right: 44px !important;
  }
}
@media (max-width: 767px) {
  .mr-11_max-md {
    margin-right: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-11_md-lg {
    margin-right: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-11_md-xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-11_md-2xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 1024px) {
  .mr-11_lg {
    margin-right: 44px !important;
  }
}
@media (max-width: 1023px) {
  .mr-11_max-lg {
    margin-right: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-11_lg-xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-11_lg-2xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 1280px) {
  .mr-11_xl {
    margin-right: 44px !important;
  }
}
@media (max-width: 1279px) {
  .mr-11_max-xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-11_xl-2xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 1536px) {
  .mr-11_2xl {
    margin-right: 44px !important;
  }
}
@media (max-width: 1535px) {
  .mr-11_max-2xl {
    margin-right: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-11_2xl-2xl {
    margin-right: 44px !important;
  }
}

.mb-11 {
  margin-bottom: 44px !important;
}
@media (min-width: 640px) {
  .mb-11_sm {
    margin-bottom: 44px !important;
  }
}
@media (max-width: 639px) {
  .mb-11_max-sm {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-11_sm-md {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-11_sm-lg {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-11_sm-xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-11_sm-2xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 768px) {
  .mb-11_md {
    margin-bottom: 44px !important;
  }
}
@media (max-width: 767px) {
  .mb-11_max-md {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-11_md-lg {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-11_md-xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-11_md-2xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1024px) {
  .mb-11_lg {
    margin-bottom: 44px !important;
  }
}
@media (max-width: 1023px) {
  .mb-11_max-lg {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-11_lg-xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-11_lg-2xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1280px) {
  .mb-11_xl {
    margin-bottom: 44px !important;
  }
}
@media (max-width: 1279px) {
  .mb-11_max-xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-11_xl-2xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1536px) {
  .mb-11_2xl {
    margin-bottom: 44px !important;
  }
}
@media (max-width: 1535px) {
  .mb-11_max-2xl {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-11_2xl-2xl {
    margin-bottom: 44px !important;
  }
}

.mx-11 {
  margin-inline: 44px !important;
}
@media (min-width: 640px) {
  .mx-11_sm {
    margin-inline: 44px !important;
  }
}
@media (max-width: 639px) {
  .mx-11_max-sm {
    margin-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-11_sm-md {
    margin-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-11_sm-lg {
    margin-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-11_sm-xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-11_sm-2xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 768px) {
  .mx-11_md {
    margin-inline: 44px !important;
  }
}
@media (max-width: 767px) {
  .mx-11_max-md {
    margin-inline: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-11_md-lg {
    margin-inline: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-11_md-xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-11_md-2xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1024px) {
  .mx-11_lg {
    margin-inline: 44px !important;
  }
}
@media (max-width: 1023px) {
  .mx-11_max-lg {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-11_lg-xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-11_lg-2xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1280px) {
  .mx-11_xl {
    margin-inline: 44px !important;
  }
}
@media (max-width: 1279px) {
  .mx-11_max-xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-11_xl-2xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1536px) {
  .mx-11_2xl {
    margin-inline: 44px !important;
  }
}
@media (max-width: 1535px) {
  .mx-11_max-2xl {
    margin-inline: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-11_2xl-2xl {
    margin-inline: 44px !important;
  }
}

.my-11 {
  margin-block: 44px !important;
}
@media (min-width: 640px) {
  .my-11_sm {
    margin-block: 44px !important;
  }
}
@media (max-width: 639px) {
  .my-11_max-sm {
    margin-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-11_sm-md {
    margin-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-11_sm-lg {
    margin-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-11_sm-xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-11_sm-2xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 768px) {
  .my-11_md {
    margin-block: 44px !important;
  }
}
@media (max-width: 767px) {
  .my-11_max-md {
    margin-block: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-11_md-lg {
    margin-block: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-11_md-xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-11_md-2xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 1024px) {
  .my-11_lg {
    margin-block: 44px !important;
  }
}
@media (max-width: 1023px) {
  .my-11_max-lg {
    margin-block: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-11_lg-xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-11_lg-2xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 1280px) {
  .my-11_xl {
    margin-block: 44px !important;
  }
}
@media (max-width: 1279px) {
  .my-11_max-xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-11_xl-2xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 1536px) {
  .my-11_2xl {
    margin-block: 44px !important;
  }
}
@media (max-width: 1535px) {
  .my-11_max-2xl {
    margin-block: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-11_2xl-2xl {
    margin-block: 44px !important;
  }
}

.m-12 {
  margin: 48px !important;
}
@media (min-width: 640px) {
  .m-12_sm {
    margin: 48px !important;
  }
}
@media (max-width: 639px) {
  .m-12_max-sm {
    margin: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-12_sm-md {
    margin: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-12_sm-lg {
    margin: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-12_sm-xl {
    margin: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-12_sm-2xl {
    margin: 48px !important;
  }
}
@media (min-width: 768px) {
  .m-12_md {
    margin: 48px !important;
  }
}
@media (max-width: 767px) {
  .m-12_max-md {
    margin: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-12_md-lg {
    margin: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-12_md-xl {
    margin: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-12_md-2xl {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) {
  .m-12_lg {
    margin: 48px !important;
  }
}
@media (max-width: 1023px) {
  .m-12_max-lg {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-12_lg-xl {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-12_lg-2xl {
    margin: 48px !important;
  }
}
@media (min-width: 1280px) {
  .m-12_xl {
    margin: 48px !important;
  }
}
@media (max-width: 1279px) {
  .m-12_max-xl {
    margin: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-12_xl-2xl {
    margin: 48px !important;
  }
}
@media (min-width: 1536px) {
  .m-12_2xl {
    margin: 48px !important;
  }
}
@media (max-width: 1535px) {
  .m-12_max-2xl {
    margin: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-12_2xl-2xl {
    margin: 48px !important;
  }
}

.ml-12 {
  margin-left: 48px !important;
}
@media (min-width: 640px) {
  .ml-12_sm {
    margin-left: 48px !important;
  }
}
@media (max-width: 639px) {
  .ml-12_max-sm {
    margin-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-12_sm-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-12_sm-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-12_sm-xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-12_sm-2xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .ml-12_md {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .ml-12_max-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-12_md-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-12_md-xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-12_md-2xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .ml-12_lg {
    margin-left: 48px !important;
  }
}
@media (max-width: 1023px) {
  .ml-12_max-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-12_lg-xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-12_lg-2xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 1280px) {
  .ml-12_xl {
    margin-left: 48px !important;
  }
}
@media (max-width: 1279px) {
  .ml-12_max-xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-12_xl-2xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 1536px) {
  .ml-12_2xl {
    margin-left: 48px !important;
  }
}
@media (max-width: 1535px) {
  .ml-12_max-2xl {
    margin-left: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-12_2xl-2xl {
    margin-left: 48px !important;
  }
}

.mt-12 {
  margin-top: 48px !important;
}
@media (min-width: 640px) {
  .mt-12_sm {
    margin-top: 48px !important;
  }
}
@media (max-width: 639px) {
  .mt-12_max-sm {
    margin-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-12_sm-md {
    margin-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-12_sm-lg {
    margin-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-12_sm-xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-12_sm-2xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .mt-12_md {
    margin-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .mt-12_max-md {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-12_md-lg {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-12_md-xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-12_md-2xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mt-12_lg {
    margin-top: 48px !important;
  }
}
@media (max-width: 1023px) {
  .mt-12_max-lg {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-12_lg-xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-12_lg-2xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 1280px) {
  .mt-12_xl {
    margin-top: 48px !important;
  }
}
@media (max-width: 1279px) {
  .mt-12_max-xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-12_xl-2xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 1536px) {
  .mt-12_2xl {
    margin-top: 48px !important;
  }
}
@media (max-width: 1535px) {
  .mt-12_max-2xl {
    margin-top: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-12_2xl-2xl {
    margin-top: 48px !important;
  }
}

.mr-12 {
  margin-right: 48px !important;
}
@media (min-width: 640px) {
  .mr-12_sm {
    margin-right: 48px !important;
  }
}
@media (max-width: 639px) {
  .mr-12_max-sm {
    margin-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-12_sm-md {
    margin-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-12_sm-lg {
    margin-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-12_sm-xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-12_sm-2xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .mr-12_md {
    margin-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .mr-12_max-md {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-12_md-lg {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-12_md-xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-12_md-2xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mr-12_lg {
    margin-right: 48px !important;
  }
}
@media (max-width: 1023px) {
  .mr-12_max-lg {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-12_lg-xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-12_lg-2xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 1280px) {
  .mr-12_xl {
    margin-right: 48px !important;
  }
}
@media (max-width: 1279px) {
  .mr-12_max-xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-12_xl-2xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 1536px) {
  .mr-12_2xl {
    margin-right: 48px !important;
  }
}
@media (max-width: 1535px) {
  .mr-12_max-2xl {
    margin-right: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-12_2xl-2xl {
    margin-right: 48px !important;
  }
}

.mb-12 {
  margin-bottom: 48px !important;
}
@media (min-width: 640px) {
  .mb-12_sm {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 639px) {
  .mb-12_max-sm {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-12_sm-md {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-12_sm-lg {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-12_sm-xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-12_sm-2xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .mb-12_md {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .mb-12_max-md {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-12_md-lg {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-12_md-xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-12_md-2xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mb-12_lg {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 1023px) {
  .mb-12_max-lg {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-12_lg-xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-12_lg-2xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1280px) {
  .mb-12_xl {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 1279px) {
  .mb-12_max-xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-12_xl-2xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1536px) {
  .mb-12_2xl {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 1535px) {
  .mb-12_max-2xl {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-12_2xl-2xl {
    margin-bottom: 48px !important;
  }
}

.mx-12 {
  margin-inline: 48px !important;
}
@media (min-width: 640px) {
  .mx-12_sm {
    margin-inline: 48px !important;
  }
}
@media (max-width: 639px) {
  .mx-12_max-sm {
    margin-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-12_sm-md {
    margin-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-12_sm-lg {
    margin-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-12_sm-xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-12_sm-2xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 768px) {
  .mx-12_md {
    margin-inline: 48px !important;
  }
}
@media (max-width: 767px) {
  .mx-12_max-md {
    margin-inline: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-12_md-lg {
    margin-inline: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-12_md-xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-12_md-2xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-12_lg {
    margin-inline: 48px !important;
  }
}
@media (max-width: 1023px) {
  .mx-12_max-lg {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-12_lg-xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-12_lg-2xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1280px) {
  .mx-12_xl {
    margin-inline: 48px !important;
  }
}
@media (max-width: 1279px) {
  .mx-12_max-xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-12_xl-2xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1536px) {
  .mx-12_2xl {
    margin-inline: 48px !important;
  }
}
@media (max-width: 1535px) {
  .mx-12_max-2xl {
    margin-inline: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-12_2xl-2xl {
    margin-inline: 48px !important;
  }
}

.my-12 {
  margin-block: 48px !important;
}
@media (min-width: 640px) {
  .my-12_sm {
    margin-block: 48px !important;
  }
}
@media (max-width: 639px) {
  .my-12_max-sm {
    margin-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-12_sm-md {
    margin-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-12_sm-lg {
    margin-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-12_sm-xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-12_sm-2xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 768px) {
  .my-12_md {
    margin-block: 48px !important;
  }
}
@media (max-width: 767px) {
  .my-12_max-md {
    margin-block: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-12_md-lg {
    margin-block: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-12_md-xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-12_md-2xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 1024px) {
  .my-12_lg {
    margin-block: 48px !important;
  }
}
@media (max-width: 1023px) {
  .my-12_max-lg {
    margin-block: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-12_lg-xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-12_lg-2xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 1280px) {
  .my-12_xl {
    margin-block: 48px !important;
  }
}
@media (max-width: 1279px) {
  .my-12_max-xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-12_xl-2xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 1536px) {
  .my-12_2xl {
    margin-block: 48px !important;
  }
}
@media (max-width: 1535px) {
  .my-12_max-2xl {
    margin-block: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-12_2xl-2xl {
    margin-block: 48px !important;
  }
}

.m-auto {
  margin: auto !important;
}
@media (min-width: 640px) {
  .m-auto_sm {
    margin: auto !important;
  }
}
@media (max-width: 639px) {
  .m-auto_max-sm {
    margin: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .m-auto_sm-md {
    margin: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .m-auto_sm-lg {
    margin: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .m-auto_sm-xl {
    margin: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .m-auto_sm-2xl {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .m-auto_md {
    margin: auto !important;
  }
}
@media (max-width: 767px) {
  .m-auto_max-md {
    margin: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-auto_md-lg {
    margin: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-auto_md-xl {
    margin: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .m-auto_md-2xl {
    margin: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-auto_lg {
    margin: auto !important;
  }
}
@media (max-width: 1023px) {
  .m-auto_max-lg {
    margin: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .m-auto_lg-xl {
    margin: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .m-auto_lg-2xl {
    margin: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-auto_xl {
    margin: auto !important;
  }
}
@media (max-width: 1279px) {
  .m-auto_max-xl {
    margin: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .m-auto_xl-2xl {
    margin: auto !important;
  }
}
@media (min-width: 1536px) {
  .m-auto_2xl {
    margin: auto !important;
  }
}
@media (max-width: 1535px) {
  .m-auto_max-2xl {
    margin: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .m-auto_2xl-2xl {
    margin: auto !important;
  }
}

.ml-auto {
  margin-left: auto !important;
}
@media (min-width: 640px) {
  .ml-auto_sm {
    margin-left: auto !important;
  }
}
@media (max-width: 639px) {
  .ml-auto_max-sm {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ml-auto_sm-md {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ml-auto_sm-lg {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .ml-auto_sm-xl {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .ml-auto_sm-2xl {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .ml-auto_md {
    margin-left: auto !important;
  }
}
@media (max-width: 767px) {
  .ml-auto_max-md {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ml-auto_md-lg {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ml-auto_md-xl {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .ml-auto_md-2xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .ml-auto_lg {
    margin-left: auto !important;
  }
}
@media (max-width: 1023px) {
  .ml-auto_max-lg {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ml-auto_lg-xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .ml-auto_lg-2xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .ml-auto_xl {
    margin-left: auto !important;
  }
}
@media (max-width: 1279px) {
  .ml-auto_max-xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .ml-auto_xl-2xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1536px) {
  .ml-auto_2xl {
    margin-left: auto !important;
  }
}
@media (max-width: 1535px) {
  .ml-auto_max-2xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .ml-auto_2xl-2xl {
    margin-left: auto !important;
  }
}

.mt-auto {
  margin-top: auto !important;
}
@media (min-width: 640px) {
  .mt-auto_sm {
    margin-top: auto !important;
  }
}
@media (max-width: 639px) {
  .mt-auto_max-sm {
    margin-top: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mt-auto_sm-md {
    margin-top: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mt-auto_sm-lg {
    margin-top: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mt-auto_sm-xl {
    margin-top: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mt-auto_sm-2xl {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-auto_md {
    margin-top: auto !important;
  }
}
@media (max-width: 767px) {
  .mt-auto_max-md {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mt-auto_md-lg {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mt-auto_md-xl {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mt-auto_md-2xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) {
  .mt-auto_lg {
    margin-top: auto !important;
  }
}
@media (max-width: 1023px) {
  .mt-auto_max-lg {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mt-auto_lg-xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mt-auto_lg-2xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1280px) {
  .mt-auto_xl {
    margin-top: auto !important;
  }
}
@media (max-width: 1279px) {
  .mt-auto_max-xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mt-auto_xl-2xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1536px) {
  .mt-auto_2xl {
    margin-top: auto !important;
  }
}
@media (max-width: 1535px) {
  .mt-auto_max-2xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mt-auto_2xl-2xl {
    margin-top: auto !important;
  }
}

.mr-auto {
  margin-right: auto !important;
}
@media (min-width: 640px) {
  .mr-auto_sm {
    margin-right: auto !important;
  }
}
@media (max-width: 639px) {
  .mr-auto_max-sm {
    margin-right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mr-auto_sm-md {
    margin-right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mr-auto_sm-lg {
    margin-right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mr-auto_sm-xl {
    margin-right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mr-auto_sm-2xl {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .mr-auto_md {
    margin-right: auto !important;
  }
}
@media (max-width: 767px) {
  .mr-auto_max-md {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-auto_md-lg {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mr-auto_md-xl {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mr-auto_md-2xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) {
  .mr-auto_lg {
    margin-right: auto !important;
  }
}
@media (max-width: 1023px) {
  .mr-auto_max-lg {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mr-auto_lg-xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mr-auto_lg-2xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1280px) {
  .mr-auto_xl {
    margin-right: auto !important;
  }
}
@media (max-width: 1279px) {
  .mr-auto_max-xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mr-auto_xl-2xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1536px) {
  .mr-auto_2xl {
    margin-right: auto !important;
  }
}
@media (max-width: 1535px) {
  .mr-auto_max-2xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mr-auto_2xl-2xl {
    margin-right: auto !important;
  }
}

.mb-auto {
  margin-bottom: auto !important;
}
@media (min-width: 640px) {
  .mb-auto_sm {
    margin-bottom: auto !important;
  }
}
@media (max-width: 639px) {
  .mb-auto_max-sm {
    margin-bottom: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mb-auto_sm-md {
    margin-bottom: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mb-auto_sm-lg {
    margin-bottom: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mb-auto_sm-xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mb-auto_sm-2xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .mb-auto_md {
    margin-bottom: auto !important;
  }
}
@media (max-width: 767px) {
  .mb-auto_max-md {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-auto_md-lg {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mb-auto_md-xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mb-auto_md-2xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .mb-auto_lg {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1023px) {
  .mb-auto_max-lg {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mb-auto_lg-xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mb-auto_lg-2xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1280px) {
  .mb-auto_xl {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1279px) {
  .mb-auto_max-xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mb-auto_xl-2xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1536px) {
  .mb-auto_2xl {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1535px) {
  .mb-auto_max-2xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mb-auto_2xl-2xl {
    margin-bottom: auto !important;
  }
}

.mx-auto {
  margin-inline: auto !important;
}
@media (min-width: 640px) {
  .mx-auto_sm {
    margin-inline: auto !important;
  }
}
@media (max-width: 639px) {
  .mx-auto_max-sm {
    margin-inline: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .mx-auto_sm-md {
    margin-inline: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .mx-auto_sm-lg {
    margin-inline: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mx-auto_sm-xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .mx-auto_sm-2xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 768px) {
  .mx-auto_md {
    margin-inline: auto !important;
  }
}
@media (max-width: 767px) {
  .mx-auto_max-md {
    margin-inline: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx-auto_md-lg {
    margin-inline: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mx-auto_md-xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .mx-auto_md-2xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 1024px) {
  .mx-auto_lg {
    margin-inline: auto !important;
  }
}
@media (max-width: 1023px) {
  .mx-auto_max-lg {
    margin-inline: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mx-auto_lg-xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .mx-auto_lg-2xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 1280px) {
  .mx-auto_xl {
    margin-inline: auto !important;
  }
}
@media (max-width: 1279px) {
  .mx-auto_max-xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .mx-auto_xl-2xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 1536px) {
  .mx-auto_2xl {
    margin-inline: auto !important;
  }
}
@media (max-width: 1535px) {
  .mx-auto_max-2xl {
    margin-inline: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .mx-auto_2xl-2xl {
    margin-inline: auto !important;
  }
}

.my-auto {
  margin-block: auto !important;
}
@media (min-width: 640px) {
  .my-auto_sm {
    margin-block: auto !important;
  }
}
@media (max-width: 639px) {
  .my-auto_max-sm {
    margin-block: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .my-auto_sm-md {
    margin-block: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .my-auto_sm-lg {
    margin-block: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .my-auto_sm-xl {
    margin-block: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .my-auto_sm-2xl {
    margin-block: auto !important;
  }
}
@media (min-width: 768px) {
  .my-auto_md {
    margin-block: auto !important;
  }
}
@media (max-width: 767px) {
  .my-auto_max-md {
    margin-block: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .my-auto_md-lg {
    margin-block: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .my-auto_md-xl {
    margin-block: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .my-auto_md-2xl {
    margin-block: auto !important;
  }
}
@media (min-width: 1024px) {
  .my-auto_lg {
    margin-block: auto !important;
  }
}
@media (max-width: 1023px) {
  .my-auto_max-lg {
    margin-block: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .my-auto_lg-xl {
    margin-block: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .my-auto_lg-2xl {
    margin-block: auto !important;
  }
}
@media (min-width: 1280px) {
  .my-auto_xl {
    margin-block: auto !important;
  }
}
@media (max-width: 1279px) {
  .my-auto_max-xl {
    margin-block: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .my-auto_xl-2xl {
    margin-block: auto !important;
  }
}
@media (min-width: 1536px) {
  .my-auto_2xl {
    margin-block: auto !important;
  }
}
@media (max-width: 1535px) {
  .my-auto_max-2xl {
    margin-block: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .my-auto_2xl-2xl {
    margin-block: auto !important;
  }
}

.p-0 {
  padding: 0 !important;
}
@media (min-width: 640px) {
  .p-0_sm {
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .p-0_max-sm {
    padding: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-0_sm-md {
    padding: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-0_sm-lg {
    padding: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-0_sm-xl {
    padding: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-0_sm-2xl {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-0_md {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .p-0_max-md {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-0_md-lg {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-0_md-xl {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-0_md-2xl {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .p-0_lg {
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .p-0_max-lg {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-0_lg-xl {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-0_lg-2xl {
    padding: 0 !important;
  }
}
@media (min-width: 1280px) {
  .p-0_xl {
    padding: 0 !important;
  }
}
@media (max-width: 1279px) {
  .p-0_max-xl {
    padding: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-0_xl-2xl {
    padding: 0 !important;
  }
}
@media (min-width: 1536px) {
  .p-0_2xl {
    padding: 0 !important;
  }
}
@media (max-width: 1535px) {
  .p-0_max-2xl {
    padding: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-0_2xl-2xl {
    padding: 0 !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}
@media (min-width: 640px) {
  .pl-0_sm {
    padding-left: 0 !important;
  }
}
@media (max-width: 639px) {
  .pl-0_max-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-0_sm-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-0_sm-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-0_sm-xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-0_sm-2xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .pl-0_md {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .pl-0_max-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-0_md-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-0_md-xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-0_md-2xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pl-0_lg {
    padding-left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .pl-0_max-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-0_lg-xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-0_lg-2xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 1280px) {
  .pl-0_xl {
    padding-left: 0 !important;
  }
}
@media (max-width: 1279px) {
  .pl-0_max-xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-0_xl-2xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 1536px) {
  .pl-0_2xl {
    padding-left: 0 !important;
  }
}
@media (max-width: 1535px) {
  .pl-0_max-2xl {
    padding-left: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-0_2xl-2xl {
    padding-left: 0 !important;
  }
}

.pt-0 {
  padding-top: 0 !important;
}
@media (min-width: 640px) {
  .pt-0_sm {
    padding-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .pt-0_max-sm {
    padding-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-0_sm-md {
    padding-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-0_sm-lg {
    padding-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-0_sm-xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-0_sm-2xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .pt-0_md {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .pt-0_max-md {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-0_md-lg {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-0_md-xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-0_md-2xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pt-0_lg {
    padding-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  .pt-0_max-lg {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-0_lg-xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-0_lg-2xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 1280px) {
  .pt-0_xl {
    padding-top: 0 !important;
  }
}
@media (max-width: 1279px) {
  .pt-0_max-xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-0_xl-2xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 1536px) {
  .pt-0_2xl {
    padding-top: 0 !important;
  }
}
@media (max-width: 1535px) {
  .pt-0_max-2xl {
    padding-top: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-0_2xl-2xl {
    padding-top: 0 !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}
@media (min-width: 640px) {
  .pr-0_sm {
    padding-right: 0 !important;
  }
}
@media (max-width: 639px) {
  .pr-0_max-sm {
    padding-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-0_sm-md {
    padding-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-0_sm-lg {
    padding-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-0_sm-xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-0_sm-2xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .pr-0_md {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .pr-0_max-md {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-0_md-lg {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-0_md-xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-0_md-2xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pr-0_lg {
    padding-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .pr-0_max-lg {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-0_lg-xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-0_lg-2xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .pr-0_xl {
    padding-right: 0 !important;
  }
}
@media (max-width: 1279px) {
  .pr-0_max-xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-0_xl-2xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 1536px) {
  .pr-0_2xl {
    padding-right: 0 !important;
  }
}
@media (max-width: 1535px) {
  .pr-0_max-2xl {
    padding-right: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-0_2xl-2xl {
    padding-right: 0 !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 640px) {
  .pb-0_sm {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 639px) {
  .pb-0_max-sm {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-0_sm-md {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-0_sm-lg {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-0_sm-xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-0_sm-2xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .pb-0_md {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .pb-0_max-md {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-0_md-lg {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-0_md-xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-0_md-2xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pb-0_lg {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .pb-0_max-lg {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-0_lg-xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-0_lg-2xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .pb-0_xl {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1279px) {
  .pb-0_max-xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-0_xl-2xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1536px) {
  .pb-0_2xl {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1535px) {
  .pb-0_max-2xl {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-0_2xl-2xl {
    padding-bottom: 0 !important;
  }
}

.px-0 {
  padding-inline: 0 !important;
}
@media (min-width: 640px) {
  .px-0_sm {
    padding-inline: 0 !important;
  }
}
@media (max-width: 639px) {
  .px-0_max-sm {
    padding-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-0_sm-md {
    padding-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-0_sm-lg {
    padding-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-0_sm-xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-0_sm-2xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 768px) {
  .px-0_md {
    padding-inline: 0 !important;
  }
}
@media (max-width: 767px) {
  .px-0_max-md {
    padding-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-0_md-lg {
    padding-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-0_md-xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-0_md-2xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1024px) {
  .px-0_lg {
    padding-inline: 0 !important;
  }
}
@media (max-width: 1023px) {
  .px-0_max-lg {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-0_lg-xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-0_lg-2xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1280px) {
  .px-0_xl {
    padding-inline: 0 !important;
  }
}
@media (max-width: 1279px) {
  .px-0_max-xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-0_xl-2xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1536px) {
  .px-0_2xl {
    padding-inline: 0 !important;
  }
}
@media (max-width: 1535px) {
  .px-0_max-2xl {
    padding-inline: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-0_2xl-2xl {
    padding-inline: 0 !important;
  }
}

.py-0 {
  padding-block: 0 !important;
}
@media (min-width: 640px) {
  .py-0_sm {
    padding-block: 0 !important;
  }
}
@media (max-width: 639px) {
  .py-0_max-sm {
    padding-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-0_sm-md {
    padding-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-0_sm-lg {
    padding-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-0_sm-xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-0_sm-2xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 768px) {
  .py-0_md {
    padding-block: 0 !important;
  }
}
@media (max-width: 767px) {
  .py-0_max-md {
    padding-block: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-0_md-lg {
    padding-block: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-0_md-xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-0_md-2xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 1024px) {
  .py-0_lg {
    padding-block: 0 !important;
  }
}
@media (max-width: 1023px) {
  .py-0_max-lg {
    padding-block: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-0_lg-xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-0_lg-2xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 1280px) {
  .py-0_xl {
    padding-block: 0 !important;
  }
}
@media (max-width: 1279px) {
  .py-0_max-xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-0_xl-2xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 1536px) {
  .py-0_2xl {
    padding-block: 0 !important;
  }
}
@media (max-width: 1535px) {
  .py-0_max-2xl {
    padding-block: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-0_2xl-2xl {
    padding-block: 0 !important;
  }
}

.p-1 {
  padding: 4px !important;
}
@media (min-width: 640px) {
  .p-1_sm {
    padding: 4px !important;
  }
}
@media (max-width: 639px) {
  .p-1_max-sm {
    padding: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-1_sm-md {
    padding: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-1_sm-lg {
    padding: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-1_sm-xl {
    padding: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-1_sm-2xl {
    padding: 4px !important;
  }
}
@media (min-width: 768px) {
  .p-1_md {
    padding: 4px !important;
  }
}
@media (max-width: 767px) {
  .p-1_max-md {
    padding: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-1_md-lg {
    padding: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-1_md-xl {
    padding: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-1_md-2xl {
    padding: 4px !important;
  }
}
@media (min-width: 1024px) {
  .p-1_lg {
    padding: 4px !important;
  }
}
@media (max-width: 1023px) {
  .p-1_max-lg {
    padding: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-1_lg-xl {
    padding: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-1_lg-2xl {
    padding: 4px !important;
  }
}
@media (min-width: 1280px) {
  .p-1_xl {
    padding: 4px !important;
  }
}
@media (max-width: 1279px) {
  .p-1_max-xl {
    padding: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-1_xl-2xl {
    padding: 4px !important;
  }
}
@media (min-width: 1536px) {
  .p-1_2xl {
    padding: 4px !important;
  }
}
@media (max-width: 1535px) {
  .p-1_max-2xl {
    padding: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-1_2xl-2xl {
    padding: 4px !important;
  }
}

.pl-1 {
  padding-left: 4px !important;
}
@media (min-width: 640px) {
  .pl-1_sm {
    padding-left: 4px !important;
  }
}
@media (max-width: 639px) {
  .pl-1_max-sm {
    padding-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-1_sm-md {
    padding-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-1_sm-lg {
    padding-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-1_sm-xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-1_sm-2xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .pl-1_md {
    padding-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .pl-1_max-md {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-1_md-lg {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-1_md-xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-1_md-2xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pl-1_lg {
    padding-left: 4px !important;
  }
}
@media (max-width: 1023px) {
  .pl-1_max-lg {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-1_lg-xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-1_lg-2xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 1280px) {
  .pl-1_xl {
    padding-left: 4px !important;
  }
}
@media (max-width: 1279px) {
  .pl-1_max-xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-1_xl-2xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 1536px) {
  .pl-1_2xl {
    padding-left: 4px !important;
  }
}
@media (max-width: 1535px) {
  .pl-1_max-2xl {
    padding-left: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-1_2xl-2xl {
    padding-left: 4px !important;
  }
}

.pt-1 {
  padding-top: 4px !important;
}
@media (min-width: 640px) {
  .pt-1_sm {
    padding-top: 4px !important;
  }
}
@media (max-width: 639px) {
  .pt-1_max-sm {
    padding-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-1_sm-md {
    padding-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-1_sm-lg {
    padding-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-1_sm-xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-1_sm-2xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 768px) {
  .pt-1_md {
    padding-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .pt-1_max-md {
    padding-top: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-1_md-lg {
    padding-top: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-1_md-xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-1_md-2xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pt-1_lg {
    padding-top: 4px !important;
  }
}
@media (max-width: 1023px) {
  .pt-1_max-lg {
    padding-top: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-1_lg-xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-1_lg-2xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 1280px) {
  .pt-1_xl {
    padding-top: 4px !important;
  }
}
@media (max-width: 1279px) {
  .pt-1_max-xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-1_xl-2xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 1536px) {
  .pt-1_2xl {
    padding-top: 4px !important;
  }
}
@media (max-width: 1535px) {
  .pt-1_max-2xl {
    padding-top: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-1_2xl-2xl {
    padding-top: 4px !important;
  }
}

.pr-1 {
  padding-right: 4px !important;
}
@media (min-width: 640px) {
  .pr-1_sm {
    padding-right: 4px !important;
  }
}
@media (max-width: 639px) {
  .pr-1_max-sm {
    padding-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-1_sm-md {
    padding-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-1_sm-lg {
    padding-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-1_sm-xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-1_sm-2xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 768px) {
  .pr-1_md {
    padding-right: 4px !important;
  }
}
@media (max-width: 767px) {
  .pr-1_max-md {
    padding-right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-1_md-lg {
    padding-right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-1_md-xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-1_md-2xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pr-1_lg {
    padding-right: 4px !important;
  }
}
@media (max-width: 1023px) {
  .pr-1_max-lg {
    padding-right: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-1_lg-xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-1_lg-2xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 1280px) {
  .pr-1_xl {
    padding-right: 4px !important;
  }
}
@media (max-width: 1279px) {
  .pr-1_max-xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-1_xl-2xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 1536px) {
  .pr-1_2xl {
    padding-right: 4px !important;
  }
}
@media (max-width: 1535px) {
  .pr-1_max-2xl {
    padding-right: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-1_2xl-2xl {
    padding-right: 4px !important;
  }
}

.pb-1 {
  padding-bottom: 4px !important;
}
@media (min-width: 640px) {
  .pb-1_sm {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 639px) {
  .pb-1_max-sm {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-1_sm-md {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-1_sm-lg {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-1_sm-xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-1_sm-2xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .pb-1_md {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .pb-1_max-md {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-1_md-lg {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-1_md-xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-1_md-2xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pb-1_lg {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 1023px) {
  .pb-1_max-lg {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-1_lg-xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-1_lg-2xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1280px) {
  .pb-1_xl {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 1279px) {
  .pb-1_max-xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-1_xl-2xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1536px) {
  .pb-1_2xl {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 1535px) {
  .pb-1_max-2xl {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-1_2xl-2xl {
    padding-bottom: 4px !important;
  }
}

.px-1 {
  padding-inline: 4px !important;
}
@media (min-width: 640px) {
  .px-1_sm {
    padding-inline: 4px !important;
  }
}
@media (max-width: 639px) {
  .px-1_max-sm {
    padding-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-1_sm-md {
    padding-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-1_sm-lg {
    padding-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-1_sm-xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-1_sm-2xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 768px) {
  .px-1_md {
    padding-inline: 4px !important;
  }
}
@media (max-width: 767px) {
  .px-1_max-md {
    padding-inline: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-1_md-lg {
    padding-inline: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-1_md-xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-1_md-2xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1024px) {
  .px-1_lg {
    padding-inline: 4px !important;
  }
}
@media (max-width: 1023px) {
  .px-1_max-lg {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-1_lg-xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-1_lg-2xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1280px) {
  .px-1_xl {
    padding-inline: 4px !important;
  }
}
@media (max-width: 1279px) {
  .px-1_max-xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-1_xl-2xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1536px) {
  .px-1_2xl {
    padding-inline: 4px !important;
  }
}
@media (max-width: 1535px) {
  .px-1_max-2xl {
    padding-inline: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-1_2xl-2xl {
    padding-inline: 4px !important;
  }
}

.py-1 {
  padding-block: 4px !important;
}
@media (min-width: 640px) {
  .py-1_sm {
    padding-block: 4px !important;
  }
}
@media (max-width: 639px) {
  .py-1_max-sm {
    padding-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-1_sm-md {
    padding-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-1_sm-lg {
    padding-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-1_sm-xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-1_sm-2xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 768px) {
  .py-1_md {
    padding-block: 4px !important;
  }
}
@media (max-width: 767px) {
  .py-1_max-md {
    padding-block: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-1_md-lg {
    padding-block: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-1_md-xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-1_md-2xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 1024px) {
  .py-1_lg {
    padding-block: 4px !important;
  }
}
@media (max-width: 1023px) {
  .py-1_max-lg {
    padding-block: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-1_lg-xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-1_lg-2xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 1280px) {
  .py-1_xl {
    padding-block: 4px !important;
  }
}
@media (max-width: 1279px) {
  .py-1_max-xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-1_xl-2xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 1536px) {
  .py-1_2xl {
    padding-block: 4px !important;
  }
}
@media (max-width: 1535px) {
  .py-1_max-2xl {
    padding-block: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-1_2xl-2xl {
    padding-block: 4px !important;
  }
}

.p-2 {
  padding: 8px !important;
}
@media (min-width: 640px) {
  .p-2_sm {
    padding: 8px !important;
  }
}
@media (max-width: 639px) {
  .p-2_max-sm {
    padding: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-2_sm-md {
    padding: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-2_sm-lg {
    padding: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-2_sm-xl {
    padding: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-2_sm-2xl {
    padding: 8px !important;
  }
}
@media (min-width: 768px) {
  .p-2_md {
    padding: 8px !important;
  }
}
@media (max-width: 767px) {
  .p-2_max-md {
    padding: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-2_md-lg {
    padding: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-2_md-xl {
    padding: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-2_md-2xl {
    padding: 8px !important;
  }
}
@media (min-width: 1024px) {
  .p-2_lg {
    padding: 8px !important;
  }
}
@media (max-width: 1023px) {
  .p-2_max-lg {
    padding: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-2_lg-xl {
    padding: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-2_lg-2xl {
    padding: 8px !important;
  }
}
@media (min-width: 1280px) {
  .p-2_xl {
    padding: 8px !important;
  }
}
@media (max-width: 1279px) {
  .p-2_max-xl {
    padding: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-2_xl-2xl {
    padding: 8px !important;
  }
}
@media (min-width: 1536px) {
  .p-2_2xl {
    padding: 8px !important;
  }
}
@media (max-width: 1535px) {
  .p-2_max-2xl {
    padding: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-2_2xl-2xl {
    padding: 8px !important;
  }
}

.pl-2 {
  padding-left: 8px !important;
}
@media (min-width: 640px) {
  .pl-2_sm {
    padding-left: 8px !important;
  }
}
@media (max-width: 639px) {
  .pl-2_max-sm {
    padding-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-2_sm-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-2_sm-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-2_sm-xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-2_sm-2xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .pl-2_md {
    padding-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .pl-2_max-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-2_md-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-2_md-xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-2_md-2xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pl-2_lg {
    padding-left: 8px !important;
  }
}
@media (max-width: 1023px) {
  .pl-2_max-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-2_lg-xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-2_lg-2xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 1280px) {
  .pl-2_xl {
    padding-left: 8px !important;
  }
}
@media (max-width: 1279px) {
  .pl-2_max-xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-2_xl-2xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 1536px) {
  .pl-2_2xl {
    padding-left: 8px !important;
  }
}
@media (max-width: 1535px) {
  .pl-2_max-2xl {
    padding-left: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-2_2xl-2xl {
    padding-left: 8px !important;
  }
}

.pt-2 {
  padding-top: 8px !important;
}
@media (min-width: 640px) {
  .pt-2_sm {
    padding-top: 8px !important;
  }
}
@media (max-width: 639px) {
  .pt-2_max-sm {
    padding-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-2_sm-md {
    padding-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-2_sm-lg {
    padding-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-2_sm-xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-2_sm-2xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) {
  .pt-2_md {
    padding-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .pt-2_max-md {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-2_md-lg {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-2_md-xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-2_md-2xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pt-2_lg {
    padding-top: 8px !important;
  }
}
@media (max-width: 1023px) {
  .pt-2_max-lg {
    padding-top: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-2_lg-xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-2_lg-2xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 1280px) {
  .pt-2_xl {
    padding-top: 8px !important;
  }
}
@media (max-width: 1279px) {
  .pt-2_max-xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-2_xl-2xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 1536px) {
  .pt-2_2xl {
    padding-top: 8px !important;
  }
}
@media (max-width: 1535px) {
  .pt-2_max-2xl {
    padding-top: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-2_2xl-2xl {
    padding-top: 8px !important;
  }
}

.pr-2 {
  padding-right: 8px !important;
}
@media (min-width: 640px) {
  .pr-2_sm {
    padding-right: 8px !important;
  }
}
@media (max-width: 639px) {
  .pr-2_max-sm {
    padding-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-2_sm-md {
    padding-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-2_sm-lg {
    padding-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-2_sm-xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-2_sm-2xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) {
  .pr-2_md {
    padding-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .pr-2_max-md {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-2_md-lg {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-2_md-xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-2_md-2xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pr-2_lg {
    padding-right: 8px !important;
  }
}
@media (max-width: 1023px) {
  .pr-2_max-lg {
    padding-right: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-2_lg-xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-2_lg-2xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 1280px) {
  .pr-2_xl {
    padding-right: 8px !important;
  }
}
@media (max-width: 1279px) {
  .pr-2_max-xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-2_xl-2xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 1536px) {
  .pr-2_2xl {
    padding-right: 8px !important;
  }
}
@media (max-width: 1535px) {
  .pr-2_max-2xl {
    padding-right: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-2_2xl-2xl {
    padding-right: 8px !important;
  }
}

.pb-2 {
  padding-bottom: 8px !important;
}
@media (min-width: 640px) {
  .pb-2_sm {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 639px) {
  .pb-2_max-sm {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-2_sm-md {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-2_sm-lg {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-2_sm-xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-2_sm-2xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .pb-2_md {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .pb-2_max-md {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-2_md-lg {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-2_md-xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-2_md-2xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pb-2_lg {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 1023px) {
  .pb-2_max-lg {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-2_lg-xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-2_lg-2xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1280px) {
  .pb-2_xl {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 1279px) {
  .pb-2_max-xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-2_xl-2xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1536px) {
  .pb-2_2xl {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 1535px) {
  .pb-2_max-2xl {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-2_2xl-2xl {
    padding-bottom: 8px !important;
  }
}

.px-2 {
  padding-inline: 8px !important;
}
@media (min-width: 640px) {
  .px-2_sm {
    padding-inline: 8px !important;
  }
}
@media (max-width: 639px) {
  .px-2_max-sm {
    padding-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-2_sm-md {
    padding-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-2_sm-lg {
    padding-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-2_sm-xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-2_sm-2xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 768px) {
  .px-2_md {
    padding-inline: 8px !important;
  }
}
@media (max-width: 767px) {
  .px-2_max-md {
    padding-inline: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-2_md-lg {
    padding-inline: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-2_md-xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-2_md-2xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1024px) {
  .px-2_lg {
    padding-inline: 8px !important;
  }
}
@media (max-width: 1023px) {
  .px-2_max-lg {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-2_lg-xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-2_lg-2xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1280px) {
  .px-2_xl {
    padding-inline: 8px !important;
  }
}
@media (max-width: 1279px) {
  .px-2_max-xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-2_xl-2xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1536px) {
  .px-2_2xl {
    padding-inline: 8px !important;
  }
}
@media (max-width: 1535px) {
  .px-2_max-2xl {
    padding-inline: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-2_2xl-2xl {
    padding-inline: 8px !important;
  }
}

.py-2 {
  padding-block: 8px !important;
}
@media (min-width: 640px) {
  .py-2_sm {
    padding-block: 8px !important;
  }
}
@media (max-width: 639px) {
  .py-2_max-sm {
    padding-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-2_sm-md {
    padding-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-2_sm-lg {
    padding-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-2_sm-xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-2_sm-2xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 768px) {
  .py-2_md {
    padding-block: 8px !important;
  }
}
@media (max-width: 767px) {
  .py-2_max-md {
    padding-block: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-2_md-lg {
    padding-block: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-2_md-xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-2_md-2xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 1024px) {
  .py-2_lg {
    padding-block: 8px !important;
  }
}
@media (max-width: 1023px) {
  .py-2_max-lg {
    padding-block: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-2_lg-xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-2_lg-2xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 1280px) {
  .py-2_xl {
    padding-block: 8px !important;
  }
}
@media (max-width: 1279px) {
  .py-2_max-xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-2_xl-2xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 1536px) {
  .py-2_2xl {
    padding-block: 8px !important;
  }
}
@media (max-width: 1535px) {
  .py-2_max-2xl {
    padding-block: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-2_2xl-2xl {
    padding-block: 8px !important;
  }
}

.p-3 {
  padding: 12px !important;
}
@media (min-width: 640px) {
  .p-3_sm {
    padding: 12px !important;
  }
}
@media (max-width: 639px) {
  .p-3_max-sm {
    padding: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-3_sm-md {
    padding: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-3_sm-lg {
    padding: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-3_sm-xl {
    padding: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-3_sm-2xl {
    padding: 12px !important;
  }
}
@media (min-width: 768px) {
  .p-3_md {
    padding: 12px !important;
  }
}
@media (max-width: 767px) {
  .p-3_max-md {
    padding: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-3_md-lg {
    padding: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-3_md-xl {
    padding: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-3_md-2xl {
    padding: 12px !important;
  }
}
@media (min-width: 1024px) {
  .p-3_lg {
    padding: 12px !important;
  }
}
@media (max-width: 1023px) {
  .p-3_max-lg {
    padding: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-3_lg-xl {
    padding: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-3_lg-2xl {
    padding: 12px !important;
  }
}
@media (min-width: 1280px) {
  .p-3_xl {
    padding: 12px !important;
  }
}
@media (max-width: 1279px) {
  .p-3_max-xl {
    padding: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-3_xl-2xl {
    padding: 12px !important;
  }
}
@media (min-width: 1536px) {
  .p-3_2xl {
    padding: 12px !important;
  }
}
@media (max-width: 1535px) {
  .p-3_max-2xl {
    padding: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-3_2xl-2xl {
    padding: 12px !important;
  }
}

.pl-3 {
  padding-left: 12px !important;
}
@media (min-width: 640px) {
  .pl-3_sm {
    padding-left: 12px !important;
  }
}
@media (max-width: 639px) {
  .pl-3_max-sm {
    padding-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-3_sm-md {
    padding-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-3_sm-lg {
    padding-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-3_sm-xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-3_sm-2xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .pl-3_md {
    padding-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .pl-3_max-md {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-3_md-lg {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-3_md-xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-3_md-2xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pl-3_lg {
    padding-left: 12px !important;
  }
}
@media (max-width: 1023px) {
  .pl-3_max-lg {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-3_lg-xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-3_lg-2xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 1280px) {
  .pl-3_xl {
    padding-left: 12px !important;
  }
}
@media (max-width: 1279px) {
  .pl-3_max-xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-3_xl-2xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 1536px) {
  .pl-3_2xl {
    padding-left: 12px !important;
  }
}
@media (max-width: 1535px) {
  .pl-3_max-2xl {
    padding-left: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-3_2xl-2xl {
    padding-left: 12px !important;
  }
}

.pt-3 {
  padding-top: 12px !important;
}
@media (min-width: 640px) {
  .pt-3_sm {
    padding-top: 12px !important;
  }
}
@media (max-width: 639px) {
  .pt-3_max-sm {
    padding-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-3_sm-md {
    padding-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-3_sm-lg {
    padding-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-3_sm-xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-3_sm-2xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 768px) {
  .pt-3_md {
    padding-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .pt-3_max-md {
    padding-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-3_md-lg {
    padding-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-3_md-xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-3_md-2xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pt-3_lg {
    padding-top: 12px !important;
  }
}
@media (max-width: 1023px) {
  .pt-3_max-lg {
    padding-top: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-3_lg-xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-3_lg-2xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 1280px) {
  .pt-3_xl {
    padding-top: 12px !important;
  }
}
@media (max-width: 1279px) {
  .pt-3_max-xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-3_xl-2xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 1536px) {
  .pt-3_2xl {
    padding-top: 12px !important;
  }
}
@media (max-width: 1535px) {
  .pt-3_max-2xl {
    padding-top: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-3_2xl-2xl {
    padding-top: 12px !important;
  }
}

.pr-3 {
  padding-right: 12px !important;
}
@media (min-width: 640px) {
  .pr-3_sm {
    padding-right: 12px !important;
  }
}
@media (max-width: 639px) {
  .pr-3_max-sm {
    padding-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-3_sm-md {
    padding-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-3_sm-lg {
    padding-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-3_sm-xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-3_sm-2xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .pr-3_md {
    padding-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .pr-3_max-md {
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-3_md-lg {
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-3_md-xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-3_md-2xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pr-3_lg {
    padding-right: 12px !important;
  }
}
@media (max-width: 1023px) {
  .pr-3_max-lg {
    padding-right: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-3_lg-xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-3_lg-2xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 1280px) {
  .pr-3_xl {
    padding-right: 12px !important;
  }
}
@media (max-width: 1279px) {
  .pr-3_max-xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-3_xl-2xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 1536px) {
  .pr-3_2xl {
    padding-right: 12px !important;
  }
}
@media (max-width: 1535px) {
  .pr-3_max-2xl {
    padding-right: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-3_2xl-2xl {
    padding-right: 12px !important;
  }
}

.pb-3 {
  padding-bottom: 12px !important;
}
@media (min-width: 640px) {
  .pb-3_sm {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 639px) {
  .pb-3_max-sm {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-3_sm-md {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-3_sm-lg {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-3_sm-xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-3_sm-2xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .pb-3_md {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .pb-3_max-md {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-3_md-lg {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-3_md-xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-3_md-2xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pb-3_lg {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 1023px) {
  .pb-3_max-lg {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-3_lg-xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-3_lg-2xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1280px) {
  .pb-3_xl {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 1279px) {
  .pb-3_max-xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-3_xl-2xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1536px) {
  .pb-3_2xl {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 1535px) {
  .pb-3_max-2xl {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-3_2xl-2xl {
    padding-bottom: 12px !important;
  }
}

.px-3 {
  padding-inline: 12px !important;
}
@media (min-width: 640px) {
  .px-3_sm {
    padding-inline: 12px !important;
  }
}
@media (max-width: 639px) {
  .px-3_max-sm {
    padding-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-3_sm-md {
    padding-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-3_sm-lg {
    padding-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-3_sm-xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-3_sm-2xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 768px) {
  .px-3_md {
    padding-inline: 12px !important;
  }
}
@media (max-width: 767px) {
  .px-3_max-md {
    padding-inline: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-3_md-lg {
    padding-inline: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-3_md-xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-3_md-2xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1024px) {
  .px-3_lg {
    padding-inline: 12px !important;
  }
}
@media (max-width: 1023px) {
  .px-3_max-lg {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-3_lg-xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-3_lg-2xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1280px) {
  .px-3_xl {
    padding-inline: 12px !important;
  }
}
@media (max-width: 1279px) {
  .px-3_max-xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-3_xl-2xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1536px) {
  .px-3_2xl {
    padding-inline: 12px !important;
  }
}
@media (max-width: 1535px) {
  .px-3_max-2xl {
    padding-inline: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-3_2xl-2xl {
    padding-inline: 12px !important;
  }
}

.py-3 {
  padding-block: 12px !important;
}
@media (min-width: 640px) {
  .py-3_sm {
    padding-block: 12px !important;
  }
}
@media (max-width: 639px) {
  .py-3_max-sm {
    padding-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-3_sm-md {
    padding-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-3_sm-lg {
    padding-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-3_sm-xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-3_sm-2xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 768px) {
  .py-3_md {
    padding-block: 12px !important;
  }
}
@media (max-width: 767px) {
  .py-3_max-md {
    padding-block: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-3_md-lg {
    padding-block: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-3_md-xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-3_md-2xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 1024px) {
  .py-3_lg {
    padding-block: 12px !important;
  }
}
@media (max-width: 1023px) {
  .py-3_max-lg {
    padding-block: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-3_lg-xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-3_lg-2xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 1280px) {
  .py-3_xl {
    padding-block: 12px !important;
  }
}
@media (max-width: 1279px) {
  .py-3_max-xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-3_xl-2xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 1536px) {
  .py-3_2xl {
    padding-block: 12px !important;
  }
}
@media (max-width: 1535px) {
  .py-3_max-2xl {
    padding-block: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-3_2xl-2xl {
    padding-block: 12px !important;
  }
}

.p-4 {
  padding: 16px !important;
}
@media (min-width: 640px) {
  .p-4_sm {
    padding: 16px !important;
  }
}
@media (max-width: 639px) {
  .p-4_max-sm {
    padding: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-4_sm-md {
    padding: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-4_sm-lg {
    padding: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-4_sm-xl {
    padding: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-4_sm-2xl {
    padding: 16px !important;
  }
}
@media (min-width: 768px) {
  .p-4_md {
    padding: 16px !important;
  }
}
@media (max-width: 767px) {
  .p-4_max-md {
    padding: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-4_md-lg {
    padding: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-4_md-xl {
    padding: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-4_md-2xl {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) {
  .p-4_lg {
    padding: 16px !important;
  }
}
@media (max-width: 1023px) {
  .p-4_max-lg {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-4_lg-xl {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-4_lg-2xl {
    padding: 16px !important;
  }
}
@media (min-width: 1280px) {
  .p-4_xl {
    padding: 16px !important;
  }
}
@media (max-width: 1279px) {
  .p-4_max-xl {
    padding: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-4_xl-2xl {
    padding: 16px !important;
  }
}
@media (min-width: 1536px) {
  .p-4_2xl {
    padding: 16px !important;
  }
}
@media (max-width: 1535px) {
  .p-4_max-2xl {
    padding: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-4_2xl-2xl {
    padding: 16px !important;
  }
}

.pl-4 {
  padding-left: 16px !important;
}
@media (min-width: 640px) {
  .pl-4_sm {
    padding-left: 16px !important;
  }
}
@media (max-width: 639px) {
  .pl-4_max-sm {
    padding-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-4_sm-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-4_sm-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-4_sm-xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-4_sm-2xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .pl-4_md {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .pl-4_max-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-4_md-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-4_md-xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-4_md-2xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pl-4_lg {
    padding-left: 16px !important;
  }
}
@media (max-width: 1023px) {
  .pl-4_max-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-4_lg-xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-4_lg-2xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 1280px) {
  .pl-4_xl {
    padding-left: 16px !important;
  }
}
@media (max-width: 1279px) {
  .pl-4_max-xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-4_xl-2xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 1536px) {
  .pl-4_2xl {
    padding-left: 16px !important;
  }
}
@media (max-width: 1535px) {
  .pl-4_max-2xl {
    padding-left: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-4_2xl-2xl {
    padding-left: 16px !important;
  }
}

.pt-4 {
  padding-top: 16px !important;
}
@media (min-width: 640px) {
  .pt-4_sm {
    padding-top: 16px !important;
  }
}
@media (max-width: 639px) {
  .pt-4_max-sm {
    padding-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-4_sm-md {
    padding-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-4_sm-lg {
    padding-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-4_sm-xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-4_sm-2xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .pt-4_md {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .pt-4_max-md {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-4_md-lg {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-4_md-xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-4_md-2xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pt-4_lg {
    padding-top: 16px !important;
  }
}
@media (max-width: 1023px) {
  .pt-4_max-lg {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-4_lg-xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-4_lg-2xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 1280px) {
  .pt-4_xl {
    padding-top: 16px !important;
  }
}
@media (max-width: 1279px) {
  .pt-4_max-xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-4_xl-2xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 1536px) {
  .pt-4_2xl {
    padding-top: 16px !important;
  }
}
@media (max-width: 1535px) {
  .pt-4_max-2xl {
    padding-top: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-4_2xl-2xl {
    padding-top: 16px !important;
  }
}

.pr-4 {
  padding-right: 16px !important;
}
@media (min-width: 640px) {
  .pr-4_sm {
    padding-right: 16px !important;
  }
}
@media (max-width: 639px) {
  .pr-4_max-sm {
    padding-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-4_sm-md {
    padding-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-4_sm-lg {
    padding-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-4_sm-xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-4_sm-2xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .pr-4_md {
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .pr-4_max-md {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-4_md-lg {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-4_md-xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-4_md-2xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pr-4_lg {
    padding-right: 16px !important;
  }
}
@media (max-width: 1023px) {
  .pr-4_max-lg {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-4_lg-xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-4_lg-2xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 1280px) {
  .pr-4_xl {
    padding-right: 16px !important;
  }
}
@media (max-width: 1279px) {
  .pr-4_max-xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-4_xl-2xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 1536px) {
  .pr-4_2xl {
    padding-right: 16px !important;
  }
}
@media (max-width: 1535px) {
  .pr-4_max-2xl {
    padding-right: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-4_2xl-2xl {
    padding-right: 16px !important;
  }
}

.pb-4 {
  padding-bottom: 16px !important;
}
@media (min-width: 640px) {
  .pb-4_sm {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 639px) {
  .pb-4_max-sm {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-4_sm-md {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-4_sm-lg {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-4_sm-xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-4_sm-2xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .pb-4_md {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .pb-4_max-md {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-4_md-lg {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-4_md-xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-4_md-2xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pb-4_lg {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 1023px) {
  .pb-4_max-lg {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-4_lg-xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-4_lg-2xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1280px) {
  .pb-4_xl {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 1279px) {
  .pb-4_max-xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-4_xl-2xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1536px) {
  .pb-4_2xl {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 1535px) {
  .pb-4_max-2xl {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-4_2xl-2xl {
    padding-bottom: 16px !important;
  }
}

.px-4 {
  padding-inline: 16px !important;
}
@media (min-width: 640px) {
  .px-4_sm {
    padding-inline: 16px !important;
  }
}
@media (max-width: 639px) {
  .px-4_max-sm {
    padding-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-4_sm-md {
    padding-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-4_sm-lg {
    padding-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-4_sm-xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-4_sm-2xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 768px) {
  .px-4_md {
    padding-inline: 16px !important;
  }
}
@media (max-width: 767px) {
  .px-4_max-md {
    padding-inline: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-4_md-lg {
    padding-inline: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-4_md-xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-4_md-2xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1024px) {
  .px-4_lg {
    padding-inline: 16px !important;
  }
}
@media (max-width: 1023px) {
  .px-4_max-lg {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-4_lg-xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-4_lg-2xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1280px) {
  .px-4_xl {
    padding-inline: 16px !important;
  }
}
@media (max-width: 1279px) {
  .px-4_max-xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-4_xl-2xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1536px) {
  .px-4_2xl {
    padding-inline: 16px !important;
  }
}
@media (max-width: 1535px) {
  .px-4_max-2xl {
    padding-inline: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-4_2xl-2xl {
    padding-inline: 16px !important;
  }
}

.py-4 {
  padding-block: 16px !important;
}
@media (min-width: 640px) {
  .py-4_sm {
    padding-block: 16px !important;
  }
}
@media (max-width: 639px) {
  .py-4_max-sm {
    padding-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-4_sm-md {
    padding-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-4_sm-lg {
    padding-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-4_sm-xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-4_sm-2xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 768px) {
  .py-4_md {
    padding-block: 16px !important;
  }
}
@media (max-width: 767px) {
  .py-4_max-md {
    padding-block: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-4_md-lg {
    padding-block: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-4_md-xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-4_md-2xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 1024px) {
  .py-4_lg {
    padding-block: 16px !important;
  }
}
@media (max-width: 1023px) {
  .py-4_max-lg {
    padding-block: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-4_lg-xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-4_lg-2xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 1280px) {
  .py-4_xl {
    padding-block: 16px !important;
  }
}
@media (max-width: 1279px) {
  .py-4_max-xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-4_xl-2xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 1536px) {
  .py-4_2xl {
    padding-block: 16px !important;
  }
}
@media (max-width: 1535px) {
  .py-4_max-2xl {
    padding-block: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-4_2xl-2xl {
    padding-block: 16px !important;
  }
}

.p-5 {
  padding: 20px !important;
}
@media (min-width: 640px) {
  .p-5_sm {
    padding: 20px !important;
  }
}
@media (max-width: 639px) {
  .p-5_max-sm {
    padding: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-5_sm-md {
    padding: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-5_sm-lg {
    padding: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-5_sm-xl {
    padding: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-5_sm-2xl {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  .p-5_md {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .p-5_max-md {
    padding: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-5_md-lg {
    padding: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-5_md-xl {
    padding: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-5_md-2xl {
    padding: 20px !important;
  }
}
@media (min-width: 1024px) {
  .p-5_lg {
    padding: 20px !important;
  }
}
@media (max-width: 1023px) {
  .p-5_max-lg {
    padding: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-5_lg-xl {
    padding: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-5_lg-2xl {
    padding: 20px !important;
  }
}
@media (min-width: 1280px) {
  .p-5_xl {
    padding: 20px !important;
  }
}
@media (max-width: 1279px) {
  .p-5_max-xl {
    padding: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-5_xl-2xl {
    padding: 20px !important;
  }
}
@media (min-width: 1536px) {
  .p-5_2xl {
    padding: 20px !important;
  }
}
@media (max-width: 1535px) {
  .p-5_max-2xl {
    padding: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-5_2xl-2xl {
    padding: 20px !important;
  }
}

.pl-5 {
  padding-left: 20px !important;
}
@media (min-width: 640px) {
  .pl-5_sm {
    padding-left: 20px !important;
  }
}
@media (max-width: 639px) {
  .pl-5_max-sm {
    padding-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-5_sm-md {
    padding-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-5_sm-lg {
    padding-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-5_sm-xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-5_sm-2xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .pl-5_md {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .pl-5_max-md {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-5_md-lg {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-5_md-xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-5_md-2xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pl-5_lg {
    padding-left: 20px !important;
  }
}
@media (max-width: 1023px) {
  .pl-5_max-lg {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-5_lg-xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-5_lg-2xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pl-5_xl {
    padding-left: 20px !important;
  }
}
@media (max-width: 1279px) {
  .pl-5_max-xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-5_xl-2xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1536px) {
  .pl-5_2xl {
    padding-left: 20px !important;
  }
}
@media (max-width: 1535px) {
  .pl-5_max-2xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-5_2xl-2xl {
    padding-left: 20px !important;
  }
}

.pt-5 {
  padding-top: 20px !important;
}
@media (min-width: 640px) {
  .pt-5_sm {
    padding-top: 20px !important;
  }
}
@media (max-width: 639px) {
  .pt-5_max-sm {
    padding-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-5_sm-md {
    padding-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-5_sm-lg {
    padding-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-5_sm-xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-5_sm-2xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .pt-5_md {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .pt-5_max-md {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-5_md-lg {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-5_md-xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-5_md-2xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pt-5_lg {
    padding-top: 20px !important;
  }
}
@media (max-width: 1023px) {
  .pt-5_max-lg {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-5_lg-xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-5_lg-2xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pt-5_xl {
    padding-top: 20px !important;
  }
}
@media (max-width: 1279px) {
  .pt-5_max-xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-5_xl-2xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1536px) {
  .pt-5_2xl {
    padding-top: 20px !important;
  }
}
@media (max-width: 1535px) {
  .pt-5_max-2xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-5_2xl-2xl {
    padding-top: 20px !important;
  }
}

.pr-5 {
  padding-right: 20px !important;
}
@media (min-width: 640px) {
  .pr-5_sm {
    padding-right: 20px !important;
  }
}
@media (max-width: 639px) {
  .pr-5_max-sm {
    padding-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-5_sm-md {
    padding-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-5_sm-lg {
    padding-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-5_sm-xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-5_sm-2xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .pr-5_md {
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .pr-5_max-md {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-5_md-lg {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-5_md-xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-5_md-2xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pr-5_lg {
    padding-right: 20px !important;
  }
}
@media (max-width: 1023px) {
  .pr-5_max-lg {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-5_lg-xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-5_lg-2xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pr-5_xl {
    padding-right: 20px !important;
  }
}
@media (max-width: 1279px) {
  .pr-5_max-xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-5_xl-2xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1536px) {
  .pr-5_2xl {
    padding-right: 20px !important;
  }
}
@media (max-width: 1535px) {
  .pr-5_max-2xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-5_2xl-2xl {
    padding-right: 20px !important;
  }
}

.pb-5 {
  padding-bottom: 20px !important;
}
@media (min-width: 640px) {
  .pb-5_sm {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .pb-5_max-sm {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-5_sm-md {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-5_sm-lg {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-5_sm-xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-5_sm-2xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .pb-5_md {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .pb-5_max-md {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-5_md-lg {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-5_md-xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-5_md-2xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pb-5_lg {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1023px) {
  .pb-5_max-lg {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-5_lg-xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-5_lg-2xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pb-5_xl {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1279px) {
  .pb-5_max-xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-5_xl-2xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1536px) {
  .pb-5_2xl {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1535px) {
  .pb-5_max-2xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-5_2xl-2xl {
    padding-bottom: 20px !important;
  }
}

.px-5 {
  padding-inline: 20px !important;
}
@media (min-width: 640px) {
  .px-5_sm {
    padding-inline: 20px !important;
  }
}
@media (max-width: 639px) {
  .px-5_max-sm {
    padding-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-5_sm-md {
    padding-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-5_sm-lg {
    padding-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-5_sm-xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-5_sm-2xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 768px) {
  .px-5_md {
    padding-inline: 20px !important;
  }
}
@media (max-width: 767px) {
  .px-5_max-md {
    padding-inline: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-5_md-lg {
    padding-inline: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-5_md-xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-5_md-2xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1024px) {
  .px-5_lg {
    padding-inline: 20px !important;
  }
}
@media (max-width: 1023px) {
  .px-5_max-lg {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-5_lg-xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-5_lg-2xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1280px) {
  .px-5_xl {
    padding-inline: 20px !important;
  }
}
@media (max-width: 1279px) {
  .px-5_max-xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-5_xl-2xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1536px) {
  .px-5_2xl {
    padding-inline: 20px !important;
  }
}
@media (max-width: 1535px) {
  .px-5_max-2xl {
    padding-inline: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-5_2xl-2xl {
    padding-inline: 20px !important;
  }
}

.py-5 {
  padding-block: 20px !important;
}
@media (min-width: 640px) {
  .py-5_sm {
    padding-block: 20px !important;
  }
}
@media (max-width: 639px) {
  .py-5_max-sm {
    padding-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-5_sm-md {
    padding-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-5_sm-lg {
    padding-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-5_sm-xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-5_sm-2xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 768px) {
  .py-5_md {
    padding-block: 20px !important;
  }
}
@media (max-width: 767px) {
  .py-5_max-md {
    padding-block: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-5_md-lg {
    padding-block: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-5_md-xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-5_md-2xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 1024px) {
  .py-5_lg {
    padding-block: 20px !important;
  }
}
@media (max-width: 1023px) {
  .py-5_max-lg {
    padding-block: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-5_lg-xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-5_lg-2xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 1280px) {
  .py-5_xl {
    padding-block: 20px !important;
  }
}
@media (max-width: 1279px) {
  .py-5_max-xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-5_xl-2xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 1536px) {
  .py-5_2xl {
    padding-block: 20px !important;
  }
}
@media (max-width: 1535px) {
  .py-5_max-2xl {
    padding-block: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-5_2xl-2xl {
    padding-block: 20px !important;
  }
}

.p-6 {
  padding: 24px !important;
}
@media (min-width: 640px) {
  .p-6_sm {
    padding: 24px !important;
  }
}
@media (max-width: 639px) {
  .p-6_max-sm {
    padding: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-6_sm-md {
    padding: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-6_sm-lg {
    padding: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-6_sm-xl {
    padding: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-6_sm-2xl {
    padding: 24px !important;
  }
}
@media (min-width: 768px) {
  .p-6_md {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .p-6_max-md {
    padding: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-6_md-lg {
    padding: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-6_md-xl {
    padding: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-6_md-2xl {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) {
  .p-6_lg {
    padding: 24px !important;
  }
}
@media (max-width: 1023px) {
  .p-6_max-lg {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-6_lg-xl {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-6_lg-2xl {
    padding: 24px !important;
  }
}
@media (min-width: 1280px) {
  .p-6_xl {
    padding: 24px !important;
  }
}
@media (max-width: 1279px) {
  .p-6_max-xl {
    padding: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-6_xl-2xl {
    padding: 24px !important;
  }
}
@media (min-width: 1536px) {
  .p-6_2xl {
    padding: 24px !important;
  }
}
@media (max-width: 1535px) {
  .p-6_max-2xl {
    padding: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-6_2xl-2xl {
    padding: 24px !important;
  }
}

.pl-6 {
  padding-left: 24px !important;
}
@media (min-width: 640px) {
  .pl-6_sm {
    padding-left: 24px !important;
  }
}
@media (max-width: 639px) {
  .pl-6_max-sm {
    padding-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-6_sm-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-6_sm-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-6_sm-xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-6_sm-2xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .pl-6_md {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .pl-6_max-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-6_md-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-6_md-xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-6_md-2xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pl-6_lg {
    padding-left: 24px !important;
  }
}
@media (max-width: 1023px) {
  .pl-6_max-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-6_lg-xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-6_lg-2xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) {
  .pl-6_xl {
    padding-left: 24px !important;
  }
}
@media (max-width: 1279px) {
  .pl-6_max-xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-6_xl-2xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 1536px) {
  .pl-6_2xl {
    padding-left: 24px !important;
  }
}
@media (max-width: 1535px) {
  .pl-6_max-2xl {
    padding-left: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-6_2xl-2xl {
    padding-left: 24px !important;
  }
}

.pt-6 {
  padding-top: 24px !important;
}
@media (min-width: 640px) {
  .pt-6_sm {
    padding-top: 24px !important;
  }
}
@media (max-width: 639px) {
  .pt-6_max-sm {
    padding-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-6_sm-md {
    padding-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-6_sm-lg {
    padding-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-6_sm-xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-6_sm-2xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .pt-6_md {
    padding-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .pt-6_max-md {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-6_md-lg {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-6_md-xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-6_md-2xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pt-6_lg {
    padding-top: 24px !important;
  }
}
@media (max-width: 1023px) {
  .pt-6_max-lg {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-6_lg-xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-6_lg-2xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 1280px) {
  .pt-6_xl {
    padding-top: 24px !important;
  }
}
@media (max-width: 1279px) {
  .pt-6_max-xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-6_xl-2xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 1536px) {
  .pt-6_2xl {
    padding-top: 24px !important;
  }
}
@media (max-width: 1535px) {
  .pt-6_max-2xl {
    padding-top: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-6_2xl-2xl {
    padding-top: 24px !important;
  }
}

.pr-6 {
  padding-right: 24px !important;
}
@media (min-width: 640px) {
  .pr-6_sm {
    padding-right: 24px !important;
  }
}
@media (max-width: 639px) {
  .pr-6_max-sm {
    padding-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-6_sm-md {
    padding-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-6_sm-lg {
    padding-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-6_sm-xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-6_sm-2xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .pr-6_md {
    padding-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .pr-6_max-md {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-6_md-lg {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-6_md-xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-6_md-2xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pr-6_lg {
    padding-right: 24px !important;
  }
}
@media (max-width: 1023px) {
  .pr-6_max-lg {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-6_lg-xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-6_lg-2xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 1280px) {
  .pr-6_xl {
    padding-right: 24px !important;
  }
}
@media (max-width: 1279px) {
  .pr-6_max-xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-6_xl-2xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 1536px) {
  .pr-6_2xl {
    padding-right: 24px !important;
  }
}
@media (max-width: 1535px) {
  .pr-6_max-2xl {
    padding-right: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-6_2xl-2xl {
    padding-right: 24px !important;
  }
}

.pb-6 {
  padding-bottom: 24px !important;
}
@media (min-width: 640px) {
  .pb-6_sm {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 639px) {
  .pb-6_max-sm {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-6_sm-md {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-6_sm-lg {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-6_sm-xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-6_sm-2xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .pb-6_md {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .pb-6_max-md {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-6_md-lg {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-6_md-xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-6_md-2xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pb-6_lg {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 1023px) {
  .pb-6_max-lg {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-6_lg-xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-6_lg-2xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1280px) {
  .pb-6_xl {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 1279px) {
  .pb-6_max-xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-6_xl-2xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1536px) {
  .pb-6_2xl {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 1535px) {
  .pb-6_max-2xl {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-6_2xl-2xl {
    padding-bottom: 24px !important;
  }
}

.px-6 {
  padding-inline: 24px !important;
}
@media (min-width: 640px) {
  .px-6_sm {
    padding-inline: 24px !important;
  }
}
@media (max-width: 639px) {
  .px-6_max-sm {
    padding-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-6_sm-md {
    padding-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-6_sm-lg {
    padding-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-6_sm-xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-6_sm-2xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 768px) {
  .px-6_md {
    padding-inline: 24px !important;
  }
}
@media (max-width: 767px) {
  .px-6_max-md {
    padding-inline: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-6_md-lg {
    padding-inline: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-6_md-xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-6_md-2xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1024px) {
  .px-6_lg {
    padding-inline: 24px !important;
  }
}
@media (max-width: 1023px) {
  .px-6_max-lg {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-6_lg-xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-6_lg-2xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1280px) {
  .px-6_xl {
    padding-inline: 24px !important;
  }
}
@media (max-width: 1279px) {
  .px-6_max-xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-6_xl-2xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1536px) {
  .px-6_2xl {
    padding-inline: 24px !important;
  }
}
@media (max-width: 1535px) {
  .px-6_max-2xl {
    padding-inline: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-6_2xl-2xl {
    padding-inline: 24px !important;
  }
}

.py-6 {
  padding-block: 24px !important;
}
@media (min-width: 640px) {
  .py-6_sm {
    padding-block: 24px !important;
  }
}
@media (max-width: 639px) {
  .py-6_max-sm {
    padding-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-6_sm-md {
    padding-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-6_sm-lg {
    padding-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-6_sm-xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-6_sm-2xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 768px) {
  .py-6_md {
    padding-block: 24px !important;
  }
}
@media (max-width: 767px) {
  .py-6_max-md {
    padding-block: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-6_md-lg {
    padding-block: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-6_md-xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-6_md-2xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 1024px) {
  .py-6_lg {
    padding-block: 24px !important;
  }
}
@media (max-width: 1023px) {
  .py-6_max-lg {
    padding-block: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-6_lg-xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-6_lg-2xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 1280px) {
  .py-6_xl {
    padding-block: 24px !important;
  }
}
@media (max-width: 1279px) {
  .py-6_max-xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-6_xl-2xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 1536px) {
  .py-6_2xl {
    padding-block: 24px !important;
  }
}
@media (max-width: 1535px) {
  .py-6_max-2xl {
    padding-block: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-6_2xl-2xl {
    padding-block: 24px !important;
  }
}

.p-7 {
  padding: 28px !important;
}
@media (min-width: 640px) {
  .p-7_sm {
    padding: 28px !important;
  }
}
@media (max-width: 639px) {
  .p-7_max-sm {
    padding: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-7_sm-md {
    padding: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-7_sm-lg {
    padding: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-7_sm-xl {
    padding: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-7_sm-2xl {
    padding: 28px !important;
  }
}
@media (min-width: 768px) {
  .p-7_md {
    padding: 28px !important;
  }
}
@media (max-width: 767px) {
  .p-7_max-md {
    padding: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-7_md-lg {
    padding: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-7_md-xl {
    padding: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-7_md-2xl {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) {
  .p-7_lg {
    padding: 28px !important;
  }
}
@media (max-width: 1023px) {
  .p-7_max-lg {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-7_lg-xl {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-7_lg-2xl {
    padding: 28px !important;
  }
}
@media (min-width: 1280px) {
  .p-7_xl {
    padding: 28px !important;
  }
}
@media (max-width: 1279px) {
  .p-7_max-xl {
    padding: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-7_xl-2xl {
    padding: 28px !important;
  }
}
@media (min-width: 1536px) {
  .p-7_2xl {
    padding: 28px !important;
  }
}
@media (max-width: 1535px) {
  .p-7_max-2xl {
    padding: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-7_2xl-2xl {
    padding: 28px !important;
  }
}

.pl-7 {
  padding-left: 28px !important;
}
@media (min-width: 640px) {
  .pl-7_sm {
    padding-left: 28px !important;
  }
}
@media (max-width: 639px) {
  .pl-7_max-sm {
    padding-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-7_sm-md {
    padding-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-7_sm-lg {
    padding-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-7_sm-xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-7_sm-2xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .pl-7_md {
    padding-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .pl-7_max-md {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-7_md-lg {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-7_md-xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-7_md-2xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pl-7_lg {
    padding-left: 28px !important;
  }
}
@media (max-width: 1023px) {
  .pl-7_max-lg {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-7_lg-xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-7_lg-2xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 1280px) {
  .pl-7_xl {
    padding-left: 28px !important;
  }
}
@media (max-width: 1279px) {
  .pl-7_max-xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-7_xl-2xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 1536px) {
  .pl-7_2xl {
    padding-left: 28px !important;
  }
}
@media (max-width: 1535px) {
  .pl-7_max-2xl {
    padding-left: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-7_2xl-2xl {
    padding-left: 28px !important;
  }
}

.pt-7 {
  padding-top: 28px !important;
}
@media (min-width: 640px) {
  .pt-7_sm {
    padding-top: 28px !important;
  }
}
@media (max-width: 639px) {
  .pt-7_max-sm {
    padding-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-7_sm-md {
    padding-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-7_sm-lg {
    padding-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-7_sm-xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-7_sm-2xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) {
  .pt-7_md {
    padding-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .pt-7_max-md {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-7_md-lg {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-7_md-xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-7_md-2xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pt-7_lg {
    padding-top: 28px !important;
  }
}
@media (max-width: 1023px) {
  .pt-7_max-lg {
    padding-top: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-7_lg-xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-7_lg-2xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 1280px) {
  .pt-7_xl {
    padding-top: 28px !important;
  }
}
@media (max-width: 1279px) {
  .pt-7_max-xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-7_xl-2xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 1536px) {
  .pt-7_2xl {
    padding-top: 28px !important;
  }
}
@media (max-width: 1535px) {
  .pt-7_max-2xl {
    padding-top: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-7_2xl-2xl {
    padding-top: 28px !important;
  }
}

.pr-7 {
  padding-right: 28px !important;
}
@media (min-width: 640px) {
  .pr-7_sm {
    padding-right: 28px !important;
  }
}
@media (max-width: 639px) {
  .pr-7_max-sm {
    padding-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-7_sm-md {
    padding-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-7_sm-lg {
    padding-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-7_sm-xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-7_sm-2xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 768px) {
  .pr-7_md {
    padding-right: 28px !important;
  }
}
@media (max-width: 767px) {
  .pr-7_max-md {
    padding-right: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-7_md-lg {
    padding-right: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-7_md-xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-7_md-2xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pr-7_lg {
    padding-right: 28px !important;
  }
}
@media (max-width: 1023px) {
  .pr-7_max-lg {
    padding-right: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-7_lg-xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-7_lg-2xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 1280px) {
  .pr-7_xl {
    padding-right: 28px !important;
  }
}
@media (max-width: 1279px) {
  .pr-7_max-xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-7_xl-2xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 1536px) {
  .pr-7_2xl {
    padding-right: 28px !important;
  }
}
@media (max-width: 1535px) {
  .pr-7_max-2xl {
    padding-right: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-7_2xl-2xl {
    padding-right: 28px !important;
  }
}

.pb-7 {
  padding-bottom: 28px !important;
}
@media (min-width: 640px) {
  .pb-7_sm {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 639px) {
  .pb-7_max-sm {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-7_sm-md {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-7_sm-lg {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-7_sm-xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-7_sm-2xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .pb-7_md {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .pb-7_max-md {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-7_md-lg {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-7_md-xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-7_md-2xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pb-7_lg {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 1023px) {
  .pb-7_max-lg {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-7_lg-xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-7_lg-2xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1280px) {
  .pb-7_xl {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 1279px) {
  .pb-7_max-xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-7_xl-2xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1536px) {
  .pb-7_2xl {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 1535px) {
  .pb-7_max-2xl {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-7_2xl-2xl {
    padding-bottom: 28px !important;
  }
}

.px-7 {
  padding-inline: 28px !important;
}
@media (min-width: 640px) {
  .px-7_sm {
    padding-inline: 28px !important;
  }
}
@media (max-width: 639px) {
  .px-7_max-sm {
    padding-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-7_sm-md {
    padding-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-7_sm-lg {
    padding-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-7_sm-xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-7_sm-2xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 768px) {
  .px-7_md {
    padding-inline: 28px !important;
  }
}
@media (max-width: 767px) {
  .px-7_max-md {
    padding-inline: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-7_md-lg {
    padding-inline: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-7_md-xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-7_md-2xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1024px) {
  .px-7_lg {
    padding-inline: 28px !important;
  }
}
@media (max-width: 1023px) {
  .px-7_max-lg {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-7_lg-xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-7_lg-2xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1280px) {
  .px-7_xl {
    padding-inline: 28px !important;
  }
}
@media (max-width: 1279px) {
  .px-7_max-xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-7_xl-2xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1536px) {
  .px-7_2xl {
    padding-inline: 28px !important;
  }
}
@media (max-width: 1535px) {
  .px-7_max-2xl {
    padding-inline: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-7_2xl-2xl {
    padding-inline: 28px !important;
  }
}

.py-7 {
  padding-block: 28px !important;
}
@media (min-width: 640px) {
  .py-7_sm {
    padding-block: 28px !important;
  }
}
@media (max-width: 639px) {
  .py-7_max-sm {
    padding-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-7_sm-md {
    padding-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-7_sm-lg {
    padding-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-7_sm-xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-7_sm-2xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 768px) {
  .py-7_md {
    padding-block: 28px !important;
  }
}
@media (max-width: 767px) {
  .py-7_max-md {
    padding-block: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-7_md-lg {
    padding-block: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-7_md-xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-7_md-2xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 1024px) {
  .py-7_lg {
    padding-block: 28px !important;
  }
}
@media (max-width: 1023px) {
  .py-7_max-lg {
    padding-block: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-7_lg-xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-7_lg-2xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 1280px) {
  .py-7_xl {
    padding-block: 28px !important;
  }
}
@media (max-width: 1279px) {
  .py-7_max-xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-7_xl-2xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 1536px) {
  .py-7_2xl {
    padding-block: 28px !important;
  }
}
@media (max-width: 1535px) {
  .py-7_max-2xl {
    padding-block: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-7_2xl-2xl {
    padding-block: 28px !important;
  }
}

.p-8 {
  padding: 32px !important;
}
@media (min-width: 640px) {
  .p-8_sm {
    padding: 32px !important;
  }
}
@media (max-width: 639px) {
  .p-8_max-sm {
    padding: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-8_sm-md {
    padding: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-8_sm-lg {
    padding: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-8_sm-xl {
    padding: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-8_sm-2xl {
    padding: 32px !important;
  }
}
@media (min-width: 768px) {
  .p-8_md {
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .p-8_max-md {
    padding: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-8_md-lg {
    padding: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-8_md-xl {
    padding: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-8_md-2xl {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) {
  .p-8_lg {
    padding: 32px !important;
  }
}
@media (max-width: 1023px) {
  .p-8_max-lg {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-8_lg-xl {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-8_lg-2xl {
    padding: 32px !important;
  }
}
@media (min-width: 1280px) {
  .p-8_xl {
    padding: 32px !important;
  }
}
@media (max-width: 1279px) {
  .p-8_max-xl {
    padding: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-8_xl-2xl {
    padding: 32px !important;
  }
}
@media (min-width: 1536px) {
  .p-8_2xl {
    padding: 32px !important;
  }
}
@media (max-width: 1535px) {
  .p-8_max-2xl {
    padding: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-8_2xl-2xl {
    padding: 32px !important;
  }
}

.pl-8 {
  padding-left: 32px !important;
}
@media (min-width: 640px) {
  .pl-8_sm {
    padding-left: 32px !important;
  }
}
@media (max-width: 639px) {
  .pl-8_max-sm {
    padding-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-8_sm-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-8_sm-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-8_sm-xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-8_sm-2xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .pl-8_md {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .pl-8_max-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-8_md-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-8_md-xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-8_md-2xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pl-8_lg {
    padding-left: 32px !important;
  }
}
@media (max-width: 1023px) {
  .pl-8_max-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-8_lg-xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-8_lg-2xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 1280px) {
  .pl-8_xl {
    padding-left: 32px !important;
  }
}
@media (max-width: 1279px) {
  .pl-8_max-xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-8_xl-2xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 1536px) {
  .pl-8_2xl {
    padding-left: 32px !important;
  }
}
@media (max-width: 1535px) {
  .pl-8_max-2xl {
    padding-left: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-8_2xl-2xl {
    padding-left: 32px !important;
  }
}

.pt-8 {
  padding-top: 32px !important;
}
@media (min-width: 640px) {
  .pt-8_sm {
    padding-top: 32px !important;
  }
}
@media (max-width: 639px) {
  .pt-8_max-sm {
    padding-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-8_sm-md {
    padding-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-8_sm-lg {
    padding-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-8_sm-xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-8_sm-2xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .pt-8_md {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .pt-8_max-md {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-8_md-lg {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-8_md-xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-8_md-2xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pt-8_lg {
    padding-top: 32px !important;
  }
}
@media (max-width: 1023px) {
  .pt-8_max-lg {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-8_lg-xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-8_lg-2xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 1280px) {
  .pt-8_xl {
    padding-top: 32px !important;
  }
}
@media (max-width: 1279px) {
  .pt-8_max-xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-8_xl-2xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 1536px) {
  .pt-8_2xl {
    padding-top: 32px !important;
  }
}
@media (max-width: 1535px) {
  .pt-8_max-2xl {
    padding-top: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-8_2xl-2xl {
    padding-top: 32px !important;
  }
}

.pr-8 {
  padding-right: 32px !important;
}
@media (min-width: 640px) {
  .pr-8_sm {
    padding-right: 32px !important;
  }
}
@media (max-width: 639px) {
  .pr-8_max-sm {
    padding-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-8_sm-md {
    padding-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-8_sm-lg {
    padding-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-8_sm-xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-8_sm-2xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .pr-8_md {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .pr-8_max-md {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-8_md-lg {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-8_md-xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-8_md-2xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pr-8_lg {
    padding-right: 32px !important;
  }
}
@media (max-width: 1023px) {
  .pr-8_max-lg {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-8_lg-xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-8_lg-2xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 1280px) {
  .pr-8_xl {
    padding-right: 32px !important;
  }
}
@media (max-width: 1279px) {
  .pr-8_max-xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-8_xl-2xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 1536px) {
  .pr-8_2xl {
    padding-right: 32px !important;
  }
}
@media (max-width: 1535px) {
  .pr-8_max-2xl {
    padding-right: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-8_2xl-2xl {
    padding-right: 32px !important;
  }
}

.pb-8 {
  padding-bottom: 32px !important;
}
@media (min-width: 640px) {
  .pb-8_sm {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 639px) {
  .pb-8_max-sm {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-8_sm-md {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-8_sm-lg {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-8_sm-xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-8_sm-2xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .pb-8_md {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .pb-8_max-md {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-8_md-lg {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-8_md-xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-8_md-2xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pb-8_lg {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 1023px) {
  .pb-8_max-lg {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-8_lg-xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-8_lg-2xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1280px) {
  .pb-8_xl {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 1279px) {
  .pb-8_max-xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-8_xl-2xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1536px) {
  .pb-8_2xl {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 1535px) {
  .pb-8_max-2xl {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-8_2xl-2xl {
    padding-bottom: 32px !important;
  }
}

.px-8 {
  padding-inline: 32px !important;
}
@media (min-width: 640px) {
  .px-8_sm {
    padding-inline: 32px !important;
  }
}
@media (max-width: 639px) {
  .px-8_max-sm {
    padding-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-8_sm-md {
    padding-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-8_sm-lg {
    padding-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-8_sm-xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-8_sm-2xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 768px) {
  .px-8_md {
    padding-inline: 32px !important;
  }
}
@media (max-width: 767px) {
  .px-8_max-md {
    padding-inline: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-8_md-lg {
    padding-inline: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-8_md-xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-8_md-2xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1024px) {
  .px-8_lg {
    padding-inline: 32px !important;
  }
}
@media (max-width: 1023px) {
  .px-8_max-lg {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-8_lg-xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-8_lg-2xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1280px) {
  .px-8_xl {
    padding-inline: 32px !important;
  }
}
@media (max-width: 1279px) {
  .px-8_max-xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-8_xl-2xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1536px) {
  .px-8_2xl {
    padding-inline: 32px !important;
  }
}
@media (max-width: 1535px) {
  .px-8_max-2xl {
    padding-inline: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-8_2xl-2xl {
    padding-inline: 32px !important;
  }
}

.py-8 {
  padding-block: 32px !important;
}
@media (min-width: 640px) {
  .py-8_sm {
    padding-block: 32px !important;
  }
}
@media (max-width: 639px) {
  .py-8_max-sm {
    padding-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-8_sm-md {
    padding-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-8_sm-lg {
    padding-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-8_sm-xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-8_sm-2xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 768px) {
  .py-8_md {
    padding-block: 32px !important;
  }
}
@media (max-width: 767px) {
  .py-8_max-md {
    padding-block: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-8_md-lg {
    padding-block: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-8_md-xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-8_md-2xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 1024px) {
  .py-8_lg {
    padding-block: 32px !important;
  }
}
@media (max-width: 1023px) {
  .py-8_max-lg {
    padding-block: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-8_lg-xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-8_lg-2xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 1280px) {
  .py-8_xl {
    padding-block: 32px !important;
  }
}
@media (max-width: 1279px) {
  .py-8_max-xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-8_xl-2xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 1536px) {
  .py-8_2xl {
    padding-block: 32px !important;
  }
}
@media (max-width: 1535px) {
  .py-8_max-2xl {
    padding-block: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-8_2xl-2xl {
    padding-block: 32px !important;
  }
}

.p-9 {
  padding: 36px !important;
}
@media (min-width: 640px) {
  .p-9_sm {
    padding: 36px !important;
  }
}
@media (max-width: 639px) {
  .p-9_max-sm {
    padding: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-9_sm-md {
    padding: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-9_sm-lg {
    padding: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-9_sm-xl {
    padding: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-9_sm-2xl {
    padding: 36px !important;
  }
}
@media (min-width: 768px) {
  .p-9_md {
    padding: 36px !important;
  }
}
@media (max-width: 767px) {
  .p-9_max-md {
    padding: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-9_md-lg {
    padding: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-9_md-xl {
    padding: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-9_md-2xl {
    padding: 36px !important;
  }
}
@media (min-width: 1024px) {
  .p-9_lg {
    padding: 36px !important;
  }
}
@media (max-width: 1023px) {
  .p-9_max-lg {
    padding: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-9_lg-xl {
    padding: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-9_lg-2xl {
    padding: 36px !important;
  }
}
@media (min-width: 1280px) {
  .p-9_xl {
    padding: 36px !important;
  }
}
@media (max-width: 1279px) {
  .p-9_max-xl {
    padding: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-9_xl-2xl {
    padding: 36px !important;
  }
}
@media (min-width: 1536px) {
  .p-9_2xl {
    padding: 36px !important;
  }
}
@media (max-width: 1535px) {
  .p-9_max-2xl {
    padding: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-9_2xl-2xl {
    padding: 36px !important;
  }
}

.pl-9 {
  padding-left: 36px !important;
}
@media (min-width: 640px) {
  .pl-9_sm {
    padding-left: 36px !important;
  }
}
@media (max-width: 639px) {
  .pl-9_max-sm {
    padding-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-9_sm-md {
    padding-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-9_sm-lg {
    padding-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-9_sm-xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-9_sm-2xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 768px) {
  .pl-9_md {
    padding-left: 36px !important;
  }
}
@media (max-width: 767px) {
  .pl-9_max-md {
    padding-left: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-9_md-lg {
    padding-left: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-9_md-xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-9_md-2xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 1024px) {
  .pl-9_lg {
    padding-left: 36px !important;
  }
}
@media (max-width: 1023px) {
  .pl-9_max-lg {
    padding-left: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-9_lg-xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-9_lg-2xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 1280px) {
  .pl-9_xl {
    padding-left: 36px !important;
  }
}
@media (max-width: 1279px) {
  .pl-9_max-xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-9_xl-2xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 1536px) {
  .pl-9_2xl {
    padding-left: 36px !important;
  }
}
@media (max-width: 1535px) {
  .pl-9_max-2xl {
    padding-left: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-9_2xl-2xl {
    padding-left: 36px !important;
  }
}

.pt-9 {
  padding-top: 36px !important;
}
@media (min-width: 640px) {
  .pt-9_sm {
    padding-top: 36px !important;
  }
}
@media (max-width: 639px) {
  .pt-9_max-sm {
    padding-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-9_sm-md {
    padding-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-9_sm-lg {
    padding-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-9_sm-xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-9_sm-2xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 768px) {
  .pt-9_md {
    padding-top: 36px !important;
  }
}
@media (max-width: 767px) {
  .pt-9_max-md {
    padding-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-9_md-lg {
    padding-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-9_md-xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-9_md-2xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 1024px) {
  .pt-9_lg {
    padding-top: 36px !important;
  }
}
@media (max-width: 1023px) {
  .pt-9_max-lg {
    padding-top: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-9_lg-xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-9_lg-2xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 1280px) {
  .pt-9_xl {
    padding-top: 36px !important;
  }
}
@media (max-width: 1279px) {
  .pt-9_max-xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-9_xl-2xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 1536px) {
  .pt-9_2xl {
    padding-top: 36px !important;
  }
}
@media (max-width: 1535px) {
  .pt-9_max-2xl {
    padding-top: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-9_2xl-2xl {
    padding-top: 36px !important;
  }
}

.pr-9 {
  padding-right: 36px !important;
}
@media (min-width: 640px) {
  .pr-9_sm {
    padding-right: 36px !important;
  }
}
@media (max-width: 639px) {
  .pr-9_max-sm {
    padding-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-9_sm-md {
    padding-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-9_sm-lg {
    padding-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-9_sm-xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-9_sm-2xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 768px) {
  .pr-9_md {
    padding-right: 36px !important;
  }
}
@media (max-width: 767px) {
  .pr-9_max-md {
    padding-right: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-9_md-lg {
    padding-right: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-9_md-xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-9_md-2xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 1024px) {
  .pr-9_lg {
    padding-right: 36px !important;
  }
}
@media (max-width: 1023px) {
  .pr-9_max-lg {
    padding-right: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-9_lg-xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-9_lg-2xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 1280px) {
  .pr-9_xl {
    padding-right: 36px !important;
  }
}
@media (max-width: 1279px) {
  .pr-9_max-xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-9_xl-2xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 1536px) {
  .pr-9_2xl {
    padding-right: 36px !important;
  }
}
@media (max-width: 1535px) {
  .pr-9_max-2xl {
    padding-right: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-9_2xl-2xl {
    padding-right: 36px !important;
  }
}

.pb-9 {
  padding-bottom: 36px !important;
}
@media (min-width: 640px) {
  .pb-9_sm {
    padding-bottom: 36px !important;
  }
}
@media (max-width: 639px) {
  .pb-9_max-sm {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-9_sm-md {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-9_sm-lg {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-9_sm-xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-9_sm-2xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 768px) {
  .pb-9_md {
    padding-bottom: 36px !important;
  }
}
@media (max-width: 767px) {
  .pb-9_max-md {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-9_md-lg {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-9_md-xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-9_md-2xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1024px) {
  .pb-9_lg {
    padding-bottom: 36px !important;
  }
}
@media (max-width: 1023px) {
  .pb-9_max-lg {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-9_lg-xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-9_lg-2xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1280px) {
  .pb-9_xl {
    padding-bottom: 36px !important;
  }
}
@media (max-width: 1279px) {
  .pb-9_max-xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-9_xl-2xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1536px) {
  .pb-9_2xl {
    padding-bottom: 36px !important;
  }
}
@media (max-width: 1535px) {
  .pb-9_max-2xl {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-9_2xl-2xl {
    padding-bottom: 36px !important;
  }
}

.px-9 {
  padding-inline: 36px !important;
}
@media (min-width: 640px) {
  .px-9_sm {
    padding-inline: 36px !important;
  }
}
@media (max-width: 639px) {
  .px-9_max-sm {
    padding-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-9_sm-md {
    padding-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-9_sm-lg {
    padding-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-9_sm-xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-9_sm-2xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 768px) {
  .px-9_md {
    padding-inline: 36px !important;
  }
}
@media (max-width: 767px) {
  .px-9_max-md {
    padding-inline: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-9_md-lg {
    padding-inline: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-9_md-xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-9_md-2xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1024px) {
  .px-9_lg {
    padding-inline: 36px !important;
  }
}
@media (max-width: 1023px) {
  .px-9_max-lg {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-9_lg-xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-9_lg-2xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1280px) {
  .px-9_xl {
    padding-inline: 36px !important;
  }
}
@media (max-width: 1279px) {
  .px-9_max-xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-9_xl-2xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1536px) {
  .px-9_2xl {
    padding-inline: 36px !important;
  }
}
@media (max-width: 1535px) {
  .px-9_max-2xl {
    padding-inline: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-9_2xl-2xl {
    padding-inline: 36px !important;
  }
}

.py-9 {
  padding-block: 36px !important;
}
@media (min-width: 640px) {
  .py-9_sm {
    padding-block: 36px !important;
  }
}
@media (max-width: 639px) {
  .py-9_max-sm {
    padding-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-9_sm-md {
    padding-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-9_sm-lg {
    padding-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-9_sm-xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-9_sm-2xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 768px) {
  .py-9_md {
    padding-block: 36px !important;
  }
}
@media (max-width: 767px) {
  .py-9_max-md {
    padding-block: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-9_md-lg {
    padding-block: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-9_md-xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-9_md-2xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 1024px) {
  .py-9_lg {
    padding-block: 36px !important;
  }
}
@media (max-width: 1023px) {
  .py-9_max-lg {
    padding-block: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-9_lg-xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-9_lg-2xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 1280px) {
  .py-9_xl {
    padding-block: 36px !important;
  }
}
@media (max-width: 1279px) {
  .py-9_max-xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-9_xl-2xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 1536px) {
  .py-9_2xl {
    padding-block: 36px !important;
  }
}
@media (max-width: 1535px) {
  .py-9_max-2xl {
    padding-block: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-9_2xl-2xl {
    padding-block: 36px !important;
  }
}

.p-10 {
  padding: 40px !important;
}
@media (min-width: 640px) {
  .p-10_sm {
    padding: 40px !important;
  }
}
@media (max-width: 639px) {
  .p-10_max-sm {
    padding: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-10_sm-md {
    padding: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-10_sm-lg {
    padding: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-10_sm-xl {
    padding: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-10_sm-2xl {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .p-10_md {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .p-10_max-md {
    padding: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-10_md-lg {
    padding: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-10_md-xl {
    padding: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-10_md-2xl {
    padding: 40px !important;
  }
}
@media (min-width: 1024px) {
  .p-10_lg {
    padding: 40px !important;
  }
}
@media (max-width: 1023px) {
  .p-10_max-lg {
    padding: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-10_lg-xl {
    padding: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-10_lg-2xl {
    padding: 40px !important;
  }
}
@media (min-width: 1280px) {
  .p-10_xl {
    padding: 40px !important;
  }
}
@media (max-width: 1279px) {
  .p-10_max-xl {
    padding: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-10_xl-2xl {
    padding: 40px !important;
  }
}
@media (min-width: 1536px) {
  .p-10_2xl {
    padding: 40px !important;
  }
}
@media (max-width: 1535px) {
  .p-10_max-2xl {
    padding: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-10_2xl-2xl {
    padding: 40px !important;
  }
}

.pl-10 {
  padding-left: 40px !important;
}
@media (min-width: 640px) {
  .pl-10_sm {
    padding-left: 40px !important;
  }
}
@media (max-width: 639px) {
  .pl-10_max-sm {
    padding-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-10_sm-md {
    padding-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-10_sm-lg {
    padding-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-10_sm-xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-10_sm-2xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .pl-10_md {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .pl-10_max-md {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-10_md-lg {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-10_md-xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-10_md-2xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pl-10_lg {
    padding-left: 40px !important;
  }
}
@media (max-width: 1023px) {
  .pl-10_max-lg {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-10_lg-xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-10_lg-2xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pl-10_xl {
    padding-left: 40px !important;
  }
}
@media (max-width: 1279px) {
  .pl-10_max-xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-10_xl-2xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1536px) {
  .pl-10_2xl {
    padding-left: 40px !important;
  }
}
@media (max-width: 1535px) {
  .pl-10_max-2xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-10_2xl-2xl {
    padding-left: 40px !important;
  }
}

.pt-10 {
  padding-top: 40px !important;
}
@media (min-width: 640px) {
  .pt-10_sm {
    padding-top: 40px !important;
  }
}
@media (max-width: 639px) {
  .pt-10_max-sm {
    padding-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-10_sm-md {
    padding-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-10_sm-lg {
    padding-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-10_sm-xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-10_sm-2xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .pt-10_md {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .pt-10_max-md {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-10_md-lg {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-10_md-xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-10_md-2xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pt-10_lg {
    padding-top: 40px !important;
  }
}
@media (max-width: 1023px) {
  .pt-10_max-lg {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-10_lg-xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-10_lg-2xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pt-10_xl {
    padding-top: 40px !important;
  }
}
@media (max-width: 1279px) {
  .pt-10_max-xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-10_xl-2xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1536px) {
  .pt-10_2xl {
    padding-top: 40px !important;
  }
}
@media (max-width: 1535px) {
  .pt-10_max-2xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-10_2xl-2xl {
    padding-top: 40px !important;
  }
}

.pr-10 {
  padding-right: 40px !important;
}
@media (min-width: 640px) {
  .pr-10_sm {
    padding-right: 40px !important;
  }
}
@media (max-width: 639px) {
  .pr-10_max-sm {
    padding-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-10_sm-md {
    padding-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-10_sm-lg {
    padding-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-10_sm-xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-10_sm-2xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .pr-10_md {
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .pr-10_max-md {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-10_md-lg {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-10_md-xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-10_md-2xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pr-10_lg {
    padding-right: 40px !important;
  }
}
@media (max-width: 1023px) {
  .pr-10_max-lg {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-10_lg-xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-10_lg-2xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pr-10_xl {
    padding-right: 40px !important;
  }
}
@media (max-width: 1279px) {
  .pr-10_max-xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-10_xl-2xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1536px) {
  .pr-10_2xl {
    padding-right: 40px !important;
  }
}
@media (max-width: 1535px) {
  .pr-10_max-2xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-10_2xl-2xl {
    padding-right: 40px !important;
  }
}

.pb-10 {
  padding-bottom: 40px !important;
}
@media (min-width: 640px) {
  .pb-10_sm {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 639px) {
  .pb-10_max-sm {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-10_sm-md {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-10_sm-lg {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-10_sm-xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-10_sm-2xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .pb-10_md {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .pb-10_max-md {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-10_md-lg {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-10_md-xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-10_md-2xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pb-10_lg {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1023px) {
  .pb-10_max-lg {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-10_lg-xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-10_lg-2xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pb-10_xl {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1279px) {
  .pb-10_max-xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-10_xl-2xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1536px) {
  .pb-10_2xl {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1535px) {
  .pb-10_max-2xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-10_2xl-2xl {
    padding-bottom: 40px !important;
  }
}

.px-10 {
  padding-inline: 40px !important;
}
@media (min-width: 640px) {
  .px-10_sm {
    padding-inline: 40px !important;
  }
}
@media (max-width: 639px) {
  .px-10_max-sm {
    padding-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-10_sm-md {
    padding-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-10_sm-lg {
    padding-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-10_sm-xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-10_sm-2xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 768px) {
  .px-10_md {
    padding-inline: 40px !important;
  }
}
@media (max-width: 767px) {
  .px-10_max-md {
    padding-inline: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-10_md-lg {
    padding-inline: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-10_md-xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-10_md-2xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1024px) {
  .px-10_lg {
    padding-inline: 40px !important;
  }
}
@media (max-width: 1023px) {
  .px-10_max-lg {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-10_lg-xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-10_lg-2xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1280px) {
  .px-10_xl {
    padding-inline: 40px !important;
  }
}
@media (max-width: 1279px) {
  .px-10_max-xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-10_xl-2xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1536px) {
  .px-10_2xl {
    padding-inline: 40px !important;
  }
}
@media (max-width: 1535px) {
  .px-10_max-2xl {
    padding-inline: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-10_2xl-2xl {
    padding-inline: 40px !important;
  }
}

.py-10 {
  padding-block: 40px !important;
}
@media (min-width: 640px) {
  .py-10_sm {
    padding-block: 40px !important;
  }
}
@media (max-width: 639px) {
  .py-10_max-sm {
    padding-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-10_sm-md {
    padding-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-10_sm-lg {
    padding-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-10_sm-xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-10_sm-2xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 768px) {
  .py-10_md {
    padding-block: 40px !important;
  }
}
@media (max-width: 767px) {
  .py-10_max-md {
    padding-block: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-10_md-lg {
    padding-block: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-10_md-xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-10_md-2xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 1024px) {
  .py-10_lg {
    padding-block: 40px !important;
  }
}
@media (max-width: 1023px) {
  .py-10_max-lg {
    padding-block: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-10_lg-xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-10_lg-2xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 1280px) {
  .py-10_xl {
    padding-block: 40px !important;
  }
}
@media (max-width: 1279px) {
  .py-10_max-xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-10_xl-2xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 1536px) {
  .py-10_2xl {
    padding-block: 40px !important;
  }
}
@media (max-width: 1535px) {
  .py-10_max-2xl {
    padding-block: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-10_2xl-2xl {
    padding-block: 40px !important;
  }
}

.p-11 {
  padding: 44px !important;
}
@media (min-width: 640px) {
  .p-11_sm {
    padding: 44px !important;
  }
}
@media (max-width: 639px) {
  .p-11_max-sm {
    padding: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-11_sm-md {
    padding: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-11_sm-lg {
    padding: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-11_sm-xl {
    padding: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-11_sm-2xl {
    padding: 44px !important;
  }
}
@media (min-width: 768px) {
  .p-11_md {
    padding: 44px !important;
  }
}
@media (max-width: 767px) {
  .p-11_max-md {
    padding: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-11_md-lg {
    padding: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-11_md-xl {
    padding: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-11_md-2xl {
    padding: 44px !important;
  }
}
@media (min-width: 1024px) {
  .p-11_lg {
    padding: 44px !important;
  }
}
@media (max-width: 1023px) {
  .p-11_max-lg {
    padding: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-11_lg-xl {
    padding: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-11_lg-2xl {
    padding: 44px !important;
  }
}
@media (min-width: 1280px) {
  .p-11_xl {
    padding: 44px !important;
  }
}
@media (max-width: 1279px) {
  .p-11_max-xl {
    padding: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-11_xl-2xl {
    padding: 44px !important;
  }
}
@media (min-width: 1536px) {
  .p-11_2xl {
    padding: 44px !important;
  }
}
@media (max-width: 1535px) {
  .p-11_max-2xl {
    padding: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-11_2xl-2xl {
    padding: 44px !important;
  }
}

.pl-11 {
  padding-left: 44px !important;
}
@media (min-width: 640px) {
  .pl-11_sm {
    padding-left: 44px !important;
  }
}
@media (max-width: 639px) {
  .pl-11_max-sm {
    padding-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-11_sm-md {
    padding-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-11_sm-lg {
    padding-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-11_sm-xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-11_sm-2xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 768px) {
  .pl-11_md {
    padding-left: 44px !important;
  }
}
@media (max-width: 767px) {
  .pl-11_max-md {
    padding-left: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-11_md-lg {
    padding-left: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-11_md-xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-11_md-2xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 1024px) {
  .pl-11_lg {
    padding-left: 44px !important;
  }
}
@media (max-width: 1023px) {
  .pl-11_max-lg {
    padding-left: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-11_lg-xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-11_lg-2xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 1280px) {
  .pl-11_xl {
    padding-left: 44px !important;
  }
}
@media (max-width: 1279px) {
  .pl-11_max-xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-11_xl-2xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 1536px) {
  .pl-11_2xl {
    padding-left: 44px !important;
  }
}
@media (max-width: 1535px) {
  .pl-11_max-2xl {
    padding-left: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-11_2xl-2xl {
    padding-left: 44px !important;
  }
}

.pt-11 {
  padding-top: 44px !important;
}
@media (min-width: 640px) {
  .pt-11_sm {
    padding-top: 44px !important;
  }
}
@media (max-width: 639px) {
  .pt-11_max-sm {
    padding-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-11_sm-md {
    padding-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-11_sm-lg {
    padding-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-11_sm-xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-11_sm-2xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 768px) {
  .pt-11_md {
    padding-top: 44px !important;
  }
}
@media (max-width: 767px) {
  .pt-11_max-md {
    padding-top: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-11_md-lg {
    padding-top: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-11_md-xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-11_md-2xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 1024px) {
  .pt-11_lg {
    padding-top: 44px !important;
  }
}
@media (max-width: 1023px) {
  .pt-11_max-lg {
    padding-top: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-11_lg-xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-11_lg-2xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 1280px) {
  .pt-11_xl {
    padding-top: 44px !important;
  }
}
@media (max-width: 1279px) {
  .pt-11_max-xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-11_xl-2xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 1536px) {
  .pt-11_2xl {
    padding-top: 44px !important;
  }
}
@media (max-width: 1535px) {
  .pt-11_max-2xl {
    padding-top: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-11_2xl-2xl {
    padding-top: 44px !important;
  }
}

.pr-11 {
  padding-right: 44px !important;
}
@media (min-width: 640px) {
  .pr-11_sm {
    padding-right: 44px !important;
  }
}
@media (max-width: 639px) {
  .pr-11_max-sm {
    padding-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-11_sm-md {
    padding-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-11_sm-lg {
    padding-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-11_sm-xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-11_sm-2xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 768px) {
  .pr-11_md {
    padding-right: 44px !important;
  }
}
@media (max-width: 767px) {
  .pr-11_max-md {
    padding-right: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-11_md-lg {
    padding-right: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-11_md-xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-11_md-2xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 1024px) {
  .pr-11_lg {
    padding-right: 44px !important;
  }
}
@media (max-width: 1023px) {
  .pr-11_max-lg {
    padding-right: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-11_lg-xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-11_lg-2xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 1280px) {
  .pr-11_xl {
    padding-right: 44px !important;
  }
}
@media (max-width: 1279px) {
  .pr-11_max-xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-11_xl-2xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 1536px) {
  .pr-11_2xl {
    padding-right: 44px !important;
  }
}
@media (max-width: 1535px) {
  .pr-11_max-2xl {
    padding-right: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-11_2xl-2xl {
    padding-right: 44px !important;
  }
}

.pb-11 {
  padding-bottom: 44px !important;
}
@media (min-width: 640px) {
  .pb-11_sm {
    padding-bottom: 44px !important;
  }
}
@media (max-width: 639px) {
  .pb-11_max-sm {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-11_sm-md {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-11_sm-lg {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-11_sm-xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-11_sm-2xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 768px) {
  .pb-11_md {
    padding-bottom: 44px !important;
  }
}
@media (max-width: 767px) {
  .pb-11_max-md {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-11_md-lg {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-11_md-xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-11_md-2xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1024px) {
  .pb-11_lg {
    padding-bottom: 44px !important;
  }
}
@media (max-width: 1023px) {
  .pb-11_max-lg {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-11_lg-xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-11_lg-2xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1280px) {
  .pb-11_xl {
    padding-bottom: 44px !important;
  }
}
@media (max-width: 1279px) {
  .pb-11_max-xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-11_xl-2xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1536px) {
  .pb-11_2xl {
    padding-bottom: 44px !important;
  }
}
@media (max-width: 1535px) {
  .pb-11_max-2xl {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-11_2xl-2xl {
    padding-bottom: 44px !important;
  }
}

.px-11 {
  padding-inline: 44px !important;
}
@media (min-width: 640px) {
  .px-11_sm {
    padding-inline: 44px !important;
  }
}
@media (max-width: 639px) {
  .px-11_max-sm {
    padding-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-11_sm-md {
    padding-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-11_sm-lg {
    padding-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-11_sm-xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-11_sm-2xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 768px) {
  .px-11_md {
    padding-inline: 44px !important;
  }
}
@media (max-width: 767px) {
  .px-11_max-md {
    padding-inline: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-11_md-lg {
    padding-inline: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-11_md-xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-11_md-2xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1024px) {
  .px-11_lg {
    padding-inline: 44px !important;
  }
}
@media (max-width: 1023px) {
  .px-11_max-lg {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-11_lg-xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-11_lg-2xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1280px) {
  .px-11_xl {
    padding-inline: 44px !important;
  }
}
@media (max-width: 1279px) {
  .px-11_max-xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-11_xl-2xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1536px) {
  .px-11_2xl {
    padding-inline: 44px !important;
  }
}
@media (max-width: 1535px) {
  .px-11_max-2xl {
    padding-inline: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-11_2xl-2xl {
    padding-inline: 44px !important;
  }
}

.py-11 {
  padding-block: 44px !important;
}
@media (min-width: 640px) {
  .py-11_sm {
    padding-block: 44px !important;
  }
}
@media (max-width: 639px) {
  .py-11_max-sm {
    padding-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-11_sm-md {
    padding-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-11_sm-lg {
    padding-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-11_sm-xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-11_sm-2xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 768px) {
  .py-11_md {
    padding-block: 44px !important;
  }
}
@media (max-width: 767px) {
  .py-11_max-md {
    padding-block: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-11_md-lg {
    padding-block: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-11_md-xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-11_md-2xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 1024px) {
  .py-11_lg {
    padding-block: 44px !important;
  }
}
@media (max-width: 1023px) {
  .py-11_max-lg {
    padding-block: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-11_lg-xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-11_lg-2xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 1280px) {
  .py-11_xl {
    padding-block: 44px !important;
  }
}
@media (max-width: 1279px) {
  .py-11_max-xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-11_xl-2xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 1536px) {
  .py-11_2xl {
    padding-block: 44px !important;
  }
}
@media (max-width: 1535px) {
  .py-11_max-2xl {
    padding-block: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-11_2xl-2xl {
    padding-block: 44px !important;
  }
}

.p-12 {
  padding: 48px !important;
}
@media (min-width: 640px) {
  .p-12_sm {
    padding: 48px !important;
  }
}
@media (max-width: 639px) {
  .p-12_max-sm {
    padding: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-12_sm-md {
    padding: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-12_sm-lg {
    padding: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-12_sm-xl {
    padding: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-12_sm-2xl {
    padding: 48px !important;
  }
}
@media (min-width: 768px) {
  .p-12_md {
    padding: 48px !important;
  }
}
@media (max-width: 767px) {
  .p-12_max-md {
    padding: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-12_md-lg {
    padding: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-12_md-xl {
    padding: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-12_md-2xl {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) {
  .p-12_lg {
    padding: 48px !important;
  }
}
@media (max-width: 1023px) {
  .p-12_max-lg {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-12_lg-xl {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-12_lg-2xl {
    padding: 48px !important;
  }
}
@media (min-width: 1280px) {
  .p-12_xl {
    padding: 48px !important;
  }
}
@media (max-width: 1279px) {
  .p-12_max-xl {
    padding: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-12_xl-2xl {
    padding: 48px !important;
  }
}
@media (min-width: 1536px) {
  .p-12_2xl {
    padding: 48px !important;
  }
}
@media (max-width: 1535px) {
  .p-12_max-2xl {
    padding: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-12_2xl-2xl {
    padding: 48px !important;
  }
}

.pl-12 {
  padding-left: 48px !important;
}
@media (min-width: 640px) {
  .pl-12_sm {
    padding-left: 48px !important;
  }
}
@media (max-width: 639px) {
  .pl-12_max-sm {
    padding-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-12_sm-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-12_sm-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-12_sm-xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-12_sm-2xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .pl-12_md {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .pl-12_max-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-12_md-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-12_md-xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-12_md-2xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pl-12_lg {
    padding-left: 48px !important;
  }
}
@media (max-width: 1023px) {
  .pl-12_max-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-12_lg-xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-12_lg-2xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 1280px) {
  .pl-12_xl {
    padding-left: 48px !important;
  }
}
@media (max-width: 1279px) {
  .pl-12_max-xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-12_xl-2xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 1536px) {
  .pl-12_2xl {
    padding-left: 48px !important;
  }
}
@media (max-width: 1535px) {
  .pl-12_max-2xl {
    padding-left: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-12_2xl-2xl {
    padding-left: 48px !important;
  }
}

.pt-12 {
  padding-top: 48px !important;
}
@media (min-width: 640px) {
  .pt-12_sm {
    padding-top: 48px !important;
  }
}
@media (max-width: 639px) {
  .pt-12_max-sm {
    padding-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-12_sm-md {
    padding-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-12_sm-lg {
    padding-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-12_sm-xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-12_sm-2xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .pt-12_md {
    padding-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .pt-12_max-md {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-12_md-lg {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-12_md-xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-12_md-2xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pt-12_lg {
    padding-top: 48px !important;
  }
}
@media (max-width: 1023px) {
  .pt-12_max-lg {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-12_lg-xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-12_lg-2xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 1280px) {
  .pt-12_xl {
    padding-top: 48px !important;
  }
}
@media (max-width: 1279px) {
  .pt-12_max-xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-12_xl-2xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 1536px) {
  .pt-12_2xl {
    padding-top: 48px !important;
  }
}
@media (max-width: 1535px) {
  .pt-12_max-2xl {
    padding-top: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-12_2xl-2xl {
    padding-top: 48px !important;
  }
}

.pr-12 {
  padding-right: 48px !important;
}
@media (min-width: 640px) {
  .pr-12_sm {
    padding-right: 48px !important;
  }
}
@media (max-width: 639px) {
  .pr-12_max-sm {
    padding-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-12_sm-md {
    padding-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-12_sm-lg {
    padding-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-12_sm-xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-12_sm-2xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .pr-12_md {
    padding-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .pr-12_max-md {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-12_md-lg {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-12_md-xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-12_md-2xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pr-12_lg {
    padding-right: 48px !important;
  }
}
@media (max-width: 1023px) {
  .pr-12_max-lg {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-12_lg-xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-12_lg-2xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 1280px) {
  .pr-12_xl {
    padding-right: 48px !important;
  }
}
@media (max-width: 1279px) {
  .pr-12_max-xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-12_xl-2xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 1536px) {
  .pr-12_2xl {
    padding-right: 48px !important;
  }
}
@media (max-width: 1535px) {
  .pr-12_max-2xl {
    padding-right: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-12_2xl-2xl {
    padding-right: 48px !important;
  }
}

.pb-12 {
  padding-bottom: 48px !important;
}
@media (min-width: 640px) {
  .pb-12_sm {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 639px) {
  .pb-12_max-sm {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-12_sm-md {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-12_sm-lg {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-12_sm-xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-12_sm-2xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .pb-12_md {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .pb-12_max-md {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-12_md-lg {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-12_md-xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-12_md-2xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pb-12_lg {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 1023px) {
  .pb-12_max-lg {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-12_lg-xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-12_lg-2xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1280px) {
  .pb-12_xl {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 1279px) {
  .pb-12_max-xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-12_xl-2xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1536px) {
  .pb-12_2xl {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 1535px) {
  .pb-12_max-2xl {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-12_2xl-2xl {
    padding-bottom: 48px !important;
  }
}

.px-12 {
  padding-inline: 48px !important;
}
@media (min-width: 640px) {
  .px-12_sm {
    padding-inline: 48px !important;
  }
}
@media (max-width: 639px) {
  .px-12_max-sm {
    padding-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-12_sm-md {
    padding-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-12_sm-lg {
    padding-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-12_sm-xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-12_sm-2xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 768px) {
  .px-12_md {
    padding-inline: 48px !important;
  }
}
@media (max-width: 767px) {
  .px-12_max-md {
    padding-inline: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-12_md-lg {
    padding-inline: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-12_md-xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-12_md-2xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1024px) {
  .px-12_lg {
    padding-inline: 48px !important;
  }
}
@media (max-width: 1023px) {
  .px-12_max-lg {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-12_lg-xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-12_lg-2xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1280px) {
  .px-12_xl {
    padding-inline: 48px !important;
  }
}
@media (max-width: 1279px) {
  .px-12_max-xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-12_xl-2xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1536px) {
  .px-12_2xl {
    padding-inline: 48px !important;
  }
}
@media (max-width: 1535px) {
  .px-12_max-2xl {
    padding-inline: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-12_2xl-2xl {
    padding-inline: 48px !important;
  }
}

.py-12 {
  padding-block: 48px !important;
}
@media (min-width: 640px) {
  .py-12_sm {
    padding-block: 48px !important;
  }
}
@media (max-width: 639px) {
  .py-12_max-sm {
    padding-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-12_sm-md {
    padding-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-12_sm-lg {
    padding-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-12_sm-xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-12_sm-2xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 768px) {
  .py-12_md {
    padding-block: 48px !important;
  }
}
@media (max-width: 767px) {
  .py-12_max-md {
    padding-block: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-12_md-lg {
    padding-block: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-12_md-xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-12_md-2xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 1024px) {
  .py-12_lg {
    padding-block: 48px !important;
  }
}
@media (max-width: 1023px) {
  .py-12_max-lg {
    padding-block: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-12_lg-xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-12_lg-2xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 1280px) {
  .py-12_xl {
    padding-block: 48px !important;
  }
}
@media (max-width: 1279px) {
  .py-12_max-xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-12_xl-2xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 1536px) {
  .py-12_2xl {
    padding-block: 48px !important;
  }
}
@media (max-width: 1535px) {
  .py-12_max-2xl {
    padding-block: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-12_2xl-2xl {
    padding-block: 48px !important;
  }
}

.p-16 {
  padding: 64px !important;
}
@media (min-width: 640px) {
  .p-16_sm {
    padding: 64px !important;
  }
}
@media (max-width: 639px) {
  .p-16_max-sm {
    padding: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .p-16_sm-md {
    padding: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .p-16_sm-lg {
    padding: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .p-16_sm-xl {
    padding: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .p-16_sm-2xl {
    padding: 64px !important;
  }
}
@media (min-width: 768px) {
  .p-16_md {
    padding: 64px !important;
  }
}
@media (max-width: 767px) {
  .p-16_max-md {
    padding: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-16_md-lg {
    padding: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-16_md-xl {
    padding: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .p-16_md-2xl {
    padding: 64px !important;
  }
}
@media (min-width: 1024px) {
  .p-16_lg {
    padding: 64px !important;
  }
}
@media (max-width: 1023px) {
  .p-16_max-lg {
    padding: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .p-16_lg-xl {
    padding: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .p-16_lg-2xl {
    padding: 64px !important;
  }
}
@media (min-width: 1280px) {
  .p-16_xl {
    padding: 64px !important;
  }
}
@media (max-width: 1279px) {
  .p-16_max-xl {
    padding: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .p-16_xl-2xl {
    padding: 64px !important;
  }
}
@media (min-width: 1536px) {
  .p-16_2xl {
    padding: 64px !important;
  }
}
@media (max-width: 1535px) {
  .p-16_max-2xl {
    padding: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .p-16_2xl-2xl {
    padding: 64px !important;
  }
}

.pl-16 {
  padding-left: 64px !important;
}
@media (min-width: 640px) {
  .pl-16_sm {
    padding-left: 64px !important;
  }
}
@media (max-width: 639px) {
  .pl-16_max-sm {
    padding-left: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pl-16_sm-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pl-16_sm-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pl-16_sm-xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pl-16_sm-2xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .pl-16_md {
    padding-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .pl-16_max-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pl-16_md-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pl-16_md-xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pl-16_md-2xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .pl-16_lg {
    padding-left: 64px !important;
  }
}
@media (max-width: 1023px) {
  .pl-16_max-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pl-16_lg-xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pl-16_lg-2xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 1280px) {
  .pl-16_xl {
    padding-left: 64px !important;
  }
}
@media (max-width: 1279px) {
  .pl-16_max-xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pl-16_xl-2xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 1536px) {
  .pl-16_2xl {
    padding-left: 64px !important;
  }
}
@media (max-width: 1535px) {
  .pl-16_max-2xl {
    padding-left: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pl-16_2xl-2xl {
    padding-left: 64px !important;
  }
}

.pt-16 {
  padding-top: 64px !important;
}
@media (min-width: 640px) {
  .pt-16_sm {
    padding-top: 64px !important;
  }
}
@media (max-width: 639px) {
  .pt-16_max-sm {
    padding-top: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pt-16_sm-md {
    padding-top: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pt-16_sm-lg {
    padding-top: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pt-16_sm-xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pt-16_sm-2xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) {
  .pt-16_md {
    padding-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .pt-16_max-md {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt-16_md-lg {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-16_md-xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pt-16_md-2xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 1024px) {
  .pt-16_lg {
    padding-top: 64px !important;
  }
}
@media (max-width: 1023px) {
  .pt-16_max-lg {
    padding-top: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pt-16_lg-xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pt-16_lg-2xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 1280px) {
  .pt-16_xl {
    padding-top: 64px !important;
  }
}
@media (max-width: 1279px) {
  .pt-16_max-xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pt-16_xl-2xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 1536px) {
  .pt-16_2xl {
    padding-top: 64px !important;
  }
}
@media (max-width: 1535px) {
  .pt-16_max-2xl {
    padding-top: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pt-16_2xl-2xl {
    padding-top: 64px !important;
  }
}

.pr-16 {
  padding-right: 64px !important;
}
@media (min-width: 640px) {
  .pr-16_sm {
    padding-right: 64px !important;
  }
}
@media (max-width: 639px) {
  .pr-16_max-sm {
    padding-right: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pr-16_sm-md {
    padding-right: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pr-16_sm-lg {
    padding-right: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pr-16_sm-xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pr-16_sm-2xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .pr-16_md {
    padding-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .pr-16_max-md {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-16_md-lg {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pr-16_md-xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pr-16_md-2xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .pr-16_lg {
    padding-right: 64px !important;
  }
}
@media (max-width: 1023px) {
  .pr-16_max-lg {
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pr-16_lg-xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pr-16_lg-2xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 1280px) {
  .pr-16_xl {
    padding-right: 64px !important;
  }
}
@media (max-width: 1279px) {
  .pr-16_max-xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pr-16_xl-2xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 1536px) {
  .pr-16_2xl {
    padding-right: 64px !important;
  }
}
@media (max-width: 1535px) {
  .pr-16_max-2xl {
    padding-right: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pr-16_2xl-2xl {
    padding-right: 64px !important;
  }
}

.pb-16 {
  padding-bottom: 64px !important;
}
@media (min-width: 640px) {
  .pb-16_sm {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 639px) {
  .pb-16_max-sm {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pb-16_sm-md {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-16_sm-lg {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pb-16_sm-xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pb-16_sm-2xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .pb-16_md {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .pb-16_max-md {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pb-16_md-lg {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pb-16_md-xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pb-16_md-2xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .pb-16_lg {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 1023px) {
  .pb-16_max-lg {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pb-16_lg-xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pb-16_lg-2xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1280px) {
  .pb-16_xl {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 1279px) {
  .pb-16_max-xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pb-16_xl-2xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1536px) {
  .pb-16_2xl {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 1535px) {
  .pb-16_max-2xl {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pb-16_2xl-2xl {
    padding-bottom: 64px !important;
  }
}

.px-16 {
  padding-inline: 64px !important;
}
@media (min-width: 640px) {
  .px-16_sm {
    padding-inline: 64px !important;
  }
}
@media (max-width: 639px) {
  .px-16_max-sm {
    padding-inline: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .px-16_sm-md {
    padding-inline: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-16_sm-lg {
    padding-inline: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .px-16_sm-xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .px-16_sm-2xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 768px) {
  .px-16_md {
    padding-inline: 64px !important;
  }
}
@media (max-width: 767px) {
  .px-16_max-md {
    padding-inline: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px-16_md-lg {
    padding-inline: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .px-16_md-xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .px-16_md-2xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1024px) {
  .px-16_lg {
    padding-inline: 64px !important;
  }
}
@media (max-width: 1023px) {
  .px-16_max-lg {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .px-16_lg-xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .px-16_lg-2xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1280px) {
  .px-16_xl {
    padding-inline: 64px !important;
  }
}
@media (max-width: 1279px) {
  .px-16_max-xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .px-16_xl-2xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1536px) {
  .px-16_2xl {
    padding-inline: 64px !important;
  }
}
@media (max-width: 1535px) {
  .px-16_max-2xl {
    padding-inline: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .px-16_2xl-2xl {
    padding-inline: 64px !important;
  }
}

.py-16 {
  padding-block: 64px !important;
}
@media (min-width: 640px) {
  .py-16_sm {
    padding-block: 64px !important;
  }
}
@media (max-width: 639px) {
  .py-16_max-sm {
    padding-block: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .py-16_sm-md {
    padding-block: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .py-16_sm-lg {
    padding-block: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .py-16_sm-xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .py-16_sm-2xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 768px) {
  .py-16_md {
    padding-block: 64px !important;
  }
}
@media (max-width: 767px) {
  .py-16_max-md {
    padding-block: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .py-16_md-lg {
    padding-block: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .py-16_md-xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .py-16_md-2xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 1024px) {
  .py-16_lg {
    padding-block: 64px !important;
  }
}
@media (max-width: 1023px) {
  .py-16_max-lg {
    padding-block: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .py-16_lg-xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .py-16_lg-2xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 1280px) {
  .py-16_xl {
    padding-block: 64px !important;
  }
}
@media (max-width: 1279px) {
  .py-16_max-xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .py-16_xl-2xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 1536px) {
  .py-16_2xl {
    padding-block: 64px !important;
  }
}
@media (max-width: 1535px) {
  .py-16_max-2xl {
    padding-block: 64px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .py-16_2xl-2xl {
    padding-block: 64px !important;
  }
}

.w-full {
  width: 100% !important;
}
@media (min-width: 640px) {
  .w-full_sm {
    width: 100% !important;
  }
}
@media (max-width: 639px) {
  .w-full_max-sm {
    width: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .w-full_sm-md {
    width: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .w-full_sm-lg {
    width: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .w-full_sm-xl {
    width: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .w-full_sm-2xl {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-full_md {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .w-full_max-md {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .w-full_md-lg {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .w-full_md-xl {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .w-full_md-2xl {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .w-full_lg {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .w-full_max-lg {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .w-full_lg-xl {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .w-full_lg-2xl {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .w-full_xl {
    width: 100% !important;
  }
}
@media (max-width: 1279px) {
  .w-full_max-xl {
    width: 100% !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .w-full_xl-2xl {
    width: 100% !important;
  }
}
@media (min-width: 1536px) {
  .w-full_2xl {
    width: 100% !important;
  }
}
@media (max-width: 1535px) {
  .w-full_max-2xl {
    width: 100% !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .w-full_2xl-2xl {
    width: 100% !important;
  }
}

.w-px {
  width: 1px !important;
}
@media (min-width: 640px) {
  .w-px_sm {
    width: 1px !important;
  }
}
@media (max-width: 639px) {
  .w-px_max-sm {
    width: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .w-px_sm-md {
    width: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .w-px_sm-lg {
    width: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .w-px_sm-xl {
    width: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .w-px_sm-2xl {
    width: 1px !important;
  }
}
@media (min-width: 768px) {
  .w-px_md {
    width: 1px !important;
  }
}
@media (max-width: 767px) {
  .w-px_max-md {
    width: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .w-px_md-lg {
    width: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .w-px_md-xl {
    width: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .w-px_md-2xl {
    width: 1px !important;
  }
}
@media (min-width: 1024px) {
  .w-px_lg {
    width: 1px !important;
  }
}
@media (max-width: 1023px) {
  .w-px_max-lg {
    width: 1px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .w-px_lg-xl {
    width: 1px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .w-px_lg-2xl {
    width: 1px !important;
  }
}
@media (min-width: 1280px) {
  .w-px_xl {
    width: 1px !important;
  }
}
@media (max-width: 1279px) {
  .w-px_max-xl {
    width: 1px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .w-px_xl-2xl {
    width: 1px !important;
  }
}
@media (min-width: 1536px) {
  .w-px_2xl {
    width: 1px !important;
  }
}
@media (max-width: 1535px) {
  .w-px_max-2xl {
    width: 1px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .w-px_2xl-2xl {
    width: 1px !important;
  }
}

.h-full {
  height: 100% !important;
}
@media (min-width: 640px) {
  .h-full_sm {
    height: 100% !important;
  }
}
@media (max-width: 639px) {
  .h-full_max-sm {
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-full_sm-md {
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-full_sm-lg {
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-full_sm-xl {
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-full_sm-2xl {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .h-full_md {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .h-full_max-md {
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-full_md-lg {
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-full_md-xl {
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-full_md-2xl {
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .h-full_lg {
    height: 100% !important;
  }
}
@media (max-width: 1023px) {
  .h-full_max-lg {
    height: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-full_lg-xl {
    height: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-full_lg-2xl {
    height: 100% !important;
  }
}
@media (min-width: 1280px) {
  .h-full_xl {
    height: 100% !important;
  }
}
@media (max-width: 1279px) {
  .h-full_max-xl {
    height: 100% !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-full_xl-2xl {
    height: 100% !important;
  }
}
@media (min-width: 1536px) {
  .h-full_2xl {
    height: 100% !important;
  }
}
@media (max-width: 1535px) {
  .h-full_max-2xl {
    height: 100% !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-full_2xl-2xl {
    height: 100% !important;
  }
}

.h-auto {
  height: auto !important;
}
@media (min-width: 640px) {
  .h-auto_sm {
    height: auto !important;
  }
}
@media (max-width: 639px) {
  .h-auto_max-sm {
    height: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-auto_sm-md {
    height: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-auto_sm-lg {
    height: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-auto_sm-xl {
    height: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-auto_sm-2xl {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .h-auto_md {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .h-auto_max-md {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-auto_md-lg {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-auto_md-xl {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-auto_md-2xl {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .h-auto_lg {
    height: auto !important;
  }
}
@media (max-width: 1023px) {
  .h-auto_max-lg {
    height: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-auto_lg-xl {
    height: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-auto_lg-2xl {
    height: auto !important;
  }
}
@media (min-width: 1280px) {
  .h-auto_xl {
    height: auto !important;
  }
}
@media (max-width: 1279px) {
  .h-auto_max-xl {
    height: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-auto_xl-2xl {
    height: auto !important;
  }
}
@media (min-width: 1536px) {
  .h-auto_2xl {
    height: auto !important;
  }
}
@media (max-width: 1535px) {
  .h-auto_max-2xl {
    height: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-auto_2xl-2xl {
    height: auto !important;
  }
}

.h-px {
  height: 1px !important;
}
@media (min-width: 640px) {
  .h-px_sm {
    height: 1px !important;
  }
}
@media (max-width: 639px) {
  .h-px_max-sm {
    height: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-px_sm-md {
    height: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-px_sm-lg {
    height: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-px_sm-xl {
    height: 1px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-px_sm-2xl {
    height: 1px !important;
  }
}
@media (min-width: 768px) {
  .h-px_md {
    height: 1px !important;
  }
}
@media (max-width: 767px) {
  .h-px_max-md {
    height: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-px_md-lg {
    height: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-px_md-xl {
    height: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-px_md-2xl {
    height: 1px !important;
  }
}
@media (min-width: 1024px) {
  .h-px_lg {
    height: 1px !important;
  }
}
@media (max-width: 1023px) {
  .h-px_max-lg {
    height: 1px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-px_lg-xl {
    height: 1px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-px_lg-2xl {
    height: 1px !important;
  }
}
@media (min-width: 1280px) {
  .h-px_xl {
    height: 1px !important;
  }
}
@media (max-width: 1279px) {
  .h-px_max-xl {
    height: 1px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-px_xl-2xl {
    height: 1px !important;
  }
}
@media (min-width: 1536px) {
  .h-px_2xl {
    height: 1px !important;
  }
}
@media (max-width: 1535px) {
  .h-px_max-2xl {
    height: 1px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-px_2xl-2xl {
    height: 1px !important;
  }
}

.h-0 {
  height: 0 !important;
}
@media (min-width: 640px) {
  .h-0_sm {
    height: 0 !important;
  }
}
@media (max-width: 639px) {
  .h-0_max-sm {
    height: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-0_sm-md {
    height: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-0_sm-lg {
    height: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-0_sm-xl {
    height: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-0_sm-2xl {
    height: 0 !important;
  }
}
@media (min-width: 768px) {
  .h-0_md {
    height: 0 !important;
  }
}
@media (max-width: 767px) {
  .h-0_max-md {
    height: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-0_md-lg {
    height: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-0_md-xl {
    height: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-0_md-2xl {
    height: 0 !important;
  }
}
@media (min-width: 1024px) {
  .h-0_lg {
    height: 0 !important;
  }
}
@media (max-width: 1023px) {
  .h-0_max-lg {
    height: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-0_lg-xl {
    height: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-0_lg-2xl {
    height: 0 !important;
  }
}
@media (min-width: 1280px) {
  .h-0_xl {
    height: 0 !important;
  }
}
@media (max-width: 1279px) {
  .h-0_max-xl {
    height: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-0_xl-2xl {
    height: 0 !important;
  }
}
@media (min-width: 1536px) {
  .h-0_2xl {
    height: 0 !important;
  }
}
@media (max-width: 1535px) {
  .h-0_max-2xl {
    height: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-0_2xl-2xl {
    height: 0 !important;
  }
}

.h-1 {
  height: 4px !important;
}
@media (min-width: 640px) {
  .h-1_sm {
    height: 4px !important;
  }
}
@media (max-width: 639px) {
  .h-1_max-sm {
    height: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-1_sm-md {
    height: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-1_sm-lg {
    height: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-1_sm-xl {
    height: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-1_sm-2xl {
    height: 4px !important;
  }
}
@media (min-width: 768px) {
  .h-1_md {
    height: 4px !important;
  }
}
@media (max-width: 767px) {
  .h-1_max-md {
    height: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-1_md-lg {
    height: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-1_md-xl {
    height: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-1_md-2xl {
    height: 4px !important;
  }
}
@media (min-width: 1024px) {
  .h-1_lg {
    height: 4px !important;
  }
}
@media (max-width: 1023px) {
  .h-1_max-lg {
    height: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-1_lg-xl {
    height: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-1_lg-2xl {
    height: 4px !important;
  }
}
@media (min-width: 1280px) {
  .h-1_xl {
    height: 4px !important;
  }
}
@media (max-width: 1279px) {
  .h-1_max-xl {
    height: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-1_xl-2xl {
    height: 4px !important;
  }
}
@media (min-width: 1536px) {
  .h-1_2xl {
    height: 4px !important;
  }
}
@media (max-width: 1535px) {
  .h-1_max-2xl {
    height: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-1_2xl-2xl {
    height: 4px !important;
  }
}

.h-2 {
  height: 8px !important;
}
@media (min-width: 640px) {
  .h-2_sm {
    height: 8px !important;
  }
}
@media (max-width: 639px) {
  .h-2_max-sm {
    height: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-2_sm-md {
    height: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-2_sm-lg {
    height: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-2_sm-xl {
    height: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-2_sm-2xl {
    height: 8px !important;
  }
}
@media (min-width: 768px) {
  .h-2_md {
    height: 8px !important;
  }
}
@media (max-width: 767px) {
  .h-2_max-md {
    height: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-2_md-lg {
    height: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-2_md-xl {
    height: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-2_md-2xl {
    height: 8px !important;
  }
}
@media (min-width: 1024px) {
  .h-2_lg {
    height: 8px !important;
  }
}
@media (max-width: 1023px) {
  .h-2_max-lg {
    height: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-2_lg-xl {
    height: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-2_lg-2xl {
    height: 8px !important;
  }
}
@media (min-width: 1280px) {
  .h-2_xl {
    height: 8px !important;
  }
}
@media (max-width: 1279px) {
  .h-2_max-xl {
    height: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-2_xl-2xl {
    height: 8px !important;
  }
}
@media (min-width: 1536px) {
  .h-2_2xl {
    height: 8px !important;
  }
}
@media (max-width: 1535px) {
  .h-2_max-2xl {
    height: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-2_2xl-2xl {
    height: 8px !important;
  }
}

.h-3 {
  height: 12px !important;
}
@media (min-width: 640px) {
  .h-3_sm {
    height: 12px !important;
  }
}
@media (max-width: 639px) {
  .h-3_max-sm {
    height: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-3_sm-md {
    height: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-3_sm-lg {
    height: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-3_sm-xl {
    height: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-3_sm-2xl {
    height: 12px !important;
  }
}
@media (min-width: 768px) {
  .h-3_md {
    height: 12px !important;
  }
}
@media (max-width: 767px) {
  .h-3_max-md {
    height: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-3_md-lg {
    height: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-3_md-xl {
    height: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-3_md-2xl {
    height: 12px !important;
  }
}
@media (min-width: 1024px) {
  .h-3_lg {
    height: 12px !important;
  }
}
@media (max-width: 1023px) {
  .h-3_max-lg {
    height: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-3_lg-xl {
    height: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-3_lg-2xl {
    height: 12px !important;
  }
}
@media (min-width: 1280px) {
  .h-3_xl {
    height: 12px !important;
  }
}
@media (max-width: 1279px) {
  .h-3_max-xl {
    height: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-3_xl-2xl {
    height: 12px !important;
  }
}
@media (min-width: 1536px) {
  .h-3_2xl {
    height: 12px !important;
  }
}
@media (max-width: 1535px) {
  .h-3_max-2xl {
    height: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-3_2xl-2xl {
    height: 12px !important;
  }
}

.h-4 {
  height: 16px !important;
}
@media (min-width: 640px) {
  .h-4_sm {
    height: 16px !important;
  }
}
@media (max-width: 639px) {
  .h-4_max-sm {
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-4_sm-md {
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-4_sm-lg {
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-4_sm-xl {
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-4_sm-2xl {
    height: 16px !important;
  }
}
@media (min-width: 768px) {
  .h-4_md {
    height: 16px !important;
  }
}
@media (max-width: 767px) {
  .h-4_max-md {
    height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-4_md-lg {
    height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-4_md-xl {
    height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-4_md-2xl {
    height: 16px !important;
  }
}
@media (min-width: 1024px) {
  .h-4_lg {
    height: 16px !important;
  }
}
@media (max-width: 1023px) {
  .h-4_max-lg {
    height: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-4_lg-xl {
    height: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-4_lg-2xl {
    height: 16px !important;
  }
}
@media (min-width: 1280px) {
  .h-4_xl {
    height: 16px !important;
  }
}
@media (max-width: 1279px) {
  .h-4_max-xl {
    height: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-4_xl-2xl {
    height: 16px !important;
  }
}
@media (min-width: 1536px) {
  .h-4_2xl {
    height: 16px !important;
  }
}
@media (max-width: 1535px) {
  .h-4_max-2xl {
    height: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-4_2xl-2xl {
    height: 16px !important;
  }
}

.h-5 {
  height: 20px !important;
}
@media (min-width: 640px) {
  .h-5_sm {
    height: 20px !important;
  }
}
@media (max-width: 639px) {
  .h-5_max-sm {
    height: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-5_sm-md {
    height: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-5_sm-lg {
    height: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-5_sm-xl {
    height: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-5_sm-2xl {
    height: 20px !important;
  }
}
@media (min-width: 768px) {
  .h-5_md {
    height: 20px !important;
  }
}
@media (max-width: 767px) {
  .h-5_max-md {
    height: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-5_md-lg {
    height: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-5_md-xl {
    height: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-5_md-2xl {
    height: 20px !important;
  }
}
@media (min-width: 1024px) {
  .h-5_lg {
    height: 20px !important;
  }
}
@media (max-width: 1023px) {
  .h-5_max-lg {
    height: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-5_lg-xl {
    height: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-5_lg-2xl {
    height: 20px !important;
  }
}
@media (min-width: 1280px) {
  .h-5_xl {
    height: 20px !important;
  }
}
@media (max-width: 1279px) {
  .h-5_max-xl {
    height: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-5_xl-2xl {
    height: 20px !important;
  }
}
@media (min-width: 1536px) {
  .h-5_2xl {
    height: 20px !important;
  }
}
@media (max-width: 1535px) {
  .h-5_max-2xl {
    height: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-5_2xl-2xl {
    height: 20px !important;
  }
}

.h-6 {
  height: 24px !important;
}
@media (min-width: 640px) {
  .h-6_sm {
    height: 24px !important;
  }
}
@media (max-width: 639px) {
  .h-6_max-sm {
    height: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-6_sm-md {
    height: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-6_sm-lg {
    height: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-6_sm-xl {
    height: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-6_sm-2xl {
    height: 24px !important;
  }
}
@media (min-width: 768px) {
  .h-6_md {
    height: 24px !important;
  }
}
@media (max-width: 767px) {
  .h-6_max-md {
    height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-6_md-lg {
    height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-6_md-xl {
    height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-6_md-2xl {
    height: 24px !important;
  }
}
@media (min-width: 1024px) {
  .h-6_lg {
    height: 24px !important;
  }
}
@media (max-width: 1023px) {
  .h-6_max-lg {
    height: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-6_lg-xl {
    height: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-6_lg-2xl {
    height: 24px !important;
  }
}
@media (min-width: 1280px) {
  .h-6_xl {
    height: 24px !important;
  }
}
@media (max-width: 1279px) {
  .h-6_max-xl {
    height: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-6_xl-2xl {
    height: 24px !important;
  }
}
@media (min-width: 1536px) {
  .h-6_2xl {
    height: 24px !important;
  }
}
@media (max-width: 1535px) {
  .h-6_max-2xl {
    height: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-6_2xl-2xl {
    height: 24px !important;
  }
}

.h-7 {
  height: 28px !important;
}
@media (min-width: 640px) {
  .h-7_sm {
    height: 28px !important;
  }
}
@media (max-width: 639px) {
  .h-7_max-sm {
    height: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-7_sm-md {
    height: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-7_sm-lg {
    height: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-7_sm-xl {
    height: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-7_sm-2xl {
    height: 28px !important;
  }
}
@media (min-width: 768px) {
  .h-7_md {
    height: 28px !important;
  }
}
@media (max-width: 767px) {
  .h-7_max-md {
    height: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-7_md-lg {
    height: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-7_md-xl {
    height: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-7_md-2xl {
    height: 28px !important;
  }
}
@media (min-width: 1024px) {
  .h-7_lg {
    height: 28px !important;
  }
}
@media (max-width: 1023px) {
  .h-7_max-lg {
    height: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-7_lg-xl {
    height: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-7_lg-2xl {
    height: 28px !important;
  }
}
@media (min-width: 1280px) {
  .h-7_xl {
    height: 28px !important;
  }
}
@media (max-width: 1279px) {
  .h-7_max-xl {
    height: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-7_xl-2xl {
    height: 28px !important;
  }
}
@media (min-width: 1536px) {
  .h-7_2xl {
    height: 28px !important;
  }
}
@media (max-width: 1535px) {
  .h-7_max-2xl {
    height: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-7_2xl-2xl {
    height: 28px !important;
  }
}

.h-8 {
  height: 32px !important;
}
@media (min-width: 640px) {
  .h-8_sm {
    height: 32px !important;
  }
}
@media (max-width: 639px) {
  .h-8_max-sm {
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-8_sm-md {
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-8_sm-lg {
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-8_sm-xl {
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-8_sm-2xl {
    height: 32px !important;
  }
}
@media (min-width: 768px) {
  .h-8_md {
    height: 32px !important;
  }
}
@media (max-width: 767px) {
  .h-8_max-md {
    height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-8_md-lg {
    height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-8_md-xl {
    height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-8_md-2xl {
    height: 32px !important;
  }
}
@media (min-width: 1024px) {
  .h-8_lg {
    height: 32px !important;
  }
}
@media (max-width: 1023px) {
  .h-8_max-lg {
    height: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-8_lg-xl {
    height: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-8_lg-2xl {
    height: 32px !important;
  }
}
@media (min-width: 1280px) {
  .h-8_xl {
    height: 32px !important;
  }
}
@media (max-width: 1279px) {
  .h-8_max-xl {
    height: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-8_xl-2xl {
    height: 32px !important;
  }
}
@media (min-width: 1536px) {
  .h-8_2xl {
    height: 32px !important;
  }
}
@media (max-width: 1535px) {
  .h-8_max-2xl {
    height: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-8_2xl-2xl {
    height: 32px !important;
  }
}

.h-9 {
  height: 36px !important;
}
@media (min-width: 640px) {
  .h-9_sm {
    height: 36px !important;
  }
}
@media (max-width: 639px) {
  .h-9_max-sm {
    height: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-9_sm-md {
    height: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-9_sm-lg {
    height: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-9_sm-xl {
    height: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-9_sm-2xl {
    height: 36px !important;
  }
}
@media (min-width: 768px) {
  .h-9_md {
    height: 36px !important;
  }
}
@media (max-width: 767px) {
  .h-9_max-md {
    height: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-9_md-lg {
    height: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-9_md-xl {
    height: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-9_md-2xl {
    height: 36px !important;
  }
}
@media (min-width: 1024px) {
  .h-9_lg {
    height: 36px !important;
  }
}
@media (max-width: 1023px) {
  .h-9_max-lg {
    height: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-9_lg-xl {
    height: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-9_lg-2xl {
    height: 36px !important;
  }
}
@media (min-width: 1280px) {
  .h-9_xl {
    height: 36px !important;
  }
}
@media (max-width: 1279px) {
  .h-9_max-xl {
    height: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-9_xl-2xl {
    height: 36px !important;
  }
}
@media (min-width: 1536px) {
  .h-9_2xl {
    height: 36px !important;
  }
}
@media (max-width: 1535px) {
  .h-9_max-2xl {
    height: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-9_2xl-2xl {
    height: 36px !important;
  }
}

.h-10 {
  height: 40px !important;
}
@media (min-width: 640px) {
  .h-10_sm {
    height: 40px !important;
  }
}
@media (max-width: 639px) {
  .h-10_max-sm {
    height: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-10_sm-md {
    height: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-10_sm-lg {
    height: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-10_sm-xl {
    height: 40px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-10_sm-2xl {
    height: 40px !important;
  }
}
@media (min-width: 768px) {
  .h-10_md {
    height: 40px !important;
  }
}
@media (max-width: 767px) {
  .h-10_max-md {
    height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-10_md-lg {
    height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-10_md-xl {
    height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-10_md-2xl {
    height: 40px !important;
  }
}
@media (min-width: 1024px) {
  .h-10_lg {
    height: 40px !important;
  }
}
@media (max-width: 1023px) {
  .h-10_max-lg {
    height: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-10_lg-xl {
    height: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-10_lg-2xl {
    height: 40px !important;
  }
}
@media (min-width: 1280px) {
  .h-10_xl {
    height: 40px !important;
  }
}
@media (max-width: 1279px) {
  .h-10_max-xl {
    height: 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-10_xl-2xl {
    height: 40px !important;
  }
}
@media (min-width: 1536px) {
  .h-10_2xl {
    height: 40px !important;
  }
}
@media (max-width: 1535px) {
  .h-10_max-2xl {
    height: 40px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-10_2xl-2xl {
    height: 40px !important;
  }
}

.h-11 {
  height: 44px !important;
}
@media (min-width: 640px) {
  .h-11_sm {
    height: 44px !important;
  }
}
@media (max-width: 639px) {
  .h-11_max-sm {
    height: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-11_sm-md {
    height: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-11_sm-lg {
    height: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-11_sm-xl {
    height: 44px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-11_sm-2xl {
    height: 44px !important;
  }
}
@media (min-width: 768px) {
  .h-11_md {
    height: 44px !important;
  }
}
@media (max-width: 767px) {
  .h-11_max-md {
    height: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-11_md-lg {
    height: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-11_md-xl {
    height: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-11_md-2xl {
    height: 44px !important;
  }
}
@media (min-width: 1024px) {
  .h-11_lg {
    height: 44px !important;
  }
}
@media (max-width: 1023px) {
  .h-11_max-lg {
    height: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-11_lg-xl {
    height: 44px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-11_lg-2xl {
    height: 44px !important;
  }
}
@media (min-width: 1280px) {
  .h-11_xl {
    height: 44px !important;
  }
}
@media (max-width: 1279px) {
  .h-11_max-xl {
    height: 44px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-11_xl-2xl {
    height: 44px !important;
  }
}
@media (min-width: 1536px) {
  .h-11_2xl {
    height: 44px !important;
  }
}
@media (max-width: 1535px) {
  .h-11_max-2xl {
    height: 44px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-11_2xl-2xl {
    height: 44px !important;
  }
}

.h-12 {
  height: 48px !important;
}
@media (min-width: 640px) {
  .h-12_sm {
    height: 48px !important;
  }
}
@media (max-width: 639px) {
  .h-12_max-sm {
    height: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .h-12_sm-md {
    height: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .h-12_sm-lg {
    height: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .h-12_sm-xl {
    height: 48px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .h-12_sm-2xl {
    height: 48px !important;
  }
}
@media (min-width: 768px) {
  .h-12_md {
    height: 48px !important;
  }
}
@media (max-width: 767px) {
  .h-12_max-md {
    height: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-12_md-lg {
    height: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .h-12_md-xl {
    height: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .h-12_md-2xl {
    height: 48px !important;
  }
}
@media (min-width: 1024px) {
  .h-12_lg {
    height: 48px !important;
  }
}
@media (max-width: 1023px) {
  .h-12_max-lg {
    height: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .h-12_lg-xl {
    height: 48px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .h-12_lg-2xl {
    height: 48px !important;
  }
}
@media (min-width: 1280px) {
  .h-12_xl {
    height: 48px !important;
  }
}
@media (max-width: 1279px) {
  .h-12_max-xl {
    height: 48px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .h-12_xl-2xl {
    height: 48px !important;
  }
}
@media (min-width: 1536px) {
  .h-12_2xl {
    height: 48px !important;
  }
}
@media (max-width: 1535px) {
  .h-12_max-2xl {
    height: 48px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .h-12_2xl-2xl {
    height: 48px !important;
  }
}

.size-4 {
  width: 16px !important;
  height: 16px !important;
}
@media (min-width: 640px) {
  .size-4_sm {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 639px) {
  .size-4_max-sm {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .size-4_sm-md {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-4_sm-lg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .size-4_sm-xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .size-4_sm-2xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 768px) {
  .size-4_md {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 767px) {
  .size-4_max-md {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .size-4_md-lg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .size-4_md-xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .size-4_md-2xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1024px) {
  .size-4_lg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 1023px) {
  .size-4_max-lg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .size-4_lg-xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .size-4_lg-2xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1280px) {
  .size-4_xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 1279px) {
  .size-4_max-xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .size-4_xl-2xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1536px) {
  .size-4_2xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 1535px) {
  .size-4_max-2xl {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .size-4_2xl-2xl {
    width: 16px !important;
    height: 16px !important;
  }
}

.size-8 {
  width: 32px !important;
  height: 32px !important;
}
@media (min-width: 640px) {
  .size-8_sm {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 639px) {
  .size-8_max-sm {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .size-8_sm-md {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-8_sm-lg {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .size-8_sm-xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .size-8_sm-2xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 768px) {
  .size-8_md {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 767px) {
  .size-8_max-md {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .size-8_md-lg {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .size-8_md-xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .size-8_md-2xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1024px) {
  .size-8_lg {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 1023px) {
  .size-8_max-lg {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .size-8_lg-xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .size-8_lg-2xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1280px) {
  .size-8_xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 1279px) {
  .size-8_max-xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .size-8_xl-2xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1536px) {
  .size-8_2xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 1535px) {
  .size-8_max-2xl {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .size-8_2xl-2xl {
    width: 32px !important;
    height: 32px !important;
  }
}

.size-full {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 640px) {
  .size-full_sm {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 639px) {
  .size-full_max-sm {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .size-full_sm-md {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .size-full_sm-lg {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .size-full_sm-xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .size-full_sm-2xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .size-full_md {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .size-full_max-md {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .size-full_md-lg {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .size-full_md-xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .size-full_md-2xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .size-full_lg {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 1023px) {
  .size-full_max-lg {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .size-full_lg-xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .size-full_lg-2xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1280px) {
  .size-full_xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 1279px) {
  .size-full_max-xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .size-full_xl-2xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1536px) {
  .size-full_2xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 1535px) {
  .size-full_max-2xl {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .size-full_2xl-2xl {
    width: 100% !important;
    height: 100% !important;
  }
}

.block {
  display: block !important;
}
@media (min-width: 640px) {
  .block_sm {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .block_max-sm {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .block_sm-md {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .block_sm-lg {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .block_sm-xl {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .block_sm-2xl {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .block_md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .block_max-md {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block_md-lg {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .block_md-xl {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .block_md-2xl {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .block_lg {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .block_max-lg {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .block_lg-xl {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .block_lg-2xl {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .block_xl {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  .block_max-xl {
    display: block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .block_xl-2xl {
    display: block !important;
  }
}
@media (min-width: 1536px) {
  .block_2xl {
    display: block !important;
  }
}
@media (max-width: 1535px) {
  .block_max-2xl {
    display: block !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .block_2xl-2xl {
    display: block !important;
  }
}

.grid {
  display: grid !important;
}
@media (min-width: 640px) {
  .grid_sm {
    display: grid !important;
  }
}
@media (max-width: 639px) {
  .grid_max-sm {
    display: grid !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid_sm-md {
    display: grid !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid_sm-lg {
    display: grid !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid_sm-xl {
    display: grid !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid_sm-2xl {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .grid_md {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  .grid_max-md {
    display: grid !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid_md-lg {
    display: grid !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid_md-xl {
    display: grid !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid_md-2xl {
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .grid_lg {
    display: grid !important;
  }
}
@media (max-width: 1023px) {
  .grid_max-lg {
    display: grid !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid_lg-xl {
    display: grid !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid_lg-2xl {
    display: grid !important;
  }
}
@media (min-width: 1280px) {
  .grid_xl {
    display: grid !important;
  }
}
@media (max-width: 1279px) {
  .grid_max-xl {
    display: grid !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid_xl-2xl {
    display: grid !important;
  }
}
@media (min-width: 1536px) {
  .grid_2xl {
    display: grid !important;
  }
}
@media (max-width: 1535px) {
  .grid_max-2xl {
    display: grid !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid_2xl-2xl {
    display: grid !important;
  }
}

.flex {
  display: flex !important;
}
@media (min-width: 640px) {
  .flex_sm {
    display: flex !important;
  }
}
@media (max-width: 639px) {
  .flex_max-sm {
    display: flex !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .flex_sm-md {
    display: flex !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex_sm-lg {
    display: flex !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .flex_sm-xl {
    display: flex !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .flex_sm-2xl {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .flex_md {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .flex_max-md {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex_md-lg {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .flex_md-xl {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .flex_md-2xl {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .flex_lg {
    display: flex !important;
  }
}
@media (max-width: 1023px) {
  .flex_max-lg {
    display: flex !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flex_lg-xl {
    display: flex !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .flex_lg-2xl {
    display: flex !important;
  }
}
@media (min-width: 1280px) {
  .flex_xl {
    display: flex !important;
  }
}
@media (max-width: 1279px) {
  .flex_max-xl {
    display: flex !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .flex_xl-2xl {
    display: flex !important;
  }
}
@media (min-width: 1536px) {
  .flex_2xl {
    display: flex !important;
  }
}
@media (max-width: 1535px) {
  .flex_max-2xl {
    display: flex !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .flex_2xl-2xl {
    display: flex !important;
  }
}

.inline-flex {
  display: inline-flex !important;
}
@media (min-width: 640px) {
  .inline-flex_sm {
    display: inline-flex !important;
  }
}
@media (max-width: 639px) {
  .inline-flex_max-sm {
    display: inline-flex !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .inline-flex_sm-md {
    display: inline-flex !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .inline-flex_sm-lg {
    display: inline-flex !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .inline-flex_sm-xl {
    display: inline-flex !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .inline-flex_sm-2xl {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .inline-flex_md {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .inline-flex_max-md {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inline-flex_md-lg {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .inline-flex_md-xl {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .inline-flex_md-2xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .inline-flex_lg {
    display: inline-flex !important;
  }
}
@media (max-width: 1023px) {
  .inline-flex_max-lg {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .inline-flex_lg-xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .inline-flex_lg-2xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .inline-flex_xl {
    display: inline-flex !important;
  }
}
@media (max-width: 1279px) {
  .inline-flex_max-xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .inline-flex_xl-2xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1536px) {
  .inline-flex_2xl {
    display: inline-flex !important;
  }
}
@media (max-width: 1535px) {
  .inline-flex_max-2xl {
    display: inline-flex !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .inline-flex_2xl-2xl {
    display: inline-flex !important;
  }
}

.inline-block {
  display: inline-block !important;
}
@media (min-width: 640px) {
  .inline-block_sm {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .inline-block_max-sm {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .inline-block_sm-md {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .inline-block_sm-lg {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .inline-block_sm-xl {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .inline-block_sm-2xl {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .inline-block_md {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .inline-block_max-md {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inline-block_md-lg {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .inline-block_md-xl {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .inline-block_md-2xl {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .inline-block_lg {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .inline-block_max-lg {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .inline-block_lg-xl {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .inline-block_lg-2xl {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .inline-block_xl {
    display: inline-block !important;
  }
}
@media (max-width: 1279px) {
  .inline-block_max-xl {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .inline-block_xl-2xl {
    display: inline-block !important;
  }
}
@media (min-width: 1536px) {
  .inline-block_2xl {
    display: inline-block !important;
  }
}
@media (max-width: 1535px) {
  .inline-block_max-2xl {
    display: inline-block !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .inline-block_2xl-2xl {
    display: inline-block !important;
  }
}

.column-gap-1 {
  column-gap: 4px !important;
}
@media (min-width: 640px) {
  .column-gap-1_sm {
    column-gap: 4px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-1_max-sm {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-1_sm-md {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-1_sm-lg {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-1_sm-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-1_sm-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-1_md {
    column-gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-1_max-md {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-1_md-lg {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-1_md-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-1_md-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-1_lg {
    column-gap: 4px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-1_max-lg {
    column-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-1_lg-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-1_lg-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-1_xl {
    column-gap: 4px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-1_max-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-1_xl-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-1_2xl {
    column-gap: 4px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-1_max-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-1_2xl-2xl {
    column-gap: 4px !important;
  }
}

.column-gap-2 {
  column-gap: 8px !important;
}
@media (min-width: 640px) {
  .column-gap-2_sm {
    column-gap: 8px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-2_max-sm {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-2_sm-md {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-2_sm-lg {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-2_sm-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-2_sm-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-2_md {
    column-gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-2_max-md {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-2_md-lg {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-2_md-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-2_md-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-2_lg {
    column-gap: 8px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-2_max-lg {
    column-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-2_lg-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-2_lg-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-2_xl {
    column-gap: 8px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-2_max-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-2_xl-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-2_2xl {
    column-gap: 8px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-2_max-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-2_2xl-2xl {
    column-gap: 8px !important;
  }
}

.column-gap-px-6 {
  column-gap: 6px !important;
}
@media (min-width: 640px) {
  .column-gap-px-6_sm {
    column-gap: 6px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-px-6_max-sm {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-px-6_sm-md {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-px-6_sm-lg {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-px-6_sm-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-px-6_sm-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-px-6_md {
    column-gap: 6px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-px-6_max-md {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-px-6_md-lg {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-px-6_md-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-px-6_md-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-px-6_lg {
    column-gap: 6px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-px-6_max-lg {
    column-gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-px-6_lg-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-px-6_lg-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-px-6_xl {
    column-gap: 6px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-px-6_max-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-px-6_xl-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-px-6_2xl {
    column-gap: 6px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-px-6_max-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-px-6_2xl-2xl {
    column-gap: 6px !important;
  }
}

.column-gap-px-10 {
  column-gap: 10px !important;
}
@media (min-width: 640px) {
  .column-gap-px-10_sm {
    column-gap: 10px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-px-10_max-sm {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-px-10_sm-md {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-px-10_sm-lg {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-px-10_sm-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-px-10_sm-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-px-10_md {
    column-gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-px-10_max-md {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-px-10_md-lg {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-px-10_md-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-px-10_md-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-px-10_lg {
    column-gap: 10px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-px-10_max-lg {
    column-gap: 10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-px-10_lg-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-px-10_lg-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-px-10_xl {
    column-gap: 10px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-px-10_max-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-px-10_xl-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-px-10_2xl {
    column-gap: 10px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-px-10_max-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-px-10_2xl-2xl {
    column-gap: 10px !important;
  }
}

.column-gap-3 {
  column-gap: 12px !important;
}
@media (min-width: 640px) {
  .column-gap-3_sm {
    column-gap: 12px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-3_max-sm {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-3_sm-md {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-3_sm-lg {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-3_sm-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-3_sm-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-3_md {
    column-gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-3_max-md {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-3_md-lg {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-3_md-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-3_md-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-3_lg {
    column-gap: 12px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-3_max-lg {
    column-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-3_lg-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-3_lg-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-3_xl {
    column-gap: 12px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-3_max-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-3_xl-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-3_2xl {
    column-gap: 12px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-3_max-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-3_2xl-2xl {
    column-gap: 12px !important;
  }
}

.column-gap-4 {
  column-gap: 16px !important;
}
@media (min-width: 640px) {
  .column-gap-4_sm {
    column-gap: 16px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-4_max-sm {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-4_sm-md {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-4_sm-lg {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-4_sm-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-4_sm-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-4_md {
    column-gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-4_max-md {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-4_md-lg {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-4_md-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-4_md-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-4_lg {
    column-gap: 16px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-4_max-lg {
    column-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-4_lg-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-4_lg-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-4_xl {
    column-gap: 16px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-4_max-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-4_xl-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-4_2xl {
    column-gap: 16px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-4_max-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-4_2xl-2xl {
    column-gap: 16px !important;
  }
}

.column-gap-5 {
  column-gap: 20px !important;
}
@media (min-width: 640px) {
  .column-gap-5_sm {
    column-gap: 20px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-5_max-sm {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-5_sm-md {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-5_sm-lg {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-5_sm-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-5_sm-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-5_md {
    column-gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-5_max-md {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-5_md-lg {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-5_md-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-5_md-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-5_lg {
    column-gap: 20px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-5_max-lg {
    column-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-5_lg-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-5_lg-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-5_xl {
    column-gap: 20px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-5_max-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-5_xl-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-5_2xl {
    column-gap: 20px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-5_max-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-5_2xl-2xl {
    column-gap: 20px !important;
  }
}

.column-gap-6 {
  column-gap: 24px !important;
}
@media (min-width: 640px) {
  .column-gap-6_sm {
    column-gap: 24px !important;
  }
}
@media (max-width: 639px) {
  .column-gap-6_max-sm {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .column-gap-6_sm-md {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .column-gap-6_sm-lg {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .column-gap-6_sm-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .column-gap-6_sm-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .column-gap-6_md {
    column-gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .column-gap-6_max-md {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-6_md-lg {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .column-gap-6_md-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .column-gap-6_md-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-6_lg {
    column-gap: 24px !important;
  }
}
@media (max-width: 1023px) {
  .column-gap-6_max-lg {
    column-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-gap-6_lg-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .column-gap-6_lg-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1280px) {
  .column-gap-6_xl {
    column-gap: 24px !important;
  }
}
@media (max-width: 1279px) {
  .column-gap-6_max-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .column-gap-6_xl-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1536px) {
  .column-gap-6_2xl {
    column-gap: 24px !important;
  }
}
@media (max-width: 1535px) {
  .column-gap-6_max-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .column-gap-6_2xl-2xl {
    column-gap: 24px !important;
  }
}

.row-gap-1 {
  row-gap: 4px !important;
}
@media (min-width: 640px) {
  .row-gap-1_sm {
    row-gap: 4px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-1_max-sm {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-1_sm-md {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-1_sm-lg {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-1_sm-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-1_sm-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-1_md {
    row-gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-1_max-md {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-1_md-lg {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-1_md-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-1_md-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-1_lg {
    row-gap: 4px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-1_max-lg {
    row-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-1_lg-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-1_lg-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-1_xl {
    row-gap: 4px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-1_max-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-1_xl-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-1_2xl {
    row-gap: 4px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-1_max-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-1_2xl-2xl {
    row-gap: 4px !important;
  }
}

.row-gap-2 {
  row-gap: 8px !important;
}
@media (min-width: 640px) {
  .row-gap-2_sm {
    row-gap: 8px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-2_max-sm {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-2_sm-md {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-2_sm-lg {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-2_sm-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-2_sm-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-2_md {
    row-gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-2_max-md {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-2_md-lg {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-2_md-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-2_md-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-2_lg {
    row-gap: 8px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-2_max-lg {
    row-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-2_lg-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-2_lg-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-2_xl {
    row-gap: 8px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-2_max-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-2_xl-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-2_2xl {
    row-gap: 8px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-2_max-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-2_2xl-2xl {
    row-gap: 8px !important;
  }
}

.row-gap-3 {
  row-gap: 12px !important;
}
@media (min-width: 640px) {
  .row-gap-3_sm {
    row-gap: 12px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-3_max-sm {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-3_sm-md {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-3_sm-lg {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-3_sm-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-3_sm-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-3_md {
    row-gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-3_max-md {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-3_md-lg {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-3_md-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-3_md-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-3_lg {
    row-gap: 12px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-3_max-lg {
    row-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-3_lg-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-3_lg-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-3_xl {
    row-gap: 12px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-3_max-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-3_xl-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-3_2xl {
    row-gap: 12px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-3_max-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-3_2xl-2xl {
    row-gap: 12px !important;
  }
}

.row-gap-4 {
  row-gap: 16px !important;
}
@media (min-width: 640px) {
  .row-gap-4_sm {
    row-gap: 16px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-4_max-sm {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-4_sm-md {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-4_sm-lg {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-4_sm-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-4_sm-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-4_md {
    row-gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-4_max-md {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-4_md-lg {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-4_md-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-4_md-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-4_lg {
    row-gap: 16px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-4_max-lg {
    row-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-4_lg-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-4_lg-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-4_xl {
    row-gap: 16px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-4_max-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-4_xl-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-4_2xl {
    row-gap: 16px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-4_max-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-4_2xl-2xl {
    row-gap: 16px !important;
  }
}

.row-gap-5 {
  row-gap: 20px !important;
}
@media (min-width: 640px) {
  .row-gap-5_sm {
    row-gap: 20px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-5_max-sm {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-5_sm-md {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-5_sm-lg {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-5_sm-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-5_sm-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-5_md {
    row-gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-5_max-md {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-5_md-lg {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-5_md-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-5_md-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-5_lg {
    row-gap: 20px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-5_max-lg {
    row-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-5_lg-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-5_lg-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-5_xl {
    row-gap: 20px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-5_max-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-5_xl-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-5_2xl {
    row-gap: 20px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-5_max-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-5_2xl-2xl {
    row-gap: 20px !important;
  }
}

.row-gap-6 {
  row-gap: 24px !important;
}
@media (min-width: 640px) {
  .row-gap-6_sm {
    row-gap: 24px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-6_max-sm {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-6_sm-md {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-6_sm-lg {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-6_sm-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-6_sm-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-6_md {
    row-gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-6_max-md {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-6_md-lg {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-6_md-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-6_md-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-6_lg {
    row-gap: 24px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-6_max-lg {
    row-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-6_lg-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-6_lg-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-6_xl {
    row-gap: 24px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-6_max-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-6_xl-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-6_2xl {
    row-gap: 24px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-6_max-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-6_2xl-2xl {
    row-gap: 24px !important;
  }
}

.row-gap-7 {
  row-gap: 28px !important;
}
@media (min-width: 640px) {
  .row-gap-7_sm {
    row-gap: 28px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-7_max-sm {
    row-gap: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-7_sm-md {
    row-gap: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-7_sm-lg {
    row-gap: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-7_sm-xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-7_sm-2xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-7_md {
    row-gap: 28px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-7_max-md {
    row-gap: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-7_md-lg {
    row-gap: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-7_md-xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-7_md-2xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-7_lg {
    row-gap: 28px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-7_max-lg {
    row-gap: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-7_lg-xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-7_lg-2xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-7_xl {
    row-gap: 28px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-7_max-xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-7_xl-2xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-7_2xl {
    row-gap: 28px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-7_max-2xl {
    row-gap: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-7_2xl-2xl {
    row-gap: 28px !important;
  }
}

.row-gap-8 {
  row-gap: 32px !important;
}
@media (min-width: 640px) {
  .row-gap-8_sm {
    row-gap: 32px !important;
  }
}
@media (max-width: 639px) {
  .row-gap-8_max-sm {
    row-gap: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .row-gap-8_sm-md {
    row-gap: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .row-gap-8_sm-lg {
    row-gap: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .row-gap-8_sm-xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .row-gap-8_sm-2xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 768px) {
  .row-gap-8_md {
    row-gap: 32px !important;
  }
}
@media (max-width: 767px) {
  .row-gap-8_max-md {
    row-gap: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-8_md-lg {
    row-gap: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .row-gap-8_md-xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .row-gap-8_md-2xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-8_lg {
    row-gap: 32px !important;
  }
}
@media (max-width: 1023px) {
  .row-gap-8_max-lg {
    row-gap: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-gap-8_lg-xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .row-gap-8_lg-2xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 1280px) {
  .row-gap-8_xl {
    row-gap: 32px !important;
  }
}
@media (max-width: 1279px) {
  .row-gap-8_max-xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .row-gap-8_xl-2xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 1536px) {
  .row-gap-8_2xl {
    row-gap: 32px !important;
  }
}
@media (max-width: 1535px) {
  .row-gap-8_max-2xl {
    row-gap: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .row-gap-8_2xl-2xl {
    row-gap: 32px !important;
  }
}

.justify-center {
  justify-content: center !important;
}
@media (min-width: 640px) {
  .justify-center_sm {
    justify-content: center !important;
  }
}
@media (max-width: 639px) {
  .justify-center_max-sm {
    justify-content: center !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .justify-center_sm-md {
    justify-content: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .justify-center_sm-lg {
    justify-content: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .justify-center_sm-xl {
    justify-content: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .justify-center_sm-2xl {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .justify-center_md {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .justify-center_max-md {
    justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .justify-center_md-lg {
    justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .justify-center_md-xl {
    justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .justify-center_md-2xl {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .justify-center_lg {
    justify-content: center !important;
  }
}
@media (max-width: 1023px) {
  .justify-center_max-lg {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .justify-center_lg-xl {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .justify-center_lg-2xl {
    justify-content: center !important;
  }
}
@media (min-width: 1280px) {
  .justify-center_xl {
    justify-content: center !important;
  }
}
@media (max-width: 1279px) {
  .justify-center_max-xl {
    justify-content: center !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .justify-center_xl-2xl {
    justify-content: center !important;
  }
}
@media (min-width: 1536px) {
  .justify-center_2xl {
    justify-content: center !important;
  }
}
@media (max-width: 1535px) {
  .justify-center_max-2xl {
    justify-content: center !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .justify-center_2xl-2xl {
    justify-content: center !important;
  }
}

.justify-start {
  justify-content: flex-start !important;
}
@media (min-width: 640px) {
  .justify-start_sm {
    justify-content: flex-start !important;
  }
}
@media (max-width: 639px) {
  .justify-start_max-sm {
    justify-content: flex-start !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .justify-start_sm-md {
    justify-content: flex-start !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .justify-start_sm-lg {
    justify-content: flex-start !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .justify-start_sm-xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .justify-start_sm-2xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .justify-start_md {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .justify-start_max-md {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .justify-start_md-lg {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .justify-start_md-xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .justify-start_md-2xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .justify-start_lg {
    justify-content: flex-start !important;
  }
}
@media (max-width: 1023px) {
  .justify-start_max-lg {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .justify-start_lg-xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .justify-start_lg-2xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1280px) {
  .justify-start_xl {
    justify-content: flex-start !important;
  }
}
@media (max-width: 1279px) {
  .justify-start_max-xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .justify-start_xl-2xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1536px) {
  .justify-start_2xl {
    justify-content: flex-start !important;
  }
}
@media (max-width: 1535px) {
  .justify-start_max-2xl {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .justify-start_2xl-2xl {
    justify-content: flex-start !important;
  }
}

.justify-end {
  justify-content: flex-end !important;
}
@media (min-width: 640px) {
  .justify-end_sm {
    justify-content: flex-end !important;
  }
}
@media (max-width: 639px) {
  .justify-end_max-sm {
    justify-content: flex-end !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .justify-end_sm-md {
    justify-content: flex-end !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .justify-end_sm-lg {
    justify-content: flex-end !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .justify-end_sm-xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .justify-end_sm-2xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .justify-end_md {
    justify-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  .justify-end_max-md {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .justify-end_md-lg {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .justify-end_md-xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .justify-end_md-2xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .justify-end_lg {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1023px) {
  .justify-end_max-lg {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .justify-end_lg-xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .justify-end_lg-2xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1280px) {
  .justify-end_xl {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1279px) {
  .justify-end_max-xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .justify-end_xl-2xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1536px) {
  .justify-end_2xl {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1535px) {
  .justify-end_max-2xl {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .justify-end_2xl-2xl {
    justify-content: flex-end !important;
  }
}

.justify-between {
  justify-content: space-between !important;
}
@media (min-width: 640px) {
  .justify-between_sm {
    justify-content: space-between !important;
  }
}
@media (max-width: 639px) {
  .justify-between_max-sm {
    justify-content: space-between !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .justify-between_sm-md {
    justify-content: space-between !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .justify-between_sm-lg {
    justify-content: space-between !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .justify-between_sm-xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .justify-between_sm-2xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .justify-between_md {
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .justify-between_max-md {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .justify-between_md-lg {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .justify-between_md-xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .justify-between_md-2xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 1024px) {
  .justify-between_lg {
    justify-content: space-between !important;
  }
}
@media (max-width: 1023px) {
  .justify-between_max-lg {
    justify-content: space-between !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .justify-between_lg-xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .justify-between_lg-2xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 1280px) {
  .justify-between_xl {
    justify-content: space-between !important;
  }
}
@media (max-width: 1279px) {
  .justify-between_max-xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .justify-between_xl-2xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 1536px) {
  .justify-between_2xl {
    justify-content: space-between !important;
  }
}
@media (max-width: 1535px) {
  .justify-between_max-2xl {
    justify-content: space-between !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .justify-between_2xl-2xl {
    justify-content: space-between !important;
  }
}

.items-center {
  align-items: center !important;
}
@media (min-width: 640px) {
  .items-center_sm {
    align-items: center !important;
  }
}
@media (max-width: 639px) {
  .items-center_max-sm {
    align-items: center !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .items-center_sm-md {
    align-items: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .items-center_sm-lg {
    align-items: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .items-center_sm-xl {
    align-items: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .items-center_sm-2xl {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .items-center_md {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .items-center_max-md {
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .items-center_md-lg {
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .items-center_md-xl {
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .items-center_md-2xl {
    align-items: center !important;
  }
}
@media (min-width: 1024px) {
  .items-center_lg {
    align-items: center !important;
  }
}
@media (max-width: 1023px) {
  .items-center_max-lg {
    align-items: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .items-center_lg-xl {
    align-items: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .items-center_lg-2xl {
    align-items: center !important;
  }
}
@media (min-width: 1280px) {
  .items-center_xl {
    align-items: center !important;
  }
}
@media (max-width: 1279px) {
  .items-center_max-xl {
    align-items: center !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .items-center_xl-2xl {
    align-items: center !important;
  }
}
@media (min-width: 1536px) {
  .items-center_2xl {
    align-items: center !important;
  }
}
@media (max-width: 1535px) {
  .items-center_max-2xl {
    align-items: center !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .items-center_2xl-2xl {
    align-items: center !important;
  }
}

.items-start {
  align-items: start !important;
}
@media (min-width: 640px) {
  .items-start_sm {
    align-items: start !important;
  }
}
@media (max-width: 639px) {
  .items-start_max-sm {
    align-items: start !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .items-start_sm-md {
    align-items: start !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .items-start_sm-lg {
    align-items: start !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .items-start_sm-xl {
    align-items: start !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .items-start_sm-2xl {
    align-items: start !important;
  }
}
@media (min-width: 768px) {
  .items-start_md {
    align-items: start !important;
  }
}
@media (max-width: 767px) {
  .items-start_max-md {
    align-items: start !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .items-start_md-lg {
    align-items: start !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .items-start_md-xl {
    align-items: start !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .items-start_md-2xl {
    align-items: start !important;
  }
}
@media (min-width: 1024px) {
  .items-start_lg {
    align-items: start !important;
  }
}
@media (max-width: 1023px) {
  .items-start_max-lg {
    align-items: start !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .items-start_lg-xl {
    align-items: start !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .items-start_lg-2xl {
    align-items: start !important;
  }
}
@media (min-width: 1280px) {
  .items-start_xl {
    align-items: start !important;
  }
}
@media (max-width: 1279px) {
  .items-start_max-xl {
    align-items: start !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .items-start_xl-2xl {
    align-items: start !important;
  }
}
@media (min-width: 1536px) {
  .items-start_2xl {
    align-items: start !important;
  }
}
@media (max-width: 1535px) {
  .items-start_max-2xl {
    align-items: start !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .items-start_2xl-2xl {
    align-items: start !important;
  }
}

.items-end {
  align-items: end !important;
}
@media (min-width: 640px) {
  .items-end_sm {
    align-items: end !important;
  }
}
@media (max-width: 639px) {
  .items-end_max-sm {
    align-items: end !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .items-end_sm-md {
    align-items: end !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .items-end_sm-lg {
    align-items: end !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .items-end_sm-xl {
    align-items: end !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .items-end_sm-2xl {
    align-items: end !important;
  }
}
@media (min-width: 768px) {
  .items-end_md {
    align-items: end !important;
  }
}
@media (max-width: 767px) {
  .items-end_max-md {
    align-items: end !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .items-end_md-lg {
    align-items: end !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .items-end_md-xl {
    align-items: end !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .items-end_md-2xl {
    align-items: end !important;
  }
}
@media (min-width: 1024px) {
  .items-end_lg {
    align-items: end !important;
  }
}
@media (max-width: 1023px) {
  .items-end_max-lg {
    align-items: end !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .items-end_lg-xl {
    align-items: end !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .items-end_lg-2xl {
    align-items: end !important;
  }
}
@media (min-width: 1280px) {
  .items-end_xl {
    align-items: end !important;
  }
}
@media (max-width: 1279px) {
  .items-end_max-xl {
    align-items: end !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .items-end_xl-2xl {
    align-items: end !important;
  }
}
@media (min-width: 1536px) {
  .items-end_2xl {
    align-items: end !important;
  }
}
@media (max-width: 1535px) {
  .items-end_max-2xl {
    align-items: end !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .items-end_2xl-2xl {
    align-items: end !important;
  }
}

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

.flex-box-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
}

.flex-1 {
  flex: 1 1 0% !important;
}
@media (min-width: 640px) {
  .flex-1_sm {
    flex: 1 1 0% !important;
  }
}
@media (max-width: 639px) {
  .flex-1_max-sm {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .flex-1_sm-md {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex-1_sm-lg {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .flex-1_sm-xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .flex-1_sm-2xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 768px) {
  .flex-1_md {
    flex: 1 1 0% !important;
  }
}
@media (max-width: 767px) {
  .flex-1_max-md {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-1_md-lg {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .flex-1_md-xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .flex-1_md-2xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1024px) {
  .flex-1_lg {
    flex: 1 1 0% !important;
  }
}
@media (max-width: 1023px) {
  .flex-1_max-lg {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flex-1_lg-xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .flex-1_lg-2xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1280px) {
  .flex-1_xl {
    flex: 1 1 0% !important;
  }
}
@media (max-width: 1279px) {
  .flex-1_max-xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .flex-1_xl-2xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1536px) {
  .flex-1_2xl {
    flex: 1 1 0% !important;
  }
}
@media (max-width: 1535px) {
  .flex-1_max-2xl {
    flex: 1 1 0% !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .flex-1_2xl-2xl {
    flex: 1 1 0% !important;
  }
}

.flex-column-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 16px;
}

.gap-0 {
  gap: 0 !important;
}
@media (min-width: 640px) {
  .gap-0_sm {
    gap: 0 !important;
  }
}
@media (max-width: 639px) {
  .gap-0_max-sm {
    gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-0_sm-md {
    gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-0_sm-lg {
    gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-0_sm-xl {
    gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-0_sm-2xl {
    gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .gap-0_md {
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .gap-0_max-md {
    gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-0_md-lg {
    gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-0_md-xl {
    gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-0_md-2xl {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .gap-0_lg {
    gap: 0 !important;
  }
}
@media (max-width: 1023px) {
  .gap-0_max-lg {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-0_lg-xl {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-0_lg-2xl {
    gap: 0 !important;
  }
}
@media (min-width: 1280px) {
  .gap-0_xl {
    gap: 0 !important;
  }
}
@media (max-width: 1279px) {
  .gap-0_max-xl {
    gap: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-0_xl-2xl {
    gap: 0 !important;
  }
}
@media (min-width: 1536px) {
  .gap-0_2xl {
    gap: 0 !important;
  }
}
@media (max-width: 1535px) {
  .gap-0_max-2xl {
    gap: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-0_2xl-2xl {
    gap: 0 !important;
  }
}

.gap-1 {
  gap: 4px !important;
}
@media (min-width: 640px) {
  .gap-1_sm {
    gap: 4px !important;
  }
}
@media (max-width: 639px) {
  .gap-1_max-sm {
    gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-1_sm-md {
    gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-1_sm-lg {
    gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-1_sm-xl {
    gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-1_sm-2xl {
    gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .gap-1_md {
    gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .gap-1_max-md {
    gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-1_md-lg {
    gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-1_md-xl {
    gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-1_md-2xl {
    gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .gap-1_lg {
    gap: 4px !important;
  }
}
@media (max-width: 1023px) {
  .gap-1_max-lg {
    gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-1_lg-xl {
    gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-1_lg-2xl {
    gap: 4px !important;
  }
}
@media (min-width: 1280px) {
  .gap-1_xl {
    gap: 4px !important;
  }
}
@media (max-width: 1279px) {
  .gap-1_max-xl {
    gap: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-1_xl-2xl {
    gap: 4px !important;
  }
}
@media (min-width: 1536px) {
  .gap-1_2xl {
    gap: 4px !important;
  }
}
@media (max-width: 1535px) {
  .gap-1_max-2xl {
    gap: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-1_2xl-2xl {
    gap: 4px !important;
  }
}

.gap-px-6 {
  gap: 6px !important;
}
@media (min-width: 640px) {
  .gap-px-6_sm {
    gap: 6px !important;
  }
}
@media (max-width: 639px) {
  .gap-px-6_max-sm {
    gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-px-6_sm-md {
    gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-px-6_sm-lg {
    gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-px-6_sm-xl {
    gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-px-6_sm-2xl {
    gap: 6px !important;
  }
}
@media (min-width: 768px) {
  .gap-px-6_md {
    gap: 6px !important;
  }
}
@media (max-width: 767px) {
  .gap-px-6_max-md {
    gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-px-6_md-lg {
    gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-px-6_md-xl {
    gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-px-6_md-2xl {
    gap: 6px !important;
  }
}
@media (min-width: 1024px) {
  .gap-px-6_lg {
    gap: 6px !important;
  }
}
@media (max-width: 1023px) {
  .gap-px-6_max-lg {
    gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-px-6_lg-xl {
    gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-px-6_lg-2xl {
    gap: 6px !important;
  }
}
@media (min-width: 1280px) {
  .gap-px-6_xl {
    gap: 6px !important;
  }
}
@media (max-width: 1279px) {
  .gap-px-6_max-xl {
    gap: 6px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-px-6_xl-2xl {
    gap: 6px !important;
  }
}
@media (min-width: 1536px) {
  .gap-px-6_2xl {
    gap: 6px !important;
  }
}
@media (max-width: 1535px) {
  .gap-px-6_max-2xl {
    gap: 6px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-px-6_2xl-2xl {
    gap: 6px !important;
  }
}

.gap-2 {
  gap: 8px !important;
}
@media (min-width: 640px) {
  .gap-2_sm {
    gap: 8px !important;
  }
}
@media (max-width: 639px) {
  .gap-2_max-sm {
    gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-2_sm-md {
    gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-2_sm-lg {
    gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-2_sm-xl {
    gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-2_sm-2xl {
    gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .gap-2_md {
    gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .gap-2_max-md {
    gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-2_md-lg {
    gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-2_md-xl {
    gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-2_md-2xl {
    gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .gap-2_lg {
    gap: 8px !important;
  }
}
@media (max-width: 1023px) {
  .gap-2_max-lg {
    gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-2_lg-xl {
    gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-2_lg-2xl {
    gap: 8px !important;
  }
}
@media (min-width: 1280px) {
  .gap-2_xl {
    gap: 8px !important;
  }
}
@media (max-width: 1279px) {
  .gap-2_max-xl {
    gap: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-2_xl-2xl {
    gap: 8px !important;
  }
}
@media (min-width: 1536px) {
  .gap-2_2xl {
    gap: 8px !important;
  }
}
@media (max-width: 1535px) {
  .gap-2_max-2xl {
    gap: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-2_2xl-2xl {
    gap: 8px !important;
  }
}

.gap-3 {
  gap: 12px !important;
}
@media (min-width: 640px) {
  .gap-3_sm {
    gap: 12px !important;
  }
}
@media (max-width: 639px) {
  .gap-3_max-sm {
    gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-3_sm-md {
    gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-3_sm-lg {
    gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-3_sm-xl {
    gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-3_sm-2xl {
    gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .gap-3_md {
    gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .gap-3_max-md {
    gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-3_md-lg {
    gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-3_md-xl {
    gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-3_md-2xl {
    gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .gap-3_lg {
    gap: 12px !important;
  }
}
@media (max-width: 1023px) {
  .gap-3_max-lg {
    gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-3_lg-xl {
    gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-3_lg-2xl {
    gap: 12px !important;
  }
}
@media (min-width: 1280px) {
  .gap-3_xl {
    gap: 12px !important;
  }
}
@media (max-width: 1279px) {
  .gap-3_max-xl {
    gap: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-3_xl-2xl {
    gap: 12px !important;
  }
}
@media (min-width: 1536px) {
  .gap-3_2xl {
    gap: 12px !important;
  }
}
@media (max-width: 1535px) {
  .gap-3_max-2xl {
    gap: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-3_2xl-2xl {
    gap: 12px !important;
  }
}

.gap-4 {
  gap: 16px !important;
}
@media (min-width: 640px) {
  .gap-4_sm {
    gap: 16px !important;
  }
}
@media (max-width: 639px) {
  .gap-4_max-sm {
    gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-4_sm-md {
    gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-4_sm-lg {
    gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-4_sm-xl {
    gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-4_sm-2xl {
    gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .gap-4_md {
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .gap-4_max-md {
    gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-4_md-lg {
    gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-4_md-xl {
    gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-4_md-2xl {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .gap-4_lg {
    gap: 16px !important;
  }
}
@media (max-width: 1023px) {
  .gap-4_max-lg {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-4_lg-xl {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-4_lg-2xl {
    gap: 16px !important;
  }
}
@media (min-width: 1280px) {
  .gap-4_xl {
    gap: 16px !important;
  }
}
@media (max-width: 1279px) {
  .gap-4_max-xl {
    gap: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-4_xl-2xl {
    gap: 16px !important;
  }
}
@media (min-width: 1536px) {
  .gap-4_2xl {
    gap: 16px !important;
  }
}
@media (max-width: 1535px) {
  .gap-4_max-2xl {
    gap: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-4_2xl-2xl {
    gap: 16px !important;
  }
}

.gap-5 {
  gap: 20px !important;
}
@media (min-width: 640px) {
  .gap-5_sm {
    gap: 20px !important;
  }
}
@media (max-width: 639px) {
  .gap-5_max-sm {
    gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-5_sm-md {
    gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-5_sm-lg {
    gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-5_sm-xl {
    gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-5_sm-2xl {
    gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .gap-5_md {
    gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .gap-5_max-md {
    gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-5_md-lg {
    gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-5_md-xl {
    gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-5_md-2xl {
    gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .gap-5_lg {
    gap: 20px !important;
  }
}
@media (max-width: 1023px) {
  .gap-5_max-lg {
    gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-5_lg-xl {
    gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-5_lg-2xl {
    gap: 20px !important;
  }
}
@media (min-width: 1280px) {
  .gap-5_xl {
    gap: 20px !important;
  }
}
@media (max-width: 1279px) {
  .gap-5_max-xl {
    gap: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-5_xl-2xl {
    gap: 20px !important;
  }
}
@media (min-width: 1536px) {
  .gap-5_2xl {
    gap: 20px !important;
  }
}
@media (max-width: 1535px) {
  .gap-5_max-2xl {
    gap: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-5_2xl-2xl {
    gap: 20px !important;
  }
}

.gap-6 {
  gap: 24px !important;
}
@media (min-width: 640px) {
  .gap-6_sm {
    gap: 24px !important;
  }
}
@media (max-width: 639px) {
  .gap-6_max-sm {
    gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-6_sm-md {
    gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-6_sm-lg {
    gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-6_sm-xl {
    gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-6_sm-2xl {
    gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .gap-6_md {
    gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .gap-6_max-md {
    gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-6_md-lg {
    gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-6_md-xl {
    gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-6_md-2xl {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .gap-6_lg {
    gap: 24px !important;
  }
}
@media (max-width: 1023px) {
  .gap-6_max-lg {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-6_lg-xl {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-6_lg-2xl {
    gap: 24px !important;
  }
}
@media (min-width: 1280px) {
  .gap-6_xl {
    gap: 24px !important;
  }
}
@media (max-width: 1279px) {
  .gap-6_max-xl {
    gap: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-6_xl-2xl {
    gap: 24px !important;
  }
}
@media (min-width: 1536px) {
  .gap-6_2xl {
    gap: 24px !important;
  }
}
@media (max-width: 1535px) {
  .gap-6_max-2xl {
    gap: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-6_2xl-2xl {
    gap: 24px !important;
  }
}

.gap-x-px-2 {
  column-gap: 2px !important;
}
@media (min-width: 640px) {
  .gap-x-px-2_sm {
    column-gap: 2px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-px-2_max-sm {
    column-gap: 2px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-px-2_sm-md {
    column-gap: 2px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-px-2_sm-lg {
    column-gap: 2px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-px-2_sm-xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-px-2_sm-2xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-px-2_md {
    column-gap: 2px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-px-2_max-md {
    column-gap: 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-px-2_md-lg {
    column-gap: 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-px-2_md-xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-px-2_md-2xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-px-2_lg {
    column-gap: 2px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-px-2_max-lg {
    column-gap: 2px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-px-2_lg-xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-px-2_lg-2xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-px-2_xl {
    column-gap: 2px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-px-2_max-xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-px-2_xl-2xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-px-2_2xl {
    column-gap: 2px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-px-2_max-2xl {
    column-gap: 2px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-px-2_2xl-2xl {
    column-gap: 2px !important;
  }
}

.gap-x-0 {
  column-gap: 0 !important;
}
@media (min-width: 640px) {
  .gap-x-0_sm {
    column-gap: 0 !important;
  }
}
@media (max-width: 639px) {
  .gap-x-0_max-sm {
    column-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-0_sm-md {
    column-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-0_sm-lg {
    column-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-0_sm-xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-0_sm-2xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .gap-x-0_md {
    column-gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .gap-x-0_max-md {
    column-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-0_md-lg {
    column-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-0_md-xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-0_md-2xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-0_lg {
    column-gap: 0 !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-0_max-lg {
    column-gap: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-0_lg-xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-0_lg-2xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-0_xl {
    column-gap: 0 !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-0_max-xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-0_xl-2xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-0_2xl {
    column-gap: 0 !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-0_max-2xl {
    column-gap: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-0_2xl-2xl {
    column-gap: 0 !important;
  }
}

.gap-x-1 {
  column-gap: 4px !important;
}
@media (min-width: 640px) {
  .gap-x-1_sm {
    column-gap: 4px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-1_max-sm {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-1_sm-md {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-1_sm-lg {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-1_sm-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-1_sm-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-1_md {
    column-gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-1_max-md {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-1_md-lg {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-1_md-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-1_md-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-1_lg {
    column-gap: 4px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-1_max-lg {
    column-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-1_lg-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-1_lg-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-1_xl {
    column-gap: 4px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-1_max-xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-1_xl-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-1_2xl {
    column-gap: 4px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-1_max-2xl {
    column-gap: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-1_2xl-2xl {
    column-gap: 4px !important;
  }
}

.gap-x-px-6 {
  column-gap: 6px !important;
}
@media (min-width: 640px) {
  .gap-x-px-6_sm {
    column-gap: 6px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-px-6_max-sm {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-px-6_sm-md {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-px-6_sm-lg {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-px-6_sm-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-px-6_sm-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-px-6_md {
    column-gap: 6px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-px-6_max-md {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-px-6_md-lg {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-px-6_md-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-px-6_md-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-px-6_lg {
    column-gap: 6px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-px-6_max-lg {
    column-gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-px-6_lg-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-px-6_lg-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-px-6_xl {
    column-gap: 6px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-px-6_max-xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-px-6_xl-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-px-6_2xl {
    column-gap: 6px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-px-6_max-2xl {
    column-gap: 6px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-px-6_2xl-2xl {
    column-gap: 6px !important;
  }
}

.gap-x-2 {
  column-gap: 8px !important;
}
@media (min-width: 640px) {
  .gap-x-2_sm {
    column-gap: 8px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-2_max-sm {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-2_sm-md {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-2_sm-lg {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-2_sm-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-2_sm-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-2_md {
    column-gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-2_max-md {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-2_md-lg {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-2_md-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-2_md-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-2_lg {
    column-gap: 8px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-2_max-lg {
    column-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-2_lg-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-2_lg-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-2_xl {
    column-gap: 8px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-2_max-xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-2_xl-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-2_2xl {
    column-gap: 8px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-2_max-2xl {
    column-gap: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-2_2xl-2xl {
    column-gap: 8px !important;
  }
}

.gap-x-px-10 {
  column-gap: 10px !important;
}
@media (min-width: 640px) {
  .gap-x-px-10_sm {
    column-gap: 10px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-px-10_max-sm {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-px-10_sm-md {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-px-10_sm-lg {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-px-10_sm-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-px-10_sm-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-px-10_md {
    column-gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-px-10_max-md {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-px-10_md-lg {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-px-10_md-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-px-10_md-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-px-10_lg {
    column-gap: 10px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-px-10_max-lg {
    column-gap: 10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-px-10_lg-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-px-10_lg-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-px-10_xl {
    column-gap: 10px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-px-10_max-xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-px-10_xl-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-px-10_2xl {
    column-gap: 10px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-px-10_max-2xl {
    column-gap: 10px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-px-10_2xl-2xl {
    column-gap: 10px !important;
  }
}

.gap-x-3 {
  column-gap: 12px !important;
}
@media (min-width: 640px) {
  .gap-x-3_sm {
    column-gap: 12px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-3_max-sm {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-3_sm-md {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-3_sm-lg {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-3_sm-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-3_sm-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-3_md {
    column-gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-3_max-md {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-3_md-lg {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-3_md-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-3_md-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-3_lg {
    column-gap: 12px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-3_max-lg {
    column-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-3_lg-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-3_lg-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-3_xl {
    column-gap: 12px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-3_max-xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-3_xl-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-3_2xl {
    column-gap: 12px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-3_max-2xl {
    column-gap: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-3_2xl-2xl {
    column-gap: 12px !important;
  }
}

.gap-x-4 {
  column-gap: 16px !important;
}
@media (min-width: 640px) {
  .gap-x-4_sm {
    column-gap: 16px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-4_max-sm {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-4_sm-md {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-4_sm-lg {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-4_sm-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-4_sm-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-4_md {
    column-gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-4_max-md {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-4_md-lg {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-4_md-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-4_md-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-4_lg {
    column-gap: 16px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-4_max-lg {
    column-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-4_lg-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-4_lg-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-4_xl {
    column-gap: 16px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-4_max-xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-4_xl-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-4_2xl {
    column-gap: 16px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-4_max-2xl {
    column-gap: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-4_2xl-2xl {
    column-gap: 16px !important;
  }
}

.gap-x-5 {
  column-gap: 20px !important;
}
@media (min-width: 640px) {
  .gap-x-5_sm {
    column-gap: 20px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-5_max-sm {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-5_sm-md {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-5_sm-lg {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-5_sm-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-5_sm-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-5_md {
    column-gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-5_max-md {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-5_md-lg {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-5_md-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-5_md-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-5_lg {
    column-gap: 20px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-5_max-lg {
    column-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-5_lg-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-5_lg-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-5_xl {
    column-gap: 20px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-5_max-xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-5_xl-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-5_2xl {
    column-gap: 20px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-5_max-2xl {
    column-gap: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-5_2xl-2xl {
    column-gap: 20px !important;
  }
}

.gap-x-6 {
  column-gap: 24px !important;
}
@media (min-width: 640px) {
  .gap-x-6_sm {
    column-gap: 24px !important;
  }
}
@media (max-width: 639px) {
  .gap-x-6_max-sm {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-x-6_sm-md {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-x-6_sm-lg {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-x-6_sm-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-x-6_sm-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .gap-x-6_md {
    column-gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .gap-x-6_max-md {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-x-6_md-lg {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-x-6_md-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-x-6_md-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .gap-x-6_lg {
    column-gap: 24px !important;
  }
}
@media (max-width: 1023px) {
  .gap-x-6_max-lg {
    column-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-x-6_lg-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-x-6_lg-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1280px) {
  .gap-x-6_xl {
    column-gap: 24px !important;
  }
}
@media (max-width: 1279px) {
  .gap-x-6_max-xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-x-6_xl-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1536px) {
  .gap-x-6_2xl {
    column-gap: 24px !important;
  }
}
@media (max-width: 1535px) {
  .gap-x-6_max-2xl {
    column-gap: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-x-6_2xl-2xl {
    column-gap: 24px !important;
  }
}

.gap-y-0 {
  row-gap: 0 !important;
}
@media (min-width: 640px) {
  .gap-y-0_sm {
    row-gap: 0 !important;
  }
}
@media (max-width: 639px) {
  .gap-y-0_max-sm {
    row-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-0_sm-md {
    row-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-0_sm-lg {
    row-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-0_sm-xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-0_sm-2xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .gap-y-0_md {
    row-gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .gap-y-0_max-md {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-0_md-lg {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-0_md-xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-0_md-2xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-0_lg {
    row-gap: 0 !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-0_max-lg {
    row-gap: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-0_lg-xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-0_lg-2xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-0_xl {
    row-gap: 0 !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-0_max-xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-0_xl-2xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-0_2xl {
    row-gap: 0 !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-0_max-2xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-0_2xl-2xl {
    row-gap: 0 !important;
  }
}

.gap-y-1 {
  row-gap: 4px !important;
}
@media (min-width: 640px) {
  .gap-y-1_sm {
    row-gap: 4px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-1_max-sm {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-1_sm-md {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-1_sm-lg {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-1_sm-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-1_sm-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-1_md {
    row-gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-1_max-md {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-1_md-lg {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-1_md-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-1_md-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-1_lg {
    row-gap: 4px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-1_max-lg {
    row-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-1_lg-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-1_lg-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-1_xl {
    row-gap: 4px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-1_max-xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-1_xl-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-1_2xl {
    row-gap: 4px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-1_max-2xl {
    row-gap: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-1_2xl-2xl {
    row-gap: 4px !important;
  }
}

.gap-y-px-6 {
  row-gap: 6px !important;
}
@media (min-width: 640px) {
  .gap-y-px-6_sm {
    row-gap: 6px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-px-6_max-sm {
    row-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-px-6_sm-md {
    row-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-px-6_sm-lg {
    row-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-px-6_sm-xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-px-6_sm-2xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-px-6_md {
    row-gap: 6px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-px-6_max-md {
    row-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-px-6_md-lg {
    row-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-px-6_md-xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-px-6_md-2xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-px-6_lg {
    row-gap: 6px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-px-6_max-lg {
    row-gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-px-6_lg-xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-px-6_lg-2xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-px-6_xl {
    row-gap: 6px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-px-6_max-xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-px-6_xl-2xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-px-6_2xl {
    row-gap: 6px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-px-6_max-2xl {
    row-gap: 6px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-px-6_2xl-2xl {
    row-gap: 6px !important;
  }
}

.gap-y-2 {
  row-gap: 8px !important;
}
@media (min-width: 640px) {
  .gap-y-2_sm {
    row-gap: 8px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-2_max-sm {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-2_sm-md {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-2_sm-lg {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-2_sm-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-2_sm-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-2_md {
    row-gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-2_max-md {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-2_md-lg {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-2_md-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-2_md-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-2_lg {
    row-gap: 8px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-2_max-lg {
    row-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-2_lg-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-2_lg-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-2_xl {
    row-gap: 8px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-2_max-xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-2_xl-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-2_2xl {
    row-gap: 8px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-2_max-2xl {
    row-gap: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-2_2xl-2xl {
    row-gap: 8px !important;
  }
}

.gap-y-3 {
  row-gap: 12px !important;
}
@media (min-width: 640px) {
  .gap-y-3_sm {
    row-gap: 12px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-3_max-sm {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-3_sm-md {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-3_sm-lg {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-3_sm-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-3_sm-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-3_md {
    row-gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-3_max-md {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-3_md-lg {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-3_md-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-3_md-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-3_lg {
    row-gap: 12px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-3_max-lg {
    row-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-3_lg-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-3_lg-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-3_xl {
    row-gap: 12px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-3_max-xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-3_xl-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-3_2xl {
    row-gap: 12px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-3_max-2xl {
    row-gap: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-3_2xl-2xl {
    row-gap: 12px !important;
  }
}

.gap-y-4 {
  row-gap: 16px !important;
}
@media (min-width: 640px) {
  .gap-y-4_sm {
    row-gap: 16px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-4_max-sm {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-4_sm-md {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-4_sm-lg {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-4_sm-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-4_sm-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-4_md {
    row-gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-4_max-md {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-4_md-lg {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-4_md-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-4_md-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-4_lg {
    row-gap: 16px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-4_max-lg {
    row-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-4_lg-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-4_lg-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-4_xl {
    row-gap: 16px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-4_max-xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-4_xl-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-4_2xl {
    row-gap: 16px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-4_max-2xl {
    row-gap: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-4_2xl-2xl {
    row-gap: 16px !important;
  }
}

.gap-y-5 {
  row-gap: 20px !important;
}
@media (min-width: 640px) {
  .gap-y-5_sm {
    row-gap: 20px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-5_max-sm {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-5_sm-md {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-5_sm-lg {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-5_sm-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-5_sm-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-5_md {
    row-gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-5_max-md {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-5_md-lg {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-5_md-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-5_md-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-5_lg {
    row-gap: 20px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-5_max-lg {
    row-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-5_lg-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-5_lg-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-5_xl {
    row-gap: 20px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-5_max-xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-5_xl-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-5_2xl {
    row-gap: 20px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-5_max-2xl {
    row-gap: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-5_2xl-2xl {
    row-gap: 20px !important;
  }
}

.gap-y-6 {
  row-gap: 24px !important;
}
@media (min-width: 640px) {
  .gap-y-6_sm {
    row-gap: 24px !important;
  }
}
@media (max-width: 639px) {
  .gap-y-6_max-sm {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .gap-y-6_sm-md {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gap-y-6_sm-lg {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .gap-y-6_sm-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .gap-y-6_sm-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .gap-y-6_md {
    row-gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .gap-y-6_max-md {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-y-6_md-lg {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gap-y-6_md-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .gap-y-6_md-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .gap-y-6_lg {
    row-gap: 24px !important;
  }
}
@media (max-width: 1023px) {
  .gap-y-6_max-lg {
    row-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .gap-y-6_lg-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .gap-y-6_lg-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1280px) {
  .gap-y-6_xl {
    row-gap: 24px !important;
  }
}
@media (max-width: 1279px) {
  .gap-y-6_max-xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .gap-y-6_xl-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1536px) {
  .gap-y-6_2xl {
    row-gap: 24px !important;
  }
}
@media (max-width: 1535px) {
  .gap-y-6_max-2xl {
    row-gap: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .gap-y-6_2xl-2xl {
    row-gap: 24px !important;
  }
}

.flex-wrap {
  flex-wrap: wrap !important;
}
@media (min-width: 640px) {
  .flex-wrap_sm {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 639px) {
  .flex-wrap_max-sm {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .flex-wrap_sm-md {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex-wrap_sm-lg {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .flex-wrap_sm-xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .flex-wrap_sm-2xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  .flex-wrap_md {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .flex-wrap_max-md {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-wrap_md-lg {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .flex-wrap_md-xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .flex-wrap_md-2xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) {
  .flex-wrap_lg {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .flex-wrap_max-lg {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flex-wrap_lg-xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .flex-wrap_lg-2xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1280px) {
  .flex-wrap_xl {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1279px) {
  .flex-wrap_max-xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .flex-wrap_xl-2xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1536px) {
  .flex-wrap_2xl {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1535px) {
  .flex-wrap_max-2xl {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .flex-wrap_2xl-2xl {
    flex-wrap: wrap !important;
  }
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}
@media (min-width: 640px) {
  .flex-nowrap_sm {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 639px) {
  .flex-nowrap_max-sm {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .flex-nowrap_sm-md {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex-nowrap_sm-lg {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .flex-nowrap_sm-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .flex-nowrap_sm-2xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .flex-nowrap_md {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  .flex-nowrap_max-md {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-nowrap_md-lg {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .flex-nowrap_md-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .flex-nowrap_md-2xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1024px) {
  .flex-nowrap_lg {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1023px) {
  .flex-nowrap_max-lg {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flex-nowrap_lg-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .flex-nowrap_lg-2xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1280px) {
  .flex-nowrap_xl {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1279px) {
  .flex-nowrap_max-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .flex-nowrap_xl-2xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1536px) {
  .flex-nowrap_2xl {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1535px) {
  .flex-nowrap_max-2xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .flex-nowrap_2xl-2xl {
    flex-wrap: nowrap !important;
  }
}

.flex-row {
  flex-direction: row !important;
}
@media (min-width: 640px) {
  .flex-row_sm {
    flex-direction: row !important;
  }
}
@media (max-width: 639px) {
  .flex-row_max-sm {
    flex-direction: row !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .flex-row_sm-md {
    flex-direction: row !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex-row_sm-lg {
    flex-direction: row !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .flex-row_sm-xl {
    flex-direction: row !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .flex-row_sm-2xl {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .flex-row_md {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .flex-row_max-md {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-row_md-lg {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .flex-row_md-xl {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .flex-row_md-2xl {
    flex-direction: row !important;
  }
}
@media (min-width: 1024px) {
  .flex-row_lg {
    flex-direction: row !important;
  }
}
@media (max-width: 1023px) {
  .flex-row_max-lg {
    flex-direction: row !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flex-row_lg-xl {
    flex-direction: row !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .flex-row_lg-2xl {
    flex-direction: row !important;
  }
}
@media (min-width: 1280px) {
  .flex-row_xl {
    flex-direction: row !important;
  }
}
@media (max-width: 1279px) {
  .flex-row_max-xl {
    flex-direction: row !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .flex-row_xl-2xl {
    flex-direction: row !important;
  }
}
@media (min-width: 1536px) {
  .flex-row_2xl {
    flex-direction: row !important;
  }
}
@media (max-width: 1535px) {
  .flex-row_max-2xl {
    flex-direction: row !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .flex-row_2xl-2xl {
    flex-direction: row !important;
  }
}

.flex-col {
  flex-direction: column !important;
}
@media (min-width: 640px) {
  .flex-col_sm {
    flex-direction: column !important;
  }
}
@media (max-width: 639px) {
  .flex-col_max-sm {
    flex-direction: column !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .flex-col_sm-md {
    flex-direction: column !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .flex-col_sm-lg {
    flex-direction: column !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .flex-col_sm-xl {
    flex-direction: column !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .flex-col_sm-2xl {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) {
  .flex-col_md {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .flex-col_max-md {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-col_md-lg {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .flex-col_md-xl {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .flex-col_md-2xl {
    flex-direction: column !important;
  }
}
@media (min-width: 1024px) {
  .flex-col_lg {
    flex-direction: column !important;
  }
}
@media (max-width: 1023px) {
  .flex-col_max-lg {
    flex-direction: column !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .flex-col_lg-xl {
    flex-direction: column !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .flex-col_lg-2xl {
    flex-direction: column !important;
  }
}
@media (min-width: 1280px) {
  .flex-col_xl {
    flex-direction: column !important;
  }
}
@media (max-width: 1279px) {
  .flex-col_max-xl {
    flex-direction: column !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .flex-col_xl-2xl {
    flex-direction: column !important;
  }
}
@media (min-width: 1536px) {
  .flex-col_2xl {
    flex-direction: column !important;
  }
}
@media (max-width: 1535px) {
  .flex-col_max-2xl {
    flex-direction: column !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .flex-col_2xl-2xl {
    flex-direction: column !important;
  }
}

.order-0 {
  order: 0 !important;
}
@media (min-width: 640px) {
  .order-0_sm {
    order: 0 !important;
  }
}
@media (max-width: 639px) {
  .order-0_max-sm {
    order: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-0_sm-md {
    order: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-0_sm-lg {
    order: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-0_sm-xl {
    order: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-0_sm-2xl {
    order: 0 !important;
  }
}
@media (min-width: 768px) {
  .order-0_md {
    order: 0 !important;
  }
}
@media (max-width: 767px) {
  .order-0_max-md {
    order: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-0_md-lg {
    order: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-0_md-xl {
    order: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-0_md-2xl {
    order: 0 !important;
  }
}
@media (min-width: 1024px) {
  .order-0_lg {
    order: 0 !important;
  }
}
@media (max-width: 1023px) {
  .order-0_max-lg {
    order: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-0_lg-xl {
    order: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-0_lg-2xl {
    order: 0 !important;
  }
}
@media (min-width: 1280px) {
  .order-0_xl {
    order: 0 !important;
  }
}
@media (max-width: 1279px) {
  .order-0_max-xl {
    order: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-0_xl-2xl {
    order: 0 !important;
  }
}
@media (min-width: 1536px) {
  .order-0_2xl {
    order: 0 !important;
  }
}
@media (max-width: 1535px) {
  .order-0_max-2xl {
    order: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-0_2xl-2xl {
    order: 0 !important;
  }
}

.order-1 {
  order: 1 !important;
}
@media (min-width: 640px) {
  .order-1_sm {
    order: 1 !important;
  }
}
@media (max-width: 639px) {
  .order-1_max-sm {
    order: 1 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-1_sm-md {
    order: 1 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-1_sm-lg {
    order: 1 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-1_sm-xl {
    order: 1 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-1_sm-2xl {
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  .order-1_md {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .order-1_max-md {
    order: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-1_md-lg {
    order: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-1_md-xl {
    order: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-1_md-2xl {
    order: 1 !important;
  }
}
@media (min-width: 1024px) {
  .order-1_lg {
    order: 1 !important;
  }
}
@media (max-width: 1023px) {
  .order-1_max-lg {
    order: 1 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-1_lg-xl {
    order: 1 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-1_lg-2xl {
    order: 1 !important;
  }
}
@media (min-width: 1280px) {
  .order-1_xl {
    order: 1 !important;
  }
}
@media (max-width: 1279px) {
  .order-1_max-xl {
    order: 1 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-1_xl-2xl {
    order: 1 !important;
  }
}
@media (min-width: 1536px) {
  .order-1_2xl {
    order: 1 !important;
  }
}
@media (max-width: 1535px) {
  .order-1_max-2xl {
    order: 1 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-1_2xl-2xl {
    order: 1 !important;
  }
}

.order-2 {
  order: 2 !important;
}
@media (min-width: 640px) {
  .order-2_sm {
    order: 2 !important;
  }
}
@media (max-width: 639px) {
  .order-2_max-sm {
    order: 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-2_sm-md {
    order: 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-2_sm-lg {
    order: 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-2_sm-xl {
    order: 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-2_sm-2xl {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-2_md {
    order: 2 !important;
  }
}
@media (max-width: 767px) {
  .order-2_max-md {
    order: 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-2_md-lg {
    order: 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-2_md-xl {
    order: 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-2_md-2xl {
    order: 2 !important;
  }
}
@media (min-width: 1024px) {
  .order-2_lg {
    order: 2 !important;
  }
}
@media (max-width: 1023px) {
  .order-2_max-lg {
    order: 2 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-2_lg-xl {
    order: 2 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-2_lg-2xl {
    order: 2 !important;
  }
}
@media (min-width: 1280px) {
  .order-2_xl {
    order: 2 !important;
  }
}
@media (max-width: 1279px) {
  .order-2_max-xl {
    order: 2 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-2_xl-2xl {
    order: 2 !important;
  }
}
@media (min-width: 1536px) {
  .order-2_2xl {
    order: 2 !important;
  }
}
@media (max-width: 1535px) {
  .order-2_max-2xl {
    order: 2 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-2_2xl-2xl {
    order: 2 !important;
  }
}

.order-3 {
  order: 3 !important;
}
@media (min-width: 640px) {
  .order-3_sm {
    order: 3 !important;
  }
}
@media (max-width: 639px) {
  .order-3_max-sm {
    order: 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-3_sm-md {
    order: 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-3_sm-lg {
    order: 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-3_sm-xl {
    order: 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-3_sm-2xl {
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .order-3_md {
    order: 3 !important;
  }
}
@media (max-width: 767px) {
  .order-3_max-md {
    order: 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-3_md-lg {
    order: 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-3_md-xl {
    order: 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-3_md-2xl {
    order: 3 !important;
  }
}
@media (min-width: 1024px) {
  .order-3_lg {
    order: 3 !important;
  }
}
@media (max-width: 1023px) {
  .order-3_max-lg {
    order: 3 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-3_lg-xl {
    order: 3 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-3_lg-2xl {
    order: 3 !important;
  }
}
@media (min-width: 1280px) {
  .order-3_xl {
    order: 3 !important;
  }
}
@media (max-width: 1279px) {
  .order-3_max-xl {
    order: 3 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-3_xl-2xl {
    order: 3 !important;
  }
}
@media (min-width: 1536px) {
  .order-3_2xl {
    order: 3 !important;
  }
}
@media (max-width: 1535px) {
  .order-3_max-2xl {
    order: 3 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-3_2xl-2xl {
    order: 3 !important;
  }
}

.order-4 {
  order: 4 !important;
}
@media (min-width: 640px) {
  .order-4_sm {
    order: 4 !important;
  }
}
@media (max-width: 639px) {
  .order-4_max-sm {
    order: 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-4_sm-md {
    order: 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-4_sm-lg {
    order: 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-4_sm-xl {
    order: 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-4_sm-2xl {
    order: 4 !important;
  }
}
@media (min-width: 768px) {
  .order-4_md {
    order: 4 !important;
  }
}
@media (max-width: 767px) {
  .order-4_max-md {
    order: 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-4_md-lg {
    order: 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-4_md-xl {
    order: 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-4_md-2xl {
    order: 4 !important;
  }
}
@media (min-width: 1024px) {
  .order-4_lg {
    order: 4 !important;
  }
}
@media (max-width: 1023px) {
  .order-4_max-lg {
    order: 4 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-4_lg-xl {
    order: 4 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-4_lg-2xl {
    order: 4 !important;
  }
}
@media (min-width: 1280px) {
  .order-4_xl {
    order: 4 !important;
  }
}
@media (max-width: 1279px) {
  .order-4_max-xl {
    order: 4 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-4_xl-2xl {
    order: 4 !important;
  }
}
@media (min-width: 1536px) {
  .order-4_2xl {
    order: 4 !important;
  }
}
@media (max-width: 1535px) {
  .order-4_max-2xl {
    order: 4 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-4_2xl-2xl {
    order: 4 !important;
  }
}

.order-5 {
  order: 5 !important;
}
@media (min-width: 640px) {
  .order-5_sm {
    order: 5 !important;
  }
}
@media (max-width: 639px) {
  .order-5_max-sm {
    order: 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-5_sm-md {
    order: 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-5_sm-lg {
    order: 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-5_sm-xl {
    order: 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-5_sm-2xl {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .order-5_md {
    order: 5 !important;
  }
}
@media (max-width: 767px) {
  .order-5_max-md {
    order: 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-5_md-lg {
    order: 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-5_md-xl {
    order: 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-5_md-2xl {
    order: 5 !important;
  }
}
@media (min-width: 1024px) {
  .order-5_lg {
    order: 5 !important;
  }
}
@media (max-width: 1023px) {
  .order-5_max-lg {
    order: 5 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-5_lg-xl {
    order: 5 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-5_lg-2xl {
    order: 5 !important;
  }
}
@media (min-width: 1280px) {
  .order-5_xl {
    order: 5 !important;
  }
}
@media (max-width: 1279px) {
  .order-5_max-xl {
    order: 5 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-5_xl-2xl {
    order: 5 !important;
  }
}
@media (min-width: 1536px) {
  .order-5_2xl {
    order: 5 !important;
  }
}
@media (max-width: 1535px) {
  .order-5_max-2xl {
    order: 5 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-5_2xl-2xl {
    order: 5 !important;
  }
}

.order-6 {
  order: 6 !important;
}
@media (min-width: 640px) {
  .order-6_sm {
    order: 6 !important;
  }
}
@media (max-width: 639px) {
  .order-6_max-sm {
    order: 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-6_sm-md {
    order: 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-6_sm-lg {
    order: 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-6_sm-xl {
    order: 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-6_sm-2xl {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-6_md {
    order: 6 !important;
  }
}
@media (max-width: 767px) {
  .order-6_max-md {
    order: 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-6_md-lg {
    order: 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-6_md-xl {
    order: 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-6_md-2xl {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .order-6_lg {
    order: 6 !important;
  }
}
@media (max-width: 1023px) {
  .order-6_max-lg {
    order: 6 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-6_lg-xl {
    order: 6 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-6_lg-2xl {
    order: 6 !important;
  }
}
@media (min-width: 1280px) {
  .order-6_xl {
    order: 6 !important;
  }
}
@media (max-width: 1279px) {
  .order-6_max-xl {
    order: 6 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-6_xl-2xl {
    order: 6 !important;
  }
}
@media (min-width: 1536px) {
  .order-6_2xl {
    order: 6 !important;
  }
}
@media (max-width: 1535px) {
  .order-6_max-2xl {
    order: 6 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-6_2xl-2xl {
    order: 6 !important;
  }
}

.order-7 {
  order: 7 !important;
}
@media (min-width: 640px) {
  .order-7_sm {
    order: 7 !important;
  }
}
@media (max-width: 639px) {
  .order-7_max-sm {
    order: 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-7_sm-md {
    order: 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-7_sm-lg {
    order: 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-7_sm-xl {
    order: 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-7_sm-2xl {
    order: 7 !important;
  }
}
@media (min-width: 768px) {
  .order-7_md {
    order: 7 !important;
  }
}
@media (max-width: 767px) {
  .order-7_max-md {
    order: 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-7_md-lg {
    order: 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-7_md-xl {
    order: 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-7_md-2xl {
    order: 7 !important;
  }
}
@media (min-width: 1024px) {
  .order-7_lg {
    order: 7 !important;
  }
}
@media (max-width: 1023px) {
  .order-7_max-lg {
    order: 7 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-7_lg-xl {
    order: 7 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-7_lg-2xl {
    order: 7 !important;
  }
}
@media (min-width: 1280px) {
  .order-7_xl {
    order: 7 !important;
  }
}
@media (max-width: 1279px) {
  .order-7_max-xl {
    order: 7 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-7_xl-2xl {
    order: 7 !important;
  }
}
@media (min-width: 1536px) {
  .order-7_2xl {
    order: 7 !important;
  }
}
@media (max-width: 1535px) {
  .order-7_max-2xl {
    order: 7 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-7_2xl-2xl {
    order: 7 !important;
  }
}

.order-8 {
  order: 8 !important;
}
@media (min-width: 640px) {
  .order-8_sm {
    order: 8 !important;
  }
}
@media (max-width: 639px) {
  .order-8_max-sm {
    order: 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-8_sm-md {
    order: 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-8_sm-lg {
    order: 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-8_sm-xl {
    order: 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-8_sm-2xl {
    order: 8 !important;
  }
}
@media (min-width: 768px) {
  .order-8_md {
    order: 8 !important;
  }
}
@media (max-width: 767px) {
  .order-8_max-md {
    order: 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-8_md-lg {
    order: 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-8_md-xl {
    order: 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-8_md-2xl {
    order: 8 !important;
  }
}
@media (min-width: 1024px) {
  .order-8_lg {
    order: 8 !important;
  }
}
@media (max-width: 1023px) {
  .order-8_max-lg {
    order: 8 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-8_lg-xl {
    order: 8 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-8_lg-2xl {
    order: 8 !important;
  }
}
@media (min-width: 1280px) {
  .order-8_xl {
    order: 8 !important;
  }
}
@media (max-width: 1279px) {
  .order-8_max-xl {
    order: 8 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-8_xl-2xl {
    order: 8 !important;
  }
}
@media (min-width: 1536px) {
  .order-8_2xl {
    order: 8 !important;
  }
}
@media (max-width: 1535px) {
  .order-8_max-2xl {
    order: 8 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-8_2xl-2xl {
    order: 8 !important;
  }
}

.order-9 {
  order: 9 !important;
}
@media (min-width: 640px) {
  .order-9_sm {
    order: 9 !important;
  }
}
@media (max-width: 639px) {
  .order-9_max-sm {
    order: 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-9_sm-md {
    order: 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-9_sm-lg {
    order: 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-9_sm-xl {
    order: 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-9_sm-2xl {
    order: 9 !important;
  }
}
@media (min-width: 768px) {
  .order-9_md {
    order: 9 !important;
  }
}
@media (max-width: 767px) {
  .order-9_max-md {
    order: 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-9_md-lg {
    order: 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-9_md-xl {
    order: 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-9_md-2xl {
    order: 9 !important;
  }
}
@media (min-width: 1024px) {
  .order-9_lg {
    order: 9 !important;
  }
}
@media (max-width: 1023px) {
  .order-9_max-lg {
    order: 9 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-9_lg-xl {
    order: 9 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-9_lg-2xl {
    order: 9 !important;
  }
}
@media (min-width: 1280px) {
  .order-9_xl {
    order: 9 !important;
  }
}
@media (max-width: 1279px) {
  .order-9_max-xl {
    order: 9 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-9_xl-2xl {
    order: 9 !important;
  }
}
@media (min-width: 1536px) {
  .order-9_2xl {
    order: 9 !important;
  }
}
@media (max-width: 1535px) {
  .order-9_max-2xl {
    order: 9 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-9_2xl-2xl {
    order: 9 !important;
  }
}

.order-10 {
  order: 10 !important;
}
@media (min-width: 640px) {
  .order-10_sm {
    order: 10 !important;
  }
}
@media (max-width: 639px) {
  .order-10_max-sm {
    order: 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .order-10_sm-md {
    order: 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .order-10_sm-lg {
    order: 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .order-10_sm-xl {
    order: 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .order-10_sm-2xl {
    order: 10 !important;
  }
}
@media (min-width: 768px) {
  .order-10_md {
    order: 10 !important;
  }
}
@media (max-width: 767px) {
  .order-10_max-md {
    order: 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-10_md-lg {
    order: 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .order-10_md-xl {
    order: 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .order-10_md-2xl {
    order: 10 !important;
  }
}
@media (min-width: 1024px) {
  .order-10_lg {
    order: 10 !important;
  }
}
@media (max-width: 1023px) {
  .order-10_max-lg {
    order: 10 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-10_lg-xl {
    order: 10 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .order-10_lg-2xl {
    order: 10 !important;
  }
}
@media (min-width: 1280px) {
  .order-10_xl {
    order: 10 !important;
  }
}
@media (max-width: 1279px) {
  .order-10_max-xl {
    order: 10 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .order-10_xl-2xl {
    order: 10 !important;
  }
}
@media (min-width: 1536px) {
  .order-10_2xl {
    order: 10 !important;
  }
}
@media (max-width: 1535px) {
  .order-10_max-2xl {
    order: 10 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .order-10_2xl-2xl {
    order: 10 !important;
  }
}

.max-w-sm {
  max-width: 572px !important;
}
@media (min-width: 640px) {
  .max-w-sm_sm {
    max-width: 572px !important;
  }
}
@media (max-width: 639px) {
  .max-w-sm_max-sm {
    max-width: 572px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .max-w-sm_sm-md {
    max-width: 572px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .max-w-sm_sm-lg {
    max-width: 572px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .max-w-sm_sm-xl {
    max-width: 572px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .max-w-sm_sm-2xl {
    max-width: 572px !important;
  }
}
@media (min-width: 768px) {
  .max-w-sm_md {
    max-width: 572px !important;
  }
}
@media (max-width: 767px) {
  .max-w-sm_max-md {
    max-width: 572px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .max-w-sm_md-lg {
    max-width: 572px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .max-w-sm_md-xl {
    max-width: 572px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .max-w-sm_md-2xl {
    max-width: 572px !important;
  }
}
@media (min-width: 1024px) {
  .max-w-sm_lg {
    max-width: 572px !important;
  }
}
@media (max-width: 1023px) {
  .max-w-sm_max-lg {
    max-width: 572px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .max-w-sm_lg-xl {
    max-width: 572px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .max-w-sm_lg-2xl {
    max-width: 572px !important;
  }
}
@media (min-width: 1280px) {
  .max-w-sm_xl {
    max-width: 572px !important;
  }
}
@media (max-width: 1279px) {
  .max-w-sm_max-xl {
    max-width: 572px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .max-w-sm_xl-2xl {
    max-width: 572px !important;
  }
}
@media (min-width: 1536px) {
  .max-w-sm_2xl {
    max-width: 572px !important;
  }
}
@media (max-width: 1535px) {
  .max-w-sm_max-2xl {
    max-width: 572px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .max-w-sm_2xl-2xl {
    max-width: 572px !important;
  }
}

.rounded {
  border-radius: 4px !important;
}
@media (min-width: 640px) {
  .rounded_sm {
    border-radius: 4px !important;
  }
}
@media (max-width: 639px) {
  .rounded_max-sm {
    border-radius: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .rounded_sm-md {
    border-radius: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .rounded_sm-lg {
    border-radius: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .rounded_sm-xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .rounded_sm-2xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 768px) {
  .rounded_md {
    border-radius: 4px !important;
  }
}
@media (max-width: 767px) {
  .rounded_max-md {
    border-radius: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rounded_md-lg {
    border-radius: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .rounded_md-xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .rounded_md-2xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 1024px) {
  .rounded_lg {
    border-radius: 4px !important;
  }
}
@media (max-width: 1023px) {
  .rounded_max-lg {
    border-radius: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rounded_lg-xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .rounded_lg-2xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 1280px) {
  .rounded_xl {
    border-radius: 4px !important;
  }
}
@media (max-width: 1279px) {
  .rounded_max-xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .rounded_xl-2xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 1536px) {
  .rounded_2xl {
    border-radius: 4px !important;
  }
}
@media (max-width: 1535px) {
  .rounded_max-2xl {
    border-radius: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .rounded_2xl-2xl {
    border-radius: 4px !important;
  }
}

.rounded-md {
  border-radius: 6px !important;
}
@media (min-width: 640px) {
  .rounded-md_sm {
    border-radius: 6px !important;
  }
}
@media (max-width: 639px) {
  .rounded-md_max-sm {
    border-radius: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .rounded-md_sm-md {
    border-radius: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .rounded-md_sm-lg {
    border-radius: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .rounded-md_sm-xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .rounded-md_sm-2xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 768px) {
  .rounded-md_md {
    border-radius: 6px !important;
  }
}
@media (max-width: 767px) {
  .rounded-md_max-md {
    border-radius: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rounded-md_md-lg {
    border-radius: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .rounded-md_md-xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .rounded-md_md-2xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 1024px) {
  .rounded-md_lg {
    border-radius: 6px !important;
  }
}
@media (max-width: 1023px) {
  .rounded-md_max-lg {
    border-radius: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rounded-md_lg-xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .rounded-md_lg-2xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 1280px) {
  .rounded-md_xl {
    border-radius: 6px !important;
  }
}
@media (max-width: 1279px) {
  .rounded-md_max-xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .rounded-md_xl-2xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 1536px) {
  .rounded-md_2xl {
    border-radius: 6px !important;
  }
}
@media (max-width: 1535px) {
  .rounded-md_max-2xl {
    border-radius: 6px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .rounded-md_2xl-2xl {
    border-radius: 6px !important;
  }
}

.rounded-lg {
  border-radius: 8px !important;
}
@media (min-width: 640px) {
  .rounded-lg_sm {
    border-radius: 8px !important;
  }
}
@media (max-width: 639px) {
  .rounded-lg_max-sm {
    border-radius: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .rounded-lg_sm-md {
    border-radius: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .rounded-lg_sm-lg {
    border-radius: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .rounded-lg_sm-xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .rounded-lg_sm-2xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 768px) {
  .rounded-lg_md {
    border-radius: 8px !important;
  }
}
@media (max-width: 767px) {
  .rounded-lg_max-md {
    border-radius: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rounded-lg_md-lg {
    border-radius: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .rounded-lg_md-xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .rounded-lg_md-2xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 1024px) {
  .rounded-lg_lg {
    border-radius: 8px !important;
  }
}
@media (max-width: 1023px) {
  .rounded-lg_max-lg {
    border-radius: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rounded-lg_lg-xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .rounded-lg_lg-2xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 1280px) {
  .rounded-lg_xl {
    border-radius: 8px !important;
  }
}
@media (max-width: 1279px) {
  .rounded-lg_max-xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .rounded-lg_xl-2xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 1536px) {
  .rounded-lg_2xl {
    border-radius: 8px !important;
  }
}
@media (max-width: 1535px) {
  .rounded-lg_max-2xl {
    border-radius: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .rounded-lg_2xl-2xl {
    border-radius: 8px !important;
  }
}

.rounded-xl {
  border-radius: 12px !important;
}
@media (min-width: 640px) {
  .rounded-xl_sm {
    border-radius: 12px !important;
  }
}
@media (max-width: 639px) {
  .rounded-xl_max-sm {
    border-radius: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .rounded-xl_sm-md {
    border-radius: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .rounded-xl_sm-lg {
    border-radius: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .rounded-xl_sm-xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .rounded-xl_sm-2xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 768px) {
  .rounded-xl_md {
    border-radius: 12px !important;
  }
}
@media (max-width: 767px) {
  .rounded-xl_max-md {
    border-radius: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rounded-xl_md-lg {
    border-radius: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .rounded-xl_md-xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .rounded-xl_md-2xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 1024px) {
  .rounded-xl_lg {
    border-radius: 12px !important;
  }
}
@media (max-width: 1023px) {
  .rounded-xl_max-lg {
    border-radius: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rounded-xl_lg-xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .rounded-xl_lg-2xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 1280px) {
  .rounded-xl_xl {
    border-radius: 12px !important;
  }
}
@media (max-width: 1279px) {
  .rounded-xl_max-xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .rounded-xl_xl-2xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 1536px) {
  .rounded-xl_2xl {
    border-radius: 12px !important;
  }
}
@media (max-width: 1535px) {
  .rounded-xl_max-2xl {
    border-radius: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .rounded-xl_2xl-2xl {
    border-radius: 12px !important;
  }
}

.rounded-full {
  border-radius: 9999px !important;
}
@media (min-width: 640px) {
  .rounded-full_sm {
    border-radius: 9999px !important;
  }
}
@media (max-width: 639px) {
  .rounded-full_max-sm {
    border-radius: 9999px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .rounded-full_sm-md {
    border-radius: 9999px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .rounded-full_sm-lg {
    border-radius: 9999px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .rounded-full_sm-xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .rounded-full_sm-2xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 768px) {
  .rounded-full_md {
    border-radius: 9999px !important;
  }
}
@media (max-width: 767px) {
  .rounded-full_max-md {
    border-radius: 9999px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rounded-full_md-lg {
    border-radius: 9999px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .rounded-full_md-xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .rounded-full_md-2xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1024px) {
  .rounded-full_lg {
    border-radius: 9999px !important;
  }
}
@media (max-width: 1023px) {
  .rounded-full_max-lg {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rounded-full_lg-xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .rounded-full_lg-2xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1280px) {
  .rounded-full_xl {
    border-radius: 9999px !important;
  }
}
@media (max-width: 1279px) {
  .rounded-full_max-xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .rounded-full_xl-2xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1536px) {
  .rounded-full_2xl {
    border-radius: 9999px !important;
  }
}
@media (max-width: 1535px) {
  .rounded-full_max-2xl {
    border-radius: 9999px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .rounded-full_2xl-2xl {
    border-radius: 9999px !important;
  }
}

.pointer-events-none {
  pointer-events: none !important;
}
@media (min-width: 640px) {
  .pointer-events-none_sm {
    pointer-events: none !important;
  }
}
@media (max-width: 639px) {
  .pointer-events-none_max-sm {
    pointer-events: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pointer-events-none_sm-md {
    pointer-events: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pointer-events-none_sm-lg {
    pointer-events: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pointer-events-none_sm-xl {
    pointer-events: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pointer-events-none_sm-2xl {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .pointer-events-none_md {
    pointer-events: none !important;
  }
}
@media (max-width: 767px) {
  .pointer-events-none_max-md {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pointer-events-none_md-lg {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pointer-events-none_md-xl {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pointer-events-none_md-2xl {
    pointer-events: none !important;
  }
}
@media (min-width: 1024px) {
  .pointer-events-none_lg {
    pointer-events: none !important;
  }
}
@media (max-width: 1023px) {
  .pointer-events-none_max-lg {
    pointer-events: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pointer-events-none_lg-xl {
    pointer-events: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pointer-events-none_lg-2xl {
    pointer-events: none !important;
  }
}
@media (min-width: 1280px) {
  .pointer-events-none_xl {
    pointer-events: none !important;
  }
}
@media (max-width: 1279px) {
  .pointer-events-none_max-xl {
    pointer-events: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pointer-events-none_xl-2xl {
    pointer-events: none !important;
  }
}
@media (min-width: 1536px) {
  .pointer-events-none_2xl {
    pointer-events: none !important;
  }
}
@media (max-width: 1535px) {
  .pointer-events-none_max-2xl {
    pointer-events: none !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pointer-events-none_2xl-2xl {
    pointer-events: none !important;
  }
}

.pointer-events-auto {
  pointer-events: auto !important;
}
@media (min-width: 640px) {
  .pointer-events-auto_sm {
    pointer-events: auto !important;
  }
}
@media (max-width: 639px) {
  .pointer-events-auto_max-sm {
    pointer-events: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .pointer-events-auto_sm-md {
    pointer-events: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pointer-events-auto_sm-lg {
    pointer-events: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .pointer-events-auto_sm-xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .pointer-events-auto_sm-2xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 768px) {
  .pointer-events-auto_md {
    pointer-events: auto !important;
  }
}
@media (max-width: 767px) {
  .pointer-events-auto_max-md {
    pointer-events: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pointer-events-auto_md-lg {
    pointer-events: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pointer-events-auto_md-xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .pointer-events-auto_md-2xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 1024px) {
  .pointer-events-auto_lg {
    pointer-events: auto !important;
  }
}
@media (max-width: 1023px) {
  .pointer-events-auto_max-lg {
    pointer-events: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pointer-events-auto_lg-xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .pointer-events-auto_lg-2xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 1280px) {
  .pointer-events-auto_xl {
    pointer-events: auto !important;
  }
}
@media (max-width: 1279px) {
  .pointer-events-auto_max-xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .pointer-events-auto_xl-2xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 1536px) {
  .pointer-events-auto_2xl {
    pointer-events: auto !important;
  }
}
@media (max-width: 1535px) {
  .pointer-events-auto_max-2xl {
    pointer-events: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .pointer-events-auto_2xl-2xl {
    pointer-events: auto !important;
  }
}

.bg-gray-100 {
  background: #dbdbdb !important;
}

.static {
  position: static !important;
}
@media (min-width: 640px) {
  .static_sm {
    position: static !important;
  }
}
@media (max-width: 639px) {
  .static_max-sm {
    position: static !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .static_sm-md {
    position: static !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .static_sm-lg {
    position: static !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .static_sm-xl {
    position: static !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .static_sm-2xl {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .static_md {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .static_max-md {
    position: static !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .static_md-lg {
    position: static !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .static_md-xl {
    position: static !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .static_md-2xl {
    position: static !important;
  }
}
@media (min-width: 1024px) {
  .static_lg {
    position: static !important;
  }
}
@media (max-width: 1023px) {
  .static_max-lg {
    position: static !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .static_lg-xl {
    position: static !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .static_lg-2xl {
    position: static !important;
  }
}
@media (min-width: 1280px) {
  .static_xl {
    position: static !important;
  }
}
@media (max-width: 1279px) {
  .static_max-xl {
    position: static !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .static_xl-2xl {
    position: static !important;
  }
}
@media (min-width: 1536px) {
  .static_2xl {
    position: static !important;
  }
}
@media (max-width: 1535px) {
  .static_max-2xl {
    position: static !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .static_2xl-2xl {
    position: static !important;
  }
}

.fixed {
  position: fixed !important;
}
@media (min-width: 640px) {
  .fixed_sm {
    position: fixed !important;
  }
}
@media (max-width: 639px) {
  .fixed_max-sm {
    position: fixed !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .fixed_sm-md {
    position: fixed !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .fixed_sm-lg {
    position: fixed !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .fixed_sm-xl {
    position: fixed !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .fixed_sm-2xl {
    position: fixed !important;
  }
}
@media (min-width: 768px) {
  .fixed_md {
    position: fixed !important;
  }
}
@media (max-width: 767px) {
  .fixed_max-md {
    position: fixed !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fixed_md-lg {
    position: fixed !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .fixed_md-xl {
    position: fixed !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .fixed_md-2xl {
    position: fixed !important;
  }
}
@media (min-width: 1024px) {
  .fixed_lg {
    position: fixed !important;
  }
}
@media (max-width: 1023px) {
  .fixed_max-lg {
    position: fixed !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fixed_lg-xl {
    position: fixed !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .fixed_lg-2xl {
    position: fixed !important;
  }
}
@media (min-width: 1280px) {
  .fixed_xl {
    position: fixed !important;
  }
}
@media (max-width: 1279px) {
  .fixed_max-xl {
    position: fixed !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .fixed_xl-2xl {
    position: fixed !important;
  }
}
@media (min-width: 1536px) {
  .fixed_2xl {
    position: fixed !important;
  }
}
@media (max-width: 1535px) {
  .fixed_max-2xl {
    position: fixed !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .fixed_2xl-2xl {
    position: fixed !important;
  }
}

.absolute {
  position: absolute !important;
}
@media (min-width: 640px) {
  .absolute_sm {
    position: absolute !important;
  }
}
@media (max-width: 639px) {
  .absolute_max-sm {
    position: absolute !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .absolute_sm-md {
    position: absolute !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .absolute_sm-lg {
    position: absolute !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .absolute_sm-xl {
    position: absolute !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .absolute_sm-2xl {
    position: absolute !important;
  }
}
@media (min-width: 768px) {
  .absolute_md {
    position: absolute !important;
  }
}
@media (max-width: 767px) {
  .absolute_max-md {
    position: absolute !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .absolute_md-lg {
    position: absolute !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .absolute_md-xl {
    position: absolute !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .absolute_md-2xl {
    position: absolute !important;
  }
}
@media (min-width: 1024px) {
  .absolute_lg {
    position: absolute !important;
  }
}
@media (max-width: 1023px) {
  .absolute_max-lg {
    position: absolute !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .absolute_lg-xl {
    position: absolute !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .absolute_lg-2xl {
    position: absolute !important;
  }
}
@media (min-width: 1280px) {
  .absolute_xl {
    position: absolute !important;
  }
}
@media (max-width: 1279px) {
  .absolute_max-xl {
    position: absolute !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .absolute_xl-2xl {
    position: absolute !important;
  }
}
@media (min-width: 1536px) {
  .absolute_2xl {
    position: absolute !important;
  }
}
@media (max-width: 1535px) {
  .absolute_max-2xl {
    position: absolute !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .absolute_2xl-2xl {
    position: absolute !important;
  }
}

.relative {
  pposition: relative !important;
}
@media (min-width: 640px) {
  .relative_sm {
    pposition: relative !important;
  }
}
@media (max-width: 639px) {
  .relative_max-sm {
    pposition: relative !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .relative_sm-md {
    pposition: relative !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .relative_sm-lg {
    pposition: relative !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .relative_sm-xl {
    pposition: relative !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .relative_sm-2xl {
    pposition: relative !important;
  }
}
@media (min-width: 768px) {
  .relative_md {
    pposition: relative !important;
  }
}
@media (max-width: 767px) {
  .relative_max-md {
    pposition: relative !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .relative_md-lg {
    pposition: relative !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .relative_md-xl {
    pposition: relative !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .relative_md-2xl {
    pposition: relative !important;
  }
}
@media (min-width: 1024px) {
  .relative_lg {
    pposition: relative !important;
  }
}
@media (max-width: 1023px) {
  .relative_max-lg {
    pposition: relative !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .relative_lg-xl {
    pposition: relative !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .relative_lg-2xl {
    pposition: relative !important;
  }
}
@media (min-width: 1280px) {
  .relative_xl {
    pposition: relative !important;
  }
}
@media (max-width: 1279px) {
  .relative_max-xl {
    pposition: relative !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .relative_xl-2xl {
    pposition: relative !important;
  }
}
@media (min-width: 1536px) {
  .relative_2xl {
    pposition: relative !important;
  }
}
@media (max-width: 1535px) {
  .relative_max-2xl {
    pposition: relative !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .relative_2xl-2xl {
    pposition: relative !important;
  }
}

.sticky {
  position: sticky !important;
}
@media (min-width: 640px) {
  .sticky_sm {
    position: sticky !important;
  }
}
@media (max-width: 639px) {
  .sticky_max-sm {
    position: sticky !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .sticky_sm-md {
    position: sticky !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .sticky_sm-lg {
    position: sticky !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .sticky_sm-xl {
    position: sticky !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .sticky_sm-2xl {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .sticky_md {
    position: sticky !important;
  }
}
@media (max-width: 767px) {
  .sticky_max-md {
    position: sticky !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sticky_md-lg {
    position: sticky !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sticky_md-xl {
    position: sticky !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .sticky_md-2xl {
    position: sticky !important;
  }
}
@media (min-width: 1024px) {
  .sticky_lg {
    position: sticky !important;
  }
}
@media (max-width: 1023px) {
  .sticky_max-lg {
    position: sticky !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .sticky_lg-xl {
    position: sticky !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .sticky_lg-2xl {
    position: sticky !important;
  }
}
@media (min-width: 1280px) {
  .sticky_xl {
    position: sticky !important;
  }
}
@media (max-width: 1279px) {
  .sticky_max-xl {
    position: sticky !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .sticky_xl-2xl {
    position: sticky !important;
  }
}
@media (min-width: 1536px) {
  .sticky_2xl {
    position: sticky !important;
  }
}
@media (max-width: 1535px) {
  .sticky_max-2xl {
    position: sticky !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .sticky_2xl-2xl {
    position: sticky !important;
  }
}

.left-auto {
  left: auto !important;
}
@media (min-width: 640px) {
  .left-auto_sm {
    left: auto !important;
  }
}
@media (max-width: 639px) {
  .left-auto_max-sm {
    left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .left-auto_sm-md {
    left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .left-auto_sm-lg {
    left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .left-auto_sm-xl {
    left: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .left-auto_sm-2xl {
    left: auto !important;
  }
}
@media (min-width: 768px) {
  .left-auto_md {
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .left-auto_max-md {
    left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-auto_md-lg {
    left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .left-auto_md-xl {
    left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .left-auto_md-2xl {
    left: auto !important;
  }
}
@media (min-width: 1024px) {
  .left-auto_lg {
    left: auto !important;
  }
}
@media (max-width: 1023px) {
  .left-auto_max-lg {
    left: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .left-auto_lg-xl {
    left: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .left-auto_lg-2xl {
    left: auto !important;
  }
}
@media (min-width: 1280px) {
  .left-auto_xl {
    left: auto !important;
  }
}
@media (max-width: 1279px) {
  .left-auto_max-xl {
    left: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .left-auto_xl-2xl {
    left: auto !important;
  }
}
@media (min-width: 1536px) {
  .left-auto_2xl {
    left: auto !important;
  }
}
@media (max-width: 1535px) {
  .left-auto_max-2xl {
    left: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .left-auto_2xl-2xl {
    left: auto !important;
  }
}

.left-0 {
  left: 0 !important;
}
@media (min-width: 640px) {
  .left-0_sm {
    left: 0 !important;
  }
}
@media (max-width: 639px) {
  .left-0_max-sm {
    left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .left-0_sm-md {
    left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .left-0_sm-lg {
    left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .left-0_sm-xl {
    left: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .left-0_sm-2xl {
    left: 0 !important;
  }
}
@media (min-width: 768px) {
  .left-0_md {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .left-0_max-md {
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-0_md-lg {
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .left-0_md-xl {
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .left-0_md-2xl {
    left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .left-0_lg {
    left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .left-0_max-lg {
    left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .left-0_lg-xl {
    left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .left-0_lg-2xl {
    left: 0 !important;
  }
}
@media (min-width: 1280px) {
  .left-0_xl {
    left: 0 !important;
  }
}
@media (max-width: 1279px) {
  .left-0_max-xl {
    left: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .left-0_xl-2xl {
    left: 0 !important;
  }
}
@media (min-width: 1536px) {
  .left-0_2xl {
    left: 0 !important;
  }
}
@media (max-width: 1535px) {
  .left-0_max-2xl {
    left: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .left-0_2xl-2xl {
    left: 0 !important;
  }
}

.left-1 {
  left: 4px !important;
}
@media (min-width: 640px) {
  .left-1_sm {
    left: 4px !important;
  }
}
@media (max-width: 639px) {
  .left-1_max-sm {
    left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .left-1_sm-md {
    left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .left-1_sm-lg {
    left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .left-1_sm-xl {
    left: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .left-1_sm-2xl {
    left: 4px !important;
  }
}
@media (min-width: 768px) {
  .left-1_md {
    left: 4px !important;
  }
}
@media (max-width: 767px) {
  .left-1_max-md {
    left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-1_md-lg {
    left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .left-1_md-xl {
    left: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .left-1_md-2xl {
    left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .left-1_lg {
    left: 4px !important;
  }
}
@media (max-width: 1023px) {
  .left-1_max-lg {
    left: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .left-1_lg-xl {
    left: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .left-1_lg-2xl {
    left: 4px !important;
  }
}
@media (min-width: 1280px) {
  .left-1_xl {
    left: 4px !important;
  }
}
@media (max-width: 1279px) {
  .left-1_max-xl {
    left: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .left-1_xl-2xl {
    left: 4px !important;
  }
}
@media (min-width: 1536px) {
  .left-1_2xl {
    left: 4px !important;
  }
}
@media (max-width: 1535px) {
  .left-1_max-2xl {
    left: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .left-1_2xl-2xl {
    left: 4px !important;
  }
}

.left-2 {
  left: 8px !important;
}
@media (min-width: 640px) {
  .left-2_sm {
    left: 8px !important;
  }
}
@media (max-width: 639px) {
  .left-2_max-sm {
    left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .left-2_sm-md {
    left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .left-2_sm-lg {
    left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .left-2_sm-xl {
    left: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .left-2_sm-2xl {
    left: 8px !important;
  }
}
@media (min-width: 768px) {
  .left-2_md {
    left: 8px !important;
  }
}
@media (max-width: 767px) {
  .left-2_max-md {
    left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-2_md-lg {
    left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .left-2_md-xl {
    left: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .left-2_md-2xl {
    left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .left-2_lg {
    left: 8px !important;
  }
}
@media (max-width: 1023px) {
  .left-2_max-lg {
    left: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .left-2_lg-xl {
    left: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .left-2_lg-2xl {
    left: 8px !important;
  }
}
@media (min-width: 1280px) {
  .left-2_xl {
    left: 8px !important;
  }
}
@media (max-width: 1279px) {
  .left-2_max-xl {
    left: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .left-2_xl-2xl {
    left: 8px !important;
  }
}
@media (min-width: 1536px) {
  .left-2_2xl {
    left: 8px !important;
  }
}
@media (max-width: 1535px) {
  .left-2_max-2xl {
    left: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .left-2_2xl-2xl {
    left: 8px !important;
  }
}

.left-3 {
  left: 12px !important;
}
@media (min-width: 640px) {
  .left-3_sm {
    left: 12px !important;
  }
}
@media (max-width: 639px) {
  .left-3_max-sm {
    left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .left-3_sm-md {
    left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .left-3_sm-lg {
    left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .left-3_sm-xl {
    left: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .left-3_sm-2xl {
    left: 12px !important;
  }
}
@media (min-width: 768px) {
  .left-3_md {
    left: 12px !important;
  }
}
@media (max-width: 767px) {
  .left-3_max-md {
    left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-3_md-lg {
    left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .left-3_md-xl {
    left: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .left-3_md-2xl {
    left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .left-3_lg {
    left: 12px !important;
  }
}
@media (max-width: 1023px) {
  .left-3_max-lg {
    left: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .left-3_lg-xl {
    left: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .left-3_lg-2xl {
    left: 12px !important;
  }
}
@media (min-width: 1280px) {
  .left-3_xl {
    left: 12px !important;
  }
}
@media (max-width: 1279px) {
  .left-3_max-xl {
    left: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .left-3_xl-2xl {
    left: 12px !important;
  }
}
@media (min-width: 1536px) {
  .left-3_2xl {
    left: 12px !important;
  }
}
@media (max-width: 1535px) {
  .left-3_max-2xl {
    left: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .left-3_2xl-2xl {
    left: 12px !important;
  }
}

.right-auto {
  right: auto !important;
}
@media (min-width: 640px) {
  .right-auto_sm {
    right: auto !important;
  }
}
@media (max-width: 639px) {
  .right-auto_max-sm {
    right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .right-auto_sm-md {
    right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .right-auto_sm-lg {
    right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .right-auto_sm-xl {
    right: auto !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .right-auto_sm-2xl {
    right: auto !important;
  }
}
@media (min-width: 768px) {
  .right-auto_md {
    right: auto !important;
  }
}
@media (max-width: 767px) {
  .right-auto_max-md {
    right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-auto_md-lg {
    right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .right-auto_md-xl {
    right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .right-auto_md-2xl {
    right: auto !important;
  }
}
@media (min-width: 1024px) {
  .right-auto_lg {
    right: auto !important;
  }
}
@media (max-width: 1023px) {
  .right-auto_max-lg {
    right: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .right-auto_lg-xl {
    right: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .right-auto_lg-2xl {
    right: auto !important;
  }
}
@media (min-width: 1280px) {
  .right-auto_xl {
    right: auto !important;
  }
}
@media (max-width: 1279px) {
  .right-auto_max-xl {
    right: auto !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .right-auto_xl-2xl {
    right: auto !important;
  }
}
@media (min-width: 1536px) {
  .right-auto_2xl {
    right: auto !important;
  }
}
@media (max-width: 1535px) {
  .right-auto_max-2xl {
    right: auto !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .right-auto_2xl-2xl {
    right: auto !important;
  }
}

.right-0 {
  right: 0 !important;
}
@media (min-width: 640px) {
  .right-0_sm {
    right: 0 !important;
  }
}
@media (max-width: 639px) {
  .right-0_max-sm {
    right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .right-0_sm-md {
    right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .right-0_sm-lg {
    right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .right-0_sm-xl {
    right: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .right-0_sm-2xl {
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .right-0_md {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .right-0_max-md {
    right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-0_md-lg {
    right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .right-0_md-xl {
    right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .right-0_md-2xl {
    right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .right-0_lg {
    right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .right-0_max-lg {
    right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .right-0_lg-xl {
    right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .right-0_lg-2xl {
    right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .right-0_xl {
    right: 0 !important;
  }
}
@media (max-width: 1279px) {
  .right-0_max-xl {
    right: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .right-0_xl-2xl {
    right: 0 !important;
  }
}
@media (min-width: 1536px) {
  .right-0_2xl {
    right: 0 !important;
  }
}
@media (max-width: 1535px) {
  .right-0_max-2xl {
    right: 0 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .right-0_2xl-2xl {
    right: 0 !important;
  }
}

.right-1 {
  right: 4px !important;
}
@media (min-width: 640px) {
  .right-1_sm {
    right: 4px !important;
  }
}
@media (max-width: 639px) {
  .right-1_max-sm {
    right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .right-1_sm-md {
    right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .right-1_sm-lg {
    right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .right-1_sm-xl {
    right: 4px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .right-1_sm-2xl {
    right: 4px !important;
  }
}
@media (min-width: 768px) {
  .right-1_md {
    right: 4px !important;
  }
}
@media (max-width: 767px) {
  .right-1_max-md {
    right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-1_md-lg {
    right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .right-1_md-xl {
    right: 4px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .right-1_md-2xl {
    right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .right-1_lg {
    right: 4px !important;
  }
}
@media (max-width: 1023px) {
  .right-1_max-lg {
    right: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .right-1_lg-xl {
    right: 4px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .right-1_lg-2xl {
    right: 4px !important;
  }
}
@media (min-width: 1280px) {
  .right-1_xl {
    right: 4px !important;
  }
}
@media (max-width: 1279px) {
  .right-1_max-xl {
    right: 4px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .right-1_xl-2xl {
    right: 4px !important;
  }
}
@media (min-width: 1536px) {
  .right-1_2xl {
    right: 4px !important;
  }
}
@media (max-width: 1535px) {
  .right-1_max-2xl {
    right: 4px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .right-1_2xl-2xl {
    right: 4px !important;
  }
}

.right-2 {
  right: 8px !important;
}
@media (min-width: 640px) {
  .right-2_sm {
    right: 8px !important;
  }
}
@media (max-width: 639px) {
  .right-2_max-sm {
    right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .right-2_sm-md {
    right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .right-2_sm-lg {
    right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .right-2_sm-xl {
    right: 8px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .right-2_sm-2xl {
    right: 8px !important;
  }
}
@media (min-width: 768px) {
  .right-2_md {
    right: 8px !important;
  }
}
@media (max-width: 767px) {
  .right-2_max-md {
    right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-2_md-lg {
    right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .right-2_md-xl {
    right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .right-2_md-2xl {
    right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .right-2_lg {
    right: 8px !important;
  }
}
@media (max-width: 1023px) {
  .right-2_max-lg {
    right: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .right-2_lg-xl {
    right: 8px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .right-2_lg-2xl {
    right: 8px !important;
  }
}
@media (min-width: 1280px) {
  .right-2_xl {
    right: 8px !important;
  }
}
@media (max-width: 1279px) {
  .right-2_max-xl {
    right: 8px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .right-2_xl-2xl {
    right: 8px !important;
  }
}
@media (min-width: 1536px) {
  .right-2_2xl {
    right: 8px !important;
  }
}
@media (max-width: 1535px) {
  .right-2_max-2xl {
    right: 8px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .right-2_2xl-2xl {
    right: 8px !important;
  }
}

.right-3 {
  right: 12px !important;
}
@media (min-width: 640px) {
  .right-3_sm {
    right: 12px !important;
  }
}
@media (max-width: 639px) {
  .right-3_max-sm {
    right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .right-3_sm-md {
    right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .right-3_sm-lg {
    right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .right-3_sm-xl {
    right: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .right-3_sm-2xl {
    right: 12px !important;
  }
}
@media (min-width: 768px) {
  .right-3_md {
    right: 12px !important;
  }
}
@media (max-width: 767px) {
  .right-3_max-md {
    right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-3_md-lg {
    right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .right-3_md-xl {
    right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .right-3_md-2xl {
    right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .right-3_lg {
    right: 12px !important;
  }
}
@media (max-width: 1023px) {
  .right-3_max-lg {
    right: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .right-3_lg-xl {
    right: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .right-3_lg-2xl {
    right: 12px !important;
  }
}
@media (min-width: 1280px) {
  .right-3_xl {
    right: 12px !important;
  }
}
@media (max-width: 1279px) {
  .right-3_max-xl {
    right: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .right-3_xl-2xl {
    right: 12px !important;
  }
}
@media (min-width: 1536px) {
  .right-3_2xl {
    right: 12px !important;
  }
}
@media (max-width: 1535px) {
  .right-3_max-2xl {
    right: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .right-3_2xl-2xl {
    right: 12px !important;
  }
}

.top-center {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (min-width: 640px) {
  .top-center_sm {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 639px) {
  .top-center_max-sm {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .top-center_sm-md {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .top-center_sm-lg {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .top-center_sm-xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .top-center_sm-2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) {
  .top-center_md {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 767px) {
  .top-center_max-md {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-center_md-lg {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-center_md-xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .top-center_md-2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1024px) {
  .top-center_lg {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 1023px) {
  .top-center_max-lg {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .top-center_lg-xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .top-center_lg-2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1280px) {
  .top-center_xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 1279px) {
  .top-center_max-xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .top-center_xl-2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1536px) {
  .top-center_2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 1535px) {
  .top-center_max-2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .top-center_2xl-2xl {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  animation: loading 2s linear infinite;
}

.img-full {
  width: 100%;
  display: block;
}

.grid-column-2 {
  grid-column: span 2/span 2 !important;
}
@media (min-width: 640px) {
  .grid-column-2_sm {
    grid-column: span 2/span 2 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-2_max-sm {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-2_sm-md {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-2_sm-lg {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-2_sm-xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-2_sm-2xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-2_md {
    grid-column: span 2/span 2 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-2_max-md {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-2_md-lg {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-2_md-xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-2_md-2xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-2_lg {
    grid-column: span 2/span 2 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-2_max-lg {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-2_lg-xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-2_lg-2xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-2_xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-2_max-xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-2_xl-2xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-2_2xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-2_max-2xl {
    grid-column: span 2/span 2 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-2_2xl-2xl {
    grid-column: span 2/span 2 !important;
  }
}

.grid-column-3 {
  grid-column: span 3/span 3 !important;
}
@media (min-width: 640px) {
  .grid-column-3_sm {
    grid-column: span 3/span 3 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-3_max-sm {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-3_sm-md {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-3_sm-lg {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-3_sm-xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-3_sm-2xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-3_md {
    grid-column: span 3/span 3 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-3_max-md {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-3_md-lg {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-3_md-xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-3_md-2xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-3_lg {
    grid-column: span 3/span 3 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-3_max-lg {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-3_lg-xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-3_lg-2xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-3_xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-3_max-xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-3_xl-2xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-3_2xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-3_max-2xl {
    grid-column: span 3/span 3 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-3_2xl-2xl {
    grid-column: span 3/span 3 !important;
  }
}

.grid-column-4 {
  grid-column: span 4/span 4 !important;
}
@media (min-width: 640px) {
  .grid-column-4_sm {
    grid-column: span 4/span 4 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-4_max-sm {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-4_sm-md {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-4_sm-lg {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-4_sm-xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-4_sm-2xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-4_md {
    grid-column: span 4/span 4 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-4_max-md {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-4_md-lg {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-4_md-xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-4_md-2xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-4_lg {
    grid-column: span 4/span 4 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-4_max-lg {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-4_lg-xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-4_lg-2xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-4_xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-4_max-xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-4_xl-2xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-4_2xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-4_max-2xl {
    grid-column: span 4/span 4 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-4_2xl-2xl {
    grid-column: span 4/span 4 !important;
  }
}

.grid-column-5 {
  grid-column: span 5/span 5 !important;
}
@media (min-width: 640px) {
  .grid-column-5_sm {
    grid-column: span 5/span 5 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-5_max-sm {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-5_sm-md {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-5_sm-lg {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-5_sm-xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-5_sm-2xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-5_md {
    grid-column: span 5/span 5 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-5_max-md {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-5_md-lg {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-5_md-xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-5_md-2xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-5_lg {
    grid-column: span 5/span 5 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-5_max-lg {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-5_lg-xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-5_lg-2xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-5_xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-5_max-xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-5_xl-2xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-5_2xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-5_max-2xl {
    grid-column: span 5/span 5 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-5_2xl-2xl {
    grid-column: span 5/span 5 !important;
  }
}

.grid-column-6 {
  grid-column: span 6/span 6 !important;
}
@media (min-width: 640px) {
  .grid-column-6_sm {
    grid-column: span 6/span 6 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-6_max-sm {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-6_sm-md {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-6_sm-lg {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-6_sm-xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-6_sm-2xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-6_md {
    grid-column: span 6/span 6 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-6_max-md {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-6_md-lg {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-6_md-xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-6_md-2xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-6_lg {
    grid-column: span 6/span 6 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-6_max-lg {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-6_lg-xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-6_lg-2xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-6_xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-6_max-xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-6_xl-2xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-6_2xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-6_max-2xl {
    grid-column: span 6/span 6 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-6_2xl-2xl {
    grid-column: span 6/span 6 !important;
  }
}

.grid-column-7 {
  grid-column: span 7/span 7 !important;
}
@media (min-width: 640px) {
  .grid-column-7_sm {
    grid-column: span 7/span 7 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-7_max-sm {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-7_sm-md {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-7_sm-lg {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-7_sm-xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-7_sm-2xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-7_md {
    grid-column: span 7/span 7 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-7_max-md {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-7_md-lg {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-7_md-xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-7_md-2xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-7_lg {
    grid-column: span 7/span 7 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-7_max-lg {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-7_lg-xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-7_lg-2xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-7_xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-7_max-xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-7_xl-2xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-7_2xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-7_max-2xl {
    grid-column: span 7/span 7 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-7_2xl-2xl {
    grid-column: span 7/span 7 !important;
  }
}

.grid-column-8 {
  grid-column: span 8/span 8 !important;
}
@media (min-width: 640px) {
  .grid-column-8_sm {
    grid-column: span 8/span 8 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-8_max-sm {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-8_sm-md {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-8_sm-lg {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-8_sm-xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-8_sm-2xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-8_md {
    grid-column: span 8/span 8 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-8_max-md {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-8_md-lg {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-8_md-xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-8_md-2xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-8_lg {
    grid-column: span 8/span 8 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-8_max-lg {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-8_lg-xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-8_lg-2xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-8_xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-8_max-xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-8_xl-2xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-8_2xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-8_max-2xl {
    grid-column: span 8/span 8 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-8_2xl-2xl {
    grid-column: span 8/span 8 !important;
  }
}

.grid-column-9 {
  grid-column: span 9/span 9 !important;
}
@media (min-width: 640px) {
  .grid-column-9_sm {
    grid-column: span 9/span 9 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-9_max-sm {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-9_sm-md {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-9_sm-lg {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-9_sm-xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-9_sm-2xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-9_md {
    grid-column: span 9/span 9 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-9_max-md {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-9_md-lg {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-9_md-xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-9_md-2xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-9_lg {
    grid-column: span 9/span 9 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-9_max-lg {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-9_lg-xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-9_lg-2xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-9_xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-9_max-xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-9_xl-2xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-9_2xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-9_max-2xl {
    grid-column: span 9/span 9 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-9_2xl-2xl {
    grid-column: span 9/span 9 !important;
  }
}

.grid-column-10 {
  grid-column: span 10/span 10 !important;
}
@media (min-width: 640px) {
  .grid-column-10_sm {
    grid-column: span 10/span 10 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-10_max-sm {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-10_sm-md {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-10_sm-lg {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-10_sm-xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-10_sm-2xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-10_md {
    grid-column: span 10/span 10 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-10_max-md {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-10_md-lg {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-10_md-xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-10_md-2xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-10_lg {
    grid-column: span 10/span 10 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-10_max-lg {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-10_lg-xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-10_lg-2xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-10_xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-10_max-xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-10_xl-2xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-10_2xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-10_max-2xl {
    grid-column: span 10/span 10 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-10_2xl-2xl {
    grid-column: span 10/span 10 !important;
  }
}

.grid-column-11 {
  grid-column: span 11/span 11 !important;
}
@media (min-width: 640px) {
  .grid-column-11_sm {
    grid-column: span 11/span 11 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-11_max-sm {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-11_sm-md {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-11_sm-lg {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-11_sm-xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-11_sm-2xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-11_md {
    grid-column: span 11/span 11 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-11_max-md {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-11_md-lg {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-11_md-xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-11_md-2xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-11_lg {
    grid-column: span 11/span 11 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-11_max-lg {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-11_lg-xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-11_lg-2xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-11_xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-11_max-xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-11_xl-2xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-11_2xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-11_max-2xl {
    grid-column: span 11/span 11 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-11_2xl-2xl {
    grid-column: span 11/span 11 !important;
  }
}

.grid-column-12 {
  grid-column: span 12/span 12 !important;
}
@media (min-width: 640px) {
  .grid-column-12_sm {
    grid-column: span 12/span 12 !important;
  }
}
@media (max-width: 639px) {
  .grid-column-12_max-sm {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-column-12_sm-md {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-column-12_sm-lg {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-column-12_sm-xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-column-12_sm-2xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 768px) {
  .grid-column-12_md {
    grid-column: span 12/span 12 !important;
  }
}
@media (max-width: 767px) {
  .grid-column-12_max-md {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-column-12_md-lg {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-column-12_md-xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-column-12_md-2xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1024px) {
  .grid-column-12_lg {
    grid-column: span 12/span 12 !important;
  }
}
@media (max-width: 1023px) {
  .grid-column-12_max-lg {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-column-12_lg-xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-column-12_lg-2xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1280px) {
  .grid-column-12_xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (max-width: 1279px) {
  .grid-column-12_max-xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-column-12_xl-2xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1536px) {
  .grid-column-12_2xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (max-width: 1535px) {
  .grid-column-12_max-2xl {
    grid-column: span 12/span 12 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-column-12_2xl-2xl {
    grid-column: span 12/span 12 !important;
  }
}

.grid-cols-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .grid-cols-1_sm {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  .grid-cols-1_max-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-cols-1_sm-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-1_sm-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-cols-1_sm-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-cols-1_sm-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-1_md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .grid-cols-1_max-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-1_md-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-cols-1_md-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-cols-1_md-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .grid-cols-1_lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1023px) {
  .grid-cols-1_max-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-cols-1_lg-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-cols-1_lg-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .grid-cols-1_xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1279px) {
  .grid-cols-1_max-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-cols-1_xl-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) {
  .grid-cols-1_2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1535px) {
  .grid-cols-1_max-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-cols-1_2xl-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .grid-cols-2_sm {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  .grid-cols-2_max-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-cols-2_sm-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-2_sm-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-cols-2_sm-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-cols-2_sm-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-2_md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .grid-cols-2_max-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-2_md-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-cols-2_md-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-cols-2_md-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .grid-cols-2_lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1023px) {
  .grid-cols-2_max-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-cols-2_lg-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-cols-2_lg-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .grid-cols-2_xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1279px) {
  .grid-cols-2_max-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-cols-2_xl-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) {
  .grid-cols-2_2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1535px) {
  .grid-cols-2_max-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-cols-2_2xl-2xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .grid-cols-3_sm {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  .grid-cols-3_max-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-cols-3_sm-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-3_sm-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-cols-3_sm-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-cols-3_sm-2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-3_md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .grid-cols-3_max-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-3_md-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-cols-3_md-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-cols-3_md-2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .grid-cols-3_lg {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1023px) {
  .grid-cols-3_max-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-cols-3_lg-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-cols-3_lg-2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .grid-cols-3_xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1279px) {
  .grid-cols-3_max-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-cols-3_xl-2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) {
  .grid-cols-3_2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1535px) {
  .grid-cols-3_max-2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-cols-3_2xl-2xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .grid-cols-4_sm {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  .grid-cols-4_max-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-cols-4_sm-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-4_sm-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-cols-4_sm-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-cols-4_sm-2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-4_md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .grid-cols-4_max-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-4_md-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-cols-4_md-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-cols-4_md-2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .grid-cols-4_lg {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1023px) {
  .grid-cols-4_max-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-cols-4_lg-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-cols-4_lg-2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .grid-cols-4_xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1279px) {
  .grid-cols-4_max-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-cols-4_xl-2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) {
  .grid-cols-4_2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1535px) {
  .grid-cols-4_max-2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-cols-4_2xl-2xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .grid-cols-5_sm {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  .grid-cols-5_max-sm {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-cols-5_sm-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-5_sm-lg {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-cols-5_sm-xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-cols-5_sm-2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-5_md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .grid-cols-5_max-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-5_md-lg {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-cols-5_md-xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-cols-5_md-2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .grid-cols-5_lg {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1023px) {
  .grid-cols-5_max-lg {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-cols-5_lg-xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-cols-5_lg-2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .grid-cols-5_xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1279px) {
  .grid-cols-5_max-xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-cols-5_xl-2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) {
  .grid-cols-5_2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1535px) {
  .grid-cols-5_max-2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-cols-5_2xl-2xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
@media (min-width: 640px) {
  .grid-cols-12_sm {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 639px) {
  .grid-cols-12_max-sm {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .grid-cols-12_sm-md {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-12_sm-lg {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .grid-cols-12_sm-xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .grid-cols-12_sm-2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-12_md {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .grid-cols-12_max-md {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-12_md-lg {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid-cols-12_md-xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .grid-cols-12_md-2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .grid-cols-12_lg {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1023px) {
  .grid-cols-12_max-lg {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-cols-12_lg-xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .grid-cols-12_lg-2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .grid-cols-12_xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1279px) {
  .grid-cols-12_max-xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .grid-cols-12_xl-2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) {
  .grid-cols-12_2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1535px) {
  .grid-cols-12_max-2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .grid-cols-12_2xl-2xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}

.text-start {
  text-align: left !important;
}
@media (min-width: 640px) {
  .text-start_sm {
    text-align: left !important;
  }
}
@media (max-width: 639px) {
  .text-start_max-sm {
    text-align: left !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-start_sm-md {
    text-align: left !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-start_sm-lg {
    text-align: left !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-start_sm-xl {
    text-align: left !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-start_sm-2xl {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-start_md {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .text-start_max-md {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-start_md-lg {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-start_md-xl {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-start_md-2xl {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .text-start_lg {
    text-align: left !important;
  }
}
@media (max-width: 1023px) {
  .text-start_max-lg {
    text-align: left !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-start_lg-xl {
    text-align: left !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-start_lg-2xl {
    text-align: left !important;
  }
}
@media (min-width: 1280px) {
  .text-start_xl {
    text-align: left !important;
  }
}
@media (max-width: 1279px) {
  .text-start_max-xl {
    text-align: left !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-start_xl-2xl {
    text-align: left !important;
  }
}
@media (min-width: 1536px) {
  .text-start_2xl {
    text-align: left !important;
  }
}
@media (max-width: 1535px) {
  .text-start_max-2xl {
    text-align: left !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-start_2xl-2xl {
    text-align: left !important;
  }
}

.text-center {
  text-align: center !important;
}
@media (min-width: 640px) {
  .text-center_sm {
    text-align: center !important;
  }
}
@media (max-width: 639px) {
  .text-center_max-sm {
    text-align: center !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-center_sm-md {
    text-align: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-center_sm-lg {
    text-align: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-center_sm-xl {
    text-align: center !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-center_sm-2xl {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-center_md {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .text-center_max-md {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-center_md-lg {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-center_md-xl {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-center_md-2xl {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-center_lg {
    text-align: center !important;
  }
}
@media (max-width: 1023px) {
  .text-center_max-lg {
    text-align: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-center_lg-xl {
    text-align: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-center_lg-2xl {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-center_xl {
    text-align: center !important;
  }
}
@media (max-width: 1279px) {
  .text-center_max-xl {
    text-align: center !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-center_xl-2xl {
    text-align: center !important;
  }
}
@media (min-width: 1536px) {
  .text-center_2xl {
    text-align: center !important;
  }
}
@media (max-width: 1535px) {
  .text-center_max-2xl {
    text-align: center !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-center_2xl-2xl {
    text-align: center !important;
  }
}

.text-end {
  text-align: right !important;
}
@media (min-width: 640px) {
  .text-end_sm {
    text-align: right !important;
  }
}
@media (max-width: 639px) {
  .text-end_max-sm {
    text-align: right !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-end_sm-md {
    text-align: right !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-end_sm-lg {
    text-align: right !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-end_sm-xl {
    text-align: right !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-end_sm-2xl {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-end_md {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .text-end_max-md {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-end_md-lg {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-end_md-xl {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-end_md-2xl {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .text-end_lg {
    text-align: right !important;
  }
}
@media (max-width: 1023px) {
  .text-end_max-lg {
    text-align: right !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-end_lg-xl {
    text-align: right !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-end_lg-2xl {
    text-align: right !important;
  }
}
@media (min-width: 1280px) {
  .text-end_xl {
    text-align: right !important;
  }
}
@media (max-width: 1279px) {
  .text-end_max-xl {
    text-align: right !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-end_xl-2xl {
    text-align: right !important;
  }
}
@media (min-width: 1536px) {
  .text-end_2xl {
    text-align: right !important;
  }
}
@media (max-width: 1535px) {
  .text-end_max-2xl {
    text-align: right !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-end_2xl-2xl {
    text-align: right !important;
  }
}

.text-inherit {
  color: inherit !important;
}

.text-pink {
  color: var(--pink) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-gray-3 {
  color: var(--gray-3) !important;
}

.text-xs {
  font-size: 12px !important;
}
@media (min-width: 640px) {
  .text-xs_sm {
    font-size: 12px !important;
  }
}
@media (max-width: 639px) {
  .text-xs_max-sm {
    font-size: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-xs_sm-md {
    font-size: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-xs_sm-lg {
    font-size: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-xs_sm-xl {
    font-size: 12px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-xs_sm-2xl {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .text-xs_md {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .text-xs_max-md {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-xs_md-lg {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-xs_md-xl {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-xs_md-2xl {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) {
  .text-xs_lg {
    font-size: 12px !important;
  }
}
@media (max-width: 1023px) {
  .text-xs_max-lg {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-xs_lg-xl {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-xs_lg-2xl {
    font-size: 12px !important;
  }
}
@media (min-width: 1280px) {
  .text-xs_xl {
    font-size: 12px !important;
  }
}
@media (max-width: 1279px) {
  .text-xs_max-xl {
    font-size: 12px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-xs_xl-2xl {
    font-size: 12px !important;
  }
}
@media (min-width: 1536px) {
  .text-xs_2xl {
    font-size: 12px !important;
  }
}
@media (max-width: 1535px) {
  .text-xs_max-2xl {
    font-size: 12px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-xs_2xl-2xl {
    font-size: 12px !important;
  }
}

.text-sm {
  font-size: 14px !important;
}
@media (min-width: 640px) {
  .text-sm_sm {
    font-size: 14px !important;
  }
}
@media (max-width: 639px) {
  .text-sm_max-sm {
    font-size: 14px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-sm_sm-md {
    font-size: 14px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-sm_sm-lg {
    font-size: 14px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-sm_sm-xl {
    font-size: 14px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-sm_sm-2xl {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .text-sm_md {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .text-sm_max-md {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-sm_md-lg {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-sm_md-xl {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-sm_md-2xl {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) {
  .text-sm_lg {
    font-size: 14px !important;
  }
}
@media (max-width: 1023px) {
  .text-sm_max-lg {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-sm_lg-xl {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-sm_lg-2xl {
    font-size: 14px !important;
  }
}
@media (min-width: 1280px) {
  .text-sm_xl {
    font-size: 14px !important;
  }
}
@media (max-width: 1279px) {
  .text-sm_max-xl {
    font-size: 14px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-sm_xl-2xl {
    font-size: 14px !important;
  }
}
@media (min-width: 1536px) {
  .text-sm_2xl {
    font-size: 14px !important;
  }
}
@media (max-width: 1535px) {
  .text-sm_max-2xl {
    font-size: 14px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-sm_2xl-2xl {
    font-size: 14px !important;
  }
}

.text-px-15 {
  font-size: 15px !important;
}
@media (min-width: 640px) {
  .text-px-15_sm {
    font-size: 15px !important;
  }
}
@media (max-width: 639px) {
  .text-px-15_max-sm {
    font-size: 15px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-px-15_sm-md {
    font-size: 15px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-px-15_sm-lg {
    font-size: 15px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-px-15_sm-xl {
    font-size: 15px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-px-15_sm-2xl {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .text-px-15_md {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .text-px-15_max-md {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-px-15_md-lg {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-px-15_md-xl {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-px-15_md-2xl {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) {
  .text-px-15_lg {
    font-size: 15px !important;
  }
}
@media (max-width: 1023px) {
  .text-px-15_max-lg {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-px-15_lg-xl {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-px-15_lg-2xl {
    font-size: 15px !important;
  }
}
@media (min-width: 1280px) {
  .text-px-15_xl {
    font-size: 15px !important;
  }
}
@media (max-width: 1279px) {
  .text-px-15_max-xl {
    font-size: 15px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-px-15_xl-2xl {
    font-size: 15px !important;
  }
}
@media (min-width: 1536px) {
  .text-px-15_2xl {
    font-size: 15px !important;
  }
}
@media (max-width: 1535px) {
  .text-px-15_max-2xl {
    font-size: 15px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-px-15_2xl-2xl {
    font-size: 15px !important;
  }
}

.text-base {
  font-size: 16px !important;
}
@media (min-width: 640px) {
  .text-base_sm {
    font-size: 16px !important;
  }
}
@media (max-width: 639px) {
  .text-base_max-sm {
    font-size: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-base_sm-md {
    font-size: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-base_sm-lg {
    font-size: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-base_sm-xl {
    font-size: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-base_sm-2xl {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .text-base_md {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .text-base_max-md {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-base_md-lg {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-base_md-xl {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-base_md-2xl {
    font-size: 16px !important;
  }
}
@media (min-width: 1024px) {
  .text-base_lg {
    font-size: 16px !important;
  }
}
@media (max-width: 1023px) {
  .text-base_max-lg {
    font-size: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-base_lg-xl {
    font-size: 16px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-base_lg-2xl {
    font-size: 16px !important;
  }
}
@media (min-width: 1280px) {
  .text-base_xl {
    font-size: 16px !important;
  }
}
@media (max-width: 1279px) {
  .text-base_max-xl {
    font-size: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-base_xl-2xl {
    font-size: 16px !important;
  }
}
@media (min-width: 1536px) {
  .text-base_2xl {
    font-size: 16px !important;
  }
}
@media (max-width: 1535px) {
  .text-base_max-2xl {
    font-size: 16px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-base_2xl-2xl {
    font-size: 16px !important;
  }
}

.text-lg {
  font-size: 18px !important;
}
@media (min-width: 640px) {
  .text-lg_sm {
    font-size: 18px !important;
  }
}
@media (max-width: 639px) {
  .text-lg_max-sm {
    font-size: 18px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-lg_sm-md {
    font-size: 18px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-lg_sm-lg {
    font-size: 18px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-lg_sm-xl {
    font-size: 18px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-lg_sm-2xl {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .text-lg_md {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .text-lg_max-md {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-lg_md-lg {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-lg_md-xl {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-lg_md-2xl {
    font-size: 18px !important;
  }
}
@media (min-width: 1024px) {
  .text-lg_lg {
    font-size: 18px !important;
  }
}
@media (max-width: 1023px) {
  .text-lg_max-lg {
    font-size: 18px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-lg_lg-xl {
    font-size: 18px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-lg_lg-2xl {
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) {
  .text-lg_xl {
    font-size: 18px !important;
  }
}
@media (max-width: 1279px) {
  .text-lg_max-xl {
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-lg_xl-2xl {
    font-size: 18px !important;
  }
}
@media (min-width: 1536px) {
  .text-lg_2xl {
    font-size: 18px !important;
  }
}
@media (max-width: 1535px) {
  .text-lg_max-2xl {
    font-size: 18px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-lg_2xl-2xl {
    font-size: 18px !important;
  }
}

.text-xl {
  font-size: 20px !important;
}
@media (min-width: 640px) {
  .text-xl_sm {
    font-size: 20px !important;
  }
}
@media (max-width: 639px) {
  .text-xl_max-sm {
    font-size: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-xl_sm-md {
    font-size: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-xl_sm-lg {
    font-size: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-xl_sm-xl {
    font-size: 20px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-xl_sm-2xl {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .text-xl_md {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .text-xl_max-md {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-xl_md-lg {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-xl_md-xl {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-xl_md-2xl {
    font-size: 20px !important;
  }
}
@media (min-width: 1024px) {
  .text-xl_lg {
    font-size: 20px !important;
  }
}
@media (max-width: 1023px) {
  .text-xl_max-lg {
    font-size: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-xl_lg-xl {
    font-size: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-xl_lg-2xl {
    font-size: 20px !important;
  }
}
@media (min-width: 1280px) {
  .text-xl_xl {
    font-size: 20px !important;
  }
}
@media (max-width: 1279px) {
  .text-xl_max-xl {
    font-size: 20px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-xl_xl-2xl {
    font-size: 20px !important;
  }
}
@media (min-width: 1536px) {
  .text-xl_2xl {
    font-size: 20px !important;
  }
}
@media (max-width: 1535px) {
  .text-xl_max-2xl {
    font-size: 20px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-xl_2xl-2xl {
    font-size: 20px !important;
  }
}

.text-2xl {
  font-size: 24px !important;
}
@media (min-width: 640px) {
  .text-2xl_sm {
    font-size: 24px !important;
  }
}
@media (max-width: 639px) {
  .text-2xl_max-sm {
    font-size: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-2xl_sm-md {
    font-size: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-2xl_sm-lg {
    font-size: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-2xl_sm-xl {
    font-size: 24px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-2xl_sm-2xl {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .text-2xl_md {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .text-2xl_max-md {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-2xl_md-lg {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-2xl_md-xl {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-2xl_md-2xl {
    font-size: 24px !important;
  }
}
@media (min-width: 1024px) {
  .text-2xl_lg {
    font-size: 24px !important;
  }
}
@media (max-width: 1023px) {
  .text-2xl_max-lg {
    font-size: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-2xl_lg-xl {
    font-size: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-2xl_lg-2xl {
    font-size: 24px !important;
  }
}
@media (min-width: 1280px) {
  .text-2xl_xl {
    font-size: 24px !important;
  }
}
@media (max-width: 1279px) {
  .text-2xl_max-xl {
    font-size: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-2xl_xl-2xl {
    font-size: 24px !important;
  }
}
@media (min-width: 1536px) {
  .text-2xl_2xl {
    font-size: 24px !important;
  }
}
@media (max-width: 1535px) {
  .text-2xl_max-2xl {
    font-size: 24px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-2xl_2xl-2xl {
    font-size: 24px !important;
  }
}

.text-3xl {
  font-size: 28px !important;
}
@media (min-width: 640px) {
  .text-3xl_sm {
    font-size: 28px !important;
  }
}
@media (max-width: 639px) {
  .text-3xl_max-sm {
    font-size: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-3xl_sm-md {
    font-size: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-3xl_sm-lg {
    font-size: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-3xl_sm-xl {
    font-size: 28px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-3xl_sm-2xl {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  .text-3xl_md {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .text-3xl_max-md {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-3xl_md-lg {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-3xl_md-xl {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-3xl_md-2xl {
    font-size: 28px !important;
  }
}
@media (min-width: 1024px) {
  .text-3xl_lg {
    font-size: 28px !important;
  }
}
@media (max-width: 1023px) {
  .text-3xl_max-lg {
    font-size: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-3xl_lg-xl {
    font-size: 28px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-3xl_lg-2xl {
    font-size: 28px !important;
  }
}
@media (min-width: 1280px) {
  .text-3xl_xl {
    font-size: 28px !important;
  }
}
@media (max-width: 1279px) {
  .text-3xl_max-xl {
    font-size: 28px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-3xl_xl-2xl {
    font-size: 28px !important;
  }
}
@media (min-width: 1536px) {
  .text-3xl_2xl {
    font-size: 28px !important;
  }
}
@media (max-width: 1535px) {
  .text-3xl_max-2xl {
    font-size: 28px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-3xl_2xl-2xl {
    font-size: 28px !important;
  }
}

.text-4xl {
  font-size: 32px !important;
}
@media (min-width: 640px) {
  .text-4xl_sm {
    font-size: 32px !important;
  }
}
@media (max-width: 639px) {
  .text-4xl_max-sm {
    font-size: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-4xl_sm-md {
    font-size: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-4xl_sm-lg {
    font-size: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-4xl_sm-xl {
    font-size: 32px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-4xl_sm-2xl {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .text-4xl_md {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .text-4xl_max-md {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-4xl_md-lg {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-4xl_md-xl {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-4xl_md-2xl {
    font-size: 32px !important;
  }
}
@media (min-width: 1024px) {
  .text-4xl_lg {
    font-size: 32px !important;
  }
}
@media (max-width: 1023px) {
  .text-4xl_max-lg {
    font-size: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-4xl_lg-xl {
    font-size: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-4xl_lg-2xl {
    font-size: 32px !important;
  }
}
@media (min-width: 1280px) {
  .text-4xl_xl {
    font-size: 32px !important;
  }
}
@media (max-width: 1279px) {
  .text-4xl_max-xl {
    font-size: 32px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-4xl_xl-2xl {
    font-size: 32px !important;
  }
}
@media (min-width: 1536px) {
  .text-4xl_2xl {
    font-size: 32px !important;
  }
}
@media (max-width: 1535px) {
  .text-4xl_max-2xl {
    font-size: 32px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-4xl_2xl-2xl {
    font-size: 32px !important;
  }
}

.text-5xl {
  font-size: 36px !important;
}
@media (min-width: 640px) {
  .text-5xl_sm {
    font-size: 36px !important;
  }
}
@media (max-width: 639px) {
  .text-5xl_max-sm {
    font-size: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .text-5xl_sm-md {
    font-size: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .text-5xl_sm-lg {
    font-size: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .text-5xl_sm-xl {
    font-size: 36px !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .text-5xl_sm-2xl {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .text-5xl_md {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .text-5xl_max-md {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-5xl_md-lg {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-5xl_md-xl {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .text-5xl_md-2xl {
    font-size: 36px !important;
  }
}
@media (min-width: 1024px) {
  .text-5xl_lg {
    font-size: 36px !important;
  }
}
@media (max-width: 1023px) {
  .text-5xl_max-lg {
    font-size: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .text-5xl_lg-xl {
    font-size: 36px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .text-5xl_lg-2xl {
    font-size: 36px !important;
  }
}
@media (min-width: 1280px) {
  .text-5xl_xl {
    font-size: 36px !important;
  }
}
@media (max-width: 1279px) {
  .text-5xl_max-xl {
    font-size: 36px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .text-5xl_xl-2xl {
    font-size: 36px !important;
  }
}
@media (min-width: 1536px) {
  .text-5xl_2xl {
    font-size: 36px !important;
  }
}
@media (max-width: 1535px) {
  .text-5xl_max-2xl {
    font-size: 36px !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .text-5xl_2xl-2xl {
    font-size: 36px !important;
  }
}

.font-normal {
  font-weight: 400 !important;
}
@media (min-width: 640px) {
  .font-normal_sm {
    font-weight: 400 !important;
  }
}
@media (max-width: 639px) {
  .font-normal_max-sm {
    font-weight: 400 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .font-normal_sm-md {
    font-weight: 400 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .font-normal_sm-lg {
    font-weight: 400 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .font-normal_sm-xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .font-normal_sm-2xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 768px) {
  .font-normal_md {
    font-weight: 400 !important;
  }
}
@media (max-width: 767px) {
  .font-normal_max-md {
    font-weight: 400 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .font-normal_md-lg {
    font-weight: 400 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .font-normal_md-xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .font-normal_md-2xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 1024px) {
  .font-normal_lg {
    font-weight: 400 !important;
  }
}
@media (max-width: 1023px) {
  .font-normal_max-lg {
    font-weight: 400 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .font-normal_lg-xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .font-normal_lg-2xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 1280px) {
  .font-normal_xl {
    font-weight: 400 !important;
  }
}
@media (max-width: 1279px) {
  .font-normal_max-xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .font-normal_xl-2xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 1536px) {
  .font-normal_2xl {
    font-weight: 400 !important;
  }
}
@media (max-width: 1535px) {
  .font-normal_max-2xl {
    font-weight: 400 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .font-normal_2xl-2xl {
    font-weight: 400 !important;
  }
}

.font-medium {
  font-weight: 500 !important;
}
@media (min-width: 640px) {
  .font-medium_sm {
    font-weight: 500 !important;
  }
}
@media (max-width: 639px) {
  .font-medium_max-sm {
    font-weight: 500 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .font-medium_sm-md {
    font-weight: 500 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .font-medium_sm-lg {
    font-weight: 500 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .font-medium_sm-xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .font-medium_sm-2xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 768px) {
  .font-medium_md {
    font-weight: 500 !important;
  }
}
@media (max-width: 767px) {
  .font-medium_max-md {
    font-weight: 500 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .font-medium_md-lg {
    font-weight: 500 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .font-medium_md-xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .font-medium_md-2xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 1024px) {
  .font-medium_lg {
    font-weight: 500 !important;
  }
}
@media (max-width: 1023px) {
  .font-medium_max-lg {
    font-weight: 500 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .font-medium_lg-xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .font-medium_lg-2xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 1280px) {
  .font-medium_xl {
    font-weight: 500 !important;
  }
}
@media (max-width: 1279px) {
  .font-medium_max-xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .font-medium_xl-2xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 1536px) {
  .font-medium_2xl {
    font-weight: 500 !important;
  }
}
@media (max-width: 1535px) {
  .font-medium_max-2xl {
    font-weight: 500 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .font-medium_2xl-2xl {
    font-weight: 500 !important;
  }
}

.font-semibold {
  font-weight: 600 !important;
}
@media (min-width: 640px) {
  .font-semibold_sm {
    font-weight: 600 !important;
  }
}
@media (max-width: 639px) {
  .font-semibold_max-sm {
    font-weight: 600 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .font-semibold_sm-md {
    font-weight: 600 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .font-semibold_sm-lg {
    font-weight: 600 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .font-semibold_sm-xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .font-semibold_sm-2xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 768px) {
  .font-semibold_md {
    font-weight: 600 !important;
  }
}
@media (max-width: 767px) {
  .font-semibold_max-md {
    font-weight: 600 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .font-semibold_md-lg {
    font-weight: 600 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .font-semibold_md-xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .font-semibold_md-2xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 1024px) {
  .font-semibold_lg {
    font-weight: 600 !important;
  }
}
@media (max-width: 1023px) {
  .font-semibold_max-lg {
    font-weight: 600 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .font-semibold_lg-xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .font-semibold_lg-2xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 1280px) {
  .font-semibold_xl {
    font-weight: 600 !important;
  }
}
@media (max-width: 1279px) {
  .font-semibold_max-xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .font-semibold_xl-2xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 1536px) {
  .font-semibold_2xl {
    font-weight: 600 !important;
  }
}
@media (max-width: 1535px) {
  .font-semibold_max-2xl {
    font-weight: 600 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .font-semibold_2xl-2xl {
    font-weight: 600 !important;
  }
}

.font-bold {
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  .font-bold_sm {
    font-weight: 700 !important;
  }
}
@media (max-width: 639px) {
  .font-bold_max-sm {
    font-weight: 700 !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .font-bold_sm-md {
    font-weight: 700 !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .font-bold_sm-lg {
    font-weight: 700 !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .font-bold_sm-xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .font-bold_sm-2xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 768px) {
  .font-bold_md {
    font-weight: 700 !important;
  }
}
@media (max-width: 767px) {
  .font-bold_max-md {
    font-weight: 700 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .font-bold_md-lg {
    font-weight: 700 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .font-bold_md-xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .font-bold_md-2xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) {
  .font-bold_lg {
    font-weight: 700 !important;
  }
}
@media (max-width: 1023px) {
  .font-bold_max-lg {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .font-bold_lg-xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .font-bold_lg-2xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 1280px) {
  .font-bold_xl {
    font-weight: 700 !important;
  }
}
@media (max-width: 1279px) {
  .font-bold_max-xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .font-bold_xl-2xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 1536px) {
  .font-bold_2xl {
    font-weight: 700 !important;
  }
}
@media (max-width: 1535px) {
  .font-bold_max-2xl {
    font-weight: 700 !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .font-bold_2xl-2xl {
    font-weight: 700 !important;
  }
}

.text-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  text-align: right;
  text-decoration: none;
  transition: 0.3s color ease;
  color: #626d7c;
  padding: 0;
  margin: 0;
  outline: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.text-link_base {
  line-height: 1.5;
  font-size: 16px;
}
.text-link_inherit {
  font-size: inherit;
}
.text-link:hover {
  color: #00823e;
}
.text-link_success {
  color: #00823e;
}
.text-link_success:hover {
  color: #3d9c5c;
}
.text-link_secondary {
  color: #626d7c;
}
.text-link_secondary:hover {
  color: #000;
}
.text-link_danger {
  color: #a2abb8;
}
.text-link_danger:hover {
  color: #c32518;
}
.text-link_pink {
  color: #ff416d;
}
.text-link_pink:hover {
  color: #ff7494;
}
.text-link_darker-gray {
  color: #262626;
}
.text-link_darker-gray:hover {
  color: #7048bd;
}

.simple-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s color ease;
}
.simple-link:hover {
  text-decoration: underline;
}
.simple-link_no-underline {
  text-decoration: none !important;
}
.simple-link_success:hover {
  color: #00823E;
}
.simple-link_pink:hover {
  color: #ff416d;
}

.text-box {
  font-weight: 600;
  line-height: 1.43;
  color: #626d7c;
}

.text-block_dark-gray {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.53;
  color: #262626;
}
.text-block_page-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #525252;
}
.text-block_page-text h2 {
  margin: 24px 0 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.56;
  color: #262626;
}
.text-block_page-text ul {
  list-style: none;
  margin-block: 16px;
  padding: 0;
}
.text-block_page-text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.text-block_page-text ul li:before {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: currentColor;
  content: "";
  display: block;
}
.text-block p {
  margin-block: 16px;
}
.text-block > *:first-child {
  margin-top: 0;
}
.text-block > *:last-child {
  margin-bottom: 0;
}

.underline {
  text-decoration-line: underline !important;
}

.no-underline {
  text-decoration-line: none !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}
@media (min-width: 640px) {
  .whitespace-nowrap_sm {
    white-space: nowrap !important;
  }
}
@media (max-width: 639px) {
  .whitespace-nowrap_max-sm {
    white-space: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .whitespace-nowrap_sm-md {
    white-space: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .whitespace-nowrap_sm-lg {
    white-space: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .whitespace-nowrap_sm-xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 1535px) {
  .whitespace-nowrap_sm-2xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) {
  .whitespace-nowrap_md {
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .whitespace-nowrap_max-md {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .whitespace-nowrap_md-lg {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .whitespace-nowrap_md-xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1535px) {
  .whitespace-nowrap_md-2xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 1024px) {
  .whitespace-nowrap_lg {
    white-space: nowrap !important;
  }
}
@media (max-width: 1023px) {
  .whitespace-nowrap_max-lg {
    white-space: nowrap !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .whitespace-nowrap_lg-xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .whitespace-nowrap_lg-2xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 1280px) {
  .whitespace-nowrap_xl {
    white-space: nowrap !important;
  }
}
@media (max-width: 1279px) {
  .whitespace-nowrap_max-xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .whitespace-nowrap_xl-2xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 1536px) {
  .whitespace-nowrap_2xl {
    white-space: nowrap !important;
  }
}
@media (max-width: 1535px) {
  .whitespace-nowrap_max-2xl {
    white-space: nowrap !important;
  }
}
@media (min-width: 1536px) and (max-width: 1535px) {
  .whitespace-nowrap_2xl-2xl {
    white-space: nowrap !important;
  }
}

.circle-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--black-1);
  position: absolute;
  left: 0;
  right: 0;
  top: 36%;
  width: 40%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .circle-title {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .circle-title {
    line-height: 1.214;
    font-size: 56px;
    top: 36%;
  }
}

.section-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: var(--black-1);
}
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .section-title {
    line-height: 1.214;
    font-size: 56px;
  }
}

.caption-title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
}
@media (min-width: 1280px) {
  .caption-title {
    font-size: 20px;
    line-height: normal;
  }
}
.caption-title_line {
  position: relative;
  padding-left: 25px;
}
@media (min-width: 1280px) {
  .caption-title_line {
    padding-left: 60px;
  }
}
.caption-title_line:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  height: 1px;
  width: 21px;
  background: var(--black-2);
}
@media (min-width: 1280px) {
  .caption-title_line:before {
    width: 50px;
    top: 12px;
  }
}

.desc-box {
  font-size: 14px;
  line-height: 1.29;
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .desc-box {
    font-size: 16px;
    line-height: 1.37;
  }
}
.desc-box p {
  margin: 0 0 12px;
}
@media (min-width: 1280px) {
  .desc-box p {
    margin-bottom: 20px;
  }
}
.desc-box > *:first-child {
  margin-top: 0;
}
.desc-box > *:last-child {
  margin-bottom: 0;
}

.box-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--black-1);
}
@media (min-width: 768px) {
  .box-title {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .box-title {
    font-size: 28px;
  }
}

.content-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  color: var(--black-1);
}
@media (min-width: 768px) {
  .content-title {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .content-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: transparent;
  border: 0;
  background: transparent;
  height: 40px;
  border-radius: 26px;
  padding: 0 24px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s all ease;
  font-family: var(--font-helvetica);
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .btn {
    font-size: 16px;
    height: 50px;
    padding-top: 0px;
  }
}
.btn_sm {
  height: 32px;
  padding: 0 16px;
}
@media (min-width: 1280px) {
  .btn_sm {
    height: 42px;
    padding: 0 28px;
    padding-top: 5px;
  }
}
.btn_primary {
  background: var(--pink);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  border: 2px solid transparent;
}
.btn_primary:hover {
  background: #fff;
  border: 2px solid var(--pink);
  color: var(--pink);
}
.btn_success {
  background: #4BBDAC;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  border: 2px solid transparent;
}
.btn_success:hover {
  background:#fff;
  color: var(--Accent-Green-Default, #4BBDAC);
  border: 2px solid var(--Accent-Green-Default, #4BBDAC);
}
.btn_outline-dark {
  border: 2px solid var(--black-2);
  color: var(--black-2);
  background: var(--white);
  font-weight: 700;
  text-transform: uppercase;
}
.btn_outline-dark:hover {
  background: var(--black-2);
  color: var(--white);
}

.num-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1280px) {
  .num-list {
    gap: 20px;
  }
}
.num-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
.service-arrow .num-list__item:after {
  content: '';
  width: 15px;
  height: 78px;
  position: absolute;
  left: 9px;
  top: 25px;
  background: url('../img/arrdown.svg') no-repeat center;
}


.num-list__item:last-child:after {
  display: none;
}
@media (min-width: 1280px) {
  .num-list__item {
    gap: 10px;
  }
}
.num-list__num {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
}

.service-arrow .num-list__num {
  background: var(--pink);
}
.service-arrow .num-list__item:last-child .num-list__num {
  background: var(--green);
}
.pink-num {
  background: var(--pink);
}
@media (min-width: 1280px) {
  .num-list__num {
    font-size: 20px;
    line-height: 1.4;
    width: 32px;
    height: 32px;
  }
}
.num-list__text {
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  min-height: 24px;
  display: flex;
  align-items: center;
  color: var(--black-1);
  display: flex;
flex-direction: column;
margin-top: 7px;
align-items: flex-start;
}
.num-list__text h4 {
  margin: 0;
}
@media (min-width: 1280px) {
  .num-list__text {
    font-size: 16px;
    line-height: 1.25;
    min-height: 32px;
  }
}

.info-icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1280px) {
  .info-icon-list {
    gap: 12px;
  }
}
.info-icon-list__item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1280px) {
  .info-icon-list__item {
    gap: 10px;
  }
}
.info-icon-list__icon {
  width: 20px;
  height: 20px;
  color: var(--green);
}
@media (min-width: 1280px) {
  .info-icon-list__icon {
    width: 24px;
    height: 24px;
  }
}
.info-icon-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-icon-list__text {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: var(--black-1);
  font-family: var(--font-helvetica);
}
@media (min-width: 1280px) {
  .info-icon-list__text {
    min-height: 24px;
    font-size: 16px;
    line-height: 1.37;
  }
}

.field {
  width: 100%;
  position: relative;
}
.field__inner {
  position: relative;
}
.field__label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
  margin-bottom: 4px;
}
.field__label_disabled {
  pointer-events: none;
  color: #a2abb8;
}
.field__label_lg {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.33;
}
.field__input, .field__textarea {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0 12px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  outline: transparent;
  background: #fff;
  line-height: 1.5;
  border: 1px solid #c3c9d1;
  border-radius: 8px;
  transition: 0.3s all ease;
  height: 48px;
}
.field__input_md, .field__textarea_md {
  height: 44px;
}
.field__input_sm, .field__textarea_sm {
  padding: 0 8px;
  height: 40px;
}
.field__input:disabled, .field__textarea:disabled {
  background: #f7f8fb;
  pointer-events: none;
  border-color: #e2e5eb;
  color: #a2abb8;
}
.field__input_icon, .field__textarea_icon {
  padding-left: 40px;
}
.field__input::placeholder, .field__textarea::placeholder {
  opacity: 1;
  color: #a2abb8;
  font-weight: 500;
}
.field__input:focus, .field__textarea:focus {
  border-color: #a2abb8;
}
.field__input:focus + .field__icon, .field__textarea:focus + .field__icon {
  color: #a2abb8;
}
.field__input:not(:placeholder-shown) ~ .field__icon, .field__textarea:not(:placeholder-shown) ~ .field__icon {
  color: #000;
}
.field__input_theme-gray, .field__textarea_theme-gray {
  background: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 12px;
  padding-inline: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
}
.field__input_theme-gray::placeholder, .field__textarea_theme-gray::placeholder {
  color: #a1a1a1;
}
.field__input_theme-gray:focus, .field__textarea_theme-gray:focus {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.field__input_theme-gray:not(:placeholder-shown), .field__textarea_theme-gray:not(:placeholder-shown) {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.field__input_theme-outline-gray, .field__textarea_theme-outline-gray {
  background: #f8f8f8;
  border-color: #f8f8f8;
  border-radius: 12px;
  padding-inline: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
}
.field__input_theme-outline-gray::placeholder, .field__textarea_theme-outline-gray::placeholder {
  color: #a1a1a1;
}
.field__input_theme-outline-gray:focus, .field__textarea_theme-outline-gray:focus {
  border-color: #bebebe;
}
.field__input_theme-outline-gray:not(:placeholder-shown), .field__textarea_theme-outline-gray:not(:placeholder-shown) {
  background: #fff;
  border-color: #8f8f8f;
}
.field__input_theme-white, .field__textarea_theme-white {
  background: #fff;
  border-color: #fff;
  border-radius: 12px;
  padding-inline: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
}
.field__input_theme-white::placeholder, .field__textarea_theme-white::placeholder {
  color: #a1a1a1;
}
.field__input_theme-white:focus, .field__textarea_theme-white:focus {
  border-color: #dbdbdb;
}
.field__input_theme-white:not(:placeholder-shown), .field__textarea_theme-white:not(:placeholder-shown) {
  border-color: #dbdbdb;
}
.field__input_error, .field__textarea_error {
  border-width: 2px !important;
  border-color: #c32518 !important;
}
.field__textarea {
  height: 104px;
  padding-block: 6px;
}
.field__textarea_lg {
  height: 144px;
  padding-block: 9px;
}
.field__hint {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 4px;
}
.field__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: #c3c9d1;
  z-index: 10;
  transition: 0.3s color ease;
}

.checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox__input:checked + .checkbox__check {
  background: #3D9C5C;
  border-color: #3D9C5C;
}
.checkbox__input:checked + .checkbox__check_purple {
  background: #7048bd;
  border-color: #7048bd;
}
.checkbox__input:checked + .checkbox__check:before {
  opacity: 1;
  cursor: default;
}
.checkbox__check {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border: 1px solid #C3C9D1;
  background: #fff;
  transition: 0.3s all ease;
  border-radius: 4px;
}
.checkbox__check:before {
  position: absolute;
  display: block;
  content: "";
  background: url("/assets/img/icons/check-white.svg") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s opacity ease;
  cursor: pointer;
}

.select {
  max-width: 100%;
}
.select.dropdown-active .ts-control:after {
  transform: rotate(180deg);
}
.select .ts-control {
  padding: 0 36px 0 8px !important;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  border: 1px solid #c3c9d1;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-family);
}
.select .ts-control > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select .ts-control:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.3s all ease;
  background: url("/assets/img/icons/select-angle-down.svg") no-repeat center;
  background-size: contain;
}
.select .ts-control > input {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #a2abb8;
  background: #fff;
  pointer-events: none;
  min-width: 0 !important;
  font-family: var(--font-family) !important;
}
.select .ts-control > input::placeholder {
  color: #a2abb8;
}
.select.has-items .ts-control > input {
  display: none !important;
}
.select .ts-dropdown {
  border: 1px solid #e2e5eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.select .ts-dropdown .option {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

select.ts-hidden-accessible {
  width: 0 !important;
}

.radio-group {
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  overflow: clip;
  display: inline-flex;
  flex-wrap: wrap;
}
.radio-group__item {
  position: relative;
  display: block;
}
.radio-group__item:not(:first-child) {
  border-left: 1px solid #dbdbdb;
}
.radio-group__cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
  background: #fff;
  transition: 0.3s all ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #525252;
  height: 34px;
  cursor: pointer;
}
.radio-group__cont:hover {
  background: #f7f7f7;
}
@media (min-width: 640px) {
  .radio-group__cont {
    height: 40px;
  }
}
.radio-group__input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.radio-group__input:checked + .radio-group__cont {
  background: #f3edfe;
  color: #7048bd;
  cursor: default;
}

.radio-btn {
  display: inline-block;
  position: relative;
  border: 0;
  outline: transparent;
  background: transparent;
  padding: 0;
  margin: 0;
}
.radio-btn__cont {
  height: 36px;
  padding-inline: 12px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #525252;
  transition: 0.3s all ease;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .radio-btn__cont:hover {
    border-color: #bebebe;
  }
}
.radio-btn__cont_white {
  border-color: #dbdbdb;
  background: #fff;
}
@media (min-width: 1280px) {
  .radio-btn__cont_white:hover {
    border-color: #dbdbdb;
    background: #f7f7f7;
  }
}
.radio-btn__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio-btn__input:checked ~ .radio-btn__cont {
  background: #262626;
  border-color: #262626;
  color: #fff;
  cursor: default;
}
.radio-btn__input:checked ~ .radio-btn__cont_white {
  border-color: #dbdbdb;
  background: #f3edfe;
  color: #7048bd;
}

.radio-btn-group {
  display: flex;
  gap: 6px;
}
@media (min-width: 1280px) {
  .radio-btn-group {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.radio-btn-group__hide {
  display: none;
}

.tabs__tab {
  display: none;
}
.tabs__tab_active {
  display: block;
}

.tabs-list {
  padding: 2px;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: #e2e5eb;
}
.tabs-list__btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #626d7c;
  background: #e2e5eb;
  border: 0;
  outline: 0;
  transition: 0.3s all ease;
  margin: 0;
  padding: 8px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .tabs-list__btn {
    font-size: 16px;
    padding: 10px;
  }
}
.tabs-list__btn:hover {
  color: #00823e;
}
.tabs-list__btn_active {
  color: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: default;
}

.img-box {
  border-radius: 20px;
  position: relative;
  z-index: 2;
  overflow: clip;
}
@media (min-width: 1280px) {
  .img-box {
    border-radius: 30px;
  }
}
.img-box img {
  display: block;
  width: 100%;
}

.main {
  width: 100%;
  overflow-x: clip;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
  }
}
@media (min-width: 1280px) {
  .breadcrumbs {
    margin: 40px 0;
  }
}
.breadcrumbs__item {
  font-family: var(--font-geist);
  font-size: 14px;
  line-height: 1.37;
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .breadcrumbs__item {
    font-size: 16px;
  }
}
.breadcrumbs__item_separator {
  color: var(--black-a40);
}
.breadcrumbs__link {
  text-decoration: none;
  transition: 0.3s color ease;
  color: var(--black-a40);
}
.breadcrumbs__link:hover {
  color: var(--pink);
}

.section {
  margin-bottom: 80px;
}
@media (min-width: 1280px) {
  .section {
    margin-bottom: 120px;
  }
}
.section__header {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .section__header {
    max-width: 520px;
    margin-bottom: 30px;
  }
}
.sale-sliders .swiper-slide img {
  width: 100%;
}
@media (min-width: 1280px) {
  .section__header {
    max-width: 738px;
    margin-bottom: 40px;
  }
  .top-block-right .section__header {
    max-width: 762px;
    margin-bottom: 40px;
  }
}

.section__headers {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .section__headers {
    max-width: 620px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .section__headers {
    max-width: 818px;
    margin-bottom: 40px;
  }
}

.section__header-line {
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .section__header-line {
    max-width: 680px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .section__header-line {
    max-width: 780px;
    margin-bottom: 40px;
    text-align: left;
  }
}

.section__heade {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section__heade {
    max-width: 720px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .section__heade {
    max-width: 858px;
    margin-bottom: 40px;
  }
}

.social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .social {
    gap: 16px;
  }
}
.social__btn {
  width: 28px;
  height: 28px;
  display: block;
  color: var(--black-1);
  transition: 0.3s color ease;
}
@media (min-width: 1280px) {
  .social__btn {
    width: 32px;
    height: 32px;
  }
}
.social__btn:hover {
  color: var(--pink);
}

.header {
  width: 100%;
}
.header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0 8px;
  min-height: 75px;
  border-bottom: 1px solid var(--gray-3);
}
@media (min-width: 1280px) {
  .header__top {
    padding: 6px 0;
    min-height: 0;
  }
}
.header__cont {
  padding-block: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 1280px) {
  .header__cont {
    padding: 0;
  }
}
.header__info {
  font-size: 14px;
  line-height: 1.29;
}
@media (min-width: 1280px) {
  .header__info {
    margin-right: 20px;
    text-align: right;
    font-size: 16px;
    line-height: 1.37;
  }
}
.header__info a {
  text-decoration: none;
  transition: 0.3s color ease;
  color: var(--gray);
}
.header__info a:hover {
  color: var(--pink);
}
.header__info p {
  margin: 0;
  color: var(--gray-3);
}
.header__logo-w {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 1280px) {
  .header__logo-w {
    gap: 12px;
    margin-right: 16px;
  }
}
.header__logo {
  width: 56px;
  display: block;
}
@media (min-width: 1280px) {
  .header__logo {
    width: 60px;
  }
}
.header__menu-btn {
  padding: 0;
  margin: 0 0 0 auto;
  outline: transparent;
  display: block;
  border: 0;
  width: 36px;
  height: 36px;
}
@media (min-width: 1280px) {
  .header__menu-btn {
    display: none;
  }
}
@media (max-width: 1279px) {
  .header__btn-order {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header__btn-order {
    margin-left: 20px;
  }
}
@media (max-width: 1535px) {
  .header__btn-order {
    height: 50px;
  }
}
@media (min-width: 1536px) {
  .header__btn-order {
    padding-inline: 28px;
  }
}

@media (max-width: 1279px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 420px;
    background: var(--white);
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: 0.3s all ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
  }
  .menu_active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (min-width: 1280px) {
  .menu {
    display: flex;
    align-items: center;
    flex: 1;
    margin-top: -3px;
  }
}
.menu__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  min-height: 75px;
  border-bottom: 1px solid var(--black-a07);
}
@media (min-width: 1280px) {
  .menu__header {
    display: none;
  }
}
.menu__close {
  display: block;
  width: 32px;
  height: 32px;
  color: var(--black-2);
  border: 0;
  outline: transparent;
  background: transparent;
}
.menu__cont {
  flex: 1;
  overflow-y: auto;
  overflow-x: clip;
  min-height: 0;
  padding: 0 0 10px 10px;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .menu__cont {
    margin: 0;
    padding: 0;
    overflow: visible;
    flex: 1;
  }
}
.menu__footer {
  border-top: 1px solid var(--black-a07);
  padding-block: 10px;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .menu__footer {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-a45);
  backdrop-filter: blur(8px);
  z-index: 299;
  transition: 0.3s all ease;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1279px) {
  .menu-overlay_active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
}

.menu-l-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .menu-l-list {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .menu-l-list__item {
    border-left: 1px solid var(--gray-3);
  }
}
.menu-l-list__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--pink);
  padding: 8px 10px;
  text-decoration: none;
  transition: 0.3s all ease;
}
@media (min-width: 1280px) {
  .menu-l-list__link {
    padding: 19px 10px;
  }
}
@media (min-width: 1366px) {
  .menu-l-list__link {
    padding-inline: 12px;
  }
}
@media (min-width: 1536px) {
  .menu-l-list__link {
    font-size: 16px;
    padding: 17px 12px;
  }
}
.menu-l-list__link .icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 1280px) {
  .menu-l-list__link .icon {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
  }
}
.menu-l-list__link:hover {
  color: var(--pink-2);
}
@media (min-width: 1280px) {
  .menu-l-list__link:hover {
    background: var(--pink);
    color: var(--white);
  }
}
.menu-l-list__link:hover svg path  {
  stroke: #fff;
}
.menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1280px) {
  .menu-list {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .menu-list_nav .menu-list__item {
    border-left: 1px solid var(--gray-3);
    flex: auto;
  }
}
.menu-list__item {
  padding-inline: 10px;
}
@media (min-width: 1280px) {
  .menu-list__item {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .menu-list__item_sub-menu {
    position: relative;
  }
  .menu-list__item_sub-menu:hover .menu-list__sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .menu-list__item_sub-menu:hover .menu-list__link {
    background: var(--white);
    color: var(--black-);
  }
  .menu-list__item_sub-menu:last-child .menu-list__sub-menu {
    left: auto;
    right: 0;
    border-radius: 0px 0 30px 30px;
  }
}
.menu-list__item-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.menu-list__link {
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--black-1);
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 32px;
}
@media (min-width: 1280px) {
  .menu-list__link {
    padding: 19px 13px;
    transition: 0.3s color ease;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 1536px) {
  .menu-list__link {
    padding: 17px 12px;
    font-size: 16px;
  }
}
.menu-list__link_active {
  color: var(--pink);
}
@media (min-width: 1280px) {
  .menu-list__link:hover {
    color: var(--pink);
  }
}
.menu-list__btn-toggle {
  width: 32px;
  height: 32px;
  border: 0;
  outline: transparent;
  background: transparent;
  padding: 0;
  margin: 0 -5px 0;
  color: var(--pink);
  display: block;
  transition: 0.3s all ease;
}
@media (min-width: 1280px) {
  .menu-list__btn-toggle {
    display: none;
  }
}
.menu-list__btn-toggle_active {
  transform: rotate(180deg);
}
.menu-list__sub-menu {
  transition: 0.3s all ease;
  overflow: hidden;
  height: 0;
}
@media (min-width: 1280px) {
  .menu-list__sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    top: 100%;
    left: 0;
    padding: 24px;
    border-radius: 0 0px 30px 30px;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.05);
    background: #fff;
    height: auto !important;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .menu-list__sub-menu-inner {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
}

.sub-menu-list {
  padding: 8px 0 8px 15px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 1280px) {
  .sub-menu-list {
    padding: 0;
  }
}
.sub-menu-list__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  display: inline-flex;
  text-decoration: none;
  color: var(--black-2);
}
@media (min-width: 1280px) {
  .sub-menu-list__link {
    font-size: 16px;
    line-height: 1.25;
  }
}
.sub-menu-list__link:hover {
  text-decoration: underline;
}
.sub-menu-list__link_active {
  color: var(--pink);
}

.search-d {
  display: none;
  position: relative;
  border-left: 1px solid var(--gray-3);
}
@media (min-width: 1280px) {
  .search-d {
    display: block;
  }
}
.search-d__btn-toggle {
  padding: 0 19px;
  margin: 0;
  background: transparent;
  outline: transparent;
  border: 0;
  height: 59px;
  display: block;
  cursor: pointer;
}
@media (min-width: 1536px) {
  .search-d__btn-toggle {
    padding: 0 19px;
    height: 58px;
  }
}
.search-d__btn-toggle .icon {
  width: 34px;
  height: 34px;
}
.search-d__btn-toggle:hover svg path{
  fill: #d23a72;
}

.search-m__row {
  position: relative;
}
.search-m__input {
  width: 100%;
  height: 42px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--black-2);
  border: 2px solid var(--black-a15);
  border-radius: 30px;
  padding: 0 40px 0 20px;
  outline: transparent;
  transition: 0.3s all ease;
}
.search-m__input::placeholder {
  color: var(--grey-3);
}
.search-m__input:focus-visible {
  border: 2px solid var(--blue);
}
.search-m__input:focus-visible + .search-m__icon {
  color: var(--blue);
}
.search-m__icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: var(--pink);
  transition: 0.3s color ease;
  pointer-events: none;
}

.search-m__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.search-m__wrapper {
  position: relative;
  width: 100%;
}

.search-m__result {
  margin-top: 16px;
}

.search-m__result:not(:last-child) {
  margin-bottom: 20px;
}

.search-m__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
  color: var(--black-1);
}

.search-m__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-m__content .search-popup__link {
  color: #272727;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 0;
}

.search-m__content .search-popup__link:hover {
  color: #AFAFAF;
}

.search-m__result span {
  display: block;
  font-weight: 600;
  color: #AFAFAF;
  font-size: 14px;
}

.hero {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .hero {
    padding-block: 30px;
    position: relative;
    border-radius: 20px;
    overflow: clip;
  }
}
@media (min-width: 1280px) {
  .hero {
    border-radius: 30px;
    padding-block: 40px;
    margin-bottom: 120px;
  }
}
.hero__img-w {
  margin-inline: -10px;
  height: 200px;
}
@media (min-width: 768px) {
  .hero__img-w {
    margin-inline: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero__img-w:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-a40);
  }
}
.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__cont {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .hero__cont {
    padding: 0;
    position: relative;
    z-index: 20;
    max-width: 520px;
    margin-inline: auto;
    color: var(--white);
  }
}
@media (min-width: 1280px) {
  .hero__cont {
    max-width: 818px;
  }
}
.hero__title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--black-1);
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 32px;
    line-height: 1;
    margin-left: -10px;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    font-size: 80px;
    margin-left: -18px;
    margin-bottom: 35px;
  }
}
.hero__title-row {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .hero__title-row {
    padding: 6px 10px;
    background: var(--white);
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .hero__title-row {
    padding: 8px 18px;
  }
}
.hero__title-row_1 {
  border-radius: 8px 8px 8px 0;
}
@media (min-width: 1280px) {
  .hero__title-row_1 {
    border-radius: 14px 14px 14px 0;
  }
}
@media (min-width: 768px) {
  .hero__title-row_2 {
    position: relative;
  }
}
.hero__title-row_3 {
  border-radius: 0 8px 8px 8px;
}
@media (min-width: 1280px) {
  .hero__title-row_3 {
    border-radius: 0 14px 14px 14px;
  }
}
.hero__title-i-circle-top {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 16px;
  overflow: clip;
}
@media (min-width: 768px) {
  .hero__title-i-circle-top {
    display: block;
  }
}
@media (min-width: 1280px) {
  .hero__title-i-circle-top {
    width: 36px;
    height: 36px;
  }
}
.hero__title-i-circle-top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 100%;
  box-shadow: -10px -10px 0px 0px var(--white);
}
@media (min-width: 1280px) {
  .hero__title-i-circle-top:before {
    box-shadow: -20px -20px 0px 0px var(--white);
  }
}
.hero__title-i-circle-down {
  display: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 16px;
  height: 16px;
  overflow: clip;
}
@media (min-width: 768px) {
  .hero__title-i-circle-down {
    display: block;
  }
}
@media (min-width: 1280px) {
  .hero__title-i-circle-down {
    width: 36px;
    height: 36px;
  }
}
.hero__title-i-circle-down:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 100%;
  box-shadow: -10px 10px 0px 0px var(--white);
}
@media (min-width: 1280px) {
  .hero__title-i-circle-down:before {
    box-shadow: -20px 20px 0px 0px var(--white);
  }
}
.hero__desc {
  font-family: var(--font-helvetica);
  font-size: 14px;
  line-height: 1.37;
  margin: 0 0 12px;
  max-width: 420px;
}
@media (min-width: 1280px) {
  .hero__desc {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.hero__price {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .hero__price {
    font-size: 50px;
    margin-bottom: 35px;
    line-height: 1;
  }
}

.benefits-list {
  padding: 0;
  margin: 80px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {
  .benefits-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .benefits-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .benefits-list {
    gap: 20px;
    max-width: 1125px;
    margin-inline: auto;
  }
}
.benefits-list__item {
  color: var(--white);
  border-radius: 20px;
  padding: 15px 20px;
  background: var(--black-1);
}
@media (min-width: 1280px) {
  .benefits-list__item {
    border-radius: 30px;
    padding: 24px 20px;
  }
}
.benefits-list__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.21875;
  margin: 0 0 8px;
}
@media (min-width: 1280px) {
  .benefits-list__title {
    font-size: 50px;
  }
}
.benefits-list__desc {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 1.25;
}
@media (min-width: 1280px) {
  .benefits-list__desc {
    font-size: 28px;
    line-height: 1.214285714;
  }
}

.benefits-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .benefits-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .benefits-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .benefits-steps {
    gap: 60px 20px;
  }
}
.benefits-steps__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}
.benefits-steps__item span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  padding-right: 60px;
  display: block;
}
.benefits-steps__item {
  position: relative;
}
.benefits-steps__item ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.benefits-steps__item ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}
.benefits-steps__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 150px;
  line-height: 1.07;
  color: var(--pink-a60);
  opacity: 0.3;
}
@media (min-width: 1280px) {
  .benefits-steps__num {
    text-align: left;
    font-size: 220px;
    line-height: 1;
  }
}
.benefits-steps__cont {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
@media (min-width: 1280px) {
  .benefits-steps__cont {
    padding-top: 108px;
  }
}
.benefits-steps__title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.25;
  color: var(--black-1);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1280px) {
  .benefits-steps__title {
    line-height: 1.214;
    font-size: 28px;
  }
}
.benefits-steps__desc {
  font-size: 14px;
  font-family: Helvetica;
  line-height: 1.29;
  margin: 0;
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .benefits-steps__desc {
    font-size: 16px;
    line-height: 1.37;
  }
}

.services {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {
  .services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .services {
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .services {
    gap: 40px 20px;
  }
}
.services__item {
  position: relative;
  z-index: 2;
  overflow: clip;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .services__item {
    border-radius: 20px;
  }
}
.services__img-w {
  position: relative;
  padding-bottom: 62.12%;
}
.services__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.services__cont {
  background: var(--white);
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .services__cont {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .services__cont {
    padding: 20px;
  }
}
.services__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 1280px) {
  .services__title {
    font-size: 28px;
    line-height: 1.36;
    margin-bottom: 16px;
  }
}
.services__title a {
  text-decoration: none;
  color: inherit;
}
.services__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 12px;
}
@media (min-width: 1280px) {
  .services__footer {
    column-gap: 20px;
  }
}
.services__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 1280px) {
  .services__price {
    font-size: 28px;
    line-height: 1.36;
  }
}

.more {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .more {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .more {
    margin-top: 40px;
  }
}

.footer__inner {
  border-top: 1px solid var(--black-a40);
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-top: 0;
  }
}
.footer__bottom {
  padding-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--black-a40);
  margin-top: 24px;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer__logo-box {
  width: 80px;
}
@media (min-width: 1024px) {
  .footer__logo-box {
    width: 120px;
    margin-bottom: 24px;
  }
}
.footer__logo {
  width: 100%;
  display: block;
}
.footer__info {
  text-align: right;
  flex: 1;
}
@media (min-width: 1024px) {
  .footer__info {
    text-align: left;
  }
}
.footer__info a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  transition: 0.3s color ease;
  color: var(--black-2);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .footer__info a {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .footer__info a {
    font-size: 28px;
  }
}
.footer__info a:hover {
  color: var(--pink);
}
.footer__info p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--gray);
}
@media (min-width: 1280px) {
  .footer__info p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__desc {
    order: 2;
  }
}
.footer__desc p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .footer__desc p {
    font-size: 16px;
    line-height: 1.25;
  }
}
.footer__btn-map {
  padding: 0;
  margin: 12px 0 0 0;
  outline: transparent;
  background: transparent;
  border: 0;
  color: var(--black-1);
  transition: 0.3s all ease;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .footer__btn-map {
    font-size: 16px;
    margin-top: 24px;
  }
}
.footer__btn-map:hover {
  color: var(--pink);
}
@media (min-width: 1024px) {
  .footer__payment {
    order: 3;
  }
}
.footer__payment h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  margin: 0 0 15px;
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .footer__payment h3 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__btn-box {
    order: 1;
  }
}
.footer__details {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--gray-3);
}
@media (min-width: 1280px) {
  .footer__details {
    font-size: 16px;
    line-height: 1.25;
  }
}
.footer__bottom-desk {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--gray-3);
}
@media (min-width: 1024px) {
  .footer__bottom-desk {
    order: 0;
    margin: 0;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .footer__bottom-desk {
    font-size: 16px;
    line-height: 1.25;
    gap: 4px;
  }
}
.footer__bottom-desk p {
  margin: 0;
}
.footer__row-1-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1024px) {
  .footer__row-1-head {
    order: 0;
  }
}
.footer__row-1 {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .footer__row-1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
  }
}
.footer__row-1-col-1 {
  display: none;
}
@media (min-width: 1024px) {
  .footer__row-1-col-1 {
    display: block;
    border-right: 1px solid var(--black-a40);
    padding-right: 20px;
    padding-top: 20px;
  }
}
.footer__row-1-col-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .footer__row-1-col-2 {
    padding-left: 20px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
}
.footer__row-2 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .footer__row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--black-a40);
  }
}
@media (min-width: 1024px) {
  .footer__row-2 {
    margin-top: 0;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .footer__row-2-col-1 {
    border-right: 1px solid var(--black-a40);
    padding: 20px 20px 20px 0;
  }
}
.footer__row-2-col-2 {
  border-top: 1px solid var(--black-a40);
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer__row-2-col-2 {
    border-top: 0;
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 1024px) {
  .footer__row-2-col-2 {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .footer__row-2-col-2 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-list__item {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-list__item {
    justify-content: flex-start;
  }
}
.footer-list__link {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--black-1);
  line-height: 1.416666667;
}
@media (min-width: 1280px) {
  .footer-list__link {
    font-size: 16px;
    line-height: 1.25;
  }
}
.footer-list__link:hover {
  text-decoration: underline;
}

.footer-m-list {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {
  .footer-m-list {
    flex-direction: row;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .footer-m-list {
    order: 1;
    padding-left: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.footer-m-list__item {
  display: flex;
}
.footer-m-list__link {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--gray);
}
@media (min-width: 1280px) {
  .footer-m-list__link {
    font-size: 16px;
    line-height: 1.25;
  }
}
.footer-m-list__link:hover {
  text-decoration: underline;
}

.payment {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
}
.payment__img {
  display: block;
}

@media (min-width: 1280px) {
  .service-overview__inner {
    display: flex;
    grid-template-columns: auto 850px;
    gap: 24px;
  }
}
.section-prof .section__headers {
  text-align: left;
}
.prof__text {
  max-width: 610px;
}
.prof__text h3 {
  margin-top: 0;
}
.prof__text p {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helvetica;
  line-height: 122%;
}
.service-overview__aside {
  margin-bottom: 0px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.service-overview__cont {
  display: flex;
  max-width: 850px;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  margin-left: auto;
}
.service-overview__cont .img-box  {
  width: 100%;
  max-width: 413px;
  height: 100%;
}
.service-overview__cont .img-box img {
  height: 100%;
}
.service-overview__cont p {
  font-family: 'Helvetica';
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .service-overview__cont {
    display: grid;
    grid-template-columns: 1fr 413px;
  }
}
@media (min-width: 1280px) {
  .service-overview__cont {
    gap: 40px;
  }
}
.package-chooser__inner {
  margin-inline: -10px;
  border: 1px solid var(--black-2);
  border-radius: 20px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--white);
}
@media (min-width: 768px) {
  .package-chooser__inner {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .package-chooser__inner {
    padding: 34px 30px 30px;
    gap: 30px;
    border-width: 2px;
  }
}
@media (min-width: 640px) {
  .package-chooser__col {
    display: flex;
    flex-direction: column;
  }
}
.package-chooser__title {
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .package-chooser__title {
    margin-bottom: 20px;
  }
}
.package-chooser__sub-title {
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .package-chooser__sub-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
  }
  .paket-tab-list__text p{
    margin-top: 2px;
    line-height: 22px;
  }
  .constr__content p {
    margin-left: -37px;
  }
}
.package-chooser__line {
  height: 1px;
  margin-inline: 30px;
  background: var(--black-2);
}
@media (min-width: 768px) {
  .package-chooser__line {
    height: 100%;
    width: 1px;
    margin: 0;
  }
}
.package-chooser__benefits {
  margin-top: 20px;
}
.package-chooser__footer {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .package-chooser__footer {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.package-chooser__footer .btn {
  width: 100%;
}
@media (min-width: 1280px) {
  .package-chooser__footer .btn {
    width: auto;
    padding-inline: 28px;
  }
}

.specs-overview__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.caption-title {
  margin: 20px 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--black-1);
  text-transform: uppercase;
}

.section__tab-btn--active {
  color: var(--accent-pink-default);
  position: relative;
  padding-left: 60px;
}
.section__tab-btn:hover {
  color: var(--accent-pink-default);
}

.caption-title_line {
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .caption-title_line {
    padding-left: 60px;
  }
}
.section__tab-btn--active:before {
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  content: "";
  height: 2px;
  width: 51px;
  background: var(--accent-pink-default);
}
@media (min-width: 1280px) {
  .caption-title_line:before {
    width: 50px;
    top: 12px;
  }
}
@media (min-width: 1280px) {
  .caption-title {
    font-size: 24px;
    line-height: normal;
  }
}
.caption-title_line {
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .caption-title_line {
    padding-left: 60px;
  }
}
.yplot-tab__title {
  margin-top: 0;
}
.caption-title_line:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  height: 1px;
  width: 21px;
  background: var(--black-2);
}
@media (min-width: 1280px) {
  .caption-title_line:before {
    width: 50px;
    top: 12px;
  }
  .service-tabs__container {
    width: calc(100% - 120px);
    max-width: 1047px;
    margin-left: auto;
  }
}
.tab-content {
  display: none;
  border: 2px solid #272727;
  border-radius: 30px;
  background: #FFFFFF;
  padding: 24px 40px;
}
.brend__title {
  font-weight: 700;
  font-size: 28px;
  color: #272727;
  margin-bottom: 12px;
}
.service-overview__inner {
  display: flex;
  grid-template-columns: 1fr  3fr;
  gap: 24px;
}

.brend__content {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.brend__links a {

}

.recommended-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.recommended-list {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 640px) {
  .recommended-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .recommended-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.recommended-list__item {
  color: var(--white);
  border-radius: 30px;
  max-width: 320px;
  max-height: 428px;
  padding: 20px;
  background: var(--accent-green-default);
}

.recommended-list__image {
  margin-bottom: 20px;
  display: block;
  width: 280px;
  height: 240px;
}

.recommended-list__image img {
  width: 100%;
}

.recommended-list__title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 8px;
  color: var(--white-1);
}

.recommended-list__descr {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 137%;
  color: var(--white-1);
}

.recommended-list__price {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.paket__tabs {
  border-radius: 16px;
  padding: 4px;
  width: 322px;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.paket__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: 154px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.paket__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: 154px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.paket-tab__rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.paket-tab__content {
  display: none;
}
.paket-tab__info {
  display: flex;
}
.paket-tab__icon {
  width: 22px;
  display: block;
}
.paket-tab__span {
  font-weight: 600;
  display: block;
  width: 90%;
  padding-left: 20px;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}
.paket-tab__col img {
  max-width: 100%;
  width: 100%;
}

.paket-tab__col {
  color: var(--black-1);
}

.paket-tab__preim {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .paket-tab__preim {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .paket-tab__preim {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .paket-tab__preim {
    gap: 60px 20px;
  }
}
.paket-tab-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
}
@media (min-width: 1280px) {
  .paket-tab-list__item {
    gap: 10px;
  }
}
.paket-tab-list__text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--accent-pink-default);
  position: relative;
}
.paket-tab-list__text h3::before {
  position: absolute;
  left: -60px;
  top: 12px;
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background: var(--accent-pink-default);
}
.paket-tab-list__text {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  width: 80%;
}
.paket-tab-list__icon {
  width: 20px;
  height: 20px;
  color: var(--accent-pink-default);
  display: block;
}
@media (min-width: 1280px) {
  .paket-tab-list__icon {
    width: 24px;
    height: 24px;
  }
}
.paket-tab-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paket-tab-list__text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  font-family: var(--font-helvetica);
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .paket-tab-list__text {
    min-height: 24px;
    font-size: 16px;
    line-height: 1.37;
  }
}
.brend__container {
  display: flex;
  margin-top: 30px;
}
.brend__image {
  width: 40%;
}
.brend__price {
  font-weight: 700;
  font-size: 50px;
  text-align: right;
  color: var(--black-1);
  margin-bottom: 20px;
  margin-top: 20px;
}
.btn_detail {
  border:  2px solid var(--accent-pink-default);
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  color: var(--accent-pink-default);
}
.brend__props {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.property-list {
  font-family: sans-serif;
  color: #555;
  font-size: 16px;
  max-width: 600px;
  width: 100%;
}

.property {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}

.property .name {
  position: relative;
  padding-right: 10px;
  background: #fff;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
}

.property .value {
  white-space: nowrap;
  margin-left: 10px;
  background: #fff;
  z-index: 1;

  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}

.property::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #aaa;
  z-index: 0;
}
.lam__descr {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  margin-bottom: 76px;
}
.lam__descr p {
  margin: 0;
}
.lam-content {
  display: none;
}
.lam__block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lam__block span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}
.lam__block-image {
  border-radius: 30px;
  width: 320px;
  height: 318px;
  background: var(--accent-pink-default);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lam-tabs__container {
  display: flex;
  background: var(--accent-green-default);
  border-radius: 30px;
  padding: 30px 30px;
  gap: 30px;
}

.lam-tabs__blokcs {
  background: var(--white-1);
  border-radius: 30px;
  padding: 20px 20px;
}

.lam-tabs__blokcs span {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
  line-height: 110%;
}

.lam-tabs__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lam__tab-btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
}
.lam-tab__content {
  display: none;
  width: 85%;
  margin-top: auto;
}
.lam-tabs__image {
  display: block;
  width: 100%;
  height: 532px;
  overflow: hidden;
}
.lam-tab__content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}
.icon-color  {
 border: 2px solid transparent;
 border-radius: 40px;
 width: 70px;
 height: 70px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.lam__tab-btn--active .icon-color {
  border: 2px solid var(--black-1);
  border-radius: 40px;
  width: 70px;
  height: 70px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_popup-lam {
  margin: 0 auto;
  display: flex;
  width: max-content;
}

.window__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 60px 20px;
}
.wondow__item {
  background: var(--white-1);
  border-radius: 20px;
  overflow: hidden;
  height: 718px;
}
.wondow__item-title {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black-1);
}
.wondow__item-image {
  background: var(--grey-3);
}
.wondow__item-props {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
.wondow__item-property {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  margin-bottom: 12px;
}
.sliders-slide__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sliders__slider-info .swiper-slide img {
  width: 100%;
  height: 700px;
}
.sliders__slider-info .swiper-button-prevs {
  margin-left: 0;
}
.sliders__slider-info .swiper-button-nexts {
  margin-right: 0;
}
.wondow__item-property .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.40);
}
.wondow__item-property .value {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--black-1);
}
.wondow__item-link {
  padding-bottom: 20px;   
  margin: 0 auto;
  display: flex;
  justify-content: center;
align-items: center;
  width: 100%;
  margin-top: 4px;
}
.price__tabs {
  border-radius: 16px;
  padding: 4px;
  width: max-content;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}

.price__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.price__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.price-tab__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: none;
}

.price-tab__aside {
  width: 26%;
  display: flex;
  flex-direction: column;
}

.price-tab__aside h3 {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
  margin: 0;
}

.price__info h4 {
   font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
  margin: 0;
}

.priec__btn-order {
  margin-top: 30px;
}

.price__info p {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.price__info p span {
  font-weight: 600;
font-size: 20px;
line-height: 140%;
color: var(--black-1);
display: block;
margin-left: 20px;
}

.price-tab__cont {
  width: 66%;
}

.svet__container {
  display: flex;
  flex-direction: row;
  gap: 105px;
}

.svet__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.svet__block {
  width: 34%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.svet__block-mini {
   border-radius: 30px;
   overflow: hidden;
   object-fit: cover;
   height: auto;
}

.svet__block-span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}

.svet__block-mini img {
  margin-top: 0px !important;
  display: block;
  object-fit: cover;
  width: 100%;
}

.svet__images {
   width: 62%;
   border-radius: 30px;
   overflow: hidden;
   object-fit: cover;
}

.svet__images img {
  margin-top: 0px !important;
  display: block;
  object-fit: cover;
  width: 100%;
}

.svet__content {
  width: 65%;
  display: flex;
  flex-direction: column;
}

.svet__content img {
  margin-top: 40px;
}

.svet__lists {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 30px;
}

.svet__item {
  position: relative;
  padding-left: 60px;
}

.svet__item h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 115%;
  color: var(--accent-green-default);
  margin: 0;
}

.svet__item h4::before {
  position: absolute;
  left: -15px;
  top: 16px;
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background: var(--accent-green-default);
}

.svet__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}

.devilery__lists {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
  margin-bottom: 230px;
  margin-top: 90px;
  position: relative;
}

.devilery__lists::after {
  content: '';
  position: absolute;
  background: url('../img/car.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 101px;
  height: 50px;
  top: -40px;
  left: 480px;
  z-index: 2;
}

.devilery__item {
  display: flex;
  flex-direction: column;
}

.devilery__item-num {
  font-weight: 700;
  font-size: 50px;
  color: var(--white-1);
  border-radius: 50px;
  width: 64px;
  height: 64px;
  background: var(--accent-pink-default);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.devilery__item-num::after {
  content: '';
  position: absolute;
  background: url('../img/line.svg');
  background-repeat: no-repeat;
  width: 191px;
  height: 2px;
  top: 30px;
  left: 80px;
  z-index: 2;
}

.devilery__item:nth-of-type(5) .devilery__item-num::after {
  display: none;
  content: '';
}
.devilery__item-num:last-child::after {
  display: none;
   content: '';
}
.devilery__item-num:nth-child(5)::after {
  display: none;
   content: '';
}

.devilery__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.devilery__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
  padding-left: 40px;
}

.proces__list {
  display: flex;
  flex-direction: column;
}
.proces__block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 65px;
}

.prof__preim {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 640px) {
  .prof__preim {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .prof__preim {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .prof__preim {
    gap: 10px 20px;
  }
}
.prof-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 1280px) {
  .prof-list__item {
    gap: 10px;
  }
}
.prof-list__text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--accent-pink-default);
  position: relative;
}
.prof-list__text h3::before {
  position: absolute;
  left: -60px;
  top: 12px;
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background: var(--accent-pink-default);
}
.prof-list__text {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  width: 80%;
}
.prof-list__icon {
  width: 28px;
  height: 28px;
  color: var(--accent-pink-default);
  display: block;
}
@media (min-width: 1280px) {
  .prof-list__icon {
    width: 28px;
    height: 28px;
  }
}
.prof-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prof-list__text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  font-family: var(--font-helvetica);
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .prof-list__text {
    min-height: 24px;
    font-size: 16px;
    line-height: 1.37;
  }
}
.block-title {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
}
.prof__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 60px;
  gap: 0px 50px;
}

.prof__block {
  background: var(--black-3);
  border-radius: 30px;
}

.prof__block .property .name {
  background: transparent;
}

.prof__block .property .value {
  background: transparent;
}

.prof__block .brend__props {
  width: 50%;
}

.prof__block .brend__container {
  display: flex;
  margin-top: 30px;
  gap: 40px;
} 


.windows__list {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 640px) {
  .windows__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .windows__row {
   
  }
}

.windows__item {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  width: 24%;
}

.windows__item-ping {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  background: var(--accent-pink-default);
  border: 2px solid var(--accent-pink-default);
}

.windows__item-big {
  width: 49%;
}

.windows__item-green {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  background: var(--accent-green-default);
  border: 2px solid var(--accent-green-default);
}

.windows__item-border {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  background: var(--white-1);
  border: 2px solid var(--black-1);
}

.windows-item__image {
  margin-bottom: 10px;
  display: block;
}

.windows-item__image img {
  width: 100%;
}

.windows-item__title {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.windows-item__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
}

.windows-item__price {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.windows__item-border  .windows-item__title{
color: var(--black-1);
}

.windows__item-border .windows-item__descr  {
  color: var(--black-1);
}
.windows__item-border .windows-item__price  {
  color: var(--black-1);
}

.plit__row {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 60px;
}

@media (min-width: 640px) {
  .plit__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .plit__row {
   
  }
}

.plit__item {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  width: 49%;
}

.plit__item-ping {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  background: var(--accent-pink-default);
  border: 2px solid var(--accent-pink-default);
}

.plit__item-green {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  background: var(--accent-green-default);
  border: 2px solid var(--accent-green-default);
}

.plit__item-border {
  color: var(--white);
  border-radius: 30px;
  padding: 15px 20px;
  background: var(--white-1);
  border: 2px solid var(--black-1);
}

.plit-item__image {
  margin-bottom: 10px;
  display: block;
}

.plit-item__image img {
  width: 100%;
}

.plit-item__title {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.plit-item__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
}

.plit-item__price {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.plit__item-border  .plit-item__title{
  color: var(--black-1);
}

.plit__item-border .plit-item__descr  {
  color: var(--black-1);
}
.plit__item-border .plit-item__price  {
  color: var(--black-1);
}
.proces__block-content {
  padding-left: 60px;
}

.proces__block-title--green {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--accent-green-default);
  position: relative;
}
.proces__block-title--green::before {
  position: absolute;
  left: -60px;
  top: 20px;
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background: var(--accent-green-default);
}
.proces__block-title--ping {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--accent-pink-default);
  position: relative;
}
.proces__block-title--ping::before {
  position: absolute;
  left: -60px;
  top: 20px;
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background: var(--accent-pink-default);
}
.chek-list {
  padding-left: 0;
}
.chek-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chek-list__num {
  margin-right: 10px;
}

.chek-list__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.chek-list__texts {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.chek-list__texts h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  margin-bottom: 0px;
  margin-top: 0;
}

.chek-list__cif--green {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.chek-list__cif--ping {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--accent-pink-default);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.home__tabs {
  border-radius: 16px;
  padding: 4px;
  width: max-content;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}

.home__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.home__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.home-tab__content {
  position: relative;
}

.home-info__block {
  border-radius: 20px;
  padding: 20px;
  width: 460px;
  height: 508px;
  max-height: 567px;
  background: var(--white-1);
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
}

.preims-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.preims-lists__item {
  background: var(--white-1);
  border: 2px solid var(--black-1);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 20px;
}
.brends__container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.brends__images {
  border-radius: 30px;
  padding: 4px;
  width: 48px;
  height: 48px;
  background: var(--accent-pink-default);
  position: absolute;
  left: 20px;
}

.colors__lists {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-right: 40px;
}

.colors__items p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}

.colors__items .colors__image {
  max-width: 100%;
}

.preims-lists__icon {
  width: 40px;
}

.preims-lists__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.preims-lists__text h3 {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
  margin: 0;
  line-height: 100%;
}

.preims-lists__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
  margin: 0;
}

.garbage__container {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 24px;
}

.garbage__box {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  padding: 30px 50px;
  background: var(--accent-green-default);
  margin-bottom: 20px;
}

.garbage__box-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.box-header__title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: var(--white-1);
}

.garbage__box-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.garbage__box-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.box-item__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
}

.box-item__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
}

.garbage__span {
  color: var(--black-2);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  opacity: 0.4;
}


.constr__container {
  display: grid;
  grid-template-columns: auto 1020px;
  gap: 24px;
  align-items: flex-end;
}

.constr__aside img {
  border-radius: 30px;
  display: block;
}
.constr__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 43px;
  margin-top: 40px;
}
.constr__item {
  border-radius: 30px;
  padding: 24px 30px;
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.constr__item-pink {
  background: var(--accent-pink-default);
}

.constr__item-green {
  background: var(--accent-green-default);
}

.constr__item-title {
  font-weight: 700;
  font-size: 50px;
  color: var(--white-1);
  display: flex;
  align-items: center;
  gap: 10px;
}

.constr__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
}

.lineyka__slider {
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 0px 70px;
}

.lineykas__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 40px;
}

.lineyka__nav {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.swiper-button-prevl {
  width: 48px;
  height: 48px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-nextl {
  width: max-content;
  height: 48px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lineykas__nav {
  position: absolute;
  
  top: 45%;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.swiper-button-prevls {
  width: 48px;
  height: 48px;
  margin-left: -65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-nextls {
  width: max-content;
  height: 48px;
  margin-right: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lineykas-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineyka__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}

.lineyka__content {
  padding-right: 120px;
}

.lineyka__title {
  font-weight: 700;
  font-size: 28px;
  color: var(--accent-pink-default);
}

.lineyka__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}

.lineyka__images {
  background: var(--white-1);
  border: 2px solid var(--black-1);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lineyka__colors {
  margin-bottom: 20px;
}

.lineyka-tabs__lists {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lineyka__tab-btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
}



.paketsk__tabs {
  border-radius: 16px;
  padding: 4px;
  width: 322px;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.paketk__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: 154px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.paketk__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: 154px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.paketk-tab__rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.paketk-tab__content {
  display: none;
}
.paketk-tab__info {
  display: flex;
}
.paketk-tab__icon {
  width: 22px;
  display: block;
}
.paketk-tab__span {
  font-weight: 600;
  display: block;
  width: 90%;
  padding-left: 20px;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}
.paketk-tab__col img {
  max-width: 100%;
  width: 100%;
}

.paketk-tab__col {
  color: var(--black-1);
}

.paketk-tab__preim {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .paketk-tab__preim {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .paketk-tab__preim {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .paketk-tab__preim {
    gap: 60px 20px;
  }
  .paket-tab__col:nth-child(2) {
    flex-shrink: 0;
    width: 490px;
    height: 720px;
  }
  .paket-tab__col:nth-child(2) img {
    height: 100%;
    object-fit: cover;
  }
}
.paketk-tab-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
}
@media (min-width: 1280px) {
  .paketk-tab-list__item {
    gap: 10px;
  }
}
.paketk-tab-list__text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--accent-pink-default);
  position: relative;
}
.paketk-tab-list__text h3::before {
  position: absolute;
  left: -60px;
  top: 12px;
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background: var(--accent-pink-default);
}
.paketk-tab-list__text {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  width: 80%;
}
.paketk-tab-list__icon {
  width: 20px;
  height: 20px;
  color: var(--accent-pink-default);
  display: block;
}
@media (min-width: 1280px) {
  .paketk-tab-list__icon {
    width: 24px;
    height: 24px;
  }
}
.paketk-tab-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paketk-tab-list__text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  font-family: var(--font-helvetica);
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .paketk-tab-list__text {
    min-height: 24px;
    font-size: 16px;
    line-height: 1.37;
  }
}

.sliders__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider__nav {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.swiper-button-prevs {
  width: 48px;
  height: 48px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-nexts {
  width: max-content;
  height: 48px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sliders__slider-info {
  position: relative;
}

.sliders-slide__container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sliders-slide__container .swiper-pagination {
  display: none;
}

.slider-info__block {
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  width: 460px;
  height: auto;
  max-height: 567px;
  background: var(--white-1);
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
}
.slider-info__block:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url('../img/lamps.svg') no-repeat center;
}
.slider-info__block p {
  margin: 0;
  font-size: 20px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.slider-info__block p:not(:last-child) {
  margin-bottom: 20px;
}
.blits__container {
  display: grid;
  grid-template-columns: auto 820px;
  gap: 104px;
}

.blits__aside{
  background: url('../img/bg-aside.png');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.blits__aside h2 {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--black-1);
  margin-bottom: 20px;
}

.blits__aside p {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--black-1);
}

.blits__aside-price {
  font-weight: 700;
  font-size: 50px;
  color: var(--black-1);
  margin-bottom: 20px;
}

.blits__grids {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 20px;
}

.blits__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.blits__item img {
  border-radius: 30px;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.blits__item-pink {
  background: var(--accent-pink-default);
  border-radius: 30px;
}

.blits__item-pink span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
  padding: 20px 20px 20px 70px;
  display: block;
  position: relative;
}

.blits__item-pink span::before {
  position: absolute;
  left: 20px;
  top: 30px;
  display: block;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--white-1);
}

.blits__item-green {
  background: var(--accent-green-default);
  border-radius: 30px;
}

.blits__item-green span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
  padding: 20px 20px 20px 70px;
  display: block;
  position: relative;
}

.blits__item-green span::before {
  position: absolute;
  left: 20px;
  top: 30px;
  display: block;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--white-1);
}


.yplot__tabs {
  border-radius: 16px;
  padding: 4px;
  width: max-content;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}

.yplot__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.yplot__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.yplot-tab__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  display: none;
}

.yplot-tab__title {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
}

.yplot-tab__aside {
  display: flex;
  width: 40%;
  flex-direction: column;
}

.yplot-tab__cont {
  width: 590px;
  border: 2px solid var(--black-1);
  border-radius: 20px;
  background: var(--white-1);
  overflow: hidden;
  height: 339px;
  position: relative;
}

.yplot-prop__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  right: 20px;
  top: 36px;
}

.yplot-prop__list::after {
  content: '';
  position: absolute;
  background: url('../img/prop.svg');
  background-repeat: no-repeat;
  background-size: contain;
  right: 270px;
  top: 12px;
  width: 155px;
  height: 135px;
}

.yplot-info__row {
  display: flex;  
  align-items: center;
  position: absolute;
  gap: 24px;
  width: 100%;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.yplot-tab__info {
  border-radius: 20px;
  padding: 12px 16px;
  width: 265px;
  height: 80px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.yplot-tab__info--pink {
  background: var(--accent-pink-default);
}

.yplot-tab__info--black {
  background: var(--black-1);
}

.process__bg {
  background: url('../img/cirlce.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 850px;
}
.section-process {
  position: relative;
}

.process__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.process__block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-2);
  opacity: 0.4;
  width: 213px;
  margin: 0;
}

.process__block-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--black-1);
  background: var(--white-1);
  border: 2px solid var(--black-1);
  border-radius: 30px;
  padding: 12px 16px;
  width: max-content;
  height: max-content;
}

.process__block-one {
  position: absolute;
  left: 0;
  top: 18%;
}
.process__block-two {
  position: absolute;
  right: 0;
  top: 18%;
  flex-direction: row-reverse;
}

.process__block-three {
  position: absolute;
  left: 0;
  top: 50%;
}

.process__block-four {
  position: absolute;
  right: 0;
  top: 50%;
  flex-direction: row-reverse;
}

.process__block-five {
  position: absolute;
  right: 30%;
  left: 30%;
  bottom: -40px;
  flex-direction: column-reverse;
}

.lam-slider {
  display: none;
}

.windows-slider {
  display: none;
}

.recommended-slider {
  display: none;
}

.plit-slider {
  display: none;
}

.swiper-pagination-bullets {
  display: none;
}

.blits__grids-mob {
  display: none;
}

.yplot-slide {
  display: flex;
  justify-content: space-between;
}

.yplot__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.caption__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}

.mains {
  background: url('../img/mains.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
}

.mains__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  justify-content: flex-end;
}
.proff.main-container {
  margin-top: 310px;
}
.swiper-button-nextMa {
  cursor: pointer;
}

.swiper-button-prevMa {
  cursor: pointer;
}

.mains__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px 20px;
}

.mains__left {
  display: flex;
  flex-direction: column;
}

.mains__title {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--black-1);
  line-height: 110%;
  margin-bottom: 0px;
}

.mains__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
  max-width: 320px;
  margin-bottom: 20px;
}

.btn__mains {
  width: max-content;
}

.mains__right {
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 60%;
}

.mains-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.mains__item{
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  border-radius: 30px;
  padding: 24px 30px;
  height: 232px;
}

.mains-item__title {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
  border-bottom: 3px solid transparent;
}

.mains-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
}

.mains-item__num {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: var(--white-1);
}
.mains-item__title {
  transition: all .3s ease;
  width: fit-content;
}
.mains__item {
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.mains__item:before {
  content: '';
  position: absolute;
  background: url('../img/arrcard.svg') no-repeat center;
  width: 39px;
  height: 41px;
  right: 30px;
  bottom: 24px;
  opacity: 0;
  transition: all .3s ease;
}
.mains__item:hover:before {
  opacity: 1;
}
.mains__item:hover .mains-item__title {
  border-bottom: 3px solid #fff;
  padding-bottom: 0px;
}
.mains__item-pink {
  background: var(--accent-pink-default);
}
.mains__item-pink:hover {
  background: #D23A72;
}
.mains__item-green {
  background: #4dc2b1;
}

.mains__item-dark {
  background: var(--black-1);
}

.campare__container {
  display: flex;
  flex-direction: column;
}
.campare__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  margin-bottom: 28px;
}

.campare__tabs-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.campare__tabs-block span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}

.campare__tabs {
  border-radius: 16px;
  padding: 4px;
  width: auto;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.campare__tab-btn {
  color: rgba(0,0,0,.4)
}
.campare__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: 154px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.campare__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: fit-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.campare__tab-content {
  border: 2px solid #272727;
  border-radius: 30px;
  background: #FFFFFF;
  padding: 24px 40px 60px 20px;
  display: none;
}

.campare__tab-container {
  display: grid;
  grid-template-columns: auto 1020px;
  gap: 24px;
}

.campare__tab-lists {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 40px;
}

.campare__tab-lists::-webkit-scrollbar {
  width: 12px;           
  height: 16px;             
}

.campare__tab-lists::-webkit-scrollbar-track {
  background: #f0f0f0;   
  border-radius: 10px;
}

.campare__tab-lists::-webkit-scrollbar-thumb {
  background: var(--accent-pink-default);   
  border-radius: 10px;
}

.campare__tab-lists::-webkit-scrollbar-thumb:hover {
  background: var(--accent-pink-default);     
}

.campare__item {
  width: 20%;
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.campare__item-image {
  position: relative;
}

.campare__item-lyp {
  position: absolute;
  right: 0;
  bottom: 0;
}

.campare__item-title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: var(--black-1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.icon__lam {
  border-radius: 14px;
  background: var(--accent-green-default);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campare__item-props {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.campare__props-label-mob {
  display: none;
}

.campare__props-value {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--black-1);
}

.campare__tab-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 130px;
}

.campare-aside__prop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
}

.campare-aside__item span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}


.original__tab-btn--active {
  color: var(--accent-pink-default);
  position: relative;
  padding-left: 60px;
}

.original__tab-btn--active:before {
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  content: "";
  height: 2px;
  width: 51px;
  background: var(--accent-pink-default);
}

.original__inner {
  position: relative;
  margin-top: 80px;
}

.original__tab {
  position: absolute;
}

.original__container {
  display: flex;
  flex-direction: row;
  gap: 20px 20px;
}

.viewer-360 {
  max-width: 600px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.viewer-360 img {
  width: 100%;
  display: block;
}


.original__images {
  position: relative;
  margin-top: 40px;
  width: 660px;
  max-width: 100%;
}

.original__btn-svet {
  position: absolute;
  top: 10%;
  left: 50%;
  cursor: pointer;
}

.tooltip {
  display: inline-block;
  cursor: pointer;
}
.campare__item-title {
  position: relative;
}
.tooltip .tooltip-text {
  visibility: hidden;
  background: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--black-1);
  padding: 12px 20px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  text-align: left;
      top: -14px;
    left: 36px;
 
  opacity: 0;
  transition: opacity 0.1s;
  width: 310px;
  box-shadow: 0px 4px 14px rgba(0,0,0,.1);
}
.tooltip .tooltip-text ul {
  padding-left: 25px;
  margin: 0;
  margin-top: 5px;
}
.tooltip .tooltip-text:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 20px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

a.back-to-top {
  display: none;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  border: 2px solid var(--accent-pink-default);
  background: var(--accent-pink-default) no-repeat center 43%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
a.back-to-top:hover {
  background: none;
}
a.back-to-top:hover svg path{
  fill: var(--accent-pink-default);
}

a.back-to-top svg{
  z-index: 999;
}

.original__btn-tep {
  position: absolute;
  top: 40%;
  left: 60%;
  cursor: pointer;
}

.original__btn-shym {
  position: absolute;
  top: 30%;
  left: 23%;
  cursor: pointer;
}



.original__image::after {
  content: '';
  position: absolute;
  background: url('../img/origin-after.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 46px;
  top: 25%;
  left: 5%;
}

.original__image::before {
  content: '';
  position: absolute;
  background: url('../img/origin-before.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 46px;
  top: 25%;
  right: 5%;
}

/* Стрелки для viewer-360 - заменяют псевдоэлементы */
.original__image.viewer-360::after,
.original__image.viewer-360::before {
  display: none;
}

.viewer-360-arrow {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 46px;
  top: 25%;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.viewer-360-arrow:hover {
  opacity: 0.7;
}

.viewer-360-arrow--left {
  background: url('../img/origin-after.svg');
  left: 5%;
}

.viewer-360-arrow--right {
  background: url('../img/origin-before.svg');
  right: 5%;
}

.original__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 60px;
  width: 386px;
}
.original__right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 320px;
  flex-shrink: 0;
}
.original__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.original__item span {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
  line-height: 115%;
}
.original__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
  margin: 0;
}
.original__item-green {
  border-radius: 30px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--accent-green-default);
}
.original__item-green h3 {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
  margin: 0;
}
.original__item-green p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
  margin: 0;
}
.original__item-green span {
  font-weight: 700;
  font-size: 50px;
  color: var(--white-1);
}

.rachet__block {
  background: var(--accent-green-default);
  border-radius: 30px;
  padding: 30px 30px;
}

.rachet__tab-content {
  display: none;
}

.rachet__tabs {
  border-radius: 16px;
  padding: 4px;
  width: max-content;
  height: 52px;
  background: var(--white-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.rachet__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-2);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.rachet__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--white-1);
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.rachet__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 20px;
  padding-top: 40px;
}

.rachet__prop {
  display: flex;
  flex-direction: column;
}

.rachet__info-props {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.info-prop__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-2);
}

.info-prop__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
}

.rachet__info-prop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rachet__group-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.props__tabs {
  border-radius: 16px;
  padding: 4px;
  width: max-content;
  height: 52px;
  background: var(--white-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.props__tab-content {
  display: none;
}

.props__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-2);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.props__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--white-1);
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.custom-select-wrapper {
  display: inline-block;
  position: relative;
  width: 290px;
}

.custom-select {
  appearance: none;           /* Убираем стандартный стиль */
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 12px 40px 12px 20px;
  border: 2px solid #ddd;
  border-radius: 50px;
  background-color: white;
  font-size: 18px;
  color: #333;
  font-family: sans-serif;
  cursor: pointer;
  outline: none;
}

/* Добавляем кастомную стрелку */
.custom-select-wrapper::after {
  content: ''; /* ▼ или ▾ */
  position: absolute;
  background: url('../img/drop.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 11px;
  right: 20px;
  top: 20px;
  z-index: 3;
}


/* Контейнер для радиокнопки */
.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
  user-select: none;
}

/* Скрываем нативный input */
.radio-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Кастомный кружок */
.custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* При наведении */
.radio-container:hover .custom-radio {
  background-color: #ddd;
}

/* Активная радиокнопка */
.radio-container input[type="radio"]:checked + .custom-radio {
  background-color: #fff;
  border: 2px solid var(--accent-pink-default);
}

/* Внутренняя точка */
.custom-radio::after {
  content: "";
  position: absolute;
  display: none;
}

/* Показываем внутреннюю точку, когда выбрано */
.radio-container input[type="radio"]:checked + .custom-radio::after {
  display: block;
}

/* Стиль внутренней точки */
.radio-container .custom-radio::after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-pink-default);
}


.rachet__group-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
}

.rachet__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.rachet__info {

}

.rachet__info-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--white-1);
}

.rachet__info-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.rachet__price {
  font-weight: 700;
  font-size: 56px;
  color: var(--white-1);
}

.rachet__info-price p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
  margin: 0;
}

.case {
  background: var(--accent-pink-default);
  padding: 20px 0px 80px 0px;
}

.case__slider {
  width: 100%;
  overflow: hidden;
  background: var(--white-1);
  border-radius: 30px;
}

.case-container{
  width: 100%;
  height: 580px;
  margin: 20px auto;
}

.case__slide {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 24px 24px;
  height: auto;
}

.case__slide-images {
  width: 60%;
}

.case__slide-info {
  width: 40%;
}
.case__slide-info h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}
.case__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.case__container {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 0px 60px;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin: 20px auto;
}
.case__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.case-top {
	height: auto;
	width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.case-top .swiper-slide img {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  display: block;
  object-fit: cover;
}
.swiper-button-prevC {
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 2;
  cursor: pointer;
}
.swiper-button-nextC {
  position: absolute;
  left: 20px;
  top: 45%;
  z-index: 2;
  cursor: pointer;
}
.case-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  height: 100px;
}

.case-thumbs .swiper-slide .swiper-slide-container{
  width: auto;
  height: auto;
  border: 4px solid transparent;
}

/*.case-thumbs .swiper-slide-active .swiper-slide-container{
  border: 4px solid var(--accent-green-default);
  border-radius: 10px;
}*/

.swiper-button-nextCa {
  cursor: pointer;
}

.swiper-button-prevCa {
  cursor: pointer;
}

.case-thumbs .swiper-slide-container img{
  max-width: 100%;
  height: 80px;
  border-radius: 0px;
  object-fit: cover;
  display: block;
  width: 100%;
  border-radius: 6px;
}

.case-thumbs .swiper-slide-active {
	opacity: 1;
}

.case__prop-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px 20px;
  align-items: center;
}

.case__prop {
  display: flex;
  flex-direction: column;
  margin: 18px 0px;
}

.case__prop span {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-2);
}

.case__prop p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  margin: 0;
}

.link__all-case {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--white-1);
  text-decoration: none;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  padding-right: 40px;
}

.link__all-case::before {
  content: '';
  position: absolute;
  background: url('../img/link-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 8px;
  width: 19px;
  height: 17px;
}

.otziv__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.otziv-tab__content {
  display: none;
}

.otziv__tabs {
  border-radius: 16px;
  padding: 4px;
  width: max-content;
  height: 52px;
  background: var(--black-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}

.otziv__tab-btn--active {
  box-shadow: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
  background: var(--accent-pink-default);
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.otziv__tab-btn {
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.otziv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.otziv-slide {
  background: var(--white-1);
  border: 2px solid var(--black-1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 414px;
}

.otziv-slide__tops {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.otziv__bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.otziv__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.swiper-button-nextOt {
  cursor: pointer;
}

.swiper-button-prevOt {
  cursor: pointer;
}

.otziv-slide__top {
  padding: 24px 24px 8px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.otziv-slide__title {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
  padding: 0px 24px 8px 24px;
}

.otziv-slide__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
  padding: 0px 24px 24px 24px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: block;
  word-wrap: break-word;
}

.otziv-slide__image {
  height: 80px;
  width: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  padding-left: 24px;
  margin-top: 24px;
  position: relative;
}

.otziv__image-popup {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.otziv-slide__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.otziv__bottom-info {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.otziv__bottom-info p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  margin: 0;
}

.otziv__bottom-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.otziv__proc {
  background: var(--accent-green-default);
  border-radius: 6px;
  padding: 0px 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white-1);
}

.otziv__bottom-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 8px;
}

@media (max-width: 1279px) {
  .otziv__bottom-row {
    flex-direction: column;
    gap: 12px;
  }
  
  .otziv__bottom-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}

.forms {
  background: var(--black-1);
  padding: 20px 0px 40px 0px;
  position: relative;
}

.forms::after {
  content: '';
  position: absolute;
  background: url('../img/forms1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: 40px;
  left: 40px;
  width: 190px;
  height: 251px;
}

.forms__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px 20px;
  align-items: center;
}

.form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
.form__group {
  margin-bottom: 20px;
}

.form__control {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--grey-3);
  border: 2px solid var(--black-3);
  border-radius: 30px;
  padding: 12px 24px;
  background: var(--white-1);
  overflow: hidden;
  width: 100%;
}

.form__main {
  display: flex;
  flex-direction: column;
}

.proizvod__top {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 0px 20px;
}
.questions-item__control:hover .questions-item__title {
  color: #D23A72;
}
.questions-item__control:hover .questions-item__icon svg rect {
  stroke: #D23A72;
}
.questions-item__icon svg {
  display: none;
}
.questions-item__icon {
  width: 24px;
  height: 34px;
  border-radius: 50px;
  border: 2px solid #272727;
  background: #fff;
  position: relative;
}
.questions-item__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #272727;
}
.questions-item__icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  border-radius: 10px;
  background: #272727;
  transition: all .3s ease;
}
.open-accordeon .questions-item__icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
  background: #fff!important;
  transform-origin: center;
}
.open-accordeon .questions-item__icon:after  {
  background: #fff!important;
}
.open-accordeon .questions-item__icon {
  background: #272727;
  border: 2px solid #272727;
}
.open-accordeon .questions-item__control:hover .questions-item__icon {
  background: #D23A72!important;
  border: 2px solid #D23A72;
}
.open-accordeon .questions-item__icon svg path {
  fill: #D23A72;
}
.questions-item__control:hover .questions-item__icon svg path {
  fill: #D23A72;
}
.questions-item__control:hover .questions-item__icon  {
  border:2px solid #D23A72;
}
.questions-item__control:hover .questions-item__icon:after, .questions-item__control:hover .questions-item__icon:before {
  background: #D23A72;
  transition: none;
}
.open-accordeon .questions-item__control:hover .questions-item__title {
  color: #D23A72;
}
.proizvod__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.proizvod__block-border {
  border: 2px solid var(--black-1);
  background: var(--white-1);
  border-radius: 30px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
}

.proizvod__block-border span {
  font-weight: 700;
  font-size: 50px;
  color: var(--black-1);
}

.proizvod__block-border p {
  font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
}

.proizvod__block-green {
  background: var(--accent-green-default);
  border-radius: 30px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
}

.proizvod__block-green span {
  font-weight: 700;
  font-size: 50px;
  color: var(--white-1);
}

.proizvod__block-green p {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
.swiper-button-nextG {
  position: absolute;
  left: 20px;
  top: 40%;
  z-index: 9999;
  cursor: pointer;
}
.swiper-button-prevG {
  position: absolute;
  right: 30px;
  top: 40%;
  z-index: 9999;
  cursor: pointer;
}
.gallery-top {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.gallery-top .swiper-slide img {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  display: block;
  object-fit: cover;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 70px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 30px auto;
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-container img{
  max-width: 100%;
  height: 159px;
  border-radius: 20px;
  object-fit: cover;
  opacity: 1;
}
.gallery-thumbs .swiper-slide {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}


.vibor {
  position: relative;
  overflow: hidden;
}

.vibor::after {
  content: '';
  position: absolute;
  background: url('../img/vibor-after.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: 200px;
  left: 0;
  width: 224px;
  height: 326px;  
}

.vibor::before {
  content: '';
  position: absolute;
  background: url('../img/vibor-before.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: 200px;
  right: -100px;
  width: 224px;
  height: 326px;  
}

.form-decor {
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  margin-bottom: 100px;
  background: var(--accent-pink-default);
  border-radius: 30px;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
}
.form-step {
  padding-bottom: 38px;
}
.form__title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: var(--white-1);
  margin-bottom: 0px;
}

.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
  width: 100%;
}

.quiz-question__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 34px auto 0 auto;
  padding-top: 24px;
}

.quiz-question__btn {
  border: none;
  width: max-content;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 26px;
  padding: 12px 28px;
  width: 113px;
  height: 50px;
  text-decoration: none;
  background: var(--white-4);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white-2);
  cursor: pointer;
}

.quiz-question__btn.prev-btn,
.quiz-question__btn.btn-prev.prev-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(39, 39, 39);
  border-radius: 100px;
  padding: 0;
  min-width: 50px;
}

.quiz-question__btn.prev-btn svg,
.quiz-question__btn.btn-prev.prev-btn svg {
  width: 22px;
  height: 16px;
}

.form-step-active {
  display: block;
}

.quiz-question__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: var(--white-1);
  margin-bottom: 42px;
}

.quiz-question__answers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.quiz-question__label-img {
  width: 33%;
  max-width: 320px;
  margin-bottom: 24px;
  position: relative;
  margin: 0 10px;
  border-radius: 12px;
  padding: 5px;
  border: 4px solid transparent;
  border-radius: 20px;
}
.quiz-question__label-img:has(input[type="radio"]:checked){
  border: 4px solid #fff;
}
.quiz-question__label-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  background: var(--grey-3);
}

.quiz-question__label-img [type=checkbox]:checked, .quiz-question__label-img [type=checkbox]:not(:checked), .quiz-question__label-img [type=radio]:checked, .quiz-question__label-img [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.quiz-question__label-img span {
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 94px;
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: var(--black-1);
}

.smeta {
  background: var(--black-1);
  padding: 40px 0px;
  position: relative;
}

.smeta::after {
  content: '';
  position: absolute;
  background: url('../img/smeta1.png');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  left: 0;
  width: 267px;
  height: 399px;
}

.smeta::before {
  content: '';
  position: absolute;
  background: url('../img/smeta2.png');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  right: 40px;
  width: 438px;
  height: 296px;
}
.smeta .section-title {
  margin-top: 0;
}
.adv__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px 20px;
}

.adv__item {
  background: var(--black-1);
  border-radius: 30px;
  padding: 30px 25px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.adv__item-text {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.sertifiacts__container {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 24px;
  align-items: flex-end;
}

.sertifiacts__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px 30px;
}

.sertifiacts__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sertifiacts__item-popup {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;

}

.sertifiacts__block {
  background: var(--accent-green-default);
  border-radius: 30px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sertifiacts__block span {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-1);
}

.sertifiacts__block p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
}

.sertifiacts__item img {
  max-width: 100%;
}

.inform {
  background: var(--accent-pink-default);
  padding: 40px 0px;
}

.inform__container {
  display: grid;
  grid-template-columns: auto 820px;
  gap: 24px;
  align-items: flex-end;
}

.work__container {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 24px;
  align-items: flex-end;
}

.work__image {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  object-fit: contain;
}

.work__image img{
  border-radius: 30px;
  display: block;
  overflow: hidden;
  object-fit: contain;
}

.work-stepsh {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 640px) {
  .work-stepsh {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .work-stepsh {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .work-stepsh {
    gap: 60px 20px;
  }
  .original__image img{
    
    width: 660px;
    height: 590px;
  }
}

.work__rows {
  margin-bottom: 40px;
}

.work-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .work-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .work-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .work-steps {
    gap: 60px 20px;
  }
}
.work-steps__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
}
.work-steps__item span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  padding-right: 60px;
  display: block;
}
.work-steps__item {
  position: relative;
}
.work-steps__item ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.work-steps__item ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}
.work-steps__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 150px;
  line-height: 1.07;
  color: var(--grey-3);
  opacity: 0.3;
}
@media (min-width: 1280px) {
  .work-steps__num {
    text-align: left;
    font-size: 220px;
    line-height: 1;
  }
}
.work-steps__cont {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
@media (min-width: 1280px) {
  .work-steps__cont {
    padding-top: 108px;
  }
}
.work-steps__title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.25;
  color: var(--accent-pink-default);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1280px) {
  .work-steps__title {
    line-height: 1.214;
    font-size: 28px;
  }
}
.work-steps__desc {
  font-size: 14px;
  line-height: 1.29;
  margin: 0;
  color: var(--black-1);
}
@media (min-width: 1280px) {
  .work-steps__desc {
    font-size: 16px;
    line-height: 1.37;
  }
}
.prod-item__image img {
  margin-bottom: 20px;
  transition: all .3s ease;
   border: 2px solid transparent;
}
.prod-item__image img {
  border-radius: 30px;
  width: 100%;
}
.prod {
  background: var(--accent-green-default);
  padding: 40px 0px;
  transition: all .3s ease;
  overflow: hidden;
}
.prod__item:hover .prod-item__image img {
  border: 2px solid #fff;
  border-radius: 30px;
}
.prod__item:hover .prod-item__title {
  text-decoration: underline;
  transition: all .3s ease;
}
.prod__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  justify-content: flex-end;
}

.swiper-button-nextPro {
  cursor: pointer;
}

.swiper-button-prevPro {
  cursor: pointer;
}

.prod-slider {
  width: 100%;
  position: relative;
  overflow: visible;
}

.text-white {
  color: var(--white-1);
}

.prod__item {
  display: flex;
  flex-direction: column;
}

.prod-item__title {
  font-weight: 700;
font-size: 28px;
color: var(--white-1);
display: block;
}

.prod-item__price {
font-weight: 700;
font-size: 50px;
color: var(--white-1);
}
.prod .section-title {
  margin-top: 0;
}
.inform__container {
  display: grid;
  grid-template-columns: auto 600px;
  gap: 0px 60px;
  margin-top: 0px;
  align-items: flex-start;
  justify-content: flex-end;
}

.inform__block {
  display: flex;
  flex-direction: column;
}

.inform__block-phone {
  font-weight: 700;
  font-size: 50px;
  color: var(--white-1);
  text-decoration: none;
}

.inform__block-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
}

.proff__container {
    display: grid;
  grid-template-columns: auto 1020px;
  gap: 0px 60px;
}

.proff__man-w {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0px 60px;
  margin-top: 80px;
  border-top: 1px solid var(--white-1);
  padding-top: 40px;
}

.proff__manw-image {

}

.proff__manw-fio {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--white-1);
}

.proff__manw-dol {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white-1);
  margin-top: 8px;
}

.proff__manw-text {
  display: flex;
  flex-direction: column;
}

.proff__manw-descr {
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 136%;
  max-width: 668px;
  color: var(--white-1);
  margin-bottom: 40px;
}
.brend__descr {
  max-width: 662px;
}


.proff__man {
  display: grid;
  grid-template-columns: auto 820px;
  gap: 0px 60px;
  margin-top: 80px;
}

.proff__man-image {

}

.proff__man-fio {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--accent-pink-default);
}

.proff__man-dol {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
  margin-top: 8px;
}

.proff__man-text {
  display: flex;
  flex-direction: column;
}

.proff__man-descr {
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 136%;
  color: var(--black-1);
    margin-bottom: 40px;
}

.proff__texts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px 60px;
  margin-bottom: 40px;
  width: 80%;
}
.proff__text p {
  margin-top: 0;
}
.proff__lists {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px 20px;
  margin-top: 80px;
}

.proff__item {
  display: flex;
  flex-direction: column;
}

.proff__item-num {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: var(--accent-green-default);
}

.proff__item-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  text-transform: uppercase;
  max-width: 310px;
}

.articles__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px 20px;
}

.articles__item {
  background: var(--white-1);
  border: 2px solid var(--black-1);
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 20px;
}

.articles__item-image  {
  border-radius: 10px;
  max-height: 169px;
  display: block;
  overflow: hidden;
}

.articles__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-1);
  text-decoration: none;
}

.link__all {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--accent-pink-default);
  text-decoration: none;
  margin-top: 40px;
  display: flex;
  width: fit-content;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  margin-left: auto;
  padding-right: 31px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.link__all::before {
  content: '';
  position: absolute;
  background: url('../img/link.svg');
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 5px;
  width: 19px;
  height: 17px;
}
.link__all:hover {
  border-bottom: 2px solid #D13971;
}
.faq__aside {
  background: url('../img/bg-aside.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 390px;
}

.faq__container {
  display: grid;
  grid-template-columns: auto 1020px;
  gap: 24px;
}

.faq__content {

}

.questions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  margin-top: 40px;
  gap: 16px;
  max-width: 1130px;
  margin: 0 auto;
}

.questions-item {
  list-style: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid;
}


.questions-item__title {
  text-transform: none;
  line-height: 135%;
  font-size: 28px;
  color: var(--black-1);
    text-align: left;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.questions-item__title span {
   font-weight: 700;
  font-size: 28px;
  color: var(--black-1);
}


.questions-item__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    width: 100%;
    background: 0 0;
    border: none;
    height: auto;
    padding: 0px 0px 20px 0px;
    cursor: pointer;
    padding-left: 0px;
    transition: all 0.5s;
    flex-direction: row-reverse;
    transition: 0.3s;
    transition: 0.5s ease-in-out;
}

.questions-item__control {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 30px;
    /* 30.8px */
}

.questions-item__icon {
    position: relative;
    width: 34px;
    height: 34px;
    transition:  0.5s;
}

.questions-item__icon:hover {
    position: relative;
    display: flex;
    width: 34px;
    height: 34px;
}

.questions-item__icon:hover svg path {
    stroke: #fff;
}

.open-accordeon .questions-item__icon  {
    transition: all 0.5s;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions-item:hover .questions-item__icon  {
    transition: all 0.5s;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-accordeon .questions-item__icon svg path {
    stroke: #fff;
}

.questions-item:hover .questions-item__icon svg path {
    stroke: #fff;
}


.questions-item__content {
    padding: 20px;
    display: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
    
}

.questions__list .open-accordeon .questions-item__content {
    display: block;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: -0.01em;
    color: var(--text-secondary);
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
    padding-right: 0px;
    border-radius: 0px 0px 32px 32px;
    will-change: max-height;
    opacity: 1;
    animation: ani 1s forwards;
    backdrop-filter: blur(16px);
    background: var(--bg-secondary);
    padding-bottom: 10px;
}


.questions__list .open-accordeon .questions-item__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--black-1);
}
.salesslider__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.salesslider {
  overflow: hidden;
}
.salesslider__nav {
  display: flex;
  gap: 24px;
}
.salesslider__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.sale-hero {
  display: flex;
  margin-bottom: 60px;
}
.sale-hero__left {
  background: var(--Black-1, #272727);
  padding: 20px 30px;
  width: 50%;
  border-radius: 30px 0 0 30px;
}
.sale-hero__right {
  position: relative;
  width: 50%;
}
.sale-hero__right img {
  object-fit: cover;
  border-radius: 0 30px 30px 0;
  width: 100%;
  height: 100%;
}
.sale-hero__right:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #272727 0%, rgba(39, 39, 39, 0.00) 100%);
  width: 178px;
  height: 100%;
  
}
.adv__item:hover .adv__item-text{
  text-decoration: underline;
  transition: all .3s ease;
}
.adv__item:hover svg path  {
  fill: #4BBDAC;
}
.sale-hero__left h1 {
  color: #fff;
  font-size: 56px;
  margin-top: 0;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.sale-hero__left p {
  color: #fff;
  margin-bottom: 30px;
  line-height: 137%;
}
.sale-hero__left .btn {
  margin-left: auto;
}
.cont-faces {
  margin-bottom: 120px;
}
.cont-block {
  margin-bottom: 92px;
}
.cont-faces__row {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 40px;
 
}
.cont-faces__item .cont-faces__photo {
  width: 220px;
  margin-bottom: 0;
  height: 255px!important;
  text-align: center;
  background: #AFAFAF;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.cont-faces__name {
  margin-bottom: 9px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.cont-faces__oc {
  color: #D23A72;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 30px;
  font-weight: 500;
}
.cont-faces__photo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
.cont-faces__item {
  width: 249px;
}
.cont-faces__item p {
  font-weight: 500;
  margin: 0;
}
.cont-block__title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
.cont-block h2{
  margin-left: 305px;
}
.cont-map {
  margin-bottom: 120px;
}
.cont-block__grid {
  margin-left: 305px;
}
.cont-block__row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 22px;
  margin-bottom: 20px;
  align-items: center;
}
.cont-block__row:last-child {
  margin-bottom: 0;
}
.cont-block__row p, .cont-block__row a {
  font-family: 'Montserrat';
  font-size: 20px;
  display: block;
  color: #272727;
  text-decoration: none;
  margin: 0;
  font-style: normal;
  font-weight: 600;
}
.cont-block__row span {
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: rgba(87, 87, 86, 0.80);
}
.cont-block__map {
  overflow: hidden;
  height: 700px;
  border-radius: 30px;
  background: var(--Grey-3, #AFAFAF);
}
.cont-block__map iframe {
  width: 100%;
  height: 100%;
}
.cards-price .wondow__item-image{
  height: 410px;
}
.cards-price .wondow__item-image img{
  height: 100%;
  object-fit: cover;
}
.cards-price .wondow__item-props {
  gap: 0;
}
.cards-price p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  font-family: 'Montserrat';
}
.cards-price ul {
  margin-top: 0;
  padding-left: 30px;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.cards-price li {
  font-weight: 500;
}
.wondow__item-title {
  padding-top: 20px;
}
.cards-price__price {
  text-align: right;
  padding: 0 16px;
  font-size: 28px;
  font-weight: 600; 
}
.cards-price .wondow__item {
  height: 100%;
  padding-bottom: 20px;
}
.cards-price .window__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.cards-price .wondow__item {
  width: calc(100% / 3 - 20px);
}
@media (max-width: 1023px) {
  .benefits-steps__item:nth-of-type(5) {
    display: none;
  }
  
}
@media (max-width: 980px) {
  .lam-slider {
    display: block;
  }
  .cont-block h2, .cont-block__grid {
    margin-left: 0;
  }
  .cont-block h2 {
    font-size: 20px;
  }
  .cont-block__row span, .cont-block__row p {
    font-size: 14px;
  }
.yplot-slide {
  display: flex;
  flex-direction: column;
}

.windows-slider {
  display: block;
}
.adv__item-icon svg {
  width: 50px;
  height: 70px;
}
.recommended-slider {
  display: block;
}

.plit-slider {
  display: block;
}
  .preims-lists {
    display: flex;
    flex-direction: column;
  }
  .prof__container {
    display: flex;
    flex-direction: column;
  }
  .service-overview__inner {
    display: flex;
    flex-direction: column;
  }
  .proces__block {
    display: flex;
    flex-direction: column-reverse;
  }
  .proces__block:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
  .proces__block-image img{
    max-width: 100%;
  }
  .brend__container {
    flex-direction: column;
  }
  .brend__content {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .brend__props {
    width: 100%;
  }
  .tab-content {
    padding: 24px 10px;
  }
  .service-overview__aside {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .circle-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--black-1);
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    text-align: left;
    display: block;
    margin: 0 auto;
    z-index: 9;
    margin-bottom: 40px;
  }
  .process__block-four {
    position: relative;
  }
  .process__block-three {
    position: relative;
  }
  .process__block-one {
    position: relative;
  }
  .process__block-two {
    position: relative;
  }
  .process__block-five {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .process__block {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 80px;
    margin-bottom: 24px;
    z-index: 99;
  }
  .process__bg {
    background: url('../img/bg-mob.png');
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    z-index: 9;
    width: 100%;
    background-size: contain;
    left: -20px;
    top: 55px;
  }
  .sale-hero {
    flex-direction: column;
  }
  .sale-hero__left {
    border-radius: 30px 30px 0 0;
  }
  .sale-hero__right img {
    border-radius: 0 0 30px 30px;
  }
  .salesslider__title {
    font-size: 20px;
    margin-right: 25px;
  }
  .sale-hero__right:after {
    background: linear-gradient(180deg, #272727 0%, rgba(39, 39, 39, 0.00) 100%);
    width: 100%;
    height: 100px;
  }
  .sale-hero__left, .sale-hero__right {
    width: 100%;
  }
  .sale-hero__left h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .paket-tab__rows {
    display: flex;
    flex-direction: column-reverse;
  }
  .paket-tab__info {
    margin-top: 20px;
  }
  .svet__container {
    flex-direction: column;
    gap: 20px;
  }
  .svet__content {
    width: auto;
  }
  .svet__lists {
    width: auto;
    margin-top: 50px;
  }
  .sliders-slide {
    object-fit: cover;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .recommended-list {
    display: none;
  }
  .process__block-text {
    width: 75%;
    font-size: 14px;
  }
  .process__block-title {
    width: 100%;
    padding: 5px 16px;
    font-size: 14px;
  }
  .process__block-title br {
    display: none;
  }
  .proces__block-content {
    padding-left: 0;
  }
  .price-tab__content {
    display: flex;
    flex-direction: column-reverse;
    display: none;
  }
  .price-tab__aside {
    width: auto;
  }
  .price-tab__cont {
    width: auto;
  }
  .price-tab__cont img {
    max-width: 100%;
  }
  .plit-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .plit__row {
    display: none;
  }
  .windows__list {
    display: none;
  }
  .windows-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    z-index: 99;
  }
  .windows-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .swiper-pagination-bullets {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lam__block {
    display: none;
  }
  .lam__descr {
    margin-bottom: 20px;
  }
  .lam-tabs__container {
    flex-direction: column;
  }
  .windows-item__image img {
    min-height: 250px;
  }
  .lam-tabs__image {
    height: 280px;
    display: none;
  }
  .lam-tabs__container {
    padding: 10px 10px;
  }
  .lam-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .lam-tab__content {
    width: auto;
  }
  .lam-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--white-1);
  }
  .caption__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--white-1);
  }
  .yplot__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--white-1);
  }
  .swiper-pagination-bullets {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brend__price {
    font-size: 36px;
  }
  .brend__btn-order {
    width: 100%;
  }
  .constr__aside {
    display: none;
  }
  .constr__container {
    flex-direction: column;
    display: flex;
  }
  .constr__row {
    flex-direction: column;
    gap: 20px;
  }
  .constr__item {
    width: auto;
  }
  .slider-info__block {
    width: auto;
    padding: 0px 10px;
    right: 10px;
    left: 10px;
    top: 10px;
  }
  .sliders-slide__container {
    border-radius: 30px;
    padding-bottom: 40px;
  }
  .sliders-slide__container .swiper-pagination {
    display: block;
  }
  .sliders-slide__container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .blits__grids-mob {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }
  .swiper-pagination-bullets {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sliders__slider{
    padding-bottom: 40px;
  }
  .sliders__slider .swiper-slide img {
    height: 400px;
  }
  .sliders__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .window__list {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
  }
  .wondow__item-image img {
    max-width: 100%;
  }
  .blits__container {
    flex-direction: column-reverse;
    display: flex;
  }
  .brend__image {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prof__block .brend__props {
    width: auto;
    padding: 10px 10px;
  }
  .yplot-tab__content {
    flex-direction: column;
    display: flex;
  }
  .yplot-tab__aside {
    width: auto;
  }
  .yplot-tab__cont {
    width: auto;
  }
  .svet__block-mini img {
    display: none;
  }
  .svet__item {
    padding-left: 0;
  }
  .svet__item h4::before {
    position: absolute;
    left: 5px;
    top: -16px;
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: var(--accent-green-default);
  }
  .svet__row {
    flex-direction: column;
  }
  .svet__block {
    width: auto;
  }
  .svet__images {
    width: auto;
  }
  .prof__preim {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paketk-tab-list__icon {
    position: relative;
  }
  .paketk-tab-list__item {
    display: flex;
    flex-direction: column;
  }
  .paketk-tab-list__text {
    padding-left: 0;
    width: auto;
  }
  .paketk-tab-list__text h3::before {
    display: none;
  }
  .paketk-tab-list__icon::before {
    position: absolute;
    right: -60px;
    top: 12px;
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: var(--accent-pink-default);
  }

  .paket-tab-list__icon {
    position: relative;
  }
  .paket-tab-list__item {
    display: flex;
    flex-direction: column;
  }
  .paket-tab-list__text {
    padding-left: 0;
    width: auto;
  }
  .paket-tab-list__text h3::before {
    display: none;
  }
  .paket-tab-list__icon::before {
    position: absolute;
    right: -60px;
    top: 12px;
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: var(--accent-pink-default);
  }
  .prof-list__item {
    flex-direction: column;
  }
  .prof-list__icon {
    position: relative;
  }
  .prof-list__icon::before {
    position: absolute;
    right: -60px;
    top: 12px;
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: var(--accent-pink-default);
  }
  .prof-list__text h3::before {
    display: none;
  }
  .prof-list__text {
    padding-left: 0;
    width: auto;
  }
  .lineyka__container {
    flex-direction: column;
    display: flex;
  }
  .lineyka__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .lineyka__slider {
    padding: 0;
    padding-bottom: 40px;
  }
  .recommended-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .plit-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .swiper-pagination-bullets {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineyka__content {
    padding-right: 0;
  }
  .lineykas__nav {
    display: none;
  }
  .garbage__container {
    display: flex;
    flex-direction: column;
  }
  .slider__nav {
    display: none;
  }
  .home-tab__content img{
    max-width: 100%;
  }
  .home-info__block {
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    position: relative;
    padding: 10px 10px;
  }
  .garbage__box {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .box-header__title {
    font-size: 18px;
  }
  .box-item__label {
    font-size: 16px;
  }
  .box-item__value {
    font-size: 16px;
  }
  .garbage__box-item {
    gap: 20px;
  }
  .brends__container {
    padding-bottom: 20px;
  }
  .colors__items p {
    margin-top: 0;
  }
  .devilery__lists {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .devilery__item {
    width: 45%;
  }
  .devilery__item:last-child {
    width: 100%;
  }
  .blits__grids {
    display: none;
  }
  .devilery__item-num::after {
    content: '';
    position: absolute;
    background: url('../img/line-1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    height: 2px;
    top: 30px;
    left: 80px;
    z-index: 2;
  }
  .devilery__item:nth-of-type(2) .devilery__item-num::after {
    content: '';
    position: absolute;
    background: url('../img/line-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 20px;
    top: 60px;
    left: 30px;
    z-index: 2;
  }
  .devilery__item:nth-of-type(3) .devilery__item-num::before {
    content: '';
    position: absolute;
    background: url('../img/line-3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 20px;
    top: 60px;
    left: 30px;
    z-index: 2;
  }
  .devilery__item:nth-of-type(4) .devilery__item-num::after {
    content: '';
    position: absolute;
    background: url('../img/line-3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 20px;
    top: -20px;
    left: 30px;
    z-index: 2;
  }
  .devilery__item-text {
    position: relative;
    z-index: 999;
    background: var(--gray-4);
  }
  .devilery__item:nth-of-type(5) .devilery__item-num::after {
    content: '';
    position: absolute;
    background: url('../img/line-5.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 110px;
    top: -70px;
    left: -70px;
    z-index: 9;
    display: block;
  }
  .yplot-tab__info {
    width: 45%;
    font-size: 15px;
  }
  .yplot-info__row {
    left: 10px;
    right: 10px;
  }
  .blits__item.blits__item-pink {
    grid-column: 1 / 3;
    height: 170px;
    align-items: center;
  }
  .blits__item.blits__item-green {
    grid-column: 1 / 3;
    height: 170px;
    align-items: center;
  }
  .blits__aside h2 {
    margin-top: 0px;
  }
  .blits__aside {
    background-size: cover;
    height: 574px;
  }
  .yplot-prop__list {
    width: 32%;
  }
  .yplot-prop__list::after {
    right: 170px;
    top: 12px;
    width: 135px;
  }
  .swiper-button-prevl {
    margin-left: 10px;
  }
  .swiper-button-nextl {
    margin-right: 10px;
  }
  .mains {
    background: transparent;
  }
  .mains__nav {
    display: none;
  }
  .mains__container {
    display: flex;
    flex-direction: column;
  }
  .mains__title {
    font-size: 28px;
  }
  .mains__text {
    max-width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: var(--black-1);
  }
  .mains__right {
    position: relative;
    width: auto;
    bottom: -20px;
  }
  .proff__container {
    display: flex;
    flex-direction: column;
    
  }
  .proff__texts {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .proff__images img {
    max-width: 100%;
  }
  .proff__lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
  }
  .proff__item-num {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
  }
  .proff__item-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    text-align: center;
  }
  .proff__man {
    display: flex;
    flex-direction: row;
    gap: 0px 20px;
  }
  .proff__man-image {
    width: 30%;
  }
  .proff__man-image img {
    max-width: 100%;
  }
  .proff__man-text {
    width: 70%;
  }
  .proff__man-descr {
    font-size: 14px;
  }
  .work__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .work__image img {
    max-width: 100%;
  }
  .sertifiacts__container {
    display: flex;
    flex-direction: column;
  }
  .sertifiacts__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
  }
  .adv__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }
  .adv__item {
    padding: 10px 25px;
    align-items: center;
    justify-content: center;
  }
  .adv__item-icon {
    height: 90px;
  }
  .adv__item-icon img {
    max-width: 100%;
    height: 90px;
    display: block;
    width: auto;
  }
  .adv__item-text {
    font-size: 16px;
  }
  .articles__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .articles__item-image img {
    max-width: 100%;
    width: 100%;
  }
  .articles__item-title {
    font-size: 15px;
  }
  .prod-item__title {
    font-size: 16px;
  }
  .prod-item__price {
    font-weight: 700;
    font-size: 32px;
    color: var(--white-1);
  }
  .mains-item__title {
    font-size: 16px;
  }
  .mains-item__text {
    font-size: 14px;
  }
  .mains-item__num {
    font-size: 40px;
  }
  .mains__item {
    border-radius: 20px;
    padding: 16px 20px;
    height: 152px;
  }
  .faq__aside {
    display: none;
  }
  .questions-item__title {
    font-weight: 700;
    font-size: 16px;
    color: var(--black-1);
  }
  .questions-item__content {
    font-size: 14px;
  }
  .faq__container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .link__all {
    font-size: 16px;
  }
  .proizvod__top {
    display: flex;
    flex-direction: column-reverse;
  }
  .proizvod__aside {
    gap: 12px;
    margin-bottom: 20px;
  }
  .proizvod__block-border {
    padding: 16px 20px;
  }
  .proizvod__block-green {
    padding: 16px 20px;
  }
  .proizvod__block-border span {
    font-weight: 700;
    font-size: 32px;
    color: var(--black-1);
  }
  .proizvod__block-border p {
    font-weight: 700;
    font-size: 16px;
    color: var(--black-1);
  }
  .proizvod__block-green span {
    font-weight: 700;
    font-size: 32px;
  }
  .proizvod__block-green p {
    font-weight: 700;
    font-size: 16px;
  }
  .otziv__bottom-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
  }
  .otziv__bottom-item {
    justify-content: space-between;
    width: 100%;
  }
  .otziv__nav {
    display: none;
  }
  .case__container {
    display: flex;
    flex-direction: column;
  }
  .case__slide {
    flex-direction: column;
    height: auto;
    padding: 12px 12px;
    gap: 0px;
  }
  .case__prop span {
    font-size: 14px;
  }
  .case-thumbs .swiper-slide-container img {
    border-radius: 0px;
  }
  .case-thumbs .swiper-slide .swiper-slide-container {
    height: auto;
  }
  .case__prop p {
    font-size: 15px;
  }
  .case__slide-images {
    width: auto;
  }
  .case__slide-info {
    width: auto;
  }
  .case__nav {
    display: none;
  }
  .vibor::before {
    display: none;
  }
  .vibor::after {
    display: none;
  }
  .form__title {
    font-size: 16px;
  }
  .form-decor {
    height: 445px;
  }
  .quiz-question__answers {
    gap: 12px;
  }
  .quiz-question__label-img span {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: var(--black-1);
    height: 50px;
  }
  .quiz-question__btns {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .smeta {
    padding: 40px 0px 180px 0px;
  }
  .smeta::after {
    display: none;
  }
  .smeta::before {
    width: 250px;
    height: 156px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .inform__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .inform__block-phone {
    font-weight: 700;
    font-size: 31px;
    color: var(--white-1);
  }
  .proff__man-w {
    display: flex;
    flex-direction: row;
    gap: 0px 20px;
  }
  .proff__manw-image {
    width: 30%;
  }
  .proff__manw-image img {
    max-width: 100%;
  }
  .proff__manw-text {
    width: 70%;
  }
  .proff__manw-descr {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: var(--white-1);
  }
  .forms__container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px 20px;
    align-items: center;
  }
  .forms__image img {
    max-width: 100%;
    display: none;
  }
  .form__row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px 20px;
  }
  .forms::after {
    display: none;
  }
  .btn__mains {
    width: 100%;
  }
  .otziv-slider {
    position: relative;
    padding-bottom: 40px;
  }
  .otziv-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .prod-slider {
    position: relative;
    padding-bottom: 40px;
  }
  .prod__nav {
    display: none;
  }
   .prod-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .case__slider {
    position: relative;
    padding-bottom: 40px;
  }
   .case__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .mains-slider {
    padding-bottom: 40px;
  }
  .mains-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--black-3);
  }
  .windows-slider {
    max-width: 560px;
  }
  .windows-item__image img {
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
  }
  .original__container {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
  }
  .original__tab {
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .original__left {
    width: 100%;
    gap: 20px;
  }
  .original__right {
    width: 100%;
    gap: 20px;
  }
  .original__item span {
    font-size: 16px;
  }
  .original__item p {
    font-size: 14px;
  }
  .original__item-green {
    padding: 16px 20px;
  }
  .original__item-green h3 {
    font-size: 16px;
  }
  .original__item-green p {
    font-size: 14px;
  }
  .original__item-green span {
    font-size: 32px;
  }
  .original__aside {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .caption-title {
    font-size: 16px;
  }
  .original__tab-btn--active:before {
    position: absolute;
    left: 4px;
    top: 10px;
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    background: var(--accent-pink-default);
  }
  .rachet__container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
    padding-top: 40px;
  }
  .rachet__image img {
    max-width: 100%;
  }
  .rachet__block {
    padding: 20px 10px;
  }
  .rachet__group-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .rachet__info-title {
    font-size: 16px;
  }
  .rachet__group-label {
    font-size: 15px;
  }
  .radio-container {
    font-size: 15px;
  }
  .rachet__price {
    font-size: 48px;
  }
  .rachet__info-price p {
    font-size: 14px;
  }
  .info-prop__label {
    font-size: 16px;
  }
  .info-prop__value {
    font-size: 16px;
  }
  .custom-select-wrapper {
    width: auto;
  }
  .campare__tabs-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .campare__tab-btn {
    width: max-content;
  }
  .campare__tabs {
    width: max-content;
  }
  .campare__tabs-block span {
    font-size: 15px;
    line-height: 133%;
  }
  .campare-aside__prop {
    display: none;
  }
  .campare__tab-aside {
    display: none;
  }
  .campare__tab-container {
    display: flex;
  }
  .campare__item {
    width: 48%;
    gap: 10px;
  }
  .campare__tab-content {
    padding: 20px 10px;
  }
  .campare__item-title {
    font-size: 16px;
  }
  .campare__item-props {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .campare__item-props .campare__props-label-mob {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: var(--grey-3);
    display: block;
  }
  .prod .section-title{
    padding: 0px 10px;
  }
  .case {
    padding: 40px 0px 40px 0px;
  }
  .paket-tab__span {
    font-size: 15px;
  }
  .constr__item-title {
    font-size: 32px;
  }
  .constr__item-text {
    font-size: 14px;
  }
  .constr__item {
    padding: 16px 10px;
  }
  .slider-info__block p {
    font-size: 14px;
  }
  .wondow__item-title {
    font-size: 20px;
  }
  .wondow__item-property .name {
    font-size: 14px;
  }
  .wondow__item-property .value {
    font-size: 14px;
  }
  .blits__item-pink span {
    font-size: 16px;
  }
  .blits__item-green span {
    font-size: 16px;
  }
  .blits__item.blits__item-pink {
    height: auto;
    border-radius: 10px;
  }
  .blits__grids-mob {
    gap: 5px 5px;
  }
  .blits__item.blits__item-green {
    height: auto;
    border-radius: 10px;
  }
  .prof__text p {
    font-size: 14px;
  }
  .price__tabs {
    width: 100%;
    overflow-x: scroll;
  }
  .benefits-steps__item span {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .paketk-tab__preim {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .paketk-tab__preim {
    gap: 60px 20px;
  }
}
.mains-back {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  width: 619px;
  height: 546px;
}
.mains__right {
  bottom: -200px;
}
.mains {
  margin-top: 40px;
}
.swiper-button-disabled {
  cursor: auto!important;
    background: rgba(0, 0, 0, 0.07)!important;
    border: none!important;
}
.swiper-button-disabled svg {
  opacity: .4;
}
.gallery-thumbs .swiper-button-disabled {
  opacity: .4;
}
.gallery-thumbs .swiper-slide {
  opacity: .5;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-top {
  height: 500px;
}
.gallery-top img, .gallery-top .swiper-slide-container {
  height: 100%;
}
.proizvod__block p {
  margin-bottom: 0;
}
.case__descr {
  color: #fff;
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-left: 174px;
margin-bottom: 10px;
width: 100%;
max-width: 402px;
flex-shrink: 0;
}
.case .section-title {
  margin-bottom: 0;
}
.case .section-title {
  margin-top: 20px;
}
.case .section__header {
  display: flex;
  align-items: flex-end;
}
.faq .section__header  {
  margin-left: 380px;
}
.faq__container {
  display: flex;
}
.questions-item__icon {
  transition: all .5s ease;
}

.inform__container {
  display: flex;
  justify-content: flex-start;
  margin-left: 310px;
}
.inform__block .btn {
  margin-top: 40px;
  width: fit-content;
}
.inform__block-text {
  margin-bottom: 0;
  flex-shrink: 0;
}

.case-thumbs .swiper-slide-thumb-active .swiper-slide-container {
    border: 4px solid var(--accent-green-default);
    border-radius: 10px;
}
.swiper-button-disabled.swiper-button-nextC, .swiper-button-disabled.swiper-button-prevC, .case__nav .swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-nextC, .swiper-button-prevC {
  z-index: 3;
}
.forms__image img {
  width: 100%;
}
.price-tab__cont img {
  width: 100%;
}
.home-tab__content img {
  width: 100%;
  height: 600px;
}
.tab-content.active {
  display: block;
}
.proces__block-image img {
  width: auto;

}
.proces__block-content {
  min-width: 30%;
  width: auto;
}
.proces__block-image {
  width: auto;
  
  max-width: 70%;
}
.proces__block {
  display: flex;
}
.campare__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  position: relative;
}
.campare__sort__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.campare__sort__body {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-style: normal;
  color: #D23A72;
  cursor: pointer;
  font-weight: 600;
  line-height: 28px;
}
.campare__sort__popup {
  box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 187px;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 20px 24px;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  display: none;
}
.campare__sort__popup label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.campare__sort__popup input {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.campare__sort__popup label.active:after{
  content: '';
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  right: 0;
  background: url('../img/check2.svg') no-repeat center;
}
.campare__sort__popup.active {
  display: flex;
}
.campare__sort__body.active svg {
  transform: rotate(180deg);
}
.campare__sort__body svg {
  transition: all .3s ease;
}
.quiz-question__btns {
  gap: 10px;
}
.quiz-question__label-img.active {
  border: 4px solid #fff;
}
#step5 .btn-next {
  border-radius: 0;
  background: #fff;
}
.quiz__row {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px; 
  padding-bottom: 12px;
}
.quiz__row img {
  border-radius: 0;
}
.quiz-price {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding-top: 5px;
   padding-bottom: 16px;
}
.quiz-price span {
  height: auto;

}
.quiz-price .btn {
  margin: 0 auto;
  display: flex;
  width: fit-content;
  margin-top: 16px;
}

.contacts-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.contacts-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.contacts-card__header h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.contacts-card__header h2 span {
  color: #e91e63;
}

.contacts-card__close {
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.contacts-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contacts-card__map img,
.contacts-card__route img {
  width: 100%;
  border-radius: 12px;
}

.contacts-card__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contacts-card__address p {
  margin: 0 0 8px;
}

.contacts-card__phone a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.contacts-card__time {
  font-size: 14px;
  color: #666;
}

.contacts-card__gallery {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gallery__images {
  display: flex;
  overflow: hidden;
  gap: 8px;
  flex: 1;
}

.gallery__images img {
  width: 100px;
  border-radius: 8px;
}

.gallery__prev,
.gallery__next {
  background: none;
  border: none;
 
}
.contacts-card__gallery img {
  width: 100%;
  border-radius: 10px;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.contacts-card__gallery .swiper-slide {
  height: 78px;
  display: block;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  min-height: 100vh;
  height: 100%;
/*  display: none;*/
}
.search-popup__bg {
  background: rgba(0,0,0,.3);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.search-d.active {
  background: #fff;
}
.search-popup__wrapper {
  background: #fff;
  width: 100%;
  max-width: 850px;
  position: absolute;
  right: 0;
  top: 55px;
  border-radius: 0px 0 30px 30px;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.05);
  height: 620px;
  z-index: 2;
  padding: 20px 24px;
  display: none;
}
.search-popup__label {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.search-popup__label input {
  border-radius: 30px;
  border: 2px solid var(--Black-3, rgba(0, 0, 0, 0.15));
  background: var(--White-1, #FFF);
  height: 48px;
  padding: 12px 24px;
  width: 100%;
  font-weight: 500;
}
.search-popup__label input::placeholder {
  color: var(--Grey-3, #AFAFAF);
}
.search-popup__result:not(:last-child) {
  margin-bottom: 40px;
}
.search-popup__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.search-popup__result span {
  display: block;
  font-weight: 600;
  color: #AFAFAF;
}
.search-popup__link {
  color: #272727;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.search-popup__link:hover {
  color: #AFAFAF;
}
.header__cont {
  position: relative;
}
.campare__item-image {
  position: relative;
  display: inline-block;
}

.lens {
  position: absolute;
  border: 2px solid #007bff;
  border-radius: 50%;
  width: 100px;   
  left: 0;
  bottom: 0;
  height: 100px;
  cursor: none;
  background-color: rgba(255,255,255,0.2);
  pointer-events: none; /* чтоб мышь проходила сквозь */
}
.icon__lam {
  position: relative;
  display: flex;
  border: 1px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.icon__lam:hover {
  background: none;
  border: 1px solid #4bbdac;
}
.icon__lam:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/newlamp.svg') no-repeat center;
  width: 10px;
  height: 14px;
  opacity: 0;
}
.icon__lam:hover:after {
  opacity: 1;
}
.otziv-slide {
  overflow: hidden;
  max-height: 300px;
}
.otziv-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bread {
  display: flex;
  gap: 5px;
  padding: 0; 
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
}
.bread li {
   display: block;
}
.bread a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
}
.bread a:hover {
  color: #272727;
}
.about-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 120px;
}
.about-block__right {
  margin-left: auto;
  width: 100%;
  max-width: 488px;
}
.about-block .mains__title span {
  color: #D23A72;
}
.about-block .mains__title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
}
.about-block__row {
  display: flex;
  margin-top: 50px;
  gap: 30px;
}
.btn-white {
  border-radius: 26px;
  color: #D23A72;
  border: 2px solid var(--Accent-Pink-Default, #D23A72);
  background: var(--White-1, #FFF);
}
.btn-white:hover {
  color: #fff;
  background: #D23A72;
}
.about-block .mains__text {
  margin-bottom: 0;
  max-width: 490px;
  width: 100%;
  margin-top: 30px;
}
.hero-project .hero__title-row_1 {
  border-radius: 20px;
  display: flex;
  gap: 15px;
  width: fit-content;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}
.projects__item img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.projects__item__inner {
  padding: 20px;
  background: #fff;
}
.projects__item__title {
  font-size: 28px;
  line-height: normal;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.projects__item {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.projects__item p {
  font-weight: 500;
  margin-bottom: 16px;
}
.projects__item a {
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: right;
  color: #272727;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: auto;
  width: fit-content;
  display: flex;
}
.projects__item a:hover {
  color: #D23A72;
}
.projects {
  margin-bottom: 120px;
}
.projects__pag {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 6px;
}
.projects__pag li {
  height: 50px; 
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects__pag a, .projects__pag span {
  color: #272727;
  text-decoration: none;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.projects__pag .active {
  border-radius: 30px;
  background: var(--Accent-Pink-Default, #D23A72);
  color: #fff;
}
.projects__pag .active a, .projects__pag .active span {
  color: #fff;
}
.projects__pag  .prev-pag, .projects__pag  .next-pag {
  width: fit-content;
  border-radius: 26px;
  border: 2px solid var(--Black-1, #272727);
  background: var(--White-1, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.projects__pag  .prev-pag a , .projects__pag  .next-pag a {
  font-size: 16px;
  padding: 12px 28px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects__pag  .prev-pag.disabled > * , .projects__pag  .next-pag.disabled > * {
  color: var(--Black-2, rgba(0, 0, 0, 0.40));
  font-size: 16px;
}
.projects__pag  .prev-pag.disabled , .projects__pag  .next-pag.disabled {
  background: var(--Black-4, rgba(0, 0, 0, 0.07));
  border: none;
  pointer-events: none;
}
.projects__pag  .prev-pag {
  margin-right: 16px;
  
}
.projects__pag  .next-pag {
  margin-left: 16px;
}


.projects__pag li:not(.active):hover  {
  border-radius: 100px;
  background: rgba(0,0,0,.07);
}
.projects__pag .prev-pag:hover a, .projects__pag .next-pag:hover a {
  color: #fff;
}
.projects__pag  .next-pag:hover, .projects__pag  .prev-pag:hover {
  background: #272727!important;
  
}
.rev-hero .hero__title-row_1 {
  border-radius: 20px 20px 20px 0;

}
.rev-hero .hero__title-row:last-child {
  border-radius: 0 0 20px 20px;
}
.rev-hero .hero__title-row
.rev-hero .btn {
  margin-top: 35px;
}
.article-hero .hero__title-row_1 {
  border-radius: 20px;
}
.faq-hero .hero__title-row_1 {
  border-bottom-right-radius: 0;
}
.faq-hero .hero__title-row_2 {
  border-radius: 0 20px 20px 0;
}
.rev-hero .btn {
  margin-top: 0px;
}
.otziv-logostar {
  width: 69px;
  height: 20px;
  margin-right: 8px;
}
.rev-hero .hero__desc {
  margin-bottom: 25px;
}
.article-hero .hero__title-row_1 {
  border-radius: 20px!important;
}
.projects .section-title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
.rev-main .otziv__top {
  display: flex;
  align-items: center;
}
.rev-main .otziv__tabs {
  margin-bottom: 0;
}
.rev-main .otziv__bottom-info {
  margin-top: 0;
}
.rev-main  .otziv__top{
  margin-bottom: 30px;
}
.rev-main  .otziv-tab__content {
  flex-wrap: wrap;
  gap: 40px 20px;
}
.rev-main .otziv-slide {
  flex: 0 0 calc(100% / 3 - 14px);
}
.faq-main .otziv__top {
  margin-bottom: 40px;
}
.faq-main .otziv__tab-btn:not(.otziv__tab-btn--active) {
  color: var(--Black-2, rgba(0, 0, 0, 0.40));
}
.faq-main .questions-item__title {
  text-transform: none;
}
.faq-main .questions__list {
  max-width: 100%;
}
.faq-main .faq__content {
  width: 100%;
}
.article__item {
  display: flex;
  padding: 24px;
  border-radius: 30px;
  border: 2px solid var(--Black-1, #272727);
  background: var(--White-1, #FFF);
  gap: 20px;
  margin-bottom: 30px;
}
.articles__img {
  width: 296px;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
}
.articles__title {
  font-size: 28px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
.articles__info {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--Black-2, rgba(0, 0, 0, 0.40));
}
.articles__views {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.40);
}
.article__item p {
  line-height: normalю;
  margin-bottom: 20px;
  margin-top: 8px;
}
.article__item .btn {
  margin-bottom: 0;
  display: flex;
  width: fit-content;
  background: #4BBDAC;
  margin-left: auto;
}
.articles-main .article__item .btn {
  margin-top: -15px;
}
.salesgrid .articles__right {
  display: flex;
  flex-direction: column;
}
.articles__items .articles__right {
  display: flex;
  flex-direction: column;
}
.articles-main .article__item .btn {
  margin-top: auto;
  flex-shrink: 0;
}
.salesgrid .article__item .btn {
  margin-top: auto;
}
.main-article {
  margin-bottom: 60px;
}
.main-article__title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 44px;
  position: relative;
  line-height: 110%;
}
.main-article__title:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  left: 0; 
  top: 0;
  background: #D23A72;
  border-radius: 4px;
}
.main-article__row  {
  display: flex;
  width: 100%;
  gap: 120px;
  margin-bottom: 60px;
}

.main-article__info p {
  font-size: 20px;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 6px;
}
.main-article__info span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: var(--Accent-Pink-Default, #D23A72);
}
.main-article__img {
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
  height: 441px;
  margin-bottom: 60px;
  overflow: hidden;
}
.main-article__img img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
}
.main-article__text strong {
  display: block;
}
.main-article__text p {
  margin-bottom: 20px;
  line-height: 125%;
}
.main-article__text li {
  margin-bottom: 10px;
  line-height: 125%;
}
.main-article__slider {
  display: block;
  margin-bottom: 120px;
  overflow: hidden;
}
.articles__list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
h2, p {
  line-height: normal;
}
.articles__list__top h2 {
  font-size: 28px;
  margin: 0;
}
.articles__list__nav {
  display: flex;
  gap: 24px;
}
.articles__list__nav div {
  cursor: pointer;
}
.articles__list__nav img {
  width: 50px;
  height: 50px;
}
.articles__list__nav .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sales-hero h1 {
  margin-bottom: 0;
}
.salesgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 40px; 
  margin-bottom: 120px;
}
.salesgrid .articles__img {
  width: 296px;
  flex-shrink: 0;
  height: 195px;
}
.salesgrid .articles__title {
  margin-bottom: 8px;
  line-height: normal;
}
.salesgrid .article__item {
  padding: 24px;
  margin-bottom: 0;
}
.salesgrid .article__item p {
  margin: 8px 0;
}
.mainpopup {
  display: flex;
  border-radius: 30px;
  width: 1017px;
  display: none;
}
.mainpopup__left {
  width: 480px;
  flex-shrink: 0;
  border-radius: 30px 30px 0 30px;
  padding: 36px 40px;
  position: relative;
  z-index: 1;
  background: #F2F2F2;
}
.mainpopup__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
.btn-green {
  background: var(--Accent-Green-Default, #4BBDAC);
}
.mainpopup__descr {
  display: block;
  margin-top: 15px;
  color: #AFAFAF;
}
.mainpopup .form__group {
  width: 100%;
  max-width: 320px;
  margin-bottom: 12px;
}
.mainpopup .form__control {
  border: 2px solid var(--Black-3, rgba(0, 0, 0, 0.15));
}
.form__control {outline:none;}
.form__control::placeholder {
  color: #AFAFAF;
}
.form__control:hover {
  border: 2px solid rgba(210, 58, 114, .6)
}
.form__control:focus, .form__control:focus-within,  .form__control:active{
  border: 2px solid #D23A72;
}
.mainpopup .form__control::placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.mainpopup__right {
  border-radius: 0 30px 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #D23A72;
}
.mainpopup .close {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 3;
  cursor: pointer;
  display: none;
}
.mainpopup__imgs {  
  margin-top: auto;
  padding: 36px 0;
}
.mainpopup__text {
  color: #fff;
  position: relative;
  z-index: 2;
  background: #D23A72;
  padding: 32px;
  border-radius: 30px;
  max-width: 463px;
  margin-bottom: -3px;
}
.mainpopup__bottoms {
  position: relative;
  height: 244px;
  background: #F2F2F2;
  border-radius: 0 36px 36px 0;
  width: 90%;
  bottom: -3px;
}
.mainpopup__bottoms:after {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  background: #F2F2F2;
  width: 50px;
  height: 50px;
}
.mainpopup__imgs {
  position: absolute;
  display: flex;
  gap: 15px;
}
.mainpopup__img{
  object-fit: cover;
  width: 100%;
  height: 171px;  
  border-radius: 20px;
}
#montage {
  width: 961px;
  background: #D23A72;
  height: 380px;
}
.mainpopup__stars {
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 24px;
  font-weight: 600;
}
.mainpopup__stars p {
  margin-bottom: 8px;
}
.mainpopup__stars__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#otziv .form__group {
  max-width: 100%;
}
#otziv {
  background: #4BBDAC;
}
#otziv .mainpopup__right {
  background: #4BBDAC;
}
#otziv textarea {
  height: 135px;
}
.form-count {
  text-align: right;
  color: #AFAFAF;
}
.mainpopup__right__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #fff;
  max-width: 410px;
}
#otziv  .mainpopup__right {
  padding: 36px;
  padding-left: 0;
}
.mainpopup__files {
  display: flex;
  padding-left: 30px;
  margin-bottom: 24px;
  gap: 12px;
  align-items: center;
}
.mainpopup__files__number {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.mainpopup__files .btn {
  position: relative;
  color: #272727;
  cursor: pointer;
  border-radius: 26px;
  border: 2px solid var(--Black-1, #272727);
  background: var(--White-1, #FFF);
}
.mainpopup__files .btn input {
  opacity: 0;
  z-index: -11;
  position: absolute;
}
.mainpopup__uploads {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: repeat(3, 1fr);
}
.mainpopup__uploads {
  position: relative;
  background: #4BBDAC;
  height: 250px;
  z-index: 2;
  padding-left: 30px;
  border-radius: 0 0 0 20px ;
  margin-left: 0px;
}
.mainpopup__uploads img {
  border-radius: 20px;
  height: 100px; 
  width: 100%;
}
.mainpopup__uploads__item {
  position: relative;
  height: 100px;
}
.mainpopup__uploads .del {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.mainpopup__plate {
  position: absolute;
  bottom: 0;
  height: 123px;
  background: #F2F2F2;
  left: 0;
  width: 90%;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}
.mainpopup__plate .btn {
  cursor: pointer;
}
.mainpopup__plate:after {
  content: '';
  position: absolute;
  top: -45px;
  left: -10px;
  background: #F2F2F2;
  width: 50px;
  height: 50px;
  border-radius: 0px;
}
#director textarea {
  height: 135px;
}
#director .form__group {
  max-width: 100%;
}
.mainpopup__bloquote__img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  object-fit: cover;
}
.mainpopup__bloquote__row {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  align-items: center;
}
#director {
  width: 1132px;
}
#montage {
  padding: 0;
}
#director .mainpopup__right {
  background: #272727;
  color: #fff;
}
.mainpopup__bloquote {
  padding-left: 30px;
  padding-right: 30px;

  background: #272727;
  margin-top: 33px;
  position: relative;
  z-index: 2;
  height: 382px;
  border-radius: 30px;
}
#director {
  padding: 0;
}
#director .mainpopup__plate {
  width: 96%;
  display: flex;
  gap: 20px;
}
.mainpopup__bloquote__title {
  margin-bottom: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #D23A72;
}
.mainpopup__bloquote p {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}
.form__group.mob {
  display: none;
}
.section-title {
  text-transform: uppercase;
}
.rev-hero .hero__title {
  margin-bottom: 25px;
}
.social__item:first-of-type:hover svg path{
  fill: #29B7F7;
}
.social__item:last-of-type:hover svg path{
  fill: #40C352;
}
.inform .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.inform__block:first-child {
  width: 100%;
  max-width: 402px;
}
.inform__container {
  gap: 0px;
}
.proff__man-w {
  margin-top: 40px;
}
.proff__manw-descr {
  margin-bottom: 30px;
}
.proff__manw-image {
  width: 170px;
  height: 170px;
}
.proff__manw-image img {
  width: 170px;
  flex-shrink: 0;
  height: 170px;
}
.proff__man-w {
  gap: 0;
}
.proff__man-w {
  grid-template-columns: 310px 2fr;
}
body {
  line-height: normal;
}
.otziv-slide__text p {
  margin-top: 0;
}
.otziv-slide__title {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.otziv-slide__date {
  color: #999999;
}
.forms-svg {
  position: absolute;
  top: 0;
  left: 20px;
  display: none;
}
.forms .main-container {
  position: relative;
}
.allprojects-slider {
  overflow: hidden;
  margin-bottom: 120px;
}
.allprojects__nav {
  display: flex;
  gap: 24px;
}
.allprojects__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #272727;
  cursor: pointer;
  border-radius: 100px;
}
.allprojects__button:not(.swiper-button-disabled ):hover {
  background: #272727;
  border: 2px solid #272727;
}
.allprojects__button:not(.swiper-button-disabled ):hover svg path {
  fill: #fff;
}
.allprojects__top {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  margin-bottom: 20px;
}
.allprojects__nav .swiper-button-disabled {
  cursor: auto;
  background: rgba(0, 0, 0, 0.07);
  border: none;
}
.allprojects__nav .swiper-button-disabled svg {
  opacity: .4;
}
.project-hero {
  margin-bottom: 60px;
}
.project-hero__wrapper {
  display: flex;
  gap: 52px;
}
.project-hero__left {
  width: 100%;
  max-width: 695px;
  flex-shrink: 0;
}
.project-hero .case-top {
  height: 440px;
}
.project-hero .case-top .swiper-slide img {
  border-radius: 20px;
  height: 440px;
  max-width: 586px;
  margin: 0 auto;
}
.project-hero .case-thumbs .swiper-slide img {
  height: 94px;
}
.project-hero .case-thumbs {
  height: 100%;
}
.project-hero  .swiper-button-nextC {
  left: 0;
}
.project-hero .swiper-button-prevC {
  right: 0;
}
.project-hero__left .case__slide-images {
  width: 100%;
}
.project-hero__right {
  width: 100%;
}
.project-hero__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.project-hero__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}

.project-hero__info {
  margin-bottom: 20px;
}

.project-hero__row span {
  color: rgba(0, 0, 0, 0.40);
  font-weight: 500;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  margin-right: 0px; 
  order: 1;
}

.project-hero__row::before {
  content: "";
  order: 2;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  display: flex;
  width:100%;
  margin: 0 10px;
 
}

.project-hero__row p {
  margin: 0;
  order: 3;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}


.project-hero__detail ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-left: 25px;
}
.project-hero__plate p {
  margin-top: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px
}
.project-hero__plate  {
  border-radius: 20px;
  background: var(--Accent-Pink-Default, #D23A72);
  color: #fff;
  padding: 20px;
}
.project-hero__plate .btn {
  margin-left: auto;
  display: flex;
  width: fit-content;
}
.services__footer .btn {
  padding: 12px 28px;
  height: auto;
}
.more .btn {
  padding: 12px 28px;
}
.yplot-tab__content {
  position: relative;
}
.yplot__slider {
  position: relative;
}
.yplot__nav .swiper-arrowLeft {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.yplot__nav .swiper-arrowRight {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-arrowNew {
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}
.ideal__img__hide {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: fit-content;
  display: none;
  max-width: 427px;
} 
.ideal__img__hide img {
  margin-top: 0px;
}
.ideal__img__text p, .ideal__img__text li {
  font-weight: 600;
  margin-top: 0;
  font-size: 20px;
}
.ideal__img__text li {
  margin-bottom: 5px;
}
.ideal__wrapper {
  position: relative;
}
.ideal__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 850px;
  height: 489px;
}
.ideal__img-img {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  object-fit: cover;
  border-radius: 20px;
}
.ideal__trigger {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px; 
  cursor: pointer;
}
.ideal__trigger:hover ~ .ideal__img__hide {
  display: flex!important;
}
.ideal__img__hide {
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 3;
}
.ideal__wrapper {
  display: grid;
  grid-gap: 110px;
  grid-template-columns: repeat(2, 1fr);
}
.ideal__item:nth-child(1), .ideal__item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.ideal__item:nth-child(4) {
  max-width: 100%;
}
.ideal {
  margin-bottom: 120px;
}
.ideal__item {
  max-width: 420px;
  position: relative;
}
.ideal__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #272727;
}
.ideal__item p {
  color: #4BBDAC;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.ideal__item span {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.konstr {
  margin-bottom: 100px;
}
.konstr__row {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}
.konstr__row:nth-child(even) {
  flex-direction: row-reverse;
}
.konstr__row__img {
  border-radius: 20px;
  height: 100%;
  width: auto;
  max-height: 400px;
  max-width: 680px;
  flex-shrink: 1;
}
.konstr__row__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.konstr__row-space {
  justify-content: space-between;
}
.konstr__row {
  gap: 40px;
}

.konstr__row__text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 70px;
  color: #4BBDAC;
  position: relative;
}
.konstr__row__text ul {
  padding-left: 70px;
}
.konstr__row__text h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 50px;
  height: 1px;
  background: #4BBDAC;
}
.konstr__row__text p {
  line-height: 120%;
  padding-left: 70px;
  margin-bottom: 20px;
  margin-top: 0;
}
.konstr__row__text {
  max-width: 660px;
}
.hero__title-row-short {
  border-bottom-right-radius: 0;
}
.hero__title-row-long {
  border-top-right-radius: 15px;
}
.hero-center .hero__title-row_1 {
   border-radius: 16px 16px 0 0px!important;
}
.hero-center .hero__title-row_2 {
  border-radius: 0px 16px 16px 0px!important;
}
.hero__title-row {
  position: relative;
}

.rachet__group-colors .radio-container input[type="radio"]:checked + img {
  border: 2px solid #fff;
}
.rachet-clrs {
  position: absolute;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  padding: 5px 15px;
  top: 50px;
  left: 0;
  border-radius: 10px;
  display: none;
}
.rachet-clrs:after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  top: -4px;
  left: 12px;
  background: #fff;
  transform: rotate(45deg);
}
.rachet__group-colors .radio-container img {
  width: 36px;
  height: 36px;
  padding: 2px;
  border-radius: 50px;
}
.rachet__group-colors {
  margin-top: 10px;
}
.rachet__group-colors .radio-container input[type="radio"]:checked + img + .rachet-clrs {
  display: block;
}
.rachet__group-colors .custom-radio {
  display: none;
}
.rachet__group-colors .radio-container {
  padding: 0;
}
.inform__block-text {
  font-weight: 400;
}
.header__top .btn {
  padding-left: 28px;
  padding-right: 28px;
  flex-shrink: 0;
}
a.back-to-top:hover {
  background: #fff;
}
.mains-item__num {
   margin-top: auto;
}
.social__btn svg, .social__btn path, .social__item {
    transition: all 0.3s ease;
}
.windows-item__descr {
  margin: 8px 0;
}
.popup-thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.25);
  height: 100vh;
  z-index: 11;
}
.popup-thanks__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #4bbdac;
  padding: 40px;
  border-radius: 30px;
  max-width: 521px;
  box-shadow: 0 4px 30px rgba(0,0,0,.25);
}
.popup-thanks__wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  color: #272727;
}
.popup-thanks__wrapper h3 span {
  color: #fff;
}
.popup-thanks__wrapper p {
  color: #fff;
  line-height: 22px;
}
.popup-thanks__wrapper  .close {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 40px;
}
@media (min-width: 1280px) {
  .proff h2 {
  font-size: 54px;
}
  .case__slider {
    width: 1000px;
  }
  .yplot__slider {
    padding: 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto; 
  }
  .rev-main .section__header {
      max-width: 918px;
      margin-bottom: 40px;
  }
  .forms .main-container {
    position: relative;
    
  }
  .forms-svg {
    display: block;
  }
  .rev-main .section__header, .projects .section-title {
    margin-left: 320px;
  }
  .rev-hero .hero__cont, .hero-project .hero__cont{
    margin-left: 320px;
  }
  .rev-main .main-container {
    padding: 0;
  }
  
  .articles__items .article__item {
    height: 288px;
  }
  .original__images {
    margin-left: -50px;
    margin-right: 50px;
  }
}
.rev-main .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .search-popup__label input {
    height: 40px;
  }
  
}
@media screen and (max-width: 980px) {
  .mainpopup {
    flex-direction: column-reverse;
  }  
  .popup-thanks__wrapper h3 {
    font-size: 20px;
  }
  .popup-thanks__wrapper {
    width: 90%;
  }
  .popup-thanks__wrapper {
    padding: 40px 20px;
  }
  .popup-thanks__wrapper .close {
    top: 20px;
    right: 20px;
  }
  .original {
    overflow: hidden;
  }
  #montage .f-button {
    top: -120px;
    right: 10px;
  }
  .main-article__img {
    margin-bottom: 20px;
  }
  .mainpopup__bottoms {
    display: none;
  }
  .mainpopup .close {
    top: 10px;
    right: 15px;
  }
  .mainpopup__right {
    border-radius: 30px 30px 0 0;
  }
  #director .mainpopup__descr {
    margin-bottom: 10px;
  }
  .mainpopup__text {
    border-radius: 30px 30px 0 0;
  }
  .mainpopup__bloquote p {
    font-size: 20px;
  }
  .mainpopup__uploads {
    grid-gap: 10px;
  }
  .mainpopup__uploads__item, .mainpopup__uploads img {
    height: 80px;
    border-radius: 10px;
  }
  .mainpopup__uploads {
    height: 100%;
  }
  .mainpopup__plate {
    display: none;
  }
  .form__group.mob {
    display: block;
  }
  .mainpopup__right__title {
    font-size: 20px;
    line-height: 110%;
  }
  .mainpopup__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  #montage, .mainpopup {
    width: 100%;
    max-width: 420px;
    
  }
  #director {
    width: 100%;
  }
  #director .mainpopup__plate {
    display: none;
  }
  .mainpopup__left {
    width: 100%;
    max-width: 480px;
    border-radius: 0 0 30px 30px;
    padding: 20px;
  }
  .rev-main .otziv-slide {
    flex: 1 0 300px;
  }
  .salesgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-main .otziv__tabs {
    flex-wrap: wrap;
  }
  .faq-main .otziv__tab-btn {
    width: fit-content;
  }
  .faq-main .otziv__tabs {
    height: auto;
    max-width: 100%;
    width: fit-content;
  }
  .article__item {
    
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .articles__title {
    font-size: 20px;
  }
  #otziv {
    padding: 0;
  }
  .articles__img {
    max-height: 300px;
  }
  .rev-main .otziv__top {
    align-items: flex-start;
  }
  .rev-main .otziv__tabs {
    margin-bottom: 20px;
  }
  .projects__grid {
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 10px;
  }
  .projects__pag  .prev-pag, .projects__pag  .next-pag {
    width: 100%;
    margin: 0;
  }
  .projects__pag li {
    order: 0
  }
  .projects__pag  .next-pag {
    order: 1;
    margin: 10px 0; 
    margin: 0;
    width: 49%;
    margin-top: 20px;
    margin-left: 10px;
  }
  .faq-main .otziv__top {
    margin-bottom: 20px;
  }
  .about-block {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
  }
  .about-block__right {
   margin-top: 80px;
  }
  .projects__pag  .prev-pag {
    order: 1;
    width: 49%;
  }
  .projects__pag li:nth-last-child(2) {
    margin-right: auto;
  }
  .projects__pag {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .projects__item img {
    height: 350px;
  }
  .projects__item__title {
    font-size: 20px;
  }
  .projects__item a {
    font-size: 14px;
  }
  .search-popup__wrapper {
    max-width: 90%;
    height: auto;
    overflow-y: auto;
  }
  .mains-back {
    top: 196px;
    height: 213px;
    object-fit: cover;
  }
  .mains {
    margin-top: 20px;
  }
  .mains .btn__mains {
    max-width: 350px;
    position: absolute;
    top: 500px;
  }
  .caption-title {
    margin: 10px 0;
  }
  .blits__aside-price, .blits__aside h2 {
    font-size: 28px;
  }
  .proces__block-image img {
    width: 100%;
  }
  .original__inner {
    margin-top: -20px;
  }
  .original__aside {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .mains__right {
    position: relative;
    bottom: auto;
    margin-top: 100px;
  }
  .original__images {
    width: 100%;
  }
  .proff.main-container {
    margin-top: 140px;
  }
  .campare__tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .campare__tab-btn {
    width: 100%;
  }
  .campare__tab-content {
    overflow: hidden;
  }
  .original__aside {
    align-items: flex-start;
  }
  .kviz__container {
    padding: 10px;
  }
  .gallery-thumbs {
    padding: 0;
  }
  .gallery-thumbs img {
    width: 100%;
  }
  .case__descr {
    margin-left: 0;
  }
  .case .section__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .case .section-title {
    margin-top: 0;
  }
  .otziv__top {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .otziv__tabs {
    width: 100%;
    max-width: 350px;
  }
  .otziv__tab-btn {
    width: 100%;
  }
  .windows__item {
    height: auto;
  }
  .faq .section__header {
    margin-left: 0;
  }
  .inform__container {
    margin-left: 0;
  }
  .campare__tab-container {
    overflow: auto;
  }
  .campare__tabs {
    gap: 8px;
    background: none;
  }
  .campare__tab-btn:not(.campare__tab-btn--active) {
    border-radius: 12px;
    background: var(--Black-4, rgba(0, 0, 0, 0.07));
    color: var(--Black-2, rgba(0, 0, 0, 0.40));
  }
  .campare__tab-btn {
    padding: 8px;

  }
  .campare__item-lyp {
    display: none;
  }
  .campare__tab-btn--active {
    color: #fff;
  }
  .smeta {
    padding-top: 20px;
  }
  .smeta .section-title {
    margin-top: 0;
  }
  .smeta::after {
    display: block;
    width: 67px;
    height: 100px;
   transform: rotate(179deg) scale(1, -1);
    left: auto;
    bottom: auto;
    top: 15px;
    right: 0;
  }
  .brend__image  img{
    height: 329px;
  }
  .windows__item {
    width: 100%;
  }
  .windows-slider {
    max-width: 100%;
  }
  .plit__item {
    width: 100%;
  }
  .devilery__item-title {
    flex-direction: column;
  }
  .devilery__item-text {
    padding-left: 0;
  }
  .devilery__lists::after {
    display: none;
  }
  .prod-item__image img {
    width: 100%;
  }
  .bread {
    flex-wrap: wrap;
  }
  .about-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .about-block__left .mains__title {
    position: absolute;
    top: 0;
  }
  .about-block .mains__title {
    font-size: 20px;
  }
  .about-block .mains__text {
    margin-top: 20px;
  }
  .about-block__row {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .about-block__row .btn {
    width: 100%;
    max-width: 350px;
  }
  .about-block__right img {
    width: 100%;
  }
  .about-block__right {
    margin-left: 0;
  }
  .main-article__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .main-article__row {
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 25px;
  }
  .main-article__img {
    height: 400px;
  }
  .proff__manw-image img, .proff__manw-image {
    height: 140px;
    width: 140px;
    display: flex;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .project-hero__wrapper {
    flex-direction: column;
  }
  .cont-block {
    margin-bottom: 50px;
  }
  .cont-faces__name {
    font-size: 20px;
  }
  .cont-faces__photo {
    margin-bottom: 15px;
  }
  .cont-faces__oc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .cont-faces__photo {
    width: 140px;
    height: 167px;
  }
  .cont-faces__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 10px;
  }
  .cont-faces__item {
    width: auto;
  }
  .yplot__nav {
    display: none;
  }
  .num-list__item:after {
    left: 5px;
  }
  .ideal__wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .ideal__img {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: 240px;
    text-align: left;
  }
  .ideal__item p {
    font-size: 20px;
  }
  .konstr__row {
    gap: 20px;
    flex-direction: column!important;
  }
  .konstr__row__text h3 {
    font-size: 16px;
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .konstr__row__text h3:after {
    width: 15px;
    top: 9px;
  }
  .konstr__row__text p {
    padding-left: 0px;
  }
  .konstr__row__img {
    height: 200px!important;
    width: 100%!important;
    max-width: 450px!important;
   
  }
  .konstr__row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .konstr__row__text ul {
    padding-left: 0;
  }
  .ideal__img__text p, .ideal__img__text li {
    font-size: 14px;
  }
  .bread {
    margin: 16px 0; 
  }
  .rev-hero .hero__title {
    margin-bottom: 20px;
  }
  .faq-main .section-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .articles__list__top {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .rachet__tabs {
    grid-gap: 10px 0;
    display: grid;
    height: auto;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .article__item {
    flex-direction: column;
  }
  .articles__img {
    width: 100%;
  }
  .rachet__tab-btn {
    height: 52px;
    background: var(--white-4);
    width: 100%;
  }
  .rachet__tab-btn:nth-child(1), .rachet__tab-btn:nth-child(3) {
    border-radius: 12px 0 0 12px;
  }
  .rachet__tab-btn:nth-child(2), .rachet__tab-btn:nth-child(4) {
    border-radius: 0 12px 12px 0;
  }
  .rachet__tabs {
    background: none;
  }
  .rachet__tab-btn--active {
    background: var(--white-1);
  }
   .campare__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .quiz-question__answers {
    flex-wrap: wrap;
  }
  .form-decor {
    height: auto;
  }
  .quiz-question__label-img {
    margin: 0;
  }
  .quiz-question__label-img {
    width: 100%;
  }
  .tooltip .tooltip-text {
    font-size: 14px;
  }
  .cont-block__row {
    gap: 10px;
    flex-wrap: wrap;
  }
  .cards-price .wondow__item {
    width: 100%;
  }
  .cards-price .window__list {
    gap: 20px;
  }
  .rachet__group-colors {
    margin-top: 20px;   
  }
 .rachet-clrs {
    left: 50px;
    top: 0;
  }
  .rachet-clrs:after {
    top: 9px;
    left: -2px;
  }
   .rachet__group-colors {
    gap: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 980px) {
  .section__header {
    margin-left: 0;
  }
  .prod-item__image img {
    width: 100%;
    margin-bottom: 15px;
  }
  .original__left {
    align-items: flex-start;
  }
  .rachet__tabs {
    margin-left: 0;
  }
  .form-decor {
    height: auto;
  }
  .work-steps__item .btn {
    margin: 0 auto;
  }
  .work__container {
    align-items: flex-start;
  }
  .sertifiacts__item img {
    height: 100%;
  }
  .campare__top {
    align-items: flex-end;
  }
  .campare__sort {
    margin-bottom: 15px;
  }

}
@media screen and (min-width: 981px) and (max-width: 1290px) {
  .campare__tab-container {
    overflow: hidden;
  }
  .yplot-tab__cont {
    width: 490px;
    height: auto;
  }
  .yplot-info__row {
    flex-wrap: wrap;
  }
  .ideal__img {
    width: 510px;
  }
  .mains-back {
    opacity: .5;
    z-index: -1;
  }
  .mains__item {
    height: auto;
  }
  .mains {
    margin-bottom: 150px;
  }
  .proff__man {
    grid-template-columns: 1fr 3fr;
  }
  .rachet__image img {
    width: 100%;
  }
  .smeta::before {
     width: 238px;
    height: 160px;
  }
  .case__container {
    grid-template-columns: auto 150px;
  }
  .case__descr {
    margin-bottom: 0;
  }
  .windows__row {
    flex-wrap: nowrap;
  }
  .faq .section__header {
    margin-left: 295px;
  }
  .service-overview__inner {
     display: flex;
     flex-wrap: wrap;
  }
  .constr__row {
    align-items: flex-start;
  }
  .blits__grids span {
    font-size: 18px;
  }
  .blits__container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 24px;
  }
  .constr__row {
    justify-content: flex-start;
  }
  .svet__container {
    flex-wrap: wrap;
  }
  .svet__lists {
    width: 100%;
  }
  .constr__container {
    grid-template-columns: 1fr 3fr;
  }
  .constr__item {
    width: 45%;
  }
  .service-tabs__container {
    width: 100%;
    margin-left: 0;
  }
  .mains__right {
    bottom: -250px;
  }
  .project-hero__left {
    max-width: 500px;
  }
  .cont-block__title {
    font-size: 28px;
  }
  .cards-price .wondow__item {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (min-width: 1381px) {
  .menu-list__link, .menu-l-list__link  {
    font-size: 16px;
  }

}
@media screen and (min-width: 1280px)  and (max-width: 1441px) {
  .case__aside  {
    width: 250px;
  }
  .case__slider {
    width: 900px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1488px) {
  .yplot__nav .swiper-arrowLeft {
    left: 0;
  }
  .yplot__nav .swiper-arrowRight {
    right: 0;
  }
  .yplot__slider {
    padding: 0 70px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1385px) {
  .inform .section__header {
    margin-left: 310px;
  }
  .original__images {
    width: 100%;
  }
}
.menu-list__link, .menu-l-list__link {
  white-space: nowrap;
}

@media screen and (min-width: 1280px) and (min-width: 1500px) {
  .constr__container {
    grid-template-columns: auto 900px;
  }
  .constr__item {
    width: 42%;
  }
}