*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
  margin-left: calc(var(--bs-gutter-x) * -1);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto,
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.col-12,
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.col-6,
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-3,
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-1,
.col-2 {
  flex: 0 0 auto;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-4,
.col-5 {
  flex: 0 0 auto;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-7,
.col-8 {
  flex: 0 0 auto;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

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

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto,
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-12,
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-6,
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-3,
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto,
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-12,
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-6,
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-3,
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto,
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-12,
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-3,
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto,
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-12,
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-6,
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-3,
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto,
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-12,
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-6,
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-3,
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
html {
  font-size: 16px;
  line-height: 121%;
}

* {
  font-family: "Unbounded", sans-serif;
  line-height: 121%;
  font-weight: 500;
}

.text-h1-prim {
  font-family: "BebasNeue";
  line-height: 110%;
  font-size: 6rem;
}

.text-h2-prim {
  font-family: "BebasNeue";
  line-height: 110%;
  font-size: 4.5rem;
}

.text-h3-prim {
  font-family: "BebasNeue";
  line-height: 110%;
  font-size: 2.5rem;
}

.text-h4-prim {
  font-family: "BebasNeue";
  line-height: 110%;
  font-size: 2.25rem;
}

.text-h5-prim {
  font-family: "BebasNeue";
  line-height: 110%;
  font-size: 1.75rem;
}

.text-h1-sec {
  font-family: "Unbounded";
  font-size: 1.375rem;
}

.text-h2-sec, .psuedo-text {
  font-family: "Unbounded";
  font-size: 1.125rem;
}

.text-h3-sec {
  font-family: "Unbounded";
  font-size: 0.875rem;
}

.text-h4-sec {
  font-family: "Unbounded";
  font-size: 0.625rem;
}

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

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

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

.text-white {
  color: #FFFFFF;
}

.text-orange {
  color: #F67F00;
}

.text-grey {
  color: #AEABA8;
}

.text-uppercase {
  text-transform: uppercase;
}

html,
body {
  overflow-x: hidden;
}

.img-cover {
  position: relative;
  overflow: hidden;
}
.img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].aos-animate {
  visibility: visible;
}

.sections-bg {
  background: url("../images/waves-bg.png") no-repeat;
  background-position: center 30%;
  background-size: 100% auto;
}

@media screen and (max-width: 575px) {
  .sections-bg {
    background-position: center 50%;
  }
}
.yellow-bordered-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.875rem;
  width: 100%;
  height: 3.25rem;
  background: #F67F00;
  border: 1px solid #F67F00;
  overflow: hidden;
  text-decoration: none !important;
  border-radius: 2rem;
  transition: background ease-in-out 0.3s;
  outline: none;
}
.yellow-bordered-btn:hover {
  background: #FFFFFF !important;
}
.yellow-bordered-btn:hover .psuedo-text {
  color: #F67F00 !important;
}

.button-mat:before {
  content: "";
  position: absolute;
  display: block;
  background: #FFFFFF;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  animation: slide-in-out 4s ease-in-out 0.25s infinite forwards;
}

.psuedo-text {
  color: #FFFFFF;
  text-align: center;
  animation: color-switch 4s ease-in-out 0.25s infinite forwards;
  z-index: 5;
  transition: color ease-in-out 0.3s;
}

@keyframes slide-in-out {
  from {
    transform: translate(-120%, -50%) translateZ(0);
  }
  to {
    transform: translate(245%, 134%) translateZ(0);
  }
}
@keyframes color-switch {
  0% {
    color: #FFFFFF;
  }
  29% {
    color: #FFFFFF;
  }
  30% {
    color: #F67F00;
  }
  46% {
    color: #F67F00;
  }
  47% {
    color: #FFFFFF;
  }
  100% {
    color: #FFFFFF;
  }
}
.footer {
  padding: 5rem 0 3.75rem;
  background: #000000;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.footer .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 36rem;
  margin: 0 auto 5rem;
}
.footer .top-row .email-link,
.footer .top-row .phone-link {
  text-transform: uppercase;
  text-decoration: none;
}
.footer .top-row .email-link:hover,
.footer .top-row .phone-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 575px) {
  .footer {
    padding: 3.75rem 0 2.5rem;
  }
  .footer .top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 3.75rem;
  }
  .footer .email-link,
  .footer .phone-link {
    font-size: 2rem;
  }
  .footer .copyright-text {
    max-width: 12rem;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 auto;
  }
}
.slick-slider .slick-dots {
  position: static;
  bottom: unset;
  margin-top: 2rem;
  padding-right: 2rem;
}
.slick-slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.625rem;
}
.slick-slider .slick-dots .slick-active button {
  background: #F67F00;
  border: none;
}
.slick-slider .slick-dots button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: none;
  background: #F8F5F1;
}
.slick-slider .slick-dots button::before {
  display: none;
}

.widgets-block {
  position: fixed;
  bottom: 4.25rem;
  right: 0.75rem;
  z-index: 200;
}
.widgets-block .widget-link {
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.main-section {
  position: relative;
  padding: 11rem 0 12rem;
  display: flex;
  align-items: center;
  min-height: 100vh;
  height: 100%;
  background: url("../images/main-bg.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.main-section .nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 1rem;
  width: 100%;
}
.main-section .nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .main-description {
  margin-bottom: 2rem;
}
.main-section .main-title {
  max-width: 25rem;
  margin-bottom: 5.5rem;
  line-height: 100%;
}
.main-section .main-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 22rem;
}
.main-section .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.main-section .price-wrap .old-price {
  text-decoration: line-through;
  margin-right: 0.625rem;
}
.main-section .buy-link {
  max-width: 22rem;
}
.main-section .main-image-wrap {
  position: relative;
}
.main-section .main-image-wrap .main-img {
  position: absolute;
  right: 0;
  width: 75rem;
  min-width: 75rem;
  transform: translateX(5rem) translateY(-5rem);
}
.main-section .main-image-wrap .warranty-badge {
  position: absolute;
  top: 2.25rem;
  left: 15.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  background: url("../images/warranty-image.svg") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1925px) {
  .main-section > .container {
    margin-top: -8rem;
  }
}
@media screen and (max-width: 1399px) {
  .main-section {
    padding: 8rem 0 6rem;
  }
  .main-section .main-description {
    margin-bottom: 2rem;
  }
  .main-section .main-title {
    max-width: 20rem;
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
  .main-section .main-image-wrap .main-img {
    position: static;
    right: 0;
    width: auto;
    min-width: unset;
    transform: translateY(-2rem);
  }
  .main-section .main-image-wrap .warranty-badge {
    top: 1rem;
    left: 11rem;
    width: 8rem;
    height: 8rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1199px) {
  .main-section .main-image-wrap .warranty-badge {
    top: 1rem;
    left: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .main-section .main-image-wrap .main-img {
    transform: none;
  }
  .main-section .main-image-wrap .warranty-badge {
    top: 4rem;
    left: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .main-section {
    padding: 5.5rem 0;
  }
  .main-section .nav {
    padding: 1rem 0;
  }
  .main-section .main-description {
    text-align: center;
  }
  .main-section .main-title {
    text-align: center;
    margin: 0 auto 1.25rem;
  }
  .main-section .main-image-mob-wrap {
    position: relative;
    height: 20rem;
  }
  .main-section .main-image-mob-wrap .warranty-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.25rem;
    height: 5.25rem;
    background: url("../images/warranty-image.svg") center no-repeat;
    background-size: contain;
  }
  .main-section .main-image-mob-wrap img {
    position: absolute;
    right: 0;
    width: 33.43rem;
    min-width: 33.43rem;
  }
  .main-section .main-actions {
    max-width: unset;
  }
}
.advantages-section {
  padding-top: 6.5rem;
}
.advantages-section .section-description {
  margin-bottom: 3.75rem;
}
.advantages-section .phone-wrap {
  position: relative;
}
.advantages-section .phone-block {
  position: absolute;
  right: 50%;
  top: 0;
  width: 25.875rem;
  height: 52.875rem;
  overflow: hidden;
  border-radius: 4.8rem;
  z-index: 5;
  transform: translateX(50%) translateY(-12.5rem);
}
.advantages-section .phone-block .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.advantages-section .phone-block .video-wrap .video-elem {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .advantages-section .phone-block {
    transform: translateX(50%) translateY(-10rem);
  }
}
@media screen and (max-width: 1199px) {
  .advantages-section .phone-block {
    position: relative;
    margin: 3rem auto 0;
    transform: none;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .advantages-section .left-col {
    order: 1;
  }
  .advantages-section .right-col {
    order: 0;
    margin-bottom: 3.75rem;
  }
  .advantages-section .section-title {
    font-size: 2.25rem;
    text-align: center;
  }
  .advantages-section .section-description {
    max-width: 10rem;
    margin: 0 auto 1.5rem;
    font-size: 0.875rem;
    text-align: center;
  }
  .advantages-section img {
    min-width: calc(100% + 2rem);
    transform: translateX(-1rem);
  }
  .advantages-section .phone-block {
    margin: 0;
    height: 36.625rem;
    width: calc(100% + 2rem);
    border-radius: 1.5rem;
    left: -1rem;
  }
  .advantages-section .phone-block .video-wrap {
    padding: 0;
  }
  .advantages-section .phone-block .video-wrap .video-elem {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .advantages-section .phone-block .phone-mock {
    display: none;
  }
}
.why-to-section {
  padding: 8.75rem 0 0;
}
.why-to-section .section-description {
  max-width: 23.25rem;
  margin: 0 auto 3.75rem;
}
.why-to-section .why-col {
  margin-bottom: 2rem;
}
.why-to-section .why-col:nth-of-type(2) .why-item {
  background: #F67F00;
}
.why-to-section .why-col:nth-of-type(2) .why-item .item-header span {
  color: #FFFFFF;
}
.why-to-section .why-col:nth-of-type(2) .why-item .item-text {
  color: #FFFFFF;
}
.why-to-section .why-item {
  padding: 2rem;
  height: 100%;
  background: #F8F5F1;
  border: 1px solid #F67F00;
  border-radius: 1.5rem;
}
.why-to-section .why-item .item-header {
  display: flex;
  align-items: center;
}
.why-to-section .why-item .item-header img {
  margin-right: 0.625rem;
  transform: translateY(-0.35rem);
}
.why-to-section .why-to-carousel {
  margin-top: 6.5rem;
}
.why-to-section .why-to-carousel .carousel-item {
  margin: 0 1rem;
  border-radius: 3.125rem;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .why-to-section {
    padding: 3.5rem 0 0;
  }
  .why-to-section .section-title {
    max-width: 15rem;
    margin: 0 auto;
    font-size: 2.25rem;
  }
  .why-to-section .section-description {
    max-width: 15rem;
    font-size: 0.875rem;
  }
  .why-to-section .why-col {
    margin-bottom: 1.25rem;
  }
  .why-to-section .why-item {
    padding: 1.25rem;
  }
  .why-to-section .why-item .item-header img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .why-to-section .why-item .item-header span {
    font-size: 1.75rem;
  }
  .why-to-section .why-item .item-text {
    font-size: 0.875rem;
  }
  .why-to-section .why-to-carousel {
    position: relative;
    left: -1rem;
    width: calc(100% + 2rem);
    margin-top: 2.5rem;
  }
  .why-to-section .why-to-carousel .carousel-item {
    margin: 0;
  }
  .why-to-section .why-to-carousel .carousel-item img {
    width: 100%;
  }
}
.ideal-headset-section {
  padding: 2rem 0 0;
}
.ideal-headset-section .section-description {
  max-width: 62.5rem;
  margin: 0 auto 3.75rem;
}
.ideal-headset-section .image-collage {
  margin-bottom: 9rem;
}
.ideal-headset-section .advantages-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 72rem;
  margin: 0 auto;
}
.ideal-headset-section .advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  margin-bottom: 6.5rem;
}
.ideal-headset-section .advantage-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background: #F67F00;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .ideal-headset-section .advantages-row {
    justify-content: space-between;
  }
  .ideal-headset-section .advantage-item {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .ideal-headset-section {
    padding: 2rem 0 2.5rem;
  }
  .ideal-headset-section .section-title {
    font-size: 2.25rem;
  }
  .ideal-headset-section .section-description {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .ideal-headset-section .image-collage {
    position: relative;
    left: -1rem;
    width: calc(100% + 2rem);
    margin-bottom: 3.75rem;
    overflow: hidden;
  }
  .ideal-headset-section .image-collage img {
    min-width: 200%;
    animation: slide 10s ease-in-out infinite alternate;
  }
  .ideal-headset-section .advantage-item {
    margin-bottom: 2.5rem;
  }
  .ideal-headset-section .advantage-item .item-icon {
    width: 5rem;
    height: 5rem;
  }
  .ideal-headset-section .advantage-item .item-icon img {
    width: 2rem;
    height: 2rem;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.reviews-section {
  padding: 2.875rem 0 6.5rem;
}
.reviews-section .section-title {
  margin-top: 3rem;
  margin-bottom: 3.75rem;
}
.reviews-section .review-item {
  position: relative;
  padding: 3.75rem 2rem 3rem;
  background: #F8F5F1;
  border-radius: 1.5rem;
  margin-top: 2.5rem;
  margin-right: 2rem;
}
.reviews-section .review-item .img-cover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
}
.reviews-section .review-item .author-name {
  position: relative;
  margin-bottom: 1.25rem;
}
.reviews-section .review-item .author-name::after {
  content: "";
  position: absolute;
  display: flex;
  width: 4.5rem;
  height: 2px;
  background: #F67F00;
  left: 50%;
  bottom: -0.625rem;
  transform: translateX(-50%);
}
.reviews-section .phone-wrap {
  position: relative;
}
.reviews-section .phone-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 25.875rem;
  height: 52.875rem;
  overflow: hidden;
  border-radius: 4.8rem;
  z-index: 5;
}
.reviews-section .phone-block .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.reviews-section .phone-block .video-wrap .video-elem {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .reviews-section .phone-block {
    position: relative;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 575px) {
  .reviews-section {
    padding: 1.5rem 0 0;
  }
  .reviews-section .section-title {
    font-size: 2.25rem;
    max-width: 15rem;
    margin: 0 auto 2rem;
  }
  .reviews-section .reviews-carousel {
    margin-bottom: 0;
  }
  .reviews-section .review-item {
    padding: 3.75rem 1.25rem 3rem;
    margin-right: 0;
  }
  .reviews-section .review-item .author-name {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .reviews-section .review-item .review-text {
    font-size: 0.875rem;
  }
  .reviews-section .phone-wrap {
    transform: translateY(6.5rem);
  }
  .reviews-section .phone-block {
    margin: 0;
    height: 36.625rem;
    width: calc(100% + 2rem);
    border-radius: 1.5rem;
    left: -1rem;
  }
  .reviews-section .phone-block .video-wrap {
    padding: 0;
  }
  .reviews-section .phone-block .video-wrap .video-elem {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .reviews-section .phone-block .phone-mock {
    display: none;
  }
}
.do-you-like-section {
  padding: 6.5rem 0;
  background: #F67F00;
  border-radius: 1.5rem;
}

@media screen and (max-width: 575px) {
  .do-you-like-section {
    padding: 10rem 0 3.75rem;
  }
  .do-you-like-section .section-title {
    font-size: 3rem;
  }
}
.hurry-up-section {
  padding: 10rem 0 10.625rem;
  background: url("../images/waves-bg.png") center center no-repeat;
  background-size: cover;
}
.hurry-up-section .section-description {
  margin-bottom: 3.75rem;
}
.hurry-up-section .countdown-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3.25rem;
}
.hurry-up-section .countdown-wrap .countdown-item {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.hurry-up-section .countdown-wrap .number {
  margin-right: 0.5rem;
}
.hurry-up-section .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.hurry-up-section .price-wrap .old-price {
  text-decoration: line-through;
  margin-right: 0.625rem;
}
.hurry-up-section .buy-link {
  max-width: 22rem;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .hurry-up-section .section-title {
    max-width: 15rem;
    font-size: 2.5rem;
    margin: 0 auto;
  }
  .hurry-up-section .section-description {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .hurry-up-section .countdown-wrap {
    margin-bottom: 3.75rem;
  }
  .hurry-up-section .countdown-wrap .countdown-item {
    margin: 0 0.875rem 0 0;
  }
  .hurry-up-section .countdown-wrap .countdown-item:last-of-type {
    margin-right: 0;
  }
  .hurry-up-section .countdown-wrap .number {
    font-size: 4rem;
  }
  .hurry-up-section .countdown-wrap .description {
    font-size: 0.875rem;
    font-weight: 300;
  }
}/*# sourceMappingURL=style.css.map */