/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&amp;display=swap;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-Rubik: "Rubik", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    --font-Jakarta: "Plus Jakarta Sans", "sans-serif";
    --font-Inter: "Inter", "sans-serif";
    --font-Flaticon: "Flaticon";
    --color-white: #ffffff;
    --color-black: #000000;
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .\!absolute {
    position: absolute !important;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .-top-\[2px\] {
    top: calc(2px * -1);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-2\/4 {
    top: calc(2/4 * 100%);
  }

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

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

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

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

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

  .left-2\/4 {
    left: calc(2/4 * 100%);
  }

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

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

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

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

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

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

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

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

  .order-first {
    order: -9999;
  }

  .order-last {
    order: 9999;
  }

  .float-left {
    float: left;
  }

  .clear-none {
    clear: none;
  }

  .container {
    width: 100%;

    @media (width >=414px) {
      max-width: 414px;
    }

    @media (width >=480px) {
      max-width: 480px;
    }

    @media (width >=768px) {
      max-width: 768px;
    }

    @media (width >=992px) {
      max-width: 992px;
    }

    @media (width >=1200px) {
      max-width: 1200px;
    }

    @media (width >=1400px) {
      max-width: 1400px;
    }
  }

  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

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

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

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

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

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

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

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

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

  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .\!ml-0 {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .-ml-\[10px\] {
    margin-left: calc(10px * -1);
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

  .w-75 {
    width: calc(var(--spacing) * 75);
  }

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .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-grow {
    flex-grow: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .-rotate-90 {
    rotate: calc(90deg * -1);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-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;
  }

  .resize {
    resize: both;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .rounded {
    border-radius: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

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

  .border-\[\#ccc\] {
    border-color: #ccc;
  }

  .border-\[\#ddd\] {
    border-color: #ddd;
  }

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

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

  .bg-\[\#212529\] {
    background-color: #212529;
  }

  .bg-\[\#ccc\] {
    background-color: #ccc;
  }

  .bg-\[\#f5f5f9\] {
    background-color: #f5f5f9;
  }

  .bg-\[\#f5f6f8\] {
    background-color: #f5f6f8;
  }

  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }

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

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-\[linear-gradient\(90deg\,rgba\(206\,211\,246\,0\)_0\,\#bbb_38\%\,\#bbb_64\%\,rgba\(206\,211\,246\,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\/backgrounds\/bg-green\.jpg\)\] {
    background-image: url(../images/backgrounds/bg-green.jpg);
  }

  .bg-\[url\(\.\.\/images\/backgrounds\/bg-white\.jpg\)\] {
    background-image: url(../images/bg-white.jpg);
  }

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

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

  .bg-\[url\(\.\/images\/backgrounds\/bg-green\.jpg\)\] {
    background-image: url(./images/backgrounds/bg-green.jpg);
  }

  .bg-\[url\(\.\/images\/backgrounds\/bg-white\.jpg\)\] {
    background-image: url(./images/bg-white.jpg);
  }

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

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

  .bg-\[url\(\/images\/backgrounds\/bg-green\.jpg\)\] {
    background-image: url(/images/backgrounds/bg-green.jpg);
  }

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

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

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

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

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

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

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

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

  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-px {
    padding-inline: 1px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

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

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

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

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

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

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

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

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

  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

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

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

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

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

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

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

  .pr-60 {
    padding-right: calc(var(--spacing) * 60);
  }

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

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

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

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

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

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

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

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

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

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

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

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

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

  .\!text-center {
    text-align: center !important;
  }

  .\!text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .font-Jakarta {
    font-family: var(--font-Jakarta);
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }

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

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

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

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

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

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

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }

  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }

  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

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

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

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

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

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

  .\!text-\[\#6c757d\] {
    color: #6c757d !important;
  }

  .\!text-\[\#50a14f\] {
    color: #50a14f !important;
  }

  .\!text-\[\#353f4f\] {
    color: #353f4f !important;
  }

  .\!text-\[\#666\] {
    color: #666 !important;
  }

  .\!text-\[\#151515\] {
    color: #151515 !important;
  }

  .\!text-\[\#986801\] {
    color: #986801 !important;
  }

  .\!text-\[\#b1b7cd\] {
    color: #b1b7cd !important;
  }

  .\!text-\[\#ffb30c\] {
    color: #ffb30c !important;
  }

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

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

  .opacity-10 {
    opacity: 10%;
  }

  .opacity-40 {
    opacity: 40%;
  }

  .opacity-75 {
    opacity: 75%;
  }

  .opacity-90 {
    opacity: 90%;
  }

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

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

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

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

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

  .backdrop-filter {
    -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, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

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

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

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

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

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

  .\[border\:1px_solid_white\] {
    border: 1px solid white;
  }

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

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

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

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

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

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

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

  .group-hover\:scale-95 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }

  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }

  .placeholder\:text-\[\#666\] {
    &::placeholder {
      color: #666;
    }
  }

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

  .before\:top-\[-5px\] {
    &::before {
      content: var(--tw-content);
      top: -5px;
    }
  }

  .before\:right-\[-5px\] {
    &::before {
      content: var(--tw-content);
      right: -5px;
    }
  }

  .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: calc(var(--spacing) * 0);
    }
  }

  .before\:left-\[-5px\] {
    &::before {
      content: var(--tw-content);
      left: -5px;
    }
  }

  .before\:left-\[4px\] {
    &::before {
      content: var(--tw-content);
      left: 4px;
    }
  }

  .before\:rounded-\[50\%\] {
    &::before {
      content: var(--tw-content);
      border-radius: 50%;
    }
  }

  .before\:bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    &::before {
      content: var(--tw-content);
      background-color: rgba(255, 255, 255, 0.2);
    }
  }

  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }

  .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 var(--tw-shadow-color, #aaa);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  .before\:duration-\[400ms\] {
    &::before {
      content: var(--tw-content);
      --tw-duration: 400ms;
      transition-duration: 400ms;
    }
  }

  .before\:ease-\[ease-in-out\] {
    &::before {
      content: var(--tw-content);
      --tw-ease: ease-in-out;
      transition-timing-function: ease-in-out;
    }
  }

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

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

  .before\:content-\[\'—_\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '— ';
      content: var(--tw-content);
    }
  }

  .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\:\!top-2\/4 {
    &::after {
      content: var(--tw-content);
      top: calc(2/4 * 100%) !important;
    }
  }

  .after\:top-\[13\%\] {
    &::after {
      content: var(--tw-content);
      top: 13%;
    }
  }

  .after\:top-\[21\%\] {
    &::after {
      content: var(--tw-content);
      top: 21%;
    }
  }

  .after\:left-2\/4 {
    &::after {
      content: var(--tw-content);
      left: calc(2/4 * 100%);
    }
  }

  .after\:left-\[7\%\] {
    &::after {
      content: var(--tw-content);
      left: 7%;
    }
  }

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

  .after\:box-border {
    &::after {
      content: var(--tw-content);
      box-sizing: border-box;
    }
  }

  .after\:\!h-4\/5 {
    &::after {
      content: var(--tw-content);
      height: calc(4/5 * 100%) !important;
    }
  }

  .after\:h-\[72\%\] {
    &::after {
      content: var(--tw-content);
      height: 72%;
    }
  }

  .after\:w-\[48\%\] {
    &::after {
      content: var(--tw-content);
      width: 48%;
    }
  }

  .after\:w-\[86\%\] {
    &::after {
      content: var(--tw-content);
      width: 86%;
    }
  }

  .after\:-translate-x-2\/4 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .after\:-translate-y-2\/4 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .after\:rounded-\[50\%\] {
    &::after {
      content: var(--tw-content);
      border-radius: 50%;
    }
  }

  .after\:border-\[50px\] {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 50px;
    }
  }

  .after\:border-solid {
    &::after {
      content: var(--tw-content);
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  .after\:border-\[transparent_rgba\(30\,30\,30\,0\.15\)\] {
    &::after {
      content: var(--tw-content);
      border-color: transparent rgba(30, 30, 30, 0.15);
    }
  }

  .after\:bg-\[\#f1f8f7\] {
    &::after {
      content: var(--tw-content);
      background-color: #f1f8f7;
    }
  }

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

  .last\:\!mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }

  .last\:pr-0 {
    &:last-child {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  .hover\:-top-1\.5 {
    &:hover {
      @media (hover: hover) {
        top: calc(var(--spacing) * -1.5);
      }
    }
  }

  .hover\:border-2 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }

  .hover\:border-solid {
    &:hover {
      @media (hover: hover) {
        --tw-border-style: solid;
        border-style: solid;
      }
    }
  }

  .hover\:border-\[\#ccc\] {
    &:hover {
      @media (hover: hover) {
        border-color: #ccc;
      }
    }
  }

  .hover\:\!bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }

  .hover\:bg-\[\#f7f7f9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f7f7f9;
      }
    }
  }

  .hover\:\!text-\[\#6c757d\] {
    &:hover {
      @media (hover: hover) {
        color: #6c757d !important;
      }
    }
  }

  .hover\:\!text-\[\#353f4f\] {
    &:hover {
      @media (hover: hover) {
        color: #353f4f !important;
      }
    }
  }

  .hover\:text-\[\#353f4f\] {
    &:hover {
      @media (hover: hover) {
        color: #353f4f;
      }
    }
  }

  .hover\:\!underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline !important;
      }
    }
  }

  .hover\:before\:top-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          top: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:right-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          right: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:bottom-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          bottom: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:left-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          left: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          opacity: 75%;
        }
      }
    }
  }

  .focus\:border-2 {
    &:focus {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }

  .focus\:border-solid {
    &:focus {
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  .focus\:border-\[\#1680fb\] {
    &:focus {
      border-color: #1680fb;
    }
  }

  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }

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

  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }

  .focus\:\!text-\[\#6c757d\] {
    &:focus {
      color: #6c757d !important;
    }
  }

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

  .focus\:shadow-\[0_0\] {
    &:focus {
      --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:shadow-none {
    &:focus {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:\[outline\:0\] {
    &:focus {
      outline: 0;
    }
  }

  .focus\:\[outline\:none\] {
    &:focus {
      outline: none;
    }
  }

  .xsm\:max-xl\:\!p-0 {
    @media (width >=414px) {
      @media (width < 1200px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:-top-1 {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(var(--spacing) * -1);
      }
    }
  }

  .xsm\:max-sm\:top-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:top-\[-5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -5px;
      }
    }
  }

  .xsm\:max-sm\:top-\[-30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -30px;
      }
    }
  }

  .xsm\:max-sm\:top-\[-35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -35px;
      }
    }
  }

  .xsm\:max-sm\:top-\[1\.25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 1.25px;
      }
    }
  }

  .xsm\:max-sm\:top-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 2px;
      }
    }
  }

  .xsm\:max-sm\:top-\[135px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 135px;
      }
    }
  }

  .xsm\:max-sm\:top-\[calc\(50\%_-_30px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(50% - 30px);
      }
    }
  }

  .xsm\:max-sm\:right-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        right: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:right-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        right: 10px;
      }
    }
  }

  .xsm\:max-sm\:left-\[calc\(50\%_-_60px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        left: calc(50% - 60px);
      }
    }
  }

  .xsm\:max-sm\:left-\[calc\(50\%_-_65px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        left: calc(50% - 65px);
      }
    }
  }

  .xsm\:max-sm\:\!m-\[0_2\%_35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: 0 2% 35px !important;
      }
    }
  }

  .xsm\:max-sm\:m-\[0_2\%_35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: 0 2% 35px;
      }
    }
  }

  .xsm\:max-sm\:m-auto {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: auto;
      }
    }
  }

  .xsm\:max-sm\:mx-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:mx-\[2\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 2%;
      }
    }
  }

  .xsm\:max-sm\:my-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:my-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-block: 30px;
      }
    }
  }

  .xsm\:max-sm\:\!mt-3 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[3px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 3px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 5px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 10px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[12px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 12px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[14px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 14px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 15px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 18px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[23px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 23px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 25px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 35px !important;
      }
    }
  }

  .xsm\:max-sm\:-mt-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: calc(40px * -1);
      }
    }
  }

  .xsm\:max-sm\:mr-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:mr-\[-15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: -15px;
      }
    }
  }

  .xsm\:max-sm\:\!mb-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[-70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: -70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[8px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 10px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[12px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[14px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[22px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .xsm\:max-sm\:ml-\[-15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-left: -15px;
      }
    }
  }

  .xsm\:max-sm\:\!block {
    @media (width >=414px) {
      @media (width < 480px) {
        display: block !important;
      }
    }
  }

  .xsm\:max-sm\:block {
    @media (width >=414px) {
      @media (width < 480px) {
        display: block;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[52px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 52px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[56px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 56px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[120px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 120px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[125px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 125px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[31px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 31px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[34px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 34px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[37px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 37px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[52px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 52px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[120px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 120px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[125px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 125px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[360px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 360px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-auto {
    @media (width >=414px) {
      @media (width < 480px) {
        width: auto !important;
      }
    }
  }

  .xsm\:max-sm\:w-auto {
    @media (width >=414px) {
      @media (width < 480px) {
        width: auto;
      }
    }
  }

  .xsm\:max-sm\:\!max-w-\[inherit\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-width: inherit !important;
      }
    }
  }

  .xsm\:max-sm\:rounded-\[0_0\] {
    @media (width >=414px) {
      @media (width < 480px) {
        border-radius: 0 0;
      }
    }
  }

  .xsm\:max-sm\:bg-scroll {
    @media (width >=414px) {
      @media (width < 480px) {
        background-attachment: scroll;
      }
    }
  }

  .xsm\:max-sm\:px-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:px-3 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .xsm\:max-sm\:px-9 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: calc(var(--spacing) * 9);
      }
    }
  }

  .xsm\:max-sm\:px-\[1\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 1%;
      }
    }
  }

  .xsm\:max-sm\:px-\[3\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 3%;
      }
    }
  }

  .xsm\:max-sm\:px-\[4\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 4%;
      }
    }
  }

  .xsm\:max-sm\:px-\[5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 5%;
      }
    }
  }

  .xsm\:max-sm\:px-\[8\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 8%;
      }
    }
  }

  .xsm\:max-sm\:px-\[8px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 8px;
      }
    }
  }

  .xsm\:max-sm\:px-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 10px;
      }
    }
  }

  .xsm\:max-sm\:px-\[13px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 13px;
      }
    }
  }

  .xsm\:max-sm\:px-\[14px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 14px;
      }
    }
  }

  .xsm\:max-sm\:px-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 15px;
      }
    }
  }

  .xsm\:max-sm\:px-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 20px;
      }
    }
  }

  .xsm\:max-sm\:px-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 25px;
      }
    }
  }

  .xsm\:max-sm\:px-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 30px;
      }
    }
  }

  .xsm\:max-sm\:px-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 40px;
      }
    }
  }

  .xsm\:max-sm\:py-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:py-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 2px;
      }
    }
  }

  .xsm\:max-sm\:py-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 5px;
      }
    }
  }

  .xsm\:max-sm\:py-\[7px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 7px;
      }
    }
  }

  .xsm\:max-sm\:py-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 10px;
      }
    }
  }

  .xsm\:max-sm\:py-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 18px;
      }
    }
  }

  .xsm\:max-sm\:py-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 35px;
      }
    }
  }

  .xsm\:max-sm\:py-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 50px;
      }
    }
  }

  .xsm\:max-sm\:py-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 70px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 30px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 35px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[60px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 60px;
      }
    }
  }

  .xsm\:max-sm\:pr-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[60px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pl-\[12px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-left: 12px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pl-\[16px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-left: 16px !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-left {
    @media (width >=414px) {
      @media (width < 480px) {
        text-align: left !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.9rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.9rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.95rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.95rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.825rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.825rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.915rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.915rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.9375rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.9375rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.15rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.0625rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.1875rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.1875rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.3125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.3125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.4375rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.4375rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.5625rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.5625rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.6875rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.6875rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.8125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.8125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.9375rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.9375rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.21875rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.21875rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.25rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.75rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.75rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.0625rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.0625rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.3\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.3 !important;
        line-height: 1.3 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.4\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.4 !important;
        line-height: 1.4 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.35\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.35 !important;
        line-height: 1.35 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-none {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1 !important;
        line-height: 1 !important;
      }
    }
  }

  .xsm\:max-sm\:leading-none {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .xsm\:max-sm\:leading-tight {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
      }
    }
  }

  .xsm\:max-sm\:after\:\!top-\[6\.5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          top: 6.5% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!top-\[32\.35\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          top: 32.35% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!left-\[-20\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!h-\[64\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          height: 64% !important;
        }
      }
    }
  }

  .sm\:w-4\/12 {
    @media (width >=480px) {
      width: calc(4/12 * 100%);
    }
  }

  .sm\:w-6\/12 {
    @media (width >=480px) {
      width: calc(6/12 * 100%);
    }
  }

  .sm\:max-md\:-top-1 {
    @media (width >=480px) {
      @media (width < 768px) {
        top: calc(var(--spacing) * -1);
      }
    }
  }

  .sm\:max-md\:top-\[-30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -30px;
      }
    }
  }

  .sm\:max-md\:top-\[-35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -35px;
      }
    }
  }

  .sm\:max-md\:top-\[2px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 2px;
      }
    }
  }

  .sm\:max-md\:top-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 60px;
      }
    }
  }

  .sm\:max-md\:top-px {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 1px;
      }
    }
  }

  .sm\:max-md\:right-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        right: 10px;
      }
    }
  }

  .sm\:max-md\:left-\[calc\(50\%_-_65px\)\] {
    @media (width >=480px) {
      @media (width < 768px) {
        left: calc(50% - 65px);
      }
    }
  }

  .sm\:max-md\:left-\[calc\(50\%_-_70px\)\] {
    @media (width >=480px) {
      @media (width < 768px) {
        left: calc(50% - 70px);
      }
    }
  }

  .sm\:max-md\:\!mx-\[3\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 3% !important;
      }
    }
  }

  .sm\:max-md\:mx-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:mx-\[3\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 3%;
      }
    }
  }

  .sm\:max-md\:mx-\[5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 5%;
      }
    }
  }

  .sm\:max-md\:my-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:\!mt-3 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[-43px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: -43px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[3px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 3px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 12px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 14px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 15px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 20px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[23px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 23px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 40px !important;
      }
    }
  }

  .sm\:max-md\:mr-\[-15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-right: -15px;
      }
    }
  }

  .sm\:max-md\:mr-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-right: 14px;
      }
    }
  }

  .sm\:max-md\:\!mb-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[-100px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: -100px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[8px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .sm\:max-md\:ml-\[-15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-left: -15px;
      }
    }
  }

  .sm\:max-md\:\!block {
    @media (width >=480px) {
      @media (width < 768px) {
        display: block !important;
      }
    }
  }

  .sm\:max-md\:block {
    @media (width >=480px) {
      @media (width < 768px) {
        display: block;
      }
    }
  }

  .sm\:max-md\:flex {
    @media (width >=480px) {
      @media (width < 768px) {
        display: flex;
      }
    }
  }

  .sm\:max-md\:\!h-\[52px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 52px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[56px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 56px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 70px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[80px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 80px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[125px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 125px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[135px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 135px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[32px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 32px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[34px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 34px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[38px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 38px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[52px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 52px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 70px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[80px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 80px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[125px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 125px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[135px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 135px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[400px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 400px !important;
      }
    }
  }

  .sm\:max-md\:\!w-auto {
    @media (width >=480px) {
      @media (width < 768px) {
        width: auto !important;
      }
    }
  }

  .sm\:max-md\:w-auto {
    @media (width >=480px) {
      @media (width < 768px) {
        width: auto;
      }
    }
  }

  .sm\:max-md\:\!max-w-\[inherit\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-width: inherit !important;
      }
    }
  }

  .sm\:max-md\:rounded-\[0_0\] {
    @media (width >=480px) {
      @media (width < 768px) {
        border-radius: 0 0;
      }
    }
  }

  .sm\:max-md\:bg-scroll {
    @media (width >=480px) {
      @media (width < 768px) {
        background-attachment: scroll;
      }
    }
  }

  .sm\:max-md\:\!p-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[0_10\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 0 10% !important;
      }
    }
  }

  .sm\:max-md\:\!px-\[50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 50px !important;
      }
    }
  }

  .sm\:max-md\:px-3 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .sm\:max-md\:px-\[5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 5%;
      }
    }
  }

  .sm\:max-md\:px-\[8px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 8px;
      }
    }
  }

  .sm\:max-md\:px-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 14px;
      }
    }
  }

  .sm\:max-md\:px-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 25px;
      }
    }
  }

  .sm\:max-md\:px-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 30px;
      }
    }
  }

  .sm\:max-md\:px-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 35px;
      }
    }
  }

  .sm\:max-md\:px-\[42px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 42px;
      }
    }
  }

  .sm\:max-md\:px-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 60px;
      }
    }
  }

  .sm\:max-md\:py-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:py-\[5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 5px;
      }
    }
  }

  .sm\:max-md\:py-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 10px;
      }
    }
  }

  .sm\:max-md\:py-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 18px;
      }
    }
  }

  .sm\:max-md\:py-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 40px;
      }
    }
  }

  .sm\:max-md\:py-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 60px;
      }
    }
  }

  .sm\:max-md\:py-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 70px;
      }
    }
  }

  .sm\:max-md\:pt-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 35px;
      }
    }
  }

  .sm\:max-md\:pt-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 40px;
      }
    }
  }

  .sm\:max-md\:pt-\[55px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 55px;
      }
    }
  }

  .sm\:max-md\:pr-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:\!pb-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[65px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 65px !important;
      }
    }
  }

  .sm\:max-md\:\!pl-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-left: 12px !important;
      }
    }
  }

  .sm\:max-md\:\!pl-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-left: 18px !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[0\.9rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 0.9rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[0\.95rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 0.95rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[0\.975rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.15rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.125rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.0625rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.625rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.625rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.1875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.1875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.4375rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.4375rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.6875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.6875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.21875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.21875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.81255rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.81255rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.5rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.5rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.15rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.15rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.25rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.375rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.375rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.875rem !important;
      }
    }
  }

  .sm\:max-md\:\!leading-\[1\.4\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1.4 !important;
        line-height: 1.4 !important;
      }
    }
  }

  .sm\:max-md\:\!leading-\[1\.35\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1.35 !important;
        line-height: 1.35 !important;
      }
    }
  }

  .sm\:max-md\:leading-none {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .sm\:max-md\:tracking-\[-1\.5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-tracking: -1.5px;
        letter-spacing: -1.5px;
      }
    }
  }

  .sm\:max-md\:after\:\!top-\[5\.5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          top: 5.5% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!left-\[-20\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!h-\[92\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          height: 92% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!w-\[140\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          width: 140% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:border-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          border-style: var(--tw-border-style);
          border-width: 40px;
        }
      }
    }
  }

  .sm\:max-md\:after\:border-solid {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          --tw-border-style: solid;
          border-style: solid;
        }
      }
    }
  }

  .md\:w-4\/12 {
    @media (width >=768px) {
      width: calc(4/12 * 100%);
    }
  }

  .md\:w-5\/12 {
    @media (width >=768px) {
      width: calc(5/12 * 100%);
    }
  }

  .md\:w-6\/12 {
    @media (width >=768px) {
      width: calc(6/12 * 100%);
    }
  }

  .md\:w-7\/12 {
    @media (width >=768px) {
      width: calc(7/12 * 100%);
    }
  }

  .md\:w-8\/12 {
    @media (width >=768px) {
      width: calc(8/12 * 100%);
    }
  }

  .md\:w-10\/12 {
    @media (width >=768px) {
      width: calc(10/12 * 100%);
    }
  }

  .md\:w-11\/12 {
    @media (width >=768px) {
      width: calc(11/12 * 100%);
    }
  }

  .md\:w-auto {
    @media (width >=768px) {
      width: auto;
    }
  }

  .md\:w-full {
    @media (width >=768px) {
      width: 100%;
    }
  }

  .md\:max-lg\:-top-3 {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(var(--spacing) * -3);
      }
    }
  }

  .md\:max-lg\:-top-\[2px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(2px * -1);
      }
    }
  }

  .md\:max-lg\:top-\[-25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: -25px;
      }
    }
  }

  .md\:max-lg\:top-\[-30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: -30px;
      }
    }
  }

  .md\:max-lg\:top-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: 45px;
      }
    }
  }

  .md\:max-lg\:top-\[calc\(50\%_-_60px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(50% - 60px);
      }
    }
  }

  .md\:max-lg\:top-px {
    @media (width >=768px) {
      @media (width < 992px) {
        top: 1px;
      }
    }
  }

  .md\:max-lg\:right-\[-3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        right: -3px;
      }
    }
  }

  .md\:max-lg\:right-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        right: 10px;
      }
    }
  }

  .md\:max-lg\:left-\[calc\(50\%_-_50px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        left: calc(50% - 50px);
      }
    }
  }

  .md\:max-lg\:left-\[calc\(50\%_-_55px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        left: calc(50% - 55px);
      }
    }
  }

  .md\:max-lg\:order-2 {
    @media (width >=768px) {
      @media (width < 992px) {
        order: 2;
      }
    }
  }

  .md\:max-lg\:float-none {
    @media (width >=768px) {
      @media (width < 992px) {
        float: none;
      }
    }
  }

  .md\:max-lg\:mx-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:mx-1\.5 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: calc(var(--spacing) * 1.5);
      }
    }
  }

  .md\:max-lg\:my-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:my-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 14px;
      }
    }
  }

  .md\:max-lg\:my-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 30px;
      }
    }
  }

  .md\:max-lg\:\!mt-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!mt-3 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-3\.5rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -3.5rem !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-38px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -38px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -45px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 3px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 5px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 10px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 12px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[13px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 13px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 15px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 22px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 50px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 80px !important;
      }
    }
  }

  .md\:max-lg\:mr-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:mr-\[11px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 11px;
      }
    }
  }

  .md\:max-lg\:mr-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 25px;
      }
    }
  }

  .md\:max-lg\:\!mb-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-150px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -150px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 5px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[8px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 10px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[16px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 16px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 35px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 45px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 50px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 60px !important;
      }
    }
  }

  .md\:max-lg\:ml-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:ml-\[-3\.5rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: -3.5rem;
      }
    }
  }

  .md\:max-lg\:ml-\[-45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: -45px;
      }
    }
  }

  .md\:max-lg\:ml-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 15px;
      }
    }
  }

  .md\:max-lg\:\!block {
    @media (width >=768px) {
      @media (width < 992px) {
        display: block !important;
      }
    }
  }

  .md\:max-lg\:block {
    @media (width >=768px) {
      @media (width < 992px) {
        display: block;
      }
    }
  }

  .md\:max-lg\:flex {
    @media (width >=768px) {
      @media (width < 992px) {
        display: flex;
      }
    }
  }

  .md\:max-lg\:inline-block {
    @media (width >=768px) {
      @media (width < 992px) {
        display: inline-block;
      }
    }
  }

  .md\:max-lg\:\!h-28 {
    @media (width >=768px) {
      @media (width < 992px) {
        height: calc(var(--spacing) * 28) !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[32px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 32px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[46px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 46px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[48px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 48px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[75px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 75px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[90px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 90px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[95px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 95px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 100px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[26px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 26px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[28px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 28px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[33px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 33px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[34px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 34px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[46px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 46px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[75px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 75px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[90px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 90px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[95px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 95px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 100px !important;
      }
    }
  }

  .md\:max-lg\:\!w-full {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 100% !important;
      }
    }
  }

  .md\:max-lg\:w-1\/5 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(1/5 * 100%);
      }
    }
  }

  .md\:max-lg\:w-3\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(3/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-4\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(4/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-6\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(6/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-7\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(7/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-28 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(var(--spacing) * 28);
      }
    }
  }

  .md\:max-lg\:\!max-w-\[220\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: 220% !important;
      }
    }
  }

  .md\:max-lg\:\!max-w-\[600px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: 600px !important;
      }
    }
  }

  .md\:max-lg\:\!max-w-\[inherit\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: inherit !important;
      }
    }
  }

  .md\:max-lg\:min-w-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        min-width: 50px;
      }
    }
  }

  .md\:max-lg\:justify-center {
    @media (width >=768px) {
      @media (width < 992px) {
        justify-content: center;
      }
    }
  }

  .md\:max-lg\:\!p-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[0_8\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 0 8% !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 30px !important;
      }
    }
  }

  .md\:max-lg\:px-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:px-3 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .md\:max-lg\:px-\[3\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 3%;
      }
    }
  }

  .md\:max-lg\:px-\[9px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 9px;
      }
    }
  }

  .md\:max-lg\:px-\[10\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 10%;
      }
    }
  }

  .md\:max-lg\:px-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 10px;
      }
    }
  }

  .md\:max-lg\:px-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 14px;
      }
    }
  }

  .md\:max-lg\:px-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 18px;
      }
    }
  }

  .md\:max-lg\:px-\[20\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 20%;
      }
    }
  }

  .md\:max-lg\:px-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 25px;
      }
    }
  }

  .md\:max-lg\:px-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 40px;
      }
    }
  }

  .md\:max-lg\:px-\[42px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 42px;
      }
    }
  }

  .md\:max-lg\:px-px {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 1px;
      }
    }
  }

  .md\:max-lg\:py-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:py-1\.5 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: calc(var(--spacing) * 1.5);
      }
    }
  }

  .md\:max-lg\:py-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 5px;
      }
    }
  }

  .md\:max-lg\:py-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 18px;
      }
    }
  }

  .md\:max-lg\:py-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 22px;
      }
    }
  }

  .md\:max-lg\:py-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 30px;
      }
    }
  }

  .md\:max-lg\:py-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 50px;
      }
    }
  }

  .md\:max-lg\:py-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 60px;
      }
    }
  }

  .md\:max-lg\:py-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 70px;
      }
    }
  }

  .md\:max-lg\:pt-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 30px;
      }
    }
  }

  .md\:max-lg\:pt-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 35px;
      }
    }
  }

  .md\:max-lg\:pt-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 40px;
      }
    }
  }

  .md\:max-lg\:pt-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 45px;
      }
    }
  }

  .md\:max-lg\:pt-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 50px;
      }
    }
  }

  .md\:max-lg\:pt-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 60px;
      }
    }
  }

  .md\:max-lg\:pt-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 70px;
      }
    }
  }

  .md\:max-lg\:pr-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:pr-0\.5 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: calc(var(--spacing) * 0.5);
      }
    }
  }

  .md\:max-lg\:pr-\[4\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 4%;
      }
    }
  }

  .md\:max-lg\:pr-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 10px;
      }
    }
  }

  .md\:max-lg\:\!pb-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[55px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 55px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 80px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 12px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 22px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!text-center {
    @media (width >=768px) {
      @media (width < 992px) {
        text-align: center !important;
      }
    }
  }

  .md\:max-lg\:\!text-sm {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.8rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.8rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.85rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.85rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.975rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.9075rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.9075rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.9375rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.9375rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.2rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.2rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.3rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.3rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.15rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.25rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.25rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.125rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.0625rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.17647rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.17647rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.32352rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.32352rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.066176rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.066176rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.98529rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.98529rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.397058rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.397058rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.470588rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.470588rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.764705rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.764705rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.5rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.5rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.45rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.45rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.125rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.125rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.35294rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.35294rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.64705rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.64705rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.79411rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.79411rem !important;
      }
    }
  }

  .md\:max-lg\:\!leading-\[1\.3\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1.3 !important;
        line-height: 1.3 !important;
      }
    }
  }

  .md\:max-lg\:\!leading-none {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1 !important;
        line-height: 1 !important;
      }
    }
  }

  .md\:max-lg\:leading-8 {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8);
      }
    }
  }

  .md\:max-lg\:tracking-\[-0\.5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-tracking: -0.5px;
        letter-spacing: -0.5px;
      }
    }
  }

  .md\:max-lg\:tracking-\[-1\.5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-tracking: -1.5px;
        letter-spacing: -1.5px;
      }
    }
  }

  .md\:max-lg\:before\:bottom-\[3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          bottom: 3px;
        }
      }
    }
  }

  .md\:max-lg\:before\:left-\[4px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          left: 4px;
        }
      }
    }
  }

  .md\:max-lg\:before\:\!h-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          height: 22px !important;
        }
      }
    }
  }

  .md\:max-lg\:before\:\!w-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          width: 22px !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!top-\[12\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          top: 12% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!top-\[19\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          top: 19% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!left-\[-20\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!h-3\/4 {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          height: calc(3/4 * 100%) !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!h-\[82\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          height: 82% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!w-\[52\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          width: 52% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!w-\[140\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          width: 140% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:border-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          border-style: var(--tw-border-style);
          border-width: 45px;
        }
      }
    }
  }

  .md\:max-lg\:after\:border-solid {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          --tw-border-style: solid;
          border-style: solid;
        }
      }
    }
  }

  .lg\:w-3\/12 {
    @media (width >=992px) {
      width: calc(3/12 * 100%);
    }
  }

  .lg\:w-4\/12 {
    @media (width >=992px) {
      width: calc(4/12 * 100%);
    }
  }

  .lg\:max-xl\:-top-1 {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: calc(var(--spacing) * -1);
      }
    }
  }

  .lg\:max-xl\:-top-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: calc(2px * -1);
      }
    }
  }

  .lg\:max-xl\:top-\[-1\.5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -1.5px;
      }
    }
  }

  .lg\:max-xl\:top-\[-30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -30px;
      }
    }
  }

  .lg\:max-xl\:top-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: 60px;
      }
    }
  }

  .lg\:max-xl\:right-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:right-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: 2px;
      }
    }
  }

  .lg\:max-xl\:right-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: 10px;
      }
    }
  }

  .lg\:max-xl\:left-\[calc\(50\%_-_55px\)\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        left: calc(50% - 55px);
      }
    }
  }

  .lg\:max-xl\:left-\[calc\(50\%_-_60px\)\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        left: calc(50% - 60px);
      }
    }
  }

  .lg\:max-xl\:order-2 {
    @media (width >=992px) {
      @media (width < 1200px) {
        order: 2;
      }
    }
  }

  .lg\:max-xl\:mx-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:mx-1\.5 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: calc(var(--spacing) * 1.5);
      }
    }
  }

  .lg\:max-xl\:my-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:\!mt-4 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: calc(var(--spacing) * 4) !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[-42px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: -42px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[-45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: -45px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 5px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[8px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 8px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 10px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 15px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 20px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 50px !important;
      }
    }
  }

  .lg\:max-xl\:mr-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 5px;
      }
    }
  }

  .lg\:max-xl\:mr-\[14px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 14px;
      }
    }
  }

  .lg\:max-xl\:mr-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 15px;
      }
    }
  }

  .lg\:max-xl\:mr-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 25px;
      }
    }
  }

  .lg\:max-xl\:\!mb-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[8px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[14px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[24px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 24px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 45px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 50px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[55px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 55px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 80px !important;
      }
    }
  }

  .lg\:max-xl\:lg\:\!mb-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        @media (width >=992px) {
          margin-bottom: 35px !important;
        }
      }
    }
  }

  .lg\:max-xl\:ml-\[-45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: -45px;
      }
    }
  }

  .lg\:max-xl\:ml-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 5px;
      }
    }
  }

  .lg\:max-xl\:ml-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 15px;
      }
    }
  }

  .lg\:max-xl\:flex {
    @media (width >=992px) {
      @media (width < 1200px) {
        display: flex;
      }
    }
  }

  .lg\:max-xl\:\!h-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 32px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[52px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 52px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[54px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 54px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[90px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 90px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[110px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 110px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[115px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 115px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 32px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[34px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 34px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[32\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 32% !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[52px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 52px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[68\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 68% !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[90px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 90px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[110px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 110px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[115px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 115px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[700px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 700px !important;
      }
    }
  }

  .lg\:max-xl\:w-1\/5 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(1/5 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-3\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(3/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-5\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(5/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-6\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(6/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-7\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(7/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-8\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(8/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-9\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(9/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:\!max-w-\[175\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-width: 175% !important;
      }
    }
  }

  .lg\:max-xl\:min-w-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        min-width: 50px;
      }
    }
  }

  .lg\:max-xl\:justify-center {
    @media (width >=992px) {
      @media (width < 1200px) {
        justify-content: center;
      }
    }
  }

  .lg\:max-xl\:rounded-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        border-radius: 32px;
      }
    }
  }

  .lg\:max-xl\:\!p-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 30px !important;
      }
    }
  }

  .lg\:max-xl\:px-3 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .lg\:max-xl\:px-11 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: calc(var(--spacing) * 11);
      }
    }
  }

  .lg\:max-xl\:px-\[10\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 10%;
      }
    }
  }

  .lg\:max-xl\:px-\[12\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 12%;
      }
    }
  }

  .lg\:max-xl\:px-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 12px;
      }
    }
  }

  .lg\:max-xl\:px-\[13px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 13px;
      }
    }
  }

  .lg\:max-xl\:px-\[22\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 22%;
      }
    }
  }

  .lg\:max-xl\:px-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 25px;
      }
    }
  }

  .lg\:max-xl\:px-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 30px;
      }
    }
  }

  .lg\:max-xl\:px-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 35px;
      }
    }
  }

  .lg\:max-xl\:px-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 50px;
      }
    }
  }

  .lg\:max-xl\:px-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 60px;
      }
    }
  }

  .lg\:max-xl\:px-px {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 1px;
      }
    }
  }

  .lg\:max-xl\:py-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:py-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 5px;
      }
    }
  }

  .lg\:max-xl\:py-\[7px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 7px;
      }
    }
  }

  .lg\:max-xl\:py-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 18px;
      }
    }
  }

  .lg\:max-xl\:py-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 40px;
      }
    }
  }

  .lg\:max-xl\:py-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 80px;
      }
    }
  }

  .lg\:max-xl\:pt-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 40px;
      }
    }
  }

  .lg\:max-xl\:pt-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 50px;
      }
    }
  }

  .lg\:max-xl\:pt-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 60px;
      }
    }
  }

  .lg\:max-xl\:pt-\[65px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 65px;
      }
    }
  }

  .lg\:max-xl\:pt-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 80px;
      }
    }
  }

  .lg\:max-xl\:pt-\[120px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 120px;
      }
    }
  }

  .lg\:max-xl\:pt-\[160px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 160px;
      }
    }
  }

  .lg\:max-xl\:pr-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:pr-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 10px;
      }
    }
  }

  .lg\:max-xl\:pr-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 30px;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 35px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 10px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 12px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[28\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 28% !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.9rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.9rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.85rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.85rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.875rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.875rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.965rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.965rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.975rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.1rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.1rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.05rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.05rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.25rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.25rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.30rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.30rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.45rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.45rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.125rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.225rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.225rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.375rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.375rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.0625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.18755rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.18755rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.25rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.75rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.75rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.85rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.85rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.875rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.875rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3rem !important;
      }
    }
  }

  .lg\:max-xl\:leading-8 {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8);
      }
    }
  }

  .lg\:max-xl\:leading-none {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .lg\:max-xl\:tracking-\[-1\.5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-tracking: -1.5px;
        letter-spacing: -1.5px;
      }
    }
  }

  .lg\:max-xl\:before\:bottom-\[3px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          bottom: 3px;
        }
      }
    }
  }

  .lg\:max-xl\:before\:left-\[4px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          left: 4px;
        }
      }
    }
  }

  .lg\:max-xl\:before\:\!h-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          height: 22px !important;
        }
      }
    }
  }

  .lg\:max-xl\:before\:\!w-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          width: 22px !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!top-\[12\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          top: 12% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!top-\[18\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          top: 18% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!left-\[-20\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!h-\[76\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          height: 76% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!h-\[82\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          height: 82% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!w-6\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          width: calc(6/12 * 100%) !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!w-\[140\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          width: 140% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:border-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          border-style: var(--tw-border-style);
          border-width: 45px;
        }
      }
    }
  }

  .lg\:max-xl\:after\:border-solid {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          --tw-border-style: solid;
          border-style: solid;
        }
      }
    }
  }

  .xl\:top-\[-30px\] {
    @media (width >=1200px) {
      top: -30px;
    }
  }

  .xl\:left-\[calc\(50\%_-_60px\)\] {
    @media (width >=1200px) {
      left: calc(50% - 60px);
    }
  }

  .xl\:order-2 {
    @media (width >=1200px) {
      order: 2;
    }
  }

  .xl\:\!m-\[0_0_25px_0\] {
    @media (width >=1200px) {
      margin: 0 0 25px 0 !important;
    }
  }

  .xl\:\!m-\[14px_0_0_0\] {
    @media (width >=1200px) {
      margin: 14px 0 0 0 !important;
    }
  }

  .xl\:\!my-\[30px\] {
    @media (width >=1200px) {
      margin-block: 30px !important;
    }
  }

  .xl\:\!mt-\[18px\] {
    @media (width >=1200px) {
      margin-top: 18px !important;
    }
  }

  .xl\:\!mb-\[8px\] {
    @media (width >=1200px) {
      margin-bottom: 8px !important;
    }
  }

  .xl\:\!mb-\[10px\] {
    @media (width >=1200px) {
      margin-bottom: 10px !important;
    }
  }

  .xl\:\!mb-\[15px\] {
    @media (width >=1200px) {
      margin-bottom: 15px !important;
    }
  }

  .xl\:\!mb-\[20px\] {
    @media (width >=1200px) {
      margin-bottom: 20px !important;
    }
  }

  .xl\:\!mb-\[22px\] {
    @media (width >=1200px) {
      margin-bottom: 22px !important;
    }
  }

  .xl\:\!mb-\[25px\] {
    @media (width >=1200px) {
      margin-bottom: 25px !important;
    }
  }

  .xl\:\!mb-\[26px\] {
    @media (width >=1200px) {
      margin-bottom: 26px !important;
    }
  }

  .xl\:\!mb-\[30px\] {
    @media (width >=1200px) {
      margin-bottom: 30px !important;
    }
  }

  .xl\:\!mb-\[35px\] {
    @media (width >=1200px) {
      margin-bottom: 35px !important;
    }
  }

  .xl\:\!mb-\[40px\] {
    @media (width >=1200px) {
      margin-bottom: 40px !important;
    }
  }

  .xl\:\!mb-\[50px\] {
    @media (width >=1200px) {
      margin-bottom: 50px !important;
    }
  }

  .xl\:\!mb-\[60px\] {
    @media (width >=1200px) {
      margin-bottom: 60px !important;
    }
  }

  .xl\:\!mb-\[70px\] {
    @media (width >=1200px) {
      margin-bottom: 70px !important;
    }
  }

  .xl\:\!mb-\[100px\] {
    @media (width >=1200px) {
      margin-bottom: 100px !important;
    }
  }

  .xl\:flex {
    @media (width >=1200px) {
      display: flex;
    }
  }

  .xl\:\!h-\[36px\] {
    @media (width >=1200px) {
      height: 36px !important;
    }
  }

  .xl\:\!h-\[58px\] {
    @media (width >=1200px) {
      height: 58px !important;
    }
  }

  .xl\:\!h-\[64px\] {
    @media (width >=1200px) {
      height: 64px !important;
    }
  }

  .xl\:\!h-\[100px\] {
    @media (width >=1200px) {
      height: 100px !important;
    }
  }

  .xl\:\!h-\[130px\] {
    @media (width >=1200px) {
      height: 130px !important;
    }
  }

  .xl\:\!h-\[135px\] {
    @media (width >=1200px) {
      height: 135px !important;
    }
  }

  .xl\:\!max-h-\[32px\] {
    @media (width >=1200px) {
      max-height: 32px !important;
    }
  }

  .xl\:\!max-h-\[38px\] {
    @media (width >=1200px) {
      max-height: 38px !important;
    }
  }

  .xl\:\!max-h-\[40px\] {
    @media (width >=1200px) {
      max-height: 40px !important;
    }
  }

  .xl\:\!w-\[35\%\] {
    @media (width >=1200px) {
      width: 35% !important;
    }
  }

  .xl\:\!w-\[64px\] {
    @media (width >=1200px) {
      width: 64px !important;
    }
  }

  .xl\:\!w-\[65\%\] {
    @media (width >=1200px) {
      width: 65% !important;
    }
  }

  .xl\:\!w-\[100px\] {
    @media (width >=1200px) {
      width: 100px !important;
    }
  }

  .xl\:\!w-\[130px\] {
    @media (width >=1200px) {
      width: 130px !important;
    }
  }

  .xl\:\!w-\[135px\] {
    @media (width >=1200px) {
      width: 135px !important;
    }
  }

  .xl\:\!w-\[750px\] {
    @media (width >=1200px) {
      width: 750px !important;
    }
  }

  .xl\:w-1\/5 {
    @media (width >=1200px) {
      width: calc(1/5 * 100%);
    }
  }

  .xl\:w-2\/12 {
    @media (width >=1200px) {
      width: calc(2/12 * 100%);
    }
  }

  .xl\:w-3\/12 {
    @media (width >=1200px) {
      width: calc(3/12 * 100%);
    }
  }

  .xl\:w-4\/12 {
    @media (width >=1200px) {
      width: calc(4/12 * 100%);
    }
  }

  .xl\:w-5\/12 {
    @media (width >=1200px) {
      width: calc(5/12 * 100%);
    }
  }

  .xl\:w-6\/12 {
    @media (width >=1200px) {
      width: calc(6/12 * 100%);
    }
  }

  .xl\:w-7\/12 {
    @media (width >=1200px) {
      width: calc(7/12 * 100%);
    }
  }

  .xl\:w-8\/12 {
    @media (width >=1200px) {
      width: calc(8/12 * 100%);
    }
  }

  .xl\:w-9\/12 {
    @media (width >=1200px) {
      width: calc(9/12 * 100%);
    }
  }

  .xl\:w-10\/12 {
    @media (width >=1200px) {
      width: calc(10/12 * 100%);
    }
  }

  .xl\:justify-center {
    @media (width >=1200px) {
      justify-content: center;
    }
  }

  .xl\:\!px-\[38px\] {
    @media (width >=1200px) {
      padding-inline: 38px !important;
    }
  }

  .xl\:\!pt-\[50px\] {
    @media (width >=1200px) {
      padding-top: 50px !important;
    }
  }

  .xl\:\!pr-\[20px\] {
    @media (width >=1200px) {
      padding-right: 20px !important;
    }
  }

  .xl\:\!pb-\[45px\] {
    @media (width >=1200px) {
      padding-bottom: 45px !important;
    }
  }

  .xl\:\!pb-\[60px\] {
    @media (width >=1200px) {
      padding-bottom: 60px !important;
    }
  }

  .xl\:\!pb-\[100px\] {
    @media (width >=1200px) {
      padding-bottom: 100px !important;
    }
  }

  .xl\:\!pl-\[40px\] {
    @media (width >=1200px) {
      padding-left: 40px !important;
    }
  }

  .xl\:\!text-\[0\.75rem\] {
    @media (width >=1200px) {
      font-size: 0.75rem !important;
    }
  }

  .xl\:\!text-\[0\.86rem\] {
    @media (width >=1200px) {
      font-size: 0.86rem !important;
    }
  }

  .xl\:\!text-\[0\.915rem\] {
    @media (width >=1200px) {
      font-size: 0.915rem !important;
    }
  }

  .xl\:\!text-\[0\.925rem\] {
    @media (width >=1200px) {
      font-size: 0.925rem !important;
    }
  }

  .xl\:\!text-\[1\.1rem\] {
    @media (width >=1200px) {
      font-size: 1.1rem !important;
    }
  }

  .xl\:\!text-\[1\.4rem\] {
    @media (width >=1200px) {
      font-size: 1.4rem !important;
    }
  }

  .xl\:\!text-\[1\.5rem\] {
    @media (width >=1200px) {
      font-size: 1.5rem !important;
    }
  }

  .xl\:\!text-\[1\.25rem\] {
    @media (width >=1200px) {
      font-size: 1.25rem !important;
    }
  }

  .xl\:\!text-\[1\.75rem\] {
    @media (width >=1200px) {
      font-size: 1.75rem !important;
    }
  }

  .xl\:\!text-\[1\.125rem\] {
    @media (width >=1200px) {
      font-size: 1.125rem !important;
    }
  }

  .xl\:\!text-\[1\.375rem\] {
    @media (width >=1200px) {
      font-size: 1.375rem !important;
    }
  }

  .xl\:\!text-\[1\.0625rem\] {
    @media (width >=1200px) {
      font-size: 1.0625rem !important;
    }
  }

  .xl\:\!text-\[1\.3125rem\] {
    @media (width >=1200px) {
      font-size: 1.3125rem !important;
    }
  }

  .xl\:\!text-\[1rem\] {
    @media (width >=1200px) {
      font-size: 1rem !important;
    }
  }

  .xl\:\!text-\[2\.05rem\] {
    @media (width >=1200px) {
      font-size: 2.05rem !important;
    }
  }

  .xl\:\!text-\[2\.5rem\] {
    @media (width >=1200px) {
      font-size: 2.5rem !important;
    }
  }

  .xl\:\!text-\[2\.125rem\] {
    @media (width >=1200px) {
      font-size: 2.125rem !important;
    }
  }

  .xl\:\!text-\[2\.375rem\] {
    @media (width >=1200px) {
      font-size: 2.375rem !important;
    }
  }

  .xl\:\!text-\[2\.875rem\] {
    @media (width >=1200px) {
      font-size: 2.875rem !important;
    }
  }

  .xl\:\!text-\[2rem\] {
    @media (width >=1200px) {
      font-size: 2rem !important;
    }
  }

  .xl\:\!text-\[3\.25rem\] {
    @media (width >=1200px) {
      font-size: 3.25rem !important;
    }
  }

  .xl\:\!text-\[3\.125rem\] {
    @media (width >=1200px) {
      font-size: 3.125rem !important;
    }
  }

  .xl\:\!text-\[3rem\] {
    @media (width >=1200px) {
      font-size: 3rem !important;
    }
  }

  .xl\:\!leading-\[1\.25\] {
    @media (width >=1200px) {
      --tw-leading: 1.25 !important;
      line-height: 1.25 !important;
    }
  }

  .xl\:\!leading-\[2\.35rem\] {
    @media (width >=1200px) {
      --tw-leading: 2.35rem !important;
      line-height: 2.35rem !important;
    }
  }

  .xl\:before\:\!h-\[26px\] {
    @media (width >=1200px) {
      &::before {
        content: var(--tw-content);
        height: 26px !important;
      }
    }
  }

  .xl\:before\:\!w-\[26px\] {
    @media (width >=1200px) {
      &::before {
        content: var(--tw-content);
        width: 26px !important;
      }
    }
  }
}

html {
  font-size: 1rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 85%;
    }
  }

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

body {
  font-family: var(--font-Rubik);
  --tw-leading: 1.6666;
  line-height: 1.6666;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #6c757d;
}

::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, );
  text-align-last: start !important;
  unicode-bidi: isolate;
}

a {
  color: #6c757d;
  text-decoration-line: none;
  transition: all 400ms ease-in-out;

  &:hover {
    @media (hover: hover) {
      color: #353f4f !important;
    }
  }

  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }

  &:focus {
    text-decoration-line: none;
  }

  &:focus {
    outline: none;
  }
}

a.tra-link {
  font-size: 1rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.0625rem;
    }
  }
}

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

a.tra-link:hover span {
  color: #353f4f !important;
}

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

  @media (width >=414px) {
    @media (width < 480px) {
      top: 1px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      left: 2px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: 2px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 2px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 2px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 0.7rem;
      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: calc(var(--spacing) * 0);
  margin-bottom: 1rem;
  font-size: 1rem;

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.0625rem;
    }
  }
}

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

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }
}

p {
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 1rem;
  font-size: 1rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.0625rem;
    }
  }
}

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

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.066176rem;
    }
  }
}

p.p-lg {
  font-size: 1.125rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.066176rem;
    }
  }
}

p.p-xl {
  font-size: 1.2rem !important;

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.1875rem;
    }
  }
}

ul {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}

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: calc(var(--spacing) * 0);
}

ol.digit-list p {
  margin-bottom: 8px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 5px;
    }
  }
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  padding: 12px;
  padding-inline: 1.8rem;
  padding-block: 0.9rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #212529;
  text-decoration-line: none;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=1200px) {
    padding-inline: 1.7rem;
  }

  @media (width >=1200px) {
    padding-block: 0.8rem;
  }
}

.more-questions-txt {
  cursor: pointer !important;
}

.more-questions-txt span {
  color: inherit !important;
  cursor: pointer;
}

/* Black Pill Button for About Us */
.btn-pill-black {
  display: inline-block;
  background: #353f4f;
  color: #ffffff !important;
  padding: 22px 46px;
  border-radius: 100px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer !important;
}

.btn-pill-black:hover {
  background-color: transparent !important;
  color: #353f4f !important;
  border-color: #353f4f !important;
  text-decoration: none;
}

.btn-pill-black span {
  color: inherit !important;
  cursor: pointer;
}

/* Responsive padding for black pill button */
@media (max-width: 1200px) {
  .btn-pill-black { padding: 18px 44px; }
}
@media (max-width: 768px) {
  .btn-pill-black { padding: 18px 42px; }
}
@media (max-width: 640px) {
  .btn-pill-black { padding: 18px 36px; }
}

/* Green Pill Button for Pricing Contact & Blog Back-to-Articles */
.btn-pill-green {
  display: inline-block;
  background: #00796b;
  color: #ffffff !important;
  padding: 22px 46px;
  border-radius: 100px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer !important;
}

.btn-pill-green:hover {
  background-color: transparent !important;
  color: #353f4f !important;
  border-color: #353f4f !important;
  text-decoration: none;
}

.btn-pill-green span {
  color: inherit !important;
  cursor: pointer;
}

/* Responsive padding for green pill button */
@media (max-width: 1200px) {
  .btn-pill-green { padding: 18px 44px; }
}
@media (max-width: 768px) {
  .btn-pill-green { padding: 18px 42px; }
}
@media (max-width: 640px) {
  .btn-pill-green { padding: 18px 36px; }
}

.btn.btn-sm {
  padding-inline: 24px;
  padding-block: 0.7rem;
  font-size: 0.975rem;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 24px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 0.7rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 24px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 0.7rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 1.35rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 0.65rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.975rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 1.4rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 0.65rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.975rem;
    }
  }
}

.btn.ico-30.ico-left {
  padding-block: 0.3845rem;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 0.3665rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=1200px) {
    padding-inline: calc(var(--spacing) * 0);
  }

  @media (width >=1200px) {
    padding-block: 0.286rem;
  }
}

.btn.ico-20 [class*="flaticon-"]:before,
.btn.ico-20 [class*="flaticon-"]:after {
  position: relative;
  top: 4px;
  font-size: 1rem;
  --tw-leading: 0.7rem;
  line-height: 0.7rem;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.225rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 0.45rem;
      line-height: 0.45rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 4px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.225rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 0.45rem;
      line-height: 0.45rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 3px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 0.65rem;
      line-height: 0.65rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 3.5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 0.5rem;
      line-height: 0.5rem;
    }
  }

  @media (width >=1200px) {
    top: 3px;
  }
}

.btn.ico-30.ico-left span,
.btn.ico-30.ico-right span {
  position: relative;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 1);
}

.btn.ico-30.ico-right span.ico-30-txt {
  position: relative;
  top: calc(10px * -1);
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.065rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.btn.ico-30.ico-left span.ico-30-txt {
  position: relative;
  top: calc(10px * -1);
  right: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.065rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
}

.btn--tra {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}

.btn--transparent {
  border-color: transparent;
  background-color: transparent;
  color: #353f4f;

  &:hover {
    @media (hover: hover) {
      border-color: transparent;
    }
  }

  &:hover {
    @media (hover: hover) {
      background-color: transparent;
    }
  }

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: transparent;
  }
}

.btn--white,
.hover--white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: #353f4f;
}

.btn--tra-white,
.hover--tra-white:hover {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

.white-scroll .scroll .hover--tra-white:hover {
  border-color: #353f4f;
  background-color: transparent;
  color: #353f4f;
}

.btn--black,
.hover--black:hover {
  border-color: #353f4f;
  background-color: #353f4f;
  color: var(--color-white);
}

.btn--tra-black,
.hover--tra-black:hover {
  border-color: #353f4f;
  background-color: transparent;
  color: #353f4f;
}

.btn--tra-grey,
.hover--tra-grey:hover,
.white-scroll .scroll .hover--tra-grey:hover,
.black-scroll .scroll .hover--tra-grey:hover {
  border-color: #ccc;
  background-color: transparent;
  color: #353f4f;
}

.btn--blue-500,
.hover--blue-500:hover,
.white-scroll .scroll .hover--blue-500:hover,
.black-scroll .scroll .hover--blue-500:hover {
  border-color: #185abd;
  background-color: #185abd;
  color: var(--color-white) !important;
}

.btn--blue-400,
.hover--blue-400:hover,
.white-scroll .scroll .hover--blue-400:hover,
.black-scroll .scroll .hover--blue-400:hover {
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white) !important;
}

.btn--blue-300,
.hover--blue-300:hover,
.white-scroll .scroll .hover--blue-300:hover,
.black-scroll .scroll .hover--blue-300:hover {
  border-color: #3eb1ff;
  background-color: #3eb1ff;
  color: var(--color-white) !important;
}

.btn--blue-200,
.hover--blue-200:hover,
.white-scroll .scroll .hover--blue-200:hover,
.black-scroll .scroll .hover--blue-200:hover {
  border-color: #e3ebfe;
  background-color: #e3ebfe;
  color: #1680fb;
}

.btn--blue-100,
.hover--blue-100:hover,
.white-scroll .scroll .hover--blue-100:hover,
.black-scroll .scroll .hover--blue-100:hover {
  border-color: #1680fb;
  background-color: transparent;
  color: #1680fb;
}

.btn--green-500,
.hover--green-500:hover,
.white-scroll .scroll .hover--green-500:hover,
.black-scroll .scroll .hover--green-500:hover {
  border-color: #00a14e;
  background-color: #00a14e;
  color: var(--color-white) !important;
}

.btn--green-400,
.hover--green-400:hover,
.white-scroll .scroll .hover--green-400:hover,
.black-scroll .scroll .hover--green-400:hover {
  border-color: #0fbc49;
  background-color: #0fbc49;
  color: var(--color-white) !important;
}

.btn--green-300,
.hover--green-300:hover,
.white-scroll .scroll .hover--green-300:hover,
.black-scroll .scroll .hover--green-300:hover {
  border-color: #6fd792;
  background-color: #6fd792;
  color: var(--color-white) !important;
}

.btn--green-200,
.hover--green-200:hover,
.white-scroll .scroll .hover--green-200:hover,
.black-scroll .scroll .hover--green-200:hover {
  border-color: #cff2db;
  background-color: #cff2db;
  color: #0fbc49;
}

.btn--green-100,
.hover--green-100:hover,
.white-scroll .scroll .hover--green-100:hover,
.black-scroll .scroll .hover--green-100:hover {
  border-color: #0fbc49;
  background-color: transparent;
  color: #0fbc49;
}

.btn--pink-500,
.hover--pink-500:hover,
.white-scroll .scroll .hover--pink-500:hover,
.black-scroll .scroll .hover--pink-500:hover {
  border-color: #ff149c;
  background-color: #ff149c;
  color: var(--color-white) !important;
}

.btn--pink-400,
.hover--pink-400:hover,
.white-scroll .scroll .hover--pink-400:hover,
.black-scroll .scroll .hover--pink-400:hover {
  border-color: #f74780;
  background-color: #f74780;
  color: var(--color-white) !important;
}

.btn--pink-300,
.hover--pink-300:hover,
.white-scroll .scroll .hover--pink-300:hover,
.black-scroll .scroll .hover--pink-300:hover {
  border-color: #fcb5cc;
  background-color: #fcb5cc;
  color: var(--color-white) !important;
}

.btn--pink-200,
.hover--pink-200:hover,
.white-scroll .scroll .hover--pink-200:hover,
.black-scroll .scroll .hover--pink-200:hover {
  border-color: #fee4ec;
  background-color: #fee4ec;
  color: #f74780;
}

.btn--pink-100,
.hover--pink-100:hover,
.white-scroll .scroll .hover--pink-100:hover,
.black-scroll .scroll .hover--pink-100:hover {
  border-color: #f74780;
  background-color: transparent;
  color: #f74780;
}

.btn--purple-500,
.hover--purple-500:hover,
.white-scroll .scroll .hover--purple-500:hover,
.black-scroll .scroll .hover--purple-500:hover {
  border-color: #663ae9;
  background-color: #663ae9;
  color: var(--color-white) !important;
}

.btn--purple-400,
.hover--purple-400:hover,
.white-scroll .scroll .hover--purple-400:hover,
.black-scroll .scroll .hover--purple-400:hover {
  border-color: #7b5dd6;
  background-color: #7b5dd6;
  color: var(--color-white) !important;
}

.btn--purple-300,
.hover--purple-300:hover,
.white-scroll .scroll .hover--purple-300:hover,
.black-scroll .scroll .hover--purple-300:hover {
  border-color: #bdaeea;
  background-color: #bdaeea;
  color: var(--color-white) !important;
}

.btn--purple-200,
.hover--purple-200:hover,
.white-scroll .scroll .hover--purple-200:hover,
.black-scroll .scroll .hover--purple-200:hover {
  border-color: #e5deff;
  background-color: #e5deff;
  color: #7b5dd6;
}

.btn--purple-100,
.hover--purple-100:hover,
.white-scroll .scroll .hover--purple-100:hover,
.black-scroll .scroll .hover--purple-100:hover {
  border-color: #7b5dd6;
  background-color: transparent;
  color: #7b5dd6;
}

.btn--red-500,
.hover--red-500:hover,
.white-scroll .scroll .hover--red-500:hover,
.black-scroll .scroll .hover--red-500:hover {
  border-color: #da0f29;
  background-color: #da0f29;
  color: var(--color-white) !important;
}

.btn--red-400,
.hover--red-400:hover,
.white-scroll .scroll .hover--red-400:hover,
.black-scroll .scroll .hover--red-400:hover {
  border-color: #ff1e1a;
  background-color: #ff1e1a;
  color: var(--color-white) !important;
}

.btn--red-300,
.hover--red-300:hover,
.white-scroll .scroll .hover--red-300:hover,
.black-scroll .scroll .hover--red-300:hover {
  border-color: #ffa5a3;
  background-color: #ffa5a3;
  color: var(--color-white) !important;
}

.btn--red-200,
.hover--red-200:hover,
.white-scroll .scroll .hover--red-200:hover,
.black-scroll .scroll .hover--red-200:hover {
  border-color: #ffd2d1;
  background-color: #ffd2d1;
  color: #ff1e1a;
}

.btn--red-100,
.hover--red-100:hover,
.white-scroll .scroll .hover--red-100:hover,
.black-scroll .scroll .hover--red-100:hover {
  border-color: #ff1e1a;
  background-color: transparent;
  color: #ff1e1a;
}

.btn--violet-500,
.hover--violet-500:hover,
.white-scroll .scroll .hover--violet-500:hover,
.black-scroll .scroll .hover--violet-500:hover {
  border-color: #c73e9b;
  background-color: #c73e9b;
  color: var(--color-white) !important;
}

.btn--violet-400,
.hover--violet-400:hover,
.white-scroll .scroll .hover--violet-400:hover,
.black-scroll .scroll .hover--violet-400:hover {
  border-color: #be6cbe;
  background-color: #be6cbe;
  color: var(--color-white) !important;
}

.btn--violet-300,
.hover--violet-300:hover,
.white-scroll .scroll .hover--violet-300:hover,
.black-scroll .scroll .hover--violet-300:hover {
  border-color: #e2bde2;
  background-color: #e2bde2;
  color: var(--color-white) !important;
}

.btn--violet-200,
.hover--violet-200:hover,
.white-scroll .scroll .hover--violet-200:hover,
.black-scroll .scroll .hover--violet-200:hover {
  border-color: #f1cde5;
  background-color: #f1cde5;
  color: #be6cbe;
}

.btn--violet-100,
.hover--violet-100:hover,
.white-scroll .scroll .hover--violet-100:hover,
.black-scroll .scroll .hover--violet-100:hover {
  border-color: #be6cbe !important;
  background-color: transparent !important;
  color: #be6cbe !important;
}

.btn--yellow-500,
.hover--yellow-500:hover,
.white-scroll .scroll .hover--yellow-500:hover,
.black-scroll .scroll .hover--yellow-500:hover {
  border-color: #ffba01;
  background-color: #ffba01;
  color: #353f4f;
}

.btn--yellow-400,
.hover--yellow-400:hover,
.white-scroll .scroll .hover--yellow-400:hover,
.black-scroll .scroll .hover--yellow-400:hover {
  border-color: #ffbd45;
  background-color: #ffbd45;
  color: #353f4f;
}

.btn--yellow-300,
.hover--yellow-300:hover,
.white-scroll .scroll .hover--yellow-300:hover,
.black-scroll .scroll .hover--yellow-300:hover {
  border-color: #ffdf35;
  background-color: #ffdf35;
  color: #353f4f;
}

.btn--yellow-200,
.hover--yellow-200:hover,
.white-scroll .scroll .hover--yellow-200:hover,
.black-scroll .scroll .hover--yellow-200:hover {
  border-color: #fef5cd;
  background-color: #fef5cd;
  color: #353f4f;
}

.btn--yellow-100,
.hover--yellow-100:hover,
.white-scroll .scroll .hover--yellow-100:hover,
.black-scroll .scroll .hover--yellow-100:hover {
  border-color: #ffba01;
  background-color: transparent;
  color: #ffba01;
}

.btn:focus,
.btn.btn--black:focus {
  color: var(--color-white);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.btn--grey:focus {
  color: #666;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.btn--tra-black:focus,
.btn--transparent:focus,
.btn.btn--tra-grey:focus {
  color: #353f4f;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.text--center p.btns-group-txt {
  margin-top: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 18px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 18px;
    }
  }
}

.hero-section .color--white p.btns-group-txt span.txt-data a:hover {
  color: var(--color-white);
}

.video-btn.video-btn-xl [class^="flaticon-"]:before {
  margin-left: 10px;
  font-size: 5rem;
  --tw-leading: 6.25rem !important;
  line-height: 6.25rem !important;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 5.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 7rem !important;
      line-height: 7rem !important;
    }
  }
}

.video-btn.video-btn-lg [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 5.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 7rem;
      line-height: 7rem;
    }
  }
}

.video-btn.video-btn-lg [class^="flaticon-"]:before,
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 6.25rem;
      line-height: 6.25rem;
    }
  }
}

.video-btn.video-btn-md [class^="flaticon-"]:before,
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 72px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 5.625rem;
      line-height: 5.625rem;
    }
  }
}

.video-btn.video-btn-sm [class^="flaticon-"]:before,
.video-btn.video-btn-md [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 4.35rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 5rem;
      line-height: 5rem;
    }
  }
}

.hero-section .btn.mt--10,
.hero-section .btns-group.mt--10 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }
}

.hero-section .btn.mt--15,
.hero-section .btns-group.mt--15 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
}

.hero-section .quick-form.mt--45 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px;
    }
  }
}

.hero-section .quick-form.mt--35 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
}

#hero-9 .hero-digits {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }
}

#hero-6 {
  padding-top: 130px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 70px;
    }
  }
}

.hero-6 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
}

#hero-6 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100%;
    }
  }
}

.hero-6-txt h2 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 18px;
    }
  }
}

.hero-7-txt p.p-lg {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }
}

.hero-14-txt h2.s-62 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }
}

.hero-17-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 3%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-19-txt h2 {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-27-txt p.s-21 {
  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.hero-27-txt p.s-21 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.1875rem;
    }
  }
}

.hero-5-txt {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#hero-10:after {
  @media (width >=480px) {
    @media (width < 768px) {
      height: 7%;
    }
  }
}

.hero-10-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 8%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-14-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 3%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-14-txt h2.s-62 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.0625rem;
    }
  }
}

.hero-15-img {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: 2%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

.hero-16-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-19-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#hero-21 .container {
  @media (width >=480px) {
    @media (width < 768px) {
      max-width: 100%;
    }
  }
}

.page-hero-section h1 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
}

.hero-2-txt {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 3%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-7-txt h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 6%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-section .wave-shape-bottom path {
  fill: var(--color-white);
}

.hero-5-img {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: -50px;
}

.btn--black,
.hover--black:hover {
  border-color: #353f4f !important;
  background-color: #353f4f !important;
  color: var(--color-white) !important;
}

#hero-7 {
  padding-top: 140px;
  padding-bottom: 100px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 80px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 140px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 90px;
    }
  }
}

.hero-7-img {
  padding-left: 30px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.hero-8-txt .hero-logo {
  @media (width >=414px) {
    @media (width < 480px) {
      display: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      display: none;
    }
  }
}

#hero-10-form p {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }
}

.hero-16-img {
  margin-top: 60px;
  margin-bottom: calc(80px * -1);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: -35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(40px * -1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: -60px;
    }
  }
}

#hero-22 .wave-shape-bottom path {
  fill: var(--color-white);
}

#hero-22-form p.p-sm {
  margin-top: 5px;
  margin-bottom: calc(var(--spacing) * 0);
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 0);
  text-align: center;
}

#hero-22-form p a {
  color: #1e90ff;
  text-decoration-line: underline;
}

.hero-27-txt p.s-21 {
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 0);
}

.hero-1-img {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(20px * -1);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(20px * -1);
    }
  }
}

.font--inter .hero-4-txt h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5.5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-6-txt p.p-lg {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 22px;
    }
  }
}

.hero-7-txt .quick-form.form-half.mt--35 {
  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 25px;
    }
  }
}

.hero-10-txt {
  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 10%;
    }
  }
}

.font--inter .hero-12-txt h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5.5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-16-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 4%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 6%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 4%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-27-txt .btns-group.mt--15 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
}

.hero-section p.s-21 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.3125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.375rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.397058rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.25rem;
    }
  }
}

.blog-post-img.mb--35 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

.blog-post-txt h4.mb--20,
.blog-post-txt h3 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 16px;
    }
  }
}

.blog-post-meta.mt--20,
.blog-post-meta.mt--30 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 14px;
    }
  }
}

.posts-category.ico-20 [class*="flaticon-"]:before,
.posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.125rem;
    }
  }
}

hr {
  margin: 1rem 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  color: inherit;
  opacity: 25%;
}

.blog-header .wsmobileheader .smllogo {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 29px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 28px;
    }
  }
}

.blog-header .smllogo img {
  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 28px;
    }
  }
}

.blog-header .smllogo img {
  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 28px;
    }
  }
}

.project-description .more-projects span {
  position: relative;
  top: 2px;
  left: 5px;
  color: #353f4f;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 1px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      left: 4px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 4px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 1px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 5px;
    }
  }
}

.project-txt h5 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: 30px;
    }
  }
}

.project-txt h5.mt--50.mb--35 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.project-description .more-projects.ico-25 [class*="flaticon-"]:before,
.project-description .more-projects.ico-25 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.2125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.175rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.275rem;
    }
  }
}

.project-priview-img.mb--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 40px;
    }
  }
}

.project-inner-img .top-img {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
}

.project-inner-img.mt--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }
}

.rating-section .rating-2-wrapper {
  padding-inline: 4%;
  padding-block: calc(var(--spacing) * 0);

  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 3%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

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

.rating-title h5 {
  margin-bottom: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.1875rem;
    }
  }
}

.star-rating span.rating-txt {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }
}

.txt-block-stat .statistic-block .txt-block-rating {
  margin-top: calc(var(--spacing) * -1);
  margin-bottom: -3px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(2px * -1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -1px;
    }
  }
}

.inner-page-hero .rating-1-wrapper.mt--50 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 40px;
    }
  }
}

.rbox-2-txt {
  margin-top: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 14px;
    }
  }
}

.rbox-2-txt img {
  position: relative;
  top: -1px;
  left: 4px;
  display: inline-block;
  max-height: 30px !important;
  width: auto;
  max-width: inherit;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 31px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 34px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: auto;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      display: block;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 28px;
    }
  }
}

p.rbox-2-txt {
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(var(--spacing) * 0);
  --tw-leading: 22px;
  line-height: 22px;

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 31px;
      line-height: 31px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
}

p.rbox-2-txt span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.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 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.9rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }
}

.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 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.35rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.35rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.3rem;
    }
  }
}

.reviews-wrapper {
  padding: 0 10px;
}

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

.review-1.block-border {
  border-color: #d2d2d2;
}

.owl-item .review-avatar img {
  height: 54px;
  width: 54px;
  border-radius: 100%;

  @media (width >=414px) {
    @media (width < 480px) {
      height: 52px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 52px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 52px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 52px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 10);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 44px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 44px;
    }
  }
}

.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 (width >=768px) {
    @media (width < 992px) {
      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 (width >=768px) {
    @media (width < 992px) {
      font-size: 2rem;
    }
  }
}

.ico-35 [class*="flaticon-"]:before,
.ico-35 [class*="flaticon-"]:after {
  font-size: 2.1875rem;

  @media (width >=768px) {
    @media (width < 992px) {
      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 (width >=414px) {
    @media (width < 480px) {
      font-size: 4.25rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 4.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 4rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 4rem;
    }
  }
}

.ico-60 .shape-ico svg {
  top: -30px;
  left: calc(50% - 65px);
  height: 140px;
  width: 140px;

  @media (width >=414px) {
    @media (width < 480px) {
      height: 130px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 130px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 140px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 140px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 105px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 105px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 120px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 120px;
    }
  }
}

.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 (width >=768px) {
    @media (width < 992px) {
      height: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 74px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 74px;
    }
  }
}

.ico-rounded-[6px] {
  height: 90px;
  width: 90px;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 80px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 80px;
    }
  }
}

.ico-rounded-[8px] {
  height: 100px;
  width: 100px;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 80px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 90px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 90px;
    }
  }
}

.ico-rounded [class*="flaticon-"]:before,
.ico-rounded [class*="flaticon-"]:after {
  font-size: 2.15rem;
  --tw-leading: 80px;
  line-height: 80px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 3rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 94px;
      line-height: 94px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 3rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 94px;
      line-height: 94px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.35rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 74px;
      line-height: 74px;
    }
  }
}

.ico-square {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  text-align: center;

  @media (width >=414px) {
    @media (width < 480px) {
      height: 88px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 88px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 88px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 88px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 74px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 74px;
    }
  }
}

.ico-square [class*="flaticon-"]:before,
.ico-square [class*="flaticon-"]:after {
  font-size: 2.4rem;
  --tw-leading: 80px;
  line-height: 80px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.85rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 88px;
      line-height: 88px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.85rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 88px;
      line-height: 88px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.35rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 74px;
      line-height: 74px;
    }
  }
}

.in_tool_logo.ico-65 img {
  @media (width >=414px) {
    @media (width < 480px) {
      height: 55px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 55px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 48px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 48px;
    }
  }
}

.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: calc(var(--spacing) * 10);
}

.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: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
}

.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 (width >=414px) {
    @media (width < 480px) {
      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 (width >=414px) {
    @media (width < 480px) {
      font-size: 1.3925rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.3925rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.175rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.1875rem;
    }
  }
}

.pagination.ico-20 [class*="flaticon-"]:before,
.pagination.ico-20 [class*="flaticon-"]:after {
  font-size: 0.9rem !important;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.75rem;
    }
  }
}

.footer-form .ico-15 [class*="flaticon-"]:before,
.footer-form .ico-15 [class*="flaticon-"]:after {
  --tw-leading: 28px;
  line-height: 28px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
}

.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 (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 15px;
    }
  }
}

.cbox-1.ico-10 span {
  position: relative;
  top: calc(var(--spacing) * 0);
  right: 7px;
}

.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-top: calc(var(--spacing) * 0);
  margin-right: 1.15rem;
  text-align: center;
}

.cbox-3 .cbox-3-ico {
  position: relative;
  top: 3px;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 4px;
    }
  }
}

.advantages.ico-15 li p span {
  position: relative;
  top: 2px;
  right: -1px;
}

.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;
  --tw-leading: 2.1875rem;
  line-height: 2.1875rem;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 4px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.125rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 4px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.1875rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 2.1875rem;
      line-height: 2.1875rem;
    }
  }
}

.pricing-features.ico-10 li p span {
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 1);
}

.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 (width >=414px) {
    @media (width < 480px) {
      font-size: 0.675rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.725rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.715rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.785rem;
    }
  }
}

.table-responsive .ico-20 [class*="flaticon-"]:before,
.table-responsive .ico-20 [class*="flaticon-"]:after {
  font-size: 0.95rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.835rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.925rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.0625rem;
    }
  }
}

.icons-menu.ico-30 [class*="flaticon-"]:before,
.icons-menu.ico-30 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.1875rem;
    }
  }
}

.icons-menu.ico-40 [class*="flaticon-"]:before,
.icons-menu.ico-40 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }
}

.btn.ico-30 [class*="flaticon-"]:before,
.btn.ico-30 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.05rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.05rem;
    }
  }
}

.cbox-1.ico-10 span {
  @media (width >=414px) {
    @media (width < 480px) {
      right: 6px;
    }
  }
}

.cbox-1.ico-15 [class*="flaticon-"]:before,
.cbox-1.ico-15 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.7rem;
    }
  }
}

.cbox-3 .ico-wrap {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
}

.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: calc(var(--spacing) * 0);
}

.fbox-title.ico-30 h6 {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-leading: 1.875rem;
  line-height: 1.875rem;
}

.fbox-ico.ico-square {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 20px;
    }
  }
}

.fbox-14-wrapper {
  padding: 80px 70px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      border-radius: 0 0;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 30px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 70px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 50px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 60px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 70px;
    }
  }
}

.fbox-14-wrapper .col {
  padding: 0 10px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 8px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-md-3 .fbox-4 {
  padding-inline: 35px;
  padding-block: 50px;

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 65px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 40px;
    }
  }
}

.row-cols-md-2 .fbox-4 {
  padding-inline: 20px;
  padding-block: 35px;

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 65px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 35px;
    }
  }
}

.fbox-8 {
  padding-inline: 40px;
  padding-block: 55px;
}

.fbox-8.bg--white-100 {
  padding-inline: 40px;
  padding-block: 60px;
}

.fbox-9 {
  padding-inline: 40px;
  padding-top: 40px;
  padding-bottom: 35px;
  border: 2px solid #eee;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 75px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 27px;
    }
  }
}

.fbox-14 {
  padding-inline: 30px;
  padding-top: 40px;
  padding-bottom: 35px;
  border: 2px solid #eee;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-align: center;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 30px;
    }
  }
}

.fbox-img.h--135 img {
  max-height: 135px !important;
}

.fbox-img.h--140 img,
.fbox-img.h--145 img,
.fbox-img.h--150 img,
.fbox-img.h--155 img {
  max-height: 140px !important;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 185px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 220px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 132px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 125px;
    }
  }
}

.fbox-img.h--160 img {
  max-height: calc(var(--spacing) * 40) !important;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 185px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 220px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: calc(var(--spacing) * 32);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 145px;
    }
  }
}

.fbox-img.h--165 img {
  max-height: 165px !important;

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 150px;
    }
  }
}

.fbox-img.h--170 img {
  max-height: 170px !important;

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 155px;
    }
  }
}

.fbox-3 .fbox-img {
  overflow: hidden;
}

.fbox-3 .fbox-img.h--135 {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 35px;
  padding-top: 30px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 25px;
    }
  }
}

.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 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }
}

.fbox-12.mb--30,
.fbox-13.mb--30 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }
}

.fbox-5 h5,
.fbox-14 h5 {
  margin-bottom: 15px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}

.features-section h6,
.fbox-txt h5 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 15px;
    }
  }
}

.fbox-10 .fbox-title {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
}

.fbox-10 .fbox-title span {
  @media (width >=480px) {
    @media (width < 768px) {
      float: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
}

.fbox-10 .fbox-title h6 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      display: block;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
}

.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 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-md-3 .fbox-4 p,
.row-cols-md-2 .fbox-4 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 4%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.fbox-5 .fbox-txt p,
.rows-3 .fbox-11 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 2%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-md-2 .fbox-6 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-lg-3 .fbox-10 .fbox-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 2%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.rows-3 .fbox-11 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 2%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.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 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 4rem;
    }
  }
}

.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 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 3.65rem;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:before,
.fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
}

.row-cols-md-2 .fbox-ico.ico-rounded,
.fbox-ico.ico-square {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 20px;
    }
  }
}

.rows-2 .fbox-ico-wrap .ico-50 [class*="flaticon-"]:before,
.rows-2 .fbox-ico-wrap .ico-50 [class*="flaticon-"]:after {
  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.85rem;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:before,
.fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 3.75rem;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-rounded,
.fbox-wrapper .row-cols-md-2 .ico-square {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 80px;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-square [class*="flaticon-"]:before,
.fbox-wrapper .row-cols-md-2 .ico-square [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
}

.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.75rem;
    }
  }
}

.modal.fade .modal-dialog {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  --tw-translate-y: -50px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.3s;
  transition-duration: 0.3s;
  --tw-ease: ease-out;
  transition-timing-function: ease-out;
}

.modal.show .modal-dialog {
  translate: none !important;
  transform: none !important;
}

.modal {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 1055;
  display: none;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: calc(0.5rem - 1px);
  --tw-shadow: 0 0.125rem 0.25rem var(--tw-shadow-color, rgba(0, 0, 0, 0.075));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 0;
}

@media (min-width: 576px) {
  .modal {
    --tw-shadow: 0 0.5rem 1rem var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .row-cols-sm-3>* {
    @media (width < 768px) {
      width: 33.3333333333%;
    }
  }

  .row-cols-sm-2>* {
    @media (width < 768px) {
      width: calc(6/12 * 100%);
    }
  }
}

.fade {
  transition: opacity .15s linear;
}

.modal-backdrop.show {
  opacity: 50% !important;
}

.modal-backdrop.fade {
  opacity: 0%;
}

.modal-backdrop {
  background-color: #2d343a;
}

.modal-backdrop {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 1050;
  height: 100vh;
  width: 100vw;
  background-color: var(--color-black);
}

.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - 0.5rem * 2);
  align-items: center;
}

.modal-dialog {
  pointer-events: none;
  position: relative;
  margin: calc(var(--spacing) * 7);
  margin-inline: 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-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--bs-modal-border-color);
  background-color: var(--color-white);
  background-clip: padding-box;
  color: var(--color-white);
  outline: 0;
}

.modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.175);
  background-color: var(--color-white);
  background-clip: padding-box;
  outline: 0;
}

.modal .newsletter-form.purple-focus .form-control:focus {
  border-color: #8863ee;
}

label {
  display: inline-block;
}

.modal .form-notification {
  margin-top: calc(var(--spacing) * 3);
  text-align: center;
  font-size: 0.85rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #1680fb;
}

.modal .form-notification.valid,
.modal .form-notification.error {
  color: #fc2f4b;
}

.modal .newsletter-form.valid {
  color: #0fbc49;
}

#modal-3 .request-form-msg {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding-left: calc(var(--spacing) * 0);
}

#modal-3 .request-form .loading {
  font-size: 1.0625rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #1680fb;
}

#modal-3 .request-form .error {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.85rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #e74c3c;
}

hr {
  margin: 1rem 0;
  color: inherit;
  opacity: 25%;
  border-top: 1px solid;
}

.footer-copyright p {
  margin-bottom: calc(var(--spacing) * 0);
}

#footer-10.pt--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 10px;
    }
  }
}

.bg--black.footer .foo-links li p a {
  color: #a0a7b1;

  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}

#footer-1 .footer-info,
#footer-5 .footer-info,
#footer-6 .footer-info,
#footer-7 .footer-info {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 5%;
    }
  }
}

.footer-mail-link {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.073529rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.0625rem;
    }
  }
}

.foo-links li a span.ext-link {
  @media (width >=414px) {
    @media (width < 480px) {
      top: 0.5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      left: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: 3px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 3px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 1px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 3px;
    }
  }
}

.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: 0;
  border-bottom-left-radius: 0;
}

#about-1 .txt-block p {
  margin-bottom: calc(var(--spacing) * 0);
}

#about-4 .txt-block p {
  margin-top: 25px;
  margin-bottom: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.about-3-images {
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 0);
}

.about-3-img {
  height: 460px;
  overflow: hidden;
}

.about-2-title {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 5%;
    }
  }
}

#about-1 .txt-block h3.mb--30,
.about-2-title h2.mb--30 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

#about-3 .txt-block h5 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 15px;
    }
  }
}

#about-2 .container-fluid {
  @media (width >=480px) {
    @media (width < 768px) {
      max-width: 540px;
    }
  }
}

#about-4 .txt-block h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#about-4 .txt-block h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 6%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#features-14 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100%;
    }
  }
}

.features-section h6.s-18,
.features-section h6.s-20,
.features-section h6.s-22 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.4375rem;
    }
  }
}

.pricing-4-table .pricing-features li {
  padding: 10px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 8px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 6px;
    }
  }
}

.pricing-features li p {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}

.pricing-features li p span {
  position: relative;
  top: calc(2px * -1);
  right: 5px;
}

.pricing-features li.disabled-option p,
.pricing-features li.disabled-option span {
  color: #b5b5b5;
}

.text--center .pricing-features li {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 6px;
    }
  }
}

#features-13.pt--100.shape--bg:after {
  top: 21%;
  height: 72%;
  width: 48%;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 32.35%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 64%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 19%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: calc(3/4 * 100%);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 52%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 18%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 76%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(6/12 * 100%);
    }
  }
}

#features-12.py--100.shape--bg:after {
  top: 18%;
  left: 52%;
  height: 64%;
  width: 48%;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 32%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 16%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 48%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 52%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 16%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: calc(2/4 * 100%);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 68%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(6/12 * 100%);
    }
  }
}

#features-13.py--100.shape--bg:after {
  top: 18%;
  height: 64%;
  width: 48%;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 32%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 16%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 52%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 16%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 68%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(6/12 * 100%);
    }
  }
}

.pricing-features.mt--25 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

#features-4 .row-cols-md-3 .col {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 8px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.features-section h6.s-18 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.397058rem;
    }
  }
}

.pricing-features span {
  @media (width >=768px) {
    @media (width < 992px) {
      display: none;
    }
  }
}

.pricing-features p.p-md {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.935rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
}

.features-section h6.s-18,
.features-section h6.s-20,
.features-section h6.s-22 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.625rem;
    }
  }
}

.inner-page-hero #rw-2-3,
.inner-page-hero #rw-2-4 {
  margin-bottom: 20px;
}

#faqs-4 .inner-page-title {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }
}

.wsmenu>.wsmenu-list>li>a {
  margin: 0 7px;
  display: block;
  padding: 10px 15px;
  font-family: var(--font-Jakarta);
  font-size: 1rem;
  --tw-leading: 50px;
  line-height: 50px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0;
  letter-spacing: 0;
  text-decoration-line: none;

  @media (width >=414px) {
    @media (width < 480px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-right: 32px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-left: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-right: 32px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-left: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 46px;
      line-height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 10px;
    }
  }

  @media (width >=1200px) {
    font-size: 0.9375rem;
  }
}

.wsmenu>.wsmenu-list>li.reg-fst-link>a {
  margin-left: 30px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.navbar-dark .wsmenu>.wsmenu-list>li>a.h-link {
  color: #353f4f;
}

.navbar-light .wsmenu>.wsmenu-list>li>a.h-link {
  color: var(--color-white);
}

.wsmenu>.wsmenu-list>li>a.h-link.last-link {
  margin: calc(var(--spacing) * 0);
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 10px;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  position: absolute;
  top: 35px;
  right: calc(var(--spacing) * 0);
  float: right;
  margin-left: 14px;
  height: calc(var(--spacing) * 0);
  width: calc(var(--spacing) * 0);
  border-inline-style: var(--tw-border-style);
  border-inline-width: 4px;
  border-top-style: var(--tw-border-style);
  border-top-width: 4px;
  --tw-border-style: solid;
  border-style: solid;
  border-inline-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-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 1);
  font-size: 1rem;
  --tw-leading: 30px;
  line-height: 30px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0;
  letter-spacing: 0;
  text-transform: none;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-radius: 0 !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 3px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.9375rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >=1200px) {
    margin: 14px 5px 0;
  }

  @media (width >=1200px) {
    padding: 4px 22px 6px;
  }

  @media (width >=1200px) {
    font-size: 0.9rem;
  }

  @media (width >=1200px) {
    --tw-leading: 28px;
    line-height: 28px;
  }
}

.wsmenu>.wsmenu-list>li a.btn.reg-btn {
  padding-inline: 22px;
  padding-block: calc(var(--spacing) * 1);

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 3px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 5px;
    }
  }

  @media (width >=1200px) {
    padding-inline: 20px;
  }

  @media (width >=1200px) {
    padding-top: calc(var(--spacing) * 1);
  }

  @media (width >=1200px) {
    padding-bottom: 6px;
  }
}

.wsmenu>.wsmenu-list>li a.btn.fst-btn-link {
  margin-left: 12px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.wsmenu>.wsmenu-list>li a.store.header-store {
  margin-top: 13px;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: 10px;
  padding: calc(var(--spacing) * 0);
  --tw-leading: 1;
  line-height: 1;

  @media (width >=768px) {
    @media (width < 992px) {
      float: none;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      display: block;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom-color: none;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  top: 62px;
  width: auto;
  min-width: 200px;
  padding: 12px 10px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom: 1px solid #ddd;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      min-width: 180px;
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 {
  top: 62px;
  left: 23%;
  width: 76%;
  padding: 20px 10px;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 6px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 6px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom: 1px solid #ddd;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 10%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 86%;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-color: rgba(244, 244, 249, 0);
  padding: 11px 14px;
  font-family: var(--font-Jakarta);
  font-size: 1rem;
  --tw-leading: 22px;
  line-height: 22px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #353f4f;
  transition: all 0.3s ease-in-out;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.1765rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #666;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.9375rem;
    }
  }

  @media (width >=1200px) {
    font-size: 0.9rem;
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  top: 62px;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 12px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 38%;
  border-radius: 6px;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 12px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom-color: #ddd;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(2/5 * 100%);
    }
  }
}

.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-inline: 14px;
  padding-block: 11px;
  font-family: var(--font-Jakarta);
  font-size: 1rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #353f4f;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.3s;
  transition-duration: 0.3s;
  --tw-ease: ease-in-out;
  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-inline: 14px;
  padding-block: 11px;
}

.wsmenu>.wsmenu-list {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -325px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 325px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: -345px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 345px;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      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 (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-decoration-line: none;
    }
  }
}

.tra-menu .wsmenu>.wsmenu-list>li>a,
.tra-menu.navbar-light .wsmenu>.wsmenu-list>li>a {
  @media (width >=768px) {
    @media (width < 992px) {
      color: #666;
    }
  }
}

.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 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px !important;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.1765rem !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #666 !important;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px;
    }
  }
}

.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 {
  @media (width >=768px) {
    @media (width < 992px) {
      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: var(--font-Jakarta);
  font-size: 1rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #353f4f;
  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 (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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 (width >=768px) {
    @media (width < 992px) {
      margin-right: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 12px;
    }
  }
}

.wsmegamenu.ico-30 .icons-menu-ico span {
  position: relative;
  top: 6px !important;

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 2);
    }
  }
}

.icons-menu-txt {
  max-width: 100%;
  flex: 1;
  overflow: hidden;
}

.icons-menu-txt h6 {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: 1rem;
  --tw-leading: 32px;
  line-height: 32px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: inherit;
}

.icons-menu-txt span {
  margin-bottom: calc(var(--spacing) * 0);
  display: block;
  font-size: 0.925rem;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #898989;
}

.navbar-light .wsmenu-list>li>a.h-link:hover {
  color: #eee !important;
}

.navbar-dark .wsmenu-list>li>a.h-link:hover {
  color: #1d222f;
}

.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 {
  color: #185abd;
}

.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 {
  color: #00a14e;
}

.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 {
  color: #ff149c;
}

.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 {
  color: #663ae9;
}

.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 {
  color: #da0f29;
}

.tra-menu.white-scroll .wsmainfull.scroll,
.white-menu.white-scroll .wsmainfull.scroll {
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: calc(var(--spacing) * 0) !important;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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 {
  background-color: #1d222f;
  padding: calc(var(--spacing) * 0);
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link {
  color: var(--color-white);

  &:hover {
    @media (hover: hover) {
      color: #ccc;
    }
  }
}

.wsmenu>.wsmenu-list>li.header-phone>a {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 7px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 6px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 19px;
    }
  }
}

.wsmenu>.wsmenu-list>li.header-phone>a span {
  @media (width >=768px) {
    @media (width < 992px) {
      height: calc(var(--spacing) * 6);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 6);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
.wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
  @media (width >=768px) {
    @media (width < 992px) {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 12px;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 6px;
    }
  }
}

.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 {
  color: #353f4f;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 24px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 18px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: calc(var(--spacing) * 2);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 24px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 21px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 10px;
    }
  }
}

.wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 7);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      rotate: calc(360deg * -1);
    }
  }
}

.navbar-light.white-scroll .scroll .wsmenu-list>li>a.h-link {
  &:hover {
    @media (hover: hover) {
      color: #1d222f !important;
    }
  }
}

.img-block-hidden,
.bc-5-img.bc-5-dashboard.img-block-hidden {
  margin-bottom: -100px;

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: -50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(80px * -1);
    }
  }
}

.ct-03 .img-block.right-column {
  margin-left: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin: 0 2% 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: 3%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 15px;
    }
  }
}

.ct-05 .img-block-hidden {
  margin-bottom: -30px;
}

.ct-06 .img-block {
  margin-bottom: calc(80px * -1);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(80px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: -20%;
    }
  }
}

.ct-07 .img-block {
  margin-top: calc(8px * -1);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(8px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: -20%;
    }
  }
}

.ct-11 .img-block,
.ct-12 .img-block {
  position: relative;
  z-index: 2;
  text-align: center;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 50px;
    }
  }
}

.ct-11 .img-block {
  padding-left: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 50px;
    }
  }
}

.ct-12 .img-block {
  padding-right: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 50px;
    }
  }
}

.ct-11 .img-block .tra-bkg,
.ct-12 .img-block .tra-bkg {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0%;
}

.ct-07 .txt-block,
.bc-2-txt,
.bc-2-wrapper .txt-block,
.bc-3-txt {
  margin-top: calc(40px * -1);
  margin-top: 40px;

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.ct-11 .txt-block {
  padding-right: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 40px;
    }
  }
}

.ct-12 .txt-block {
  padding-left: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 40px;
    }
  }
}

.ct-13 .txt-block {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 35px;
    }
  }
}

.ct-13 .txt-block.ml--block {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

.ct-06 {
  margin-bottom: 80px;
}

.ct-07 {
  margin-top: 80px;
}

.ct-13 .row.mb--60 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 50px;
    }
  }
}

.ct-top {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 70px;
    }
  }
}

.ct-13 .img-block.ml--block {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

.ct-11:after,
.ct-12:after {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(6/12 * 100%);
  background-color: var(--color-white);
  --tw-content: '';
  content: var(--tw-content);
}

.ct-11:after {
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
}

.ct-12:after {
  top: calc(var(--spacing) * 0);
  left: calc(2/4 * 100%);
}

.bc-6 h4 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 18px;
    }
  }
}

.bc-6-txt h5 {
  margin-bottom: 15px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }
}

.bc-6-link.mt--15 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

.bc-5-wrapper .section-title,
.bc-6-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.bc-1-wrapper .txt-block.pr-25.left-column,
.bc-2-wrapper .txt-block.pr-25.left-column {
  padding-right: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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 (width >=768px) {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.bc-2-img,
.bc-4-img {
  margin-left: 15px;
}

.bc-4-img {
  margin-right: -65%;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: -100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: -65%;
    }
  }
}

.bc-6-img {
  margin-bottom: 35px;
  padding-top: 50px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 40px;
    }
  }
}

.bc-6-wrapper .section-overlay {
  padding: 80px 70px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 65px;
    }
  }
}

.bc-6 {
  padding-inline: 35px;
  padding-block: 40px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 17px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 16px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 30px;
    }
  }
}

.integrations-section .more-btn.mt--60 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }
}

.banner-section .section-id {
  margin-bottom: 30px;
  padding-top: 10px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

#banner-15.banner-section .section-id {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 24px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

#banner-1 .container,
#banner-2 .container,
#banner-3 .container,
#banner-11 .container,
#banner-12 .container,
#banner-13 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100% !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-width: 100% !important;
    }
  }
}

.banner-15-txt h2 {
  margin-bottom: 45px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.banner-10-txt h6 {
  margin-bottom: 12px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}

.sm-title .banner-1-txt p.p-lg,
.sm-title .banner-1-txt p.p-xl {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 20px;
    }
  }
}

.banner-5-txt p.s-21,
.banner-5-txt p.s-22 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 12px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 21px;
    }
  }
}

.banner-11-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}

.banner-11-img {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: -30px;
    }
  }
}

.banner-section .btns-group .btn.mr--15,
.banner-section .btns-group .btn:first-child {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
}

.banner-8-buttons {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 4%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-align: center;
    }
  }
}

#banner-11 {
  margin-top: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }
}

#banner-9 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 55px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 65px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 55px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 65px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 55px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 70px;
    }
  }
}

.banner-9-txt {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 14%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 25%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 30%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.banner-5-txt {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.right-column .cbox-5 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 60px;
    }
  }
}

.txt-block .cbox-5-fea h4 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.625rem;
    }
  }
}

.cbox-5-txt .btn {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 10px;
    }
  }
}

.cbox-5-shape-1 img,
.cbox-5-shape-2 img {
  @media (width >=480px) {
    @media (width < 768px) {
      height: calc(4/5 * 100%);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: calc(4/5 * 100%);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 55%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 55%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 70%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 70%;
    }
  }
}

.cbox-3,
.cbox-4 {
  @media (width >=414px) {
    @media (width < 480px) {
      text-align: center;
    }
  }
}

.cbox-3 {
  @media (width >=414px) {
    @media (width < 480px) {
      display: block;
    }
  }
}

.content-section .cbox-6-wrapper {
  padding: 80px 70px;
}

.cbox-5 {
  position: relative;
}

.cbox-5-content {
  z-index: 1;
  margin-inline: 12%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #f5f6f6;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 10);
  --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(5, 5, 5, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=414px) {
    @media (width < 480px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: 10%;
    }
  }
}

.cbox-5-content .divider {
  margin-block: 25px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: 22px;
    }
  }
}

.txt-block .cbox-5-title h2 {
  margin-bottom: 10px;
  font-size: 3.5rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-tracking: -1px;
  letter-spacing: -1px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 3rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 3.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 3rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 3.15rem;
    }
  }
}

.cbox-5-title p.p-lg {
  margin-bottom: 10px;
}

.cbox-2:hover .cbox-2-ico.bg--blue-500 {
  border-color: #185abd;
  color: #185abd;
}

.cbox-2:hover .cbox-2-ico.bg--blue-400 {
  border-color: #1680fb;
  color: #1680fb;
}

.cbox-2:hover .cbox-2-ico.bg--blue-300 {
  border-color: #3eb1ff;
  color: #3eb1ff;
}

.cbox-2:hover .cbox-2-ico.bg--green-500 {
  border-color: #00a14e;
  color: #00a14e;
}

.cbox-2:hover .cbox-2-ico.bg--green-400 {
  border-color: #0fbc49;
  color: #0fbc49;
}

.cbox-2:hover .cbox-2-ico.bg--green-300 {
  border-color: #6fd792;
  color: #6fd792;
}

.cbox-2:hover .cbox-2-ico {
  background-color: transparent !important;
}

.cbox-3-txt {
  margin-bottom: 35px;
  max-width: 100%;
  flex: 1;
  overflow: hidden;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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: calc(var(--spacing) * 0) !important;
}

.cbox-5-fea {
  margin-top: 25px;
  padding-inline: 25px;
  padding-block: 20px;
  --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(5, 5, 5, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 16px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 12px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 20px;
    }
  }
}

.txt-block .cbox-5-fea h4 {
  margin-bottom: 3px;
  --tw-leading: 1;
  line-height: 1;
}

.cbox-5-fea p {
  margin-bottom: calc(var(--spacing) * 0);
}

.cbox-6 p,
.cbox-3-txt p,
.cbox-4-txt p {
  margin-bottom: calc(var(--spacing) * 0);
}

.cbox-5-shape-1 {
  position: absolute;
  top: -35px;
  right: 30px;
  z-index: -1;

  @media (width >=414px) {
    @media (width < 480px) {
      display: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: -30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      right: -50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      right: -55px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      right: calc(20px * -1);
    }
  }
}

.cbox-5-shape-2 {
  position: absolute;
  bottom: -25px;
  left: 30px;
  z-index: -1;

  @media (width >=414px) {
    @media (width < 480px) {
      display: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      bottom: -25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: calc(var(--spacing) * -5);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      bottom: -25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 10px;
    }
  }
}

.cbox-5-shape-1 img,
.cbox-5-shape-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cbox-3-ico span[class*="flaticon-"]:before,
.cbox-3-ico span[class*="flaticon-"]:after {
  font-size: 2.85rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 3rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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;
}

.pricing-1-wrapper .col,
.pricing-2-wrapper .col,
.pricing-3-wrapper .col {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 8px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#pricing-1 .container,
#pricing-2 .container,
#pricing-3 .container {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.pricing-1-table .pt--btn,
.pricing-2-table .pt--btn,
.pricing-4-table .pt--btn,
.pricing-3-table .pt--btn {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.lg\:w-10\/12 .pricing-notice p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 8%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 4%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.lg\:w-9\/12 .pricing-notice p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 15%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.pricing-notice .btn.mt--25 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.pricing-notice p span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.pricing-notice.mb--40 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
}

.pricing-2-table,
.pricing-4-table {
  padding-inline: 38px;
  padding-top: 50px;
  padding-bottom: 45px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 35px;
    }
  }
}

.text--center .pricing-1-table {
  padding-inline: 35px;
  padding-top: 60px;
  padding-bottom: 50px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 40px;
    }
  }
}

.pricing-4-table {
  padding: 45px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 45px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 35px;
    }
  }
}

.pricing-3-table .pricing-table-header h4 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 10px;
    }
  }
}

.text--center .pricing-1-table .pricing-discount {
  top: -35px;
  right: calc(var(--spacing) * -2);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * -8);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * -10);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      right: -5px;
    }
  }
}

.pricing-2-table.highlight .price span {
  font-size: 2.4rem;
  --tw-tracking: -1px;
  letter-spacing: -1px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.65rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.05rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.15rem;
    }
  }
}

.pricing-4-table .price span {
  font-size: 3.15rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.75rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.85rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 3.15rem;
    }
  }
}

.pricing-4-table .price sup {
  top: calc(10px * -1);
  right: 2px;
  font-size: 2.05rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.15rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: -7px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.25rem;
    }
  }
}

.price sup.coins {
  top: -29px;
  left: 3px;
  font-size: 2.35rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -2px;
  letter-spacing: -2px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.45rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: -27px;
    }
  }
}

.pricing-2-table .price p,
.pricing-4-table .price p {
  margin-block: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9075rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 15px;
    }
  }
}

.text--center .price p {
  padding-inline: 2%;
  padding-block: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.pricing-1-table hr,
.pricing-2-table hr,
.pricing-3-table hr {
  margin-top: 35px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 30px;
    }
  }
}

.pricing-section .toggle-btn.mt--30 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }
}

#pricing-4 .ext-toggle-btn {
  margin-top: calc(var(--spacing) * 0);
  margin-right: 50px;
  margin-bottom: 35px;
  margin-left: 10px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: auto;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 15px;
    }
  }
}

.comp-table .pricing-header {
  max-width: 700px;
}

.toggle-btn-lg .switch-wrap {
  margin-inline: 14px;
  margin-block: calc(var(--spacing) * 0);
  height: 40px;
  min-width: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: 6px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      min-width: 55px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 36px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      min-width: 60px;
    }
  }
}

.toggle-btn-lg .switcher {
  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        bottom: 5px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        left: 5px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        height: 22px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        width: 22px;
      }
    }
  }
}

.toggle-btn-lg .switcher {
  height: 40px;
  border-radius: 40px;
  padding-block: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-left: 40px;

  &::before {
    content: var(--tw-content);
    bottom: 5px;
  }

  &::before {
    content: var(--tw-content);
    left: 5px;
  }

  &::before {
    content: var(--tw-content);
    height: 30px;
  }

  &::before {
    content: var(--tw-content);
    width: 30px;
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-radius: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 36px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      border-radius: 36px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::before {
        content: var(--tw-content);
        height: 26px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::before {
        content: var(--tw-content);
        width: 26px;
      }
    }
  }
}

.switch-wrap input:checked+.switcher {
  padding-block: calc(var(--spacing) * 0);
  padding-right: 35px;
  padding-left: 15px;

  &::before {
    content: var(--tw-content);
    right: calc(var(--spacing) * 1);
  }

  &::before {
    content: var(--tw-content);
    left: auto;
  }

  &::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  &::before {
    content: var(--tw-content);
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }

  &::before {
    content: var(--tw-content);
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.switch-wrap input:checked+.switcher {
  border-color: #185abd;
  background-color: #185abd;
}

.switch-wrap input:checked+.switcher.switcher--blue-400 {
  border-color: #1680fb;
  background-color: #1680fb;
}

.switch-wrap input:checked+.switcher.switcher--blue-300 {
  border-color: #3eb1ff;
  background-color: #3eb1ff;
}

.switch-wrap input:checked+.switcher.switcher--green-500 {
  border-color: #00a14e;
  background-color: #00a14e;
}

.switch-wrap input:checked+.switcher.switcher--green-400 {
  border-color: #0fbc49;
  background-color: #0fbc49;
}

.switch-wrap input:checked+.switcher.switcher--green-300 {
  border-color: #6fd792;
  background-color: #6fd792;
}

.switch-wrap input:checked+.switcher.switcher--pink-500 {
  border-color: #ff149c;
  background-color: #ff149c;
}

.switch-wrap input:checked+.switcher.switcher--pink-400 {
  border-color: #f74780;
  background-color: #f74780;
}

.switch-wrap input:checked+.switcher.switcher--pink-300 {
  border-color: #fcb5cc;
  background-color: #fcb5cc;
}

.switch-wrap input:checked+.switcher.switcher--purple-500 {
  border-color: #663ae9;
  background-color: #663ae9;
}

.switch-wrap input:checked+.switcher.switcher--purple-400 {
  border-color: #7b5dd6;
  background-color: #7b5dd6;
}

.switch-wrap input:checked+.switcher.switcher--purple-300 {
  border-color: #bdaeea;
  background-color: #bdaeea;
}

.switch-wrap input:checked+.switcher.switcher--red-500 {
  border-color: #da0f29;
  background-color: #da0f29;
}

.switch-wrap input:checked+.switcher.switcher--red-400 {
  border-color: #ff1e1a;
  background-color: #ff1e1a;
}

.switch-wrap input:checked+.switcher.switcher--red-300 {
  border-color: #ffa5a3;
  background-color: #ffa5a3;
}

.switch-wrap input:checked+.switcher.switcher--violet-500 {
  border-color: #c73e9b;
  background-color: #c73e9b;
}

.switch-wrap input:checked+.switcher.switcher--violet-400 {
  border-color: #be6cbe;
  background-color: #be6cbe;
}

.switch-wrap input:checked+.switcher.switcher--violet-300 {
  border-color: #e2bde2;
  background-color: #e2bde2;
}

.switch-wrap input:checked+.switcher.switcher--yellow-500 {
  border-color: #ffba01;
  background-color: #ffba01;
}

.switch-wrap input:checked+.switcher.switcher--yellow-400 {
  border-color: #ffbd45;
  background-color: #ffbd45;
}

.switch-wrap input:checked+.switcher.switcher--yellow-300 {
  border-color: #ffdf35;
  background-color: #ffdf35;
}

.switch-wrap input:checked+.switcher .show-annual {
  display: block;
}

.switch-wrap input:checked+.switcher .show-monthly {
  display: none;
}

.switcher:before {
  @media (width >=768px) {
    @media (width < 992px) {
      bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 22px;
    }
  }
}

.switcher.bg--tra-white {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  background-color: var(--color-white);
}

.switcher.bg--ghost-white {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  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 {
  bottom: 3.5px;
  left: 4px;
  background-color: #ccc;
  --tw-shadow: 0 1px 1px 0 var(--tw-shadow-color, #aaa);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.switcher.bg--ghost-white:before {
  background-color: var(--color-white);
}

.press-logo img {
  position: relative;
  max-height: 82px !important;
  width: auto;
  max-width: inherit;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 74px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 74px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 74px;
    }
  }
}

.press-txt {
  position: relative;
  margin-top: 15px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 3%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

.press-txt p {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #999;
}

.press-txt span {
  position: relative;
  top: 3px;
  left: -1px;
  opacity: 60%;
}

#press-05,
#press-06 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
}

.txt-block .accordion-1 .accordion-item,
.txt-block .accordion-2 .accordion-item {
  border-color: none;
  background-color: transparent;
}

.txt-block .accordion-1 .accordion-item {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 18px;
    }
  }
}

.txt-block .accordion-2 .accordion-item {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 20px;
    }
  }
}

.txt-block .accordion-1 .accordion-item.is-active {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 30px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 14px;
    }
  }
}

.txt-block .accordion-2 .accordion-item.is-active {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 20px;
    }
  }
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before {
  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.95rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 0.5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.85rem;
    }
  }
}

.accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
.accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      top: 9px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.1875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
}

.txt-block .accordion-1 .accordion-panel,
.txt-block .accordion-2 .accordion-panel {
  margin: calc(var(--spacing) * 0);
  display: none;
}

.txt-block .accordion-1 .accordion-panel {
  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.txt-block .accordion-2 .accordion-panel {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: 15px;
  margin-bottom: calc(var(--spacing) * 0);
  color: #6c757d;
}

.txt-block .accordion-1 .accordion-thumb h5 {
  margin-bottom: calc(var(--spacing) * 0);
  padding-left: calc(var(--spacing) * 7);
  --tw-leading: 1;
  line-height: 1;
  color: #353f4f;
}

.txt-block .accordion-2 .accordion-thumb h5 {
  margin-bottom: calc(var(--spacing) * 0);
  display: inline-block;
  padding-left: 10px;
  --tw-leading: 1;
  line-height: 1;
  color: #353f4f;
}

.txt-block .accordion-1 .accordion-item.is-active {
  margin-block: 15px;
  background-color: #f4f4f9;
  padding-inline: 30px;
  padding-top: 35px;
  padding-bottom: 19px;
}

.txt-block .accordion-2 .accordion-item.is-active {
  margin-block: calc(var(--spacing) * 0);
  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: var(--font-Flaticon);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #353f4f;
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before {
  top: 1px;
  left: calc(var(--spacing) * 0);
  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 {
  top: calc(var(--spacing) * 3);
  right: calc(var(--spacing) * 0);
  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: calc(var(--spacing) * 0);
}

.question p a,
.accordion-panel p a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: underline;
}

.question p.color--grey a.color--blue,
.accordion-panel.color--grey a.color--blue {
  color: #1680fb;
}

.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 {
    content: var(--tw-content);
    position: absolute;
  }

  &::after {
    content: var(--tw-content);
    top: 22px;
  }

  &::after {
    content: var(--tw-content);
    right: 3px;
  }

  &::after {
    content: var(--tw-content);
    font-family: var(--font-Flaticon);
  }

  &::after {
    content: var(--tw-content);
    font-size: 1rem;
  }

  &::after {
    content: var(--tw-content);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  &::after {
    content: var(--tw-content);
    --tw-content: "\f11a";
    content: var(--tw-content);
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        top: 23px;
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.875rem;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        top: 20px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.875rem;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        top: 19px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.825rem;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        top: 19px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.9rem;
      }
    }
  }
}

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

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

  &::after {
    content: var(--tw-content);
    top: 26px;
  }

  &::after {
    content: var(--tw-content);
    right: 2px;
  }

  &::after {
    content: var(--tw-content);
    font-family: var(--font-Flaticon);
  }

  &::after {
    content: var(--tw-content);
    font-size: 1rem;
  }

  &::after {
    content: var(--tw-content);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  &::after {
    content: var(--tw-content);
    --tw-content: "\f11b";
    content: var(--tw-content);
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        top: 22px;
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.9rem;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        top: 22px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.9rem;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        top: 23px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.935rem;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        top: 23px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        font-size: 1rem;
      }
    }
  }
}

#faqs-2 .accordion-panel-item.mb--35,
#faqs-3 .question.mb--35 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.accordion-item {
  color: #212529;
}

.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 var(--tw-shadow-color, rgba(5, 5, 5, 0.2));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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 {
  color: var(--color-white);
}

#faqs-2 .more-questions {
  margin-inline: auto;

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

#faqs-3 .more-questions.mt--40 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

#tabs-1 .tab-content.current {
  display: inherit;
}

.tabs-1 li.current,
.tabs-1 li.current:hover {
  border-color: #2b3648;
  color: #2b3648;
}

.tabs-1.tabs--blue-500,
.tabs-1.tabs--blue-500 li.current:hover {
  border-color: #185abd;
  color: #185abd;
}

.tabs-1.tabs--blue-400 li.current:hover {
  border-color: #1680fb;
  color: #1680fb;
}

.tabs-1.tabs--blue-300 li.current:hover {
  border-color: #3eb1ff;
  color: #3eb1ff;
}

.tabs-1.tabs--green-500,
.tabs-1.tabs--green-500 li.current:hover {
  border-color: #00a14e;
  color: #00a14e;
}

.tabs-1.tabs--green-400 li.current:hover {
  border-color: #0fbc49;
  color: #0fbc49;
}

.tabs-1.tabs--green-300 li.current:hover {
  border-color: #6fd792;
  color: #6fd792;
}

.tabs-1.tabs--pink-500,
.tabs-1.tabs--pink-500 li.current:hover {
  border-color: #ff149c;
  color: #ff149c;
}

.tabs-1.tabs--pink-400 li.current:hover {
  border-color: #f74780;
  color: #f74780;
}

.tabs-1.tabs--pink-300 li.current:hover {
  border-color: #fcb5cc;
  color: #fcb5cc;
}

.tabs-1.tabs--purple-500,
.tabs-1.tabs--purple-500 li.current:hover {
  border-color: #663ae9;
  color: #663ae9;
}

.tabs-1.tabs--purple-400 li.current:hover {
  border-color: #7b5dd6;
  color: #7b5dd6;
}

.tabs-1.tabs--purple-300 li.current:hover {
  border-color: #bdaeea;
  color: #bdaeea;
}

.tabs-1.tabs--red-500,
.tabs-1.tabs--red-500 li.current:hover {
  border-color: #da0f29;
  color: #da0f29;
}

.tabs-1.tabs--red-400 li.current:hover {
  border-color: #ff1e1a;
  color: #ff1e1a;
}

.tabs-1.tabs--red-300 li.current:hover {
  border-color: #ffa5a3;
  color: #ffa5a3;
}

.tabs-1.tabs--violet-500,
.tabs-1.tabs--violet-500 li.current:hover {
  border-color: #c73e9b;
  color: #c73e9b;
}

.tabs-1.tabs--violet-400 li.current:hover {
  border-color: #be6cbe;
  color: #be6cbe;
}

.tabs-1.tabs--violet-300 li.current:hover {
  border-color: #e2bde2;
  color: #e2bde2;
}

.tabs-1.tabs--yellow-500,
.tabs-1.tabs--yellow-500 li.current:hover {
  border-color: #ffba01;
  color: #ffba01;
}

.tabs-1.tabs--yellow-400 li.current:hover {
  border-color: #ffbd45;
  color: #ffbd45;
}

.tabs-1.tabs--yellow-300 li.current:hover {
  border-color: #ffdf35;
  color: #ffdf35;
}

.bottom-border {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #e7e7e7;
}

.bg--white-500 {
  background-color: #f2f4f8;
}

.bg--white-400 {
  background-color: #f4f4f9;
}

.bg--white-300 {
  background-color: #f7f8f9;
}

.bg--white-200 {
  background-color: #fbfbfd;
}

.bg--white-100 {
  background-color: var(--color-white);
}

.bg--black-500 {
  background-color: #22223b;
}

.bg--black-400 {
  background-color: #2e3648;
}

.bg--black-300 {
  background-color: #394455;
}

.bg--black-200 {
  background-color: #e1e3e5;
}

.bg--black-100 {
  background-color: #ecf1f4;
}

.bg--blue-500 {
  background-color: #185abd;
}

.bg--blue-400 {
  background-color: #1680fb;
}

.bg--blue-300 {
  background-color: #3eb1ff;
}

.bg--blue-200 {
  background-color: #ddedff;
}

.bg--blue-100 {
  background-color: #f4f9fc;
}

.bg--green-500 {
  background-color: #00a14e;
}

.bg--green-400 {
  background-color: #0fbc49;
}

.bg--green-300 {
  background-color: #6fd792;
}

.bg--green-200 {
  background-color: #cff2db;
}

.bg--green-100 {
  background-color: #e9f8f2;
}

.bg--pink-500 {
  background-color: #ff149c;
}

.bg--pink-400 {
  background-color: #f74780;
}

.bg--pink-300 {
  background-color: #fcb5cc;
}

.bg--pink-200 {
  background-color: #fee4ec;
}

.bg--pink-100 {
  background-color: #feecf2;
}

.bg--purple-5000 {
  background-color: #663ae9;
}

.bg--purple-500 {
  background-color: #7827e6;
}

.bg--purple-400 {
  background-color: #7b5dd6;
}

.bg--purple-300 {
  background-color: #bdaeea;
}

.bg--purple-200 {
  background-color: #e5deff;
}

.bg--purple-100 {
  background-color: #f1edff;
}

.bg--red-500 {
  background-color: #da0f29;
}

.bg--red-400 {
  background-color: #ff1e1a;
}

.bg--red-300 {
  background-color: #ffa5a3;
}

.bg--red-200 {
  background-color: #ffd2d1;
}

.bg--red-100 {
  background-color: #fce7e4;
}

.bg--violet-500 {
  background-color: #c73e9b;
}

.bg--violet-400 {
  background-color: #be6cbe;
}

.bg--violet-300 {
  background-color: #e2bde2;
}

.bg--violet-200 {
  background-color: #f1cde5;
}

.bg--violet-100 {
  background-color: #f7e4f1;
}

.bg--yellow-500 {
  background-color: #ffba01;
}

.bg--yellow-400 {
  background-color: #ffbd45;
}

.bg--yellow-300 {
  background-color: #ffdf35;
}

.bg--yellow-200 {
  background-color: #fef5cd;
}

.bg--yellow-100 {
  background-color: #fef9e5;
}

.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 {
  background-color: #2160fd;
}

.bg--light-grey {
  background-color: #f0f3ff;
}

.bg--snow {
  background-color: #fdfdfd;
}

.bg--06 {
  background-image: url(./images/bg-06.jpg);
}

.bg--07 {
  background-image: url(./images/bg-07.jpg);
}

.bg--08 {
  background-image: url(./images/bg-08.jpg);
}

.newsletter-section .form-notification {
  margin-top: 15px;
  margin-left: 5px;
  font-size: 0.9rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #3eb1ff;
}

.bg--color.newsletter-section .form-notification {
  color: var(--color-white);
}

.newsletter-section .form-notification.valid,
.newsletter-section .form-notification.error {
  color: #fc2f4b;
}

.role-box h6 {
  margin-bottom: 6px;
}

.role-box p {
  margin-bottom: calc(var(--spacing) * 0);
}

.role-info hr {
  margin-inline: calc(var(--spacing) * 0);
  margin-block: 50px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
}

.role-info h5 {
  margin-bottom: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 18px;
    }
  }
}

.role-info p a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: underline;
}

.txt-block.role-info .btn {
  margin-top: 50px;
  display: block;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 30px !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 35px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px !important;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 40px !important;
    }
  }
}

.role-box-txt span,
#careers-1 .role-box span {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.825rem;
    }
  }
}

.role-box-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 10px;
    }
  }
}

.role-box-txt h6 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
}

#careers-1 .role-box h6 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 6px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 4px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
}

.role-box-txt span,
#careers-1 .role-box span {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.85rem;
    }
  }
}

.role-box-txt h6 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 5px;
    }
  }
}

#careers-1 .role-box h6 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 5px;
    }
  }
}

.role-box-txt p {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 10px;
    }
  }
}

.shape--02.r-24:after {
  border-radius: 24px;
}

.txt-block-tra-link.mt--25 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 18px;
    }
  }
}

.txt-block p.s-20,
.txt-block p.s-21 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.1875rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.3125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.14705rem;
    }
  }
}

.txt-block .txt-box h5 {
  margin-bottom: 20px;

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 13.5px;
    }
  }
}

ul.simple-list li:not(:last-child) p {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 8px;
    }
  }
}

.txt-block .btns-group .btn.btn--transparent {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }
}

.txt-block .stores-badge.mt--15,
.ws-wrapper .stores-badge.mt--15 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }
}

#team-2 .team-member-data {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 5px;
    }
  }
}

.team-member.mb--40,
.team-member.mb--50,
.team-member.mb--60 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }
}

#team-1.pb--40,
#team-2.pb--40 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 30px;
    }
  }
}

.team-section .more-btn.mt--20 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

#team-1 ul.tm-social {
  @media (width >=414px) {
    @media (width < 480px) {
      top: 5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      right: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 6px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      right: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      right: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      right: 5px;
    }
  }
}

#tm-2-4,
#tm-2-7,
#tm-2-10 {
  margin-right: 14px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 10px;
    }
  }
}

.quote p {
  margin-bottom: 12px;
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
  --tw-border-style: solid;
  border-style: solid;
  border-left-color: #0195ff;
  padding-left: 20px;
  color: #666;
  font-style: italic;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.05rem;
    }
  }
}

.quote-author {
  position: relative;
  top: 16px;
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 10px;
    }
  }
}

.quote-author h6 {
  margin-bottom: calc(var(--spacing) * 0);
}

.quote-author span {
  font-size: 1rem;
}

.quote.pr-15,
.quote.pr-40,
.quote.pr-50,
.quote.pr-60 {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}

.quote-avatar {
  margin: 0 auto;
  display: inline-block;
}

.quote-avatar img {
  height: 70px;
  width: 70px;
  border-radius: 100%;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 54px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 54px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 54px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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-inline: 45px;
  padding-block: 60px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 50px;
    }
  }
}

.img-block-txt,
.img-block-btn {
  margin-top: 60px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 45px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 55px;
    }
  }
}

.badge-img-xs .store img {
  max-height: 40px !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 2.595rem;
    }
  }
}

.badge-img-sm .store img {
  max-height: 2.625rem !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 2.72rem;
    }
  }
}

.badge-img-md .store img {
  max-height: 2.875rem !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 2.97rem;
    }
  }
}

.badge-img-lg .store img {
  max-height: 48px !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 3.095rem;
    }
  }
}

.box-title span[class*="flaticon-"]:before,
.box-title span[class*="flaticon-"]:after {
  font-size: 2.35rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.35rem;
    }
  }
}

#pbox-1,
#pbox-2,
#pbox-3 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
}

.comp-table-payment .payment-icons img {
  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: auto;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-width: inherit;
    }
  }
}

.comp-table-payment .col {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.comp-table-payment .payment-icons {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 18px;
    }
  }
}

.comp-table .table-responsive tbody td {
  position: relative;
  top: calc(var(--spacing) * 0);
  font-size: 1rem;
  --tw-leading: inherit;
  line-height: inherit;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.9rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.915rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9215rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.975rem;
    }
  }
}

.comp-table .table-responsive tbody td span {
  position: relative;
  top: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      top: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 2px;
    }
  }
}

.comp-table .table tbody tr.table-last-tr {
  border-color: transparent;
}

.comp-table .disabled-option {
  color: #999;
}

.comp-table .table-responsive.mb--50 {
  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.comp-table .table tr td {
  border-bottom: 1px solid #ccc;
}

#newsletter-2 .newsletter-overlay {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 50px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 18%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-align: center;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 45px;
    }
  }
}

#newsletter-5 .newsletter-overlay {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 50px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }
}

#newsletter-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: 30px;
    }
  }
}

#newsletter-4 .newsletter-overlay,
#newsletter-5 .newsletter-overlay {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 65px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 55px;
    }
  }
}

#newsletter-3 .newsletter-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(10px * -1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 12%;
    }
  }
}

#newsletter-3 .lg\:w-6\/12 .newsletter-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 3%;
    }
  }
}

.newsletter-txt h2,
#newsletter-4 .newsletter-txt h2 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

table {
  margin-bottom: 16px;
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  border-color: #dee2e6;
  background-color: var(--color-white);
  vertical-align: top;
  color: #212529;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: var(--tw-border-style);
  border-width: 0px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: inherit;
}

.table> :not(caption)>*>* {
  padding-block: 12px !important;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 9px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 9px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 10px;
    }
  }
}

.table>:not(caption)>*>* {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  background-color: var(--color-white);
  padding: .5rem;
  color: #212529;
  --tw-shadow: inset 0 0 0 9999px initial initial var(--tw-shadow-color, transparent);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.newsletter-txt h3 {
  margin-bottom: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.75rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.0625rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-4 .newsletter-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-5 .newsletter-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }
}

#newsletter-2 .newsletter-form {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-3 .newsletter-form,
#newsletter-4 .newsletter-form {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 2%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-5 .newsletter-form {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-5.newsletter-section .form-control {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 46px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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 (width >=768px) {
    @media (width < 992px) {
      height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      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: 0;
  border-bottom-left-radius: 0;
}

#newsletter-5.newsletter-section .btn {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 54px;
    }
  }
}

#newsletter-3 .newsletter-img {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: -25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: -30px;
    }
  }
}

#newsletter-3 .lg\:w-6\/12 .newsletter-img {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 50px;
    }
  }
}

#newsletter-2 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100%;
    }
  }
}

#newsletter-2 .newsletter-overlay {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      border-radius: 0 0;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 50px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 40px;
    }
  }
}

#newsletter-3,
#newsletter-4 .newsletter-overlay {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 55px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 60px;
    }
  }
}

#newsletter-4 .newsletter-txt,
#newsletter-5 .newsletter-txt {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-3 .newsletter-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-4 .newsletter-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1rem;
    }
  }
}

#newsletter-5 .newsletter-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 15px;
    }
  }
}

.newsletter-section .text--center .form-notification {
  margin-left: calc(var(--spacing) * 0);
}

.newsletter-section .newsletter-form.valid {
  color: #0fbc49;
}

#newsletter-2 .newsletter-overlay {
  @media (width >=992px) {
    @media (width < 1200px) {
      padding: 45px;
    }
  }
}

.newsletter-section .purple-focus .form-control:focus {
  border-color: #8863ee;
}

.bg--snow .contact-form .form-control,
.bg--snow .contact-form .form-select {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  background-color: var(--color-white);
}

.contact-form textarea {
  min-height: 220px;
  padding-inline: 15px;
  padding-block: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      min-height: 170px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      min-height: 190px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      min-height: 160px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      min-height: 190px;
    }
  }
}

.contact-form .error {
  margin-bottom: 10px;
  font-size: 0.85rem !important;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #e74c3c;
}

.contact-form .form-btn.mt--15 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
}

.wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 2px var(--tw-shadow-color, rgba(50, 50, 50, 0.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}

.tra-menu .wsmobileheader,
.white-menu .wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: var(--color-white);
    }
  }
}

.dark-menu .wsmobileheader,
.black-scroll .wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #1d222f;
    }
  }
}

.btn--tra-grey,
.hover--tra-grey:hover,
.white-scroll .scroll .hover--tra-grey:hover,
.black-scroll .scroll .hover--tra-grey:hover {
  border-color: #ccc !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.btn--blue-400,
.hover--blue-400:hover,
.white-scroll .scroll .hover--blue-400:hover,
.black-scroll .scroll .hover--blue-400:hover {
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white);
}

.white-scroll .scroll .hover--tra-white:hover {
  border-color: #353f4f !important;
  background-color: transparent !important;
  color: #353f4f !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: #2c3142;
  border-color: solid;
  background-color: #2c3142;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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);
  color: #ddd;
}

.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 {
  color: var(--color-white);
}

#page,
.hidd {
  overflow: hidden;
}

.rel,
section,
.container {
  position: relative;
  z-index: 3;
}

.top-border {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-top-color: #e7e7e7;
}

.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(./images/pattern-02.png);
}

.pattern-03 {
  background-image: url(./images/pattern-03.png);
}

.pattern-05 {
  background-image: url(./images/pattern-05.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0;
  letter-spacing: 0;
  color: #353f4f;
}

.font--inter h1,
.font--inter h2,
.font--inter h3,
.font--inter h4,
.font--inter h5,
.font--inter h6 {
  font-family: var(--font-Inter);
  --tw-tracking: -0.5px;
  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 {
  color: var(--color-white);
}

.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 {
  color: #c2c3cb;
}

.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 {
  color: #353f4f;
}

.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 {
  color: #52595d;
}

.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 {
  color: #757575;
}

.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 {
  color: #185abd;
}

.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 {
  color: #1680fb;
}

.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 {
  color: #3eb1ff;
}

.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 {
  color: #00a14e;
}

.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 {
  color: #0fbc49;
}

.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 {
  color: #6fd792;
}

.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 {
  color: #ff149c;
}

.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 {
  color: #f74780;
}

.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 {
  color: #fcb5cc;
}

.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 {
  color: #663ae9;
}

.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 {
  color: #7b5dd6;
}

.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 {
  color: #bdaeea;
}

.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 {
  color: #da0f29;
}

.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 {
  color: #ff1e1a;
}

.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 {
  color: #ffa5a3;
}

.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 {
  color: #c73e9b;
}

.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 {
  color: #be6cbe;
}

.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 {
  color: #e2bde2;
}

.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 {
  color: #ffba01;
}

.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 {
  color: #ffbd45;
}

.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 {
  color: #ffdf35;
}

#loading {
  position: fixed;
  top: calc(var(--spacing) * 0);
  z-index: 99999999;
  margin-top: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  background-color: #f5f5f9;
}

.loading--blue .loader {
  border-color: transparent #1680fb;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(22, 128, 251, 0.15);
  }
}

.loading--green .loader {
  border-color: transparent #0fbc49;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(14, 188, 73, 0.15);
  }
}

.loading--pink .loader {
  border-color: transparent #f74780;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(247, 71, 128, 0.15);
  }
}

.loading--purple .loader {
  border-color: transparent #7b5dd6;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(123, 93, 214, 0.15);
  }
}

.loading--red .loader {
  border-color: transparent #ff1e1a;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(255, 30, 26, 0.15);
  }
}

.loading--violet .loader {
  border-color: transparent #c73e9b;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(1900, 108, 190, 0.15);
  }
}

.loading--yellow .loader {
  border-color: transparent #ffba01;

  &::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 var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition: all 400ms ease-in-out;
}

span.sm-info {
  position: relative;
  margin-left: 5px;
  display: inline-block;
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  border-radius: 100%;
  text-align: center;
  font-size: 0.65rem;
  --tw-leading: 22px;
  line-height: 22px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);

  @media (width >=414px) {
    @media (width < 480px) {
      top: -1px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 22px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 22px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.8rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: -1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.8rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: -1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.95rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.725rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 17px;
      line-height: 17px;
    }
  }
}

.nav-blue-500 .sm-info {
  background-color: #185abd;
}

.nav-blue-400 .sm-info {
  background-color: #1680fb;
}

.nav-blue-300 .sm-info {
  background-color: #3eb1ff;
}

.nav-green-500 .sm-info {
  background-color: #00a14e;
}

.nav-green-400 .sm-info {
  background-color: #0fbc49;
}

.nav-green-300 .sm-info {
  background-color: #6fd792;
}

.nav-pink-500 .sm-info {
  background-color: #ff149c;
}

.nav-pink-400 .sm-info {
  background-color: #f74780;
}

.nav-pink-300 .sm-info {
  background-color: #fcb5cc;
}

.nav-purple-500 .sm-info {
  background-color: #663ae9;
}

.nav-purple-400 .sm-info {
  background-color: #7b5dd6;
}

.nav-purple-300 .sm-info {
  background-color: #bdaeea;
}

.nav-red-500 .sm-info {
  background-color: #da0f29;
}

.nav-red-400 .sm-info {
  background-color: #ff1e1a;
}

.nav-red-300 .sm-info {
  background-color: #ffa5a3;
}

.nav-violet-500 .sm-info {
  background-color: #c73e9b;
}

.nav-violet-400 .sm-info {
  background-color: #be6cbe;
}

.nav-violet-300 .sm-info {
  background-color: #e2bde2;
}

.nav-yellow-500 .sm-info {
  background-color: #ffba01;
}

.nav-yellow-400 .sm-info {
  background-color: #ffbd45;
}

.nav-yellow-300 .sm-info {
  background-color: #ffdf35;
}

.store.header-store img {
  max-height: 44px !important;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 46px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 40px;
    }
  }
}

.header-socials {
  margin: calc(var(--spacing) * 0);
  display: inline-block;
  text-align: center;
}

.header-socials span {
  float: left;
  clear: none;
  margin: calc(var(--spacing) * 0);
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.header-socials a {
  margin-left: 18px;
  display: block;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
}

.navbar-light .header-socials a {
  color: #ddd;
}

.navbar-light .header-socials a:hover {
  color: #ccc !important;
}

.header-socials.ico-25 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.65rem;
    }
  }
}

.hidden-nav .wsmainfull.scroll {
  margin-top: calc(var(--spacing) * 0);
}

.white-scroll .scroll .btn--tra-white {
  border-color: #353f4f !important;
  color: #353f4f !important;
}

.btn--tra-white,
.hover--tra-white:hover {
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
}

.black-scroll .scroll .btn--tra-black {
  border-color: var(--color-white);
  color: var(--color-white);
}

.request-form-msg {
  margin-top: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.request-form-msg .loading {
  font-size: 1.0625rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00b2e4;
}

.request-form .error {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.85rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #e74c3c;
}

#a4-1 {
  position: relative;
  margin-top: -30px;
  padding-right: 30px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 20px;
    }
  }
}

#a4-2 {
  position: relative;
  margin-bottom: -30px;
  padding-left: 30px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: 3%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 20px;
    }
  }
}

.rows-2 .fb-1,
.rows-2 .fb-2,
.rows-2 .fb-3 {
  margin-bottom: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }
}

#cb-6-1,
#cb-6-2 {
  margin-bottom: 35px;
}

#cb-6-1,
#cb-6-2 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
}

#cb-6-1,
#cb-6-2,
#cb-6-3 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 24px;
    }
  }
}

.hero-section .text--center .advantages {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 18px;
    }
  }
}

.advantages-links-divider {
  position: relative;
  top: 0.5px;
  rotate: calc(90deg * -1);
}

.white--color .advantages li p a {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}

.compatibility {
  margin-top: 15px;
  margin-bottom: calc(var(--spacing) * 0);
  display: inline-block;
  padding-inline: 20px;
  padding-block: 3px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

.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;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 10px;
    }
  }
}

#rw-3-2 {
  margin-bottom: 45px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

#rw-3-2,
#rw-3-3 {
  margin-left: 15px;
}

#rw-4-1,
#rw-5-1 {
  margin-bottom: 30px;
}

#rw-3-2,
#rw-3-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

#rw-4-1,
#rw-5-1 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

.owl-theme .owl-dots .owl-dot span {
  margin-inline: 7px;
  margin-block: calc(var(--spacing) * 0);
}

.owl-dots button:focus {
  text-decoration-line: none;
  outline: none;
}

.hero-section .owl-dots,
.brands-section .owl-dots {
  display: none;
}

#pt-4-1 {
  margin-top: calc(var(--spacing) * 0);
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 20px;
    }
  }
}

#pt-4-2 {
  margin-top: calc(var(--spacing) * 0);
  margin-right: 50px;
  margin-bottom: 40px;
  margin-left: 10px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 15px;
    }
  }
}

.pt--btn {
  margin-top: 25px;
  display: block;
  width: 100%;
}

.toggle-btn.inn-toggle-btn {
  position: absolute;
}

.toggle-btn-lg .toggler-txt {
  font-size: 1.15rem;
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.1rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
}

.btn.ico-left span {
  margin-right: 5px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 3px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 2px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 2px;
    }
  }
}

.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-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white);
}

.green-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #0fbc49;
  background-color: #0fbc49;
  color: var(--color-white);
}

.pink-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #f74780;
  background-color: #f74780;
  color: var(--color-white);
}

.purple-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #7b5dd6;
  background-color: #7b5dd6;
  color: var(--color-white);
}

.red-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ff1e1a;
  background-color: #ff1e1a;
  color: var(--color-white);
}

.violet-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #be6cbe;
  background-color: #be6cbe;
  color: var(--color-white);
}

.yellow-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ffba01;
  background-color: #ffba01;
  color: #353f4f;
}

.page-item.disabled .page-link {
  background-color: transparent;
  color: #6c757d;
  border: 2px solid transparent;
}

#signup .register-page-txt {
  padding: 70px 60px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding: 50px 30px 0;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding: 60px 45px;
    }
  }
}

#signup .form-data span {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.9rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9rem;
    }
  }
}

.reset-page-wrapper .form-data span {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }
}

.login-1 .form-control,
.signup-1 .form-control {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  background-color: var(--color-white);
}

.btn-show-pass.ico-20 [class^="flaticon-"]:before,
.btn-show-pass.ico-20 [class^="flaticon-"]:after {
  font-size: 1.125rem;
  --tw-leading: 1 !important;
  line-height: 1 !important;
}

.btn-show-pass.active {
  color: #6a7dfe;
}

#stlChanger.open {
  right: calc(var(--spacing) * 0);
}

#stlChanger .chBody.chBody-sm {
  height: 360px;
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
  --tw-leading: 48px !important;
  line-height: 48px !important;
}

.t-title {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 40px;
  background-color: #1d222f;
  padding-inline: 5px;
  padding-block: 10px;
  text-align: center;
  color: var(--color-white);
}

.t-title.btn-s-title {
  margin: calc(var(--spacing) * 0);
}

.t-title h6 {
  margin-bottom: calc(var(--spacing) * 0);
  color: var(--color-white);
}

#careers-1 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
}

.mb--55 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 35px;
    }
  }
}

.headtoppart {
  @media (width >=768px) {
    @media (width < 992px) {
      display: none;
    }
  }
}

.wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 2px var(--tw-shadow-color, rgba(50, 50, 50, 0.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}

.wsanimated-arrow {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 24px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 7);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}

.wsanimated-arrow span:before {
  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 26px;
    }
  }
}

.wsanimated-arrow span:after {
  @media (width >=768px) {
    @media (width < 992px) {
      bottom: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 5);
    }
  }
}

.wsactive .wsanimated-arrow span:before,
.wsactive .wsanimated-arrow.active span:after {
  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 7);
    }
  }
}

.wsactive .wsanimated-arrow span:after {
  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 7);
    }
  }
}

.wsactive .wsanimated-arrow span {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }
}

.white-scroll .btn--tra-black {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #353f4f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #353f4f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: var(--color-white);
    }
  }
}

.black-scroll .btn--tra-white,
.black-scroll .btn--tra-black {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: var(--color-white);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: var(--color-white);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #353f4f;
    }
  }
}

.btn--tra-black,
.hover--tra-black:hover {
  border-color: #353f4f !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.white-scroll .btn--tra-grey,
.black-scroll .btn--tra-grey {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #eee;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #eee;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #353f4f;
    }
  }
}

.white-scroll .hover--tra-white:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #353f4f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #353f4f;
    }
  }
}

.white-scroll .hover--blue:hover,
.black-scroll .hover--blue:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #007aff;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #007aff;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: var(--color-white);
    }
  }
}

.white-scroll .hover--tra-blue:hover,
.black-scroll .hover--tra-blue:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #007aff;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #007aff;
    }
  }
}

.white-scroll .hover--violet:hover,
.black-scroll .hover--violet:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #b55e98;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #b55e98;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: var(--color-white);
    }
  }
}

.white-scroll .hover--tra-violet:hover,
.black-scroll .hover--tra-violet:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #b55e98;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #b55e98;
    }
  }
}

.pt--btn {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 8px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 0.785rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.95rem;
    }
  }
}

.table-responsive.mb--50 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
}

#bp-1-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      display: none;
    }
  }
}

.wsactive .wsmobileheader {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 345px;
    }
  }
}

.overlapblackbg {
  @media (width >=480px) {
    @media (width < 768px) {
      width: calc(100% - 345px);
    }
  }
}

.wsanimated-arrow {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-right: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}

.table-responsive.mb--50 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 35px;
    }
  }
}

.division {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }
}

.wsactive .wsmobileheader {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 325px;
    }
  }
}

.overlapblackbg {
  @media (width >=414px) {
    @media (width < 480px) {
      width: calc(100% - 325px);
    }
  }
}

.wsanimated-arrow {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 14px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-right: 30px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}

#fb-12-1,
#fb-13-1 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 65px;
    }
  }
}

.content-section.ws-wrapper {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: -15px;
    }
  }
}

.tools-list span {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-right: 1px;
    }
  }
}

#rb-2-1,
#rb-2-2 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }
}

.table-responsive.mb--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }
}

.pbox {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-inline: auto;
  width: 100%;
  padding-inline: calc(1.5rem * 0.5);

  @media (width >=414px) {
    max-width: 100% !important;
  }

  @media (width >=480px) {
    max-width: 540px !important;
  }

  @media (width >=768px) {
    max-width: 720px !important;
  }

  @media (width >=992px) {
    max-width: 960px !important;
  }

  @media (width >=1200px) {
    max-width: 1140px !important;
  }

  @media (width >=1400px) {
    max-width: 1320px !important;
  }
}

.fbox-2 .fbox-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      padding: 0 6%;
    }
  }
}

.integrations-1-wrapper .in_tool.mb--30 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 20px;
    }
  }
}

body.theme--dark,
.theme--dark .bg--white-100 {
  background-color: #232734;
}

body.theme--dark {
  color: #b1b7cd;
}

.dark-theme-img {
  position: absolute;
  display: none;
}

.theme--dark .dark-theme-img {
  position: relative !important;
  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 var(--tw-shadow-color, rgba(0, 0, 0, 0.13));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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-style: var(--tw-border-style);
  border-top-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-block-color: #1d212c;
}

.theme--dark .top-border {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-top-color: #1d212c;
}

.theme--dark .bottom-border {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #1d212c;
}

.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 {
  background-color: #1d212c;
}

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

.theme--dark hr.divider.divider-light {
  background-color: var(--color-white);
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #dedede 38%, #dedede 64%, rgba(206, 211, 246, 0) 99%);
  opacity: 100%;
}

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

.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6 {
  color: var(--color-white);
}

.theme--dark a {
  color: #b1b7cd;
}

.theme--dark a:hover,
.theme--dark a.tra-link:hover span {
  color: #f7f8f9 !important;
}

.theme--dark .btn--tra-black,
.theme--dark .hover--tra-black:hover {
  border-color: #b1b7cd !important;
  background-color: transparent !important;
  color: #b1b7cd !important;
}

.theme--dark .navbar-dark .hover--tra-black:hover {
  border-color: #353f4f;
  background-color: transparent;
  color: #353f4f;
}

.theme--dark .white-scroll .hover--tra-black:hover {
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
}

.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

.theme--dark .btn--white,
.theme--dark .hover--white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: #353f4f;
}

.theme--dark .btn--tra-white,
.theme--dark .hover--tra-white:hover {
  border-color: #f1f1f1;
  background-color: transparent;
  color: #f1f1f1;
}

.theme--dark .white-scroll .scroll .hover--tra-white:hover {
  border-color: var(--color-white) !important;
  background-color: transparent;
  color: var(--color-white);
}

.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 {
  border-color: #b1b7cd;
  background-color: transparent;
  color: #b1b7cd !important;
}

.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 {
  border-color: #185abd;
  background-color: #185abd;
  color: var(--color-white);
}

.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 {
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white);
}

.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 {
  border-color: #3eb1ff;
  background-color: #3eb1ff;
  color: var(--color-white);
}

.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 {
  border-color: #ff149c;
  background-color: #ff149c;
  color: var(--color-white);
}

.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 {
  border-color: #f74780;
  background-color: #f74780;
  color: var(--color-white);
}

.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 {
  border-color: #fcb5cc;
  background-color: #fcb5cc;
  color: var(--color-white);
}

.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 {
  border-color: #663ae9;
  background-color: #663ae9;
  color: var(--color-white);
}

.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 {
  border-color: #7b5dd6;
  background-color: #7b5dd6;
  color: var(--color-white);
}

.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 {
  border-color: #bdaeea;
  background-color: #bdaeea;
  color: var(--color-white);
}

.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 {
  border-color: #c73e9b;
  background-color: #c73e9b;
  color: var(--color-white);
}

.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 {
  border-color: #be6cbe;
  background-color: #be6cbe;
  color: var(--color-white);
}

.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 {
  border-color: #e2bde2;
  background-color: #e2bde2;
  color: var(--color-white);
}

.theme--dark .section-id {
  color: #eee;
}

.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 {
  color: var(--color-white);
}

.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 {
  color: #b1b7cd;
}

.theme--dark .dark-menu .wsmainfull,
.theme--dark .white-menu .wsmainfull {
  background-color: #1d222f !important;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

.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 {
  color: var(--color-white);
}

.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 {
  color: #eee;
}

.theme--dark .navbar-light .wsmenu>.wsmenu-list>li>a.btn:hover {
  color: var(--color-white) !important;
}

.theme--dark .wsmenu>.wsmenu-list>li>ul.sub-menu,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  background-color: #2c3142;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border: solid 1px #2c3142 !important;
}

.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-top-color: #2c3142;
  border-top-color: solid;
  border-left-color: #2c3142;
  border-left-color: solid;
  background-color: #2c3142;
}

.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;
  color: #b1b7cd !important;

  &:hover {
    @media (hover: 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 {
  color: #b1b7cd;
}

.theme--dark .tra-menu .wsmainfull.scroll,
.theme--dark .white-menu .wsmainfull.scroll,
.theme--dark .dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #1d222f !important;
  padding: calc(var(--spacing) * 0) !important;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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 {
  color: #b1b7cd;
}

.theme--dark .navbar-light.white-scroll .scroll .wsmenu-list>li>a.h-link:hover {
  color: var(--color-white) !important;
}

.theme--dark .navbar-light .scroll .btn.btn--tra-white {
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
}

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

.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 {
  color: #353f4f;
}

.theme--dark .hero-section p {
  color: #6c757d;
}

.theme--dark .hero-section .color--white p {
  color: var(--color-white);
}

.theme--dark .hero-section.gr--whitesmoke p {
  color: #b1b7cd;
}

.theme--dark .hero-section .section-id.color--grey {
  color: #6c757d;
}

.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 {
  color: #b1b7cd;
}

.theme--dark .hero-section .quick-form .form-control {
  background-color: #363f54;
  color: var(--color-white);

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.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 {
  background-color: var(--color-white);
  color: #666;
}

.theme--dark .hero-section .quick-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark #hero-14.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-14.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-24.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-26.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-26.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.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;
  background-color: var(--color-white);
}

.theme--dark .hero-section .request-form .form-control {
  background-color: #363f54;
  color: var(--color-white);

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark .hero-section .request-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .hero-section .request-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark #hero-3:after,
.theme--dark #hero-4:after {
  background-color: #232734;
}

.theme--dark .hero-4-txt h2 {
  color: #353f4f;
}

.theme--dark .hero-4-txt .btn.btn--tra-black {
  border-color: #353f4f !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.theme--dark #hero-5 {
  background-image: url(./images/hero-5-dark.jpg);
}

.theme--dark .hero-6-wrapper {
  background-image: linear-gradient(90deg, #1d212c, #1d212c);
}

.theme--dark #hero-8-form {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #1d222f;
  background-color: #1d222f;
}

.theme--dark #hero-8-form p {
  color: #b1b7cd;
}

.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(./images/hero-10-dark.jpg);
}

.theme--dark #hero-15 {
  background-image: url(./images/hero-15-dark.jpg);
}

.theme--dark #hero-16 {
  background-image: url(./images/hero-16-dark.jpg);
}

.theme--dark #hero-17 {
  background-image: url(./images/hero-17-dark.jpg);
}

.theme--dark #hero-18:after {
  background-image: url(./images/hero-18-dark.jpg);
}

.theme--dark #hero-20:after {
  background-image: linear-gradient(180deg, #1d212c, #232734);
}

.theme--dark #hero-21 .hero-overlay {
  background-image: url(./images/hero-21-dark.jpg);
}

.theme--dark #hero-23 {
  background-image: url(./images/hero-23-dark.jpg);
}

.theme--dark .hero-23-txt p span.color--black {
  color: var(--color-white);
}

.theme--dark #hero-25 {
  background-image: url(./images/hero-25-dark.jpg);
}

.theme--dark #hero-27 .hero-overlay {
  background-image: url(./images/hero-27-dark.png);
}

.theme--dark .features-section path {
  opacity: 5%;
}

.theme--dark #reviews-2 .review-2.bg--white-100 {
  background-color: #1d212c;
}

.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 {
  border-color: #363f54;
}

.theme--dark .project-data p span {
  color: var(--color-white);
}

.theme--dark .pricing-discount h6 {
  color: #353f4f;
}

.theme--dark .table> :not(caption)>*>* {
  background-color: #232734;
  color: #b1b7cd;
}

.theme--dark .comp-table .table thead th {
  border-color: #363f54;
  color: var(--color-white);
}

.theme--dark .comp-table tbody th {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #363f54;
}

.theme--dark .comp-table .table tr td {
  border-bottom: 1px solid #363f54;
}

.theme--dark .integrations-1-wrapper .in_tool {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #1d212c;
  background-color: #1d212c;
}

.theme--dark .banner-16-wrapper.bg--white-100.block-border {
  border-color: #363f54;
}

.theme--dark .release-data {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: dashed;
  border-style: dashed;
  border-bottom-color: #656565;
}

.theme--dark span.version-data,
.theme--dark span.release-date span {
  color: #f1f1f1;
}

.theme--dark span.release-date {
  color: #ccc;
}

.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-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #363f54;
}

.theme--dark .faqs-section .tabs-1 li {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #363f54;
}

.theme--dark .faqs-section .tabs-1 li span,
.theme--dark .faqs-section .tabs-1 li {
  color: #b1b7cd;
}

.theme--dark .faqs-section .accordion-item .accordion-thumb:after,
.theme--dark .faqs-section .accordion-item.is-active .accordion-thumb:after {
  color: #b1b7cd;
}

.blog-post-txt a {
  color: #353f4f;
}

.theme--dark .post-meta-list p,
.theme--dark .blog-post-txt a {
  color: var(--color-white) !important;
}

.theme--dark .blog-post-txt a:hover {
  color: #ddd !important;
}

.theme--dark .txt-code {
  background-color: #1d212c;
}

.theme--dark .txt-code kbd {
  background-color: #363f54;
}

.theme--dark .txt-code p {
  color: #b1b7cd;
}

.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 {
  color: var(--color-white);
}

.theme--dark .comment-form .form-control {
  background-color: #363f54;
  color: #f1f1f1;

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark .comment-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .contact-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .contact-form-notice p a,
.theme--dark #contacts-1 .contact-form p {
  color: var(--color-white) !important;
}

.theme--dark .contact-form .form-control,
.theme--dark .contact-form .form-select {
  background-color: #363f54 !important;
  color: #f1f1f1 !important;
}

.theme--dark .footer-logo {
  display: none;
}

.theme--dark .footer-form .newsletter-form .btn.dark-color span {
  color: #2f353e;
}

.theme--dark .footer-form .newsletter-form .input-group {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #505c77;
  background-color: #282d3c;
}

.theme--dark .footer-form .form-control {
  color: var(--color-white);

  &::placeholder {
    color: #b1b7cd;
  }
}

.theme--dark .legal-info p span {
  color: var(--color-white);
}

.theme--dark .page-hero-section .wave-shape-bottom path {
  fill: #232734;
}

.theme--dark #modal-2 .modal-body-content h5,
.theme--dark #modal-3 .modal-body-content h3 {
  color: #353f4f;
}

.theme--dark #page-404.bg--white-300,
.theme--dark #footer-11.bg--white-300 {
  background-color: #f7f8f9;
}

.theme--dark #page-404 .color--dark {
  color: #353f4f;
}

.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 {
  color: #6c757d;
}

.theme--dark #login,
.theme--dark #signup {
  background-image: url(./images/login_dark.jpg);
  background-position: initial;
}

#login .register-page-wrapper {
  background-image: url(./images/login-wrapper.jpg);
  background-position: left top;

  &::after {
    content: var(--tw-content);
    left: calc(2/4 * 100%);
  }
}

#login .register-page-wrapper:after,
#signup .register-page-wrapper:after {
  position: absolute;
  top: calc(var(--spacing) * 0);
  z-index: -1;
  height: 100%;
  width: calc(6/12 * 100%);
  background-color: var(--color-white);
  --tw-content: '';
  content: var(--tw-content);
}

.theme--dark #login .register-page-wrapper:after,
.theme--dark #signup .register-page-wrapper:after {
  background-color: #1d212c;
}

.theme--dark .reset-password-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .register-page-form .btn-google {
  background-color: #363f54 !important;
  color: #b1b7cd !important;
  border: 1px solid #363f54 !important;

  &:hover {
    @media (hover: hover) {
      color: var(--color-white) !important;
    }
  }
}

.theme--dark .separator-line {
  &::before {
    content: var(--tw-content);
    border-top: 2px solid rgba(255, 255, 255, .15);
  }

  &::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 {
  color: var(--color-white);
}

.theme--dark .reset-page-wrapper .form-control,
.theme--dark .register-page-form .form-control {
  background-color: #363f54;
  color: #f1f1f1;
  border: 1px solid #363f54;

  &::placeholder {
    color: #b1b7cd;
  }
}

.theme--dark .switcher.bg--grey {
  background-color: #363f54;
  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;
}

.theme--dark .tra-menu .wsmobileheader,
.theme--dark .white-menu .wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #1d222f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}

.theme--dark .wsmenu>.wsmenu-list {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #2c3142 !important;
    }
  }
}

.theme--dark .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: var(--color-white);
    }
  }
}

.theme--dark .rbox-1 .star-rating {
  background-color: #1d212c !important;
  --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.13));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border: 1px solid #1d212c;
}

.theme--dark #reset-password {
  background-image: url(./images/reset-password-dark.jpg);
}

.theme--dark .reset-page-wrapper form {
  background-color: #1d212c;
  border: 1px solid #1d212c;
}

.theme--dark .newsletter-section .form-control {
  background-color: #363f54;
  color: #f1f1f1;
  border: 1px solid #363f54;

  &::placeholder {
    color: #b1b7cd;
  }

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark .project-title h2 {
  border-bottom: 1px solid #363f54;
}

.theme--dark .project-description .more-projects span {
  color: var(--color-white);
}

.theme--dark .cbox-2-line {
  background-color: #363f54;
}

.theme--dark .fbox-7 {
  border: 2px solid #363f54;
}

#statistic-5 .statistic-txt h5 {
  margin-bottom: 12px;
  --tw-leading: 1 !important;
  line-height: 1 !important;
}

.hover-overlay img {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  overflow: hidden;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
}

.team-member:hover img {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

@media (max-width: 767px) {
  .block-shadow {
    --tw-shadow: 0 3px 4px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.08)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .ts-0 {
    padding-top: 80px !important;
  }

  .py--5 {
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .py--10 {
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .py--15 {
    padding-block: 5px !important;
  }

  .py--20 {
    padding-block: 10px !important;
  }

  .py--30 {
    padding-block: 15px !important;
  }

  .py--40 {
    padding-block: calc(var(--spacing) * 5) !important;
  }

  .py--50 {
    padding-block: 30px !important;
  }

  .py--60 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--70 {
    padding-block: 50px !important;
  }

  .py--80 {
    padding-block: 50px !important;
  }

  .py--90 {
    padding-block: 60px !important;
  }

  .py--100 {
    padding-block: 70px !important;
  }

  .pt--30 {
    padding-top: 10px !important;
  }

  .pt--40 {
    padding-top: calc(var(--spacing) * 5) !important;
  }

  .pt--50 {
    padding-top: 30px !important;
  }

  .pt--60 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .pt--70 {
    padding-top: 50px !important;
  }

  .pt--80 {
    padding-top: 50px !important;
  }

  .pt--90 {
    padding-top: 60px !important;
  }

  .pt--100 {
    padding-top: 70px !important;
  }

  .pb--30 {
    padding-bottom: 10px !important;
  }

  .pb--40 {
    padding-bottom: 20px !important;
  }

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

  .pb--60 {
    padding-bottom: 40px !important;
  }

  .pb--70 {
    padding-bottom: 50px !important;
  }

  .pb--80 {
    padding-bottom: 50px !important;
  }

  .pb--90 {
    padding-bottom: 60px !important;
  }

  .pb--100 {
    padding-bottom: 70px !important;
  }

  .mt--40 {
    margin-top: 30px !important;
  }

  .mt--45 {
    margin-top: 35px !important;
  }

  .mt--50 {
    margin-top: 30px !important;
  }

  .mt--55 {
    margin-top: 35px !important;
  }

  .mt--60 {
    margin-top: 50px !important;
  }

  .mt--65 {
    margin-top: 55px !important;
  }

  .mt--70 {
    margin-top: 50px !important;
  }

  .mt--75 {
    margin-top: 55px !important;
  }

  .mt--80 {
    margin-top: 50px !important;
  }

  .mt--85 {
    margin-top: 55px !important;
  }

  .mt--90 {
    margin-top: 60px !important;
  }

  .mt--95 {
    margin-top: 65px !important;
  }

  .mt--100 {
    margin-top: 70px !important;
  }

  .mb--40 {
    margin-bottom: 30px !important;
  }

  .mb--45 {
    margin-bottom: 35px !important;
  }

  .mb--50 {
    margin-bottom: 30px !important;
  }

  .mb--55 {
    margin-bottom: 35px !important;
  }

  .mb--60 {
    margin-bottom: 50px !important;
  }

  .mb--65 {
    margin-bottom: 55px !important;
  }

  .mb--70 {
    margin-bottom: 50px !important;
  }

  .mb--75 {
    margin-bottom: 55px !important;
  }

  .mb--80 {
    margin-bottom: 50px !important;
  }

  .mb--85 {
    margin-bottom: 55px !important;
  }

  .mb--90 {
    margin-bottom: 60px !important;
  }

  .mb--95 {
    margin-bottom: 65px !important;
  }

  .mb--100 {
    margin-bottom: 70px !important;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  p.p-sm {
    font-size: 1rem !important;
  }

  p.btn-txt {
    margin: 12px 0 0 0 !important;
  }

  p.btns-group-txt {
    margin: 12px 0 0 0 !important;
  }

  .text--center p.btns-group-txt {
    margin-top: 16px !important;
  }

  .section-id {
    margin-bottom: 24px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 35px !important;
  }

  .section-title.mb--60 {
    margin-bottom: 40px !important;
  }

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 50px !important;
  }

  .section-title .btns-group.mt--25 {
    margin-top: 18px !important;
  }

  .section-title .btns-group.mt--35 {
    margin-top: 22px !important;
  }

  .section-title .stores-badge.mt--30 {
    margin-top: 25px !important;
  }

  .section-title .advantages,
  .section-title .btns-txt,
  .section-title .btns-group-txt {
    margin-top: 15px !important;
  }

  .headtoppart {
    display: none !important;
  }

  .wsmobileheader .smllogo {
    margin-top: 22px !important;
    display: block !important;
    padding-left: 22px !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 27px !important;
  }

  .smllogo img {
    max-height: 36px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .blog-header .smllogo img {
    max-height: 30px !important;
  }

  .wsmobileheader {
    height: 80px !important;
    --tw-shadow: 0 0 2px var(--tw-shadow-color, rgba(50, 50, 50, 0.4)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .tra-menu .wsmobileheader,
  .white-menu .wsmobileheader {
    background-color: var(--color-white) !important;
  }

  .dark-menu .wsmobileheader,
  .black-scroll .wsmobileheader {
    background-color: #1d222f !important;
  }

  .theme--dark .tra-menu .wsmobileheader,
  .theme--dark .white-menu .wsmobileheader {
    background-color: #1d222f !important;
    --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .wsmenu>.wsmenu-list>li.header-phone>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 7px !important;
    padding-right: 32px !important;
    padding-bottom: 6px !important;
    padding-left: 15px !important;
    font-size: 19px !important;
  }

  .wsmenu>.wsmenu-list>li.header-phone>a span {
    top: 3px !important;
    height: calc(var(--spacing) * 6) !important;
    width: calc(var(--spacing) * 6) !important;
    --tw-leading: 25px !important;
    line-height: 25px !important;
  }

  .wsanimated-arrow {
    margin-top: 24px !important;
    margin-right: calc(var(--spacing) * 7) !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    padding-block: 14px !important;
    padding-right: 22px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .wsanimated-arrow span:before {
    top: calc(var(--spacing) * -2) !important;
    width: 26px !important;
  }

  .wsanimated-arrow span:after {
    bottom: calc(var(--spacing) * -2) !important;
    width: calc(var(--spacing) * 5) !important;
  }

  .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-color: var(--color-white) !important;
  }

  .theme--dark .wsanimated-arrow span,
  .theme--dark .wsanimated-arrow span:before,
  .theme--dark .wsanimated-arrow span:after {
    background-color: #b1b7cd !important;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: calc(var(--spacing) * 0) !important;
    width: calc(var(--spacing) * 7) !important;
  }

  .wsactive .wsanimated-arrow span:after {
    top: calc(var(--spacing) * 0) !important;
    width: calc(var(--spacing) * 7) !important;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    height: calc(var(--spacing) * 16) !important;
  }

  .wsmenu>.wsmenu-list>li.mobile-last-link>a {
    border-bottom-color: none !important;
  }

  .dark-menu .wsmenu>.wsmenu-list,
  .black-scroll .wsmenu>.wsmenu-list {
    background-color: #2c3142 !important;
  }

  .dark-menu .wsmenu>.wsmenu-list>li>a,
  .black-scroll .wsmenu>.wsmenu-list>li>a {
    border-bottom-color: rgba(255, 255, 255, 0.13) !important;
  }

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

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
    font-size: 18px !important;
    --tw-leading: 46px !important;
    line-height: 46px !important;
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a,
  .tra-menu.navbar-light .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .black-scroll .wsmenu>.wsmenu-list>li>a.h-link {
    color: var(--color-white) !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 21px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: 10px !important;
    width: 10px !important;
  }

  .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
    margin-top: 28px !important;
    rotate: calc(360deg * -1) !important;
  }

  .theme--dark .navbar-light .wsmenu>.wsmenu-list>li>a,
  .theme--dark .navbar-dark .wsmenu>.wsmenu-list>li>a {
    color: var(--color-white) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu {
    width: 100% !important;
    min-width: 100% !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu g {
    width: 100% !important;
    padding: 10px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    left: calc(var(--spacing) * 0) !important;
    width: 100% !important;
    padding-inline: 10px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .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: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu {
    right: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: 5px !important;
    --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    border-bottom: 1px solid #ddd !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    visibility: visible !important;
    opacity: 100% !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 .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
  }

  .black-scroll .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    background-color: #2c3142 !important;
  }

  .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-inline: 14px !important;
    padding-block: 15px !important;
    font-size: 1.0625rem !important;
    color: #666 !important;
  }

  .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) !important;
    color: #ddd !important;
  }

  .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-inline: 14px !important;
    padding-block: 15px !important;
    text-decoration-line: none !important;
  }

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

  .icons-menu.ico-30 [class*="flaticon-"]:before,
  .icons-menu.ico-30 [class*="flaticon-"]:after {
    font-size: 2.1875rem !important;
  }

  .icons-menu.ico-40 [class*="flaticon-"]:before,
  .icons-menu.ico-40 [class*="flaticon-"]:after {
    font-size: 2.5rem !important;
  }

  .icons-menu-ico {
    margin-right: 14px !important;
  }

  .wsmegamenu.ico-30 .icons-menu-ico span {
    top: calc(var(--spacing) * 2) !important;
  }

  .icons-menu-txt h6 {
    font-size: 1.0625rem !important;
  }

  .icons-menu-txt span {
    font-size: 1rem !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-bottom: 10px !important;
    padding-inline: 7px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  .dark-menu .title,
  .black-scroll .title,
  .dark-menu .icons-menu-txt span,
  .black-scroll .icons-menu-txt span {
    color: #b1b7cd !important;
  }

  .wsmenu>.wsmenu-list>li a.btn {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 1px !important;
    margin-bottom: 2px !important;
    border-radius: 0 !important;
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
    padding-inline: 22px !important;
    padding-block: 5px !important;
    font-size: 18px !important;
    --tw-leading: 44px !important;
    line-height: 44px !important;
  }

  .wsmenu>.wsmenu-list>li a.btn.reg-btn {
    padding-inline: 22px !important;
    padding-block: 5px !important;
    --tw-leading: 44px !important;
    line-height: 44px !important;
  }

  .wsmenu>.wsmenu-list>li a.btn.fst-btn-link,
  .wsmenu>.wsmenu-list>li.reg-fst-link>a {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li a.store.header-store {
    float: none !important;
    margin-top: 5px !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 3) !important;
    display: block !important;
    border-bottom-color: none !important;
  }

  .store.header-store img {
    max-height: 46px !important;
  }

  .wsmenu>.wsmenu-list>li.header-socials {
    display: block !important;
  }

  .header-socials a {
    margin-left: 25px !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.45rem !important;
  }

  .white-scroll .hover--tra-white:hover {
    border-color: #353f4f !important;
    background-color: transparent !important;
    color: #353f4f !important;
  }

  .theme--dark .white-scroll .hover--tra-white:hover {
    border-color: var(--color-white) !important;
    background-color: transparent !important;
    color: var(--color-white) !important;
  }

  .white-scroll .btn--tra-black {
    border-color: #353f4f !important;
    background-color: #353f4f !important;
    color: var(--color-white) !important;
  }

  .black-scroll .btn--tra-white,
  .black-scroll .btn--tra-black {
    border-color: var(--color-white) !important;
    background-color: var(--color-white) !important;
    color: #353f4f !important;
  }

  .white-scroll .btn--tra-grey,
  .black-scroll .btn--tra-grey {
    border-color: #eee !important;
    background-color: #eee !important;
    color: #353f4f !important;
  }

  .white-scroll .hover--blue:hover,
  .black-scroll .hover--blue:hover {
    border-color: #007aff !important;
    background-color: #007aff !important;
    color: var(--color-white) !important;
  }

  .white-scroll .hover--tra-blue:hover,
  .black-scroll .hover--tra-blue:hover {
    border-color: #007aff !important;
    background-color: transparent !important;
    color: #007aff !important;
  }

  .white-scroll .hover--violet:hover,
  .black-scroll .hover--violet:hover {
    border-color: #b55e98 !important;
    background-color: #b55e98 !important;
    color: var(--color-white) !important;
  }

  .white-scroll .hover--tra-violet:hover,
  .black-scroll .hover--tra-violet:hover {
    border-color: #b55e98 !important;
    background-color: transparent !important;
    color: #b55e98 !important;
  }

  .theme--dark .wsmenu>.wsmenu-list {
    background-color: #2c3142 !important;
  }

  .theme--dark .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    border-color: var(--color-white) !important;
  }

  .theme--dark .navbar-dark .hover--tra-black:hover,
  .theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    border-color: var(--color-white) !important;
    background-color: transparent !important;
    color: var(--color-white) !important;
  }

  .hero-section {
    margin-top: 80px !important;
  }

  .hero-section h2 {
    margin-bottom: 15px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 25px !important;
  }

  .hero-section h2.s-62 {
    margin-bottom: 15px !important;
  }

  .hero-section p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl {
    margin-bottom: 22px !important;
  }

  .hero-section p.s-20,
  .hero-section p.s-21,
  .hero-section p.s-22,
  .hero-section p.s-24 {
    margin-bottom: 24px !important;
  }

  .hero-section .btn.mt--10,
  .hero-section .btns-group.mt--10 {
    margin-top: 5px !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  #hd-1-1,
  #hd-1-2 {
    width: calc(6/12 * 100%) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-digits-block {
    display: block !important;
  }

  .hero-digits .block-txt {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .hero-digits .block-txt p.p-sm {
    margin-top: 10px !important;
  }

  .hero-section .quick-form .form-control {
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .hero-section .quick-form .input-group-btn {
    display: block !important;
    width: 100% !important;
  }

  .hero-section .quick-form .btn {
    margin-left: calc(var(--spacing) * 0) !important;
    display: block !important;
    width: 100% !important;
  }

  .hero-section .quick-form.form-half .btn {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  #hero-1 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;
  }

  .hero-1-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img {
    margin-top: 40px !important;
  }

  #hero-2 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;
  }

  .hero-2-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-2-img {
    margin-top: 40px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-3 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-3-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-3-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-3-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-4 {
    padding-top: 80px !important;
  }

  .hero-4-txt h2,
  .hero-4-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-5 {
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .hero-5-txt p.p-lg {
    padding-right: 0% !important;
  }

  .hero-5-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: -50px !important;
  }

  #hero-6 {
    padding-top: 70px !important;
    text-align: center !important;
  }

  .hero-6-wrapper {
    padding-inline: 60px !important;
    padding-block: 65px !important;
  }

  .hero-6-img {
    margin-top: 40px !important;
  }

  #hero-7 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  #hero-7 .quick-form {
    margin-right: calc(var(--spacing) * 0);
  }

  .hero-7-img {
    margin-top: 40px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #hero-8 {
    margin-bottom: 10px !important;
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .hero-8-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-top: 40px !important;
  }

  #hero-9 {
    padding-top: 80px !important;
  }

  .hero-9-txt h2 img {
    top: -5px !important;
    margin-inline: 3px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: calc(var(--spacing) * 16) !important;
  }

  .hero-9-txt p {
    margin-top: 28px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-10 {
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      position: absolute !important;
    }

    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      z-index: -1 !important;
    }

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }

    &::after {
      content: var(--tw-content);
      background-color: var(--color-white) !important;
    }

    &::after {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }

  .hero-10-txt h4 {
    margin-bottom: 30px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-11 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-11-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: -100px !important;
  }

  #hero-12 {
    border-bottom-color: none !important;
    padding-top: 80px !important;

    &::after {
      content: var(--tw-content);
      position: absolute !important;
    }

    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      z-index: -1 !important;
    }

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }

    &::after {
      content: var(--tw-content);
      background-color: var(--color-white) !important;
    }

    &::after {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }

  .hero-12-txt h2,
  .hero-12-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-13 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }

  .hero-13-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-top: 40px !important;
  }

  #hero-14 {
    padding-top: 80px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 18px !important;
  }

  #hero-15 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-15-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-15-txt h2,
  .hero-15-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-15-img {
    margin-top: 40px !important;
  }

  #hero-16 {
    margin-bottom: 50px !important;
    padding-top: 80px !important;
  }

  .hero-16-img {
    margin-bottom: -50px !important;
  }

  #hero-17 {
    padding-top: 80px !important;
  }

  #hero-17 .quick-form {
    margin-inline: calc(var(--spacing) * 0) !important;
  }

  #hero-17 #brands-1 {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 45px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-18 {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }
  }

  .hero-18-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-18 .quick-form {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 40px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-19 {
    padding-top: 80px !important;
  }

  .hero-19-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-20 {
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }
  }

  .hero-20-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-21 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-21-txt {
    margin-bottom: 40px !important;
  }

  #hero-21 .hero-overlay {
    padding-inline: 45px !important;
    padding-top: 65px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-22 {
    padding-top: 80px !important;
  }

  #hero-22 .hero-logo {
    margin-bottom: 20px !important;
  }

  #hero-23 {
    margin-bottom: 25px !important;
    padding-top: 80px !important;
  }

  .hero-23-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 15px !important;
    margin-bottom: -25px !important;
  }

  #hero-24 {
    padding-block: 100px !important;
  }

  #hero-25 {
    padding-top: 120px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
  }

  .hero-25-txt h2 {
    margin-bottom: 14px !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-26 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-26-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-26-txt h2 {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-26 .quick-form {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-27 .hero-overlay {
    padding-top: 80px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 24px !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a-2-1 {
    margin-bottom: 30px !important;
    margin-left: calc(var(--spacing) * 0) !important;
    display: none !important;
  }

  .a-2-2 {
    margin-bottom: 30px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .a-2-3 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .a-2-4 {
    margin-right: calc(var(--spacing) * 0) !important;
    display: none !important;
  }

  #a3-1 {
    margin-bottom: 25px !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 20px !important;
  }

  .txt-block h5.mb--20 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block p {
    margin-top: 18px !important;
  }

  #a4-1 {
    display: none !important;
  }

  #a4-2 {
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .fbox-14-wrapper .col {
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #features-12.py--100.shape--bg:after {
    top: 30% !important;
    left: calc(var(--spacing) * 0) !important;
    height: 70% !important;
    width: 100% !important;
  }

  #features-12.pt--100.shape--bg:after {
    top: 30.25% !important;
    left: calc(var(--spacing) * 0) !important;
    height: 66% !important;
    width: 100% !important;
  }

  #features-13.py--100.shape--bg:after {
    top: 30% !important;
    height: 70% !important;
    width: 100% !important;
  }

  #features-13.pt--100.shape--bg:after {
    top: 30.25% !important;
    height: 66% !important;
    width: 100% !important;
  }

  .fbox-12-wrapper {
    padding-left: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .fbox-13-wrapper {
    padding-right: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .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 !important;
  }

  .rows-3 .fb-3.fbox-11-lst {
    margin-bottom: 40px !important;
  }

  .fbox-5.fb-2,
  .fbox-5.fb-4,
  .fbox-5.fb-6 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-5.fb-1,
  .fbox-5.fb-5,
  .fbox-5.fb-6 {
    display: flex !important;
    flex-flow: wrap !important;
  }

  .fbox-8.fb-1 {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
  }

  .fbox-8.fb-2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-8.fb-3 {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-9,
  .fbox-10 {
    text-align: center !important;
  }

  #fb-12-1,
  #fb-12-2,
  #fb-12-3,
  #fb-13-1,
  #fb-13-2,
  #fb-13-3 {
    margin-bottom: 40px !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 75px !important;
  }

  #features-12 .txt-block,
  #features-13 .txt-block {
    margin-bottom: 40px !important;
  }

  .fbox-14 {
    text-align: center !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 35px !important;
  }

  .fbox-1 .fbox-img {
    margin-bottom: 30px !important;
  }

  .fbox-2 .fbox-img img {
    margin-bottom: calc(20px * -1) !important;
  }

  .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-inline: 5% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .fbox-ico {
    margin-bottom: 15px !important;
  }

  .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 !important;
  }

  .fbox-11 {
    display: block !important;
    text-align: center !important;
  }

  .fbox-11 .fbox-ico {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .fbox-ico-wrap,
  .rows-2 .fbox-ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .fbox-title {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    text-align: center !important;
  }

  .fbox-wrapper .row-cols-lg-3 .fbox-title {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-title h6 {
    display: inline-block !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .ct-11,
  .ct-12 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .txt-block {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .ct-12 .txt-block {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .ct-top {
    margin-bottom: 80px !important;
  }

  .ct-13 .row.mb--60 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 40px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .bc-6-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .ct-11:after,
  .ct-12:after {
    top: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 0) !important;
    width: 100% !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 15px !important;
  }

  .txt-block h5 {
    margin-bottom: 18px !important;
  }

  h5.h5-title {
    margin-block: 18px !important;
  }

  .txt-block .btn,
  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 10px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-4-wrapper .section-overlay,
  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding: 70px 60px !important;
  }

  .ct-06 {
    margin-top: 80px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: calc(var(--spacing) * 20) !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 80px !important;
  }

  .ct-06 .txt-block,
  .ct-07 .txt-block,
  .bc-2-txt,
  .bc-2-wrapper .txt-block,
  .bc-3-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #ib-box-1,
  #ib-box-2 {
    margin-bottom: 25px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 30px !important;
  }

  .bc-1-wrapper .txt-block.pr-25.left-column,
  .bc-2-wrapper .txt-block.pr-25.left-column {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .bc-1-wrapper .txt-block.pl-25.right-column,
  .bc-2-wrapper .txt-block.pl-25.right-column {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .bc-6-top {
    margin-bottom: 40px !important;
  }

  .tabs-1 {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .tabs-1 li {
    margin-inline: calc(var(--spacing) * 5) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 1.135rem !important;
  }

  .tabs-1 li.current {
    margin-inline: calc(var(--spacing) * 5) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
  }

  #tabs-1 .tab-content .img-block {
    margin-bottom: 40px !important;
  }

  .text--center .advantages {
    margin-top: 16px !important;
  }

  .quote-avatar img {
    height: 54px !important;
    width: 54px !important;
  }

  .quote p {
    margin-top: 15px !important;
    padding-left: 14px !important;
  }

  .quote-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: 10px !important;
  }

  .quote.pr-15,
  .quote.pr-40,
  .quote.pr-50,
  .quote.pr-60 {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .img-block.img-block-bkg {
    margin-inline: calc(var(--spacing) * 0) !important;
  }

  .img-block-hidden,
  .ct-10 .img-block,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: calc(80px * -1) !important;
  }

  .ct-01 .img-block {
    margin-bottom: 40px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .ct-02 .img-block {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .ct-03 .img-block,
  .ct-05 .img-block,
  .ct-07 .img-block {
    margin-bottom: 40px !important;
  }

  .ct-03 .img-block.right-column {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .ct-03 .img-block.left-column {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .ct-04 .img-block {
    margin-bottom: 40px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .ct-04 .img-block img {
    max-width: 100% !important;
  }

  .ct-06 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .bc-1-wrapper .img-block.left-column,
  .bc-2-wrapper .img-block.left-column {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .bc-1-wrapper .img-block.right-column,
  .bc-2-wrapper .img-block.right-column {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .bc-1-wrapper .img-block,
  .bc-2-wrapper .img-block {
    margin-bottom: 40px !important;
  }

  .bc-2-img,
  .bc-3-img,
  .bc-4-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -100px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 30px) !important;
  }

  .ct-11 .img-block {
    margin-bottom: 40px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .ct-12 .img-block {
    margin-bottom: 40px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 40px !important;
    overflow: hidden !important;
    border-radius: var(--radius-xl) !important;
    padding-inline: 15% !important;
    padding-block: 50px !important;
  }

  .ct-11 .img-block .tra-bkg,
  .ct-12 .img-block .tra-bkg {
    opacity: 100 !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(2/5 * 100%) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2 {
    margin-bottom: 40px !important;
  }

  #sb-4-1,
  #sb-4-2 {
    margin-bottom: 30px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 40px !important;
  }

  #statistic-5 {
    text-align: center !important;
  }

  #statistic-1 .statistic-block {
    display: block !important;
    text-align: center !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    float: none !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  .statistic-1-wrapper .statistic-block-txt {
    display: inline-block !important;
    width: 100% !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }

  #sb-2-3 .statistic-block,
  #sb-2-4 .statistic-block {
    display: block !important;
  }

  #sb-2-3 .statistic-block-txt,
  #sb-2-4 .statistic-block-txt {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #statistic-2 .statistic-block-digit {
    display: block !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 10px !important;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 10px !important;
  }

  .statistic-3-wrapper p {
    margin-top: 12px !important;
  }

  .statistic-4-wrapper p {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .txt-block-stat .statistic-block .txt-block-rating {
    margin-top: calc(2px * -1) !important;
    margin-bottom: -1px !important;
  }

  .projects-wrapper {
    padding: calc(var(--spacing) * 0) !important;
  }

  #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 !important;
  }

  .project-details h5 {
    margin-bottom: 25px !important;
  }

  .more-projects {
    margin-top: 40px !important;
  }

  .rating-section .rating-1-wrapper,
  .rating-section .rating-2-wrapper {
    padding: calc(var(--spacing) * 0) !important;
  }

  .inner-page-hero .rating-1-wrapper.mt--50 {
    margin-top: 40px !important;
  }

  #rb-1-1,
  #rb-1-2,
  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 30px !important;
  }

  .rbox-2-txt img {
    top: -1px !important;
    left: 6px !important;
    max-height: calc(var(--spacing) * 6) !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: calc(var(--spacing) * 6) !important;
    line-height: calc(var(--spacing) * 6) !important;
  }

  .reviews-2-wrapper,
  .reviews-3-wrapper {
    padding: calc(var(--spacing) * 0) !important;
  }

  .reviews-4-wrapper,
  .reviews-5-wrapper {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    margin-bottom: 40px !important;
  }

  #rw-2-1,
  #rw-2-2,
  #rw-2-3,
  #rw-3-1,
  #rw-3-2 {
    margin-bottom: 30px !important;
  }

  #rw-3-2,
  #rw-3-3 {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .inner-page-hero #rw-2-3,
  .inner-page-hero #rw-2-4,
  .inner-page-hero #rw-2-5 {
    margin-bottom: 30px !important;
  }

  .integrations-2-wrapper {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .it-1,
  .it-2,
  .it-3,
  .it-4,
  .it-5 {
    margin-bottom: 30px !important;
    display: block;
  }

  .in_tool_logo {
    margin-bottom: 25px !important;
    display: inline-block !important;
    padding: 30px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 52px !important;
    width: 52px !important;
  }

  .in_tool h6 {
    font-size: 1rem !important;
  }

  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 30px !important;
  }

  #press-05,
  #press-06,
  #press-07 {
    margin-bottom: 40px !important;
  }

  #pt-4-1,
  #pt-4-2 {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    margin-bottom: 15px !important;
  }

  .pricing-3-table .pricing-table-header h4 {
    margin-bottom: 10px !important;
  }

  .price p {
    margin-top: 14px !important;
    margin-bottom: 18px !important;
  }

  .pricing-features.mt--25 {
    margin-top: 20px !important;
  }

  .pricing-notice {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .pricing-notice .btn.mt--25 {
    margin-top: 20px !important;
  }

  .pricing-section .toggle-btn.mt--30 {
    margin-top: 20px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1rem !important;
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }

  .switch-wrap {
    height: 30px !important;
    min-width: 50px !important;
  }

  .toggle-btn-md .switch-wrap,
  .toggle-btn-lg .switch-wrap {
    margin-inline: 6px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    height: 32px !important;
    min-width: 55px !important;
  }

  .switcher {
    height: 30px !important;
    font-size: 0.85rem !important;

    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 1);
    }

    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 1);
    }

    &::before {
      content: var(--tw-content);
      height: 22px;
    }

    &::before {
      content: var(--tw-content);
      width: 22px;
    }
  }

  .toggle-btn-md .switcher,
  .toggle-btn-lg .switcher {
    height: 32px !important;
    border-radius: 32px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: 10px !important;
    padding-left: 30px !important;
  }

  .switcher .show-annual,
  .switcher .show-monthly {
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }

  .toggle-btn-md .switcher .show-annual,
  .toggle-btn-md .switcher .show-monthly,
  .toggle-btn-lg .switcher .show-annual,
  .toggle-btn-lg .switcher .show-monthly {
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }

  .toggle-btn-md .switcher:before,
  .toggle-btn-lg .switcher:before {
    bottom: 5px !important;
    left: 5px !important;
    height: 22px !important;
    width: 22px !important;
  }

  .switcher.bg--grey:before,
  .switcher.bg--tra-white:before,
  .switcher.bg--ghost-white:before {
    bottom: 3px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .toggle-btn-md .switch-wrap input:checked+.switcher,
  .toggle-btn-lg .switch-wrap input:checked+.switcher {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: 30px !important;
    padding-left: 10px !important;
  }

  .comp-table-payment .payment-icons {
    margin-top: 18px !important;
  }

  #tm-2-1,
  #tm-2-4,
  #tm-2-7,
  #tm-2-10 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  #tm-2-2,
  #tm-2-5,
  #tm-2-8,
  #tm-2-11 {
    margin-inline: calc(var(--spacing) * 0) !important;
  }

  #tm-2-3,
  #tm-2-6,
  #tm-2-9,
  #tm-2-12 {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .team-section .more-btn.mt--20 {
    margin-top: 10px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 40px !important;
  }

  .role-info hr {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 30px !important;
  }

  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 30px !important;
  }

  .role-info h5 {
    margin-bottom: 15px !important;
  }

  #banner-8,
  #banner-9,
  #banner-10 {
    text-align: center !important;
  }

  #banner-11,
  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-8-buttons.text-end {
    text-align: center !important;
  }

  .banner-11-img {
    margin-top: 40px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-img {
    display: none !important;
  }

  #download-1 {
    padding-bottom: 30px !important;
  }

  .version-release {
    margin-bottom: 40px !important;
  }

  .release-data h5 {
    margin-bottom: 30px !important;
  }

  .release-data {
    margin-bottom: 25px !important;
    padding-bottom: 30px !important;
  }

  .release-download {
    position: relative !important;
    right: calc(var(--spacing) * 0) !important;
    bottom: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
  }

  .faqs-3-questions .questions-holder {
    padding: calc(var(--spacing) * 0) !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-2 .newsletter-overlay {
    text-align: center !important;
  }

  #newsletter-3 {
    margin-block: calc(var(--spacing) * 0) !important;
    padding-block: 70px !important;
    text-align: center !important;
  }

  .newsletter-img.text-end {
    display: none !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .newsletter-section .input-group-btn {
    display: block !important;
    width: 100% !important;
  }

  .newsletter-section .btn {
    margin: calc(var(--spacing) * 0) !important;
    display: block !important;
    width: 100% !important;
  }

  #bp-1-1,
  #bp-1-2 {
    margin-bottom: 40px !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px !important;
  }

  #blog-page.pb--60 {
    padding-bottom: 30px !important;
  }

  .wide-post {
    margin-bottom: 40px !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .wide-post .blog-post-txt {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 35px !important;
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .post-inner-img {
    margin-block: calc(var(--spacing) * 10) !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-block: 18px !important;
  }

  .txt-code {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
    padding-inline: 15px !important;
    padding-block: 18px !important;
  }

  .single-post-txt figure {
    margin-bottom: 20px !important;
  }

  .comment-body {
    margin-left: calc(var(--spacing) * 5) !important;
  }

  .comment-form .form-control {
    height: 52px !important;
  }

  .comment-form textarea {
    min-height: 190px !important;
  }

  .contact-form textarea {
    min-height: 190px !important;
  }

  .contact-form .form-btn.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 15px !important;
  }

  #footer-2 .footer-links .footer-mail-link,
  #footer-3 .footer-links .footer-mail-link {
    margin-bottom: 15px !important;
  }

  #footer-11 {
    text-align: center !important;
  }

  #footer-9 .footer-info.text-end {
    text-align: left !important;
  }

  #footer-2 .footer-links,
  #footer-7 .footer-form {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #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 !important;
  }

  #footer-11 .bottom-footer-list.text-end {
    text-align: center !important;
  }

  .inner-page-hero,
  .page-hero-section-overlay {
    margin-top: 80px !important;
    margin-bottom: 40px !important;
    padding-top: 80px !important;
  }

  .page-hero-section-overlay .txt-block {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .inner-page-title {
    margin-bottom: 60px !important;
  }

  .inner-page-title p {
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section-overlay .img-block {
    margin-bottom: -50px !important;
  }

  .txt-block.legal-info h4 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }

  .txt-block.legal-info h4 span {
    margin-right: 2px !important;
  }

  #login,
  #signup,
  #reset-password {
    padding-block: 70px !important;
  }

  #login .register-page-wrapper,
  #signup .register-page-wrapper {
    background-color: var(--color-white);
    background-image: none !important;
  }

  #login .register-page-wrapper:after,
  #signup .register-page-wrapper:after {
    left: calc(var(--spacing) * 0) !important;
    width: 100% !important;
  }

  .theme--dark #login .register-page-wrapper,
  .theme--dark #signup .register-page-wrapper {
    background-color: #1d212c !important;
  }

  .register-form-title {
    margin-bottom: 30px !important;
  }

  #login .register-page-txt,
  #signup .register-page-txt {
    display: none !important;
  }

  .page-404-txt {
    margin-top: 80px !important;
    padding-block: 70px !important;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin: calc(var(--spacing) * 0) !important;
    max-width: 100% !important;
  }

  #stlChanger {
    display: none !important;
  }

  .division {
    padding-inline: 3px !important;
  }

  .bg--fixed {
    width: auto !important;
  }

  .bg--scroll {
    width: auto !important;
    background-attachment: scroll !important;
  }

  .shape--01:after {
    top: 6.5% !important;
    height: 90% !important;
  }

  .shape--02:after {
    top: 6.5% !important;
    left: -20% !important;
    height: 90% !important;
    width: 140% !important;
  }

  .shape--03:after {
    top: -70px !important;
    left: -20% !important;
    height: 129% !important;
    width: 140% !important;
  }

  .shape--04:after {
    top: calc(var(--spacing) * 0) !important;
    height: 94% !important;
  }

  .shape--06:after {
    height: 92% !important;
  }

  .shape--07:after {
    top: 15% !important;
    height: calc(4/5 * 100%) !important;
  }

  ol.digit-list p {
    margin-bottom: 5px !important;
  }

  .font--jakarta h1,
  .font--jakarta h2 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .font--jakarta h3,
  .font--jakarta h4,
  .font--jakarta h5,
  .font--jakarta h6 {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .s-15,
  .s-16 {
    font-size: 1.0625rem !important;
  }

  .s-17 {
    font-size: 18px !important;
  }

  .s-18,
  .s-19,
  .s-20,
  .s-21,
  .s-22,
  .s-23 {
    font-size: 1.3125rem !important;
  }

  .s-24,
  .s-26,
  .s-28 {
    font-size: 1.4375rem !important;
  }

  .s-30,
  .s-32,
  .s-34 {
    font-size: 1.5625rem !important;
  }

  .s-36,
  .s-38,
  .s-40 {
    font-size: 1.6875rem !important;
  }

  .s-42,
  .s-43,
  .s-44,
  .s-45,
  .s-46,
  .s-47 {
    font-size: 1.8125rem !important;
  }

  .s-48 {
    font-size: 1.9375rem !important;
  }

  .s-50,
  .s-52,
  .s-54,
  .s-56,
  .s-58,
  .s-60 {
    font-size: 2rem !important;
  }

  .s-62 {
    font-size: 2.0625rem !important;
  }

  .s-64,
  .s-66 {
    font-size: 2.125rem !important;
  }

  .s-68 {
    font-size: 36px !important;
  }

  p.p-sm {
    font-size: 1rem !important;
  }

  p {
    font-size: 1.0625rem !important;
  }

  p.p-md,
  p.p-lg {
    font-size: 18px !important;
  }

  a.tra-link {
    font-size: 1.0625rem !important;
    font-size: 18px !important;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    top: 2px !important;
    top: 1px !important;
    left: 2px !important;
    font-size: 0.785rem !important;
    --tw-leading: 0.7rem !important;
    line-height: 0.7rem !important;
  }

  .btn {
    font-size: 1.0625rem !important;
  }

  .btn.btn-sm {
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: 0.7rem !important;
    font-size: 1rem !important;
  }

  .btns-group .btn.ico-30.ico-left,
  .btns-group .btn.ico-30.ico-right {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-top: 0.61915rem !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 2) !important;
    margin-bottom: 15px !important;
  }

  .btns-group .btn:last-child {
    margin-inline: calc(var(--spacing) * 2) !important;
  }

  .btn.ico-20 [class*="flaticon-"]:before,
  .btn.ico-20 [class*="flaticon-"]:after {
    top: calc(var(--spacing) * 1) !important;
    font-size: 1.225rem !important;
    --tw-leading: 0.45rem !important;
    line-height: 0.45rem !important;
  }

  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2.05rem !important;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .btn.ico-left span {
    margin-right: 3px !important;
  }

  .btn.ico-right span {
    margin-left: 3px !important;
  }

  p.btn-txt,
  .text--center p.btns-group-txt {
    margin-top: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem !important;
  }

  .os-btn {
    width: 280px !important;
    min-width: 280px !important;
    padding-inline: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .os-btn-ico {
    margin-right: 14px !important;
  }

  .os-btn-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
  }

  .btn-os.mb--15 {
    margin-bottom: 15px !important;
  }

  .btn-os.mr--15 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

  .store {
    margin-right: 6px !important;
  }

  .store.store-btn-2 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .store-btn-3,
  .store-btn-4 {
    margin-top: 15px !important;
  }

  .watch-video {
    margin-top: 20px !important;
  }

  .watch-video-link {
    margin-right: 10px !important;
  }

  p.video-txt-lg {
    font-size: 18px !important;
  }

  p.video-txt-sm {
    font-size: 1.0625rem !important;
  }

  .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 60px) !important;
    height: 120px !important;
    width: 120px !important;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 65px) !important;
  }

  .ico-55 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 65px) !important;
    height: 125px !important;
    width: 125px !important;
  }

  .ico-60 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 60px) !important;
    height: 130px !important;
    width: 130px !important;
  }

  .ico-rounded,
  .ico-rounded-md,
  .ico-rounded-lg {
    height: 94px !important;
    width: 94px !important;
  }

  .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 !important;
    --tw-leading: 94px !important;
    line-height: 94px !important;
  }

  .ico-square {
    height: 88px !important;
    width: 88px !important;
  }

  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 88px !important;
    line-height: 88px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 30px !important;
    padding-inline: 22px !important;
    padding-block: calc(var(--spacing) * 2) !important;
    font-size: 0.8rem !important;
  }

  .section-title.mb--60 {
    margin-bottom: 35px !important;
  }

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 40px !important;
  }

  .section-title h2 {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-md,
  .section-title p.p-lg {
    margin-top: 14px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-xl {
    margin-top: 14px !important;
    font-size: 18px !important;
  }

  .section-title p.s-20,
  .section-title p.s-21 {
    margin-top: 12px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.1875rem !important;
  }

  .section-title .btns-group.mt--35 {
    margin-top: 20px !important;
  }

  .section-title .btns-group .btn {
    margin-inline: 10px !important;

    &:first-child {
      margin-bottom: 15px !important;
    }
  }

  .wsmobileheader .smllogo {
    margin-top: 23px !important;
    display: block !important;
    padding-left: calc(var(--spacing) * 4) !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px !important;
  }

  .smllogo img {
    max-height: 34px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .blog-header .smllogo img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  .wsmenu>.wsmenu-list {
    margin-right: -325px;
    width: 325px !important;
  }

  .wsactive .wsmobileheader {
    margin-right: 325px !important;
  }

  .overlapblackbg {
    width: calc(100% - 325px) !important;
  }

  .wsanimated-arrow {
    margin-top: 25px !important;
    margin-right: calc(var(--spacing) * 4) !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    padding-block: 14px !important;
    padding-right: 30px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  span.sm-info {
    top: -1px !important;
    margin-left: calc(var(--spacing) * 2) !important;
    height: 22px !important;
    width: 22px !important;
    font-size: 0.8rem !important;
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 24px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: calc(var(--spacing) * 2) !important;
    width: calc(var(--spacing) * 2) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 10px !important;
    padding-block: 6px !important;
  }

  .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-inline: 10px !important;
    padding-block: 6px !important;
  }

  .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-inline: 10px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .store.header-store img {
    max-height: 45px !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    --tw-leading: 52px !important;
    line-height: 52px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-top: 12px !important;
  }

  .icons-menu-ico {
    margin-right: 18px !important;
  }

  .icons-menu-txt span {
    font-size: 1rem !important;
  }

  .hero-section.blur--purple:after {
    top: calc(calc(1/4 * 100%) * -1) !important;
    opacity: 0.18 !important;
  }

  .hero-section h2 {
    margin-bottom: 15px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 20px !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl {
    margin-bottom: 25px !important;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px !important;
    font-size: 1.3125rem !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  .hero-section .text--center .advantages {
    margin-top: 18px !important;
  }

  .hero-section .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .hero-section .advantages li p {
    float: none !important;
    display: block !important;
  }

  .hero-section li.advantages-links-divider {
    display: none !important;
  }

  .hero-logo {
    margin-bottom: 28px !important;
  }

  .hero-logo img {
    max-height: 32px !important;
  }

  .hero-square-logo {
    margin-bottom: 10px !important;
  }

  .hero-square-logo img {
    max-height: calc(var(--spacing) * 16) !important;
  }

  .hero-app-logo {
    margin-bottom: 25px !important;
  }

  .hero-app-logo img {
    max-height: 90px !important;
  }

  #hero-25 .hero-app-logo img {
    max-height: 90px !important;
  }

  .hero-digits {
    margin-top: -5px !important;
  }

  #hero-9 .hero-digits {
    margin-top: 3px !important;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.25rem !important;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2rem !important;
  }

  .hero-section .quick-form.mt--45,
  .hero-section .quick-form.mt--35 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-section .quick-form .form-control,
  .hero-section .quick-form .btn {
    height: 58px !important;
    font-size: 1.175rem !important;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 58px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.175rem !important;
  }

  .hero-section .quick-form.form-half .btn {
    height: 58px !important;
    font-size: 1.15rem !important;
  }

  .hero-section .text--center .quick-form-msg {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .request-form .form-control {
    height: calc(var(--spacing) * 14) !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  #hero-10-form .btn,
  #hero-22-form .btn {
    height: calc(var(--spacing) * 14) !important;
    padding: calc(var(--spacing) * 4) !important;
    font-size: 1.0625rem !important;
  }

  .hero-1-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img {
    margin-top: 35px !important;
  }

  .hero-2-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-2-img {
    margin-top: 35px !important;
  }

  .hero-3-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-3:after {
    height: 8% !important;
  }

  .hero-3-img {
    margin-top: 35px !important;
  }

  #hero-4 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-4-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-img {
    margin-top: 35px !important;
  }

  #hero-5 {
    margin-bottom: 50px !important;
  }

  .hero-5-txt h2 {
    margin-bottom: 15px !important;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  #hero-6 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #hero-6 .container {
    max-width: 100% !important;
  }

  .hero-6-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .hero-6-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-6-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-7 {
    padding-block: calc(var(--spacing) * 20) !important;
  }

  .hero-7-txt h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-7 .quick-form {
    margin-inline: 3% !important;
  }

  .hero-7-img {
    margin-top: 35px !important;
  }

  .hero-8-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt .hero-logo {
    display: none !important;
  }

  .hero-8-txt .hero-digits {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-inline: 2% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    border-radius: 10px !important;
    padding-inline: 18px !important;
    padding-block: 30px !important;
  }

  #hero-8-form h4 {
    margin-bottom: 15px !important;
  }

  #hero-8-form p {
    margin-bottom: 16px !important;
    font-size: 1.0625rem !important;
  }

  #hero-8-form p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  .hero-9-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }

  .hero-9-txt h2 img {
    top: -9px !important;
    margin-inline: 2px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: 52px !important;
  }

  .hero-9-txt p.s-20 {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  #hero-9 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-9-img {
    margin-top: 35px !important;
  }

  #hero-10:after {
    height: 7% !important;
  }

  .hero-10-txt h2 {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-txt h4 {
    margin-bottom: 25px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-top: 35px !important;
  }

  .hero-11-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: 3% !important;
    margin-top: 30px !important;
    margin-bottom: -50px !important;
  }

  #hero-12:after {
    height: 7% !important;
  }

  .hero-12-txt h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-12-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 35px !important;
  }

  .hero-13-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-inline: 2% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-14 {
    margin-bottom: 20px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 2rem !important;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-14 .quick-form {
    margin-inline: 4% !important;
  }

  .hero-14-img {
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px !important;
  }

  .hero-15-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-15-img {
    margin-inline: 2% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-16 {
    margin-bottom: 35px !important;
    padding-top: 70px !important;
  }

  .hero-16-txt h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: -35px !important;
  }

  .hero-17-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-17 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-17 #brands-1 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .hero-18-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 35px !important;
  }

  .hero-19-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-19-txt p {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt .hero-logo {
    display: none !important;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 20px !important;
  }

  #hero-21 {
    margin-bottom: 40px !important;
  }

  #hero-21 .container {
    max-width: 100% !important;
  }

  .hero-21-txt {
    margin-bottom: 50px !important;
  }

  .hero-21-txt h2 {
    margin-bottom: 20px !important;
  }

  .hero-21-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    overflow: visible !important;
    border-radius: 0 0 !important;
  }

  #hero-21 .hero-overlay {
    position: relative !important;
    padding-inline: 25px !important;
    padding-top: 60px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-21-img {
    margin-bottom: calc(40px * -1) !important;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-22-form {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: 25px !important;
    text-align: center !important;
  }

  #hero-22 .hero-logo {
    display: none !important;
  }

  #hero-22-form h4 {
    margin-bottom: 15px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.6875rem !important;
  }

  #hero-22-form p {
    margin-bottom: 16px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .hero-23-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 12px !important;
  }

  #hero-24 {
    padding-block: calc(var(--spacing) * 20) !important;
  }

  .hero-24-txt p.p-xl {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-24 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-25-img {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px !important;
  }

  .hero-26-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-top: 35px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px !important;
    font-size: 1.9rem !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    font-size: 1.15rem !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a2-txt {
    padding-inline: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  .a2-txt-quote {
    position: relative !important;
    margin-bottom: calc(40px * -1) !important;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem !important;
  }

  .a2-txt-author {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .a2-txt-author span {
    margin-top: 1px !important;
    font-size: 0.975rem !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block h2 {
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #about-4 .txt-block p {
    margin-top: 15px !important;
  }

  #a4-2 {
    margin-inline: 3% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #features-14 .container {
    max-width: 100% !important;
  }

  .fbox-14-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 30px !important;
    padding-block: 70px !important;
  }

  #features-12.py--100.shape--bg:after,
  #features-13.py--100.shape--bg:after {
    top: 33% !important;
    height: 67% !important;
  }

  #features-12.pt--100.shape--bg:after,
  #features-13.pt--100.shape--bg:after {
    top: 32.6% !important;
    height: 64% !important;
  }

  .row-cols-md-3 .fbox-4,
  .row-cols-md-2 .fbox-4,
  .fbox-7,
  .fbox-9 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-5 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }

  .row-cols-md-2 .fbox-7 {
    padding-inline: 35px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-8.fb-1 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 40px !important;
  }

  .fbox-8.bg--white-100 {
    padding-inline: 25px !important;
    padding-block: 45px !important;
  }

  .fbox-8.fb-3 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-12,
  .fbox-13 {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 8) !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 60px !important;
  }

  .fbox-14 {
    padding-inline: 30px !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 30px !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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-inline: calc(var(--spacing) * 3) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 50px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .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-inline: calc(var(--spacing) * 3) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .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-inline: 9% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .fbox-ico,
  .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 20px !important;
  }

  .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 !important;
  }

  .fbox-10 .fbox-title {
    margin-inline: auto !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-10 .fbox-title span {
    float: none !important;
    margin-right: calc(var(--spacing) * 0) !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-10 .fbox-title h6 {
    margin-block: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.4375rem !important;
  }

  .features-section h6,
  .fbox-txt h5,
  .rows-2 .fbox-11 h6,
  .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 15px !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-inline: 10% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-4 p,
  .row-cols-md-2 .fbox-4 p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-5 .fbox-txt p,
  .rows-3 .fbox-11 p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px !important;
  }

  .ct-top {
    margin-bottom: 70px !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 35px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .content-section.ws-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding-inline: 17px !important;
    padding-block: 70px !important;
  }

  .bc-4-wrapper .section-overlay {
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .bc-5-wrapper .section-overlay {
    padding-inline: 17px !important;
    padding-top: 70px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .cbox-6-wrapper {
    padding-inline: 17px !important;
    padding-block: 30px !important;
  }

  .bc-6-wrapper .section-overlay {
    padding-inline: 22px !important;
    padding-block: 70px !important;
  }

  .bc-6 {
    padding-inline: 15px !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 30px !important;
  }

  .bc-1-wrapper,
  .bc-2-wrapper,
  .bc-3-wrapper,
  .bc-4-wrapper,
  .bc-5-wrapper,
  .bc-6-wrapper {
    border-radius: 0 0 !important;
  }

  .bc-5-wrapper .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .txt-box {
    margin-bottom: 15px !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 14px !important;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5,
  .bc-6-txt h5 {
    margin-bottom: 12px !important;
  }

  .txt-block p.p-sm,
  .txt-block p {
    margin-bottom: 14px !important;
  }

  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.1875rem !important;
  }

  .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: calc(var(--spacing) * 0) !important;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px !important;
  }

  .txt-block .btn {
    margin-top: 18px !important;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 8px !important;
  }

  .bc-6-link.mt--15 {
    margin-top: 12px !important;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 16px !important;
  }

  .right-column .cbox-5 {
    margin-bottom: 40px !important;
  }

  .cbox-5-content {
    margin: calc(var(--spacing) * 0) !important;
    padding: 35px !important;
  }

  .cbox-5-content .divider {
    margin-block: 22px !important;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px !important;
    font-size: 2.65rem !important;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px !important;
    right: 6px !important;
    font-size: 2.15rem !important;
  }

  .cbox-5-fea {
    margin-top: 20px !important;
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem !important;
  }

  .cbox-5-txt .btn {
    margin-top: 14px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 24px !important;
  }

  .cbox-1.ico-10 span {
    right: 6px !important;
  }

  .cbox-1.ico-15 span {
    top: 0.5px !important;
    right: 6px !important;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem !important;
  }

  .cbox-2 .ico-wrap {
    margin-right: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-ico {
    height: 2.3rem !important;
    width: 2.3rem !important;
    font-size: 1.15rem !important;
    --tw-leading: 2.05rem !important;
    line-height: 2.05rem !important;
  }

  .ct-03 .cbox-2-ico {
    height: 1.6rem !important;
    width: 1.6rem !important;
    font-size: 1rem !important;
    --tw-leading: 1.4rem !important;
    line-height: 1.4rem !important;
  }

  .cbox-2-line {
    height: calc(100% - 74px) !important;
  }

  .cbox-3 {
    display: block !important;
    text-align: center !important;
  }

  .cbox-3 .ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .cbox-3 .cbox-3-ico {
    top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
  }

  .cbox-2-txt,
  .cbox-3-txt {
    margin-bottom: 25px !important;
  }

  .ct-03 .cbox-2-txt {
    margin-bottom: 20px !important;
  }

  .cbox-4 {
    text-align: center !important;
  }

  .box-title h6,
  .box-title h5 {
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .cbox-4-txt {
    margin-bottom: 30px !important;
  }

  .img-block-txt .box-title h6,
  .img-block-txt .box-title h5 {
    margin-bottom: 20px !important;
    display: inline-block !important;
    --tw-leading: 2.35rem !important;
    line-height: 2.35rem !important;
  }

  .box-title span {
    position: relative;
    top: calc(var(--spacing) * 0) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .img-block-txt .box-title span {
    top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    display: inline-block !important;
  }

  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 3.25rem !important;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before,
  .img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem !important;
  }

  .cbox-1-txt p {
    margin-bottom: 5px !important;
  }

  .cbox-6 h6 {
    margin-bottom: 12px !important;
  }

  .txt-block .accordion-1 .accordion-item {
    padding-inline: 25px !important;
    padding-block: 18px !important;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: calc(var(--spacing) * 2) !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-inline: 25px !important;
    padding-top: 30px !important;
    padding-bottom: 14px !important;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: calc(var(--spacing) * 0) !important;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 6px !important;
    font-size: 1.75rem !important;
  }

  .tabs-1 li {
    font-size: 18px !important;
  }

  .advantages,
  .text--center .advantages {
    margin-top: 15px !important;
  }

  .img-block-btn .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .img-block-btn .advantages li p {
    float: none !important;
    display: block !important;
  }

  .img-block-btn li.advantages-links-divider {
    display: none !important;
  }

  .compatibility {
    margin-top: 10px !important;
  }

  .tools-list p,
  .payment-methods p {
    margin-bottom: 12px !important;
  }

  .tools-list span {
    padding-right: 1px !important;
  }

  .payment-icons img {
    max-height: 30px !important;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: calc(var(--spacing) * 1) !important;
    font-size: 2.125rem !important;
    --tw-leading: 2.125rem !important;
    line-height: 2.125rem !important;
  }

  .cbox-5-shape-1,
  .cbox-5-shape-2 {
    display: none !important;
  }

  .img-block.img-block-bkg img {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px !important;
  }

  .ct-10 .img-block {
    margin-bottom: calc(40px * -1) !important;
  }

  .ct-01 .img-block,
  .ct-02 .img-block,
  .ct-03 .img-block.right-column,
  .ct-03 .img-block.left-column {
    margin-inline: 2% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 35px !important;
  }

  .ct-01 .img-block.j-img,
  .ct-02 .img-block.j-img {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-left: 0% !important;
  }

  .ct-06 .img-block,
  .ct-07 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -70px !important;
  }

  .bc-6-img {
    margin-bottom: 25px !important;
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .img-block-hidden .video-btn,
  .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: calc(2/4 * 100%) !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 30px) !important;
  }

  .img-block-txt,
  .img-block-btn {
    margin-top: 40px !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 40px !important;
    padding-inline: 7% !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .sb-rounded .statistic-block {
    padding: 25px !important;
    text-align: center !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: 12% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2,
  #sb-3-3 {
    margin-bottom: 35px !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(6/12 * 100%) !important;
  }

  #sb-2-3,
  #sb-2-4 {
    padding-right: calc(var(--spacing) * 3) !important;
  }

  #sb-4-3 {
    margin-bottom: 30px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 35px !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px !important;
  }

  h2.statistic-number {
    font-size: 36px !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 2rem !important;
  }

  #statistic-1 h2.statistic-number {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 36px !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 12px !important;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem !important;
  }

  #statistic-5 .statistic-txt p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #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 !important;
  }

  .project-details h5 {
    margin-bottom: 25px !important;
  }

  .more-projects {
    margin-top: 45px !important;
  }

  .single-project .project-title {
    margin-bottom: 40px !important;
  }

  .project-title h2 {
    margin-bottom: 25px !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-bottom: 25px !important;
  }

  .project-data p {
    margin-bottom: 5px !important;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 35px !important;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px !important;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px !important;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-block: 20px !important;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px !important;
    margin-bottom: 20px !important;
  }

  .project-description .more-projects {
    margin-top: 45px !important;
  }

  .project-description .more-projects span {
    top: 1px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 18px !important;
  }

  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 25px !important;
  }

  .rating-title h5 {
    padding-inline: 15% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .rbox-1-img {
    margin-bottom: 15px !important;
  }

  .rbox-1-img img {
    max-height: 31px !important;
  }

  .rbox-2-txt img {
    max-height: 31px !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: 31px !important;
    line-height: 31px !important;
  }

  .rbox-1 .star-rating {
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: 5px !important;
    font-size: 0.9rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .rbox-1 .star-rating span {
    top: 2px !important;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem !important;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.35rem !important;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.35rem !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    text-align: center !important;
  }

  #reviews-4 .txt-block h2,
  #reviews-5 .txt-block h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.90625rem !important;
  }

  .review-1 {
    margin-inline: 6px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .review-2,
  .review-3,
  .review-4,
  .review-5 {
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .review-txt {
    margin-top: calc(40px * -1) !important;
  }

  .review-txt h6 {
    margin-bottom: 10px !important;
  }

  .review-3 .review-txt p {
    font-size: 1.0625rem !important;
  }

  .review-1 .author-data,
  .review-2 .author-data,
  .review-3 .author-data,
  .review-4 .author-data,
  .review-5 .author-data {
    margin-top: 20px !important;
  }

  .review-avatar img,
  .owl-item .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-2 .review-avatar img,
  .review-3 .review-avatar img,
  .review-5 .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .review-1 .review-author,
  .review-2 .review-author,
  .review-3 .review-author,
  .review-5 .review-author {
    margin-top: 3px !important;
  }

  .review-author h6 {
    margin-bottom: 8px !important;
  }

  .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 !important;
  }

  .press-logo img {
    max-height: 74px !important;
  }

  .press-txt {
    margin-top: 10px !important;
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-3:after {
    height: calc(3/4 * 100%) !important;
  }

  .brands-title {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-title.mb--35,
  .brands-title.mb--40 {
    margin-bottom: 25px !important;
  }

  .brands-title.mb--50 {
    margin-bottom: 30px !important;
  }

  .brands-title h4,
  .brands-title h3,
  .brands-title h2 {
    margin-bottom: 8px !important;
  }

  .brands-title p.p-md,
  .brands-title p.p-lg {
    font-size: 1.0625rem !important;
  }

  .brands-3-wrapper,
  .brands-3-wrapper.brands-3-static {
    padding-inline: 15px !important;
    padding-block: 25px !important;
  }

  #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 !important;
  }

  #brand-3-5 {
    display: none !important;
  }

  #brands-1 .brands-carousel-6 .brand-logo,
  #brands-1 .brands-carousel-5 .brand-logo {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-1 .justify-content-center .brand-logo,
  #brands-4 .brand-logo {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-2 .brand-logo,
  #brands-3 .brand-logo,
  #brands-3 .brands-3-static .brand-logo {
    padding-inline: 17px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-section .more-btn {
    margin-top: 30px !important;
  }

  #integrations-2 .container {
    max-width: 100% !important;
  }

  .integrations-2-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 55px !important;
    width: 55px !important;
  }

  .in_tool h6 {
    font-size: 18px !important;
  }

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 52px !important;
    width: 52px !important;
  }

  .integrations-1-wrapper .in_tool {
    padding-inline: 22px !important;
    padding-block: 18px !important;
  }

  .integrations-1-wrapper .in_tool.mb--30,
  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 25px !important;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 5px !important;
    font-size: 1.325rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: 6px !important;
    font-size: 1.0625rem !important;
  }

  .integrations-section .more-btn.mt--60,
  .integrations-section .more-btn.mt--70 {
    margin-top: 30px !important;
  }

  .pricing-1-table,
  .text--center .pricing-1-table {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 35px !important;
  }

  .pricing-2-table {
    padding-inline: 50px !important;
    padding-block: 35px !important;
  }

  .pricing-3-table {
    padding-inline: 50px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .pricing-4-table {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 35px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    font-size: 1.5625rem !important;
  }

  .pricing-discount {
    top: calc(var(--spacing) * 0) !important;
    right: calc(2px * -1);
    padding-inline: 11px !important;
    padding-block: 6px !important;
  }

  .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -1) !important;
    right: calc(var(--spacing) * 0) !important;
    padding-inline: 13px !important;
    padding-block: 7px !important;
  }

  .text--center .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -8) !important;
    right: -5px !important;
  }

  .pricing-discount h6 {
    font-size: 1.05rem !important;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9375rem !important;
  }

  .p-table p.btn-txt {
    margin: 12px 0 0 0 !important;
  }

  .price span {
    font-size: 2.75rem !important;
  }

  .pricing-2-table.highlight .price span {
    font-size: 2.5rem !important;
  }

  .pricing-3-table .price span {
    font-size: 4.25rem !important;
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.75rem !important;
  }

  .price sup {
    top: -5px !important;
    font-size: 2rem !important;
  }

  .pricing-3-table .price sup {
    top: -19px !important;
    font-size: 2.45rem !important;
  }

  .pricing-4-table .price sup {
    top: -5px !important;
    font-size: 2rem !important;
  }

  .pricing-3-table .price sup.coins {
    top: -22px !important;
    font-size: 2.45rem !important;
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.3125rem !important;
  }

  .pricing-3-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
    font-size: 1.3125rem !important;
  }

  .pricing-4-table .price sup.validity {
    left: calc(var(--spacing) * 1) !important;
    font-size: 1.3125rem !important;
  }

  .text--center .price p,
  .text--center .pricing-2-table .price p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .pricing-2-table hr {
    margin-top: 20px !important;
  }

  .pricing-features.mt--25 {
    margin-top: 20px !important;
  }

  .pricing-features li,
  .pricing-4-table .pricing-features li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 10px !important;
  }

  .pricing-notice.mb--40 {
    margin-bottom: 30px !important;
  }

  .lg\:w-9\/12 .pricing-notice p,
  .lg\:w-10\/12 .pricing-notice p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pricing-4 .ext-toggle-btn {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem !important;
  }

  .table-responsive.mb--50 {
    margin-bottom: 30px !important;
  }

  .table>:not(caption)>*>* {
    padding-block: 9px !important;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9375rem !important;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.915rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.9rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px !important;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem !important;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem !important;
  }

  .pbox {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px !important;
  }

  .pricing-section .txt-box-last,
  .pricing-section .pm-last {
    margin-bottom: 40px !important;
  }

  .comp-table-payment h6 {
    margin-bottom: 15px !important;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 30px !important;
  }

  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 40px !important;
  }

  .team-member-photo {
    margin-bottom: 25px !important;
  }

  #team-1 .team-member-data,
  #team-2 .team-member-data {
    margin-left: 10px !important;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px !important;
    font-size: 1.4375rem !important;
  }

  .team-member-data p {
    font-size: 1.175rem !important;
  }

  ul.tm-social,
  #team-1 ul.tm-social {
    top: 5px !important;
    right: 10px !important;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.4125rem !important;
  }

  #careers-1 {
    padding-bottom: 40px !important;
  }

  .role-box {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 28px !important;
    text-align: center !important;
  }

  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px !important;
  }

  .role-box-txt h6 {
    margin-bottom: 5px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 6px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt p {
    margin-bottom: 14px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 25px !important;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .role-info hr,
  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 35px !important;
  }

  .txt-block.role-info .btn {
    margin-top: 30px !important;
  }

  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  #banner-9.py--70 {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #banner-1 .container,
  #banner-2 .container,
  #banner-3 .container,
  #banner-11 .container,
  #banner-12 .container,
  #banner-13 .container {
    max-width: 100% !important;
  }

  .banner-1-wrapper,
  .banner-2-wrapper,
  .banner-3-wrapper,
  .banner-11-wrapper,
  .banner-12-wrapper,
  .banner-13-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
  }

  .banner-1-wrapper .banner-overlay,
  .banner-2-wrapper .banner-overlay,
  .banner-3-wrapper .banner-overlay {
    padding-inline: 20px !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #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 !important;
    padding-bottom: 65px !important;
  }

  #banner-10 .banner-overlay {
    padding-block: 60px !important;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden !important;
    border-radius: 0 0 !important;
    padding-inline: 35px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 35px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 35px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-16-wrapper .banner-overlay {
    padding-inline: 10% !important;
    padding-block: 35px !important;
  }

  .banner-5-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-8-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-12-txt,
  .banner-13-txt {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-section .section-id {
    margin-bottom: 18px !important;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px !important;
  }

  .banner-section h2 {
    font-size: 1.90625rem !important;
  }

  .banner-section h3 {
    font-size: 1.78125rem !important;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px !important;
  }

  .banner-2-txt h2,
  .banner-10-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px !important;
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-7-txt h2 {
    margin-bottom: 25px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-10-txt h6 {
    margin-bottom: 8px !important;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px !important;
    font-size: 3.5rem !important;
  }

  .banner-11-txt h2,
  .banner-12-txt h2,
  .banner-13-txt h2 {
    margin-bottom: 14px !important;
  }

  .banner-15-txt h2 {
    margin-bottom: 30px !important;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-section p.p-lg,
  .banner-section p.p-xl {
    margin-bottom: 20px !important;
  }

  .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: 12px !important;
    margin-bottom: 20px !important;
  }

  .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: 12px !important;
  }

  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 12px !important;
    margin-bottom: 18px !important;
  }

  .banner-9-txt p.p-lg,
  .banner-9-txt p.p-xl {
    margin-top: 12px !important;
    margin-bottom: 22px !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-14-txt p.p-lg {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    padding-inline: 10% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 20px !important;
  }

  .banner-8-buttons {
    margin-top: 15px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-15-txt .download-links {
    margin-top: 15px !important;
  }

  .banner-section .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 12px !important;
  }

  .banner-9-img {
    margin-inline: 5% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-10-img {
    margin-inline: 8% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-11-img {
    margin-inline: 3% !important;
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(40px * -1) !important;
    rotate: 0deg !important;
  }

  span.version-data {
    margin-right: 10px !important;
    font-size: 2rem !important;
  }

  span.release-date span {
    margin-left: 10px !important;
  }

  #faqs-1,
  #faqs-4 {
    padding-bottom: 50px !important;
  }

  #faqs-1 .section-title {
    margin-bottom: 20px !important;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 30px !important;
  }

  #faqs-3 .section-title {
    margin-bottom: 40px !important;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 40px !important;
  }

  #faqs-3 .section-title .contact-link {
    display: block !important;
  }

  .faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 22px !important;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 25px !important;
  }

  .faqs-section .accordion-item .accordion-thumb:after,
  .faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 23px !important;
    right: calc(var(--spacing) * 0) !important;
    font-size: 14px !important;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after,
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 22px !important;
    right: 2px !important;
    font-size: 0.9rem !important;
  }

  .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 5px !important;
  }

  #faqs-2 .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }

  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 25px !important;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8% !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .question h5,
  .accordion-panel-item h5 {
    margin-bottom: 15px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .faqs-section .tabs-1 {
    margin-inline: 5px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .faqs-section .tabs-1 li {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    min-width: 100% !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }

  #faqs-2 .more-questions {
    margin-inline: auto !important;
    margin-top: 45px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px !important;
  }

  .more-questions-txt {
    padding-inline: calc(var(--spacing) * 9) !important;
    padding-block: 18px !important;
    color: white !important;
    cursor: pointer;
  }

  .more-questions-txt:hover {
    color: #353f4f !important;
  }

  .more-questions-txt span {
    color: inherit !important;
    cursor: pointer;
  }

  .more-questions-txt p {
    font-size: 18px !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-2 .container {
    max-width: 100% !important;
  }

  #newsletter-2 .newsletter-overlay {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 8% !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px !important;
  }

  .newsletter-txt h4,
  .newsletter-txt h3 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.75rem !important;
  }

  #newsletter-3 .newsletter-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form,
  #newsletter-3 .newsletter-form {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-form {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control,
  #newsletter-1.newsletter-section .form-control,
  #newsletter-5.newsletter-section .form-control {
    height: 54px !important;
    font-size: 1.0625rem !important;
  }

  .newsletter-section .btn,
  #newsletter-1 .btn,
  #newsletter-5.newsletter-section .btn {
    height: 54px !important;
    font-size: 1.0625rem !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px !important;
  }

  .post-tag {
    margin-bottom: 14px !important;
    font-size: 0.825rem !important;
  }

  .blog-post-txt h6,
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 14px !important;
  }

  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px !important;
  }

  .post-meta-list p {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .wide-post {
    margin-bottom: 40px !important;
  }

  .wide-post h3.s-36,
  .wide-post h3.s-38,
  .wide-post h3.s-40,
  .square-post h4.s-34 {
    font-size: 1.3125rem !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 20px !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }

  .posts-category span {
    top: 1.25px !important;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem !important;
  }

  .single-post-title h3,
  .single-post-title h2 {
    margin-bottom: 20px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 25px !important;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none !important;
  }

  #single-post .post-meta-list li {
    margin-top: 10px !important;
    display: block !important;
  }

  .post-inner-img {
    margin-block: 30px !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 25px !important;
    font-size: 1.0625rem !important;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem !important;
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }

  .post-share-list {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .post-author {
    display: block !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: 50px !important;
  }

  .post-author-avatar {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
  }

  .post-author-avatar img {
    height: 70px !important;
    width: 70px !important;
  }

  .post-author-txt h5 {
    margin-bottom: 10px !important;
  }

  .author-follow-btn {
    top: 135px !important;
    right: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
  }

  .post-comments {
    padding-top: 50px !important;
  }

  .post-comments h5 {
    margin-bottom: 40px !important;
  }

  .post-comments img {
    height: 45px !important;
    width: 45px !important;
  }

  .comment-body {
    margin-left: 18px !important;
  }

  .comment-meta {
    margin-bottom: 8px !important;
  }

  .comment-meta h6 {
    margin-bottom: 5px !important;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px !important;
  }

  .comment-form p {
    margin-bottom: 10px !important;
  }

  .comment-form {
    margin-top: 50px !important;
  }

  .comment-form .btn {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px !important;
    font-size: 14px !important;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 15px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    height: 54px !important;
  }

  .contact-form textarea {
    min-height: 170px !important;
  }

  .contact-form textarea.form-control {
    padding: 15px !important;
  }

  .footer {
    padding-bottom: 30px !important;
  }

  .footer hr {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  .bottom-footer p.p-sm {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10.pt--50 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #footer-11.p-404.pt--50 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .footer .sm\:w-4\/12,
  .footer .sm\:w-6\/12,
  .footer .sm\:w-8\/12 {
    float: left !important;
    width: calc(6/12 * 100%) !important;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none !important;
    width: 100% !important;
  }

  .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 35px !important;
  }

  #footer-2 .footer-info {
    margin-bottom: 40px !important;
  }

  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px !important;
    padding-bottom: 35px !important;
  }

  #footer-8 .footer-links,
  #footer-10 .footer-links {
    margin-bottom: 10px !important;
  }

  img.footer-logo,
  img.footer-logo-dark {
    max-height: 37px !important;
  }

  #footer-1 .footer-logo,
  #footer-5 .footer-logo,
  #footer-6 .footer-logo,
  #footer-7 .footer-logo {
    margin-bottom: 24px !important;
  }

  #footer-10 img.footer-logo {
    max-height: 37px !important;
  }

  .footer h6 {
    margin-bottom: 20px !important;
    font-size: 1.21875rem !important;
  }

  .footer-mail-link {
    font-size: 18px !important;
  }

  .footer-mail-link span {
    top: 3px !important;
    right: 2px !important;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 5px !important;
  }

  #footer-8 .foo-links li {
    display: block !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .foo-links li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .foo-links.ico-10 li span {
    top: 1px !important;
    right: 3px !important;
  }

  .foo-links li a span.ext-link {
    top: 0.5px !important;
    left: 3px !important;
  }

  .footer-stores-badge .store {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.3925rem !important;
  }

  .footer-form {
    margin-right: 5% !important;
  }

  #footer-9 .footer-form {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .footer-form .form-control {
    height: 34px !important;
    font-size: 1.1rem !important;
  }

  .footer-form .btn {
    height: 34px !important;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 18px !important;
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }

  .bottom-footer-socials {
    margin-top: 10px !important;
  }

  .bottom-footer-socials li {
    padding-left: calc(var(--spacing) * 3) !important;

    &:first-child {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }

  .bottom-footer-list {
    margin-top: 3px !important;
  }

  #footer-4 .bottom-footer-list li,
  #footer-9 .bottom-footer-list li {
    padding-left: calc(var(--spacing) * 2) !important;
  }

  .footer-list-divider {
    top: -1px !important;
  }

  .bottom-secondary-link p span {
    top: 1.5px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright p span {
    top: 2px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before,
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem !important;
  }

  .inner-page-title {
    margin-bottom: 50px !important;
  }

  .inner-page-title h2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .inner-page-title p {
    margin-top: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section h1 {
    margin-bottom: 20px !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .page-link {
    padding-inline: 10px !important;
    padding-block: 2px !important;
    font-size: 0.95rem !important;
  }

  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px !important;
  }

  .login-page-logo {
    margin-bottom: 40px !important;
  }

  .login-page-logo img {
    max-height: 40px !important;
  }

  .register-form-title {
    margin-bottom: 25px !important;
  }

  .register-form-title h3 {
    font-size: 1.6875rem !important;
  }

  .separator-line,
  .register-page-form p.input-header,
  .form-data span,
  .register-page-form .btn-google {
    font-size: 1rem !important;
  }

  #signup .form-data span {
    font-size: 0.935rem !important;
  }

  .reset-password-link p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .register-page-form p.create-account {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .separator-line {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
  }

  .reset-form-title {
    margin-bottom: 16px !important;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px !important;
    font-size: 1rem !important;
  }

  .reset-page-wrapper {
    margin-inline: 10px !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .reset-page-wrapper form {
    padding-inline: 10px !important;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
  }

  #login .register-page-form,
  #signup .register-page-form {
    padding-inline: 25px !important;
    padding-block: 35px !important;
  }

  #login.login-1 .register-page-form,
  #signup.signup-1 .register-page-form {
    padding-inline: 10px !important;
    padding-block: 15px !important;
  }

  .reset-page-wrapper .form-control,
  .register-page-form .form-control {
    margin-bottom: 20px !important;
    height: calc(var(--spacing) * 14) !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
    font-size: 1.0625rem !important;
  }

  #login .register-page-form .btn.submit {
    margin-top: 12px !important;
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.0625rem !important;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 20px !important;
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.0625rem !important;
  }

  .reset-page-wrapper .btn.submit {
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.0625rem !important;
  }

  .btn-google img {
    top: calc(2px * -1) !important;
    right: 5px !important;
    height: calc(var(--spacing) * 5) !important;
    width: calc(var(--spacing) * 5) !important;
  }

  .btn-show-pass {
    top: 18px !important;
  }

  .page-404-txt {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .page-404-txt h2 {
    margin-bottom: 15px !important;
  }

  .page-404-txt h6 {
    margin-bottom: 22px !important;
    padding: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-404-img {
    margin-bottom: 35px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #modal-1 .modal-dialog {
    margin: auto !important;
    max-width: 350px !important;
  }

  #modal-2 .modal-dialog {
    margin: auto !important;
    width: 340px !important;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto !important;
    width: 360px !important;
  }

  #modal-1.modal .btn-close {
    top: 10px !important;
    right: 10px !important;
  }

  #modal-2 .modal-body-content {
    padding-inline: 30px !important;
    padding-top: 25px !important;
    padding-bottom: 5px !important;
  }

  #modal-3 .modal-body-content {
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: 22px !important;
  }

  .modal-body .newsletter-form {
    margin-top: 20px !important;
  }

  .modal .form-control,
  .modal .newsletter-form .btn {
    height: 52px !important;
    font-size: 1rem !important;
  }

  #modal-3 .request-form-title p {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .btn {
    height: 52px !important;
    font-size: 1.0625rem !important;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin: calc(var(--spacing) * 0) !important;
    max-width: 100% !important;
  }

  html {
    font-size: 97.5% !important;
  }

  #stlChanger {
    display: none !important;
  }

  .ts-0 {
    padding-top: 80px !important;
  }

  .division {
    padding-inline: 3px !important;
  }

  .bg--fixed {
    width: auto !important;
  }

  .bg--scroll {
    width: auto !important;
    background-attachment: scroll !important;
  }

  .shape--01:after {
    top: 7% !important;
    height: 90% !important;
  }

  .shape--02:after {
    top: 7% !important;
    left: -20% !important;
    height: 90% !important;
    width: 140% !important;
  }

  .shape--03:after {
    top: -70px !important;
    left: -20% !important;
    height: 129% !important;
    width: 140% !important;
  }

  .shape--04:after {
    top: calc(var(--spacing) * 0) !important;
    height: 94% !important;
  }

  .shape--06:after {
    height: 92% !important;
  }

  .shape--07:after {
    top: 15% !important;
    height: calc(4/5 * 100%) !important;
  }

  ol.digit-list p {
    margin-bottom: 5px !important;
  }

  .font--jakarta h1,
  .font--jakarta h2 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .font--jakarta h3,
  .font--jakarta h4,
  .font--jakarta h5,
  .font--jakarta h6 {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .s-15,
  .s-16 {
    font-size: 1.0625rem !important;
  }

  .s-17 {
    font-size: 18px !important;
  }

  .s-18,
  .s-19,
  .s-20,
  .s-21,
  .s-22,
  .s-23 {
    font-size: 1.217948rem !important;
  }

  .s-24,
  .s-26,
  .s-28 {
    font-size: 1.34615rem !important;
  }

  .s-30,
  .s-32,
  .s-34 {
    font-size: 1.47435rem !important;
  }

  .s-36,
  .s-38,
  .s-40 {
    font-size: 1.60256rem !important;
  }

  .s-42,
  .s-43,
  .s-44,
  .s-45,
  .s-46,
  .s-47 {
    font-size: 1.730769rem !important;
  }

  .s-48 {
    font-size: 1.85897rem !important;
  }

  .s-50,
  .s-52,
  .s-54,
  .s-56,
  .s-58,
  .s-60 {
    font-size: 1.923076rem !important;
  }

  .s-62 {
    font-size: 1.98717rem !important;
  }

  .s-64,
  .s-66 {
    font-size: 2.05128rem !important;
  }

  .s-68 {
    font-size: 2.17948rem !important;
  }

  p.p-md,
  p.p-lg {
    font-size: 1.0625rem !important;
  }

  p.p-xl {
    font-size: 1.125rem !important;
  }

  a.tra-link {
    font-size: 1.0625rem !important;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    top: 1px !important;
    left: 2px !important;
    font-size: 0.785rem !important;
    --tw-leading: 0.7rem !important;
    line-height: 0.7rem !important;
  }

  .btn {
    font-size: 1rem !important;
  }

  .btn.btn-sm {
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: 0.7rem !important;
    font-size: 1rem !important;
  }

  .btns-group .btn.ico-30.ico-left,
  .btns-group .btn.ico-30.ico-right {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-top: 0.61095rem !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .btns-group .btn:first-child {
    margin-inline: 5px !important;
    margin-bottom: 15px !important;
  }

  .btn.ico-20 [class*="flaticon-"]:before,
  .btn.ico-20 [class*="flaticon-"]:after {
    top: calc(var(--spacing) * 1) !important;
    font-size: 1.225rem !important;
    --tw-leading: 0.5rem !important;
    line-height: 0.5rem !important;
  }

  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2rem !important;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  .btn.ico-left span {
    margin-right: 2px !important;
  }

  .btn.ico-right span {
    margin-left: 2px !important;
  }

  p.p-sm.btns-group-txt {
    font-size: 0.95192rem !important;
  }

  .text--center p.btns-group-txt {
    margin-top: 18px !important;
  }

  .btn-rating {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem !important;
  }

  .os-btn {
    width: 270px !important;
    min-width: 270px !important;
    padding-inline: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .os-btn-ico {
    margin-right: 14px !important;
  }

  .os-btn-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
  }

  .btn-os.mb--15 {
    margin-bottom: 15px !important;
  }

  .btn-os.mr--15 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

  .store {
    margin-right: 6px !important;
  }

  .store.store-btn-2 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .store-btn-3,
  .store-btn-4 {
    margin-top: 15px !important;
  }

  .watch-video {
    margin-top: 18px !important;
  }

  .watch-video-link {
    margin-right: 10px !important;
  }

  p.video-txt-lg {
    font-size: 1.0625rem !important;
  }

  p.video-txt-sm {
    font-size: 1rem !important;
  }

  .video-btn-xl {
    margin-top: -2.8125rem !important;
    margin-left: -2.8125rem !important;
    height: 5.625rem !important;
    width: 5.625rem !important;
  }

  .video-btn-lg {
    margin-top: -2.5rem !important;
    margin-left: -2.5rem !important;
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .video-btn-md {
    margin-top: -2.5rem !important;
    margin-left: -2.5rem !important;
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .video-btn.video-btn-xl [class^="flaticon-"]:before,
  .video-btn.video-btn-xl [class^="flaticon-"]:after {
    margin-left: calc(var(--spacing) * 2) !important;
    font-size: 72px !important;
    --tw-leading: 5.625rem !important;
    line-height: 5.625rem !important;
  }

  .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: calc(var(--spacing) * 2) !important;
    font-size: 4.35rem !important;
    --tw-leading: 5rem !important;
    line-height: 5rem !important;
  }

  .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 60px) !important;
    height: 120px !important;
    width: 120px !important;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 65px) !important;
  }

  .ico-60 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 65px) !important;
    height: 125px !important;
    width: 125px !important;
  }

  .ico-55 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 60px) !important;
    height: 120px !important;
    width: 120px !important;
  }

  .ico-rounded,
  .ico-rounded-md,
  .ico-rounded-lg {
    height: 94px !important;
    width: 94px !important;
  }

  .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 !important;
    --tw-leading: 94px !important;
    line-height: 94px !important;
  }

  .ico-square {
    height: 88px !important;
    width: 88px !important;
  }

  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 88px !important;
    line-height: 88px !important;
  }

  .section-id {
    margin-bottom: 25px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 30px !important;
    padding-inline: 22px !important;
    padding-block: calc(var(--spacing) * 2) !important;
    font-size: 0.8rem !important;
  }

  .section-title.mb--60 {
    margin-bottom: 35px !important;
  }

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 40px !important;
  }

  .section-title p.p-md,
  .section-title p.p-lg {
    margin-top: 14px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-xl {
    margin-top: 14px !important;
    font-size: 1.0625rem !important;
  }

  .section-title p.s-20,
  .section-title p.s-21 {
    margin-top: 12px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15384rem !important;
  }

  .section-title .btns-group.mt--35,
  .section-title .stores-badge.mt--30 {
    margin-top: 22px !important;
  }

  .section-title .btns-group .btn {
    margin-inline: 10px !important;

    &:first-child {
      margin-bottom: 15px !important;
    }
  }

  #loading-center {
    margin-top: -45px !important;
    margin-left: -45px !important;
    height: 90px !important;
    width: 90px !important;
  }

  .wsmobileheader .smllogo {
    margin-top: 23px !important;
    display: block !important;
    padding-left: calc(var(--spacing) * 4) !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px !important;
  }

  .smllogo img {
    max-height: 34px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .blog-header .smllogo img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  .wsmenu>.wsmenu-list {
    margin-right: -290px;
    width: 290px !important;
  }

  .wsactive .wsmobileheader {
    margin-right: 290px !important;
  }

  .overlapblackbg {
    width: calc(100% - 290px) !important;
  }

  .wsanimated-arrow {
    margin-top: 25px !important;
    margin-right: calc(var(--spacing) * 4) !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    padding-block: 14px !important;
    padding-right: 30px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  span.sm-info {
    top: -1px !important;
    margin-left: calc(var(--spacing) * 2) !important;
    height: 22px !important;
    width: 22px !important;
    font-size: 0.8rem !important;
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 24px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: calc(var(--spacing) * 2) !important;
    width: calc(var(--spacing) * 2) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 10px !important;
    padding-block: 6px !important;
  }

  .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-inline: calc(var(--spacing) * 2) !important;
    padding-block: 6px !important;
  }

  .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-inline: 10px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .store.header-store img {
    max-height: calc(var(--spacing) * 11) !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    --tw-leading: 52px !important;
    line-height: 52px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-top: 12px !important;
  }

  .icons-menu-ico {
    margin-right: 17px !important;
  }

  .icons-menu-txt span {
    font-size: 0.9rem !important;
  }

  .hero-section.blur--purple:after {
    top: calc(calc(1/4 * 100%) * -1) !important;
    opacity: 0.16 !important;
  }

  .hero-section h2 {
    margin-bottom: 15px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 20px !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl {
    margin-bottom: 25px !important;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px !important;
    font-size: 1.217948rem !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  .hero-section .text--center .advantages {
    margin-top: 18px !important;
  }

  .hero-section .advantages li {
    margin-top: 3px !important;
    display: block !important;
  }

  .hero-section .advantages li p {
    float: none !important;
    display: block !important;
  }

  .hero-section li.advantages-links-divider {
    display: none !important;
  }

  .hero-logo {
    margin-bottom: 30px !important;
  }

  .hero-logo img {
    max-height: 30px !important;
  }

  .hero-square-logo {
    margin-bottom: 10px !important;
  }

  .hero-square-logo img {
    max-height: 60px !important;
  }

  .hero-app-logo {
    margin-bottom: 25px !important;
  }

  .hero-app-logo img {
    max-height: 88px !important;
  }

  #hero-25 .hero-app-logo img {
    max-height: 88px !important;
  }

  .hero-digits {
    margin-top: -5px !important;
  }

  #hero-9 .hero-digits {
    margin-top: 3px !important;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.3125rem !important;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2rem !important;
  }

  .hero-section .quick-form.mt--45,
  .hero-section .quick-form.mt--35 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-section .quick-form .form-control,
  .hero-section .quick-form .btn {
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .form-control {
    height: calc(var(--spacing) * 14) !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .btn {
    height: calc(var(--spacing) * 14) !important;
    font-size: 18px !important;
  }

  .hero-section .text--center .quick-form-msg {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: calc(10px * -1) !important;
  }

  .request-form .form-control {
    height: 54px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  #hero-10-form .btn,
  #hero-22-form .btn {
    height: 54px !important;
    padding: calc(var(--spacing) * 4) !important;
    font-size: 1.0625rem !important;
  }

  .hero-1-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img {
    margin-top: 35px !important;
  }

  .hero-2-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-2-img {
    margin-top: 35px !important;
  }

  .hero-3-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-3:after {
    height: 8% !important;
  }

  .hero-3-img {
    margin-top: 35px !important;
  }

  #hero-4 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-img {
    margin-top: 35px !important;
  }

  #hero-5 {
    margin-bottom: 50px !important;
  }

  .hero-5-txt h2 {
    margin-bottom: 12px !important;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  #hero-6 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #hero-6 .container {
    max-width: 100% !important;
  }

  .hero-6-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 15px !important;
    padding-block: 70px !important;
  }

  .hero-6-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-6-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-7 {
    padding-top: 70px !important;
    padding-bottom: calc(var(--spacing) * 20) !important;
  }

  .hero-7-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-7 .quick-form {
    margin-inline: 3% !important;
  }

  .hero-7-img {
    margin-top: 35px !important;
  }

  .hero-8-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt .hero-logo {
    display: none !important;
  }

  .hero-8-txt .hero-digits {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    border-radius: 10px !important;
    padding-inline: 15px !important;
    padding-block: 26px !important;
  }

  #hero-8-form h4 {
    margin-bottom: 15px !important;
  }

  #hero-8-form p {
    margin-bottom: 20px !important;
    font-size: 1rem !important;
  }

  #hero-8-form p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
    font-size: 0.9375rem !important;
  }

  #hero-9 {
    padding-top: 70px !important;
  }

  .hero-9-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }

  .hero-9-txt h2 img {
    top: calc(6px * -1) !important;
    margin-inline: 2px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: 48px !important;
  }

  .hero-9-txt p.s-20 {
    margin-top: 10px !important;
    font-size: 1.0625rem !important;
  }

  #hero-9 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-9-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-10:after {
    height: 7% !important;
  }

  .hero-10-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-txt h4 {
    margin-bottom: 25px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-top: 35px !important;
  }

  .hero-11-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: 3% !important;
    margin-top: 30px !important;
    margin-bottom: -50px !important;
  }

  #hero-12 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 6% !important;
    }
  }

  .hero-12-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-12-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 35px !important;
  }

  #hero-13 {
    padding-block: 70px !important;
  }

  .hero-13-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-14 {
    margin-bottom: 15px !important;
    padding-top: 80px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.923076rem !important;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-14 .quick-form {
    margin-inline: 4% !important;
  }

  .hero-14-img {
    margin-top: 35px !important;
    margin-bottom: -15px !important;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px !important;
  }

  .hero-15-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-15-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-16 {
    margin-bottom: 35px !important;
    padding-top: 70px !important;
  }

  .hero-16-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: -35px !important;
  }

  .hero-17-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-17 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-17 #brands-1 {
    padding-top: 35px !important;
  }

  .hero-18-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-18 .quick-form {
    margin-inline: 2% !important;
    margin-top: 20px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 35px !important;
  }

  .hero-19-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-19-txt p {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-20 {
    padding-block: calc(var(--spacing) * 20) !important;
  }

  .hero-20-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt .hero-logo {
    display: none !important;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 20px !important;
  }

  #hero-21 {
    margin-bottom: 40px !important;
  }

  #hero-21 .container {
    max-width: 100% !important;
  }

  .hero-21-txt {
    margin-bottom: 50px !important;
  }

  .hero-21-txt h2 {
    margin-bottom: 20px !important;
  }

  .hero-21-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    overflow: visible !important;
    border-radius: 0 0 !important;
  }

  #hero-21 .hero-overlay {
    position: relative !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-21-img {
    margin-bottom: calc(40px * -1) !important;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-22-form {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: 18px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
  }

  #hero-22 .hero-logo {
    display: none !important;
  }

  #hero-22-form h4 {
    margin-bottom: 15px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.60256rem !important;
  }

  #hero-22-form p {
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  #hero-23 {
    margin-bottom: 20px !important;
    padding-top: 70px !important;
  }

  .hero-23-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 10px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  #hero-24 {
    padding-block: 70px !important;
  }

  .hero-24-txt p.p-xl {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-24 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px !important;
  }

  .hero-25-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-26-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-top: 35px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px !important;
    font-size: 1.85rem !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    font-size: 1.0625rem !important;
  }

  .hero-27-txt p.s-20 {
    margin-bottom: 20px !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a2-txt {
    padding-inline: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  .a2-txt-quote {
    position: relative !important;
    margin-bottom: calc(40px * -1) !important;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem !important;
  }

  .a2-txt-author {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .a2-txt-author span {
    margin-top: 1px !important;
    font-size: 0.975rem !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #about-4 .txt-block p {
    margin-top: 15px !important;
  }

  #a4-2 {
    margin-inline: 3% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #features-14 .container {
    max-width: 100% !important;
  }

  .fbox-14-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 30px !important;
    padding-block: 70px !important;
  }

  #features-12.py--100.shape--bg:after,
  #features-13.py--100.shape--bg:after {
    top: 32% !important;
    height: 68% !important;
  }

  #features-12.pt--100.shape--bg:after,
  #features-13.pt--100.shape--bg:after {
    top: 32% !important;
    height: 65% !important;
  }

  .row-cols-md-3 .fbox-4,
  .row-cols-md-2 .fbox-4,
  .fbox-7,
  .fbox-9 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-5 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }

  .row-cols-md-2 .fbox-7 {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-8.fb-1 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 40px !important;
  }

  .fbox-8.bg--white-100 {
    padding-inline: 25px !important;
    padding-block: 45px !important;
  }

  .fbox-8.fb-3 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-12,
  .fbox-13 {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 8) !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 50px !important;
  }

  #features-12 .txt-block,
  #features-13 .txt-block {
    margin-bottom: 35px !important;
  }

  .fbox-14 {
    padding-inline: 25px !important;
    padding-block: 30px !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 30px !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 50px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .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-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .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-inline: 6% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .fbox-ico,
  .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 20px !important;
  }

  .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 !important;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.34615rem !important;
  }

  .features-section h6,
  .fbox-txt h5,
  .rows-2 .fbox-11 h6,
  .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 15px !important;
  }

  .fbox-10 .fbox-title {
    margin-inline: auto !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-10 .fbox-title span {
    float: none !important;
    margin-right: calc(var(--spacing) * 0) !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-10 .fbox-title h6 {
    margin-block: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-2 .fbox-4 p {
    padding-inline: 7% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-5 .fbox-txt p,
  .rows-2 .fbox-11 p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .rows-3 .fbox-11 p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .ct-06 {
    padding-bottom: 70px !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px !important;
  }

  .ct-top {
    margin-bottom: 70px !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 30px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .content-section.ws-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-4-wrapper .section-overlay {
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding-inline: 15px !important;
    padding-block: 70px !important;
  }

  .bc-5-wrapper .section-overlay {
    padding-inline: 15px !important;
    padding-top: 70px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .cbox-6-wrapper {
    padding-inline: 20px !important;
    padding-block: 30px !important;
  }

  .bc-6-wrapper .section-overlay {
    padding-inline: 15px !important;
    padding-block: 70px !important;
  }

  .bc-6 {
    padding-inline: 15px !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 30px !important;
  }

  .bc-1-wrapper,
  .bc-2-wrapper,
  .bc-3-wrapper,
  .bc-4-wrapper,
  .bc-5-wrapper,
  .bc-6-wrapper {
    border-radius: 0 0 !important;
  }

  .bc-5-wrapper .section-title p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 14px !important;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5,
  .bc-6-txt h5 {
    margin-bottom: 12px !important;
  }

  .txt-block p.p-sm,
  .txt-block p {
    margin-bottom: 0.897435rem !important;
  }

  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.12820rem !important;
  }

  .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: calc(var(--spacing) * 0) !important;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px !important;
  }

  .txt-block .btn {
    margin-top: 18px !important;
  }

  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 8px !important;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .bc-6-link.mt--15 {
    margin-top: 12px !important;
  }

  .right-column .cbox-5 {
    margin-bottom: 40px !important;
  }

  .cbox-5-content {
    margin: calc(var(--spacing) * 0) !important;
    padding: 25px !important;
  }

  .cbox-5-content .divider {
    margin-block: 22px !important;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px !important;
    font-size: 2.45rem !important;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px !important;
    right: 6px !important;
    font-size: 2.05rem !important;
  }

  .cbox-5-fea {
    margin-top: 20px !important;
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem !important;
  }

  .cbox-5-txt .btn {
    margin-top: 10px !important;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 16px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 22px !important;
  }

  .cbox-1.ico-10 span {
    right: 6px !important;
  }

  .cbox-1.ico-15 span {
    top: 0.5px !important;
    right: 6px !important;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem !important;
  }

  .cbox-2 .ico-wrap {
    margin-right: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-ico {
    height: 2.3rem !important;
    width: 2.3rem !important;
    font-size: 1.15rem !important;
    --tw-leading: 2.05rem !important;
    line-height: 2.05rem !important;
  }

  .ct-03 .cbox-2-ico {
    height: 1.55rem !important;
    width: 1.55rem !important;
    font-size: 1rem !important;
    --tw-leading: 1.35rem !important;
    line-height: 1.35rem !important;
  }

  .cbox-2-line {
    height: calc(100% - 74px) !important;
  }

  .cbox-3 {
    display: block !important;
    text-align: center !important;
  }

  .cbox-3 .ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .cbox-3 .cbox-3-ico {
    top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
  }

  .cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

  .cbox-4 {
    text-align: center !important;
  }

  .box-title h6,
  .box-title h5 {
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .img-block-txt .box-title h6,
  .img-block-txt .box-title h5 {
    margin-bottom: 20px !important;
    display: inline-block !important;
    --tw-leading: 2.35rem !important;
    line-height: 2.35rem !important;
  }

  .box-title span {
    position: relative;
    top: calc(var(--spacing) * 0) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .img-block-txt .box-title span {
    top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    display: inline-block !important;
  }

  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before,
  .img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem !important;
  }

  .cbox-2-txt,
  .ct-03 .cbox-2-txt,
  .cbox-3-txt {
    margin-bottom: 20px !important;
  }

  .cbox-4-txt {
    margin-bottom: 30px !important;
  }

  .cbox-1-txt p {
    margin-bottom: 5px !important;
  }

  .cbox-6 h6 {
    margin-bottom: 12px !important;
  }

  .txt-block .accordion-1 .accordion-item {
    padding-inline: 25px !important;
    padding-block: 18px !important;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: -1px !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: calc(var(--spacing) * 2) !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-inline: 25px !important;
    padding-top: 30px !important;
    padding-bottom: 14px !important;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: calc(var(--spacing) * 0) !important;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: 10px !important;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 6px !important;
    font-size: 1.75rem !important;
  }

  .tabs-1 li {
    font-size: 18px !important;
  }

  .advantages,
  .text--center .advantages {
    margin-top: 15px !important;
  }

  .img-block-btn .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .img-block-btn .advantages li p {
    float: none !important;
    display: block !important;
  }

  .img-block-btn li.advantages-links-divider {
    display: none !important;
  }

  .compatibility {
    margin-top: 10px !important;
  }

  .tools-list p,
  .payment-methods p {
    margin-bottom: 12px !important;
  }

  .tools-list span {
    padding-right: 1px !important;
  }

  .payment-icons img {
    max-height: 30px !important;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: calc(var(--spacing) * 1) !important;
    font-size: 2.125rem !important;
    --tw-leading: 2.125rem !important;
    line-height: 2.125rem !important;
  }

  .cbox-5-shape-1,
  .cbox-5-shape-2 {
    display: none !important;
  }

  .img-block.img-block-bkg img {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px !important;
  }

  .ct-10 .img-block {
    margin-bottom: calc(40px * -1) !important;
  }

  .ct-01 .img-block,
  .ct-02 .img-block,
  .ct-03 .img-block.right-column,
  .ct-03 .img-block.left-column {
    margin-inline: 2% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 35px !important;
  }

  .ct-01 .img-block.j-img,
  .ct-02 .img-block.j-img {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-left: 0% !important;
  }

  .ct-06 .img-block,
  .ct-07 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .img-block-hidden .video-btn,
  .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: calc(2/4 * 100%) !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 25px) !important;
  }

  .img-block-txt,
  .img-block-btn {
    margin-top: 35px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -60px !important;
  }

  .bc-6-img {
    margin-bottom: 25px !important;
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 35px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .sb-rounded .statistic-block {
    padding: 25px !important;
    text-align: center !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: 10% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2,
  #sb-3-3 {
    margin-bottom: 35px !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(6/12 * 100%) !important;
  }

  #sb-2-3,
  #sb-2-4 {
    padding-right: calc(var(--spacing) * 3) !important;
  }

  #sb-4-3 {
    margin-bottom: 30px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 35px !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px !important;
  }

  h2.statistic-number {
    font-size: 2.21153rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 1.98717rem !important;
  }

  #statistic-1 h2.statistic-number {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 2.21153rem !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 12px !important;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem !important;
  }

  #statistic-5 .statistic-txt p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #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 !important;
  }

  .project-details h5 {
    margin-bottom: 25px !important;
  }

  .more-projects {
    margin-top: 45px !important;
  }

  .single-project .project-title {
    margin-bottom: 40px !important;
  }

  .project-title h2 {
    margin-bottom: 25px !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-bottom: 25px !important;
  }

  .project-data p {
    margin-bottom: 5px !important;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 35px !important;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px !important;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px !important;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-block: 20px !important;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px !important;
    margin-bottom: 20px !important;
  }

  .project-description .more-projects {
    margin-top: 40px !important;
  }

  .project-description .more-projects span {
    top: 1px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.1rem !important;
  }

  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 25px !important;
  }

  .rating-title h5 {
    padding-inline: 15% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .rbox-1-img {
    margin-bottom: 15px !important;
  }

  .rbox-1-img img {
    max-height: 32px !important;
  }

  .rbox-2-txt img {
    max-height: 30px !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }

  .rbox-1 .star-rating {
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: 5px !important;
    font-size: 0.9rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .rbox-1 .star-rating span {
    top: 2px !important;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem !important;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem !important;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.3rem !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    text-align: center !important;
  }

  #reviews-4 .txt-block h2,
  #reviews-5 .txt-block h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.826923rem !important;
  }

  .review-1 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .review-2 {
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-3,
  .review-4,
  .review-5 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-txt {
    margin-top: -43px !important;
  }

  .review-txt h6 {
    margin-bottom: 10px !important;
  }

  .review-3 .review-txt p {
    font-size: 1rem !important;
  }

  .review-1 .author-data,
  .review-2 .author-data,
  .review-3 .author-data,
  .review-4 .author-data,
  .review-5 .author-data {
    margin-top: 20px !important;
  }

  .review-avatar img,
  .owl-item .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-2 .review-avatar img,
  .review-3 .review-avatar img,
  .review-5 .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .review-1 .review-author,
  .review-2 .review-author,
  .review-3 .review-author,
  .review-5 .review-author {
    margin-top: 3px !important;
  }

  .review-author h6 {
    margin-bottom: 8px !important;
  }

  .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 !important;
  }

  #press-01,
  #press-02,
  #press-03,
  #press-04,
  #press-05,
  #press-06,
  #press-07 {
    margin-bottom: 25px !important;
  }

  .press-logo img {
    max-height: 72px !important;
  }

  .press-txt {
    margin-top: 10px !important;
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-3:after {
    height: calc(3/4 * 100%) !important;
  }

  .brands-title {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-title.mb--35,
  .brands-title.mb--40 {
    margin-bottom: 25px !important;
  }

  .brands-title.mb--50 {
    margin-bottom: 30px !important;
  }

  .brands-title h4,
  .brands-title h3,
  .brands-title h2 {
    margin-bottom: 8px !important;
  }

  .brands-title p.p-md,
  .brands-title p.p-lg {
    font-size: 1rem !important;
  }

  .brands-3-wrapper,
  .brands-3-wrapper.brands-3-static {
    padding-inline: 15px !important;
    padding-block: 25px !important;
  }

  #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 !important;
  }

  #brand-3-5 {
    display: none !important;
  }

  #brands-1 .brands-carousel-6 .brand-logo,
  #brands-1 .brands-carousel-5 .brand-logo {
    padding-inline: 18px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-1 .justify-content-center .brand-logo,
  #brands-4 .brand-logo {
    padding-inline: 18px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-2 .brand-logo,
  #brands-3 .brand-logo,
  #brands-3 .brands-3-static .brand-logo {
    padding-inline: 13px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-section .more-btn {
    margin-top: 30px !important;
  }

  #integrations-2 .container {
    max-width: 100% !important;
  }

  .integrations-2-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 55px !important;
    width: 55px !important;
  }

  .in_tool h6 {
    font-size: 18px !important;
  }

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 48px !important;
    width: 48px !important;
  }

  .integrations-1-wrapper .in_tool {
    padding-inline: 22px !important;
    padding-block: 18px !important;
  }

  .integrations-1-wrapper .in_tool.mb--30,
  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 25px !important;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 3px !important;
    font-size: 1.25rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
    font-size: 1.0625rem !important;
  }

  .integrations-section .more-btn.mt--60,
  .integrations-section .more-btn.mt--70 {
    margin-top: 30px !important;
  }

  .pricing-1-table,
  .text--center .pricing-1-table {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .pricing-2-table {
    padding: 35px !important;
  }

  .pricing-3-table {
    padding-inline: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .pricing-4-table {
    padding-inline: 30px !important;
    padding-block: 35px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    font-size: 1.47435rem !important;
  }

  .pricing-discount {
    top: calc(var(--spacing) * 0) !important;
    right: calc(2px * -1);
    padding-inline: 11px !important;
    padding-block: 6px !important;
  }

  .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -1) !important;
    right: calc(var(--spacing) * 0) !important;
    padding-inline: 13px !important;
    padding-block: 7px !important;
  }

  .text--center .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -8) !important;
    right: -5px !important;
  }

  .pricing-discount h6 {
    font-size: 1.05rem !important;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9375rem !important;
  }

  .pricing-3-table .price.mt--25 {
    margin-top: 20px !important;
  }

  .p-table p.btn-txt {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .price span {
    font-size: 2.564102rem !important;
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }

  .pricing-2-table.highlight .price span {
    font-size: 2.35rem !important;
  }

  .pricing-3-table .price span {
    font-size: 4.102564rem !important;
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.564102rem !important;
  }

  .price sup {
    top: calc(var(--spacing) * -1) !important;
    font-size: 1.9230769rem !important;
  }

  .pricing-3-table .price sup {
    top: -18px !important;
    font-size: 2.35rem !important;
  }

  .pricing-4-table .price sup {
    top: calc(var(--spacing) * -1) !important;
    right: 2px !important;
    font-size: 1.9230769rem !important;
  }

  .pricing-3-table .price sup.coins {
    top: -21px !important;
    font-size: 2.35rem !important;
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.282051rem !important;
  }

  .pricing-3-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
    font-size: 1.282051rem !important;
  }

  .pricing-4-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 1) !important;
    font-size: 1.282051rem !important;
  }

  .text--center .price p,
  .text--center .pricing-2-table .price p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .pricing-4-table .pricing-table-header p.p-lg {
    font-size: 0.9375rem !important;
  }

  .pricing-4-table .price p {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .pricing-1-table .pt--btn {
    margin-top: 10px !important;
  }

  .pricing-2-table .pt--btn,
  .pricing-3-table .pt--btn,
  .pricing-4-table .pt--btn {
    margin-top: 20px !important;
  }

  .pricing-2-table hr {
    margin-top: 20px !important;
  }

  .pricing-features.mt--25 {
    margin-top: 15px !important;
  }

  .pricing-features li,
  .pricing-4-table .pricing-features li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 10px !important;
  }

  .pricing-notice.mb--40 {
    margin-bottom: 30px !important;
  }

  .lg\:w-9\/12 .pricing-notice p,
  .lg\:w-10\/12 .pricing-notice p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pricing-4 .ext-toggle-btn {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem !important;
  }

  .table-responsive.mb--50 {
    margin-bottom: 30px !important;
  }

  .comp-table-rouded {
    padding-inline: 10px !important;
    padding-top: 10px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .table>:not(caption)>*>* {
    padding-block: 9px !important;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9rem !important;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.815rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.85rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px !important;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem !important;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem !important;
  }

  .pbox {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px !important;
  }

  .pricing-section .txt-box-last {
    margin-bottom: 40px !important;
  }

  .pricing-section .pm-last {
    margin-bottom: 40px !important;
  }

  .comp-table-payment h6 {
    margin-bottom: 15px !important;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 30px !important;
  }

  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 40px !important;
  }

  .team-member-photo {
    margin-bottom: 25px !important;
  }

  #team-1 .team-member-data,
  #team-2 .team-member-data {
    margin-left: 10px !important;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px !important;
    font-size: 1.34615rem !important;
  }

  .team-member-data p,
  .team-member-data p.p-md,
  .team-member-data p.p-lg {
    font-size: 1.175rem !important;
  }

  ul.tm-social,
  #team-1 ul.tm-social {
    top: calc(var(--spacing) * 0) !important;
    right: 10px !important;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.34615rem !important;
  }

  #careers-1 {
    padding-bottom: 40px !important;
  }

  .role-box {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 25px !important;
    text-align: center !important;
  }

  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px !important;
  }

  .role-box-txt h6 {
    margin-bottom: 5px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 6px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt p {
    margin-bottom: 14px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 25px !important;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .role-info hr,
  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 35px !important;
  }

  .txt-block.role-info .btn {
    margin-top: 30px !important;
  }

  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  #banner-9.py--70 {
    padding-block: 60px !important;
  }

  #banner-1 .container,
  #banner-2 .container,
  #banner-3 .container,
  #banner-11 .container,
  #banner-12 .container,
  #banner-13 .container {
    max-width: 100% !important;
  }

  .banner-1-wrapper,
  .banner-2-wrapper,
  .banner-3-wrapper,
  .banner-11-wrapper,
  .banner-12-wrapper,
  .banner-13-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
  }

  .banner-1-wrapper .banner-overlay,
  .banner-2-wrapper .banner-overlay,
  .banner-3-wrapper .banner-overlay {
    padding-inline: 20px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-inline: 20px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #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 !important;
    padding-bottom: 65px !important;
  }

  #banner-10 .banner-overlay {
    padding-block: 60px !important;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-16-wrapper .banner-overlay {
    padding-inline: 10% !important;
    padding-block: 35px !important;
  }

  .banner-5-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-8-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-12-txt,
  .banner-13-txt {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-section .section-id {
    margin-bottom: 18px !important;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px !important;
  }

  .banner-section h2 {
    font-size: 1.826923rem !important;
  }

  .banner-section h3 {
    font-size: 1.698717rem !important;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px !important;
  }

  .banner-2-txt h2,
  .banner-10-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-7-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-10-txt h6 {
    margin-bottom: 5px !important;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px !important;
    font-size: 3.25rem !important;
  }

  .banner-11-txt h2,
  .banner-12-txt h2,
  .banner-13-txt h2 {
    margin-bottom: 14px !important;
  }

  .banner-15-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-section p.p-lg,
  .banner-section p.p-xl {
    margin-bottom: 20px !important;
    font-size: 1.121794rem !important;
  }

  .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: 12px !important;
    margin-bottom: 20px !important;
  }

  .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: 12px !important;
  }

  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 12px !important;
    margin-bottom: 18px !important;
  }

  .banner-9-txt p.p-lg,
  .banner-9-txt p.p-xl {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-14-txt p.p-lg {
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 20px !important;
  }

  .banner-8-buttons {
    margin-top: 15px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-15-txt .download-links {
    margin-top: 15px !important;
  }

  .banner-section .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 12px !important;
  }

  .banner-9-img {
    margin-inline: 2% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-10-img {
    margin-inline: 5% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-11-img {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(40px * -1) !important;
    rotate: 0deg !important;
  }

  .release-data {
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
  }

  span.version-data {
    margin-right: 10px !important;
    font-size: 1.75rem !important;
  }

  span.release-date span {
    margin-left: 10px !important;
    font-size: 18px !important;
  }

  #faqs-1,
  #faqs-4 {
    padding-bottom: 50px !important;
  }

  #faqs-1 .section-title {
    margin-bottom: 20px !important;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 30px !important;
  }

  #faqs-3 .section-title {
    margin-bottom: 40px !important;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 40px !important;
  }

  #faqs-3 .section-title .contact-link {
    display: block !important;
  }

  .faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 22px !important;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 25px !important;
  }

  .faqs-section .accordion-item .accordion-thumb:after,
  .faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 23px !important;
    right: calc(var(--spacing) * 0) !important;
    font-size: 14px !important;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after,
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 22px !important;
    right: 2px !important;
    font-size: 0.9rem !important;
  }

  .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 5px !important;
  }

  #faqs-2 .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }

  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 25px !important;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8% !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .question h5,
  .accordion-panel-item h5 {
    margin-bottom: 15px !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .faqs-section .tabs-1 {
    margin-inline: 5px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .faqs-section .tabs-1 li {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    min-width: 100% !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }

  #faqs-2 .more-questions {
    margin-inline: auto !important;
    margin-top: 45px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px !important;
  }

  .more-questions-txt {
    padding-inline: 20px !important;
    padding-block: 14px !important;
    color: white !important;
    cursor: pointer;
  }

  .more-questions-txt:hover {
    color: #353f4f !important;
  }

  .more-questions-txt span {
    color: inherit !important;
    cursor: pointer;
  }

  .more-questions-txt p {
    font-size: 1.1rem !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-2 .container {
    max-width: 100% !important;
  }

  #newsletter-2 .newsletter-overlay {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 8% !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px !important;
  }

  .newsletter-txt h4,
  .newsletter-txt h3 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.666666rem !important;
  }

  #newsletter-3 .newsletter-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form,
  #newsletter-3 .newsletter-form,
  #newsletter-4 .newsletter-form {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control,
  #newsletter-1.newsletter-section .form-control,
  #newsletter-5.newsletter-section .form-control {
    height: 52px !important;
    font-size: 1.0625rem !important;
  }

  .newsletter-section .btn,
  #newsletter-1 .btn,
  #newsletter-5.newsletter-section .btn {
    height: 52px !important;
    font-size: 1.0625rem !important;
  }

  #bp-1-1,
  #bp-1-2 {
    margin-bottom: 35px !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px !important;
  }

  .post-tag {
    margin-bottom: 14px !important;
    font-size: 0.815rem !important;
  }

  .blog-post-txt h6,
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 14px !important;
  }

  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px !important;
  }

  .wide-post {
    margin-bottom: 40px !important;
  }

  .wide-post h3.s-36,
  .wide-post h3.s-38,
  .wide-post h3.s-40,
  .square-post h4.s-34 {
    font-size: 1.217948rem !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 20px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }

  .posts-category span {
    top: 1.25px !important;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem !important;
  }

  .single-post-title h3,
  .single-post-title h2 {
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 25px !important;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none !important;
  }

  #single-post .post-meta-list li {
    margin-top: 10px !important;
    display: block !important;
  }

  .post-inner-img {
    margin-block: 30px !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 30px !important;
    font-size: 1.0625rem !important;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem !important;
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }

  .post-share-list {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .post-author {
    display: block !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: 50px !important;
  }

  .post-author-avatar {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
  }

  .post-author-avatar img {
    height: 70px !important;
    width: 70px !important;
  }

  .post-author-txt h5 {
    margin-bottom: 10px !important;
  }

  .author-follow-btn {
    top: 135px !important;
    right: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
  }

  .post-comments {
    padding-top: 50px !important;
  }

  .post-comments h5 {
    margin-bottom: 40px !important;
  }

  .comment-body {
    margin-left: 18px !important;
  }

  .post-comments img {
    height: 43px !important;
    width: 43px !important;
  }

  .comment-meta {
    margin-bottom: 8px !important;
  }

  .comment-meta h6 {
    margin-bottom: 5px !important;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px !important;
  }

  .comment-form p {
    margin-bottom: 10px !important;
  }

  .comment-form {
    margin-top: 50px !important;
  }

  .comment-form .btn {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px !important;
    font-size: 14px !important;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 15px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    height: 54px !important;
  }

  .contact-form textarea {
    min-height: 170px !important;
  }

  .contact-form textarea.form-control {
    padding: 15px !important;
  }

  .footer {
    padding-bottom: 30px !important;
  }

  .footer hr {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  #footer-10.pt--50 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #footer-11.p-404.pt--50 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .footer .sm\:w-4\/12,
  .footer .sm\:w-6\/12,
  .footer .sm\:w-8\/12 {
    float: left !important;
    width: calc(6/12 * 100%) !important;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none !important;
    width: 100% !important;
  }

  .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 35px !important;
  }

  #footer-2 .footer-info {
    margin-bottom: 40px !important;
  }

  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px !important;
    padding-bottom: 35px !important;
  }

  #footer-8 .footer-links,
  #footer-10 .footer-links {
    margin-bottom: 10px !important;
  }

  img.footer-logo,
  img.footer-logo-dark {
    max-height: 36px !important;
  }

  #footer-1 .footer-logo,
  #footer-5 .footer-logo,
  #footer-6 .footer-logo,
  #footer-7 .footer-logo {
    margin-bottom: 24px !important;
  }

  #footer-10 img.footer-logo {
    max-height: 36px !important;
  }

  .footer h6 {
    margin-bottom: 18px !important;
    font-size: 1.153846rem !important;
  }

  .footer-mail-link {
    font-size: 1.06410rem !important;
  }

  .footer-mail-link span {
    top: 3px !important;
    right: calc(var(--spacing) * 1) !important;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 5px !important;
  }

  #footer-8 .foo-links li {
    display: block !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .foo-links li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .foo-links.ico-10 li span {
    top: 1px !important;
    right: 3px !important;
  }

  .foo-links li a span.ext-link {
    top: 0.5px !important;
    left: 2px !important;
  }

  .footer-stores-badge .store {
    margin-right: 6px !important;
  }

  .footer-form {
    margin-right: 5% !important;
  }

  #footer-9 .footer-form {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-9 .footer-form h6 {
    padding-right: 5% !important;
  }

  .footer-form .form-control {
    font-size: 1.0625rem !important;
  }

  .footer-form .form-control,
  .footer-form .btn {
    height: 30px !important;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 1.1rem !important;
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }

  .bottom-footer-socials {
    margin-top: 10px !important;
  }

  .bottom-footer-socials li {
    padding-left: calc(var(--spacing) * 3) !important;

    &:first-child {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }

  .bottom-footer-list {
    margin-top: 3px !important;
  }

  #footer-4 .bottom-footer-list li,
  #footer-9 .bottom-footer-list li {
    padding-left: calc(var(--spacing) * 2) !important;
  }

  #footer-4 .bottom-footer-list li span,
  #footer-9 .bottom-footer-list li span {
    margin-right: 1px !important;
  }

  .footer-list-divider {
    top: calc(var(--spacing) * 0) !important;
  }

  .bottom-secondary-link p span {
    top: 1.5px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright p span {
    top: 2px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before,
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem !important;
  }

  .inner-page-title {
    margin-bottom: 50px !important;
  }

  .inner-page-title h2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .inner-page-title p {
    margin-top: 12px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section h1 {
    margin-bottom: 20px !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .page-link {
    padding-inline: 10px !important;
    padding-block: 2px !important;
    font-size: 0.95rem !important;
  }

  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px !important;
  }

  .login-page-logo {
    margin-bottom: 38px !important;
  }

  .login-page-logo img {
    max-height: 36px !important;
  }

  .register-form-title {
    margin-bottom: 25px !important;
  }

  .register-form-title h3 {
    font-size: 1.60256rem !important;
  }

  .separator-line,
  .register-page-form p.input-header,
  .form-data span,
  .register-page-form .btn-google {
    font-size: 1rem !important;
  }

  #signup .form-data span {
    font-size: 0.935rem !important;
  }

  .reset-password-link p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .register-page-form p.create-account {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .separator-line {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
  }

  .reset-form-title {
    margin-bottom: 16px !important;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px !important;
    font-size: 1rem !important;
  }

  .reset-page-wrapper {
    margin-inline: 10px !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .reset-page-wrapper form {
    padding-inline: 10px !important;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
  }

  #login .register-page-form,
  #signup .register-page-form {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  #login.login-1 .register-page-form,
  #signup.signup-1 .register-page-form {
    padding-inline: 10px !important;
    padding-block: 15px !important;
  }

  .reset-page-wrapper .form-control,
  .register-page-form .form-control {
    margin-bottom: 20px !important;
    height: 50px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
    font-size: 1.0625rem !important;
  }

  #login .register-page-form .btn.submit {
    margin-top: 12px !important;
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 20px !important;
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  .reset-page-wrapper .btn.submit {
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  .btn-google img {
    top: calc(2px * -1) !important;
    right: 5px !important;
    height: 18px !important;
    width: 18px !important;
  }

  .btn-show-pass {
    top: calc(var(--spacing) * 4) !important;
  }

  .page-404-txt {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .page-404-txt h2 {
    margin-bottom: 15px !important;
  }

  .page-404-txt h6 {
    margin-bottom: 22px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6 !important;
    line-height: 1.6 !important;
  }

  .page-404-img {
    margin-bottom: 35px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #modal-1 .modal-dialog {
    margin: auto !important;
    max-width: 330px !important;
  }

  #modal-2 .modal-dialog {
    margin: auto !important;
    width: 310px !important;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto !important;
    width: 320px !important;
  }

  #modal-1.modal .btn-close {
    top: 10px !important;
    right: 10px !important;
  }

  #modal-2 .modal-body-content {
    padding-inline: 30px !important;
    padding-top: 22px !important;
    padding-bottom: 5px !important;
  }

  #modal-3 .modal-body-content {
    padding-inline: 10px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .modal-body .newsletter-form {
    margin-top: 15px !important;
  }

  .modal .form-control,
  .modal .newsletter-form .btn {
    height: 48px !important;
    font-size: 1rem !important;
  }

  #modal-3 .request-form-title p {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .form-control {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .btn {
    height: 48px !important;
    font-size: 1.0625rem !important;
  }
}

@media (max-width: 320.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin: calc(var(--spacing) * 0) !important;
    max-width: 100% !important;
  }

  html {
    font-size: 87.5% !important;
  }

  #stlChanger {
    display: none !important;
  }

  .ts-0 {
    padding-top: 80px !important;
  }

  .bg--fixed {
    width: auto !important;
  }

  .bg--scroll {
    width: auto !important;
    background-attachment: scroll !important;
  }

  .py--50 {
    padding-block: 30px !important;
  }

  .py--60 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--70 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--80 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--90 {
    padding-block: 50px !important;
  }

  .py--100 {
    padding-block: 60px !important;
  }

  .pt--50 {
    padding-top: 30px !important;
  }

  .pt--60 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .pt--70 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .pt--80 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .pt--90 {
    padding-top: 50px !important;
  }

  .pt--100 {
    padding-top: 60px !important;
  }

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

  .pb--60 {
    padding-bottom: 40px !important;
  }

  .pb--70 {
    padding-bottom: 40px !important;
  }

  .pb--80 {
    padding-bottom: 40px !important;
  }

  .pb--90 {
    padding-bottom: 50px !important;
  }

  .pb--100 {
    padding-bottom: 60px !important;
  }

  .mb--40 {
    margin-bottom: 20px !important;
  }

  .mb--50 {
    margin-bottom: 30px !important;
  }

  .mb--60 {
    margin-bottom: 40px !important;
  }

  .shape--01:after {
    top: 6.5% !important;
    height: 90% !important;
  }

  .shape--02:after {
    top: 6.5% !important;
    left: -20% !important;
    height: 90% !important;
    width: 140% !important;
  }

  .shape--03:after {
    top: -70px !important;
    left: -20% !important;
    height: 129% !important;
    width: 140% !important;
  }

  .shape--04:after {
    top: calc(var(--spacing) * 0) !important;
    height: 92% !important;
  }

  .shape--05:after {
    height: 94% !important;
  }

  .shape--06:after {
    height: 92% !important;
  }

  .shape--07:after {
    top: 15% !important;
    height: calc(4/5 * 100%) !important;
  }

  ol.digit-list p {
    margin-bottom: 5px !important;
  }

  .font--jakarta h1,
  .font--jakarta h2 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .font--jakarta h3,
  .font--jakarta h4,
  .font--jakarta h5,
  .font--jakarta h6 {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .s-15,
  .s-16 {
    font-size: 1rem !important;
  }

  .s-17 {
    font-size: 1.0625rem !important;
  }

  .s-18,
  .s-19,
  .s-20,
  .s-21,
  .s-22,
  .s-23 {
    font-size: 1.285714rem !important;
  }

  .s-24,
  .s-26,
  .s-28 {
    font-size: 1.35714rem !important;
  }

  .s-30,
  .s-32,
  .s-34 {
    font-size: 1.5rem !important;
  }

  .s-36,
  .s-38,
  .s-40 {
    font-size: 1.57142rem !important;
  }

  .s-42,
  .s-43,
  .s-44,
  .s-45,
  .s-46,
  .s-47 {
    font-size: 1.714285rem !important;
  }

  .s-48 {
    font-size: 1.85714rem !important;
  }

  .s-50,
  .s-52,
  .s-54,
  .s-56,
  .s-58,
  .s-60 {
    font-size: 1.92857rem !important;
  }

  .s-62 {
    font-size: 2rem !important;
  }

  .s-64,
  .s-66,
  .s-68 {
    font-size: 2.07142rem !important;
  }

  .s-68 {
    font-size: 2.14285rem !important;
  }

  p.p-md,
  p.p-lg {
    font-size: 1.0625rem !important;
  }

  p.p-xl {
    font-size: 1.125rem !important;
  }

  a.tra-link {
    font-size: 1.0625rem !important;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    top: 1px !important;
    left: 2px !important;
    font-size: 0.785rem !important;
    --tw-leading: 0.7rem !important;
    line-height: 0.7rem !important;
  }

  .btn {
    font-size: 1rem !important;
  }

  .btn.btn-sm {
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: 0.7rem !important;
    font-size: 1rem !important;
  }

  .btns-group .btn.ico-30.ico-left,
  .btns-group .btn.ico-30.ico-right {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-top: 0.391175rem !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .btns-group .btn:first-child {
    margin-inline: 5px !important;
    margin-bottom: 15px !important;
  }

  .text--center p.btns-group-txt {
    margin-top: 18px !important;
  }

  .btn-rating {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem !important;
  }

  .btn.ico-20 [class*="flaticon-"]:before,
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 3.5px !important;
    font-size: 1.15rem !important;
    --tw-leading: 0.45rem !important;
    line-height: 0.45rem !important;
  }

  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 1.85rem !important;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: calc(var(--spacing) * -2) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: calc(var(--spacing) * -2) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .btn.ico-left span {
    margin-right: 2px !important;
  }

  .btn.ico-right span {
    margin-left: 2px !important;
  }

  .os-btn {
    width: 250px !important;
    min-width: 250px !important;
    padding-inline: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .os-btn-ico {
    margin-right: 14px !important;
  }

  .os-btn-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
  }

  .btn-os.mb--15 {
    margin-bottom: 12px !important;
  }

  .btn-os.mr--15 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 12px !important;
  }

  .store {
    margin-right: 6px !important;
  }

  .store.store-btn-2 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .store-btn-3,
  .store-btn-4 {
    margin-top: 12px !important;
  }

  .watch-video {
    margin-top: 18px !important;
  }

  .watch-video-link {
    margin-right: calc(var(--spacing) * 2) !important;
  }

  p.video-txt-lg {
    font-size: 1.0625rem !important;
  }

  p.video-txt-sm {
    font-size: 1rem !important;
  }

  .ico-50 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 55px) !important;
    height: 100px !important;
    width: 100px !important;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 55px) !important;
  }

  .ico-55 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 50px) !important;
    height: 105px !important;
    width: 105px !important;
  }

  .ico-60 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 55px) !important;
    height: 110px !important;
    width: 110px !important;
  }

  .ico-rounded,
  .ico-rounded-md,
  .ico-rounded-lg {
    height: 88px !important;
    width: 88px !important;
  }

  .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 !important;
    --tw-leading: 88px !important;
    line-height: 88px !important;
  }

  .ico-square {
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 80px !important;
    line-height: 80px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 25px !important;
    padding-inline: 20px !important;
    padding-block: 7px !important;
    font-size: 0.8rem !important;
  }

  .section-title.mb--60 {
    margin-bottom: 32px !important;
  }

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 35px !important;
  }

  .section-title h2 {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-md,
  .section-title p.p-lg {
    margin-top: 12px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-xl {
    margin-top: 12px !important;
    font-size: 1.125rem !important;
  }

  .section-title p.s-20,
  .section-title p.s-21 {
    margin-top: 10px !important;
    font-size: 1.285714rem !important;
  }

  .section-title .btns-group.mt--35,
  .section-title .stores-badge.mt--30 {
    margin-top: 20px !important;
  }

  .section-title .btns-group .btn {
    margin-inline: 10px !important;

    &:first-child {
      margin-bottom: 12px !important;
    }
  }

  #loading-center {
    margin-top: calc(40px * -1);
    margin-left: calc(var(--spacing) * -10);
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .wsmobileheader .smllogo {
    margin-top: 24px !important;
    display: block !important;
    padding-left: 15px !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 30px !important;
  }

  .smllogo img {
    max-height: 32px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .blog-header .smllogo img {
    max-height: 26px !important;
  }

  .wsmenu>.wsmenu-list {
    margin-right: -250px;
    width: 250px !important;
  }

  .wsactive .wsmobileheader {
    margin-right: 250px !important;
  }

  .overlapblackbg {
    width: calc(100% - 250px) !important;
  }

  .wsanimated-arrow {
    margin-top: 25px !important;
    margin-right: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    padding-block: 14px !important;
    padding-right: 30px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  span.sm-info {
    top: -1px !important;
    margin-left: 5px !important;
    height: calc(var(--spacing) * 5) !important;
    width: calc(var(--spacing) * 5) !important;
    font-size: 0.785rem !important;
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 24px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: calc(var(--spacing) * 2) !important;
    width: calc(var(--spacing) * 2) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 10px !important;
    padding-block: 6px !important;
  }

  .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-inline: calc(var(--spacing) * 2) !important;
    padding-block: 6px !important;
  }

  .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-inline: 9px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .store.header-store img {
    max-height: 42px !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    --tw-leading: 52px !important;
    line-height: 52px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-top: 12px !important;
  }

  .icons-menu-txt span {
    font-size: 0.885rem !important;
  }

  .hero-section.blur--purple:after {
    top: calc(calc(1/4 * 100%) * -1) !important;
    opacity: 0.16 !important;
  }

  .hero-section h2 {
    margin-bottom: 13px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 20px !important;
  }

  .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 !important;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px !important;
    font-size: 1.285714rem !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  .hero-section .text--center .advantages {
    margin-top: 15px !important;
  }

  .hero-section .advantages li {
    margin-top: 3px !important;
    display: block !important;
  }

  .hero-section .advantages li p {
    float: none !important;
    display: block !important;
  }

  .hero-section li.advantages-links-divider {
    display: none !important;
  }

  .hero-logo {
    margin-bottom: 28px !important;
  }

  .hero-logo img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  .hero-square-logo {
    margin-bottom: 10px !important;
  }

  .hero-square-logo img {
    max-height: 58px !important;
  }

  .hero-app-logo {
    margin-bottom: 25px !important;
  }

  .hero-app-logo img {
    max-height: 85px !important;
  }

  #hero-25 .hero-app-logo img {
    max-height: 85px !important;
  }

  .hero-digits {
    margin-top: -5px !important;
  }

  #hero-9 .hero-digits {
    margin-top: 3px !important;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.2rem !important;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2.15rem !important;
  }

  .hero-section .quick-form.mt--45,
  .hero-section .quick-form.mt--35 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-section .quick-form .form-control,
  .hero-section .quick-form .btn {
    height: 52px !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 52px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .btn {
    height: 52px !important;
    font-size: 18px !important;
  }

  .hero-section .text--center .quick-form-msg {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: calc(10px * -1) !important;
  }

  .request-form .form-control {
    height: 50px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  #hero-10-form .btn,
  #hero-22-form .btn {
    height: 50px !important;
    padding: calc(var(--spacing) * 4) !important;
    font-size: 1.0625rem !important;
  }

  #hero-1,
  #hero-2 {
    padding-block: 70px !important;
  }

  .hero-1-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img,
  .hero-2-img {
    margin-top: 30px !important;
  }

  #hero-3 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 8% !important;
    }
  }

  .hero-3-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-3-img {
    margin-top: 30px !important;
  }

  #hero-4 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-4-txt h2 {
    padding-inline: 2.4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-img {
    margin-top: 30px !important;
  }

  #hero-5 {
    margin-bottom: 50px !important;
    padding-top: 70px !important;
  }

  .hero-5-txt h2 {
    margin-bottom: 12px !important;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  .hero-5-img {
    margin-top: 35px !important;
  }

  #hero-6 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #hero-6 .container {
    max-width: 100% !important;
  }

  .hero-6-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 15px !important;
    padding-block: 65px !important;
  }

  .hero-6-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-6-img {
    margin-inline: 1% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-7 {
    padding-block: 70px !important;
  }

  .hero-7-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-7 .quick-form {
    margin-inline: 3% !important;
  }

  .hero-7-img {
    margin-top: 30px !important;
  }

  #hero-8 {
    padding-top: 70px !important;
  }

  .hero-8-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt .hero-logo {
    display: none !important;
  }

  .hero-8-txt .hero-digits {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-inline: 2% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    border-radius: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 26px !important;
  }

  #hero-8-form h4 {
    margin-bottom: 12px !important;
  }

  #hero-8-form p {
    margin-bottom: 15px !important;
    font-size: 1rem !important;
  }

  #hero-8-form p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
    font-size: 0.9375rem !important;
  }

  #hero-9 {
    padding-top: 70px !important;
  }

  .hero-9-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }

  .hero-9-txt h2 img {
    top: calc(6px * -1) !important;
    margin-inline: 2px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: 48px !important;
  }

  .hero-9-txt p.s-20 {
    margin-top: 10px !important;
    font-size: 1rem !important;
  }

  #hero-9 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-9-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-10 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-10-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-txt h4 {
    margin-bottom: 23px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-top: 30px !important;
  }

  #hero-11 {
    padding-top: 70px !important;
  }

  .hero-11-txt p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: 3% !important;
    margin-top: 30px !important;
    margin-bottom: -50px !important;
  }

  #hero-12 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 6% !important;
    }
  }

  .hero-12-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-12-txt h2 {
    padding-inline: 2.4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 30px !important;
  }

  #hero-13 {
    padding-block: 70px !important;
  }

  .hero-13-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-inline: 1% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-14 {
    margin-bottom: 20px !important;
    padding-top: 70px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px !important;
    font-size: 1.92857rem !important;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px !important;
    padding: 0% !important;
  }

  #hero-14 .quick-form {
    margin-inline: 4% !important;
  }

  .hero-14-img {
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px !important;
  }

  #hero-15 {
    padding-top: 70px !important;
  }

  .hero-15-img {
    margin-inline: 1% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-16 {
    margin-bottom: 30px !important;
    padding-top: 70px !important;
  }

  .hero-16-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: -30px !important;
  }

  #hero-17 {
    padding-top: 70px !important;
  }

  .hero-17-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-17 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-17 #brands-1 {
    padding-top: 30px !important;
  }

  #hero-18 {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }

  .hero-18-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-18 .quick-form {
    margin-inline: 2% !important;
    margin-top: 20px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 30px !important;
  }

  #hero-19 {
    padding-top: 70px !important;
  }

  .hero-19-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-20 {
    padding-top: 70px !important;
  }

  .hero-20-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt .hero-logo {
    display: none !important;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 18px !important;
  }

  #hero-21 {
    margin-bottom: 35px !important;
    padding-top: 70px !important;
  }

  #hero-21 .container {
    max-width: 100% !important;
  }

  .hero-21-txt {
    margin-bottom: 40px !important;
  }

  .hero-21-txt h2 {
    margin-bottom: 18px !important;
  }

  .hero-21-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    overflow: visible !important;
    border-radius: 0 0 !important;
  }

  #hero-21 .hero-overlay {
    padding-inline: 20px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-21-img {
    margin-bottom: -35px !important;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-22 {
    padding-top: 70px !important;
  }

  #hero-22-form {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
  }

  #hero-22 .hero-logo {
    display: none !important;
  }

  #hero-22-form h4 {
    margin-bottom: 12px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.57142rem !important;
  }

  #hero-22-form p {
    margin-bottom: 15px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  #hero-23 {
    margin-bottom: 20px !important;
    padding-top: 70px !important;
  }

  .hero-23-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 12px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  #hero-24 {
    padding-block: 70px !important;
  }

  .hero-24-txt p.p-xl {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-24 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-25 {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  .hero-25-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-26 {
    padding-top: 70px !important;
  }

  .hero-26-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-top: 30px !important;
  }

  #hero-27 .hero-overlay {
    padding-top: 70px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px !important;
    font-size: 1.85rem !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    font-size: 1.0625rem !important;
  }

  .hero-27-txt p.s-20 {
    margin-bottom: 20px !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a2-txt {
    padding-inline: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 25px !important;
  }

  #a3-1 {
    margin-bottom: 20px !important;
  }

  .a2-txt-quote {
    position: relative !important;
    margin-bottom: -35px !important;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem !important;
  }

  .a2-txt-author {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .a2-txt-author span {
    margin-top: 1px !important;
    font-size: 0.975rem !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #about-4 .txt-block p {
    margin-top: 12px !important;
  }

  #a4-2 {
    margin-inline: 2% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #features-14 .container {
    max-width: 100% !important;
  }

  .fbox-14-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 30px !important;
    padding-block: 60px !important;
  }

  #features-12.py--100.shape--bg:after,
  #features-13.py--100.shape--bg:after {
    top: 31% !important;
    height: 69% !important;
  }

  #features-12.pt--100.shape--bg:after,
  #features-13.pt--100.shape--bg:after {
    top: 32% !important;
    height: 65% !important;
  }

  .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 !important;
  }

  .rows-3 .fb-3.fbox-11-lst {
    margin-bottom: 30px !important;
  }

  .fbox-5.fb-2,
  .fbox-5.fb-4,
  .fbox-5.fb-6 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-4,
  .row-cols-md-2 .fbox-4,
  .fbox-5,
  .fbox-8.bg--white-100 {
    padding-inline: 25px !important;
    padding-block: 35px !important;
  }

  .fbox-7,
  .fbox-9 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .row-cols-md-2 .fbox-7 {
    padding-inline: 35px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .fbox-8.fb-1 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 35px !important;
  }

  .fbox-8.fb-3 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-12,
  .fbox-13 {
    padding-inline: 25px !important;
    padding-block: 30px !important;
  }

  #fb-12-1,
  #fb-12-2,
  #fb-12-3,
  #fb-13-1,
  #fb-13-2,
  #fb-13-3 {
    margin-bottom: 30px !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 50px !important;
  }

  #features-12 .txt-block,
  #features-13 .txt-block {
    margin-bottom: 30px !important;
  }

  .fbox-14 {
    padding-inline: 25px !important;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 25px !important;
  }

  .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: calc(var(--spacing) * 40) !important;
  }

  .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: calc(var(--spacing) * 40) !important;
  }

  .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: calc(var(--spacing) * 40) !important;
  }

  .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 !important;
  }

  .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 !important;
  }

  .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-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 45px !important;
    padding-top: 35px !important;
  }

  .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-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
    padding-top: 35px !important;
  }

  .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-inline: 3% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  .fbox-ico,
  .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 18px !important;
  }

  .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 !important;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.35714rem !important;
  }

  .features-section h6,
  .fbox-txt h5,
  .rows-2 .fbox-11 h6,
  .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 12px !important;
  }

  .fbox-10 .fbox-title {
    margin-inline: auto !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-10 .fbox-title span {
    float: none !important;
    margin-right: calc(var(--spacing) * 0) !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-10 .fbox-title h6 {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .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-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-2 .fbox-4 p,
  .fbox-5 .fbox-txt p,
  .rows-2 .fbox-11 p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .rows-3 .fbox-11 p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .ct-06 {
    padding-bottom: 60px !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px !important;
  }

  .ct-top {
    margin-bottom: 60px !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 30px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .content-section.ws-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-4-wrapper .section-overlay {
    padding-inline: 18px !important;
    padding-block: 60px !important;
  }

  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding-inline: 14px !important;
    padding-block: 60px !important;
  }

  .bc-5-wrapper .section-overlay {
    padding-inline: 14px !important;
    padding-top: 60px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .bc-6-wrapper .section-overlay {
    padding-inline: 14px !important;
    padding-block: 60px !important;
  }

  .bc-6 {
    padding-inline: 15px !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 25px !important;
  }

  .bc-6-top {
    margin-bottom: 30px !important;
  }

  .cbox-6-wrapper {
    padding-inline: 18px !important;
    padding-block: 28px !important;
  }

  .bc-1-wrapper,
  .bc-2-wrapper,
  .bc-3-wrapper,
  .bc-4-wrapper,
  .bc-5-wrapper,
  .bc-6-wrapper {
    border-radius: 0 0 !important;
  }

  .bc-5-wrapper .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 14px !important;
  }

  .txt-block h5 {
    margin-bottom: 16px !important;
  }

  h5.h5-title {
    margin-block: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5,
  .bc-6-txt h5 {
    margin-bottom: 12px !important;
  }

  .txt-block p,
  .txt-block p.p-md,
  .txt-block p.p-lg {
    margin-bottom: 0.85714rem !important;
  }

  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.14285rem !important;
  }

  .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: calc(var(--spacing) * 0) !important;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px !important;
  }

  .txt-block .btn {
    margin-top: 16px !important;
  }

  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 8px !important;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .bc-6-link.mt--15 {
    margin-top: 12px !important;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 16px !important;
  }

  .txt-box {
    margin-bottom: 15px !important;
  }

  .right-column .cbox-5 {
    margin-bottom: 40px !important;
  }

  .cbox-5-content {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding: 25px !important;
  }

  .cbox-5-content .divider {
    margin-block: 22px !important;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px !important;
    font-size: 2.45rem !important;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px !important;
    right: 6px !important;
    font-size: 2.05rem !important;
  }

  .cbox-5-fea {
    margin-top: 20px !important;
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem !important;
  }

  .cbox-5-txt .btn {
    margin-top: 10px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 20px !important;
  }

  .cbox-1.ico-10 span {
    right: 5px !important;
  }

  .cbox-1.ico-15 span {
    top: 0.5px !important;
    right: 5px !important;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem !important;
  }

  .cbox-2 .ico-wrap {
    margin-right: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-ico {
    height: 2.15rem !important;
    width: 2.15rem !important;
    font-size: 1.0625rem !important;
    --tw-leading: 1.85rem !important;
    line-height: 1.85rem !important;
  }

  .ct-03 .cbox-2-ico {
    height: 1.65rem !important;
    width: 1.65rem !important;
    font-size: 1rem !important;
    --tw-leading: 1.4rem !important;
    line-height: 1.4rem !important;
  }

  .cbox-2-line {
    height: calc(100% - 70px) !important;
  }

  .cbox-3 {
    display: block !important;
    text-align: center !important;
  }

  .cbox-3 .ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .cbox-3 .cbox-3-ico {
    top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
  }

  .cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

  .cbox-4 {
    text-align: center !important;
  }

  .box-title h6,
  .box-title h5 {
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .img-block-txt .box-title h6,
  .img-block-txt .box-title h5 {
    margin-bottom: 20px !important;
    display: inline-block !important;
    --tw-leading: calc(var(--spacing) * 10) !important;
    line-height: calc(var(--spacing) * 10) !important;
  }

  .box-title span {
    position: relative;
    top: calc(var(--spacing) * 0) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .img-block-txt .box-title span {
    top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    display: inline-block !important;
  }

  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before,
  .img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.5rem !important;
  }

  .cbox-2-txt,
  .cbox-3-txt,
  .cbox-4-txt {
    margin-bottom: 25px !important;
  }

  .ct-03 .cbox-2-txt {
    margin-bottom: 20px !important;
  }

  .cbox-1-txt p {
    margin-bottom: 5px !important;
  }

  .cbox-6 h6 {
    margin-bottom: 10px !important;
  }

  .txt-block .accordion-1 .accordion-item {
    padding-inline: 20px !important;
    padding-block: 18px !important;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: -1px !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: 7px !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-inline: 20px !important;
    padding-top: 25px !important;
    padding-bottom: 9px !important;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: calc(var(--spacing) * 0) !important;
  }

  .txt-block .accordion-1 .accordion-thumb h5 {
    padding-left: 22px !important;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: 10px !important;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 6px !important;
    font-size: 1.75rem !important;
  }

  .tabs-1 li {
    font-size: 18px !important;
  }

  #tabs-1 .tab-content .img-block {
    margin-bottom: 30px !important;
  }

  .advantages,
  .text--center .advantages {
    margin-top: 15px !important;
  }

  .img-block-btn .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .img-block-btn .advantages li p {
    float: none !important;
    display: block !important;
  }

  .img-block-btn li.advantages-links-divider {
    display: none !important;
  }

  .compatibility {
    margin-top: 10px !important;
  }

  .tools-list p,
  .payment-methods p {
    margin-bottom: 12px !important;
  }

  .tools-list span {
    padding-right: 1px !important;
  }

  .payment-icons img {
    max-height: 26px !important;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 3px !important;
    font-size: 2rem !important;
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }

  .cbox-5-shape-1,
  .cbox-5-shape-2 {
    display: none !important;
  }

  .img-block.img-block-bkg img {
    padding-inline: 15px !important;
    padding-block: 30px !important;
  }

  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px !important;
  }

  .ct-10 .img-block {
    margin-bottom: calc(40px * -1) !important;
  }

  .ct-01 .img-block,
  .ct-02 .img-block,
  .ct-03 .img-block.right-column,
  .ct-03 .img-block.left-column {
    margin-inline: 2% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .ct-01 .img-block.j-img,
  .ct-02 .img-block.j-img {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-left: 0% !important;
  }

  .ct-04 .img-block,
  .ct-05 .img-block,
  .ct-06 .img-block,
  .ct-07 .img-block- {
    margin-bottom: 30px !important;
  }

  .ct-06 .img-block,
  .ct-07 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .img-block-hidden .video-btn,
  .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: calc(2/4 * 100%) !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 20px) !important;
  }

  .img-block-txt,
  .img-block-btn {
    margin-top: 30px !important;
  }

  .bc-1-wrapper .img-block,
  .bc-2-wrapper .img-block,
  .bc-2-img,
  .bc-3-img,
  .bc-4-img {
    margin-bottom: 30px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -50px !important;
  }

  .bc-6-img {
    margin-bottom: 20px !important;
    padding-inline: 15px !important;
    padding-top: 25px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 30px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .sb-rounded .statistic-block {
    padding: 25px !important;
    text-align: center !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: 12% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2,
  #sb-3-3 {
    margin-bottom: 30px !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(6/12 * 100%) !important;
  }

  #sb-2-3,
  #sb-2-4 {
    padding-right: 10px !important;
  }

  #sb-4-1,
  #sb-4-2,
  #sb-4-3 {
    margin-bottom: 25px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 30px !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px !important;
  }

  h2.statistic-number {
    font-size: 2.125rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 2rem !important;
  }

  #statistic-1 h2.statistic-number {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 2.125rem !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 12px !important;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem !important;
  }

  #statistic-5 .statistic-txt p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #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 !important;
  }

  .project-details h5 {
    margin-bottom: 20px !important;
  }

  .more-projects {
    margin-top: 40px !important;
  }

  .single-project .project-title {
    margin-bottom: 35px !important;
  }

  .project-title h2 {
    margin-bottom: 25px !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-bottom: 25px !important;
  }

  .project-data p {
    margin-bottom: 5px !important;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 30px !important;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px !important;
  }

  .project-inner-img.mt--50 {
    margin-top: 30px !important;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-block: 20px !important;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

  .project-description .more-projects {
    margin-top: 40px !important;
  }

  .project-description .more-projects span {
    top: 1px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 18px !important;
  }

  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 25px !important;
  }

  .rating-title h5 {
    padding-inline: 15% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .rbox-1-img {
    margin-bottom: 15px !important;
  }

  .rbox-1-img img {
    max-height: 30px !important;
  }

  .rbox-2-txt img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }

  .rbox-1 .star-rating {
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: 5px !important;
    font-size: 0.9rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .rbox-1 .star-rating span {
    top: 2px !important;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem !important;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.225rem !important;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.225rem !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    text-align: center !important;
  }

  #reviews-4 .txt-block h2,
  #reviews-5 .txt-block h2 {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.82142rem !important;
  }

  .review-1 {
    padding-inline: 30px !important;
    padding-top: 30px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-2 {
    padding-inline: 15px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-3,
  .review-4,
  .review-5 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-txt {
    margin-top: calc(40px * -1) !important;
  }

  .review-txt h6 {
    margin-bottom: 10px !important;
  }

  .review-3 .review-txt p {
    font-size: 1rem !important;
  }

  .review-1 .author-data,
  .review-2 .author-data,
  .review-3 .author-data,
  .review-4 .author-data,
  .review-5 .author-data {
    margin-top: 20px !important;
  }

  .review-avatar img,
  .owl-item .review-avatar img {
    height: 45px !important;
    width: 45px !important;
  }

  .review-2 .review-avatar img,
  .review-3 .review-avatar img,
  .review-5 .review-avatar img {
    height: 45px !important;
    width: 45px !important;
  }

  .review-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .review-1 .review-author,
  .review-2 .review-author,
  .review-3 .review-author,
  .review-5 .review-author {
    margin-top: 2px !important;
  }

  .review-author h6 {
    margin-bottom: 8px !important;
  }

  .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 !important;
  }

  #press-01,
  #press-02,
  #press-03,
  #press-04,
  #press-05,
  #press-06,
  #press-07 {
    margin-bottom: 25px !important;
  }

  .press-logo img {
    max-height: 70px !important;
  }

  .press-txt {
    margin-top: 8px !important;
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-3:after {
    height: 85% !important;
  }

  .brands-title {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-title.mb--35,
  .brands-title.mb--40 {
    margin-bottom: 20px !important;
  }

  .brands-title.mb--50 {
    margin-bottom: 25px !important;
  }

  .brands-title h5.s-19 {
    font-size: 1.21428rem !important;
  }

  .brands-title h4,
  .brands-title h3,
  .brands-title h2 {
    margin-bottom: 8px !important;
  }

  .brands-title p.p-md,
  .brands-title p.p-lg {
    font-size: 1rem !important;
  }

  .brands-3-wrapper,
  .brands-3-wrapper.brands-3-static {
    padding-inline: 15px !important;
    padding-block: 25px !important;
  }

  #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 !important;
  }

  #brand-3-5 {
    display: none !important;
  }

  #brands-1 .brands-carousel-6 .brand-logo,
  #brands-1 .brands-carousel-5 .brand-logo {
    padding-inline: 15px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-1 .justify-content-center .brand-logo,
  #brands-4 .brand-logo {
    padding-inline: 15px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-2 .brand-logo,
  #brands-3 .brand-logo,
  #brands-3 .brands-3-static .brand-logo {
    padding-inline: 11px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-section .more-btn {
    margin-top: 30px !important;
  }

  #integrations-2 .container {
    max-width: 100% !important;
  }

  .integrations-2-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 60px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 55px !important;
    width: 55px !important;
  }

  .in_tool h6 {
    font-size: 18px !important;
  }

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 48px !important;
    width: 48px !important;
  }

  .integrations-1-wrapper .in_tool {
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .integrations-1-wrapper .in_tool.mb--30,
  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 20px !important;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 5px !important;
    font-size: 1.25rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
    font-size: 1.0625rem !important;
  }

  .integrations-section .more-btn.mt--60,
  .integrations-section .more-btn.mt--70 {
    margin-top: 30px !important;
  }

  .p-table {
    margin-bottom: 30px !important;
  }

  .pricing-1-table,
  .text--center .pricing-1-table {
    padding-inline: 30px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .pricing-2-table {
    padding-inline: 30px !important;
    padding-block: 35px !important;
  }

  .pricing-3-table {
    padding-inline: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .pricing-4-table {
    padding-inline: 30px !important;
    padding-block: 25px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    font-size: 1.4285714rem !important;
  }

  .pricing-discount {
    top: calc(var(--spacing) * 0) !important;
    right: calc(2px * -1);
    padding-inline: 11px !important;
    padding-block: 6px !important;
  }

  .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -1) !important;
    right: calc(var(--spacing) * 0) !important;
    padding-inline: 13px !important;
    padding-block: 7px !important;
  }

  .text--center .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -8) !important;
    right: -5px !important;
  }

  .pricing-discount h6 {
    font-size: 1rem !important;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9rem !important;
  }

  .p-table p.btn-txt {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .pricing-3-table .price.mt--25 {
    margin-top: 20px !important;
  }

  .price span {
    font-size: 2.85rem !important;
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }

  .pricing-2-table.highlight .price span {
    font-size: 2.6rem !important;
  }

  .pricing-3-table .price span {
    font-size: 4.285714rem !important;
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.85rem !important;
  }

  .price sup {
    top: calc(2px * -1) !important;
    font-size: 2.4rem !important;
  }

  .pricing-3-table .price sup {
    top: calc(var(--spacing) * -4) !important;
    font-size: 2.5rem !important;
  }

  .pricing-4-table .price sup {
    top: calc(2px * -1) !important;
    font-size: 2.4rem !important;
  }

  .pricing-3-table .price sup.coins {
    top: -19px !important;
    font-size: 2.5rem !important;
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.285714rem !important;
  }

  .pricing-3-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
    font-size: 1.285714rem !important;
  }

  .pricing-4-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 1) !important;
    font-size: 1.285714rem !important;
  }

  .text--center .price p,
  .text--center .pricing-2-table .price p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .pricing-4-table .price p {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .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: 20px !important;
  }

  .pricing-2-table hr {
    margin-top: 20px !important;
  }

  .pricing-features.mt--25 {
    margin-top: 12px !important;
  }

  .pricing-features li,
  .pricing-4-table .pricing-features li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 9px !important;
  }

  .pricing-notice.mb--40 {
    margin-bottom: 20px !important;
  }

  .lg\:w-9\/12 .pricing-notice p,
  .lg\:w-10\/12 .pricing-notice p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pricing-4 .ext-toggle-btn {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem !important;
  }

  .table-responsive.mb--50 {
    margin-bottom: 30px !important;
  }

  .comp-table-rouded {
    padding-inline: 10px !important;
    padding-top: 10px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .table>:not(caption)>*>* {
    padding-block: 9px !important;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9rem !important;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.815rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.85rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px !important;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem !important;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem !important;
  }

  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px !important;
  }

  .pricing-section .txt-box-last {
    margin-bottom: 40px !important;
  }

  .pricing-section .pm-last {
    margin-bottom: 40px !important;
  }

  .comp-table-payment h6 {
    margin-bottom: 14px !important;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 25px !important;
  }

  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 35px !important;
  }

  .team-member-photo {
    margin-bottom: 22px !important;
  }

  #team-1 .team-member-data,
  #team-2 .team-member-data {
    margin-left: 10px !important;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px !important;
    font-size: 1.35714rem !important;
  }

  .team-member-data p,
  .team-member-data p.p-md,
  .team-member-data p.p-lg {
    font-size: 1.15rem !important;
  }

  ul.tm-social,
  #team-1 ul.tm-social {
    top: calc(var(--spacing) * 0) !important;
    right: 10px !important;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.375rem !important;
  }

  #careers-1 {
    padding-bottom: 30px !important;
  }

  .role-box {
    padding-inline: 30px !important;
    padding-block: 25px !important;
    text-align: center !important;
  }

  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 10px !important;
  }

  #careers-1 .role-box h6 {
    margin-bottom: calc(var(--spacing) * 1) !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt h6 {
    margin-bottom: 5px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt p {
    margin-bottom: 14px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .role-info hr,
  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 25px !important;
  }

  .txt-block.role-info .btn {
    margin-top: 25px !important;
  }

  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  #banner-9.py--70 {
    padding-block: 60px !important;
  }

  #banner-1 .container,
  #banner-2 .container,
  #banner-3 .container,
  #banner-11 .container,
  #banner-12 .container,
  #banner-13 .container {
    max-width: 100% !important;
  }

  .banner-1-wrapper,
  .banner-2-wrapper,
  .banner-3-wrapper,
  .banner-11-wrapper,
  .banner-12-wrapper,
  .banner-13-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
  }

  .banner-1-wrapper .banner-overlay,
  .banner-2-wrapper .banner-overlay,
  .banner-3-wrapper .banner-overlay {
    padding-inline: 15px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-inline: 20px !important;
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  #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 !important;
    padding-bottom: 60px !important;
  }

  #banner-10 .banner-overlay {
    padding-block: 60px !important;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  .banner-16-wrapper .banner-overlay {
    padding-inline: 10% !important;
    padding-block: 30px !important;
  }

  .banner-5-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .banner-8-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-12-txt,
  .banner-13-txt {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-section .section-id {
    margin-bottom: 18px !important;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px !important;
  }

  .banner-section h2,
  .banner-section h3 {
    font-size: 1.82142rem !important;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px !important;
  }

  .banner-2-txt h2,
  .banner-10-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-7-txt h2 {
    margin-bottom: 22px !important;
  }

  .banner-10-txt h6 {
    margin-bottom: 5px !important;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px !important;
    font-size: 3.25rem !important;
  }

  .banner-11-txt h2,
  .banner-12-txt h2,
  .banner-13-txt h2 {
    margin-bottom: 14px !important;
  }

  .banner-15-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-section p.p-lg,
  .banner-section p.p-xl {
    margin-bottom: 20px !important;
    font-size: 1.142857rem !important;
  }

  .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: 12px !important;
    margin-bottom: 20px !important;
  }

  .banner-3-txt p.p-lg,
  .banner-3-txt p.p-xl {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
  }

  .banner-5-txt p.p-lg,
  .banner-5-txt p.p-xl {
    margin-top: 12px !important;
  }

  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 11px !important;
    margin-bottom: 18px !important;
  }

  .banner-9-txt p.p-lg,
  .banner-9-txt p.p-xl {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-14-txt p.p-lg {
    margin-block: 18px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 18px !important;
  }

  .banner-8-buttons {
    margin-top: 15px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-15-txt .download-links {
    margin-top: 15px !important;
  }

  .banner-section .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-bottom: 12px !important;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 10px !important;
  }

  .banner-9-img {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-10-img {
    margin-inline: 5% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-11-img {
    margin-inline: 2% !important;
    margin-top: 30px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: calc(40px * -1) !important;
    rotate: 0deg !important;
  }

  #download-1 {
    padding-bottom: 30px !important;
  }

  .version-release {
    margin-bottom: 30px !important;
  }

  .release-data h5 {
    margin-bottom: 30px !important;
  }

  .release-data {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }

  span.version-data {
    margin-right: 5px !important;
    font-size: 1.5rem !important;
  }

  span.release-date span {
    margin-left: 5px !important;
    font-size: 1.05rem !important;
  }

  .release-download {
    margin-top: 15px !important;
  }

  #faqs-1,
  #faqs-4 {
    padding-bottom: 40px !important;
  }

  #faqs-1 .section-title {
    margin-bottom: 19px !important;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 24px !important;
  }

  #faqs-3 .section-title {
    margin-bottom: 35px !important;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 35px !important;
  }

  #faqs-3 .section-title .contact-link {
    display: block !important;
  }

  .faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 4) !important;
    padding-bottom: 20px !important;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 4) !important;
    padding-bottom: 21px !important;
  }

  .faqs-section .accordion-item .accordion-thumb:after,
  .faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: calc(var(--spacing) * 5) !important;
    right: 2px !important;
    font-size: 14px !important;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after,
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 17px !important;
    right: 2px !important;
    font-size: 14px !important;
  }

  .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 5px !important;
  }

  #faqs-2 .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 25px !important;
    padding-bottom: 10px !important;
  }

  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 20px !important;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8% !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .question h5,
  .accordion-panel-item h5 {
    margin-bottom: 15px !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .faqs-section .tabs-1 {
    margin-inline: 5px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .faqs-section .tabs-1 li {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
    min-width: 100% !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }

  #faqs-2 .more-questions {
    margin-inline: auto !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px !important;
  }

  .more-questions-txt {
    padding-inline: 20px !important;
    padding-block: 14px !important;
    color: white !important;
    cursor: pointer;
  }

  .more-questions-txt:hover {
    color: #353f4f !important;
  }

  .more-questions-txt span {
    color: inherit !important;
    cursor: pointer;
  }

  .more-questions-txt p {
    font-size: 1.1rem !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-2 .container {
    max-width: 100% !important;
  }

  #newsletter-2 .newsletter-overlay {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 8% !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-block: 50px !important;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px !important;
  }

  .newsletter-txt h4,
  .newsletter-txt h3 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.642857rem !important;
  }

  #newsletter-3 .newsletter-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form,
  #newsletter-3 .newsletter-form,
  #newsletter-4 .newsletter-form {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control,
  #newsletter-1.newsletter-section .form-control,
  #newsletter-5.newsletter-section .form-control {
    height: 46px !important;
    font-size: 1.0625rem !important;
  }

  .newsletter-section .btn,
  #newsletter-1 .btn,
  #newsletter-5.newsletter-section .btn {
    height: 46px !important;
    font-size: 1.0625rem !important;
  }

  #bp-1-1,
  #bp-1-2 {
    margin-bottom: 30px !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 25px !important;
  }

  .post-tag {
    margin-bottom: 14px !important;
    font-size: 0.825rem !important;
  }

  .blog-post-txt h6,
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 10px !important;
  }

  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px !important;
  }

  .wide-post {
    margin-bottom: 30px !important;
  }

  .wide-post h3.s-36,
  .wide-post h3.s-38,
  .wide-post h3.s-40,
  .square-post h4.s-34 {
    font-size: 1.285714rem !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 25px !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 20px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }

  .posts-category span {
    top: 1.25px !important;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .single-post-title h3,
  .single-post-title h2 {
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 22px !important;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none !important;
  }

  #single-post .post-meta-list li {
    margin-top: 10px !important;
    display: block !important;
  }

  .post-inner-img {
    margin-block: 25px !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 25px !important;
    font-size: 1.0625rem !important;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem !important;
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }

  .post-share-list {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .post-author {
    display: block !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: 50px !important;
  }

  .post-author-avatar {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
  }

  .post-author-avatar img {
    height: 70px !important;
    width: 70px !important;
  }

  .post-author-txt h5 {
    margin-bottom: 10px !important;
  }

  .author-follow-btn {
    top: 130px !important;
    right: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
  }

  .post-comments {
    padding-top: 50px !important;
  }

  .post-comments h5 {
    margin-bottom: 40px !important;
  }

  .comment-body {
    margin-left: 15px !important;
  }

  .post-comments img {
    height: 37px !important;
    width: 37px !important;
  }

  .comment-meta {
    margin-bottom: 5px !important;
  }

  .comment-meta h6 {
    margin-bottom: 5px !important;
  }

  .comment-date,
  .btn-reply a {
    font-size: 0.95rem !important;
  }

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

  .post-comments #leave-comment h5 {
    margin-top: 50px !important;
  }

  .comment-form p {
    margin-bottom: 10px !important;
  }

  .comment-form {
    margin-top: 50px !important;
  }

  .comment-form .btn {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px !important;
    font-size: 14px !important;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 12px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    height: 50px !important;
  }

  .contact-form textarea {
    min-height: 170px !important;
  }

  .contact-form textarea.form-control {
    padding: 15px !important;
  }

  .footer {
    padding-bottom: 30px !important;
  }

  .footer hr {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  #footer-10.pt--50 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  .footer .sm\:w-4\/12,
  .footer .sm\:w-6\/12,
  .footer .sm\:w-8\/12 {
    float: left !important;
    width: calc(6/12 * 100%) !important;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none !important;
    width: 100% !important;
  }

  .footer-info,
  #footer-2 .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 35px !important;
  }

  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px !important;
    padding-bottom: 35px !important;
  }

  #footer-8 .footer-links,
  #footer-10 .footer-links {
    margin-bottom: 10px !important;
  }

  img.footer-logo,
  img.footer-logo-dark {
    max-height: 34px !important;
  }

  #footer-1 .footer-logo,
  #footer-5 .footer-logo,
  #footer-6 .footer-logo,
  #footer-7 .footer-logo {
    margin-bottom: 22px !important;
  }

  #footer-10 img.footer-logo {
    max-height: 34px !important;
  }

  .footer h6 {
    margin-bottom: 18px !important;
    font-size: 1.1785714rem !important;
  }

  .footer-mail-link {
    font-size: 1.0714285rem !important;
  }

  .footer-mail-link span {
    top: 3px !important;
    right: calc(var(--spacing) * 1) !important;
  }

  #footer-8 .foo-links li {
    display: block !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .foo-links li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .foo-links.ico-10 li span {
    top: 1px !important;
    right: 3px !important;
  }

  .foo-links li a span.ext-link {
    top: calc(var(--spacing) * 0) !important;
    left: 3px !important;
  }

  .footer-stores-badge .store {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
    display: block !important;
    text-align: left !important;
  }

  .footer-form {
    margin-right: 6% !important;
  }

  #footer-9 .footer-form {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .footer-form .form-control {
    font-size: 1.1rem !important;
  }

  .footer-form .form-control,
  .footer-form .btn {
    height: calc(var(--spacing) * 7) !important;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 18px !important;
    --tw-leading: 22px !important;
    line-height: 22px !important;
  }

  .bottom-footer-socials {
    margin-top: 10px !important;
  }

  .bottom-footer-socials li {
    padding-left: calc(var(--spacing) * 3) !important;

    &:first-child {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }

  .bottom-footer-list {
    margin-top: 3px !important;
  }

  #footer-4 .bottom-footer-list li,
  #footer-9 .bottom-footer-list li {
    padding-left: calc(var(--spacing) * 2) !important;
  }

  #footer-4 .bottom-footer-list li span,
  #footer-9 .bottom-footer-list li span {
    margin-right: 1px !important;
  }

  .footer-list-divider {
    top: calc(var(--spacing) * 0) !important;
  }

  .bottom-secondary-link p span {
    top: 1.5px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright p span {
    top: 2px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before,
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem !important;
  }

  .inner-page-hero,
  .page-hero-section-overlay {
    padding-top: 60px !important;
  }

  .inner-page-title {
    margin-bottom: 40px !important;
  }

  .inner-page-title h2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .inner-page-title p {
    margin-top: 12px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.125rem !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section h1 {
    margin-bottom: 20px !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .page-link {
    padding-inline: 10px !important;
    padding-block: 2px !important;
    font-size: 0.95rem !important;
  }

  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px !important;
  }

  #login,
  #signup,
  #reset-password {
    padding-block: 70px !important;
  }

  .login-page-logo {
    margin-bottom: 38px !important;
  }

  .login-page-logo img {
    max-height: 36px !important;
  }

  .register-form-title {
    margin-bottom: 25px !important;
  }

  .register-form-title h3 {
    margin-bottom: 8px !important;
    font-size: 1.57142rem !important;
  }

  .separator-line,
  .register-page-form p.input-header,
  .form-data span,
  .register-page-form .btn-google {
    font-size: 1rem !important;
  }

  #signup .form-data span {
    font-size: 0.95rem !important;
  }

  .reset-password-link p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .register-page-form p.create-account {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .separator-line {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
  }

  .reset-form-title {
    margin-bottom: 16px !important;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px !important;
    font-size: 1rem !important;
  }

  .reset-page-wrapper {
    margin-inline: 10px !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .reset-page-wrapper form {
    padding-inline: 10px !important;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
  }

  #login .register-page-form,
  #signup .register-page-form {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  #login.login-1 .register-page-form,
  #signup.signup-1 .register-page-form {
    padding: 5px !important;
  }

  .reset-page-wrapper .form-control,
  .register-page-form .form-control {
    margin-bottom: 20px !important;
    height: 50px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
    font-size: 1.0625rem !important;
  }

  #login .register-page-form .btn.submit {
    margin-top: 12px !important;
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 20px !important;
    height: 50px !important;
    font-size: 1.1rem !important;
  }

  .reset-page-wrapper .btn.submit {
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  .btn-google img {
    top: calc(2px * -1) !important;
    right: 5px !important;
    height: 18px !important;
    width: 18px !important;
  }

  .btn-show-pass {
    top: calc(var(--spacing) * 4) !important;
  }

  .page-404-txt {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
  }

  .page-404-txt h2 {
    margin-bottom: 12px !important;
  }

  .page-404-txt h6 {
    margin-bottom: 20px !important;
    padding: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6 !important;
    line-height: 1.6 !important;
  }

  .page-404-img {
    margin-bottom: 30px !important;
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #modal-1 .modal-dialog {
    margin: auto !important;
    max-width: 280px !important;
  }

  #modal-2 .modal-dialog {
    margin: auto !important;
    width: 300px !important;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto !important;
    width: 290px !important;
  }

  #modal-1.modal .btn-close {
    top: 10px !important;
    right: 10px !important;
  }

  #modal-2 .modal-body-content {
    padding-inline: 25px !important;
    padding-top: 22px !important;
    padding-bottom: 5px !important;
  }

  #modal-3 .modal-body-content {
    padding-inline: 10px !important;
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }

  .modal-body .newsletter-form {
    margin-top: 15px !important;
  }

  .modal .form-control,
  .modal .newsletter-form .btn {
    height: 46px !important;
    font-size: 1.0625rem !important;
  }

  #modal-3 .request-form-title p {
    margin-top: 12px !important;
    margin-bottom: 16px !important;
  }

  #modal-3 .request-form .form-control {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .btn {
    height: 46px !important;
    font-size: 1rem !important;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
    }
  }
}