*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

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

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

.container {
  max-width: 100%;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-top-10 {
  top: -2.5rem;
}

.-top-2 {
  top: -0.5rem;
}

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

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

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

.left-0 {
  left: 0px;
}

.left-2\/4 {
  left: 50%;
}

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

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

.left-\[calc\(50\%_-_60px\)\] {
  left: calc(50% - 60px);
}

.left-\[calc\(50\%_-_70px\)\] {
  left: calc(50% - 70px);
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-\[-230px\] {
  right: -230px;
}

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

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

.right-\[15px\] {
  right: 15px;
}

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

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

.right-\[3px\] {
  right: 3px;
}

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

.right-\[60px\] {
  right: 60px;
}

.right-\[8px\] {
  right: 8px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2\/4 {
  top: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-\[calc\(50\%_-_70px\)\] {
  top: calc(50% - 70px);
}

.top-\[calc\(50\%_-_80px\)\] {
  top: calc(50% - 80px);
}

.top-px {
  top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.order-6 {
  order: 6;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.float-left {
  float: left;
}

.clear-none {
  clear: none;
}

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

.\!m-\[14px_0_0_0\] {
  margin: 14px 0 0 0 !important;
}

.\!m-\[20px_0_0_0\] {
  margin: 20px 0 0 0 !important;
}

.m-0 {
  margin: 0px;
}

.m-\[-40px_-20px_-30px_-40px\] {
  margin: -40px -20px -30px -40px;
}

.m-\[-60px_-12\%_-100px_-15px\] {
  margin: -60px -12% -100px -15px;
}

.m-\[0_-65\%_-25px_15px\] {
  margin: 0 -65% -25px 15px;
}

.m-\[0_0_1rem\] {
  margin: 0 0 1rem;
}

.m-\[0_0_25px_0\] {
  margin: 0 0 25px 0;
}

.m-\[0_100px_20px_0\] {
  margin: 0 100px 20px 0;
}

.m-\[0_10px_30px\] {
  margin: 0 10px 30px;
}

.m-\[0_20px\] {
  margin: 0 20px;
}

.m-\[0_8px\] {
  margin: 0 8px;
}

.m-\[0_8px_60px\] {
  margin: 0 8px 60px;
}

.m-\[0_auto\] {
  margin: 0 auto;
}

.m-\[0_auto_60px\] {
  margin: 0 auto 60px;
}

.m-\[14px_0_0_0\] {
  margin: 14px 0 0 0;
}

.m-\[20px_0_0_0\] {
  margin: 20px 0 0 0;
}

.m-\[30px_0px\] {
  margin: 30px 0px;
}

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

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

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

.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

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

.mx-\[6\%\] {
  margin-left: 6%;
  margin-right: 6%;
}

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

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

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

.mx-\[8\%\] {
  margin-left: 8%;
  margin-right: 8%;
}

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

.mx-\[calc\(-0\.5\*_1\.5rem\)\] {
  margin-left: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * 1.5rem);
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

.my-\[45px\] {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.\!mb-\[-200px\] {
  margin-bottom: -200px !important;
}

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

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

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

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

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

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

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

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[-10\%\] {
  margin-left: -10%;
}

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

.ml-\[-3\.125rem\] {
  margin-left: -3.125rem;
}

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

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

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

.ml-\[13\%\] {
  margin-left: 13%;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

.mr-\[-90\%\] {
  margin-right: -90%;
}

.mr-\[-95\%\] {
  margin-right: -95%;
}

.mr-\[1\.625rem\] {
  margin-right: 1.625rem;
}

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

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

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

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

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

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

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

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

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

.mr-\[4\%\] {
  margin-right: 4%;
}

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

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

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

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

.-mt-40 {
  margin-top: -10rem;
}

.-mt-60 {
  margin-top: -15rem;
}

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

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

.mt-\[-1rem\] {
  margin-top: -1rem;
}

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

.mt-\[-3\.125rem\] {
  margin-top: -3.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.\!h-\[54px\] {
  height: 54px !important;
}

.h-\[1\.5rem\] {
  height: 1.5rem;
}

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

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

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

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

.h-\[2\.35rem\] {
  height: 2.35rem;
}

.h-\[2\.625rem\] {
  height: 2.625rem;
}

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

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

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

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

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

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

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

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

.h-\[6\.25rem\] {
  height: 6.25rem;
}

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

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

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

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

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

.h-\[calc\(100\%_-_90px\)\] {
  height: calc(100% - 90px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

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

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

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

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

.w-\[2\.35rem\] {
  width: 2.35rem;
}

.w-\[2\.625rem\] {
  width: 2.625rem;
}

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

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

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

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

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

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

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

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

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

.w-\[6\.25rem\] {
  width: 6.25rem;
}

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

.flex-\[1_0_0\%\] {
  flex: 1 0 0%;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.rotate-\[-20deg\] {
  --tw-rotate: -20deg;
  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));
}

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

.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));
}

.animate-\[loading-center-absolute_1s_infinite\] {
  animation: loading-center-absolute 1s infinite;
}

.animate-\[rotation_1s_linear_infinite\] {
  animation: rotation 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.\!rounded-\[16px\] {
  border-radius: 16px !important;
}

.\!rounded-\[4px\] {
  border-radius: 4px !important;
}

.\!rounded-\[6px\] {
  border-radius: 6px !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.375rem\] {
  border-radius: 0.375rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

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

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

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

.rounded-\[12px_12px_0_0\] {
  border-radius: 12px 12px 0 0;
}

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

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

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

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

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

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

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

.rounded-\[4px_0px_0px_4px\] {
  border-radius: 4px 0px 0px 4px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#2b2e37\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 46 55 / var(--tw-border-opacity, 1));
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-\[\#ef2853\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 40 83 / var(--tw-border-opacity, 1));
}

.border-\[\#f8f8f8\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}

.border-\[none\] {
  border-color: none;
}

.border-\[transparent_\#888\] {
  border-color: transparent #888;
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.border-b-\[\#999\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.border-l-\[none\] {
  border-left-color: none;
}

.\!bg-\[rgba\(14\2c 14\2c 14\2c 0\.3\)\] {
  background-color: rgba(14,14,14,0.3) !important;
}

.\!bg-\[rgba\(255\2c 255\2c 255\2c 1\)\] {
  background-color: rgba(255,255,255,1) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#212529\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2b2e37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 46 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e4e4e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ef2853\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 40 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f5f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f6f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f9fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fcfdfd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 253 253 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(20\2c 20\2c 20\2c 0\.25\)\] {
  background-color: rgba(20,20,20,0.25);
}

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

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

.bg-\[linear-gradient\(180deg\2c \#f1edff\2c \#f1edff\)\] {
  background-image: linear-gradient(180deg,#f1edff,#f1edff);
}

.bg-\[linear-gradient\(90deg\2c \#f6f4fd\2c \#f4f5fd\)\] {
  background-image: linear-gradient(90deg,#f6f4fd,#f4f5fd);
}

.bg-\[linear-gradient\(90deg\2c rgba\(206\2c 211\2c 246\2c 0\)_0\2c \#bbb_38\%\2c \#bbb_64\%\2c rgba\(206\2c 211\2c 246\2c 0\)_99\%\)\] {
  background-image: linear-gradient(90deg,rgba(206,211,246,0) 0,#bbb 38%,#bbb 64%,rgba(206,211,246,0) 99%);
}

.bg-\[url\(\.\/images\/bg-01\.jpg\)\] {
  background-image: url("/assets/template/bg-01-0bf6b2d4.jpg");
}

.bg-\[url\(\.\/images\/bg-02\.jpg\)\] {
  background-image: url("/assets/template/bg-02-77ccf757.jpg");
}

.bg-\[url\(\.\/images\/bg-03\.jpg\)\] {
  background-image: url("/assets/template/bg-03-df56a0bf.jpg");
}

.bg-\[url\(\.\/images\/bg-04\.jpg\)\] {
  background-image: url("/assets/template/bg-04-afea1136.jpg");
}

.bg-\[url\(\.\/images\/bg-05\.jpg\)\] {
  background-image: url("/assets/template/bg-05-994e62c7.jpg");
}

.bg-\[url\(\.\/images\/hero-1\.jpg\)\] {
  background-image: url("/assets/template/hero-1-a3f4f13e.jpg");
}

.bg-\[url\(\.\/images\/hero-10\.jpg\)\] {
  background-image: url("/assets/template/hero-10-5206328a.jpg");
}

.bg-\[url\(\.\/images\/hero-11\.jpg\)\] {
  background-image: url("/assets/template/hero-11-8fb18f22.jpg");
}

.bg-\[url\(\.\/images\/hero-12\.jpg\)\] {
  background-image: url("/assets/template/hero-12-e81618c6.jpg");
}

.bg-\[url\(\.\/images\/hero-14\.jpg\)\] {
  background-image: url("/assets/template/hero-14-628790a7.jpg");
}

.bg-\[url\(\.\/images\/hero-15\.jpg\)\] {
  background-image: url("/assets/template/hero-15-294a1373.jpg");
}

.bg-\[url\(\.\/images\/hero-16\.jpg\)\] {
  background-image: url("/assets/template/hero-16-72628522.jpg");
}

.bg-\[url\(\.\/images\/hero-17\.jpg\)\] {
  background-image: url("/assets/template/hero-17-109b99ce.jpg");
}

.bg-\[url\(\.\/images\/hero-2\.jpg\)\] {
  background-image: url("/assets/template/hero-2-afea1136.jpg");
}

.bg-\[url\(\.\/images\/hero-20\.jpg\)\] {
  background-image: url("/assets/template/hero-20-c6e489cc.jpg");
}

.bg-\[url\(\.\/images\/hero-21\.jpg\)\] {
  background-image: url("/assets/template/hero-21-afea1136.jpg");
}

.bg-\[url\(\.\/images\/hero-22\.jpg\)\] {
  background-image: url("/assets/template/hero-22-aa2e81b9.jpg");
}

.bg-\[url\(\.\/images\/hero-23\.jpg\)\] {
  background-image: url("/assets/template/hero-23-6f3df1cf.jpg");
}

.bg-\[url\(\.\/images\/hero-24\.jpg\)\] {
  background-image: url("/assets/template/hero-24-376f1892.jpg");
}

.bg-\[url\(\.\/images\/hero-25\.jpg\)\] {
  background-image: url("/assets/template/hero-25-dec04993.jpg");
}

.bg-\[url\(\.\/images\/hero-26\.jpg\)\] {
  background-image: url("/assets/template/hero-26-df56a0bf.jpg");
}

.bg-\[url\(\.\/images\/hero-27\.png\)\] {
  background-image: url("/assets/template/hero-27-e4f1508a.png");
}

.bg-\[url\(\.\/images\/hero-3\.jpg\)\] {
  background-image: url("/assets/template/hero-3-27d3068a.jpg");
}

.bg-\[url\(\.\/images\/hero-4\.jpg\)\] {
  background-image: url("/assets/template/hero-4-2716c3e5.jpg");
}

.bg-\[url\(\.\/images\/hero-5\.jpg\)\] {
  background-image: url("/assets/template/hero-5-5206328a.jpg");
}

.bg-\[url\(\.\/images\/hero-8\.jpg\)\] {
  background-image: url("/assets/template/hero-8-284ab0a7.jpg");
}

.bg-\[url\(\.\/images\/login-wrapper\.jpg\)\] {
  background-image: url("/assets/template/login-wrapper-9e742aa4.jpg");
}

.bg-\[url\(\.\/images\/login\.jpg\)\] {
  background-image: url("/assets/template/login-29d7b4d1.jpg");
}

.bg-\[url\(\.\/images\/modal-request\.jpg\)\] {
  background-image: url("/assets/template/modal-request-795c0e0f.jpg");
}

.bg-\[url\(\.\/images\/pattern-01\.png\)\] {
  background-image: url("/assets/template/pattern-01-ca60847d.png");
}

.bg-\[url\(\.\/images\/pattern-04\.png\)\] {
  background-image: url("/assets/template/pattern-04-6c485477.png");
}

.bg-\[url\(\.\/images\/reset-password\.jpg\)\] {
  background-image: url("/assets/template/reset-password-9173f4f5.jpg");
}

.bg-cover {
  background-size: cover;
}

.\!bg-fixed {
  background-attachment: fixed !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.\!bg-\[bottom_left\] {
  background-position: bottom left !important;
}

.\!bg-\[center_center\] {
  background-position: center center !important;
}

.bg-\[center_center\] {
  background-position: center center;
}

.bg-\[left_center\] {
  background-position: left center;
}

.bg-\[right_0\.75rem_center\] {
  background-position: right 0.75rem center;
}

.bg-\[right_center\] {
  background-position: right center;
}

.bg-\[top_center\] {
  background-position: top center;
}

.bg-center {
  background-position: center;
}

.bg-left-top {
  background-position: left top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.\!p-0 {
  padding: 0px !important;
}

.\!p-\[0_10px\] {
  padding: 0 10px !important;
}

.\!p-\[0_15px\] {
  padding: 0 15px !important;
}

.\!p-\[6px_0\] {
  padding: 6px 0 !important;
}

.p-0 {
  padding: 0px;
}

.p-\[\.1875rem_\.375rem\] {
  padding: .1875rem .375rem;
}

.p-\[\.375rem_\.75rem\] {
  padding: .375rem .75rem;
}

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

.p-\[0_10\%\] {
  padding: 0 10%;
}

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

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

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

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

.p-\[0_3\%\] {
  padding: 0 3%;
}

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

.p-\[0_5\%\] {
  padding: 0 5%;
}

.p-\[0_6\%\] {
  padding: 0 6%;
}

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

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

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

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

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

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

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

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

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

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

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

.p-\[45px_50px_35px\] {
  padding: 45px 50px 35px;
}

.p-\[45px_50px_40px\] {
  padding: 45px 50px 40px;
}

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

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

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

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

.p-\[80px_70px\] {
  padding: 80px 70px;
}

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

.\!px-\[1\.2rem\] {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.\!px-\[1\.3rem\] {
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

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

.\!px-\[45px\] {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.\!py-\[0\.65rem\] {
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
}

.\!py-\[0\.7rem\] {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.\!py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

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

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

.px-\[1\.4rem\] {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-\[calc\(0\.5\*_1\.5rem\)\] {
  padding-left: calc(0.5 * 1.5rem);
  padding-right: calc(0.5 * 1.5rem);
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

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

.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[15\%\] {
  padding-left: 15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[15\%\] {
  padding-right: 15%;
}

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

.pr-\[2\%\] {
  padding-right: 2%;
}

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

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

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

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

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

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

.pr-\[6\%\] {
  padding-right: 6%;
}

.pr-\[8\%\] {
  padding-right: 8%;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-Jakarta {
  font-family: Plus Jakarta Sans, sans-serif;
}

.\!text-\[0\.835rem\] {
  font-size: 0.835rem !important;
}

.\!text-\[0\.85rem\] {
  font-size: 0.85rem !important;
}

.\!text-\[0\.925rem\] {
  font-size: 0.925rem !important;
}

.\!text-\[0\.95rem\] {
  font-size: 0.95rem !important;
}

.\!text-\[0\.9rem\] {
  font-size: 0.9rem !important;
}

.\!text-\[1\.0625rem\] {
  font-size: 1.0625rem !important;
}

.\!text-\[1\.125rem\] {
  font-size: 1.125rem !important;
}

.\!text-\[1\.15rem\] {
  font-size: 1.15rem !important;
}

.\!text-\[1\.1875rem\] {
  font-size: 1.1875rem !important;
}

.\!text-\[1rem\] {
  font-size: 1rem !important;
}

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

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

.text-\[0\.86rem\] {
  font-size: 0.86rem;
}

.text-\[0\.875em\] {
  font-size: 0.875em;
}

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

.text-\[0\.915rem\] {
  font-size: 0.915rem;
}

.text-\[0\.925rem\] {
  font-size: 0.925rem;
}

.text-\[0\.935rem\] {
  font-size: 0.935rem;
}

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

.text-\[0\.975rem\] {
  font-size: 0.975rem;
}

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

.text-\[1\.0625rem\] {
  font-size: 1.0625rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.15rem\] {
  font-size: 1.15rem;
}

.text-\[1\.175rem\] {
  font-size: 1.175rem;
}

.text-\[1\.1875rem\] {
  font-size: 1.1875rem;
}

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.3125rem\] {
  font-size: 1.3125rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

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

.text-\[1\.625rem\] {
  font-size: 1.625rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1\.85rem\] {
  font-size: 1.85rem;
}

.text-\[1\.875rem\] {
  font-size: 1.875rem;
}

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

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

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

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

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

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

.text-\[2\.05rem\] {
  font-size: 2.05rem;
}

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

.text-\[2\.35rem\] {
  font-size: 2.35rem;
}

.text-\[2\.375rem\] {
  font-size: 2.375rem;
}

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

.text-\[2\.625rem\] {
  font-size: 2.625rem;
}

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

.text-\[2\.8125rem\] {
  font-size: 2.8125rem;
}

.text-\[2\.875rem\] {
  font-size: 2.875rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[3\.125rem\] {
  font-size: 3.125rem;
}

.text-\[3\.25rem\] {
  font-size: 3.25rem;
}

.text-\[3\.375rem\] {
  font-size: 3.375rem;
}

.text-\[3\.5rem\] {
  font-size: 3.5rem;
}

.text-\[3\.625rem\] {
  font-size: 3.625rem;
}

.text-\[3\.75rem\] {
  font-size: 3.75rem;
}

.text-\[3\.875rem\] {
  font-size: 3.875rem;
}

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

.text-\[4\.35rem\] {
  font-size: 4.35rem;
}

.text-\[4rem\] {
  font-size: 4rem;
}

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

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.15\] {
  line-height: 1.15 !important;
}

.\!leading-\[1\.5\] {
  line-height: 1.5 !important;
}

.\!leading-\[1\.6666\] {
  line-height: 1.6666 !important;
}

.\!leading-\[1\.6\] {
  line-height: 1.6 !important;
}

.\!leading-\[2\.35rem\] {
  line-height: 2.35rem !important;
}

.\!leading-none {
  line-height: 1 !important;
}

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

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

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

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.45\] {
  line-height: 1.45;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5555\] {
  line-height: 1.5555;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[2\.15rem\] {
  line-height: 2.15rem;
}

.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}

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

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[-0\.25px\] {
  letter-spacing: -0.25px;
}

.tracking-\[-0\.35px\] {
  letter-spacing: -0.35px;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-1\.5px\] {
  letter-spacing: -1.5px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[-2px\] {
  letter-spacing: -2px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.\!text-\[\#333\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#00b2e4\] {
  --tw-text-opacity: 1;
  color: rgb(0 178 228 / var(--tw-text-opacity, 1));
}

.text-\[\#151515\] {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1));
}

.text-\[\#1e90ff\] {
  --tw-text-opacity: 1;
  color: rgb(30 144 255 / var(--tw-text-opacity, 1));
}

.text-\[\#353f4f\] {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.text-\[\#383a42\] {
  --tw-text-opacity: 1;
  color: rgb(56 58 66 / var(--tw-text-opacity, 1));
}

.text-\[\#3a4a56\] {
  --tw-text-opacity: 1;
  color: rgb(58 74 86 / var(--tw-text-opacity, 1));
}

.text-\[\#3eb1ff\] {
  --tw-text-opacity: 1;
  color: rgb(62 177 255 / var(--tw-text-opacity, 1));
}

.text-\[\#50a14f\] {
  --tw-text-opacity: 1;
  color: rgb(80 161 79 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#6c757d\] {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.text-\[\#986801\] {
  --tw-text-opacity: 1;
  color: rgb(152 104 1 / var(--tw-text-opacity, 1));
}

.text-\[\#998da0\] {
  --tw-text-opacity: 1;
  color: rgb(153 141 160 / var(--tw-text-opacity, 1));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#b1b7cd\] {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.text-\[\#c3c4c5\] {
  --tw-text-opacity: 1;
  color: rgb(195 196 197 / var(--tw-text-opacity, 1));
}

.text-\[\#f8f9f9\] {
  --tw-text-opacity: 1;
  color: rgb(248 249 249 / var(--tw-text-opacity, 1));
}

.text-\[\#ff3366\] {
  --tw-text-opacity: 1;
  color: rgb(255 51 102 / var(--tw-text-opacity, 1));
}

.text-\[\#ffb30c\] {
  --tw-text-opacity: 1;
  color: rgb(255 179 12 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

.shadow-\[0_0_0_0\] {
  --tw-shadow: 0 0 0 0;
  --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_2px_rgba\(50\2c 50\2c 50\2c 0\.4\)\] {
  --tw-shadow: 0 0 2px rgba(50,50,50,0.4);
  --tw-shadow-colored: 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_20px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 10px 20px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_5px_10px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 5px 10px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_15px_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0px 15px 20px 0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 15px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_15px_20px_0px_rgba\(5\2c 5\2c 5\2c 0\.05\)\] {
  --tw-shadow: 0px 15px 20px 0px rgba(5,5,5,0.05);
  --tw-shadow-colored: 0px 15px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

.duration-\[400ms\] {
  transition-duration: 400ms;
}

.ease-\[ease-in-out\] {
  transition-timing-function: ease-in-out;
}

.ease-\[ease-out\] {
  transition-timing-function: ease-out;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.\!\[background-size\:initial\] {
  background-size: initial !important;
}

.\[border-bottom\:1px_dashed_\#ccc\] {
  border-bottom: 1px dashed #ccc;
}

.\[border-bottom\:1px_solid_\#ccc\] {
  border-bottom: 1px solid #ccc;
}

.\[border-bottom\:1px_solid_\#dbdddf\] {
  border-bottom: 1px solid #dbdddf;
}

.\[border-bottom\:1px_solid_\#ddd\] {
  border-bottom: 1px solid #ddd;
}

.\[border-bottom\:1px_solid_\#e7e7e7\] {
  border-bottom: 1px solid #e7e7e7;
}

.\[border-bottom\:3px_solid_transparent\] {
  border-bottom: 3px solid transparent;
}

.\!\[border-left\:none\] {
  border-left: none !important;
}

.\[border-top\:1px_solid_\#e7e7e7\] {
  border-top: 1px solid #e7e7e7;
}

.\[border\:1px_solid_\#ccc\] {
  border: 1px solid #ccc;
}

.\!\[border\:1px_solid_\#cccccc\] {
  border: 1px solid #cccccc !important;
}

.\[border\:1px_solid_\#e7e7e7\] {
  border: 1px solid #e7e7e7;
}

.\[border\:1px_solid_\#ef2853\] {
  border: 1px solid #ef2853;
}

.\[border\:1px_solid_\#f5f6f6\] {
  border: 1px solid #f5f6f6;
}

.\[border\:1px_solid_transparent\] {
  border: 1px solid transparent;
}

.\[border\:2px_solid_\#353f4f\] {
  border: 2px solid #353f4f;
}

.\[border\:2px_solid_\#eee\] {
  border: 2px solid #eee;
}

.\[border\:2px_solid_transparent\] {
  border: 2px solid transparent;
}

.\[border\:none\] {
  border: none;
}

.\[direction\:rtl\] {
  direction: rtl;
}

.\[flex-flow\:row_wrap\] {
  flex-flow: row wrap;
}

.\[list-style\:none\] {
  list-style: none;
}

.\[transition\:all_0\.3s_ease-out\] {
  transition: all 0.3s ease-out;
}

.\[transition\:all_0\.4s\] {
  transition: all 0.4s;
}

.\[transition\:all_150ms_ease-in-out\] {
  transition: all 150ms ease-in-out;
}

.\[transition\:all_300ms_ease-in-out\] {
  transition: all 300ms ease-in-out;
}

.\[transition\:all_350ms_ease-in-out\] {
  transition: all 350ms ease-in-out;
}

.\[transition\:all_400ms_ease-in-out\] {
  transition: all 400ms ease-in-out;
}

.\[transition\:all_450ms_ease-in-out\] {
  transition: all 450ms ease-in-out;
}

.\[transition\:transform_400ms\] {
  transition: transform 400ms;
}

.\[vertical-align\:inherit\] {
  vertical-align: inherit;
}

.\[word-wrap\:break-word\] {
  word-wrap: break-word;
}

html {
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 115.6%;
  }
}

body {
  font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6666;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

::marker {
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  -moz-text-align-last: start !important;
       text-align-last: start !important;
  unicode-bidi: isolate;
}

a {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition: all 400ms ease-in-out;
}

a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

a:focus {
  text-decoration-line: none;
  outline: none;
}

a.tra-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  a.tra-link {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  a.tra-link {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  a.tra-link {
    font-size: 1.0625rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  a.tra-link {
    font-size: 1.125rem;
  }
}

a.tra-link span {
  transition: all 400ms ease-in-out;
}

a.tra-link:hover span {
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

.tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
  position: relative;
  left: 2px;
  top: 2px;
  font-size: 0.75rem;
  line-height: 0.7rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    left: 2px;
    top: 1px;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    left: 2px;
    top: 2px;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    left: 2px;
    top: 2px;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    left: 2px;
    top: 1px;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }
}

.btn-reply.ico-20 [class*="flaticon-"]:before,
  .btn-reply.ico-20 [class*="flaticon-"]:after {
  font-size: 0.975rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p {
    font-size: 1.0625rem;
  }
}

p.p-sm {
  font-size: 0.9375rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p.p-sm {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  p.p-sm {
    font-size: 1rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  p.p-sm {
    font-size: 1rem;
  }
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p {
    font-size: 1.0625rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  p {
    font-size: 1.0625rem;
  }
}

p.p-md {
  font-size: 1.0625rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p.p-md {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  p.p-md {
    font-size: 1.066176rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  p.p-md {
    font-size: 1.125rem;
  }
}

p.p-lg {
  font-size: 1.125rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p.p-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  p.p-lg {
    font-size: 1.066176rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  p.p-lg {
    font-size: 1.125rem;
  }
}

p.p-xl {
  font-size: 1.2rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p.p-xl {
    font-size: 1.1875rem;
  }
}

ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

ul.simple-list {
  margin-left: 15px;
  list-style-type: disc;
}

ul.simple-list.long-list p {
  margin-bottom: 8px;
}

ol.digit-list {
  margin-left: 15px;
  padding: 0px;
}

ol.digit-list p {
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  ol.digit-list p {
    margin-bottom: 5px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  ol.digit-list p {
    margin-bottom: 5px;
  }
}

.btn {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  padding: 12px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .btn {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn {
    font-size: 1.125rem;
  }
}

.btn.btn-sm {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 0.975rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.btn-sm {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.btn-sm {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    font-size: 0.975rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.btn-sm {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    font-size: 0.975rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn.btn-sm {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
  }
}

.btn.ico-30.ico-left {
  padding-top: 0.3845rem;
  padding-bottom: 0.3845rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.ico-30.ico-left {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.3665rem;
    padding-bottom: 0.3665rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.ico-30.ico-left {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .btn.ico-30.ico-left {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.286rem;
    padding-bottom: 0.286rem;
  }
}

.btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after {
  position: relative;
  top: 4px;
  font-size: 1rem;
  line-height: 0.7rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 4px;
    font-size: 1.225rem;
    line-height: 0.45rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 3px;
    font-size: 1rem;
    line-height: 0.65rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 3.5px;
    font-size: 1.15rem;
    line-height: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 3px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 0.25rem;
    font-size: 1.225rem;
    line-height: 0.45rem;
  }
}

.btn.ico-30.ico-left span,
  .btn.ico-30.ico-right span {
  position: relative;
  right: 0.25rem;
  top: 0px;
}

.btn.ico-30.ico-right span.ico-30-txt {
  position: relative;
  left: 0px;
  right: 0px;
  top: -10px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.ico-30.ico-right span.ico-30-txt {
    top: -10px;
    margin-left: 0px;
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.ico-30.ico-right span.ico-30-txt {
    top: -0.5rem;
    margin-left: 0px;
    font-size: 1.065rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.ico-30.ico-right span.ico-30-txt {
    margin-left: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn.ico-30.ico-right span.ico-30-txt {
    top: -10px;
    margin-left: 0px;
    font-size: 1.15rem;
  }
}

.btn.ico-30.ico-left span.ico-30-txt {
  position: relative;
  right: 0px;
  top: -10px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.ico-30.ico-left span.ico-30-txt {
    top: -10px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.ico-30.ico-left span.ico-30-txt {
    top: -0.5rem;
    margin-right: 0px;
    font-size: 1.065rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.ico-30.ico-left span.ico-30-txt {
    margin-right: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn.ico-30.ico-left span.ico-30-txt {
    top: -10px;
    margin-right: 0px;
    font-size: 1.15rem;
  }
}

/*------------------------------------------*/

/*  TRANSPARENT BUTTON
  /*------------------------------------------*/

.btn--tra {
  border-color: transparent;
  background-color: rgba(255,255,255,0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  WHITE BUTTON
  /*------------------------------------------*/

.btn--transparent {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.btn--transparent:hover {
  border-color: transparent;
  background-color: transparent;
}

.btn--transparent:focus {
  border-color: transparent;
  background-color: transparent;
}

.btn--white,
  .hover--white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.btn--tra-white,
  .hover--tra-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.white-scroll .scroll .hover--tra-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  BLACK BUTTON
  /*------------------------------------------*/

.btn--black,
  .hover--black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 79 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn--tra-black,
  .hover--tra-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  GREY BUTTON
  /*------------------------------------------*/

.btn--tra-grey, 
  .hover--tra-grey:hover,
  .white-scroll .scroll .hover--tra-grey:hover,
  .black-scroll .scroll .hover--tra-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  BLUE BUTTON
  /*------------------------------------------*/

.btn--blue-500, .hover--blue-500:hover,
  .white-scroll .scroll .hover--blue-500:hover,
  .black-scroll .scroll .hover--blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 90 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(24 90 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--blue-400, .hover--blue-400:hover,
  .white-scroll .scroll .hover--blue-400:hover,
  .black-scroll .scroll .hover--blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--blue-300, .hover--blue-300:hover,
  .white-scroll .scroll .hover--blue-300:hover,
  .black-scroll .scroll .hover--blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(62 177 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(62 177 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--blue-200, .hover--blue-200:hover,
  .white-scroll .scroll .hover--blue-200:hover,
  .black-scroll .scroll .hover--blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 235 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(227 235 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

.btn--blue-100, .hover--blue-100:hover,
  .white-scroll .scroll .hover--blue-100:hover,
  .black-scroll .scroll .hover--blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  GREEN BUTTON
  /*------------------------------------------*/

.btn--green-500, .hover--green-500:hover,
  .white-scroll .scroll .hover--green-500:hover,
  .black-scroll .scroll .hover--green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 78 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 78 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--green-400, .hover--green-400:hover,
  .white-scroll .scroll .hover--green-400:hover,
  .black-scroll .scroll .hover--green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 188 73 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 188 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--green-300, .hover--green-300:hover,
  .white-scroll .scroll .hover--green-300:hover,
  .black-scroll .scroll .hover--green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(111 215 146 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(111 215 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--green-200, .hover--green-200:hover,
  .white-scroll .scroll .hover--green-200:hover,
  .black-scroll .scroll .hover--green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(207 242 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(207 242 219 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

.btn--green-100, .hover--green-100:hover,
  .white-scroll .scroll .hover--green-100:hover,
  .black-scroll .scroll .hover--green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 188 73 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  PINK BUTTON
  /*------------------------------------------*/

.btn--pink-500, .hover--pink-500:hover,
  .white-scroll .scroll .hover--pink-500:hover,
  .black-scroll .scroll .hover--pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 20 156 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 20 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--pink-400, .hover--pink-400:hover,
  .white-scroll .scroll .hover--pink-400:hover,
  .black-scroll .scroll .hover--pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 71 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--pink-300, .hover--pink-300:hover,
  .white-scroll .scroll .hover--pink-300:hover,
  .black-scroll .scroll .hover--pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 181 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 181 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--pink-200, .hover--pink-200:hover,
  .white-scroll .scroll .hover--pink-200:hover,
  .black-scroll .scroll .hover--pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 228 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(247 71 128 / var(--tw-text-opacity, 1));
}

.btn--pink-100, .hover--pink-100:hover,
  .white-scroll .scroll .hover--pink-100:hover,
  .black-scroll .scroll .hover--pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 71 128 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(247 71 128 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  PURPLE BUTTON
  /*------------------------------------------*/

.btn--purple-500, .hover--purple-500:hover,
  .white-scroll .scroll .hover--purple-500:hover,
  .black-scroll .scroll .hover--purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 58 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(102 58 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--purple-400, .hover--purple-400:hover,
  .white-scroll .scroll .hover--purple-400:hover,
  .black-scroll .scroll .hover--purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(123 93 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(123 93 214 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--purple-300, .hover--purple-300:hover,
  .white-scroll .scroll .hover--purple-300:hover,
  .black-scroll .scroll .hover--purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 174 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(189 174 234 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--purple-200, .hover--purple-200:hover,
  .white-scroll .scroll .hover--purple-200:hover,
  .black-scroll .scroll .hover--purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 222 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 222 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(123 93 214 / var(--tw-text-opacity, 1));
}

.btn--purple-100, .hover--purple-100:hover,
  .white-scroll .scroll .hover--purple-100:hover,
  .black-scroll .scroll .hover--purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(123 93 214 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(123 93 214 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  RED BUTTON
  /*------------------------------------------*/

.btn--red-500, .hover--red-500:hover,
  .white-scroll .scroll .hover--red-500:hover,
  .black-scroll .scroll .hover--red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(218 15 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(218 15 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--red-400, .hover--red-400:hover,
  .white-scroll .scroll .hover--red-400:hover,
  .black-scroll .scroll .hover--red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 30 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 30 26 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--red-300, .hover--red-300:hover,
  .white-scroll .scroll .hover--red-300:hover,
  .black-scroll .scroll .hover--red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 163 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--red-200, .hover--red-200:hover,
  .white-scroll .scroll .hover--red-200:hover,
  .black-scroll .scroll .hover--red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 209 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 30 26 / var(--tw-text-opacity, 1));
}

.btn--red-100, .hover--red-100:hover,
  .white-scroll .scroll .hover--red-100:hover,
  .black-scroll .scroll .hover--red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 30 26 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 30 26 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  VIOLET BUTTON
  /*------------------------------------------*/

.btn--violet-500, .hover--violet-500:hover,
  .white-scroll .scroll .hover--violet-500:hover,
  .black-scroll .scroll .hover--violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 62 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 62 155 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--violet-400, .hover--violet-400:hover,
  .white-scroll .scroll .hover--violet-400:hover,
  .black-scroll .scroll .hover--violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 108 190 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(190 108 190 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--violet-300, .hover--violet-300:hover,
  .white-scroll .scroll .hover--violet-300:hover,
  .black-scroll .scroll .hover--violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 189 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn--violet-200, .hover--violet-200:hover,
  .white-scroll .scroll .hover--violet-200:hover,
  .black-scroll .scroll .hover--violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 205 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 205 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 108 190 / var(--tw-text-opacity, 1));
}

.btn--violet-100, .hover--violet-100:hover,
  .white-scroll .scroll .hover--violet-100:hover,
  .black-scroll .scroll .hover--violet-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 108 190 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 108 190 / var(--tw-text-opacity, 1)) !important;
}

/*------------------------------------------*/

/*  YELLOW BUTTON
  /*------------------------------------------*/

.btn--yellow-500, .hover--yellow-500:hover,
  .white-scroll .scroll .hover--yellow-500:hover,
  .black-scroll .scroll .hover--yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 186 1 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 1 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.btn--yellow-400, .hover--yellow-400:hover,
  .white-scroll .scroll .hover--yellow-400:hover,
  .black-scroll .scroll .hover--yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 189 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.btn--yellow-300, .hover--yellow-300:hover,
  .white-scroll .scroll .hover--yellow-300:hover,
  .black-scroll .scroll .hover--yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 223 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.btn--yellow-200, .hover--yellow-200:hover,
  .white-scroll .scroll .hover--yellow-200:hover,
  .black-scroll .scroll .hover--yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 245 205 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 245 205 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.btn--yellow-100, .hover--yellow-100:hover,
  .white-scroll .scroll .hover--yellow-100:hover,
  .black-scroll .scroll .hover--yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 186 1 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 186 1 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  BUTTON FOCUS
  /*------------------------------------------*/

.btn:focus,
  .btn.btn--black:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn--grey:focus {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn--tra-black:focus, 
  .btn--transparent:focus,
  .btn.btn--tra-grey:focus {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text--center p.btns-group-txt {
  margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .text--center p.btns-group-txt {
    margin-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text--center p.btns-group-txt {
    margin-top: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text--center p.btns-group-txt {
    margin-top: 18px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .text--center p.btns-group-txt {
    margin-top: 18px;
    margin-bottom: 0px;
  }
}

.hero-section .color--white p.btns-group-txt span.txt-data a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.video-btn.video-btn-xl [class^="flaticon-"]:before {
  margin-left: 10px;
  font-size: 5rem;
  line-height: 6.25rem !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-btn.video-btn-xl [class^="flaticon-"]:before {
    margin-left: 0.5rem;
    font-size: 5.5rem;
    line-height: 7rem !important;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:after {
    margin-left: 0.5rem;
    font-size: 5.5rem;
    line-height: 7rem;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .video-btn.video-btn-lg [class^="flaticon-"]:after {
    margin-left: 10px;
    font-size: 5rem;
    line-height: 6.25rem;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before,
  .video-btn.video-btn-lg [class^="flaticon-"]:after {
    margin-left: 0.5rem;
    font-size: 72px;
    line-height: 5.625rem;
  }

  .video-btn.video-btn-sm [class^="flaticon-"]:before,
  .video-btn.video-btn-md [class^="flaticon-"]:after {
    margin-left: 0.5rem;
    font-size: 4.35rem;
    line-height: 5rem;
  }

  .hero-section .btn.mt--10,
  .hero-section .btns-group.mt--10 {
    margin-top: 5px;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 0.5rem;
  }

  .hero-section .quick-form.mt--45 {
    margin-top: 30px;
  }

  .hero-section .quick-form.mt--35 {
    margin-top: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #hero-9 .hero-digits {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-9 .hero-digits {
    margin-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #hero-9 .hero-digits {
    margin-top: 3px;
  }
}

/* .hero-section .lg\:w-6\/12 .hero-digits {
    @apply md:px-[15%] md:py-0
  } */

#hero-6 {
  padding-top: 130px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-6 {
    padding-top: 70px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-6 {
    padding-top: 0px;
  }

  #hero-6 .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-6-txt h2 {
    margin-bottom: 15px;
    padding-right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-6-txt h2 {
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-7-txt p.p-lg {
    margin-bottom: 15px;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 18px;
  }

  .hero-17-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-19-txt h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-27-txt p.s-21 {
    padding: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hero-27-txt p.s-21 {
    font-size: 1.1875rem;
  }

  .hero-5-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-10:after {
    height: 7%;
  }

  .hero-10-txt h2 {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-14-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-14-txt h2.s-62 {
    font-size: 2.0625rem;
  }

  .hero-15-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .hero-16-txt p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-19-txt h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-21 .container {
    max-width: 100%;
  }

  .page-hero-section h1 {
    margin-bottom: 20px;
    line-height: 1.25;
  }

  .hero-2-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-7-txt h2 {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.hero-section .wave-shape-bottom path {
  fill: #fff;
}

.hero-5-img {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -50px;
  margin-top: 0px;
}

.btn--black,
.hover--black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 63 79 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#hero-7 {
  padding-top: 140px;
  padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-7 {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #hero-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hero-7-img {
  padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-7-img {
    padding-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-7-img {
    padding-left: 15px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-7-img {
    margin-top: 35px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hero-8-txt .hero-logo {
    display: none;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-8-txt .hero-logo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-10-form p {
    margin-bottom: 15px;
  }
}

.hero-16-img {
  margin-top: 60px;
  margin-bottom: -80px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hero-16-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: -40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-16-img {
    margin-bottom: -50px;
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-16-img {
    margin-bottom: -60px;
    margin-top: 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-16-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -35px;
    margin-top: 40px;
  }
}

#hero-22 .wave-shape-bottom path {
  fill: #fff;
}

#hero-22-form p.p-sm {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

#hero-22-form p a {
  --tw-text-opacity: 1;
  color: rgb(30 144 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.hero-27-txt p.s-21 {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-1-img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -30px;
    margin-left: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-1-img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -30px;
    margin-left: -20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-1-img {
    margin-top: 35px;
  }

  .font--inter .hero-4-txt h2 {
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-6-txt p.p-lg {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-6-txt p.p-lg {
    margin-bottom: 22px;
  }

  .hero-7-txt .quick-form.form-half.mt--35 {
    margin-top: 25px;
  }

  .hero-10-txt {
    padding-right: 10%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .font--inter .hero-12-txt h2 {
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hero-16-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-16-txt h2 {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-16-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0.5rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .hero-section p.s-21 {
    margin-bottom: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section p.s-21 {
    margin-bottom: 22px;
    font-size: 1.397058rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section p.s-21 {
    margin-bottom: 22px;
    margin-top: 10px;
    font-size: 1.25rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .hero-section p.s-21 {
    margin-bottom: 22px;
    font-size: 1.3125rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .blog-post-img.mb--35 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-post-img.mb--35 {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-post-img.mb--35 {
    margin-bottom: 25px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 16px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.125rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem;
  }
}

hr {
  margin: 1rem 0;
  border-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  color: inherit;
  opacity: 0.25;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-header .wsmobileheader .smllogo {
    margin-top: 28px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-header .smllogo img {
    max-height: 28px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .blog-header .smllogo img {
    max-height: 28px;
  }
}

.project-description .more-projects span {
  position: relative;
  left: 5px;
  top: 2px;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .project-description .more-projects span {
    left: 5px;
    top: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-description .more-projects span {
    left: 4px;
    top: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-description .more-projects span {
    left: 5px;
    top: 1px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .project-description .more-projects span {
    left: 4px;
    top: 1px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .project-txt h5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-txt h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-txt h5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .project-txt h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .project-txt h5.mt--50.mb--35 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-txt h5.mt--50.mb--35 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-txt h5.mt--50.mb--35 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.2125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.175rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.275rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.125rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .project-priview-img.mb--50 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-priview-img.mb--50 {
    margin-bottom: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .project-priview-img.mb--50 {
    margin-bottom: 35px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .project-inner-img .top-img {
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .project-inner-img .top-img {
    margin-bottom: 30px;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px;
  }
}

.rating-section .rating-2-wrapper {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rating-section .rating-2-wrapper {
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .rating-section .rating-2-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

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

.rating-title h5 {
  margin-bottom: 0px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .rating-title h5 {
    font-size: 1.1875rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .rating-title h5 {
    font-size: 1.125rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .star-rating span.rating-txt {
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .star-rating span.rating-txt {
    font-size: 1rem;
  }
}

.txt-block-stat .statistic-block .txt-block-rating {
  margin-bottom: -3px;
  margin-top: -0.25rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block-stat .statistic-block .txt-block-rating {
    margin-top: -2px;
    margin-bottom: -1px;
  }

  .inner-page-hero .rating-1-wrapper.mt--50 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-page-hero .rating-1-wrapper.mt--50 {
    margin-top: 40px;
  }
}

.rbox-2-txt {
  margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .rbox-2-txt {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rbox-2-txt {
    margin-top: 14px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .rbox-2-txt {
    margin-top: 0.5rem;
  }
}

.rbox-2-txt img {
  position: relative;
  left: 4px;
  top: -1px;
  display: inline-block;
  max-height: 30px;
  width: auto;
  max-width: inherit;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .rbox-2-txt img {
    max-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rbox-2-txt img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 28px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .rbox-2-txt img {
    max-height: 31px;
  }
}

p.rbox-2-txt {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  line-height: 22px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  p.rbox-2-txt {
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  p.rbox-2-txt {
    margin-top: 10px;
    line-height: 1;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  p.rbox-2-txt {
    line-height: 31px;
  }
}

p.rbox-2-txt span {
  font-weight: 500;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after,
  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after,
  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 0.9rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after,
  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after,
  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after,
  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.35rem;
  }
}

.reviews-wrapper {
  padding: 0 10px;
}

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

.review-1.block-border {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.owl-item .review-avatar img {
  height: 54px;
  width: 54px;
  border-radius: 100%;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .owl-item .review-avatar img {
    height: 52px;
    width: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .owl-item .review-avatar img {
    height: 40px;
    width: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .owl-item .review-avatar img {
    height: 44px;
    width: 44px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .owl-item .review-avatar img {
    height: 52px;
    width: 52px;
  }
}

.ico-10 [class*="flaticon-"]:before,
  .ico-10 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.ico-15 [class*="flaticon-"]:before,
  .ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-15 [class*="flaticon-"]:before,
  .ico-15 [class*="flaticon-"]:after {
    font-size: 0.9375rem;
  }
}

.ico-20 [class*="flaticon-"]:before,
  .ico-20 [class*="flaticon-"]:after {
  font-size: 1.25rem;
}

.ico-25 [class*="flaticon-"]:before,
  .ico-25 [class*="flaticon-"]:after {
  font-size: 1.5625rem;
}

.ico-30 [class*="flaticon-"]:before,
  .ico-30 [class*="flaticon-"]:after {
  font-size: 1.875rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-30 [class*="flaticon-"]:before,
  .ico-30 [class*="flaticon-"]:after {
    font-size: 2rem;
  }
}

.ico-35 [class*="flaticon-"]:before,
  .ico-35 [class*="flaticon-"]:after {
  font-size: 2.1875rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-35 [class*="flaticon-"]:before,
  .ico-35 [class*="flaticon-"]:after {
    font-size: 2.5rem;
  }
}

.ico-40 [class*="flaticon-"]:before,
  .ico-40 [class*="flaticon-"]:after {
  font-size: 2.5rem;
}

.ico-45 [class*="flaticon-"]:before,
  .ico-45 [class*="flaticon-"]:after {
  font-size: 2.8125rem;
}

.ico-50 [class*="flaticon-"]:before,
  .ico-50 [class*="flaticon-"]:after {
  font-size: 3.125rem;
}

.ico-55 [class*="flaticon-"]:before,
  .ico-55 [class*="flaticon-"]:after {
  font-size: 3.4375rem;
}

.ico-60 [class*="flaticon-"]:before,
  .ico-60 [class*="flaticon-"]:after {
  font-size: 3.75rem;
}

.ico-65 [class*="flaticon-"]:before,
  .ico-65 [class*="flaticon-"]:after {
  font-size: 4.0625rem;
}

.ico-70 [class*="flaticon-"]:before,
  .ico-70 [class*="flaticon-"]:after {
  font-size: 4.375rem;
}

.ico-75 [class*="flaticon-"]:before,
  .ico-75 [class*="flaticon-"]:after {
  font-size: 4.6875rem;
}

.ico-80 [class*="flaticon-"]:before,
  .ico-80 [class*="flaticon-"]:after {
  font-size: 5rem;
}

.ico-85 [class*="flaticon-"]:before,
  .ico-85 [class*="flaticon-"]:after {
  font-size: 5.3125rem;
}

.ico-90 [class*="flaticon-"]:before,
  .ico-90 [class*="flaticon-"]:after {
  font-size: 5.625rem;
}

.ico-95 [class*="flaticon-"]:before,
  .ico-95 [class*="flaticon-"]:after {
  font-size: 5.9375rem;
}

.ico-100 [class*="flaticon-"]:before,
  .ico-100 [class*="flaticon-"]:after {
  font-size: 6.25rem;
}

.ico-105 [class*="flaticon-"]:before,
  .ico-105 [class*="flaticon-"]:after {
  font-size: 6.5625rem;
}

.ico-110 [class*="flaticon-"]:before,
  .ico-110 [class*="flaticon-"]:after {
  font-size: 6.875rem;
}

.ico-115 [class*="flaticon-"]:before,
  .ico-115 [class*="flaticon-"]:after {
  font-size: 7.1875rem;
}

.ico-120 [class*="flaticon-"]:before,
  .ico-120 [class*="flaticon-"]:after {
  font-size: 7.5rem;
}

.ico-125 [class*="flaticon-"]:before,
  .ico-125 [class*="flaticon-"]:after {
  font-size: 7.8125rem;
}

.a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
  font-size: 4.25rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }
}

.ico-60 .shape-ico svg {
  top: -30px;
  left: calc(50% - 65px);
  height: 140px;
  width: 140px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .ico-60 .shape-ico svg {
    height: 140px;
    width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-60 .shape-ico svg {
    height: 105px;
    width: 105px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-60 .shape-ico svg {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ico-60 .shape-ico svg {
    height: 130px;
    width: 130px;
  }
}

.shape-ico.color--blue-300 path,
  .shape-ico.color--blue-400 path,
  .shape-ico.color--blue-500 path {
  fill: #f4f9fc;
}

.shape-ico.color--green-300 path,
  .shape-ico.color--green-400 path,
  .shape-ico.color--green-500 path {
  fill: #e9f8f2;
}

.shape-ico.color--pink-300 path,
  .shape-ico.color--pink-400 path,
  .shape-ico.color--pink-500 path {
  fill: #feecf2;
}

.shape-ico.color--purple-300 path,
  .shape-ico.color--purple-400 path,
  .shape-ico.color--purple-500 path {
  fill: #f1edff;
}

.shape-ico.color--red-300 path,
  .shape-ico.color--red-400 path,
  .shape-ico.color--red-500 path {
  fill: #fce7e4;
}

.shape-ico.color--violet-300 path,
  .shape-ico.color--violet-400 path,
  .shape-ico.color--violet-500 path {
  fill: #f7e4f1;
}

.ico-rounded,
  .ico-rounded-[6px],
  .ico-rounded-[8px] {
  display: inline-block;
  border-radius: 100%;
  text-align: center;
}

.ico-rounded {
  height: 80px;
  width: 80px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-rounded {
    height: 70px;
    width: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-rounded {
    height: 74px;
    width: 74px;
  }
}

.ico-rounded-[6px] {
  height: 90px;
  width: 90px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-rounded-[6px] {
    height: 70px;
    width: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-rounded-[6px] {
    height: 80px;
    width: 80px;
  }
}

.ico-rounded-[8px] {
  height: 100px;
  width: 100px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-rounded-[8px] {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-rounded-[8px] {
    height: 90px;
    width: 90px;
  }
}

.ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after {
  font-size: 2.15rem;
  line-height: 80px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after {
    font-size: 3rem;
    line-height: 94px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after {
    font-size: 2.5rem;
    line-height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after {
    font-size: 2.35rem;
    line-height: 74px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after {
    font-size: 3rem;
    line-height: 94px;
  }
}

.ico-square {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  text-align: center;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .ico-square {
    height: 88px;
    width: 88px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-square {
    height: 70px;
    width: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-square {
    height: 74px;
    width: 74px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ico-square {
    height: 88px;
    width: 88px;
  }
}

.ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
  font-size: 2.4rem;
  line-height: 80px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem;
    line-height: 88px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.5rem;
    line-height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.35rem;
    line-height: 74px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem;
    line-height: 88px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .in_tool_logo.ico-65 img {
    height: 48px;
    width: 48px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .in_tool_logo.ico-65 img {
    height: 55px;
    width: 55px;
  }
}

.ico-145 img {
  height: 145px;
  width: 145px;
}

.ico-140 img {
  height: 140px;
  width: 140px;
}

.ico-135 img {
  height: 135px;
  width: 135px;
}

.ico-130 img {
  height: 130px;
  width: 130px;
}

.ico-125 img {
  height: 125px;
  width: 125px;
}

.ico-120 img {
  height: 120px;
  width: 120px;
}

.ico-115 img {
  height: 115px;
  width: 115px;
}

.ico-110 img {
  height: 110px;
  width: 110px;
}

.ico-105 img {
  height: 105px;
  width: 105px;
}

.ico-100 img {
  height: 100px;
  width: 100px;
}

.ico-95 img {
  height: 95px;
  width: 95px;
}

.ico-90 img {
  height: 90px;
  width: 90px;
}

.ico-85 img {
  height: 85px;
  width: 85px;
}

.ico-80 img {
  height: 80px;
  width: 80px;
}

.ico-75 img {
  height: 75px;
  width: 75px;
}

.ico-70 img {
  height: 70px;
  width: 70px;
}

.ico-55 img {
  height: 55px;
  width: 55px;
}

.ico-50 img {
  height: 50px;
  width: 50px;
}

.ico-45 img {
  height: 45px;
  width: 45px;
}

.ico-40 img {
  height: 40px;
  width: 2.5rem;
}

.ico-35 img {
  height: 35px;
  width: 35px;
}

.ico-30 img {
  height: 30px;
  width: 30px;
}

.ico-25 img {
  height: 25px;
  width: 25px;
}

.ico-20 img {
  height: 1.25rem;
  width: 1.25rem;
}

.header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.15rem;
}

.tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
  font-size: 1.15rem;
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.4125rem;
  }
}

.footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after,
  .bottom-secondary-link.ico-15 [class*="flaticon-"]:before,
  .bottom-secondary-link.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
  font-size: 1.325rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.3925rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.175rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.1875rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.3925rem;
  }
}

.pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
  font-size: 0.9rem !important;
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 0.75rem;
  }
}

.footer-form .ico-15 [class*="flaticon-"]:before, .footer-form .ico-15 [class*="flaticon-"]:after {
  line-height: 28px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .footer-form .ico-15 [class*="flaticon-"]:before, .footer-form .ico-15 [class*="flaticon-"]:after {
    line-height: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-form .ico-15 [class*="flaticon-"]:before, .footer-form .ico-15 [class*="flaticon-"]:after {
    line-height: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-form .ico-15 [class*="flaticon-"]:before, .footer-form .ico-15 [class*="flaticon-"]:after {
    line-height: 24px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .footer-form .ico-15 [class*="flaticon-"]:before, .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.bottom-footer-socials.ico-25 [class*="flaticon-"]:before,
.bottom-footer-socials.ico-25 [class*="flaticon-"]:after {
  font-size: 1.25rem !important;
}

.rows-2 .fbox-ico-wrap {
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rows-2 .fbox-ico-wrap {
    margin-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .rows-2 .fbox-ico-wrap {
    margin-right: 15px;
  }
}

.cbox-1.ico-10 span {
  position: relative;
  right: 7px;
  top: 0px;
}

.cbox-1.ico-10 [class*="flaticon-"]:before,
  .cbox-1.ico-10 [class*="flaticon-"]:after {
  font-size: 0.6rem;
}

.cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.cbox-3 .ico-wrap {
  position: relative;
  margin-right: 1.15rem;
  margin-top: 0px;
  text-align: center;
}

.cbox-3 .cbox-3-ico {
  position: relative;
  top: 3px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-3 .cbox-3-ico {
    top: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-3 .cbox-3-ico {
    top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-3 .cbox-3-ico {
    top: 4px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-3 .cbox-3-ico {
    top: 0px;
    margin-bottom: 10px;
  }
}

.advantages.ico-15 li p span {
  position: relative;
  right: -1px;
  top: 0.125rem;
}

.advantages.ico-15 [class*="flaticon-"]:before,
  .advantages.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.compatibility.ico-10 [class*="flaticon-"]:before,
  .compatibility.ico-10 [class*="flaticon-"]:after {
  font-size: 0.5rem;
}

.tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
  margin-right: 6px;
  line-height: 2.1875rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 5px;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 4px;
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 4px;
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 4px;
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}

.pricing-features.ico-10 li p span {
  right: 0.25rem;
  top: 0px;
}

.pricing-features.ico-5 [class*="flaticon-"]:before,
  .pricing-features.ico-5 [class*="flaticon-"]:after {
  font-size: 0.5rem;
}

.press-txt.ico-20 [class^="flaticon-"]:before,
  .press-txt.ico-20 [class^="flaticon-"]:after {
  font-size: 1.375rem;
}

.txt-block-stat .ico-15 [class*="flaticon-"]:before,
  .txt-block-stat .ico-15 [class*="flaticon-"]:after {
  font-size: 0.8125rem;
}

.table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.725rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.715rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.785rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem;
  }
}

.table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
  font-size: 0.95rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.925rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .icons-menu.ico-30 [class*="flaticon-"]:before,
  .icons-menu.ico-30 [class*="flaticon-"]:after {
    font-size: 2.1875rem;
  }

  .icons-menu.ico-40 [class*="flaticon-"]:before,
  .icons-menu.ico-40 [class*="flaticon-"]:after {
    font-size: 2.5rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2.05rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2.05rem;
  }

  .cbox-1.ico-10 span {
    right: 0.375rem;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem;
  }

  .cbox-3 .ico-wrap {
    margin-right: 0px;
  }
}

.modal .btn-close.ico-10 [class^="flaticon-"]:before,
  .modal .btn-close.ico-10 [class^="flaticon-"]:after {
  font-size: 0.6rem;
}

.ico-15 [class*="flaticon-"]:before,
  .ico-15 [class*="flaticon-"]:after {
  font-size: 0.9375rem;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:before,
.bottom-footer-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.115rem;
}

.rows-2 .fbox-7.fb-1,
  .rows-2 .fbox-7.fb-2,
  .rows-2 .fbox-7.fb-3,
  .rows-2 .fbox-9.fb-1,
  .rows-2 .fbox-9.fb-2,
  .rows-2 .fbox-9.fb-3,
  .rows-3 .fb-4 {
  margin-bottom: 40px;
}

.rows-3 .fb-3.fbox-11-lst,
  .rows-3 .fb-4.fbox-11-lst {
  margin-bottom: 0px;
}

.fbox-title.ico-30 h6 {
  margin-bottom: 0px;
  line-height: 1.875rem;
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-ico.ico-square {
    margin-bottom: 20px;
  }
}

.fbox-14-wrapper {
  padding: 80px 70px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-14-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-14-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-14-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-14-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.fbox-14-wrapper .col {
  padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-14-wrapper .col {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-14-wrapper .col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.row-cols-md-3 .fbox-4 {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .row-cols-md-3 .fbox-4 {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-cols-md-3 .fbox-4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .row-cols-md-3 .fbox-4 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.row-cols-md-2 .fbox-4 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .row-cols-md-2 .fbox-4 {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-cols-md-2 .fbox-4 {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .row-cols-md-2 .fbox-4 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.fbox-8 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.fbox-8.bg--white-100 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fbox-9 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 35px;
  border: 2px solid #eee;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-9 {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-9 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-9 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 27px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-9 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

.fbox-14 {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 35px;
  border: 2px solid #eee;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-14 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-14 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-14 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.fbox-img.h-135 img {
  max-height: 135px;
}

.fbox-img.h-140 img,
  .fbox-img.h-145 img,
  .fbox-img.h-150 img,
  .fbox-img.h-155 img {
  max-height: 140px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-img.h-140 img,
  .fbox-img.h-145 img,
  .fbox-img.h-150 img,
  .fbox-img.h-155 img {
    max-height: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-img.h-140 img,
  .fbox-img.h-145 img,
  .fbox-img.h-150 img,
  .fbox-img.h-155 img {
    max-height: 132px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-img.h-140 img,
  .fbox-img.h-145 img,
  .fbox-img.h-150 img,
  .fbox-img.h-155 img {
    max-height: 125px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-img.h-140 img,
  .fbox-img.h-145 img,
  .fbox-img.h-150 img,
  .fbox-img.h-155 img {
    max-height: 185px;
  }
}

.fbox-img.h-160 img {
  max-height: 10rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-img.h-160 img {
    max-height: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-img.h-160 img {
    max-height: 8rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-img.h-160 img {
    max-height: 145px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-img.h-160 img {
    max-height: 185px;
  }
}

.fbox-img.h-165 img {
  max-height: 165px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-img.h-165 img {
    max-height: 150px;
  }
}

.fbox-img.h-170 img {
  max-height: 170px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-img.h-170 img {
    max-height: 155px;
  }
}

.fbox-3 .fbox-img {
  overflow: hidden;
}

.fbox-3 .fbox-img.h-135 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 35px;
  padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-3 .fbox-img.h-135 {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-3 .fbox-img.h-135 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-cols-md-2 .fbox-4.fb-1,
  .row-cols-md-2 .fbox-4.fb-2,
  .row-cols-md-2 .fbox-7.fb-1,
  .row-cols-md-2 .fbox-7.fb-2,
  .row-cols-md-2 .fbox-9.fb-1,
  .row-cols-md-2 .fbox-9.fb-2,
  .rows-2 .fbox-7.fb-1,
  .rows-2 .fbox-7.fb-2,
  .rows-2 .fbox-7.fb-3,
  .rows-2 .fbox-9.fb-1,
  .rows-2 .fbox-9.fb-2,
  .rows-2 .fbox-9.fb-3 {
    margin-bottom: 22px;
  }

  .fbox-12.mb--30,
  .fbox-13.mb--30 {
    margin-bottom: 20px;
  }
}

.fbox-5 h5,
  .fbox-14 h5 {
  margin-bottom: 15px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-5 h5,
  .fbox-14 h5 {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-5 h5,
  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fbox-5 h5,
  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-right: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-5 h5,
  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .features-section h6,
  .fbox-txt h5 {
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-10 .fbox-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fbox-10 .fbox-title span {
    float: none;
    margin-right: 0px;
    line-height: 1;
  }

  .fbox-10 .fbox-title h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .row-cols-md-3 .fbox-1 p,
  .row-cols-md-3 .fbox-2 p,
  .row-cols-md-3 .fbox-3 p,
  .row-cols-md-3 .fbox-6 p,
  .row-cols-md-2 .fbox-1 p,
  .row-cols-md-2 .fbox-2 p,
  .row-cols-md-2 .fbox-3 p,
  .fbox-5 .fbox-txt p,
  .fbox-10 p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-3 .fbox-4 p,
  .row-cols-md-2 .fbox-4 p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .fbox-5 .fbox-txt p,
  .rows-3 .fbox-11 p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-2 .fbox-6 p {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rows-3 .fbox-11 p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-wrapper .ico-50 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:after,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 4rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .fbox-wrapper .ico-50 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:after,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.65rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:before,
  .fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:after {
    font-size: 2.875rem;
    line-height: 80px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .row-cols-md-2 .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-cols-md-2 .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .row-cols-md-2 .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 20px;
  }

  .rows-2 .fbox-ico-wrap .ico-50 [class*="flaticon-"]:before,
  .rows-2 .fbox-ico-wrap .ico-50 [class*="flaticon-"]:after {
    font-size: 2.85rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:before,
  .fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  .fbox-wrapper .row-cols-md-2 .ico-rounded,
  .fbox-wrapper .row-cols-md-2 .ico-square {
    height: 80px;
    width: 80px;
  }

  .fbox-wrapper .row-cols-md-2 .ico-square [class*="flaticon-"]:before,
  .fbox-wrapper .row-cols-md-2 .ico-square [class*="flaticon-"]:after {
    font-size: 2.875rem;
    line-height: 80px;
  }

  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 2.75rem;
  }
}

.modal.show .modal-dialog {
  transform: none !important;
}

.modal.fade .modal-dialog {
  --tw-translate-x: 0px;
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1055;
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: calc(0.5rem - 1px);
  --tw-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
  --tw-shadow-colored: 0 0.125rem 0.25rem 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: 0;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .modal span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .modal span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .modal span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

@media (min-width: 576px) {
  .modal {
    --tw-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    --tw-shadow-colored: 0 0.5rem 1rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.fade {
  transition: opacity .15s linear;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop {
  background-color: rgb(45 52 58 / var(--tw-bg-opacity, 1));
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1050;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - 1.75rem * 2);
  align-items: center;
}

.modal-dialog {
  pointer-events: none;
  position: relative;
  margin: 1.75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fade:not(.show) {
  opacity: 0;
}

.modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: var(--bs-modal-border-radius);
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-modal-border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 0;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .modal-content span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .modal-content span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .modal-content span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.175);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  outline: 0;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .modal-content span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .modal-content span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .modal-content span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.modal .newsletter-form.purple-focus .form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 99 238 / var(--tw-border-opacity, 1));
}

label {
  display: inline-block;
}

.modal .form-notification {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

.modal .form-notification.valid,
  .modal .form-notification.error {
  --tw-text-opacity: 1;
  color: rgb(252 47 75 / var(--tw-text-opacity, 1));
}

.modal .newsletter-form.valid {
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

#modal-3 .request-form-msg {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding-left: 0px;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form #modal-3 .request-form-msg span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form #modal-3 .request-form-msg span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form #modal-3 .request-form-msg span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

#modal-3 .request-form .loading {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

#modal-3 .request-form .error {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}

hr {
  margin: 1rem 0;
  color: inherit;
  opacity: 0.25;
  border-top: 1px solid;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #footer-10.pt--50 {
    padding-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #footer-10.pt--50 {
    padding-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer-10.pt--50 {
    padding-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #footer-10.pt--50 {
    padding-top: 0px;
  }
}

.bg--black.footer .foo-links li p a {
  --tw-text-opacity: 1;
  color: rgb(160 167 177 / var(--tw-text-opacity, 1));
}

.bg--black.footer .foo-links li p a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #footer-1 .footer-info,
  #footer-5 .footer-info,
  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #footer-1 .footer-info,
  #footer-5 .footer-info,
  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-bottom: 0px;
    padding-left: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer-1 .footer-info,
  #footer-5 .footer-info,
  #footer-6 .footer-info,
  #footer-7 .footer-info {
    padding-right: 5%;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .footer-mail-link {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-mail-link {
    font-size: 1.073529rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-mail-link {
    font-size: 1.0625rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .footer-mail-link {
    font-size: 1.125rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .foo-links li a span.ext-link {
    left: 3px;
    top: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .foo-links li a span.ext-link {
    left: 3px;
    top: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .foo-links li a span.ext-link {
    left: 3px;
    top: 1px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .foo-links li a span.ext-link {
    left: 3px;
    top: 0.5px;
  }
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#about-1 .txt-block p {
  margin-bottom: 0px;
}

#about-4 .txt-block p {
  margin-top: 25px;
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #about-4 .txt-block p {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #about-4 .txt-block p {
    margin-top: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #about-4 .txt-block p {
    margin-top: 0.75rem;
  }
}

.about-3-images {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-3-img {
  height: 460px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-2-title {
    margin-bottom: 30px;
    padding-right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-2-title {
    margin-bottom: 40px;
    padding-right: 5%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .about-2-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 25px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #about-3 .txt-block h5 {
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #about-3 .txt-block h5 {
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #about-2 .container-fluid {
    max-width: 540px;
  }

  #about-4 .txt-block h2 {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #about-4 .txt-block h2 {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #features-14 .container {
    max-width: 100%;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.4375rem;
  }
}

.pricing-4-table .pricing-features li {
  padding: 10px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-4-table .pricing-features li {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-4-table .pricing-features li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-4-table .pricing-features li {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.pricing-features li p {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1;
}

.pricing-features li p span {
  position: relative;
  right: 5px;
  top: -0.125rem;
}

.pricing-features li.disabled-option p,
  .pricing-features li.disabled-option span {
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text--center .pricing-features li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

#features-13.pt--100.shape--bg:after {
  top: 21%;
  height: 72%;
  width: 48%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 #features-13.pt--100.shape--bg .newsletter-txt:after {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 #features-13.pt--100.shape--bg .newsletter-txt:after {
    padding-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 #features-13.pt--100.shape--bg .newsletter-img:after {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 #features-13.pt--100.shape--bg .newsletter-img:after {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
   
.wsmegamenu.halfmenu #features-13.pt--100.shape--bg:after, .wsmegamenu.halfmenu.icons-menu #features-13.pt--100.shape--bg:after {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #features-13.pt--100.shape--bg:after {
    top: 19%;
    height: 75%;
    width: 52%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #features-13.pt--100.shape--bg:after {
    top: 18%;
    height: 76%;
    width: 50%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #features-13.pt--100.shape--bg:after {
    top: 32.35%;
    height: 64%;
  }
}

#features-12.py--100.shape--bg:after {
  left: 52%;
  top: 18%;
  height: 64%;
  width: 48%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 #features-12.py--100.shape--bg .newsletter-txt:after {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 #features-12.py--100.shape--bg .newsletter-txt:after {
    padding-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 #features-12.py--100.shape--bg .newsletter-img:after {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 #features-12.py--100.shape--bg .newsletter-img:after {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
   
.wsmegamenu.halfmenu #features-12.py--100.shape--bg:after, .wsmegamenu.halfmenu.icons-menu #features-12.py--100.shape--bg:after {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #features-12.py--100.shape--bg:after {
    left: 48%;
    top: 16%;
    height: 68%;
    width: 52%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #features-12.py--100.shape--bg:after {
    left: 50%;
    top: 16%;
    height: 68%;
    width: 50%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #features-12.py--100.shape--bg:after {
    top: 32%;
    height: 68%;
  }
}

#features-13.py--100.shape--bg:after {
  top: 18%;
  height: 64%;
  width: 48%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 #features-13.py--100.shape--bg .newsletter-txt:after {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 #features-13.py--100.shape--bg .newsletter-txt:after {
    padding-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 #features-13.py--100.shape--bg .newsletter-img:after {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 #features-13.py--100.shape--bg .newsletter-img:after {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
   
.wsmegamenu.halfmenu #features-13.py--100.shape--bg:after, .wsmegamenu.halfmenu.icons-menu #features-13.py--100.shape--bg:after {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #features-13.py--100.shape--bg:after {
    top: 16%;
    height: 68%;
    width: 52%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #features-13.py--100.shape--bg:after {
    top: 16%;
    height: 68%;
    width: 50%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #features-13.py--100.shape--bg:after {
    top: 32%;
    height: 68%;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-features.mt--25 {
    margin-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-features.mt--25 {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-features.mt--25 {
    margin-top: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-features.mt--25 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #features-4 .row-cols-md-3 .col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .features-section h6.s-18 {
    margin-bottom: 12px;
    font-size: 1.397058rem;
  }

  .pricing-features span {
    display: none;
  }

  .pricing-features p.p-md {
    font-size: 0.935rem;
    line-height: 1.5;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.625rem;
  }
}

.inner-page-hero #rw-2-3,
  .inner-page-hero #rw-2-4 {
  margin-bottom: 20px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #faqs-4 .inner-page-title {
    margin-bottom: 40px;
  }
}

.wsmenu > .wsmenu-list > li > a {
  margin: 0 7px;
  display: block;
  padding: 10px 15px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0;
  text-decoration-line: none;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 20px;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 20px;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li > a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .wsmenu > .wsmenu-list > li > a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 20px;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
  }
}

.wsmenu > .wsmenu-list > li.reg-fst-link > a {
  margin-left: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li.reg-fst-link > a {
    margin-left: 0px;
  }
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.navbar-light .wsmenu > .wsmenu-list > li > a.h-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wsmenu > .wsmenu-list > li > a.h-link.last-link {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  position: absolute;
  right: 0px;
  top: 35px;
  float: right;
  margin-left: 14px;
  height: 0px;
  width: 0px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 4px;
  border-style: solid;
  border-left-color: rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,0);
  text-align: right;
  --tw-content: "";
  content: var(--tw-content);
}

.wsmenu > .wsmenu-list > li a.btn {
  margin-top: 14px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  line-height: 30px;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li a.btn {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 2px;
    border-radius: 0px !important;
    border-width: 2px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.25rem;
    line-height: 44px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li a.btn {
    margin-top: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 0.9375rem;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .wsmenu > .wsmenu-list > li a.btn {
    margin: 14px 5px 0;
    padding: 4px 22px 6px;
    font-size: 0.9rem;
    line-height: 28px;
  }
}

.wsmenu > .wsmenu-list > li a.btn.reg-btn {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li a.btn.reg-btn {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 44px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li a.btn.reg-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .wsmenu > .wsmenu-list > li a.btn.reg-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.25rem;
    padding-bottom: 6px;
  }
}

.wsmenu > .wsmenu-list > li a.btn.fst-btn-link {
  margin-left: 12px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link {
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link {
    margin-left: 0px;
  }
}

.wsmenu > .wsmenu-list > li a.store.header-store {
  margin-left: 10px;
  margin-top: 13px;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li a.store.header-store {
    float: none;
    margin-left: 12px;
    margin-top: 5px;
    display: block;
    border-bottom-color: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li a.store.header-store {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  top: 62px;
  width: auto;
  min-width: 200px;
  padding: 12px 10px;
  --tw-shadow: 0 2px 3px rgba(96,96,96,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    top: 5px;
    --tw-shadow: 0 0;
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    min-width: 180px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    top: 0px;
  }
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
  left: 23%;
  top: 62px;
  width: 76%;
  padding: 20px 10px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
    top: 5px;
    left: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    --tw-shadow: 0 0;
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
    left: 10%;
    width: 86%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  background-color: rgba(244,244,249,0);
  padding: 11px 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1765rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    font-size: 0.9rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 62px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-shadow: 0 2px 3px rgba(96,96,96,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 38%;
  border-radius: 6px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-shadow: 0 2px 3px rgba(96,96,96,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    top: 5px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 40%;
  }
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  background-color: rgba(244,244,249,0);
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(244,244,249,1);
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list {
    margin-right: -345px;
    width: 345px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list {
    margin-right: -325px;
    width: 325px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
    .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration-line: none;
  }
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(244,244,249,1);
  padding: 11px 14px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration-line: none;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tra-menu .wsmenu > .wsmenu-list > li > a,
    .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 1.1765rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
        .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
        .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
    .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
    .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    background-color: rgba(255,255,255,0.05);
  }
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: rgba(244,244,249,1) !important;
  padding: 11px 14px;
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(255,255,255,0.05);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  background-color: rgba(244,244,249,0);
  padding: 11px 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu {
  max-width: 275px;
  padding: 12px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu {
    max-width: 225px;
  }
}

.icons-menu .icons-menu-item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap !important;
}

.icons-menu-ico {
  position: relative;
  margin-right: 14px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .icons-menu-ico {
    margin-right: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .icons-menu-ico {
    margin-right: 12px;
  }
}

.wsmegamenu.ico-30 .icons-menu-ico span {
  position: relative;
  top: 6px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmegamenu.ico-30 .icons-menu-ico span {
    top: 0.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wsmegamenu.ico-30 .icons-menu-ico span {
    top: 0.5rem;
  }
}

.icons-menu-txt {
  max-width: 100%;
  flex: 1 1 0%;
  overflow: hidden;
}

.icons-menu-txt h6 {
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  color: inherit;
}

.icons-menu-txt span {
  margin-bottom: 0px;
  display: block;
  font-size: 0.925rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.navbar-light .wsmenu-list > li > a.h-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1)) !important;
}

.navbar-dark .wsmenu-list > li > a.h-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 34 47 / var(--tw-text-opacity, 1));
}

.wsmenu > .wsmenu-list.nav-blue-500 > li > ul.sub-menu > li > a:hover,
  .wsmenu
    > .wsmenu-list.nav-blue-500
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover {
  --tw-text-opacity: 1;
  color: rgb(24 90 189 / var(--tw-text-opacity, 1));
}

.wsmenu > .wsmenu-list.nav-green-500 > li > ul.sub-menu > li > a:hover,
  .wsmenu
    > .wsmenu-list.nav-green-500
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 161 78 / var(--tw-text-opacity, 1));
}

.wsmenu > .wsmenu-list.nav-pink-500 > li > ul.sub-menu > li > a:hover,
  .wsmenu
    > .wsmenu-list.nav-pink-500
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 20 156 / var(--tw-text-opacity, 1));
}

.wsmenu > .wsmenu-list.nav-purple-500 > li > ul.sub-menu > li > a:hover,
  .wsmenu
    > .wsmenu-list.nav-purple-500
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover {
  --tw-text-opacity: 1;
  color: rgb(102 58 233 / var(--tw-text-opacity, 1));
}

.wsmenu > .wsmenu-list.nav-red-500 > li > ul.sub-menu > li > a:hover,
  .wsmenu
    > .wsmenu-list.nav-red-500
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover {
  --tw-text-opacity: 1;
  color: rgb(218 15 41 / var(--tw-text-opacity, 1));
}

.tra-menu.white-scroll .wsmainfull.scroll,
  .white-menu.white-scroll .wsmainfull.scroll {
  background-color: rgba(255,255,255,0.7) !important;
  padding: 0px !important;
  --tw-shadow: 0 2px 3px rgba(96,96,96,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.tra-menu.black-scroll .wsmainfull.scroll,
  .dark-menu.black-scroll .wsmainfull.scroll {
  --tw-bg-opacity: 1;
  background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
  padding: 0px;
  --tw-shadow: 0 2px 3px rgba(1,1,1,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tra-menu.navbar-dark.black-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    > li
    > a.h-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tra-menu.navbar-dark.black-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    > li
    > a.h-link:hover {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li.header-phone > a {
    padding-left: 15px;
    padding-right: 2rem;
    padding-top: 7px;
    padding-bottom: 0.375rem;
    font-size: 19px;
  }

  .wsmenu > .wsmenu-list > li.header-phone > a span {
    height: 1.5rem;
    width: 1.5rem;
    line-height: 25px;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    left: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.navbar-light .logo-black,
  .navbar-dark .logo-white,
  .tra-menu.navbar-light .scroll .logo-white,
  .tra-menu.navbar-dark.black-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
  .tra-menu.navbar-dark.black-scroll .scroll .logo-white {
  display: block;
}

.tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link, 
  .tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 24px;
    margin-bottom: 0px;
    height: 0.5rem;
    width: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 21px;
    margin-bottom: 0px;
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 24px;
    margin-bottom: 0px;
    height: 0.5rem;
    width: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
    margin-top: 1.75rem;
    --tw-rotate: -45deg;
    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));
  }
}

.navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 34 47 / var(--tw-text-opacity, 1)) !important;
}

.img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
  margin-bottom: -100px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -80px;
  }
}

.ct-03 .img-block.right-column {
  margin-left: 20px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .ct-03 .img-block.right-column {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-03 .img-block.right-column {
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-03 .img-block.right-column {
    margin-left: 15px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ct-03 .img-block.right-column {
    margin: 0 2% 35px;
  }
}

.ct-05 .img-block-hidden {
  margin-bottom: -30px;
}

.ct-06 .img-block {
  margin-bottom: -80px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-06 .img-block {
    margin-right: -20%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ct-06 .img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  }
}

.ct-07 .img-block {
  margin-top: -8px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-07 .img-block {
    margin-left: -20%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ct-07 .img-block {
    margin-top: -8px;
    margin-bottom: 40px;
  }
}

.ct-11 .img-block,
  .ct-12 .img-block {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ct-11 .img-block {
  padding-left: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-11 .img-block {
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-11 .img-block {
    padding-left: 50px;
  }
}

.ct-12 .img-block {
  padding-right: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-12 .img-block {
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-12 .img-block {
    padding-right: 50px;
  }
}

.ct-11 .img-block .tra-bkg,
  .ct-12 .img-block .tra-bkg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .ct-11 .img-block .tra-bkg span,#contacts-1 .contact-form 
  .ct-12 .img-block .tra-bkg span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .ct-11 .img-block .tra-bkg span,#contacts-1 .contact-form 
  .ct-12 .img-block .tra-bkg span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .ct-11 .img-block .tra-bkg span,#contacts-1 .contact-form 
  .ct-12 .img-block .tra-bkg span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.ct-07 .txt-block,
  .bc-2-txt,
  .bc-2-wrapper .txt-block,
  .bc-3-txt {
  margin-top: -40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-07 .txt-block,
  .bc-2-txt,
  .bc-2-wrapper .txt-block,
  .bc-3-txt {
    margin-top: 20px;
  }
}

.ct-11 .txt-block {
  padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-11 .txt-block {
    padding-right: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-11 .txt-block {
    padding-right: 40px;
  }
}

.ct-12 .txt-block {
  padding-left: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-12 .txt-block {
    padding-left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-12 .txt-block {
    padding-left: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ct-13 .txt-block {
    margin-bottom: 35px;
  }

  .ct-13 .txt-block.ml--block {
    margin-bottom: 0px;
  }
}

.ct-06 {
  margin-bottom: 80px;
}

.ct-07 {
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ct-13 .row.mb--60 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-13 .row.mb--60 {
    margin-bottom: 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .ct-top {
    margin-bottom: 70px;
  }

  .ct-13 .img-block.ml--block {
    margin-bottom: 0px;
  }
}

.ct-11:after,
  .ct-12:after {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.ct-11:after {
  left: 0px;
  top: 0px;
}

.ct-12:after {
  left: 50%;
  top: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-6 h4 {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-6 h4 {
    margin-bottom: 18px;
  }
}

.bc-6-txt h5 {
  margin-bottom: 15px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .bc-6-txt h5 {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-6-txt h5 {
    margin-bottom: 12px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .bc-6-txt h5 {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-6-link.mt--15 {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-6-link.mt--15 {
    margin-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .bc-6-link.mt--15 {
    margin-top: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-5-wrapper .section-title,
  .bc-6-txt {
    margin-bottom: 35px;
    padding: 0px;
  }
}

.bc-1-wrapper .txt-block.pr-25.left-column,
  .bc-2-wrapper .txt-block.pr-25.left-column {
  padding-right: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-1-wrapper .txt-block.pr-25.left-column,
  .bc-2-wrapper .txt-block.pr-25.left-column {
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-1-wrapper .txt-block.pr-25.left-column,
  .bc-2-wrapper .txt-block.pr-25.left-column {
    padding-right: 15px;
  }
}

.bc-1-wrapper .txt-block.pl-25.right-column,
  .bc-2-wrapper .txt-block.pl-25.right-column {
  padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-1-wrapper .txt-block.pl-25.right-column,
  .bc-2-wrapper .txt-block.pl-25.right-column {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-1-wrapper .txt-block.pl-25.right-column,
  .bc-2-wrapper .txt-block.pl-25.right-column {
    padding-left: 15px;
  }
}

.bc-2-img,
  .bc-4-img {
  margin-left: 15px;
}

.bc-4-img {
  margin-right: -65%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-4-img {
    margin-right: -100%;
    margin-bottom: -25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-4-img {
    margin-right: -65%;
  }
}

.bc-6-img {
  margin-bottom: 35px;
  padding-top: 50px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .bc-6-img {
    margin-bottom: 25px;
    padding-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-6-img {
    margin-bottom: 20px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-6-img {
    margin-bottom: 25px;
    padding-top: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .bc-6-img {
    margin-bottom: 25px;
    padding-top: 30px;
  }
}

.bc-6-wrapper .section-overlay {
  padding: 80px 70px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-6-wrapper .section-overlay {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .bc-6-wrapper .section-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bc-6 {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .bc-6 {
    padding-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-6 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bc-6 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .bc-6 {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .integrations-section .more-btn.mt--60 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .integrations-section .more-btn.mt--60 {
    margin-top: 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .integrations-section .more-btn.mt--60 {
    margin-top: 30px;
  }
}

.banner-section .section-id {
  margin-bottom: 30px;
  padding-top: 10px;
  font-weight: 600;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-section .section-id {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .section-id {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .section-id {
    margin-bottom: 25px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-section .section-id {
    margin-bottom: 18px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #banner-15.banner-section .section-id {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #banner-15.banner-section .section-id {
    margin-bottom: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #banner-15.banner-section .section-id {
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #banner-15.banner-section .section-id {
    margin-bottom: 22px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #banner-1 .container, #banner-2 .container, #banner-3 .container,
  #banner-11 .container, #banner-12 .container, #banner-13 .container {
    max-width: 100%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #banner-1 .container, #banner-2 .container, #banner-3 .container,
  #banner-11 .container, #banner-12 .container, #banner-13 .container {
    max-width: 100%;
  }
}

.banner-15-txt h2 {
  margin-bottom: 45px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-15-txt h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-15-txt h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-15-txt h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-15-txt h2 {
    margin-bottom: 30px;
  }
}

.banner-10-txt h6 {
  margin-bottom: 12px;
  font-weight: 400;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .sm-title .banner-1-txt p.p-lg,
  .sm-title .banner-1-txt p.p-xl {
    margin-top: 12px;
    margin-bottom: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sm-title .banner-1-txt p.p-lg,
  .sm-title .banner-1-txt p.p-xl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .sm-title .banner-1-txt p.p-lg,
  .sm-title .banner-1-txt p.p-xl {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 12px;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 15px;
    margin-bottom: 21px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 12px;
    margin-bottom: 18px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-11-txt p {
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-11-txt p {
    padding-right: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-11-img {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
    margin-bottom: -30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-11-img {
    margin-top: 35px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-section .btns-group .btn.mr--15,
  .banner-section .btns-group .btn:first-child {
    margin-right: 0.5rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-section .btns-group .btn.mr--15,
  .banner-section .btns-group .btn:first-child {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-8-buttons {
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-8-buttons {
    margin-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
  }
}

#banner-11 {
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #banner-11 {
    margin-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #banner-9 {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #banner-9 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #banner-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #banner-9 {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-9-txt {
    padding-left: 14%;
    padding-right: 14%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-9-txt {
    padding-right: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-9-txt {
    padding-left: 15px;
    padding-right: 30%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-9-txt {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .banner-5-txt {
    padding: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .banner-5-txt {
    padding: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .right-column .cbox-5 {
    margin-bottom: 60px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .right-column .cbox-5 {
    margin-bottom: 40px;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-txt .btn {
    margin-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-5-txt .btn {
    margin-top: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-shape-1 img,
  .cbox-5-shape-2 img {
    height: 80%;
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-5-shape-1 img,
  .cbox-5-shape-2 img {
    height: 55%;
    width: 55%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-5-shape-1 img,
  .cbox-5-shape-2 img {
    height: 70%;
    width: 70%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-3,
  .cbox-4 {
    text-align: center;
  }

  .cbox-3 {
    display: block;
  }
}

.content-section .cbox-6-wrapper {
  padding: 80px 70px;
}

.cbox-5 {
  position: relative;
}

.cbox-5-content {
  z-index: 1;
  margin-left: 12%;
  margin-right: 12%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(245 246 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  --tw-shadow: 0px 15px 20px 0px rgba(5,5,5,0.05);
  --tw-shadow-colored: 0px 15px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-content {
    margin: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-5-content {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-5-content {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-5-content {
    margin: 0px;
  }
}

.cbox-5-content .divider {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

.txt-block .cbox-5-title h2 {
  margin-bottom: 10px;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -1px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .cbox-5-title h2 {
    font-size: 3.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .cbox-5-title h2 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .txt-block .cbox-5-title h2 {
    font-size: 3.15rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .cbox-5-title h2 {
    font-size: 3rem;
  }
}

.cbox-5-title p.p-lg {
  margin-bottom: 10px;
}

.cbox-2:hover .cbox-2-ico.bg--blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(24 90 189 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 90 189 / var(--tw-text-opacity, 1));
}

.cbox-2:hover .cbox-2-ico.bg--blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

.cbox-2:hover .cbox-2-ico.bg--blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(62 177 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(62 177 255 / var(--tw-text-opacity, 1));
}

.cbox-2:hover .cbox-2-ico.bg--green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 78 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 161 78 / var(--tw-text-opacity, 1));
}

.cbox-2:hover .cbox-2-ico.bg--green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(15 188 73 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

.cbox-2:hover .cbox-2-ico.bg--green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(111 215 146 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 215 146 / var(--tw-text-opacity, 1));
}

.cbox-3-txt {
  margin-bottom: 35px;
  max-width: 100%;
  flex: 1 1 0%;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-3-txt {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-3-txt {
    margin-bottom: 25px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-3-txt {
    margin-bottom: 25px;
  }
}

.cbox-2:last-child .cbox-2-txt,
  .cbox-3:last-child .cbox-3-txt,
  .cbox-4:last-child .cbox-4-txt {
  margin-bottom: 0px;
}

.cbox-5-fea {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  --tw-shadow: 0px 15px 20px 0px rgba(5,5,5,0.05);
  --tw-shadow-colored: 0px 15px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-fea {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-5-fea {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-5-fea {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-5-fea {
    margin-top: 20px;
  }
}

.txt-block .cbox-5-fea h4 {
  margin-bottom: 3px;
  line-height: 1;
}

.cbox-5-fea p {
  margin-bottom: 0px;
}

.cbox-6 p,
  .cbox-3-txt p,
  .cbox-4-txt p {
  margin-bottom: 0px;
}

.cbox-5-shape-1 {
  position: absolute;
  top: -35px;
  right: 30px;
  z-index: -1;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-shape-1 {
    right: -50px;
    top: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-5-shape-1 {
    right: -55px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-5-shape-1 {
    right: -20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-5-shape-1 {
    display: none;
  }
}

.cbox-5-shape-2 {
  position: absolute;
  bottom: -25px;
  left: 30px;
  z-index: -1;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .cbox-5-shape-2 {
    left: -30px;
    bottom: -25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-5-shape-2 {
    left: -1.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-5-shape-2 {
    bottom: -25px;
    left: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .cbox-5-shape-2 {
    display: none;
  }
}

.cbox-5-shape-1 img,
  .cbox-5-shape-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .cbox-5-shape-1 img span,#contacts-1 .contact-form 
  .cbox-5-shape-2 img span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .cbox-5-shape-1 img span,#contacts-1 .contact-form 
  .cbox-5-shape-2 img span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .cbox-5-shape-1 img span,#contacts-1 .contact-form 
  .cbox-5-shape-2 img span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
  font-size: 2.85rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem;
  }
}

.btn-txt.ico-15 [class*="flaticon-"]:before, 
  .btn-txt.ico-15 [class*="flaticon-"]:after,
  .btns-group-txt.ico-15 [class*="flaticon-"]:before, 
  .btns-group-txt.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-1-wrapper .col,
  .pricing-2-wrapper .col,
  .pricing-3-wrapper .col {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-1-wrapper .col,
  .pricing-2-wrapper .col,
  .pricing-3-wrapper .col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #pricing-1 .container,
  #pricing-2 .container,
  #pricing-3 .container {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pricing-1-table .pt--btn,
  .pricing-2-table .pt--btn,
  .pricing-4-table .pt--btn,
  .pricing-3-table .pt--btn {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-1-table .pt--btn,
  .pricing-2-table .pt--btn,
  .pricing-4-table .pt--btn,
  .pricing-3-table .pt--btn {
    margin-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .lg\:w-10\/12 .pricing-notice p {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .lg\:w-10\/12 .pricing-notice p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg\:w-10\/12 .pricing-notice p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .lg\:w-10\/12 .pricing-notice p {
    padding: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .lg\:w-9\/12 .pricing-notice p {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .lg\:w-9\/12 .pricing-notice p {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .lg\:w-9\/12 .pricing-notice p {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-notice .btn.mt--25 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-notice .btn.mt--25 {
    margin-top: 20px;
  }
}

.pricing-notice p span {
  font-weight: 500;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-notice.mb--40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-notice.mb--40 {
    margin-bottom: 30px;
  }
}

.pricing-2-table, .pricing-4-table {
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 50px;
  padding-bottom: 45px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-2-table, .pricing-4-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-2-table, .pricing-4-table {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-2-table, .pricing-4-table {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-2-table, .pricing-4-table {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.text--center .pricing-1-table {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 60px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .text--center .pricing-1-table {
    padding-bottom: 30px;
  }
}

@media (max-width: 320.98px) {
  .text--center .pricing-1-table {
    padding-bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .text--center .pricing-1-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text--center .pricing-1-table {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text--center .pricing-1-table {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .text--center .pricing-1-table {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.pricing-4-table {
  padding: 45px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-4-table {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-4-table {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-4-table {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-3-table .pricing-table-header h4 {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-3-table .pricing-table-header h4 {
    margin-bottom: 10px;
  }
}

.text--center .pricing-1-table .pricing-discount {
  top: -35px;
  right: -0.5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text--center .pricing-1-table .pricing-discount {
    top: -30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text--center .pricing-1-table .pricing-discount {
    right: -5px;
    top: -2.5rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .text--center .pricing-1-table .pricing-discount {
    top: -2rem;
  }
}

.pricing-2-table.highlight .price span {
  font-size: 2.4rem;
  letter-spacing: -1px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-2-table.highlight .price span {
    font-size: 2.65rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-2-table.highlight .price span {
    font-size: 2.05rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-2-table.highlight .price span {
    font-size: 2.15rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-2-table.highlight .price span {
    font-size: 2.5rem;
  }
}

.pricing-4-table .price span {
  font-size: 3.15rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-4-table .price span {
    font-size: 2.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-4-table .price span {
    font-size: 2.85rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-4-table .price span {
    font-size: 3.15rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-4-table .price span {
    font-size: 2.75rem;
  }
}

.pricing-4-table .price sup {
  right: 2px;
  top: -10px;
  font-size: 2.05rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-4-table .price sup {
    font-size: 2.15rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-4-table .price sup {
    top: -7px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-4-table .price sup {
    font-size: 2.25rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-4-table .price sup {
    font-size: 2rem;
  }
}

.price sup.coins {
  top: -29px;
  left: 3px;
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: -2px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .price sup.coins {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .price sup.coins {
    font-size: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .price sup.coins {
    top: -27px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .price sup.coins {
    font-size: 2.45rem;
  }
}

.pricing-2-table .price p,
  .pricing-4-table .price p {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-2-table .price p,
  .pricing-4-table .price p {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 0.9075rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-2-table .price p,
  .pricing-4-table .price p {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.text--center .price p {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .text--center .price p {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text--center .price p {
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text--center .price p {
    padding: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .text--center .price p {
    padding: 0px;
  }
}

.pricing-1-table hr,
  .pricing-2-table hr,
  .pricing-3-table hr {
  margin-top: 35px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .pricing-1-table hr,
  .pricing-2-table hr,
  .pricing-3-table hr {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-1-table hr,
  .pricing-2-table hr,
  .pricing-3-table hr {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-1-table hr,
  .pricing-2-table hr,
  .pricing-3-table hr {
    margin-top: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .pricing-1-table hr,
  .pricing-2-table hr,
  .pricing-3-table hr {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-section .toggle-btn.mt--30 {
    margin-top: 20px;
  }
}

#pricing-4 .ext-toggle-btn {
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 0px;
  margin-bottom: 35px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #pricing-4 .ext-toggle-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #pricing-4 .ext-toggle-btn {
    margin-left: 10px;
    margin-right: 35px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #pricing-4 .ext-toggle-btn {
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #pricing-4 .ext-toggle-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.comp-table .pricing-header {
  max-width: 700px;
}

.toggle-btn-lg .switch-wrap {
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 40px;
  min-width: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .toggle-btn-lg .switch-wrap {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 32px;
    min-width: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .toggle-btn-lg .switch-wrap {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 36px;
    min-width: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .toggle-btn-lg .switcher::before {
    left: 5px;
    bottom: 5px;
    height: 22px;
    content: var(--tw-content);
    width: 22px;
  }
}

.toggle-btn-lg .switcher {
  height: 40px;
  border-radius: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 20px;
}

.toggle-btn-lg .switcher::before {
  left: 5px;
  bottom: 5px;
  height: 30px;
  content: var(--tw-content);
  width: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .toggle-btn-lg .switcher {
    height: 32px;
    border-radius: 32px;
    padding-left: 30px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .toggle-btn-lg .switcher {
    height: 36px;
    border-radius: 36px;
    padding-left: 35px;
    padding-right: 15px;
  }

  .toggle-btn-lg .switcher::before {
    height: 26px;
    content: var(--tw-content);
    width: 26px;
  }
}

.switch-wrap input:checked + .switcher {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 35px;
}

.switch-wrap input:checked + .switcher::before {
  left: auto;
  right: 0.25rem;
  transition-property: all;
  transition-duration: 350ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .switch-wrap input:checked + .switcher {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .switch-wrap input:checked + .switcher {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 35px;
  }
}

.switch-wrap input:checked + .switcher {
  --tw-border-opacity: 1;
  border-color: rgb(24 90 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(24 90 189 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(62 177 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(62 177 255 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 78 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 78 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(15 188 73 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 188 73 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(111 215 146 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(111 215 146 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 20 156 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 20 156 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(247 71 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 128 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 181 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 181 204 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(102 58 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(102 58 233 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(123 93 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(123 93 214 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(189 174 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(189 174 234 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(218 15 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(218 15 41 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 30 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 30 26 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 163 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 163 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(199 62 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 62 155 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(190 108 190 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(190 108 190 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 189 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 226 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 186 1 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 1 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 189 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 69 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher.switcher--yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 223 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 53 / var(--tw-bg-opacity, 1));
}

.switch-wrap input:checked + .switcher .show-annual {
  display: block;
}

.switch-wrap input:checked + .switcher .show-monthly {
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .switcher:before {
    left: 4px;
    bottom: 0.25rem;
    height: 22px;
    width: 22px;
  }
}

.switcher.bg--tra-white {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.switcher.bg--ghost-white {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(128,143,174,0.15);
  background-color: rgba(128,143,174,0.45);
}

.switcher.bg--tra-white:before, .switcher.bg--ghost-white:before {
  left: 4px;
  bottom: 3.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 1px 0 #aaa;
  --tw-shadow-colored: 0 1px 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.press-logo img {
  position: relative;
  max-height: 82px;
  width: auto;
  max-width: inherit;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .press-logo img {
    max-height: 74px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .press-logo img {
    max-height: 74px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .press-logo img {
    max-height: 74px;
  }
}

.press-txt {
  position: relative;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .press-txt {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .press-txt {
    margin-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .press-txt {
    margin-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.press-txt p {
  margin-bottom: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.press-txt span {
  position: relative;
  left: -1px;
  top: 3px;
  opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #press-05,
  #press-06 {
    margin-bottom: 30px;
  }
}

.txt-block .accordion-1 .accordion-item,
  .txt-block .accordion-2 .accordion-item {
  border-color: none;
  background-color: transparent;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .accordion-1 .accordion-item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .accordion-1 .accordion-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .accordion-1 .accordion-item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .accordion-2 .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .accordion-2 .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .accordion-2 .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .accordion-1 .accordion-item.is-active {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .accordion-1 .accordion-item.is-active {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 14px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .accordion-1 .accordion-item.is-active {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .accordion-2 .accordion-item.is-active {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .accordion-2 .accordion-item.is-active {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .accordion-2 .accordion-item.is-active {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: 0.5px;
    font-size: 0.85rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: 0px;
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 9px;
    font-size: 2.1875rem;
    line-height: 24px;
  }
}

.txt-block .accordion-1 .accordion-panel,
  .txt-block .accordion-2 .accordion-panel {
  margin: 0px;
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .accordion-1 .accordion-panel {
    padding: 0px;
  }
}

.txt-block .accordion-2 .accordion-panel {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.txt-block .accordion-1 .accordion-thumb h5 {
  margin-bottom: 0px;
  padding-left: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.txt-block .accordion-2 .accordion-thumb h5 {
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.txt-block .accordion-1 .accordion-item.is-active {
  margin-top: 15px;
  margin-bottom: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 249 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  padding-bottom: 19px;
}

.txt-block .accordion-2 .accordion-item.is-active {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:before {
  --tw-content: "\f11b";
  content: var(--tw-content);
}

.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
  --tw-content: "\f111";
  content: var(--tw-content);
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before,
  .txt-block .accordion-2 .accordion-item .accordion-thumb:after {
  position: absolute;
  font-family: Flaticon;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before {
  left: 0px;
  top: 1px;
  font-size: 0.95rem;
  --tw-content: "\f11a";
  content: var(--tw-content);
}

.txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
  right: 0px;
  top: 0.75rem;
  font-size: 0.95rem;
  --tw-content: "\f110";
  content: var(--tw-content);
}

.txt-block .accordion-2 .accordion-panel .simple-list li {
  margin-bottom: 16px;
}

.txt-block .accordion-2 .accordion-panel p,
  .txt-block .accordion-2 .accordion-panel .simple-list li:last-child {
  margin-bottom: 0px;
}

.question p a,
  .accordion-panel p a {
  font-weight: 500;
  text-decoration-line: underline;
}

.question p.color--grey a.color--blue,
  .accordion-panel.color--grey a.color--blue {
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

.faqs-section .accordion-item.acc-last-item,
  #faqs-2.faqs-section .accordion-item.acc-last-item {
  border-bottom-color: none;
}

.faqs-section .accordion-item.is-active .accordion-thumb::after {
  position: absolute;
  right: 3px;
  top: 22px;
  font-family: Flaticon;
  font-size: 1rem;
  font-weight: 300;
  --tw-content: "\f11a";
  content: var(--tw-content);
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 20px;
    content: var(--tw-content);
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 19px;
    content: var(--tw-content);
    font-size: 0.825rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 19px;
    content: var(--tw-content);
    font-size: 0.9rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 0px;
    top: 23px;
    content: var(--tw-content);
    font-size: 0.875rem;
  }
}

.faqs-section .accordion-item.is-active .accordion-thumb:after {
  --tw-content: "\f11b";
  content: var(--tw-content);
}

#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb {
  border-bottom: 1px solid #e5e5e5;
}

#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb::after {
  position: absolute;
  right: 2px;
  top: 26px;
  font-family: Flaticon;
  font-size: 1rem;
  font-weight: 300;
  --tw-content: "\f11b";
  content: var(--tw-content);
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 22px;
    content: var(--tw-content);
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 23px;
    content: var(--tw-content);
    font-size: 0.935rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 23px;
    content: var(--tw-content);
    font-size: 1rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb::after {
    right: 2px;
    top: 22px;
    content: var(--tw-content);
    font-size: 0.9rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 30px;
  }
}

.accordion-item {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.faqs-section .tabs-1 li.current,
.faqs-section .tabs-1 li.current:hover {
  --tw-shadow: 0px 15px 20px 0px rgba(5,5,5,0.2);
  --tw-shadow-colored: 0px 15px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.faqs-section .tab-content.current {
  display: inherit !important;
}

.faqs-section .tabs-1 li.current p,
.faqs-section .tabs-1 li.current span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#faqs-2 .more-questions {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #faqs-2 .more-questions {
    margin-top: 45px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #faqs-2 .more-questions {
    margin-top: 45px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #faqs-2 .more-questions {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #faqs-3 .more-questions.mt--40 {
    margin-top: 20px;
  }
}

#tabs-1 .tab-content.current {
  display: inherit;
}

.tabs-1 li.current,
  .tabs-1 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(43 54 72 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(43 54 72 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--blue-500,
  .tabs-1.tabs--blue-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 90 189 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 90 189 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--blue-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--blue-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(62 177 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(62 177 255 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--green-500,
  .tabs-1.tabs--green-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 78 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 161 78 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--green-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 188 73 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--green-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(111 215 146 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 215 146 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--pink-500,
  .tabs-1.tabs--pink-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 20 156 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 20 156 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--pink-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 71 128 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(247 71 128 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--pink-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 181 204 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(252 181 204 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--purple-500,
  .tabs-1.tabs--purple-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 58 233 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 58 233 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--purple-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(123 93 214 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(123 93 214 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--purple-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 174 234 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(189 174 234 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--red-500,
  .tabs-1.tabs--red-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(218 15 41 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(218 15 41 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--red-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 30 26 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 30 26 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--red-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 163 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 165 163 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--violet-500,
  .tabs-1.tabs--violet-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 62 155 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(199 62 155 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--violet-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 108 190 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 108 190 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--violet-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 189 226 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(226 189 226 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--yellow-500,
  .tabs-1.tabs--yellow-500 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 186 1 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 186 1 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--yellow-400 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 189 69 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 189 69 / var(--tw-text-opacity, 1));
}

.tabs-1.tabs--yellow-300 li.current:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 223 53 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 223 53 / var(--tw-text-opacity, 1));
}

.bottom-border {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.bg--white-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}

.bg--white-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 249 / var(--tw-bg-opacity, 1));
}

.bg--white-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity, 1));
}

.bg--white-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 253 / var(--tw-bg-opacity, 1));
}

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

.bg--black-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 59 / var(--tw-bg-opacity, 1));
}

.bg--black-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 54 72 / var(--tw-bg-opacity, 1));
}

.bg--black-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 68 85 / var(--tw-bg-opacity, 1));
}

.bg--black-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 227 229 / var(--tw-bg-opacity, 1));
}

.bg--black-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 244 / var(--tw-bg-opacity, 1));
}

.bg--blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 90 189 / var(--tw-bg-opacity, 1));
}

.bg--blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
}

.bg--blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 177 255 / var(--tw-bg-opacity, 1));
}

.bg--blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 237 255 / var(--tw-bg-opacity, 1));
}

.bg--blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity, 1));
}

.bg--green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 78 / var(--tw-bg-opacity, 1));
}

.bg--green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 188 73 / var(--tw-bg-opacity, 1));
}

.bg--green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 215 146 / var(--tw-bg-opacity, 1));
}

.bg--green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 242 219 / var(--tw-bg-opacity, 1));
}

.bg--green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 242 / var(--tw-bg-opacity, 1));
}

.bg--pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 20 156 / var(--tw-bg-opacity, 1));
}

.bg--pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 128 / var(--tw-bg-opacity, 1));
}

.bg--pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 181 204 / var(--tw-bg-opacity, 1));
}

.bg--pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 236 / var(--tw-bg-opacity, 1));
}

.bg--pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 242 / var(--tw-bg-opacity, 1));
}

.bg--purple-5000 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 58 233 / var(--tw-bg-opacity, 1));
}

.bg--purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 39 230 / var(--tw-bg-opacity, 1));
}

.bg--purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 93 214 / var(--tw-bg-opacity, 1));
}

.bg--purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 174 234 / var(--tw-bg-opacity, 1));
}

.bg--purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 222 255 / var(--tw-bg-opacity, 1));
}

.bg--purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 255 / var(--tw-bg-opacity, 1));
}

.bg--red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 15 41 / var(--tw-bg-opacity, 1));
}

.bg--red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 30 26 / var(--tw-bg-opacity, 1));
}

.bg--red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 163 / var(--tw-bg-opacity, 1));
}

.bg--red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 209 / var(--tw-bg-opacity, 1));
}

.bg--red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 228 / var(--tw-bg-opacity, 1));
}

.bg--violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 62 155 / var(--tw-bg-opacity, 1));
}

.bg--violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 108 190 / var(--tw-bg-opacity, 1));
}

.bg--violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 226 / var(--tw-bg-opacity, 1));
}

.bg--violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 205 229 / var(--tw-bg-opacity, 1));
}

.bg--violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 228 241 / var(--tw-bg-opacity, 1));
}

.bg--yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 1 / var(--tw-bg-opacity, 1));
}

.bg--yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 69 / var(--tw-bg-opacity, 1));
}

.bg--yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 53 / var(--tw-bg-opacity, 1));
}

.bg--yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 245 205 / var(--tw-bg-opacity, 1));
}

.bg--yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 229 / var(--tw-bg-opacity, 1));
}

.bg--tra-black {
  background-color: rgba(0,0,0,0.04);
}

.bg--tra-white {
  background-color: rgba(255,255,255,0.15);
}

.bg--primary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 253 / var(--tw-bg-opacity, 1));
}

.bg--light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity, 1));
}

.bg--snow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
}

.bg--06 {
  background-image: url("template/bg-06.jpg");
}

.bg--07 {
  background-image: url("template/bg-07.jpg");
}

.bg--08 {
  background-image: url("template/bg-08.jpg");
}

.newsletter-section .form-notification {
  margin-left: 5px;
  margin-top: 15px;
  font-size: 0.9rem !important;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(62 177 255 / var(--tw-text-opacity, 1));
}

.bg--color.newsletter-section .form-notification {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-section .form-notification.valid,
.newsletter-section .form-notification.error {
  --tw-text-opacity: 1;
  color: rgb(252 47 75 / var(--tw-text-opacity, 1));
}

.role-box h6 {
  margin-bottom: 6px;
}

.role-box p {
  margin-bottom: 0px;
}

.role-info hr {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .role-info hr {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .role-info hr {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .role-info hr {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .role-info hr {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.role-info h5 {
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .role-info h5 {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .role-info h5 {
    margin-bottom: 18px;
  }
}

.role-info p a {
  font-weight: 500;
  text-decoration-line: underline;
}

.txt-block.role-info .btn {
  margin-top: 50px;
  display: block;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block.role-info .btn {
    margin-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block.role-info .btn {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .txt-block.role-info .btn {
    margin-top: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block.role-info .btn {
    margin-top: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 14px;
    font-size: 0.825rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .role-box-txt p {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .role-box-txt p {
    margin-bottom: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .role-box-txt p {
    margin-bottom: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .role-box-txt h6 {
    margin-bottom: 5px;
    line-height: 1.4;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .role-box-txt h6 {
    margin-bottom: 5px;
    line-height: 1.4;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #careers-1 .role-box h6 {
    margin-bottom: 4px;
    line-height: 1.4;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #careers-1 .role-box h6 {
    margin-bottom: 6px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px;
    font-size: 0.85rem;
  }

  .role-box-txt h6 {
    margin-bottom: 5px;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 5px;
  }

  .role-box-txt p {
    margin-bottom: 10px;
  }
}

.shape--02.r-24:after {
  border-radius: 24px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block-tra-link.mt--25 {
    margin-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block-tra-link.mt--25 {
    margin-top: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .txt-block-tra-link.mt--25 {
    margin-top: 18px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block-tra-link.mt--25 {
    margin-top: 1rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.3125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.14705rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.1875rem;
  }
}

.txt-block .txt-box h5 {
  margin-bottom: 20px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .txt-box h5 {
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .txt-box h5 {
    margin-bottom: 13.5px;
  }

  ul.simple-list li:not(:last-child) p {
    margin-bottom: 8px;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 5px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 0.5rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #team-2 .team-member-data {
    margin-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #team-2 .team-member-data {
    margin-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #team-2 .team-member-data {
    margin-left: 5px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #team-2 .team-member-data {
    margin-left: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 40px;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .team-section .more-btn.mt--20 {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-section .more-btn.mt--20 {
    margin-top: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #team-1 ul.tm-social {
    right: 5px;
    top: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #team-1 ul.tm-social {
    right: 5px;
    top: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #team-1 ul.tm-social {
    right: 5px;
    top: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #team-1 ul.tm-social {
    right: 10px;
    top: 5px;
  }
}

#tm-2-4,
  #tm-2-7,
  #tm-2-10 {
  margin-right: 14px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #tm-2-4,
  #tm-2-7,
  #tm-2-10 {
    margin-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #tm-2-4,
  #tm-2-7,
  #tm-2-10 {
    margin-right: 10px;
  }
}

.quote p {
  margin-bottom: 12px;
  border-left-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-left-color: rgb(1 149 255 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .quote p {
    margin-top: 15px;
    padding-left: 14px;
    font-size: 1.05rem;
  }
}

.quote-author {
  position: relative;
  top: 16px;
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-author {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-author {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
  }
}

.quote-author h6 {
  margin-bottom: 0px;
}

.quote-author span {
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .quote.pr-15,
  .quote.pr-40,
  .quote.pr-50,
  .quote.pr-60 {
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote.pr-15,
  .quote.pr-40,
  .quote.pr-50,
  .quote.pr-60 {
    padding-right: 0px;
  }
}

.quote-avatar {
  margin: 0 auto;
  display: inline-block;
}

.quote-avatar img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-avatar img {
    height: 54px;
    width: 54px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-avatar img {
    height: 54px;
    width: 54px;
  }
}

.grey-img {
  --tw-grayscale: grayscale(100%);
  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);
}

.img-block.img-block-bkg {
  overflow: hidden;
}

.img-block.img-block-bkg img {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .img-block.img-block-bkg img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-block.img-block-bkg img {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .img-block.img-block-bkg img {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.img-block-txt,
  .img-block-btn {
  margin-top: 60px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .img-block-txt,
  .img-block-btn {
    margin-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .img-block-txt,
  .img-block-btn {
    margin-top: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-block-txt,
  .img-block-btn {
    margin-top: 55px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .img-block-txt,
  .img-block-btn {
    margin-top: 35px;
  }
}

.badge-img-xs .store img {
  max-height: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .badge-img-xs .store img {
    max-height: 2.595rem;
  }
}

.badge-img-sm .store img {
  max-height: 2.625rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .badge-img-sm .store img {
    max-height: 2.72rem;
  }
}

.badge-img-md .store img {
  max-height: 2.875rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .badge-img-md .store img {
    max-height: 2.97rem;
  }
}

.badge-img-lg .store img {
  max-height: 48px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .badge-img-lg .store img {
    max-height: 3.095rem;
  }
}

.box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
  font-size: 2.35rem;
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .comp-table-payment .payment-icons img {
    max-height: 22px;
    width: auto;
    max-width: inherit;
  }

  .comp-table-payment .col {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .comp-table-payment .payment-icons {
    margin-top: 18px;
  }
}

.comp-table .table-responsive tbody td {
  position: relative;
  top: 0px;
  font-size: 1rem;
  line-height: inherit;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.915rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.9215rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.975rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.9rem;
    line-height: 1.25;
  }
}

.comp-table .table-responsive tbody td span {
  position: relative;
  top: 0px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .comp-table .table-responsive tbody td span {
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .comp-table .table-responsive tbody td span {
    top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .comp-table .table-responsive tbody td span {
    top: 2px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .comp-table .table-responsive tbody td span {
    top: 3px;
  }
}

.comp-table .table tbody tr.table-last-tr {
  border-color: transparent;
}

.comp-table .disabled-option {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .comp-table .table-responsive.mb--50 {
    margin-bottom: 30px;
  }
}

.comp-table .table tr td {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #newsletter-2 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-2 .newsletter-overlay {
    padding-left: 18%;
    padding-right: 18%;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-2 .newsletter-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-4 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-4 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 65px;
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 .newsletter-txt {
    margin-top: -10px;
    padding-right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 .newsletter-txt {
    padding-right: 12%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 .lg\:w-6\/12 .newsletter-txt {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 .lg\:w-6\/12 .newsletter-txt {
    padding-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px;
  }
}

table {
  margin-bottom: 16px;
  width: 100%;
  border-collapse: collapse;
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  caption-side: bottom;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form table span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form table span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form table span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

tbody, td, tfoot, th, thead, tr {
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}

.table > :not(caption) > * > * {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .table > :not(caption) > * > * {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .table > :not(caption) > * > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .table > :not(caption) > * > * {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.table>:not(caption)>*>* {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: .5rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  --tw-shadow: inset 0 0 0 9999px initial initial transparent;
  --tw-shadow-colored: inset 0 0 0 9999px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.newsletter-txt h3 {
  margin-bottom: 0px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .newsletter-txt h3 {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2.0625rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-txt h3 {
    margin-bottom: 22px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .newsletter-txt h3 {
    margin-bottom: 25px;
    padding: 0px;
    font-size: 1.75rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #newsletter-4 .newsletter-txt p {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-4 .newsletter-txt p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #newsletter-5 .newsletter-txt p {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-5 .newsletter-txt p {
    margin-top: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #newsletter-2 .newsletter-form {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-2 .newsletter-form {
    margin-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  #newsletter-3 .newsletter-form,
  #newsletter-4 .newsletter-form {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 20px;
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-5 .newsletter-form {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-5.newsletter-section .form-control {
    height: 46px;
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-5.newsletter-section .form-control {
    height: 50px;
    font-size: 0.975rem;
  }
}

.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.newsletter-section .btn {
  display: block;
  height: 56px;
  width: 100%;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .newsletter-section .btn span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .newsletter-section .btn span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .newsletter-section .btn span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-section .btn {
    height: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsletter-section .btn {
    height: 50px;
  }
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-5.newsletter-section .btn {
    height: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-5.newsletter-section .btn {
    height: 54px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 .newsletter-img {
    margin-top: -25px;
    margin-bottom: -25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 .newsletter-img {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-3 .lg\:w-6\/12 .newsletter-img {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-3 .lg\:w-6\/12 .newsletter-img {
    padding-left: 50px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #newsletter-2 .container {
    max-width: 100%;
  }

  #newsletter-2 .newsletter-overlay {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: 0px;
  }

  #newsletter-3 .newsletter-txt p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px;
  }
}

.newsletter-section .text--center .form-notification {
  margin-left: 0px;
}

.newsletter-section .newsletter-form.valid {
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #newsletter-2 .newsletter-overlay {
    padding: 45px;
  }
}

.newsletter-section .purple-focus .form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 99 238 / var(--tw-border-opacity, 1));
}

.bg--snow .contact-form .form-control, .bg--snow .contact-form .form-select {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.contact-form textarea {
  min-height: 220px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .contact-form textarea {
    min-height: 190px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form textarea {
    min-height: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-form textarea {
    min-height: 190px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .contact-form textarea {
    min-height: 170px;
  }
}

.contact-form .error {
  margin-bottom: 10px;
  font-size: 0.85rem !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form .form-btn.mt--15 {
    margin-top: 0px;
  }

  .wsmobileheader {
    height: 80px;
    --tw-shadow: 0 0 2px rgba(50,50,50,0.4);
    --tw-shadow-colored: 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .dark-menu .wsmobileheader, .black-scroll .wsmobileheader {
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
  }
}

.btn--tra-grey, 
  .hover--tra-grey:hover,
  .white-scroll .scroll .hover--tra-grey:hover,
  .black-scroll .scroll .hover--tra-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

.btn--blue-400,
    .hover--blue-400:hover,
    .white-scroll .scroll .hover--blue-400:hover,
    .black-scroll .scroll .hover--blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.white-scroll .scroll .hover--tra-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  border-color: solid;
  --tw-border-opacity: 1;
  border-color: rgb(44 49 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 3px rgba(1,1,1,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .dark-menu
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a,
  .dark-menu
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.halfmenu
    ul.link-list
    > li
    > a,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .black-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a,
  .black-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.halfmenu
    ul.link-list
    > li
    > a {
  background-color: rgba(255,255,255,0);
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .dark-menu
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover,
  .dark-menu
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.halfmenu
    ul.link-list
    > li
    > a:hover,
  .black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .black-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.w-75
    ul.link-list
    > li
    > a:hover,
  .black-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    > li
    > .wsmegamenu.halfmenu
    ul.link-list
    > li
    > a:hover {
  background-color: rgba(255,255,255,.05) !important;
}

.dark-menu .title,
  .black-scroll .scroll .title,
  .dark-menu .icons-menu-txt span,
  .black-scroll .scroll .icons-menu-txt span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#page,
  .hidd {
  overflow: hidden;
}

.rel,
  section,
  .container {
  position: relative;
  z-index: 3;
}

.top-border {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.gr--ghost {
  background-image: linear-gradient(180deg,rgba(247,248,249,0.8) 50%,rgba(247,248,249,0.05) 100%);
}

.gr--snow {
  background-image: linear-gradient(to left,#f3edf7,#f9f6fa);
}

.gr--cotton {
  background-image: linear-gradient(180deg,rgba(223,225,250,0.8) 50%,rgba(223,225,250,0.05) 100%);
}

.gr--ghostwhite {
  background-image: linear-gradient(to left,#e9e9f5,#f4f4f9);
}

.gr--smoke {
  background-image: linear-gradient(180deg,#f8f9fe 0%,#f4f4f9 100%);
}

.gr--whitesmoke {
  background-image: linear-gradient(180deg,rgba(244,244,249,0.8) 50%,rgba(244,244,249,0.05) 100%);
}

.gr--perl {
  background-image: linear-gradient(180deg,rgba(236,234,253,0.8) 50%,rgba(236,234,253,0.05) 100%);
}

.pattern-02 {
  background-image: url("/assets/template/pattern-02-33d688af.png");
}

.pattern-03 {
  background-image: url("/assets/template/pattern-03-29d7b175.png");
}

.pattern-05 {
  background-image: url("template/pattern-05.png");
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.font--inter h1,
  .font--inter h2,
  .font--inter h3,
  .font--inter h4,
  .font--inter h5,
  .font--inter h6 {
  font-family: Inter, sans-serif;
  letter-spacing: -0.5px;
}

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

.store img {
  width: auto;
  max-width: inherit;
}

.color--white,
  .color--white h1,
  .color--white h2,
  .color--white h3,
  .color--white h4,
  .color--white h5,
  .color--white h6,
  .color--white p,
  .color--white a,
  .color--white li,
  .color--white i,
  .color--white span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.color--snow,
  .color--snow h1,
  .color--snow h2,
  .color--snow h3,
  .color--snow h4,
  .color--snow h5,
  .color--snow h6,
  .color--snow p,
  .color--snow a,
  .color--snow li,
  .color--snow i,
  .color--snow span,
  .color--white .color--snow {
  --tw-text-opacity: 1;
  color: rgb(194 195 203 / var(--tw-text-opacity, 1));
}

.color--black,
  .color--black h1,
  .color--black h2,
  .color--black h3,
  .color--black h4,
  .color--black h5,
  .color--black h6,
  .color--black p,
  .color--black a,
  .color--black li,
  .color--black i,
  .color--black span {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.color--coal,
  .color--coal h1,
  .color--coal h2,
  .color--coal h3,
  .color--coal h4,
  .color--coal h5,
  .color--coal h6,
  .color--coal p,
  .color--coal a,
  .color--coal li,
  .color--coal i,
  .color--coal span {
  --tw-text-opacity: 1;
  color: rgb(82 89 93 / var(--tw-text-opacity, 1));
}

.color--grey,
  .color--grey h1,
  .color--grey h2,
  .color--grey h3,
  .color--grey h4,
  .color--grey h5,
  .color--grey h6,
  .color--grey p,
  .color--grey a,
  .color--grey li,
  .color--grey i,
  .color--grey span,
  .color--white .color--grey {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.color--blue-500,
  .color--blue-500 h1,
  .color--blue-500 h2,
  .color--blue-500 h3,
  .color--blue-500 h4,
  .color--blue-500 h5,
  .color--blue-500 h6,
  .color--blue-500 p,
  .color--blue-500 a,
  .color--blue-500 li,
  .color--blue-500 i,
  .color--blue-500 span,
  .color--white .color--blue-500 {
  --tw-text-opacity: 1;
  color: rgb(24 90 189 / var(--tw-text-opacity, 1));
}

.color--blue-400,
  .color--blue-400 h1,
  .color--blue-400 h2,
  .color--blue-400 h3,
  .color--blue-400 h4,
  .color--blue-400 h5,
  .color--blue-400 h6,
  .color--blue-400 p,
  .color--blue-400 a,
  .color--blue-400 li,
  .color--blue-400 i,
  .color--blue-400 span,
  .color--white .color--blue-400 {
  --tw-text-opacity: 1;
  color: rgb(22 128 251 / var(--tw-text-opacity, 1));
}

.color--blue-300,
  .color--blue-300 h1,
  .color--blue-300 h2,
  .color--blue-300 h3,
  .color--blue-300 h4,
  .color--blue-300 h5,
  .color--blue-300 h6,
  .color--blue-300 p,
  .color--blue-300 a,
  .color--blue-300 li,
  .color--blue-300 i,
  .color--blue-300 span,
  .color--white .color--blue-300 {
  --tw-text-opacity: 1;
  color: rgb(62 177 255 / var(--tw-text-opacity, 1));
}

.color--green-500,
  .color--green-500 h1,
  .color--green-500 h2,
  .color--green-500 h3,
  .color--green-500 h4,
  .color--green-500 h5,
  .color--green-500 h6,
  .color--green-500 p,
  .color--green-500 a,
  .color--green-500 li,
  .color--green-500 i,
  .color--green-500 span,
  .color--white .color--green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 161 78 / var(--tw-text-opacity, 1));
}

.color--green-400,
  .color--green-400 h1,
  .color--green-400 h2,
  .color--green-400 h3,
  .color--green-400 h4,
  .color--green-400 h5,
  .color--green-400 h6,
  .color--green-400 p,
  .color--green-400 a,
  .color--green-400 li,
  .color--green-400 i,
  .color--green-400 span,
  .color--white .color--green-400 {
  --tw-text-opacity: 1;
  color: rgb(15 188 73 / var(--tw-text-opacity, 1));
}

.color--green-300,
  .color--green-300 h1,
  .color--green-300 h2,
  .color--green-300 h3,
  .color--green-300 h4,
  .color--green-300 h5,
  .color--green-300 h6,
  .color--green-300 p,
  .color--green-300 a,
  .color--green-300 li,
  .color--green-300 i,
  .color--green-300 span,
  .color--white .color--green-300 {
  --tw-text-opacity: 1;
  color: rgb(111 215 146 / var(--tw-text-opacity, 1));
}

.color--pink-500,
  .color--pink-500 h1,
  .color--pink-500 h2,
  .color--pink-500 h3,
  .color--pink-500 h4,
  .color--pink-500 h5,
  .color--pink-500 h6,
  .color--pink-500 p,
  .color--pink-500 a,
  .color--pink-500 li,
  .color--pink-500 i,
  .color--pink-500 span,
  .color--white .color--pink-500 {
  --tw-text-opacity: 1;
  color: rgb(255 20 156 / var(--tw-text-opacity, 1));
}

.color--pink-400,
  .color--pink-400 h1,
  .color--pink-400 h2,
  .color--pink-400 h3,
  .color--pink-400 h4,
  .color--pink-400 h5,
  .color--pink-400 h6,
  .color--pink-400 p,
  .color--pink-400 a,
  .color--pink-400 li,
  .color--pink-400 i,
  .color--pink-400 span,
  .color--white .color--pink-400 {
  --tw-text-opacity: 1;
  color: rgb(247 71 128 / var(--tw-text-opacity, 1));
}

.color--pink-300,
  .color--pink-300 h1,
  .color--pink-300 h2,
  .color--pink-300 h3,
  .color--pink-300 h4,
  .color--pink-300 h5,
  .color--pink-300 h6,
  .color--pink-300 p,
  .color--pink-300 a,
  .color--pink-300 li,
  .color--pink-300 i,
  .color--pink-300 span,
  .color--white .color--pink-300 {
  --tw-text-opacity: 1;
  color: rgb(252 181 204 / var(--tw-text-opacity, 1));
}

.color--purple-500,
  .color--purple-500 h1,
  .color--purple-500 h2,
  .color--purple-500 h3,
  .color--purple-500 h4,
  .color--purple-500 h5,
  .color--purple-500 h6,
  .color--purple-500 p,
  .color--purple-500 a,
  .color--purple-500 li,
  .color--purple-500 i,
  .color--purple-500 span,
  .color--white .color--purple-500 {
  --tw-text-opacity: 1;
  color: rgb(102 58 233 / var(--tw-text-opacity, 1));
}

.color--purple-400,
  .color--purple-400 h1,
  .color--purple-400 h2,
  .color--purple-400 h3,
  .color--purple-400 h4,
  .color--purple-400 h5,
  .color--purple-400 h6,
  .color--purple-400 p,
  .color--purple-400 a,
  .color--purple-400 li,
  .color--purple-400 i,
  .color--purple-400 span,
  .color--white .color--purple-400 {
  --tw-text-opacity: 1;
  color: rgb(123 93 214 / var(--tw-text-opacity, 1));
}

.color--purple-300,
  .color--purple-300 h1,
  .color--purple-300 h2,
  .color--purple-300 h3,
  .color--purple-300 h4,
  .color--purple-300 h5,
  .color--purple-300 h6,
  .color--purple-300 p,
  .color--purple-300 a,
  .color--purple-300 li,
  .color--purple-300 i,
  .color--purple-300 span,
  .color--white .color--purple-300 {
  --tw-text-opacity: 1;
  color: rgb(189 174 234 / var(--tw-text-opacity, 1));
}

.color--red-500,
  .color--red-500 h1,
  .color--red-500 h2,
  .color--red-500 h3,
  .color--red-500 h4,
  .color--red-500 h5,
  .color--red-500 h6,
  .color--red-500 p,
  .color--red-500 a,
  .color--red-500 li,
  .color--red-500 i,
  .color--red-500 span,
  .color--white .color--red-500 {
  --tw-text-opacity: 1;
  color: rgb(218 15 41 / var(--tw-text-opacity, 1));
}

.color--red-400,
  .color--red-400 h1,
  .color--red-400 h2,
  .color--red-400 h3,
  .color--red-400 h4,
  .color--red-400 h5,
  .color--red-400 h6,
  .color--red-400 p,
  .color--red-400 a,
  .color--red-400 li,
  .color--red-400 i,
  .color--red-400 span,
  .color--white .color--red-400 {
  --tw-text-opacity: 1;
  color: rgb(255 30 26 / var(--tw-text-opacity, 1));
}

.color--red-300,
  .color--red-300 h1,
  .color--red-300 h2,
  .color--red-300 h3,
  .color--red-300 h4,
  .color--red-300 h5,
  .color--red-300 h6,
  .color--red-300 p,
  .color--red-300 a,
  .color--red-300 li,
  .color--red-300 i,
  .color--red-300 span,
  .color--white .color--red-300 {
  --tw-text-opacity: 1;
  color: rgb(255 165 163 / var(--tw-text-opacity, 1));
}

.color--violet-500,
  .color--violet-500 h1,
  .color--violet-500 h2,
  .color--violet-500 h3,
  .color--violet-500 h4,
  .color--violet-500 h5,
  .color--violet-500 h6,
  .color--violet-500 p,
  .color--violet-500 a,
  .color--violet-500 li,
  .color--violet-500 i,
  .color--violet-500 span,
  .color--white .color--violet-500 {
  --tw-text-opacity: 1;
  color: rgb(199 62 155 / var(--tw-text-opacity, 1));
}

.color--violet-400,
  .color--violet-400 h1,
  .color--violet-400 h2,
  .color--violet-400 h3,
  .color--violet-400 h4,
  .color--violet-400 h5,
  .color--violet-400 h6,
  .color--violet-400 p,
  .color--violet-400 a,
  .color--violet-400 li,
  .color--violet-400 i,
  .color--violet-400 span,
  .color--white .color--violet-400 {
  --tw-text-opacity: 1;
  color: rgb(190 108 190 / var(--tw-text-opacity, 1));
}

.color--violet-300,
  .color--violet-300 h1,
  .color--violet-300 h2,
  .color--violet-300 h3,
  .color--violet-300 h4,
  .color--violet-300 h5,
  .color--violet-300 h6,
  .color--violet-300 p,
  .color--violet-300 a,
  .color--violet-300 li,
  .color--violet-300 i,
  .color--violet-300 span,
  .color--white .color--violet-300 {
  --tw-text-opacity: 1;
  color: rgb(226 189 226 / var(--tw-text-opacity, 1));
}

.color--yellow-500,
  .color--yellow-500 h1,
  .color--yellow-500 h2,
  .color--yellow-500 h3,
  .color--yellow-500 h4,
  .color--yellow-500 h5,
  .color--yellow-500 h6,
  .color--yellow-500 p,
  .color--yellow-500 a,
  .color--yellow-500 li,
  .color--yellow-500 i,
  .color--yellow-500 span,
  .color--white .color--yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(255 186 1 / var(--tw-text-opacity, 1));
}

.color--yellow-400,
  .color--yellow-400 h1,
  .color--yellow-400 h2,
  .color--yellow-400 h3,
  .color--yellow-400 h4,
  .color--yellow-400 h5,
  .color--yellow-400 h6,
  .color--yellow-400 p,
  .color--yellow-400 a,
  .color--yellow-400 li,
  .color--yellow-400 i,
  .color--yellow-400 span,
  .color--white .color--yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(255 189 69 / var(--tw-text-opacity, 1));
}

.color--yellow-300,
  .color--yellow-300 h1,
  .color--yellow-300 h2,
  .color--yellow-300 h3,
  .color--yellow-300 h4,
  .color--yellow-300 h5,
  .color--yellow-300 h6,
  .color--yellow-300 p,
  .color--yellow-300 a,
  .color--yellow-300 li,
  .color--yellow-300 i,
  .color--yellow-300 span,
  .color--white .color--yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(255 223 53 / var(--tw-text-opacity, 1));
}

#loading {
  position: fixed;
  top: 0px;
  z-index: 99999999;
  margin-top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 249 / var(--tw-bg-opacity, 1));
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form #loading span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form #loading span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form #loading span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.loading--blue .loader {
  border-color: transparent #1680fb;
}

.loading--blue .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(22,128,251,0.15);
}

.loading--green .loader {
  border-color: transparent #0fbc49;
}

.loading--green .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(14,188,73,0.15);
}

.loading--pink .loader {
  border-color: transparent #f74780;
}

.loading--pink .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(247,71,128,0.15);
}

.loading--purple .loader {
  border-color: transparent #7b5dd6;
}

.loading--purple .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(123,93,214,0.15);
}

.loading--red .loader {
  border-color: transparent #ff1e1a;
}

.loading--red .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(255,30,26,0.15);
}

.loading--violet .loader {
  border-color: transparent #c73e9b;
}

.loading--violet .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(1900,108,190,0.15);
}

.loading--yellow .loader {
  border-color: transparent #ffba01;
}

.loading--yellow .loader::after {
  content: var(--tw-content);
  border-color: transparent rgba(255,186,1,0.15);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.clearfix::after {
  clear: both;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

#header.hiddden-header {
  display: none;
}

.hidden-nav .wsmainfull {
  margin-top: -140px;
  --tw-shadow: 0 2px 3px rgba(96,96,96,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: all 400ms ease-in-out;
}

span.sm-info {
  position: relative;
  margin-left: 5px;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 100%;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) and (max-width: 767.98px) {
  span.sm-info {
    top: -1px;
    margin-left: 0.5rem;
    height: 22px;
    width: 22px;
    font-size: 0.8rem;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  span.sm-info {
    top: -1px;
    height: 22px;
    width: 22px;
    font-size: 0.95rem;
    line-height: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  span.sm-info {
    margin-left: 5px;
    height: 18px;
    width: 18px;
    font-size: 0.725rem;
    line-height: 17px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  span.sm-info {
    top: -1px;
    margin-left: 0.5rem;
    height: 22px;
    width: 22px;
    font-size: 0.8rem;
    line-height: 20px;
  }
}

.nav-blue-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(24 90 189 / var(--tw-bg-opacity, 1));
}

.nav-blue-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
}

.nav-blue-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(62 177 255 / var(--tw-bg-opacity, 1));
}

.nav-green-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 78 / var(--tw-bg-opacity, 1));
}

.nav-green-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(15 188 73 / var(--tw-bg-opacity, 1));
}

.nav-green-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(111 215 146 / var(--tw-bg-opacity, 1));
}

.nav-pink-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 20 156 / var(--tw-bg-opacity, 1));
}

.nav-pink-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 128 / var(--tw-bg-opacity, 1));
}

.nav-pink-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(252 181 204 / var(--tw-bg-opacity, 1));
}

.nav-purple-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(102 58 233 / var(--tw-bg-opacity, 1));
}

.nav-purple-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(123 93 214 / var(--tw-bg-opacity, 1));
}

.nav-purple-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(189 174 234 / var(--tw-bg-opacity, 1));
}

.nav-red-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(218 15 41 / var(--tw-bg-opacity, 1));
}

.nav-red-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 30 26 / var(--tw-bg-opacity, 1));
}

.nav-red-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 163 / var(--tw-bg-opacity, 1));
}

.nav-violet-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(199 62 155 / var(--tw-bg-opacity, 1));
}

.nav-violet-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(190 108 190 / var(--tw-bg-opacity, 1));
}

.nav-violet-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 226 / var(--tw-bg-opacity, 1));
}

.nav-yellow-500 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 1 / var(--tw-bg-opacity, 1));
}

.nav-yellow-400 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 69 / var(--tw-bg-opacity, 1));
}

.nav-yellow-300 .sm-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 53 / var(--tw-bg-opacity, 1));
}

.store.header-store img {
  max-height: 44px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .store.header-store img {
    max-height: 46px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .store.header-store img {
    max-height: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .store.header-store img {
    max-height: 40px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .store.header-store img {
    max-height: 45px;
  }
}

.header-socials {
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.header-socials span {
  float: left;
  clear: none;
  margin: 0px;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.header-socials a {
  margin-left: 18px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-socials a {
    margin-left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-socials a {
    margin-left: 1rem;
  }
}

.navbar-light .header-socials a {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}

.navbar-light .header-socials a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .header-socials.ico-25 [class*="flaticon-"]:after {
    line-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.65rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .header-socials.ico-25 [class*="flaticon-"]:after {
    line-height: 52px;
  }
}

.hidden-nav .wsmainfull.scroll {
  margin-top: 0px;
}

.white-scroll .scroll .btn--tra-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

.btn--tra-white,
      .hover--tra-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.black-scroll .scroll .btn--tra-black {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.request-form-msg {
  margin-top: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .request-form-msg span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .request-form-msg span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .request-form-msg span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.request-form-msg .loading {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 178 228 / var(--tw-text-opacity, 1));
}

.request-form .error {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}

#a4-1 {
  position: relative;
  margin-top: -30px;
  padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #a4-1 {
    margin-top: -30px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #a4-1 {
    margin-top: -30px;
    padding-right: 20px;
  }
}

#a4-2 {
  position: relative;
  margin-bottom: -30px;
  padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #a4-2 {
    margin-bottom: -30px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #a4-2 {
    margin-bottom: -30px;
    padding-left: 20px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #a4-2 {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 35px;
    margin-bottom: 0px;
  }
}

.rows-2 .fb-1,
    .rows-2 .fb-2,
    .rows-2 .fb-3 {
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rows-2 .fb-1,
    .rows-2 .fb-2,
    .rows-2 .fb-3 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .rows-2 .fb-1,
    .rows-2 .fb-2,
    .rows-2 .fb-3 {
    margin-bottom: 40px;
  }
}

#cb-6-1,
    #cb-6-2 {
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #cb-6-1,
    #cb-6-2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #cb-6-1,
    #cb-6-2,
    #cb-6-3 {
    margin-bottom: 24px;
  }

  .hero-section .text--center .advantages {
    margin-top: 18px;
  }
}

.advantages-links-divider {
  position: relative;
  top: 0.5px;
  --tw-rotate: -90deg;
  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));
}

.white--color .advantages li p a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.compatibility {
  margin-top: 15px;
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .compatibility {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .compatibility {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .compatibility {
    margin-top: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .compatibility {
    margin-top: 5px;
  }
}

.compatibility span {
  position: relative;
  top: -1.5px;
  right: 2px;
}

.tools-list,
    .payment-methods {
  margin-top: 25px;
}

.tools-list p,
    .payment-methods p {
  margin-bottom: 12px;
  font-weight: 400;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .tools-list p,
    .payment-methods p {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tools-list p,
    .payment-methods p {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tools-list p,
    .payment-methods p {
    margin-bottom: 10px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .tools-list p,
    .payment-methods p {
    margin-bottom: 12px;
  }
}

#rw-3-2 {
  margin-bottom: 45px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #rw-3-2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #rw-3-2 {
    margin-bottom: 25px;
  }
}

#rw-3-2,
    #rw-3-3 {
  margin-left: 15px;
}

#rw-4-1,
    #rw-5-1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #rw-3-2,
    #rw-3-3 {
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #rw-3-2,
    #rw-3-3 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #rw-4-1,
    #rw-5-1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #rw-4-1,
    #rw-5-1 {
    margin-bottom: 25px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.owl-dots button:focus {
  text-decoration-line: none;
  outline: none;
}

.hero-section .owl-dots, .brands-section .owl-dots {
  display: none;
}

#pt-4-1 {
  margin-left: 50px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #pt-4-1 {
    margin-left: 35px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #pt-4-1 {
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

#pt-4-2 {
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #pt-4-2 {
    margin-left: 10px;
    margin-right: 35px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #pt-4-2 {
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.pt--btn {
  margin-top: 25px;
  display: block;
  width: 100%;
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .pt--btn span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .pt--btn span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .pt--btn span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

.toggle-btn.inn-toggle-btn {
  position: absolute;
}

.toggle-btn-lg .toggler-txt {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2.5rem;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .toggle-btn-lg .toggler-txt {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .toggle-btn-lg .toggler-txt {
    font-size: 1.1rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem;
  }
}

.btn.ico-left span {
  margin-right: 5px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.ico-left span {
    margin-right: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.ico-left span {
    margin-right: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.ico-left span {
    margin-right: 2px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn.ico-left span {
    margin-right: 3px;
  }
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.blue-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.green-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 188 73 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 188 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pink-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(247 71 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.purple-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(123 93 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(123 93 214 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.red-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 30 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 30 26 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.violet-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(190 108 190 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(190 108 190 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.yellow-pagination .page-item.active .page-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 186 1 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 1 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.page-item.disabled .page-link {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
  border: 2px solid transparent;
}

#signup .register-page-txt {
  padding: 70px 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #signup .register-page-txt {
    padding: 50px 30px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #signup .register-page-txt {
    padding: 60px 45px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #signup .form-data span {
    font-size: 0.9rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #signup .form-data span {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .reset-page-wrapper .form-data span {
    font-size: 1rem;
  }
}

/* #signup .register-page-form .btn.submit {
      @apply lg:h-[54px] lg:mb-[20px] md:h-[50px] md:mb-[20px] sm:h-[54px] sm:text-[1.0625rem] xsm:h-[54px] xsm:text-[1.0625rem]
    } */

.login-1 .form-control,
    .signup-1 .form-control {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-show-pass.ico-20 [class^="flaticon-"]:before,
      .btn-show-pass.ico-20 [class^="flaticon-"]:after {
  font-size: 1.125rem;
  line-height: 1 !important;
}

.btn-show-pass.active {
  --tw-text-opacity: 1;
  color: rgb(106 125 254 / var(--tw-text-opacity, 1));
}

#stlChanger.open {
  right: 0px;
}

#stlChanger .chBody.chBody-sm {
  height: 360px;
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before, #stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
  line-height: 48px !important;
}

.t-title {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.t-title.btn-s-title {
  margin: 0px;
}

.t-title h6 {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* 
            =======================================
            ==================== Responsive here akhantheke suru ===================
            =======================================
            */

@media (min-width: 480px) and (max-width: 767.98px) {
  #careers-1 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #careers-1 {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  #careers-1 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mb--55 {
    margin-bottom: 35px;
  }

  .headtoppart {
    display: none;
  }

  .wsmobileheader {
    height: 80px;
    --tw-shadow: 0 0 2px rgba(50,50,50,0.4);
    --tw-shadow-colored: 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 1.75rem;
    margin-top: 24px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    padding-right: 22px;
  }

  .wsanimated-arrow span:before {
    top: -0.5rem;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -0.5rem;
    width: 1.25rem;
  }

  .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow.active span:after {
    top: 0px;
    width: 1.75rem;
  }

  .wsactive .wsanimated-arrow span:after {
    top: 0px;
    width: 1.75rem;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .white-scroll .btn--tra-black {
    --tw-border-opacity: 1;
    border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(53 63 79 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .black-scroll .btn--tra-white,
    .black-scroll .btn--tra-black {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  }
}

.btn--tra-black, .hover--tra-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .white-scroll .btn--tra-grey,
    .black-scroll .btn--tra-grey {
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--tra-white:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--blue:hover,
    .black-scroll .hover--blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 122 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--tra-blue:hover,
    .black-scroll .hover--tra-blue:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 122 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--violet:hover,
    .black-scroll .hover--violet:hover {
    --tw-border-opacity: 1;
    border-color: rgb(181 94 152 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(181 94 152 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--tra-violet:hover,
    .black-scroll .hover--tra-violet:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(181 94 152 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(181 94 152 / var(--tw-text-opacity, 1));
  }

  .pt--btn {
    margin-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0.785rem;
    padding-bottom: 0.785rem;
    font-size: 0.95rem;
  }

  .table-responsive.mb--50 {
    margin-bottom: 30px;
  }

  #bp-1-3 {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .wsactive .wsmobileheader {
    margin-right: 345px;
  }

  .overlapblackbg {
    width: calc(100% - 345px);
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    padding-right: 30px;
  }

  .table-responsive.mb--50 {
    margin-bottom: 35px;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .division {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wsactive .wsmobileheader {
    margin-right: 325px;
  }

  .overlapblackbg {
    width: calc(100% - 325px);
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 1rem;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    padding-right: 30px;
  }

  #fb-12-1,
    #fb-13-1 {
    margin-top: 65px;
  }

  .content-section.ws-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .tools-list span {
    padding-right: 1px;
  }

  #rb-2-1,
    #rb-2-2 {
    margin-bottom: 25px;
  }

  .table-responsive.mb--50 {
    margin-bottom: 30px;
  }

  .pbox {
    padding: 0px;
  }
}

/* container */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
}

@media (min-width: 390px) and (max-width: 413.98px) {
  #contacts-1 .contact-form .container span,#contacts-1 .contact-form  .container-fluid span,#contacts-1 .contact-form  .container-lg span,#contacts-1 .contact-form  .container-md span,#contacts-1 .contact-form  .container-sm span,#contacts-1 .contact-form  .container-xl span,#contacts-1 .contact-form  .container-xxl span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  #contacts-1 .contact-form .container span,#contacts-1 .contact-form  .container-fluid span,#contacts-1 .contact-form  .container-lg span,#contacts-1 .contact-form  .container-md span,#contacts-1 .contact-form  .container-sm span,#contacts-1 .contact-form  .container-xl span,#contacts-1 .contact-form  .container-xxl span {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 320.98px) {
  #contacts-1 .contact-form .container span,#contacts-1 .contact-form  .container-fluid span,#contacts-1 .contact-form  .container-lg span,#contacts-1 .contact-form  .container-md span,#contacts-1 .contact-form  .container-sm span,#contacts-1 .contact-form  .container-xl span,#contacts-1 .contact-form  .container-xxl span {
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .fbox-2 .fbox-txt p {
    padding: 0 6%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .integrations-1-wrapper .in_tool.mb--30 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .integrations-1-wrapper .in_tool.mb--30 {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
    31. DARK MODE
    ========================================================================== */

body.theme--dark,
    .theme--dark .bg--white-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 52 / var(--tw-bg-opacity, 1));
}

body.theme--dark {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.dark-theme-img {
  position: absolute;
  display: none;
}

.theme--dark .dark-theme-img {
  position: relative;
  display: inline-block;
}

.theme--dark .owl-carousel .owl-item img.light-theme-img {
  position: absolute;
  display: none;
}

.theme--dark .owl-carousel .owl-item img.dark-theme-img {
  display: block;
}

.theme--dark .light-theme-img {
  display: none;
}

.theme--dark .block-shadow {
  --tw-shadow: 0 4px 12px 0 rgba(0,0,0,0.13);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme--dark .block-border {
  border: 1px solid #e7e7e7;
}

.theme--dark .block-border.block-shadow {
  border: 1px solid #f5f6f6;
}

.theme--dark .x-border {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(29 33 44 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(29 33 44 / var(--tw-border-opacity, 1));
}

.theme--dark .top-border {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(29 33 44 / var(--tw-border-opacity, 1));
}

.theme--dark .bottom-border {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 33 44 / var(--tw-border-opacity, 1));
}

.theme--dark .bg--white-300,
    .theme--dark .bg--white-400,
    .theme--dark .bg--purple-100,
    .theme--dark .shape--purple-100:after,
    .theme--dark .shape--white-500:after,
    .theme--dark .shape--white-400:after,
    .theme--dark .shape--white-300:after,
    .theme--dark .shape--white-200:after {
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1));
}

.theme--dark .bg--02,
    .theme--dark .bg--04,
    .theme--dark .gr--smoke,
    .theme--dark .gr--ghost,
    .theme--dark .shape--whitesmoke:after {
  background-image: linear-gradient(180deg,rgba(29,33,44,0.8) 50%,rgba(29,33,44,0.55) 100%);
}

.theme--dark .gr--whitesmoke,
    .theme--dark .shape--gr-whitesmoke:after {
  background-image: linear-gradient(180deg,rgba(29,33,44,0.8) 50%,rgba(29,33,44,0.05) 100%);
}

/*------------------------------------------*/

/*  SECTION DIVIDER
      /*------------------------------------------*/

.theme--dark hr.divider.divider-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(90deg,rgba(206,211,246,0) 0,#dedede 38%,#dedede 64%,rgba(206,211,246,0) 99%);
  opacity: 1;
}

.theme--dark hr.divider,
    .theme--dark .footer hr {
  background-image: linear-gradient(90deg,rgba(122,125,147,0) 0,#7a7d93 38%,#7a7d93 64%,rgba(122,125,147,0) 99%);
}

/*------------------------------------------*/

/*  TYPOGRAPHY
      /*------------------------------------------*/

.theme--dark h1,
    .theme--dark h2,
    .theme--dark h3,
    .theme--dark h4,
    .theme--dark h5,
    .theme--dark h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark a {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark a:hover,
    .theme--dark a.tra-link:hover span {
  --tw-text-opacity: 1 !important;
  color: rgb(247 248 249 / var(--tw-text-opacity, 1)) !important;
}

/*------------------------------------------*/

/*  BUTTONS
      /*------------------------------------------*/

.theme--dark .btn--tra-black,
    .theme--dark .hover--tra-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(177 183 205 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1)) !important;
}

.theme--dark .navbar-dark .hover--tra-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.theme--dark .white-scroll .hover--tra-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--white,
    .theme--dark .hover--white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--tra-white,
    .theme--dark .hover--tra-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}

.theme--dark .white-scroll .scroll .hover--tra-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--tra-grey,
    .theme--dark .hover--tra-grey:hover,
    .theme--dark .white-scroll .scroll .hover--tra-grey:hover,
    .theme--dark .black-scroll .scroll .hover--tra-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(177 183 205 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--blue-500,
    .theme--dark .hover--blue-500:hover,
    .theme--dark .white-scroll .scroll .hover--blue-500:hover,
    .theme--dark .black-scroll .scroll .hover--blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 90 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(24 90 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--blue-400,
    .theme--dark .hover--blue-400:hover,
    .theme--dark .white-scroll .scroll .hover--blue-400:hover,
    .theme--dark .black-scroll .scroll .hover--blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--blue-300,
    .theme--dark .hover--blue-300:hover,
    .theme--dark .white-scroll .scroll .hover--blue-300:hover,
    .theme--dark .black-scroll .scroll .hover--blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(62 177 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(62 177 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--pink-500,
    .theme--dark .hover--pink-500:hover,
    .theme--dark .white-scroll .scroll .hover--pink-500:hover,
    .theme--dark .black-scroll .scroll .hover--pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 20 156 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 20 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--pink-400,
    .theme--dark .hover--pink-400:hover,
    .white-scroll .scroll .hover--pink-400:hover,
    .black-scroll .scroll .hover--pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 71 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 71 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--pink-300,
    .theme--dark .hover--pink-300:hover,
    .theme--dark .white-scroll .scroll .hover--pink-300:hover,
    .theme--dark .black-scroll .scroll .hover--pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 181 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 181 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--purple-500,
    .theme--dark .hover--purple-500:hover,
    .theme--dark .white-scroll .scroll .hover--purple-500:hover,
    .theme--dark .black-scroll .scroll .hover--purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 58 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(102 58 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--purple-400,
    .theme--dark .hover--purple-400:hover,
    .theme--dark .white-scroll .scroll .hover--purple-400:hover,
    .theme--dark .black-scroll .scroll .hover--purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(123 93 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(123 93 214 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--purple-300,
    .theme--dark .hover--purple-300:hover,
    .theme--dark .white-scroll .scroll .hover--purple-300:hover,
    .theme--dark .black-scroll .scroll .hover--purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 174 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(189 174 234 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--violet-500,
    .theme--dark .hover--violet-500:hover,
    .theme--dark .white-scroll .scroll .hover--violet-500:hover,
    .theme--dark .black-scroll .scroll .hover--violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 62 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 62 155 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--violet-400,
    .theme--dark .hover--violet-400:hover,
    .theme--dark .white-scroll .scroll .hover--violet-400:hover,
    .theme--dark .black-scroll .scroll .hover--violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 108 190 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(190 108 190 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .btn--violet-300,
    .theme--dark .hover--violet-300:hover,
    .theme--dark .white-scroll .scroll .hover--violet-300:hover,
    .theme--dark .black-scroll .scroll .hover--violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 189 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .section-id {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.theme--dark .color--black,
    .theme--dark .color--black h2,
    .theme--dark .color--black h3,
    .theme--dark .color--black h4,
    .theme--dark .color--black h5,
    .theme--dark .color--black h6,
    .theme--dark .color--black p,
    .theme--dark .color--black a,
    .theme--dark .color--black li,
    .theme--dark .color--black i,
    .theme--dark .color--black span,
    .theme--dar .color--white .color--black {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .color--grey,
    .theme--dark .color--grey h2,
    .theme--dark .color--grey h3,
    .theme--dark .color--grey h4,
    .theme--dark .color--grey h5,
    .theme--dark .color--grey h6,
    .theme--dark .color--grey p,
    .theme--dark .color--grey a,
    .theme--dark .color--grey li,
    .theme--dark .color--grey i,
    .theme--dark .color--grey span,
    .theme--dark .color--white .color--grey {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*   NAVIGATION MENU
      /*------------------------------------------*/

.theme--dark .dark-menu .wsmainfull,
    .theme--dark .white-menu .wsmainfull {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 2px 3px rgba(1,1,1,0.1) !important;
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/*------------------------------------------*/

/*  HEADER LINK
      /*------------------------------------------*/

.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
    .theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a,
    .theme--dark .navbar-dark.light-hero-header .wsmenu > .wsmenu-list > li > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .navbar-light .wsmenu-list > li > a.h-link:hover,
    .theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a:hover,
    .theme--dark
      .navbar-dark.inner-page-header
      .wsmenu
      > .wsmenu-list
      > li
      > a:hover,
    .theme--dark
      .navbar-dark.light-hero-header
      .wsmenu
      > .wsmenu-list
      > li
      > a:hover {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a.btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  HEADER SUBMENU / MEGAMENU
      /*------------------------------------------*/

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  border-color: solid;
  --tw-border-opacity: 1;
  border-color: rgb(44 49 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 3px rgba(1,1,1,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu:before,
    .theme--dark .wsmenu > .wsmenu-list > li.mg_link:hover > a:after,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before {
  border-left-color: solid;
  border-left-color: rgb(44 49 66 / var(--tw-border-opacity, 1));
  border-top-color: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(44 49 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1));
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
    .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(0,0,0,0.12) !important;
}

.theme--dark .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
    .theme--dark
      .scroll
      .wsmenu
      > .wsmenu-list
      > li
      > .wsmegamenu.w-75
      ul.link-list
      > li
      > a,
    .theme--dark
      .scroll
      .wsmenu
      > .wsmenu-list
      > li
      > .wsmegamenu.halfmenu
      ul.link-list
      > li
      > a {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  NAVBAR SCROLL
      /*------------------------------------------*/

.theme--dark .tra-menu .wsmainfull.scroll,
    .theme--dark .white-menu .wsmainfull.scroll,
    .theme--dark .dark-menu.dark-scroll .wsmainfull.scroll {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1)) !important;
  padding: 0px !important;
  --tw-shadow: 0 2px 3px rgba(1,1,1,0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme--dark .tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li > a,
    .theme--dark .tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > a,
    .theme--dark
      .tra-menu.navbar-dark.white-scroll
      .scroll
      .wsmenu
      > .wsmenu-list
      > li
      > a.h-link,
    .theme--dark
      .tra-menu.navbar-light.white-scroll
      .scroll
      .wsmenu
      > .wsmenu-list
      > li
      > a.h-link {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark
      .navbar-light.white-scroll
      .scroll
      .wsmenu-list
      > li
      > a.h-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .navbar-light .scroll .btn.btn--tra-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/*------------------------------------------*/

/*  Logo Image
      /*------------------------------------------*/

.theme--dark .navbar-dark .logo-black,
    .theme--dark .navbar-dark .scroll .logo-black {
  display: none;
}

.theme--dark .navbar-dark .logo-white,
    .theme--dark .navbar-dark .scroll .logo-white {
  display: block;
}

.theme--dark .navbar-dark .logo-black {
  display: block;
}

.theme--dark .navbar-dark .logo-white {
  display: none;
}

.theme--dark .navbar-dark .scroll .logo-white {
  display: block;
}

/*------------------------------------------*/

/*  HERO SECTION
      /*------------------------------------------*/

.theme--dark .hero-section .color--black,
    .theme--dark .hero-section .color--black h2,
    .theme--dark .hero-section .color--black h3,
    .theme--dark .hero-section .color--black h4,
    .theme--dark .hero-section .color--black h5,
    .theme--dark .hero-section .color--black h6,
    .theme--dark .hero-section .color--black p,
    .theme--dark .hero-section .color--black a,
    .theme--dark .hero-section .color--black li,
    .theme--dark .hero-section .color--black i,
    .theme--dark .hero-section .color--black span,
    .theme--dark .hero-section .color--white .color--black {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section p {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .color--white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section.gr--whitesmoke p {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .section-id.color--grey {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-5-txt p,
    .theme--dark .hero-6-txt p,
    .theme--dark .hero-10-txt p,
    .theme--dark .hero-15-txt p,
    .theme--dark .hero-16-txt p,
    .theme--dark .hero-17-txt p,
    .theme--dark .hero-18-txt p,
    .theme--dark .hero-19-txt p,
    .theme--dark .hero-20-txt p,
    .theme--dark .hero-21-txt p,
    .theme--dark .hero-23-txt p,
    .theme--dark .hero-25-txt p {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .quick-form .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .quick-form .form-control:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(80 92 119 / var(--tw-bg-opacity, 1));
}

.theme--dark #hero-14.hero-section .quick-form .form-control,
    .theme--dark #hero-24.hero-section .quick-form .form-control,
    .theme--dark #hero-26.hero-section .quick-form .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .quick-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .quick-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-14.hero-section .quick-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-14.hero-section .quick-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-24.hero-section .quick-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-24.hero-section .quick-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-26.hero-section .quick-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-26.hero-section .quick-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-14.hero-section .quick-form .form-control:focus,
    .theme--dark #hero-24.hero-section .quick-form .form-control:focus,
    .theme--dark #hero-26.hero-section .quick-form .form-control:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.theme--dark .hero-section .request-form .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .request-form .form-control:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(80 92 119 / var(--tw-bg-opacity, 1));
}

.theme--dark .hero-section .request-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-section .request-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-3:after,
    .theme--dark #hero-4:after {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 52 / var(--tw-bg-opacity, 1));
}

.theme--dark .hero-4-txt h2 {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.theme--dark .hero-4-txt .btn.btn--tra-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 63 79 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

.theme--dark #hero-5 {
  background-image: url("/assets/template/hero-5-dark-4b3b3abf.jpg");
}

.theme--dark .hero-6-wrapper {
  background-image: linear-gradient(90deg,#1d212c,#1d212c);
}

.theme--dark #hero-8-form {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 34 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
}

.theme--dark #hero-8-form p {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-5 .wave-shape-bottom svg path,
    .theme--dark #hero-8 .wave-shape-bottom svg path,
    .theme--dark #hero-14 .wave-shape-bottom svg path,
    .theme--dark #hero-16 .wave-shape-bottom svg path,
    .theme--dark #hero-22 .wave-shape-bottom svg path,
    .theme--dark #hero-23 .wave-shape-bottom svg path,
    .theme--dark #hero-26 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark #hero-10 {
  background-image: url("/assets/template/hero-10-dark-4b3b3abf.jpg");
}

.theme--dark #hero-15 {
  background-image: url("/assets/template/hero-15-dark-03e4b8dd.jpg");
}

.theme--dark #hero-16 {
  background-image: url("/assets/template/hero-16-dark-4b3b3abf.jpg");
}

.theme--dark #hero-17 {
  background-image: url("/assets/template/hero-17-dark-c679bf52.jpg");
}

.theme--dark #hero-18:after {
  background-image: url("/assets/template/hero-18-dark-b607d8e4.jpg");
}

.theme--dark #hero-20:after {
  background-image: linear-gradient(180deg,#1d212c,#232734);
}

.theme--dark #hero-21 .hero-overlay {
  background-image: url("/assets/template/hero-21-dark-b607d8e4.jpg");
}

.theme--dark #hero-23 {
  background-image: url("/assets/template/hero-23-dark-4b3b3abf.jpg");
}

.theme--dark .hero-23-txt p span.color--black {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark #hero-25 {
  background-image: url("/assets/template/hero-25-dark-4b3b3abf.jpg");
}

.theme--dark #hero-27 .hero-overlay {
  background-image: url("/assets/template/hero-27-dark-d1062d10.png");
}

/*------------------------------------------*/

/*  FEATURES
      /*------------------------------------------*/

.theme--dark .features-section path {
  opacity: 0.05;
}

.theme--dark #reviews-2 .review-2.bg--white-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1));
}

.theme--dark .owl-theme .owl-dots .owl-dot span {
  background: #1d212c;
}

.theme--dark .owl-theme .owl-dots .owl-dot.active span {
  background: #b1b7cd;
}

.theme--dark .review-3.block-border {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 84 / var(--tw-border-opacity, 1));
}

/*------------------------------------------*/

/*  PROJECT DETAILS
      /*------------------------------------------*/

.theme--dark .project-data p span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .pricing-discount h6 {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.theme--dark .table > :not(caption) > * > * {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .comp-table .table thead th {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 84 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .comp-table tbody th {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 63 84 / var(--tw-border-opacity, 1));
}

.theme--dark .comp-table .table tr td {
  border-bottom: 1px solid #363f54;
}

/*------------------------------------------*/

/*  INTEGRATIONS
      /*------------------------------------------*/

.theme--dark .integrations-1-wrapper .in_tool {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 33 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1));
}

/*------------------------------------------*/

/*  PRICING
      /*------------------------------------------*/

/*------------------------------------------*/

/*  BANNER
      /*------------------------------------------*/

.theme--dark .banner-16-wrapper.bg--white-100.block-border {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 84 / var(--tw-border-opacity, 1));
}

/*------------------------------------------*/

/*  DOWNLOAD
      /*------------------------------------------*/

.theme--dark .release-data {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 101 101 / var(--tw-border-opacity, 1));
}

.theme--dark span.version-data,
    .theme--dark span.release-date span {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}

.theme--dark span.release-date {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  FAQs
      /*------------------------------------------*/

.theme--dark .faqs-section .accordion-item,
    .theme--dark #faqs-2.faqs-section .accordion-item,
    .theme--dark #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 63 84 / var(--tw-border-opacity, 1));
}

.theme--dark .faqs-section .tabs-1 li {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(54 63 84 / var(--tw-border-opacity, 1));
}

.theme--dark .faqs-section .tabs-1 li span,
    .theme--dark .faqs-section .tabs-1 li {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .faqs-section .accordion-item .accordion-thumb:after,
    .theme--dark .faqs-section .accordion-item.is-active .accordion-thumb:after {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  NEWSLETTER
      /*------------------------------------------*/

/*------------------------------------------*/

/*  BLOG
      /*------------------------------------------*/

.theme--dark .post-meta-list p,
    .theme--dark .blog-post-txt a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .blog-post-txt a:hover {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  SINGLE POST
      /*------------------------------------------*/

.theme--dark .txt-code {
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1));
}

.theme--dark .txt-code kbd {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
}

.theme--dark .txt-code p {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .comment-form p,
    .theme--dark .blockquote-footer,
    .theme--dark .txt-code span.code-property,
    .theme--dark .txt-code p code.code-language-js {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .comment-form .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}

.theme--dark .comment-form .form-control:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(80 92 119 / var(--tw-bg-opacity, 1));
}

.theme--dark .comment-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .comment-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  CONTACTS
      /*------------------------------------------*/

.theme--dark .contact-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .contact-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  FOOTER
      /*------------------------------------------*/

.theme--dark .footer-logo {
  display: none;
}

.theme--dark .footer-form .newsletter-form .btn.dark-color span {
  --tw-text-opacity: 1;
  color: rgb(47 53 62 / var(--tw-text-opacity, 1));
}

.theme--dark .footer-form .newsletter-form .input-group {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(80 92 119 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 60 / var(--tw-bg-opacity, 1));
}

.theme--dark .footer-form .form-control {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .footer-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .footer-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .legal-info p span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  INNER PAGE
      /*------------------------------------------*/

.theme--dark .page-hero-section .wave-shape-bottom path {
  fill: #232734;
}

/*------------------------------------------*/

/*  MODAL
      /*------------------------------------------*/

.theme--dark #modal-2 .modal-body-content h5,
    .theme--dark #modal-3 .modal-body-content h3 {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  PAGE 404
      /*------------------------------------------*/

.theme--dark #page-404.bg--white-300,
    .theme--dark #footer-11.bg--white-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity, 1));
}

.theme--dark #page-404 .color--dark {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.theme--dark #page-404 h6.color--grey,
    .theme--dark #footer-11.bg--white-300,
    .theme--dark #footer-11.bg--white-300 .bottom-footer-list p a {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

/*------------------------------------------*/

/*  LOGIN
      /*------------------------------------------*/

.theme--dark #login,
    .theme--dark #signup {
  background-image: url("/assets/template/login_dark-1026d2f8.jpg");
  background-position: initial;
}

#login .register-page-wrapper {
  background-image: url("/assets/template/login-wrapper-9e742aa4.jpg");
  background-position: left top;
}

#login .register-page-wrapper::after {
  content: var(--tw-content);
  left: 50%;
}

#login .register-page-wrapper:after,
    #signup .register-page-wrapper:after {
  position: absolute;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.theme--dark #login .register-page-wrapper:after,
    .theme--dark #signup .register-page-wrapper:after {
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1));
}

.theme--dark .reset-password-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .reset-password-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .register-page-form .btn-google {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1)) !important;
  border: 1px solid #363f54 !important;
}

.theme--dark .register-page-form .btn-google:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.theme--dark .separator-line::before {
  content: var(--tw-content);
  border-top: 2px solid rgba(255,255,255,.15);
}

.theme--dark .separator-line::after {
  content: var(--tw-content);
  border-top: 2px solid rgba(255,255,255,.15);
}

.theme--dark .form-data span a,
  .theme--dark .register-page-form p.input-header {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .reset-page-wrapper .form-control, .theme--dark .register-page-form .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
  border: 1px solid #363f54;
}

.theme--dark .reset-page-wrapper .form-control::-moz-placeholder, .theme--dark .register-page-form .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .reset-page-wrapper .form-control::placeholder, .theme--dark .register-page-form .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .switcher.bg--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
  border: 2px solid #363f54;
}

.theme--dark .footer-logo-dark {
  display: block;
}

.theme--dark #footer-10 .footer-logo-dark {
  display: inline-block;
}

.theme--dark #footer-10 .footer-info {
  border-bottom: 1px solid #363f54;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .theme--dark .tra-menu .wsmobileheader, 
  .theme--dark .white-menu .wsmobileheader {
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 2px 3px rgba(1,1,1,0.1);
    --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .theme--dark .wsmenu > .wsmenu-list {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1)) !important;
  }

  .theme--dark .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}

.theme--dark .rbox-1 .star-rating {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 4px 12px 0 rgba(0,0,0,0.13);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid #1d212c;
}

.theme--dark #reset-password {
  background-image: url("template/reset-password-dark.jpg");
}

.theme--dark .reset-page-wrapper form {
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 44 / var(--tw-bg-opacity, 1));
  border: 1px solid #1d212c;
}

.theme--dark .newsletter-section .form-control {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
  border: 1px solid #363f54;
}

.theme--dark .newsletter-section .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .newsletter-section .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 205 / var(--tw-text-opacity, 1));
}

.theme--dark .newsletter-section .form-control:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(80 92 119 / var(--tw-bg-opacity, 1));
}

.theme--dark .project-title h2 {
  border-bottom: 1px solid #363f54;
}

.theme--dark .project-description .more-projects span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme--dark .cbox-2-line {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 84 / var(--tw-bg-opacity, 1));
}

.theme--dark .fbox-7 {
  border: 2px solid #363f54;
}

@media (max-width: 767px) {
  .block-shadow {
    --tw-shadow: 0 3px 4px 0 rgba(0,0,0,0.08);
    --tw-shadow-colored: 0 3px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .ts-0 {
    padding-top: 80px;
  }

  .py--5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .py--10 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .py--15 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .py--20 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .py--30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .py--40 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .py--50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py--60 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py--70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py--80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py--90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .py--100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt--30 {
    padding-top: 0.625rem;
  }

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

  .pt--50 {
    padding-top: 30px;
  }

  .pt--60 {
    padding-top: 2.5rem;
  }

  .pt--70 {
    padding-top: 50px;
  }

  .pt--80 {
    padding-top: 50px;
  }

  .pt--90 {
    padding-top: 60px;
  }

  .pt--100 {
    padding-top: 70px;
  }

  .pb--30 {
    padding-bottom: 0.625rem;
  }

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

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

  .pb--60 {
    padding-bottom: 2.5rem;
  }

  .pb--70 {
    padding-bottom: 50px;
  }

  @media (max-width: 767px) {
    .pb--70 {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 320.98px) {
    .pb--70 {
      padding-bottom: 30px;
    }
  }

  .pb--80 {
    padding-bottom: 50px;
  }

  @media (max-width: 767px) {
    .pb--80 {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 320.98px) {
    .pb--80 {
      padding-bottom: 30px;
    }
  }

  .pb--90 {
    padding-bottom: 60px;
  }

  .pb--100 {
    padding-bottom: 70px;
  }

  .mt--40 {
    margin-top: 30px;
  }

  .mt--45 {
    margin-top: 35px;
  }

  .mt--50 {
    margin-top: 30px;
  }

  .mt--55 {
    margin-top: 35px;
  }

  .mt--60 {
    margin-top: 50px;
  }

  .mt--65 {
    margin-top: 55px;
  }

  .mt--70 {
    margin-top: 50px;
  }

  .mt--75 {
    margin-top: 55px;
  }

  .mt--80 {
    margin-top: 50px;
  }

  .mt--85 {
    margin-top: 55px;
  }

  .mt--90 {
    margin-top: 60px;
  }

  .mt--95 {
    margin-top: 65px;
  }

  .mt--100 {
    margin-top: 70px;
  }

  .mb--40 {
    margin-bottom: 30px;
  }

  .mb--45 {
    margin-bottom: 35px;
  }

  .mb--50 {
    margin-bottom: 30px;
  }

  .mb--55 {
    margin-bottom: 35px;
  }

  .mb--60 {
    margin-bottom: 50px;
  }

  .mb--65 {
    margin-bottom: 55px;
  }

  .mb--70 {
    margin-bottom: 50px;
  }

  .mb--75 {
    margin-bottom: 55px;
  }

  .mb--80 {
    margin-bottom: 50px;
  }

  .mb--85 {
    margin-bottom: 55px;
  }

  .mb--90 {
    margin-bottom: 60px;
  }

  .mb--95 {
    margin-bottom: 65px;
  }

  .mb--100 {
    margin-bottom: 70px;
  }

  h2, h3, h4, h5, h6 {
    line-height: 1.35;
  }

  p.p-sm {
    font-size: 1rem;
  }

  p.btn-txt {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.75rem;
    margin-bottom: 0px;
  }

  p.btns-group-txt {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.75rem;
    margin-bottom: 0px;
  }

  .text--center p.btns-group-txt {
    margin-top: 1rem;
  }

  .section-id {
    margin-bottom: 24px;
  }

  .section-id.rounded-id {
    margin-bottom: 35px;
  }

  .section-title.mb--60 {
    margin-bottom: 40px;
  }

  .section-title.mb--70, .section-title.mb--80 {
    margin-bottom: 50px;
  }

  .section-title .btns-group.mt--25 {
    margin-top: 18px;
  }

  .section-title .btns-group.mt--35 {
    margin-top: 22px;
  }

  .section-title .stores-badge.mt--30 {
    margin-top: 25px;
  }

  .section-title .advantages, .section-title .btns-txt, .section-title .btns-group-txt {
    margin-top: 15px;
  }

  /*------------------------------------------*/

  /*  NAVIGATION MENU    
/*------------------------------------------*/

  .headtoppart {
    display: none;
  }

  .wsmobileheader .smllogo {
    margin-top: 22px;
    display: block;
    padding-left: 22px;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 27px;
  }

  .smllogo img {
    max-height: 2.25rem;
    width: auto;
    max-width: inherit;
  }

  .blog-header .smllogo img {
    max-height: 30px;
  }

  .wsmobileheader {
    height: 5rem;
    --tw-shadow: 0 0 2px rgba(50,50,50,0.4);
    --tw-shadow-colored: 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .dark-menu .wsmobileheader, .black-scroll .wsmobileheader {
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
  }

  .theme--dark .tra-menu .wsmobileheader, 
.theme--dark .white-menu .wsmobileheader {
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 47 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 2px 3px rgba(1,1,1,0.1);
    --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  /* Mobile Header Phone Icon */

  .wsmenu > .wsmenu-list > li.header-phone > a {
    margin: 0px;
    padding-left: 15px;
    padding-right: 2rem;
    padding-top: 7px;
    padding-bottom: 0.375rem;
    font-size: 19px;
  }

  .wsmenu > .wsmenu-list > li.header-phone > a span {
    top: 3px;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 25px;
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 0px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 0px;
    padding-right: 22px;
  }

  .wsanimated-arrow span:before {
    top: -0.5rem;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -0.5rem;
    width: 1.25rem;
  }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
.dark-menu .wsanimated-arrow span:after, .black-scroll .wsanimated-arrow span, 
.black-scroll .wsanimated-arrow span:before, .black-scroll .wsanimated-arrow span:after {
    background: #fff
  }

  .theme--dark .wsanimated-arrow span, .theme--dark .wsanimated-arrow span:before, 
.theme--dark .wsanimated-arrow span:after {
    background: #b1b7cd
  }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
    top: 0px;
    width: 1.75rem;
  }

  .wsactive .wsanimated-arrow span:after {
    top: 0px;
    width: 1.75rem;
  }

  .wsactive .wsanimated-arrow span {
    background: transparent
  }

  .wsmenu > .wsmenu-list > li > .wsmenu-click {
    height: 4rem;
  }

  .wsmenu > .wsmenu-list > li.mobile-last-link > a {
    border-bottom-color: none;
  }

  /* Dark Header Settings */

  .dark-menu .wsmenu > .wsmenu-list, .black-scroll .wsmenu > .wsmenu-list {
    --tw-bg-opacity: 1;
    background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1));
  }

  .dark-menu .wsmenu > .wsmenu-list > li > a, 
.black-scroll .wsmenu > .wsmenu-list > li > a {
    border-bottom-color: rgba(255,255,255,0.13);
  }

  .dark-menu .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before,
.black-scroll .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
    border-color: rgba(255,255,255,0.85);
  }

  /* Nav Link */

  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 1.25rem;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
    font-size: 18px;
    line-height: 46px;
  }

  .tra-menu .wsmenu > .wsmenu-list > li > a, .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }

  .black-scroll .wsmenu > .wsmenu-list > li > a.h-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 21px;
    margin-bottom: 0px;
    height: 0.625rem;
    width: 0.625rem;
  }

  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
    margin-top: 28px;
    --tw-rotate: -45deg;
    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));
  }

  .theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
.theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  /* SubMenu / HalfMenu / MegaMenu */

  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu {
    width: 100%;
    min-width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu g {
    width: 100%;
    padding: 0.625rem;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu span,#contacts-1 .contact-form  
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu g span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu span,#contacts-1 .contact-form  
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu g span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu span,#contacts-1 .contact-form  
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu g span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    left: 0px;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 span,#contacts-1 .contact-form  
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 span,#contacts-1 .contact-form  
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 span,#contacts-1 .contact-form  
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .wsmegamenu.w-75 .lg\:w-3\/12, .wsmegamenu.icons-menu.w-75 .lg\:w-4\/12, 
.wsmegamenu.halfmenu .lg\:w-6\/12, .wsmegamenu.halfmenu.icons-menu .lg\:w-6\/12 {
    padding: 0px;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu {
    right: 0px;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    top: 5px;
    --tw-shadow: 0 0;
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 1px solid #ddd;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu {
    visibility: visible;
    opacity: 1;
  }

  .dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu, 
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
.black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, 
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu, 
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    border-bottom-width: 1px;
    border-style: solid;
    border-bottom-color: rgba(255,255,255,0.13);
    --tw-shadow: 0 0;
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    --tw-bg-opacity: 1;
    background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1));
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.0625rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    background-color: rgba(255,255,255,0);
    --tw-text-opacity: 1;
    color: rgb(221 221 221 / var(--tw-text-opacity, 1));
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration-line: none;
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    background-color: rgba(255,255,255,0.05);
  }

  .icons-menu.ico-30 [class*="flaticon-"]:before, .icons-menu.ico-30 [class*="flaticon-"]:after {
    font-size: 2.1875rem;
  }

  .icons-menu.ico-40 [class*="flaticon-"]:before, .icons-menu.ico-40 [class*="flaticon-"]:after {
    font-size: 2.5rem;
  }

  .icons-menu-ico {
    margin-right: 0.875rem;
  }

  .wsmegamenu.ico-30 .icons-menu-ico span {
    top: 0.5rem;
  }

  .icons-menu-txt h6 {
    font-size: 1.0625rem;
  }

  .icons-menu-txt span {
    font-size: 1rem;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.0625rem;
  }

  .dark-menu .title, .black-scroll .title, .dark-menu .icons-menu-txt span, 
.black-scroll .icons-menu-txt span {
    --tw-text-opacity: 1;
    color: rgb(177 183 205 / var(--tw-text-opacity, 1));
  }

  .wsmenu > .wsmenu-list > li a.btn {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 2px;
    border-radius: 0px;
    border-width: 2px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 44px;
  }

  .wsmenu > .wsmenu-list > li a.btn.reg-btn {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 44px;
  }

  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link, .wsmenu > .wsmenu-list > li.reg-fst-link > a {
    margin-left: 0px;
  }

  .wsmenu > .wsmenu-list > li a.store.header-store {
    float: none;
    margin-left: 0.75rem;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    display: block;
    border-bottom-color: none;
  }

  .store.header-store img {
    max-height: 46px;
  }

  .wsmenu > .wsmenu-list > li.header-socials {
    display: block;
  }

  .header-socials a {
    margin-left: 25px;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before, .header-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.45rem;
  }

  .white-scroll .hover--tra-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  }

  .theme--dark .white-scroll .hover--tra-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .btn--tra-black {
    --tw-border-opacity: 1;
    border-color: rgb(53 63 79 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(53 63 79 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .black-scroll .btn--tra-white, 
.black-scroll .btn--tra-black {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  }

  .white-scroll .btn--tra-grey, 
.black-scroll .btn--tra-grey {
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  }

  /* Navbar Buttons Hover */

  .white-scroll .hover--blue:hover, 
.black-scroll .hover--blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 122 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--tra-blue:hover, .black-scroll .hover--tra-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 122 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--violet:hover, .black-scroll .hover--violet:hover {
    --tw-border-opacity: 1;
    border-color: rgb(181 94 152 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(181 94 152 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .white-scroll .hover--tra-violet:hover, .black-scroll .hover--tra-violet:hover {
    --tw-border-opacity: 1;
    border-color: rgb(181 94 152 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(181 94 152 / var(--tw-text-opacity, 1));
  }

  .theme--dark .wsmenu > .wsmenu-list {
    --tw-bg-opacity: 1;
    background-color: rgb(44 49 66 / var(--tw-bg-opacity, 1));
  }

  .theme--dark .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .theme--dark .navbar-dark .hover--tra-black:hover,
.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  /*------------------------------------------*/

  /*   HERO   
/*------------------------------------------*/

  .hero-section {
    margin-top: 80px;
  }

  .hero-section h2 {
    margin-bottom: 15px;
  }

  .hero-section h2.s-48, .hero-section h2.s-50 {
    margin-bottom: 25px;
  }

  .hero-section h2.s-62 {
    margin-bottom: 15px;
  }

  .hero-section p.p-sm {
    padding: 0px;
  }

  .hero-section p.p-md, .hero-section p.p-lg, .hero-section p.p-xl {
    margin-bottom: 22px;
  }

  .hero-section p.s-20, .hero-section p.s-21, .hero-section p.s-22, .hero-section p.s-24 {
    margin-bottom: 24px;
  }

  .hero-section .btn.mt--10, .hero-section .btns-group.mt--10 {
    margin-top: 5px;
  }

  .hero-section .btn.mt--15, .hero-section .btns-group.mt--15 {
    margin-top: 0.5rem;
  }

  /* HERO DIGITS */

  #hd-1-1, #hd-1-2 {
    width: 50%;
    padding-right: 0px;
  }

  .hero-digits-block {
    display: block;
  }

  .hero-digits .block-txt {
    padding-left: 0px;
  }

  .hero-digits .block-txt p.p-sm {
    margin-top: 0.625rem;
  }

  /* HERO QUICK FORM */

  .hero-section .quick-form .form-control {
    margin-bottom: 15px;
    text-align: center;
  }

  .hero-section .quick-form .input-group-btn {
    display: block;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .hero-section .quick-form .input-group-btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .hero-section .quick-form .input-group-btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .hero-section .quick-form .input-group-btn span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .hero-section .quick-form .btn {
    margin-left: 0px;
    display: block;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .hero-section .quick-form .btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .hero-section .quick-form .btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .hero-section .quick-form .btn span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .hero-section .quick-form.form-half .btn {
    margin-left: 0px;
  }

  /* HERO-1 */

  #hero-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .hero-1-txt p {
    padding-right: 0px;
  }

  .hero-1-img {
    margin-top: 40px;
  }

  /* HERO-2 */

  #hero-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .hero-2-txt p {
    padding-right: 0px;
  }

  .hero-2-img {
    margin-top: 40px;
    padding-right: 0px;
  }

  /* HERO-3 */

  #hero-3 {
    padding-top: 80px;
    text-align: center;
  }

  .hero-3-txt {
    margin-top: 0px;
  }

  .hero-3-txt p {
    padding-right: 0px;
  }

  .hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  /* HERO-4 */

  #hero-4 {
    padding-top: 80px;
  }

  .hero-4-txt h2, .hero-4-txt p {
    padding: 0px;
  }

  /* HERO-5 */

  #hero-5 {
    padding-top: 80px;
    padding-bottom: 0px;
    text-align: center;
  }

  .hero-5-txt p.p-lg {
    padding-right: 0%;
  }

  .hero-5-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -50px;
    margin-top: 40px;
  }

  /* HERO-6 */

  #hero-6 {
    padding-top: 70px;
    text-align: center;
  }

  .hero-6-wrapper {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .hero-6-img {
    margin-top: 40px;
  }

  /* HERO-7 */

  #hero-7 {
    padding-top: 80px;
    text-align: center;
  }

  #hero-7 .quick-form {
    margin-right: 0px;
  }

  .hero-7-img {
    margin-top: 40px;
    padding-left: 0px;
  }

  /* HERO-8 */

  #hero-8 {
    margin-bottom: 10px;
    padding-top: 80px;
    padding-bottom: 0px;
    text-align: center;
  }

  .hero-8-txt {
    margin-top: 0px;
  }

  .hero-8-txt p {
    padding-right: 0px;
  }

  #hero-8-form {
    margin-top: 40px;
  }

  /* HERO-9 */

  #hero-9 {
    padding-top: 80px;
  }

  .hero-9-txt h2 img {
    top: -5px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 4rem;
  }

  .hero-9-txt p {
    margin-top: 28px;
    padding: 0px;
  }

  /* HERO-10 */

  #hero-10 {
    padding-top: 80px;
    padding-bottom: 0px;
    text-align: center;
  }

  #hero-10::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 7%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
  }

  .hero-10-txt h4 {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .hero-10-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  /* HERO-11 */

  #hero-11 {
    padding-top: 80px;
    text-align: center;
  }

  .hero-11-txt {
    margin-top: 0px;
  }

  .hero-11-txt p {
    padding-right: 0px;
  }

  .hero-11-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-top: 40px;
  }

  /* HERO-12 */

  #hero-12 {
    border-bottom-color: none;
    padding-top: 80px;
  }

  #hero-12::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 7%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
  }

  .hero-12-txt h2, .hero-12-txt p {
    padding: 0px;
  }

  .hero-12-img {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .hero-12-img .video-btn {
    top: calc(50% - 2px);
  }

  /* HERO-13 */

  #hero-13 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  #hero-13::after {
    content: var(--tw-content);
    display: none;
  }

  .hero-13-txt p {
    padding-right: 0px;
  }

  .hero-13-img {
    margin-top: 40px;
  }

  /* HERO-14 */

  #hero-14 {
    padding-top: 80px;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 18px;
  }

  /* HERO-15 */

  #hero-15 {
    padding-top: 80px;
    text-align: center;
  }

  .hero-15-txt {
    margin-top: 0px;
  }

  .hero-15-txt h2, .hero-15-txt p {
    padding-right: 0px;
  }

  .hero-15-img {
    margin-top: 40px;
  }

  /* HERO-16 */

  #hero-16 {
    margin-bottom: 50px;
    padding-top: 80px;
  }

  .hero-16-img {
    margin-bottom: -50px;
  }

  /* HERO-17 */

  #hero-17 {
    padding-top: 80px;
  }

  #hero-17 .quick-form {
    margin-left: 0px;
    margin-right: 0px;
  }

  #hero-17 #brands-1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 45px;
    padding-bottom: 0px;
  }

  /* HERO-18 */

  #hero-18 {
    padding-top: 80px;
    padding-bottom: 70px;
    text-align: center;
  }

  #hero-18::after {
    left: 0px;
    content: var(--tw-content);
    width: 100%;
  }

  .hero-18-txt p {
    padding-right: 0px;
  }

  #hero-18 .quick-form {
    margin-right: 0px;
  }

  .hero-18-img {
    margin-top: 40px;
    padding-right: 0px;
  }

  /* HERO-19 */

  #hero-19 {
    padding-top: 80px;
  }

  .hero-19-txt p {
    padding: 0px;
  }

  /* HERO-20 */

  #hero-20 {
    padding-top: 80px;
    padding-bottom: 0px;
    text-align: center;
  }

  #hero-20::after {
    content: var(--tw-content);
    width: 100%;
  }

  .hero-20-txt {
    padding: 0px;
  }

  /* HERO-21 */

  #hero-21 {
    padding-top: 80px;
    text-align: center;
  }

  .hero-21-txt {
    margin-bottom: 40px;
  }

  #hero-21 .hero-overlay {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 65px;
    padding-bottom: 0px;
  }

  /* HERO-22 */

  #hero-22 {
    padding-top: 80px;
  }

  #hero-22 .hero-logo {
    margin-bottom: 20px;
  }

  /* HERO-23 */

  #hero-23 {
    margin-bottom: 25px;
    padding-top: 80px;
  }

  .hero-23-txt p {
    padding: 0px;
  }

  .hero-23-img {
    margin-bottom: -25px;
    margin-top: 15px;
  }

  /* HERO-24 */

  #hero-24 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* HERO-25 */

  #hero-25 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .hero-25-txt h2 {
    margin-bottom: 14px;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px;
    padding-right: 0px;
  }

  /* HERO-26 */

  #hero-26 {
    padding-top: 80px;
    text-align: center;
  }

  .hero-26-txt {
    margin-top: 0px;
  }

  .hero-26-txt h2 {
    padding-right: 0px;
  }

  #hero-26 .quick-form {
    margin-right: 0px;
  }

  .hero-26-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  /* HERO-27 */

  #hero-27 .hero-overlay {
    padding-top: 80px;
  }

  .hero-27-txt h2 {
    margin-bottom: 24px;
  }

  .hero-27-txt p.s-20, .hero-27-txt p.s-21 {
    padding: 0px;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0px;
  }

  /*------------------------------------------*/

  /*  CONTENT
/*------------------------------------------*/

  /* ABOUT */

  .about-2-title {
    margin-bottom: 30px;
  }

  .a-2-1 {
    margin-left: 0px;
    margin-bottom: 30px;
    display: none;
  }

  .a-2-2 {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .a-2-3 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .a-2-4 {
    margin-right: 0px;
    display: none;
  }

  #a3-1 {
    margin-bottom: 25px;
  }

  #about-1 .txt-block h3.mb--30, .about-2-title h2.mb--30 {
    margin-bottom: 20px;
  }

  .txt-block h5.mb--20 {
    margin-bottom: 15px;
  }

  #about-4 .txt-block p {
    margin-top: 18px;
  }

  #a4-1 {
    display: none;
  }

  #a4-2 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  /* FEATURES */

  .fbox-14-wrapper .col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #features-12.py--100.shape--bg:after {
    left: 0px;
    top: 30%;
    height: 70%;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #features-12.py--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #features-12.py--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #features-12.py--100.shape--bg span:after {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  #features-12.pt--100.shape--bg:after {
    left: 0px;
    top: 30.25%;
    height: 66%;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #features-12.pt--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #features-12.pt--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #features-12.pt--100.shape--bg span:after {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  #features-13.py--100.shape--bg:after {
    top: 30%;
    height: 70%;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #features-13.py--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #features-13.py--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #features-13.py--100.shape--bg span:after {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  #features-13.pt--100.shape--bg:after {
    top: 30.25%;
    height: 66%;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #features-13.pt--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #features-13.pt--100.shape--bg span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #features-13.pt--100.shape--bg span:after {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .fbox-12-wrapper {
    padding-left: 0px;
    text-align: center;
  }

  .fbox-13-wrapper {
    padding-right: 0px;
    text-align: center;
  }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5, .row-cols-md-2 .fb-3, .fbox-5.fb-3, 
.fbox-5.fb-5, .rows-2 .fbox-7.fb-1, .rows-2 .fbox-7.fb-2, .rows-2 .fbox-7.fb-3, .rows-2 .fbox-9.fb-1, .rows-2 .fbox-9.fb-2, 
.rows-2 .fbox-9.fb-3, .rows-3 .fbox-11.fb-5 {
    margin-bottom: 40px;
  }

  .rows-3 .fb-3.fbox-11-lst {
    margin-bottom: 40px;
  }

  .fbox-5.fb-2, .fbox-5.fb-4, .fbox-5.fb-6 {
    margin-bottom: 0px;
  }

  .fbox-5.fb-1, .fbox-5.fb-5, .fbox-5.fb-6 {
    display: flex;
    flex-flow: wrap;
  }

  .fbox-8.fb-1 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .fbox-8.fb-2 {
    margin-bottom: 0px;
  }

  .fbox-8.fb-3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .fbox-9, .fbox-10 {
    text-align: center;
  }

  #fb-12-1, #fb-12-2, #fb-12-3, #fb-13-1, #fb-13-2, #fb-13-3 {
    margin-bottom: 40px;
  }

  #fb-12-1, #fb-13-1 {
    margin-top: 75px;
  }

  #features-12 .txt-block, #features-13 .txt-block {
    margin-bottom: 40px;
  }

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

  .fbox-14.fb-1, .fbox-14.fb-2 {
    margin-bottom: 35px;
  }

  .fbox-1 .fbox-img {
    margin-bottom: 30px;
  }

  .fbox-2 .fbox-img img {
    margin-bottom: -20px;
  }

  .fbox-5-1 .fbox-5-img, .fbox-5-2 .fbox-5-img, .fbox-5-3 .fbox-5-img, 
.fbox-5-4 .fbox-5-img, .fbox-5-5 .fbox-5-img, .fbox-5-6 .fbox-5-img {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .fbox-ico {
    margin-bottom: 15px;
  }

  .row-cols-md-2 .fbox-ico.ico-rounded, .fbox-ico.ico-rounded-md, 
.fbox-ico.ico-rounded-lg, .fbox-ico.ico-square {
    margin-bottom: 20px;
  }

  .fbox-11 {
    display: block;
    text-align: center;
  }

  .fbox-11 .fbox-ico {
    margin-top: 0px;
  }

  .fbox-ico-wrap, .rows-2 .fbox-ico-wrap {
    margin-right: 0px;
  }

  .fbox-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
  }

  .fbox-wrapper .row-cols-lg-3 .fbox-title {
    margin-bottom: 0px;
  }

  .fbox-title h6 {
    display: inline-block;
  }

  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-right: 0px;
  }

  /* CONTENT */

  .ct-11, .ct-12 {
    padding: 0px;
  }

  .ct-11 .txt-block {
    padding-right: 0px;
  }

  .ct-12 .txt-block {
    padding-left: 0px;
  }

  .ct-top {
    margin-bottom: 80px;
  }

  .ct-13 .row.mb--60 {
    margin-bottom: 0px;
  }

  .ct-13 .txt-block, .ct-13 .img-block {
    margin-bottom: 40px;
  }

  .ct-13 .txt-block.ml--block, .ct-13 .img-block.ml--block {
    margin-bottom: 0px;
  }

  .bc-6-txt {
    padding: 0px;
  }

  .ct-11:after, .ct-12:after {
    left: 0px;
    top: 0px;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .ct-11 span:after,#contacts-1 .contact-form  .ct-12 span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .ct-11 span:after,#contacts-1 .contact-form  .ct-12 span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .ct-11 span:after,#contacts-1 .contact-form  .ct-12 span:after {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .bc-2-txt h2, .bc-3-txt h2, .bc-4-txt h2, .txt-block h3, .txt-block h2 {
    margin-bottom: 15px;
  }

  .txt-block h5 {
    margin-bottom: 18px;
  }

  h5.h5-title {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .txt-block .btn, .txt-block .btns-group .btn.btn--transparent {
    margin-top: 0.625rem;
  }

  /* Content Box Wrapper */

  .bc-1-wrapper .section-overlay, .bc-4-wrapper .section-overlay, 
.bc-2-wrapper .section-overlay, .bc-3-wrapper .section-overlay {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Text Block */

  .ct-06 {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 5rem;
  }

  .ct-10 .section-overlay {
    margin-bottom: 80px;
  }

  .ct-06 .txt-block, .ct-07 .txt-block, .bc-2-txt, .bc-2-wrapper .txt-block, .bc-3-txt {
    margin-top: 0px;
  }

  #ib-box-1, #ib-box-2 {
    margin-bottom: 25px;
  }

  #cb-6-1, #cb-6-2, #cb-6-3 {
    margin-bottom: 30px;
  }

  .bc-1-wrapper .txt-block.pr-25.left-column, .bc-2-wrapper .txt-block.pr-25.left-column {
    padding-right: 0px;
  }

  .bc-1-wrapper .txt-block.pl-25.right-column, .bc-2-wrapper .txt-block.pl-25.right-column {
    padding-left: 0px;
  }

  .bc-6-top {
    margin-bottom: 40px;
  }

  /* Tabs */

  .tabs-1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .tabs-1 li {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    font-size: 1.135rem;
  }

  .tabs-1 li.current {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #tabs-1 .tab-content .img-block {
    margin-bottom: 40px;
  }

  /* Advantages */

  .text--center .advantages {
    margin-top: 1rem;
  }

  /* Quote */

  .quote-avatar img {
    height: 54px;
    width: 54px;
  }

  .quote p {
    margin-top: 15px;
    padding-left: 0.875rem;
  }

  .quote-author {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.625rem;
    padding-right: 0px;
  }

  .quote.pr-15, .quote.pr-40, .quote.pr-50, .quote.pr-60 {
    padding-right: 0px;
  }

  /* Content Images */

  .img-block.img-block-bkg {
    margin-left: 0px;
    margin-right: 0px;
  }

  .img-block-hidden, .ct-10 .img-block, .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -80px;
  }

  .ct-01 .img-block {
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .ct-02 .img-block {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .ct-03 .img-block, .ct-05 .img-block, .ct-07 .img-block {
    margin-bottom: 40px;
  }

  .ct-03 .img-block.right-column {
    margin-left: 0px;
  }

  .ct-03 .img-block.left-column {
    margin-right: 0px;
  }

  .ct-04 .img-block {
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .ct-04 .img-block img {
    max-width: 100%;
  }

  .ct-06 .img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .bc-1-wrapper .img-block.left-column, .bc-2-wrapper .img-block.left-column {
    padding-right: 0px;
  }

  .bc-1-wrapper .img-block.right-column, .bc-2-wrapper .img-block.right-column {
    padding-left: 0px;
  }

  .bc-1-wrapper .img-block, .bc-2-wrapper .img-block {
    margin-bottom: 40px;
  }

  .bc-2-img, .bc-3-img, .bc-4-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -100px;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 30px);
  }

  .ct-11 .img-block {
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .ct-12 .img-block {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .ct-11 .img-block, .ct-12 .img-block {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 0.75rem;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ct-11 .img-block .tra-bkg, .ct-12 .img-block .tra-bkg {
    opacity: 100;
  }

  /* STATISTIC */

  #sb-2-1, #sb-2-2, #sb-2-3, #sb-2-4 {
    width: 40%;
    padding-right: 0px;
  }

  #sb-1-1, #sb-1-2, #sb-3-1, #sb-3-2 {
    margin-bottom: 40px;
  }

  #sb-4-1, #sb-4-2 {
    margin-bottom: 30px;
  }

  #sb-5-1, #sb-5-2 {
    margin-bottom: 40px;
  }

  #statistic-5 {
    text-align: center;
  }

  #statistic-1 .statistic-block {
    display: block;
    text-align: center;
  }

  .statistic-1-wrapper .statistic-block-digit {
    float: none;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .statistic-1-wrapper .statistic-block-digit span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .statistic-1-wrapper .statistic-block-digit span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .statistic-1-wrapper .statistic-block-digit span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .statistic-1-wrapper .statistic-block-txt {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .statistic-1-wrapper .statistic-block-txt span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .statistic-1-wrapper .statistic-block-txt span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .statistic-1-wrapper .statistic-block-txt span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  #statistic-5 .statistic-digit {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  #sb-2-3 .statistic-block, #sb-2-4 .statistic-block {
    display: block;
  }

  #sb-2-3 .statistic-block-txt, #sb-2-4 .statistic-block-txt {
    padding-left: 0px;
  }

  #statistic-2 .statistic-block-digit {
    display: block;
  }

  #sb-2-1 h2.statistic-number, #sb-2-2 h2.statistic-number {
    margin-bottom: 10px;
  }

  #sb-2-3 .statistic-block p.p-sm, #sb-2-4 .statistic-block p.p-sm {
    margin-top: 0.625rem;
  }

  .statistic-3-wrapper p {
    margin-top: 0.75rem;
  }

  .statistic-4-wrapper p {
    margin-bottom: 12px;
  }

  #statistic-5 .statistic-txt p {
    padding-right: 0px;
  }

  .txt-block-stat .statistic-block .txt-block-rating {
    margin-top: -2px;
    margin-bottom: -1px;
  }

  /* PROJECTS */

  .projects-wrapper {
    padding: 0px;
  }

  #pt--1-1, #pt--1-2, #pt--1-3, .inner-page-hero #pt--1-3, .inner-page-hero #pt--1-4, .inner-page-hero #pt--1-5 {
    margin-bottom: 40px;
  }

  .project-details h5 {
    margin-bottom: 25px;
  }

  .more-projects {
    margin-top: 40px;
  }

  /* RATING */

  .rating-section .rating-1-wrapper, .rating-section .rating-2-wrapper {
    padding: 0px;
  }

  .inner-page-hero .rating-1-wrapper.mt--50 {
    margin-top: 40px;
  }

  #rb-1-1, #rb-1-2, #rb-2-1, #rb-2-2 {
    margin-bottom: 30px;
  }

  .rbox-2-txt img {
    left: 0.375rem;
    top: -1px;
    max-height: 1.5rem;
  }

  p.rbox-2-txt {
    margin-top: 0.5rem;
    line-height: 1.5rem;
  }

  /* TESTIMONIALS */

  .reviews-2-wrapper, .reviews-3-wrapper {
    padding: 0px;
  }

  .reviews-4-wrapper, .reviews-5-wrapper {
    padding-left: 0px;
  }

  #reviews-4 .txt-block, #reviews-5 .txt-block {
    margin-bottom: 40px;
  }

  #rw-2-1, #rw-2-2, #rw-2-3, #rw-3-1, #rw-3-2 {
    margin-bottom: 30px;
  }

  #rw-3-2, #rw-3-3 {
    margin-left: 0px;
  }

  .inner-page-hero #rw-2-3, .inner-page-hero #rw-2-4, .inner-page-hero #rw-2-5 {
    margin-bottom: 30px;
  }

  /* INTEGRATIONS */

  .integrations-2-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .it-1, .it-2, .it-3, .it-4, .it-5 {
    margin-bottom: 30px;
  }

  .in_tool_logo {
    margin-bottom: 25px;
    display: inline-block;
    padding: 30px;
  }

  .in_tool_logo.ico-65 img {
    height: 52px;
    width: 52px;
  }

  .in_tool h6 {
    font-size: 1rem;
  }

  .integrations-1-wrapper .it-7, .integrations-1-wrapper .it-8 {
    margin-bottom: 30px;
  }

  /*.integrations-section .more-btn.mt--60, .integrations-section .more-btn.mt--70 { margin-top: 0 }*/

  /* PRESS */

  #press-05, #press-06, #press-07 {
    margin-bottom: 40px;
  }

  /* PRICING */

  #pt-4-1, #pt-4-2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .pricing-table-header h5, .pricing-table-header h4 {
    margin-bottom: 15px;
  }

  .pricing-3-table .pricing-table-header h4 {
    margin-bottom: 10px;
  }

  .price p {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .pricing-features.mt--25 {
    margin-top: 1.25rem;
  }

  /* Pricing Notice */

  .pricing-notice {
    margin-top: 0px;
  }

  .pricing-notice .btn.mt--25 {
    margin-top: 1.25rem;
  }

  /* Pricing Toggle Button */

  .pricing-section .toggle-btn.mt--30 {
    margin-top: 1.25rem;
  }

  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt {
    font-size: 1rem;
    line-height: 2rem;
  }

  .switch-wrap {
    height: 30px;
    min-width: 50px;
  }

  .toggle-btn-md .switch-wrap, .toggle-btn-lg .switch-wrap {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 2rem;
    min-width: 55px;
  }

  .switcher {
    height: 30px;
    font-size: 0.85rem !important;
  }

  .switcher::before {
    left: 0.25rem;
    bottom: 0.25rem;
    height: 22px;
    content: var(--tw-content);
    width: 22px;
  }

  .toggle-btn-md .switcher, .toggle-btn-lg .switcher {
    height: 2rem;
    border-radius: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 0.625rem;
  }

  .switcher .show-annual, .switcher .show-monthly {
    line-height: 30px;
  }

  .toggle-btn-md .switcher .show-annual, .toggle-btn-md .switcher .show-monthly,
.toggle-btn-lg .switcher .show-annual, .toggle-btn-lg .switcher .show-monthly {
    line-height: 2rem;
  }

  .toggle-btn-md .switcher:before, .toggle-btn-lg .switcher:before {
    left: 5px;
    bottom: 5px;
    height: 22px;
    width: 22px;
  }

  .switcher.bg--grey:before, .switcher.bg--tra-white:before, .switcher.bg--ghost-white:before {
    left: 0.25rem;
    bottom: 3px;
  }

  .toggle-btn-md .switch-wrap input:checked + .switcher, 
.toggle-btn-lg .switch-wrap input:checked + .switcher {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.625rem;
    padding-right: 30px;
  }

  .comp-table-payment .payment-icons {
    margin-top: 18px;
  }

  /* TEAM */

  #tm-2-1, #tm-2-4, #tm-2-7, #tm-2-10 {
    margin-right: 0px;
  }

  #tm-2-2, #tm-2-5, #tm-2-8, #tm-2-11 {
    margin-left: 0px;
    margin-right: 0px;
  }

  #tm-2-3, #tm-2-6, #tm-2-9, #tm-2-12 {
    margin-left: 0px;
  }

  .team-section .more-btn.mt--20 {
    margin-top: 0.625rem;
  }

  /* CAREER ROLE */

  #role-page .inner-page-title {
    margin-bottom: 40px;
  }

  .role-info hr {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #role-page .cbox-6-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .role-info h5 {
    margin-bottom: 15px;
  }

  /* BANNER */

  #banner-8, #banner-9, #banner-10 {
    text-align: center;
  }

  #banner-11, #banner-12, #banner-13 {
    margin-top: 0px;
    text-align: center;
  }

  .banner-11-txt p {
    padding-right: 0px;
  }

  .banner-8-buttons.text-end {
    text-align: center;
  }

  .banner-11-img {
    margin-left: 0px;
    margin-top: 40px;
  }

  .banner-12-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .banner-13-img {
    display: none;
  }

  /* DOWNLOAD */

  #download-1 {
    padding-bottom: 30px;
  }

  .version-release {
    margin-bottom: 40px;
  }

  .release-data h5 {
    margin-bottom: 30px;
  }

  .release-data {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

  .release-download {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-top: 1.25rem;
  }

  /*FAQS */

  .faqs-3-questions .questions-holder {
    padding: 0px;
  }

  /* NEWSLETTER */

  #newsletter-1 .newsletter-overlay, #newsletter-2 .newsletter-overlay {
    text-align: center;
  }

  #newsletter-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }

  .newsletter-img.text-end {
    display: none;
  }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form {
    margin-top: 0px;
    padding-left: 0px;
  }

  .newsletter-section .form-control {
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
  }

  .newsletter-section .input-group-btn {
    display: block;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .newsletter-section .input-group-btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .newsletter-section .input-group-btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .newsletter-section .input-group-btn span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .newsletter-section .btn {
    margin: 0px;
    display: block;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form .newsletter-section .btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form .newsletter-section .btn span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form .newsletter-section .btn span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  /* BLOG */

  #bp-1-1, #bp-1-2 {
    margin-bottom: 40px;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px;
  }

  /* Blog Listing */

  #blog-page.pb--60 {
    padding-bottom: 30px;
  }

  .wide-post {
    margin-bottom: 40px;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .wide-post .blog-post-txt {
    padding-left: 0px;
  }

  .square-post {
    margin-top: 0.625rem;
    margin-bottom: 50px;
  }

  /* .square-post .w-full {
      @apply p-0
  } */

  .square-post .blog-post-txt {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .posts-category {
    margin-top: 0.625rem;
    margin-bottom: 40px;
  }

  /* Single Blog Post */

  .post-inner-img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .single-post-txt h5, .single-post-txt h4 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .txt-code {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .single-post-txt figure {
    margin-bottom: 20px;
  }

  .comment-body {
    margin-left: 1.25rem;
  }

  .comment-form .form-control {
    height: 52px;
  }

  .comment-form textarea {
    min-height: 190px;
  }

  /* CONTACTS */

  .contact-form textarea {
    min-height: 190px;
  }

  .contact-form .form-btn.mt--15 {
    margin-top: 0px;
  }

  /* FOOTER */

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 15px;
  }

  #footer-2 .footer-links .footer-mail-link, #footer-3 .footer-links .footer-mail-link {
    margin-bottom: 15px;
  }

  #footer-11 {
    text-align: center;
  }

  #footer-9 .footer-info.text-end {
    text-align: left;
  }

  #footer-2 .footer-links, #footer-7 .footer-form {
    padding-left: 0px;
  }

  #footer-8 .footer-links.text-end, .footer-stores-badge.text-end, .bottom-footer .bottom-footer-socials.text-end, 
.bottom-footer .bottom-secondary-link.text-end, .bottom-footer .bottom-footer-list.text-end {
    text-align: left;
  }

  #footer-11 .bottom-footer-list.text-end {
    text-align: center;
  }

  /* INNER PAGE WRAPPER */

  .inner-page-hero, .page-hero-section-overlay {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-top: 80px;
  }

  .page-hero-section-overlay .txt-block {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .inner-page-title {
    margin-bottom: 60px;
  }

  .inner-page-title p {
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 1.6666;
  }

  .page-hero-section-overlay .img-block {
    margin-bottom: -50px;
  }

  .txt-block.legal-info h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .txt-block.legal-info h4 span {
    margin-right: 0.125rem;
  }

  /* SIGN IN / SIGN UP */

  #login, #signup, #reset-password {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #login .register-page-wrapper:after, #signup .register-page-wrapper:after {
    left: 0px;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #login .register-page-wrapper span:after,#contacts-1 .contact-form  #signup .register-page-wrapper span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #login .register-page-wrapper span:after,#contacts-1 .contact-form  #signup .register-page-wrapper span:after {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #login .register-page-wrapper span:after,#contacts-1 .contact-form  #signup .register-page-wrapper span:after {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .register-form-title {
    margin-bottom: 30px;
  }

  #login .register-page-txt, #signup .register-page-txt {
    display: none;
  }

  /* PAGE 404 */

  .page-404-txt {
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {
  /*------------------------------------------*/

  /*  BASE
/*------------------------------------------*/

  #stlChanger {
    display: none;
  }

  .division {
    padding-left: 3px;
    padding-right: 3px;
  }

  .bg--fixed {
    width: auto;
  }

  .bg--scroll {
    width: auto;
    background-attachment: scroll;
  }

  /* Backgroud Shape */

  .shape--01:after {
    top: 6.5%;
    height: 90%;
  }

  .shape--02:after {
    left: -20%;
    top: 6.5%;
    height: 90%;
    width: 140%;
  }

  .shape--03:after {
    top: -70px;
    left: -20%;
    height: 129%;
    width: 140%;
  }

  .shape--04:after {
    top: 0px;
    height: 94%;
  }

  .shape--06:after {
    height: 92%;
  }

  .shape--07:after {
    top: 15%;
    height: 80%;
  }

  ol.digit-list p {
    margin-bottom: 5px;
  }

  .font--jakarta h1, .font--jakarta h2 {
    line-height: 1.35;
  }

  .font--jakarta h3, .font--jakarta h4, .font--jakarta h5, .font--jakarta h6 {
    line-height: 1.4;
  }

  /* Font Size */

  .s-15, .s-16 {
    font-size: 1.0625rem;
  }

  /* 17px */

  .s-17 {
    font-size: 18px;
  }

  /* 18px */

  .s-18, .s-19, .s-20, .s-21, .s-22, .s-23 {
    font-size: 1.3125rem;
  }

  /* 21px */

  .s-24, .s-26, .s-28 {
    font-size: 1.4375rem;
  }

  /* 23px */

  .s-30, .s-32, .s-34 {
    font-size: 1.5625rem;
  }

  /* 25px */

  .s-36, .s-38, .s-40 {
    font-size: 1.6875rem;
  }

  /* 27px */

  .s-42, .s-43, .s-44, .s-45, .s-46, .s-47 {
    font-size: 1.8125rem;
  }

  /* 29px */

  .s-48 {
    font-size: 1.9375rem;
  }

  /* 31px */

  .s-50, .s-52, .s-54, .s-56, .s-58, .s-60 {
    font-size: 2rem;
  }

  /* 32px */

  .s-62 {
    font-size: 2.0625rem;
  }

  /* 33px */

  .s-64, .s-66 {
    font-size: 2.125rem;
  }

  /* 34px */

  .s-68 {
    font-size: 36px;
  }

  /* 36px */

  /* Paragraphs */

  p.p-sm {
    font-size: 1rem;
  }

  p {
    font-size: 1.0625rem !important;
  }

  p.p-md, p.p-lg {
    font-size: 18px;
  }

  /* Transparent Link */

  a.tra-link {
    font-size: 18px;
    font-size: 1.0625rem;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before, 
.tra-link.ico-20 [class*="flaticon-"]:after {
    top: 1px;
    left: 2px;
    top: 0.125rem;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }

  /* Transparent Link */

  /* Button */

  .btn {
    font-size: 1.0625rem;
  }

  .btn.btn-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
  }

  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.61915rem;
    padding-bottom: 0px;
  }

  /* Buttons Group */

  .btns-group .btn:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 15px;
  }

  .btns-group .btn:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  /* Button Icon */

  .btn.ico-20 [class*="flaticon-"]:before, 
.btn.ico-20 [class*="flaticon-"]:after {
    top: 0.25rem;
    font-size: 1.225rem;
    line-height: 0.45rem;
  }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2.05rem;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: -0.625rem;
    margin-right: 0px;
    font-size: 1.15rem;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: -0.625rem;
    margin-left: 0px;
    font-size: 1.15rem;
  }

  .btn.ico-left span {
    margin-right: 3px;
  }

  .btn.ico-right span {
    margin-left: 3px;
  }

  /* Button Text */

  p.btn-txt, .text--center p.btns-group-txt {
    margin-top: 18px;
    margin-bottom: 0px;
  }

  .btn-rating {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem;
  }

  /* OS Button */

  .os-btn {
    width: 280px;
    min-width: 280px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0.875rem;
    padding-bottom: 0.625rem;
  }

  .os-btn-ico {
    margin-right: 0.875rem;
  }

  .os-btn-txt p {
    margin-top: 0.25rem;
  }

  .btn-os.mb--15 {
    margin-bottom: 15px;
  }

  .btn-os.mr--15 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  /* Store Badge */

  .store {
    margin-right: 0.375rem;
  }

  .store.store-btn-2 {
    margin-right: 0px;
  }

  .store-btn-3, .store-btn-4 {
    margin-top: 15px;
  }

  /* Watch Video Link */

  .watch-video {
    margin-top: 1.25rem;
  }

  .watch-video-link {
    margin-right: 0.625rem;
  }

  p.video-txt-lg {
    font-size: 18px;
  }

  p.video-txt-sm {
    font-size: 1.0625rem;
  }

  /* Vector Icon Background */

  .ico-50 .shape-ico svg {
    top: -35px;
    left: calc(50% - 60px);
    height: 120px;
    width: 120px;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -35px;
    left: calc(50% - 65px);
  }

  .ico-55 .shape-ico svg {
    top: -30px;
    left: calc(50% - 65px);
    height: 125px;
    width: 125px;
  }

  .ico-60 .shape-ico svg {
    top: -35px;
    left: calc(50% - 60px);
    height: 130px;
    width: 130px;
  }

  /* Vector Rounded Icons */

  .ico-rounded, .ico-rounded-md, .ico-rounded-lg {
    height: 94px;
    width: 94px;
  }

  .ico-rounded [class*="flaticon-"]:before, 
.ico-rounded [class*="flaticon-"]:after,
.ico-rounded-md [class*="flaticon-"]:before, 
.ico-rounded-md [class*="flaticon-"]:after,
.ico-rounded-lg [class*="flaticon-"]:before, 
.ico-rounded-lg [class*="flaticon-"]:after {
    font-size: 3rem;
    line-height: 94px;
  }

  /* Vector Square Icons */

  .ico-square {
    height: 88px;
    width: 88px;
  }

  .ico-square [class*="flaticon-"]:before, 
.ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem;
    line-height: 88px;
  }

  /* Section ID */

  .section-id.rounded-id {
    margin-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
  }

  /* Section Title */

  .section-title.mb--60 {
    margin-bottom: 35px;
  }

  .section-title.mb--70, .section-title.mb--80 {
    margin-bottom: 40px;
  }

  .section-title h2 {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-title p.p-md, .section-title p.p-lg {
    margin-top: 14px;
    padding: 0px;
  }

  .section-title p.p-xl {
    margin-top: 14px;
    font-size: 18px;
  }

  .section-title p.s-20, .section-title p.s-21 {
    margin-top: 0.75rem;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.1875rem !important;
  }

  /* 19px */

  .section-title .btns-group.mt--35 {
    margin-top: 1.25rem;
  }

  .section-title .btns-group .btn {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .section-title .btns-group .btn:first-child {
    margin-bottom: 15px;
  }

  /*------------------------------------------*/

  /*   NAVIGATION MENU    
/*------------------------------------------*/

  /* Header Logo */

  .wsmobileheader .smllogo {
    margin-top: 23px;
    display: block;
    padding-left: 1rem;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px;
  }

  .smllogo img {
    max-height: 34px;
    width: auto;
    max-width: inherit;
  }

  .blog-header .smllogo img {
    max-height: 1.75rem;
  }

  .wsmenu > .wsmenu-list {
    margin-right: -325px;
    width: 325px;
  }

  .wsactive .wsmobileheader {
    margin-right: 325px;
  }

  .overlapblackbg {
    width: calc(100% - 325px);
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 1rem;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 0px;
    padding-right: 30px;
  }

  /* Nav Link Info */

  span.sm-info {
    top: -1px;
    margin-left: 0.5rem;
    height: 22px;
    width: 22px;
    font-size: 0.8rem;
    line-height: 20px;
  }

  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 1.25rem;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
  }

  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 1.5rem;
    margin-bottom: 0px;
    height: 0.5rem;
    width: 0.5rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    top: 0px;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu,
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  /* Header Store Badges */

  .store.header-store img {
    max-height: 45px;
  }

  /* Header Social Links */

  .header-socials.ico-20 [class*="flaticon-"]:before, 
.header-socials.ico-25 [class*="flaticon-"]:after {
    line-height: 52px;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
    margin-top: 0.75rem;
  }

  .icons-menu-ico {
    margin-right: 18px;
  }

  .icons-menu-txt span {
    font-size: 1rem;
  }

  /*------------------------------------------*/

  /*   HERO   
/*------------------------------------------*/

  .hero-section.blur--purple:after {
    top: -25%;
    opacity: 0.18;
  }

  .hero-section h2 {
    margin-bottom: 15px;
  }

  .hero-section h2.s-48, .hero-section h2.s-50 {
    margin-bottom: 20px;
  }

  .hero-section p.p-md, .hero-section p.p-lg, .hero-section p.p-xl {
    margin-bottom: 25px;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px;
    font-size: 1.3125rem;
  }

  .hero-section .btn.mt--15, .hero-section .btns-group.mt--15 {
    margin-top: 0.5rem;
  }

  /* Hero Advantages */

  .hero-section .text--center .advantages {
    margin-top: 18px;
  }

  .hero-section .advantages li {
    margin-top: 0.25rem;
    display: block;
  }

  .hero-section .advantages li p {
    float: none;
    display: block;
  }

  .hero-section li.advantages-links-divider {
    display: none;
  }

  /* HERO LOGO */

  .hero-logo {
    margin-bottom: 28px;
  }

  .hero-logo img {
    max-height: 2rem;
  }

  .hero-square-logo {
    margin-bottom: 10px;
  }

  .hero-square-logo img {
    max-height: 4rem;
  }

  /* HERO APP LOGO */

  .hero-app-logo {
    margin-bottom: 25px;
  }

  .hero-app-logo img {
    max-height: 90px;
  }

  #hero-25 .hero-app-logo img {
    max-height: 90px;
  }

  /* HERO DIGITS */

  .hero-digits {
    margin-top: -5px;
  }

  #hero-9 .hero-digits {
    margin-top: 3px;
  }

  .hero-digits h2.statistic-number {
    font-size: 36px;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2rem;
  }

  /* HERO QUICK FORM */

  .hero-section .quick-form.mt--45, .hero-section .quick-form.mt--35 {
    margin-top: 0px;
  }

  .hero-section .quick-form .form-control, .hero-section .quick-form .btn {
    height: 58px;
    font-size: 1.175rem;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 58px;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.175rem;
  }

  .hero-section .quick-form.form-half .btn {
    height: 58px;
    font-size: 1.15rem;
  }

  .hero-section .text--center .quick-form-msg {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: 0px;
  }

  /* HERO REQUEST FORM */

  .request-form .form-control {
    height: 3.5rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.0625rem;
  }

  #hero-10-form .btn, #hero-22-form .btn {
    height: 3.5rem;
    padding: 1rem;
    font-size: 1.0625rem;
  }

  /* HERO-1 */

  .hero-1-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-1-img {
    margin-top: 35px;
  }

  /* HERO-2 */

  .hero-2-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-2-img {
    margin-top: 35px;
  }

  /* HERO-3 */

  .hero-3-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-3:after {
    height: 8%;
  }

  .hero-3-img {
    margin-top: 35px;
  }

  /* HERO-4 */

  #hero-4 {
    padding-top: 70px;
  }

  #hero-4::after {
    content: var(--tw-content);
    height: 7%;
  }

  .hero-4-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .font--inter .hero-4-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-4-txt p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-4-img {
    margin-top: 35px;
  }

  /* HERO-5 */

  #hero-5 {
    margin-bottom: 50px;
  }

  .hero-5-txt h2 {
    margin-bottom: 15px;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px;
  }

  /* HERO-6 */

  #hero-6 {
    padding-top: 0px;
  }

  #hero-6 .container {
    max-width: 100%;
  }

  .hero-6-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-6-txt p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-6-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-7 */

  #hero-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-7-txt h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-7 .quick-form {
    margin-left: 3%;
    margin-right: 3%;
  }

  .hero-7-img {
    margin-top: 35px;
  }

  /* HERO-8 */

  .hero-8-txt {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-8-txt .hero-logo {
    display: none;
  }

  .hero-8-txt .hero-digits {
    padding: 0px;
  }

  #hero-8-form {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 40px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #hero-8-form h4 {
    margin-bottom: 15px;
  }

  #hero-8-form p {
    margin-bottom: 16px;
    font-size: 1.0625rem;
  }

  #hero-8-form p.p-sm {
    padding: 0px;
    font-size: 1rem;
  }

  /* HERO-9 */

  .hero-9-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.45;
  }

  .hero-9-txt h2 img {
    top: -9px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 52px;
  }

  .hero-9-txt p.s-20 {
    margin-top: 0.625rem;
    font-size: 18px;
  }

  #hero-9 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  .hero-9-img {
    margin-top: 35px;
  }

  /* HERO-10 */

  #hero-10:after {
    height: 7%;
  }

  .hero-10-txt h2 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-10-txt h4 {
    margin-bottom: 25px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-10-img {
    margin-top: 35px;
  }

  /* HERO-11 */

  .hero-11-txt p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-11-img {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: -50px;
    margin-top: 30px;
  }

  /* HERO-12 */

  #hero-12:after {
    height: 7%;
  }

  .hero-12-txt h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .font--inter .hero-12-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-12-txt p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-12-img {
    margin-top: 35px;
  }

  /* HERO-13 */

  .hero-13-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-13-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  /* HERO-14 */

  #hero-14 {
    margin-bottom: 20px;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2rem;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px;
    padding: 0px;
  }

  #hero-14 .quick-form {
    margin-left: 4%;
    margin-right: 4%;
  }

  .hero-14-img {
    margin-top: 35px;
    margin-bottom: -20px;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px;
  }

  /* HERO-15 */

  .hero-15-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-15-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-16 */

  #hero-16 {
    margin-bottom: 35px;
    padding-top: 70px;
  }

  .hero-16-txt h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-16-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -35px;
    margin-top: 35px;
  }

  /* HERO-17 */

  .hero-17-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-17 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  #hero-17 #brands-1 {
    padding-top: 2.5rem;
  }

  /* HERO-18 */

  .hero-18-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-18-img {
    margin-top: 35px;
  }

  /* HERO-19 */

  .hero-19-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-19-txt p {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* HERO-20 */

  .hero-20-txt {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-20-txt .hero-logo {
    display: none;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 20px;
  }

  /* HERO-21 */

  #hero-21 {
    margin-bottom: 40px;
  }

  #hero-21 .container {
    max-width: 100%;
  }

  .hero-21-txt {
    margin-bottom: 50px;
  }

  .hero-21-txt h2 {
    margin-bottom: 20px;
  }

  .hero-21-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: visible;
    border-radius: 0 0;
  }

  #hero-21 .hero-overlay {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .hero-21-img {
    margin-bottom: -40px;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px);
  }

  /* HERO-22 */

  #hero-22-form {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
  }

  #hero-22 .hero-logo {
    display: none;
  }

  #hero-22-form h4 {
    margin-bottom: 15px;
    padding: 0px;
    font-size: 1.6875rem;
  }

  #hero-22-form p {
    margin-bottom: 16px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  /* HERO-23 */

  .hero-23-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-23-img {
    margin-top: 0.75rem;
  }

  /* HERO-24 */

  #hero-24 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-24-txt p.p-xl {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-24 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* HERO-25 */

  .hero-25-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px;
  }

  /* HERO-26 */

  .hero-26-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-26-img {
    margin-top: 35px;
  }

  /* HERO-27 */

  .hero-27-txt h2 {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }

  .hero-27-txt p.s-20, .hero-27-txt p.s-21 {
    font-size: 1.15rem;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0px;
  }

  /*------------------------------------------*/

  /*  CONTENT
/*------------------------------------------*/

  /* ABOUT */

  .about-2-title {
    margin-bottom: 30px;
  }

  .a2-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .a2-txt-quote {
    position: relative;
    margin-bottom: -40px;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before, .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }

  .a2-txt-author {
    margin-top: 0.625rem;
    font-size: 18px;
  }

  .a2-txt-author span {
    margin-top: 1px;
    font-size: 0.975rem;
  }

  #about-1 .txt-block h3.mb--30, .about-2-title h2.mb--30 {
    margin-bottom: 15px;
  }

  #about-4 .txt-block h2 {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #about-4 .txt-block p {
    margin-top: 15px;
  }

  #a4-2 {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* FEATURES */

  #features-14 .container {
    max-width: 100%;
  }

  .fbox-14-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #features-12.py--100.shape--bg:after, #features-13.py--100.shape--bg:after {
    top: 33%;
    height: 67%;
  }

  #features-12.pt--100.shape--bg:after, #features-13.pt--100.shape--bg:after {
    top: 32.6%;
    height: 64%;
  }

  .row-cols-md-3 .fbox-4, .row-cols-md-2 .fbox-4, .fbox-7, .fbox-9 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2.5rem;
    padding-bottom: 35px;
  }

  .fbox-5 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 2.5rem;
  }

  .row-cols-md-2 .fbox-7 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 2.5rem;
    padding-bottom: 35px;
  }

  .fbox-8.fb-1 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 2.5rem;
  }

  .fbox-8.bg--white-100 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .fbox-8.fb-3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .fbox-12, .fbox-13 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #fb-12-1, #fb-13-1 {
    margin-top: 60px;
  }

  .fbox-14 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fbox-14.fb-1, .fbox-14.fb-2 {
    margin-bottom: 30px;
  }

  .fbox-img.h-135 img, .fbox-img.h-140 img, .fbox-img.h-145 img, .fbox-img.h-150 img, .fbox-img.h-155 img, 
.fbox-img.h-160 img, .fbox-img.h-165 img, .fbox-img.h-170 img, .fbox-img.h-175 img, .fbox-img.h-180 img {
    max-height: 185px;
  }

  .fbox-2 .fbox-img.h-135 img, .fbox-2 .fbox-img.h-140 img, .fbox-2 .fbox-img.h-145 img, .fbox-2 .fbox-img.h-150 img, 
.fbox-2 .fbox-img.h-155 img, .fbox-2 .fbox-img.h-160 img, .fbox-2 .fbox-img.h-165 img, .fbox-2 .fbox-img.h-170 img, 
.fbox-2 .fbox-img.h-175 img, .fbox-2 .fbox-img.h-180 img {
    max-height: 180px;
  }

  .fbox-3 .fbox-img.h-135 img, .fbox-3 .fbox-img.h-140 img, .fbox-3 .fbox-img.h-145 img, .fbox-3 .fbox-img.h-150 img, 
.fbox-3 .fbox-img.h-155 img, .fbox-3 .fbox-img.h-160 img, .fbox-3 .fbox-img.h-165 img, .fbox-3 .fbox-img.h-170 img, 
.fbox-3 .fbox-img.h-175 img, .fbox-3 .fbox-img.h-180 img {
    max-height: 180px;
  }

  .fbox-4 .fbox-img.h-135 img, .fbox-4.fbox-img.h-140 img, .fbox-4 .fbox-img.h-145 img, .fbox-4 .fbox-img.h-150 img, 
.fbox-4 .fbox-img.h-155 img, .fbox-4 .fbox-img.h-160 img, .fbox-4 .fbox-img.h-165 img, .fbox-4 .fbox-img.h-170 img, 
.fbox-4 .fbox-img.h-175 img {
    max-height: 165px;
  }

  .fbox-1 .fbox-img, .row-cols-md-2 .fbox-1 .fbox-img, .fbox-4 .fbox-img, .row-cols-md-2 .fbox-4 .fbox-img {
    margin-bottom: 30px;
  }

  .fbox-2 .fbox-img.h-135, .fbox-2 .fbox-img.h-140, .fbox-2 .fbox-img.h-145, 
.fbox-2 .fbox-img.h-150, .fbox-2 .fbox-img.h-155, .fbox-2 .fbox-img.h-160, 
.fbox-2 .fbox-img.h-165, .fbox-2 .fbox-img.h-170, .fbox-2 .fbox-img.h-175, 
.fbox-2 .fbox-img.h-180 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 2.5rem;
  }

  .fbox-3 .fbox-img.h-135, .fbox-3 .fbox-img.h-140, .fbox-3 .fbox-img.h-145, 
.fbox-3 .fbox-img.h-150, .fbox-3 .fbox-img.h-155, .fbox-3 .fbox-img.h-160, 
.fbox-3 .fbox-img.h-165, .fbox-3 .fbox-img.h-170, .fbox-3 .fbox-img.h-175, 
.fbox-3 .fbox-img.h-180 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 2.5rem;
  }

  .fbox-5.fb-1 .fbox-5-img, .fbox-5.fb-2 .fbox-5-img, .fbox-5.fb-3 .fbox-5-img, 
.fbox-5.fb-4 .fbox-5-img, .fbox-5.fb-5 .fbox-5-img, .fbox-5.fb-6 .fbox-5-img {
    margin-left: 9%;
    margin-right: 9%;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .fbox-ico, .fbox-ico.ico-rounded, .fbox-ico.ico-square {
    margin-bottom: 20px;
  }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-50 [class*="flaticon-"]:after,
.fbox-wrapper .ico-55 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-55 [class*="flaticon-"]:after,
.fbox-wrapper .ico-60 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-60 [class*="flaticon-"]:after,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before, 
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.65rem;
  }

  .fbox-10 .fbox-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fbox-10 .fbox-title span {
    float: none;
    margin-right: 0px;
    line-height: 1;
  }

  .fbox-10 .fbox-title h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .features-section h6.s-18, .features-section h6.s-20, .features-section h6.s-22 {
    font-size: 1.4375rem;
  }

  /* 23px */

  .features-section h6, .fbox-txt h5, .rows-2 .fbox-11 h6, .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 15px;
  }

  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-3 .fbox-1 p, .row-cols-md-3 .fbox-2 p, .row-cols-md-3 .fbox-3 p, .row-cols-md-3 .fbox-6 p, .row-cols-md-2 .fbox-1 p,
.row-cols-md-2 .fbox-2 p, .row-cols-md-2 .fbox-3 p, .row-cols-md-2 .fbox-6 p, .fbox-5 .fbox-txt p, .fbox-10 p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-3 .fbox-4 p, .row-cols-md-2 .fbox-4 p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .fbox-5 .fbox-txt p, .rows-3 .fbox-11 p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding: 0px;
  }

  /* CONTENT */

  .ct-10 .section-overlay {
    margin-bottom: 40px;
  }

  .ct-top {
    margin-bottom: 70px;
  }

  .ct-13 .txt-block, .ct-13 .img-block {
    margin-bottom: 35px;
  }

  .ct-13 .txt-block.ml--block, .ct-13 .img-block.ml--block {
    margin-bottom: 0px;
  }

  /* Content Box Wrapper */

  .content-section.ws-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .bc-1-wrapper .section-overlay, .bc-2-wrapper .section-overlay, .bc-3-wrapper .section-overlay {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-4-wrapper .section-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-5-wrapper .section-overlay {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .cbox-6-wrapper {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bc-6-wrapper .section-overlay {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.25rem;
    padding-bottom: 30px;
  }

  .bc-1-wrapper, .bc-2-wrapper, .bc-3-wrapper, .bc-4-wrapper, .bc-5-wrapper, .bc-6-wrapper {
    border-radius: 0 0;
  }

  .bc-5-wrapper .section-title p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .txt-box {
    margin-bottom: 15px;
  }

  .bc-2-txt h2, .bc-3-txt h2, .bc-4-txt h2, .txt-block h3, .txt-block h2 {
    margin-bottom: 14px;
  }

  .cbox-2-txt h5, .cbox-3-txt h5, .bc-6-txt h5 {
    margin-bottom: 12px;
  }

  .txt-block p.p-sm, .txt-block p {
    margin-bottom: 14px;
  }

  .txt-block p.s-20, .txt-block p.s-21 {
    font-size: 1.1875rem;
  }

  .cbox-5-fea p, .txt-block p.video-txt-sm, .txt-block p.btn-txt, .txt-block p.btns-group-txt,
.txt-block p.compatibility {
    margin-bottom: 0px;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px;
  }

  .txt-block .btn {
    margin-top: 18px;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 0px;
  }

  .txt-block .stores-badge.mt--15, .ws-wrapper .stores-badge.mt--15 {
    margin-top: 0.5rem;
  }

  .bc-6-link.mt--15 {
    margin-top: 0.75rem;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 1rem;
  }

  /* Content Box */

  .right-column .cbox-5 {
    margin-bottom: 40px;
  }

  .cbox-5-content {
    margin: 0px;
    padding: 35px;
  }

  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px;
    font-size: 2.65rem;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px;
    right: 0.375rem;
    font-size: 2.15rem;
  }

  .cbox-5-fea {
    margin-top: 1.25rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem;
  }

  .cbox-5-txt .btn {
    margin-top: 14px;
  }

  #cb-6-1, #cb-6-2, #cb-6-3 {
    margin-bottom: 24px;
  }

  /* Content Box Icon */

  .cbox-1.ico-10 span {
    right: 0.375rem;
  }

  .cbox-1.ico-15 span {
    right: 0.375rem;
    top: 0.5px;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before, .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem;
  }

  .cbox-2 .ico-wrap {
    margin-right: 1rem;
  }

  .cbox-2-ico {
    height: 2.3rem;
    width: 2.3rem;
    font-size: 1.15rem;
    line-height: 2.05rem;
  }

  .ct-03 .cbox-2-ico {
    height: 1.6rem;
    width: 1.6rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .cbox-2-line {
    height: calc(100% - 74px);
  }

  .cbox-3 {
    display: block;
    text-align: center;
  }

  .cbox-3 .ico-wrap {
    margin-right: 0px;
  }

  .cbox-3 .cbox-3-ico {
    top: 0px;
    margin-bottom: 10px;
  }

  .cbox-2-txt, .cbox-3-txt {
    margin-bottom: 25px;
  }

  .ct-03 .cbox-2-txt {
    margin-bottom: 20px;
  }

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

  .box-title h6, .box-title h5 {
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .cbox-4-txt {
    margin-bottom: 30px;
  }

  .img-block-txt .box-title h6, 
.img-block-txt .box-title h5 {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 2.35rem;
  }

  .box-title span {
    position: relative;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    display: block;
  }

  .img-block-txt .box-title span {
    top: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0px;
    display: inline-block;
  }

  .box-title span[class*="flaticon-"]:before, .box-title span[class*="flaticon-"]:after {
    font-size: 3.25rem;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before, 
.img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem;
  }

  /* Content Box Typography */

  .cbox-1-txt p {
    margin-bottom: 5px;
  }

  .cbox-6 h6 {
    margin-bottom: 12px;
  }

  /* Accordion */

  .txt-block .accordion-1 .accordion-item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: 0px;
    font-size: 0.95rem;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: 0.5rem;
    font-size: 0.95rem;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 0.875rem;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 1.25rem;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: 0px;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-left: 0.75rem;
    padding-right: 0px;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
.accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 0.375rem;
    font-size: 1.75rem;
  }

  /* Tabs */

  .tabs-1 li {
    font-size: 18px;
  }

  /* Advantages */

  .advantages, .text--center .advantages {
    margin-top: 15px;
  }

  .img-block-btn .advantages li {
    margin-top: 0.25rem;
    display: block;
  }

  .img-block-btn .advantages li p {
    float: none;
    display: block;
  }

  .img-block-btn li.advantages-links-divider {
    display: none;
  }

  /* Compatibility */

  .compatibility {
    margin-top: 0.625rem;
  }

  /* Tools List / Payments Icons */

  .tools-list p, .payment-methods p {
    margin-bottom: 12px;
  }

  .tools-list span {
    padding-right: 1px;
  }

  .payment-icons img {
    max-height: 30px;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before, 
.tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 0.25rem;
    font-size: 2.125rem;
    line-height: 2.125rem;
  }

  /* Content Box Shapes */

  .cbox-5-shape-1, .cbox-5-shape-2 {
    display: none;
  }

  /* Content Images */

  .img-block.img-block-bkg img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .img-block-hidden, .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px;
  }

  .ct-10 .img-block {
    margin-bottom: -40px;
  }

  .ct-01 .img-block, .ct-02 .img-block, .ct-03 .img-block.right-column, .ct-03 .img-block.left-column {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0px;
    margin-bottom: 35px;
  }

  .ct-01 .img-block.j-img, .ct-02 .img-block.j-img {
    margin-left: 0%;
    margin-right: 0px;
  }

  .ct-06 .img-block, .ct-07 .img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -70px;
  }

  .bc-6-img {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .img-block-hidden .video-btn, .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: 50%;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 30px);
  }

  .img-block-txt, .img-block-btn {
    margin-top: 40px;
  }

  .ct-11 .img-block, .ct-12 .img-block {
    margin-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* STATISTIC */

  .sb-rounded .statistic-block {
    padding: 25px;
    text-align: center;
  }

  #statistic-5 .statistic-digit {
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 0px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  #sb-1-1, #sb-1-2, #sb-3-1, #sb-3-2, #sb-3-3 {
    margin-bottom: 35px;
  }

  #sb-2-1, #sb-2-2, #sb-2-3, #sb-2-4 {
    width: 50%;
  }

  #sb-2-3, #sb-2-4 {
    padding-right: 0.75rem;
  }

  #sb-4-3 {
    margin-bottom: 30px;
  }

  #sb-5-1, #sb-5-2 {
    margin-bottom: 35px;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px;
  }

  h2.statistic-number {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 2rem;
  }

  #statistic-1 h2.statistic-number {
    letter-spacing: -0.5px;
  }

  #sb-2-1 h2.statistic-number, #sb-2-2 h2.statistic-number {
    margin-bottom: 12px;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 36px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm, #sb-2-4 .statistic-block p.p-sm {
    margin-top: 0.75rem;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem;
  }

  #statistic-5 .statistic-txt p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* PROJECTS */

  #pt--1-1, #pt--1-2, #pt--1-3, .inner-page-hero #pt--1-3, .inner-page-hero #pt--1-4, .inner-page-hero #pt--1-5 {
    margin-bottom: 40px;
  }

  .project-details h5 {
    margin-bottom: 25px;
  }

  .more-projects {
    margin-top: 45px;
  }

  /* PROJECT DETAILS */

  .single-project .project-title {
    margin-bottom: 40px;
  }

  .project-title h2 {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
  }

  .project-data p {
    margin-bottom: 5px;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 35px;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .project-description .more-projects {
    margin-top: 45px;
  }

  .project-description .more-projects span {
    left: 0.25rem;
    top: 1px;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before, 
.project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 18px;
  }

  /* RATING */

  #rb-2-1, #rb-2-2 {
    margin-bottom: 25px;
  }

  .rating-title h5 {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .rbox-1-img {
    margin-bottom: 15px;
  }

  .rbox-1-img img {
    max-height: 31px;
  }

  .rbox-2-txt img {
    max-height: 31px;
  }

  p.rbox-2-txt {
    margin-top: 0.5rem;
    line-height: 31px;
  }

  .rbox-1 .star-rating {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1;
  }

  .rbox-1 .star-rating span {
    top: 0.125rem;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before, .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before, .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.35rem;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before, .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.35rem;
  }

  /* TESTIMONIALS */

  #reviews-4 .txt-block, #reviews-5 .txt-block {
    text-align: center;
  }

  #reviews-4 .txt-block h2, #reviews-5 .txt-block h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.90625rem;
  }

  /* 30.5px */

  .review-1 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .review-2, .review-3, .review-4, .review-5 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .review-txt {
    margin-top: -40px;
  }

  .review-txt h6 {
    margin-bottom: 10px;
  }

  .review-3 .review-txt p {
    font-size: 1.0625rem;
  }

  .review-1 .author-data, .review-2 .author-data, 
.review-3 .author-data, .review-4 .author-data, .review-5 .author-data {
    margin-top: 1.25rem;
  }

  .review-avatar img, .owl-item .review-avatar img {
    height: 52px;
    width: 52px;
  }

  .review-2 .review-avatar img, .review-3 .review-avatar img, .review-5 .review-avatar img {
    height: 52px;
    width: 52px;
  }

  .review-author {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.75rem;
    padding-right: 0px;
  }

  .review-1 .review-author, .review-2 .review-author, .review-3 .review-author, .review-5 .review-author {
    margin-top: 3px;
  }

  .review-author h6 {
    margin-bottom: 8px;
  }

  .review-1 .review-author h6, .review-2 .review-author h6, .review-3 .review-author h6, 
.review-4 .review-author h6, .review-5 .review-author h6 {
    font-size: 1.2rem;
  }

  /* PRESS */

  .press-logo img {
    max-height: 74px;
  }

  .press-txt {
    margin-top: 0.625rem;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* BRANDS */

  #brands-3:after {
    height: 75%;
  }

  .brands-title {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brands-title.mb--35, .brands-title.mb--40 {
    margin-bottom: 25px;
  }

  .brands-title.mb--50 {
    margin-bottom: 30px;
  }

  .brands-title h4, .brands-title h3, .brands-title h2 {
    margin-bottom: 8px;
  }

  .brands-title p.p-md, .brands-title p.p-lg {
    font-size: 1.0625rem;
  }

  .brands-3-wrapper, .brands-3-wrapper.brands-3-static {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-2-4, #brand-3-1, #brand-3-2, #brand-4-1, #brand-4-2, 
#brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6, #brand-4-7, #brand-4-8, #brands-4 .brand-logo.mb--40 {
    margin-bottom: 25px;
  }

  #brand-3-5 {
    display: none;
  }

  #brands-1 .brands-carousel-6 .brand-logo, #brands-1 .brands-carousel-5 .brand-logo {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #brands-1 .justify-content-center .brand-logo, #brands-4 .brand-logo {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #brands-2 .brand-logo, #brands-3 .brand-logo, #brands-3 .brands-3-static .brand-logo {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brands-section .more-btn {
    margin-top: 30px;
  }

  /* INTEGRATIONS */

  #integrations-2 .container {
    max-width: 100%;
  }

  .integrations-2-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .in_tool_logo.ico-65 img {
    height: 55px;
    width: 55px;
  }

  .in_tool h6 {
    font-size: 18px;
  }

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 52px;
    width: 52px;
  }

  .integrations-1-wrapper .in_tool {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .integrations-1-wrapper .in_tool.mb--30, .integrations-1-wrapper .it-7, .integrations-1-wrapper .it-8 {
    margin-bottom: 25px;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 5px;
    font-size: 1.325rem;
    line-height: 1;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: 0.375rem;
    font-size: 1.0625rem;
  }

  .integrations-section .more-btn.mt--60, .integrations-section .more-btn.mt--70 {
    margin-top: 30px;
  }

  /* PRICING */

  .pricing-1-table, .text--center .pricing-1-table {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pricing-2-table {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pricing-3-table {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .pricing-4-table {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pricing-table-header h5, .pricing-table-header h4 {
    font-size: 1.5625rem;
  }

  .pricing-discount {
    right: -2px;
    top: 0px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pricing-1-table .pricing-discount {
    right: 0px;
    top: -0.25rem;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text--center .pricing-1-table .pricing-discount {
    right: -5px;
    top: -2rem;
  }

  .pricing-discount h6 {
    font-size: 1.05rem;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9375rem;
  }

  .p-table p.btn-txt {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.75rem;
    margin-bottom: 0px;
  }

  .price span {
    font-size: 2.75rem;
  }

  .pricing-2-table.highlight .price span {
    font-size: 2.5rem;
  }

  .pricing-3-table .price span {
    font-size: 4.25rem;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.75rem;
  }

  .price sup {
    top: -5px;
    font-size: 2rem;
  }

  .pricing-3-table .price sup {
    top: -19px;
    font-size: 2.45rem;
  }

  .pricing-4-table .price sup {
    top: -5px;
    font-size: 2rem;
  }

  .pricing-3-table .price sup.coins {
    top: -22px;
    font-size: 2.45rem;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.3125rem;
  }

  .pricing-3-table .price sup.validity {
    top: 0px;
    margin-top: 1.25rem;
    margin-bottom: 35px;
    font-size: 1.3125rem;
  }

  .pricing-4-table .price sup.validity {
    left: 0.25rem;
    font-size: 1.3125rem;
  }

  .text--center .price p, .text--center .pricing-2-table .price p {
    padding: 0px;
  }

  .pricing-2-table hr {
    margin-top: 1.25rem;
  }

  /* Pricing Features */

  .pricing-features.mt--25 {
    margin-top: 1.25rem;
  }

  .pricing-features li, .pricing-4-table .pricing-features li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  /* Pricing Notice */

  .pricing-notice.mb--40 {
    margin-bottom: 30px;
  }

  .lg\:w-9\/12 .pricing-notice p, .lg\:w-10\/12 .pricing-notice p {
    padding: 0px;
  }

  /* Pricing Toggle Button */

  #pricing-4 .ext-toggle-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem;
  }

  /* Pricing Compare */

  .table-responsive.mb--50 {
    margin-bottom: 30px;
  }

  .table>:not(caption)>*>* {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9375rem;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.915rem;
    line-height: 1.25;
  }

  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
.table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
.table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem;
  }

  .pbox {
    padding: 0px;
  }

  #pbox-1, #pbox-2, #pbox-3 {
    margin-bottom: 30px;
  }

  .pricing-section .txt-box-last, .pricing-section .pm-last {
    margin-bottom: 40px;
  }

  .comp-table-payment h6 {
    margin-bottom: 15px;
  }

  /* TEAM */

  #team-1.pb--40, #team-2.pb--40 {
    padding-bottom: 30px;
  }

  .team-member.mb--40, .team-member.mb--50, .team-member.mb--60 {
    margin-bottom: 40px;
  }

  .team-member-photo {
    margin-bottom: 25px;
  }

  #team-1 .team-member-data, #team-2 .team-member-data {
    margin-left: 0.625rem;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px;
    font-size: 1.4375rem;
  }

  /* 23px */

  .team-member-data p {
    font-size: 1.175rem;
  }

  ul.tm-social, #team-1 ul.tm-social {
    right: 0.625rem;
    top: 5px;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before, .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.4125rem;
  }

  /* CAREERS */

  #careers-1 {
    padding-bottom: 2.5rem;
  }

  .role-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: center;
  }

  .role-box-txt span, #careers-1 .role-box span {
    margin-bottom: 12px;
  }

  .role-box-txt h6 {
    margin-bottom: 5px;
    line-height: 1.4;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .role-box-txt p {
    margin-bottom: 14px;
  }

  /* CAREER ROLE */

  #role-page .inner-page-title {
    margin-bottom: 25px;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px;
  }

  #role-page .inner-page-title p {
    padding: 0px;
  }

  .role-info hr, #role-page .cbox-6-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .txt-block.role-info .btn {
    margin-top: 30px;
  }

  /* BANNER */

  #banner-12, #banner-13 {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  #banner-9.py--70 {
    padding-top: 55px;
    padding-bottom: 65px;
  }

  #banner-1 .container, #banner-2 .container, #banner-3 .container,
#banner-11 .container, #banner-12 .container, #banner-13 .container {
    max-width: 100%;
  }

  .banner-1-wrapper, .banner-2-wrapper, .banner-3-wrapper,
.banner-11-wrapper, .banner-12-wrapper, .banner-13-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
  }

  .banner-1-wrapper .banner-overlay, .banner-2-wrapper .banner-overlay, 
.banner-3-wrapper .banner-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  #banner-5 .banner-overlay.pt--80.pb--90, #banner-7 .banner-overlay.pt--80.pb--90, #banner-6 .banner-overlay, 
#banner-8 .banner-overlay, #banner-14 .banner-overlay, #banner-15 .banner-overlay {
    padding-top: 55px;
    padding-bottom: 65px;
  }

  #banner-10 .banner-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden;
    border-radius: 0 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 55px;
    padding-bottom: 0px;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible;
    border-radius: 0 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 55px;
    padding-bottom: 0px;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible;
    border-radius: 0 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .banner-16-wrapper .banner-overlay {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .banner-5-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-8-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-12-txt, .banner-13-txt {
    margin-top: 0px;
    padding-right: 0px;
  }

  .banner-section .section-id {
    margin-bottom: 18px;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px;
  }

  .banner-section h2 {
    font-size: 1.90625rem;
  }

  .banner-section h3 {
    font-size: 1.78125rem;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px;
  }

  .banner-2-txt h2, .banner-10-txt h2 {
    margin-bottom: 25px;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-7-txt h2 {
    margin-bottom: 25px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-10-txt h6 {
    margin-bottom: 8px;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px;
    font-size: 3.5rem;
  }

  .banner-11-txt h2, .banner-12-txt h2, .banner-13-txt h2 {
    margin-bottom: 14px;
  }

  .banner-15-txt h2 {
    margin-bottom: 30px;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-section p.p-lg, .banner-section p.p-xl {
    margin-bottom: 20px;
  }

  .sm-title .banner-1-txt p.p-lg, .sm-title .banner-1-txt p.p-xl,
.banner-6-txt p.p-lg, .banner-6-txt p.p-xl {
    margin-top: 0.75rem;
    margin-bottom: 20px;
  }

  .banner-3-txt p.p-lg, .banner-3-txt p.p-xl, .banner-5-txt p.p-lg, .banner-5-txt p.p-xl {
    margin-top: 0.75rem;
  }

  .banner-5-txt p.s-21, .banner-5-txt p.s-22 {
    margin-top: 0.75rem;
    margin-bottom: 18px;
  }

  .banner-9-txt p.p-lg, .banner-9-txt p.p-xl {
    margin-top: 0.75rem;
    margin-bottom: 22px;
  }

  .banner-11-txt p {
    padding-right: 0px;
  }

  .banner-14-txt p.p-lg {
    margin-top: 1.25rem;
    margin-bottom: 25px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 1.25rem;
  }

  .banner-8-buttons {
    margin-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-15-txt .download-links {
    margin-top: 15px;
  }

  .banner-section .btns-group .btn:first-child {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 0.75rem;
  }

  .banner-9-img {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .banner-10-img {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .banner-11-img {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 35px;
    margin-bottom: -20px;
  }

  .banner-12-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: -40px;
    --tw-rotate: 0deg;
    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));
  }

  /* DOWNLOAD */

  span.version-data {
    margin-right: 0.625rem;
    font-size: 2rem;
  }

  span.release-date span {
    margin-left: 0.625rem;
  }

  /* FAQs */

  #faqs-1, #faqs-4 {
    padding-bottom: 50px;
  }

  @media (max-width: 767px) {
    #faqs-1, #faqs-4 {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 320.98px) {
    #faqs-1, #faqs-4 {
      padding-bottom: 30px;
    }
  }

  /* FAQs Section Title */

  #faqs-1 .section-title {
    margin-bottom: 20px;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 30px;
  }

  #faqs-3 .section-title {
    margin-bottom: 40px;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 40px;
  }

  #faqs-3 .section-title .contact-link {
    display: block;
  }

  /* FAQs Accordion */

  .faqs-section .accordion-thumb {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 22px;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 25px;
  }

  .faqs-section .accordion-item .accordion-thumb:after, 
.faqs-section .accordion-item.is-active .accordion-thumb:after {
    right: 0px;
    top: 23px;
    font-size: 14px;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after, 
#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    right: 2px;
    top: 22px;
    font-size: 0.9rem;
  }

  .accordion-panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
  }

  #faqs-2 .accordion-panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  #faqs-2 .accordion-panel-item.mb--35, #faqs-3 .question.mb--35 {
    margin-bottom: 25px;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8%;
    line-height: 1.4;
  }

  .question h5, .accordion-panel-item h5 {
    margin-bottom: 15px;
    line-height: 1.4;
  }

  /* FAQs Tabs */

  .faqs-section .tabs-1 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .faqs-section .tabs-1 li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    min-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  /* More Questions Link */

  #faqs-2 .more-questions {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 0px;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px;
  }

  .more-questions-txt {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .more-questions-txt p {
    font-size: 18px;
  }

  /* NEWSLETTER */

  #newsletter-1 .newsletter-overlay, #newsletter-5 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 2.5rem;
  }

  #newsletter-2 .container {
    max-width: 100%;
  }

  #newsletter-2 .newsletter-overlay {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 2.5rem;
  }

  #newsletter-3, #newsletter-4 .newsletter-overlay {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  #newsletter-4 .newsletter-txt, #newsletter-5 .newsletter-txt {
    padding: 0px;
  }

  .newsletter-txt h2, #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px;
  }

  .newsletter-txt h4, .newsletter-txt h3 {
    margin-bottom: 25px;
    padding: 0px;
    font-size: 1.75rem;
  }

  #newsletter-3 .newsletter-txt p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: 0px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px;
  }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form, #newsletter-3 .newsletter-form {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-4 .newsletter-form {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .newsletter-section .form-control, #newsletter-1.newsletter-section .form-control, 
#newsletter-5.newsletter-section .form-control {
    height: 54px;
    font-size: 1.0625rem;
  }

  .newsletter-section .btn, #newsletter-1 .btn, #newsletter-5.newsletter-section .btn {
    height: 54px;
    font-size: 1.0625rem;
  }

  /* BLOG */

  .blog-post-img.mb--35 {
    margin-bottom: 30px;
  }

  .post-tag {
    margin-bottom: 14px;
    font-size: 0.825rem;
  }

  .blog-post-txt h6, .blog-post-txt h4.mb--20, .blog-post-txt h3 {
    margin-bottom: 14px;
  }

  .blog-post-meta.mt--20, .blog-post-meta.mt--30 {
    margin-top: 14px;
  }

  .post-meta-list p {
    margin-bottom: 0px;
  }

  /* Blog Listing */

  .wide-post {
    margin-bottom: 40px;
  }

  .wide-post h3.s-36, .wide-post h3.s-38, .wide-post h3.s-40, .square-post h4.s-34 {
    font-size: 1.3125rem;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px;
  }

  .square-post {
    margin-top: 0.625rem;
    margin-bottom: 40px;
  }

  .square-post .blog-post-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .posts-category {
    margin-top: 0.625rem;
    margin-bottom: 30px;
  }

  .posts-category span {
    top: 1.25px;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before, 
.posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem;
  }

  /* Single Blog Post */

  .single-post-title h3, .single-post-title h2 {
    margin-bottom: 20px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 25px;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none;
  }

  #single-post .post-meta-list li {
    margin-top: 0.625rem;
    display: block;
  }

  .post-inner-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .single-post-txt h5, .single-post-txt h4 {
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 25px;
    font-size: 1.0625rem;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem;
    line-height: 1.3;
  }

  .post-share-list {
    margin-top: 30px;
    padding-bottom: 2.5rem;
  }

  .post-author {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
  }

  .post-author-avatar img {
    height: 70px;
    width: 70px;
  }

  .post-author-txt h5 {
    margin-bottom: 10px;
  }

  .author-follow-btn {
    right: 0.625rem;
    top: 135px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .post-comments {
    padding-top: 50px;
  }

  .post-comments h5 {
    margin-bottom: 40px;
  }

  .post-comments img {
    height: 45px;
    width: 45px;
  }

  .comment-body {
    margin-left: 18px;
  }

  .comment-meta {
    margin-bottom: 8px;
  }

  .comment-meta h6 {
    margin-bottom: 5px;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px;
  }

  .comment-form p {
    margin-bottom: 10px;
  }

  .comment-form {
    margin-top: 50px;
  }

  .comment-form .btn {
    margin-top: 0px;
  }

  /* CONTACTS */

  #contacts-1 .section-title p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px;
    font-size: 14px;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .contact-form .form-control, .contact-form .form-select {
    height: 54px;
  }

  .contact-form textarea {
    min-height: 170px;
  }

  .contact-form textarea.form-control {
    padding: 15px;
  }

  /* FOOTER */

  .footer {
    padding-bottom: 30px;
  }

  .footer hr {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .bottom-footer p.p-sm {
    margin-bottom: 0px;
  }

  #footer-10.pt--50 {
    padding-top: 0px;
  }

  #footer-11.p-404.pt--50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer .sm\:w-4\/12, .footer .sm\:w-6\/12, .footer .sm\:w-8\/12 {
    float: left;
    width: 50%;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .footer-info, .footer-links, .footer-stores-badge {
    margin-bottom: 35px;
  }

  #footer-2 .footer-info {
    margin-bottom: 40px;
  }

  #footer-6 .footer-info, #footer-7 .footer-info {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px;
    padding-bottom: 35px;
  }

  #footer-8 .footer-links, #footer-10 .footer-links {
    margin-bottom: 10px;
  }

  img.footer-logo, img.footer-logo-dark {
    max-height: 37px;
  }

  #footer-1 .footer-logo, #footer-5 .footer-logo, #footer-6 .footer-logo, #footer-7 .footer-logo {
    margin-bottom: 24px;
  }

  #footer-10 img.footer-logo {
    max-height: 37px;
  }

  .footer h6 {
    margin-bottom: 20px;
    font-size: 1.21875rem !important;
  }

  /* 19.5px */

  .footer-mail-link {
    font-size: 18px;
  }

  /* 18px */

  .footer-mail-link span {
    right: 2px;
    top: 3px;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 5px;
  }

  #footer-8 .foo-links li {
    display: block;
    padding-left: 0px;
  }

  #footer-10 .foo-links li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .foo-links.ico-10 li span {
    right: 3px;
    top: 1px;
  }

  .foo-links li a span.ext-link {
    left: 3px;
    top: 0.5px;
  }

  .footer-stores-badge .store {
    margin-right: 0px;
  }

  .footer-socials.ico-25 [class*="flaticon-"]:before, 
.footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.3925rem;
  }

  .footer-form {
    margin-right: 5%;
  }

  #footer-9 .footer-form {
    margin-bottom: 0px;
  }

  .footer-form .form-control {
    height: 34px;
    font-size: 1.1rem;
  }

  .footer-form .btn {
    height: 34px;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before, 
.footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 18px;
    line-height: 1.75rem;
  }

  .bottom-footer-socials {
    margin-top: 0.625rem;
  }

  .bottom-footer-socials li {
    padding-left: 0.75rem;
  }

  .bottom-footer-socials li:first-child {
    padding-left: 0px;
  }

  .bottom-footer-list {
    margin-top: 3px;
  }

  #footer-4 .bottom-footer-list li, #footer-9 .bottom-footer-list li {
    padding-left: 0.5rem;
  }

  .footer-list-divider {
    top: -1px;
  }

  .bottom-secondary-link p span {
    top: 1.5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-info-copyright p span {
    top: 0.125rem;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
.footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem;
  }

  /* INNER PAGE WRAPPER */

  .inner-page-title {
    margin-bottom: 50px;
  }

  .inner-page-title h2 {
    margin-bottom: 0px;
  }

  .inner-page-title p {
    margin-top: 0.625rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.15rem !important;
    line-height: 1.6666;
  }

  .page-hero-section h1 {
    margin-bottom: 20px;
    line-height: 1.25;
  }

  /* PAGE PAGINATION */

  .page-link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.95rem;
  }

  .pagination.ico-20 [class*="flaticon-"]:before, 
.pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px;
  }

  /* SIGN IN / SIGN UP */

  .login-page-logo {
    margin-bottom: 40px;
  }

  .login-page-logo img {
    max-height: 2.5rem;
  }

  .register-form-title {
    margin-bottom: 25px;
  }

  .register-form-title h3 {
    font-size: 1.6875rem;
  }

  .separator-line, .register-page-form p.input-header, .form-data span, .register-page-form .btn-google {
    font-size: 1rem;
  }

  #signup .form-data span {
    font-size: 0.935rem;
  }

  .reset-password-link p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .register-page-form p.create-account {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .separator-line {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .reset-form-title {
    margin-bottom: 16px;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px;
    font-size: 1rem;
  }

  .reset-page-wrapper {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .reset-page-wrapper form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 35px;
    padding-bottom: 0.625rem;
  }

  #login .register-page-form, #signup .register-page-form {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #login.login-1 .register-page-form, #signup.signup-1 .register-page-form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reset-page-wrapper .form-control, 
.register-page-form .form-control {
    margin-bottom: 20px;
    height: 3.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.0625rem;
  }

  #login .register-page-form .btn.submit {
    margin-top: 0.75rem;
    height: 3.5rem;
    font-size: 1.0625rem;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 1.25rem;
    height: 3.5rem;
    font-size: 1.0625rem;
  }

  .reset-page-wrapper .btn.submit {
    height: 3.5rem;
    font-size: 1.0625rem;
  }

  .btn-google img {
    right: 5px;
    top: -0.125rem;
    height: 1.25rem;
    width: 1.25rem;
  }

  .btn-show-pass {
    top: 18px;
  }

  /* PAGE 404 */

  .page-404-txt {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .page-404-txt h2 {
    margin-bottom: 15px;
  }

  .page-404-txt h6 {
    margin-bottom: 22px;
    padding: 0px;
    line-height: 1.6666;
  }

  .page-404-img {
    margin-bottom: 35px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* MODAL */

  #modal-1 .modal-dialog {
    margin: auto;
    max-width: 350px;
  }

  #modal-2 .modal-dialog {
    margin: auto;
    width: 340px;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto;
    width: 360px;
  }

  #modal-1.modal .btn-close {
    right: 0.625rem;
    top: 0.625rem;
  }

  #modal-2 .modal-body-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 5px;
  }

  #modal-3 .modal-body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .modal-body .newsletter-form {
    margin-top: 1.25rem;
  }

  .modal .form-control, .modal .newsletter-form .btn {
    height: 52px;
    font-size: 1rem;
  }

  #modal-3 .request-form-title p {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  #modal-3 .request-form .btn {
    height: 52px;
    font-size: 1.0625rem;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  html {
    font-size: 97.5%;
  }

  /*------------------------------------------*/

  /*  BASE
/*------------------------------------------*/

  #stlChanger {
    display: none;
  }

  .ts-0 {
    padding-top: 80px;
  }

  .division {
    padding-left: 3px;
    padding-right: 3px;
  }

  .bg--fixed {
    width: auto;
  }

  .bg--scroll {
    width: auto;
    background-attachment: scroll;
  }

  /* Backgroud Shape */

  .shape--01:after {
    top: 7%;
    height: 90%;
  }

  .shape--02:after {
    left: -20%;
    top: 7%;
    height: 90%;
    width: 140%;
  }

  .shape--03:after {
    top: -70px;
    left: -20%;
    height: 129%;
    width: 140%;
  }

  .shape--04:after {
    top: 0px;
    height: 94%;
  }

  .shape--06:after {
    height: 92%;
  }

  .shape--07:after {
    top: 15%;
    height: 80%;
  }

  ol.digit-list p {
    margin-bottom: 5px;
  }

  .font--jakarta h1, .font--jakarta h2 {
    line-height: 1.35;
  }

  .font--jakarta h3, .font--jakarta h4, .font--jakarta h5, .font--jakarta h6 {
    line-height: 1.4;
  }

  /* Font Size */

  .s-15, .s-16 {
    font-size: 1.0625rem;
  }

  /* 16.5px */

  .s-17 {
    font-size: 18px;
  }

  /* 17.5px */

  .s-18, .s-19, .s-20, .s-21, .s-22, .s-23 {
    font-size: 1.217948rem;
  }

  /* 19px */

  .s-24, .s-26, .s-28 {
    font-size: 1.34615rem;
  }

  /* 21px */

  .s-30, .s-32, .s-34 {
    font-size: 1.47435rem;
  }

  /* 23px */

  .s-36, .s-38, .s-40 {
    font-size: 1.60256rem;
  }

  /* 25px */

  .s-42, .s-43, .s-44, .s-45, .s-46, .s-47 {
    font-size: 1.730769rem;
  }

  /* 27px */

  .s-48 {
    font-size: 1.85897rem;
  }

  /* 29px */

  .s-50, .s-52, .s-54, .s-56, .s-58, .s-60 {
    font-size: 1.923076rem;
  }

  /* 30px */

  .s-62 {
    font-size: 1.98717rem;
  }

  /* 31px */

  .s-64, .s-66 {
    font-size: 2.05128rem;
  }

  /* 32px */

  .s-68 {
    font-size: 2.17948rem;
  }

  /* 34px */

  /* Paragraphs */

  p.p-md, p.p-lg {
    font-size: 1.0625rem;
  }

  p.p-xl {
    font-size: 18px;
  }

  /* Transparent Link */

  a.tra-link {
    font-size: 1.0625rem;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before, 
.tra-link.ico-20 [class*="flaticon-"]:after {
    left: 2px;
    top: 1px;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }

  /* Button */

  .btn {
    font-size: 1rem;
  }

  .btn.btn-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
  }

  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.61095rem;
    padding-bottom: 0px;
  }

  /* Buttons Group */

  .btns-group .btn:first-child {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }

  /* Button Icon */

  .btn.ico-20 [class*="flaticon-"]:before, 
.btn.ico-20 [class*="flaticon-"]:after {
    top: 0.25rem;
    font-size: 1.225rem;
    line-height: 0.5rem;
  }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2rem;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: -0.625rem;
    margin-right: 0px;
    font-size: 1.1rem;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: -0.625rem;
    margin-left: 0px;
    font-size: 1.1rem;
  }

  .btn.ico-left span {
    margin-right: 0.125rem;
  }

  .btn.ico-right span {
    margin-left: 0.125rem;
  }

  /* Button Text */

  p.p-sm.btns-group-txt {
    font-size: 0.95192rem;
  }

  .text--center p.btns-group-txt {
    margin-top: 18px;
  }

  .btn-rating {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem;
  }

  /* OS Button */

  .os-btn {
    width: 270px;
    min-width: 270px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0.875rem;
    padding-bottom: 0.625rem;
  }

  .os-btn-ico {
    margin-right: 0.875rem;
  }

  .os-btn-txt p {
    margin-top: 0.25rem;
  }

  .btn-os.mb--15 {
    margin-bottom: 15px;
  }

  .btn-os.mr--15 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  /* Store Badge */

  .store {
    margin-right: 0.375rem;
  }

  .store.store-btn-2 {
    margin-right: 0px;
  }

  .store-btn-3, .store-btn-4 {
    margin-top: 15px;
  }

  /* Watch Video Link */

  .watch-video {
    margin-top: 18px;
  }

  .watch-video-link {
    margin-right: 0.625rem;
  }

  p.video-txt-lg {
    font-size: 1.0625rem;
  }

  p.video-txt-sm {
    font-size: 1rem;
  }

  /* Video Popup Icon */

  .video-btn-xl {
    margin-top: -2.8125rem;
    margin-left: -2.8125rem;
    height: 5.625rem;
    width: 5.625rem;
  }

  .video-btn-lg {
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    height: 5rem;
    width: 5rem;
  }

  .video-btn-md {
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    height: 5rem;
    width: 5rem;
  }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    margin-left: 0.5rem;
    font-size: 72px;
    line-height: 5.625rem;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after,
.video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    margin-left: 0.5rem;
    font-size: 4.35rem;
    line-height: 5rem;
  }

  /* Vector Icon Background */

  .ico-50 .shape-ico svg {
    top: -35px;
    left: calc(50% - 60px);
    height: 120px;
    width: 120px;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -35px;
    left: calc(50% - 65px);
  }

  .ico-60 .shape-ico svg {
    top: -30px;
    left: calc(50% - 65px);
    height: 125px;
    width: 125px;
  }

  .ico-55 .shape-ico svg {
    top: -30px;
    left: calc(50% - 60px);
    height: 120px;
    width: 120px;
  }

  /* Vector Rounded Icons */

  .ico-rounded, .ico-rounded-md, .ico-rounded-lg {
    height: 94px;
    width: 94px;
  }

  .ico-rounded [class*="flaticon-"]:before, 
.ico-rounded [class*="flaticon-"]:after,
.ico-rounded-md [class*="flaticon-"]:before, 
.ico-rounded-md [class*="flaticon-"]:after,
.ico-rounded-lg [class*="flaticon-"]:before, 
.ico-rounded-lg [class*="flaticon-"]:after {
    font-size: 3rem;
    line-height: 94px;
  }

  /* Vector Square Icons */

  .ico-square {
    height: 88px;
    width: 88px;
  }

  .ico-square [class*="flaticon-"]:before, 
.ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem;
    line-height: 88px;
  }

  /* Section ID */

  .section-id {
    margin-bottom: 25px;
  }

  .section-id.rounded-id {
    margin-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
  }

  /* Section Title */

  .section-title.mb--60 {
    margin-bottom: 35px;
  }

  .section-title.mb--70, .section-title.mb--80 {
    margin-bottom: 40px;
  }

  .section-title p.p-md, .section-title p.p-lg {
    margin-top: 14px;
    padding: 0px;
  }

  .section-title p.p-xl {
    margin-top: 14px;
    font-size: 1.0625rem;
  }

  .section-title p.s-20, .section-title p.s-21 {
    margin-top: 0.75rem;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.15384rem;
  }

  /* 18px */

  .section-title .btns-group.mt--35, .section-title .stores-badge.mt--30 {
    margin-top: 22px;
  }

  .section-title .btns-group .btn {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .section-title .btns-group .btn:first-child {
    margin-bottom: 15px;
  }

  /*------------------------------------------*/

  /*  PRELOAD ANIMATION    
/*------------------------------------------*/

  #loading-center {
    margin-top: -45px;
    margin-left: -45px;
    height: 90px;
    width: 90px;
  }

  .wsmobileheader .smllogo {
    margin-top: 23px;
    display: block;
    padding-left: 1rem;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px;
  }

  .smllogo img {
    max-height: 34px;
    width: auto;
    max-width: inherit;
  }

  .blog-header .smllogo img {
    max-height: 1.75rem;
  }

  .wsmenu > .wsmenu-list {
    margin-right: -290px;
    width: 290px;
  }

  .wsactive .wsmobileheader {
    margin-right: 290px;
  }

  .overlapblackbg {
    width: calc(100% - 290px);
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 1rem;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 0px;
    padding-right: 30px;
  }

  /* Nav Link Info */

  span.sm-info {
    top: -1px;
    margin-left: 0.5rem;
    height: 22px;
    width: 22px;
    font-size: 0.8rem;
    line-height: 20px;
  }

  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 1.25rem;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
  }

  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 1.5rem;
    margin-bottom: 0px;
    height: 0.5rem;
    width: 0.5rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    top: 0px;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu,
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  /* Header Store Badges */

  .store.header-store img {
    max-height: 2.75rem;
  }

  /* Header Social Links */

  .header-socials.ico-20 [class*="flaticon-"]:before, 
.header-socials.ico-25 [class*="flaticon-"]:after {
    line-height: 52px;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
    margin-top: 0.75rem;
  }

  .icons-menu-ico {
    margin-right: 17px;
  }

  .icons-menu-txt span {
    font-size: 0.9rem;
  }

  /*------------------------------------------*/

  /*   HERO   
/*------------------------------------------*/

  .hero-section.blur--purple:after {
    top: -25%;
    opacity: 0.16;
  }

  .hero-section h2 {
    margin-bottom: 15px;
  }

  .hero-section h2.s-48, .hero-section h2.s-50 {
    margin-bottom: 20px;
  }

  .hero-section p.p-md, .hero-section p.p-lg, .hero-section p.p-xl {
    margin-bottom: 25px;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px;
    font-size: 1.217948rem;
  }

  .hero-section .btn.mt--15, .hero-section .btns-group.mt--15 {
    margin-top: 0.5rem;
  }

  /* Hero Advantages */

  .hero-section .text--center .advantages {
    margin-top: 18px;
  }

  .hero-section .advantages li {
    margin-top: 3px;
    display: block;
  }

  .hero-section .advantages li p {
    float: none;
    display: block;
  }

  .hero-section li.advantages-links-divider {
    display: none;
  }

  /* HERO LOGO */

  .hero-logo {
    margin-bottom: 30px;
  }

  .hero-logo img {
    max-height: 30px;
  }

  .hero-square-logo {
    margin-bottom: 10px;
  }

  .hero-square-logo img {
    max-height: 60px;
  }

  /* HERO APP LOGO */

  .hero-app-logo {
    margin-bottom: 25px;
  }

  .hero-app-logo img {
    max-height: 88px;
  }

  #hero-25 .hero-app-logo img {
    max-height: 88px;
  }

  /* HERO DIGITS */

  .hero-digits {
    margin-top: -5px;
  }

  #hero-9 .hero-digits {
    margin-top: 3px;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.3125rem;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2rem;
  }

  /* HERO QUICK FORM */

  .hero-section .quick-form.mt--45, .hero-section .quick-form.mt--35 {
    margin-top: 0px;
  }

  .hero-section .quick-form .form-control, .hero-section .quick-form .btn {
    height: 3.5rem;
    font-size: 1.15rem;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 3.5rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.15rem;
  }

  .hero-section .quick-form.form-half .btn {
    height: 3.5rem;
    font-size: 18px;
  }

  .hero-section .text--center .quick-form-msg {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: -10px;
  }

  /* HERO REQUEST FORM */

  .request-form .form-control {
    height: 54px;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.0625rem;
  }

  #hero-10-form .btn, #hero-22-form .btn {
    height: 54px;
    padding: 1rem;
    font-size: 1.0625rem;
  }

  /* HERO-1 */

  .hero-1-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-1-img {
    margin-top: 35px;
  }

  /* HERO-2 */

  .hero-2-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-2-img {
    margin-top: 35px;
  }

  /* HERO-3 */

  .hero-3-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-3:after {
    height: 8%;
  }

  .hero-3-img {
    margin-top: 35px;
  }

  /* HERO-4 */

  #hero-4 {
    padding-top: 70px;
  }

  #hero-4::after {
    content: var(--tw-content);
    height: 7%;
  }

  .hero-4-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .font--inter .hero-4-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-4-txt p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-4-img {
    margin-top: 35px;
  }

  /* HERO-5 */

  #hero-5 {
    margin-bottom: 50px;
  }

  .hero-5-txt h2 {
    margin-bottom: 12px;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px;
  }

  /* HERO-6 */

  #hero-6 {
    padding-top: 0px;
  }

  #hero-6 .container {
    max-width: 100%;
  }

  .hero-6-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-6-txt p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-6-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-7 */

  #hero-7 {
    padding-top: 70px;
    padding-bottom: 5rem;
  }

  .hero-7-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-7 .quick-form {
    margin-left: 3%;
    margin-right: 3%;
  }

  .hero-7-img {
    margin-top: 35px;
  }

  /* HERO-8 */

  .hero-8-txt {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-8-txt .hero-logo {
    display: none;
  }

  .hero-8-txt .hero-digits {
    padding: 0px;
  }

  #hero-8-form {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  #hero-8-form h4 {
    margin-bottom: 15px;
  }

  #hero-8-form p {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  #hero-8-form p.p-sm {
    padding: 0px;
    font-size: 0.9375rem;
  }

  /* HERO-9 */

  #hero-9 {
    padding-top: 70px;
  }

  .hero-9-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.45;
  }

  .hero-9-txt h2 img {
    top: -0.375rem;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 48px;
  }

  .hero-9-txt p.s-20 {
    margin-top: 0.625rem;
    font-size: 1.0625rem;
  }

  #hero-9 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  .hero-9-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-10 */

  #hero-10:after {
    height: 7%;
  }

  .hero-10-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-10-txt h4 {
    margin-bottom: 25px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-10-img {
    margin-top: 35px;
  }

  /* HERO-11 */

  .hero-11-txt p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-11-img {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: -50px;
    margin-top: 30px;
  }

  /* HERO-12 */

  #hero-12 {
    padding-top: 70px;
  }

  #hero-12::after {
    content: var(--tw-content);
    height: 6%;
  }

  .hero-12-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .font--inter .hero-12-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-12-txt p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-12-img {
    margin-top: 35px;
  }

  /* HERO-13 */

  #hero-13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-13-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-13-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-14 */

  #hero-14 {
    margin-bottom: 15px;
    padding-top: 80px;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.923076rem;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px;
    padding: 0px;
  }

  #hero-14 .quick-form {
    margin-left: 4%;
    margin-right: 4%;
  }

  .hero-14-img {
    margin-bottom: -15px;
    margin-top: 35px;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px;
  }

  /* HERO-15 */

  .hero-15-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-15-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-16 */

  #hero-16 {
    margin-bottom: 35px;
    padding-top: 70px;
  }

  .hero-16-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-16-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-16-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -35px;
    margin-top: 35px;
  }

  /* HERO-17 */

  .hero-17-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-17 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  #hero-17 #brands-1 {
    padding-top: 35px;
  }

  /* HERO-18 */

  .hero-18-txt p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-18 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1.25rem;
    margin-bottom: 0px;
  }

  .hero-18-img {
    margin-top: 35px;
  }

  /* HERO-19 */

  .hero-19-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-19-txt p {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* HERO-20 */

  #hero-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-20-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-20-txt .hero-logo {
    display: none;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 20px;
  }

  /* HERO-21 */

  #hero-21 {
    margin-bottom: 40px;
  }

  #hero-21 .container {
    max-width: 100%;
  }

  .hero-21-txt {
    margin-bottom: 50px;
  }

  .hero-21-txt h2 {
    margin-bottom: 20px;
  }

  .hero-21-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: visible;
    border-radius: 0 0;
  }

  #hero-21 .hero-overlay {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .hero-21-img {
    margin-bottom: -40px;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px);
  }

  /* HERO-22 */

  #hero-22-form {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 30px;
    padding-bottom: 1.25rem;
    text-align: center;
  }

  #hero-22 .hero-logo {
    display: none;
  }

  #hero-22-form h4 {
    margin-bottom: 15px;
    padding: 0px;
    font-size: 1.60256rem;
  }

  #hero-22-form p {
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.1rem;
  }

  /* HERO-23 */

  #hero-23 {
    margin-bottom: 20px;
    padding-top: 70px;
  }

  .hero-23-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-23-img {
    margin-top: 0.625rem;
    margin-bottom: -20px;
  }

  /* HERO-24 */

  #hero-24 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-24-txt p.p-xl {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-24 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* HERO-25 */

  .hero-25-txt p.p-lg {
    margin-bottom: 22px;
  }

  .hero-25-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* HERO-26 */

  .hero-26-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-26-img {
    margin-top: 35px;
  }

  /* HERO-27 */

  .hero-27-txt h2 {
    margin-bottom: 15px;
    font-size: 1.85rem;
  }

  .hero-27-txt p.s-20, .hero-27-txt p.s-21 {
    font-size: 1.0625rem;
  }

  .hero-27-txt p.s-20 {
    margin-bottom: 20px;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0px;
  }

  /*------------------------------------------*/

  /*  CONTENT
/*------------------------------------------*/

  /* ABOUT */

  .about-2-title {
    margin-bottom: 30px;
  }

  .a2-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .a2-txt-quote {
    position: relative;
    margin-bottom: -40px;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before, .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }

  .a2-txt-author {
    margin-top: 0.625rem;
    font-size: 18px;
  }

  .a2-txt-author span {
    margin-top: 1px;
    font-size: 0.975rem;
  }

  #about-1 .txt-block h3.mb--30, .about-2-title h2.mb--30 {
    margin-bottom: 15px;
  }

  #about-4 .txt-block h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #about-4 .txt-block p {
    margin-top: 15px;
  }

  #a4-2 {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  /* FEATURES */

  #features-14 .container {
    max-width: 100%;
  }

  .fbox-14-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #features-12.py--100.shape--bg:after, #features-13.py--100.shape--bg:after {
    top: 32%;
    height: 68%;
  }

  #features-12.pt--100.shape--bg:after, #features-13.pt--100.shape--bg:after {
    top: 32%;
    height: 65%;
  }

  .row-cols-md-3 .fbox-4, .row-cols-md-2 .fbox-4, .fbox-7, .fbox-9 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2.5rem;
    padding-bottom: 35px;
  }

  .fbox-5 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 2.5rem;
  }

  .row-cols-md-2 .fbox-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 35px;
  }

  .fbox-8.fb-1 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 2.5rem;
  }

  .fbox-8.bg--white-100 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .fbox-8.fb-3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .fbox-12, .fbox-13 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #fb-12-1, #fb-13-1 {
    margin-top: 50px;
  }

  #features-12 .txt-block, #features-13 .txt-block {
    margin-bottom: 35px;
  }

  .fbox-14 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fbox-14.fb-1, .fbox-14.fb-2 {
    margin-bottom: 30px;
  }

  .fbox-img.h-135 img, .fbox-img.h-140 img, .fbox-img.h-145 img, .fbox-img.h-150 img, .fbox-img.h-155 img, 
.fbox-img.h-160 img, .fbox-img.h-165 img, .fbox-img.h-170 img, .fbox-img.h-175 img, .fbox-img.h-180 img {
    max-height: 170px;
  }

  .fbox-2 .fbox-img.h-135 img, .fbox-2 .fbox-img.h-140 img, .fbox-2 .fbox-img.h-145 img, .fbox-2 .fbox-img.h-150 img, 
.fbox-2 .fbox-img.h-155 img, .fbox-2 .fbox-img.h-160 img, .fbox-2 .fbox-img.h-165 img, .fbox-2 .fbox-img.h-170 img, 
.fbox-2 .fbox-img.h-175 img, .fbox-2 .fbox-img.h-180 img {
    max-height: 170px;
  }

  .fbox-3 .fbox-img.h-135 img, .fbox-3 .fbox-img.h-140 img, .fbox-3 .fbox-img.h-145 img, .fbox-3 .fbox-img.h-150 img, 
.fbox-3 .fbox-img.h-155 img, .fbox-3 .fbox-img.h-160 img, .fbox-3 .fbox-img.h-165 img, .fbox-3 .fbox-img.h-170 img, 
.fbox-3 .fbox-img.h-175 img, .fbox-3 .fbox-img.h-180 img {
    max-height: 170px;
  }

  .fbox-4 .fbox-img.h-135 img, .fbox-4.fbox-img.h-140 img, .fbox-4 .fbox-img.h-145 img, .fbox-4 .fbox-img.h-150 img, 
.fbox-4 .fbox-img.h-155 img, .fbox-4 .fbox-img.h-160 img, .fbox-4 .fbox-img.h-165 img, .fbox-4 .fbox-img.h-170 img, 
.fbox-4 .fbox-img.h-175 img {
    max-height: 155px;
  }

  .fbox-1 .fbox-img, .row-cols-md-2 .fbox-1 .fbox-img, .fbox-4 .fbox-img, .row-cols-md-2 .fbox-4 .fbox-img {
    margin-bottom: 30px;
  }

  .fbox-2 .fbox-img.h-135, .fbox-2 .fbox-img.h-140, .fbox-2 .fbox-img.h-145, 
.fbox-2 .fbox-img.h-150, .fbox-2 .fbox-img.h-155, .fbox-2 .fbox-img.h-160, 
.fbox-2 .fbox-img.h-165, .fbox-2 .fbox-img.h-170, .fbox-2 .fbox-img.h-175, 
.fbox-2 .fbox-img.h-180 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 2.5rem;
  }

  .fbox-3 .fbox-img.h-135, .fbox-3 .fbox-img.h-140, .fbox-3 .fbox-img.h-145, 
.fbox-3 .fbox-img.h-150, .fbox-3 .fbox-img.h-155, .fbox-3 .fbox-img.h-160, 
.fbox-3 .fbox-img.h-165, .fbox-3 .fbox-img.h-170, .fbox-3 .fbox-img.h-175, 
.fbox-3 .fbox-img.h-180 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 2.5rem;
  }

  .fbox-5.fb-1 .fbox-5-img, .fbox-5.fb-2 .fbox-5-img, .fbox-5.fb-3 .fbox-5-img, 
.fbox-5.fb-4 .fbox-5-img, .fbox-5.fb-5 .fbox-5-img, .fbox-5.fb-6 .fbox-5-img {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .fbox-ico, .fbox-ico.ico-rounded, .fbox-ico.ico-square {
    margin-bottom: 20px;
  }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-50 [class*="flaticon-"]:after,
.fbox-wrapper .ico-55 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-55 [class*="flaticon-"]:after,
.fbox-wrapper .ico-60 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-60 [class*="flaticon-"]:after,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before, 
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.6rem;
  }

  .features-section h6.s-18, .features-section h6.s-20, .features-section h6.s-22 {
    font-size: 1.34615rem;
  }

  /* 21px */

  .features-section h6, .fbox-txt h5, .rows-2 .fbox-11 h6, .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 15px;
  }

  .fbox-10 .fbox-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fbox-10 .fbox-title span {
    float: none;
    margin-right: 0px;
    line-height: 1;
  }

  .fbox-10 .fbox-title h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-3 .fbox-1 p, .row-cols-md-3 .fbox-2 p, 
.row-cols-md-3 .fbox-3 p, .row-cols-md-3 .fbox-6 p, .fbox-10 .fbox-txt p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-2 .fbox-1 p, .row-cols-md-2 .fbox-2 p, .row-cols-md-2 .fbox-3 p, .row-cols-md-2 .fbox-6 p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-2 .fbox-4 p {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .fbox-5 .fbox-txt p, .rows-2 .fbox-11 p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rows-3 .fbox-11 p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* CONTENT */

  .ct-06 {
    padding-bottom: 70px;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px;
  }

  .ct-top {
    margin-bottom: 70px;
  }

  .ct-13 .txt-block, .ct-13 .img-block {
    margin-bottom: 30px;
  }

  .ct-13 .txt-block.ml--block, .ct-13 .img-block.ml--block {
    margin-bottom: 0px;
  }

  /* Content Box Wrapper */

  .content-section.ws-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .bc-1-wrapper .section-overlay, .bc-4-wrapper .section-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-2-wrapper .section-overlay, .bc-3-wrapper .section-overlay {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-5-wrapper .section-overlay {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .cbox-6-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bc-6-wrapper .section-overlay {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.25rem;
    padding-bottom: 30px;
  }

  .bc-1-wrapper, .bc-2-wrapper, .bc-3-wrapper, .bc-4-wrapper, .bc-5-wrapper, .bc-6-wrapper {
    border-radius: 0 0;
  }

  .bc-5-wrapper .section-title p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bc-2-txt h2, .bc-3-txt h2, .bc-4-txt h2, .txt-block h3, .txt-block h2 {
    margin-bottom: 14px;
  }

  .cbox-2-txt h5, .cbox-3-txt h5, .bc-6-txt h5 {
    margin-bottom: 12px;
  }

  .txt-block p.p-sm, .txt-block p {
    margin-bottom: 0.897435rem;
  }

  .txt-block p.s-20, .txt-block p.s-21 {
    font-size: 1.12820rem;
  }

  .cbox-5-fea p, .txt-block p.video-txt-sm, .txt-block p.btn-txt, .txt-block p.btns-group-txt,
.txt-block p.compatibility {
    margin-bottom: 0px;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px;
  }

  .txt-block .btn {
    margin-top: 18px;
  }

  .txt-block .stores-badge.mt--15, .ws-wrapper .stores-badge.mt--15 {
    margin-top: 0.5rem;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 0px;
  }

  .bc-6-link.mt--15 {
    margin-top: 0.75rem;
  }

  /* Content Box */

  .right-column .cbox-5 {
    margin-bottom: 40px;
  }

  .cbox-5-content {
    margin: 0px;
    padding: 25px;
  }

  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px;
    font-size: 2.45rem;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px;
    right: 0.375rem;
    font-size: 2.05rem;
  }

  .cbox-5-fea {
    margin-top: 1.25rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem;
  }

  .cbox-5-txt .btn {
    margin-top: 0.625rem;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 1rem;
  }

  #cb-6-1, #cb-6-2, #cb-6-3 {
    margin-bottom: 22px;
  }

  /* Content Box Icon */

  .cbox-1.ico-10 span {
    right: 0.375rem;
  }

  .cbox-1.ico-15 span {
    right: 0.375rem;
    top: 0.5px;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before, .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem;
  }

  .cbox-2 .ico-wrap {
    margin-right: 1rem;
  }

  .cbox-2-ico {
    height: 2.3rem;
    width: 2.3rem;
    font-size: 1.15rem;
    line-height: 2.05rem;
  }

  .ct-03 .cbox-2-ico {
    height: 1.55rem;
    width: 1.55rem;
    font-size: 1rem;
    line-height: 1.35rem;
  }

  .cbox-2-line {
    height: calc(100% - 74px);
  }

  .cbox-3 {
    display: block;
    text-align: center;
  }

  .cbox-3 .ico-wrap {
    margin-right: 0px;
  }

  .cbox-3 .cbox-3-ico {
    top: 0px;
    margin-bottom: 10px;
  }

  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem;
  }

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

  .box-title h6, .box-title h5 {
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .img-block-txt .box-title h6, 
.img-block-txt .box-title h5 {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 2.35rem;
  }

  .box-title span {
    position: relative;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    display: block;
  }

  .img-block-txt .box-title span {
    top: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0px;
    display: inline-block;
  }

  .box-title span[class*="flaticon-"]:before, .box-title span[class*="flaticon-"]:after {
    font-size: 3rem;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before, 
.img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem;
  }

  /* Content Box Text */

  .cbox-2-txt, .ct-03 .cbox-2-txt, .cbox-3-txt {
    margin-bottom: 20px;
  }

  .cbox-4-txt {
    margin-bottom: 30px;
  }

  /* Content Box Typography */

  .cbox-1-txt p {
    margin-bottom: 5px;
  }

  .cbox-6 h6 {
    margin-bottom: 12px;
  }

  /* Accordion */

  .txt-block .accordion-1 .accordion-item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: -1px;
    font-size: 0.95rem;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: 0.5rem;
    font-size: 0.95rem;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 0.875rem;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 1.25rem;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: 0px;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-left: 0.625rem;
    padding-right: 0px;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
.accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 0.375rem;
    font-size: 1.75rem;
  }

  /* Tabs */

  .tabs-1 li {
    font-size: 18px;
  }

  /* Advantages */

  .advantages, .text--center .advantages {
    margin-top: 15px;
  }

  .img-block-btn .advantages li {
    margin-top: 0.25rem;
    display: block;
  }

  .img-block-btn .advantages li p {
    float: none;
    display: block;
  }

  .img-block-btn li.advantages-links-divider {
    display: none;
  }

  /* Compatibility */

  .compatibility {
    margin-top: 0.625rem;
  }

  /* Tools List / Payments Icons */

  .tools-list p, .payment-methods p {
    margin-bottom: 12px;
  }

  .tools-list span {
    padding-right: 1px;
  }

  .payment-icons img {
    max-height: 30px;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before, .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 0.25rem;
    font-size: 2.125rem;
    line-height: 2.125rem;
  }

  /* Content Box Shapes */

  .cbox-5-shape-1, .cbox-5-shape-2 {
    display: none;
  }

  /* Content Images */

  .img-block.img-block-bkg img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .img-block-hidden, .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px;
  }

  .ct-10 .img-block {
    margin-bottom: -40px;
  }

  .ct-01 .img-block, .ct-02 .img-block, .ct-03 .img-block.right-column, .ct-03 .img-block.left-column {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0px;
    margin-bottom: 35px;
  }

  .ct-01 .img-block.j-img, .ct-02 .img-block.j-img {
    margin-left: 0%;
    margin-right: 0px;
  }

  .ct-06 .img-block, .ct-07 .img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .img-block-hidden .video-btn, .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: 50%;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 25px);
  }

  .img-block-txt, .img-block-btn {
    margin-top: 35px;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -60px;
  }

  .bc-6-img {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .ct-11 .img-block, .ct-12 .img-block {
    margin-bottom: 35px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* STATISTIC */

  .sb-rounded .statistic-block {
    padding: 25px;
    text-align: center;
  }

  #statistic-5 .statistic-digit {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  #sb-1-1, #sb-1-2, #sb-3-1, #sb-3-2, #sb-3-3 {
    margin-bottom: 35px;
  }

  #sb-2-1, #sb-2-2, #sb-2-3, #sb-2-4 {
    width: 50%;
  }

  #sb-2-3, #sb-2-4 {
    padding-right: 0.75rem;
  }

  #sb-4-3 {
    margin-bottom: 30px;
  }

  #sb-5-1, #sb-5-2 {
    margin-bottom: 35px;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px;
  }

  h2.statistic-number {
    font-size: 2.21153rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 1.98717rem;
  }

  #statistic-1 h2.statistic-number {
    letter-spacing: -0.5px;
  }

  #sb-2-1 h2.statistic-number, #sb-2-2 h2.statistic-number {
    margin-bottom: 12px;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 2.21153rem;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm, #sb-2-4 .statistic-block p.p-sm {
    margin-top: 0.75rem;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem;
  }

  #statistic-5 .statistic-txt p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* PROJECTS */

  #pt--1-1, #pt--1-2, #pt--1-3, .inner-page-hero #pt--1-3, .inner-page-hero #pt--1-4, .inner-page-hero #pt--1-5 {
    margin-bottom: 35px;
  }

  .project-details h5 {
    margin-bottom: 25px;
  }

  .more-projects {
    margin-top: 45px;
  }

  /* PROJECT DETAILS */

  .single-project .project-title {
    margin-bottom: 40px;
  }

  .project-title h2 {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
  }

  .project-data p {
    margin-bottom: 5px;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 35px;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .project-description .more-projects {
    margin-top: 40px;
  }

  .project-description .more-projects span {
    left: 0.25rem;
    top: 1px;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before, 
.project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.1rem;
  }

  /* RATING */

  #rb-2-1, #rb-2-2 {
    margin-bottom: 25px;
  }

  .rating-title h5 {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .rbox-1-img {
    margin-bottom: 15px;
  }

  .rbox-1-img img {
    max-height: 2rem;
  }

  .rbox-2-txt img {
    max-height: 30px;
  }

  p.rbox-2-txt {
    margin-top: 0.5rem;
    line-height: 30px;
  }

  .rbox-1 .star-rating {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1;
  }

  .rbox-1 .star-rating span {
    top: 0.125rem;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before, .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before, .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before, .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }

  /* TESTIMONIALS */

  #reviews-4 .txt-block, #reviews-5 .txt-block {
    text-align: center;
  }

  #reviews-4 .txt-block h2, #reviews-5 .txt-block h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.826923rem;
  }

  /* 28.5px */

  .review-1 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .review-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 1.5rem;
  }

  .review-3, .review-4, .review-5 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 1.5rem;
  }

  .review-txt {
    margin-top: -43px;
  }

  .review-txt h6 {
    margin-bottom: 10px;
  }

  .review-3 .review-txt p {
    font-size: 1rem;
  }

  .review-1 .author-data, .review-2 .author-data, 
.review-3 .author-data, .review-4 .author-data, .review-5 .author-data {
    margin-top: 1.25rem;
  }

  .review-avatar img, .owl-item .review-avatar img {
    height: 52px;
    width: 52px;
  }

  .review-2 .review-avatar img, .review-3 .review-avatar img, .review-5 .review-avatar img {
    height: 52px;
    width: 52px;
  }

  .review-author {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.75rem;
    padding-right: 0px;
  }

  .review-1 .review-author, .review-2 .review-author, .review-3 .review-author, .review-5 .review-author {
    margin-top: 3px;
  }

  .review-author h6 {
    margin-bottom: 8px;
  }

  .review-1 .review-author h6, .review-2 .review-author h6, .review-3 .review-author h6, 
.review-4 .review-author h6, .review-5 .review-author h6 {
    font-size: 1.1875rem;
  }

  /* PRESS */

  #press-01, #press-02, #press-03, #press-04, #press-05, #press-06, #press-07 {
    margin-bottom: 25px;
  }

  .press-logo img {
    max-height: 72px;
  }

  .press-txt {
    margin-top: 0.625rem;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* BRANDS */

  #brands-3:after {
    height: 75%;
  }

  .brands-title {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brands-title.mb--35, .brands-title.mb--40 {
    margin-bottom: 25px;
  }

  .brands-title.mb--50 {
    margin-bottom: 30px;
  }

  .brands-title h4, .brands-title h3, .brands-title h2 {
    margin-bottom: 8px;
  }

  .brands-title p.p-md, .brands-title p.p-lg {
    font-size: 1rem;
  }

  .brands-3-wrapper, .brands-3-wrapper.brands-3-static {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-2-4, #brand-3-1, #brand-3-2, #brand-4-1, #brand-4-2, 
#brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6, #brand-4-7, #brand-4-8, #brands-4 .brand-logo.mb--40 {
    margin-bottom: 25px;
  }

  #brand-3-5 {
    display: none;
  }

  #brands-1 .brands-carousel-6 .brand-logo, #brands-1 .brands-carousel-5 .brand-logo {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #brands-1 .justify-content-center .brand-logo, #brands-4 .brand-logo {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #brands-2 .brand-logo, #brands-3 .brand-logo, #brands-3 .brands-3-static .brand-logo {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brands-section .more-btn {
    margin-top: 30px;
  }

  /* INTEGRATIONS */

  #integrations-2 .container {
    max-width: 100%;
  }

  .integrations-2-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .in_tool_logo.ico-65 img {
    height: 55px;
    width: 55px;
  }

  .in_tool h6 {
    font-size: 18px;
  }

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 48px;
    width: 48px;
  }

  .integrations-1-wrapper .in_tool {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .integrations-1-wrapper .in_tool.mb--30, .integrations-1-wrapper .it-7, .integrations-1-wrapper .it-8 {
    margin-bottom: 25px;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 3px;
    font-size: 20px;
    line-height: 1;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: 0.25rem;
    font-size: 1.0625rem;
  }

  .integrations-section .more-btn.mt--60, .integrations-section .more-btn.mt--70 {
    margin-top: 30px;
  }

  /* PRICING */

  .pricing-1-table, .text--center .pricing-1-table {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .pricing-2-table {
    padding: 35px;
  }

  .pricing-3-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .pricing-4-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pricing-table-header h5, .pricing-table-header h4 {
    font-size: 1.47435rem;
  }

  .pricing-discount {
    right: -2px;
    top: 0px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pricing-1-table .pricing-discount {
    right: 0px;
    top: -0.25rem;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text--center .pricing-1-table .pricing-discount {
    right: -5px;
    top: -2rem;
  }

  .pricing-discount h6 {
    font-size: 1.05rem;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9375rem;
  }

  .pricing-3-table .price.mt--25 {
    margin-top: 1.25rem;
  }

  .p-table p.btn-txt {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.625rem;
    margin-bottom: 0px;
  }

  /* Price */

  .price span {
    font-size: 2.564102rem;
    letter-spacing: -1.5px;
  }

  .pricing-2-table.highlight .price span {
    font-size: 2.35rem;
  }

  .pricing-3-table .price span {
    font-size: 4.102564rem;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.564102rem;
  }

  .price sup {
    top: -0.25rem;
    font-size: 1.9230769rem;
  }

  .pricing-3-table .price sup {
    top: -18px;
    font-size: 2.35rem;
  }

  .pricing-4-table .price sup {
    right: 2px;
    top: -0.25rem;
    font-size: 1.9230769rem;
  }

  .pricing-3-table .price sup.coins {
    top: -21px;
    font-size: 2.35rem;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.282051rem;
  }

  .pricing-3-table .price sup.validity {
    top: 0px;
    margin-top: 1.25rem;
    margin-bottom: 35px;
    font-size: 1.282051rem;
  }

  .pricing-4-table .price sup.validity {
    left: 0.25rem;
    top: 0px;
    font-size: 1.282051rem;
  }

  .text--center .price p, .text--center .pricing-2-table .price p {
    padding: 0px;
  }

  .pricing-4-table .pricing-table-header p.p-lg {
    font-size: 0.9375rem;
  }

  .pricing-4-table .price p {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .pricing-1-table .pt--btn {
    margin-top: 0.625rem;
  }

  .pricing-2-table .pt--btn, .pricing-3-table .pt--btn, .pricing-4-table .pt--btn {
    margin-top: 1.25rem;
  }

  .pricing-2-table hr {
    margin-top: 1.25rem;
  }

  /* Pricing Features */

  .pricing-features.mt--25 {
    margin-top: 15px;
  }

  .pricing-features li, .pricing-4-table .pricing-features li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  /* Pricing Notice */

  .pricing-notice.mb--40 {
    margin-bottom: 30px;
  }

  .lg\:w-9\/12 .pricing-notice p, .lg\:w-10\/12 .pricing-notice p {
    padding: 0px;
  }

  /* Pricing Toggle Button */

  #pricing-4 .ext-toggle-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem;
  }

  /* Pricing Compare */

  .table-responsive.mb--50 {
    margin-bottom: 30px;
  }

  .comp-table-rouded {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0px;
  }

  .table>:not(caption)>*>* {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9rem;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.815rem;
    line-height: 1.25;
  }

  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.85rem !important;
    line-height: 1.25;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
.table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
.table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem;
  }

  .pbox {
    padding: 0px;
  }

  #pbox-1, #pbox-2, #pbox-3 {
    margin-bottom: 30px;
  }

  .pricing-section .txt-box-last {
    margin-bottom: 40px;
  }

  .pricing-section .pm-last {
    margin-bottom: 40px;
  }

  .comp-table-payment h6 {
    margin-bottom: 15px;
  }

  /* TEAM */

  #team-1.pb--40, #team-2.pb--40 {
    padding-bottom: 30px;
  }

  .team-member.mb--40, .team-member.mb--50, .team-member.mb--60 {
    margin-bottom: 40px;
  }

  .team-member-photo {
    margin-bottom: 25px;
  }

  #team-1 .team-member-data, #team-2 .team-member-data {
    margin-left: 0.625rem;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px;
    font-size: 1.34615rem;
  }

  /* 21px */

  .team-member-data p, .team-member-data p.p-md, .team-member-data p.p-lg {
    font-size: 1.175rem;
  }

  ul.tm-social, #team-1 ul.tm-social {
    right: 0.625rem;
    top: 0px;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before, .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.34615rem;
  }

  /* CAREERS */

  #careers-1 {
    padding-bottom: 2.5rem;
  }

  .role-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .role-box-txt span, #careers-1 .role-box span {
    margin-bottom: 12px;
  }

  .role-box-txt h6 {
    margin-bottom: 5px;
    line-height: 1.4;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .role-box-txt p {
    margin-bottom: 14px;
  }

  /* CAREER ROLE */

  #role-page .inner-page-title {
    margin-bottom: 25px;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px;
  }

  #role-page .inner-page-title p {
    padding: 0px;
  }

  .role-info hr, #role-page .cbox-6-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .txt-block.role-info .btn {
    margin-top: 30px;
  }

  /* BANNER */

  #banner-12, #banner-13 {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  #banner-9.py--70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #banner-1 .container, #banner-2 .container, #banner-3 .container,
#banner-11 .container, #banner-12 .container, #banner-13 .container {
    max-width: 100%;
  }

  .banner-1-wrapper, .banner-2-wrapper, .banner-3-wrapper,
.banner-11-wrapper, .banner-12-wrapper, .banner-13-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
  }

  .banner-1-wrapper .banner-overlay, .banner-2-wrapper .banner-overlay, 
.banner-3-wrapper .banner-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  #banner-5 .banner-overlay.pt--80.pb--90, #banner-7 .banner-overlay.pt--80.pb--90, #banner-6 .banner-overlay, 
#banner-8 .banner-overlay, #banner-14 .banner-overlay, #banner-15 .banner-overlay {
    padding-top: 55px;
    padding-bottom: 65px;
  }

  #banner-10 .banner-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden;
    border-radius: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
    padding-bottom: 0px;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible;
    border-radius: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
    padding-bottom: 0px;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible;
    border-radius: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .banner-16-wrapper .banner-overlay {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .banner-5-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-8-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-12-txt, .banner-13-txt {
    margin-top: 0px;
    padding-right: 0px;
  }

  .banner-section .section-id {
    margin-bottom: 18px;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px;
  }

  .banner-section h2 {
    font-size: 1.826923rem;
  }

  .banner-section h3 {
    font-size: 1.698717rem;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px;
  }

  .banner-2-txt h2, .banner-10-txt h2 {
    margin-bottom: 25px;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-7-txt h2 {
    margin-bottom: 25px;
  }

  .banner-10-txt h6 {
    margin-bottom: 5px;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px;
    font-size: 3.25rem;
  }

  .banner-11-txt h2, .banner-12-txt h2, .banner-13-txt h2 {
    margin-bottom: 14px;
  }

  .banner-15-txt h2 {
    margin-bottom: 25px;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-section p.p-lg, .banner-section p.p-xl {
    margin-bottom: 20px;
    font-size: 1.121794rem;
  }

  .sm-title .banner-1-txt p.p-lg, .sm-title .banner-1-txt p.p-xl,
.banner-6-txt p.p-lg, .banner-6-txt p.p-xl {
    margin-top: 0.75rem;
    margin-bottom: 20px;
  }

  .banner-3-txt p.p-lg, .banner-3-txt p.p-xl, .banner-5-txt p.p-lg, .banner-5-txt p.p-xl {
    margin-top: 0.75rem;
  }

  .banner-5-txt p.s-21, .banner-5-txt p.s-22 {
    margin-top: 0.75rem;
    margin-bottom: 18px;
  }

  .banner-9-txt p.p-lg, .banner-9-txt p.p-xl {
    margin-top: 0.625rem;
    margin-bottom: 20px;
  }

  .banner-11-txt p {
    padding-right: 0px;
  }

  .banner-14-txt p.p-lg {
    margin-top: 18px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 1.25rem;
  }

  .banner-8-buttons {
    margin-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-15-txt .download-links {
    margin-top: 15px;
  }

  .banner-section .btns-group .btn:first-child {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 0.75rem;
  }

  .banner-9-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .banner-10-img {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .banner-11-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: -20px;
  }

  .banner-12-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: -40px;
    --tw-rotate: 0deg;
    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));
  }

  /* DOWNLOAD */

  .release-data {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  span.version-data {
    margin-right: 0.625rem;
    font-size: 1.75rem;
  }

  span.release-date span {
    margin-left: 0.625rem;
    font-size: 18px;
  }

  /* FAQs */

  #faqs-1, #faqs-4 {
    padding-bottom: 50px;
  }

  @media (max-width: 767px) {
    #faqs-1, #faqs-4 {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 320.98px) {
    #faqs-1, #faqs-4 {
      padding-bottom: 30px;
    }
  }

  /* FAQs Section Title */

  #faqs-1 .section-title {
    margin-bottom: 20px;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 30px;
  }

  #faqs-3 .section-title {
    margin-bottom: 40px;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 40px;
  }

  #faqs-3 .section-title .contact-link {
    display: block;
  }

  /* FAQs Accordion */

  .faqs-section .accordion-thumb {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 22px;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 25px;
  }

  .faqs-section .accordion-item .accordion-thumb:after, 
.faqs-section .accordion-item.is-active .accordion-thumb:after {
    right: 0px;
    top: 23px;
    font-size: 14px;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after, 
#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    right: 2px;
    top: 22px;
    font-size: 0.9rem;
  }

  .accordion-panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
  }

  #faqs-2 .accordion-panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  #faqs-2 .accordion-panel-item.mb--35, #faqs-3 .question.mb--35 {
    margin-bottom: 25px;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8%;
    line-height: 1.35;
  }

  .question h5, .accordion-panel-item h5 {
    margin-bottom: 15px;
    line-height: 1.35;
  }

  /* FAQs Tabs */

  .faqs-section .tabs-1 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .faqs-section .tabs-1 li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    min-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  /* More Questions Link */

  #faqs-2 .more-questions {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 0px;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px;
  }

  .more-questions-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .more-questions-txt p {
    font-size: 1.1rem;
  }

  /* NEWSLETTER */

  #newsletter-1 .newsletter-overlay, #newsletter-5 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 2.5rem;
  }

  #newsletter-2 .container {
    max-width: 100%;
  }

  #newsletter-2 .newsletter-overlay {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 2.5rem;
  }

  #newsletter-3, #newsletter-4 .newsletter-overlay {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  #newsletter-4 .newsletter-txt, #newsletter-5 .newsletter-txt {
    padding: 0px;
  }

  .newsletter-txt h2, #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px;
  }

  .newsletter-txt h4, .newsletter-txt h3 {
    margin-bottom: 25px;
    padding: 0px;
    font-size: 1.666666rem;
  }

  #newsletter-3 .newsletter-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: 0px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px;
  }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form, 
#newsletter-3 .newsletter-form, #newsletter-4 .newsletter-form {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .newsletter-section .form-control, #newsletter-1.newsletter-section .form-control, 
#newsletter-5.newsletter-section .form-control {
    height: 52px;
    font-size: 1.0625rem;
  }

  .newsletter-section .btn, #newsletter-1 .btn, #newsletter-5.newsletter-section .btn {
    height: 52px;
    font-size: 1.0625rem;
  }

  /* BLOG */

  #bp-1-1, #bp-1-2 {
    margin-bottom: 35px;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px;
  }

  .post-tag {
    margin-bottom: 14px;
    font-size: 0.815rem;
  }

  .blog-post-txt h6, .blog-post-txt h4.mb--20, .blog-post-txt h3 {
    margin-bottom: 14px;
  }

  .blog-post-meta.mt--20, .blog-post-meta.mt--30 {
    margin-top: 14px;
  }

  /* Blog Listing */

  .wide-post {
    margin-bottom: 40px;
  }

  .wide-post h3.s-36, .wide-post h3.s-38, .wide-post h3.s-40, .square-post h4.s-34 {
    font-size: 1.217948rem;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px;
  }

  .square-post {
    margin-top: 0.625rem;
    margin-bottom: 40px;
  }

  .square-post .blog-post-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
    padding-bottom: 35px;
  }

  .posts-category {
    margin-top: 0.625rem;
    margin-bottom: 30px;
  }

  .posts-category span {
    top: 1.25px;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before, 
.posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem;
  }

  /* Single Blog Post */

  .single-post-title h3, .single-post-title h2 {
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 25px;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none;
  }

  #single-post .post-meta-list li {
    margin-top: 0.625rem;
    display: block;
  }

  .post-inner-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .single-post-txt h5, .single-post-txt h4 {
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 30px;
    font-size: 1.0625rem;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem;
    line-height: 1.3;
  }

  .post-share-list {
    margin-top: 30px;
    padding-bottom: 2.5rem;
  }

  .post-author {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
  }

  .post-author-avatar img {
    height: 70px;
    width: 70px;
  }

  .post-author-txt h5 {
    margin-bottom: 10px;
  }

  .author-follow-btn {
    right: 0.625rem;
    top: 135px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .post-comments {
    padding-top: 50px;
  }

  .post-comments h5 {
    margin-bottom: 40px;
  }

  .comment-body {
    margin-left: 18px;
  }

  .post-comments img {
    height: 43px;
    width: 43px;
  }

  .comment-meta {
    margin-bottom: 8px;
  }

  .comment-meta h6 {
    margin-bottom: 5px;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px;
  }

  .comment-form p {
    margin-bottom: 10px;
  }

  .comment-form {
    margin-top: 50px;
  }

  .comment-form .btn {
    margin-top: 0px;
  }

  /* CONTACTS */

  #contacts-1 .section-title p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px;
    font-size: 14px;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .contact-form .form-control, .contact-form .form-select {
    height: 54px;
  }

  .contact-form textarea {
    min-height: 170px;
  }

  .contact-form textarea.form-control {
    padding: 15px;
  }

  /* FOOTER */

  .footer {
    padding-bottom: 30px;
  }

  .footer hr {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  #footer-10.pt--50 {
    padding-top: 0px;
  }

  #footer-11.p-404.pt--50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer .sm\:w-4\/12, .footer .sm\:w-6\/12, .footer .sm\:w-8\/12 {
    float: left;
    width: 50%;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .footer-info, .footer-links, .footer-stores-badge {
    margin-bottom: 35px;
  }

  #footer-2 .footer-info {
    margin-bottom: 40px;
  }

  #footer-6 .footer-info, #footer-7 .footer-info {
    margin-top: 0.625rem;
    margin-bottom: 0px;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px;
    padding-bottom: 35px;
  }

  #footer-8 .footer-links, #footer-10 .footer-links {
    margin-bottom: 10px;
  }

  img.footer-logo, img.footer-logo-dark {
    max-height: 2.25rem;
  }

  #footer-1 .footer-logo, #footer-5 .footer-logo, #footer-6 .footer-logo, #footer-7 .footer-logo {
    margin-bottom: 24px;
  }

  #footer-10 img.footer-logo {
    max-height: 2.25rem;
  }

  .footer h6 {
    margin-bottom: 18px;
    font-size: 1.153846rem !important;
  }

  /* 18px */

  .footer-mail-link {
    font-size: 1.06410rem;
  }

  /* 16.6px */

  .footer-mail-link span {
    right: 0.25rem;
    top: 3px;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 5px;
  }

  #footer-8 .foo-links li {
    display: block;
    padding-left: 0px;
  }

  #footer-10 .foo-links li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .foo-links.ico-10 li span {
    right: 3px;
    top: 1px;
  }

  .foo-links li a span.ext-link {
    left: 2px;
    top: 0.5px;
  }

  .footer-stores-badge .store {
    margin-right: 0.375rem;
  }

  .footer-form {
    margin-right: 5%;
  }

  #footer-9 .footer-form {
    margin-bottom: 0px;
  }

  #footer-9 .footer-form h6 {
    padding-right: 5%;
  }

  .footer-form .form-control {
    font-size: 1.0625rem;
  }

  .footer-form .form-control, .footer-form .btn {
    height: 30px;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before, 
.footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 1.1rem;
    line-height: 26px;
  }

  .bottom-footer-socials {
    margin-top: 0.625rem;
  }

  .bottom-footer-socials li {
    padding-left: 0.75rem;
  }

  .bottom-footer-socials li:first-child {
    padding-left: 0px;
  }

  .bottom-footer-list {
    margin-top: 3px;
  }

  #footer-4 .bottom-footer-list li, #footer-9 .bottom-footer-list li {
    padding-left: 0.5rem;
  }

  #footer-4 .bottom-footer-list li span, #footer-9 .bottom-footer-list li span {
    margin-right: 1px;
  }

  .footer-list-divider {
    top: 0px;
  }

  .bottom-secondary-link p span {
    top: 1.5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-info-copyright p span {
    top: 0.125rem;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
.footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem;
  }

  /* INNER PAGE WRAPPER */

  .inner-page-title {
    margin-bottom: 50px;
  }

  .inner-page-title h2 {
    margin-bottom: 0px;
  }

  .inner-page-title p {
    margin-top: 0.75rem;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 1.6666;
  }

  .page-hero-section h1 {
    margin-bottom: 20px;
    line-height: 1.25;
  }

  /* PAGE PAGINATION */

  .page-link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.95rem;
  }

  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px;
  }

  /* SIGN IN / SIGN UP */

  .login-page-logo {
    margin-bottom: 38px;
  }

  .login-page-logo img {
    max-height: 2.25rem;
  }

  .register-form-title {
    margin-bottom: 25px;
  }

  .register-form-title h3 {
    font-size: 1.60256rem;
  }

  .separator-line, .register-page-form p.input-header, .form-data span, .register-page-form .btn-google {
    font-size: 1rem;
  }

  #signup .form-data span {
    font-size: 0.935rem;
  }

  .reset-password-link p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .register-page-form p.create-account {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .separator-line {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .reset-form-title {
    margin-bottom: 16px;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px;
    font-size: 1rem;
  }

  .reset-page-wrapper {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .reset-page-wrapper form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 35px;
    padding-bottom: 0.625rem;
  }

  #login .register-page-form, #signup .register-page-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #login.login-1 .register-page-form, #signup.signup-1 .register-page-form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reset-page-wrapper .form-control, 
.register-page-form .form-control {
    margin-bottom: 20px;
    height: 50px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.0625rem;
  }

  #login .register-page-form .btn.submit {
    margin-top: 0.75rem;
    height: 50px;
    font-size: 1.0625rem;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 1.25rem;
    height: 50px;
    font-size: 1.0625rem;
  }

  .reset-page-wrapper .btn.submit {
    height: 50px;
    font-size: 1.0625rem;
  }

  .btn-google img {
    right: 5px;
    top: -0.125rem;
    height: 18px;
    width: 18px;
  }

  .btn-show-pass {
    top: 1rem;
  }

  /* PAGE 404 */

  .page-404-txt {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .page-404-txt h2 {
    margin-bottom: 15px;
  }

  .page-404-txt h6 {
    margin-bottom: 22px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.6;
  }

  .page-404-img {
    margin-bottom: 35px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* MODAL */

  #modal-1 .modal-dialog {
    margin: auto;
    max-width: 330px;
  }

  #modal-2 .modal-dialog {
    margin: auto;
    width: 310px;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto;
    width: 20rem;
  }

  #modal-1.modal .btn-close {
    right: 0.625rem;
    top: 0.625rem;
  }

  #modal-2 .modal-body-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 22px;
    padding-bottom: 5px;
  }

  #modal-3 .modal-body-content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 30px;
    padding-bottom: 1.25rem;
  }

  .modal-body .newsletter-form {
    margin-top: 15px;
  }

  .modal .form-control, .modal .newsletter-form .btn {
    height: 48px;
    font-size: 1rem;
  }

  #modal-3 .request-form-title p {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  #modal-3 .request-form .form-control {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #modal-3 .request-form .btn {
    height: 48px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 320.98px) {
  /*------------------------------------------*/

  /*  BASE
/*------------------------------------------*/

  html {
    font-size: 87.5%;
  }

  #stlChanger {
    display: none;
  }

  .ts-0 {
    padding-top: 80px;
  }

  .bg--fixed {
    width: auto;
  }

  .bg--scroll {
    width: auto;
    background-attachment: scroll;
  }

  .py--50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py--60 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py--70 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py--80 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py--90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py--100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt--50 {
    padding-top: 30px;
  }

  .pt--60 {
    padding-top: 2.5rem;
  }

  .pt--70 {
    padding-top: 2.5rem;
  }

  .pt--80 {
    padding-top: 2.5rem;
  }

  .pt--90 {
    padding-top: 50px;
  }

  .pt--100 {
    padding-top: 60px;
  }

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

  .pb--60 {
    padding-bottom: 2.5rem;
  }

  .pb--70 {
    padding-bottom: 2.5rem;
  }

  .pb--80 {
    padding-bottom: 2.5rem;
  }

  .pb--90 {
    padding-bottom: 50px;
  }

  @media (max-width: 767px) {
    .pb--90 {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 320.98px) {
    .pb--90 {
      padding-bottom: 30px;
    }
  }

  .pb--100 {
    padding-bottom: 60px;
  }

  .mb--40 {
    margin-bottom: 20px;
  }

  .mb--50 {
    margin-bottom: 30px;
  }

  .mb--60 {
    margin-bottom: 40px;
  }

  /* Backgroud Shape */

  .shape--01:after {
    top: 6.5%;
    height: 90%;
  }

  .shape--02:after {
    left: -20%;
    top: 6.5%;
    height: 90%;
    width: 140%;
  }

  .shape--03:after {
    top: -70px;
    left: -20%;
    height: 129%;
    width: 140%;
  }

  .shape--04:after {
    top: 0px;
    height: 92%;
  }

  .shape--05:after {
    height: 94%;
  }

  .shape--06:after {
    height: 92%;
  }

  .shape--07:after {
    top: 15%;
    height: 80%;
  }

  ol.digit-list p {
    margin-bottom: 5px;
  }

  .font--jakarta h1, .font--jakarta h2 {
    line-height: 1.35;
  }

  .font--jakarta h3, .font--jakarta h4, .font--jakarta h5, .font--jakarta h6 {
    line-height: 1.4;
  }

  /* Font Size */

  .s-15, .s-16 {
    font-size: 1rem;
  }

  /* 14px */

  .s-17 {
    font-size: 1.0625rem;
  }

  /* 14.875px */

  .s-18, .s-19, .s-20, .s-21, .s-22, .s-23 {
    font-size: 1.285714rem;
  }

  /* 18px */

  .s-24, .s-26, .s-28 {
    font-size: 1.35714rem;
  }

  /* 19px */

  .s-30, .s-32, .s-34 {
    font-size: 24px;
  }

  /* 21px */

  .s-36, .s-38, .s-40 {
    font-size: 1.57142rem;
  }

  /* 22px */

  .s-42, .s-43, .s-44, .s-45, .s-46, .s-47 {
    font-size: 1.714285rem;
  }

  /* 24px */

  .s-48 {
    font-size: 1.85714rem;
  }

  /* 26px */

  .s-50, .s-52, .s-54, .s-56, .s-58, .s-60 {
    font-size: 1.92857rem;
  }

  /* 27px */

  .s-62 {
    font-size: 2rem;
  }

  /* 28px */

  .s-64, .s-66, .s-68 {
    font-size: 2.07142rem;
  }

  /* 29px */

  .s-68 {
    font-size: 2.14285rem;
  }

  /* 30px */

  /* Paragraphs */

  p.p-md, p.p-lg {
    font-size: 1.0625rem;
  }

  p.p-xl {
    font-size: 18px;
  }

  /* Transparent Link */

  a.tra-link {
    font-size: 1.0625rem;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before, 
.tra-link.ico-20 [class*="flaticon-"]:after {
    left: 2px;
    top: 1px;
    font-size: 0.785rem;
    line-height: 0.7rem;
  }

  /* Button */

  .btn {
    font-size: 1rem;
  }

  .btn.btn-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
  }

  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.391175rem;
    padding-bottom: 0px;
  }

  /* Buttons Group */

  .btns-group .btn:first-child {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }

  /* Button Text */

  .text--center p.btns-group-txt {
    margin-top: 18px;
  }

  .btn-rating {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem;
  }

  /* Button Icon */

  .btn.ico-20 [class*="flaticon-"]:before, 
.btn.ico-20 [class*="flaticon-"]:after {
    top: 3.5px;
    font-size: 1.15rem;
    line-height: 0.45rem;
  }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 1.85rem;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: -0.5rem;
    margin-right: 0px;
    font-size: 18px;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: -0.5rem;
    margin-left: 0px;
    font-size: 18px;
  }

  .btn.ico-left span {
    margin-right: 0.125rem;
  }

  .btn.ico-right span {
    margin-left: 0.125rem;
  }

  /* OS Button */

  .os-btn {
    width: 250px;
    min-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0.875rem;
    padding-bottom: 0.625rem;
  }

  .os-btn-ico {
    margin-right: 0.875rem;
  }

  .os-btn-txt p {
    margin-top: 0.25rem;
  }

  .btn-os.mb--15 {
    margin-bottom: 12px;
  }

  .btn-os.mr--15 {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  /* Store Badges */

  .store {
    margin-right: 0.375rem;
  }

  .store.store-btn-2 {
    margin-right: 0px;
  }

  .store-btn-3, .store-btn-4 {
    margin-top: 0.75rem;
  }

  /* Watch Video Link */

  .watch-video {
    margin-top: 18px;
  }

  .watch-video-link {
    margin-right: 0.5rem;
  }

  p.video-txt-lg {
    font-size: 1.0625rem;
  }

  p.video-txt-sm {
    font-size: 1rem;
  }

  /* Vector Icon Background */

  .ico-50 .shape-ico svg {
    top: -30px;
    left: calc(50% - 55px);
    height: 100px;
    width: 100px;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -30px;
    left: calc(50% - 55px);
  }

  .ico-55 .shape-ico svg {
    top: -30px;
    left: calc(50% - 50px);
    height: 105px;
    width: 105px;
  }

  .ico-60 .shape-ico svg {
    top: -30px;
    left: calc(50% - 55px);
    height: 110px;
    width: 110px;
  }

  /* Vector Rounded Icons */

  .ico-rounded, .ico-rounded-md, .ico-rounded-lg {
    height: 88px;
    width: 88px;
  }

  .ico-rounded [class*="flaticon-"]:before, 
.ico-rounded [class*="flaticon-"]:after, 
.ico-rounded-md [class*="flaticon-"]:before, 
.ico-rounded-md [class*="flaticon-"]:after, 
.ico-rounded-lg [class*="flaticon-"]:before, 
.ico-rounded-lg [class*="flaticon-"]:after {
    font-size: 2.85rem;
    line-height: 88px;
  }

  /* Vector Square Icons */

  .ico-square {
    height: 5rem;
    width: 5rem;
  }

  .ico-square [class*="flaticon-"]:before, 
.ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem;
    line-height: 80px;
  }

  /* Section ID */

  .section-id.rounded-id {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.8rem;
  }

  /* Section Title */

  .section-title.mb--60 {
    margin-bottom: 32px;
  }

  .section-title.mb--70, .section-title.mb--80 {
    margin-bottom: 35px;
  }

  .section-title h2 {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-title p.p-md, .section-title p.p-lg {
    margin-top: 0.75rem;
    padding: 0px;
  }

  .section-title p.p-xl {
    margin-top: 0.75rem;
    font-size: 18px;
  }

  .section-title p.s-20, .section-title p.s-21 {
    margin-top: 0.625rem;
    font-size: 1.285714rem;
  }

  /* 18px */

  .section-title .btns-group.mt--35, .section-title .stores-badge.mt--30 {
    margin-top: 1.25rem;
  }

  .section-title .btns-group .btn {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .section-title .btns-group .btn:first-child {
    margin-bottom: 12px;
  }

  /*------------------------------------------*/

  /*  PRELOAD ANIMATION    
/*------------------------------------------*/

  #loading-center {
    margin-left: -2.5rem;
    margin-top: -40px;
    height: 5rem;
    width: 5rem;
  }

  /*------------------------------------------*/

  /*   NAVIGATION MENU    
/*------------------------------------------*/

  /* Header Logo */

  .wsmobileheader .smllogo {
    margin-top: 1.5rem;
    display: block;
    padding-left: 15px;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 30px;
  }

  .smllogo img {
    max-height: 2rem;
    width: auto;
    max-width: inherit;
  }

  .blog-header .smllogo img {
    max-height: 26px;
  }

  .wsmenu > .wsmenu-list {
    margin-right: -250px;
    width: 250px;
  }

  .wsactive .wsmobileheader {
    margin-right: 250px;
  }

  .overlapblackbg {
    width: calc(100% - 250px);
  }

  .wsanimated-arrow {
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 0px;
    padding-right: 30px;
  }

  /* Nav Link Info */

  span.sm-info {
    top: -1px;
    margin-left: 5px;
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0.785rem;
    line-height: 18px;
  }

  .wsmenu > .wsmenu-list > li > a {
    margin: 0px;
    padding-left: 1.25rem;
    padding-right: 2rem;
    padding-top: 5px;
    padding-bottom: 0.25rem;
  }

  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 1.5rem;
    margin-bottom: 0px;
    height: 0.5rem;
    width: 0.5rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    top: 0px;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu,
.wsmenu > .wsmenu-list > li > .wsmegamenu.icons-menu.w-75 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  /* Header Store Badges */

  .store.header-store img {
    max-height: 42px;
  }

  /* Header Social Links */

  .header-socials.ico-20 [class*="flaticon-"]:before, 
.header-socials.ico-25 [class*="flaticon-"]:after {
    line-height: 52px;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
    margin-top: 0.75rem;
  }

  .icons-menu-txt span {
    font-size: 0.885rem;
  }

  /*------------------------------------------*/

  /*   HERO   
/*------------------------------------------*/

  .hero-section.blur--purple:after {
    top: -25%;
    opacity: 0.16;
  }

  .hero-section h2 {
    margin-bottom: 13px;
  }

  .hero-section h2.s-48, .hero-section h2.s-50 {
    margin-bottom: 20px;
  }

  .hero-section p.p-md, .hero-section p.p-lg, .hero-section p.p-xl,
.hero-section p.s-20, .hero-section p.s-22, .hero-section p.s-24 {
    margin-bottom: 23px;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px;
    font-size: 1.285714rem;
  }

  .hero-section .btn.mt--15, .hero-section .btns-group.mt--15 {
    margin-top: 0.5rem;
  }

  /* Hero Advantages */

  .hero-section .text--center .advantages {
    margin-top: 15px;
  }

  .hero-section .advantages li {
    margin-top: 3px;
    display: block;
  }

  .hero-section .advantages li p {
    float: none;
    display: block;
  }

  .hero-section li.advantages-links-divider {
    display: none;
  }

  /* HERO LOGO */

  .hero-logo {
    margin-bottom: 28px;
  }

  .hero-logo img {
    max-height: 1.75rem;
  }

  .hero-square-logo {
    margin-bottom: 10px;
  }

  .hero-square-logo img {
    max-height: 58px;
  }

  /* HERO APP LOGO */

  .hero-app-logo {
    margin-bottom: 25px;
  }

  .hero-app-logo img {
    max-height: 85px;
  }

  #hero-25 .hero-app-logo img {
    max-height: 85px;
  }

  /* HERO DIGITS */

  .hero-digits {
    margin-top: -5px;
  }

  #hero-9 .hero-digits {
    margin-top: 3px;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.2rem;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2.15rem;
  }

  /* HERO QUICK FORM */

  .hero-section .quick-form.mt--45, .hero-section .quick-form.mt--35 {
    margin-top: 0px;
  }

  .hero-section .quick-form .form-control, .hero-section .quick-form .btn {
    height: 52px;
    font-size: 1.15rem;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 52px;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.15rem;
  }

  .hero-section .quick-form.form-half .btn {
    height: 52px;
    font-size: 18px;
  }

  .hero-section .text--center .quick-form-msg {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: -10px;
  }

  /* HERO REQUEST FORM */

  .request-form .form-control {
    height: 50px;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.0625rem;
  }

  #hero-10-form .btn, #hero-22-form .btn {
    height: 50px;
    padding: 1rem;
    font-size: 1.0625rem;
  }

  /* HERO-1 */

  #hero-1, #hero-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-1-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-1-img, .hero-2-img {
    margin-top: 30px;
  }

  /* HERO-3 */

  #hero-3 {
    padding-top: 70px;
  }

  #hero-3::after {
    content: var(--tw-content);
    height: 8%;
  }

  .hero-3-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-3-img {
    margin-top: 30px;
  }

  /* HERO-4 */

  #hero-4 {
    padding-top: 70px;
  }

  #hero-4::after {
    content: var(--tw-content);
    height: 7%;
  }

  .hero-4-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .font--inter .hero-4-txt h2 {
    padding-left: 2.4%;
    padding-right: 2.4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-4-txt p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-4-img {
    margin-top: 30px;
  }

  /* HERO-5 */

  #hero-5 {
    margin-bottom: 50px;
    padding-top: 70px;
  }

  .hero-5-txt h2 {
    margin-bottom: 12px;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px;
  }

  .hero-5-img {
    margin-top: 35px;
  }

  /* HERO-6 */

  #hero-6 {
    padding-top: 0px;
  }

  #hero-6 .container {
    max-width: 100%;
  }

  .hero-6-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .hero-6-txt p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-6-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* HERO-7 */

  #hero-7 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-7-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-7 .quick-form {
    margin-left: 3%;
    margin-right: 3%;
  }

  .hero-7-img {
    margin-top: 30px;
  }

  /* HERO-8 */

  #hero-8 {
    padding-top: 70px;
  }

  .hero-8-txt {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-8-txt .hero-logo {
    display: none;
  }

  .hero-8-txt .hero-digits {
    padding: 0px;
  }

  #hero-8-form {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 30px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  #hero-8-form h4 {
    margin-bottom: 12px;
  }

  #hero-8-form p {
    margin-bottom: 15px;
    font-size: 1rem;
  }

  #hero-8-form p.p-sm {
    padding: 0px;
    font-size: 0.9375rem;
  }

  /* HERO-9 */

  #hero-9 {
    padding-top: 70px;
  }

  .hero-9-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.45;
  }

  .hero-9-txt h2 img {
    top: -0.375rem;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 48px;
  }

  .hero-9-txt p.s-20 {
    margin-top: 0.625rem;
    font-size: 1rem;
  }

  #hero-9 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  .hero-9-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* HERO-10 */

  #hero-10 {
    padding-top: 70px;
  }

  #hero-10::after {
    content: var(--tw-content);
    height: 7%;
  }

  .hero-10-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-10-txt h4 {
    margin-bottom: 23px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-10-img {
    margin-top: 30px;
  }

  /* HERO-11 */

  #hero-11 {
    padding-top: 70px;
  }

  .hero-11-txt p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-11-img {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: -50px;
    margin-top: 30px;
  }

  /* HERO-12 */

  #hero-12 {
    padding-top: 70px;
  }

  #hero-12::after {
    content: var(--tw-content);
    height: 6%;
  }

  .hero-12-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .font--inter .hero-12-txt h2 {
    padding-left: 2.4%;
    padding-right: 2.4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-12-txt p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-12-img {
    margin-top: 30px;
  }

  /* HERO-13 */

  #hero-13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-13-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-13-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* HERO-14 */

  #hero-14 {
    margin-bottom: 20px;
    padding-top: 70px;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px;
    font-size: 1.92857rem;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px;
    padding: 0%;
  }

  #hero-14 .quick-form {
    margin-left: 4%;
    margin-right: 4%;
  }

  .hero-14-img {
    margin-top: 35px;
    margin-bottom: -20px;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px;
  }

  /* HERO-15 */

  #hero-15 {
    padding-top: 70px;
  }

  .hero-15-img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* HERO-16 */

  #hero-16 {
    margin-bottom: 30px;
    padding-top: 70px;
  }

  .hero-16-txt h2 {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-16-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -30px;
    margin-top: 30px;
  }

  /* HERO-17 */

  #hero-17 {
    padding-top: 70px;
  }

  .hero-17-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-17 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  #hero-17 #brands-1 {
    padding-top: 30px;
  }

  /* HERO-18 */

  #hero-18 {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .hero-18-txt p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-18 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1.25rem;
    margin-bottom: 0px;
  }

  .hero-18-img {
    margin-top: 30px;
  }

  /* HERO-19 */

  #hero-19 {
    padding-top: 70px;
  }

  .hero-19-txt h2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* HERO-20 */

  #hero-20 {
    padding-top: 70px;
  }

  .hero-20-txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-20-txt .hero-logo {
    display: none;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 18px;
  }

  /* HERO-21 */

  #hero-21 {
    margin-bottom: 35px;
    padding-top: 70px;
  }

  #hero-21 .container {
    max-width: 100%;
  }

  .hero-21-txt {
    margin-bottom: 40px;
  }

  .hero-21-txt h2 {
    margin-bottom: 18px;
  }

  .hero-21-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: visible;
    border-radius: 0 0;
  }

  #hero-21 .hero-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
    padding-bottom: 0px;
  }

  .hero-21-img {
    margin-bottom: -35px;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px);
  }

  /* HERO-22 */

  #hero-22 {
    padding-top: 70px;
  }

  #hero-22-form {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 1.25rem;
    text-align: center;
  }

  #hero-22 .hero-logo {
    display: none;
  }

  #hero-22-form h4 {
    margin-bottom: 12px;
    padding: 0px;
    font-size: 1.57142rem;
  }

  #hero-22-form p {
    margin-bottom: 15px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.1rem;
  }

  /* HERO-23 */

  #hero-23 {
    margin-bottom: 20px;
    padding-top: 70px;
  }

  .hero-23-txt {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-23-img {
    margin-top: 0.75rem;
    margin-bottom: -20px;
  }

  /* HERO-24 */

  #hero-24 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-24-txt p.p-xl {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #hero-24 .quick-form {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* HERO-25 */

  #hero-25 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 20px;
  }

  .hero-25-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* HERO-26 */

  #hero-26 {
    padding-top: 70px;
  }

  .hero-26-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-26-img {
    margin-top: 30px;
  }

  /* HERO-27 */

  #hero-27 .hero-overlay {
    padding-top: 70px;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px;
    font-size: 1.85rem;
  }

  .hero-27-txt p.s-20, .hero-27-txt p.s-21 {
    font-size: 1.0625rem;
  }

  .hero-27-txt p.s-20 {
    margin-bottom: 20px;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: 0px;
  }

  /*------------------------------------------*/

  /*  CONTENT
/*------------------------------------------*/

  /* ABOUT */

  .about-2-title {
    margin-bottom: 30px;
  }

  .a2-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.625rem;
    padding-bottom: 25px;
  }

  #a3-1 {
    margin-bottom: 20px;
  }

  .a2-txt-quote {
    position: relative;
    margin-bottom: -35px;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before, .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }

  .a2-txt-author {
    margin-top: 0.625rem;
    font-size: 18px;
  }

  .a2-txt-author span {
    margin-top: 1px;
    font-size: 0.975rem;
  }

  #about-1 .txt-block h3.mb--30, .about-2-title h2.mb--30 {
    margin-bottom: 15px;
  }

  #about-4 .txt-block h2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #about-4 .txt-block p {
    margin-top: 0.75rem;
  }

  #a4-2 {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* FEATURES */

  #features-14 .container {
    max-width: 100%;
  }

  .fbox-14-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #features-12.py--100.shape--bg:after, #features-13.py--100.shape--bg:after {
    top: 31%;
    height: 69%;
  }

  #features-12.pt--100.shape--bg:after, #features-13.pt--100.shape--bg:after {
    top: 32%;
    height: 65%;
  }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5, .row-cols-md-2 .fb-3, .fbox-5.fb-3, 
.fbox-5.fb-5, .rows-2 .fbox-7.fb-1, .rows-2 .fbox-7.fb-2, .rows-2 .fbox-7.fb-3, .rows-2 .fbox-9.fb-1, .rows-2 .fbox-9.fb-2, 
.rows-2 .fbox-9.fb-3 {
    margin-bottom: 30px;
  }

  .rows-3 .fb-3.fbox-11-lst {
    margin-bottom: 30px;
  }

  .fbox-5.fb-2, .fbox-5.fb-4, .fbox-5.fb-6 {
    margin-bottom: 0px;
  }

  .row-cols-md-3 .fbox-4, .row-cols-md-2 .fbox-4, .fbox-5, .fbox-8.bg--white-100 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .fbox-7, .fbox-9 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .row-cols-md-2 .fbox-7 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .fbox-8.fb-1 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 35px;
  }

  .fbox-8.fb-3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2.5rem;
    padding-bottom: 0px;
  }

  .fbox-12, .fbox-13 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #fb-12-1, #fb-12-2, #fb-12-3, #fb-13-1, #fb-13-2, #fb-13-3 {
    margin-bottom: 30px;
  }

  #fb-12-1, #fb-13-1 {
    margin-top: 50px;
  }

  #features-12 .txt-block, #features-13 .txt-block {
    margin-bottom: 30px;
  }

  .fbox-14 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .fbox-14.fb-1, .fbox-14.fb-2 {
    margin-bottom: 25px;
  }

  .fbox-img.h-135 img, .fbox-img.h-140 img, .fbox-img.h-145 img, .fbox-img.h-150 img, .fbox-img.h-155 img, 
.fbox-img.h-160 img, .fbox-img.h-165 img, .fbox-img.h-170 img, .fbox-img.h-175 img, .fbox-img.h-180 img {
    max-height: 10rem;
  }

  .fbox-2 .fbox-img.h-135 img, .fbox-2 .fbox-img.h-140 img, .fbox-2 .fbox-img.h-145 img, .fbox-2 .fbox-img.h-150 img, 
.fbox-2 .fbox-img.h-155 img, .fbox-2 .fbox-img.h-160 img, .fbox-2 .fbox-img.h-165 img, .fbox-2 .fbox-img.h-170 img, 
.fbox-2 .fbox-img.h-175 img, .fbox-2 .fbox-img.h-180 img {
    max-height: 10rem;
  }

  .fbox-3 .fbox-img.h-135 img, .fbox-3 .fbox-img.h-140 img, .fbox-3 .fbox-img.h-145 img, .fbox-3 .fbox-img.h-150 img, 
.fbox-3 .fbox-img.h-155 img, .fbox-3 .fbox-img.h-160 img, .fbox-3 .fbox-img.h-165 img, .fbox-3 .fbox-img.h-170 img, 
.fbox-3 .fbox-img.h-175 img, .fbox-3 .fbox-img.h-180 img {
    max-height: 10rem;
  }

  .fbox-4 .fbox-img.h-135 img, .fbox-4.fbox-img.h-140 img, .fbox-4 .fbox-img.h-145 img, .fbox-4 .fbox-img.h-150 img, 
.fbox-4 .fbox-img.h-155 img, .fbox-4 .fbox-img.h-160 img, .fbox-4 .fbox-img.h-165 img, .fbox-4 .fbox-img.h-170 img, 
.fbox-4 .fbox-img.h-175 img {
    max-height: 145px;
  }

  .fbox-1 .fbox-img, .row-cols-md-2 .fbox-1 .fbox-img, .fbox-4 .fbox-img, .row-cols-md-2 .fbox-4 .fbox-img {
    margin-bottom: 25px;
  }

  .fbox-2 .fbox-img.h-135, .fbox-2 .fbox-img.h-140, .fbox-2 .fbox-img.h-145, 
.fbox-2 .fbox-img.h-150, .fbox-2 .fbox-img.h-155, .fbox-2 .fbox-img.h-160, 
.fbox-2 .fbox-img.h-165, .fbox-2 .fbox-img.h-170, .fbox-2 .fbox-img.h-175, 
.fbox-2 .fbox-img.h-180 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 45px;
    padding-top: 35px;
  }

  .fbox-3 .fbox-img.h-135, .fbox-3 .fbox-img.h-140, .fbox-3 .fbox-img.h-145, 
.fbox-3 .fbox-img.h-150, .fbox-3 .fbox-img.h-155, .fbox-3 .fbox-img.h-160, 
.fbox-3 .fbox-img.h-165, .fbox-3 .fbox-img.h-170, .fbox-3 .fbox-img.h-175, 
.fbox-3 .fbox-img.h-180 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 35px;
  }

  .fbox-5.fb-1 .fbox-5-img, .fbox-5.fb-2 .fbox-5-img, .fbox-5.fb-3 .fbox-5-img, 
.fbox-5.fb-4 .fbox-5-img, .fbox-5.fb-5 .fbox-5-img, .fbox-5.fb-6 .fbox-5-img {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .fbox-ico, .fbox-ico.ico-rounded, .fbox-ico.ico-square {
    margin-bottom: 18px;
  }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-50 [class*="flaticon-"]:after,
.fbox-wrapper .ico-55 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-55 [class*="flaticon-"]:after,
.fbox-wrapper .ico-60 [class*="flaticon-"]:before, 
.fbox-wrapper .ico-60 [class*="flaticon-"]:after,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before, 
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.6rem;
  }

  .features-section h6.s-18, .features-section h6.s-20, .features-section h6.s-22 {
    font-size: 1.35714rem;
  }

  /* 19px */

  .features-section h6, .fbox-txt h5, .rows-2 .fbox-11 h6, .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 12px;
  }

  .fbox-10 .fbox-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fbox-10 .fbox-title span {
    float: none;
    margin-right: 0px;
    line-height: 1;
  }

  .fbox-10 .fbox-title h6 {
    margin-top: 0.625rem;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .fbox-14 h5 {
    margin-bottom: 12px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-3 .fbox-1 p, .row-cols-md-3 .fbox-2 p, 
.row-cols-md-3 .fbox-3 p, .row-cols-md-3 .fbox-6 p, .fbox-10 .fbox-txt p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-2 .fbox-1 p, .row-cols-md-2 .fbox-2 p, .row-cols-md-2 .fbox-3 p, .row-cols-md-2 .fbox-6 p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-md-2 .fbox-4 p, .fbox-5 .fbox-txt p, .rows-2 .fbox-11 p {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding: 0px;
  }

  .rows-3 .fbox-11 p {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* CONTENT */

  .ct-06 {
    padding-bottom: 60px;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px;
  }

  .ct-top {
    margin-bottom: 60px;
  }

  .ct-13 .txt-block, .ct-13 .img-block {
    margin-bottom: 30px;
  }

  .ct-13 .txt-block.ml--block, .ct-13 .img-block.ml--block {
    margin-bottom: 0px;
  }

  /* Content Box Wrapper */

  .content-section.ws-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .bc-1-wrapper .section-overlay, .bc-4-wrapper .section-overlay {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bc-2-wrapper .section-overlay, .bc-3-wrapper .section-overlay {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bc-5-wrapper .section-overlay {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .bc-6-wrapper .section-overlay {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bc-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.25rem;
    padding-bottom: 25px;
  }

  .bc-6-top {
    margin-bottom: 30px;
  }

  .cbox-6-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .bc-1-wrapper, .bc-2-wrapper, .bc-3-wrapper, .bc-4-wrapper, .bc-5-wrapper, .bc-6-wrapper {
    border-radius: 0 0;
  }

  .bc-5-wrapper .section-title p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bc-2-txt h2, .bc-3-txt h2, .bc-4-txt h2, .txt-block h3, .txt-block h2 {
    margin-bottom: 14px;
  }

  .txt-block h5 {
    margin-bottom: 16px;
  }

  h5.h5-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .cbox-2-txt h5, .cbox-3-txt h5, .bc-6-txt h5 {
    margin-bottom: 12px;
  }

  .txt-block p, .txt-block p.p-md, .txt-block p.p-lg {
    margin-bottom: 0.85714rem;
  }

  .txt-block p.s-20, .txt-block p.s-21 {
    font-size: 1.14285rem;
  }

  .cbox-5-fea p, .txt-block p.video-txt-sm, .txt-block p.btn-txt, .txt-block p.btns-group-txt,
.txt-block p.compatibility {
    margin-bottom: 0px;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px;
  }

  .txt-block .btn {
    margin-top: 1rem;
  }

  .txt-block .stores-badge.mt--15, .ws-wrapper .stores-badge.mt--15 {
    margin-top: 0.5rem;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 0px;
  }

  .bc-6-link.mt--15 {
    margin-top: 0.75rem;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 1rem;
  }

  /* Content Box */

  .txt-box {
    margin-bottom: 15px;
  }

  .right-column .cbox-5 {
    margin-bottom: 40px;
  }

  .cbox-5-content {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px;
  }

  .cbox-5-content .divider {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px;
    font-size: 2.45rem;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px;
    right: 0.375rem;
    font-size: 2.05rem;
  }

  .cbox-5-fea {
    margin-top: 1.25rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem;
  }

  .cbox-5-txt .btn {
    margin-top: 0.625rem;
  }

  #cb-6-1, #cb-6-2, #cb-6-3 {
    margin-bottom: 20px;
  }

  /* Content Box Icon */

  .cbox-1.ico-10 span {
    right: 5px;
  }

  .cbox-1.ico-15 span {
    right: 5px;
    top: 0.5px;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before, .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem;
  }

  .cbox-2 .ico-wrap {
    margin-right: 1rem;
  }

  .cbox-2-ico {
    height: 2.15rem;
    width: 2.15rem;
    font-size: 1.0625rem;
    line-height: 1.85rem;
  }

  .ct-03 .cbox-2-ico {
    height: 1.65rem;
    width: 1.65rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .cbox-2-line {
    height: calc(100% - 70px);
  }

  .cbox-3 {
    display: block;
    text-align: center;
  }

  .cbox-3 .ico-wrap {
    margin-right: 0px;
  }

  .cbox-3 .cbox-3-ico {
    top: 0px;
    margin-bottom: 10px;
  }

  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem;
  }

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

  .box-title h6, .box-title h5 {
    margin-bottom: 15px;
    display: block;
    line-height: 1;
  }

  .img-block-txt .box-title h6, 
.img-block-txt .box-title h5 {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 2.5rem;
  }

  .box-title span {
    position: relative;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    display: block;
  }

  .img-block-txt .box-title span {
    top: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0px;
    display: inline-block;
  }

  .box-title span[class*="flaticon-"]:before, .box-title span[class*="flaticon-"]:after {
    font-size: 3rem;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before, 
.img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.5rem;
  }

  /* Content Box Text */

  .cbox-2-txt, .cbox-3-txt, .cbox-4-txt {
    margin-bottom: 25px;
  }

  .ct-03 .cbox-2-txt {
    margin-bottom: 20px;
  }

  /* Content Box Typography */

  .cbox-1-txt p {
    margin-bottom: 5px;
  }

  .cbox-6 h6 {
    margin-bottom: 10px;
  }

  /* Accordion */

  .txt-block .accordion-1 .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: -1px;
    font-size: 0.95rem;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: 7px;
    font-size: 0.95rem;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 9px;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 1.25rem;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: 0px;
  }

  .txt-block .accordion-1 .accordion-thumb h5 {
    padding-left: 22px;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-left: 0.625rem;
    padding-right: 0px;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
.accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 0.375rem;
    font-size: 1.75rem;
  }

  /* Tabs */

  .tabs-1 li {
    font-size: 18px;
  }

  #tabs-1 .tab-content .img-block {
    margin-bottom: 30px;
  }

  /* Advantages */

  .advantages, .text--center .advantages {
    margin-top: 15px;
  }

  .img-block-btn .advantages li {
    margin-top: 0.25rem;
    display: block;
  }

  .img-block-btn .advantages li p {
    float: none;
    display: block;
  }

  .img-block-btn li.advantages-links-divider {
    display: none;
  }

  /* Compatibility */

  .compatibility {
    margin-top: 0.625rem;
  }

  /* Tools List / Payments Icons */

  .tools-list p, .payment-methods p {
    margin-bottom: 12px;
  }

  .tools-list span {
    padding-right: 1px;
  }

  .payment-icons img {
    max-height: 26px;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before, .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 3px;
    font-size: 2rem;
    line-height: 2rem;
  }

  /* Content Box Shapes */

  .cbox-5-shape-1, .cbox-5-shape-2 {
    display: none;
  }

  /* Content Images */

  .img-block.img-block-bkg img {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img-block-hidden, .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px;
  }

  .ct-10 .img-block {
    margin-bottom: -40px;
  }

  .ct-01 .img-block, .ct-02 .img-block, .ct-03 .img-block.right-column, .ct-03 .img-block.left-column {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .ct-01 .img-block.j-img, .ct-02 .img-block.j-img {
    margin-left: 0%;
    margin-right: 0px;
  }

  .ct-04 .img-block, .ct-05 .img-block, .ct-06 .img-block, .ct-07 .img-block- {
    margin-bottom: 30px;
  }

  .ct-06 .img-block, .ct-07 .img-block {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .img-block-hidden .video-btn, .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: 50%;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 20px);
  }

  .img-block-txt, .img-block-btn {
    margin-top: 30px;
  }

  .bc-1-wrapper .img-block, .bc-2-wrapper .img-block, .bc-2-img, .bc-3-img, .bc-4-img {
    margin-bottom: 30px;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -50px;
  }

  .bc-6-img {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .ct-11 .img-block, .ct-12 .img-block {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* STATISTIC */

  .sb-rounded .statistic-block {
    padding: 25px;
    text-align: center;
  }

  #statistic-5 .statistic-digit {
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 0px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  #sb-1-1, #sb-1-2, #sb-3-1, #sb-3-2, #sb-3-3 {
    margin-bottom: 30px;
  }

  #sb-2-1, #sb-2-2, #sb-2-3, #sb-2-4 {
    width: 50%;
  }

  #sb-2-3, #sb-2-4 {
    padding-right: 0.625rem;
  }

  #sb-4-1, #sb-4-2, #sb-4-3 {
    margin-bottom: 25px;
  }

  #sb-5-1, #sb-5-2 {
    margin-bottom: 30px;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px;
  }

  h2.statistic-number {
    font-size: 2.125rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 2rem;
  }

  #statistic-1 h2.statistic-number {
    letter-spacing: -0.5px;
  }

  #sb-2-1 h2.statistic-number, #sb-2-2 h2.statistic-number {
    margin-bottom: 12px;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 2.125rem;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm, #sb-2-4 .statistic-block p.p-sm {
    margin-top: 0.75rem;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem;
  }

  #statistic-5 .statistic-txt p {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* PROJECTS */

  #pt--1-1, #pt--1-2, #pt--1-3, .inner-page-hero #pt--1-3, .inner-page-hero #pt--1-4, .inner-page-hero #pt--1-5 {
    margin-bottom: 35px;
  }

  .project-details h5 {
    margin-bottom: 20px;
  }

  .more-projects {
    margin-top: 40px;
  }

  /* PROJECT DETAILS */

  .single-project .project-title {
    margin-bottom: 35px;
  }

  .project-title h2 {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
  }

  .project-data p {
    margin-bottom: 5px;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 30px;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px;
  }

  .project-inner-img.mt--50 {
    margin-top: 30px;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .project-description .more-projects {
    margin-top: 40px;
  }

  .project-description .more-projects span {
    left: 0.25rem;
    top: 1px;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before, 
.project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 18px;
  }

  /* RATING */

  #rb-2-1, #rb-2-2 {
    margin-bottom: 25px;
  }

  .rating-title h5 {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .rbox-1-img {
    margin-bottom: 15px;
  }

  .rbox-1-img img {
    max-height: 30px;
  }

  .rbox-2-txt img {
    max-height: 1.75rem;
  }

  p.rbox-2-txt {
    margin-top: 0.5rem;
    line-height: 1.75rem;
  }

  .rbox-1 .star-rating {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1;
  }

  .rbox-1 .star-rating span {
    top: 0.125rem;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before, .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before, .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.225rem;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before, .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.225rem;
  }

  /* TESTIMONIALS */

  #reviews-4 .txt-block, #reviews-5 .txt-block {
    text-align: center;
  }

  #reviews-4 .txt-block h2, #reviews-5 .txt-block h2 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.82142rem;
  }

  /* 25.5px */

  .review-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 1.5rem;
  }

  .review-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 1.5rem;
  }

  .review-3, .review-4, .review-5 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 1.5rem;
  }

  .review-txt {
    margin-top: -40px;
  }

  .review-txt h6 {
    margin-bottom: 10px;
  }

  .review-3 .review-txt p {
    font-size: 1rem;
  }

  .review-1 .author-data, .review-2 .author-data, 
.review-3 .author-data, .review-4 .author-data, .review-5 .author-data {
    margin-top: 1.25rem;
  }

  .review-avatar img, .owl-item .review-avatar img {
    height: 45px;
    width: 45px;
  }

  .review-2 .review-avatar img, .review-3 .review-avatar img, .review-5 .review-avatar img {
    height: 45px;
    width: 45px;
  }

  .review-author {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.75rem;
    padding-right: 0px;
  }

  .review-1 .review-author, .review-2 .review-author, .review-3 .review-author, .review-5 .review-author {
    margin-top: 0.125rem;
  }

  .review-author h6 {
    margin-bottom: 8px;
  }

  .review-1 .review-author h6, .review-2 .review-author h6, .review-3 .review-author h6, 
.review-4 .review-author h6, .review-5 .review-author h6 {
    font-size: 1.225rem;
  }

  /* PRESS */

  #press-01, #press-02, #press-03, #press-04, #press-05, #press-06, #press-07 {
    margin-bottom: 25px;
  }

  .press-logo img {
    max-height: 70px;
  }

  .press-txt {
    margin-top: 0.5rem;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* BRANDS */

  #brands-3:after {
    height: 85%;
  }

  .brands-title {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brands-title.mb--35, .brands-title.mb--40 {
    margin-bottom: 20px;
  }

  .brands-title.mb--50 {
    margin-bottom: 25px;
  }

  .brands-title h5.s-19 {
    font-size: 1.21428rem;
  }

  .brands-title h4, .brands-title h3, .brands-title h2 {
    margin-bottom: 8px;
  }

  .brands-title p.p-md, .brands-title p.p-lg {
    font-size: 1rem;
  }

  .brands-3-wrapper, .brands-3-wrapper.brands-3-static {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-2-4, #brand-3-1, #brand-3-2, #brand-4-1, #brand-4-2, #brand-4-3, 
#brand-4-4, #brand-4-5, #brand-4-6, #brand-4-7, #brand-4-8, #brands-4 .brand-logo.mb--40 {
    margin-bottom: 25px;
  }

  #brand-3-5 {
    display: none;
  }

  #brands-1 .brands-carousel-6 .brand-logo, #brands-1 .brands-carousel-5 .brand-logo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #brands-1 .justify-content-center .brand-logo, #brands-4 .brand-logo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #brands-2 .brand-logo, #brands-3 .brand-logo, #brands-3 .brands-3-static .brand-logo {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brands-section .more-btn {
    margin-top: 30px;
  }

  /* INTEGRATIONS */

  #integrations-2 .container {
    max-width: 100%;
  }

  .integrations-2-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .in_tool_logo.ico-65 img {
    height: 55px;
    width: 55px;
  }

  .in_tool h6 {
    font-size: 18px;
  }

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 48px;
    width: 48px;
  }

  .integrations-1-wrapper .in_tool {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .integrations-1-wrapper .in_tool.mb--30, .integrations-1-wrapper .it-7, .integrations-1-wrapper .it-8 {
    margin-bottom: 20px;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: 0.25rem;
    font-size: 1.0625rem;
  }

  .integrations-section .more-btn.mt--60, .integrations-section .more-btn.mt--70 {
    margin-top: 30px;
  }

  /* PRICING */

  .p-table {
    margin-bottom: 30px;
  }

  .pricing-1-table, .text--center .pricing-1-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .pricing-2-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pricing-3-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .pricing-4-table {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-table-header h5, .pricing-table-header h4 {
    font-size: 1.4285714rem;
  }

  .pricing-discount {
    right: -2px;
    top: 0px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pricing-1-table .pricing-discount {
    right: 0px;
    top: -0.25rem;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text--center .pricing-1-table .pricing-discount {
    right: -5px;
    top: -2rem;
  }

  .pricing-discount h6 {
    font-size: 1rem;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9rem;
  }

  .p-table p.btn-txt {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.625rem;
    margin-bottom: 0px;
  }

  /* Price */

  .pricing-3-table .price.mt--25 {
    margin-top: 1.25rem;
  }

  .price span {
    font-size: 2.85rem;
    letter-spacing: -1.5px;
  }

  .pricing-2-table.highlight .price span {
    font-size: 2.6rem;
  }

  .pricing-3-table .price span {
    font-size: 4.285714rem;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.85rem;
  }

  .price sup {
    top: -0.125rem;
    font-size: 2.4rem;
  }

  .pricing-3-table .price sup {
    top: -1rem;
    font-size: 2.5rem;
  }

  .pricing-4-table .price sup {
    top: -0.125rem;
    font-size: 2.4rem;
  }

  .pricing-3-table .price sup.coins {
    top: -19px;
    font-size: 2.5rem;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.285714rem;
  }

  .pricing-3-table .price sup.validity {
    top: 0px;
    margin-top: 1.25rem;
    margin-bottom: 35px;
    font-size: 1.285714rem;
  }

  .pricing-4-table .price sup.validity {
    left: 0.25rem;
    top: 0px;
    font-size: 1.285714rem;
  }

  .text--center .price p, .text--center .pricing-2-table .price p {
    padding: 0px;
  }

  .pricing-4-table .price p {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .pricing-1-table .pt--btn, .pricing-2-table .pt--btn, .pricing-3-table .pt--btn, 
.pricing-4-table .pt--btn,  .pricing-5-table .pt--btn, .pricing-6-table .pt--btn {
    margin-top: 1.25rem;
  }

  .pricing-2-table hr {
    margin-top: 1.25rem;
  }

  /* Pricing Features */

  .pricing-features.mt--25 {
    margin-top: 0.75rem;
  }

  .pricing-features li, .pricing-4-table .pricing-features li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  /* Pricing Notice */

  .pricing-notice.mb--40 {
    margin-bottom: 20px;
  }

  .lg\:w-9\/12 .pricing-notice p, .lg\:w-10\/12 .pricing-notice p {
    padding: 0px;
  }

  /* Pricing Toggle Button */

  #pricing-4 .ext-toggle-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem;
  }

  /* Pricing Compare */

  .table-responsive.mb--50 {
    margin-bottom: 30px;
  }

  .comp-table-rouded {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0px;
  }

  .table>:not(caption)>*>* {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9rem;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.815rem;
    line-height: 1.25;
  }

  .comp-table .table-responsive tbody td {
    top: 0px;
    font-size: 0.85rem !important;
    line-height: 1.25;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
.table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
.table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem;
  }

  #pbox-1, #pbox-2, #pbox-3 {
    margin-bottom: 30px;
  }

  .pricing-section .txt-box-last {
    margin-bottom: 40px;
  }

  .pricing-section .pm-last {
    margin-bottom: 40px;
  }

  .comp-table-payment h6 {
    margin-bottom: 14px;
  }

  /* TEAM */

  #team-1.pb--40, #team-2.pb--40 {
    padding-bottom: 25px;
  }

  .team-member.mb--40, .team-member.mb--50, .team-member.mb--60 {
    margin-bottom: 35px;
  }

  .team-member-photo {
    margin-bottom: 22px;
  }

  #team-1 .team-member-data, #team-2 .team-member-data {
    margin-left: 0.625rem;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px;
    font-size: 1.35714rem;
  }

  /* 19px */

  .team-member-data p, .team-member-data p.p-md, .team-member-data p.p-lg {
    font-size: 1.15rem;
  }

  ul.tm-social, #team-1 ul.tm-social {
    right: 0.625rem;
    top: 0px;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before, .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.375rem;
  }

  /* CAREERS */

  #careers-1 {
    padding-bottom: 30px;
  }

  .role-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .role-box-txt span, #careers-1 .role-box span {
    margin-bottom: 10px;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 0.25rem;
    line-height: 1.4;
  }

  .role-box-txt h6 {
    margin-bottom: 5px;
    line-height: 1.4;
  }

  .role-box-txt p {
    margin-bottom: 14px;
  }

  /* CAREER ROLE */

  #role-page .inner-page-title {
    margin-bottom: 20px;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px;
  }

  #role-page .inner-page-title p {
    padding: 0px;
  }

  .role-info hr, #role-page .cbox-6-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .txt-block.role-info .btn {
    margin-top: 25px;
  }

  /* BANNER */

  #banner-12, #banner-13 {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  #banner-9.py--70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #banner-1 .container, #banner-2 .container, #banner-3 .container,
#banner-11 .container, #banner-12 .container, #banner-13 .container {
    max-width: 100%;
  }

  .banner-1-wrapper, .banner-2-wrapper, .banner-3-wrapper,
.banner-11-wrapper, .banner-12-wrapper, .banner-13-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
  }

  .banner-1-wrapper .banner-overlay, .banner-2-wrapper .banner-overlay, 
.banner-3-wrapper .banner-overlay {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #banner-5 .banner-overlay.pt--80.pb--90, #banner-7 .banner-overlay.pt--80.pb--90, #banner-6 .banner-overlay, 
#banner-8 .banner-overlay, #banner-14 .banner-overlay, #banner-15 .banner-overlay {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #banner-10 .banner-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden;
    border-radius: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible;
    border-radius: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible;
    border-radius: 0 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .banner-16-wrapper .banner-overlay {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-5-txt {
    padding: 0px;
  }

  .banner-8-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-12-txt, .banner-13-txt {
    margin-top: 0px;
    padding-right: 0px;
  }

  .banner-section .section-id {
    margin-bottom: 18px;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px;
  }

  .banner-section h2, .banner-section h3 {
    font-size: 1.82142rem;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px;
  }

  .banner-2-txt h2, .banner-10-txt h2 {
    margin-bottom: 25px;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-7-txt h2 {
    margin-bottom: 22px;
  }

  .banner-10-txt h6 {
    margin-bottom: 5px;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px;
    font-size: 3.25rem;
  }

  .banner-11-txt h2, .banner-12-txt h2, .banner-13-txt h2 {
    margin-bottom: 14px;
  }

  .banner-15-txt h2 {
    margin-bottom: 25px;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-section p.p-lg, .banner-section p.p-xl {
    margin-bottom: 20px;
    font-size: 1.142857rem;
  }

  .sm-title .banner-1-txt p.p-lg, .sm-title .banner-1-txt p.p-xl,
.banner-6-txt p.p-lg, .banner-6-txt p.p-xl {
    margin-top: 0.75rem;
    margin-bottom: 20px;
  }

  .banner-3-txt p.p-lg, .banner-3-txt p.p-xl {
    margin-top: 0.625rem;
    margin-bottom: 18px;
  }

  .banner-5-txt p.p-lg, .banner-5-txt p.p-xl {
    margin-top: 0.75rem;
  }

  .banner-5-txt p.s-21, .banner-5-txt p.s-22 {
    margin-top: 11px;
    margin-bottom: 18px;
  }

  .banner-9-txt p.p-lg, .banner-9-txt p.p-xl {
    margin-top: 0.625rem;
    margin-bottom: 20px;
  }

  .banner-11-txt p {
    padding-right: 0px;
  }

  .banner-14-txt p.p-lg {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 18px;
  }

  .banner-8-buttons {
    margin-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-15-txt .download-links {
    margin-top: 15px;
  }

  .banner-section .btns-group .btn:first-child {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 0.625rem;
  }

  .banner-9-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .banner-10-img {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .banner-11-img {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 30px;
    margin-bottom: -20px;
  }

  .banner-12-img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: -40px;
    --tw-rotate: 0deg;
    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));
  }

  /* DOWNLOAD */

  #download-1 {
    padding-bottom: 30px;
  }

  .version-release {
    margin-bottom: 30px;
  }

  .release-data h5 {
    margin-bottom: 30px;
  }

  .release-data {
    margin-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  span.version-data {
    margin-right: 5px;
    font-size: 24px;
  }

  span.release-date span {
    margin-left: 5px;
    font-size: 1.05rem;
  }

  .release-download {
    margin-top: 15px;
  }

  /* FAQs */

  #faqs-1, #faqs-4 {
    padding-bottom: 2.5rem;
  }

  /* FAQs Section Title */

  #faqs-1 .section-title {
    margin-bottom: 19px;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 24px;
  }

  #faqs-3 .section-title {
    margin-bottom: 35px;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 35px;
  }

  #faqs-3 .section-title .contact-link {
    display: block;
  }

  /* FAQs Accordion */

  .faqs-section .accordion-thumb {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 21px;
  }

  .faqs-section .accordion-item .accordion-thumb:after, 
.faqs-section .accordion-item.is-active .accordion-thumb:after {
    right: 2px;
    top: 1.25rem;
    font-size: 14px;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after, 
#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    right: 2px;
    top: 17px;
    font-size: 14px;
  }

  .accordion-panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
  }

  #faqs-2 .accordion-panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 25px;
    padding-bottom: 0.625rem;
  }

  #faqs-2 .accordion-panel-item.mb--35, #faqs-3 .question.mb--35 {
    margin-bottom: 20px;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8%;
    line-height: 1.35;
  }

  .question h5, .accordion-panel-item h5 {
    margin-bottom: 15px;
    line-height: 1.35;
  }

  /* FAQs Tabs */

  .faqs-section .tabs-1 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .faqs-section .tabs-1 li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    min-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  /* More Questions Link */

  #faqs-2 .more-questions {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px;
  }

  .more-questions-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .more-questions-txt p {
    font-size: 1.1rem;
  }

  /* NEWSLETTER */

  #newsletter-1 .newsletter-overlay, #newsletter-5 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 2.5rem;
  }

  #newsletter-2 .container {
    max-width: 100%;
  }

  #newsletter-2 .newsletter-overlay {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0 0;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 2.5rem;
  }

  #newsletter-3, #newsletter-4 .newsletter-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #newsletter-4 .newsletter-txt, #newsletter-5 .newsletter-txt {
    padding: 0px;
  }

  .newsletter-txt h2, #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px;
  }

  .newsletter-txt h4, .newsletter-txt h3 {
    margin-bottom: 25px;
    padding: 0px;
    font-size: 1.642857rem;
  }

  #newsletter-3 .newsletter-txt p {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: 0px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px;
  }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form, 
#newsletter-3 .newsletter-form, #newsletter-4 .newsletter-form {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .newsletter-section .form-control, #newsletter-1.newsletter-section .form-control, 
#newsletter-5.newsletter-section .form-control {
    height: 46px;
    font-size: 1.0625rem;
  }

  .newsletter-section .btn, #newsletter-1 .btn, #newsletter-5.newsletter-section .btn {
    height: 46px;
    font-size: 1.0625rem;
  }

  /* BLOG */

  #bp-1-1, #bp-1-2 {
    margin-bottom: 30px;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 25px;
  }

  .post-tag {
    margin-bottom: 14px;
    font-size: 0.825rem;
  }

  .blog-post-txt h6, .blog-post-txt h4.mb--20, .blog-post-txt h3 {
    margin-bottom: 10px;
  }

  .blog-post-meta.mt--20, .blog-post-meta.mt--30 {
    margin-top: 14px;
  }

  /* Blog Listing */

  .wide-post {
    margin-bottom: 30px;
  }

  .wide-post h3.s-36, .wide-post h3.s-38, .wide-post h3.s-40, .square-post h4.s-34 {
    font-size: 1.285714rem;
  }

  .wide-post .blog-post-img {
    margin-bottom: 25px;
  }

  .square-post {
    margin-top: 0.625rem;
    margin-bottom: 40px;
  }

  .square-post .blog-post-txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
    padding-bottom: 35px;
  }

  .posts-category {
    margin-top: 0.625rem;
    margin-bottom: 30px;
  }

  .posts-category span {
    top: 1.25px;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before, 
.posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1rem;
  }

  /* Single Blog Post */

  .single-post-title h3, .single-post-title h2 {
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 22px;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none;
  }

  #single-post .post-meta-list li {
    margin-top: 0.625rem;
    display: block;
  }

  .post-inner-img {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .single-post-txt h5, .single-post-txt h4 {
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 25px;
    font-size: 1.0625rem;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem;
    line-height: 1.3;
  }

  .post-share-list {
    margin-top: 30px;
    padding-bottom: 2.5rem;
  }

  .post-author {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
  }

  .post-author-avatar img {
    height: 70px;
    width: 70px;
  }

  .post-author-txt h5 {
    margin-bottom: 10px;
  }

  .author-follow-btn {
    right: 0.625rem;
    top: 130px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .post-comments {
    padding-top: 50px;
  }

  .post-comments h5 {
    margin-bottom: 40px;
  }

  .comment-body {
    margin-left: 15px;
  }

  .post-comments img {
    height: 37px;
    width: 37px;
  }

  .comment-meta {
    margin-bottom: 5px;
  }

  .comment-meta h6 {
    margin-bottom: 5px;
  }

  .comment-date, .btn-reply a {
    font-size: 0.95rem;
  }

  .btn-reply.ico-20 [class*="flaticon-"]:before, .btn-reply.ico-20 [class*="flaticon-"]:after {
    font-size: 0.95rem;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px;
  }

  .comment-form p {
    margin-bottom: 10px;
  }

  .comment-form {
    margin-top: 50px;
  }

  .comment-form .btn {
    margin-top: 0px;
  }

  /* CONTACTS */

  #contacts-1 .section-title p {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px;
    font-size: 14px;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .contact-form .form-control, .contact-form .form-select {
    height: 50px;
  }

  .contact-form textarea {
    min-height: 170px;
  }

  .contact-form textarea.form-control {
    padding: 15px;
  }

  /* FOOTER */

  .footer {
    padding-bottom: 30px;
  }

  .footer hr {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  #footer-10.pt--50 {
    padding-top: 0px;
  }

  .footer .sm\:w-4\/12, .footer .sm\:w-6\/12, .footer .sm\:w-8\/12 {
    float: left;
    width: 50%;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none;
    width: 100%;
  }

  @media (min-width: 390px) and (max-width: 413.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (min-width: 321px) and (max-width: 389.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }

  @media (max-width: 320.98px) {
    #contacts-1 .contact-form #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 span {
      margin-bottom: 12px;
      line-height: 1.4;
    }
  }

  .footer-info, #footer-2 .footer-info, .footer-links, .footer-stores-badge {
    margin-bottom: 35px;
  }

  #footer-6 .footer-info, #footer-7 .footer-info {
    margin-top: 0.625rem;
    margin-bottom: 0px;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px;
    padding-bottom: 35px;
  }

  #footer-8 .footer-links, #footer-10 .footer-links {
    margin-bottom: 10px;
  }

  img.footer-logo, img.footer-logo-dark {
    max-height: 34px;
  }

  #footer-1 .footer-logo, #footer-5 .footer-logo, #footer-6 .footer-logo, #footer-7 .footer-logo {
    margin-bottom: 22px;
  }

  #footer-10 img.footer-logo {
    max-height: 34px;
  }

  .footer h6 {
    margin-bottom: 18px;
    font-size: 1.1785714rem !important;
  }

  /* 16.5px */

  .footer-mail-link {
    font-size: 1.0714285rem;
  }

  /* 15px */

  .footer-mail-link span {
    right: 0.25rem;
    top: 3px;
  }

  #footer-8 .foo-links li {
    display: block;
    padding-left: 0px;
  }

  #footer-10 .foo-links li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .foo-links.ico-10 li span {
    right: 3px;
    top: 1px;
  }

  .foo-links li a span.ext-link {
    left: 3px;
    top: 0px;
  }

  .footer-stores-badge .store {
    margin-right: 0px;
    margin-bottom: 15px;
    display: block;
    text-align: left;
  }

  .footer-form {
    margin-right: 6%;
  }

  #footer-9 .footer-form {
    margin-bottom: 0px;
  }

  .footer-form .form-control {
    font-size: 1.1rem;
  }

  .footer-form .form-control, .footer-form .btn {
    height: 1.75rem;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before, 
.footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 18px;
    line-height: 22px;
  }

  .bottom-footer-socials {
    margin-top: 0.625rem;
  }

  .bottom-footer-socials li {
    padding-left: 0.75rem;
  }

  .bottom-footer-socials li:first-child {
    padding-left: 0px;
  }

  .bottom-footer-list {
    margin-top: 3px;
  }

  #footer-4 .bottom-footer-list li, #footer-9 .bottom-footer-list li {
    padding-left: 0.5rem;
  }

  #footer-4 .bottom-footer-list li span, #footer-9 .bottom-footer-list li span {
    margin-right: 1px;
  }

  .footer-list-divider {
    top: 0px;
  }

  .bottom-secondary-link p span {
    top: 1.5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-info-copyright p span {
    top: 0.125rem;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
.footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem;
  }

  /* INNER PAGE WRAPPER */

  .inner-page-hero, .page-hero-section-overlay {
    padding-top: 60px;
  }

  .inner-page-title {
    margin-bottom: 40px;
  }

  .inner-page-title h2 {
    margin-bottom: 0px;
  }

  .inner-page-title p {
    margin-top: 0.75rem;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 1.6666;
  }

  .page-hero-section h1 {
    margin-bottom: 20px;
    line-height: 1.25;
  }

  /* PAGE PAGINATION */

  .page-link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.95rem;
  }

  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px;
  }

  /* SIGN IN / SIGN UP */

  #login, #signup, #reset-password {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .login-page-logo {
    margin-bottom: 38px;
  }

  .login-page-logo img {
    max-height: 2.25rem;
  }

  .register-form-title {
    margin-bottom: 25px;
  }

  .register-form-title h3 {
    margin-bottom: 8px;
    font-size: 1.57142rem;
  }

  .separator-line, .register-page-form p.input-header, .form-data span, .register-page-form .btn-google {
    font-size: 1rem;
  }

  #signup .form-data span {
    font-size: 0.95rem;
  }

  .reset-password-link p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .register-page-form p.create-account {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .separator-line {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .reset-form-title {
    margin-bottom: 16px;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px;
    font-size: 1rem;
  }

  .reset-page-wrapper {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .reset-page-wrapper form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 35px;
    padding-bottom: 0.625rem;
  }

  #login .register-page-form, #signup .register-page-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #login.login-1 .register-page-form, #signup.signup-1 .register-page-form {
    padding: 5px;
  }

  .reset-page-wrapper .form-control, 
.register-page-form .form-control {
    margin-bottom: 20px;
    height: 50px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.0625rem;
  }

  #login .register-page-form .btn.submit {
    margin-top: 0.75rem;
    height: 50px;
    font-size: 1.0625rem;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 1.25rem;
    height: 50px;
    font-size: 1.1rem;
  }

  .reset-page-wrapper .btn.submit {
    height: 50px;
    font-size: 1.0625rem;
  }

  .btn-google img {
    right: 5px;
    top: -0.125rem;
    height: 18px;
    width: 18px;
  }

  .btn-show-pass {
    top: 1rem;
  }

  /* PAGE 404 */

  .page-404-txt {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  @media (max-width: 767px) {
    .page-404-txt {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 320.98px) {
    .page-404-txt {
      padding-bottom: 30px;
    }
  }

  .page-404-txt h2 {
    margin-bottom: 12px;
  }

  .page-404-txt h6 {
    margin-bottom: 20px;
    padding: 0px;
    line-height: 1.6;
  }

  .page-404-img {
    margin-bottom: 30px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* MODAL */

  #modal-1 .modal-dialog {
    margin: auto;
    max-width: 280px;
  }

  #modal-2 .modal-dialog {
    margin: auto;
    width: 300px;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto;
    width: 290px;
  }

  #modal-1.modal .btn-close {
    right: 0.625rem;
    top: 0.625rem;
  }

  #modal-2 .modal-body-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
    padding-bottom: 5px;
  }

  #modal-3 .modal-body-content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .modal-body .newsletter-form {
    margin-top: 15px;
  }

  .modal .form-control, .modal .newsletter-form .btn {
    height: 46px;
    font-size: 1.0625rem;
  }

  #modal-3 .request-form-title p {
    margin-top: 0.75rem;
    margin-bottom: 16px;
  }

  #modal-3 .request-form .form-control {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #modal-3 .request-form .btn {
    height: 46px;
    font-size: 1rem;
  }
}

.placeholder\:text-\[\#353f4f\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#353f4f\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#666\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#666\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6c757d\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6c757d\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#999\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#999\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#aaa\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#aaa\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

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

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

.before\:bottom-\[3\.5px\]::before {
  content: var(--tw-content);
  bottom: 3.5px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

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

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

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

.before\:top-\[-5px\]::before {
  content: var(--tw-content);
  top: -5px;
}

.before\:m-\[0_15px_0_0\]::before {
  content: var(--tw-content);
  margin: 0 15px 0 0;
}

.before\:h-\[26px\]::before {
  content: var(--tw-content);
  height: 26px;
}

.before\:w-\[26px\]::before {
  content: var(--tw-content);
  width: 26px;
}

.before\:flex-\[1_0_20px\]::before {
  content: var(--tw-content);
  flex: 1 0 20px;
}

.before\:rounded-\[50\%\]::before {
  content: var(--tw-content);
  border-radius: 50%;
}

.before\:border-t-2::before {
  content: var(--tw-content);
  border-top-width: 2px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-t-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]::before {
  content: var(--tw-content);
  border-top-color: rgba(0,0,0,0.1);
}

.before\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]::before {
  content: var(--tw-content);
  background-color: rgba(255,255,255,0.2);
}

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

.before\:\!text-\[0\.8rem\]::before {
  content: var(--tw-content);
  font-size: 0.8rem !important;
}

.before\:\!text-\[0\.9375rem\]::before {
  content: var(--tw-content);
  font-size: 0.9375rem !important;
}

.before\:\!text-\[2\.15rem\]::before {
  content: var(--tw-content);
  font-size: 2.15rem !important;
}

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

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:shadow-\[0_1px_1px_0_\#aaa\]::before {
  content: var(--tw-content);
  --tw-shadow: 0 1px 1px 0 #aaa;
  --tw-shadow-colored: 0 1px 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:\!content-\[\'\\f119\'\]::before {
  --tw-content: '\f119' !important;
  content: var(--tw-content) !important;
}

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

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

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

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

.before\:content-\[\'\2014_\'\]::before {
  --tw-content: '— ';
  content: var(--tw-content);
}

.before\:\[transition\:all_400ms_ease-in-out\]::before {
  content: var(--tw-content);
  transition: all 400ms ease-in-out;
}

.before\:\[transition\:all_450ms_ease-in-out\]::before {
  content: var(--tw-content);
  transition: all 450ms ease-in-out;
}

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

.after\:-left-1\/4::after {
  content: var(--tw-content);
  left: -25%;
}

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

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

.after\:left-2\/4::after {
  content: var(--tw-content);
  left: 50%;
}

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

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

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

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

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

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

.after\:top-2\/4::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-\[-30\%\]::after {
  content: var(--tw-content);
  top: -30%;
}

.after\:top-\[13\%\]::after {
  content: var(--tw-content);
  top: 13%;
}

.after\:top-\[21\%\]::after {
  content: var(--tw-content);
  top: 21%;
}

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

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

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

.after\:m-\[0_15px_0_0\]::after {
  content: var(--tw-content);
  margin: 0 15px 0 0;
}

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

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

.after\:mr-0::after {
  content: var(--tw-content);
  margin-right: 0px;
}

.after\:box-border::after {
  content: var(--tw-content);
  box-sizing: border-box;
}

.after\:h-3\/4::after {
  content: var(--tw-content);
  height: 75%;
}

.after\:h-4\/5::after {
  content: var(--tw-content);
  height: 80%;
}

.after\:h-\[10\%\]::after {
  content: var(--tw-content);
  height: 10%;
}

.after\:h-\[5\%\]::after {
  content: var(--tw-content);
  height: 5%;
}

.after\:h-\[72\%\]::after {
  content: var(--tw-content);
  height: 72%;
}

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

.after\:w-6\/12::after {
  content: var(--tw-content);
  width: 50%;
}

.after\:w-\[150\%\]::after {
  content: var(--tw-content);
  width: 150%;
}

.after\:w-\[43\%\]::after {
  content: var(--tw-content);
  width: 43%;
}

.after\:w-\[48\%\]::after {
  content: var(--tw-content);
  width: 48%;
}

.after\:w-\[51\%\]::after {
  content: var(--tw-content);
  width: 51%;
}

.after\:w-\[74\%\]::after {
  content: var(--tw-content);
  width: 74%;
}

.after\:w-\[86\%\]::after {
  content: var(--tw-content);
  width: 86%;
}

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

.after\:flex-\[1_0_20px\]::after {
  content: var(--tw-content);
  flex: 1 0 20px;
}

.after\:-translate-x-2\/4::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.after\:-translate-y-2\/4::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.after\:rounded-\[0_0_0_60px\]::after {
  content: var(--tw-content);
  border-radius: 0 0 0 60px;
}

.after\:rounded-\[50\%\]::after {
  content: var(--tw-content);
  border-radius: 50%;
}

.after\:border-\[50px\]::after {
  content: var(--tw-content);
  border-width: 50px;
}

.after\:border-t-2::after {
  content: var(--tw-content);
  border-top-width: 2px;
}

.after\:border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}

.after\:border-\[transparent_rgba\(30\2c 30\2c 30\2c 0\.15\)\]::after {
  content: var(--tw-content);
  border-color: transparent rgba(30,30,30,0.15);
}

.after\:border-t-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]::after {
  content: var(--tw-content);
  border-top-color: rgba(0,0,0,0.1);
}

.after\:bg-\[\#f1edff\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 255 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#f2f4f8\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#f4f4f9\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 249 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#f7f8f9\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[rgba\(123\2c 104\2c 238\2c 0\.05\)\]::after {
  content: var(--tw-content);
  background-color: rgba(123,104,238,0.05);
}

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

.after\:bg-\[linear-gradient\(180deg\2c \#f4f4f9\2c \#fbfbfd\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(180deg,#f4f4f9,#fbfbfd);
}

.after\:bg-\[linear-gradient\(180deg\2c rgba\(244\2c 244\2c 249\2c 0\.8\)_50\%\2c rgba\(244\2c 244\2c 249\2c 0\.05\)_100\%\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(244,244,249,0.8) 50%,rgba(244,244,249,0.05) 100%);
}

.after\:bg-\[url\(\.\/images\/blur-purple\.png\)\]::after {
  content: var(--tw-content);
  background-image: url("/assets/template/blur-purple-e453cc5b.png");
}

.after\:bg-\[url\(\.\/images\/hero-18\.jpg\)\]::after {
  content: var(--tw-content);
  background-image: url("/assets/template/hero-18-5206328a.jpg");
}

.after\:bg-cover::after {
  content: var(--tw-content);
  background-size: cover;
}

.after\:bg-scroll::after {
  content: var(--tw-content);
  background-attachment: scroll;
}

.after\:bg-\[center_center\]::after {
  content: var(--tw-content);
  background-position: center center;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:font-Flaticon::after {
  content: var(--tw-content);
  font-family: Flaticon;
}

.after\:text-\[1rem\]::after {
  content: var(--tw-content);
  font-size: 1rem;
}

.after\:font-light::after {
  content: var(--tw-content);
  font-weight: 300;
}

.after\:opacity-20::after {
  content: var(--tw-content);
  opacity: 0.2;
}

.after\:shadow-\[0_0_35px_35px_\#fff\]::after {
  content: var(--tw-content);
  --tw-shadow: 0 0 35px 35px #fff;
  --tw-shadow-colored: 0 0 35px 35px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.hover\:-top-1\.5:hover {
  top: -0.375rem;
}

.hover\:border-2:hover {
  border-width: 2px;
}

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

.hover\:border-\[\#ccc\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-\[\#f7f7f9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 249 / var(--tw-bg-opacity, 1));
}

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

.hover\:\!text-\[\#353f4f\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
}

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

.hover\:text-\[\#0195ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 149 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#222\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#353f4f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6c757d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#888\]:hover {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-\[0_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
  --tw-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:\!\[border\:1px_solid_\#333333\]:hover {
  border: 1px solid #333333 !important;
}

.hover\:before\:bottom-\[-1\.5rem\]:hover::before {
  content: var(--tw-content);
  bottom: -1.5rem;
}

.hover\:before\:left-\[-1\.5rem\]:hover::before {
  content: var(--tw-content);
  left: -1.5rem;
}

.hover\:before\:right-\[-1\.5rem\]:hover::before {
  content: var(--tw-content);
  right: -1.5rem;
}

.hover\:before\:top-\[-1\.5rem\]:hover::before {
  content: var(--tw-content);
  top: -1.5rem;
}

.hover\:before\:opacity-75:hover::before {
  content: var(--tw-content);
  opacity: 0.75;
}

.focus\:border-2:focus {
  border-width: 2px;
}

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

.focus\:border-\[\#1680fb\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 128 251 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#1e90ff\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 144 255 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#3eb1ff\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(62 177 255 / var(--tw-border-opacity, 1));
}

.focus\:border-\[none\]:focus {
  border-color: none;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-\[\#fcfdfd\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 253 253 / var(--tw-bg-opacity, 1));
}

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

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

.focus\:text-\[\#6c757d\]:focus {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.focus\:no-underline:focus {
  text-decoration-line: none;
}

.focus\:shadow-\[0_0\]:focus {
  --tw-shadow: 0 0;
  --tw-shadow-colored: 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:\[outline\:0\]:focus {
  outline: 0;
}

.focus\:\[outline\:0px_none\]:focus {
  outline: 0px none;
}

.focus\:\[outline\:none\]:focus {
  outline: none;
}

.group:hover .group-hover\:top-2\/4 {
  top: 50%;
}

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

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

.group:hover .group-hover\:scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-\[0\.45\] {
  opacity: 0.45;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .sm\:relative {
    position: relative;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

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

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

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:left-\[calc\(50\%_-_65px\)\] {
    left: calc(50% - 65px);
  }

  .sm\:left-\[calc\(50\%_-_70px\)\] {
    left: calc(50% - 70px);
  }

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

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

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

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

  .sm\:top-\[-35px\] {
    top: -35px;
  }

  .sm\:top-\[-40px\] {
    top: -40px;
  }

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

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

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

  .sm\:top-\[60px\] {
    top: 60px;
  }

  .sm\:top-\[calc\(50\%_-_30px\)\] {
    top: calc(50% - 30px);
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:\!m-\[0_12\%_20px\] {
    margin: 0 12% 20px !important;
  }

  .sm\:\!mx-\[3\%\] {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }

  .sm\:\!mx-\[4\%\] {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }

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

  .sm\:mx-\[10\%\] {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:mx-\[2\%\] {
    margin-left: 2%;
    margin-right: 2%;
  }

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

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

  .sm\:mx-\[3\%\] {
    margin-left: 3%;
    margin-right: 3%;
  }

  .sm\:mx-\[4\%\] {
    margin-left: 4%;
    margin-right: 4%;
  }

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

  .sm\:mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-\[18px\] {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm\:\!mb-\[-100px\] {
    margin-bottom: -100px !important;
  }

  .sm\:\!mb-\[25px\] {
    margin-bottom: 25px !important;
  }

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

  .sm\:\!mt-\[18px\] {
    margin-top: 18px !important;
  }

  .sm\:\!mt-\[23px\] {
    margin-top: 23px !important;
  }

  .sm\:\!mt-\[27px\] {
    margin-top: 27px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:\!block {
    display: block !important;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:\!h-\[54px\] {
    height: 54px !important;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

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

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

  .sm\:h-\[2\.15rem\] {
    height: 2.15rem;
  }

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

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

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

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

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

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

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

  .sm\:\!max-h-\[30px\] {
    max-height: 30px !important;
  }

  .sm\:\!max-h-\[34px\] {
    max-height: 34px !important;
  }

  .sm\:max-h-\[220px\] {
    max-height: 220px;
  }

  .sm\:max-h-\[32px\] {
    max-height: 32px;
  }

  .sm\:max-h-\[34px\] {
    max-height: 34px;
  }

  .sm\:max-h-\[38px\] {
    max-height: 38px;
  }

  .sm\:max-h-\[65px\] {
    max-height: 65px;
  }

  .sm\:max-h-\[66px\] {
    max-height: 66px;
  }

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

  .sm\:\!w-auto {
    width: auto !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

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

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

  .sm\:w-\[2\.15rem\] {
    width: 2.15rem;
  }

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

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-\[240px\] {
    min-width: 240px;
  }

  .sm\:\!max-w-\[inherit\] {
    max-width: inherit !important;
  }

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

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:rounded-\[0_0\] {
    border-radius: 0 0;
  }

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

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

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:\!p-\[0_3\%\] {
    padding: 0 3% !important;
  }

  .sm\:\!p-\[0_5\%\] {
    padding: 0 5% !important;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-\[0_10\%\] {
    padding: 0 10%;
  }

  .sm\:p-\[0_2\%\] {
    padding: 0 2%;
  }

  .sm\:p-\[0_3\%\] {
    padding: 0 3%;
  }

  .sm\:p-\[10px_40px\] {
    padding: 10px 40px;
  }

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

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

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

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

  .sm\:p-\[50px_40px\] {
    padding: 50px 40px;
  }

  .sm\:p-\[70px_40px_0\] {
    padding: 70px 40px 0;
  }

  .sm\:\!px-\[10\%\] {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .sm\:\!py-\[80px\] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

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

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .sm\:px-\[2\%\] {
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

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

  .sm\:px-\[3\%\] {
    padding-left: 3%;
    padding-right: 3%;
  }

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

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

  .sm\:px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

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

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

  .sm\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

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

  .sm\:px-\[7\%\] {
    padding-left: 7%;
    padding-right: 7%;
  }

  .sm\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:\!pl-\[18px\] {
    padding-left: 18px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:\!text-\[1\.0625rem\] {
    font-size: 1.0625rem !important;
  }

  .sm\:\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .sm\:\!text-\[1\.15rem\] {
    font-size: 1.15rem !important;
  }

  .sm\:\!text-\[1\.175rem\] {
    font-size: 1.175rem !important;
  }

  .sm\:\!text-\[1\.21875rem\] {
    font-size: 1.21875rem !important;
  }

  .sm\:\!text-\[1\.4rem\] {
    font-size: 1.4rem !important;
  }

  .sm\:\!text-\[1rem\] {
    font-size: 1rem !important;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .sm\:text-\[0\.975rem\] {
    font-size: 0.975rem;
  }

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

  .sm\:text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }

  .sm\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .sm\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .sm\:text-\[1\.175rem\] {
    font-size: 1.175rem;
  }

  .sm\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .sm\:text-\[1\.21875rem\] {
    font-size: 1.21875rem;
  }

  .sm\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .sm\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .sm\:text-\[1\.4375rem\] {
    font-size: 1.4375rem;
  }

  .sm\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .sm\:text-\[1\.6875rem\] {
    font-size: 1.6875rem;
  }

  .sm\:text-\[1\.81255rem\] {
    font-size: 1.81255rem;
  }

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

  .sm\:text-\[2\.0625rem\] {
    font-size: 2.0625rem;
  }

  .sm\:text-\[2\.15rem\] {
    font-size: 2.15rem;
  }

  .sm\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .sm\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

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

  .sm\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .sm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .sm\:text-\[2\.875rem\] {
    font-size: 2.875rem;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:\!leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-\[1\.35\] {
    line-height: 1.35;
  }

  .sm\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .sm\:leading-\[1\.666\] {
    line-height: 1.666;
  }

  .sm\:leading-\[1\.95rem\] {
    line-height: 1.95rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }

  .sm\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }

  .sm\:tracking-\[-3px\] {
    letter-spacing: -3px;
  }

  .sm\:after\:left-\[-20\%\]::after {
    content: var(--tw-content);
    left: -20%;
  }

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

  .sm\:after\:top-\[20px\]::after {
    content: var(--tw-content);
    top: 20px;
  }

  .sm\:after\:top-\[22px\]::after {
    content: var(--tw-content);
    top: 22px;
  }

  .sm\:after\:top-\[5\.5\%\]::after {
    content: var(--tw-content);
    top: 5.5%;
  }

  .sm\:after\:h-\[7\%\]::after {
    content: var(--tw-content);
    height: 7%;
  }

  .sm\:after\:h-\[8\%\]::after {
    content: var(--tw-content);
    height: 8%;
  }

  .sm\:after\:h-\[92\%\]::after {
    content: var(--tw-content);
    height: 92%;
  }

  .sm\:after\:w-\[140\%\]::after {
    content: var(--tw-content);
    width: 140%;
  }

  .sm\:after\:border-\[40px\]::after {
    content: var(--tw-content);
    border-width: 40px;
  }

  .sm\:after\:border-solid::after {
    content: var(--tw-content);
    border-style: solid;
  }

  .sm\:after\:text-\[0\.9rem\]::after {
    content: var(--tw-content);
    font-size: 0.9rem;
  }

  .sm\:after\:text-sm::after {
    content: var(--tw-content);
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .md\:relative {
    position: relative;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

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

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

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

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

  .md\:left-\[calc\(50\%_-_50px\)\] {
    left: calc(50% - 50px);
  }

  .md\:left-\[calc\(50\%_-_52px\)\] {
    left: calc(50% - 52px);
  }

  .md\:left-\[calc\(50\%_-_55px\)\] {
    left: calc(50% - 55px);
  }

  .md\:right-\[-3px\] {
    right: -3px;
  }

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

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

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

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

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

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

  .md\:top-\[17px\] {
    top: 17px;
  }

  .md\:top-\[45px\] {
    top: 45px;
  }

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

  .md\:top-\[calc\(50\%_-_50px\)\] {
    top: calc(50% - 50px);
  }

  .md\:top-\[calc\(50\%_-_60px\)\] {
    top: calc(50% - 60px);
  }

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

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

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:m-\[-30px_-20px_-20px_-40px\] {
    margin: -30px -20px -20px -40px;
  }

  .md\:m-\[0_auto_50px\] {
    margin: 0 auto 50px;
  }

  .md\:\!mx-\[10\%\] {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }

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

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

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

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

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

  .md\:mx-\[6\%\] {
    margin-left: 6%;
    margin-right: 6%;
  }

  .md\:mx-\[7\%\] {
    margin-left: 7%;
    margin-right: 7%;
  }

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

  .md\:my-\[14px\] {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:my-\[18px\] {
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

  .md\:my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .md\:\!mb-\[-150px\] {
    margin-bottom: -150px !important;
  }

  .md\:\!mb-\[15px\] {
    margin-bottom: 15px !important;
  }

  .md\:\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }

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

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

  .md\:\!mt-\[28px\] {
    margin-top: 28px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-\[-10\%\] {
    margin-left: -10%;
  }

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

  .md\:ml-\[-3\.5rem\] {
    margin-left: -3.5rem;
  }

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

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

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

  .md\:ml-\[16\.66666667\%\] {
    margin-left: 16.66666667%;
  }

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

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

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

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

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

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

  .md\:mr-\[-12\%\] {
    margin-right: -12%;
  }

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

  .md\:mr-\[-8\%\] {
    margin-right: -8%;
  }

  .md\:mr-\[-90\%\] {
    margin-right: -90%;
  }

  .md\:mr-\[-94\%\] {
    margin-right: -94%;
  }

  .md\:mr-\[-98\%\] {
    margin-right: -98%;
  }

  .md\:mr-\[1\.15rem\] {
    margin-right: 1.15rem;
  }

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

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

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

  .md\:mr-\[2\%\] {
    margin-right: 2%;
  }

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

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

  .md\:mr-\[3\%\] {
    margin-right: 3%;
  }

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

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

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .md\:mt-\[-3\.5rem\] {
    margin-top: -3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-\[46px\] {
    height: 46px !important;
  }

  .md\:h-28 {
    height: 7rem;
  }

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

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

  .md\:h-\[2\.15rem\] {
    height: 2.15rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:h-\[calc\(100\%_-_74px\)\] {
    height: calc(100% - 74px);
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

  .md\:w-\[2\.15rem\] {
    width: 2.15rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:p-\[0_8\%\] {
    padding: 0 8%;
  }

  .md\:p-\[10px_30px\] {
    padding: 10px 30px;
  }

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

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

  .md\:p-\[25px_20px_30px\] {
    padding: 25px 20px 30px;
  }

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

  .md\:p-\[45px_35px_45px_25px\] {
    padding: 45px 35px 45px 25px;
  }

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

  .md\:\!px-\[1\.3rem\] {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }

  .md\:\!px-\[22px\] {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .md\:\!py-\[0\.7rem\] {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .md\:\!py-\[13px\] {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

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

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

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

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!pl-\[22px\] {
    padding-left: 22px !important;
  }

  .md\:\!pr-\[2\%\] {
    padding-right: 2% !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-\[12px\] {
    padding-left: 12px;
  }

  .md\:pl-\[25px\] {
    padding-left: 25px;
  }

  .md\:pl-\[30px\] {
    padding-left: 30px;
  }

  .md\:pl-\[45px\] {
    padding-left: 45px;
  }

  .md\:pl-\[5px\] {
    padding-left: 5px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .md\:pr-\[10px\] {
    padding-right: 10px;
  }

  .md\:pr-\[4\%\] {
    padding-right: 4%;
  }

  .md\:pr-\[5\%\] {
    padding-right: 5%;
  }

  .md\:pr-\[5px\] {
    padding-right: 5px;
  }

  .md\:pr-\[8\%\] {
    padding-right: 8%;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[12px\] {
    padding-top: 12px;
  }

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

  .md\:pt-\[20px\] {
    padding-top: 20px;
  }

  .md\:pt-\[25px\] {
    padding-top: 25px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[35px\] {
    padding-top: 35px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pt-\[45px\] {
    padding-top: 45px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pt-\[65px\] {
    padding-top: 65px;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:pt-\[90px\] {
    padding-top: 90px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:\!text-\[0\.95rem\] {
    font-size: 0.95rem !important;
  }

  .md\:\!text-\[1\.0625rem\] {
    font-size: 1.0625rem !important;
  }

  .md\:\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .md\:\!text-\[1\.15rem\] {
    font-size: 1.15rem !important;
  }

  .md\:\!text-\[1\.17647rem\] {
    font-size: 1.17647rem !important;
  }

  .md\:\!text-\[1\.1rem\] {
    font-size: 1.1rem !important;
  }

  .md\:\!text-\[1rem\] {
    font-size: 1rem !important;
  }

  .md\:text-\[0\.85rem\] {
    font-size: 0.85rem;
  }

  .md\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .md\:text-\[0\.9075rem\] {
    font-size: 0.9075rem;
  }

  .md\:text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }

  .md\:text-\[0\.95rem\] {
    font-size: 0.95rem;
  }

  .md\:text-\[0\.975rem\] {
    font-size: 0.975rem;
  }

  .md\:text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }

  .md\:text-\[1\.066176rem\] {
    font-size: 1.066176rem;
  }

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .md\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .md\:text-\[1\.17647rem\] {
    font-size: 1.17647rem;
  }

  .md\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .md\:text-\[1\.32352rem\] {
    font-size: 1.32352rem;
  }

  .md\:text-\[1\.397058rem\] {
    font-size: 1.397058rem;
  }

  .md\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .md\:text-\[1\.470588rem\] {
    font-size: 1.470588rem;
  }

  .md\:text-\[1\.65rem\] {
    font-size: 1.65rem;
  }

  .md\:text-\[1\.764705rem\] {
    font-size: 1.764705rem;
  }

  .md\:text-\[1\.98529rem\] {
    font-size: 1.98529rem;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  .md\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

  .md\:text-\[2\.20588rem\] {
    font-size: 2.20588rem;
  }

  .md\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .md\:text-\[2\.35294rem\] {
    font-size: 2.35294rem;
  }

  .md\:text-\[2\.45rem\] {
    font-size: 2.45rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-\[2\.64705rem\] {
    font-size: 2.64705rem;
  }

  .md\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .md\:text-\[2\.79411rem\] {
    font-size: 2.79411rem;
  }

  .md\:text-\[2\.94117rem\] {
    font-size: 2.94117rem;
  }

  .md\:text-\[3\.08823rem\] {
    font-size: 3.08823rem;
  }

  .md\:text-\[3\.23529rem\] {
    font-size: 3.23529rem;
  }

  .md\:text-\[3\.38235rem\] {
    font-size: 3.38235rem;
  }

  .md\:text-\[3\.52941rem\] {
    font-size: 3.52941rem;
  }

  .md\:text-\[4\.15rem\] {
    font-size: 4.15rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:\!leading-none {
    line-height: 1 !important;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .md\:leading-\[1\.85rem\] {
    line-height: 1.85rem;
  }

  .md\:leading-\[1\.8rem\] {
    line-height: 1.8rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }

  .md\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }

  .md\:tracking-\[-3px\] {
    letter-spacing: -3px;
  }

  .md\:\[flex\:0_0_auto\] {
    flex: 0 0 auto;
  }

  .md\:before\:bottom-\[3px\]::before {
    content: var(--tw-content);
    bottom: 3px;
  }

  .md\:before\:left-\[4px\]::before {
    content: var(--tw-content);
    left: 4px;
  }

  .md\:before\:h-\[22px\]::before {
    content: var(--tw-content);
    height: 22px;
  }

  .md\:before\:w-\[22px\]::before {
    content: var(--tw-content);
    width: 22px;
  }

  .md\:after\:left-\[-20\%\]::after {
    content: var(--tw-content);
    left: -20%;
  }

  .md\:after\:left-\[22\%\]::after {
    content: var(--tw-content);
    left: 22%;
  }

  .md\:after\:left-\[48\%\]::after {
    content: var(--tw-content);
    left: 48%;
  }

  .md\:after\:right-\[2px\]::after {
    content: var(--tw-content);
    right: 2px;
  }

  .md\:after\:top-\[12\%\]::after {
    content: var(--tw-content);
    top: 12%;
  }

  .md\:after\:top-\[19\%\]::after {
    content: var(--tw-content);
    top: 19%;
  }

  .md\:after\:top-\[19px\]::after {
    content: var(--tw-content);
    top: 19px;
  }

  .md\:after\:top-\[23px\]::after {
    content: var(--tw-content);
    top: 23px;
  }

  .md\:after\:h-3\/4::after {
    content: var(--tw-content);
    height: 75%;
  }

  .md\:after\:h-\[11\%\]::after {
    content: var(--tw-content);
    height: 11%;
  }

  .md\:after\:h-\[82\%\]::after {
    content: var(--tw-content);
    height: 82%;
  }

  .md\:after\:w-\[140\%\]::after {
    content: var(--tw-content);
    width: 140%;
  }

  .md\:after\:w-\[52\%\]::after {
    content: var(--tw-content);
    width: 52%;
  }

  .md\:after\:w-\[54\%\]::after {
    content: var(--tw-content);
    width: 54%;
  }

  .md\:after\:w-\[78\%\]::after {
    content: var(--tw-content);
    width: 78%;
  }

  .md\:after\:border-\[45px\]::after {
    content: var(--tw-content);
    border-width: 45px;
  }

  .md\:after\:border-solid::after {
    content: var(--tw-content);
    border-style: solid;
  }

  .md\:after\:text-\[0\.825rem\]::after {
    content: var(--tw-content);
    font-size: 0.825rem;
  }

  .md\:after\:text-\[0\.935rem\]::after {
    content: var(--tw-content);
    font-size: 0.935rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-\[2px\] {
    top: -2px;
  }

  .lg\:bottom-\[40px\] {
    bottom: 40px;
  }

  .lg\:left-\[45px\] {
    left: 45px;
  }

  .lg\:left-\[calc\(50\%_-_55px\)\] {
    left: calc(50% - 55px);
  }

  .lg\:left-\[calc\(50\%_-_60px\)\] {
    left: calc(50% - 60px);
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[10px\] {
    right: 10px;
  }

  .lg\:right-\[2px\] {
    right: 2px;
  }

  .lg\:right-\[45px\] {
    right: 45px;
  }

  .lg\:right-\[5px\] {
    right: 5px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[-1\.5px\] {
    top: -1.5px;
  }

  .lg\:top-\[-22px\] {
    top: -22px;
  }

  .lg\:top-\[-30px\] {
    top: -30px;
  }

  .lg\:top-\[-35px\] {
    top: -35px;
  }

  .lg\:top-\[-5px\] {
    top: -5px;
  }

  .lg\:top-\[18px\] {
    top: 18px;
  }

  .lg\:top-\[60px\] {
    top: 60px;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-\[-30px_-20px_-20px_-40px\] {
    margin: -30px -20px -20px -40px;
  }

  .lg\:m-\[0_auto_55px\] {
    margin: 0 auto 55px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-\[10\%\] {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:mx-\[15px\] {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:mx-\[3px\] {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:mx-\[6\%\] {
    margin-left: 6%;
    margin-right: 6%;
  }

  .lg\:mx-\[7\%\] {
    margin-left: 7%;
    margin-right: 7%;
  }

  .lg\:mx-\[8\%\] {
    margin-left: 8%;
    margin-right: 8%;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-\[18px\] {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:\!mt-\[20px\] {
    margin-top: 20px !important;
  }

  .lg\:-mb-\[40px\] {
    margin-bottom: -40px;
  }

  .lg\:-mb-\[80px\] {
    margin-bottom: -80px;
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    .lg\:lg\:mb-\[35px\] {
      margin-bottom: 35px;
    }
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-\[-25\%\] {
    margin-bottom: -25%;
  }

  .lg\:mb-\[-25px\] {
    margin-bottom: -25px;
  }

  .lg\:mb-\[-5px\] {
    margin-bottom: -5px;
  }

  .lg\:mb-\[-70px\] {
    margin-bottom: -70px;
  }

  .lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .lg\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .lg\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .lg\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .lg\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .lg\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .lg\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .lg\:mb-\[28px\] {
    margin-bottom: 28px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .lg\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .lg\:mb-\[38px\] {
    margin-bottom: 38px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mb-\[55px\] {
    margin-bottom: 55px;
  }

  .lg\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-\[-25px\] {
    margin-left: -25px;
  }

  .lg\:ml-\[-30px\] {
    margin-left: -30px;
  }

  .lg\:ml-\[-45px\] {
    margin-left: -45px;
  }

  .lg\:ml-\[10px\] {
    margin-left: 10px;
  }

  .lg\:ml-\[15px\] {
    margin-left: 15px;
  }

  .lg\:ml-\[25\%\] {
    margin-left: 25%;
  }

  .lg\:ml-\[25px\] {
    margin-left: 25px;
  }

  .lg\:ml-\[2px\] {
    margin-left: 2px;
  }

  .lg\:ml-\[3\%\] {
    margin-left: 3%;
  }

  .lg\:ml-\[58\.33333333\%\] {
    margin-left: 58.33333333%;
  }

  .lg\:ml-\[5px\] {
    margin-left: 5px;
  }

  .lg\:mr-\[-120px\] {
    margin-right: -120px;
  }

  .lg\:mr-\[-65\%\] {
    margin-right: -65%;
  }

  .lg\:mr-\[-75\%\] {
    margin-right: -75%;
  }

  .lg\:mr-\[-90\%\] {
    margin-right: -90%;
  }

  .lg\:mr-\[-95\%\] {
    margin-right: -95%;
  }

  .lg\:mr-\[1\.1rem\] {
    margin-right: 1.1rem;
  }

  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }

  .lg\:mr-\[12px\] {
    margin-right: 12px;
  }

  .lg\:mr-\[14px\] {
    margin-right: 14px;
  }

  .lg\:mr-\[15px\] {
    margin-right: 15px;
  }

  .lg\:mr-\[25px\] {
    margin-right: 25px;
  }

  .lg\:mr-\[2px\] {
    margin-right: 2px;
  }

  .lg\:mr-\[3\%\] {
    margin-right: 3%;
  }

  .lg\:mr-\[5px\] {
    margin-right: 5px;
  }

  .lg\:mr-\[70px\] {
    margin-right: 70px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-\[-42px\] {
    margin-top: -42px;
  }

  .lg\:mt-\[-45px\] {
    margin-top: -45px;
  }

  .lg\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .lg\:mt-\[-60px\] {
    margin-top: -60px;
  }

  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }

  .lg\:mt-\[15px\] {
    margin-top: 15px;
  }

  .lg\:mt-\[18px\] {
    margin-top: 18px;
  }

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:mt-\[22px\] {
    margin-top: 22px;
  }

  .lg\:mt-\[25px\] {
    margin-top: 25px;
  }

  .lg\:mt-\[2px\] {
    margin-top: 2px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[32px\] {
    margin-top: 32px;
  }

  .lg\:mt-\[35px\] {
    margin-top: 35px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[45px\] {
    margin-top: 45px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[5px\] {
    margin-top: 5px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:mt-\[8px\] {
    margin-top: 8px;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!h-\[50px\] {
    height: 50px !important;
  }

  .lg\:\!h-\[54px\] {
    height: 54px !important;
  }

  .lg\:h-\[110px\] {
    height: 110px;
  }

  .lg\:h-\[115px\] {
    height: 115px;
  }

  .lg\:h-\[2\.15rem\] {
    height: 2.15rem;
  }

  .lg\:h-\[2\.35rem\] {
    height: 2.35rem;
  }

  .lg\:h-\[28px\] {
    height: 28px;
  }

  .lg\:h-\[30px\] {
    height: 30px;
  }

  .lg\:h-\[32px\] {
    height: 32px;
  }

  .lg\:h-\[44px\] {
    height: 44px;
  }

  .lg\:h-\[48px\] {
    height: 48px;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-\[52px\] {
    height: 52px;
  }

  .lg\:h-\[54px\] {
    height: 54px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:h-\[90px\] {
    height: 90px;
  }

  .lg\:h-\[calc\(100\%_-_74px\)\] {
    height: calc(100% - 74px);
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-\[28px\] {
    max-height: 28px;
  }

  .lg\:max-h-\[30px\] {
    max-height: 30px;
  }

  .lg\:max-h-\[32px\] {
    max-height: 32px;
  }

  .lg\:max-h-\[34px\] {
    max-height: 34px;
  }

  .lg\:max-h-\[39px\] {
    max-height: 39px;
  }

  .lg\:max-h-\[40px\] {
    max-height: 40px;
  }

  .lg\:max-h-\[80px\] {
    max-height: 80px;
  }

  .lg\:min-h-\[190px\] {
    min-height: 190px;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-\[110px\] {
    width: 110px;
  }

  .lg\:w-\[115px\] {
    width: 115px;
  }

  .lg\:w-\[2\.15rem\] {
    width: 2.15rem;
  }

  .lg\:w-\[2\.35rem\] {
    width: 2.35rem;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[44px\] {
    width: 44px;
  }

  .lg\:w-\[48px\] {
    width: 48px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[52px\] {
    width: 52px;
  }

  .lg\:w-\[60px\] {
    width: 60px;
  }

  .lg\:w-\[68\%\] {
    width: 68%;
  }

  .lg\:w-\[700px\] {
    width: 700px;
  }

  .lg\:w-\[80px\] {
    width: 80px;
  }

  .lg\:w-\[90px\] {
    width: 90px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[220px\] {
    min-width: 220px;
  }

  .lg\:min-w-\[50px\] {
    min-width: 50px;
  }

  .lg\:max-w-\[175\%\] {
    max-width: 175%;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-\[0_3\%\] {
    padding: 0 3%;
  }

  .lg\:p-\[10px_30px\] {
    padding: 10px 30px;
  }

  .lg\:p-\[16px\] {
    padding: 16px;
  }

  .lg\:p-\[30px\] {
    padding: 30px;
  }

  .lg\:p-\[30px_32px_35px\] {
    padding: 30px 32px 35px;
  }

  .lg\:p-\[45px\] {
    padding: 45px;
  }

  .lg\:p-\[50px_45px_50px_35px\] {
    padding: 50px 45px 50px 35px;
  }

  .lg\:p-\[60px_45px\] {
    padding: 60px 45px;
  }

  .lg\:\!px-\[1\.3rem\] {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }

  .lg\:\!px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:\!py-\[0\.7rem\] {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .lg\:\!py-\[13px\] {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:px-\[12\%\] {
    padding-left: 12%;
    padding-right: 12%;
  }

  .lg\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:px-\[15\%\] {
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:px-\[20\%\] {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[22\%\] {
    padding-left: 22%;
    padding-right: 22%;
  }

  .lg\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:py-\[38px\] {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:py-\[65px\] {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:\!pr-\[3\%\] {
    padding-right: 3% !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .lg\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .lg\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .lg\:pb-\[22px\] {
    padding-bottom: 22px;
  }

  .lg\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pl-\[10px\] {
    padding-left: 10px;
  }

  .lg\:pl-\[12px\] {
    padding-left: 12px;
  }

  .lg\:pl-\[28\%\] {
    padding-left: 28%;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }

  .lg\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:pl-\[5px\] {
    padding-left: 5px;
  }

  .lg\:pl-\[65px\] {
    padding-left: 65px;
  }

  .lg\:pl-\[8\%\] {
    padding-left: 8%;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

  .lg\:pr-\[15px\] {
    padding-right: 15px;
  }

  .lg\:pr-\[3\%\] {
    padding-right: 3%;
  }

  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }

  .lg\:pr-\[4\%\] {
    padding-right: 4%;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[130px\] {
    padding-top: 130px;
  }

  .lg\:pt-\[140px\] {
    padding-top: 140px;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

  .lg\:pt-\[15px\] {
    padding-top: 15px;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:pt-\[20px\] {
    padding-top: 20px;
  }

  .lg\:pt-\[22px\] {
    padding-top: 22px;
  }

  .lg\:pt-\[28px\] {
    padding-top: 28px;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:pt-\[34px\] {
    padding-top: 34px;
  }

  .lg\:pt-\[35px\] {
    padding-top: 35px;
  }

  .lg\:pt-\[38px\] {
    padding-top: 38px;
  }

  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:pt-\[65px\] {
    padding-top: 65px;
  }

  .lg\:pt-\[70px\] {
    padding-top: 70px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:\!text-\[0\.925rem\] {
    font-size: 0.925rem !important;
  }

  .lg\:\!text-\[0\.985rem\] {
    font-size: 0.985rem !important;
  }

  .lg\:\!text-\[0\.9rem\] {
    font-size: 0.9rem !important;
  }

  .lg\:\!text-\[1\.0625rem\] {
    font-size: 1.0625rem !important;
  }

  .lg\:\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .lg\:\!text-\[1\.15rem\] {
    font-size: 1.15rem !important;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[0\.85rem\] {
    font-size: 0.85rem;
  }

  .lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .lg\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .lg\:text-\[0\.95rem\] {
    font-size: 0.95rem;
  }

  .lg\:text-\[0\.965rem\] {
    font-size: 0.965rem;
  }

  .lg\:text-\[0\.975rem\] {
    font-size: 0.975rem;
  }

  .lg\:text-\[0\.985rem\] {
    font-size: 0.985rem;
  }

  .lg\:text-\[0\.9rem\] {
    font-size: 0.9rem;
  }

  .lg\:text-\[1\.05rem\] {
    font-size: 1.05rem;
  }

  .lg\:text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1\.135rem\] {
    font-size: 1.135rem;
  }

  .lg\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .lg\:text-\[1\.18755rem\] {
    font-size: 1.18755rem;
  }

  .lg\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .lg\:text-\[1\.225rem\] {
    font-size: 1.225rem;
  }

  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .lg\:text-\[1\.45rem\] {
    font-size: 1.45rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .lg\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .lg\:text-\[2\.3125rem\] {
    font-size: 2.3125rem;
  }

  .lg\:text-\[2\.4375rem\] {
    font-size: 2.4375rem;
  }

  .lg\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .lg\:text-\[2\.5625rem\] {
    font-size: 2.5625rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .lg\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .lg\:text-\[2\.85rem\] {
    font-size: 2.85rem;
  }

  .lg\:text-\[2\.875rem\] {
    font-size: 2.875rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-\[3\.125rem\] {
    font-size: 3.125rem;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

  .lg\:text-\[3\.375rem\] {
    font-size: 3.375rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-\[3\.625rem\] {
    font-size: 3.625rem;
  }

  .lg\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-\[1\.95rem\] {
    line-height: 1.95rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }

  .lg\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }

  .lg\:tracking-\[-3px\] {
    letter-spacing: -3px;
  }

  .lg\:\[flex\:0_0_auto\] {
    flex: 0 0 auto;
  }

  .lg\:before\:bottom-\[3px\]::before {
    content: var(--tw-content);
    bottom: 3px;
  }

  .lg\:before\:left-\[4px\]::before {
    content: var(--tw-content);
    left: 4px;
  }

  .lg\:before\:h-\[22px\]::before {
    content: var(--tw-content);
    height: 22px;
  }

  .lg\:before\:w-\[22px\]::before {
    content: var(--tw-content);
    width: 22px;
  }

  .lg\:after\:left-2\/4::after {
    content: var(--tw-content);
    left: 50%;
  }

  .lg\:after\:left-\[-20\%\]::after {
    content: var(--tw-content);
    left: -20%;
  }

  .lg\:after\:left-\[24\%\]::after {
    content: var(--tw-content);
    left: 24%;
  }

  .lg\:after\:right-\[2px\]::after {
    content: var(--tw-content);
    right: 2px;
  }

  .lg\:after\:top-\[12\%\]::after {
    content: var(--tw-content);
    top: 12%;
  }

  .lg\:after\:top-\[18\%\]::after {
    content: var(--tw-content);
    top: 18%;
  }

  .lg\:after\:top-\[19px\]::after {
    content: var(--tw-content);
    top: 19px;
  }

  .lg\:after\:top-\[23px\]::after {
    content: var(--tw-content);
    top: 23px;
  }

  .lg\:after\:h-\[6\%\]::after {
    content: var(--tw-content);
    height: 6%;
  }

  .lg\:after\:h-\[76\%\]::after {
    content: var(--tw-content);
    height: 76%;
  }

  .lg\:after\:h-\[82\%\]::after {
    content: var(--tw-content);
    height: 82%;
  }

  .lg\:after\:w-6\/12::after {
    content: var(--tw-content);
    width: 50%;
  }

  .lg\:after\:w-\[140\%\]::after {
    content: var(--tw-content);
    width: 140%;
  }

  .lg\:after\:w-\[76\%\]::after {
    content: var(--tw-content);
    width: 76%;
  }

  .lg\:after\:border-\[45px\]::after {
    content: var(--tw-content);
    border-width: 45px;
  }

  .lg\:after\:border-solid::after {
    content: var(--tw-content);
    border-style: solid;
  }

  .lg\:after\:text-\[0\.9rem\]::after {
    content: var(--tw-content);
    font-size: 0.9rem;
  }

  .lg\:after\:text-\[1rem\]::after {
    content: var(--tw-content);
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .xl\:order-2 {
    order: 2;
  }

  .xl\:ml-\[25\%\] {
    margin-left: 25%;
  }

  .xl\:ml-\[58\.33333333\%\] {
    margin-left: 58.33333333%;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:\[flex\:0_0_auto\] {
    flex: 0 0 auto;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .xsm\:relative {
    position: relative;
  }

  .xsm\:-top-1 {
    top: -0.25rem;
  }

  .xsm\:-top-\[2px\] {
    top: -2px;
  }

  .xsm\:-top-px {
    top: -1px;
  }

  .xsm\:left-\[calc\(50\%_-_60px\)\] {
    left: calc(50% - 60px);
  }

  .xsm\:left-\[calc\(50\%_-_65px\)\] {
    left: calc(50% - 65px);
  }

  .xsm\:right-0 {
    right: 0px;
  }

  .xsm\:right-\[10px\] {
    right: 10px;
  }

  .xsm\:right-\[5px\] {
    right: 5px;
  }

  .xsm\:right-\[6px\] {
    right: 6px;
  }

  .xsm\:top-0 {
    top: 0px;
  }

  .xsm\:top-\[-19px\] {
    top: -19px;
  }

  .xsm\:top-\[-30px\] {
    top: -30px;
  }

  .xsm\:top-\[-35px\] {
    top: -35px;
  }

  .xsm\:top-\[-5px\] {
    top: -5px;
  }

  .xsm\:top-\[-9px\] {
    top: -9px;
  }

  .xsm\:top-\[0\.5px\] {
    top: 0.5px;
  }

  .xsm\:top-\[1\.25px\] {
    top: 1.25px;
  }

  .xsm\:top-\[1\.5px\] {
    top: 1.5px;
  }

  .xsm\:top-\[135px\] {
    top: 135px;
  }

  .xsm\:top-\[18px\] {
    top: 18px;
  }

  .xsm\:top-\[2px\] {
    top: 2px;
  }

  .xsm\:top-\[5px\] {
    top: 5px;
  }

  .xsm\:top-\[calc\(50\%_-_2px\)\] {
    top: calc(50% - 2px);
  }

  .xsm\:top-\[calc\(50\%_-_30px\)\] {
    top: calc(50% - 30px);
  }

  .xsm\:float-none {
    float: none;
  }

  .xsm\:\!m-\[0_12\%_18px\] {
    margin: 0 12% 18px !important;
  }

  .xsm\:\!m-\[0_2\%_35px\] {
    margin: 0 2% 35px !important;
  }

  .xsm\:m-\[0_2\%_35px\] {
    margin: 0 2% 35px;
  }

  .xsm\:m-auto {
    margin: auto;
  }

  .xsm\:\!mx-\[4\%\] {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }

  .xsm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xsm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xsm\:mx-\[1\%\] {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xsm\:mx-\[15px\] {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xsm\:mx-\[2\%\] {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xsm\:mx-\[2px\] {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xsm\:mx-\[3\%\] {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xsm\:mx-\[4\%\] {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xsm\:mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xsm\:mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xsm\:mx-\[6px\] {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xsm\:mx-\[8px\] {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xsm\:mx-\[9\%\] {
    margin-left: 9%;
    margin-right: 9%;
  }

  .xsm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xsm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xsm\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xsm\:my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xsm\:\!mb-\[-70px\] {
    margin-bottom: -70px !important;
  }

  .xsm\:\!mb-\[16px\] {
    margin-bottom: 16px !important;
  }

  .xsm\:\!mb-\[25px\] {
    margin-bottom: 25px !important;
  }

  .xsm\:\!mt-\[10px\] {
    margin-top: 10px !important;
  }

  .xsm\:\!mt-\[18px\] {
    margin-top: 18px !important;
  }

  .xsm\:\!mt-\[23px\] {
    margin-top: 23px !important;
  }

  .xsm\:\!mt-\[27px\] {
    margin-top: 27px !important;
  }

  .xsm\:-mb-\[20px\] {
    margin-bottom: -20px;
  }

  .xsm\:-mb-\[40px\] {
    margin-bottom: -40px;
  }

  .xsm\:-mt-\[40px\] {
    margin-top: -40px;
  }

  .xsm\:mb-0 {
    margin-bottom: 0px;
  }

  .xsm\:mb-\[-50px\] {
    margin-bottom: -50px;
  }

  .xsm\:mb-\[-70px\] {
    margin-bottom: -70px;
  }

  .xsm\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .xsm\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .xsm\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .xsm\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .xsm\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .xsm\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .xsm\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .xsm\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .xsm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .xsm\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .xsm\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .xsm\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xsm\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .xsm\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .xsm\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .xsm\:ml-\[-15px\] {
    margin-left: -15px;
  }

  .xsm\:ml-\[10px\] {
    margin-left: 10px;
  }

  .xsm\:ml-\[18px\] {
    margin-left: 18px;
  }

  .xsm\:ml-\[3px\] {
    margin-left: 3px;
  }

  .xsm\:mr-0 {
    margin-right: 0px;
  }

  .xsm\:mr-4 {
    margin-right: 1rem;
  }

  .xsm\:mr-\[-15px\] {
    margin-right: -15px;
  }

  .xsm\:mr-\[10px\] {
    margin-right: 10px;
  }

  .xsm\:mr-\[5\%\] {
    margin-right: 5%;
  }

  .xsm\:mt-0 {
    margin-top: 0px;
  }

  .xsm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xsm\:mt-3 {
    margin-top: 0.75rem;
  }

  .xsm\:mt-\[10px\] {
    margin-top: 10px;
  }

  .xsm\:mt-\[12px\] {
    margin-top: 12px;
  }

  .xsm\:mt-\[14px\] {
    margin-top: 14px;
  }

  .xsm\:mt-\[15px\] {
    margin-top: 15px;
  }

  .xsm\:mt-\[18px\] {
    margin-top: 18px;
  }

  .xsm\:mt-\[20px\] {
    margin-top: 20px;
  }

  .xsm\:mt-\[25px\] {
    margin-top: 25px;
  }

  .xsm\:mt-\[30px\] {
    margin-top: 30px;
  }

  .xsm\:mt-\[35px\] {
    margin-top: 35px;
  }

  .xsm\:mt-\[3px\] {
    margin-top: 3px;
  }

  .xsm\:mt-\[40px\] {
    margin-top: 40px;
  }

  .xsm\:mt-\[45px\] {
    margin-top: 45px;
  }

  .xsm\:mt-\[4px\] {
    margin-top: 4px;
  }

  .xsm\:mt-\[50px\] {
    margin-top: 50px;
  }

  .xsm\:mt-\[5px\] {
    margin-top: 5px;
  }

  .xsm\:mt-px {
    margin-top: 1px;
  }

  .xsm\:\!block {
    display: block !important;
  }

  .xsm\:block {
    display: block;
  }

  .xsm\:\!hidden {
    display: none !important;
  }

  .xsm\:hidden {
    display: none;
  }

  .xsm\:\!h-\[54px\] {
    height: 54px !important;
  }

  .xsm\:h-5 {
    height: 1.25rem;
  }

  .xsm\:h-\[120px\] {
    height: 120px;
  }

  .xsm\:h-\[125px\] {
    height: 125px;
  }

  .xsm\:h-\[2\.3rem\] {
    height: 2.3rem;
  }

  .xsm\:h-\[32px\] {
    height: 32px;
  }

  .xsm\:h-\[34px\] {
    height: 34px;
  }

  .xsm\:h-\[45px\] {
    height: 45px;
  }

  .xsm\:h-\[52px\] {
    height: 52px;
  }

  .xsm\:h-\[54px\] {
    height: 54px;
  }

  .xsm\:h-\[56px\] {
    height: 56px;
  }

  .xsm\:h-\[58px\] {
    height: 58px;
  }

  .xsm\:h-\[70px\] {
    height: 70px;
  }

  .xsm\:h-\[calc\(100\%_-_74px\)\] {
    height: calc(100% - 74px);
  }

  .xsm\:\!max-h-\[30px\] {
    max-height: 30px !important;
  }

  .xsm\:\!max-h-\[34px\] {
    max-height: 34px !important;
  }

  .xsm\:max-h-\[185px\] {
    max-height: 185px;
  }

  .xsm\:max-h-\[30px\] {
    max-height: 30px;
  }

  .xsm\:max-h-\[31px\] {
    max-height: 31px;
  }

  .xsm\:max-h-\[34px\] {
    max-height: 34px;
  }

  .xsm\:max-h-\[37px\] {
    max-height: 37px;
  }

  .xsm\:max-h-\[40px\] {
    max-height: 40px;
  }

  .xsm\:max-h-\[56px\] {
    max-height: 56px;
  }

  .xsm\:max-h-\[64px\] {
    max-height: 64px;
  }

  .xsm\:min-h-\[220px\] {
    min-height: 220px;
  }

  .xsm\:\!w-auto {
    width: auto !important;
  }

  .xsm\:w-5 {
    width: 1.25rem;
  }

  .xsm\:w-\[120px\] {
    width: 120px;
  }

  .xsm\:w-\[125px\] {
    width: 125px;
  }

  .xsm\:w-\[2\.3rem\] {
    width: 2.3rem;
  }

  .xsm\:w-\[32px\] {
    width: 32px;
  }

  .xsm\:w-\[340px\] {
    width: 340px;
  }

  .xsm\:w-\[360px\] {
    width: 360px;
  }

  .xsm\:w-\[45px\] {
    width: 45px;
  }

  .xsm\:w-\[52px\] {
    width: 52px;
  }

  .xsm\:w-\[70px\] {
    width: 70px;
  }

  .xsm\:w-auto {
    width: auto;
  }

  .xsm\:min-w-full {
    min-width: 100%;
  }

  .xsm\:\!max-w-\[inherit\] {
    max-width: inherit !important;
  }

  .xsm\:max-w-\[370px\] {
    max-width: 370px;
  }

  .xsm\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

  .xsm\:overflow-visible {
    overflow: visible;
  }

  .xsm\:rounded-\[0_0\] {
    border-radius: 0 0;
  }

  .xsm\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .xsm\:bg-scroll {
    background-attachment: scroll;
  }

  .xsm\:\!p-\[0_3\%\] {
    padding: 0 3% !important;
  }

  .xsm\:\!p-\[0_5\%\] {
    padding: 0 5% !important;
  }

  .xsm\:p-0 {
    padding: 0px;
  }

  .xsm\:p-\[0_2\%\] {
    padding: 0 2%;
  }

  .xsm\:p-\[0_3\%\] {
    padding: 0 3%;
  }

  .xsm\:p-\[0_5\%\] {
    padding: 0 5%;
  }

  .xsm\:p-\[15px\] {
    padding: 15px;
  }

  .xsm\:p-\[30px_50px\] {
    padding: 30px 50px;
  }

  .xsm\:p-\[30px_50px_35px\] {
    padding: 30px 50px 35px;
  }

  .xsm\:p-\[35px_20px\] {
    padding: 35px 20px;
  }

  .xsm\:p-\[70px_17px_0\] {
    padding: 70px 17px 0;
  }

  .xsm\:\!px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .xsm\:\!py-\[80px\] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xsm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xsm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xsm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xsm\:px-\[1\%\] {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xsm\:px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xsm\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xsm\:px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xsm\:px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xsm\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xsm\:px-\[2\%\] {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xsm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xsm\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xsm\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xsm\:px-\[2px\] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xsm\:px-\[3\%\] {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xsm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xsm\:px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xsm\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xsm\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xsm\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xsm\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xsm\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xsm\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .xsm\:px-\[7\%\] {
    padding-left: 7%;
    padding-right: 7%;
  }

  .xsm\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }

  .xsm\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xsm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xsm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xsm\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xsm\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xsm\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xsm\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xsm\:py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xsm\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xsm\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xsm\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xsm\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xsm\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xsm\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xsm\:py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xsm\:\!pb-\[60px\] {
    padding-bottom: 60px !important;
  }

  .xsm\:\!pl-\[16px\] {
    padding-left: 16px !important;
  }

  .xsm\:\!pt-0 {
    padding-top: 0px !important;
  }

  .xsm\:\!pt-\[100px\] {
    padding-top: 100px !important;
  }

  .xsm\:pb-0 {
    padding-bottom: 0px;
  }

  .xsm\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .xsm\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .xsm\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .xsm\:pb-\[22px\] {
    padding-bottom: 22px;
  }

  .xsm\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .xsm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .xsm\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .xsm\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .xsm\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .xsm\:pb-\[5px\] {
    padding-bottom: 5px;
  }

  .xsm\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .xsm\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .xsm\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .xsm\:pl-0 {
    padding-left: 0px;
  }

  .xsm\:pl-\[12px\] {
    padding-left: 12px;
  }

  .xsm\:pr-0 {
    padding-right: 0px;
  }

  .xsm\:pt-\[15px\] {
    padding-top: 15px;
  }

  .xsm\:pt-\[20px\] {
    padding-top: 20px;
  }

  .xsm\:pt-\[25px\] {
    padding-top: 25px;
  }

  .xsm\:pt-\[30px\] {
    padding-top: 30px;
  }

  .xsm\:pt-\[35px\] {
    padding-top: 35px;
  }

  .xsm\:pt-\[40px\] {
    padding-top: 40px;
  }

  .xsm\:pt-\[45px\] {
    padding-top: 45px;
  }

  .xsm\:pt-\[50px\] {
    padding-top: 50px;
  }

  .xsm\:pt-\[55px\] {
    padding-top: 55px;
  }

  .xsm\:pt-\[60px\] {
    padding-top: 60px;
  }

  .xsm\:pt-\[70px\] {
    padding-top: 70px;
  }

  .xsm\:text-left {
    text-align: left;
  }

  .xsm\:text-center {
    text-align: center;
  }

  .xsm\:\!text-\[1\.0625rem\] {
    font-size: 1.0625rem !important;
  }

  .xsm\:\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .xsm\:\!text-\[1\.15rem\] {
    font-size: 1.15rem !important;
  }

  .xsm\:\!text-\[1\.21875rem\] {
    font-size: 1.21875rem !important;
  }

  .xsm\:\!text-\[1rem\] {
    font-size: 1rem !important;
  }

  .xsm\:text-\[0\.825rem\] {
    font-size: 0.825rem;
  }

  .xsm\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .xsm\:text-\[0\.915rem\] {
    font-size: 0.915rem;
  }

  .xsm\:text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }

  .xsm\:text-\[0\.95rem\] {
    font-size: 0.95rem;
  }

  .xsm\:text-\[0\.975rem\] {
    font-size: 0.975rem;
  }

  .xsm\:text-\[0\.9rem\] {
    font-size: 0.9rem;
  }

  .xsm\:text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }

  .xsm\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .xsm\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .xsm\:text-\[1\.175rem\] {
    font-size: 1.175rem;
  }

  .xsm\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .xsm\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .xsm\:text-\[1\.21875rem\] {
    font-size: 1.21875rem;
  }

  .xsm\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .xsm\:text-\[1\.3125rem\] {
    font-size: 1.3125rem;
  }

  .xsm\:text-\[1\.4375rem\] {
    font-size: 1.4375rem;
  }

  .xsm\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .xsm\:text-\[1\.5625rem\] {
    font-size: 1.5625rem;
  }

  .xsm\:text-\[1\.6875rem\] {
    font-size: 1.6875rem;
  }

  .xsm\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .xsm\:text-\[1\.8125rem\] {
    font-size: 1.8125rem;
  }

  .xsm\:text-\[1\.9375rem\] {
    font-size: 1.9375rem;
  }

  .xsm\:text-\[1rem\] {
    font-size: 1rem;
  }

  .xsm\:text-\[2\.05rem\] {
    font-size: 2.05rem;
  }

  .xsm\:text-\[2\.0625rem\] {
    font-size: 2.0625rem;
  }

  .xsm\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

  .xsm\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .xsm\:text-\[2\.45rem\] {
    font-size: 2.45rem;
  }

  .xsm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .xsm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .xsm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .xsm\:text-\[4\.25rem\] {
    font-size: 4.25rem;
  }

  .xsm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xsm\:\!leading-none {
    line-height: 1 !important;
  }

  .xsm\:leading-\[1\.35\] {
    line-height: 1.35;
  }

  .xsm\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .xsm\:leading-\[1\.45\] {
    line-height: 1.45;
  }

  .xsm\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .xsm\:leading-\[1\.6666\] {
    line-height: 1.6666;
  }

  .xsm\:leading-\[1\.8rem\] {
    line-height: 1.8rem;
  }

  .xsm\:leading-\[2\.05rem\] {
    line-height: 2.05rem;
  }

  .xsm\:leading-none {
    line-height: 1;
  }

  .xsm\:leading-tight {
    line-height: 1.25;
  }

  .xsm\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }

  .xsm\:tracking-\[-3px\] {
    letter-spacing: -3px;
  }

  .xsm\:after\:left-\[-20\%\]::after {
    content: var(--tw-content);
    left: -20%;
  }

  .xsm\:after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }

  .xsm\:after\:right-\[2px\]::after {
    content: var(--tw-content);
    right: 2px;
  }

  .xsm\:after\:top-\[22px\]::after {
    content: var(--tw-content);
    top: 22px;
  }

  .xsm\:after\:top-\[23px\]::after {
    content: var(--tw-content);
    top: 23px;
  }

  .xsm\:after\:top-\[32\.35\%\]::after {
    content: var(--tw-content);
    top: 32.35%;
  }

  .xsm\:after\:top-\[6\.5\%\]::after {
    content: var(--tw-content);
    top: 6.5%;
  }

  .xsm\:after\:h-\[64\%\]::after {
    content: var(--tw-content);
    height: 64%;
  }

  .xsm\:after\:h-\[7\%\]::after {
    content: var(--tw-content);
    height: 7%;
  }

  .xsm\:after\:h-\[92\%\]::after {
    content: var(--tw-content);
    height: 92%;
  }

  .xsm\:after\:text-\[0\.9rem\]::after {
    content: var(--tw-content);
    font-size: 0.9rem;
  }

  .xsm\:after\:text-sm::after {
    content: var(--tw-content);
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}