@charset "UTF-8";
:root {
  --primary-color: #494f5d;
  --secondary-color:#d98f5f;
  --theme-color:#FFCCCC;
  --yellow-color:#ffc107;
  --text-gray-color:#666666;
  --white-color:#FFFFFF;
  --black-color:#000000;
  --border-color:#C8C8C8;
  --roboto:'Roboto',sans-serif;
  --body-font-size:1.6rem;
  --body-font-weight:400;
  --body-line-height:2.7rem;
  --body-dark-color: #08111f;
  --headings-weight:600;
  --transition:all 0.3s ease 0s;
  --container-fluid-offset:8rem;
}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%;margin:0;font-size:62.5%;padding:0}body{font-family:var(--roboto);font-size:var(--body-font-size,1.6rem);font-weight:var(--body-font-weight);font-style:normal;line-height:var(--body-line-height,27px);position:relative;visibility:visible;overflow-x:hidden;color:var(--black-color);background-color:var(--white-color)}@media only screen and (max-width:1599px){body{font-size:1.5rem;line-height:2.5rem}}@media only screen and (max-width:992px){body{font-size:1.4rem;line-height:2.3rem}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:var(--headings-weight);margin:0}.h1,h1{font-size:2.2rem;line-height:2.8rem;font-weight:700}@media only screen and (min-width:480px){.h1,h1{font-size:2.6rem;line-height:3rem}}@media only screen and (min-width:576px){.h1,h1{font-size:2.8rem;line-height:3.2rem}}@media only screen and (min-width:768px){.h1,h1{font-size:3.2rem;line-height:3.8rem}}@media only screen and (min-width:992px){.h1,h1{font-size:3.4rem;line-height:4.2rem}}@media only screen and (min-width:1200px){.h1,h1{font-size:4rem;line-height:4.7rem}}@media only screen and (min-width:1600px){.h1,h1{font-size:6.5rem;line-height:6.8rem}}.h2,h2{font-size:2rem;line-height:2.6rem;font-weight:700}@media only screen and (min-width:576px){.h2,h2{font-size:2.2rem;line-height:2.8rem}}@media only screen and (min-width:768px){.h2,h2{font-size:2.4rem;line-height:2.8rem}}@media only screen and (min-width:992px){.h2,h2{font-size:2.6rem;line-height:3rem}}@media only screen and (min-width:1200px){.h2,h2{font-size:2.8rem;line-height:3.2rem}}@media only screen and (min-width:1600px){.h2,h2{font-size:5.2rem;line-height:5.6rem}}.h3,h3{font-size:1.6rem;line-height:2.2rem;font-weight:500}@media only screen and (min-width:992px){.h3,h3{font-size:1.7rem;line-height:2.2rem}}@media only screen and (min-width:1366px){.h3,h3{font-size:1.8rem;line-height:2.5rem}}@media only screen and (min-width:1600px){.h3,h3{font-size:2rem;line-height:2.8rem}}.h4,h4{font-weight:600;font-size:1.6rem;line-height:2.8rem}@media only screen and (min-width:1200px){.h4,h4{font-size:1.8rem;line-height:3rem}}.h5,h5{font-weight:400}.h6,h6{font-weight:400}.p,p{margin-top:0;margin-bottom:1.8rem}@media only screen and (max-width:767px){.p,p{font-size:1.4rem;line-height:2.4rem}}p:last-child{margin-bottom:0}a,button{display:inline-block;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);text-decoration:none;color:inherit}a,button,img,input,textarea{-webkit-transition:var(--transition);transition:var(--transition)}:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}:focus-visible{-webkit-box-shadow:0 0 5px 2px rgba(19,19,19,.15);box-shadow:0 0 5px 2px rgba(19,19,19,.15)}a:focus{text-decoration:none;outline:0}a:hover{text-decoration:none;color:var(--secondary-color)}button,input[type=submit]{cursor:pointer;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}input[type=number]{-moz-appearance:textfield}img{max-width:100%;height:auto}span{display:inline-block}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}ul{margin:0;padding:0}ul:last-child{margin-bottom:0}li{list-style:none;line-height:1}hr{border-top-width:2px}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto}.container{padding-right:1.5rem;padding-left:1.5rem}.container-fluid{--offset-fluid:1.5rem;padding-right:var(--offset-fluid);padding-left:var(--offset-fluid)}@media only screen and (min-width:992px){.container-fluid{--offset-fluid:3rem}}@media only screen and (min-width:1200px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 3.8)}}@media only screen and (min-width:1366px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 2.5)}}@media only screen and (min-width:1500px){.container-fluid{--offset-fluid:var(--container-fluid-offset)}}@media only screen and (min-width:576px){.container{max-width:576px}}@media only screen and (min-width:768px){.container{max-width:768px}}@media only screen and (min-width:992px){.container{max-width:960px}}@media only screen and (min-width:1200px){.container{max-width:1200px}}@media only screen and (min-width:1366px){.container{max-width:1330px}}@media only screen and (min-width:1400px){.container{max-width:1450px}}.row{--bs-gutter-x:3rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}@media only screen and (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:1600px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}@media only screen and (min-width:576px){.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:768px){.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:992px){.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:1200px){.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:1400px){.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (max-width:767px){.row{margin-right:-10px;margin-left:-10px}.row>*{padding-right:10px;padding-left:10px}}@media only screen and (max-width:479px){.row{margin-right:-8px;margin-left:-8px}.row>*{padding-right:8px;padding-left:8px}}.row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (max-width:991px){.row-md-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-none{display:none}@media only screen and (min-width:992px){.d-lg-block{display:block}.d-lg-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}.display-block{display:block}#scroll__top{position:fixed;bottom:50px;right:25px;z-index:99;outline:0;background-color:var(--primary-color)!important;color:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0,0,0,.16);box-shadow:0 2px 22px rgba(0,0,0,.16);cursor:pointer;-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;line-height:1;width:4.3rem;height:4.3rem;line-height:1;border-radius:50%;border:0}#scroll__top:hover{background:var(--primary-color)}#scroll__top.active{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#scroll__top svg{width:25px;line-height:1}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.line-height-1{line-height:1}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.overflow-hidden{overflow:hidden}.break{word-break:break-word}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-white{color:var(--white-color)}.text-black{color:var(--black-color)}.bg__primary{background:var(--primary-color)}.bg__secondary{background:var(--secondary-color)}.bg__white{background:var(--white-color)}.bg__black{background:var(--black-color)}.text__primary{color:var(--primary-color)}.text__secondary{color:var(--secondary-color)}.position__relative{position:relative}.border-bottom{border-bottom:1px solid var(--border-color)}.border{border:1px solid var(--border-color)}.border-0{border:none}.border-radius-5{border-radius:.5rem}.border-radius-10{border-radius:1rem}.border-radius-20{border-radius:2rem}.border-radius-30{border-radius:3rem}.border-radius-50{border-radius:50%}@media only screen and (max-width:991px){.md-width-100{width:100%}}.tab_content{display:block}.tab_pane{display:none;-webkit-transition:var(--transition);transition:var(--transition)}.tab_pane:not(.show){opacity:0}.tab_pane.show{opacity:1}.tab_pane.active{display:block}.mobile_menu_open,body.overlay__active{overflow-y:hidden}.mobile_menu_open::before,body.overlay__active::before{position:absolute;content:"";background:#000;width:100%;height:100%;z-index:999;opacity:.5;cursor:crosshair}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate-fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.section--nargin{margin-top:6rem;margin-bottom:6rem}@media only screen and (min-width:768px){.section--nargin{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:992px){.section--nargin{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:1200px){.section--nargin{margin-top:10rem;margin-bottom:10rem}}.p-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-60{margin-bottom:3.5rem}@media only screen and (min-width:768px){.mb-60{margin-bottom:4rem}}@media only screen and (min-width:992px){.mb-60{margin-bottom:6rem}}.mb-55{margin-bottom:3.5rem}@media only screen and (min-width:992px){.mb-55{margin-bottom:5.5rem}}.mb-50{margin-bottom:2.5rem}@media only screen and (min-width:768px){.mb-50{margin-bottom:3rem}}@media only screen and (min-width:992px){.mb-50{margin-bottom:3.5rem}}@media only screen and (min-width:1200px){.mb-50{margin-bottom:4rem}}@media only screen and (min-width:1600px){.mb-50{margin-bottom:5rem}}.mb-40{margin-bottom:3.2rem}@media only screen and (min-width:992px){.mb-40{margin-bottom:4rem}}.mb--n40{margin-bottom:-3.2rem}@media only screen and (min-width:992px){.mb--n40{margin-bottom:-4rem}}.mb-35{margin-bottom:2.5rem}@media only screen and (min-width:768px){.mb-35{margin-bottom:3.5rem}}.mb-30{margin-bottom:2rem}@media only screen and (min-width:992px){.mb-30{margin-bottom:3rem}}.mb--n30{margin-bottom:-2rem}@media only screen and (min-width:992px){.mb--n30{margin-bottom:-3rem}}.mb--n25{margin-bottom:-1.8rem}@media only screen and (min-width:992px){.mb--n25{margin-bottom:-2rem}}@media only screen and (min-width:1200px){.mb--n25{margin-bottom:-2.5rem}}.mb-25{margin-bottom:1.8rem}@media only screen and (min-width:992px){.mb-25{margin-bottom:2rem}}@media only screen and (min-width:1200px){.mb-25{margin-bottom:2.5rem}}.mb-20{margin-bottom:1.5rem}@media only screen and (min-width:768px){.mb-20{margin-bottom:2rem}}.mb-18{margin-bottom:1.2rem}@media only screen and (min-width:768px){.mb-18{margin-bottom:1.8rem}}.mb-15{margin-bottom:1rem}@media only screen and (min-width:768px){.mb-15{margin-bottom:1.5rem}}.mb-12{margin-bottom:1rem}@media only screen and (min-width:992px){.mb-12{margin-bottom:1.2rem}}.mb-10{margin-bottom:.8rem}@media only screen and (min-width:992px){.mb-10{margin-bottom:1rem}}.mb-5{margin-bottom:.5rem}.mr-30{margin-right:3rem}

.section--padding{
  padding-top:6rem;padding-bottom:6rem
}
@media only screen and (min-width:768px){
  .section--padding{padding-top:8rem;padding-bottom:8rem}
}
@media only screen and (min-width:992px){
  .section--padding{
    padding-top:10rem;padding-bottom:10rem;
  }
}

.section--padding-top {padding-top:6rem;}

@media only screen and (min-width:768px){
  .section--padding-top {padding-top:8rem;}
}
@media only screen and (min-width:992px){
  .section--padding-top {padding-top:10rem;}
}

.section--padding-bottom {padding-bottom:6rem;}

@media only screen and (min-width:768px){
  .section--padding-bottom {padding-bottom:8rem;}
}
@media only screen and (min-width:992px){
  .section--padding-bottom {padding-bottom:10rem;}
}

.primary__btn { 
  font-size: 1.3rem;font-weight:400;line-height:3.4rem;display:inline-block;height:3.4rem;padding:0 1.8rem;border-radius:2.5rem;background:var(--primary-color);color:var(--white-color);border:0
}
.primary__btn:hover{
  background:var(--primary-color)!important;color:var(--white-color)
}
@media only screen and (min-width:576px){
  .primary__btn{font-size:1.4rem}
}
@media only screen and (min-width:768px){
  .primary__btn{
    line-height:4rem;height:4rem;padding:0 2.2rem;font-size:1.5rem
  }
}
@media only screen and (min-width:992px){
  .primary__btn{
    font-size:1.4rem;line-height:5rem;height:5rem;padding:0 3.5rem}
  }
@media only screen and (min-width:1200px){
  .primary__btn{font-size:1.5rem}
}
select{
  word-wrap:normal;font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)
}
.primary__btn.btn2 {
  background: linear-gradient(90deg, #888dff, #f0647d);
}
.bg-dark {
  background-color: var(--body-dark-color);
}
.bg-dark-2 {
  background-color: rgba(93, 73, 137, .6);
}

.gradient-text {
  background-image: linear-gradient(to right, #757bee, #e04d68);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}



/* Announcement Bar Css 
--------------------------------- */
.announcement__bar--section {
  background-image: linear-gradient(90deg, #888dff, #f0647d);
  padding: 7px 15px;
  color: var(--white-color);
}



.main__header--inner {
  position: relative;
  padding: 12px 20px;
  background-color: rgba(18, 28, 43, .8);
  border-radius: 6px;
}

.main__header{
  padding: 2rem 0
}

.header__menu--items:hover .header__menu--link::before{width:100%}
.header__menu--items:hover .header__sub--menu{visibility:visible;margin-top:10px;opacity:1}
.header__menu--items:hover .header__mega--menu{visibility:visible;margin-top:10px;opacity:1}
.header__menu--link{font-size:1.6rem;line-height:2.5rem;color:var(--white-color);position:relative;padding-bottom:.3rem}
@media only screen and (min-width:1200px){
  .header__menu--link{font-size:1.8rem}}
  .header__menu--link::before{position:absolute;content:"";width:0;height:1px;background:var(--secondary-color);bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition)
}

@media only screen and (min-width:1200px){
  .main__header{padding:3rem 0}
}
@media only screen and (max-width:767px){
  .main__logo--img { max-width:170px}
}
@media only screen and (max-width:479px){
  .main__logo--img{max-width:150px}
}
@media only screen and (max-width:400px){
  .main__logo--img{max-width:125px}
}
.header__menu{width:70%;position:relative}
@media only screen and (max-width:1199px){
  .header__menu{width:70%}
}
.header__menu--items{margin-right:3rem;position:relative}
@media only screen and (min-width:992px){
  .header__menu--items{margin-right:3.5rem}
}
@media only screen and (min-width:1200px){
  .header__menu--items{margin-right:4.2rem}
}
@media only screen and (min-width:1600px){
  .header__menu--items{margin-right:5rem}
}
.header__menu--items:last-child{margin-right:0}
.header__menu--items:hover .header__menu--link{color:var(--secondary-color)}





.hero__gradient-bg {
  background-image: radial-gradient(circle at 67% 61%, rgba(52, 141, 109, .4), rgba(7, 12, 20, 0) 25%), radial-gradient(circle at 86% 38%, rgba(102, 105, 216, .3), rgba(7, 12, 20, 0) 20%), radial-gradient(circle at 65% 27%, rgba(73, 21, 98, .5), rgba(7, 12, 20, 0) 27%), radial-gradient(circle at 31% 41%, rgba(93, 73, 137, .6), rgba(7, 12, 20, 0) 30%);
  background-position: 27%, 65% 13%, 0 0, 0 0, 74% 8%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, auto, auto, auto, auto, auto;
}
.hero__gradient-bg::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/other/hero-shap.svg);
  height: 500px;
  width: 600px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}
.hero__section{
  overflow: hidden;
  background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover
}
.hero__section--inner{
  padding-top: 12rem;
}
@media only screen and (max-width:790px){
  .hero__section{
    background-position:left;
  }
  .hero__section--inner{padding-top:7rem;}
}

.hero__section--inner {
  z-index: 3;
  position: relative;
}
.preview-hero-inner-banner-1 {
  position: absolute;
  left: 50px;
  bottom: 45%;
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(.54,.085,.5,.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.preview-hero-inner-banner-1 {
  position: absolute;
  left: -26px;
  bottom: 45%;
  /* animation-duration: 5s; */
  animation-timing-function: cubic-bezier(.54,.085,.5,.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  transition: all .5s cubic-bezier(.645,.045,.355,1);
  transform: rotate(-11deg) !important;
}
/* .preview-hero-inner-banner-2 {
  position: absolute;
  right: 220px;
  bottom: 50px;
  z-index: 1;
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(.54,.085,.5,.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  transition: all .5s cubic-bezier(.645,.045,.355,1);
} */
.preview-hero-inner-banner-2 {
  position: absolute;
  right: -42px;
  bottom: 50px;
  z-index: 1;
  /* animation-duration: 5s; */
  animation-timing-function: cubic-bezier(.54,.085,.5,.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  transition: all .5s cubic-bezier(.645,.045,.355,1);
  transform: rotate(11deg);
}

/* .preview-hero-inner-banner-3 {
  position: absolute;
  right: 50px;
  bottom: 45%;
  z-index: 1;
} */
.preview-hero-inner-banner-3 {
  position: absolute;
  right: -42px;
  bottom: 45%;
  z-index: 1;
  transform: rotate(11deg);
}
.preview-hero-inner-banner-4 {
  position: absolute;
  left: -30px;
  bottom: 80px;
  transform: rotate(-11deg);
}

.preview-hero-inner-banner-6 {
  position: absolute;
  right: 180px;
  bottom: 260px;
  left: auto;
  z-index: 0;
}
.banner-start-image {
  position: absolute;
  left: 25%;
  top: 30%;
  z-index: 1;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) { 
  .hero-laptop-img {
    width: 700px;
    margin: auto;
  }
  .preview-hero-inner-banner-1 {
    width: 240px;
  }
  .preview-hero-inner-banner-2 {
    width: 240px;
  }
  .preview-hero-inner-banner-3 {
    width: 240px;
  }
  .preview-hero-inner-banner-4 {
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) { 
  .hero-laptop-img {
    width: 800px;
    margin: auto;
  }
  .preview-hero-inner-banner-1 {
    width: 320px;
  }
  .preview-hero-inner-banner-2 {
    width: 320px;
  }
  .preview-hero-inner-banner-3 {
    width: 320px;
  }
  .preview-hero-inner-banner-4 {
    width: 320px;
  }
}


@media only screen and (max-width:980px){
  .preview-hero-inner-banner-1,
  .preview-hero-inner-banner-2,
  .preview-hero-inner-banner-3,
  .preview-hero-inner-banner-4,
  .preview-hero-inner-banner-5,
  .preview-hero-inner-banner-6,
  .banner-start-image {
    display: none;
  } 
}


.rotate-circle {
  animation-name: rotateCircle;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-22px);
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header__section {
z-index: 9;
}
.hero__thumbnail--layer__img{
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero-mokup-inner {
  position: relative;
}
.hero__content {
margin-bottom: 50px;
margin-top: 50px;
}



.offcanvas__header--menu__open{line-height:1;display:none}@media only screen and (max-width:991px){.offcanvas__header--menu__open{display:block; width:140px}}.offcanvas__header--menu__open--svg{width:32px;color:var(--white-color)}

.offcanvas-header{position:fixed;z-index:9999;top:0;left:0;width:100%;max-width:300px;height:100vh;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:var(--white-color);-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);box-shadow:0 0 10px rgba(0,0,0,.15);opacity:0;visibility:hidden}@media only screen and (min-width:480px){.offcanvas-header{max-width:320px}}.offcanvas-header.open{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}.offcanvas-header.open~.offcanvas-overlay{visibility:visible;opacity:.75}.offcanvas-overlay{position:fixed;z-index:9998;top:0;left:0;visibility:hidden;width:100%;height:100%;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--black-color)}.offcanvas__inner{position:relative;height:100%;width: 100%;}.offcanvas__logo{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;padding:20px 15px}.offcanvas__close--btn{position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:2rem;height:2rem;padding:0;text-indent:-9999px;border:none;background-color:transparent}.offcanvas__close--btn::after,.offcanvas__close--btn::before{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:var(--black-color)}.offcanvas__close--btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.offcanvas__menu{overflow-y:auto;height:100%}.offcanvas__menu_ul{overflow:auto;margin:0;padding:0;list-style:none}.offcanvas__menu_li{position:relative;border-bottom:1px solid var(--border-color2)}.offcanvas__menu_li:first-child{border-top:1px solid var(--border-color2)}.offcanvas__menu_item{line-height:1;display:block;padding:15px 20px;text-transform:uppercase}.offcanvas__sub_menu{display:none;margin:0;padding:0;list-style:none}.offcanvas__sub_menu_li{position:relative;border-top:1px solid var(--border-color2)}.offcanvas__sub_menu_item{line-height:1;display:block;padding:15px 0 15px 30px}.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item{padding-left:40px}.offcanvas__sub_menu_toggle{font-size:20px;position:absolute;z-index:9;top:0;right:0;width:4rem;height:4.6rem;padding:0;border:none;border-radius:0;background-color:transparent}.offcanvas__sub_menu_toggle::after,.offcanvas__sub_menu_toggle::before{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-color:var(--black-color)}.offcanvas__sub_menu_toggle:not(.active)::after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg)}.header__sticky.sticky{position:fixed;width:100%;top:0;background:var(--white-color);left:0;z-index:99;padding:1rem 0;-webkit-box-shadow:0 0 7px rgba(0,0,0,.15);box-shadow:0 0 7px rgba(0,0,0,.15);-webkit-transition:.3s;transition:.3s}.header__sub--menu{position:absolute;z-index:9;top:100%;left:0;visibility:hidden;width:200px;margin:0;margin-top:20px;padding:20px;list-style:none;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--white-color);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:10px}.header__sub--menu__link{font-size:1.4rem;display:block;padding:10px 0}@media only screen and (min-width:1200px){.header__sub--menu__link{font-size:1.5rem}}.mega__menu--items{position:static}.header__mega--menu{position:absolute;z-index:9;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;margin-top:20px;padding:20px 15px;list-style:none;-webkit-transition:var(--transition);transition:var(--transition);visibility:hidden;opacity:0;background-color:var(--white-color);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:10px}.header__mega--menu__li{padding:3px 10px;width:25%}@media only screen and (min-width:1200px){.header__mega--menu__li{padding:3px 15px}}@media only screen and (min-width:1200px){.header__mega--menu{padding:25px}}.header__mega--subtitle{font-weight:600;font-size:1.6rem;margin-bottom:15px}.header__mega--sub__menu--title{font-size:1.4rem;padding:8px 0}@media only screen and (min-width:1200px){.header__mega--sub__menu--title{font-size:1.5rem}}@media only screen and (max-width:479px){.purchase__now--btn{font-size:1.1rem;line-height:3.4rem;height:3.4rem;padding:0 1.4rem}}.pages__count{margin-top:2rem}@media only screen and (min-width:576px){.pages__count{margin-top:2.2rem}}@media only screen and (min-width:1200px){.pages__count{margin-top:2.5rem}}@media only screen and (min-width:1600px){.pages__count{margin-top:4rem}}@media only screen and (max-width:991px){.pages__count{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:479px){.pages__count{-ms-flex-wrap:wrap;flex-wrap:wrap}}.pages__count--number{display:block;font-weight:500;font-size:2.6rem;line-height:2.8rem}@media only screen and (min-width:1200px){.pages__count--number{font-size:3rem;line-height:3rem}}@media only screen and (min-width:1600px){.pages__count--number{font-size:3.6rem;line-height:3.8rem}}.pages__count--name{font-size:1.4rem;line-height:1.8rem;margin-top:.8rem}@media only screen and (min-width:1200px){.pages__count--name{font-size:1.5rem;line-height:2rem;margin-top:1rem}}@media only screen and (min-width:1366px){.pages__count--name{font-size:1.5rem}}@media only screen and (min-width:1600px){.pages__count--name{font-size:1.6rem}}@media only screen and (max-width:767px){.pages__count--name{font-size:1.3rem}}.pages__count--list{margin-right:1.5rem}.pages__count--list:last-child{margin-right:0}@media only screen and (min-width:992px){.pages__count--list{margin-right:1.5rem}}@media only screen and (min-width:1200px){.pages__count--list{margin-right:3rem}}@media only screen and (min-width:1366px){.pages__count--list{margin-right:5rem}}@media only screen and (max-width:479px){.pages__count--list{width:44%;margin:0 8px 15px}}@media only screen and (max-width:991px){.hero__thumbnail{padding:0 8rem}}@media only screen and (max-width:767px){.hero__thumbnail{padding:0 5rem}}@media only screen and (max-width:575px){.hero__thumbnail{padding:0 3rem}}@media only screen and (max-width:479px){.hero__thumbnail{padding:0}}.hero__thumbnail--layer__img{position:absolute;top:9%;left:4%}@media only screen and (min-width:480px){.hero__thumbnail--layer__img{max-width:350px;top:16%;left:13%}}@media only screen and (min-width:576px){.hero__thumbnail--layer__img{max-width:400px}}@media only screen and (min-width:768px){.hero__thumbnail--layer__img{max-width:500px;top:12%;left:15%}}@media only screen and (min-width:992px){.hero__thumbnail--layer__img{max-width:420px;top:9%;left:4%}}@media only screen and (min-width:1200px){.hero__thumbnail--layer__img{max-width:510px}}@media only screen and (min-width:1366px){.hero__thumbnail--layer__img{max-width:560px}}@media only screen and (min-width:1400px){.hero__thumbnail--layer__img{max-width:590px}}@media only screen and (min-width:1450px){.hero__thumbnail--layer__img{max-width:620px}}@media only screen and (max-width:479px){.hero__thumbnail--layer__img{padding:0 2rem;top:11%;left:0}}@-webkit-keyframes animateUpDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{transform:translateY(-22px);-webkit-transform:translateY(-22px);-moz-transform:translateY(-22px);-ms-transform:translateY(-22px);-o-transform:translateY(-22px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animateUpDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{transform:translateY(-22px);-webkit-transform:translateY(-22px);-moz-transform:translateY(-22px);-ms-transform:translateY(-22px);-o-transform:translateY(-22px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hero__thumbnail--layer__img{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-timing-function:cubic-bezier(.54,.085,.5,.92);animation-timing-function:cubic-bezier(.54,.085,.5,.92);-webkit-animation-name:animateUpDown;animation-name:animateUpDown;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:all .4s cubic-bezier(.645,.045,.355,1);transition:all .4s cubic-bezier(.645,.045,.355,1)}div#preloader{width:100%;height:100%;background:#fff;z-index:999;position:fixed}.addloaded{opacity:0;transition:1s ease-out;-webkit-transition:1s ease-out;-moz-transition:1s ease-out;-ms-transition:1s ease-out;-o-transition:1s ease-out;pointer-events:none}@-webkit-keyframes spinner{to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinner{to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-webkit-keyframes letters-loading{0%,100%,75%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}25%,50%{opacity:1;-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes letters-loading{0%,100%,75%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}25%,50%{opacity:1;-webkit-transform:rotateY(0);transform:rotateY(0)}}.loader{text-transform:uppercase;color:var(--white-color);font-size:40px;font-family:arial;position:fixed;left:50%;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden}@media only screen and (max-width:767px){.loader{width:100%;padding:0 2rem;text-align:center}}.loader span{position:relative;top:30px;border-radius:8px;padding:0 10px;background-color:var(--secondary-color);-webkit-animation:.7s ease-in-out infinite alternate;animation:.7s ease-in-out infinite alternate;-webkit-animation-name:loading-txt;animation-name:loading-txt;width:4.5rem;height:4.5rem;line-height:4.5rem;text-align:center;font-size:2.5rem;font-weight:700}@media only screen and (max-width:767px){.loader span{width:3rem;height:3rem;line-height:3rem;font-size:1.6rem}}@-webkit-keyframes loading-txt{to{top:0}}@keyframes loading-txt{to{top:0}}.loader span:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}.loader span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.loader span:nth-child(4){-webkit-animation-delay:.45s;animation-delay:.45s}.loader span:nth-child(5){-webkit-animation-delay:.6s;animation-delay:.6s}.loader span:nth-child(6){-webkit-animation-delay:.75s;animation-delay:.75s}.loader span:nth-child(7){-webkit-animation-delay:.9s;animation-delay:.9s}@media only screen and (max-width:420px){.features__section--inner.style1 .row-cols-2>*{width:100%}}.section__heading--desc{font-size:1.5rem;line-height:2.2rem}@media only screen and (min-width:576px){.section__heading--desc{font-size:1.7rem;line-height:2.5rem}}@media only screen and (min-width:992px){.section__heading--desc{font-size:1.8rem;line-height:2.8rem}}.features__card:hover .features__card--thumbnail__img{-webkit-transform:scale(1.03);transform:scale(1.03)}.features__card--thumbnail{overflow:hidden}@media only screen and (max-width:420px){.template__section--inner .row-cols-2>*{width:100%}}.template__page--name{font-weight:700;color:var(--primary-color);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;font-size:1.3rem;line-height:2.2rem;top:-28%;right:-65px}@media only screen and (min-width:576px){.template__page--name{font-size:1.4rem;top:-12%;right:-70px}}@media only screen and (min-width:768px){.template__page--name{top:2%;right:-73px}}@media only screen and (min-width:992px){.template__page--name{font-size:1.5rem;line-height:2.4rem;top:10%;right:-76px}}@media only screen and (min-width:1200px){.template__page--name{font-size:1.6rem;line-height:2.8rem;top:12%;right:-82px}}@media only screen and (min-width:1366px){.template__page--name{font-size:1.7rem;line-height:3rem;top:12%;right:-85px}}@media only screen and (min-width:1600px){.template__page--name{font-size:1.8rem;line-height:3.6rem;top:22%;right:-90px}}.swiper__nav--btn{width:3.5rem;height:3.5rem;background:var(--primary-color)!important;color:var(--white-color);border-radius:50%;-webkit-transition:var(--transition);transition:var(--transition);z-index:9}@media only screen and (min-width:768px){.swiper__nav--btn{width:4rem;height:4rem}}.swiper__nav--btn:hover{background:var(--primary-color)!important;}.swiper__nav--btn::after{display:none}.swiper__nav--btn.style2{bottom:0;top:auto;right:7.2rem;left:auto}.swiper__nav--btn.style2.swiper-button-next{right:1.6rem}@media only screen and (max-width:767px){.elementor__section--inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.headers__options--bg{background:url(../img/other/header-layouts-bg.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;padding:25px;border-radius:10px}@media only screen and (min-width:992px){.headers__options--bg{padding:30px}}@media only screen and (max-width:575px){.headers__options--bg{padding:20px 15px}}.footer__options--bg{padding:25px;border-radius:10px;background:var(--secondary-color)}@media only screen and (min-width:992px){.footer__options--bg{padding:30px}}@media only screen and (max-width:575px){.footer__options--bg{padding:20px 15px}}.elementor__widget--thumbnail__img{border-radius:5px}.elementor__widget--content{width:27rem;padding-right:3rem}@media only screen and (max-width:767px){.elementor__widget--content{width:100%;padding-right:0;padding-bottom:30px;text-align:center}}@media only screen and (max-width:575px){.elementor__widget--content{padding-bottom:22px}}.elementor__widget--content.right{padding-right:0;padding-left:3rem}@media only screen and (min-width:768px){.elementor__widget--content.right{padding-left:3rem}}@media only screen and (min-width:992px){.elementor__widget--content.right{padding-left:4rem}}@media only screen and (min-width:1200px){.elementor__widget--content.right{padding-left:8rem}}@media only screen and (max-width:767px){.elementor__widget--content.right{padding-left:0;padding-bottom:0;padding-top:30px}}@media only screen and (max-width:575px){.elementor__widget--content.right{padding-top:22px}}@media only screen and (min-width:992px){.elementor__widget--content{width:30rem;padding-right:5rem}}@media only screen and (min-width:1200px){.elementor__widget--content{width:48rem}}@media only screen and (min-width:1366px){.elementor__widget--content{width:50rem}}@media only screen and (min-width:1600px){.elementor__widget--content{width:55rem}}@media only screen and (max-width:1199px){.elementor__widget--content.style5{width:35rem}}@media only screen and (max-width:767px){.elementor__widget--content.style5{width:100%}}.elementor__widget--sidebar{width:calc(100% - 27rem)}@media only screen and (min-width:992px){.elementor__widget--sidebar{width:calc(100% - 30rem)}}@media only screen and (min-width:1200px){.elementor__widget--sidebar{width:calc(100% - 48rem)}}@media only screen and (min-width:1366px){.elementor__widget--sidebar{width:calc(100% - 50rem)}}@media only screen and (min-width:1600px){.elementor__widget--sidebar{width:calc(100% - 55rem)}}@media only screen and (max-width:767px){.elementor__widget--sidebar{width:100%}}@media only screen and (max-width:1199px){.elementor__widget--sidebar.style5{width:calc(100% - 35rem)}}@media only screen and (max-width:767px){.elementor__widget--sidebar.style5{width:100%;padding:0 30px}}.elementor__widget--thumbnail{text-align:center}.elementor__widget--title{font-weight:500}.elementor__widget--number{font-weight:900;color:var(--secondary-color);font-size:4.5rem;line-height:4.5rem;margin-bottom:.5rem}@media only screen and (min-width:576px){.elementor__widget--number{font-size:5rem;line-height:5rem;margin-bottom:1rem}}@media only screen and (min-width:992px){.elementor__widget--number{font-size:5.5rem;line-height:5rem}}@media only screen and (min-width:992px){.elementor__widget--number{font-size:6rem;line-height:5rem}}@media only screen and (min-width:1200px){.elementor__widget--number{font-size:7rem;line-height:6rem;margin-bottom:1.2rem}}@media only screen and (min-width:1366px){.elementor__widget--number{font-size:8rem;line-height:7rem;margin-bottom:1.3rem}}@media only screen and (min-width:1600px){.elementor__widget--number{font-size:10rem;line-height:9rem;margin-bottom:1.5rem}}.elementor__widget--number__plus{font-weight:400;position:absolute;font-size:3rem;line-height:2.5rem;right:-26px;top:-4px}@media only screen and (min-width:576px){.elementor__widget--number__plus{font-size:3.5rem;line-height:4rem;right:-32px;top:-7px}}@media only screen and (min-width:992px){.elementor__widget--number__plus{font-size:4rem;line-height:4.4rem;right:-37px;top:-11px}}@media only screen and (min-width:1200px){.elementor__widget--number__plus{font-size:4.5rem;line-height:5rem}}@media only screen and (min-width:1600px){.elementor__widget--number__plus{font-size:6rem;line-height:6rem}}.elementor__sidebar--bg{background:rgba(255,204,204,.6);padding:2rem}@media only screen and (min-width:992px){.elementor__sidebar--bg{padding:3rem}}@media only screen and (max-width:575px){.elementor__sidebar--bg{padding:1.2rem}}@media only screen and (max-width:479px){.elementor__sidebar--style2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.elementor__widget--desktop__swiper{padding-bottom:5.5rem}.elementor__thumb--slider{border:1px solid #ddd;border-radius:5px}


.demo_show__gradient-bg {
  background-image: radial-gradient(circle at 67% 61%, rgba(52, 141, 109, .4), rgba(7, 12, 20, 0) 25%), radial-gradient(circle at 100% 53%, rgba(102, 105, 216, .3), rgba(7, 12, 20, 0) 20%), radial-gradient(circle at 50% 57%, rgba(73, 21, 98, .5), rgba(7, 12, 20, 0) 76%), radial-gradient(circle at 31% 41%, rgba(93, 73, 137, .6), rgba(7, 12, 20, 0) 30%);
  background-position: 27%, 49% 27%, 0 0, 0 5px, 58% 8%, 0 0, 0 0;
}

.template__page--number{
  font-weight:900;color:#494f5d4d !important;position:relative;font-size:5rem;line-height:4.5rem
}
@media only screen and (min-width:576px){
  .template__page--number{font-size:6rem;line-height:5.5rem;margin-bottom:1rem}
}
@media only screen and (min-width:768px){
  .template__page--number{font-size:7rem;line-height:6.5rem}
}
@media only screen and (min-width:992px){
  .template__page--number{font-size:8rem;line-height:7.5rem}
}
@media only screen and (min-width:1200px){
  .template__page--number{font-size:9rem;line-height:8.5rem;margin-bottom:1rem}
}
@media only screen and (min-width:1366px){
  .template__page--number{font-size:8rem;line-height:7rem}
}
@media only screen and (min-width: 1600px) {
  .template__page--number {
      font-size: 18rem;
      line-height: 8rem;
      margin-top: -24px;
      position: absolute;
      z-index: -1;
      transform: translate(-50%);
  }
}
.template__page--plus{
  color: #494f5d4d !important;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
  top: -40px;
  position: absolute;
}
@media only screen and (min-width:1200px){
  .template__page--plus{font-size: 10.7rem;color: #494f5d4d !important;}
}

.template__card {
  background-color: #121c2bcc;
  border: 2px solid #ffffff24;
  padding: 35px 20px 20px 20px;
  border-radius: 12px;
  transition:var(--transition)
}
.template__card:hover{
  -webkit-transform:translateY(-15px)!important;
  transform:translateY(-15px)!important;
  -webkit-box-shadow:0 5px 20px rgba(0,0,0,.16);
  box-shadow:0 5px 20px rgba(0,0,0,.16)
}


.monitor-dot {
  display: flex;
  gap: 4px;
  position: absolute;
  top: 15px;
}
.monitor-dot span {
  height: 8px;
  width: 8px;
  background: #ddd;
  border-radius: 100px;
}
.monitor-dot span:nth-child(1) {
  background: #F86158;
}
.monitor-dot span:nth-child(2) {
  background: #FBBF2D;
}
.monitor-dot span:nth-child(3) {
  background: #28AD41;
}
.template__card:hover .core__features--icon {
  background:var(--primary-color)
}

.template__card--link{width:100%}
.template__card--thumbnail{margin-bottom:1.6rem;overflow:hidden;border-radius:10px}
.template__card--thumbnail__img{width:100%}
@media only screen and (min-width:992px){
  .template__card--thumbnail{margin-bottom:2rem}
}
.template__card--btn{
  height:3.2rem;line-height:3.2rem;padding:0 1.5rem;font-size:1.3rem
}
@media only screen and (min-width:768px){
  .template__card--btn{
    height:3.6rem;line-height:3.6rem;padding:0 2rem;font-size:1.4rem
  }
}
@media only screen and (min-width:1200px){
  .template__card--btn{height:3.8rem;line-height:3.8rem;padding:0 2.2rem
  }
}
@media only screen and (max-width:1199px){
  .template__card--btn{margin-top:12px}
}
@media only screen and (max-width:1199px){
  .template__card--content{
    -webkit-box-orient:vertical;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
  }
}
.template__card--title {color:var(--white-color)}
.template__card--subtitle{line-height:2.2rem;font-size:1.5rem;font-weight:400;margin-top:.6rem;}
@media only screen and (min-width:992px){
  .template__card--subtitle{
    line-height:2.2rem;font-size:1.6rem
  }
}
.elementor__feature--title{margin-top:1.5rem}
.template__card--icon-btn {
  color: var(--white-color);
}
.template__card--comingsoon .template__card--thumbnail img {
  filter: blur(5px);
}

/* Editor Selector Css */
.editor-section__gradient-bg {
  background-image: radial-gradient(circle at 0% 52%, rgba(52, 141, 109, .4), rgba(7, 12, 20, 0) 15%), radial-gradient(circle at 99% 50%, rgba(102, 105, 216, .3), rgba(7, 12, 20, 0) 15%), radial-gradient(circle at 50% 67%, rgba(73, 21, 98, .5), rgba(7, 12, 20, 0) 23%), radial-gradient(circle at 50% 44%, rgba(93, 73, 137, .6), rgba(7, 12, 20, 0) 40%);
}
.editor-section-image {
  position: relative;

}
.editor-section-image-overly {
  font-size: 60px;
  color: #baafaf2b;
  margin-left: 51px;
  position: absolute;
  margin-top: -15px;
}
@media only screen and (min-width:1200px){
  .editor-section-image-overly {
    font-size: 90px;
    color: #baafaf2b;
    margin-left: 143px;
    position: absolute;
    margin-top: -15px;
  }
}
@media only screen and (min-width:992px){
  .editor-section-image-overly {
    font-size: 95px;
    color: #baafaf2b;
    margin-left: 143px;
    position: absolute;
    margin-top: -15px;
  }
}

.element-editor-content {
  padding-left: 60px;
}

.element-editor-content h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.text-color {
  background-image: linear-gradient(to right, #888dff, #f0647d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.edit-features-lists {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #fff;
  margin-bottom: 34px;
  flex-direction: column;
}
.edit-feature-item {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 18px;
}
span.facet-checked-box {
  background-color: rgba(74, 74, 74, .8);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  position: absolute;
  left: 0.3rem;
  transition: var(--transition);
  opacity: 1;
  top: 0;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
span.facet-checked-box:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}






.scroller[data-animated=true]:hover .scroller__inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller__inner {
  display: flex;
}

.scroller[data-animated=true] {
  overflow: hidden;
  display: flex;
  gap: 12px;
}

.scroller[data-animated=true] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  -webkit-animation: scrollAnimation var(--_animation-duration, 20s) var(--_animation-direction, forwards) linear infinite;
          animation: scrollAnimation var(--_animation-duration, 20s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-speed=fast] {
  --_animation-duration: 10s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 40s;
}

@-webkit-keyframes scrollAnimation {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scrollAnimation {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.scroller-message--list .message {
  white-space: nowrap;
}
.scroller-message--list .scroller-mes-border-after {
  padding-right: 40px;
  position: relative;
}
.scroller-message--list .scroller-mes-border-after::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
  transform: translateY(-50%);
}

.scroller-ptb {
  padding: 2px 0;
}

.rotate-scroller-bar {
  transform: rotate(-0.5deg);
}


.tab-nav-wrap {
  margin-bottom: 40px;
  gap: 20px;
}
.tab-nav-wrap button{
  color: #fff;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 28px;
  border: 1px solid var(--primary-color);
}
.tab-nav-wrap button:hover,
.tab-nav-wrap button.active {
  color: var(--white-color);
  border: 1px solid linear-gradient(90deg, #888dff, #f0647d);
  background: linear-gradient(90deg, #888dff, #f0647d);
}
.swiper:hover .swiper-navigation-prev,
.swiper:hover .swiper-navigation-next {
  opacity: 1;
  visibility: visible;
}

.swiper-navigation-outside {
  position: relative;
}

.swiper-navigation-next, .swiper-navigation-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #313030;
  color: #313030;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  left: 20px;
  right: auto;
  opacity: 0;
  visibility: hidden;
}
.swiper-navigation-next::after, .swiper-navigation-prev::after {
  content: "";
}
.swiper-navigation-next:hover, .swiper-navigation-prev:hover {
  background-color: #313030;
  color: #FFFFFF;
}
.swiper-navigation-next.swiper-button-disabled, .swiper-navigation-prev.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3 !important;
}
.swiper-navigation-next {
  right: 20px;
  left: auto;
}

.swiper-navigation-lite {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.swiper-navigation-lite:hover {
  background-color: #313030;
  color: #FFFFFF;
}

.swiper-pagination-button {
  z-index: 3;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #DF9A91;
}

.swiper-pagination-button-lite {
  z-index: 3;
}
.swiper-pagination-button-lite .swiper-pagination-bullet {
  background-color: #FFFFFF;
}


/* Cost Table Css */
.cost-table {
  background-color: #0b182a;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
  margin-top: 60px;
  padding: 20px;
  position: relative;
}
.cost-table-inner {
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.cost-table table {
  border-collapse: collapse;
  width: 100%;
}

.cost-table th {
  background: #142f5547;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.32;
  padding: 20px 0;
}

.cost-table table {
  border-collapse: collapse;
  width: 100%;
}
.cost-table td:nth-child(1), .cost-table th:nth-child(1) {
  text-align: start;
  padding-left: 30px;
  width: 30%;
}
.cost-table td:first-child, .cost-table th:first-child {
  border-radius: 5px 0 0 5px;
}
.cost-table td:nth-child(2), .cost-table th:nth-child(2) {
  text-align: center;
  width: 50%;
}
.cost-table td:nth-child(3), .cost-table th:nth-child(3) {
  text-align: center;
  width: 20%;
}
.cost-table td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--white-color);
  padding: 12px 0;
  position: relative;
}
.cost-table tr:nth-child(2n) td {
  background: #142f5547;
}


/* Theme Features */
.scroller-wrap {
  overflow: hidden;
  -webkit-mask: -webkit-linear-gradient(left, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}


.theme-features-item {
  border: 2px solid #ddd;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 8px;
}

/* Customer Care section */


.single-customer-help-card {
  border: 2px solid #343D49;
  background-color: #bdbdbd1a;
  border-radius: 6px;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.single-customer-help-card .icon-box {
  display: inline-block;
  height: 60px;
  width: 60px;
  background: #ffffff2e;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  margin-bottom: 30px;
}


/* Footer */

.footer__bg{
  background-image: radial-gradient(circle at 50% 50%, rgba(93, 73, 137, .6), rgba(7, 12, 20, 0) 50%);
}
@media only screen and (max-width:991px){
  .footer__bg{
    background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover
  }
}
.footer__logo {
  margin-bottom: 3rem
}
@media only screen and (min-width:992px){
  .footer__logo{
    margin-bottom: 4rem
  }
}
@media only screen and (max-width:479px){
  .footer__logo{margin-bottom:3rem}
}
.footer__logo--img{margin:0 auto;width: 120px;}
img.main__logo--img {width: 100px;}
.offcanvas__logo_link {width: 120px;}
@media only screen and (min-width: 1600px) {
  .footer__content--title {
      font-size: 4.6rem;
      line-height: 6rem;
  }
}
.footer_feature--list-ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  color: #fff;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
li.footer_feature--list {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 18px;
}
span.facet-checked-box {
  background-color: rgba(74, 74, 74, .8);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  position: absolute;
  left: 0.3rem;
  transition: var(--transition);
  opacity: 1;
  top: 0;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
span.facet-checked-box:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
