@charset "UTF-8";
/*
 * Import "Helpers" folder =====>
 */
:root {
  /* Color's =====> */
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-background: #FFFFFF;
  --color-primary: #000000;
  --color-border-primary: #edf0f8;
  --color-gray-100: #f8f8f8;
  --color-gray-400: #edf0f8;
  --color-gray-500: #e8eaee;
  --color-gray-600: #d1d5dd;
  --color-gray-700: #adb4c8;
  --color-gray-800: #8f8e8f;
  --color-gray-900: #7f7e7e;
  --color-green-100: #ECFAE2;
  --color-green-300: #A2C595;
  --color-green-400: #008489;
  --color-green-500: #015D52;
  --color-green-600: #015D52;
  --color-green-700: #629A4E;
  --color-orange-100: #ffd8bd;
  --color-orange-900: #FF4500;
  --color-orange-1000: #FF4500;
  --color-red-1000: #FF4500;
  /* Box Shadow =====> */
  --shadow-primary: 0 15px 30px rgba(127,126,126,.4);
  /* Font-family =====> */
  --font-Steppe: "Steppe", Arial, sans-serif;
  /* Font-size =====> */
  --text-3xs: 0.5rem; /* 8px */
  --text-2xs: 0.625rem; /* 10px */
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  --text-xl: 1.25rem; /* 20px */
  --text-2xl: 1.5rem; /* 24px */
  --text-2-5xl: 1.75rem; /* 28px */
  --text-3xl: 2rem; /* 32px */
  --text-3-5xl: 2.5rem; /* 40px */
  --text-4xl: 3rem; /* 48px */
  --text-5xl: 3.75rem; /* 60px */
  --text-title: 4.5rem; /* 72px */
  /* Border-radius =====> */
  --rounded: 0.25rem; /* 4px */
  --rounded-base: 1rem; /* 16px */
  --rounded-2xl: 1.5rem; /* 24px */
  --rounded-3xl: 2rem; /* 32px */
  --rounded-4xl: 2.5rem; /* 40px */
  --rounded-5xl: 3.75rem; /* 60px */
  --rounded-full: 100%;
  /* Transition's =====> */
  --transition-low: all 0.15s ease-in-out;
  --transition-normal: all 0.3s ease-in-out;
  --transition-high: all 0.6s ease-in-out;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.w-auto {
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.w-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.w-1\/2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.w-1\/3 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.w-2\/3 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.w-1\/4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.w-2\/4 {
  flex: 0 0 50%;
  max-width: 50%;
}

.w-3\/4 {
  flex: 0 0 75%;
  max-width: 75%;
}

.w-1\/5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.w-2\/5 {
  flex: 0 0 40%;
  max-width: 40%;
}

.w-3\/5 {
  flex: 0 0 60%;
  max-width: 60%;
}

.w-4\/5 {
  flex: 0 0 80%;
  max-width: 80%;
}

.w-1\/6 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.w-2\/6 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.w-3\/6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.w-4\/6 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.w-5\/6 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.w-1\/7 {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.w-2\/7 {
  flex: 0 0 28.5714285714%;
  max-width: 28.5714285714%;
}

.w-3\/7 {
  flex: 0 0 42.8571428571%;
  max-width: 42.8571428571%;
}

.w-4\/7 {
  flex: 0 0 57.1428571429%;
  max-width: 57.1428571429%;
}

.w-5\/7 {
  flex: 0 0 71.4285714286%;
  max-width: 71.4285714286%;
}

.w-6\/7 {
  flex: 0 0 85.7142857143%;
  max-width: 85.7142857143%;
}

.w-1\/8 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.w-2\/8 {
  flex: 0 0 25%;
  max-width: 25%;
}

.w-3\/8 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.w-4\/8 {
  flex: 0 0 50%;
  max-width: 50%;
}

.w-5\/8 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.w-6\/8 {
  flex: 0 0 75%;
  max-width: 75%;
}

.w-7\/8 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.w-1\/9 {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.w-2\/9 {
  flex: 0 0 22.2222222222%;
  max-width: 22.2222222222%;
}

.w-3\/9 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.w-4\/9 {
  flex: 0 0 44.4444444444%;
  max-width: 44.4444444444%;
}

.w-5\/9 {
  flex: 0 0 55.5555555556%;
  max-width: 55.5555555556%;
}

.w-6\/9 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.w-7\/9 {
  flex: 0 0 77.7777777778%;
  max-width: 77.7777777778%;
}

.w-8\/9 {
  flex: 0 0 88.8888888889%;
  max-width: 88.8888888889%;
}

.w-1\/10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.w-2\/10 {
  flex: 0 0 20%;
  max-width: 20%;
}

.w-3\/10 {
  flex: 0 0 30%;
  max-width: 30%;
}

.w-4\/10 {
  flex: 0 0 40%;
  max-width: 40%;
}

.w-5\/10 {
  flex: 0 0 50%;
  max-width: 50%;
}

.w-6\/10 {
  flex: 0 0 60%;
  max-width: 60%;
}

.w-7\/10 {
  flex: 0 0 70%;
  max-width: 70%;
}

.w-8\/10 {
  flex: 0 0 80%;
  max-width: 80%;
}

.w-9\/10 {
  flex: 0 0 90%;
  max-width: 90%;
}

.w-1\/11 {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.w-2\/11 {
  flex: 0 0 18.1818181818%;
  max-width: 18.1818181818%;
}

.w-3\/11 {
  flex: 0 0 27.2727272727%;
  max-width: 27.2727272727%;
}

.w-4\/11 {
  flex: 0 0 36.3636363636%;
  max-width: 36.3636363636%;
}

.w-5\/11 {
  flex: 0 0 45.4545454545%;
  max-width: 45.4545454545%;
}

.w-6\/11 {
  flex: 0 0 54.5454545455%;
  max-width: 54.5454545455%;
}

.w-7\/11 {
  flex: 0 0 63.6363636364%;
  max-width: 63.6363636364%;
}

.w-8\/11 {
  flex: 0 0 72.7272727273%;
  max-width: 72.7272727273%;
}

.w-9\/11 {
  flex: 0 0 81.8181818182%;
  max-width: 81.8181818182%;
}

.w-10\/11 {
  flex: 0 0 90.9090909091%;
  max-width: 90.9090909091%;
}

.w-1\/12 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.w-2\/12 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.w-3\/12 {
  flex: 0 0 25%;
  max-width: 25%;
}

.w-4\/12 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.w-5\/12 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.w-6\/12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.w-7\/12 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.w-8\/12 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.w-9\/12 {
  flex: 0 0 75%;
  max-width: 75%;
}

.w-10\/12 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.w-11\/12 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

@media screen and (max-width: 1280px) {
  .xl-w-auto {
    flex: 0 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .xl-w-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl-w-1\/2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-w-1\/3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-w-2\/3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-w-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl-w-2\/4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-w-3\/4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl-w-1\/5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xl-w-2\/5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .xl-w-3\/5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .xl-w-4\/5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .xl-w-1\/6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-w-2\/6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-w-3\/6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-w-4\/6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-w-5\/6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-w-1\/7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xl-w-2\/7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .xl-w-3\/7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .xl-w-4\/7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .xl-w-5\/7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .xl-w-6\/7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .xl-w-1\/8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .xl-w-2\/8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl-w-3\/8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .xl-w-4\/8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-w-5\/8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .xl-w-6\/8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl-w-7\/8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .xl-w-1\/9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .xl-w-2\/9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .xl-w-3\/9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-w-4\/9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .xl-w-5\/9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .xl-w-6\/9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-w-7\/9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .xl-w-8\/9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .xl-w-1\/10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .xl-w-2\/10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xl-w-3\/10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .xl-w-4\/10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .xl-w-5\/10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-w-6\/10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .xl-w-7\/10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .xl-w-8\/10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .xl-w-9\/10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .xl-w-1\/11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .xl-w-2\/11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .xl-w-3\/11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .xl-w-4\/11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .xl-w-5\/11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .xl-w-6\/11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .xl-w-7\/11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .xl-w-8\/11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .xl-w-9\/11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .xl-w-10\/11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .xl-w-1\/12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-w-2\/12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-w-3\/12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl-w-4\/12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-w-5\/12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-w-6\/12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-w-7\/12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-w-8\/12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-w-9\/12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl-w-10\/12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-w-11\/12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .lg-w-auto {
    flex: 0 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .lg-w-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg-w-1\/2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-w-1\/3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-w-2\/3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-w-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-w-2\/4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-w-3\/4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg-w-1\/5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lg-w-2\/5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .lg-w-3\/5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .lg-w-4\/5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .lg-w-1\/6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-w-2\/6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-w-3\/6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-w-4\/6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-w-5\/6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-w-1\/7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .lg-w-2\/7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .lg-w-3\/7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .lg-w-4\/7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .lg-w-5\/7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .lg-w-6\/7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .lg-w-1\/8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .lg-w-2\/8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-w-3\/8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .lg-w-4\/8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-w-5\/8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .lg-w-6\/8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg-w-7\/8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .lg-w-1\/9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .lg-w-2\/9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .lg-w-3\/9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-w-4\/9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .lg-w-5\/9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .lg-w-6\/9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-w-7\/9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .lg-w-8\/9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .lg-w-1\/10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .lg-w-2\/10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lg-w-3\/10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .lg-w-4\/10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .lg-w-5\/10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-w-6\/10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .lg-w-7\/10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .lg-w-8\/10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .lg-w-9\/10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .lg-w-1\/11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .lg-w-2\/11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .lg-w-3\/11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .lg-w-4\/11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .lg-w-5\/11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .lg-w-6\/11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .lg-w-7\/11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .lg-w-8\/11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .lg-w-9\/11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .lg-w-10\/11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .lg-w-1\/12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-w-2\/12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-w-3\/12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-w-4\/12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-w-5\/12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-w-6\/12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-w-7\/12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-w-8\/12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-w-9\/12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg-w-10\/12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-w-11\/12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .md-w-auto {
    flex: 0 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .md-w-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-w-1\/2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-w-1\/3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-w-2\/3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-w-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-w-2\/4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-w-3\/4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md-w-1\/5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .md-w-2\/5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .md-w-3\/5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .md-w-4\/5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .md-w-1\/6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-w-2\/6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-w-3\/6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-w-4\/6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-w-5\/6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-w-1\/7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .md-w-2\/7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .md-w-3\/7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .md-w-4\/7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .md-w-5\/7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .md-w-6\/7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .md-w-1\/8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .md-w-2\/8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-w-3\/8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .md-w-4\/8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-w-5\/8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .md-w-6\/8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md-w-7\/8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .md-w-1\/9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .md-w-2\/9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .md-w-3\/9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-w-4\/9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .md-w-5\/9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .md-w-6\/9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-w-7\/9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .md-w-8\/9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .md-w-1\/10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .md-w-2\/10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .md-w-3\/10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .md-w-4\/10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .md-w-5\/10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-w-6\/10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .md-w-7\/10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .md-w-8\/10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .md-w-9\/10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .md-w-1\/11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .md-w-2\/11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .md-w-3\/11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .md-w-4\/11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .md-w-5\/11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .md-w-6\/11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .md-w-7\/11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .md-w-8\/11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .md-w-9\/11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .md-w-10\/11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .md-w-1\/12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-w-2\/12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-w-3\/12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-w-4\/12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-w-5\/12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-w-6\/12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-w-7\/12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-w-8\/12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-w-9\/12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md-w-10\/12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-w-11\/12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (max-width: 624px) {
  .sm-w-auto {
    flex: 0 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .sm-w-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-w-1\/2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-w-1\/3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-w-2\/3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-w-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-w-2\/4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-w-3\/4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm-w-1\/5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sm-w-2\/5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .sm-w-3\/5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .sm-w-4\/5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .sm-w-1\/6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-w-2\/6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-w-3\/6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-w-4\/6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-w-5\/6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-w-1\/7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .sm-w-2\/7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .sm-w-3\/7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .sm-w-4\/7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .sm-w-5\/7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .sm-w-6\/7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .sm-w-1\/8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .sm-w-2\/8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-w-3\/8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .sm-w-4\/8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-w-5\/8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .sm-w-6\/8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm-w-7\/8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .sm-w-1\/9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .sm-w-2\/9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .sm-w-3\/9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-w-4\/9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .sm-w-5\/9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .sm-w-6\/9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-w-7\/9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .sm-w-8\/9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .sm-w-1\/10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .sm-w-2\/10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sm-w-3\/10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .sm-w-4\/10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .sm-w-5\/10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-w-6\/10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .sm-w-7\/10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .sm-w-8\/10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .sm-w-9\/10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .sm-w-1\/11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .sm-w-2\/11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .sm-w-3\/11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .sm-w-4\/11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .sm-w-5\/11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .sm-w-6\/11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .sm-w-7\/11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .sm-w-8\/11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .sm-w-9\/11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .sm-w-10\/11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .sm-w-1\/12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-w-2\/12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-w-3\/12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-w-4\/12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-w-5\/12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-w-6\/12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-w-7\/12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-w-8\/12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-w-9\/12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm-w-10\/12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-w-11\/12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (max-width: 480px) {
  .xs-w-auto {
    flex: 0 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .xs-w-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xs-w-1\/2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-w-1\/3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xs-w-2\/3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xs-w-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xs-w-2\/4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-w-3\/4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xs-w-1\/5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xs-w-2\/5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .xs-w-3\/5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .xs-w-4\/5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .xs-w-1\/6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xs-w-2\/6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xs-w-3\/6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-w-4\/6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xs-w-5\/6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xs-w-1\/7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xs-w-2\/7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .xs-w-3\/7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .xs-w-4\/7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .xs-w-5\/7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .xs-w-6\/7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .xs-w-1\/8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .xs-w-2\/8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xs-w-3\/8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .xs-w-4\/8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-w-5\/8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .xs-w-6\/8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xs-w-7\/8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .xs-w-1\/9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .xs-w-2\/9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .xs-w-3\/9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xs-w-4\/9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .xs-w-5\/9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .xs-w-6\/9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xs-w-7\/9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .xs-w-8\/9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .xs-w-1\/10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .xs-w-2\/10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xs-w-3\/10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .xs-w-4\/10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .xs-w-5\/10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-w-6\/10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .xs-w-7\/10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .xs-w-8\/10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .xs-w-9\/10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .xs-w-1\/11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .xs-w-2\/11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .xs-w-3\/11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .xs-w-4\/11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .xs-w-5\/11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .xs-w-6\/11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .xs-w-7\/11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .xs-w-8\/11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .xs-w-9\/11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .xs-w-10\/11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .xs-w-1\/12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xs-w-2\/12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xs-w-3\/12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xs-w-4\/12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xs-w-5\/12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xs-w-6\/12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-w-7\/12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xs-w-8\/12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xs-w-9\/12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xs-w-10\/12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xs-w-11\/12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
:root {
  --media-xs: 480px;
  --media-sm: 624px;
  --media-md: 768px;
  --media-lg: 1024px;
  --media-xl: 1280px;
  --media-xxl: 1440px;
}

/* Базовые классы */
.block {
  display: block;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

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

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

.grid {
  display: grid;
}

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

/* Классы для разных разрешений экрана */
@media screen and (max-width: 480px) {
  .xs-block {
    display: block;
  }
  .xs-hidden {
    display: none;
  }
  .xs-flex {
    display: flex;
  }
  .xs-inline-flex {
    display: inline-flex;
  }
  .xs-inline-block {
    display: inline-block;
  }
  .xs-grid {
    display: grid;
  }
  .xs-inline-grid {
    display: inline-grid;
  }
}
@media screen and (max-width: 624px) {
  .sm-block {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
  .sm-flex {
    display: flex;
  }
  .sm-inline-flex {
    display: inline-flex;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-grid {
    display: grid;
  }
  .sm-inline-grid {
    display: inline-grid;
  }
}
@media screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
  .md-hidden {
    display: none;
  }
  .md-flex {
    display: flex;
  }
  .md-inline-flex {
    display: inline-flex;
  }
  .md-inline-block {
    display: inline-block;
  }
  .md-grid {
    display: grid;
  }
  .md-inline-grid {
    display: inline-grid;
  }
}
@media screen and (max-width: 1024px) {
  .lg-block {
    display: block;
  }
  .lg-hidden {
    display: none;
  }
  .lg-flex {
    display: flex;
  }
  .lg-inline-flex {
    display: inline-flex;
  }
  .lg-inline-block {
    display: inline-block;
  }
  .lg-grid {
    display: grid;
  }
  .lg-inline-grid {
    display: inline-grid;
  }
}
@media screen and (max-width: 1280px) {
  .xl-block {
    display: block;
  }
  .xl-hidden {
    display: none;
  }
  .xl-flex {
    display: flex;
  }
  .xl-inline-flex {
    display: inline-flex;
  }
  .xl-inline-block {
    display: inline-block;
  }
  .xl-grid {
    display: grid;
  }
  .xl-inline-grid {
    display: inline-grid;
  }
}
@media screen and (max-width: 1440px) {
  .xxl-block {
    display: block;
  }
  .xxl-hidden {
    display: none;
  }
  .xxl-flex {
    display: flex;
  }
  .xxl-inline-flex {
    display: inline-flex;
  }
  .xxl-inline-block {
    display: inline-block;
  }
  .xxl-grid {
    display: grid;
  }
  .xxl-inline-grid {
    display: inline-grid;
  }
}
/*
 * Import "UI" from "Components" folder =====>
 */
.base-button {
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  color: var(--color-white);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--color-orange-900);
  border: 1px solid var(--color-orange-900);
  border-radius: var(--rounded-4xl);
  transition: var(--transition-normal);
}

a.base-button {
  text-decoration: none;
}

.base-button__text {
  width: 100%;
  text-align: center;
}

.base-button__text + .base-icon {
  margin: 0 0 0 auto;
}

.base-button:hover:not(.base-button_outline) {
  box-shadow: var(--shadow-primary);
  background-color: var(--color-orange-1000);
}

.base-button.base-button_outline {
  color: var(--color-primary);
  background-color: transparent;
}

.base-button.base-button_outline:hover {
  border-color: var(--color-red-1000);
}

.base-button.base-button_attention {
  color: var(--color-gray-900);
  background-color: var(--color-orange-100);
  border-color: var(--color-orange-100);
}

.base-button.base-button_attention:hover {
  background-color: var(--color-orange-100);
  border-color: var(--color-orange-100);
  box-shadow: var(--shadow-primary);
}

.base-button.base-button_attention .base-icon {
  color: var(--color-orange-900);
}

.base-button.base-button_gray {
  color: var(--color-gray-900);
  background-color: var(--color-gray-500);
  border-color: var(--color-gray-500);
}

.base-button.base-button_gray:hover {
  color: var(--color-gray-900);
  background-color: var(--color-gray-500);
  border-color: var(--color-gray-500);
}

.base-button.is-large {
  padding: 12px 32px;
  font-size: var(--text-2-5xl);
}

.base-button.is-large .base-icon {
  max-width: 48px;
  min-width: 48px;
  max-height: 48px;
  min-height: 48px;
}

.base-button.base-button_info {
  color: var(--color-gray-900);
  background-color: var(--color-gray-400);
  border: 1px solid var(--color-gray-400);
}

.base-button.base-button_info:hover {
  color: var(--color-gray-900);
  background-color: var(--color-gray-600);
  border: 1px solid var(--color-gray-600);
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .base-button.is-large {
    padding: 10px 20px;
    font-size: var(--text-base);
  }
  .base-button.is-large .base-icon {
    max-width: 32px;
    min-width: 32px;
    max-height: 32px;
    min-height: 32px;
  }
  .base-button {
    font-size: var(--text-sm);
  }
}
.base-icon {
  max-width: 24px;
  min-width: 24px;
  max-height: 24px;
  min-height: 24px;
  fill: currentColor;
}

.base-icon.is-large {
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
}

.base-icon.is-small {
  max-width: 16px;
  min-width: 16px;
  max-height: 16px;
  min-height: 16px;
}

.l-slider + section {
  margin-top: 100px;
}
.l-slider .l-swiper {
  overflow: unset;
}
.l-slider .l-swiper_dentistry .swiper-slide {
  max-width: 394px;
  max-height: 264px;
  overflow: hidden;
}
.l-slider .l-swiper_dentistry .l-swiper__image {
  width: 100%;
  height: 100%;
}
.l-slider .l-swiper_dentistry .l-swiper__image picture,
.l-slider .l-swiper_dentistry .l-swiper__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 576px) {
  .expandable-box__content {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .expandable-box__content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 124px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.0001) 22.07%, #fff);
    opacity: 1;
    transition: opacity 0.3s;
  }
  .expandable-box__buttons {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 24px;
  }
  .expandable-box__buttons svg {
    margin-left: 5px;
  }
  .expandable-box__buttons .expandable-box__btn-close {
    display: none;
  }
  .expandable-box__toggle {
    display: none;
  }
  .expandable-box__toggle:checked + .expandable-box__content:after {
    opacity: 0;
  }
  .expandable-box__toggle:checked + .expandable-box__content {
    max-height: 10000px;
  }
  .expandable-box__toggle:checked + .expandable-box__content + .expandable-box__buttons .expandable-box__btn-open {
    display: none;
  }
  .expandable-box__toggle:checked + .expandable-box__content + .expandable-box__buttons .expandable-box__btn-close {
    display: inline;
  }
  .expandable-box__toggle:checked + .expandable-box__content + .expandable-box__buttons .i-arrow {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 576px) {
  .expandable-box__buttons {
    display: none;
  }
}

/*
 * Import "Components" folder =====>
 */
.illness-dates {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.illness-dates .illness-buttons + .l-date {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1420px) {
  .illness-dates {
    flex-direction: column;
    align-items: flex-start;
  }
  .illness-dates .illness-buttons + .l-date {
    margin: 40px 0 0;
  }
}
.illness-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.illness-buttons .btn-blue {
  color: #ffffff;
}
.illness-buttons .btn:not(:last-child) {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .illness-buttons {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .illness-buttons .btn {
    padding: 13px 12px;
  }
  .illness-buttons .btn:not(:last-child) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .illness-buttons {
    align-items: stretch;
  }
}

.doctor-quote {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: var(--color-gray-100);
  border-radius: var(--rounded-3xl);
  overflow: hidden;
}
.doctor-quote__content {
  margin: 0 auto 0 0;
  padding: 48px 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.doctor-quote .base-icon {
  margin: 0 32px 0 0;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
}
.doctor-quote__description {
  color: var(--color-primary);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.5;
}
.doctor-quote__description + .doctor-quote__title {
  margin: 32px 0 0;
}
.doctor-quote__title {
  color: var(--color-primary);
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: 1.5;
}
.doctor-quote__title + .doctor-quote__position {
  margin: 8px 0 0;
}
.doctor-quote__position {
  color: var(--color-green-600);
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.5;
}
.doctor-quote__image {
  margin: 0 0 0 32px;
  padding: 0 32px;
  max-width: 364px;
  min-width: 364px;
  background: linear-gradient(270deg, #D1D1D1 0%, rgba(207, 207, 209, 0) 100%);
}
.doctor-quote__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .doctor-quote__content {
    padding: 32px 24px;
  }
  .doctor-quote .base-icon {
    display: none;
  }
  .doctor-quote__image {
    display: none;
  }
}

.symptom {
  border-top: 1px solid #CFCFD1;
  padding-top: 40px;
}
.symptom_mb_24 {
  margin-bottom: 24px;
}
.symptom__description {
  margin: 0 0 40px 0;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #000000;
}
.symptom__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 48px 0;
}
.symptom__header p:last-child {
  margin: 0;
}
.symptom__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.1px;
  color: #000000;
  margin: 0;
}
.symptom__title_medium {
  font-size: 24px;
  line-height: 34px;
}
.symptom__title_green {
  color: #015D52;
}
.symptom__title-anchor {
  scroll-margin-top: 200px !important;
}
.symptom__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 16px;
}
.symptom__tags-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #EDF0F8;
  padding: 5px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  color: #000000;
  transition: all 350ms;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .symptom__tags-item:hover {
    border-color: #FF4500;
  }
}
.symptom__aside {
  position: sticky;
  top: 145px;
}
.symptom__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}
.symptom__text p {
  font-weight: inherit;
  margin: 0;
}
.symptom__text p:not(:last-child) {
  margin-bottom: 16px;
}
.symptom__text div:not(:last-child) {
  margin-bottom: 16px;
}
.symptom__text ul {
  list-style: inside;
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.symptom__text ul:not(:last-child) {
  margin-bottom: 16px;
}
.symptom__text ul li p {
  display: inline;
}
.symptom__text img {
  margin: 20px;
}
.symptom__text table {
  width: 100% !important;
}
.symptom__text table:not(:last-child) {
  margin-bottom: 16px;
}
.symptom__text h2 {
  color: #000000 !important;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
.symptom__text h2:not(:last-child) {
  margin-bottom: 24px;
}
.symptom__text h3 {
  font-size: 18px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.symptom__text h3:not(:last-child) {
  margin-bottom: 24px !important;
}
.symptom__text h4 {
  font-size: 16px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.symptom__text h4:not(:last-child) {
  margin-bottom: 24px !important;
}
.symptom__text h5 {
  font-size: 14px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.symptom__text h5:not(:last-child) {
  margin-bottom: 24px !important;
}
.symptom__text h6 {
  font-size: 12px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.symptom__text h6:not(:last-child) {
  margin-bottom: 24px !important;
}
.symptom__text a {
  text-decoration: underline;
  transition: color 350ms ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .symptom__text a:hover {
    color: #FF4500 !important;
  }
}
.symptom__info {
  display: grid;
  grid-template-columns: minmax(300px, 908px) 300px;
  grid-auto-rows: max-content max-content min-content;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: flex-start;
}
.symptom__info-title:not(:last-child) {
  padding-bottom: 32px;
}
.symptom__info-subtitle {
  margin-bottom: 24px;
}
.symptom__info-main {
  padding: 40px;
  background: #F8F8F8;
  border-radius: 32px;
  grid-row: span 2;
}
.symptom__info-feedback {
  grid-row: span 2;
  border-radius: 16px;
  background: #015D52;
  margin-top: 24px;
}
.symptom__info-feedback.callback-form {
  min-height: auto;
  padding: 20px;
  width: 100%;
}
.symptom__info-feedback.callback-form .callback-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
  color: #fff;
}
.symptom__info-feedback.callback-form .callback-block__success {
  display: none;
}
.symptom__info-feedback.callback-form .callback-block__success .callback-form__text {
  color: #fff;
}
.symptom__info-feedback.callback-form .callback-block {
  width: 100%;
  min-width: 100%;
  padding: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-fields {
  display: flex;
  flex-direction: column;
  gap: unset;
  align-items: flex-start;
  margin-right: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-row {
  width: 100%;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group {
  width: 100%;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .select2-container--open .select2-dropdown--below,
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .select2-container--open .select2-dropdown--above {
  border-radius: 21px;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .select2-container--open .select2-dropdown .select2-results .select2-results__option {
  padding: 4px 0 4px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #000000;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .select2-container--open .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  background: #015D52;
  color: #fff;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .select2-container--open .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background: #015D52;
  color: #fff;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .form-input {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1px;
  border-radius: 40px;
  padding: 8px 16px;
  height: auto;
  background: #FFF;
  color: #000000;
  border: none;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .form-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group .form-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-label {
  margin-bottom: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-group {
  margin-bottom: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-row .form-label__text {
  display: none;
}
.symptom__info-feedback.callback-form .callback-block .form-row:not(:last-child) {
  margin-bottom: 24px;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list {
  flex-wrap: wrap;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list .radio-list__label {
  display: none;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list .c-radio {
  margin-right: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list .c-radio input:checked ~ .c-radio__place {
  border-color: #FF4500;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list .c-radio__place {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  padding: 2px;
  background-color: transparent;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list .c-radio__place::before {
  width: 14px;
  height: 14px;
}
.symptom__info-feedback.callback-form .callback-block .form-row .radio-list .c-radio__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  padding-left: 36px;
}
.symptom__info-feedback.callback-form .callback-block .form-row:not(.form-row--time):nth-child(3) {
  margin: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-row--time {
  flex-direction: column;
  margin-top: 24px;
}
.symptom__info-feedback.callback-form .callback-block .form-row--time .form-label .select2-container {
  z-index: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-row--time .form-label .select2-container .select2-selection--single {
  border-radius: 40px;
  height: 42px;
  background: #FFF;
  border: none;
}
.symptom__info-feedback.callback-form .callback-block .form-row--time .form-label .select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1px;
  border-radius: 40px;
  height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  background: #FFF;
  color: #000000;
  border: none;
}
.symptom__info-feedback.callback-form .callback-block .form-row--time .form-label .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
  top: -4px;
}
.symptom__info-feedback.callback-form .callback-block .form-row--time.active {
  max-height: 500px;
}
.symptom__info-feedback.callback-form .callback-block .form-button {
  margin: 0 0 16px 0;
}
.symptom__info-feedback.callback-form .callback-block .form-button .form-group {
  margin: 0;
}
.symptom__info-feedback.callback-form .callback-block .form-button .form-group .btn {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 20px;
  width: 100%;
  color: #FFF;
}
.symptom__info-feedback.callback-form .callback-block .callback-confirm-checkbox .form-group .checkbox {
  overflow: unset;
}
.symptom__info-feedback.callback-form .callback-block .callback-confirm-checkbox .form-group .checkbox__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 0;
  color: #EDF0F8;
}
.symptom__info-feedback.callback-form .callback-block .callback-confirm-checkbox .form-group .checkbox__text a {
  color: currentColor;
}
.symptom__info-feedback.callback-form .select2 {
  margin-bottom: 24px;
}
.symptom__info-feedback.callback-form .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left: 1px solid #FF4500;
  border-bottom: 1px solid #FF4500;
}
.symptom__info-content {
  border-top: 1px solid #CFCFD1;
  padding: 32px 0 32px 0;
  position: relative;
}
.symptom__info-content-anchor {
  position: absolute;
  top: -110px;
}
.symptom__cure {
  position: relative;
  z-index: 2;
  border-radius: 32px;
  padding: 40px;
  background: url("/images/development/symptom/cure_bg.png") top center/contain no-repeat;
  background-color: #EDF0F8;
}
.symptom__cure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(259deg, rgba(237, 240, 248, 0) 1.09%, #EDF0F8 98.23%);
}
.symptom__cure-title {
  margin-bottom: 24px;
}
.symptom__nav {
  padding: 20px;
  border-radius: 16px;
  background: #EDF0F8;
}
.symptom__nav-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1px;
  transition: all 350ms;
  cursor: pointer;
  color: #6B6B6B;
}
.symptom__nav-item:not(:last-child) {
  margin-bottom: 8px;
}
@media (hover: hover) {
  .symptom__nav-item:hover {
    color: #FF4500;
  }
}
.symptom__nav-item_active {
  color: #FF4500;
}
.symptom__nav-list {
  margin: 0;
  padding: 0 0 0 20px;
}
.symptom__nav-link {
  color: currentColor;
}
.symptom__nav-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .symptom__aside {
    position: static;
    top: unset;
  }
  .symptom__info {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
  .symptom__info-main {
    grid-row: unset;
    order: 3;
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .symptom__text ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .symptom__text img {
    float: unset !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .symptom__text img:not(:last-child) {
    margin-bottom: 16px;
  }
  .symptom__title {
    font-size: 28px;
    line-height: 36px;
  }
  .symptom__info-content {
    padding: 24px 0 24px 0;
  }
  .symptom__info-subtitle {
    margin-bottom: 16px;
  }
  .symptom__info-title:not(:last-child) {
    padding-bottom: 24px;
  }
  .symptom__info-main {
    padding: 24px 16px 24px 16px;
  }
  .symptom__cure {
    padding: 24px 16px 24px 16px;
  }
}