* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  font-size: 10px;
  line-height: 1.2;
}
html.scroll-off {
  overflow: hidden;
}

body {
  font-family: "Arimo", sans-serif;
  font-size: 1.6rem;
  color: #000000;
}

main {
  margin-top: 64.1px;
}
@media (min-width: 768px) {
  main {
    margin-top: 65.9px;
  }
}
@media (min-width: 768px) {
  main {
    margin-top: 64px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-placeholder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.3rem;
}
.title-wrapper .section-title {
  margin-bottom: 0;
}
.title-wrapper .section-title a,
.title-wrapper .section-title span {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.view-all {
  display: block;
  font-size: 1.6rem;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.page-title {
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 114%;
  letter-spacing: -1.56px;
  text-transform: uppercase;
  margin-bottom: 2.3rem;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 4.4rem;
    line-height: 123%;
  }
}

.instagram {
  padding: 3rem 0 5.7rem;
}
@media (min-width: 992px) {
  .instagram {
    padding: 4.6rem 0 2.9rem;
  }
}
.instagram .title-wrapper {
  justify-content: center;
}
.instagram .instagram-placeholder::after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .instagram .instagram-placeholder::after {
    padding-top: 39%;
  }
}

.footer-audio {
  position: fixed;
  top: 80vh;
  top: 80dvh;
  right: 1.5rem;
  z-index: 100;
}
@media (min-width: 992px) {
  .footer-audio {
    display: none !important;
  }
}
.footer-audio .audio-wrapper .audio {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}

div.pagination .pagination-nav ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
div.pagination .pagination-nav ul.pagination li:not(:last-of-type) .pagination {
  margin-right: 2.8rem;
}
div.pagination .pagination-nav ul.pagination li .pagination {
  display: block;
  font-size: 1.6rem;
  line-height: 138%;
  transition: 0.4s linear;
  font-family: "Arimo", sans-serif;
  color: #ababab;
  font-weight: 400;
}
div.pagination .pagination-nav ul.pagination li .pagination.current {
  color: #000000;
}
div.pagination .pagination-nav ul.pagination li .pagination:hover {
  color: #000000;
}
div.pagination .pagination-nav ul.pagination li .pagination.prev, div.pagination .pagination-nav ul.pagination li .pagination.next {
  color: #000000;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 10000;
  display: none;
}
.modal.active {
  display: block;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 2rem 1.5rem;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 2rem 2rem 3rem;
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-wrapper .modal-inner .modal-body h4 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .modal-footer {
  padding: 2rem;
  text-align: center;
}
.modal .modal-wrapper .modal-inner .modal-footer .modal-close {
  background-color: #000000;
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  border: none;
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
  padding: 1rem 2rem;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .modal-wrapper .modal-inner .modal-close .error line {
  stroke: red;
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
}
.modal .modal-wrapper .modal-inner .modal-close .error line .left {
  animation: drawLine 0.6s ease-in both;
}
.modal .modal-wrapper .modal-inner .modal-close .error line .right {
  animation: drawLine 0.6s ease-in 0.4s both;
}
.modal .modal-wrapper .modal-body .warning-icon {
  display: block;
  max-width: 80px;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.modal .modal-wrapper .modal-body .warning-icon .warning circle.animationSvg {
  stroke: #ffba00;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 2;
  animation: drawCircle 0.6s ease-in both, warningFillSvg 0.6s ease-in 0.4s both;
}
.modal .modal-wrapper .modal-body .warning-icon .warning path,
.modal .modal-wrapper .modal-body .warning-icon .warning line {
  stroke: #fff;
}
.modal .modal-wrapper .modal-body .warning-icon .warning path {
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
  animation: drawLine 0.6s ease-in 0.9s both;
}
.modal .modal-wrapper .modal-body .warning-icon .warning line {
  animation: drawDot 0.5s ease-in 0.6s both;
}
.modal .modal-wrapper .modal-body .modal-close {
  padding: 1rem 2rem;
  transition: 0.4s linear;
}
.modal .modal-wrapper .modal-body .modal-close:hover {
  color: #000000;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: green;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon svg.success circle.animationSvg {
  stroke: #1f4f3c;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 2;
  animation: drawCircle 0.6s ease-in both, successFillSvg 0.6s ease-in 0.4s both;
}
.modal .thankyou-icon svg.success path {
  stroke: #fff;
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
  animation: drawLine 0.6s ease-in 0.8s both;
}
.modal .thankyou-icon svg.close circle.animationSvg {
  stroke: red;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 2;
  animation: drawCircle 0.6s ease-in both, dangerFillSvg 0.6s ease-in 0.4s both;
}
.modal .thankyou-icon svg.close line {
  stroke: #bdbeac;
}
.modal .thankyou-icon svg.close line {
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
}
.modal .thankyou-icon svg.close line.left {
  animation: drawLine 0.6s ease-in 0.5s both;
  stroke-dashoffset: 0;
}
.modal .thankyou-icon svg.close line.right {
  animation: drawLine 0.6s ease-in 0.8s both;
  stroke-dashoffset: 0;
}
.modal .error-icon {
  background-color: red;
}

@keyframes drawCircle {
  from {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 2;
  }
  to {
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 0;
  }
}
@keyframes successFillSvg {
  from {
    fill: transparent;
  }
  to {
    fill: #1f4f3c;
  }
}
@keyframes warningFillSvg {
  from {
    fill: transparent;
  }
  to {
    fill: #ffba00;
  }
}
@keyframes dangerFillSvg {
  from {
    fill: transparent;
  }
  to {
    fill: red;
  }
}
@keyframes drawLine {
  from {
    stroke-dashoffset: -50px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawDot {
  from {
    stroke-width: 0;
  }
  to {
    stroke-width: 8;
  }
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/loader.gif) center no-repeat #fff;
  background-size: 150px auto;
  text-align: center;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

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

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-warning, .btn-light, .btn-info, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #000000;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: black;
  color: #fff !important;
}

.bg-primary {
  background-color: #000000;
}

.text-primary {
  color: #000000 !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.btn-info {
  background-color: #ab63c0;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #9445ab;
  color: #fff !important;
}

.bg-info {
  background-color: #ab63c0;
}

.text-info {
  color: #ab63c0 !important;
}

.btn-light {
  background-color: #bdbeac;
  color: #000 !important;
}
.btn-light:hover {
  background-color: #a6a88f;
  color: #000 !important;
}

.bg-light {
  background-color: #bdbeac;
}

.text-light {
  color: #bdbeac !important;
}

.btn-warning {
  background-color: #e58471;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #dd5f46;
  color: #fff !important;
}

.bg-warning {
  background-color: #e58471;
}

.text-warning {
  color: #e58471 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1430px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.newsletter-wrapper .newsletter-title {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.newsletter-wrapper .newsletter-form .form-group-wrapper .form-group,
.newsletter-wrapper .mc4wp-form-fields .form-group-wrapper .form-group {
  position: relative;
}
.newsletter-wrapper .newsletter-form .form-group-wrapper .form-group .input-group,
.newsletter-wrapper .mc4wp-form-fields .form-group-wrapper .form-group .input-group {
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  height: 3.2rem;
  padding: 0;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.newsletter-wrapper .newsletter-form .form-group-wrapper .form-group .input-group::placeholder,
.newsletter-wrapper .mc4wp-form-fields .form-group-wrapper .form-group .input-group::placeholder {
  opacity: 1;
  color: #000000;
}
.newsletter-wrapper .newsletter-form .form-group-wrapper .form-group .input-group:focus-visible,
.newsletter-wrapper .mc4wp-form-fields .form-group-wrapper .form-group .input-group:focus-visible {
  outline: none;
}
.newsletter-wrapper .newsletter-form .form-group-wrapper .form-group .newsletter-btn,
.newsletter-wrapper .mc4wp-form-fields .form-group-wrapper .form-group .newsletter-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.contact-form .form-group {
  margin-bottom: 1.6rem;
}
.contact-form .form-group .input-group {
  border: 1px solid #f0f0f0;
  height: 5.5rem;
  padding: 0 2.1rem;
  width: 100%;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
.contact-form .form-group .input-group::placeholder {
  color: #000000;
  opacity: 1;
}
.contact-form .form-group .input-group:focus-visible {
  outline: none;
}
.contact-form .form-group textarea.input-group {
  height: auto;
  padding: 1.9rem 2.1rem;
}
.contact-form .form-group .contact-select {
  text-align: start;
}
.contact-form .form-group .contact-select .selectize-input {
  border: 1px solid #f0f0f0;
  padding: 1.75rem 2.1rem;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.6rem;
}
.contact-form .form-group .contact-select .selectize-input > * {
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
.contact-form .form-group .contact-select .selectize-input input {
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
.contact-form .form-group .contact-select .selectize-input.dropdown-active::after {
  transform: translateY(-53%) rotateZ(180deg);
}
.contact-form .form-group .contact-select .selectize-input::after {
  transition: 0.4s linear;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 53%;
  right: 15px;
  transform: translateY(-53%);
  margin-top: unset;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  background-image: url("../img/down.webp");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form .form-group .contact-select .selectize-dropdown {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
.contact-form .form-group .contact-select .selectize-dropdown .option {
  padding: 1.2rem 1.8rem;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
.contact-form .form-group .contact-select .selectize-dropdown .option.active:not(.selected) {
  background: rgba(240, 240, 240, 0.5);
}

.error-msg {
  text-align: start;
}
.error-msg .error {
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: red;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group .input-group {
  border: 1px solid #f0f0f0;
  height: 5.5rem;
  padding: 0 2.1rem;
  width: 100%;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
.form-group .input-group::placeholder {
  color: #000000;
  opacity: 1;
}
.form-group .input-group:focus-visible {
  outline: none;
}

.contact-btn {
  display: block;
  width: 100%;
  background-color: #000000;
  border: none;
  text-align: center;
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.9rem 0;
  cursor: pointer;
}

.newsletter-wrapper .sib_signup_form {
  position: relative;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper {
  display: flex;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper .form-group {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  border-bottom: 1px solid #000;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper .form-group .form-control {
  border: none;
  width: 100%;
  height: 3.2rem;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  background-color: transparent;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper .form-group .form-control::placeholder {
  opacity: 1;
  color: #000;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper .form-group .form-control:focus-visible {
  outline: none;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper .newsletter-btn {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  right: 3rem;
}

.newsletter-wrapper .sib_signup_form .sib_signup_box_inside_1 .form-group-wrapper .newsletter-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.search-wrapper .toggle-search {
  cursor: pointer;
}
.search-wrapper .toggle-search.mobile {
  display: block;
}
@media (min-width: 992px) {
  .search-wrapper .toggle-search.mobile {
    display: none;
  }
}
.search-wrapper .toggle-search.desktop {
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper .toggle-search.desktop {
    display: block;
    color: #000000;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 113%;
    margin-right: 2.9rem;
  }
  .search-wrapper .toggle-search.desktop:hover {
    text-decoration: underline;
  }
}
.search-wrapper .search-form-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 1.5rem 2.8rem;
}
@media (min-width: 992px) {
  .search-wrapper .search-form-wrapper {
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
}
@media (min-width: 992px) {
  .search-wrapper .search-form-wrapper {
    padding: 0.4rem 1.5rem 5rem;
  }
}
.search-wrapper .search-form-wrapper .search-form {
  max-width: 49rem;
  margin-inline: auto;
}
.search-wrapper .search-form-wrapper .search-form .form-group {
  position: relative;
}
.search-wrapper .search-form-wrapper .search-form .form-group .input-group {
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  height: 3.2rem;
  padding: 0;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.search-wrapper .search-form-wrapper .search-form .form-group .input-group::placeholder {
  opacity: 1;
  color: #000000;
}
.search-wrapper .search-form-wrapper .search-form .form-group .input-group:focus-visible {
  outline: none;
}
.search-wrapper .search-form-wrapper .search-form .form-group .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.account-wrapper .account {
  cursor: pointer;
  display: block;
}
.account-wrapper .account .icon {
  display: block;
}
@media (min-width: 992px) {
  .account-wrapper .account .icon {
    display: none;
  }
}
.account-wrapper .account .text {
  display: none;
}
@media (min-width: 992px) {
  .account-wrapper .account .text {
    display: block;
    color: #000000;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 113%;
    margin-right: 2.9rem;
  }
  .account-wrapper .account .text:hover {
    text-decoration: underline;
  }
}

.cart-main-wrapper .cart {
  cursor: pointer;
  display: block;
}
.cart-main-wrapper .cart .icon {
  display: block;
}
@media (min-width: 992px) {
  .cart-main-wrapper .cart .icon {
    display: none;
  }
}
.cart-main-wrapper .cart .text {
  display: none;
}
@media (min-width: 992px) {
  .cart-main-wrapper .cart .text {
    display: block;
    color: #000000;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 113%;
    margin-right: 2.9rem;
  }
  .cart-main-wrapper .cart .text:hover {
    text-decoration: underline;
  }
}

.cart-wrapper {
  margin-right: 1.8rem;
  flex: 0 0 40%;
  width: 40%;
  position: relative;
}
.cart-wrapper .cart-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.cart-wrapper .cart-component {
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  display: flex !important;
  flex-direction: column;
  z-index: 1100000;
  transition: 0.4s ease-in-out;
}
.cart-wrapper .cart-component.active {
  right: 0;
}
.cart-wrapper .cart-component .cart-header {
  border-bottom: 1px solid #000000;
  padding: 1rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-wrapper .cart-component .cart-header h4 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 2.6rem;
  text-transform: uppercase;
}
.cart-wrapper .cart-component .cart-header span.num-of-items {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
}
.cart-wrapper .cart-component .cart-header .close-cart {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-transform: uppercase;
  cursor: pointer;
}
.cart-wrapper .cart-component .cart-body {
  overflow: hidden;
  border-bottom: 1.5px solid #f0f0f0;
  padding: 0 2.4rem;
  flex: 1;
}
.cart-wrapper .cart-component .cart-body h2.empty-cart-warning {
  display: none;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  padding: 20px 0;
  margin-bottom: 0;
}
.cart-wrapper .cart-component .cart-body h2.empty-cart-warning.active {
  display: block;
}
.cart-wrapper .cart-component .cart-body .products-wrapper {
  overflow: auto;
  padding: 2.5rem 0;
  max-height: 100%;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item:last-of-type {
  margin-bottom: 0;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .cart-product-img {
  margin-right: 2rem;
  flex: 0 0 calc(30% - 1rem);
  width: calc(30% - 1rem);
  max-width: 110px;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-title {
  max-width: 120px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-price {
  flex: 0 0 100%;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000000;
}
@media (min-width: 400px) {
  .cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-price {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
  }
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .product-price span {
  margin-left: 0.5rem;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 115px;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main {
  border: 1px solid #f0f0f0;
  line-height: 1;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  flex: 0 0 50%;
  width: 50%;
  color: #000000;
  text-align: center;
  line-height: 2.7rem;
  font-size: 1.1rem;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-plus,
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-minus {
  border: none;
  box-shadow: none;
  flex: 0 0 25%;
  width: 25%;
  font-size: 1.8rem;
  cursor: pointer;
  text-align: center;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-plus svg,
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .count-wrapper .input-group.quantity-main .cart-q-minus svg {
  fill: #000000;
}
.cart-wrapper .cart-component .cart-body .products-wrapper .product-item .product-data .delete-product {
  margin-left: auto;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  color: #000000;
}
.cart-wrapper .cart-component .cart-footer {
  padding: 2rem 2.4rem;
}
.cart-wrapper .cart-component .cart-footer .total-order {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-wrapper .cart-component .cart-footer .total-order .subtotal {
  font-size: 1.4rem;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.cart-wrapper .cart-component .cart-footer .total-order .total-price {
  font-size: 1.4rem;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.cart-wrapper .cart-component .cart-footer .total-order .total-price span {
  margin-left: 0.5rem;
}
.cart-wrapper .cart-component .cart-footer .cart-btn {
  display: block;
  width: 100%;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 1.9rem 0;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

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

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

.audio-wrapper .audio {
  cursor: pointer;
  width: 2.1rem;
  display: block;
}
.audio-wrapper .audio svg path {
  fill: #000000;
}
.audio-wrapper .audio-media {
  display: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  z-index: 10;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  header {
    padding: 0;
  }
}
header.header-home {
  background-color: transparent;
  border-bottom: none;
}
@media (min-width: 992px) {
  header.header-home {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media (min-width: 992px) {
  header.header-home.active-search .header-wrapper .header-action .search-wrapper .search-form-wrapper {
    background-color: #fff;
  }
}
header.header-home.active-search .header-wrapper .logo-wrapper .logo.regular img {
  filter: invert(0);
}
header.header-home.white-header {
  background-color: #fff;
}
header.header-home.white-header .header-wrapper .menu-wrapper .navbar-toggler span {
  background-color: #000000;
}
header.header-home.white-header .header-wrapper .menu-wrapper .search-wrapper .toggle-search.mobile svg path {
  stroke: #000000;
}
header.header-home.white-header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
  color: #000000;
}
header.header-home.white-header .header-wrapper .logo-wrapper .logo.regular img {
  filter: invert(0);
}
header.header-home.white-header .header-wrapper .header-action .search-wrapper .toggle-search.desktop {
  color: #000000;
}
header.header-home.white-header .header-wrapper .header-action .account-wrapper .account .icon svg path {
  stroke: #000000;
}
header.header-home.white-header .header-wrapper .header-action .account-wrapper .account .text {
  color: #000000;
}
header.header-home.white-header .header-wrapper .header-action .cart-main-wrapper .cart .icon svg path {
  stroke: #000000;
}
header.header-home.white-header .header-wrapper .header-action .cart-main-wrapper .cart .text {
  color: #000000;
}
header.header-home.white-header .header-wrapper .header-action .audio-wrapper .audio svg path {
  fill: #000000;
}
header.header-home .header-wrapper .menu-wrapper .navbar-toggler span {
  background-color: #fff;
}
header.header-home .header-wrapper .menu-wrapper .search-wrapper .toggle-search.mobile svg path {
  stroke: #fff;
}
@media (min-width: 992px) {
  header.header-home .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
    color: #fff;
  }
}
header.header-home .header-wrapper .logo-wrapper .logo.regular img {
  filter: invert(100%);
}
header.header-home .header-wrapper .header-action .search-wrapper .toggle-search.desktop {
  color: #fff;
}
header.header-home .header-wrapper .header-action .account-wrapper .account .icon svg path {
  stroke: #fff;
}
header.header-home .header-wrapper .header-action .account-wrapper .account .text {
  color: #fff;
}
header.header-home .header-wrapper .header-action .cart-main-wrapper .cart .icon svg path {
  stroke: #fff;
}
header.header-home .header-wrapper .header-action .cart-main-wrapper .cart .text {
  color: #fff;
}
header.header-home .header-wrapper .header-action .audio-wrapper .audio svg path {
  fill: #fff;
}
header.header-home.open-menu {
  background-color: #fff;
}
header.header-home.open-menu .header-wrapper .menu-wrapper .navbar-toggler span {
  background-color: #000000;
}
header.header-home.open-menu .header-wrapper .menu-wrapper .search-wrapper .toggle-search.mobile svg path {
  stroke: #000000;
}
header.header-home.open-menu .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
  color: #000000;
}
header.header-home.open-menu .header-wrapper .logo-wrapper .logo.regular img {
  filter: invert(0);
}
header.header-home.open-menu .header-wrapper .header-action .search-wrapper .toggle-search.desktop {
  color: #000000;
}
header.header-home.open-menu .header-wrapper .header-action .account-wrapper .account .icon svg path {
  stroke: #000000;
}
header.header-home.open-menu .header-wrapper .header-action .account-wrapper .account .text {
  color: #000000;
}
header.header-home.open-menu .header-wrapper .header-action .cart-main-wrapper .cart .icon svg path {
  stroke: #000000;
}
header.header-home.open-menu .header-wrapper .header-action .cart-main-wrapper .cart .text {
  color: #000000;
}
header.header-home.open-menu .header-wrapper .header-action .audio-wrapper .audio svg path {
  fill: #000000;
}
header.scrolled {
  background-color: #fff;
  padding: 0.4rem 0;
}
@media (min-width: 992px) {
  header.scrolled {
    padding: 0;
  }
}
header.scrolled .header-wrapper {
  align-items: center;
}
header.scrolled .header-wrapper .menu-wrapper .navbar-toggler span {
  background-color: #000000;
}
header.scrolled .header-wrapper .menu-wrapper .search-wrapper .toggle-search.mobile svg path {
  stroke: #000000;
}
header.scrolled .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
  color: #000000;
}
header.scrolled .header-wrapper .logo-wrapper .logo.regular {
  display: none;
}
header.scrolled .header-wrapper .logo-wrapper .logo.scrolled {
  display: block;
  max-width: 4.8rem;
  height: 6rem;
}
header.scrolled .header-wrapper .logo-wrapper .logo.scrolled img {
  height: 6rem;
}
header.scrolled .header-wrapper .header-action .search-wrapper .toggle-search.desktop {
  color: #000000;
}
header.scrolled .header-wrapper .header-action .account-wrapper .account .icon svg path {
  stroke: #000000;
}
header.scrolled .header-wrapper .header-action .account-wrapper .account .text {
  color: #000000;
}
header.scrolled .header-wrapper .header-action .cart-main-wrapper .cart .icon svg path {
  stroke: #000000;
}
header.scrolled .header-wrapper .header-action .cart-main-wrapper .cart .text {
  color: #000000;
}
header.scrolled .header-wrapper .header-action .audio-wrapper .audio svg path {
  fill: #000000;
}
header.open-menu .header-wrapper .menu-wrapper .main-menu-wrapper {
  left: 0;
}
header.active-search {
  background-color: #fff !important;
}
header.active-search .header-wrapper .menu-wrapper .navbar-toggler span {
  background-color: #000000;
}
header.active-search .header-wrapper .menu-wrapper .search-wrapper .toggle-search.mobile svg path {
  stroke: #000000;
}
header.active-search .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
  color: #000000;
}
header.active-search .header-wrapper .header-action .search-wrapper .toggle-search.desktop {
  color: #000000;
}
header.active-search .header-wrapper .header-action .account-wrapper .account .icon svg path {
  stroke: #000000;
}
header.active-search .header-wrapper .header-action .account-wrapper .account .text {
  color: #000000;
}
header.active-search .header-wrapper .header-action .cart-main-wrapper .cart .icon svg path {
  stroke: #000000;
}
header.active-search .header-wrapper .header-action .cart-main-wrapper .cart .text {
  color: #000000;
}
header.active-search .header-wrapper .header-action .audio-wrapper .audio svg path {
  fill: #000000;
}
header.active-search .header-wrapper .search-wrapper .search-form-wrapper {
  background-color: #fff;
  display: block;
}
header .header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  header .header-wrapper {
    align-items: center;
  }
}
header .header-wrapper .menu-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}
header .header-wrapper .menu-wrapper .navbar-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  position: relative;
  margin-right: 1.4rem;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .menu-wrapper .navbar-toggler span {
  display: block;
  width: 2.4rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  transition: transform 0.3s linear, opacity 0.2s linear;
}
header .header-wrapper .menu-wrapper .navbar-toggler span:nth-of-type(1) {
  top: 4px;
}
header .header-wrapper .menu-wrapper .navbar-toggler span:nth-of-type(2) {
  top: 50%;
}
header .header-wrapper .menu-wrapper .navbar-toggler span:nth-of-type(3) {
  bottom: 4px;
}
header .header-wrapper .menu-wrapper .navbar-toggler.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .header-wrapper .menu-wrapper .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-wrapper .menu-wrapper .navbar-toggler.active span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 2.4rem;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .search-wrapper {
    display: none;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper {
  position: absolute;
  top: 64.1px;
  left: -5000px;
  background: #fff;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 4rem 1.5rem 20rem;
  overflow-y: auto;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper {
    position: unset;
    height: auto;
    overflow-y: unset;
    padding: 0;
    background: transparent;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu {
  margin-bottom: 3.9rem;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu {
    display: flex;
    margin-bottom: 0;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item {
    padding: 2.5rem 0;
  }
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item:not(:last-of-type) {
    margin-right: 2.9rem;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item:hover .menu-link {
  text-decoration: underline;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item.active .menu-link {
  text-decoration: underline;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link {
    color: #000000;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 113%;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link .toggle-submenu {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link .toggle-submenu {
    display: none;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link .toggle-submenu svg {
  transition: 0.4s linear;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .menu-link .toggle-submenu.active svg {
  transform: rotate(180deg);
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper {
  display: none;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 110.3rem;
    height: 100vh;
    background-color: #fff;
    padding: 0 1.5rem 7rem;
    justify-content: space-between;
  }
}
@media (min-width: 1450px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper {
    padding: 0 2.5rem 7rem 3rem;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper {
    padding: 2.9rem 0;
    flex: 0 0 36.2rem;
    width: 36.2rem;
    overflow-y: auto;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu {
  margin-bottom: 3.9rem;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu {
    margin-bottom: 8rem;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu .collection-item:not(:last-of-type) {
  margin-bottom: 1.1rem;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu .collection-item .collection-link {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -1.56px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu .collection-item .collection-link {
    font-size: 3rem;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu .collection-item .collection-link:hover {
  text-decoration: underline;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .collection-menu .collection-item .collection-link.active {
  text-decoration: underline;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu {
    margin-bottom: 8rem;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item.label .submenu-link {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3.9rem;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item.label .submenu-link:hover {
  text-decoration: none;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item.label .submenu-link.active {
  text-decoration: none;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item .submenu-link {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item .submenu-link:hover {
  text-decoration: underline;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .submenu .submenu-item .submenu-link.active {
  text-decoration: underline;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .static-menu {
  display: none;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-list-wrapper .static-menu {
    display: block;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-image-wrapper {
  display: none;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-image-wrapper {
    display: block;
    flex: 0 0 58.6rem;
    width: 58.6rem;
    padding-top: 2.9rem;
  }
}
@media (min-width: 1450px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-image-wrapper {
    flex: 0 0 62.6rem;
    width: 62.6rem;
  }
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .main-menu .menu-item .submenu-wrapper .submenu-image-wrapper .submenu-image::after {
  padding-top: 118%;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item.label .static-link {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3.9rem;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item.label .static-link:hover {
  text-decoration: none;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item.label .static-link.active {
  text-decoration: none;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item .static-link {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 113%;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item .static-link:hover {
  text-decoration: underline;
}
header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu .static-item .static-link.active {
  text-decoration: underline;
}
@media (min-width: 992px) {
  header .header-wrapper .menu-wrapper .main-menu-wrapper .static-menu {
    display: none;
  }
}
header .header-wrapper .logo-wrapper {
  flex-shrink: 0;
}
header .header-wrapper .logo-wrapper .logo {
  display: block;
  max-width: 19.2rem;
}
@media (min-width: 768px) {
  header .header-wrapper .logo-wrapper .logo {
    max-width: 23.4rem;
  }
}
header .header-wrapper .logo-wrapper .logo.scrolled {
  display: none;
}
header .header-wrapper .header-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
header .header-wrapper .header-action .search-wrapper {
  display: none;
}
@media (min-width: 992px) {
  header .header-wrapper .header-action .search-wrapper {
    display: block;
  }
}
header .header-wrapper .header-action .audio-wrapper {
  display: none;
}
@media (min-width: 992px) {
  header .header-wrapper .header-action .audio-wrapper {
    display: block;
  }
}
header .header-wrapper .header-action .account-wrapper {
  margin-right: 1.4rem;
}
@media (min-width: 992px) {
  header .header-wrapper .header-action .account-wrapper {
    margin-right: 0;
  }
}

.contact-page {
  max-width: 82.5rem;
  margin-inline: auto;
  padding: 4.4rem 0 7.8rem;
}
@media (min-width: 992px) {
  .contact-page {
    padding: 10.7rem 0 18.4rem;
  }
}
.contact-page .contact-page-wrapper .contact-page-header {
  padding-bottom: 4.4rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-page .contact-page-wrapper .contact-page-header {
    padding-bottom: 8rem;
  }
}
.contact-page .contact-page-wrapper .contact-page-header .page-title {
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  line-height: 114%;
  letter-spacing: -1.56px;
}
@media (min-width: 992px) {
  .contact-page .contact-page-wrapper .contact-page-header .page-title {
    font-size: 4.4rem;
    line-height: 123%;
  }
}
.contact-page .contact-page-wrapper .contact-page-header .contact-info {
  max-width: 55.2rem;
  margin-inline: auto;
}
.contact-page .contact-page-wrapper .contact-page-header .contact-info p {
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
}
@media (min-width: 992px) {
  .contact-page .contact-page-wrapper .contact-page-header .contact-info p {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.contact-page .contact-page-wrapper .contact-page-header .contact-info p a {
  text-decoration: underline;
}
.contact-page .contact-page-wrapper .contact-form-wrapper {
  padding-top: 4.4rem;
  text-align: center;
  max-width: 55.2rem;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .contact-page .contact-page-wrapper .contact-form-wrapper {
    padding-top: 8rem;
  }
}
.contact-page .contact-page-wrapper .contact-form-wrapper .form-title {
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 114%;
  letter-spacing: -1.56px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .contact-page .contact-page-wrapper .contact-form-wrapper .form-title {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.contact-page .contact-page-wrapper .contact-form-wrapper .form-description {
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .contact-page .contact-page-wrapper .contact-form-wrapper .form-description {
    font-size: 1.6rem;
  }
}

footer .footer-top {
  border-top: 1px solid #f0f0f0;
  padding: 4.1rem 0;
}
@media (min-width: 1450px) {
  footer .footer-top .footer-top-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
footer .footer-top .footer-top-wrapper .newsletter-wrapper {
  margin-bottom: 4.1rem;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .newsletter-wrapper {
    width: 50%;
    text-align: start;
  }
}
@media (min-width: 1450px) {
  footer .footer-top .footer-top-wrapper .newsletter-wrapper {
    margin-bottom: 0;
    flex: 0 0 49rem;
    width: 49rem;
  }
}
footer .footer-top .footer-top-wrapper .menu-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper {
    width: auto;
  }
}
@media (min-width: 1450px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper {
    flex: 1;
    width: 100%;
  }
}
footer .footer-top .footer-top-wrapper .menu-wrapper .social-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper .social-menu {
    justify-content: flex-end;
    order: 1;
    margin-bottom: 3.2rem;
  }
}
footer .footer-top .footer-top-wrapper .menu-wrapper .social-menu .social-link {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}
footer .footer-top .footer-top-wrapper .menu-wrapper .social-menu .social-link:not(:last-of-type) {
  margin-right: 1.8rem;
}
footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu {
  text-align: center;
  order: 1;
  margin-bottom: 4.1rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.5rem;
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1265px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu .footer-item {
    flex: 0 1 auto;
    width: auto;
  }
}
footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu .footer-item:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu .footer-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu .footer-item.active .footer-link {
  text-decoration: underline;
}
footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu .footer-item:hover .footer-link {
  text-decoration: underline;
}
footer .footer-top .footer-top-wrapper .menu-wrapper .footer-menu .footer-item .footer-link {
  display: block;
  color: #000000;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
footer .footer-bottom {
  border-top: 1px solid #f0f0f0;
  padding: 4.1rem 0 4.8rem;
}
@media (min-width: 1265px) {
  footer .footer-bottom .footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .footer-bottom .footer-bottom-wrapper .copyright {
  color: #ababab;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (min-width: 1265px) {
  footer .footer-bottom .footer-bottom-wrapper .copyright {
    margin-bottom: 0;
  }
}
footer .footer-bottom .footer-bottom-wrapper .copyright span {
  padding: 0 1.2rem;
}
footer .footer-bottom .footer-bottom-wrapper .copyright a {
  color: #ababab;
  text-decoration: underline;
  transition: 0.4s linear;
}
footer .footer-bottom .footer-bottom-wrapper .copyright a:hover {
  color: #000000;
}
footer .footer-bottom .footer-bottom-wrapper .footer-action .payment-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 992px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-action .payment-wrapper {
    gap: 2.4rem;
  }
}
footer .footer-bottom .footer-bottom-wrapper .footer-action .payment-wrapper .payment-icon {
  flex: 0 1 auto;
  margin: 0;
}
footer .footer-bottom .footer-bottom-wrapper .footer-action .payment-wrapper .payment-icon img {
  width: 100%;
  height: 100%;
  min-height: 3.5rem;
}

/*# sourceMappingURL=contact.css.map */
