@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  font-size: 16px;
}

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

body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #000;
}
body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: initial;
  transition: 0.4s;
}
a.disabled, a:disabled {
  color: #C7C7C7;
  pointer-events: none;
  opacity: 1;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-wrap {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 86.5rem;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 109rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.25rem;
  }
}

@media (max-width: 767px) {
  .col {
    padding: 0 1.25rem;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.divider {
  border-bottom: 1px solid #000;
  width: 100%;
}

.modal-backdrop {
  background-color: #000;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.modal-backdrop.show {
  opacity: 0.75;
  visibility: visible;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", sans-serif;
  color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 3.375rem;
  line-height: 4rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

h2, .h2 {
  font-size: 2.125rem;
  line-height: 2.75rem;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 2.375rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.lead {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

.text-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header {
  padding: 1.313rem 0 0;
}
@media (max-width: 767px) {
  .header {
    padding: 1.4rem 0 0;
  }
}
.header.menu-open .header-nav {
  transform: translateX(0);
}
.header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .header .container {
    padding: 0 0.625rem;
  }
}
.header .logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .header .logo-wrap {
    flex: 1;
  }
}
.header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .logo::after {
  content: "";
  border-right: 1px solid #000;
  display: inline-block;
  margin: 0 0.625rem;
}
@media (max-width: 991px) {
  .header .logo::after {
    display: none;
  }
}
.header .logo img {
  width: 20.313rem;
}
@media (max-width: 767px) {
  .header .logo img {
    width: 14.75rem;
  }
}
.header p {
  margin-bottom: 0;
  font-size: 1.563rem;
  line-height: 1.563rem;
}
@media (max-width: 767px) {
  .header p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.header .header-button {
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 600;
  color: #5F5F5F;
  margin-left: 3.2rem;
}
@media (max-width: 767px) {
  .header .header-button {
    margin-left: 1.9rem;
  }
}
.header .header-button:first-child {
  margin-left: 0;
}
.header .header-button .icon {
  position: relative;
  width: 2rem;
  height: 2.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -0.1rem;
}
.header .header-button .icon .items-number {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #7E57C6;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  top: -0.3rem;
  right: -0.9rem;
}
.header .header-button svg path {
  transition: 0.4s;
}
.header .header-button:hover {
  color: #000;
}
.header .header-button:hover svg path {
  fill: #000;
}
.header .header-button:disabled, .header .header-button.disabled {
  color: #C7C7C7;
  pointer-events: none;
}
.header .header-button:disabled svg path, .header .header-button.disabled svg path {
  fill: #C7C7C7;
}
.header .header-button:disabled .items-number, .header .header-button.disabled .items-number {
  background-color: #C7C7C7;
}
.header .header-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1919px) {
  .header .header-buttons {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .header .header-buttons {
    margin-right: 0.375rem;
  }
}
.header .divider {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .header .divider {
    margin-top: 1.3rem;
  }
}
.header .header-nav {
  position: fixed;
  inset: 0;
  transition: 0.4s;
  transform: translateX(100%);
  overflow: hidden;
  background-color: #000;
  overflow: auto;
  z-index: 1000;
}
.header .nav-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.125rem 3.2rem 1.125rem 2.5rem;
}
@media (max-width: 767px) {
  .header .nav-head {
    padding: 1.125rem 1.1rem 1.125rem 0.6rem;
  }
}
.header .nav-head p {
  color: #fff;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .header .nav-head p {
    max-width: 6.2rem;
    margin-top: 0;
    line-height: 1rem;
  }
}
.header .nav-head .header-nav-logo {
  display: block;
  max-width: 6.9rem;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .header .nav-head .header-nav-logo {
    margin-right: 0.6rem;
  }
}
.header .nav-head .btn-close {
  margin-left: auto;
  opacity: 0.8;
  padding: 0;
  transition: 0.4s;
  width: auto;
  height: auto;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: center;
  box-shadow: none;
}
.header .nav-head .btn-close:hover {
  opacity: 1;
}
.header .nav-head .btn-close:disabled, .header .nav-head .btn-close.disabled {
  opacity: 0.15;
  pointer-events: none;
}
.header .nav-head .btn-close svg {
  margin-bottom: 0.25rem;
}
.header .menu {
  max-width: 35.8rem;
  margin: 0 auto;
  padding: 4.6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .header .menu {
    max-width: 23rem;
    padding: 5.5rem 1rem 5.5rem 2.4rem;
  }
}
.header .menu li {
  font-size: 5.25rem;
  line-height: 5.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .header .menu li {
    font-size: 3.375rem;
    line-height: 3.375rem;
    margin-bottom: 3.2rem;
  }
}
.header .menu li a {
  color: rgba(255, 255, 255, 0.8);
}
.header .menu li:hover a, .header .menu li:focus a, .header .menu li.selected a {
  color: #fff;
}
.header .menu li:disabled a, .header .menu li.disabled a {
  color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.footer {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 1.3rem;
  }
}
.footer h2 {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .footer h2 {
    margin-bottom: 0.625rem;
  }
}
.footer .container {
  position: relative;
  padding-top: 4.6rem;
}
@media (max-width: 1199px) {
  .footer .container {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding: 3.2rem 1.9rem 0;
  }
}
.footer .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75rem;
  right: 0.75rem;
  border-top: 1px solid #000;
}
.footer .row {
  padding-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .footer .row {
    padding-bottom: 3rem;
  }
}
.footer .col {
  padding: 0 1.125rem;
}
@media (max-width: 1919px) {
  .footer .col {
    padding: 0 0.75rem;
  }
}
.footer .col--join {
  display: flex;
  flex-direction: column;
  padding-right: 10.2rem;
  flex: 0 0 35.6%;
  max-width: 35.6%;
  padding-top: 0.1rem;
}
@media (max-width: 1919px) {
  .footer .col--join {
    padding-right: 7.9rem;
    flex: 0 0 41.6%;
    max-width: 41.6%;
  }
}
@media (max-width: 1439px) {
  .footer .col--join {
    padding-right: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .footer .col--join {
    padding-right: 0.75rem;
  }
}
@media (max-width: 991px) {
  .footer .col--join {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .col--join h3 {
  margin-bottom: 1rem;
}
.footer .footer-social {
  margin-top: 3.1rem;
}
@media (max-width: 991px) {
  .footer .footer-social {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-social {
    margin-bottom: 6.4rem;
  }
}
.footer .footer-social h4 {
  margin-bottom: 1.25rem;
}
.footer .footer-social .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer-social a {
  font-size: 2.125rem;
  display: block;
  color: #5F5F5F;
  margin-right: 4.3rem;
}
@media (max-width: 1199px) {
  .footer .footer-social a {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-social a {
    margin-right: 4.3rem;
  }
}
.footer .footer-social a:last-child {
  margin-right: 0;
}
.footer .footer-social a:hover {
  color: #000;
}
.footer .footer-social a:disabled, .footer .footer-social a.disabled {
  color: #C7C7C7;
}
.footer .footer-bottom-nav {
  border-top: 1px solid #000;
  padding-top: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .footer-bottom-nav {
    margin: 0 -1.25rem;
    padding: 1.9rem 1rem 0;
  }
}
.footer .footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 26%;
  max-width: 26%;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer .footer-menu {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 991px) {
  .footer .footer-menu {
    flex: 0 0 50%;
    max-width: 50%;
    order: 3;
  }
}
@media (max-width: 767px) {
  .footer .footer-menu {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 1.875rem;
  }
}
.footer .footer-menu li {
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .footer .footer-menu li {
    margin: 0 0.625rem;
  }
}
.footer .footer-menu li::after {
  content: "|";
  display: inline-block;
  margin-left: 1.25rem;
}
.footer .footer-menu li:last-child::after {
  display: none;
}
.footer .footer-menu li a {
  position: relative;
  color: #5F5F5F;
}
.footer .footer-menu li a::after {
  content: "";
  position: absolute;
  top: 100%;
  border-bottom: 1px solid #000;
  left: 0;
  right: 0;
  margin-top: 0.313rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.footer .footer-menu li:hover a {
  color: #000;
}
.footer .footer-menu li:hover a::after {
  visibility: visible;
  opacity: 1;
}
.footer .copyright {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000;
  margin-bottom: 0;
  flex: 0 0 26%;
  max-width: 26%;
}
@media (max-width: 1199px) {
  .footer .copyright {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 991px) {
  .footer .copyright {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer .members {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer .members {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 1.875rem;
  }
}
.footer .members h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .footer .members h6 {
    margin-left: 0;
  }
}
.footer .members .member-logo {
  display: block;
  margin: 0 1.25rem;
}
@media (max-width: 1199px) {
  .footer .members .member-logo {
    margin: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer .members .member-logo {
    margin: 0 1.25rem;
  }
}
.footer .members .member-logo:last-child {
  margin-right: 0;
}

.link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #5F5F5F;
}
.link:hover {
  color: #000;
}
.link:hover svg path {
  fill: #000;
}
.link:disabled, .link.disabled {
  color: #C7C7C7;
  pointer-events: none;
}
.link:disabled svg path, .link.disabled svg path {
  fill: #C7C7C7;
}
.link .icon {
  transition: 0.4s;
}
.link .icon svg path {
  transition: 0.4s;
}
.link--arrow-right .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  margin-left: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.link--arrow-right:hover .icon {
  transform: translateX(0.625rem);
}
.link--arrow-left .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  margin-right: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.link--arrow-left:hover .icon {
  transform: translateX(-0.625rem);
}
.link--large {
  font-size: 2.125rem;
  line-height: 2.75rem;
  font-weight: 400;
  align-items: center;
}
.link--large .icon {
  width: 2.25rem;
  flex: 0 0 2.25rem;
  height: 2.25rem;
}

a:disabled, a.disabled, button:disabled, button.disabled {
  pointer-events: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
  text-align: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
  transition: 0.4s;
}
.btn svg path {
  transition: 0.4s;
}
.btn--outline-grey {
  border-color: #5F5F5F;
  background-color: transparent;
  color: #5F5F5F;
}
.btn--outline-grey:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn--outline-grey:hover svg path {
  fill: #fff;
}
.btn--outline-grey.disabled, .btn--outline-grey:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  pointer-events: none;
  opacity: 1;
}
.btn--outline-grey.disabled svg path, .btn--outline-grey:disabled svg path {
  fill: #C7C7C7;
}
.btn--icon-right .icon {
  margin-left: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.btn--icon-left .icon {
  margin-right: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.btn--grey {
  background-color: rgba(0, 0, 0, 0.07);
  color: #5F5F5F;
}
.btn--grey:hover, .btn--grey:focus, .btn--grey:active {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}
.btn--grey:hover svg path, .btn--grey:focus svg path, .btn--grey:active svg path {
  fill: #fff;
}
.btn--grey:first-child:active, .btn--grey:not(.btn-check):active {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}
.btn--grey:first-child:active svg path, .btn--grey:not(.btn-check):active svg path {
  fill: #fff;
}
.btn--black {
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #000;
}
.btn--black:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.btn--icon-hover {
  white-space: nowrap;
}
.btn--icon-hover .icon {
  height: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 0;
  overflow: hidden;
  transition: 0.4s;
}
.btn--icon-hover:hover {
  background-color: #000;
  color: #fff;
}
.btn--icon-hover:hover .icon {
  width: 1.125rem;
  flex: 0 0 1.125rem;
  margin-left: 1.25rem;
}

.works-card .card-image {
  display: block;
  width: 100%;
  margin-bottom: 3.188rem;
}
@media (max-width: 1919px) {
  .works-card .card-image {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .works-card .card-image {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .works-card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 17.6rem;
  }
}
.works-card h2 {
  margin-bottom: 1.125rem;
  max-width: 32rem;
}
@media (max-width: 1919px) {
  .works-card h2 {
    margin-right: -1rem;
    max-width: 36rem;
  }
}
@media (max-width: 767px) {
  .works-card h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
}
.works-card p {
  max-width: 33rem;
}
@media (max-width: 767px) {
  .works-card p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-right: 0.9rem;
  }
}
@media (max-width: 767px) {
  .works-card p br {
    display: none;
  }
}
.works-card .card-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3.188rem;
}
@media (max-width: 767px) {
  .works-card .card-nav {
    margin-top: auto;
    margin-right: -1rem;
  }
}
.works-card .card-nav .link {
  margin-right: 2.9rem;
}
@media (max-width: 767px) {
  .works-card .card-nav .link {
    margin-right: 4rem;
  }
}
.works-card .card-nav .link:last-child {
  margin-right: 0;
}

.form-control {
  border: 1px solid #5F5F5F;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
  -webkit-border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -ms-border-radius: 0.313rem;
  border-radius: 0.313rem;
  height: 2.75rem;
  padding: 0.75rem 0.625rem;
  box-shadow: none;
  outline: none;
  color: #000;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #000;
}
.form-control::placeholder {
  color: #5F5F5F;
}
.form-control:disabled, .form-control.disabled {
  border-color: #C7C7C7;
  background-color: transparent;
  color: #C7C7C7;
}
.form-control:disabled::placeholder, .form-control.disabled::placeholder {
  color: #C7C7C7;
}
.form-control:invalid {
  border-color: #ED4337;
}
.form-control:invalid ~ .error-message {
  visibility: visible;
  opacity: 1;
}

textarea.form-control {
  height: 9.5rem;
  padding-top: 0.625rem;
}

.error-message {
  color: #ED4337;
  position: absolute;
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 0;
  margin-top: 0.313rem;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.input-group {
  position: relative;
}
.input-group .btn-submit {
  position: absolute;
  padding: 0;
  border: 0;
  font-size: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: transparent;
  color: #5F5F5F;
  z-index: 10;
  transition: 0.4s;
}
.input-group .form-control {
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .input-group .form-control {
    padding-left: 0.875rem;
  }
}
.input-group .form-control:focus ~ .btn-submit, .input-group .form-control:active ~ .btn-submit {
  color: #000;
}
.input-group .form-control:disabled ~ .btn-submit, .input-group .form-control.disabled ~ .btn-submit {
  color: #C7C7C7;
  pointer-events: none;
}
.input-group .form-control:invalid ~ .btn-submit {
  color: #C7C7C7;
  pointer-events: none;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 5.5rem;
  border-bottom-right-radius: 5.5rem;
}

.custom-select {
  border: 1px solid #5F5F5F;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
  -webkit-border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -ms-border-radius: 0.313rem;
  border-radius: 0.313rem;
  height: 2.75rem;
  padding: 0.75rem 0.625rem;
  box-shadow: none;
  outline: none;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 2.98438C5.74219 2.67969 6.23438 2.67969 6.51562 2.98438L11.0156 7.48438C11.3203 7.76562 11.3203 8.25781 11.0156 8.53906C10.7344 8.84375 10.2422 8.84375 9.96094 8.53906L6 4.57812L2.01562 8.53906C1.73438 8.84375 1.24219 8.84375 0.960938 8.53906C0.65625 8.25781 0.65625 7.76562 0.960938 7.48438L5.46094 2.98438Z' fill='%235F5F5F'/%3E%3Cpath d='M5.46094 22.0391L0.960938 17.5391C0.65625 17.2578 0.65625 16.7656 0.960938 16.4844C1.24219 16.1797 1.73438 16.1797 2.01562 16.4844L6 20.4453L9.96094 16.4844C10.2422 16.1797 10.7344 16.1797 11.0156 16.4844C11.3203 16.7656 11.3203 17.2578 11.0156 17.5391L6.51562 22.0391C6.23438 22.3438 5.74219 22.3438 5.46094 22.0391Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 1rem);
  transition: 0.4s;
  cursor: pointer;
}
.custom-select:hover, .custom-select:active {
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 2.98438C5.74219 2.67969 6.23438 2.67969 6.51562 2.98438L11.0156 7.48438C11.3203 7.76562 11.3203 8.25781 11.0156 8.53906C10.7344 8.84375 10.2422 8.84375 9.96094 8.53906L6 4.57812L2.01562 8.53906C1.73438 8.84375 1.24219 8.84375 0.960938 8.53906C0.65625 8.25781 0.65625 7.76562 0.960938 7.48438L5.46094 2.98438Z' fill='%23000000'/%3E%3Cpath d='M5.46094 22.0391L0.960938 17.5391C0.65625 17.2578 0.65625 16.7656 0.960938 16.4844C1.24219 16.1797 1.73438 16.1797 2.01562 16.4844L6 20.4453L9.96094 16.4844C10.2422 16.1797 10.7344 16.1797 11.0156 16.4844C11.3203 16.7656 11.3203 17.2578 11.0156 17.5391L6.51562 22.0391C6.23438 22.3438 5.74219 22.3438 5.46094 22.0391Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}

.quantity-input {
  position: relative;
}
.quantity-input .form-control {
  height: 2.75rem;
  padding: 0.625rem 1.7rem 0.625rem 0.5rem;
  border-color: #5F5F5F;
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
  flex: 0 0 4.8rem;
  max-width: 4.8rem;
  font-size: 1rem;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.quantity-input .form-control:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
}
.quantity-input .form-control::-webkit-outer-spin-button, .quantity-input .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input .form-control:hover, .quantity-input .form-control:active {
  border-color: #000;
}
.quantity-input .form-control:hover ~ .arrow-up, .quantity-input .form-control:active ~ .arrow-up {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 0.984375C5.74219 0.679688 6.23438 0.679688 6.51562 0.984375L11.0156 5.48438C11.3203 5.76562 11.3203 6.25781 11.0156 6.53906C10.7344 6.84375 10.2422 6.84375 9.96094 6.53906L6 2.57812L2.01562 6.53906C1.73438 6.84375 1.24219 6.84375 0.960938 6.53906C0.65625 6.25781 0.65625 5.76562 0.960938 5.48438L5.46094 0.984375Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.quantity-input .form-control:hover ~ .arrow-down, .quantity-input .form-control:active ~ .arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.25C5.29688 6.25 5.11719 6.17969 4.96094 6.03906L0.460938 1.53906C0.320312 1.38281 0.25 1.20312 0.25 1C0.25 0.796875 0.320312 0.617188 0.460938 0.460938C0.617188 0.320312 0.796875 0.25 1 0.25C1.20312 0.25 1.38281 0.320312 1.53906 0.460938L5.5 4.44531L9.46094 0.460938C9.61719 0.320312 9.79688 0.25 10 0.25C10.2031 0.25 10.3828 0.320312 10.5391 0.460938C10.6797 0.617188 10.75 0.796875 10.75 1C10.75 1.20312 10.6797 1.38281 10.5391 1.53906L6.03906 6.03906C5.88281 6.17969 5.70312 6.25 5.5 6.25Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.quantity-input .arrow {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  padding: 0;
  background-color: transparent;
  z-index: 10;
  right: 0.9rem;
  transition: 0.4s;
  cursor: pointer;
}
.quantity-input .arrow-up {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 0.984375C5.74219 0.679688 6.23438 0.679688 6.51562 0.984375L11.0156 5.48438C11.3203 5.76562 11.3203 6.25781 11.0156 6.53906C10.7344 6.84375 10.2422 6.84375 9.96094 6.53906L6 2.57812L2.01562 6.53906C1.73438 6.84375 1.24219 6.84375 0.960938 6.53906C0.65625 6.25781 0.65625 5.76562 0.960938 5.48438L5.46094 0.984375Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  top: 0.625rem;
}
.quantity-input .arrow-up:hover, .quantity-input .arrow-up:active, .quantity-input .arrow-up.active {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 0.984375C5.74219 0.679688 6.23438 0.679688 6.51562 0.984375L11.0156 5.48438C11.3203 5.76562 11.3203 6.25781 11.0156 6.53906C10.7344 6.84375 10.2422 6.84375 9.96094 6.53906L6 2.57812L2.01562 6.53906C1.73438 6.84375 1.24219 6.84375 0.960938 6.53906C0.65625 6.25781 0.65625 5.76562 0.960938 5.48438L5.46094 0.984375Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.quantity-input .arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.25C5.29688 6.25 5.11719 6.17969 4.96094 6.03906L0.460938 1.53906C0.320312 1.38281 0.25 1.20312 0.25 1C0.25 0.796875 0.320312 0.617188 0.460938 0.460938C0.617188 0.320312 0.796875 0.25 1 0.25C1.20312 0.25 1.38281 0.320312 1.53906 0.460938L5.5 4.44531L9.46094 0.460938C9.61719 0.320312 9.79688 0.25 10 0.25C10.2031 0.25 10.3828 0.320312 10.5391 0.460938C10.6797 0.617188 10.75 0.796875 10.75 1C10.75 1.20312 10.6797 1.38281 10.5391 1.53906L6.03906 6.03906C5.88281 6.17969 5.70312 6.25 5.5 6.25Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  bottom: 0.625rem;
}
.quantity-input .arrow-down:hover, .quantity-input .arrow-down:active, .quantity-input .arrow-down.active {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.25C5.29688 6.25 5.11719 6.17969 4.96094 6.03906L0.460938 1.53906C0.320312 1.38281 0.25 1.20312 0.25 1C0.25 0.796875 0.320312 0.617188 0.460938 0.460938C0.617188 0.320312 0.796875 0.25 1 0.25C1.20312 0.25 1.38281 0.320312 1.53906 0.460938L5.5 4.44531L9.46094 0.460938C9.61719 0.320312 9.79688 0.25 10 0.25C10.2031 0.25 10.3828 0.320312 10.5391 0.460938C10.6797 0.617188 10.75 0.796875 10.75 1C10.75 1.20312 10.6797 1.38281 10.5391 1.53906L6.03906 6.03906C5.88281 6.17969 5.70312 6.25 5.5 6.25Z' fill='%23000'/%3E%3C/svg%3E%0A");
}

.form-group {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 1.25rem;
  }
}
.form-group label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  font-weight: 600;
  margin-bottom: 0.313rem;
}
.form-group .form-control {
  padding: 0.75rem 0.5rem;
}

.form-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.form-check .form-check-input {
  width: 1.313rem;
  height: 1.313rem;
  flex: 0 0 1.313rem;
  border: 1px solid #000;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-left: 0;
  margin-top: -0.25rem;
  margin-right: 0.75rem;
}
.form-check .form-check-input:checked {
  background-color: #000;
}
.form-check .form-check-label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  flex: 1;
}

.form-control {
  border: 1px solid #5F5F5F;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
  -webkit-border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -ms-border-radius: 0.313rem;
  border-radius: 0.313rem;
  height: 2.75rem;
  padding: 0.75rem 0.625rem;
  box-shadow: none;
  outline: none;
  color: #000;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #000;
}
.form-control::placeholder {
  color: #5F5F5F;
}
.form-control:disabled, .form-control.disabled {
  border-color: #C7C7C7;
  background-color: transparent;
  color: #C7C7C7;
}
.form-control:disabled::placeholder, .form-control.disabled::placeholder {
  color: #C7C7C7;
}
.form-control:invalid {
  border-color: #ED4337;
}
.form-control:invalid ~ .error-message {
  visibility: visible;
  opacity: 1;
}

textarea.form-control {
  height: 9.5rem;
  padding-top: 0.625rem;
}

.error-message {
  color: #ED4337;
  position: absolute;
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 0;
  margin-top: 0.313rem;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.input-group {
  position: relative;
}
.input-group .btn-submit {
  position: absolute;
  padding: 0;
  border: 0;
  font-size: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: transparent;
  color: #5F5F5F;
  z-index: 10;
  transition: 0.4s;
}
.input-group .form-control {
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .input-group .form-control {
    padding-left: 0.875rem;
  }
}
.input-group .form-control:focus ~ .btn-submit, .input-group .form-control:active ~ .btn-submit {
  color: #000;
}
.input-group .form-control:disabled ~ .btn-submit, .input-group .form-control.disabled ~ .btn-submit {
  color: #C7C7C7;
  pointer-events: none;
}
.input-group .form-control:invalid ~ .btn-submit {
  color: #C7C7C7;
  pointer-events: none;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 5.5rem;
  border-bottom-right-radius: 5.5rem;
}

.custom-select {
  border: 1px solid #5F5F5F;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
  -webkit-border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -ms-border-radius: 0.313rem;
  border-radius: 0.313rem;
  height: 2.75rem;
  padding: 0.75rem 0.625rem;
  box-shadow: none;
  outline: none;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 2.98438C5.74219 2.67969 6.23438 2.67969 6.51562 2.98438L11.0156 7.48438C11.3203 7.76562 11.3203 8.25781 11.0156 8.53906C10.7344 8.84375 10.2422 8.84375 9.96094 8.53906L6 4.57812L2.01562 8.53906C1.73438 8.84375 1.24219 8.84375 0.960938 8.53906C0.65625 8.25781 0.65625 7.76562 0.960938 7.48438L5.46094 2.98438Z' fill='%235F5F5F'/%3E%3Cpath d='M5.46094 22.0391L0.960938 17.5391C0.65625 17.2578 0.65625 16.7656 0.960938 16.4844C1.24219 16.1797 1.73438 16.1797 2.01562 16.4844L6 20.4453L9.96094 16.4844C10.2422 16.1797 10.7344 16.1797 11.0156 16.4844C11.3203 16.7656 11.3203 17.2578 11.0156 17.5391L6.51562 22.0391C6.23438 22.3438 5.74219 22.3438 5.46094 22.0391Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 1rem);
  transition: 0.4s;
  cursor: pointer;
}
.custom-select:hover, .custom-select:active {
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 2.98438C5.74219 2.67969 6.23438 2.67969 6.51562 2.98438L11.0156 7.48438C11.3203 7.76562 11.3203 8.25781 11.0156 8.53906C10.7344 8.84375 10.2422 8.84375 9.96094 8.53906L6 4.57812L2.01562 8.53906C1.73438 8.84375 1.24219 8.84375 0.960938 8.53906C0.65625 8.25781 0.65625 7.76562 0.960938 7.48438L5.46094 2.98438Z' fill='%23000000'/%3E%3Cpath d='M5.46094 22.0391L0.960938 17.5391C0.65625 17.2578 0.65625 16.7656 0.960938 16.4844C1.24219 16.1797 1.73438 16.1797 2.01562 16.4844L6 20.4453L9.96094 16.4844C10.2422 16.1797 10.7344 16.1797 11.0156 16.4844C11.3203 16.7656 11.3203 17.2578 11.0156 17.5391L6.51562 22.0391C6.23438 22.3438 5.74219 22.3438 5.46094 22.0391Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}

.quantity-input {
  position: relative;
}
.quantity-input .form-control {
  height: 2.75rem;
  padding: 0.625rem 1.7rem 0.625rem 0.5rem;
  border-color: #5F5F5F;
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
  flex: 0 0 4.8rem;
  max-width: 4.8rem;
  font-size: 1rem;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.quantity-input .form-control:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
}
.quantity-input .form-control::-webkit-outer-spin-button, .quantity-input .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input .form-control:hover, .quantity-input .form-control:active {
  border-color: #000;
}
.quantity-input .form-control:hover ~ .arrow-up, .quantity-input .form-control:active ~ .arrow-up {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 0.984375C5.74219 0.679688 6.23438 0.679688 6.51562 0.984375L11.0156 5.48438C11.3203 5.76562 11.3203 6.25781 11.0156 6.53906C10.7344 6.84375 10.2422 6.84375 9.96094 6.53906L6 2.57812L2.01562 6.53906C1.73438 6.84375 1.24219 6.84375 0.960938 6.53906C0.65625 6.25781 0.65625 5.76562 0.960938 5.48438L5.46094 0.984375Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.quantity-input .form-control:hover ~ .arrow-down, .quantity-input .form-control:active ~ .arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.25C5.29688 6.25 5.11719 6.17969 4.96094 6.03906L0.460938 1.53906C0.320312 1.38281 0.25 1.20312 0.25 1C0.25 0.796875 0.320312 0.617188 0.460938 0.460938C0.617188 0.320312 0.796875 0.25 1 0.25C1.20312 0.25 1.38281 0.320312 1.53906 0.460938L5.5 4.44531L9.46094 0.460938C9.61719 0.320312 9.79688 0.25 10 0.25C10.2031 0.25 10.3828 0.320312 10.5391 0.460938C10.6797 0.617188 10.75 0.796875 10.75 1C10.75 1.20312 10.6797 1.38281 10.5391 1.53906L6.03906 6.03906C5.88281 6.17969 5.70312 6.25 5.5 6.25Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.quantity-input .arrow {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  padding: 0;
  background-color: transparent;
  z-index: 10;
  right: 0.9rem;
  transition: 0.4s;
  cursor: pointer;
}
.quantity-input .arrow-up {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 0.984375C5.74219 0.679688 6.23438 0.679688 6.51562 0.984375L11.0156 5.48438C11.3203 5.76562 11.3203 6.25781 11.0156 6.53906C10.7344 6.84375 10.2422 6.84375 9.96094 6.53906L6 2.57812L2.01562 6.53906C1.73438 6.84375 1.24219 6.84375 0.960938 6.53906C0.65625 6.25781 0.65625 5.76562 0.960938 5.48438L5.46094 0.984375Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  top: 0.625rem;
}
.quantity-input .arrow-up:hover, .quantity-input .arrow-up:active, .quantity-input .arrow-up.active {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46094 0.984375C5.74219 0.679688 6.23438 0.679688 6.51562 0.984375L11.0156 5.48438C11.3203 5.76562 11.3203 6.25781 11.0156 6.53906C10.7344 6.84375 10.2422 6.84375 9.96094 6.53906L6 2.57812L2.01562 6.53906C1.73438 6.84375 1.24219 6.84375 0.960938 6.53906C0.65625 6.25781 0.65625 5.76562 0.960938 5.48438L5.46094 0.984375Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.quantity-input .arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.25C5.29688 6.25 5.11719 6.17969 4.96094 6.03906L0.460938 1.53906C0.320312 1.38281 0.25 1.20312 0.25 1C0.25 0.796875 0.320312 0.617188 0.460938 0.460938C0.617188 0.320312 0.796875 0.25 1 0.25C1.20312 0.25 1.38281 0.320312 1.53906 0.460938L5.5 4.44531L9.46094 0.460938C9.61719 0.320312 9.79688 0.25 10 0.25C10.2031 0.25 10.3828 0.320312 10.5391 0.460938C10.6797 0.617188 10.75 0.796875 10.75 1C10.75 1.20312 10.6797 1.38281 10.5391 1.53906L6.03906 6.03906C5.88281 6.17969 5.70312 6.25 5.5 6.25Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  bottom: 0.625rem;
}
.quantity-input .arrow-down:hover, .quantity-input .arrow-down:active, .quantity-input .arrow-down.active {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.25C5.29688 6.25 5.11719 6.17969 4.96094 6.03906L0.460938 1.53906C0.320312 1.38281 0.25 1.20312 0.25 1C0.25 0.796875 0.320312 0.617188 0.460938 0.460938C0.617188 0.320312 0.796875 0.25 1 0.25C1.20312 0.25 1.38281 0.320312 1.53906 0.460938L5.5 4.44531L9.46094 0.460938C9.61719 0.320312 9.79688 0.25 10 0.25C10.2031 0.25 10.3828 0.320312 10.5391 0.460938C10.6797 0.617188 10.75 0.796875 10.75 1C10.75 1.20312 10.6797 1.38281 10.5391 1.53906L6.03906 6.03906C5.88281 6.17969 5.70312 6.25 5.5 6.25Z' fill='%23000'/%3E%3C/svg%3E%0A");
}

.form-group {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 1.25rem;
  }
}
.form-group label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  font-weight: 600;
  margin-bottom: 0.313rem;
}
.form-group .form-control {
  padding: 0.75rem 0.5rem;
}

.form-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.form-check .form-check-input {
  width: 1.313rem;
  height: 1.313rem;
  flex: 0 0 1.313rem;
  border: 1px solid #000;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-left: 0;
  margin-top: -0.25rem;
  margin-right: 0.75rem;
}
.form-check .form-check-input:checked {
  background-color: #000;
}
.form-check .form-check-label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  flex: 1;
}

.shows-card {
  margin-bottom: 8.7rem;
}
@media (max-width: 1919px) {
  .shows-card {
    margin-bottom: 9.3rem;
  }
}
@media (max-width: 1199px) {
  .shows-card {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .shows-card {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .shows-card {
    padding: 0 0.625rem;
    border-bottom: 1px solid #000;
    margin-bottom: 6.3rem;
  }
}
.shows-card .card-image {
  width: 100%;
  height: 40.375rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1919px) {
  .shows-card .card-image {
    height: 36.1rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .shows-card .card-image {
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .shows-card .card-image {
    height: 22.1rem;
    margin-bottom: 1.875rem;
  }
}
.shows-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shows-card h2 {
  margin-bottom: 1.25rem;
}
.shows-card .card-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4.7rem;
}
@media (max-width: 1919px) {
  .shows-card .card-nav {
    margin-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .shows-card .card-nav {
    margin-top: 3.2rem;
    margin-right: -0.25rem;
    justify-content: space-between;
  }
}
.shows-card .card-nav .link {
  margin-right: 2.8rem;
}
@media (max-width: 767px) {
  .shows-card .card-nav .link {
    margin-right: 1rem;
  }
}
.shows-card .card-nav .link:last-child {
  margin-right: 0;
}
.shows-card .card-content {
  border-bottom: 1px solid #000;
  padding-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .shows-card .card-content {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .shows-card p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.shows-card--full-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 4.6rem;
}
@media (max-width: 1919px) {
  .shows-card--full-width {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .shows-card--full-width {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .shows-card--full-width {
    padding: 0 0.625rem;
  }
}
.shows-card--full-width .card-image {
  flex: 0 0 40.375rem;
  max-width: 40.375rem;
  margin-right: 3.1rem;
  margin-bottom: 0;
  height: auto;
  min-height: 40.375rem;
}
@media (max-width: 1919px) {
  .shows-card--full-width .card-image {
    flex: 0 0 36.1rem;
    max-width: 36.1rem;
    margin-right: 2.9rem;
    min-height: 36.1rem;
  }
}
@media (max-width: 1199px) {
  .shows-card--full-width .card-image {
    flex: 0 0 28rem;
    max-width: 28rem;
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .shows-card--full-width .card-image {
    height: 25rem;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .shows-card--full-width .card-image {
    height: 21.8rem;
    margin-bottom: 1.875rem;
  }
}
.shows-card--full-width .card-content {
  flex: 1;
  margin-top: -0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1919px) {
  .shows-card--full-width .card-content {
    margin-top: 0rem;
  }
}
.shows-card--full-width h2 {
  margin-bottom: 1rem;
}
@media (max-width: 1919px) {
  .shows-card--full-width h2 {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px) {
  .shows-card--full-width h2 {
    margin-bottom: 1.4rem;
  }
}
.shows-card--full-width .card-nav {
  margin-top: auto;
}
@media (max-width: 767px) {
  .shows-card--full-width .card-nav {
    margin-top: 2.1rem;
  }
}

.nav-tabs {
  border-bottom: 1px solid #000;
  padding-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .nav-tabs {
    border-bottom: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.nav-tabs .nav-item {
  margin-right: 2.95rem;
}
@media (max-width: 1439px) {
  .nav-tabs .nav-item {
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .nav-tabs .nav-item {
    margin: 0 auto 3.15rem;
  }
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .nav-tabs .nav-item:last-child {
    margin: 0 auto;
  }
}
.nav-tabs .nav-link {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #888888;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}
.nav-tabs .nav-link:hover {
  color: #000;
}
.nav-tabs .nav-link.active {
  color: #000;
}

.shop-preview-card {
  display: block;
  width: 20.313rem;
}
@media (max-width: 1439px) {
  .shop-preview-card {
    max-width: 18.75rem;
    flex: 0 0 18.75rem;
  }
}
@media (max-width: 1199px) {
  .shop-preview-card {
    max-width: 17.5rem;
    flex: 0 0 17.5rem;
  }
}
@media (max-width: 767px) {
  .shop-preview-card {
    max-width: 20.313rem;
  }
}
.shop-preview-card .card-image {
  position: relative;
  width: 100%;
  height: 20.313rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1439px) {
  .shop-preview-card .card-image {
    height: 18.75rem;
  }
}
@media (max-width: 1199px) {
  .shop-preview-card .card-image {
    height: 17.5rem;
  }
}
@media (max-width: 767px) {
  .shop-preview-card .card-image {
    height: 20.313rem;
  }
}
.shop-preview-card .card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-preview-card .card-image .buy-on {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  max-width: 9.125rem;
  margin: 0 auto;
}
.shop-preview-card h4 {
  line-height: 1.5rem;
  color: #5F5F5F;
}

.music-card {
  border: 1px solid #000;
  padding: 1.25rem 1.25rem 0.875rem;
  margin-bottom: 1.2rem;
}
.music-card figure {
  margin-bottom: 0;
}
.music-card figure figcaption {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1.1rem;
}
.music-card h4 {
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .music-card h4 {
    line-height: 1.5rem;
    margin-bottom: 0.4rem;
  }
}

.download-card {
  border: 1px solid #000;
  padding: 1.3rem 1.2rem 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .download-card {
    padding: 1.188rem 1.2rem 1.188rem;
  }
}
.download-card .file-size {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.2rem;
}
.download-card .btn {
  margin-top: auto;
}
@media (max-width: 767px) {
  .download-card .btn {
    padding-top: 0.563rem;
    padding-bottom: 0.563rem;
  }
}
@media (max-width: 767px) {
  .download-card h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.375rem;
  }
}

.shop-sidebar {
  width: 17.7rem;
  padding-right: 0.75rem;
}
@media (max-width: 1439px) {
  .shop-sidebar {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .shop-sidebar {
    position: fixed;
    transition: 0.4s;
    transform: translateY(100%);
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    background-color: #fff;
    overflow: hidden;
    inset: 0;
    top: 10.25rem;
    z-index: 1000;
    padding: 5.7rem 1.2rem 1.938rem;
    overflow-y: auto;
  }
}
.shop-sidebar h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .shop-sidebar h5 {
    margin-bottom: 1.875rem;
  }
}
.shop-sidebar h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .shop-sidebar h6 {
    margin-bottom: 2rem;
  }
}
.shop-sidebar .sidebar-item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .shop-sidebar .sidebar-item {
    padding-bottom: 2.35rem;
    margin-bottom: 1rem;
  }
}
.shop-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .shop-sidebar .sidebar-item:last-child {
    border-bottom: 1px solid #000;
  }
}
.shop-sidebar .sidebar-item li {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .shop-sidebar .sidebar-item li {
    margin-bottom: 1.875rem;
  }
}
.shop-sidebar .sidebar-item li:last-child {
  margin-bottom: 0;
}
.shop-sidebar .sidebar-item li a {
  color: #5F5F5F;
}
.shop-sidebar .sidebar-item li a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .shop-sidebar.show {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .shop-sidebar .btn-close {
    background: none;
    padding: 0;
    opacity: 1;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    position: absolute;
    right: 1.5rem;
    top: 1.9rem;
    color: #5F5F5F;
    transition: 0.4s;
  }
}
@media (max-width: 991px) {
  .shop-sidebar .btn-close:hover {
    color: #000;
  }
}
.shop-sidebar .btn-close:hover svg path {
  fill: #000;
}
@media (max-width: 991px) {
  .shop-sidebar .btn-close .icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-left: 0.875rem;
  }
}
.shop-sidebar .btn-close svg path {
  transition: 0.4s;
}

.product-card {
  border: 1px solid #000;
  padding: 0.563rem 0.625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1919px) {
  .product-card {
    margin-bottom: 1.25rem;
  }
}
.product-card .product-image {
  width: 100%;
  height: 16.688rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .product-card .product-image {
    height: 20.5rem;
    margin-bottom: 0.75rem;
  }
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card h4 {
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
.product-card p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-card .price-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  width: 100%;
  height: 2.75rem;
}
.product-card .price-wrap .price {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000;
}
.product-card .btn {
  width: 100%;
  margin-top: 0.5rem;
}
.product-card .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 14.6rem;
}
@media (max-width: 991px) {
  .product-card .product-info {
    min-height: 13.4rem;
  }
}
.product-card .form-group {
  width: 100%;
  margin-top: -0.1rem;
  margin-bottom: 1.25rem;
}
.product-card .form-group label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.375rem;
}
.product-card .form-group .custom-select {
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  border-radius: 5.5rem;
  height: 2.125rem;
  padding: 0.375rem 0.725rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
}
.product-card .quantity-input {
  flex: 1;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.product-card .quantity-input .form-control {
  margin-left: auto;
}

.section-page-title {
  padding-top: 6.3rem;
}
@media (max-width: 1199px) {
  .section-page-title {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .section-page-title {
    padding-top: 3.063rem;
  }
}
.section-page-title h1 {
  padding-right: 2rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 1919px) {
  .section-page-title h1 {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .section-page-title h1 {
    margin-bottom: 2.5rem;
  }
}
.section-page-title .divider {
  margin-top: 6.125rem;
}
@media (max-width: 1199px) {
  .section-page-title .divider {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .section-page-title .divider {
    margin-top: 2.85rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (max-width: 767px) {
  .section-page-title .container {
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-page-title .link {
    display: none;
  }
}

.section-our-work {
  padding-top: 4.1rem;
  padding-bottom: 2.7rem;
}
@media (max-width: 1919px) {
  .section-our-work {
    padding-top: 3.2rem;
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 1199px) {
  .section-our-work {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-our-work {
    padding-top: 2.5rem;
    padding-bottom: 1.85rem;
  }
}
.section-our-work .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4.063rem;
}
@media (max-width: 1919px) {
  .section-our-work .title {
    margin-bottom: 4.9rem;
  }
}
@media (max-width: 1199px) {
  .section-our-work .title {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .title {
    margin-bottom: 2.5rem;
    align-items: flex-end;
  }
}
.section-our-work .title .link {
  margin-left: auto;
  margin-right: -0.3rem;
}
@media (max-width: 767px) {
  .section-our-work .title .link {
    margin-bottom: 0.2rem;
  }
}
.section-our-work .title h2 {
  margin-bottom: 0;
}
.section-our-work .works-slider .slick-list {
  overflow: visible;
}
.section-our-work .works-slider .works-card {
  margin-right: 13rem;
  max-width: 52.875rem;
}
@media (max-width: 1919px) {
  .section-our-work .works-slider .works-card {
    max-width: 34.625rem;
    margin-right: 8.5rem;
  }
}
@media (max-width: 1199px) {
  .section-our-work .works-slider .works-card {
    max-width: 30rem;
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .works-slider .works-card {
    max-width: 19.6rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 1919px) {
  .section-our-work .works-slider .works-card--small {
    max-width: 27.5rem;
  }
}
@media (max-width: 1199px) {
  .section-our-work .works-slider .works-card--small {
    max-width: 27.3rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .works-slider .works-card--small {
    max-width: 16.4rem;
  }
}
@media (max-width: 1919px) {
  .section-our-work .works-slider .works-card--small .card-image {
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .works-slider .works-card--small .card-image {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .works-slider .works-card--small p {
    margin-right: -0.9rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .works-slider .works-card--small .link {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .section-our-work .works-slider .works-card--small .link:last-child {
    margin-right: 0;
  }
}

.section-shows {
  padding-top: 3.2rem;
  padding-bottom: 3.8rem;
}
@media (max-width: 1919px) {
  .section-shows {
    padding-bottom: 6.2rem;
  }
}
@media (max-width: 767px) {
  .section-shows {
    padding-bottom: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .section-shows .container {
    max-width: 80.7rem;
  }
}
@media (min-width: 1900px) {
  .section-shows .container {
    max-width: 90.2rem;
  }
}
@media (max-width: 767px) {
  .section-shows .container {
    padding: 0 0.625rem;
  }
}
.section-shows .title {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-shows .title {
    margin-bottom: 2.4rem;
  }
}
.section-shows .col {
  padding: 0 3.938rem;
}
@media (max-width: 1919px) {
  .section-shows .col {
    padding: 0 3.563rem;
  }
}
@media (max-width: 1439px) {
  .section-shows .col {
    padding: 0 2.5rem;
  }
}
@media (max-width: 1199px) {
  .section-shows .col {
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-shows .col {
    padding: 0 0.625rem;
  }
}
.section-shows .col:nth-child(2) {
  margin-top: 7rem;
}
@media (max-width: 1919px) {
  .section-shows .col:nth-child(2) {
    margin-top: 6.3rem;
  }
}
@media (max-width: 1199px) {
  .section-shows .col:nth-child(2) {
    margin-top: 4.5rem;
  }
}
@media (max-width: 991px) {
  .section-shows .col:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 1919px) {
  .section-shows .col:last-child .shows-card {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-shows .col:last-child .shows-card {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-shows .col:last-child .shows-card .card-content {
    border-bottom: 0;
  }
}
.section-shows .row {
  margin: 0 -3.938rem;
}
@media (max-width: 1919px) {
  .section-shows .row {
    margin: 0 -3.563rem;
  }
}
@media (max-width: 1439px) {
  .section-shows .row {
    margin: 0 -2.5rem;
  }
}
@media (max-width: 1199px) {
  .section-shows .row {
    margin: 0 -1.25rem;
  }
}
@media (max-width: 767px) {
  .section-shows .row {
    margin: 0 -0.625rem;
  }
}

.section-tabs {
  padding-top: 3.1rem;
  padding-bottom: 6.1rem;
}
@media (max-width: 1439px) {
  .section-tabs {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .section-tabs {
    padding-top: 1.25rem;
    padding-bottom: 6.2rem;
  }
}
.section-tabs .title {
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .section-tabs .title {
    margin-bottom: 1.8rem;
  }
}
.section-tabs .title h2 {
  margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .section-tabs .title h2 {
    font-size: 2.125rem;
    line-height: 4rem;
    margin-bottom: 1.2rem;
  }
}
.section-tabs .title p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section-tabs .title p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .section-tabs .title p:last-child {
    margin-bottom: 0;
  }
}
.section-tabs .title p a {
  color: #5F5F5F;
  border-bottom: 1px solid #5F5F5F;
}
.section-tabs .title p a:hover {
  color: #000;
  border-bottom-color: #000;
}
.section-tabs .title p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .section-tabs .tabs-wrap {
    position: fixed;
    transform: translateY(100%);
    transition: 0.4s;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    background-color: #fff;
    overflow: hidden;
    inset: 0;
    top: 4.9rem;
    z-index: 1000;
    padding-top: 7.4rem;
    overflow-y: auto;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .section-tabs .tabs-wrap.show {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .section-tabs .tabs-wrap .btn-close {
    background: none;
    padding: 0;
    opacity: 1;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    position: absolute;
    right: 1.5rem;
    top: 1.9rem;
    color: #5F5F5F;
    transition: 0.4s;
  }
}
@media (max-width: 991px) {
  .section-tabs .tabs-wrap .btn-close:hover {
    color: #000;
  }
}
.section-tabs .tabs-wrap .btn-close:hover svg path {
  fill: #000;
}
@media (max-width: 991px) {
  .section-tabs .tabs-wrap .btn-close .icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-left: 0.875rem;
  }
}
.section-tabs .tabs-wrap .btn-close svg path {
  transition: 0.4s;
}
@media (max-width: 767px) {
  .section-tabs .row {
    margin: 0 -0.625rem;
  }
}
.section-tabs .link {
  margin-top: 1.375rem;
}
@media (max-width: 991px) {
  .section-tabs .link {
    margin-top: 0;
  }
}
.section-tabs h1 {
  margin-bottom: 3.1rem;
}
@media (max-width: 991px) {
  .section-tabs h1 {
    margin-bottom: 1.25rem;
    line-height: 3.375rem;
  }
}
@media (max-width: 767px) {
  .section-tabs .col {
    padding: 0 0.625rem;
  }
}
.section-tabs .col--tabs {
  padding-left: 2.9rem;
}
@media (max-width: 1919px) {
  .section-tabs .col--tabs {
    flex: 0 0 69.3%;
    max-width: 69.3%;
  }
}
@media (max-width: 1439px) {
  .section-tabs .col--tabs {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 1199px) {
  .section-tabs .col--tabs {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .section-tabs .col--tabs {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 991px) {
  .section-tabs .col--nav {
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3.125rem;
  }
}
.section-tabs .bottom-nav {
  margin-top: 6.1rem;
}
@media (max-width: 1919px) {
  .section-tabs .bottom-nav {
    margin-top: 9.2rem;
  }
}
@media (max-width: 991px) {
  .section-tabs .bottom-nav {
    margin-top: 6.1rem;
  }
}
.section-tabs .bottom-nav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1400px) and (max-width: 1899px) {
  .section-tabs .bottom-nav .container {
    max-width: 72.1rem;
  }
}
.section-tabs .bottom-nav .link {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 991px) {
  .section-tabs .tabs-menu-btn {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.125rem;
    line-height: 2.75rem;
    font-weight: 700;
    color: #5F5F5F;
    margin-left: auto;
    padding: 0;
  }
}
.section-tabs .tabs-menu-btn:hover svg path {
  fill: #000;
}
@media (max-width: 991px) {
  .section-tabs .tabs-menu-btn svg {
    margin-left: 1.6rem;
  }
}
.section-tabs .tabs-menu-btn svg path {
  transition: 0.4s;
}
@media (max-width: 1439px) {
  .section-tabs--two {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .section-tabs--two {
    padding-bottom: 5.3rem;
  }
}
@media (max-width: 1919px) {
  .section-tabs--two .col--tabs {
    flex: 0 0 41.8%;
    max-width: 41.8%;
  }
}
@media (max-width: 1439px) {
  .section-tabs--two .col--tabs {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .section-tabs--two .col--tabs {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .section-tabs--two .col--tabs {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-tabs--two .nav-tabs .nav-item {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .section-tabs--two .nav-tabs .nav-item {
    margin: 0 auto 3.15rem;
  }
}
.section-tabs--two .bottom-nav {
  margin-top: 7.45rem;
}
@media (max-width: 767px) {
  .section-tabs--two .bottom-nav {
    margin-top: 6.15rem;
  }
}
.section-tabs--two .bottom-nav .container {
  justify-content: center;
  position: relative;
  padding-top: 6.3rem;
}
@media (min-width: 1400px) {
  .section-tabs--two .bottom-nav .container {
    max-width: 86.5rem;
  }
}
@media (min-width: 1900px) {
  .section-tabs--two .bottom-nav .container {
    max-width: 109rem;
  }
}
@media (max-width: 1439px) {
  .section-tabs--two .bottom-nav .container {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .section-tabs--two .bottom-nav .container {
    padding-top: 0;
  }
}
.section-tabs--two .bottom-nav .container::before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 0;
}
@media (max-width: 767px) {
  .section-tabs--two .bottom-nav .container::before {
    display: none;
  }
}
.section-tabs--two .bottom-nav .link {
  margin: 0 7.3rem;
}
@media (max-width: 767px) {
  .section-tabs--two .bottom-nav .link {
    margin: 0 auto;
  }
}
.section-tabs--two .bottom-nav .link:first-child {
  margin-left: 0;
}
.section-tabs--two .bottom-nav .link:last-child {
  margin-right: 0;
}

.section-about {
  padding-top: 4.4rem;
}
@media (max-width: 991px) {
  .section-about {
    padding-top: 3.125rem;
  }
}
@media (max-width: 1919px) {
  .section-about .row {
    margin-left: -2.5rem;
  }
}
@media (max-width: 1439px) {
  .section-about .row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}
.section-about .col--image {
  flex: 0 0 47.3%;
  max-width: 47.3%;
  text-align: center;
}
@media (max-width: 1919px) {
  .section-about .col--image {
    padding-top: 2.1rem;
    flex: 0 0 49.3%;
    max-width: 49.3%;
  }
}
@media (max-width: 1199px) {
  .section-about .col--image {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .section-about .col--image {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .section-about .col--image > img {
    width: 100%;
    max-height: 30rem;
    object-fit: cover;
  }
}
.section-about .col--image .btn {
  margin-top: 1.8rem;
}
@media (max-width: 991px) {
  .section-about .col--image h4 {
    text-align: left;
    width: 100%;
  }
}
.section-about .col--content {
  flex: 0 0 48%;
  max-width: 48%;
  margin-left: auto;
  padding-right: 1.3rem;
}
@media (max-width: 1919px) {
  .section-about .col--content {
    flex: 0 0 46.3%;
    max-width: 46.3%;
    padding-right: 4rem;
  }
}
@media (max-width: 1439px) {
  .section-about .col--content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 1199px) {
  .section-about .col--content {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 991px) {
  .section-about .col--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-about .col--content > h4 {
  margin-bottom: 5.1rem;
}
@media (max-width: 1199px) {
  .section-about .col--content > h4 {
    margin-bottom: 2.5rem;
  }
}
.section-about .col--content p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .section-about .col--content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-about .col--content p {
    margin-bottom: 2.5rem;
  }
}
.section-about .col--content h2 {
  margin-bottom: 3.5rem;
}
@media (max-width: 1919px) {
  .section-about .col--content h2 {
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 1199px) {
  .section-about .col--content h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-about .col--content h2 {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
}
.section-about .social {
  margin-top: 6.7rem;
}
@media (max-width: 1919px) {
  .section-about .social {
    margin-top: 6.3rem;
  }
}
@media (max-width: 1199px) {
  .section-about .social {
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .section-about .social {
    margin-top: 6.3rem;
  }
}
.section-about .social h4 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-about .social h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.section-about .social .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.section-about .social .social-links a {
  font-size: 2.1rem;
  margin-right: 4.35rem;
  color: #5F5F5F;
}
.section-about .social .social-links a:last-child {
  margin-right: 0;
}
.section-about .social .social-links a:hover {
  color: #000;
}
.section-about .social .social-links a.disabled, .section-about .social .social-links a:disabled {
  pointer-events: none;
  color: #C7C7C7;
}
@media (max-width: 1919px) {
  .section-about--two .row {
    margin-left: -0.75rem;
  }
}
@media (max-width: 1919px) {
  .section-about--two .col--image {
    padding-top: 0;
    flex: 0 0 50.3%;
    max-width: 50.3%;
  }
}
@media (max-width: 991px) {
  .section-about--two .col--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1919px) {
  .section-about--two .col--content {
    flex: 0 0 47.3%;
    max-width: 47.3%;
  }
}
@media (max-width: 991px) {
  .section-about--two .col--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1919px) {
  .section-about--two .col--content h2 {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 767px) {
  .section-about--two .col--content h2 {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 1919px) {
  .section-about--two .social {
    margin-top: 4.4rem;
  }
}
@media (max-width: 767px) {
  .section-about--two .social {
    margin-top: 3.3rem;
  }
}

.section-shop-preview {
  padding-bottom: 5.75rem;
}
@media (max-width: 1919px) {
  .section-shop-preview {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 991px) {
  .section-shop-preview {
    padding-bottom: 6rem;
  }
}
.section-shop-preview .container {
  padding-top: 6.25rem;
  position: relative;
}
@media (min-width: 1900px) {
  .section-shop-preview .container {
    padding: 6.25rem 9.8rem 0;
  }
}
@media (max-width: 1919px) {
  .section-shop-preview .container {
    padding: 3.2rem 7.9rem 0;
  }
}
@media (max-width: 1439px) {
  .section-shop-preview .container {
    padding: 3.2rem 2rem 0;
  }
}
@media (max-width: 1199px) {
  .section-shop-preview .container {
    padding: 3.2rem 1rem 0;
  }
}
@media (max-width: 767px) {
  .section-shop-preview .container {
    padding: 3.2rem 1.25rem 0;
  }
}
.section-shop-preview .container .divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-shop-preview .row {
  align-items: center;
}
.section-shop-preview .shop-preview-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-shop-preview .shop-preview-slider {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .section-shop-preview .shop-preview-slider {
    margin-right: -7.1rem;
  }
}
.section-shop-preview .shop-preview-slider .shop-preview-card {
  margin-left: 1.25rem;
}
.section-shop-preview .shop-preview-slider .shop-preview-card:first-child {
  margin-left: 0;
}
.section-shop-preview .link {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .section-shop-preview .link {
    margin-top: 5.7rem;
  }
}
@media (max-width: 767px) {
  .section-shop-preview .col {
    padding: 0 1.25rem;
  }
}
.section-shop-preview .col--title {
  padding-left: 1.1rem;
  padding-bottom: 4.6rem;
}
@media (max-width: 1919px) {
  .section-shop-preview .col--title {
    padding-left: 0.8rem;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .section-shop-preview .col--title {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .section-shop-preview .col--title {
    padding: 0 1.25rem 1.875rem;
  }
}
.section-shop-preview .col--title h2 {
  margin-bottom: 3.125rem;
}
@media (max-width: 991px) {
  .section-shop-preview .col--title h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-shop-preview .col--cards {
    padding-right: 0;
  }
}

.section-synopsis {
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .section-synopsis {
    padding-top: 3rem;
  }
}
.section-synopsis .container {
  padding-left: 0;
  padding-right: 0.625rem;
}
@media (max-width: 767px) {
  .section-synopsis .container {
    padding: 0;
  }
}
.section-synopsis .big-image {
  display: block;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .section-synopsis .big-image {
    margin-bottom: 3.1rem;
  }
}
.section-synopsis .col {
  padding: 0 2.813rem;
  margin-bottom: 5.35rem;
}
@media (max-width: 1199px) {
  .section-synopsis .col {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .section-synopsis .col {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .section-synopsis .col {
    margin-bottom: 3.6rem;
  }
}
.section-synopsis .col:first-child {
  margin-bottom: 4.7rem;
}
@media (max-width: 991px) {
  .section-synopsis .col:first-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-synopsis .col:first-child {
    margin-bottom: 0.7rem;
  }
}
.section-synopsis .col:last-child {
  margin-bottom: 0;
}
.section-synopsis .row {
  margin: 0 -0.3rem 0 1rem;
  justify-content: center;
}
@media (max-width: 1199px) {
  .section-synopsis .row {
    margin: 0 -1rem;
  }
}
@media (max-width: 767px) {
  .section-synopsis .row {
    margin: 0 0.25rem;
  }
}
.section-synopsis p {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
@media (max-width: 767px) {
  .section-synopsis p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.section-synopsis h2 {
  font-size: 3.375rem;
  line-height: 4rem;
  margin-bottom: 6.2rem;
}
@media (max-width: 991px) {
  .section-synopsis h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-synopsis h2 {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
}
.section-synopsis .content-wrap {
  width: 73.4%;
  padding-right: 3.4rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 1199px) {
  .section-synopsis .content-wrap {
    padding: 0 2rem;
    width: 90%;
  }
}
@media (max-width: 991px) {
  .section-synopsis .content-wrap {
    padding: 0 3rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-synopsis .content-wrap {
    padding: 1.6rem 1rem;
    margin-bottom: 2.1rem;
  }
}
.section-synopsis .content-wrap h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .section-synopsis .content-wrap h2 {
    margin-bottom: 6.3rem;
  }
}
.section-synopsis .content-wrap p {
  margin-bottom: 2.5rem;
}
.section-synopsis .bottom-nav {
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .section-synopsis .bottom-nav {
    padding: 0 1.2rem;
    margin-top: 4.3rem;
  }
}

.section-music {
  padding-top: 3.1rem;
  position: relative;
}
.section-music .container {
  position: static;
}
@media (min-width: 1400px) {
  .section-music .container {
    max-width: 72.3rem;
  }
}
.section-music .divider {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  width: auto;
  display: block;
  margin-bottom: 3.2rem;
}
@media (max-width: 1199px) {
  .section-music .divider {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .section-music .divider {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.section-music .row {
  margin: 0 -0.625rem;
}
.section-music .col {
  padding: 0 0.625rem;
}
@media (max-width: 991px) {
  .section-music .col:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-music .col {
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .section-music .col:last-child {
    margin-bottom: 0;
  }
}
.section-music .col > h4 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-music .col > h4 {
    margin-bottom: 1.2rem;
  }
}
.section-music h2 {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .section-music h2 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
}
.section-music .bottom-nav {
  margin-top: 5.2rem;
}
.section-music .bottom-nav .container {
  padding: 0;
}
.section-music .bottom-nav .container::before {
  display: none;
}

.section-media {
  padding-top: 3.2rem;
}
@media (min-width: 1400px) {
  .section-media .container {
    max-width: 72.3rem;
  }
}
.section-media .video-wrap {
  max-width: 56.25rem;
  margin: 0 auto;
  height: 31.625rem;
}
@media (max-width: 767px) {
  .section-media .video-wrap {
    margin: 0 -0.7rem;
    height: 13.225rem;
  }
}
.section-media .bottom-nav {
  margin-top: 6.4rem;
}
.section-media .bottom-nav .container {
  padding-top: 0;
}
.section-media .bottom-nav .container::before {
  display: none;
}
.section-media .title {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .section-media .title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .section-media .title h2 {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 767px) {
  .section-media .title p {
    line-height: 1.75rem;
  }
}

.section-downloads {
  padding-top: 3.1rem;
}
@media (min-width: 1400px) {
  .section-downloads .container {
    max-width: 72.2rem;
  }
}
@media (max-width: 767px) {
  .section-downloads .title {
    margin-bottom: 1.2rem;
  }
}
.section-downloads h2 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-downloads h2 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
}
.section-downloads .col {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.section-downloads .col:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-downloads .col:nth-last-child(-n+2) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-downloads .col:last-child {
    margin-bottom: 0;
  }
}
.section-downloads .row {
  margin: 0 -0.625rem 3.1rem;
}
.section-downloads .row:last-child {
  margin-bottom: 0;
}
.section-downloads .bottom-nav {
  margin-top: 6.2rem;
}

.section-perform {
  padding-top: 3.2rem;
}
@media (min-width: 1400px) {
  .section-perform .container {
    max-width: 72.2rem;
  }
}
.section-perform > .container {
  min-height: 45.1rem;
}
@media (max-width: 991px) {
  .section-perform > .container {
    min-height: 40rem;
  }
}
@media (max-width: 767px) {
  .section-perform > .container {
    min-height: 48.8rem;
  }
}
@media (max-width: 767px) {
  .section-perform .title h2 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767px) {
  .section-perform .title p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 767px) {
  .section-perform .bottom-nav .container {
    justify-content: center;
  }
}

.section-about-us {
  padding-top: 6.3rem;
  padding-bottom: 7.9rem;
}
@media (max-width: 1919px) {
  .section-about-us {
    padding-bottom: 8.7rem;
  }
}
@media (max-width: 1199px) {
  .section-about-us {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 991px) {
  .section-about-us {
    padding-top: 6.3rem;
    padding-bottom: 4.8rem;
  }
}
.section-about-us h1 {
  margin-bottom: 4rem;
}
@media (max-width: 1919px) {
  .section-about-us h1 {
    margin-bottom: 6.2rem;
  }
}
@media (max-width: 1199px) {
  .section-about-us h1 {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 991px) {
  .section-about-us h1 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991px) {
  .section-about-us .h1 {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
.section-about-us .our-founder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  max-width: 63rem;
  margin: 8.1rem auto 8.6rem;
}
@media (max-width: 1919px) {
  .section-about-us .our-founder {
    max-width: 63.7rem;
    margin: 9.4rem auto 8.5rem;
  }
}
@media (max-width: 1199px) {
  .section-about-us .our-founder {
    margin: 5rem auto 5rem;
  }
}
@media (max-width: 991px) {
  .section-about-us .our-founder {
    margin: 6.3rem auto 5.3rem;
  }
}
@media (max-width: 767px) {
  .section-about-us .our-founder {
    align-items: center;
  }
}
.section-about-us .our-founder > div {
  flex: 1;
}
.section-about-us .our-founder .founder-image {
  width: 20.313rem;
  height: 20.313rem;
  flex: 0 0 20.313rem;
  margin-right: 4.938rem;
}
@media (max-width: 991px) {
  .section-about-us .our-founder .founder-image {
    width: 18rem;
    height: 18rem;
    flex: 0 0 18rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-about-us .our-founder .founder-image {
    width: 8.375rem;
    height: 8.375rem;
    flex: 0 0 8.375rem;
    margin-right: 1.4rem;
  }
}
.section-about-us .our-founder .founder-info {
  padding-top: 10.4rem;
  padding-right: 3.3rem;
}
@media (max-width: 1919px) {
  .section-about-us .our-founder .founder-info {
    padding-right: 3.6rem;
  }
}
@media (max-width: 1199px) {
  .section-about-us .our-founder .founder-info {
    padding-top: 6rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .section-about-us .our-founder .founder-info {
    padding-top: 2rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-about-us .our-founder .founder-info {
    padding-top: 0;
  }
}
.section-about-us .our-founder .founder-info h3 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-about-us .our-founder .founder-info h3 {
    line-height: 2.75rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-about-us .our-founder .founder-info p {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-about-us .our-founder > .lead {
    margin-top: 3.1rem;
    line-height: 1.875rem;
  }
}
.section-about-us .our-mission {
  justify-content: center;
  padding: 0 5rem 0 5.5rem;
  margin-bottom: 5.4rem;
}
@media (max-width: 1919px) {
  .section-about-us .our-mission {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-about-us .our-mission {
    margin-bottom: 5.3rem;
  }
}
@media (max-width: 1919px) {
  .section-about-us .our-mission .col {
    flex: 0 0 66.9%;
    max-width: 66.9%;
  }
}
@media (max-width: 1199px) {
  .section-about-us .our-mission .col {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .section-about-us .our-mission .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-about-us .our-mission h2 {
  margin-bottom: 1.7rem;
}
@media (max-width: 991px) {
  .section-about-us .our-mission h2 {
    font-size: 3.375rem;
    line-height: 4rem;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section-about-us .our-mission p {
    line-height: 1.875rem;
  }
}
@media (max-width: 767px) {
  .section-about-us .big-image {
    display: block;
    margin: 0 -1.25rem;
    max-width: 130%;
    height: 14.1rem;
    object-fit: cover;
  }
}

.section-shop {
  padding-top: 5.7rem;
  padding-bottom: 5.6rem;
}
@media (max-width: 1919px) {
  .section-shop {
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .section-shop {
    padding-top: 6.2rem;
    padding-bottom: 4.1rem;
  }
}
@media (min-width: 1400px) {
  .section-shop .container {
    max-width: 81.6rem;
  }
}
@media (min-width: 1900px) {
  .section-shop .container {
    max-width: 90.3rem;
  }
}
.section-shop .title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .section-shop .title {
    margin-bottom: 1rem;
  }
}
.section-shop .title h1 {
  margin-bottom: 2.375rem;
}
@media (max-width: 991px) {
  .section-shop .title h1 {
    line-height: 3.375rem;
    margin-bottom: 1.3rem;
  }
}
.section-shop .title p {
  max-width: 58rem;
}
.section-shop .title p:last-of-type {
  margin-bottom: 0;
}
.section-shop .title p strong {
  font-weight: 600;
}
.section-shop .title .divider {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .section-shop .title .divider {
    margin-top: 3.2rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: auto;
  }
}
.section-shop h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.2rem;
}
.section-shop .col--products {
  padding-left: 2.1rem;
}
@media (max-width: 1919px) {
  .section-shop .col--products {
    padding-left: 1.6rem;
  }
}
@media (max-width: 991px) {
  .section-shop .col--products {
    padding: 1.3rem 1.25rem 0;
  }
}
@media (max-width: 991px) {
  .section-shop .col--products h3 {
    text-align: center;
  }
}
.section-shop .products-row {
  margin: 0 -1.25rem;
  padding-right: 6.1rem;
}
@media (max-width: 1919px) {
  .section-shop .products-row {
    margin: 0 -0.625rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1439px) {
  .section-shop .products-row {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-shop .products-row {
    margin: 0 -0.75rem;
  }
}
.section-shop .products-row .col {
  padding: 0 1.25rem;
}
@media (max-width: 1919px) {
  .section-shop .products-row .col {
    padding: 0 0.625rem;
  }
}
@media (max-width: 767px) {
  .section-shop .products-row .col {
    padding: 0 0.75rem;
  }
}
@media (max-width: 991px) {
  .section-shop .mobile-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
}
.section-shop .mobile-nav h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #5F5F5F;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.section-shop .mobile-nav h5 strong {
  font-weight: 600;
}
.section-shop .mobile-nav .sidebar-btn {
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.section-shop .mobile-nav .sidebar-btn svg path {
  transition: 0.4s;
}
.section-shop .mobile-nav .sidebar-btn:hover svg path {
  fill: #000;
}
@media (max-width: 991px) {
  .section-shop .mobile-nav .divider {
    margin-top: 1.125rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: auto;
    flex: 1;
    min-width: 100%;
  }
}

.section-shopping-cart {
  padding-top: 3.2rem;
}
.section-shopping-cart .title {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .section-shopping-cart .title {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 767px) {
  .section-shopping-cart .title h1 {
    font-size: 2.125rem;
    line-height: 3.375rem;
  }
}
@media (min-width: 1400px) {
  .section-shopping-cart .container {
    max-width: 81.6rem;
  }
}
.section-shopping-cart .cart-empty {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 31.9rem;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-empty {
    min-height: 24.6rem;
    padding-top: 2.9rem;
  }
}
.section-shopping-cart .cart-empty .btn {
  width: 13.1rem;
  padding: 0.563rem 1.25rem;
}
.section-shopping-cart .grey-box {
  background-color: #E4E4E4;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.125rem;
  height: 9rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 41.75rem;
  margin: 0 auto 1.3rem;
}
.section-shopping-cart .grey-box p {
  margin-bottom: 0;
}
.section-shopping-cart .cart-items-wrap {
  margin-top: 1.875rem;
}
.section-shopping-cart .cart-items-wrap .cart-items-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-items-wrap .cart-items-head {
    justify-content: space-between;
  }
}
.section-shopping-cart .cart-items-wrap .cart-items-head > div {
  flex: 1;
}
.section-shopping-cart .cart-items-wrap .cart-items-head > div:first-child {
  flex: 0 0 45.8%;
  max-width: 45.8%;
}
.section-shopping-cart .cart-items-wrap .cart-items-head > div:nth-child(2) {
  flex: 0 0 9.6%;
  max-width: 9.6%;
}
.section-shopping-cart .cart-items-wrap .cart-items-head > div:nth-child(3) {
  flex: 0 0 13.3%;
  max-width: 13.3%;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-items-wrap .cart-items-head > div:last-child {
    text-align: right;
  }
}
.section-shopping-cart .cart-product {
  border: 1px solid #000;
  padding: 0.563rem 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  position: relative;
}
.section-shopping-cart .cart-product:last-child {
  margin-bottom: 0;
}
.section-shopping-cart .cart-product h4 {
  margin-bottom: 0;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product h4 {
    margin-bottom: 0.188rem;
  }
}
.section-shopping-cart .cart-product .details {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.section-shopping-cart .cart-product .product-price {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  flex: 0 0 9.5%;
  max-width: 9.5%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .product-price {
    margin-left: 5rem;
    padding-right: 0;
    max-width: 81%;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-product .product-price {
    font-size: 1.125rem;
  }
}
.section-shopping-cart .cart-product .product-title-wrap {
  padding-right: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 45.7%;
  max-width: 45.7%;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .product-title-wrap {
    padding-right: 4.4rem;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-start;
  }
}
.section-shopping-cart .cart-product .product-title-wrap .product-name {
  flex: 1;
}
.section-shopping-cart .cart-product .product-title-wrap .product-image {
  flex: 0 0 7.75rem;
  max-width: 7.75rem;
  height: 7.75rem;
  margin-right: 1.313rem;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-product .product-title-wrap .product-image {
    flex: 0 0 4.313rem;
    max-width: 4.313rem;
    height: 4.313rem;
    margin-right: 0.75rem;
  }
}
.section-shopping-cart .cart-product .product-title-wrap .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-shopping-cart .cart-product .quantity-wrap {
  flex: 0 0 13.8%;
  max-width: 13.8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .quantity-wrap {
    justify-content: flex-end;
    margin-left: auto;
    flex: 0 0 6.813rem;
    max-width: 6.813rem;
  }
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .quantity-wrap .form-control {
    max-width: 6.813rem;
    padding-right: 2.1rem;
  }
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .subtotal {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    padding: 0;
    flex: auto;
    max-width: 100%;
    text-align: right;
    margin: 0;
  }
}
.section-shopping-cart .cart-product .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  padding-right: 0.625rem;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .button-wrap {
    justify-content: flex-start;
    margin-left: 5rem;
    margin-top: 1.2rem;
    padding-right: 0;
  }
}
.section-shopping-cart .cart-product .button-wrap .btn {
  padding: 0.563rem 2.375rem;
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .button-wrap .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-shopping-cart .cart-product .button-wrap .btn .icon {
    margin-left: 0.75rem;
  }
}
.section-shopping-cart .cart-footer {
  margin-top: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-footer {
    margin-top: 1.5rem;
    margin-bottom: 2.3rem;
  }
}
.section-shopping-cart .cart-footer .total-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-footer .total-wrap {
    flex: 0 0 100%;
    justify-content: center;
    order: 1;
  }
}
.section-shopping-cart .cart-footer .total-wrap .btn {
  padding: 0.563rem 2rem;
  width: 17.8rem;
  margin-left: 4.7rem;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-footer .total-wrap .btn {
    width: 100%;
    margin: 1.75rem auto 0;
  }
}
.section-shopping-cart .cart-footer .total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.section-shopping-cart .cart-footer .total-price {
  font-size: 2.125rem;
  line-height: 2.125rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-footer .total-price {
    margin-right: 0.625rem;
  }
}
.section-shopping-cart .cart-footer .link {
  color: #888888;
}
.section-shopping-cart .cart-footer .link:hover {
  color: #000;
}
@media (max-width: 767px) {
  .section-shopping-cart .cart-footer .link {
    order: 2;
    margin: 2.9rem auto 0;
  }
}

.section-checkout {
  padding-top: 3.2rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-checkout {
    padding-top: 2.5rem;
    padding-bottom: 5.2rem;
  }
}
.section-checkout .title {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 2.5rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .section-checkout .title {
    padding-bottom: 1.9rem;
    margin-bottom: 1.9rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1400px) {
  .section-checkout .container {
    max-width: 81.5rem;
  }
}
@media (max-width: 767px) {
  .section-checkout h1 {
    font-size: 2.125rem;
    line-height: 3.375rem;
  }
}
.section-checkout h3 {
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .section-checkout h3 {
    font-size: 1.5rem;
    line-height: 2.75rem;
    margin-bottom: 2.1rem;
  }
}
.section-checkout form .col {
  padding: 0 0.688rem;
}
.section-checkout form .row {
  margin: 0 -0.688rem;
}
.section-checkout .form-control {
  font-weight: 400;
  font-size: 0.875rem;
}
.section-checkout .order-wrap {
  max-width: 32.188rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .section-checkout .order-wrap {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 1.6rem;
  }
}
.section-checkout .order-wrap h3 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section-checkout .order-wrap h3 {
    margin-bottom: 1.3rem;
  }
}
.section-checkout .order-wrap .orders-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 0.4rem;
}
.section-checkout .order-wrap .orders-head > div {
  flex: 0 0 auto;
}
.section-checkout .order-wrap .orders-head > div:last-child {
  margin-left: auto;
}
.section-checkout .order-wrap .order-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.125rem 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .section-checkout .order-wrap .order-item {
    padding: 1.125rem 0 1.3rem;
  }
}
.section-checkout .order-wrap .order-item .price {
  margin-left: auto;
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-checkout .order-wrap .order-item .total-price {
  font-size: 2.125rem;
}
.section-checkout .order-wrap .order-item-total {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.25rem 0;
}
.section-checkout .order-wrap .order-info {
  flex: 0 0 85.6%;
  max-width: 85.6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.section-checkout .order-wrap .order-info .order-image {
  flex: 0 0 5.938rem;
  max-width: 5.938rem;
  height: 5.938rem;
  margin-right: 1.375rem;
}
@media (max-width: 767px) {
  .section-checkout .order-wrap .order-info .order-image {
    flex: 0 0 4.938rem;
    max-width: 4.938rem;
    height: 4.938rem;
    margin-right: 0.75rem;
  }
}
.section-checkout .order-wrap .order-info > div {
  flex: 1;
}
.section-checkout .order-wrap .order-info .details {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.section-checkout .order-wrap .order-info .details strong {
  font-weight: 600;
}
.section-checkout .order-wrap .order-info h6 {
  margin-bottom: 0;
}
.section-checkout .order-wrap .order-info h6:not(:last-child) {
  margin-bottom: 0.188rem;
  max-width: 16rem;
}
.section-checkout .order-wrap .btn {
  width: 100%;
  margin-top: 1.438rem;
}
@media (max-width: 767px) {
  .section-checkout .order-wrap .btn {
    margin-top: 1.125rem;
  }
}
.section-checkout .order-wrap .link {
  text-align: center;
  width: 100%;
  margin-top: 2.5rem;
  display: block;
}
.section-checkout--order {
  padding-bottom: 6.9rem;
}
@media (max-width: 767px) {
  .section-checkout--order {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 991px) {
  .section-checkout--order .order-wrap {
    padding-top: 0rem;
  }
}

.section-purchase {
  padding-bottom: 6.2rem;
}
@media (max-width: 991px) {
  .section-purchase {
    padding-bottom: 5.3rem;
  }
}
.section-purchase .lead {
  margin-bottom: 1.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-purchase .lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.section-purchase .title {
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .section-purchase .title {
    margin-bottom: 1.9rem;
  }
}
.section-purchase .shipping-details {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .section-purchase .shipping-details {
    padding: 1.875rem 0.6rem 0.5rem;
    margin-bottom: 0;
  }
}
.section-purchase .shipping-details h3 {
  margin-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .section-purchase .shipping-details h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-purchase .col {
    padding: 0 0.625rem;
  }
}
.section-purchase .col--shipping-details {
  margin-left: 5.6%;
}
@media (max-width: 1439px) {
  .section-purchase .col--shipping-details {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .section-purchase .col--shipping-details {
    margin-bottom: 2.5rem;
  }
}
.section-purchase .col--shipping-details .btn {
  width: 100%;
  padding: 0.563rem 1.25rem;
}
.section-purchase .shipping-details-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.25rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .section-purchase .shipping-details-item {
    margin-bottom: 1.25rem;
  }
}
.section-purchase .shipping-details-item > div {
  flex: 1;
}
.section-purchase .shipping-details-item > div:first-child {
  font-weight: 600;
  font-size: 0.875rem;
  flex: 0 0 4.7rem;
  max-width: 4.7rem;
}
.section-purchase .order-wrap {
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .section-purchase .order-wrap {
    padding: 0 0.625rem;
  }
}
@media (max-width: 991px) {
  .section-purchase .order-wrap .btn {
    padding-top: 0.563rem;
    padding-bottom: 0.563rem;
  }
}
.section-purchase .order-summary {
  margin-bottom: 3.1rem;
}
@media (max-width: 991px) {
  .section-purchase .order-summary {
    margin-bottom: 0.625rem;
  }
}
.section-purchase .order-summary .orders-head > div:first-child, .section-purchase .order-summary .order-item > div:first-child {
  flex: 0 0 47.8%;
  max-width: 47.8%;
}
@media (max-width: 991px) {
  .section-purchase .order-summary .orders-head > div:first-child, .section-purchase .order-summary .order-item > div:first-child {
    flex: 0 0 46.3%;
    max-width: 46.3%;
  }
}
.section-purchase .order-summary .orders-head > div:nth-child(2), .section-purchase .order-summary .order-item > div:nth-child(2) {
  flex: 0 0 32%;
  max-width: 32%;
}
.section-purchase .order-summary .orders-head > div:last-child, .section-purchase .order-summary .order-item > div:last-child {
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 11.7%;
}
@media (max-width: 991px) {
  .section-purchase .order-summary .orders-head > div:last-child, .section-purchase .order-summary .order-item > div:last-child {
    min-width: 9%;
  }
}
@media (max-width: 767px) {
  .section-purchase .order-summary .orders-head > div:last-child, .section-purchase .order-summary .order-item > div:last-child {
    min-width: 16.6%;
  }
}
.section-purchase .order-summary .orders-head {
  padding-bottom: 0.563rem;
}
.section-purchase .order-summary .order-item {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-purchase .order-summary .order-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section-purchase .order-summary .order-item:last-child {
    border-bottom: 0;
  }
}

.section-contact {
  padding-top: 6.2rem;
  padding-bottom: 7.3rem;
}
@media (max-width: 1199px) {
  .section-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding-top: 6.5rem;
    padding-bottom: 5.3rem;
  }
}
@media (min-width: 1400px) {
  .section-contact .container {
    max-width: 72.1rem;
  }
}
.section-contact .title {
  margin-bottom: 6.4rem;
}
@media (max-width: 1199px) {
  .section-contact .title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .section-contact .title {
    margin-bottom: 2.75rem;
  }
}
.section-contact .title h1 {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .section-contact .title h1 {
    margin-bottom: 1.375rem;
  }
}
.section-contact .title p {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
@media (max-width: 767px) {
  .section-contact .title p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.section-contact .col--form {
  margin-left: auto;
  padding-left: 1.75rem;
}
@media (max-width: 991px) {
  .section-contact .col--form {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 767px) {
  .section-contact .col--form {
    padding-left: 1.25rem;
    padding-top: 1.125rem;
  }
}
.section-contact .col--form p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-contact .col--form h2 {
  margin-bottom: 1.25rem;
}
.section-contact h2 {
  margin-bottom: 1.125rem;
}
@media (max-width: 767px) {
  .section-contact h2 {
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
}
.section-contact .contact-info-item {
  border-top: 1px solid #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-contact .contact-info-item:first-child {
  padding-top: 1.375rem;
}
.section-contact .contact-info-item h4 {
  margin-bottom: 0.875rem;
}
.section-contact .contact-info-item p {
  margin-bottom: 0.625rem;
  line-height: 1.5rem;
}
.section-contact .contact-info-item p:last-child {
  margin-bottom: 0;
}
.section-contact .contact-info-item p a {
  font-weight: 600;
  color: #5F5F5F;
  margin-bottom: 0;
}
.section-contact .contact-info-item p a:hover {
  color: #000;
}
.section-contact .contact-info-item a {
  line-height: 1.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.section-contact .contact-info-item a:last-child {
  margin-bottom: 0;
}
.section-contact .social-links {
  margin-top: 2rem;
}
.section-contact form {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .section-contact form {
    margin-top: -0.313rem;
  }
}
.section-contact form .form-group {
  margin-bottom: 1.25rem;
}
.section-contact form .form-control {
  font-weight: 400;
  padding-left: 1rem;
  font-size: 1rem;
}
.section-contact form .form-control::placeholder {
  color: #888888;
}
.section-contact form .form-check {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .section-contact form .form-check {
    margin-top: 1.625rem;
  }
}
.section-contact form .btn {
  width: 100%;
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .section-contact form .btn {
    margin-top: 1.75rem;
  }
}
.section-contact .success-box {
  background-color: #E4E4E4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 49.563rem;
  width: 100%;
  text-align: center;
  padding: 2.5rem 2.5rem 8.5rem;
}
@media (max-width: 991px) {
  .section-contact .success-box {
    height: 30rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-contact .success-box {
    width: auto;
    margin: 0 -0.625rem;
    height: 49.6rem;
    padding: 2.5rem 1rem 2.7rem;
  }
}
.section-contact .success-box .icon {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 0.938rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-contact .success-box p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .section-contact .success-box p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
  }
}
.section-contact .success-box .btn {
  padding: 0.563rem 1rem;
}

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