/*
Template Name: Blueberry Funded
Template URL: 
Description: 
Author: 
Author URI: 
Version: 1.0.0
*/
/*------------------- Mixin -------------------*/
/*------------------- Function -------------------*/
/*------------------- Fonts -------------------*/
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-LightItalic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Italic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Bold.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-ThinItalic.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Light.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Medium.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Regular.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Black.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Creato Display";
  src: url("../fonts/creato/CreatoDisplay-Thin.woff2") format("woff2"), url("../fonts/creato/CreatoDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*------------------- Variable-------------------*/
:root {
  --theme-color: #7F24FF;
  --theme-color2: #A769FF;
  --theme-color3: #7F24FF;
  --title-color: #fff;
  --body-color: #ADADAD;
  --body-bg: #0C0319;
  --smoke-color: rgba(127, 36, 255, 0.2);
  --smoke-color2: #180630;
  --smoke-color3: #FDEBD7;
  --black-color: #04132D;
  --white-color: #ffffff;
  --light-color: #A3AEC7;
  --gray-color: #5A6476;
  --yellow-color: #FFB539;
  --success-color: #12DFBA;
  --error-color: #FF1C1C;
  --ot-border-color: rgba(255, 255, 255, 0.2);
  --title-font: "Creato Display";
  --body-font: "Inter Tight", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 20px;
  --section-space: 140px;
  --section-space-mobile: 70px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

/*------------------- Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  background-color: var(--body-bg);
  position: relative;
  z-index: 2;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--ot-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
}

td,
th {
  border: 1px solid var(--ot-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  line-height: inherit;
}

b, strong {
  font-weight: bold;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: transparent;
  color: var(--body-color);
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.6;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 86px;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 64px;
  line-height: 1.1;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 74px;
  }
  .h2,
  h2 {
    font-size: 56px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 64px;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 48px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 30px;
    line-height: 1.333;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 44px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 1.35;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 340px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}
/*------------------- Icon -------------------*/
.ot-icon {
  width: 16px;
  height: 16px;
  background-color: var(--body-color);
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-top: -1px;
}
.ot-icon.arrow-left {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6L1 6M1 6L6 11M1 6L6 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6L1 6M1 6L6 11M1 6L6 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.arrow-right {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6H11M11 6L6 1M11 6L6 11" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6H11M11 6L6 1M11 6L6 11" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.chevron-left {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="22" height="38" viewBox="0 0 22 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 34L2.5 19L17.5 4" stroke="%23A769FF" stroke-opacity="0.44" stroke-width="5" stroke-linecap="square" stroke-linejoin="bevel"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="22" height="38" viewBox="0 0 22 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 34L2.5 19L17.5 4" stroke="%23A769FF" stroke-opacity="0.44" stroke-width="5" stroke-linecap="square" stroke-linejoin="bevel"/></svg>');
}
.ot-icon.arrow-right-circle {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.59854 6.6255L11.9902 10.0027L8.59853 13.3799" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0.999999C14.97 1 19 5.0291 19 10C19 14.9709 14.97 19 10 19C5.0301 19 1 14.9709 1 10C1 5.0291 5.0301 0.999999 10 0.999999Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.59854 6.6255L11.9902 10.0027L8.59853 13.3799" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0.999999C14.97 1 19 5.0291 19 10C19 14.9709 14.97 19 10 19C5.0301 19 1 14.9709 1 10C1 5.0291 5.0301 0.999999 10 0.999999Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.play {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M45.5507 35.057L9.57529 55.6143C6.43088 57.4111 4.85868 58.3095 3.56949 58.17C2.44491 58.0482 1.42445 57.456 0.760794 56.54C0 55.4899 0 53.6792 0 50.0576V29.5002V8.94286C0 5.32129 0 3.5105 0.760794 2.46041C1.42445 1.5444 2.44491 0.952209 3.56949 0.830463C4.85868 0.690899 6.43087 1.58929 9.57524 3.38608L9.57528 3.3861L45.5507 23.9435C48.7375 25.7645 50.3309 26.675 50.864 27.8668C51.329 28.9061 51.329 30.0943 50.864 31.1337C50.3309 32.3254 48.7375 33.236 45.5507 35.057Z" fill="%237F24FF"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M45.5507 35.057L9.57529 55.6143C6.43088 57.4111 4.85868 58.3095 3.56949 58.17C2.44491 58.0482 1.42445 57.456 0.760794 56.54C0 55.4899 0 53.6792 0 50.0576V29.5002V8.94286C0 5.32129 0 3.5105 0.760794 2.46041C1.42445 1.5444 2.44491 0.952209 3.56949 0.830463C4.85868 0.690899 6.43087 1.58929 9.57524 3.38608L9.57528 3.3861L45.5507 23.9435C48.7375 25.7645 50.3309 26.675 50.864 27.8668C51.329 28.9061 51.329 30.0943 50.864 31.1337C50.3309 32.3254 48.7375 33.236 45.5507 35.057Z" fill="%237F24FF"/></svg>');
}
.ot-icon.star {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0L14.6942 8.2918H23.4127L16.3593 13.4164L19.0534 21.7082L12 16.5836L4.94658 21.7082L7.64074 13.4164L0.587322 8.2918H9.30583L12 0Z" fill="%230A57FE"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0L14.6942 8.2918H23.4127L16.3593 13.4164L19.0534 21.7082L12 16.5836L4.94658 21.7082L7.64074 13.4164L0.587322 8.2918H9.30583L12 0Z" fill="%230A57FE"/></svg>');
}
.ot-icon.star-trustpilot {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00156 12.1758L12.6516 11.2508L14.1766 15.9508L9.00156 12.1758ZM17.4016 6.10078H10.9766L9.00156 0.0507812L7.02656 6.10078H0.601562L5.80157 9.85078L3.82656 15.9008L9.02656 12.1508L12.2266 9.85078L17.4016 6.10078Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00156 12.1758L12.6516 11.2508L14.1766 15.9508L9.00156 12.1758ZM17.4016 6.10078H10.9766L9.00156 0.0507812L7.02656 6.10078H0.601562L5.80157 9.85078L3.82656 15.9008L9.02656 12.1508L12.2266 9.85078L17.4016 6.10078Z" fill="white"/></svg>');
}
.ot-icon.stars {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 21V16M3.5 6V1M1 3.5H6M1 18.5H6M12 2L10.2658 6.50886C9.98381 7.24209 9.8428 7.60871 9.62353 7.91709C9.42919 8.1904 9.1904 8.42919 8.91709 8.62353C8.60871 8.84281 8.24209 8.98381 7.50886 9.26582L3 11L7.50886 12.7342C8.24209 13.0162 8.60871 13.1572 8.91709 13.3765C9.1904 13.5708 9.42919 13.8096 9.62353 14.0829C9.84281 14.3913 9.98381 14.7579 10.2658 15.4911L12 20L13.7342 15.4911C14.0162 14.7579 14.1572 14.3913 14.3765 14.0829C14.5708 13.8096 14.8096 13.5708 15.0829 13.3765C15.3913 13.1572 15.7579 13.0162 16.4911 12.7342L21 11L16.4911 9.26582C15.7579 8.98381 15.3913 8.8428 15.0829 8.62353C14.8096 8.42919 14.5708 8.1904 14.3765 7.91709C14.1572 7.60871 14.0162 7.24209 13.7342 6.50886L12 2Z" stroke="%23AA8BFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 21V16M3.5 6V1M1 3.5H6M1 18.5H6M12 2L10.2658 6.50886C9.98381 7.24209 9.8428 7.60871 9.62353 7.91709C9.42919 8.1904 9.1904 8.42919 8.91709 8.62353C8.60871 8.84281 8.24209 8.98381 7.50886 9.26582L3 11L7.50886 12.7342C8.24209 13.0162 8.60871 13.1572 8.91709 13.3765C9.1904 13.5708 9.42919 13.8096 9.62353 14.0829C9.84281 14.3913 9.98381 14.7579 10.2658 15.4911L12 20L13.7342 15.4911C14.0162 14.7579 14.1572 14.3913 14.3765 14.0829C14.5708 13.8096 14.8096 13.5708 15.0829 13.3765C15.3913 13.1572 15.7579 13.0162 16.4911 12.7342L21 11L16.4911 9.26582C15.7579 8.98381 15.3913 8.8428 15.0829 8.62353C14.8096 8.42919 14.5708 8.1904 14.3765 7.91709C14.1572 7.60871 14.0162 7.24209 13.7342 6.50886L12 2Z" stroke="%23AA8BFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.angle-arrow {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 17L1 15.6C1 12.2397 1 10.5595 1.65396 9.27606C2.2292 8.14708 3.14709 7.2292 4.27606 6.65396C5.55953 6 7.23969 6 10.6 6L17 6M17 6L12 11M17 6L12 1" stroke="%23AB8CFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 17L1 15.6C1 12.2397 1 10.5595 1.65396 9.27606C2.2292 8.14708 3.14709 7.2292 4.27606 6.65396C5.55953 6 7.23969 6 10.6 6L17 6M17 6L12 11M17 6L12 1" stroke="%23AB8CFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.market-graph {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 19H2.6C2.03995 19 1.75992 19 1.54601 18.891C1.35785 18.7951 1.20487 18.6422 1.10899 18.454C1 18.2401 1 17.9601 1 17.4V2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H5.4C5.96005 1 6.24008 1 6.45399 1.10899C6.64215 1.20487 6.79513 1.35785 6.89101 1.54601C7 1.75992 7 2.03995 7 2.6V5M7 19H13M7 19L7 5M7 5H11.4C11.9601 5 12.2401 5 12.454 5.10899C12.6422 5.20487 12.7951 5.35785 12.891 5.54601C13 5.75992 13 6.03995 13 6.6V19M13 9H17.4C17.9601 9 18.2401 9 18.454 9.10899C18.6422 9.20487 18.7951 9.35785 18.891 9.54601C19 9.75992 19 10.0399 19 10.6V17.4C19 17.9601 19 18.2401 18.891 18.454C18.7951 18.6422 18.6422 18.7951 18.454 18.891C18.2401 19 17.9601 19 17.4 19H13" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 19H2.6C2.03995 19 1.75992 19 1.54601 18.891C1.35785 18.7951 1.20487 18.6422 1.10899 18.454C1 18.2401 1 17.9601 1 17.4V2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H5.4C5.96005 1 6.24008 1 6.45399 1.10899C6.64215 1.20487 6.79513 1.35785 6.89101 1.54601C7 1.75992 7 2.03995 7 2.6V5M7 19H13M7 19L7 5M7 5H11.4C11.9601 5 12.2401 5 12.454 5.10899C12.6422 5.20487 12.7951 5.35785 12.891 5.54601C13 5.75992 13 6.03995 13 6.6V19M13 9H17.4C17.9601 9 18.2401 9 18.454 9.10899C18.6422 9.20487 18.7951 9.35785 18.891 9.54601C19 9.75992 19 10.0399 19 10.6V17.4C19 17.9601 19 18.2401 18.891 18.454C18.7951 18.6422 18.6422 18.7951 18.454 18.891C18.2401 19 17.9601 19 17.4 19H13" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.chat-tick {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 8.5L9 10.5L13.5 6M5 16V18.3355C5 18.8684 5 19.1348 5.10923 19.2716C5.20422 19.3906 5.34827 19.4599 5.50054 19.4597C5.67563 19.4595 5.88367 19.2931 6.29976 18.9602L8.68521 17.0518C9.17252 16.662 9.41617 16.4671 9.68749 16.3285C9.9282 16.2055 10.1844 16.1156 10.4492 16.0613C10.7477 16 11.0597 16 11.6837 16H14.2C15.8802 16 16.7202 16 17.362 15.673C17.9265 15.3854 18.3854 14.9265 18.673 14.362C19 13.7202 19 12.8802 19 11.2V5.8C19 4.11984 19 3.27976 18.673 2.63803C18.3854 2.07354 17.9265 1.6146 17.362 1.32698C16.7202 1 15.8802 1 14.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V12C1 12.93 1 13.395 1.10222 13.7765C1.37962 14.8117 2.18827 15.6204 3.22354 15.8978C3.60504 16 4.07003 16 5 16Z" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 8.5L9 10.5L13.5 6M5 16V18.3355C5 18.8684 5 19.1348 5.10923 19.2716C5.20422 19.3906 5.34827 19.4599 5.50054 19.4597C5.67563 19.4595 5.88367 19.2931 6.29976 18.9602L8.68521 17.0518C9.17252 16.662 9.41617 16.4671 9.68749 16.3285C9.9282 16.2055 10.1844 16.1156 10.4492 16.0613C10.7477 16 11.0597 16 11.6837 16H14.2C15.8802 16 16.7202 16 17.362 15.673C17.9265 15.3854 18.3854 14.9265 18.673 14.362C19 13.7202 19 12.8802 19 11.2V5.8C19 4.11984 19 3.27976 18.673 2.63803C18.3854 2.07354 17.9265 1.6146 17.362 1.32698C16.7202 1 15.8802 1 14.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V12C1 12.93 1 13.395 1.10222 13.7765C1.37962 14.8117 2.18827 15.6204 3.22354 15.8978C3.60504 16 4.07003 16 5 16Z" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.stick-star {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1V21M18.0711 3.92893L3.92893 18.0711M21 11H1M18.0711 18.0711L3.92893 3.92893" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1V21M18.0711 3.92893L3.92893 18.0711M21 11H1M18.0711 18.0711L3.92893 3.92893" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.cube {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 6.27771L9.99997 10.9999M9.99997 10.9999L1.49997 6.27771M9.99997 10.9999L10 20.5M19 15.0585V6.94141C19 6.59876 19 6.42744 18.9495 6.27464C18.9049 6.13947 18.8318 6.01539 18.7354 5.9107C18.6263 5.79236 18.4766 5.70916 18.177 5.54276L10.777 1.43164C10.4934 1.27409 10.3516 1.19531 10.2015 1.16442C10.0685 1.13709 9.93146 1.13709 9.79855 1.16442C9.64838 1.19531 9.50658 1.27409 9.22297 1.43165L1.82297 5.54276C1.52345 5.70916 1.37369 5.79236 1.26463 5.9107C1.16816 6.01539 1.09515 6.13947 1.05048 6.27465C1 6.42745 1 6.59877 1 6.94141V15.0585C1 15.4012 1 15.5725 1.05048 15.7253C1.09515 15.8605 1.16816 15.9845 1.26463 16.0892C1.37369 16.2076 1.52345 16.2908 1.82297 16.4572L9.22297 20.5683C9.50658 20.7258 9.64838 20.8046 9.79855 20.8355C9.93146 20.8628 10.0685 20.8628 10.2015 20.8355C10.3516 20.8046 10.4934 20.7258 10.777 20.5683L18.177 16.4572C18.4766 16.2908 18.6263 16.2076 18.7354 16.0892C18.8318 15.9845 18.9049 15.8605 18.9495 15.7253C19 15.5725 19 15.4012 19 15.0585Z" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 6.27771L9.99997 10.9999M9.99997 10.9999L1.49997 6.27771M9.99997 10.9999L10 20.5M19 15.0585V6.94141C19 6.59876 19 6.42744 18.9495 6.27464C18.9049 6.13947 18.8318 6.01539 18.7354 5.9107C18.6263 5.79236 18.4766 5.70916 18.177 5.54276L10.777 1.43164C10.4934 1.27409 10.3516 1.19531 10.2015 1.16442C10.0685 1.13709 9.93146 1.13709 9.79855 1.16442C9.64838 1.19531 9.50658 1.27409 9.22297 1.43165L1.82297 5.54276C1.52345 5.70916 1.37369 5.79236 1.26463 5.9107C1.16816 6.01539 1.09515 6.13947 1.05048 6.27465C1 6.42745 1 6.59877 1 6.94141V15.0585C1 15.4012 1 15.5725 1.05048 15.7253C1.09515 15.8605 1.16816 15.9845 1.26463 16.0892C1.37369 16.2076 1.52345 16.2908 1.82297 16.4572L9.22297 20.5683C9.50658 20.7258 9.64838 20.8046 9.79855 20.8355C9.93146 20.8628 10.0685 20.8628 10.2015 20.8355C10.3516 20.8046 10.4934 20.7258 10.777 20.5683L18.177 16.4572C18.4766 16.2908 18.6263 16.2076 18.7354 16.0892C18.8318 15.9845 18.9049 15.8605 18.9495 15.7253C19 15.5725 19 15.4012 19 15.0585Z" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.order-type {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 19.75L9.22297 20.5683C9.50658 20.7258 9.64838 20.8046 9.79855 20.8355C9.93146 20.8628 10.0685 20.8628 10.2015 20.8355C10.3516 20.8046 10.4934 20.7258 10.777 20.5683L12.25 19.75M3.25 17.25L1.82297 16.4572C1.52346 16.2908 1.37368 16.2076 1.26463 16.0892C1.16816 15.9845 1.09515 15.8605 1.05048 15.7253C1 15.5725 1 15.4012 1 15.0585V13.5M1 8.49996V6.94141C1 6.59877 1 6.42744 1.05048 6.27465C1.09515 6.13947 1.16816 6.01539 1.26463 5.9107C1.37368 5.79236 1.52345 5.70916 1.82297 5.54276L3.25 4.74996M7.75 2.24996L9.22297 1.43164C9.50658 1.27409 9.64838 1.19531 9.79855 1.16442C9.93146 1.13709 10.0685 1.13709 10.2015 1.16442C10.3516 1.19531 10.4934 1.27409 10.777 1.43164L12.25 2.24996M16.75 4.74996L18.177 5.54276C18.4766 5.70916 18.6263 5.79236 18.7354 5.9107C18.8318 6.01539 18.9049 6.13947 18.9495 6.27464C19 6.42744 19 6.59876 19 6.94141V8.49996M19 13.5V15.0585C19 15.4012 19 15.5725 18.9495 15.7253C18.9049 15.8605 18.8318 15.9845 18.7354 16.0892C18.6263 16.2076 18.4766 16.2908 18.177 16.4572L16.75 17.25M7.75 9.74996L10 11M10 11L12.25 9.74996M10 11V13.5M1 5.99996L3.25 7.24996M16.75 7.24996L19 5.99996M10 18.5V21" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 19.75L9.22297 20.5683C9.50658 20.7258 9.64838 20.8046 9.79855 20.8355C9.93146 20.8628 10.0685 20.8628 10.2015 20.8355C10.3516 20.8046 10.4934 20.7258 10.777 20.5683L12.25 19.75M3.25 17.25L1.82297 16.4572C1.52346 16.2908 1.37368 16.2076 1.26463 16.0892C1.16816 15.9845 1.09515 15.8605 1.05048 15.7253C1 15.5725 1 15.4012 1 15.0585V13.5M1 8.49996V6.94141C1 6.59877 1 6.42744 1.05048 6.27465C1.09515 6.13947 1.16816 6.01539 1.26463 5.9107C1.37368 5.79236 1.52345 5.70916 1.82297 5.54276L3.25 4.74996M7.75 2.24996L9.22297 1.43164C9.50658 1.27409 9.64838 1.19531 9.79855 1.16442C9.93146 1.13709 10.0685 1.13709 10.2015 1.16442C10.3516 1.19531 10.4934 1.27409 10.777 1.43164L12.25 2.24996M16.75 4.74996L18.177 5.54276C18.4766 5.70916 18.6263 5.79236 18.7354 5.9107C18.8318 6.01539 18.9049 6.13947 18.9495 6.27464C19 6.42744 19 6.59876 19 6.94141V8.49996M19 13.5V15.0585C19 15.4012 19 15.5725 18.9495 15.7253C18.9049 15.8605 18.8318 15.9845 18.7354 16.0892C18.6263 16.2076 18.4766 16.2908 18.177 16.4572L16.75 17.25M7.75 9.74996L10 11M10 11L12.25 9.74996M10 11V13.5M1 5.99996L3.25 7.24996M16.75 7.24996L19 5.99996M10 18.5V21" stroke="%236E3AFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.search {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z" stroke="%23AEBBB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z" stroke="%23AEBBB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.tick {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6654 1.5L4.2487 7.91667L1.33203 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6654 1.5L4.2487 7.91667L1.33203 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.user {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M10.0005 1C8.17986 0.99989 6.40195 1.55199 4.90158 2.58339C3.40121 3.61479 2.24894 5.077 1.59692 6.77693C0.944896 8.47686 0.823785 10.3346 1.24958 12.1048C1.67537 13.875 2.62804 15.4744 3.9818 16.6919C4.54642 15.5809 5.40761 14.6478 6.46995 13.9962C7.53228 13.3446 8.75428 12.9998 10.0005 13C9.25887 13 8.53384 12.7801 7.91716 12.368C7.30047 11.956 6.81983 11.3703 6.536 10.6851C6.25217 9.99984 6.17791 9.24584 6.3226 8.51841C6.4673 7.79098 6.82445 7.1228 7.3489 6.59835C7.87334 6.0739 8.54153 5.71675 9.26896 5.57205C9.99639 5.42736 10.7504 5.50162 11.4356 5.78545C12.1208 6.06928 12.7065 6.54993 13.1186 7.16661C13.5306 7.7833 13.7505 8.50832 13.7505 9.25C13.7505 10.2446 13.3555 11.1984 12.6522 11.9017C11.9489 12.6049 10.9951 13 10.0005 13C11.2467 12.9997 12.4686 13.3443 13.531 13.9958C14.5933 14.6473 15.4545 15.5801 16.0193 16.6909C17.3727 15.4734 18.3251 13.874 18.7507 12.104C19.1762 10.334 19.055 8.47648 18.4031 6.77676C17.7511 5.07704 16.599 3.61499 15.0988 2.58363C13.5987 1.55228 11.821 1.0001 10.0005 1Z" fill="%237F24FF"/><path d="M3.98047 16.6904C4.54476 15.5789 5.40581 14.6454 6.46816 13.9933C7.53052 13.3413 8.7527 12.9961 9.99922 12.9961C11.2457 12.9961 12.4679 13.3413 13.5303 13.9933C14.5926 14.6454 15.4537 15.5789 16.018 16.6904" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 13C12.0711 13 13.75 11.3211 13.75 9.25C13.75 7.17893 12.0711 5.5 10 5.5C7.92893 5.5 6.25 7.17893 6.25 9.25C6.25 11.3211 7.92893 13 10 13Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M10.0005 1C8.17986 0.99989 6.40195 1.55199 4.90158 2.58339C3.40121 3.61479 2.24894 5.077 1.59692 6.77693C0.944896 8.47686 0.823785 10.3346 1.24958 12.1048C1.67537 13.875 2.62804 15.4744 3.9818 16.6919C4.54642 15.5809 5.40761 14.6478 6.46995 13.9962C7.53228 13.3446 8.75428 12.9998 10.0005 13C9.25887 13 8.53384 12.7801 7.91716 12.368C7.30047 11.956 6.81983 11.3703 6.536 10.6851C6.25217 9.99984 6.17791 9.24584 6.3226 8.51841C6.4673 7.79098 6.82445 7.1228 7.3489 6.59835C7.87334 6.0739 8.54153 5.71675 9.26896 5.57205C9.99639 5.42736 10.7504 5.50162 11.4356 5.78545C12.1208 6.06928 12.7065 6.54993 13.1186 7.16661C13.5306 7.7833 13.7505 8.50832 13.7505 9.25C13.7505 10.2446 13.3555 11.1984 12.6522 11.9017C11.9489 12.6049 10.9951 13 10.0005 13C11.2467 12.9997 12.4686 13.3443 13.531 13.9958C14.5933 14.6473 15.4545 15.5801 16.0193 16.6909C17.3727 15.4734 18.3251 13.874 18.7507 12.104C19.1762 10.334 19.055 8.47648 18.4031 6.77676C17.7511 5.07704 16.599 3.61499 15.0988 2.58363C13.5987 1.55228 11.821 1.0001 10.0005 1Z" fill="%237F24FF"/><path d="M3.98047 16.6904C4.54476 15.5789 5.40581 14.6454 6.46816 13.9933C7.53052 13.3413 8.7527 12.9961 9.99922 12.9961C11.2457 12.9961 12.4679 13.3413 13.5303 13.9933C14.5926 14.6454 15.4537 15.5789 16.018 16.6904" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 13C12.0711 13 13.75 11.3211 13.75 9.25C13.75 7.17893 12.0711 5.5 10 5.5C7.92893 5.5 6.25 7.17893 6.25 9.25C6.25 11.3211 7.92893 13 10 13Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.calendar {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M1.75 7.25H18.25V3.5C18.25 3.30109 18.171 3.11032 18.0303 2.96967C17.8897 2.82902 17.6989 2.75 17.5 2.75H2.5C2.30109 2.75 2.11032 2.82902 1.96967 2.96967C1.82902 3.11032 1.75 3.30109 1.75 3.5V7.25Z" fill="%237F24FF"/><path d="M17.5 2.75H2.5C2.08579 2.75 1.75 3.08579 1.75 3.5V18.5C1.75 18.9142 2.08579 19.25 2.5 19.25H17.5C17.9142 19.25 18.25 18.9142 18.25 18.5V3.5C18.25 3.08579 17.9142 2.75 17.5 2.75Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.5 1.25V4.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 1.25V4.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.75 7.25H18.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M1.75 7.25H18.25V3.5C18.25 3.30109 18.171 3.11032 18.0303 2.96967C17.8897 2.82902 17.6989 2.75 17.5 2.75H2.5C2.30109 2.75 2.11032 2.82902 1.96967 2.96967C1.82902 3.11032 1.75 3.30109 1.75 3.5V7.25Z" fill="%237F24FF"/><path d="M17.5 2.75H2.5C2.08579 2.75 1.75 3.08579 1.75 3.5V18.5C1.75 18.9142 2.08579 19.25 2.5 19.25H17.5C17.9142 19.25 18.25 18.9142 18.25 18.5V3.5C18.25 3.08579 17.9142 2.75 17.5 2.75Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.5 1.25V4.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 1.25V4.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.75 7.25H18.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.time {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" fill="%237F24FF"/><path d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 4.75V10H15.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" fill="%237F24FF"/><path d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 4.75V10H15.25" stroke="%237F24FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.email {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83203 5.08325L8.28371 6.53275C9.71303 7.37784 10.2844 7.37784 11.7137 6.53275L14.1654 5.08325" stroke="%23ADADAD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.68111 9.22953C1.73559 11.7841 1.76282 13.0614 2.70543 14.0076C3.64804 14.9539 4.95992 14.9868 7.58367 15.0527C9.20072 15.0934 10.8019 15.0934 12.419 15.0527C15.0427 14.9868 16.3546 14.9539 17.2971 14.0076C18.2398 13.0614 18.2671 11.7841 18.3215 9.22953C18.3391 8.40811 18.3391 7.59153 18.3215 6.7702C18.2671 4.21555 18.2398 2.93825 17.2971 1.99205C16.3546 1.04586 15.0427 1.0129 12.419 0.94698C10.8019 0.906347 9.20072 0.906347 7.58366 0.946972C4.95991 1.01289 3.64804 1.04585 2.70543 1.99205C1.76282 2.93824 1.73558 4.21555 1.68111 6.77011C1.66359 7.59153 1.66359 8.40811 1.68111 9.22953Z" stroke="%23ADADAD" stroke-width="1.5" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83203 5.08325L8.28371 6.53275C9.71303 7.37784 10.2844 7.37784 11.7137 6.53275L14.1654 5.08325" stroke="%23ADADAD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.68111 9.22953C1.73559 11.7841 1.76282 13.0614 2.70543 14.0076C3.64804 14.9539 4.95992 14.9868 7.58367 15.0527C9.20072 15.0934 10.8019 15.0934 12.419 15.0527C15.0427 14.9868 16.3546 14.9539 17.2971 14.0076C18.2398 13.0614 18.2671 11.7841 18.3215 9.22953C18.3391 8.40811 18.3391 7.59153 18.3215 6.7702C18.2671 4.21555 18.2398 2.93825 17.2971 1.99205C16.3546 1.04586 15.0427 1.0129 12.419 0.94698C10.8019 0.906347 9.20072 0.906347 7.58366 0.946972C4.95991 1.01289 3.64804 1.04585 2.70543 1.99205C1.76282 2.93824 1.73558 4.21555 1.68111 6.77011C1.66359 7.59153 1.66359 8.40811 1.68111 9.22953Z" stroke="%23ADADAD" stroke-width="1.5" stroke-linejoin="round"/></svg>');
}
.ot-icon.dollar {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="14" height="22" viewBox="0 0 14 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 15C1 17.2091 2.79086 19 5 19H9C11.2091 19 13 17.2091 13 15C13 12.7909 11.2091 11 9 11H5C2.79086 11 1 9.20914 1 7C1 4.79086 2.79086 3 5 3H9C11.2091 3 13 4.79086 13 7M7 1V21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="14" height="22" viewBox="0 0 14 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 15C1 17.2091 2.79086 19 5 19H9C11.2091 19 13 17.2091 13 15C13 12.7909 11.2091 11 9 11H5C2.79086 11 1 9.20914 1 7C1 4.79086 2.79086 3 5 3H9C11.2091 3 13 4.79086 13 7M7 1V21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.stopwatch {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 11L4.72711 7.43926C4.09226 6.91022 3.77484 6.6457 3.54664 6.32144C3.34444 6.03413 3.19429 5.71354 3.10301 5.37428C3 4.99139 3 4.57819 3 3.7518V1M9 11L13.2729 7.43926C13.9077 6.91022 14.2252 6.6457 14.4534 6.32144C14.6556 6.03413 14.8057 5.71354 14.897 5.37428C15 4.99139 15 4.57819 15 3.7518V1M9 11L4.72711 14.5607C4.09226 15.0898 3.77484 15.3543 3.54664 15.6786C3.34444 15.9659 3.19429 16.2865 3.10301 16.6257C3 17.0086 3 17.4218 3 18.2482V21M9 11L13.2729 14.5607C13.9077 15.0898 14.2252 15.3543 14.4534 15.6786C14.6556 15.9659 14.8057 16.2865 14.897 16.6257C15 17.0086 15 17.4218 15 18.2482V21M1 1H17M1 21H17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 11L4.72711 7.43926C4.09226 6.91022 3.77484 6.6457 3.54664 6.32144C3.34444 6.03413 3.19429 5.71354 3.10301 5.37428C3 4.99139 3 4.57819 3 3.7518V1M9 11L13.2729 7.43926C13.9077 6.91022 14.2252 6.6457 14.4534 6.32144C14.6556 6.03413 14.8057 5.71354 14.897 5.37428C15 4.99139 15 4.57819 15 3.7518V1M9 11L4.72711 14.5607C4.09226 15.0898 3.77484 15.3543 3.54664 15.6786C3.34444 15.9659 3.19429 16.2865 3.10301 16.6257C3 17.0086 3 17.4218 3 18.2482V21M9 11L13.2729 14.5607C13.9077 15.0898 14.2252 15.3543 14.4534 15.6786C14.6556 15.9659 14.8057 16.2865 14.897 16.6257C15 17.0086 15 17.4218 15 18.2482V21M1 1H17M1 21H17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.bulb {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 21H10.5M11 14.3264C13.3649 13.2029 15 10.7924 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 10.7924 2.63505 13.2029 5 14.3264V15C5 15.9319 5 16.3978 5.15224 16.7654C5.35523 17.2554 5.74458 17.6448 6.23463 17.8478C6.60218 18 7.06812 18 8 18C8.93188 18 9.39782 18 9.76537 17.8478C10.2554 17.6448 10.6448 17.2554 10.8478 16.7654C11 16.3978 11 15.9319 11 15V14.3264Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 21H10.5M11 14.3264C13.3649 13.2029 15 10.7924 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 10.7924 2.63505 13.2029 5 14.3264V15C5 15.9319 5 16.3978 5.15224 16.7654C5.35523 17.2554 5.74458 17.6448 6.23463 17.8478C6.60218 18 7.06812 18 8 18C8.93188 18 9.39782 18 9.76537 17.8478C10.2554 17.6448 10.6448 17.2554 10.8478 16.7654C11 16.3978 11 15.9319 11 15V14.3264Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-icon.x {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1979 0H14.5729L9.38431 5.93026L15.4883 14H10.7089L6.96554 9.10574L2.68226 14H0.305846L5.85559 7.65692L0 0H4.90072L8.28441 4.47354L12.1979 0ZM11.3644 12.5785H12.6804L4.18564 1.34687H2.77344L11.3644 12.5785Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1979 0H14.5729L9.38431 5.93026L15.4883 14H10.7089L6.96554 9.10574L2.68226 14H0.305846L5.85559 7.65692L0 0H4.90072L8.28441 4.47354L12.1979 0ZM11.3644 12.5785H12.6804L4.18564 1.34687H2.77344L11.3644 12.5785Z" fill="white"/></svg>');
}
.ot-icon.instagram {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.50035 0C5.46352 0 5.2079 0.00890649 4.40792 0.0453131C3.60949 0.081876 3.0645 0.208284 2.58764 0.393754C2.09437 0.585319 1.67594 0.841572 1.25907 1.25861C0.841892 1.67549 0.585647 2.09393 0.393464 2.58706C0.20753 3.0641 0.08097 3.60926 0.0450332 4.40739C0.00925267 5.2074 -0.00012207 5.46318 -0.00012207 7.50008C-0.00012207 9.53698 0.00894039 9.79183 0.0451897 10.5918C0.0819077 11.3903 0.208311 11.9353 0.39362 12.4122C0.585335 12.9055 0.84158 13.3239 1.2586 13.7408C1.67531 14.158 2.09374 14.4148 2.5867 14.6064C3.06388 14.7919 3.60903 14.9183 4.40729 14.9549C5.20727 14.9913 5.46274 15.0002 7.49942 15.0002C9.53641 15.0002 9.79125 14.9913 10.5912 14.9549C11.3897 14.9183 11.9353 14.7919 12.4124 14.6064C12.9056 14.4148 13.3234 14.158 13.7401 13.7408C14.1573 13.3239 14.4135 12.9055 14.6057 12.4123C14.7901 11.9353 14.9166 11.3901 14.9541 10.592C14.99 9.79198 14.9994 9.53698 14.9994 7.50008C14.9994 5.46318 14.99 5.20756 14.9541 4.40755C14.9166 3.6091 14.7901 3.0641 14.6057 2.58722C14.4135 2.09393 14.1573 1.67549 13.7401 1.25861C13.3229 0.841415 12.9057 0.585163 12.412 0.393754C11.9339 0.208284 11.3886 0.081876 10.5901 0.0453131C9.79015 0.00890649 9.53547 0 7.49801 0H7.50035ZM6.82756 1.35158C7.02724 1.35126 7.25005 1.35158 7.50035 1.35158C9.50281 1.35158 9.74015 1.35876 10.5309 1.3947C11.2622 1.42814 11.659 1.55033 11.9234 1.65299C12.2734 1.78893 12.5229 1.95143 12.7852 2.21393C13.0477 2.47643 13.2102 2.72644 13.3465 3.07644C13.4491 3.3405 13.5715 3.73738 13.6048 4.46864C13.6407 5.25928 13.6485 5.49678 13.6485 7.49836C13.6485 9.49995 13.6407 9.73745 13.6048 10.5281C13.5713 11.2593 13.4491 11.6562 13.3465 11.9203C13.2106 12.2703 13.0477 12.5195 12.7852 12.7819C12.5228 13.0444 12.2735 13.2069 11.9234 13.3428C11.6593 13.4459 11.2622 13.5678 10.5309 13.6012C9.74031 13.6372 9.50281 13.645 7.50035 13.645C5.49774 13.645 5.2604 13.6372 4.46979 13.6012C3.73855 13.5675 3.34169 13.4453 3.07716 13.3426C2.72717 13.2067 2.47717 13.0442 2.21468 12.7817C1.95218 12.5192 1.78969 12.2698 1.65344 11.9197C1.55078 11.6556 1.42844 11.2587 1.39516 10.5275C1.35923 9.73682 1.35204 9.49932 1.35204 7.49649C1.35204 5.49365 1.35923 5.2574 1.39516 4.46677C1.4286 3.73551 1.55078 3.33863 1.65344 3.07425C1.78937 2.72425 1.95218 2.47425 2.21468 2.21174C2.47717 1.94924 2.72717 1.78674 3.07716 1.65049C3.34153 1.54736 3.73855 1.42548 4.46979 1.39189C5.16165 1.36064 5.42977 1.35126 6.82756 1.3497V1.35158ZM11.5037 2.5969C11.0068 2.5969 10.6037 2.99956 10.6037 3.4966C10.6037 3.99348 11.0068 4.39661 11.5037 4.39661C12.0006 4.39661 12.4037 3.99348 12.4037 3.4966C12.4037 2.99972 12.0006 2.59659 11.5037 2.59659V2.5969ZM7.50035 3.64848C5.37336 3.64848 3.64887 5.37303 3.64887 7.50008C3.64887 9.62714 5.37336 11.3509 7.50035 11.3509C9.62734 11.3509 11.3512 9.62714 11.3512 7.50008C11.3512 5.37303 9.62734 3.64848 7.50035 3.64848ZM7.50035 5.00005C8.88095 5.00005 10.0003 6.11929 10.0003 7.50008C10.0003 8.88072 8.88095 10.0001 7.50035 10.0001C6.1196 10.0001 5.0004 8.88072 5.0004 7.50008C5.0004 6.11929 6.1196 5.00005 7.50035 5.00005Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.50035 0C5.46352 0 5.2079 0.00890649 4.40792 0.0453131C3.60949 0.081876 3.0645 0.208284 2.58764 0.393754C2.09437 0.585319 1.67594 0.841572 1.25907 1.25861C0.841892 1.67549 0.585647 2.09393 0.393464 2.58706C0.20753 3.0641 0.08097 3.60926 0.0450332 4.40739C0.00925267 5.2074 -0.00012207 5.46318 -0.00012207 7.50008C-0.00012207 9.53698 0.00894039 9.79183 0.0451897 10.5918C0.0819077 11.3903 0.208311 11.9353 0.39362 12.4122C0.585335 12.9055 0.84158 13.3239 1.2586 13.7408C1.67531 14.158 2.09374 14.4148 2.5867 14.6064C3.06388 14.7919 3.60903 14.9183 4.40729 14.9549C5.20727 14.9913 5.46274 15.0002 7.49942 15.0002C9.53641 15.0002 9.79125 14.9913 10.5912 14.9549C11.3897 14.9183 11.9353 14.7919 12.4124 14.6064C12.9056 14.4148 13.3234 14.158 13.7401 13.7408C14.1573 13.3239 14.4135 12.9055 14.6057 12.4123C14.7901 11.9353 14.9166 11.3901 14.9541 10.592C14.99 9.79198 14.9994 9.53698 14.9994 7.50008C14.9994 5.46318 14.99 5.20756 14.9541 4.40755C14.9166 3.6091 14.7901 3.0641 14.6057 2.58722C14.4135 2.09393 14.1573 1.67549 13.7401 1.25861C13.3229 0.841415 12.9057 0.585163 12.412 0.393754C11.9339 0.208284 11.3886 0.081876 10.5901 0.0453131C9.79015 0.00890649 9.53547 0 7.49801 0H7.50035ZM6.82756 1.35158C7.02724 1.35126 7.25005 1.35158 7.50035 1.35158C9.50281 1.35158 9.74015 1.35876 10.5309 1.3947C11.2622 1.42814 11.659 1.55033 11.9234 1.65299C12.2734 1.78893 12.5229 1.95143 12.7852 2.21393C13.0477 2.47643 13.2102 2.72644 13.3465 3.07644C13.4491 3.3405 13.5715 3.73738 13.6048 4.46864C13.6407 5.25928 13.6485 5.49678 13.6485 7.49836C13.6485 9.49995 13.6407 9.73745 13.6048 10.5281C13.5713 11.2593 13.4491 11.6562 13.3465 11.9203C13.2106 12.2703 13.0477 12.5195 12.7852 12.7819C12.5228 13.0444 12.2735 13.2069 11.9234 13.3428C11.6593 13.4459 11.2622 13.5678 10.5309 13.6012C9.74031 13.6372 9.50281 13.645 7.50035 13.645C5.49774 13.645 5.2604 13.6372 4.46979 13.6012C3.73855 13.5675 3.34169 13.4453 3.07716 13.3426C2.72717 13.2067 2.47717 13.0442 2.21468 12.7817C1.95218 12.5192 1.78969 12.2698 1.65344 11.9197C1.55078 11.6556 1.42844 11.2587 1.39516 10.5275C1.35923 9.73682 1.35204 9.49932 1.35204 7.49649C1.35204 5.49365 1.35923 5.2574 1.39516 4.46677C1.4286 3.73551 1.55078 3.33863 1.65344 3.07425C1.78937 2.72425 1.95218 2.47425 2.21468 2.21174C2.47717 1.94924 2.72717 1.78674 3.07716 1.65049C3.34153 1.54736 3.73855 1.42548 4.46979 1.39189C5.16165 1.36064 5.42977 1.35126 6.82756 1.3497V1.35158ZM11.5037 2.5969C11.0068 2.5969 10.6037 2.99956 10.6037 3.4966C10.6037 3.99348 11.0068 4.39661 11.5037 4.39661C12.0006 4.39661 12.4037 3.99348 12.4037 3.4966C12.4037 2.99972 12.0006 2.59659 11.5037 2.59659V2.5969ZM7.50035 3.64848C5.37336 3.64848 3.64887 5.37303 3.64887 7.50008C3.64887 9.62714 5.37336 11.3509 7.50035 11.3509C9.62734 11.3509 11.3512 9.62714 11.3512 7.50008C11.3512 5.37303 9.62734 3.64848 7.50035 3.64848ZM7.50035 5.00005C8.88095 5.00005 10.0003 6.11929 10.0003 7.50008C10.0003 8.88072 8.88095 10.0001 7.50035 10.0001C6.1196 10.0001 5.0004 8.88072 5.0004 7.50008C5.0004 6.11929 6.1196 5.00005 7.50035 5.00005Z" fill="white"/></svg>');
}
.ot-icon.linkedin {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.94141 2.001C4.94114 2.53143 4.73017 3.04004 4.35491 3.41492C3.97965 3.78981 3.47084 4.00027 2.94041 4C2.40997 3.99974 1.90137 3.78877 1.52649 3.41351C1.1516 3.03825 0.941137 2.52943 0.941407 1.999C0.941667 1.46857 1.15264 0.95996 1.5279 0.58508C1.90316 0.21019 2.41197 -0.000259759 2.94241 2.40626e-07C3.47284 0.000270241 3.98144 0.21123 4.35633 0.58649C4.73121 0.96175 4.94167 1.47057 4.94141 2.001ZM5.00141 5.481H1.00141V18.001H5.00141V5.481ZM11.3214 5.481H7.34141V18.001H11.2814V11.431C11.2814 7.771 16.0514 7.431 16.0514 11.431V18.001H20.0014V10.071C20.0014 3.901 12.9414 4.131 11.2814 7.161L11.3214 5.481Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.94141 2.001C4.94114 2.53143 4.73017 3.04004 4.35491 3.41492C3.97965 3.78981 3.47084 4.00027 2.94041 4C2.40997 3.99974 1.90137 3.78877 1.52649 3.41351C1.1516 3.03825 0.941137 2.52943 0.941407 1.999C0.941667 1.46857 1.15264 0.95996 1.5279 0.58508C1.90316 0.21019 2.41197 -0.000259759 2.94241 2.40626e-07C3.47284 0.000270241 3.98144 0.21123 4.35633 0.58649C4.73121 0.96175 4.94167 1.47057 4.94141 2.001ZM5.00141 5.481H1.00141V18.001H5.00141V5.481ZM11.3214 5.481H7.34141V18.001H11.2814V11.431C11.2814 7.771 16.0514 7.431 16.0514 11.431V18.001H20.0014V10.071C20.0014 3.901 12.9414 4.131 11.2814 7.161L11.3214 5.481Z" fill="white"/></svg>');
}
.ot-icon.discord {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.0968 1.25706C14.8664 0.668497 13.5506 0.242209 12.1754 0C12.0067 0.31245 11.8096 0.729049 11.6742 1.0633C10.2135 0.838043 8.76462 0.838043 7.33001 1.0633C7.19462 0.729049 6.99273 0.31245 6.82172 0C5.44412 0.242209 4.12827 0.670919 2.89793 1.25949C0.41824 5.08154 -0.25631 8.81156 0.0809651 12.4859C1.72696 13.7381 3.32071 14.501 4.88833 14.9976C5.27548 14.455 5.61988 13.8762 5.91915 13.2682C5.35386 13.0478 4.80994 12.7789 4.29691 12.4641C4.43229 12.3623 4.5653 12.2534 4.69356 12.1444C7.81929 13.6364 11.2182 13.6364 14.3059 12.1444C14.4365 12.2558 14.5695 12.3623 14.7026 12.4641C14.1895 12.7789 13.6456 13.0502 13.0779 13.2706C13.3748 13.8786 13.7192 14.4575 14.1088 15C15.6788 14.501 17.2749 13.7405 18.9185 12.4859C19.3152 8.22542 18.2463 4.53173 16.0968 1.25706ZM6.34431 10.2261C5.40611 10.2261 4.63656 9.33231 4.63656 8.24479C4.63656 7.15727 5.38949 6.2611 6.34431 6.2611C7.29913 6.2611 8.06869 7.15485 8.05206 8.24479C8.05444 9.33231 7.29913 10.2261 6.34431 10.2261ZM12.6575 10.2261C11.7193 10.2261 10.9498 9.33231 10.9498 8.24479C10.9498 7.15727 11.7027 6.2611 12.6575 6.2611C13.6124 6.2611 14.3819 7.15485 14.3653 8.24479C14.3653 9.33231 13.6124 10.2261 12.6575 10.2261Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.0968 1.25706C14.8664 0.668497 13.5506 0.242209 12.1754 0C12.0067 0.31245 11.8096 0.729049 11.6742 1.0633C10.2135 0.838043 8.76462 0.838043 7.33001 1.0633C7.19462 0.729049 6.99273 0.31245 6.82172 0C5.44412 0.242209 4.12827 0.670919 2.89793 1.25949C0.41824 5.08154 -0.25631 8.81156 0.0809651 12.4859C1.72696 13.7381 3.32071 14.501 4.88833 14.9976C5.27548 14.455 5.61988 13.8762 5.91915 13.2682C5.35386 13.0478 4.80994 12.7789 4.29691 12.4641C4.43229 12.3623 4.5653 12.2534 4.69356 12.1444C7.81929 13.6364 11.2182 13.6364 14.3059 12.1444C14.4365 12.2558 14.5695 12.3623 14.7026 12.4641C14.1895 12.7789 13.6456 13.0502 13.0779 13.2706C13.3748 13.8786 13.7192 14.4575 14.1088 15C15.6788 14.501 17.2749 13.7405 18.9185 12.4859C19.3152 8.22542 18.2463 4.53173 16.0968 1.25706ZM6.34431 10.2261C5.40611 10.2261 4.63656 9.33231 4.63656 8.24479C4.63656 7.15727 5.38949 6.2611 6.34431 6.2611C7.29913 6.2611 8.06869 7.15485 8.05206 8.24479C8.05444 9.33231 7.29913 10.2261 6.34431 10.2261ZM12.6575 10.2261C11.7193 10.2261 10.9498 9.33231 10.9498 8.24479C10.9498 7.15727 11.7027 6.2611 12.6575 6.2611C13.6124 6.2611 14.3819 7.15485 14.3653 8.24479C14.3653 9.33231 13.6124 10.2261 12.6575 10.2261Z" fill="white"/></svg>');
}
.ot-icon.facebook {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.5H9.5L10.5 7.5H7V5.5C7 4.47 7 3.5 9 3.5H10.5V0.14C10.174 0.0970001 8.943 0 7.643 0C4.928 0 3 1.657 3 4.7V7.5H0V11.5H3V20H7V11.5Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.5H9.5L10.5 7.5H7V5.5C7 4.47 7 3.5 9 3.5H10.5V0.14C10.174 0.0970001 8.943 0 7.643 0C4.928 0 3 1.657 3 4.7V7.5H0V11.5H3V20H7V11.5Z" fill="white"/></svg>');
}

/*=================================
    Reset
==================================*/
/*------------------- Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .row:not([class*=gx-]) {
    --bs-gutter-x: 20px;
  }
}
.row:not([class*=gx-]) {
  --bs-gutter-x: 20px;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container-full {
  padding-left: 24px;
  padding-right: 24px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .container-full {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.small-container {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------- Grid -------------------*/
.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-6 {
  --bs-gutter-x: 6px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-20 {
  --bs-gutter-y: 20px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input:not([type=submit]) {
  height: 56px;
  padding: 0 20px 0 20px;
  border: 1px solid var(--ot-border-color);
  color: var(--light-color);
  background-color: var(--smoke-color);
  border-radius: 16px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:not([type=submit]):focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--theme-color);
  background-color: transparent;
  color: var(--light-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input:not([type=submit])::-moz-placeholder {
  color: var(--light-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:not([type=submit])::-webkit-input-placeholder {
  color: var(--light-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:not([type=submit]):-ms-input-placeholder {
  color: var(--light-color);
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:not([type=submit])::-webkit-input-placeholder {
  color: var(--light-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input:not([type=submit])::-moz-placeholder {
  color: var(--light-color);
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:not([type=submit]):-ms-input-placeholder {
  color: var(--light-color);
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input:not([type=submit])::-ms-input-placeholder {
  color: var(--light-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input:not([type=submit])::placeholder {
  color: var(--light-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea.form-control,
textarea {
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 12px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.input-group {
  position: relative;
  z-index: 2;
}
.input-group input {
  border-radius: 12px !important;
}
.input-group button {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--theme-color2) !important;
  z-index: 3;
  opacity: 1 !important;
}
.input-group button:hover {
  color: var(--title-color) !important;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--ot-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 20px;
  text-align: center;
  border: 1px solid var(--title-color);
  border-radius: 100%;
  font-weight: 700;
  background: transparent;
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" preserveAspectRatio="none"  fill-rule="evenodd" clip-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><path d="M11.2097 0.140053C11.4235 0.33248 11.4408 0.661797 11.2484 0.875605L5.87504 6.84597C5.19828 7.59793 4.05253 7.69165 3.26256 7.05968L0.813655 5.10055C0.589039 4.92086 0.552622 4.59311 0.732314 4.36849C0.912007 4.14387 1.23976 4.10746 1.46438 4.28715L3.91328 6.24627C4.27236 6.53354 4.79316 6.49093 5.10077 6.14914L10.4741 0.178766C10.6665 -0.035041 10.9959 -0.0523735 11.2097 0.140053Z" fill="%23000000"/></svg>');
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
  color: var(--white-color);
}

label {
  margin-bottom: 10px;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- Slick Slider -------------------*/
.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 45px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0.3;
}
.slick-dots button:hover {
  border-color: var(--title-color);
}
.slick-dots .slick-active button {
  width: 24px;
  height: 24px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: #f6f6f6;
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: var(--pos-x, 1px);
  width: var(--icon-size, 48px);
  height: var(--icon-size, 48px);
  line-height: var(--icon-size, 46px);
  font-size: var(--icon-font-size, 14px);
  margin-top: calc(var(--icon-size, 48px) / -2);
  border-radius: 99px;
  z-index: 2;
}
.slick-arrow .icon {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 8L1 8M1 8L8 15M1 8L8 0.999999" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.slick-arrow i {
  background-color: var(--title-color);
  width: 14px;
  height: 14px;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
}
.slick-arrow:hover i,
.slick-arrow:hover .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.slick-arrow.slick-next {
  right: var(--pos-x, 1px);
  left: auto;
}
.slick-arrow.slick-next .icon {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8H15M15 8L8 1M15 8L8 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -6px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
  .icon-box .slick-arrow.slick-next {
    margin-left: 0;
  }
}
.slick-3d-active {
  margin-left: 0;
  margin-right: 0;
  /* Small devices */
}
.slick-3d-active .slick-list {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
  padding-left: 27% !important;
  padding-right: 27% !important;
  /* Small devices */
}
@media (max-width: 767px) {
  .slick-3d-active .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}
.slick-3d-active .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 60px;
          perspective: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .slick-3d-active .slick-track {
    -webkit-perspective: 24px;
            perspective: 24px;
  }
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  background-color: #7a7a7a;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(61%, 0, -10px);
          transform: translate3d(61%, 0, -10px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
          transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-61%, 0, -10px);
          transform: translate3d(-61%, 0, -10px);
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
          transform: translate3d(-40%, 0, -23px);
}
@media (max-width: 767px) {
  .slick-3d-active .slick-3d-next {
    -webkit-transform: translate3d(50%, 0, -10px);
            transform: translate3d(50%, 0, -10px);
  }
  .slick-3d-active .slick-3d-next2 {
    -webkit-transform: translate3d(50%, 0, -23px);
            transform: translate3d(50%, 0, -23px);
  }
  .slick-3d-active .slick-3d-prev {
    -webkit-transform: translate3d(-50%, 0, -10px);
            transform: translate3d(-50%, 0, -10px);
  }
  .slick-3d-active .slick-3d-prev2 {
    -webkit-transform: translate3d(-50%, 0, -23px);
            transform: translate3d(-50%, 0, -23px);
  }
}

/*------------------- Mobile Menu -------------------*/
.ot-menu-wrapper {
  position: fixed;
  top: 136px;
  left: 0;
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ot-menu-wrapper .mobile-logo {
  padding-bottom: 50px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 0;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.ot-menu-wrapper .ot-menu-toggle svg {
  max-width: 12px;
}
.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.ot-menu-wrapper .ot-menu-area {
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  background-color: #040A18;
  max-height: 500px;
  min-height: 350px;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
  padding: 30px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  z-index: 1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  border-radius: 16px;
}
.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible;
}
.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  top: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.ot-mobile-menu {
  overflow-y: scroll;
  max-height: 350px;
  padding-bottom: 70px;
  text-align: left;
}
.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.ot-mobile-menu ul li {
  list-style-type: none;
}
.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 0 0;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--body-color);
}
.ot-mobile-menu ul li.ot-active > a {
  color: var(--theme-color);
}
.ot-mobile-menu ul li.ot-active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ot-mobile-menu ul li ul li {
  padding-left: 20px;
}
.ot-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.ot-mobile-menu ul .ot-item-has-children > a {
  position: relative;
}
.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  border-radius: 50%;
}
.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand:before {
  content: "+";
  font-family: "Arial";
  font-size: 20px;
}
.ot-mobile-menu ul .ot-item-has-children > a:after {
  content: "+";
  font-family: "Arial";
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
  display: none;
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand:before {
  content: "-";
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a:after {
  content: "-";
}
.ot-mobile-menu > ul {
  padding: 0;
}
.ot-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.ot-menu-toggle {
  width: 50px;
  height: 50px;
  line-height: 0;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.ot-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--white-color);
  border-radius: 5px;
  margin: 6px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.ot-menu-toggle.active span:first-child {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.ot-menu-toggle.active span:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.ot-menu-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.ot-menu-toggle:hover {
  background-color: var(--theme-color);
}

/*------------------- odometer -------------------*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .ot-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--white-color);
}

.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 24px solid var(--theme-color);
  -webkit-animation: prixClipFix 2s infinite linear;
          animation: prixClipFix 2s infinite linear;
}

@-webkit-keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
/*------------------- Buttons -------------------*/
.ot-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding: 21px 16px;
  min-width: 106px;
  border-radius: 12px;
}
.ot-btn i {
  max-width: 13px;
  height: 13px;
  margin-left: 2px;
  background-color: var(--white-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ot-btn .icon1 {
  content: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L6 6L1 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.ot-btn:hover, .ot-btn.active {
  color: var(--white-color);
  -webkit-box-shadow: inset -10px 0px 20px #C2AAE5;
          box-shadow: inset -10px 0px 20px #C2AAE5;
}
.ot-btn:hover:after {
  -webkit-animation: breathe 1.2s linear infinite;
          animation: breathe 1.2s linear infinite;
}
.ot-btn.style2 {
  -webkit-box-shadow: inset -10px 0px 20px #C2AAE5;
          box-shadow: inset -10px 0px 20px #C2AAE5;
}
.ot-btn.style2:before {
  display: none;
}
.ot-btn.style2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ot-btn.style3 {
  background: var(--white-color);
  color: var(--black-color);
}
.ot-btn.style3 .icon1 {
  content: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 11L6.5 6L1.5 1" stroke="%2304132D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-btn.style3 i {
  background-color: var(--black-color);
}
.ot-btn.style3:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.ot-btn.style3:hover .icon1 {
  content: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 11L6.5 6L1.5 1" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ot-btn.style3:hover i {
  background-color: var(--white-color);
}
.ot-btn.style4 {
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ot-btn.style4:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.ot-btn.style5 {
  background-color: var(--theme-color2);
  color: var(--black-color);
}
.ot-btn.style5 i {
  background-color: var(--black-color);
}
.ot-btn.style5:hover {
  -webkit-box-shadow: inset 0px -10px 26px #fff;
          box-shadow: inset 0px -10px 26px #fff;
}
.ot-btn.btn-lg {
  font-size: 18px;
  padding: 21px 24px;
}
.ot-btn.btn-xl {
  font-size: 24px;
  padding: 25px 30px;
}
.ot-btn.btn-sm {
  padding: 16px 20px;
}
.ot-btn.btn-xs {
  padding: 11px 14px;
}
.ot-btn.w-100:hover::before, .ot-btn.w-100.active::before {
  height: 760%;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes breathe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes breathe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--ot-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.link-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -4px;
  text-transform: capitalize;
  color: var(--theme-color);
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.link-btn .icon1 {
  content: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L5 5L1 1" stroke="%231772F0" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-left: 2px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
  max-width: 13px;
  height: 13px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.link-btn.title-color {
  color: var(--title-color) !important;
  font-weight: 500;
}
.link-btn.title-color i {
  background-color: var(--title-color);
}
.link-btn.title-color:before {
  background-color: var(--title-color);
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover .icon1 {
  margin-left: 7px;
}
.link-btn:hover::before {
  width: 100%;
}

/*------------------- Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.17em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  padding: 8px 16px;
  background: rgba(217, 217, 217, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  margin-bottom: 35px;
  display: inline-block;
}
.sub-title .icon {
  border-right: 1px solid rgba(18, 223, 186, 0.2);
  margin-right: 10px;
  padding-right: 12px;
}
.sub-title i {
  max-width: 14px;
  background: -webkit-gradient(linear, left top, right top, color-stop(12.49%, #12DFBA), color-stop(114.27%, rgba(18, 223, 186, 0.32)));
  background: linear-gradient(to right, #12DFBA 12.49%, rgba(18, 223, 186, 0.32) 114.27%);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.text-gradient {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color3)));
  background-image: linear-gradient(to right, var(--theme-color2), var(--theme-color3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient2 {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--white-color)));
  background-image: linear-gradient(to right, var(--theme-color), var(--white-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient3 {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 6px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 22px;
}
.title-area .sec-text {
  padding-bottom: 0;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.23em;
}
.title-area.mb-0 .sec-text {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.box-title {
  font-size: 24px;
  line-height: 1.5;
  margin-top: -0.32em;
  margin-bottom: 15px;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.box-title2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.title-wrap .box-title {
  margin: 0;
}

.sec-text {
  max-width: 700px;
}
.sec-text b {
  font-weight: 600;
}
.sec-text.smaller-content {
  max-width: 550px;
}

.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 30px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 25px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .sub-title .text {
    padding: 2px 12px;
    min-width: 120px;
  }
}
/*------------------- Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

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

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  font-weight: 400;
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.box-text {
  font-size: 16px;
  margin-bottom: -0.3em;
}

.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

.rounded-10 {
  border-radius: 10px;
}

.ot-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 28px);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 3px;
  border-radius: 8px;
  border: none;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
}
.ot-social a:last-child {
  margin-right: 0;
}
.ot-social a svg {
  max-width: 12px;
  max-height: 12px;
}
.ot-social a path {
  fill: var(--body-color);
}
.ot-social a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.ot-social a:hover path {
  fill: var(--title-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}

.video-link {
  font-weight: 500;
  color: var(--white-color);
}
.video-link .play-btn {
  --icon-size: 56px;
  font-size: 0.8em;
  margin-right: 12px;
}
.video-link .play-btn i {
  line-height: 54px;
}
.video-link:hover {
  color: var(--theme-color);
}

.ot-video {
  position: relative;
  overflow: hidden;
}

.box-icon img,
.box-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.box-bottom .line-btn {
  margin-bottom: -0.5em;
  white-space: nowrap;
}

.text-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
}
.text-social a {
  font-weight: 700;
  color: var(--title-color);
  text-transform: uppercase;
  /* Extra small devices */
}
.text-social a:hover {
  color: var(--theme-color);
}
@media (max-width: 375px) {
  .text-social a {
    font-size: 14px;
  }
}

.xdsoft_datetimepicker {
  background-color: var(--white-color);
  z-index: 5;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-content iframe {
  border-radius: 24px;
  /* Small devices */
}
@media (max-width: 767px) {
  .mfp-zoom-in.mfp-ready .mfp-content iframe {
    border-radius: 16px;
  }
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

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

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

.fw-extralight {
  font-weight: 100;
}

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

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

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

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

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

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-lg {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-xs {
  font-size: 14px;
}

.fs-60 {
  font-size: 60px;
  line-height: 74px;
}

.fs-96 {
  font-size: 96px;
  line-height: 1.1;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-60 {
    font-size: 50px;
    line-height: 62px;
  }
  .fs-96 {
    font-size: 70px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .fs-60 {
    font-size: 38px;
    line-height: 1.33;
  }
  .fs-96 {
    font-size: 54px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .fs-60 {
    font-size: 32px;
  }
  .fs-96 {
    font-size: 42px;
  }
  .fs-22 {
    font-size: 18px;
  }
}
/*------------------- Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

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

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-body {
  background-color: var(--body-color) !important;
}

.gr-bg1 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}

.bg-black2 {
  --title-color: #fff;
  --body-color: #A3AEC7;
  --smoke-color: #1D2742;
  --ot-border-color: rgba(255, 255, 255, 0.06);
  background-color: #040A18;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

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

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

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

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

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

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-contain-repeat {
  background-size: contain;
  background-repeat: repeat;
  background-position: center left;
}

/* Large devices */
@media (max-width: 1199px) {
  .bg-contain-repeat {
    background-position: bottom left;
  }
}
/*------------------- Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=theme2]:before {
  background-color: var(--theme-color2);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #0E121D;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- Animation -------------------*/
.ripple-animation {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripplemap {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes ripplemap {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.spin {
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.ot-animated {
  --animation-name: scalein;
}

.slidetopleft.ot-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.ot-animated {
  --animation-name: slidebottomright;
}

.slideinleft.ot-animated {
  --animation-name: slideinleft;
}

.slideinright.ot-animated {
  --animation-name: slideinright;
}

.slideinup.ot-animated {
  --animation-name: slideinup;
}

.slideindown.ot-animated {
  --animation-name: slideindown;
}

.rollinleft.ot-animated {
  --animation-name: rollinleft;
}

.rollinright.ot-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.ot-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
/*------------------- Header  -------------------*/
.ot-header {
  position: relative;
  z-index: 41;
}
.ot-header .icon-btn {
  color: var(--title-color);
  background-color: transparent;
}
.ot-header .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.ot-header .ot-btn {
  padding-left: 18px;
  padding-right: 18px;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-animation: stickyAni 500ms ease;
          animation: stickyAni 500ms ease;
  width: 100%;
  /* Medium devices */
}
.sticky-wrapper.sticky .menu-area {
  background-color: rgba(38, 40, 65, 0.8);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 16px 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .sticky-wrapper.sticky {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu {
  margin-left: 20px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .main-menu {
    margin-left: 0;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  text-transform: capitalize;
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu a:hover:after {
  background-color: var(--theme-color2) !important;
}
.main-menu .current-menu-item > a {
  color: var(--theme-color2);
}
.main-menu .current-menu-item > a:after {
  background-color: var(--theme-color2) !important;
}
.main-menu > ul > li {
  margin: 0 12px;
}
.main-menu > ul > li > a {
  padding: 12px 0;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.771118 1L6.77112 7L12.7711 1" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.771118 1L6.77112 7L12.7711 1" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--white-color);
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #040A18;
  border: 1px solid rgba(255, 255, 255, 0.2);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 14px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 16px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  float: right;
  top: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 20px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color2);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-left: 106px;
}
.header-button .link-btn {
  color: var(--white-color);
}
.header-button .link-btn:before {
  background-color: var(--white-color);
}

.header-logo {
  padding-top: 12px;
  padding-bottom: 12px;
}

.menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .menu-buttons {
    gap: 12px;
  }
  .menu-buttons .ot-btn {
    padding: 16px 18px;
  }
}

.header-switcher {
  background-color: var(--smoke-color);
  border-radius: 12px;
  padding: 4px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: relative;
  z-index: 2;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .header-switcher {
    margin-left: 0;
  }
}
.header-switcher button,
.header-switcher a {
  font-size: 14px;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 8px;
  color: var(--white-color);
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.header-switcher button span,
.header-switcher a span {
  color: var(--black-color);
  background-color: var(--theme-color);
  padding: 2px 6px;
  border-radius: 99px;
}
.header-switcher button:before,
.header-switcher a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  -webkit-box-shadow: inset -10px 0px 20px #C2AAE5;
          box-shadow: inset -10px 0px 20px #C2AAE5;
  border-radius: 99px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-switcher button.active:before,
.header-switcher a.active:before {
  visibility: visible;
  opacity: 1;
}
.header-switcher.indicator-active {
  position: relative;
  z-index: 2;
}
.header-switcher.indicator-active .indicator {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  width: var(--width-set);
  height: var(--height-set);
  background: var(--theme-color);
  -webkit-box-shadow: inset -10px 0px 20px #C2AAE5;
          box-shadow: inset -10px 0px 20px #C2AAE5;
  border-radius: 8px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-switcher.indicator-active button.active:before,
.header-switcher.indicator-active a.active:before {
  display: none;
}

.header-notice {
  margin: 0;
  color: var(--title-color);
}
.header-notice i {
  max-width: 14px;
  max-height: 14px;
  background-color: var(--title-color);
}

.header-top {
  padding: 16px 0;
  background-color: var(--theme-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .header-top {
    padding: 12px 0;
  }
}

/* Header 1 ---------------------------------- */
.header-layout1 .menu-area {
  padding: 16px 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(127, 36, 255, 0.1);
}
.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}
.header-layout1 .ot-menu-toggle {
  margin-left: auto;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .ot-btn {
    margin-left: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .row {
    --bs-gutter-x: 8px;
  }
  .header-layout1 .header-logo img {
    max-width: 170px;
  }
}
/*------------------- Footer  -------------------*/
.footer-wrapper {
  --ot-border-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.widget-area {
  padding-top: 60px;
  padding-bottom: 10px;
}

.footer-layout1 {
  --ot-border-color: rgba(255, 255, 255, 0.16);
  background-image: url("../img/footer_bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-top: 50px;
}

.footer-right {
  max-width: 478px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .footer-right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .footer-right {
    padding-left: 0;
  }
}

.footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 100%;
}
.footer-widget-wrap > div {
  -webkit-box-flex: 180px;
      -ms-flex: 180px;
          flex: 180px;
  max-width: 180px;
}

.copyright-wrap {
  padding: 20px 0;
  margin-top: 100px;
  border-top: 1px solid var(--ot-border-color);
  /* Small devices */
  /* Medium devices */
}
@media (max-width: 767px) {
  .copyright-wrap {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .copyright-wrap {
    margin-top: 60px;
  }
}

.copyright-text {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: var(--title-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .social-links {
    gap: 20px;
  }
}
.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 20px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.social-links a svg {
  width: auto;
  max-width: 16px;
}
.social-links a i {
  width: 20px;
  height: 20px;
  background-color: var(--title-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social-links a path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social-links a:hover i {
  background-color: var(--theme-color);
}

.modal-header .btn-close {
  padding: 3px;
  line-height: 20px;
  color: var(--white-color);
  background-color: var(--error-color);
  opacity: 1;
}
.modal-header .btn-close:hover {
  background-color: var(--title-color);
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
}
.footer-widget input,
.footer-widget select {
  width: 100%;
  height: 48px;
  border-radius: 12px;
}
.footer-widget .widget_title {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  margin-top: -0.2em;
  color: var(--title-color);
  margin-bottom: 14px;
  display: block;
}
.footer-widget .box-title {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.footer-widget .menu-all-pages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
}
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  display: inline-block;
}
.footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  list-style: none;
}
.footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget_nav_menu.footer-widget {
  position: relative;
  z-index: 2;
}

.ot-widget-about {
  max-width: 427px;
}
.ot-widget-about p {
  font-size: 16px;
}
.ot-widget-about .about-logo {
  margin-bottom: 22px;
}
.ot-widget-about .footer-text {
  margin-bottom: 35px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .ot-widget-about .footer-text {
    margin-bottom: 30px;
  }
}
.ot-widget-about .footer-info {
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.ot-widget-about .footer-info:last-child {
  margin-bottom: 0;
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-text {
    margin-bottom: 45px;
  }
}

.newsletter-widget {
  margin-bottom: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .newsletter-widget {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.newsletter-form {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: relative;
}
.newsletter-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.newsletter-form input:not([type=submit]) {
  background-color: rgba(255, 255, 255, 0.05);
  background: rgba(127, 36, 255, 0.1);
  border-radius: 12px;
  height: 58px;
  border-color: transparent;
  color: #B29DD0;
}
.newsletter-form input:not([type=submit])::-moz-placeholder {
  color: #B29DD0;
}
.newsletter-form input:not([type=submit])::-webkit-input-placeholder {
  color: #B29DD0;
}
.newsletter-form input:not([type=submit]):-ms-input-placeholder {
  color: #B29DD0;
}
.newsletter-form input:not([type=submit])::-ms-input-placeholder {
  color: #B29DD0;
}
.newsletter-form input:not([type=submit])::placeholder {
  color: #B29DD0;
}
.newsletter-form input:not([type=submit]):focus {
  border-color: var(--theme-color);
  background-color: rgba(255, 255, 255, 0.05);
}
.newsletter-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
.newsletter-form br {
  display: none;
}
.newsletter-form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsletter-form .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-form .ot-btn {
  height: 58px;
  min-width: 104px;
  max-width: 104px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.newsletter-form .icon-btn {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color3)));
  background-image: linear-gradient(to right, var(--theme-color2), var(--theme-color3));
  color: var(--white-color);
  position: absolute;
  top: 6px;
  right: 6px;
}

.newsletter-widget .newsletter-form {
  max-width: 480px;
}
.newsletter-widget .wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0 0;
  color: var(--body-color);
  font-size: 15px;
  border-width: 1px;
}

.footer-links {
  position: relative;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-size: 16px;
  font-family: var(--body-font);
  display: inline-block;
  position: relative;
  margin-right: 50px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-links li {
    margin-right: 20px;
  }
}
.footer-links li:last-child {
  margin-right: 0;
}
.footer-links a {
  display: inline-block;
  font-family: inherit;
  color: var(--title-color);
}
.footer-links a:hover {
  color: var(--body-color);
}

.disclaimer-text {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/*------------------- Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 40px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 10px;
  font-weight: 500;
  font-size: inherit;
  color: inherit;
  font-family: "Arial";
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--light-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}
.breadcumb-menu li svg,
.breadcumb-menu a svg,
.breadcumb-menu span svg {
  margin-right: 5px;
  margin-top: -7px;
}

.breadcumb-content.text-start .breadcumb-text {
  margin-left: 0;
}

.breadcumb-text {
  max-width: 600px;
  font-size: 16px;
  margin: 36px auto -0.4em auto;
  color: var(--body-color);
}
.breadcumb-text.bigger-content {
  max-width: 760px;
}

.breadcumb-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  padding: 8px 16px;
  background: rgba(217, 217, 217, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  margin-bottom: 35px;
  display: inline-block;
}
.breadcumb-subtitle .icon {
  border-right: 1px solid rgba(18, 223, 186, 0.2);
  margin-right: 10px;
  padding-right: 12px;
}
.breadcumb-subtitle i {
  max-width: 14px;
  background: -webkit-gradient(linear, left top, right top, color-stop(12.49%, #12DFBA), color-stop(114.27%, rgba(18, 223, 186, 0.32)));
  background: linear-gradient(to right, #12DFBA 12.49%, rgba(18, 223, 186, 0.32) 114.27%);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.breadcumb-subtitle2 {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: -0.1em;
  display: block;
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.18em 0 -0.18em 0;
  display: block;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.breadcumb-title.dynamic-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.body-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.breadcumb-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
  margin-top: 50px;
}
.breadcumb-switcher button,
.breadcumb-switcher a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.17);
  padding: 16px 24px;
  border-radius: 10px;
  border: none;
}
.breadcumb-switcher button:hover,
.breadcumb-switcher a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.breadcumb-switcher button.active,
.breadcumb-switcher a.active {
  background-color: var(--white-color);
  color: var(--black-color);
  font-weight: 600;
}

.breadcumb-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 40px;
}
.breadcumb-btns .link-btn {
  font-size: 16px;
  color: var(--white-color);
}
.breadcumb-btns .link-btn:before {
  background-color: var(--theme-color2);
}
.breadcumb-btns .link-btn:hover {
  color: var(--theme-color2);
}

.breadcumb-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
}
.breadcumb-wrapper .breadcumb-inner {
  padding: 140px 0 90px 0;
}
.breadcumb-wrapper .hero-empty-spacer {
  height: 50px;
}

.page-top-area {
  background-color: #040A18;
  position: relative;
  z-index: 3;
  text-align: center;
}
.page-top-area .breadcumb-content {
  padding: 240px 0 90px 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-menu {
    margin: 30px 0 -0.5em 0;
  }
  .breadcumb-wrapper .breadcumb-inner {
    padding: 100px 0 70px;
  }
  .page-top-area .breadcumb-content {
    padding: 180px 0 90px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-inner {
    padding: 80px 0 60px;
  }
  .page-top-area .breadcumb-content {
    padding: 160px 0 80px 0;
  }
  .breadcumb-text {
    margin-top: 35px;
  }
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 48px;
  }
  .breadcumb-title.fs-96 {
    font-size: 54px;
  }
  .breadcumb-title.h3 {
    font-size: 32px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 34px;
  }
  .breadcumb-title.fs-96 {
    font-size: 42px;
  }
  .breadcumb-title.h3 {
    font-size: 28px;
  }
}
/*------------------- Simple Sections  -------------------*/
.contact-sec {
  border-radius: 0 0 24px 24px;
  background-size: contain;
  background-position: bottom center;
}

.form-check-new .wpcf7-list-item {
  margin-left: 0;
  padding-left: 0;
}
.form-check-new input[type=checkbox] {
  visibility: visible;
  opacity: 1;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
  background-color: transparent;
  margin-top: -2px;
  cursor: pointer;
}

.contact-form {
  border-radius: 24px;
  padding: 50px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.39%, rgba(127, 36, 255, 0)), to(rgba(167, 105, 255, 0.44)));
  background: linear-gradient(180deg, rgba(127, 36, 255, 0) 10.39%, rgba(167, 105, 255, 0.44) 100%);
  /* Small devices */
}
.contact-form:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #180630;
  border-radius: inherit;
  z-index: -1;
}
.contact-form .row {
  --bs-gutter-x: 24px;
}
.contact-form textarea,
.contact-form input:not([type=submit]) {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  color: var(--body-color);
}
.contact-form textarea::-moz-placeholder,
.contact-form input:not([type=submit])::-moz-placeholder {
  color: var(--body-color);
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input:not([type=submit])::-webkit-input-placeholder {
  color: var(--body-color);
}
.contact-form textarea:-ms-input-placeholder,
.contact-form input:not([type=submit]):-ms-input-placeholder {
  color: var(--body-color);
}
.contact-form textarea::-webkit-input-placeholder, .contact-form input:not([type=submit])::-webkit-input-placeholder {
  color: var(--body-color);
}
.contact-form textarea::-moz-placeholder, .contact-form input:not([type=submit])::-moz-placeholder {
  color: var(--body-color);
}
.contact-form textarea:-ms-input-placeholder, .contact-form input:not([type=submit]):-ms-input-placeholder {
  color: var(--body-color);
}
.contact-form textarea::-ms-input-placeholder, .contact-form input:not([type=submit])::-ms-input-placeholder {
  color: var(--body-color);
}
.contact-form textarea::placeholder,
.contact-form input:not([type=submit])::placeholder {
  color: var(--body-color);
}
.contact-form textarea:focus,
.contact-form input:not([type=submit]):focus {
  color: var(--body-color);
  border-color: var(--theme-color);
  background-color: transparent;
}
.contact-form .ot-btn {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.contact-form .contact-text {
  margin: 30px 0 -0.3em 0;
}
.contact-form .contact-text i {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.contact-form .contact-text a {
  color: inherit;
}
.contact-form .contact-text a:hover {
  color: var(--theme-color2);
}
@media (max-width: 767px) {
  .contact-form {
    padding: 24px 20px 30px 20px;
    border-radius: 16px;
  }
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.ninja-forms-form-wrap .nf-before-form-content {
  margin-bottom: 25px;
}
.ninja-forms-form-wrap .ninja-forms-field {
  height: 48px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background-color: var(--smoke-color2) !important;
  padding: 0 20px;
}
.ninja-forms-form-wrap .nf-field-label label {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
}
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field {
  background-color: var(--theme-color) !important;
  color: var(--white-color);
  padding: 0 30px;
  min-width: 120px;
}
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:hover {
  background-color: var(--title-color) !important;
}

.affwp-form textarea,
.affwp-form input {
  border: 1px solid transparent;
}
.affwp-form textarea:focus,
.affwp-form input:focus {
  border: 1px solid var(--theme-color);
}
.affwp-form input.button {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
  border: none !important;
  width: auto !important;
  padding: 0 30px !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.affwp-form input.button:hover {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
  -webkit-box-shadow: inset 0px -10px 22px #12DFBA;
          box-shadow: inset 0px -10px 22px #12DFBA;
}

.affwp-register-form {
  margin-bottom: 0;
}
.affwp-register-form fieldset p:last-child {
  margin-bottom: 0;
}
.affwp-register-form input.button {
  padding: 14px 30px !important;
  border-radius: 30px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.affwp-register-form legend {
  display: none;
}

.lost_reset_password .woocommerce-Button {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  height: 50px;
}
.lost_reset_password .woocommerce-Button:hover {
  background-color: var(--title-color);
}

.list-style1 ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.list-style1 ul li {
  margin-bottom: 5px;
}
.list-style1 ul li:last-child {
  margin-bottom: 0;
}

.contact-info {
  max-width: 210px;
}
.contact-info-wrap {
  display: grid;
  gap: 60px 20px;
  grid-template-columns: auto auto;
  padding-top: 40px;
  margin-top: 80px;
  border-top: 1px solid var(--theme-color);
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .contact-info-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .contact-info-wrap {
    grid-template-columns: auto;
    gap: 30px;
  }
}
.contact-info .box-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 7px;
}
.contact-info .box-text {
  color: var(--body-color);
}
.contact-info .box-text a {
  color: inherit;
}
.contact-info .box-text a:hover {
  color: var(--theme-color);
}

.newsletter-form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 330px;
  position: relative;
  /* Extra small devices */
}
.newsletter-form2 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.newsletter-form2 br {
  display: none;
}
.newsletter-form2 .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsletter-form2 .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-form2 input {
  background-color: transparent;
  border: 1px solid var(--ot-border-color);
}
@media (max-width: 375px) {
  .newsletter-form2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter-widget .newsletter-form2 {
  margin-top: 30px;
}

.checklist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checklist li {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 10px;
}
.checklist li:before {
  content: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><foreignObject x="-59.5349" y="-59.5354" width="141.076" height="141.357"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(29.93px);clip-path:url(%23bgblur_0_6146_130_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(%23filter0_i_6146_130)" data-figma-bg-blur-radius="59.8684"><path d="M11.0033 21.9531C16.8963 21.9531 21.6732 17.1134 21.6732 11.143C21.6732 5.17266 16.8963 0.333008 11.0033 0.333008C5.11039 0.333008 0.333496 5.17266 0.333496 11.143C0.333496 17.1134 5.11039 21.9531 11.0033 21.9531Z" fill="%237F24FF"/></g><path d="M15 8L9.5 13.5L7 11" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><defs><filter id="filter0_i_6146_130" x="-59.5349" y="-59.5354" width="141.076" height="141.357" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="1.19737" dy="2.39474"/><feGaussianBlur stdDeviation="4.78947"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 0.972549 0 0 0 0 0.972549 0 0 0 0 0.972549 0 0 0 0.06 0"/><feBlend mode="normal" in2="shape" result="effect1_innerShadow_6146_130"/></filter><clipPath id="bgblur_0_6146_130_clip_path" transform="translate(59.5349 59.5354)"><path d="M11.0033 21.9531C16.8963 21.9531 21.6732 17.1134 21.6732 11.143C21.6732 5.17266 16.8963 0.333008 11.0033 0.333008C5.11039 0.333008 0.333496 5.17266 0.333496 11.143C0.333496 17.1134 5.11039 21.9531 11.0033 21.9531Z"/></clipPath></defs></svg>');
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 8px;
}
.checklist li:last-child {
  margin-bottom: 0;
}

.post-container {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 20px;
  font-weight: 600;
}
.post-content h2 b, .post-content h3 b, .post-content h4 b, .post-content h5 b, .post-content h6 b {
  font-weight: 600;
}
.post-content > p:last-child {
  margin-bottom: -0.3em;
}
.post-content p:has(+ h3, + h4, + h5, + h6) {
  margin-bottom: 40px;
}
.post-content ul {
  padding-left: 20px;
}
.post-content ul:has(+ h3, + h4, + h5, + h6) {
  margin-bottom: 40px;
}

.rounded-sec {
  border-radius: 40px;
  margin: 0 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .rounded-sec {
    margin: 0 8px;
    border-radius: 20px;
  }
}

.bg-white {
  --title-color: #04132D;
  --body-color: #5A6476;
}

.counter-box {
  background: rgba(127, 36, 255, 0.1);
  border-radius: 12px;
  min-height: 184px;
  padding: 20px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.counter-box .box-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
.counter-box .box-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .counter-box .box-number {
    font-size: 54px;
  }
}
.counter-box .box-text {
  color: var(--title-color);
}
.counter-box:hover {
  background-color: var(--theme-color);
}

.process-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  /* Large devices */
}
.process-card .box-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  line-height: 54px;
  background-color: var(--theme-color);
  border-radius: 99px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-card .box-icon i {
  background-color: var(--white-color);
  width: 14px;
  height: 14px;
}
.process-card .box-content {
  padding-top: 40px;
  border-top: 2px solid var(--theme-color);
  margin-top: 27px;
}
.process-card .box-title2 {
  margin-bottom: 10px;
}
.process-card .box-text {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .process-card .box-text {
    font-size: 16px;
  }
}
.process-card:hover .box-icon {
  background-color: var(--white-color);
}
.process-card:hover .box-icon i {
  background-color: var(--theme-color);
}

.pl-logo {
  aspect-ratio: 315/170;
  background: rgba(127, 36, 255, 0.3);
  backdrop-filter: blur(75px);
  border-radius: 24px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .pl-logo {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .pl-logo {
    border-radius: 12px;
  }
}

.pl-logo-sec {
  position: relative;
  z-index: 2;
}
.pl-logo-sec .sec-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .pl-logo-sec .sec-shape1 {
    max-width: 200px;
    top: 20%;
  }
}

.certificate-slider {
  /* Extra small devices */
}
.certificate-slider .box-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .certificate-slider.row {
    --bs-gutter-x: 6px;
  }
}

.scaling-list {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px 20px 0 0;
  padding: 5px 30px 15px 30px;
  /* Extra small devices */
}
.scaling-list-area {
  border-radius: 24px;
  padding: 45px 45px 0 45px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .scaling-list-area {
    padding: 24px 24px 0 24px;
  }
}
.scaling-list-box {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px 20px 0 0;
}
.scaling-list-box .list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  padding: 16px 30px;
  /* Extra small devices */
}
.scaling-list-box .list-header span {
  display: inline-block;
}
.scaling-list-box .list-header span:first-child {
  -webkit-box-flex: 57%;
      -ms-flex: 57%;
          flex: 57%;
}
.scaling-list-box .list-header span:last-child {
  -webkit-box-flex: 43%;
      -ms-flex: 43%;
          flex: 43%;
}
@media (max-width: 575px) {
  .scaling-list-box .list-header {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .scaling-list {
    padding: 10px 20px;
  }
}
.scaling-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scaling-list li {
  color: var(--title-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scaling-list li span {
  display: inline-block;
}
.scaling-list li span:first-child {
  -webkit-box-flex: 57%;
      -ms-flex: 57%;
          flex: 57%;
}
.scaling-list li span:last-child {
  -webkit-box-flex: 43%;
      -ms-flex: 43%;
          flex: 43%;
  position: relative;
  padding-left: 12px;
}
.scaling-list li span:last-child:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  height: 14px;
  width: 1px;
  background-color: var(--title-color);
}
.scaling-list li:last-child {
  border-bottom: none;
}

.glow-top-sec {
  background-size: contain;
  background-position: top center;
  border-radius: 24px 24px 0 0;
}

.coupon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 4px 4px 4px 16px;
  /* Extra small devices */
}
.coupon-box .text {
  margin: 0;
  color: var(--title-color);
}
.coupon-box .ot-btn {
  border-radius: 8px;
  padding: 12px 12px;
}
@media (max-width: 575px) {
  .coupon-box {
    padding-left: 10px;
  }
  .coupon-box .text {
    font-size: 14px;
  }
}

.circle-box {
  width: 100%;
  max-width: 335px;
  min-height: 190px;
  padding: 40px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: baseline;
  background: rgba(127, 36, 255, 0.1);
  -webkit-box-shadow: inset 0px -46px 110px -70px #7F24FF;
          box-shadow: inset 0px -46px 110px -70px #7F24FF;
  backdrop-filter: blur(25px);
  border-radius: 24px;
  position: absolute;
  z-index: 4;
  /* Medium devices */
  /* Small devices */
}
.circle-box-area {
  max-width: 1136px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.circle-box-area .mobile-line {
  display: none;
}
.circle-box-wrap {
  width: 684px;
  height: 684px;
  border-radius: 999px;
  position: relative;
  z-index: 2;
  padding: 84px;
  margin: 0 auto;
}
.circle-box-shadow {
  position: absolute;
  inset: 0;
  background: radial-gradient(100% 100% at 50% 0%, rgba(12, 3, 25, 0) 70%, #A769FF 100%);
  z-index: 3;
  border-radius: inherit;
}
.circle-box-inner {
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7F24FF), to(rgba(127, 36, 255, 0)));
  background: linear-gradient(180deg, #7F24FF 0%, rgba(127, 36, 255, 0) 100%);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.circle-box-inner:before {
  content: "";
  background-image: url("../img/circle_btc.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
}
.circle-box-line {
  position: absolute;
  inset: 0;
  z-index: 4;
  text-align: right;
}
.circle-box-line .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: -10px;
  background: var(--theme-color);
  -webkit-box-shadow: inset -6px 0px 9px #C2AAE5;
          box-shadow: inset -6px 0px 9px #C2AAE5;
  border-radius: 12px;
  z-index: 4;
}
.circle-box-line .dot:nth-child(2) {
  top: unset;
  bottom: -10px;
}
.circle-box.box1 {
  top: 0;
  right: 10%;
}
.circle-box.box2 {
  top: 0;
  left: 0;
}
.circle-box.box3 {
  bottom: 45px;
  left: 9%;
}
.circle-box.box4 {
  bottom: 0;
  right: 0;
}
.circle-box .box-title {
  font-weight: 500;
  margin: 0;
}
.circle-box .box-text {
  color: #B29DD0;
  margin: 15px 0 30px 0;
}
.circle-box .ot-btn {
  color: var(--theme-color);
}
.circle-box .ot-btn i {
  background-color: var(--theme-color);
}
@media (max-width: 991px) {
  .circle-box {
    max-width: 300px;
  }
  .circle-box.box1 {
    top: 45px;
    right: 0;
  }
  .circle-box.box3 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .circle-box {
    position: static;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .circle-box-wrap {
    display: none;
  }
  .circle-box-area {
    padding-left: 18px;
  }
  .circle-box-area .mobile-line {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background-color: var(--theme-color);
  }
  .circle-box-area .mobile-line .dot {
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: -10px;
    background: var(--theme-color);
    -webkit-box-shadow: inset -4px 0px 5px #C2AAE5;
            box-shadow: inset -4px 0px 5px #C2AAE5;
    border-radius: 12px;
    z-index: 4;
  }
  .circle-box-area .mobile-line .dot:nth-child(2) {
    top: unset;
    bottom: -10px;
  }
}

/*------------------- Hero  -------------------*/
/* Hero Global ---------------------------------- */
.ot-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 45px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.ot-hero-wrapper .breadcumb-text {
  margin: 45px 0 45px 0;
}
.ot-hero-wrapper .breadcumb-btns {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .ot-hero-wrapper {
    padding-top: 70px;
  }
  .ot-hero-wrapper .breadcumb-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .ot-hero-wrapper {
    padding-top: 0px;
  }
  .ot-hero-wrapper .breadcumb-title {
    font-size: 70px;
  }
  .ot-hero-wrapper .hero-content {
    text-align: center;
  }
  .ot-hero-wrapper .breadcumb-text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .ot-hero-wrapper .breadcumb-title {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .ot-hero-wrapper .breadcumb-title {
    font-size: 38px;
  }
  .ot-hero-wrapper .breadcumb-text {
    margin: 35px 0 35px 0;
  }
  .ot-hero-wrapper .breadcumb-btns {
    margin-top: 40px;
  }
}

.hero-feature {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /* Medium devices */
  /* Extra small devices */
}
.hero-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 580px;
}
.hero-feature .box-icon {
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0px -8px 11px #4E4E61;
          box-shadow: inset 0px -8px 11px #4E4E61;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 22px;
}
.hero-feature .box-icon i {
  width: 20px;
  height: 20px;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: var(--white-color);
}
.hero-feature .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .hero-feature-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-feature .box-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .hero-feature {
    -webkit-box-flex: calc(50% - 8px);
        -ms-flex: calc(50% - 8px);
            flex: calc(50% - 8px);
  }
  .hero-feature-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .hero-video video {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 575px) {
  .hero-video video {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin: 50px 0;
  }
}

/*------------------- Table  -------------------*/
.pricing-sec {
  background-size: contain;
  background-position: top center;
  border-radius: 24px 24px 0 0;
}

.item-box .title {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--title-color);
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.item-box .title .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--ot-border-color);
}

.pricing-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  /* Medium devices */
}
.pricing-buttons button {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  padding: 16px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pricing-buttons button.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.pricing-buttons button.disable-btn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  display: none;
}
@media (max-width: 991px) {
  .pricing-buttons {
    gap: 6px;
  }
  .pricing-buttons button {
    -webkit-box-flex: 120px;
        -ms-flex: 120px;
            flex: 120px;
  }
}

.price-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.price-table-area {
  margin-top: 50px;
  background-image: url("../img/price_glow.png");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  /* Extra small devices */
}
.price-table-area .all-tables {
  border-radius: inherit;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.39%, rgba(127, 36, 255, 0)), to(rgba(167, 105, 255, 0.44)));
  background: linear-gradient(180deg, rgba(127, 36, 255, 0) 10.39%, rgba(167, 105, 255, 0.44) 100%);
  padding: 40px;
  position: relative;
  z-index: 2;
}
.price-table-area .all-tables:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#190732), to(transparent));
  background-image: linear-gradient(to top, #190732, transparent);
  z-index: -1;
  border-radius: inherit;
}
.price-table-area .shape2 {
  position: absolute;
  width: 70%;
  height: 12px;
  bottom: -4px;
  left: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #C2AAE5 0%, rgba(127, 36, 255, 0) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.price-table-area .shape1 {
  position: absolute;
  width: 70%;
  height: 12px;
  left: 50%;
  bottom: -4px;
  background: radial-gradient(50% 50% at 50% 50%, #C2AAE5 0%, rgba(127, 36, 255, 0) 100%);
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .price-table-area {
    border-radius: 20px;
  }
  .price-table-area .all-tables {
    padding: 20px;
  }
}

.price-area {
  max-width: 1048px;
  margin: 0 auto;
}
.price-area .price-info {
  text-align: center;
}
.price-area .price-info .selected-step {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--white-color);
}
.price-area .price-info .selected-duration {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}
.price-area .price-info .selected-capital {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 10px;
}
.price-area .price-info .bottom-text,
.price-area .price-info .profit-share {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 5px;
}
.price-area .price-info .bottom-text {
  margin: 0;
}
.price-area .challege-price {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}

.ot-tab-content {
  display: none;
}
.ot-tab-content.show {
  display: block;
}

.step-table.active,
.challenge-table.active {
  display: block;
}
.step-table table,
.challenge-table table {
  border: none !important;
  margin: 0;
  margin-bottom: -4px;
  margin-top: -8px;
  padding: 0;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px 4px;
}
.step-table td,
.step-table th,
.challenge-table td,
.challenge-table th {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 22px;
  margin: 0;
  position: relative;
  border: none !important;
  width: 50%;
  position: relative;
  z-index: 2;
  /* Extra small devices */
}
.step-table td:first-child,
.step-table th:first-child,
.challenge-table td:first-child,
.challenge-table th:first-child {
  border-radius: 8px 0 0 8px;
}
.step-table td:last-child,
.step-table th:last-child,
.challenge-table td:last-child,
.challenge-table th:last-child {
  border-radius: 0 8px 8px 0;
}
.step-table td:last-child:after,
.step-table th:last-child:after,
.challenge-table td:last-child:after,
.challenge-table th:last-child:after {
  display: none;
}
@media (max-width: 575px) {
  .step-table td,
  .step-table th,
  .challenge-table td,
  .challenge-table th {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }
}
.step-table tbody,
.challenge-table tbody {
  position: relative;
  z-index: 2;
}
.step-table tr,
.challenge-table tr {
  position: relative;
  z-index: 2;
}
.step-table tr:nth-child(even) th, .step-table tr:nth-child(even) td,
.challenge-table tr:nth-child(even) th,
.challenge-table tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.04);
}
.step-table tr:first-child th, .step-table tr:first-child td,
.challenge-table tr:first-child th,
.challenge-table tr:first-child td {
  color: #CECECE;
  background-color: transparent;
  padding: 0 22px 8px 22px;
  /* Extra small devices */
}
.step-table tr:first-child th:after, .step-table tr:first-child td:after,
.challenge-table tr:first-child th:after,
.challenge-table tr:first-child td:after {
  display: none !important;
}
@media (max-width: 575px) {
  .step-table tr:first-child th, .step-table tr:first-child td,
  .challenge-table tr:first-child th,
  .challenge-table tr:first-child td {
    padding: 0 14px 4px 14px;
  }
}

/*------------------- Faq  -------------------*/
.faq-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  max-width: 980px;
  margin: 0 auto;
  /* Medium devices */
  /* Small devices */
}
.faq-tab-area #faqAccordion {
  -webkit-box-flex: 580px;
      -ms-flex: 580px;
          flex: 580px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  .faq-tab-area {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .faq-tab-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faq-tab-wrap {
  -webkit-box-flex: 400px;
      -ms-flex: 400px;
          flex: 400px;
  border: 1px solid var(--ot-border-color);
  background-color: var(--smoke-color);
  border-radius: 16px;
  padding: 10px;
  padding-top: 24px;
  /* Small devices */
}
.faq-tab-wrap .box-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .faq-tab-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.faq-tab button {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  background-color: transparent;
  border: none;
  padding: 14px 16px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: left;
}
.faq-tab button:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.33329 5.99992L10.6666 5.99992M10.6666 5.99992L5.99996 1.33325M10.6666 5.99992L5.99996 10.6666" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.faq-tab button.active {
  color: var(--white-color);
  background-color: var(--theme-color);
  border: none;
}
.faq-tab button.active:before {
  visibility: visible;
  opacity: 1;
  margin-right: 6px;
}

.faq-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  max-width: 615px;
  margin: 45px auto 0 auto;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 16px;
  padding: 6px;
}
.faq-search-form input {
  border-radius: 0;
  color: var(--body-color);
  border: none;
  background-color: transparent !important;
  padding: 0 12px;
}
.faq-search-form input:focus {
  color: var(--white-color);
  background-color: transparent;
}
.faq-search-form input::-moz-placeholder {
  color: var(--body-color);
}
.faq-search-form input::-webkit-input-placeholder {
  color: var(--body-color);
}
.faq-search-form input:-ms-input-placeholder {
  color: var(--body-color);
}
.faq-search-form input::-ms-input-placeholder {
  color: var(--body-color);
}
.faq-search-form input::placeholder {
  color: var(--body-color);
}
.faq-search-form svg {
  min-width: 16px;
  margin-left: 14px;
}
.faq-search-form .ot-btn {
  min-width: 108px;
}

.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px 30px;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  border: 0;
  border-color: transparent;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 15px 16px 15px 0;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "+";
  height: 24px;
  background-color: transparent;
  background-image: none;
  color: var(--title-color);
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
  display: grid;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: var(--title-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "_";
  -webkit-transform: rotate(180deg) translateY(-4px);
          transform: rotate(180deg) translateY(-4px);
  font-weight: 400;
  vertical-align: middle;
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0 40px 15px 0;
  margin-top: 0;
  font-weight: 400;
  color: var(--body-color);
}
.accordion-card .faq-text {
  font-size: 18px;
  margin-top: -0.5em;
  margin-bottom: -0.3em;
  color: var(--body-color);
}
.accordion-card .faq-text > p,
.accordion-card .faq-text > ul {
  margin-bottom: 0;
}
.accordion-card.active {
  border-color: var(--theme-color2);
}

#faqAccordion2 {
  max-width: 886px;
  margin: 0 auto;
}
#faqAccordion2 .accordion-card {
  background-color: var(--body-bg);
  border-radius: 16px;
  padding: 15px 30px;
  margin-bottom: 16px;
  /* Extra small devices */
}
#faqAccordion2 .accordion-card:last-child {
  margin-bottom: 0;
}
#faqAccordion2 .accordion-card .faq-text {
  font-size: 18px;
  margin-top: 0;
}
@media (max-width: 575px) {
  #faqAccordion2 .accordion-card {
    padding: 10px 24px;
  }
}

/*------------------- Affiliate  -------------------*/
.affiliate-banner .inner-content {
  padding: 100px 20px 60px 20px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.39%, rgba(127, 36, 255, 0)), to(rgba(167, 105, 255, 0.44)));
  background: linear-gradient(180deg, rgba(127, 36, 255, 0) 10.39%, rgba(167, 105, 255, 0.44) 100%);
  backdrop-filter: blur(25px);
  border-radius: 24px;
  position: relative;
  z-index: 2;
  /* Medium devices */
}
.affiliate-banner .inner-content:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #180730;
  border-radius: inherit;
  -webkit-box-shadow: inset 0px -46px 140px -90px rgba(127, 36, 255, 0.8);
          box-shadow: inset 0px -46px 140px -90px rgba(127, 36, 255, 0.8);
  pointer-events: none;
}
@media (max-width: 991px) {
  .affiliate-banner .inner-content {
    padding: 80px 20px 50px 20px;
    border-radius: 16px;
  }
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 15px 5px 5px;
  background: linear-gradient(255.12deg, rgba(127, 36, 255, 0.1) -24.85%, rgba(167, 105, 255, 0.44) 66.12%);
  border-radius: 80px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.icon-list-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .icon-list-wrap {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .icon-list-wrap {
    margin-top: 70px;
  }
}
.icon-list:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #240A48;
  border-radius: inherit;
  z-index: -1;
}
.icon-list .box-icon {
  min-width: 30px;
}
.icon-list .text {
  margin: 0;
  color: var(--title-color);
  font-weight: 500;
  /* Small devices */
}
@media (max-width: 767px) {
  .icon-list .text {
    font-size: 14px;
    font-weight: 400;
  }
}

.affiliate-box {
  background-image: url("../img/affiliate_box_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 24px;
  height: 100%;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.affiliate-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.affiliate-box .box-title {
  font-size: 40px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 40px;
}
.affiliate-box .box-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-color);
  display: block;
  margin-bottom: 40px;
}
.affiliate-box .checklist li {
  color: var(--body-color);
  margin-bottom: 28px;
}
.affiliate-box .checklist li:last-child {
  margin-bottom: 0;
}
.affiliate-box .checklist li:before {
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="%237F24FF"/><path d="M7.33334 13.3334L9.66668 15.6667L16.6667 8.33337" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.affiliate-box .dot-list {
  margin-top: 6px;
}
.affiliate-box .dot-list ul {
  margin-bottom: 0;
  padding-left: 50px;
}
.affiliate-box .dot-list li {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1299px) {
  .affiliate-box .box-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .affiliate-box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .affiliate-box .box-subtitle {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .affiliate-box .box-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .affiliate-box .checklist li {
    margin-bottom: 15px;
  }
  .affiliate-box .checklist li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .affiliate-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .affiliate-box {
    border-radius: 16px;
  }
}

.process-box {
  background: rgba(127, 36, 255, 0.1);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 2;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.process-box .box-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  display: inline-block;
  margin: 10px 10px 150px 10px;
  background-color: var(--theme-color);
  border-radius: 99px;
}
.process-box .box-number {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.process-box .box-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .process-box .box-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .process-box .box-title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .process-box .box-title {
    font-size: 26px;
  }
}

.benefit-box {
  background-color: var(--smoke-color2);
  padding: 20px;
  -webkit-box-shadow: inset 0px -46px 110px -70px #7F24FF;
          box-shadow: inset 0px -46px 110px -70px #7F24FF;
  backdrop-filter: blur(25px);
  border-radius: 24px;
  height: 100%;
  position: relative;
  z-index: 2;
  /* Medium devices */
}
.benefit-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64%;
  height: 4px;
  background: radial-gradient(50% 50% at 50% 50%, #C2AAE5 0%, rgba(127, 36, 255, 0) 100%);
  border-radius: 20px;
}
.benefit-box .box-icon {
  padding: 30px;
  text-align: center;
  background-image: url("../img/benefit_icon_bg.png");
  background-size: 100% 100%;
  margin-bottom: 40px;
}
.benefit-box .box-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .benefit-box.horizontal-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefit-box.horizontal-box .box-icon {
    background-image: url("../img/benefit_icon_bg2.png");
    padding: 52px;
    min-width: 275px;
    margin-bottom: 0;
  }
  .benefit-box.horizontal-box .box-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .benefit-box .box-icon {
    aspect-ratio: 275/189;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*------------------- About  -------------------*/
.about-banner {
  /* Extra small devices */
}
.about-banner .inner-content {
  background: rgba(127, 36, 255, 0.1);
  -webkit-box-shadow: inset 0px -46px 110px -70px #7F24FF;
          box-shadow: inset 0px -46px 110px -70px #7F24FF;
  backdrop-filter: blur(25px);
  border-radius: 24px;
  background-image: url("../img/about_banner_bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 150px 20px 225px 20px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .about-banner .inner-content {
    padding: 100px 20px 150px 20px;
  }
}
@media (max-width: 767px) {
  .about-banner .inner-content {
    padding: 70px 10px 100px 10px;
  }
}
@media (max-width: 575px) {
  .about-banner .breadcumb-title br {
    display: none;
  }
  .about-banner .inner-content {
    border-radius: 20px;
  }
}

.total-user-title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
}
.total-user-title i {
  background-color: rgba(167, 105, 255, 0.6);
  width: 22px;
  height: 35px;
  margin-top: -3px;
  margin-right: 5px;
}

.about-logo-box {
  /* Extra small devices */
}
.about-logo-box .box-logo {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  aspect-ratio: 646/456;
  background: -webkit-gradient(linear, left top, left bottom, from(#9E64F0), to(#230747));
  background: linear-gradient(180deg, #9E64F0 0%, #230747 100%);
  border-radius: 24px;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.about-logo-box .box-logo:before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background-color: #000;
  z-index: -1;
}
.about-logo-box .box-content {
  background-color: var(--theme-color);
  border-radius: 24px;
  padding: 50px 45px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.about-logo-box .box-text {
  font-size: 18px;
  color: var(--white-color);
  margin: 0;
}
@media (max-width: 575px) {
  .about-logo-box .box-logo {
    border-radius: 20px;
  }
  .about-logo-box .box-content {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .about-logo-box .box-text {
    font-size: 16px;
  }
}

.counter-sec {
  padding-top: 90px;
  border-radius: 24px 24px 0 0;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .counter-sec {
    padding-top: 60px;
  }
}

.counter-card {
  padding: 40px 20px 20px 20px;
  /* Large devices */
}
.counter-card .box-number {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--theme-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.counter-card .box-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .counter-card {
    padding: 24px 10px 10px 10px;
  }
  .counter-card .box-number {
    font-size: 90px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .counter-card .box-text {
    font-size: 18px;
  }
}

.why-video {
  max-width: 1043px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.why-video .box-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.why-video .box-title {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  bottom: 17%;
  left: 10%;
  margin: 0;
}
@media (max-width: 991px) {
  .why-video .box-btn {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .why-video .box-btn {
    max-width: 60px;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
  .why-video .box-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .why-video .box-btn {
    max-width: 44px;
  }
  .why-video .box-title {
    font-size: 16px;
  }
}

.cta-box {
  aspect-ratio: 650/688;
  border-radius: 24px;
  background-size: 100% 100%;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.cta-box .box-content {
  padding: 40px;
}
.cta-box .box-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cta-box .box-text {
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  .cta-box .box-title {
    font-size: 32px;
  }
  .cta-box .box-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .cta-box .box-content {
    padding: 30px;
  }
  .cta-box .box-title {
    font-size: 28px;
  }
  .cta-box .box-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .cta-box .box-content {
    padding: 40px;
  }
  .cta-box .box-title {
    font-size: 36px;
  }
  .cta-box .box-text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cta-box .box-content {
    padding: 30px;
  }
  .cta-box .box-title {
    font-size: 28px;
  }
  .cta-box .box-text {
    font-size: 14px;
  }
  .cta-box .box-img {
    margin: 0 -30px;
  }
}

/*------------------- Variation  -------------------*/
.home-variations {
  background: #111C38;
  border-radius: 30px;
  padding: 40px;
  /* Extra small devices */
}
.home-variations .box-title {
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .home-variations {
    padding: 20px;
    border-radius: 20px;
  }
  .home-variations .box-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.product-btns button {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  border: none;
  /* Extra small devices */
}
.product-btns button .new-label {
  background-color: var(--theme-color2);
  color: var(--black-color);
  padding: 1px 6px 0 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
  line-height: 19px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.product-btns button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.product-btns button.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 575px) {
  .product-btns button {
    padding: 13px 16px;
  }
}
.product-btns button.disable-btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  display: none;
}
.product-btns.trading-capital button {
  font-size: 20px;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: calc(50% - 10px);
      -ms-flex: calc(50% - 10px);
          flex: calc(50% - 10px);
  max-width: calc(50% - 10px);
  /* Extra small devices */
}
.product-btns.trading-capital button:before {
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="%233E76F8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 15.8751C10.0793 15.8751 9.90867 15.8098 9.77867 15.6798L6.862 12.7632C6.60134 12.5025 6.60134 12.0811 6.862 11.8205C7.12267 11.5599 7.544 11.5599 7.80467 11.8205L10.25 14.2659L16.1953 8.3205C16.456 8.05983 16.8773 8.05983 17.138 8.3205C17.3987 8.58117 17.3987 9.0025 17.138 9.26317L10.7213 15.6798C10.5913 15.8098 10.4207 15.8751 10.25 15.8751Z" fill="%23040A18"/></svg>');
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.product-btns.trading-capital button.active:before {
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 15.8751C10.0793 15.8751 9.90867 15.8098 9.77867 15.6798L6.862 12.7632C6.60134 12.5025 6.60134 12.0811 6.862 11.8205C7.12267 11.5599 7.544 11.5599 7.80467 11.8205L10.25 14.2659L16.1953 8.3205C16.456 8.05983 16.8773 8.05983 17.138 8.3205C17.3987 8.58117 17.3987 9.0025 17.138 9.26317L10.7213 15.6798C10.5913 15.8098 10.4207 15.8751 10.25 15.8751Z" fill="%23040A18"/></svg>');
}
@media (max-width: 575px) {
  .product-btns.trading-capital button {
    font-size: 16px;
    padding: 11px 16px;
    gap: 8px;
  }
}
.product-btns.trading-capital button.disable-btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  display: none;
}

.variation-box {
  margin-bottom: 36px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .variation-box {
    margin-bottom: 30px;
  }
}
.variation-box:last-child {
  margin-bottom: 0;
}
.variation-box h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .variation-box h6 {
    font-size: 20px;
  }
}

.summary-box {
  background-image: url("../img/gradient_bg7.jpg");
  background-size: 100% 100%;
  padding: 45px 20px;
  margin-top: 40px;
  border-radius: 30px;
  text-align: center;
  /* Extra small devices */
}
.summary-box .selected-variations {
  font-size: 22px;
  margin-bottom: 15px;
}
.summary-box .challege-price {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 20px;
}
.summary-box .challege-price .duration {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-left: 5px;
}
.summary-box .ot-btn {
  min-width: 145px;
}
@media (max-width: 575px) {
  .summary-box {
    padding: 30px 16px;
    border-radius: 20px;
  }
  .summary-box .selected-variations {
    font-size: 18px;
  }
  .summary-box .challege-price {
    font-size: 40px;
  }
}

/*------------------- my account  -------------------*/
.woocommerce-account {
  --smoke-color: #111C38;
  --ot-border-color: #19316A;
  --title-color: #fff;
  --body-color: #A3AEC7;
  background-color: #040A18;
}
.woocommerce-account .shape-wrapper {
  display: none;
}
.woocommerce-account .breadcumb-wrapper {
  display: none;
}
.woocommerce-account .post-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-sign-in {
  --title-color: #fff;
  --body-color: #A3AEC7;
  --smoke-color: #111C38;
  --ot-border-color: #19316A;
  background-color: #040A18;
}

.woocommerce-MyAccount-navigation {
  background-color: var(--smoke-color);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 25px 30px;
  border-radius: 24px;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation li {
  font-size: 14px;
  padding: 12px 15px;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--title-color);
  position: relative;
  z-index: 2;
}
.woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  border-radius: 12px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.woocommerce-MyAccount-navigation li.is-active {
  color: var(--white-color);
}
.woocommerce-MyAccount-navigation li.is-active a:hover {
  color: var(--white-color);
}
.woocommerce-MyAccount-navigation li.is-active::before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wt-smart-coupon, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 85px;
  /* Large devices */
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.1559 9.625H7.12175C6.77675 9.625 6.49675 9.345 6.49675 9C6.49675 8.655 6.77675 8.375 7.12175 8.375H17.1559C17.5009 8.375 17.7809 8.655 17.7809 9C17.7809 9.345 17.5009 9.625 17.1559 9.625Z" fill="%23FF522C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.7162 12.055C14.5562 12.055 14.3953 11.9942 14.2737 11.8708C14.0303 11.6258 14.0312 11.2308 14.2753 10.9875L16.2703 8.99999L14.2753 7.01334C14.0312 6.77 14.0295 6.375 14.2737 6.13C14.517 5.885 14.912 5.885 15.157 6.12834L17.597 8.55749C17.7153 8.67415 17.7809 8.83415 17.7809 8.99999C17.7809 9.16582 17.7153 9.32582 17.597 9.44249L15.157 11.8725C15.0353 11.9942 14.8753 12.055 14.7162 12.055Z" fill="%23FF522C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.43267 17.3333H4.36104C2.32437 17.3333 0.66687 15.6758 0.66687 13.6375V4.36332C0.66687 2.32499 2.32437 0.666656 4.36104 0.666656H8.4235C10.4618 0.666656 12.1202 2.32499 12.1202 4.36332V5.13999C12.1202 5.48499 11.8402 5.76499 11.4952 5.76499C11.1502 5.76499 10.8702 5.48499 10.8702 5.13999V4.36332C10.8702 3.01332 9.77267 1.91666 8.4235 1.91666H4.36104C3.01354 1.91666 1.91687 3.01332 1.91687 4.36332V13.6375C1.91687 14.9867 3.01354 16.0833 4.36104 16.0833H8.43267C9.776 16.0833 10.8702 14.99 10.8702 13.6467V12.8608C10.8702 12.5158 11.1502 12.2358 11.4952 12.2358C11.8402 12.2358 12.1202 12.5158 12.1202 12.8608V13.6467C12.1202 15.68 10.4652 17.3333 8.43267 17.3333Z" fill="%23FF522C"/></svg>');
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 50px;
  }
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  color: inherit;
}
.woocommerce-MyAccount-navigation li a:hover {
  color: var(--theme-color);
}

.no_subscriptions.woocommerce-message.woocommerce-message--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 24%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 74%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  display: inline-block;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  border-radius: 8px;
  font-weight: 500;
  padding: 4px 15px;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  color: var(--black-color);
  background: var(--theme-color2);
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields {
  margin-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  line-height: 32px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info:after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content address {
  padding: 0;
  color: var(--title-color);
}
.woocommerce-account .woocommerce-MyAccount-content address br {
  display: block;
  border-bottom: 1px solid var(--ot-border-color);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details--phone {
  border-top: 1px solid var(--ot-border-color);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 555px;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content header {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title:after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit:before {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9887 3.85928L14.1408 7.01137M1.5 16.5L4.56065 15.9174C5.2096 15.7938 5.80641 15.478 6.27353 15.0109L15.8198 5.46461C16.7267 4.55765 16.7267 3.08718 15.8198 2.18022C14.9128 1.27326 13.4423 1.27326 12.5354 2.18022L2.98913 11.7265C2.52201 12.1936 2.20617 12.7904 2.08263 13.4394L1.5 16.5Z" stroke="%237F24FF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper + p {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content #account_display_name {
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content #account_display_name + span {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method #place_order {
  float: none;
  padding: 18px 24px;
  border-radius: 12px;
  background: var(--theme-color);
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method #place_order:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color3)));
  background: linear-gradient(to right, var(--theme-color2), var(--theme-color3));
}

.woocommerce .woocommerce-address-fields .button {
  padding: 16px 24px !important;
  border-radius: 12px;
}
.woocommerce .woocommerce-address-fields .form-row-first,
.woocommerce .woocommerce-address-fields .form-row-last {
  width: 49%;
  overflow: visible;
}
.woocommerce .woocommerce-address-fields .form-row {
  margin-bottom: 16px;
}
.woocommerce .woocommerce-address-fields .form-row label {
  display: none !important;
}
.woocommerce .woocommerce-address-fields input[type=checkbox] {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.select2-dropdown {
  background-color: var(--body-bg);
}

.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-view-subscription .woocommerce-customer-details {
  display: none;
}

.woocommerce table.account-payment-methods-table,
.woocommerce table.my_account_orders {
  border: none;
  /* Medium devices */
  /* Medium devices */
}
.woocommerce table.account-payment-methods-table .th,
.woocommerce table.account-payment-methods-table th,
.woocommerce table.account-payment-methods-table td,
.woocommerce table.my_account_orders .th,
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  font-size: 16px !important;
  border: none;
  padding: 18px 24px;
  font-weight: 400;
  color: var(--title-color) !important;
}
.woocommerce table.account-payment-methods-table .th a,
.woocommerce table.account-payment-methods-table th a,
.woocommerce table.account-payment-methods-table td a,
.woocommerce table.my_account_orders .th a,
.woocommerce table.my_account_orders th a,
.woocommerce table.my_account_orders td a {
  color: inherit;
}
.woocommerce table.account-payment-methods-table tbody th, .woocommerce table.account-payment-methods-table tbody td,
.woocommerce table.account-payment-methods-table tfoot th,
.woocommerce table.account-payment-methods-table tfoot td,
.woocommerce table.my_account_orders tbody th,
.woocommerce table.my_account_orders tbody td,
.woocommerce table.my_account_orders tfoot th,
.woocommerce table.my_account_orders tfoot td {
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--ot-border-color);
  border-right: 1px solid var(--ot-border-color);
}
.woocommerce table.account-payment-methods-table tbody th:last-child, .woocommerce table.account-payment-methods-table tbody td:last-child,
.woocommerce table.account-payment-methods-table tfoot th:last-child,
.woocommerce table.account-payment-methods-table tfoot td:last-child,
.woocommerce table.my_account_orders tbody th:last-child,
.woocommerce table.my_account_orders tbody td:last-child,
.woocommerce table.my_account_orders tfoot th:last-child,
.woocommerce table.my_account_orders tfoot td:last-child {
  border-right: none;
}
.woocommerce table.account-payment-methods-table tbody tr:last-child th, .woocommerce table.account-payment-methods-table tbody tr:last-child td,
.woocommerce table.account-payment-methods-table tfoot tr:last-child th,
.woocommerce table.account-payment-methods-table tfoot tr:last-child td,
.woocommerce table.my_account_orders tbody tr:last-child th,
.woocommerce table.my_account_orders tbody tr:last-child td,
.woocommerce table.my_account_orders tfoot tr:last-child th,
.woocommerce table.my_account_orders tfoot tr:last-child td {
  border-bottom: none;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce table.account-payment-methods-table tbody tr:last-child th, .woocommerce table.account-payment-methods-table tbody tr:last-child td,
  .woocommerce table.account-payment-methods-table tfoot tr:last-child th,
  .woocommerce table.account-payment-methods-table tfoot tr:last-child td,
  .woocommerce table.my_account_orders tbody tr:last-child th,
  .woocommerce table.my_account_orders tbody tr:last-child td,
  .woocommerce table.my_account_orders tfoot tr:last-child th,
  .woocommerce table.my_account_orders tfoot tr:last-child td {
    border-bottom: 1px solid var(--ot-border-color);
  }
}
.woocommerce table.account-payment-methods-table thead,
.woocommerce table.my_account_orders thead {
  position: relative;
  z-index: 2;
  background: #1D2742;
  border-radius: 30px 30px 0 0;
}
.woocommerce table.account-payment-methods-table thead tr:first-child th,
.woocommerce table.my_account_orders thead tr:first-child th {
  font-weight: 500;
}
.woocommerce table.account-payment-methods-table thead tr:first-child th, .woocommerce table.account-payment-methods-table thead tr:first-child td,
.woocommerce table.my_account_orders thead tr:first-child th,
.woocommerce table.my_account_orders thead tr:first-child td {
  padding: 18px 20px !important;
  border: none !important;
  border-right: 1px solid var(--ot-border-color) !important;
  text-align: center;
}
.woocommerce table.account-payment-methods-table thead tr:first-child th:last-child, .woocommerce table.account-payment-methods-table thead tr:first-child td:last-child,
.woocommerce table.my_account_orders thead tr:first-child th:last-child,
.woocommerce table.my_account_orders thead tr:first-child td:last-child {
  border-right: none !important;
}
.woocommerce table.account-payment-methods-table tbody th:first-child, .woocommerce table.account-payment-methods-table tbody td:first-child,
.woocommerce table.my_account_orders tbody th:first-child,
.woocommerce table.my_account_orders tbody td:first-child {
  padding: 4px 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce table.account-payment-methods-table tbody th:first-child, .woocommerce table.account-payment-methods-table tbody td:first-child,
  .woocommerce table.my_account_orders tbody th:first-child,
  .woocommerce table.my_account_orders tbody td:first-child {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-actions,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
    gap: 6px;
  }
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-actions a,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a {
    display: inline-block;
  }
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-actions:before,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions:before {
    content: "Action: ";
    display: block !important;
    font-weight: 600;
    color: var(--title-color);
    vertical-align: text-bottom;
    float: left;
    line-height: 36px;
    width: 100%;
    text-align: left;
  }
}
.woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-total,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total {
  font-size: 0 !important;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-total,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total {
    height: 55px;
    line-height: 1.5;
  }
}
.woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-total:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total:before {
  font-size: 16px !important;
}
.woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: 16px;
}
.woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-actions,
.woocommerce table.account-payment-methods-table .woocommerce-orders-table__header-order-actions,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions,
.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-actions {
  display: none;
}
.woocommerce table.account-payment-methods-table .status-active,
.woocommerce table.account-payment-methods-table .status-completed,
.woocommerce table.my_account_orders .status-active,
.woocommerce table.my_account_orders .status-completed {
  color: var(--success-color) !important;
}
.woocommerce table.account-payment-methods-table .status-pending-cancellation,
.woocommerce table.account-payment-methods-table .status-pending-payment,
.woocommerce table.account-payment-methods-table .status-processing,
.woocommerce table.my_account_orders .status-pending-cancellation,
.woocommerce table.my_account_orders .status-pending-payment,
.woocommerce table.my_account_orders .status-processing {
  color: var(--yellow-color) !important;
}
.woocommerce table.account-payment-methods-table .status-cancelled,
.woocommerce table.account-payment-methods-table .status-failed,
.woocommerce table.my_account_orders .status-cancelled,
.woocommerce table.my_account_orders .status-failed {
  color: var(--error-color) !important;
}
.woocommerce table.account-payment-methods-table .status-refunded,
.woocommerce table.account-payment-methods-table .status-on-hold,
.woocommerce table.my_account_orders .status-refunded,
.woocommerce table.my_account_orders .status-on-hold {
  color: var(--theme-color) !important;
}
@media (min-width: 992px) {
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-status,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-status {
    width: 160px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-status:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-status:before {
  color: var(--title-color);
}
@media (max-width: 991px) {
  .woocommerce table.account-payment-methods-table th, .woocommerce table.account-payment-methods-table td,
  .woocommerce table.my_account_orders th,
  .woocommerce table.my_account_orders td {
    padding: 15px;
  }
  .woocommerce table.account-payment-methods-table th:before, .woocommerce table.account-payment-methods-table td:before,
  .woocommerce table.my_account_orders th:before,
  .woocommerce table.my_account_orders td:before {
    font-weight: 600 !important;
  }
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-number,
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-product-name,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-product-name {
    background-color: var(--theme-color) !important;
    border-radius: 12px;
    color: var(--white-color) !important;
    display: block;
    width: 100%;
    text-align: right;
  }
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-number a,
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-product-name a,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-product-name a {
    color: var(--white-color);
  }
  .woocommerce table.account-payment-methods-table .woocommerce-orders-table__cell-order-number:before,
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number:before {
    content: attr(data-title) ": ";
    font-weight: 500;
    color: var(--title-color);
    float: left;
  }
}
.woocommerce table.account-payment-methods-table + .button,
.woocommerce table.my_account_orders + .button {
  padding: 18px 24px !important;
  border-radius: 12px;
}
.woocommerce table.account-payment-methods-table.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-order-actions,
.woocommerce table.account-payment-methods-table.woocommerce-orders-table--subscriptions .woocommerce-orders-table__header-order-actions,
.woocommerce table.my_account_orders.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-order-actions,
.woocommerce table.my_account_orders.woocommerce-orders-table--subscriptions .woocommerce-orders-table__header-order-actions {
  display: table-cell;
}
.woocommerce table.account-payment-methods-table.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-product-name,
.woocommerce table.my_account_orders.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-product-name {
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce table.account-payment-methods-table.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-product-name,
  .woocommerce table.my_account_orders.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-product-name {
    background-color: transparent !important;
    border-radius: 0 !important;
  }
}

.woocommerce form.woocommerce-EditAccountForm {
  max-width: 560px;
}
.woocommerce form.woocommerce-EditAccountForm fieldset {
  margin: 30px 0;
}
.woocommerce form.woocommerce-EditAccountForm fieldset legend {
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 15px;
}
.woocommerce form.woocommerce-EditAccountForm .button {
  padding: 18px 24px;
  border-radius: 12px;
}
.woocommerce form.woocommerce-EditAccountForm #account_display_name {
  margin-bottom: 10px;
}
.woocommerce form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.woocommerce form.woocommerce-EditAccountForm .form-row label {
  display: none;
}
.woocommerce form.woocommerce-EditAccountForm .form-row-first,
.woocommerce form.woocommerce-EditAccountForm .form-row-last {
  width: 49% !important;
}
.woocommerce form.woocommerce-EditAccountForm .input-text {
  height: 54px;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  padding: 0 20px;
  border-radius: 12px;
  color: var(--light-color);
}
.woocommerce form.woocommerce-EditAccountForm .input-text::-moz-placeholder {
  color: var(--light-color);
}
.woocommerce form.woocommerce-EditAccountForm .input-text::-webkit-input-placeholder {
  color: var(--light-color);
}
.woocommerce form.woocommerce-EditAccountForm .input-text:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form.woocommerce-EditAccountForm .input-text::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form.woocommerce-EditAccountForm .input-text::placeholder {
  color: var(--light-color);
}

.woocommerce .woocommerce-address-fields .form-row {
  position: relative;
}
.woocommerce .woocommerce-address-fields .form-row .input-text {
  height: 54px;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  padding: 0 20px;
  border-radius: 12px;
  color: var(--light-color);
}
.woocommerce .woocommerce-address-fields .form-row .input-text::-moz-placeholder {
  color: var(--light-color);
}
.woocommerce .woocommerce-address-fields .form-row .input-text::-webkit-input-placeholder {
  color: var(--light-color);
}
.woocommerce .woocommerce-address-fields .form-row .input-text:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce .woocommerce-address-fields .form-row .input-text::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce .woocommerce-address-fields .form-row .input-text::placeholder {
  color: var(--light-color);
}
.woocommerce .woocommerce-address-fields #billing_first_name_field {
  float: left;
}
.woocommerce .woocommerce-address-fields #billing_last_name_field {
  float: right;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: var(--body-color);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}

.woocommerce-orders-table,
.account-orders-table {
  background-color: var(--smoke-color);
  border-radius: 30px;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .woocommerce-orders-table,
  .account-orders-table {
    border-radius: 12px;
  }
}

.woocommerce .shop_table.order_details, .woocommerce .shop_table.subscription_details {
  position: relative;
  z-index: 2;
  padding: 24px;
  border: none;
  margin-bottom: 55px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce .shop_table.order_details, .woocommerce .shop_table.subscription_details {
    padding: 10px;
  }
}
.woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td, .woocommerce .shop_table.subscription_details th, .woocommerce .shop_table.subscription_details td {
  color: var(--title-color);
  border: none;
  border-right: 1px solid var(--ot-border-color);
  border-bottom: 1px solid var(--ot-border-color);
  padding: 16px 20px;
  font-weight: 400;
  /* Extra small devices */
}
.woocommerce .shop_table.order_details th:last-child, .woocommerce .shop_table.order_details td:last-child, .woocommerce .shop_table.subscription_details th:last-child, .woocommerce .shop_table.subscription_details td:last-child {
  border-right: none;
}
@media (max-width: 575px) {
  .woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td, .woocommerce .shop_table.subscription_details th, .woocommerce .shop_table.subscription_details td {
    padding: 16px 10px;
  }
}
.woocommerce .shop_table.order_details th a, .woocommerce .shop_table.order_details td a, .woocommerce .shop_table.subscription_details th a, .woocommerce .shop_table.subscription_details td a {
  color: inherit;
}
.woocommerce .shop_table.order_details tr:last-child th, .woocommerce .shop_table.order_details tr:last-child td, .woocommerce .shop_table.subscription_details tr:last-child th, .woocommerce .shop_table.subscription_details tr:last-child td {
  border-bottom: none;
}
.woocommerce .shop_table.order_details:before, .woocommerce .shop_table.subscription_details:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--smoke-color);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  z-index: -1;
}
.woocommerce .shop_table.order_details .btn-wrapper, .woocommerce .shop_table.subscription_details .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce .shop_table.order_details .btn-wrapper, .woocommerce .shop_table.subscription_details .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.woocommerce .shop_table.order_details .btn-wrapper .cancel, .woocommerce .shop_table.subscription_details .btn-wrapper .cancel {
  background: transparent !important;
  color: var(--error-color);
  padding-left: 0;
}
.woocommerce .shop_table.order_details .btn-wrapper .change_payment_method, .woocommerce .shop_table.subscription_details .btn-wrapper .change_payment_method {
  background: transparent !important;
  color: var(--theme-color);
}
.woocommerce .shop_table.order_details .btn-wrapper .subscription_renewal_early, .woocommerce .shop_table.subscription_details .btn-wrapper .subscription_renewal_early {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.woocommerce .shop_table.order_details .btn-wrapper .subscription_renewal_early:hover:before, .woocommerce .shop_table.subscription_details .btn-wrapper .subscription_renewal_early:hover:before {
  opacity: 1;
}
.woocommerce .shop_table.order_details {
  margin-top: 25px !important;
}
.woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td {
  border-right: none !important;
}
.woocommerce .shop_table.order_details th:first-child, .woocommerce .shop_table.order_details td:first-child {
  width: 0 !important;
  padding: 0 !important;
}
.woocommerce .shop_table.order_details th[colspan="2"], .woocommerce .shop_table.order_details td[colspan="2"] {
  padding: 16px 20px !important;
}
.woocommerce .shop_table.order_details th:last-child, .woocommerce .shop_table.order_details td:last-child {
  width: 50%;
}
.woocommerce .shop_table.order_details .product-remove,
.woocommerce .shop_table.order_details .remove_item {
  font-size: 0;
  border-right: none;
}
.woocommerce .shop_table.order_details .order_item td {
  border-bottom: 1px solid var(--ot-border-color) !important;
}
.woocommerce .shop_table .product-name a {
  color: var(--theme-color2);
}
.woocommerce .shop_table .product-name a:hover {
  color: var(--body-color);
}
.woocommerce .shop_table .product-name .product-quantity {
  display: none;
}
.woocommerce .shop_table thead th {
  border-bottom: 1px solid var(--ot-border-color) !important;
}

.woocommerce-view-subscription .shop_table.order_details th:first-child,
.woocommerce-view-subscription .shop_table.order_details td:first-child {
  width: 0 !important;
  padding: 16px 20px !important;
}

.woocommerce-view-subscription .link-btn {
  color: var(--title-color);
}
.woocommerce-view-subscription .link-btn:before {
  background-color: var(--title-color);
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
    border-right: none !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 500 !important;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
}
/*------------------- Blog  -------------------*/
.blog-details-banner {
  /* Medium devices */
}
.blog-details-banner .border-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  padding: 2px 16px 5px 16px;
  background: linear-gradient(128.96deg, rgba(255, 255, 255, 0.5) 0.22%, rgba(155, 155, 155, 0.07) 39.53%), rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px);
  border-radius: 35px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.blog-details-banner .border-btn:before {
  content: "";
  background-color: var(--body-bg);
  border-radius: inherit;
  position: absolute;
  inset: 1.2px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-details-banner .border-btn i {
  background-color: var(--body-color);
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.blog-details-banner .border-btn:hover:before {
  inset: 1.2px;
}
.blog-details-banner .breadcumb-title {
  margin-bottom: 30px;
}
.blog-details-banner .blog-meta {
  margin-bottom: 60px;
}
.blog-details-banner .blog-meta span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-right: 54px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-details-banner .blog-meta span {
    margin-right: 20px;
    margin-bottom: 6px;
  }
}
.blog-details-banner .blog-meta span:last-child {
  margin-right: 0;
}
.blog-details-banner .blog-meta span i {
  background-color: var(--theme-color);
  width: 18px;
  height: 18px;
  margin-right: 6px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.blog-details-banner .blog-img {
  margin-bottom: 60px;
  border-radius: 16px;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-details-banner .blog-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .blog-details-banner .blog-img,
  .blog-details-banner .border-btn {
    margin-bottom: 40px;
  }
  .blog-details-banner .blog-meta {
    margin-bottom: 36px;
  }
}

.filter-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -30px;
  background-color: var(--smoke-color);
  border-radius: 12px;
  padding: 8px;
  position: relative;
  z-index: 2;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.filter-menu button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--title-color);
  padding: 13px 20px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  min-width: 140px;
  -webkit-box-flex: 140px;
      -ms-flex: 140px;
          flex: 140px;
  background-color: transparent;
  border: none;
}
.filter-menu button.active {
  color: var(--white-color);
}
.filter-menu .indicator {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  width: var(--width-set);
  height: var(--height-set);
  background-color: var(--theme-color);
  -webkit-box-shadow: inset -10px 0px 20px #C2AAE5;
          box-shadow: inset -10px 0px 20px #C2AAE5;
  border-radius: 8px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .filter-menu {
    margin-bottom: 50px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .filter-menu {
    margin-bottom: 40px;
  }
  .filter-menu button {
    min-width: 100px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 575px) {
  .filter-menu button {
    min-width: 70px;
  }
}

.blog-box .box-img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
}
.blog-box .box-img img {
  aspect-ratio: 427/270;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-box .blog-meta {
  margin-bottom: 30px;
}
.blog-box .blog-meta span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  padding: 2px 20px;
  background: linear-gradient(128.96deg, rgba(255, 255, 255, 0.5) 0.22%, rgba(155, 155, 155, 0.07) 39.53%), rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px);
  border-radius: 35px;
  position: relative;
  z-index: 2;
}
.blog-box .blog-meta span:before {
  content: "";
  background-color: var(--body-bg);
  border-radius: inherit;
  position: absolute;
  inset: -1px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-box .blog-meta span:hover:before {
  inset: 1.2px;
}
.blog-box .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-box .box-text {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-box .link-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
}
.blog-box .link-btn:before {
  background-color: var(--title-color);
}
.blog-box .link-btn i {
  background-color: var(--title-color);
  width: 14px;
  height: 14px;
}
.blog-box:hover .box-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  /* Medium devices */
}
.blog-details .blog-left {
  -webkit-box-flex: 822px;
      -ms-flex: 822px;
          flex: 822px;
}
.blog-details .blog-right {
  -webkit-box-flex: 450px;
      -ms-flex: 450px;
          flex: 450px;
}
.blog-details .newsletter-widget {
  background-color: rgba(127, 36, 255, 0.1);
  border-radius: 16px;
  border-left: 3px solid var(--theme-color);
  padding: 40px 34px;
  margin: 0 !important;
  /* Small devices */
}
.blog-details .newsletter-widget .box-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}
.blog-details .newsletter-widget .box-text {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-details .newsletter-widget {
    padding: 24px;
  }
}
.blog-details .blog-content h2, .blog-details .blog-content h3, .blog-details .blog-content h4, .blog-details .blog-content h5 {
  font-weight: 500;
}
.blog-details .blog-content > p:last-of-type {
  margin-bottom: 0;
}
.blog-details blockquote {
  background-color: rgba(127, 36, 255, 0.1);
  border-radius: 16px;
  border-left: 3px solid var(--theme-color);
  padding: 24px;
}
.blog-details blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: var(--title-color);
}
.blog-details .social-links {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .blog-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-details .blog-left,
  .blog-details .blog-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.related-blog {
  padding-top: 65px;
  margin-top: 65px;
  border-top: 1px solid var(--ot-border-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .related-blog {
    padding-top: 55px;
    margin-top: 55px;
  }
}

/*------------------- Checkout  -------------------*/
.woocommerce-page .topheader {
  display: none;
}
.woocommerce-page .top-outer {
  background: transparent;
}
.woocommerce-page .section-title h2 {
  color: #fff;
}
.woocommerce-page .section-title p {
  color: #fff;
}

.woocommerce-billing-fields h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}

.woocommerce-additional-fields {
  display: none;
}

.heading-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  padding: 0;
  margin-bottom: 16px !important;
}
.heading-label h3 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

.authentication-form {
  max-width: 524px;
  margin: 0 auto;
}
.authentication-form .form-check {
  padding-left: 0;
}
.authentication-form .form-check-label:before {
  border-radius: 20px;
  margin-right: 8px;
}
.authentication-form .ot-btn {
  border-radius: 16px !important;
}

.woocommerce-lost-password .woocommerce-message {
  max-width: 524px;
  margin: 120px auto -75px auto;
  padding-left: 50px;
  /* Medium devices */
  /* Extra small devices */
}
.woocommerce-lost-password .woocommerce-message::before {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block !important;
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .woocommerce-lost-password .woocommerce-message {
    margin: 80px auto -50px auto;
  }
}
@media (max-width: 575px) {
  .woocommerce-lost-password .woocommerce-message {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.your-order h4 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
}
.your-order .cart-item {
  margin-bottom: 15px;
}

.checkout-form {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .checkout-form .col-xl-7 {
    width: 53%;
  }
  .checkout-form .col-xl-5 {
    width: 47%;
  }
}
.checkout-form input {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  color: var(--body-color);
  height: 48px;
  border-radius: 12px;
}
.checkout-form input::-webkit-input-placeholder {
  color: var(--body-color);
}
.checkout-form input::-moz-placeholder {
  color: var(--body-color);
}
.checkout-form input:-ms-input-placeholder {
  color: var(--body-color);
}
.checkout-form input::-ms-input-placeholder {
  color: var(--body-color);
}
.checkout-form input::placeholder {
  color: var(--body-color);
}
.checkout-form input:focus {
  color: var(--title-color);
  border-color: var(--theme-color);
}
.checkout-form input:focus:placeholder {
  color: var(--title-color);
}
.checkout-form input:valid {
  color: var(--title-color);
}
.checkout-form .form-row {
  padding: 0 !important;
  margin-bottom: 16px !important;
}
.checkout-form .form-row.place-order {
  margin-bottom: 0 !important;
}
.checkout-form .form-row .form-select {
  cursor: pointer;
}
.checkout-form .form-row .required {
  color: inherit !important;
  font-weight: inherit !important;
}
.checkout-form .form-row.validate-email {
  margin-bottom: 50px !important;
}
.checkout-form #billing_first_name_field,
.checkout-form #billing_last_name_field {
  width: calc(50% - 6px);
}
.checkout-form #billing_first_name_field {
  float: left;
}
.checkout-form #billing_last_name_field {
  float: right;
}
.checkout-form select {
  background-position: right 20px center;
  background-color: var(--smoke-color);
}
.checkout-form label {
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 10px;
  display: none;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .checkout-form label span.optional {
    display: none;
  }
}
.checkout-form .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.line-input .form-group label {
  display: none;
}
.line-input .form-group select,
.line-input .form-group input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--ot-border-color);
  border-radius: 0;
  padding: 0 0 12px 0;
  height: 34px;
}
.line-input .form-group select {
  background-position: right top 5px;
}

.billing-details .form-group label {
  display: none;
}
.billing-details select,
.billing-details input {
  background-color: transparent;
  border: 1px solid #19316A;
  color: var(--body-color);
}
.billing-details select::-webkit-input-placeholder, .billing-details input::-webkit-input-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select::-moz-placeholder, .billing-details input::-moz-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select:-ms-input-placeholder, .billing-details input:-ms-input-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select::-ms-input-placeholder, .billing-details input::-ms-input-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select::placeholder,
.billing-details input::placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select:focus,
.billing-details input:focus {
  color: var(--body-color);
  border-color: var(--theme-color);
}
.billing-details select:focus:placeholder,
.billing-details input:focus:placeholder {
  color: var(--body-color);
}
.billing-details .form-select, .billing-details select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23A3AEC7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  border-radius: 12px;
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--light-color);
}

.select2-container--open .select2-dropdown--above {
  margin-top: -30px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--light-color);
  line-height: 48px;
  padding: 0 !important;
  padding-left: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1.50004C11 1.50004 7.31758 6.5 6 6.5C4.68233 6.5 1 1.5 1 1.5" stroke="%23A3AEC7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border: none;
  width: auto;
  height: auto;
}

.account-information {
  border-radius: 20px;
  border: 1px solid #211437;
  background: var(--smoke-color);
  padding: 30px;
}
.account-information h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.account-information .form-group {
  margin-bottom: 20px;
}
.account-information .form-group .form-control {
  border-radius: 10px;
  background-color: var(--smoke-color);
  border-color: var(--ot-border-color);
  color: var(--white-color);
}
.account-information .form-group .form-control::-webkit-input-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control::-moz-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control:-ms-input-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control::-ms-input-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control::placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-select {
  cursor: pointer;
  color: var(--light-color);
  border-color: var(--theme-color);
}
.account-information .form-check {
  border-radius: 10px;
  border: 1px solid #2E1E48;
  background: var(--smoke-color);
  padding: 15px 15px;
}
.account-information .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account-information .form-check .form-check-label {
  color: var(--white-color);
}
.account-information .form-check .form-check-label span {
  margin-left: 10px;
}

.evaluation-style {
  border-bottom: 1px solid #2E1E48;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.evaluation-style p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}
.evaluation-style span {
  font-size: 18px;
  font-weight: 500;
}

.evaluation .label {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.evaluation .form-group {
  margin-bottom: 20px;
}
.evaluation .form-group .form-control {
  border-radius: 10px;
  background-color: var(--smoke-color);
  border-color: var(--ot-border-color);
  color: var(--white-color);
}
.evaluation .form-group .form-control::-webkit-input-placeholder {
  color: var(--light-color);
}
.evaluation .form-group .form-control::-moz-placeholder {
  color: var(--light-color);
}
.evaluation .form-group .form-control:-ms-input-placeholder {
  color: var(--light-color);
}
.evaluation .form-group .form-control::-ms-input-placeholder {
  color: var(--light-color);
}
.evaluation .form-group .form-control::placeholder {
  color: var(--light-color);
}
.evaluation .form-group .form-select {
  cursor: pointer;
  color: var(--light-color);
  border-color: #650DFB;
}
.evaluation .form-group .main-btn {
  position: absolute;
  top: 50%;
  right: 7px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 8.5px 35px;
}

.payment-method .choose-payment {
  border-radius: 10px;
  border: 1px solid #6958E2;
  background: var(--smoke-color);
  padding: 30px;
}
.payment-method .choose-payment .payment-number {
  border-radius: 12px;
  border: 1px solid #2E1E48;
  padding: 20px 15px;
}
.trading-img {
  position: relative;
}
.trading-img .circel-img {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
  z-index: -1;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.checkout-top-info {
  margin-bottom: 45px;
}

.account-item {
  margin-bottom: 24px;
}
.account-item h3 {
  margin-bottom: 25px;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
}
.account-item .variation-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
  margin-top: -0.35em;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 300;
}
.account-item .variations-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .account-item .variations-buttons {
    gap: 8px;
  }
}
.account-item button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  padding: 15px 20px;
  position: relative;
  border-radius: 12px;
  color: var(--title-color);
  background: rgba(255, 255, 255, 0.04);
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .account-item button {
    padding: 12px 15px;
  }
}
@media (max-width: 375px) {
  .account-item button {
    padding: 12px 15px;
  }
}
.account-item button:hover, .account-item button.active {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account-item button:hover::before, .account-item button.active::before {
  opacity: 1;
  visibility: visible;
}
.account-item button.disable-btn {
  pointer-events: none;
  cursor: none;
  opacity: 0.4;
  display: none;
}
.account-item:last-child {
  margin-bottom: 0;
}

.trading-capital button.disable-btn {
  display: none;
}

.available-info h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 20px;
}
.available-info .addons-item {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.available-info .addons-item b {
  color: var(--body-color);
}
.available-info .addons-item p {
  color: var(--body-color);
}
.available-info .addons-item.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.available-info .addons-item:last-child {
  margin-bottom: 0;
}

.single-checkout-widget {
  background-color: rgba(127, 36, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .single-checkout-widget {
    padding: 20px;
  }
}
.single-checkout-widget.ip-widget {
  padding: 20px;
  background-color: rgba(127, 36, 255, 0.1);
  border-radius: 16px;
}
.single-checkout-widget#variations-switcher {
  background-image: url("../img/widget_glow.png");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
}
.single-checkout-widget .main-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-checkout-widget h3 {
  color: var(--title-color);
}
.single-checkout-widget h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 14px;
}
.single-checkout-widget .ip-location {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: var(--title-color);
}
.single-checkout-widget .ip-location span {
  color: var(--body-color);
  margin-left: 10px;
  font-weight: 400;
}
.single-checkout-widget .ip-location img {
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 7px;
  border-radius: 4px;
}
.single-checkout-widget .wrong-location {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  padding-left: 40px;
  margin: 0;
}
.single-checkout-widget .wrong-location a {
  color: var(--theme-color2);
}
.single-checkout-widget .wrong-location a:hover {
  color: var(--title-color);
}

.ip-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 20px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .ip-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ip-widget .flag {
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px solid #FFFFFF;
  backdrop-filter: blur(45px);
  border-radius: 12px;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .ip-widget .flag {
    background-color: var(--smoke-color);
  }
}
.ip-widget .ip-location {
  color: var(--title-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 500;
}
.ip-widget .ip-location span {
  font-size: 14px;
  color: var(--body-color);
  margin-left: 0;
}
.ip-widget .ip-location img {
  margin-right: 0;
  border-radius: 4px;
}
.ip-widget .wrong-location {
  font-size: 15px;
  color: var(--title-color);
}
.ip-widget .wrong-location a {
  color: var(--theme-color);
}
.ip-widget .wrong-location a:hover {
  color: var(--title-color);
}

h3.main-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: -0.2em;
  color: var(--title-color);
}

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

.page-template-sign-in .footer-wrapper {
  display: none;
}

.login-page-area {
  min-height: 100vh;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

.authentication-form {
  max-width: 524px;
  margin: 0 auto;
}

.custom-login-form input {
  color: var(--light-color);
}
.custom-login-form input::-moz-placeholder {
  color: var(--light-color);
}
.custom-login-form input::-webkit-input-placeholder {
  color: var(--light-color);
}
.custom-login-form input:-ms-input-placeholder {
  color: var(--light-color);
}
.custom-login-form input::-ms-input-placeholder {
  color: var(--light-color);
}
.custom-login-form input::placeholder {
  color: var(--light-color);
}

.woocommerce-form .alert {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  font-weight: 500;
}
.woocommerce-form .alert-success {
  color: #92F185;
}
.woocommerce-form .alert-danger {
  color: #dd0d1f;
}

.woocommerce-form-login {
  background-color: var(--smoke-color) !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 30px !important;
  margin-top: 0 !important;
  /* Small devices */
}
@media (max-width: 767px) {
  .woocommerce-form-login {
    padding: 20px !important;
  }
}
.woocommerce-form-login .form-inner {
  padding: 12px;
  background: #192647;
  border-radius: 30px;
}
.woocommerce-form-login .form-check {
  padding-left: 0;
}
.woocommerce-form-login .input-group {
  border: 1px solid #19316A;
  border-radius: 12px;
}
.woocommerce-form-login .input-group input {
  background-color: transparent !important;
  border: none !important;
  max-width: calc(100% - 90px);
}
.woocommerce-form-login input {
  background-color: transparent !important;
  border: 1px solid #19316A;
}
.woocommerce-form-login input:focus {
  border-color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-form-login .ot-btn {
  border-radius: 16px;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background-color: var(--smoke-color);
  color: var(--title-color);
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  border-radius: 12px;
  max-width: 1170px;
  margin: 0 auto 40px auto;
  padding: 15px 20px;
  list-style: none;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
  display: none !important;
}
.woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
  color: inherit;
}

div#wc_checkout_add_ons {
  display: none;
}

.vrn-variation-switcher {
  display: none;
}

.extra-padding {
  padding-bottom: 57px !important;
}

#checkout_field h2 {
  font-size: 32px;
  font-weight: normal !important;
  margin-bottom: 25px;
}

.woocommerce-checkout {
  --smoke-color: #111C38;
  --ot-border-color: rgba(255, 255, 255, 0.1);
}
.woocommerce-checkout .entry-footer {
  background-color: var(--body-bg);
}
.woocommerce-checkout h1, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-checkout h4, .woocommerce-checkout h5, .woocommerce-checkout h6 {
  font-family: var(--title-font);
}

#customer_information_field h3 {
  font-size: 18px !important;
  font-weight: bold !important;
}

.woocommerce form {
  /* For modern browsers */
  /* For Mozilla Firefox */
  /* For Internet Explorer 10-11 */
  /* For Microsoft Edge */
  /* For Safari, Chrome, and Opera */
}
.woocommerce form input::-webkit-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::-moz-placeholder {
  color: var(--light-color);
}
.woocommerce form input:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::placeholder {
  color: var(--light-color);
}
.woocommerce form input:-moz-placeholder {
  color: var(--light-color);
  opacity: 1; /* Required to override the default opacity */
}
.woocommerce form input:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::-webkit-input-placeholder {
  color: var(--light-color);
}

p#billing_address_1_field {
  display: none;
}

#billing_details_new_field h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.wc-block-components-notice-banner.is-error {
  background-color: var(--smoke-color) !important;
  border-color: #cc1818;
  color: #fff;
  margin-bottom: 25px;
}
.wc-block-components-notice-banner.is-success {
  background-color: var(--smoke-color) !important;
  color: #fff;
  margin-bottom: 25px;
}

body.woocommerce-checkout table.shop_table tfoot {
  position: static !important;
  right: 30px;
  min-width: 100% !important;
}
body.woocommerce-checkout.woocommerce-page * {
  font-family: var(--body-font) !important;
}

.woocommerce-checkout .authentication-form {
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
  max-width: calc(50% - 15px);
  margin-right: auto;
  margin-left: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-error {
    max-width: 100%;
  }
}
.woocommerce-checkout table.shop_table {
  border-radius: 16px;
  background: rgba(127, 36, 255, 0.1) !important;
  padding: 14px 20px 12px 20px !important;
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table {
    padding: 14px 20px 14px 20px !important;
  }
}
.woocommerce-checkout table.shop_table td {
  border-top: none;
  padding: 0;
  vertical-align: middle;
}
.woocommerce-checkout table.shop_table dl {
  margin-bottom: 4px;
}
.woocommerce-checkout table.shop_table .recurring-total,
.woocommerce-checkout table.shop_table .recurring-totals {
  display: none;
}
.woocommerce-checkout table.shop_table .product-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table .product-name .product-quantity {
  display: none;
}
.woocommerce-checkout table.shop_table .product-name a {
  color: inherit;
}
.woocommerce-checkout table.shop_table .product-name dd {
  font-weight: 500;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table .product-name dd p {
  color: inherit;
}
.woocommerce-checkout table.shop_table .variation {
  gap: 6px;
  font-size: 14px;
}
.woocommerce-checkout table.shop_table ul {
  list-style-type: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
}
.woocommerce-checkout table.shop_table ul li {
  display: inline-block;
  margin-bottom: 0;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table ul li p {
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce-checkout table.shop_table ul li:after {
  content: "-";
  margin: 0 6px;
  color: inherit;
}
.woocommerce-checkout table.shop_table ul li:last-child:after {
  display: none;
}
.woocommerce-checkout table.shop_table ul .wc-item-meta-label {
  display: none;
}
.woocommerce-checkout table.shop_table dl.variation dd::after {
  margin-left: 2px;
}
.woocommerce-checkout table.shop_table .product-total {
  padding-right: 0;
}
.woocommerce-checkout table.shop_table .product-total .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 600;
}
.woocommerce-checkout table.shop_table thead {
  display: none;
}
.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
  padding: 4px 0;
  font-weight: 400;
  color: var(--body-color);
  border: none;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.woocommerce-checkout table.shop_table th strong, .woocommerce-checkout table.shop_table td strong {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table th:last-child, .woocommerce-checkout table.shop_table td:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table thead tr,
.woocommerce-checkout table.shop_table tfoot tr {
  position: relative;
  z-index: 2;
}
.woocommerce-checkout table.shop_table thead th, .woocommerce-checkout table.shop_table thead td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
  padding: 11px 0 !important;
}
.woocommerce-checkout table.shop_table tfoot th:first-child, .woocommerce-checkout table.shop_table tfoot td:first-child {
  color: var(--light-color);
}
.woocommerce-checkout table.shop_table tfoot bdi {
  font-weight: 400;
}

body.logged-in .woocommerce-checkout .woocommerce-message,
body.logged-in .woocommerce-checkout .woocommerce-error {
  max-width: 100% !important;
}

h3#ship-to-different-address {
  display: none;
}

.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.variation dt,
.variation dd {
  display: inline;
  margin: 0;
}

.variation dt::after {
  content: ":";
  margin-right: 5px;
}

.variation dd p {
  display: inline;
  margin: 0;
}

.variation dt {
  display: none !important;
}

.woocommerce td.product-name dl.variation dd::after {
  content: " -";
  margin-left: 5px;
}

.woocommerce td.product-name dl.variation dd:last-child::after {
  display: none;
}

.woocommerce-checkout bdi {
  color: var(--title-color);
  font-weight: 700;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table {
  font-weight: 400;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0 !important;
}

.content-area {
  position: relative;
  z-index: 2;
  /* Medium Large devices */
}
.content-area .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content-area .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1299px) {
  .content-area .shape1,
  .content-area .shape2 {
    max-width: 130px;
    z-index: -1;
  }
}

.checkout-area {
  position: relative;
  z-index: 3;
}
.checkout-area .checkout-right-sidebar .select-list {
  margin-bottom: 35px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 16px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

#add_payment_method #payment ul.payment_methods li input[type=checkbox],
.woocommerce-cart #payment ul.payment_methods li input[type=checkbox],
.woocommerce-checkout #payment ul.payment_methods li input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

#add_payment_method #payment ul.payment_methods li input:checked,
.woocommerce-cart #payment ul.payment_methods li input:checked,
.woocommerce-checkout #payment ul.payment_methods li input:checked {
  border: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 7px;
  line-height: 1.5;
  background-color: var(--smoke-color) !important;
  color: var(--body-color);
  border: 1px solid var(--ot-border-color);
}
#add_payment_method #payment div.payment_box input,
.woocommerce-cart #payment div.payment_box input,
.woocommerce-checkout #payment div.payment_box input {
  background-color: var(--body-bg);
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box:after, #add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:after,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:after,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 12px solid var(--ot-border-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -12px;
  left: 0;
  margin: -12px 0 0 2em;
}
#add_payment_method #payment div.payment_box:after,
.woocommerce-cart #payment div.payment_box:after,
.woocommerce-checkout #payment div.payment_box:after {
  border: 12px solid var(--smoke-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -10px;
}
#add_payment_method #payment div.payment_box ul,
.woocommerce-cart #payment div.payment_box ul,
.woocommerce-checkout #payment div.payment_box ul {
  padding-left: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 35px !important;
  border-bottom: 1px solid var(--ot-border-color) !important;
  margin-bottom: 30px !important;
}

.woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-privacy-policy-text a {
  color: #F3971C;
}
.woocommerce-privacy-policy-text a:hover {
  color: #fff;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: none;
}

.checkout-place-order {
  float: unset !important;
  border: 0;
  z-index: 1;
  font-weight: 500 !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  padding: 19px 35px !important;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  font-size: 16px;
  text-transform: capitalize !important;
  margin-top: 6px !important;
  border-radius: 12px !important;
}
.checkout-place-order:before {
  border-radius: inherit;
}
.checkout-place-order:hover:before {
  visibility: visible;
  opacity: 1;
}

.secured-text {
  font-size: 16px;
  color: var(--body-color);
  margin: 0;
  margin-top: 35px;
}
.secured-text svg {
  margin: -5px 5px 0 0;
}
.secured-text svg path {
  stroke: var(--theme-color);
}

.wt_coupon_wrapper {
  display: none;
}

.coupon-form {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ot-border-color);
}
.coupon-form .info-text {
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: 20px;
  margin-top: -0.35em;
}
.coupon-form .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.coupon-form .apply-btn {
  min-width: 82px;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  height: 42px;
  outline: none;
  padding: 8px;
  background: var(--theme-color);
  border-radius: 12px;
}
.coupon-form .apply-btn:hover {
  background: var(--theme-color);
}
.coupon-form input#coupon_code {
  height: 42px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.coupon-form input#coupon_code:focus {
  border-color: var(--theme-color);
}

.woocommerce-page.woocommerce-checkout form #order_review td:last-child, .woocommerce-page.woocommerce-checkout form #order_review th:last-child, .woocommerce.woocommerce-checkout form #order_review td:last-child, .woocommerce.woocommerce-checkout form #order_review th:last-child {
  text-align: right;
}

tr:nth-of-type(4) bdi {
  color: #fff !important;
}

.process-single-item-phase1 {
  background-image: linear-gradient(142.19deg, #0C041C 36.47%, #650DFB 61.58%, #AF59FC 79.63%, #F9F9FF 104.66%);
}

.process-single-item-phase2 {
  background-image: linear-gradient(138.55deg, #0C041C 11.32%, #650DFB 36.6%, #AF59FC 68.26%, #F9F9FF 104.39%);
}

.full-border {
  background-image: linear-gradient(143.72deg, #650DFB 10.72%, #AF59FC 68.25%, #F9F9FF 104.77%);
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 30px;
  max-height: 22px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
  padding-top: 20px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0;
  border-bottom: none;
  margin: 0;
  list-style: none outside;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0 !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0.4em 0 0;
}

#add_payment_method #payment ul.payment_methods input[type=radio] ~ label::before,
#payment ul.payment_methods input[type=radio] ~ label::before {
  top: -1px;
}

#add_payment_method .woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-checkout-payment .heading-label {
  margin-bottom: 16px !important;
}
.woocommerce-checkout-payment .form-check {
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}
.woocommerce-checkout-payment .form-check .form-check-input {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--title-color);
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  visibility: visible;
  opacity: 1;
}
.woocommerce-checkout-payment .form-check .form-check-input:focus {
  border-color: var(--title-color);
}
.woocommerce-checkout-payment .form-check .form-check-input:checked {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  background-size: 13px;
}
.woocommerce-checkout-payment .form-check .form-check-input:checked[type=checkbox] {
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" preserveAspectRatio="none"  fill-rule="evenodd" clip-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><path d="M11.2097 0.140053C11.4235 0.33248 11.4408 0.661797 11.2484 0.875605L5.87504 6.84597C5.19828 7.59793 4.05253 7.69165 3.26256 7.05968L0.813655 5.10055C0.589039 4.92086 0.552622 4.59311 0.732314 4.36849C0.912007 4.14387 1.23976 4.10746 1.46438 4.28715L3.91328 6.24627C4.27236 6.53354 4.79316 6.49093 5.10077 6.14914L10.4741 0.178766C10.6665 -0.035041 10.9959 -0.0523735 11.2097 0.140053Z" fill="%23000000"/></svg>');
}
.woocommerce-checkout-payment .form-check .form-check-label {
  display: inline-block !important;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding-left: 0;
}
.woocommerce-checkout-payment .form-check .form-check-label:before {
  display: none;
}
.woocommerce-checkout-payment .form-check .form-check-label a {
  color: var(--theme-color);
  text-decoration: none;
}
.woocommerce-checkout-payment .form-check .form-check-label a:hover {
  color: var(--title-color);
}
.woocommerce-checkout-payment .form-check .form-check-label strong {
  font-weight: 500;
  color: var(--title-color);
}
.woocommerce-checkout-payment .input-checkbox {
  margin-top: 0 !important;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.woocommerce-checkout-payment .Label {
  color: var(--title-color) !important;
}

.acfw-checkout-ui-block .acfw-accordion h3 {
  background: var(--smoke-color);
}

.acfw-checkout-ui-block .acfw-accordion .acfw-accordion-inner .acfw-accordion-content {
  background-color: var(--smoke-color);
}

.acfw-checkout-ui-block .acfw-accordions {
  border-radius: 12px;
  overflow: hidden;
}

.acfw-checkout-ui-block {
  margin-bottom: 26px;
  margin-top: 26px;
}

.acfw-checkout-form-button-field .form-row-last .button {
  width: 100%;
  border: none;
  background: var(--theme-color);
  color: var(--white-color);
  padding: 12px;
  border-radius: 12px;
}

.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin: 0;
  margin-bottom: 24px !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  list-style: none;
  /* Large devices */
  /* Medium devices */
}
.woocommerce-thankyou-order-details.order_details:after, .woocommerce-thankyou-order-details.order_details:before {
  display: none !important;
}
@media (max-width: 1199px) {
  .woocommerce-thankyou-order-details.order_details {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .woocommerce-thankyou-order-details.order_details {
    gap: 12px;
  }
}
.woocommerce-thankyou-order-details.order_details li {
  font-size: 14px !important;
  background-color: var(--smoke-color);
  border: none !important;
  border-radius: 16px;
  padding: 24px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--body-color);
  margin: 0 !important;
}
.woocommerce-thankyou-order-details.order_details li strong {
  color: var(--title-color);
  display: block;
  font-weight: 400;
  margin-top: 8px;
  font-size: 16px !important;
}
.woocommerce-thankyou-order-details.order_details + p {
  display: none;
}

.woocommerce-order {
  padding-bottom: 70px;
}
.woocommerce-order .woocommerce-customer-details {
  padding: 30px;
  background-color: var(--smoke-color);
  border: none !important;
  border-radius: 24px;
  height: 100%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-customer-details {
    padding: 20px;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  margin-top: -0.2em;
  margin-bottom: 15px;
}
.woocommerce-order .woocommerce-customer-details address {
  font-size: 18px;
  color: var(--body-color);
  line-height: 1.6;
  margin-bottom: 0;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-order .woocommerce-customer-details address::first-line {
  color: var(--title-color);
  line-height: 60px;
}
.woocommerce-order .woocommerce-customer-details p {
  padding: 0 0;
  background-color: transparent;
  margin-bottom: 12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.woocommerce-order .woocommerce-customer-details p:first-of-type {
  margin-top: 35px;
}
.woocommerce-order .woocommerce-customer-details p:last-child {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-order-details {
  padding: 30px;
  background-color: var(--smoke-color);
  border: none;
  border-radius: 24px;
  height: 100%;
  /* Extra small devices */
}
.woocommerce-order .woocommerce-order-details table.shop_table {
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 24px !important;
  margin: 0 !important;
  width: 100%;
}
.woocommerce-order .woocommerce-order-details table.shop_table:before {
  display: none;
}
.woocommerce-order .woocommerce-order-details table.shop_table thead {
  display: table-row-group;
}
.woocommerce-order .woocommerce-order-details table.shop_table .order_item th,
.woocommerce-order .woocommerce-order-details table.shop_table .order_item td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-total {
  padding-right: 0 !important;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-name .wc-item-meta .wc-item-meta-label {
  display: none;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.2em;
  margin-bottom: 15px;
  color: var(--theme-color);
}
.woocommerce-order .woocommerce-order-details .order-again {
  margin: 20px 0 0 0;
}
.woocommerce-order .woocommerce-order-details .order-again a {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 14px 24px;
  border-radius: 12px;
}
.woocommerce-order .woocommerce-order-details .order-again a:hover {
  background-color: var(--theme-color2);
}
.woocommerce-order .woocommerce-order-details .woocommerce-orders-table--subscriptions {
  display: none;
}
.woocommerce-order .woocommerce-order-details header {
  display: none;
  padding-top: 24px;
}
.woocommerce-order .woocommerce-order-details header h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 16px;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
  display: none;
}

body.woocommerce-order-received .copy-right-area,
body.woocommerce-order-received .footer-wrapper,
body.woocommerce-order-received .ot-header {
  display: none;
}
body.woocommerce-order-received .breadcumb-wrapper {
  padding-top: 130px;
  padding-bottom: 10px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .configuration-area {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .hide-on-big {
    display: none;
  }
}
.evaluation-program .amount-tag li span::before {
  top: -26px;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-n2 {
  margin-top: -0.6rem;
}

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

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

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

.mb-n2 {
  margin-bottom: -0.6rem;
}

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

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  :root {
    --section-space: 110px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */