@tailwind base;

@tailwind components;

@tailwind utilities;

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-\[0\%\]{
  bottom: 0%;
}

.right-\[-13\%\]{
  right: -13%;
}

.right-\[-7\%\]{
  right: -7%;
}

.right-\[73\%\]{
  right: 73%;
}

.top-\[-3\%\]{
  top: -3%;
}

.top-\[-9\%\]{
  top: -9%;
}

.top-\[11\%\]{
  top: 11%;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}

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

.mb-\[-20px\]{
  margin-bottom: -20px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.mr-\[-20px\]{
  margin-right: -20px;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.mr-\[5px\]{
  margin-right: 5px;
}

.mt-\[-10px\]{
  margin-top: -10px;
}

.mt-\[-110px\]{
  margin-top: -110px;
}

.mt-\[-20px\]{
  margin-top: -20px;
}

.mt-\[-21px\]{
  margin-top: -21px;
}

.mt-\[-22px\]{
  margin-top: -22px;
}

.mt-\[-30px\]{
  margin-top: -30px;
}

.mt-\[-31px\]{
  margin-top: -31px;
}

.mt-\[-32px\]{
  margin-top: -32px;
}

.mt-\[0px\]{
  margin-top: 0px;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[47px\]{
  margin-top: 47px;
}

.mt-\[5px\]{
  margin-top: 5px;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-\[0px\]{
  gap: 0px;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[27px\]{
  gap: 27px;
}

.break-all{
  word-break: break-all;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[25px\]{
  border-radius: 25px;
}

.rounded-b-\[15px\]{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.bg-custom-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity));
}

.bg-custom-black-106{
  --tw-bg-opacity: 1;
  background-color: rgb(55 39 39 / var(--tw-bg-opacity));
}

.bg-custom-blue-103{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-custom-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(220 42 42 / var(--tw-bg-opacity));
}

.bg-custom-yellow-103{
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 117 / var(--tw-bg-opacity));
}

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

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.p-\[0px\]{
  padding: 0px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[25px\]{
  padding: 25px;
}

.p-\[27px\]{
  padding: 27px;
}

.px-\[0px\]{
  padding-left: 0px;
  padding-right: 0px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}

.py-\[0px\]{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[27px\]{
  padding-top: 27px;
  padding-bottom: 27px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pr-\[20px\]{
  padding-right: 20px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

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

.font-inter{
  font-family: Inter, sans-serif;
}

.font-nunito{
  font-family: Nunito, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[19px\]{
  font-size: 19px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[23px\]{
  font-size: 23px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[60px\]{
  font-size: 60px;
}

.font-bold{
  font-weight: 700;
}

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

.font-semibold{
  font-weight: 600;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[35px\]{
  line-height: 35px;
}

.leading-\[38px\]{
  line-height: 38px;
}

.leading-\[40px\]{
  line-height: 40px;
}

.leading-\[70px\]{
  line-height: 70px;
}

.text-custom-black-104{
  --tw-text-opacity: 1;
  color: rgb(40 38 38 / var(--tw-text-opacity));
}

.text-custom-black-105{
  --tw-text-opacity: 1;
  color: rgb(56 60 68 / var(--tw-text-opacity));
}

.text-custom-blue-104{
  --tw-text-opacity: 1;
  color: rgb(48 108 228 / var(--tw-text-opacity));
}

.text-custom-red-400{
  --tw-text-opacity: 1;
  color: rgb(220 42 42 / var(--tw-text-opacity));
}

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

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

.line-through{
  text-decoration-line: line-through;
}

@font-face {
  font-family: Schnebel-Sans-Pro;

  src:url(../fonts/Schnebel\ Sans\ Pro.ttf)
}

@font-face {
  font-family: Race-Sport;

  src:url(../fonts/Race\ Sport.ttf)
}

.rp {
  font-family: Race-Sport;
  font-weight: 400;
}

.ssp-r {
  font-family: Schnebel-Sans-Pro;
  font-weight: 700;
}

.c-r {
  font-family:Cambria-Sans;
  font-weight: 700;
}

.n-i {
  font-family:Nimbus-Sans-italic;
  font-weight: 500;
}

.custom-drop-shadowv1 {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}

.custom-drop-shadowv2 {
  /* border-radius: 13.447px; */
  border: 0.896px solid #960000;
  background: radial-gradient(77.98% 35.68% at 50% 44.35%, #FFB84E 0%, #F64343 100%);
}

.custom-drop-shadowv3 {
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.25);
}

.button-color {
  border-radius: 10px;
  background: linear-gradient(180deg, #FFDF00 11.07%, #FFA208 71.81%);
}

.bt-1 {
  background: linear-gradient(180deg, #FFE600 0%, #FFC400 100%);
}

.bt-1:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.button-color:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.bt-2:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
  border-radius: 51.5px;
}

.bt-3:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.bt-4:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.bt-2 {
  border-radius: 51.5px;
  background: #FCC818;
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 15px 50px;
}

.bt-3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #DE9F2F 0%, #F6D06C 44.5%, #EFAD1F 100%);
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 20px 50px;
}

.bt-4 {
  border-radius: 5px;
  background: linear-gradient(180deg, #DE9F2F 0%, #F6D06C 44.5%, #EFAD1F 100%);
  box-shadow: 0px 3px 0px 0px #D8AA16;
  padding: 5px 20px;
}

.border-footer {
  border: 1px solid #E3E3E3;
  background: #FFF;
}

.bt-2 {
  border-radius: 51.5px;
  background: #FCC818;
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 15px 20px;
}

.bt-3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #DE9F2F 0%, #F6D06C 44.5%, #EFAD1F 100%);
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 15px 20px;
}

.h1 {
  background: url(../img/h-1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-1-bg {
  background: url(../img/s-1-bg.png) no-repeat;
  background-position: right top;
  /* background-size: contain; */
}

.s-1-b {
  border-radius: 25px 0px;
  border: 2px dashed #DC2A2A;
  background: var(--White, #FFF)
}

.s-1-b-1 {
  border-radius: 0px 0px 25px 0px;
  border: 2px dashed #DC2A2A;
  background: var(--White, #FFF);
}

.s-3-b {
  border-radius: 25px 0px;
  border: 2px dashed #FFF;
  background: linear-gradient(102deg, rgba(220, 42, 42, 0.70) 11.78%, rgba(118, 23, 23, 0.00) 77.71%);
}

.s3-bg {
  background: url(../img/s-3-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s4-c {
  border-radius: 25px;
  background: #FFF;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.s-8-bg {
  background: url(../img/s-8-bg.png) no-repeat;
  background-position: left;
  background-size: 46%;
}

.s-10-bg {
  background: url(../img/s-10-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.path-bg {
  background: url(../img/path-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.path-bg-1 {
  background: url(../img/path-bg-1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-17-bg {
  background: url(../img/s-17.png) no-repeat;
  background-position: right;
  background-size: contain;
}

ul.a {
  list-style-type:disc;
}

.let-1 {
  list-style-type:auto;
}

.s-20-bg {
  background: url(../img/s-20.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.s-21-bg {
  background: url(../img/s-21.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.s-22-bg {
  background: url(../img/s-22.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.s-23-bg {
  background: url(../img/s-23.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.s-section {
  border-radius: 25px;
  border: 1px solid #DC2A2A;
  background: #FFF;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

/* .header-1 {
    background: url(../img/h-1.png) no-repeat;
    background-position: center;
    background-size: cover; 
}
.h-cry {
    background: url(../img/h-cry.png) no-repeat;
    background-position: 0px -245px;
    background-size: 100%;
}
.l-1-border {
    border: 0.5px solid #D10000;
    background: #F4EEED;
}
.l-2-border {
    border-radius: 10px;
    border: 0.5px solid #D10000;
    background: #FFF;
}
.bg-2 {
    background: url(../img/s-2.png) no-repeat;
    background-position: right;
    background-size: contain; 
    
}
.bg-7 {
    background: url(../img/s-7-bg.png) no-repeat;
    background-position: left;
    background-size: contain; 
    
}
.v-1 {
    background: url(../img/v-1.png) no-repeat;
    background-position: inherit;
    background-size: auto;
}
.v-2 {
    background: url(../img/v-2.png) no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 0px 20px;
}
.v-3 {
    background: url(../img/v-3.png) no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 0px 20px;
}
.v-4 {
    background: url(../img/v-4.png) no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 0px 10px;
}
.f-lg {
    background: #4E4E4E;
    border-radius: 0px 0px 20px 20px;
}
.s-6-bg {
    background: url(../img/h-1.png) no-repeat;
    background-position: center;
    background-size: cover; 
}
.s-9-bg {
    background: url(../img/s-9-bg.png) no-repeat;
    background-position: right;
    background-size: contain; 
}
.l-b-1 {
    border: 1px solid #D10000;
}
.s-15-bg {
    background: url(../img/s-15-bg.png) no-repeat;
    background-position: left;
    background-size: contain; 
}
.s-25-bg {
    background: url(../img/s-25-bg.png) no-repeat;
    background-position: left;
    background-size: contain; 
}
.s-17-1 {
    background: url(../img/s-17-1.png) no-repeat;
    background-position: left;
    background-size: contain; 
}
.s-17-2 {
    background: url(../img/s-17-2.png) no-repeat;
    background-position: left;
    background-size: contain; 
}
.br-light {
    background: url(../img/lr-1.png) no-repeat;
    background-position: center 78px;
    background-size: 84%;
}
.s-20-1 {
    background: url(../img/s-20-bg.png) no-repeat;
    background-position: left bottom;
    background-size: 40%;

}
.s-30-bg {
    background: url(../img/s-30-bg.png) no-repeat;
    background-position: left bottom;
    background-size: 39%;

}
.s-24-bg {
    background: url(../img/s-24-bg.png) no-repeat;
    background-position: left;
    background-size: contain; 
} */

.hide-d {
  display: none!important;
}

@media (max-width: 1700px) {
}

@media (max-width: 1400px) {
  .header-post {
    width: 14%!important;
  }
}

@media (max-width: 1300px) {
  .w-adjust-post {
    width: 24%!important;
  }

  .r-adjust {
    right: 4%!important;
  }

  .l-adjust{
    bottom: -10%!important;
    left: 4%!important;
  }

  .mtbrl-1300 {
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
  }

  .resize-i1 {
    right: -1%!important;
  }

  .w-pic-resize {
    width: 100%!important;
  }

  .w-pic-resize-1 {
    width: 100%!important;
  }
}

@media (max-width: 1140px) {
  .mtbrl-1 {
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
  }

  .w-adjust {
    left: 0% !important;
    right: 0% !important;
    top: 0% !important;
    bottom: 0% !important;
  }

  .w-70-1 {
    width: 100%!important;
  }

  .mw-adjust-d {
    max-width: 660px!important;
  }

  .w-adjust-11 {
    display: flex!important;
    flex-direction: column!important;
    height: 100%!important;
    justify-content: center!important;
    align-items: center!important;
  }

  .rice-ad {
    width: 29%!important;
  }
}

@media (max-width: 1024px) {
  .hide-sales {
    display: none!important;
  }

  .show-sales {
    display: flex!important;
  }

  .w-adjust-10 {
    display: flex!important;
    flex-direction: column!important;
  }

  .mw-adjust-sales {
    width: 100%!important;
  }

  .mw-b {
    max-width: 700px!important;
  }

  .s-1-bg {
    background: url(../img/s-1-bg.png) no-repeat;
    background-position: 600px top;
    /* background-size: contain; */
  }

  .s-8-bg {
    background: url(../img/s-8-bg.png) no-repeat;
    background-position: -100px;
    /* background-size: cover; */
  }

  .s-17-bg {
    background: url(../img/s-17.png) no-repeat;
    background-position: 600px ;
    background-size: contain;
  }

  .s-21-bg {
    background: url(../img/s-21.png) no-repeat;
    background-position: -200px;
    background-size: contain;
  }

  .s-23-bg {
    background: url(../img/s-23.png) no-repeat;
    background-position: -200px;
    background-size: contain;
  }

  .rice-ad {
    position: unset!important;
    width: 100%!important;
  }
}

@media (max-width: 920px) {
  .w-70 {
    width: 70% ;
  }

  .hide-1 {
    display: none;
  }

  .show-1 {
    display: flex!important;
  }

  .s-8-bg {
    background: url(../img/s-8-bg.png) no-repeat;
    background-position: -200px;
    /* background-size: cover; */
  }
}

@media (max-width: 820px) {
  .s-8-bg {
    background: url(../img/s-8-bg.png) no-repeat;
    background-position: -240px;
    /* background-size: cover; */
  }
}

@media (max-width: 768px) {
  .header-post {
    width: 50px!important;
  }

  .s-1-bg {
    background: none;
  }

  .s-8-bg {
    background: none;
  }

  .s-17-bg {
    background: none;
  }

  .s-20-bg {
    background: none;
  }

  .s-21-bg {
    background: none;
  }

  .s-22-bg {
    background: none;
  }

  .s-23-bg {
    background: none;
  }

  .rice-ad {
    position: unset!important;
    width: 100%!important;
  }
}

@media (max-width: 500px) {
}

@media (max-width: 400px) {
  .mw-1just {
    width: 120px!important;
  }
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:bottom-\[0\%\]{
    bottom: 0%;
  }

  .md\:right-\[5\%\]{
    right: 5%;
  }

  .md\:right-\[82\%\]{
    right: 82%;
  }

  .md\:mx-\[0px\]{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:mb-\[-69px\]{
    margin-bottom: -69px;
  }

  .md\:mb-\[0px\]{
    margin-bottom: 0px;
  }

  .md\:ml-\[-139px\]{
    margin-left: -139px;
  }

  .md\:ml-\[-78px\]{
    margin-left: -78px;
  }

  .md\:ml-\[0px\]{
    margin-left: 0px;
  }

  .md\:ml-\[3px\]{
    margin-left: 3px;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-\[-17px\]{
    margin-right: -17px;
  }

  .md\:mr-\[-34px\]{
    margin-right: -34px;
  }

  .md\:mr-\[0px\]{
    margin-right: 0px;
  }

  .md\:mr-\[21px\]{
    margin-right: 21px;
  }

  .md\:mt-\[-0px\]{
    margin-top: -0px;
  }

  .md\:mt-\[-100px\]{
    margin-top: -100px;
  }

  .md\:mt-\[-20px\]{
    margin-top: -20px;
  }

  .md\:mt-\[-30px\]{
    margin-top: -30px;
  }

  .md\:mt-\[-5px\]{
    margin-top: -5px;
  }

  .md\:mt-\[-60px\]{
    margin-top: -60px;
  }

  .md\:mt-\[-62px\]{
    margin-top: -62px;
  }

  .md\:mt-\[-80px\]{
    margin-top: -80px;
  }

  .md\:mt-\[0px\]{
    margin-top: 0px;
  }

  .md\:mt-\[10px\]{
    margin-top: 10px;
  }

  .md\:mt-\[130px\]{
    margin-top: 130px;
  }

  .md\:mt-\[20px\]{
    margin-top: 20px;
  }

  .md\:mt-\[30px\]{
    margin-top: 30px;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:mt-\[60px\]{
    margin-top: 60px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[728px\]{
    height: 728px;
  }

  .md\:h-\[930px\]{
    height: 930px;
  }

  .md\:w-\[144px\]{
    width: 144px;
  }

  .md\:w-\[419px\]{
    width: 419px;
  }

  .md\:w-\[50\%\]{
    width: 50%;
  }

  .md\:w-\[538px\]{
    width: 538px;
  }

  .md\:w-\[873px\]{
    width: 873px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

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

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-\[0px\]{
    gap: 0px;
  }

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:gap-\[30px\]{
    gap: 30px;
  }

  .md\:gap-\[72px\]{
    gap: 72px;
  }

  .md\:p-\[0px\]{
    padding: 0px;
  }

  .md\:p-\[50px\]{
    padding: 50px;
  }

  .md\:p-\[60px\]{
    padding: 60px;
  }

  .md\:px-\[0px\]{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[31px\]{
    padding-left: 31px;
    padding-right: 31px;
  }

  .md\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[38px\]{
    padding-left: 38px;
    padding-right: 38px;
  }

  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-\[0px\]{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-\[21px\]{
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .md\:py-\[34px\]{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:py-\[37px\]{
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[48px\]{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .md\:pb-\[20px\]{
    padding-bottom: 20px;
  }

  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }

  .md\:pb-\[55px\]{
    padding-bottom: 55px;
  }

  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .md\:pb-\[80px\]{
    padding-bottom: 80px;
  }

  .md\:pl-\[0px\]{
    padding-left: 0px;
  }

  .md\:pl-\[100px\]{
    padding-left: 100px;
  }

  .md\:pl-\[20px\]{
    padding-left: 20px;
  }

  .md\:pl-\[40px\]{
    padding-left: 40px;
  }

  .md\:pl-\[41px\]{
    padding-left: 41px;
  }

  .md\:pl-\[50px\]{
    padding-left: 50px;
  }

  .md\:pl-\[51px\]{
    padding-left: 51px;
  }

  .md\:pl-\[60px\]{
    padding-left: 60px;
  }

  .md\:pr-\[0px\]{
    padding-right: 0px;
  }

  .md\:pr-\[30px\]{
    padding-right: 30px;
  }

  .md\:pt-\[130px\]{
    padding-top: 130px;
  }

  .md\:pt-\[22px\]{
    padding-top: 22px;
  }

  .md\:pt-\[31px\]{
    padding-top: 31px;
  }

  .md\:text-start{
    text-align: start;
  }

  .md\:text-\[12px\]{
    font-size: 12px;
  }

  .md\:text-\[13\.5px\]{
    font-size: 13.5px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[19px\]{
    font-size: 19px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }

  .md\:text-\[56px\]{
    font-size: 56px;
  }

  .md\:text-\[64px\]{
    font-size: 64px;
  }

  .md\:text-\[90px\]{
    font-size: 90px;
  }

  .md\:leading-\[100px\]{
    line-height: 100px;
  }

  .md\:leading-\[18px\]{
    line-height: 18px;
  }

  .md\:leading-\[20px\]{
    line-height: 20px;
  }

  .md\:leading-\[25px\]{
    line-height: 25px;
  }

  .md\:leading-\[26px\]{
    line-height: 26px;
  }

  .md\:leading-\[28px\]{
    line-height: 28px;
  }

  .md\:leading-\[30px\]{
    line-height: 30px;
  }

  .md\:leading-\[33px\]{
    line-height: 33px;
  }

  .md\:leading-\[35px\]{
    line-height: 35px;
  }

  .md\:leading-\[38px\]{
    line-height: 38px;
  }

  .md\:leading-\[40px\]{
    line-height: 40px;
  }

  .md\:leading-\[45px\]{
    line-height: 45px;
  }

  .md\:leading-\[60px\]{
    line-height: 60px;
  }

  .md\:leading-\[70px\]{
    line-height: 70px;
  }
}