/*
! tailwindcss v3.0.23 | 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.
*/

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 */
}

/*
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-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.right-\[0\.85vw\] {
  right: 0.85vw;
}

.bottom-\[0\.85vw\] {
  bottom: 0.85vw;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.-top-\[1\.5vw\] {
  top: -1.5vw;
}

.-left-\[1\.5vw\] {
  left: -1.5vw;
}

.-right-\[0\.5vw\] {
  right: -0.5vw;
}

.bottom-\[3\.5vw\] {
  bottom: 3.5vw;
}

.bottom-\[0\.5vw\] {
  bottom: 0.5vw;
}

.right-0 {
  right: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.-bottom-\[5vw\] {
  bottom: -5vw;
}

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

.-left-\[7vw\] {
  left: -7vw;
}

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

.top-\[2px\] {
  top: 2px;
}

.-bottom-\[22px\] {
  bottom: -22px;
}

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

.-bottom-\[35px\] {
  bottom: -35px;
}

.top-\[4px\] {
  top: 4px;
}

.-bottom-\[16px\] {
  bottom: -16px;
}

.z-\[55\] {
  z-index: 55;
}

.-z-\[1\] {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-\[0\.99\] {
  z-index: 0.99;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[9999\] {
  z-index: 9999;
}

.m-auto {
  margin: auto;
}

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

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

.-mt-\[0\.225vw\] {
  margin-top: -0.225vw;
}

.ml-\[0\.6vw\] {
  margin-left: 0.6vw;
}

.mt-\[0\.05vw\] {
  margin-top: 0.05vw;
}

.ml-\[3\.25vw\] {
  margin-left: 3.25vw;
}

.ml-\[1\.65vw\] {
  margin-left: 1.65vw;
}

.mt-\[0\.95vw\] {
  margin-top: 0.95vw;
}

.-mt-\[1\.5vw\] {
  margin-top: -1.5vw;
}

.mr-\[2\.25vw\] {
  margin-right: 2.25vw;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-\[3vw\] {
  margin-top: 3vw;
}

.ml-\[1vw\] {
  margin-left: 1vw;
}

.ml-\[1\.1vw\] {
  margin-left: 1.1vw;
}

.mt-\[2vw\] {
  margin-top: 2vw;
}

.mt-\[2\.75vw\] {
  margin-top: 2.75vw;
}

.mt-\[0\.4vw\] {
  margin-top: 0.4vw;
}

.mt-\[6vw\] {
  margin-top: 6vw;
}

.-ml-\[7\.25vw\] {
  margin-left: -7.25vw;
}

.\!mr-0 {
  margin-right: 0px !important;
}

.\!ml-0 {
  margin-left: 0px !important;
}

.mb-\[2\%\] {
  margin-bottom: 2%;
}

.mt-auto {
  margin-top: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0px;
}

.mt-\[0\.75vw\] {
  margin-top: 0.75vw;
}

.mt-\[3\.6vw\] {
  margin-top: 3.6vw;
}

.mt-\[1\.75vw\] {
  margin-top: 1.75vw;
}

.mt-\[0\.3vw\] {
  margin-top: 0.3vw;
}

.mt-\[3\.25vw\] {
  margin-top: 3.25vw;
}

.ml-\[1\.8vw\] {
  margin-left: 1.8vw;
}

.mt-\[1\.9vw\] {
  margin-top: 1.9vw;
}

.ml-\[0\.75vw\] {
  margin-left: 0.75vw;
}

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

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

.mt-\[2\.4vw\] {
  margin-top: 2.4vw;
}

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

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

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

.mt-\[3\.15vw\] {
  margin-top: 3.15vw;
}

.mt-\[2\.25vw\] {
  margin-top: 2.25vw;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

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

.h-full {
  height: 100%;
}

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

.h-\[40vw\] {
  height: 40vw;
}

.h-\[25\.75vw\] {
  height: 25.75vw;
}

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

.min-h-\[16\.5vw\] {
  min-height: 16.5vw;
}

.min-h-\[105px\] {
  min-height: 105px;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.w-\[6\.1vw\] {
  width: 6.1vw;
}

.w-\[1vw\] {
  width: 1vw;
}

.w-\[1\.25vw\] {
  width: 1.25vw;
}

.w-\[1\.5vw\] {
  width: 1.5vw;
}

.w-\[5\.1vw\] {
  width: 5.1vw;
}

.w-full {
  width: 100%;
}

.w-\[7vw\] {
  width: 7vw;
}

.w-\[2\.5vw\] {
  width: 2.5vw;
}

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

.w-\[4vw\] {
  width: 4vw;
}

.w-\[68vw\] {
  width: 68vw;
}

.w-\[33\.5vw\] {
  width: 33.5vw;
}

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

.w-\[17vw\] {
  width: 17vw;
}

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

.w-\[46\.2vw\] {
  width: 46.2vw;
}

.w-\[1\.1vw\] {
  width: 1.1vw;
}

.w-\[21\.5vw\] {
  width: 21.5vw;
}

.w-\[0\.975vw\] {
  width: 0.975vw;
}

.w-\[45vw\] {
  width: 45vw;
}

.w-\[42vw\] {
  width: 42vw;
}

.w-\[51vw\] {
  width: 51vw;
}

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

.w-auto {
  width: auto;
}

.flex-\[1\] {
  flex: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

.gap-\[2\%\] {
  gap: 2%;
}

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

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

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

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

.gap-x-\[2\.5vw\] {
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-br-\[4\.5vw\] {
  border-bottom-right-radius: 4.5vw;
}

.rounded-tr-\[4\.75vw\] {
  border-top-right-radius: 4.75vw;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-\[0\.11vw\] {
  border-width: 0.11vw;
}

.border-t-\[0\.05vw\] {
  border-top-width: 0.05vw;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l-\[0\.25vw\] {
  border-left-width: 0.25vw;
}

.border-b-\[0\.1vw\] {
  border-bottom-width: 0.1vw;
}

.border-b-\[0\.05vw\] {
  border-bottom-width: 0.05vw;
}

.border-b-\[0\.3vw\] {
  border-bottom-width: 0.3vw;
}

.border-solid {
  border-style: solid;
}

.border-second {
  --tw-border-opacity: 1;
  border-color: rgb(239 184 68 / var(--tw-border-opacity));
}

.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(27 51 95 / var(--tw-border-opacity));
}

.border-t-\[\#00000025\] {
  border-top-color: #00000025;
}

.border-b-\[\#ffffff30\] {
  border-bottom-color: #ffffff30;
}

.border-b-second {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 184 68 / var(--tw-border-opacity));
}

.border-b-\[\#ffffff60\] {
  border-bottom-color: #ffffff60;
}

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

.bg-half_black {
  background-color: rgba(0, 0, 0, 0.5);
}

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

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(27 51 95 / var(--tw-bg-opacity));
}

.bg-second {
  --tw-bg-opacity: 1;
  background-color: rgb(239 184 68 / var(--tw-bg-opacity));
}

.bg-font {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity));
}

.bg-grey3 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-productBg {
  background-image: linear-gradient( rgba(27, 51, 95, 0.9), rgba(27, 51, 95, 0.9) ),  url(../images/ocean-valiant-drillship-banner.jpg);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.pt-\[2\.1vw\] {
  padding-top: 2.1vw;
}

.pr-0 {
  padding-right: 0px;
}

.pb-\[2\.6vw\] {
  padding-bottom: 2.6vw;
}

.pl-0 {
  padding-left: 0px;
}

.pt-\[0\.95vw\] {
  padding-top: 0.95vw;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-\[10vw\] {
  padding-top: 10vw;
}

.pb-\[10vw\] {
  padding-bottom: 10vw;
}

.pr-\[7vw\] {
  padding-right: 7vw;
}

.pl-\[7vw\] {
  padding-left: 7vw;
}

.pt-\[1vw\] {
  padding-top: 1vw;
}

.pr-\[4vw\] {
  padding-right: 4vw;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-\[5vw\] {
  padding-left: 5vw;
}

.pt-\[1\.75vw\] {
  padding-top: 1.75vw;
}

.pr-\[5vw\] {
  padding-right: 5vw;
}

.pb-\[1\.75vw\] {
  padding-bottom: 1.75vw;
}

.pl-\[1\.6vw\] {
  padding-left: 1.6vw;
}

.pt-\[13vw\] {
  padding-top: 13vw;
}

.pt-\[4vw\] {
  padding-top: 4vw;
}

.pr-\[10vw\] {
  padding-right: 10vw;
}

.pb-\[4vw\] {
  padding-bottom: 4vw;
}

.pt-\[1\.5vw\] {
  padding-top: 1.5vw;
}

.pr-\[1\.5vw\] {
  padding-right: 1.5vw;
}

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

.pl-\[1\.5vw\] {
  padding-left: 1.5vw;
}

.pb-\[1\.9vw\] {
  padding-bottom: 1.9vw;
}

.pt-\[6vw\] {
  padding-top: 6vw;
}

.pb-\[6vw\] {
  padding-bottom: 6vw;
}

.pb-\[0\.8vw\] {
  padding-bottom: 0.8vw;
}

.pt-\[9vw\] {
  padding-top: 9vw;
}

.pb-\[6\.75vw\] {
  padding-bottom: 6.75vw;
}

.pr-\[1\.3vw\] {
  padding-right: 1.3vw;
}

.pb-\[1vw\] {
  padding-bottom: 1vw;
}

.pl-\[1\.3vw\] {
  padding-left: 1.3vw;
}

.pt-\[6\.5vw\] {
  padding-top: 6.5vw;
}

.pb-\[6\.5vw\] {
  padding-bottom: 6.5vw;
}

.pb-\[0\.5vw\] {
  padding-bottom: 0.5vw;
}

.pr-\[3vw\] {
  padding-right: 3vw;
}

.pl-\[3vw\] {
  padding-left: 3vw;
}

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

.font-body {
  font-family: co-text, Poppins, sans-serif;
}

.font-head {
  font-family: verdana, Poppins, sans-serif;
}

.text-\[1vw\] {
  font-size: 1vw;
}

.text-\[0\.85vw\] {
  font-size: 0.85vw;
}

.text-\[0\.95vw\] {
  font-size: 0.95vw;
}

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

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

.text-\[3vw\] {
  font-size: 3vw;
}

.text-\[0\.75vw\] {
  font-size: 0.75vw;
}

.text-\[2\.5vw\] {
  font-size: 2.5vw;
}

.text-\[2\.8vw\] {
  font-size: 2.8vw;
}

.text-\[1\.3vw\] {
  font-size: 1.3vw;
}

.text-\[0\.8vw\] {
  font-size: 0.8vw;
}

.text-\[1\.5vw\] {
  font-size: 1.5vw;
}

.text-\[1\.46vw\] {
  font-size: 1.46vw;
}

.text-\[1\.675vw\] {
  font-size: 1.675vw;
}

.text-\[1\.1vw\] {
  font-size: 1.1vw;
}

.text-\[1\.45vw\] {
  font-size: 1.45vw;
}

.text-\[1\.05vw\] {
  font-size: 1.05vw;
}

.text-\[0\.9vw\] {
  font-size: 0.9vw;
}

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

.font-\[300\] {
  font-weight: 300;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[700\] {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-main {
  --tw-text-opacity: 1;
  color: rgb(27 51 95 / var(--tw-text-opacity));
}

.text-\[\#00000099\] {
  color: #00000099;
}

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

.text-second {
  --tw-text-opacity: 1;
  color: rgb(239 184 68 / var(--tw-text-opacity));
}

.text-font2 {
  color: #211e1fb3;
}

.text-font3 {
  --tw-text-opacity: 1;
  color: rgb(146 157 177 / var(--tw-text-opacity));
}

.text-\[\#929DB1\] {
  --tw-text-opacity: 1;
  color: rgb(146 157 177 / var(--tw-text-opacity));
}

.text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.decoration-0 {
  text-decoration-thickness: 0px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-\[0\.4\] {
  opacity: 0.4;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

@font-face {
  font-family: 'verdana';

  src: url(../fonts/English/verdana.woff2) format('woff2');

  font-weight: 500;
}

@font-face {
  font-family: 'verdana';

  src: url(../fonts/English/verdana/verdana.woff) format('woff');

  font-weight: 500;
}

@font-face {
  font-family: 'verdana';

  src: url(../fonts/English/verdana/verdanab.woff2) format('woff2');

  font-weight: 700;
}

@font-face {
  font-family: 'co-text';

  src: url('CoText-Regular.eot');

  src: url('../fonts/English/co/CoText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/English/co/CoText-Regular.woff2') format('woff2'),
    url('../fonts/English/co/CoText-Regular.woff') format('woff'),
    url('../fonts/English/co/CoText-Regular.ttf') format('truetype'),
    url('../fonts/English/co/CoText-Regular.svg#CoText-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

:root {
  --verdana: 'verdana';
  --co-text: 'co-text';
  --main-clr: #1b335f;
  --secondary-clr: #efb844;
  --white: #fff;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

html {
  line-height: inherit;
}

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

body {
  font-family: var(--co-text);
  overflow: hidden;
}

.loader-go {
  overflow-y: auto;
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: var(--main-clr);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: 0.5s;
  will-change: transform;
}

.loader-go .loader {
  opacity: 0;
}

.loader img {
  width: 12.5vw;
  -webkit-animation: rotate-loader 6s infinite;
          animation: rotate-loader 6s infinite;
}

p {
  font-family: var(--verdana);
  font-size: 0.925vw;
  color: #211e1f;
  opacity: 0.8;
  line-height: 1.6;
}

@-webkit-keyframes rotate-loader {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(90deg) scale(1.5);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  75% {
    transform: rotate(270deg) scale(1.5);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rotate-loader {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(90deg) scale(1.5);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  75% {
    transform: rotate(270deg) scale(1.5);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes animat-line {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes animat-line {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

section {
  background-color: var(--white);
  padding-top: 10vw;
}

.container {
  margin: auto;
}

h2 {
  font-size: 2.5vw;
  color: var(--main-clr);
  font-weight: 500;
}

.w-col1,
.w-col2,
.w-col3,
.w-col4,
.w-col5,
.w-col6,
.w-col7,
.w-col8,
.w-col9,
.w-col10,
.w-col11,
.w-col12 {
  flex: 0 0 auto;
}

.trans {
  transition: all 0.5s ease-in-out;
}

.video-bg {
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fading-line {
  -webkit-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}

.overview .container .pis p {
  width: 47vw;
}

.overview .container .pis p:nth-of-type(2) {
  margin-top: 1.5vw;
}

.proposition-vision .collapse .heading .control {
  transition: 0.25s linear;
}

.our-products .dynamic-tabs .control h4::after {
  opacity: 0;
  transition: 0.25s;
}

.our-products .dynamic-tabs .control h4.active::after {
  opacity: 1;
}

.scroll {
  transform: rotate(90deg);
}

main .scroll .animat-line::after {
  -webkit-animation: animat-line 2s infinite;
          animation: animat-line 2s infinite;
}

.proposition-vision .collapse .body {
  margin-top: 1.25vw;
  height: 0;
  opacity: 0;
  transform: translateY(-2vw);
  transition: transform 0.5s;
}

.proposition-vision .collapse:last-of-type {
  margin-top: 5.4vw;
}

.proposition-vision .open-collapse .heading .control {
  transform: rotateZ(-45deg) translate(-0.075vw);
}

.proposition-vision .open-collapse .body {
  height: 100%;
  opacity: 1;
  transform: translate(0%);
}

.supply-location-focus .txt p {
  font-size: 1.4vw;
  line-height: 1.4;
  color: var(--main-clr);
  opacity: 1;
}

.supply-location-focus .txt .p-block p {
  margin-top: 1.7vw;
  margin-left: -1.25vw;
}

.collapses.osmanflex>div {
  gap: 12px;
}

.emulated-flex-gap>* {
  /*margin: 0 1.8vw 1.8vw 0;*/
  margin: 0 2.3% 1.8vw 0;
}

.overview h2 {
  margin-top: -30px;
}

.facts-figures .collapses .collapse .body {
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}

.our-products #base-oil .control h4:first-of-type,
.our-products #specialty-products .control h4:nth-of-type(2),
.our-products #other-products .control h4:nth-of-type(3) {
  color: var(--white);
}

.our-products .dynamic-tabs .control h4 {
  transition: 0.25s;
}

.product-uses .swiper .swiper-slide p {
  margin-top: 0.75vw;
  margin-left: 1.8vw;
}

.lubehub p {
  width: 60vw;
  text-align: center;
  margin-top: 1.6vw;
}

.btn {
  font-family: var(--co-text);
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border-top-right-radius: 1.75vw;
  cursor: pointer;
  transition: 0.5s;
}

.lubehub .map {
  transform: translate(-50%, -20px);
}

.get-touch .content .here-to-help {
  margin-top: 0.6vw;
  opacity: 1;
}

.get-touch .content p {
  color: var(--white);
}

#errorTosend {
  color: red;
  margin: 15px 0px;
  font-weight: 600;
}

.hideel {
  display: none;
}

.select-selected {
  font-family: var(--verdana);
  font-size: 0.9vw;
  height: 100%;
  color: #929DB1;
  padding-bottom: 0.5vw;
  cursor: pointer;
}

.select-hide {
  display: none;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div {
  font-size: 0.9vw;
  font-weight: 700;
  color: #00000080;
  background-color: var(--white);
  padding: 0.8vw 1.2vw;
  cursor: pointer;
}

/* .our-products .dynamic-tabs .control::after {
  content: '';
  width: 5.65vw;
  height: 0.15vw;
  background-color: var(--secondary-clr);
  position: absolute;
  left: 0;
  bottom: -0.075vw;
  transition: 0.25s;
}

.our-products #specialty-products .control::after {
  width: 13.5vw;
  transform: translate(33.25vw);
}

.our-products #other-products .control::after {
  width: 10.8vw;
  transform: translate(calc(86vw - 10.8vw));
}

.our-products .dynamic-tabs .control::after {
  content: '';
  width: 5.65vw;
  height: 0.15vw;
  background-color: var(--secondary-clr);
  position: absolute;
  left: 0;
  bottom: -0.075vw;
  transition: 0.25s;
} */

.product-uses .luberef-base {
  width: 49.5vw;
  margin-top: 0.5vw;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-arrow {
  transition: 0.5s;
}

.our-products #base-oil .base-oil-content,
.our-products #specialty-products .specialty-products-content,
.our-products #other-products .other-Products-content {
  display: flex;
}

.our-products .content .desc p {
  width: 32.5vw;
  color: var(--white);
  margin-top: 0.5vw;
}

.get-touch .content form .remove-start-error::after {
  display: none;
}

.get-touch .content form .remove-placeholder .error-msg,
.get-touch .content form .remove-start-error .error-msg {
  display: none;
}

.get-touch .content form .remove-placeholder::before,
.get-touch .content form .remove-placeholder::after {
  display: none;
}

.rotate-it {
  transform: rotate(180deg);
}

.get-touch .content .exist-note .emailNote {
  display: block;
}

.get-touch .content .has-error .error-msg {
  display: block;
}

.get-touch .thank-you-message-exist {
  display: block;
}

.get-touch .custom-select.remove-placeholder label {
  opacity: 0;
}

footer .top .locations .location svg,
footer .top .locations .location .txt h4,
footer .top .locations .location .txt h6 {
  transition: 0.25s;
}

.get-touch .content input:focus+label,
.get-touch .content textarea:focus+label {
  opacity: 0;
}

.our-products .content .downloads .links .link {
  transition: 0.25s;
}

.get-touch .content form .remove-placeholder .select-selected {
  padding-bottom: 8px;
}

footer .bottom p {
  font-size: 1vw;
  color: #00000085;
}

.show-up {
  opacity: 1;
}

.hamburger span {
  transform-origin: 97% 40%;
  transition: 0.5s;
}

.proposition-vision .open-collapse {
  padding-bottom: 2.75vw;
}

.top-pop-up,
.top-pop-up-with-q {
  opacity: 0;
  transform: translateY(50px);
}

.our-products {
  background-position-x: 50%;
}

.animat-top-pop-up {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: 0.5s;
}

.pop-up-d1 {
  transition-delay: 0.05s !important;
}

.pop-up-d2 {
  transition-delay: 0.1s !important;
}

.pop-up-d3 {
  transition-delay: 0.2s !important;
}

.pop-up-d5 {
  transition-delay: 0.25s !important;
}

.pop-up-d6 {
  transition-delay: 0.3s !important;
}

.pop-up-d7 {
  transition-delay: 0.35s !important;
}

.pop-up-d8 {
  transition-delay: 0.4s !important;
}

.select-items div:hover {
  color: var(--main-clr);
  background-color: #e8eaef;
}

.up:hover .white-to-blue {
  fill: var(--main-clr);
  fill-opacity: 1;
}

.up:hover .blue-to-white-stroke {
  stroke: var(--white);
}

.up:hover .blue-to-white-fill {
  fill: var(--white);
}

@media (max-width: 1080px) {
  .container {
    width: 99%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 86%;
  }
}

@media (min-width: 1080px) and (max-width: 1200px) {
  .product-uses .swiper .swiper-slide p {
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  section {
    padding-top: 50px;
  }

  h2 {
    font-size: 28px !important;
  }

  p {
    font-size: 14px;
  }

  .btn {
    border-top-right-radius: 30px;
  }

  .select-selected {
    font-size: 13px;
  }

  .select-items div {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 18px;
  }

  .select-arrow {
    width: 12px;
    bottom: 8.5px;
  }

  main .content p {
    padding: 12px 15px;
    border-bottom-right-radius: 90px;
    margin-top: 37px;
    margin-left: 15px;
  }

  main .content p::after {
    border-bottom-right-radius: 90px;
    top: -13px;
    left: -13px;
  }

  .overview .container .pis p {
    margin-left: 15px;
  }

  .overview .container .pis p:nth-of-type(2) {
    margin-top: 18px;
  }

  .proposition-vision .open-collapse {
    padding-bottom: 22px;
  }

  .our-products .content .desc p {
    margin-top: 10px;
  }

  .product-uses .luberef-base {
    width: 100%;
    margin-top: 13px;
  }

  .product-uses .swiper .swiper-slide p {
    margin-top: 9px;
    margin-left: 0;
  }

  .lubehub p {
    width: 100%;
    margin-top: 35px;
  }

  .lubehub p:last-of-type {
    margin-top: 20px;
  }

  .lubehub .map {
    transform: translate(-50%, 100px) !important;
  }

  .get-touch .content .here-to-help {
    margin-top: 13px;
  }

  .get-touch .select-arrow {
    bottom: 11px;
  }

  footer .bottom p {
    font-size: 14px;
  }
}

@media screen and (max-width: 756px) {
  main header nav .menu {
    align-items: center;
    transition: 0.7s;
  }

  .hamburger-clicked main header nav .menu {
    left: 0;
  }

  .hamburger-clicked .hamburger span {
    background-color: var(--secondary-clr);
  }

  .hamburger-clicked .hamburger span:first-of-type {
    transform: rotate(-45deg) translateY(-100%);
  }

  .hamburger-clicked .hamburger span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger-clicked .hamburger span:nth-of-type(3) {
    transform: rotate(45deg) translateY(100%);
  }

  main .content p {
    width: calc(100% - 15px);
  }

  .overview .container .pis p {
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  .supply-location-focus img {
    width: calc(100% - 12.25vw) !important;
    border-top-right-radius: 75px;
    margin: 0 6.125vw;
  }

  .supply-location-focus .txt p {
    font-size: 18px;
  }

  .supply-location-focus .txt .p-block {
    margin-top: 35px;
  }

  .supply-location-focus .txt div.p-block:first-of-type {
    margin-top: 48px;
  }

  .supply-location-focus .txt .p-block p {
    margin-top: 17px;
    margin-left: -16px;
  }

  .our-products .content .desc p {
    width: 100%;
  }

  .our-products .content .downloads .links .link.has-not-product {
    margin-top: 22px;
    padding-bottom: 0;
  }

  .get-touch .content form .select-selected {
    /* padding-bottom: 20px;*/
    height: 31px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .get-touch .content form .remove-placeholder .select-selected {
    /* padding-bottom: 8px; */
  }

  footer .bottom p:last-of-type {
    margin-top: 10px;
    order: 1;
  }
}

@media (width: 1430px) {
  .our-products #other-products .control::after {
    transform: translate(calc(86vw - 20.8vw));
  }
}

@media (min-width: 2000px) {
  .our-products #other-products .control::after {
    transform: translate(calc(86vw - 19.8vw));
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-top-\[1\.5vw\]::after {
  content: var(--tw-content);
  top: -1.5vw;
}

.after\:-left-\[1\.5vw\]::after {
  content: var(--tw-content);
  left: -1.5vw;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:-left-full::after {
  content: var(--tw-content);
  left: -100%;
}

.after\:left-\[1px\]::after {
  content: var(--tw-content);
  left: 1px;
}

.after\:right-\[1px\]::after {
  content: var(--tw-content);
  right: 1px;
}

.after\:-bottom-\[26px\]::after {
  content: var(--tw-content);
  bottom: -26px;
}

.after\:-z-\[1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:m-auto::after {
  content: var(--tw-content);
  margin: auto;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-\[0\.15vw\]::after {
  content: var(--tw-content);
  height: 0.15vw;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:rounded-br-\[4\.5vw\]::after {
  content: var(--tw-content);
  border-bottom-right-radius: 4.5vw;
}

.after\:bg-second::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 184 68 / var(--tw-bg-opacity));
}

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border-b-second:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 184 68 / var(--tw-border-opacity));
}

.hover\:bg-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 51 95 / var(--tw-bg-opacity));
}

.hover\:bg-second:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 184 68 / var(--tw-bg-opacity));
}

.hover\:text-second:hover {
  --tw-text-opacity: 1;
  color: rgb(239 184 68 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:fill-second {
  fill: #efb844;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

.group:hover .group-hover\:text-second {
  --tw-text-opacity: 1;
  color: rgb(239 184 68 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 420px) {
  .sm\:mt-\[15px\] {
    margin-top: 15px;
  }

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

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

@media (max-width: 756px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:-left-\[100vw\] {
    left: -100vw;
  }

  .md\:z-\[22\] {
    z-index: 22;
  }

  .md\:z-\[23\] {
    z-index: 23;
  }

  .md\:z-\[1\] {
    z-index: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:\!h-\[65vw\] {
    height: 65vw !important;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

  .md\:rounded-tr-\[75px\] {
    border-top-right-radius: 75px;
  }

  .md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-b-\[\#ffffff60\] {
    border-bottom-color: #ffffff60;
  }

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

  .md\:bg-main {
    --tw-bg-opacity: 1;
    background-color: rgb(27 51 95 / var(--tw-bg-opacity));
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-\[0\] {
    -o-object-position: 0;
       object-position: 0;
  }

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

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

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

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

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

  .md\:pr-\[6\.125vw\] {
    padding-right: 6.125vw;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pt-\[223\.5px\] {
    padding-top: 223.5px;
  }

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

  .md\:pl-\[6\.125vw\] {
    padding-left: 6.125vw;
  }

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

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

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

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

  .md\:\!text-\[13px\] {
    font-size: 13px !important;
  }

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

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

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

  .md\:text-second {
    --tw-text-opacity: 1;
    color: rgb(239 184 68 / var(--tw-text-opacity));
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:before\:bottom-\[8px\]::before {
    content: var(--tw-content);
    bottom: 8px;
  }

  .md\:before\:z-\[2\]::before {
    content: var(--tw-content);
    z-index: 2;
  }
}

@media (max-width: 1000px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:right-\[4px\] {
    right: 4px;
  }

  .lg\:-bottom-\[12px\] {
    bottom: -12px;
  }

  .lg\:-right-\[0\.75vw\] {
    right: -0.75vw;
  }

  .lg\:bottom-\[35px\] {
    bottom: 35px;
  }

  .lg\:-bottom-\[16px\] {
    bottom: -16px;
  }

  .lg\:-bottom-\[10px\] {
    bottom: -10px;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-\[1\] {
    z-index: 1;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

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

  .lg\:ml-\[2vw\] {
    margin-left: 2vw;
  }

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

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

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

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

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

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

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:h-\[2px\] {
    height: 2px;
  }

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-\[42vw\] {
    height: 42vw;
  }

  .lg\:w-\[50vw\] {
    width: 50vw;
  }

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

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

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

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

  .lg\:w-\[26\.5px\] {
    width: 26.5px;
  }

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

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

  .lg\:w-full {
    width: 100%;
  }

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

  .lg\:w-\[33\.5px\] {
    width: 33.5px;
  }

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

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

  .lg\:\!w-full {
    width: 100% !important;
  }

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

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

  .lg\:min-w-\[105px\] {
    min-width: 105px;
  }

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

  .lg\:gap-x-\[4vw\] {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }

  .lg\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .lg\:border-l-\[3px\] {
    border-left-width: 3px;
  }

  .lg\:border-b-\[5px\] {
    border-bottom-width: 5px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-l-second {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 184 68 / var(--tw-border-opacity));
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

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

  .lg\:pr-\[6\.125vw\] {
    padding-right: 6.125vw;
  }

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

  .lg\:pl-\[6\.125vw\] {
    padding-left: 6.125vw;
  }

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

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

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

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[1\.5vw\] {
    font-size: 1.5vw;
  }

  .lg\:text-\[1\.2vw\] {
    font-size: 1.2vw;
  }

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

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

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

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

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

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

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }

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

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:before\:text-\[13px\]::before {
    content: var(--tw-content);
    font-size: 13px;
  }
}

@media (min-width: 1080px) and (max-width: 1200px) {
  .elg\:ml-0 {
    margin-left: 0px;
  }
}

@media (max-width: 1280px) {
  .xl\:-mt-\[20px\] {
    margin-top: -20px;
  }

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

@media (max-width: 1560px) {
  .exl\:w-\[42px\] {
    width: 42px;
  }

  .exl\:text-\[0\.725vw\] {
    font-size: 0.725vw;
  }
}