@charset "UTF-8";
/*! * Bootstrap v5.3.0 (https://getbootstrap.com/) * Copyright 2011-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root{
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-orange2: #ffa63e;
    --bs-yellow:#ffc107;
    --bs-green:#198754;
    --bs-teal:#20c997;
    --bs-cyan:#0dcaf0;
    --bs-black:#000;
    --bs-white:#fff;
    --bs-gray:#6c757d;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#6c757d;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;
    --bs-primary:#CC7B1B;
    --bs-secondary:#F7F7F7;
    --bs-success:#75C8A7;
    --bs-info:#99DFD9;
    --bs-warning:#F7DDA2;
    --bs-danger:#D35D82;
    --bs-light:#f8f9fa;
    --bs-dark:#212529;
    --bs-primary-rgb:#0C0801;
    --bs-secondary-rgb:247,247,247;
    --bs-success-rgb:117,200,167;
    --bs-info-rgb:153,223,217;
    --bs-warning-rgb:247,221,162;
    --bs-danger-rgb:211,93,130;
    --bs-light-rgb:248,249,250;
    --bs-dark-rgb:33,37,41;
    --bs-primary-text-emphasis:#52310b;
    --bs-secondary-text-emphasis:#636363;
    --bs-success-text-emphasis:#2f5043;
    --bs-info-text-emphasis:#3d5957;
    --bs-warning-text-emphasis:#635841;
    --bs-danger-text-emphasis:#542534;
    --bs-light-text-emphasis:#495057;
    --bs-dark-text-emphasis:#495057;
    --bs-primary-bg-subtle:#f5e5d1;
    --bs-secondary-bg-subtle:#fdfdfd;
    --bs-success-bg-subtle:#e3f4ed;
    --bs-info-bg-subtle:#ebf9f7;
    --bs-warning-bg-subtle:#fdf8ec;
    --bs-danger-bg-subtle:#f6dfe6;
    --bs-light-bg-subtle:#fcfcfd;
    --bs-dark-bg-subtle:#ced4da;
    --bs-primary-border-subtle:#ebcaa4;
    --bs-secondary-border-subtle:#fcfcfc;
    --bs-success-border-subtle:#c8e9dc;
    --bs-info-border-subtle:#d6f2f0;
    --bs-warning-border-subtle:#fcf1da;
    --bs-danger-border-subtle:#edbecd;
    --bs-light-border-subtle:#e9ecef;
    --bs-dark-border-subtle:#adb5bd;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
    --bs-body-font-family:var(--bs-font-sans-serif);
    --bs-body-font-size:1rem;
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#212529;
    --bs-body-color-rgb:33,37,41;
    --bs-body-bg:#fff;
    --bs-body-bg-rgb:255,255,255;
    --bs-emphasis-color:#000;
    --bs-emphasis-color-rgb:0,0,0;
    --bs-secondary-color:rgba(33,37,41,.75);
    --bs-secondary-color-rgb:33,37,41;
    --bs-secondary-bg:#e9ecef;
    --bs-secondary-bg-rgb:233,236,239;
    --bs-tertiary-color:rgba(33,37,41,.5);
    --bs-tertiary-color-rgb:33,37,41;
    --bs-tertiary-bg:#f8f9fa;
    --bs-tertiary-bg-rgb:248,249,250;
    --bs-heading-color:inherit;
    --bs-link-color:#CC7B1B;
    --bs-link-color-rgb:204,123,27;
    --bs-link-decoration:underline;
    --bs-link-hover-color:#a36216;
    --bs-link-hover-color-rgb:163,98,22;
    --bs-code-color:#d63384;
    --bs-highlight-bg:#fff3cd;
    --bs-border-width:1px;
    --bs-border-style:solid;
    --bs-border-color:#dee2e6;
    --bs-border-color-translucent:rgba(0,0,0,.175);
    --bs-border-radius:.375rem;
    --bs-border-radius-sm:.25rem;
    --bs-border-radius-lg:.5rem;
    --bs-border-radius-xl:1rem;
    --bs-border-radius-xxl:2rem;
    --bs-border-radius-2xl:var(--bs-border-radius-xxl);
    --bs-border-radius-pill:50rem;
    --bs-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm:0 .125rem .25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width:.25rem;
    --bs-focus-ring-opacity:.25;
    --bs-focus-ring-color:rgba(204,123,27,.25);
    --bs-form-valid-color:#75C8A7;
    --bs-form-valid-border-color:#75C8A7;
    --bs-form-invalid-color:#D35D82;
    --bs-form-invalid-border-color:#D35D82
}
*,::after,::before{
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
body{
    margin:0;
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
hr{
    margin:1rem 0;
    color:inherit;
    border:0;
    border-top:var(--bs-border-width) solid;
    opacity:.25
}
.h1,.h2,.h3,.h4,h1,h2,h3,h4{
    margin-top:0;
    margin-bottom:.5rem;
    line-height:1.2;
    color:var(--bs-heading-color)
}
@media (min-width:1200px){
    .h1,h1{
        font-size:2.5rem
    }
}
@media (min-width:1200px){
    .h2,h2{
        font-size:2rem
    }
}
.h3,h3{
    font-size:calc(1.3rem + 0.6vw)
}
@media (min-width:1200px){
    .h3,h3{
        font-size:1.75rem
    }
}
.h4,h4{
    font-size:calc(1.275rem + 0.3vw)
}
@media (min-width:1200px){
    .h4,h4{
        font-size:1.5rem
    }
}
p{
    margin-top:0;
    margin-bottom:1rem
}
ul{
    padding-left:2rem
}
dl,ul{
    margin-top:0;
    margin-bottom:1rem
}
ul ul{
    margin-bottom:0
}
a{
    color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration:underline
}
a:hover{
    --bs-link-color-rgb:var(--bs-link-hover-color-rgb)
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
img,svg{
    vertical-align:middle
}
tr{
    border-color:inherit;
    border-style:solid;
    border-width:0
}
button{
    border-radius:0
}
button:focus:not(:focus-visible){
    outline:0
}
button{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    text-transform:none
}
[type=button],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
::-moz-focus-inner{
    padding:0;
    border-style:none
}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{
    padding:0
}
::-webkit-inner-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:textfield
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
    padding:0
}
::file-selector-button{
    font:inherit;
    -webkit-appearance:button
}
iframe{
    border:0
}
[hidden]{
    display:none!important
}
.img-fluid{
    max-width:100%;
    height:auto
}
.container{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-right:auto;
    margin-left:auto
}
@media (min-width:576px){
    .container{
        max-width:540px
    }
}
@media (min-width:768px){
    .container{
        max-width:720px
    }
}
@media (min-width:992px){
    .container{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container{
        max-width:1140px
    }
}
@media (min-width:1400px){
    .container{
        max-width:1320px
    }
}
:root{
    --bs-breakpoint-xs:0;
    --bs-breakpoint-sm:576px;
    --bs-breakpoint-md:768px;
    --bs-breakpoint-lg:992px;
    --bs-breakpoint-xl:1200px;
    --bs-breakpoint-xxl:1400px
}
.row{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>*{
    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-top:var(--bs-gutter-y)
}
@media (min-width:992px){
    .col-lg-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-lg-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-lg-6{
        flex:0 0 auto;
        width:50%
    }
    .col-lg-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-lg-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-lg-9{
        flex:0 0 auto;
        width:75%
    }
}
.btn{
    --bs-btn-padding-x:.75rem;
    --bs-btn-padding-y:.375rem;
    --bs-btn-font-size:1rem;
    --bs-btn-font-weight:400;
    --bs-btn-line-height:1.5;
    --bs-btn-color:var(--bs-body-color);
    --bs-btn-bg:transparent;
    --bs-btn-border-width:var(--bs-border-width);
    --bs-btn-border-color:transparent;
    --bs-btn-border-radius:var(--bs-border-radius);
    --bs-btn-hover-border-color:transparent;
    --bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity:.65;
    --bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    display:inline-block;
    padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family:"prenton";
    font-size:var(--bs-btn-font-size);
    font-weight:var(--bs-btn-font-weight);
    line-height:var(--bs-btn-line-height);
    color:var(--bs-btn-color);
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    user-select:none;
    border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius:var(--bs-btn-border-radius);
    background-color:var(--bs-btn-bg);
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:var(--bs-btn-hover-color);
    background-color:var(--bs-btn-hover-bg);
    border-color:var(--bs-btn-hover-border-color)
}
.btn:focus-visible{
    color:var(--bs-btn-hover-color);
    background-color:var(--bs-btn-hover-bg);
    border-color:var(--bs-btn-hover-border-color);
    outline:0;
    box-shadow:var(--bs-btn-focus-box-shadow)
}
.btn:first-child:active,:not(.btn-check)+.btn:active{
    color:var(--bs-btn-active-color);
    background-color:var(--bs-btn-active-bg);
    border-color:var(--bs-btn-active-border-color)
}
.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{
    box-shadow:var(--bs-btn-focus-box-shadow)
}
.btn:disabled{
    color:var(--bs-btn-disabled-color);
    pointer-events:none;
    background-color:var(--bs-btn-disabled-bg);
    border-color:var(--bs-btn-disabled-border-color);
    opacity:var(--bs-btn-disabled-opacity)
}
.btn-success{
    --bs-btn-color:#000;
    --bs-btn-bg:#75C8A7;
    --bs-btn-border-color:#75C8A7;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#8ad0b4;
    --bs-btn-hover-border-color:#83ceb0;
    --bs-btn-focus-shadow-rgb:99,170,142;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#91d3b9;
    --bs-btn-active-border-color:#83ceb0;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#75C8A7;
    --bs-btn-disabled-border-color:#75C8A7
}
@keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
@keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
@keyframes placeholder-glow{
    50%{
        opacity:.2
    }
}
@keyframes placeholder-wave{
    100%{
        mask-position:-200% 0
    }
}
.ratio{
    position:relative;
    width:100%
}
.ratio::before{
    display:block;
    padding-top:var(--bs-aspect-ratio);
    content:""
}
.ratio>*{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.ratio-16x9{
    --bs-aspect-ratio:56.25%
}
.d-inline{
    display:inline!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:flex!important
}
.d-none{
    display:none!important
}
.w-100{
    width:100%!important
}
.flex-column{
    flex-direction:column!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-between{
    justify-content:space-between!important
}
.align-items-center{
    align-items:center!important
}
.mx-2{
    margin-right:.5rem!important;
    margin-left:.5rem!important
}
.my-3{
    margin-top:1rem!important;
    margin-bottom:1rem!important
}
.my-4{
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
}
.mt-5{
  margin-top:3rem!important;

  @media (max-width:768px){
    margin-top: 1rem !important;
  }
}
.me-2{
    margin-right:.5rem!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-1{
    margin-bottom:.25rem!important
}
.mb-3{
    margin-bottom:1rem!important
}
.px-3{
    padding-right:1rem!important;
    padding-left:1rem!important
}
.px-4{
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
}
.px-5{
  padding-right:3rem!important;
  padding-left:3rem!important;

  @media (max-width:768px){
    padding-right:1rem!important;
    padding-left:1rem!important
  }
}
.py-2{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
}
.py-3{
    padding-top:1rem!important;
    padding-bottom:1rem!important
}
.py-4{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
}
.py-5{
    padding-top:3rem!important;
    padding-bottom:3rem!important
}
.py-6{
  padding-top:5rem!important;
  padding-bottom:5rem!important;

  @media (max-width:768px){
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
.pt-2{
    padding-top:.5rem!important
}
.pt-5{
    padding-top:3rem!important
}
.pb-1{
    padding-bottom:.25rem!important
}
.gap-3{
    gap:1rem!important
}
.fw-normal{
    font-weight:400!important
}
.fw-bold{
    font-weight:700!important
}
.text-start{
    text-align:left!important
}
.text-end{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
.text-decoration-none{
    text-decoration:none!important
}
.text-primary{
  --bs-text-opacity:1;
  color: #0B0700!important;
}
.text-white{
    --bs-text-opacity:1;
    color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}
.bg-white{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
@media (min-width:992px){
    .d-lg-inline{
        display:inline!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-none{
        display:none!important
    }
    .flex-lg-nowrap{
        flex-wrap:nowrap!important
    }
    .mt-lg-0{
        margin-top:0!important
    }
    .px-lg-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-lg-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .pt-lg-0{
        padding-top:0!important
    }
    .pt-lg-4{
        padding-top:1.5rem!important
    }
    .pb-lg-2{
        padding-bottom:.5rem!important
    }
}
body{
    font-size:17px;
    overflow-x:hidden;
    max-width:100%;
    font-family:prenton,sans-serif
}
.h1,.h2,.h3,.h4,h1,h2,h3,h4{
    font-weight:700
}
.h1,h1{
    font-size:49px
}
@media (max-width:768px){
    .h1,h1{
        font-size:28px
    }
}
.h2,h2{
    font-size:28px
}
@media (max-width:768px){
    .h2,h2{
        font-size:20px
    }
}
.text-md{
    font-size:14px
}
.page-index .btn-success{
    border-radius:5px;
    background: linear-gradient(180deg, #FFE500 0%, #FFE500 62.5%, #FFE500 100%);
    color:#080707;
    border:0;
    padding:15px 50px;
    font-weight:700
}
.page-index .gradient-white-right{
    background:-webkit-linear-gradient(left,#FDFDFD,silver);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.page-index header{
    background:url(../img/bg-header2.webp);
    background-size:cover;
    background-position:center;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
@media (max-width:768px){
    .page-index header{
        min-height:775px;
        background:url(../img/bg-header-mobile.webp);
        background-size:cover;
        background-position:center;
        justify-content:end
    }
    .page-index header img{
        width:317px;
    }
}
.page-index header .h2,.page-index header h2{
    font-size:36px;
    font-weight:400;
    color: #000;
    max-width: 631px;

  @media (max-width:768px){
    font-size: 25px;
    color: #C3C3C3;
  }
}

.page-index header .h2,.page-index header .text-primary{
  color: #5B656C !important;

  @media (max-width:768px){
    color: white!important;
  }
}

.page-index header p{
    color: #0B0700;
    max-width:423px;
    font-weight:600;

  @media (max-width:768px){
    color: white!important;
    max-width: 332px;
    font-weight: 500;
  }
}

.page-index header .btn {
  @media (max-width:768px) {
    padding: 13px 0 !important;
  }
}

.page-index #section-1{
  background:url(../img/bg-black.webp);
  background-size:cover;
  background-position:top;
}

.page-index #section-1{
  @media (max-width:768px){
    background:url(../img/bg-black-mobile.webp) no-repeat;
    background-size:cover;
    background-position:top;
    margin-top: -2px;
  }
}

.page-index #section-1 .secondDiv {
  gap: 28px;
  padding: 100px 0 40px !important;

  @media (max-width:768px){
    gap: 15px;
    padding: 40px 0 0 !important;
  }
}

.page-index #section-1 .mapFlex {
  @media (max-width:768px){
    flex-direction: column-reverse;
    align-items: center;
  }
}

.page-index #section-1 h1 {
  color: #FDFBF1;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 584px;

  @media (max-width:768px){
    font-size: 25px;
  }
}

.page-index #section-1 .title2 {
  color: #FDFBF1;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 890px;

  @media (max-width:768px){
    font-size: 24px;
    max-width: 335px;
  }
}

.page-index #section-1 .desc {
  color: #FDFBF1;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  max-width: 412px;
}

.page-index #section-1 .desc2 {
  color: #FDFBF1;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  max-width: 389px;
  text-align: left;

  @media (max-width:768px){
    text-align: center;
    max-width: 342px;
  }
}

.page-index #section-1 .secondFlex {
  @media (max-width:768px){
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.page-index #section-1 .desc3 {
  color: #FDFBF1;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  max-width: 387px;

  @media (max-width:768px){
    text-align: center;
    margin-bottom: unset;
    max-width: 350px;
  }
}

.page-index #section-1 .desc4 {
  color: #FDFBF1;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  max-width: 402px;

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

.page-index #section-1 .desc5 {
  color: #FDFBF1;
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  line-height: 140%;
  max-width: 900px;

  @media (max-width:768px){
    font-size: 24px;
    max-width: 342px;
  }
}

.page-index #section-1 .desc5 span {
  color: #FFD600;
  font-weight: 700;
}

.page-index #section-1 .oneDiv {
  gap: 80px;
  margin: 20px 0;

  @media (max-width:768px){
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: unset;
  }
}

.page-index #section-2{
  background: linear-gradient(180deg, #0B0700 16.05%, #020202 93.48%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(357deg, rgba(11, 7, 0, 0.72) 23.05%, rgba(11, 7, 0, 0.00) 35.7%), linear-gradient(180deg, #0B0700 0%, rgba(11, 7, 0, 0.00) 17.14%), lightgray 50% / cover no-repeat;
  min-height:805px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding-bottom: 50px;

  @media (max-width:768px){
    margin-top: -2px;
    padding-bottom: unset;
    overflow: hidden;
  }
}

.page-index #section-2 .container {
  padding-top: 100px !important;

  @media (max-width:768px){
    padding: 24px !important;
  }
}

.page-index #section-2 h1{
  color: #FFD600;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 755px;

  @media (max-width:768px){
    font-size: 23px;
    max-width: 350px;
  }
}

.gap-50 {
  gap: 50px;

  @media (max-width:768px){
    gap: 24px;
  }
}

.page-index #section-2 p {
  color: #FDFBF1;
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  line-height: 140%;
  max-width: 888px;

  @media (max-width:768px){
    font-size: 16.5px;
    max-width: 342px;
    text-align: left;
  }
}

.page-index #section-2 svg {
  margin-bottom: -65px;
}

.page-index #section-2 .mockup1 {
  margin-top: -200px;
  margin-bottom: -200px;
}

.page-index #section-2 .textDiv {
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 16px;
  border: 1px solid #3D3D3D;
  background: rgba(11, 7, 0, 0.40);
  backdrop-filter: blur(17px);
}

.page-index #section-2 .textDiv p {
  color: #A8A8A8;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  max-width: 702px;
}

.page-index #section-2 .textDiv strong {
  color: #FDFBF1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  max-width: 702px;
}

.page-index #section-3 {
  background: #0B0700;
}

.page-index #section-3 .c3Div {
  @media (max-width:768px){
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.page-index #section-3 .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -50px;

  @media (max-width:768px){
    margin-top: unset;
  }
}

.page-index #section-3 .textDiv svg {
  margin-bottom: -62px;

  @media (max-width:768px){
    margin-top: -140px;
  }
}

.page-index #section-3 .textDiv h1 {
  color: #FDFBF1;
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 550px;

  @media (max-width:768px){
    font-size: 28px;
  }
}

.page-index #section-3 .bonusFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;

  @media (max-width:768px){
    flex-direction: column;
  }
}

.page-index #section-3 .textDiv .bonus {
  color: #FDFBF1;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;

  @media (max-width:768px){
    font-size: 28px;
    max-width: 270px;
  }
}

.page-index #section-3 .moduleFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;

  @media (max-width:768px){
    flex-direction: column;
  }
}

.page-index #about,.page-index #offer,.page-index #warranty{
  background: #F1F1F0;
}

#warranty {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;

  @media (max-width:768px) {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
}

#warranty .warrantyText {
  @media (max-width:768px) {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

#warranty h1 {
  font-size: 38px;

  @media (max-width:768px) {
    font-size: 24px;
    text-align: center;
    max-width: 400px;
  }
}

#warranty p {
  @media (max-width:768px) {
    text-align: center;
    max-width: 342px;
  }
}

#warranty .textDiv {
  max-width: 670px;
}

#about {
  @media (max-width:768px) {
    padding: 70px 0 30px;
  }
}

#about h1 {
  color: #0B0700;
  font-size: 35px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 25px;

  @media (max-width:768px) {
    font-size: 28px;
    text-align: center;
  }
}

#about .textDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 617px;

  @media (max-width:768px) {
    padding: 0 24px;
  }
}

#about .textDiv p {
  @media (max-width:768px) {
    max-width: 342px;
  }
}

#about .imgDiv {
  @media (max-width:768px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

#about img {
  @media (max-width:768px) {
    width: 70vw;
  }
}

#faq h1 {
  color: #FDFBF1;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}

.page-index .module, .module2 {
  display: flex;
  width: 370px;
  min-width: 370px;
  max-width: 390px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  border-top: 8px solid #FDFBF1;
  border-right: 1px solid #FDFBF1;
  border-bottom: 1px solid #FDFBF1;
  border-left: 1px solid #FDFBF1;
  background: #151210;

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

.page-index .module {
  height: 419px;
}

.page-index .module2 {
  height: 515px;
}

.page-index .module .moduleText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 25px;
}

.page-index .module .moduleSpan {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #FFD600;
  color: #0B0700;
  width: fit-content;

  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.page-index .module .moduleText p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  max-width: 320px;
}

.page-index .module .h2,.page-index .module h2{
  color: #FDFBF1;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.52px;
}

.page-index #offer {
  @media (max-width:768px){
    padding: 40px 0;
  }
}

.page-index #offer h1 {
  color: #0B0700;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 671px;

  @media (max-width:768px){
    font-size: 23px;
    max-width: 350px;
  }
}

#offer .mockup {
  margin-top: -75px;
  margin-right: -250px;

  @media (max-width:768px){
    margin-top: -47px;
    margin-left: -10px;
    margin-right: unset;
  }
}

#offer .outerDiv {
  box-shadow: 0px 14px 50px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px;

  @media (max-width:768px){
    border-radius: 12px;
  }
}

#offer .outerDiv .innerDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  background: #0B0700;
  padding: 20px;
  border-radius: 24px 0 0 24px;

  @media (max-width:768px){
    border-radius: 12px 12px 0 0;
    align-items: center;
  }
}

#offer .outerDiv .whiteDiv {
  border-radius: 0 24px 24px 0;
  gap:35px;

  @media (max-width:768px) {
    border-radius: 0 0 12px 12px;
    gap: 28px;
  }
}

#offer .outerDiv .whiteDiv .priceImg {
  @media (max-width:768px) {
    width: 70vw;
  }
}

#offer .outerDiv .innerDiv .text-start p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
  @media (max-width:768px){
    max-width: 260px;
  }
}

.page-index #faq{
  background: #0B0700;
}
.page-index footer{
  background: #0B0700;
  color:#A1A1A1;
  border-top: 0.5px solid #A1A1A1;
}
.page-index footer a{
    color:#A1A1A1;
}
.page-index .whatsapp{
    position:fixed;
    right:10px;
    bottom:10px;
    width:60px;
    height:60px;
    padding:0;
    border-radius:50%;
    box-shadow:0 24px 54px -11px #6B6B6B;
    transition:all 100ms ease-in
}
.page-index .whatsapp:hover{
    transform:scale(1.1)
}
.page-index .custom-coutdown-wrapper{
    color:#7D7D7D;

  @media (max-width:768px){
    padding: 16px !important;
  }
}

.page-index .custom-coutdown-wrapper .sec {
  width: 35px;
}

.page-index .custom-coutdown-wrapper .separator {
  color: #FF0001;
}
.page-index .custom-coutdown-wrapper .h4,.page-index .custom-coutdown-wrapper h4{
    font-size:16px
}
.page-index .custom-coutdown-wrapper .h3,.page-index .custom-coutdown-wrapper h3{
    font-size:26px
}
.page-index .custom-coutdown-wrapper .h3,.page-index .custom-coutdown-wrapper .h4,.page-index .custom-coutdown-wrapper h3,.page-index .custom-coutdown-wrapper h4,.page-index .custom-coutdown-wrapper p{
  color: #FF0001;
}
.page-index .custom-coutdown-wrapper .text-small{
    font-size:10px
}
.timerHeader{
    position: sticky;
    position: -webkit-sticky;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF3434;
    height: 70px;
    color: #FFF;
    gap: 15px;
    z-index: 5;
    font-family: "prenton-condensed", sans-serif;
}
.timerHeader .countdown{
    display: flex;
}
@media (max-width:768px){
    .timerHeader{
        flex-direction:column;
        height:80px;
        padding:16px;
        gap:5px;
    }
    .headerContainer{
        flex-direction: row;
        gap: 5px;
        margin-top:30px;
    }
    .timerHeader h4{
        font-size: 12px!important;
        text-align: left;
    }
    .timerHeader p {
        font-size: 13px;
    }
}
 .timerHeader .countdown > div {
    width: 42px!important;
}
