@charset "UTF-8";
.flex-table {
  display: table; }

.flex-table-item {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.flex-table-item-primary {
  width: 99%; }

.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto; }
  .container::before {
    display: table;
    content: ""; }
  .container::after {
    display: table;
    clear: both;
    content: ""; }

.container-md {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto; }
  .container-md::before {
    display: table;
    content: ""; }
  .container-md::after {
    display: table;
    clear: both;
    content: ""; }

.container-lg {
  max-width: 1025px;
  margin-right: auto;
  margin-left: auto; }
  .container-lg::before {
    display: table;
    content: ""; }
  .container-lg::after {
    display: table;
    clear: both;
    content: ""; }

.container-xl {
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto; }
  .container-xl::before {
    display: table;
    content: ""; }
  .container-xl::after {
    display: table;
    clear: both;
    content: ""; }

.columns {
  margin-right: -10px;
  margin-left: -10px; }
  .columns::before {
    display: table;
    content: ""; }
  .columns::after {
    display: table;
    clear: both;
    content: ""; }

.column {
  float: left;
  padding-right: 10px;
  padding-left: 10px; }

.one-third {
  width: 33.333333%; }

.two-thirds {
  width: 66.666667%; }

.one-fourth {
  width: 25%; }

.one-half {
  width: 50%; }

.three-fourths {
  width: 75%; }

.one-fifth {
  width: 20%; }

.four-fifths {
  width: 80%; }

.single-column {
  padding-right: 10px;
  padding-left: 10px; }

.table-column {
  display: table-cell;
  width: 1%;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top; }

.centered {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 600px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 800px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media (min-width: 1025px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 1460px) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

.gut-sm {
  margin-right: -6px;
  margin-left: -6px; }
  .gut-sm > [class*="col-"] {
    padding-right: 6px !important;
    padding-left: 6px !important; }

.gut-md {
  margin-right: -12px;
  margin-left: -12px; }
  .gut-md > [class*="col-"] {
    padding-right: 12px !important;
    padding-left: 12px !important; }

.gut-lg {
  margin-right: -24px;
  margin-left: -24px; }
  .gut-lg > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important; }

.anim-fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }
  .anim-fade-in.fast {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Fade in and slide up an element */
.anim-fade-up {
  opacity: 0;
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes fade-up {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-up {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Fade an element out and slide down */
.anim-fade-down {
  -webkit-animation-name: fade-down;
  animation-name: fade-down;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

/* Grow an element width from 0 to 100% */
.anim-grow-x {
  width: 0%;
  -webkit-animation-name: grow-x;
  animation-name: grow-x;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes grow-x {
  to {
    width: 100%; } }

@keyframes grow-x {
  to {
    width: 100%; } }

/* Shrink an element from 100% to 0% */
.anim-shrink-x {
  -webkit-animation-name: shrink-x;
  animation-name: shrink-x;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes shrink-x {
  to {
    width: 0%; } }

@keyframes shrink-x {
  to {
    width: 0%; } }

/* Fade in an element and scale it fast */
.anim-scale-in {
  -webkit-animation-name: scale-in;
  animation-name: scale-in;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5); }

@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Pulse an element's opacity */
.anim-pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.3; }
  10% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@keyframes pulse {
  0% {
    opacity: 0.3; }
  10% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

/* Pulse in an element */
.anim-pulse-in {
  -webkit-animation-name: pulse-in;
  animation-name: pulse-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@-webkit-keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* Add a gray border */
.border {
  border: 1px #e5e5e5 solid !important; }

/* Add a gray border to the top */
.border-top {
  border-top: 1px #e5e5e5 solid !important; }

/* Add a gray border to the right */
.border-right {
  border-right: 1px #e5e5e5 solid !important; }

/* Add a gray border to the bottom */
.border-bottom {
  border-bottom: 1px #e5e5e5 solid !important; }

/* Add a gray border to the left */
.border-left {
  border-left: 1px #e5e5e5 solid !important; }

/* Add a gray border to the left and right */
.border-y {
  border-top: 1px #e5e5e5 solid !important;
  border-bottom: 1px #e5e5e5 solid !important; }

/* Use with .border to turn the border blue */
.border-blue {
  border-color: #c5d5dd !important; }

/* Use with .border to turn the border gray-light */
.border-gray-light {
  border-color: #eee !important; }

/* Use with .border to turn the border gray-dark */
.border-gray-dark {
  border-color: #ddd !important; }

/* Remove all borders */
.border-0 {
  border: 0 !important; }

/* Remove the top border */
.border-top-0 {
  border-top: 0 !important; }

/* Remove the right border */
.border-right-0 {
  border-right: 0 !important; }

/* Remove the bottom border */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* Remove the left border */
.border-left-0 {
  border-left: 0 !important; }

/* Remove the border-radius */
.rounded-0 {
  border-radius: 0 !important; }

/* Add a border-radius to all corners */
.rounded-1 {
  border-radius: 3px !important; }

/* Add a 2x border-radius to all corners */
.rounded-2 {
  border-radius: 6px !important; }

/* Add a box shadow */
.box-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important; }

/* Add a large box shadow */
.box-shadow-large {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4) !important; }

.bg-shade-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.065)), to(rgba(0, 0, 0, 0))) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.065), rgba(0, 0, 0, 0)) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 200px !important; }

/* Set the text color to $text-blue */
.text-blue {
  color: #4078c0 !important; }

/* Set the text color to $text-red */
.text-red {
  color: #bd2c00 !important; }

/* Set the text color to $text-gray-light */
.text-gray-light {
  color: #999 !important; }

/* Set the text color to $text-gray */
.text-gray {
  color: #767676 !important; }

/* Set the text color to $text-gray-dark */
.text-gray-dark {
  color: #333 !important; }

/* Set the text color to $text-green */
.text-green {
  color: #55a532 !important; }

/* Set the text color to $text-orange */
.text-orange {
  color: #c9510c !important; }

/* Set the text color to $text-purple */
.text-purple {
  color: #6e5494 !important; }

/* Set the text color to $text-white */
.text-white {
  color: #fff !important; }

/* Set the text color to inherit */
.text-inherit {
  color: inherit !important; }

/* Set the link color to $text-blue */
.link-blue {
  color: #4078c0 !important; }

/* Set the link color to $text-gray-dark */
.link-gray-dark {
  color: #333 !important; }

/* Set the link color to $text-gray */
.link-gray {
  color: #767676 !important; }

.text-renamed {
  color: #fffa5d !important; }

.text-pending {
  color: #cea61b !important; }

/* Make a link $text-gray, then $text-blue on hover */
.muted-link {
  color: #767676 !important; }
  .muted-link:hover {
    color: #4078c0 !important;
    text-decoration: none; }

/* Set position to static */
.position-static {
  position: static !important; }

/* Set position to relative */
.position-relative {
  position: relative !important; }

/* Set position to absolute */
.position-absolute {
  position: absolute !important; }

/* Set position to fixed */
.position-fixed {
  position: fixed !important; }

/* Set top 0 */
.top-0 {
  top: 0 !important; }

/* Set right 0 */
.right-0 {
  right: 0 !important; }

/* Set bottom 0 */
.bottom-0 {
  bottom: 0 !important; }

/* Set left 0 */
.left-0 {
  left: 0 !important; }

/* Vertical align middle */
.v-align-middle {
  vertical-align: middle !important; }

/* Vertical align top */
.v-align-top {
  vertical-align: top !important; }

/* Vertical align bottom */
.v-align-bottom {
  vertical-align: bottom !important; }

/* Vertical align to the top of the text */
.v-align-text-top {
  vertical-align: text-top !important; }

/* Vertical align to the bottom of the text */
.v-align-text-bottom {
  vertical-align: text-bottom !important; }

/* Set the overflow hidden */
.overflow-hidden {
  overflow: hidden !important; }

/* Set the overflow scroll */
.overflow-scroll {
  overflow: scroll !important; }

/* Set the overflow auto */
.overflow-auto {
  overflow: auto !important; }

/* Clear floats around the element */
.clearfix::before {
  display: table;
  content: ""; }

.clearfix::after {
  display: table;
  clear: both;
  content: ""; }

/* Float to the right */
.float-right {
  float: right !important; }

/* Float to the left */
.float-left {
  float: left !important; }

/* Don't float left or right */
.float-none {
  float: none !important; }

@media (min-width: 600px) {
  /* Float to the left at the sm breakpoint */
  .float-sm-left {
    float: left !important; }
  /* Float to the right at the sm breakpoint */
  .float-sm-right {
    float: right !important; }
  /* No float at the sm breakpoint */
  .float-sm-none {
    float: none !important; } }

@media (min-width: 800px) {
  /* Float to the left at the md breakpoint */
  .float-md-left {
    float: left !important; }
  /* Float to the right at the md breakpoint */
  .float-md-right {
    float: right !important; }
  /* No float at the md breakpoint */
  .float-md-none {
    float: none !important; } }

@media (min-width: 1025px) {
  /* Float to the left at the lg breakpoint */
  .float-lg-left {
    float: left !important; }
  /* Float to the right at the lg breakpoint */
  .float-lg-right {
    float: right !important; }
  /* No float at the lg breakpoint */
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1460px) {
  /* Float to the left at the xl breakpoint */
  .float-xl-left {
    float: left !important; }
  /* Float to the right at the xl breakpoint */
  .float-xl-right {
    float: right !important; }
  /* No float at the xl breakpoint */
  .float-xl-none {
    float: none !important; } }

/* Max width 100% */
.width-fit {
  max-width: 100% !important; }

/* Set the width to 100% */
.width-full {
  width: 100% !important; }

/* Set the height to 100% */
.height-full {
  height: 100% !important; }

/* Remove min-width from element */
.min-width-0 {
  min-width: 0 !important; }

/* Visibility hidden */
.v-hidden {
  visibility: hidden !important; }

/* Visibility visible */
.v-visible {
  visibility: visible !important; }

/* Set the display to table */
.d-table {
  display: table !important; }

/* Set the display to table-cell */
.d-table-cell {
  display: table-cell !important; }

/* Set the table-layout to fixed */
.table-fixed {
  table-layout: fixed !important; }

/* Set the display to block */
.d-block {
  display: block !important; }

/* Set the display to inline */
.d-inline {
  display: inline !important; }

/* Set the display to inline-block */
.d-inline-block {
  display: inline-block !important; }

/* Set the display to none */
.d-none {
  display: none !important; }

@media (min-width: 600px) {
  /* Set the display to table at the sm breakpoint */
  .d-sm-table {
    display: table !important; }
  /* Set the display to table cell at the sm breakpoint */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* Set the display to block at the sm breakpoint */
  .d-sm-block {
    display: block !important; }
  /* Set the display to inline at the sm breakpoint */
  .d-sm-inline {
    display: inline !important; }
  /* Set the display to inline block at the sm breakpoint */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* Set the display to none at the sm breakpoint */
  .d-sm-none {
    display: none !important; } }

@media (min-width: 800px) {
  /* Set the display to table at the md breakpoint */
  .d-md-table {
    display: table !important; }
  /* Set the display to table cell at the md breakpoint */
  .d-md-table-cell {
    display: table-cell !important; }
  /* Set the display to block at the md breakpoint */
  .d-md-block {
    display: block !important; }
  /* Set the display to inline at the md breakpoint */
  .d-md-inline {
    display: inline !important; }
  /* Set the display to inline block at the md breakpoint */
  .d-md-inline-block {
    display: inline-block !important; }
  /* Set the display to none at the md breakpoint */
  .d-md-none {
    display: none !important; } }

@media (min-width: 1025px) {
  /* Set the display to table at the lg breakpoint */
  .d-lg-table {
    display: table !important; }
  /* Set the display to table cell at the lg breakpoint */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* Set the display to block at the lg breakpoint */
  .d-lg-block {
    display: block !important; }
  /* Set the display to inline at the lg breakpoint */
  .d-lg-inline {
    display: inline !important; }
  /* Set the display to inline block at the lg breakpoint */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* Set the display to none at the lg breakpoint */
  .d-lg-none {
    display: none !important; } }

@media (min-width: 1460px) {
  /* Set the display to table at the xl breakpoint */
  .d-xl-table {
    display: table !important; }
  /* Set the display to table cell at the xl breakpoint */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* Set the display to block at the xl breakpoint */
  .d-xl-block {
    display: block !important; }
  /* Set the display to inline at the xl breakpoint */
  .d-xl-inline {
    display: inline !important; }
  /* Set the display to inline block at the xl breakpoint */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* Set the display to none at the xl breakpoint */
  .d-xl-none {
    display: none !important; } }

@media (max-width: 600px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 800px) {
  .hide-md {
    display: none !important; } }

@media (min-width: 800px) and (max-width: 1025px) {
  .hide-lg {
    display: none !important; } }

@media (min-width: 1025px) {
  .hide-xl {
    display: none !important; } }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

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

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

.flex-justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.flex-justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.flex-justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.flex-justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.flex-justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.flex-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.flex-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

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

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

.flex-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.flex-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.flex-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.flex-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.flex-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.flex-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.flex-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.flex-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 600px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .flex-sm-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .flex-sm-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .flex-sm-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .flex-sm-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .flex-sm-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .flex-sm-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .flex-sm-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .flex-sm-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .flex-sm-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .flex-sm-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .flex-sm-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .flex-sm-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .flex-sm-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .flex-sm-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .flex-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .flex-sm-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .flex-sm-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .flex-sm-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .flex-sm-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .flex-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .flex-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 800px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .flex-md-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .flex-md-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .flex-md-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .flex-md-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .flex-md-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .flex-md-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .flex-md-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .flex-md-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .flex-md-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .flex-md-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .flex-md-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .flex-md-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .flex-md-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .flex-md-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .flex-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .flex-md-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .flex-md-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .flex-md-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .flex-md-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .flex-md-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .flex-md-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1025px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .flex-lg-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .flex-lg-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .flex-lg-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .flex-lg-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .flex-lg-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .flex-lg-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .flex-lg-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .flex-lg-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .flex-lg-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .flex-lg-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .flex-lg-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .flex-lg-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .flex-lg-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .flex-lg-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .flex-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .flex-lg-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .flex-lg-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .flex-lg-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .flex-lg-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .flex-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .flex-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1460px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .flex-xl-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .flex-xl-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .flex-xl-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .flex-xl-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .flex-xl-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .flex-xl-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .flex-xl-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .flex-xl-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .flex-xl-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .flex-xl-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .flex-xl-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .flex-xl-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .flex-xl-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .flex-xl-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .flex-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .flex-xl-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .flex-xl-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .flex-xl-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .flex-xl-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .flex-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .flex-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/* Set a 0 margin to all sides */
.m-0 {
  margin: 0 !important; }

/* Set a 0 margin on the top */
.mt-0 {
  margin-top: 0 !important; }

/* Set a 0 margin on the right */
.mr-0 {
  margin-right: 0 !important; }

/* Set a 0 margin on the bottom */
.mb-0 {
  margin-bottom: 0 !important; }

/* Set a 0 margin on the left */
.ml-0 {
  margin-left: 0 !important; }

/* Set a 0 margin on the left & right */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* Set a 0 margin on the top & bottom */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* Set a 4px margin to all sides */
.m-1 {
  margin: 4px !important; }

/* Set a 4px margin on the top */
.mt-1 {
  margin-top: 4px !important; }

/* Set a 4px margin on the right */
.mr-1 {
  margin-right: 4px !important; }

/* Set a 4px margin on the bottom */
.mb-1 {
  margin-bottom: 4px !important; }

/* Set a 4px margin on the left */
.ml-1 {
  margin-left: 4px !important; }

/* Set a 4px margin on the left & right */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important; }

/* Set a 4px margin on the top & bottom */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

/* Set a 6px margin to all sides */
.m-2 {
  margin: 6px !important; }

/* Set a 6px margin on the top */
.mt-2 {
  margin-top: 6px !important; }

/* Set a 6px margin on the right */
.mr-2 {
  margin-right: 6px !important; }

/* Set a 6px margin on the bottom */
.mb-2 {
  margin-bottom: 6px !important; }

/* Set a 6px margin on the left */
.ml-2 {
  margin-left: 6px !important; }

/* Set a 6px margin on the left & right */
.mx-2 {
  margin-right: 6px !important;
  margin-left: 6px !important; }

/* Set a 6px margin on the top & bottom */
.my-2 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

/* Set a 12px margin to all sides */
.m-3 {
  margin: 12px !important; }

/* Set a 12px margin on the top */
.mt-3 {
  margin-top: 12px !important; }

/* Set a 12px margin on the right */
.mr-3 {
  margin-right: 12px !important; }

/* Set a 12px margin on the bottom */
.mb-3 {
  margin-bottom: 12px !important; }

/* Set a 12px margin on the left */
.ml-3 {
  margin-left: 12px !important; }

/* Set a 12px margin on the left & right */
.mx-3 {
  margin-right: 12px !important;
  margin-left: 12px !important; }

/* Set a 12px margin on the top & bottom */
.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

/* Set a 24px margin to all sides */
.m-4 {
  margin: 24px !important; }

/* Set a 24px margin on the top */
.mt-4 {
  margin-top: 24px !important; }

/* Set a 24px margin on the right */
.mr-4 {
  margin-right: 24px !important; }

/* Set a 24px margin on the bottom */
.mb-4 {
  margin-bottom: 24px !important; }

/* Set a 24px margin on the left */
.ml-4 {
  margin-left: 24px !important; }

/* Set a 24px margin on the left & right */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important; }

/* Set a 24px margin on the top & bottom */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

/* Set a 36px margin to all sides */
.m-5 {
  margin: 36px !important; }

/* Set a 36px margin on the top */
.mt-5 {
  margin-top: 36px !important; }

/* Set a 36px margin on the right */
.mr-5 {
  margin-right: 36px !important; }

/* Set a 36px margin on the bottom */
.mb-5 {
  margin-bottom: 36px !important; }

/* Set a 36px margin on the left */
.ml-5 {
  margin-left: 36px !important; }

/* Set a 36px margin on the left & right */
.mx-5 {
  margin-right: 36px !important;
  margin-left: 36px !important; }

/* Set a 36px margin on the top & bottom */
.my-5 {
  margin-top: 36px !important;
  margin-bottom: 36px !important; }

/* Set a 48px margin to all sides */
.m-6 {
  margin: 48px !important; }

/* Set a 48px margin on the top */
.mt-6 {
  margin-top: 48px !important; }

/* Set a 48px margin on the right */
.mr-6 {
  margin-right: 48px !important; }

/* Set a 48px margin on the bottom */
.mb-6 {
  margin-bottom: 48px !important; }

/* Set a 48px margin on the left */
.ml-6 {
  margin-left: 48px !important; }

/* Set a 48px margin on the left & right */
.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important; }

/* Set a 48px margin on the top & bottom */
.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

/* Set a 72px margin to all sides */
.m-7 {
  margin: 72px !important; }

/* Set a 72px margin on the top */
.mt-7 {
  margin-top: 72px !important; }

/* Set a 72px margin on the right */
.mr-7 {
  margin-right: 72px !important; }

/* Set a 72px margin on the bottom */
.mb-7 {
  margin-bottom: 72px !important; }

/* Set a 72px margin on the left */
.ml-7 {
  margin-left: 72px !important; }

/* Set a 72px margin on the left & right */
.mx-7 {
  margin-right: 72px !important;
  margin-left: 72px !important; }

/* Set a 72px margin on the top & bottom */
.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important; }

/* Set a 96px margin to all sides */
.m-8 {
  margin: 96px !important; }

/* Set a 96px margin on the top */
.mt-8 {
  margin-top: 96px !important; }

/* Set a 96px margin on the right */
.mr-8 {
  margin-right: 96px !important; }

/* Set a 96px margin on the bottom */
.mb-8 {
  margin-bottom: 96px !important; }

/* Set a 96px margin on the left */
.ml-8 {
  margin-left: 96px !important; }

/* Set a 96px margin on the left & right */
.mx-8 {
  margin-right: 96px !important;
  margin-left: 96px !important; }

/* Set a 96px margin on the top & bottom */
.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

/* Set a 108px margin to all sides */
.m-9 {
  margin: 108px !important; }

/* Set a 108px margin on the top */
.mt-9 {
  margin-top: 108px !important; }

/* Set a 108px margin on the right */
.mr-9 {
  margin-right: 108px !important; }

/* Set a 108px margin on the bottom */
.mb-9 {
  margin-bottom: 108px !important; }

/* Set a 108px margin on the left */
.ml-9 {
  margin-left: 108px !important; }

/* Set a 108px margin on the left & right */
.mx-9 {
  margin-right: 108px !important;
  margin-left: 108px !important; }

/* Set a 108px margin on the top & bottom */
.my-9 {
  margin-top: 108px !important;
  margin-bottom: 108px !important; }

/* Set a 144px margin to all sides */
.m-10 {
  margin: 144px !important; }

/* Set a 144px margin on the top */
.mt-10 {
  margin-top: 144px !important; }

/* Set a 144px margin on the right */
.mr-10 {
  margin-right: 144px !important; }

/* Set a 144px margin on the bottom */
.mb-10 {
  margin-bottom: 144px !important; }

/* Set a 144px margin on the left */
.ml-10 {
  margin-left: 144px !important; }

/* Set a 144px margin on the left & right */
.mx-10 {
  margin-right: 144px !important;
  margin-left: 144px !important; }

/* Set a 144px margin on the top & bottom */
.my-10 {
  margin-top: 144px !important;
  margin-bottom: 144px !important; }

@media (min-width: 600px) {
  /* Set a 0 margin to all sides at the breakpoint sm */
  .m-sm-0 {
    margin: 0 !important; }
  /* Set a 0 margin on the top at the breakpoint sm */
  .mt-sm-0 {
    margin-top: 0 !important; }
  /* Set a 0 margin on the right at the breakpoint sm */
  .mr-sm-0 {
    margin-right: 0 !important; }
  /* Set a 0 margin on the bottom at the breakpoint sm */
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  /* Set a 0 margin on the left at the breakpoint sm */
  .ml-sm-0 {
    margin-left: 0 !important; }
  /* Set a 0 margin on the left & right at the breakpoint sm */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  /* Set a 0 margin on the top & bottom at the breakpoint sm */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 600px) {
  /* Set a 4px margin to all sides at the breakpoint sm */
  .m-sm-1 {
    margin: 4px !important; }
  /* Set a 4px margin on the top at the breakpoint sm */
  .mt-sm-1 {
    margin-top: 4px !important; }
  /* Set a 4px margin on the right at the breakpoint sm */
  .mr-sm-1 {
    margin-right: 4px !important; }
  /* Set a 4px margin on the bottom at the breakpoint sm */
  .mb-sm-1 {
    margin-bottom: 4px !important; }
  /* Set a 4px margin on the left at the breakpoint sm */
  .ml-sm-1 {
    margin-left: 4px !important; }
  /* Set a 4px margin on the left & right at the breakpoint sm */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  /* Set a 4px margin on the top & bottom at the breakpoint sm */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media (min-width: 600px) {
  /* Set a 6px margin to all sides at the breakpoint sm */
  .m-sm-2 {
    margin: 6px !important; }
  /* Set a 6px margin on the top at the breakpoint sm */
  .mt-sm-2 {
    margin-top: 6px !important; }
  /* Set a 6px margin on the right at the breakpoint sm */
  .mr-sm-2 {
    margin-right: 6px !important; }
  /* Set a 6px margin on the bottom at the breakpoint sm */
  .mb-sm-2 {
    margin-bottom: 6px !important; }
  /* Set a 6px margin on the left at the breakpoint sm */
  .ml-sm-2 {
    margin-left: 6px !important; }
  /* Set a 6px margin on the left & right at the breakpoint sm */
  .mx-sm-2 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  /* Set a 6px margin on the top & bottom at the breakpoint sm */
  .my-sm-2 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; } }

@media (min-width: 600px) {
  /* Set a 12px margin to all sides at the breakpoint sm */
  .m-sm-3 {
    margin: 12px !important; }
  /* Set a 12px margin on the top at the breakpoint sm */
  .mt-sm-3 {
    margin-top: 12px !important; }
  /* Set a 12px margin on the right at the breakpoint sm */
  .mr-sm-3 {
    margin-right: 12px !important; }
  /* Set a 12px margin on the bottom at the breakpoint sm */
  .mb-sm-3 {
    margin-bottom: 12px !important; }
  /* Set a 12px margin on the left at the breakpoint sm */
  .ml-sm-3 {
    margin-left: 12px !important; }
  /* Set a 12px margin on the left & right at the breakpoint sm */
  .mx-sm-3 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  /* Set a 12px margin on the top & bottom at the breakpoint sm */
  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media (min-width: 600px) {
  /* Set a 24px margin to all sides at the breakpoint sm */
  .m-sm-4 {
    margin: 24px !important; }
  /* Set a 24px margin on the top at the breakpoint sm */
  .mt-sm-4 {
    margin-top: 24px !important; }
  /* Set a 24px margin on the right at the breakpoint sm */
  .mr-sm-4 {
    margin-right: 24px !important; }
  /* Set a 24px margin on the bottom at the breakpoint sm */
  .mb-sm-4 {
    margin-bottom: 24px !important; }
  /* Set a 24px margin on the left at the breakpoint sm */
  .ml-sm-4 {
    margin-left: 24px !important; }
  /* Set a 24px margin on the left & right at the breakpoint sm */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  /* Set a 24px margin on the top & bottom at the breakpoint sm */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; } }

@media (min-width: 600px) {
  /* Set a 36px margin to all sides at the breakpoint sm */
  .m-sm-5 {
    margin: 36px !important; }
  /* Set a 36px margin on the top at the breakpoint sm */
  .mt-sm-5 {
    margin-top: 36px !important; }
  /* Set a 36px margin on the right at the breakpoint sm */
  .mr-sm-5 {
    margin-right: 36px !important; }
  /* Set a 36px margin on the bottom at the breakpoint sm */
  .mb-sm-5 {
    margin-bottom: 36px !important; }
  /* Set a 36px margin on the left at the breakpoint sm */
  .ml-sm-5 {
    margin-left: 36px !important; }
  /* Set a 36px margin on the left & right at the breakpoint sm */
  .mx-sm-5 {
    margin-right: 36px !important;
    margin-left: 36px !important; }
  /* Set a 36px margin on the top & bottom at the breakpoint sm */
  .my-sm-5 {
    margin-top: 36px !important;
    margin-bottom: 36px !important; } }

@media (min-width: 600px) {
  /* Set a 48px margin to all sides at the breakpoint sm */
  .m-sm-6 {
    margin: 48px !important; }
  /* Set a 48px margin on the top at the breakpoint sm */
  .mt-sm-6 {
    margin-top: 48px !important; }
  /* Set a 48px margin on the right at the breakpoint sm */
  .mr-sm-6 {
    margin-right: 48px !important; }
  /* Set a 48px margin on the bottom at the breakpoint sm */
  .mb-sm-6 {
    margin-bottom: 48px !important; }
  /* Set a 48px margin on the left at the breakpoint sm */
  .ml-sm-6 {
    margin-left: 48px !important; }
  /* Set a 48px margin on the left & right at the breakpoint sm */
  .mx-sm-6 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  /* Set a 48px margin on the top & bottom at the breakpoint sm */
  .my-sm-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

@media (min-width: 600px) {
  /* Set a 72px margin to all sides at the breakpoint sm */
  .m-sm-7 {
    margin: 72px !important; }
  /* Set a 72px margin on the top at the breakpoint sm */
  .mt-sm-7 {
    margin-top: 72px !important; }
  /* Set a 72px margin on the right at the breakpoint sm */
  .mr-sm-7 {
    margin-right: 72px !important; }
  /* Set a 72px margin on the bottom at the breakpoint sm */
  .mb-sm-7 {
    margin-bottom: 72px !important; }
  /* Set a 72px margin on the left at the breakpoint sm */
  .ml-sm-7 {
    margin-left: 72px !important; }
  /* Set a 72px margin on the left & right at the breakpoint sm */
  .mx-sm-7 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  /* Set a 72px margin on the top & bottom at the breakpoint sm */
  .my-sm-7 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; } }

@media (min-width: 600px) {
  /* Set a 96px margin to all sides at the breakpoint sm */
  .m-sm-8 {
    margin: 96px !important; }
  /* Set a 96px margin on the top at the breakpoint sm */
  .mt-sm-8 {
    margin-top: 96px !important; }
  /* Set a 96px margin on the right at the breakpoint sm */
  .mr-sm-8 {
    margin-right: 96px !important; }
  /* Set a 96px margin on the bottom at the breakpoint sm */
  .mb-sm-8 {
    margin-bottom: 96px !important; }
  /* Set a 96px margin on the left at the breakpoint sm */
  .ml-sm-8 {
    margin-left: 96px !important; }
  /* Set a 96px margin on the left & right at the breakpoint sm */
  .mx-sm-8 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  /* Set a 96px margin on the top & bottom at the breakpoint sm */
  .my-sm-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; } }

@media (min-width: 600px) {
  /* Set a 108px margin to all sides at the breakpoint sm */
  .m-sm-9 {
    margin: 108px !important; }
  /* Set a 108px margin on the top at the breakpoint sm */
  .mt-sm-9 {
    margin-top: 108px !important; }
  /* Set a 108px margin on the right at the breakpoint sm */
  .mr-sm-9 {
    margin-right: 108px !important; }
  /* Set a 108px margin on the bottom at the breakpoint sm */
  .mb-sm-9 {
    margin-bottom: 108px !important; }
  /* Set a 108px margin on the left at the breakpoint sm */
  .ml-sm-9 {
    margin-left: 108px !important; }
  /* Set a 108px margin on the left & right at the breakpoint sm */
  .mx-sm-9 {
    margin-right: 108px !important;
    margin-left: 108px !important; }
  /* Set a 108px margin on the top & bottom at the breakpoint sm */
  .my-sm-9 {
    margin-top: 108px !important;
    margin-bottom: 108px !important; } }

@media (min-width: 600px) {
  /* Set a 144px margin to all sides at the breakpoint sm */
  .m-sm-10 {
    margin: 144px !important; }
  /* Set a 144px margin on the top at the breakpoint sm */
  .mt-sm-10 {
    margin-top: 144px !important; }
  /* Set a 144px margin on the right at the breakpoint sm */
  .mr-sm-10 {
    margin-right: 144px !important; }
  /* Set a 144px margin on the bottom at the breakpoint sm */
  .mb-sm-10 {
    margin-bottom: 144px !important; }
  /* Set a 144px margin on the left at the breakpoint sm */
  .ml-sm-10 {
    margin-left: 144px !important; }
  /* Set a 144px margin on the left & right at the breakpoint sm */
  .mx-sm-10 {
    margin-right: 144px !important;
    margin-left: 144px !important; }
  /* Set a 144px margin on the top & bottom at the breakpoint sm */
  .my-sm-10 {
    margin-top: 144px !important;
    margin-bottom: 144px !important; } }

@media (min-width: 800px) {
  /* Set a 0 margin to all sides at the breakpoint md */
  .m-md-0 {
    margin: 0 !important; }
  /* Set a 0 margin on the top at the breakpoint md */
  .mt-md-0 {
    margin-top: 0 !important; }
  /* Set a 0 margin on the right at the breakpoint md */
  .mr-md-0 {
    margin-right: 0 !important; }
  /* Set a 0 margin on the bottom at the breakpoint md */
  .mb-md-0 {
    margin-bottom: 0 !important; }
  /* Set a 0 margin on the left at the breakpoint md */
  .ml-md-0 {
    margin-left: 0 !important; }
  /* Set a 0 margin on the left & right at the breakpoint md */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  /* Set a 0 margin on the top & bottom at the breakpoint md */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 800px) {
  /* Set a 4px margin to all sides at the breakpoint md */
  .m-md-1 {
    margin: 4px !important; }
  /* Set a 4px margin on the top at the breakpoint md */
  .mt-md-1 {
    margin-top: 4px !important; }
  /* Set a 4px margin on the right at the breakpoint md */
  .mr-md-1 {
    margin-right: 4px !important; }
  /* Set a 4px margin on the bottom at the breakpoint md */
  .mb-md-1 {
    margin-bottom: 4px !important; }
  /* Set a 4px margin on the left at the breakpoint md */
  .ml-md-1 {
    margin-left: 4px !important; }
  /* Set a 4px margin on the left & right at the breakpoint md */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  /* Set a 4px margin on the top & bottom at the breakpoint md */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media (min-width: 800px) {
  /* Set a 6px margin to all sides at the breakpoint md */
  .m-md-2 {
    margin: 6px !important; }
  /* Set a 6px margin on the top at the breakpoint md */
  .mt-md-2 {
    margin-top: 6px !important; }
  /* Set a 6px margin on the right at the breakpoint md */
  .mr-md-2 {
    margin-right: 6px !important; }
  /* Set a 6px margin on the bottom at the breakpoint md */
  .mb-md-2 {
    margin-bottom: 6px !important; }
  /* Set a 6px margin on the left at the breakpoint md */
  .ml-md-2 {
    margin-left: 6px !important; }
  /* Set a 6px margin on the left & right at the breakpoint md */
  .mx-md-2 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  /* Set a 6px margin on the top & bottom at the breakpoint md */
  .my-md-2 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; } }

@media (min-width: 800px) {
  /* Set a 12px margin to all sides at the breakpoint md */
  .m-md-3 {
    margin: 12px !important; }
  /* Set a 12px margin on the top at the breakpoint md */
  .mt-md-3 {
    margin-top: 12px !important; }
  /* Set a 12px margin on the right at the breakpoint md */
  .mr-md-3 {
    margin-right: 12px !important; }
  /* Set a 12px margin on the bottom at the breakpoint md */
  .mb-md-3 {
    margin-bottom: 12px !important; }
  /* Set a 12px margin on the left at the breakpoint md */
  .ml-md-3 {
    margin-left: 12px !important; }
  /* Set a 12px margin on the left & right at the breakpoint md */
  .mx-md-3 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  /* Set a 12px margin on the top & bottom at the breakpoint md */
  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media (min-width: 800px) {
  /* Set a 24px margin to all sides at the breakpoint md */
  .m-md-4 {
    margin: 24px !important; }
  /* Set a 24px margin on the top at the breakpoint md */
  .mt-md-4 {
    margin-top: 24px !important; }
  /* Set a 24px margin on the right at the breakpoint md */
  .mr-md-4 {
    margin-right: 24px !important; }
  /* Set a 24px margin on the bottom at the breakpoint md */
  .mb-md-4 {
    margin-bottom: 24px !important; }
  /* Set a 24px margin on the left at the breakpoint md */
  .ml-md-4 {
    margin-left: 24px !important; }
  /* Set a 24px margin on the left & right at the breakpoint md */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  /* Set a 24px margin on the top & bottom at the breakpoint md */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; } }

@media (min-width: 800px) {
  /* Set a 36px margin to all sides at the breakpoint md */
  .m-md-5 {
    margin: 36px !important; }
  /* Set a 36px margin on the top at the breakpoint md */
  .mt-md-5 {
    margin-top: 36px !important; }
  /* Set a 36px margin on the right at the breakpoint md */
  .mr-md-5 {
    margin-right: 36px !important; }
  /* Set a 36px margin on the bottom at the breakpoint md */
  .mb-md-5 {
    margin-bottom: 36px !important; }
  /* Set a 36px margin on the left at the breakpoint md */
  .ml-md-5 {
    margin-left: 36px !important; }
  /* Set a 36px margin on the left & right at the breakpoint md */
  .mx-md-5 {
    margin-right: 36px !important;
    margin-left: 36px !important; }
  /* Set a 36px margin on the top & bottom at the breakpoint md */
  .my-md-5 {
    margin-top: 36px !important;
    margin-bottom: 36px !important; } }

@media (min-width: 800px) {
  /* Set a 48px margin to all sides at the breakpoint md */
  .m-md-6 {
    margin: 48px !important; }
  /* Set a 48px margin on the top at the breakpoint md */
  .mt-md-6 {
    margin-top: 48px !important; }
  /* Set a 48px margin on the right at the breakpoint md */
  .mr-md-6 {
    margin-right: 48px !important; }
  /* Set a 48px margin on the bottom at the breakpoint md */
  .mb-md-6 {
    margin-bottom: 48px !important; }
  /* Set a 48px margin on the left at the breakpoint md */
  .ml-md-6 {
    margin-left: 48px !important; }
  /* Set a 48px margin on the left & right at the breakpoint md */
  .mx-md-6 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  /* Set a 48px margin on the top & bottom at the breakpoint md */
  .my-md-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

@media (min-width: 800px) {
  /* Set a 72px margin to all sides at the breakpoint md */
  .m-md-7 {
    margin: 72px !important; }
  /* Set a 72px margin on the top at the breakpoint md */
  .mt-md-7 {
    margin-top: 72px !important; }
  /* Set a 72px margin on the right at the breakpoint md */
  .mr-md-7 {
    margin-right: 72px !important; }
  /* Set a 72px margin on the bottom at the breakpoint md */
  .mb-md-7 {
    margin-bottom: 72px !important; }
  /* Set a 72px margin on the left at the breakpoint md */
  .ml-md-7 {
    margin-left: 72px !important; }
  /* Set a 72px margin on the left & right at the breakpoint md */
  .mx-md-7 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  /* Set a 72px margin on the top & bottom at the breakpoint md */
  .my-md-7 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; } }

@media (min-width: 800px) {
  /* Set a 96px margin to all sides at the breakpoint md */
  .m-md-8 {
    margin: 96px !important; }
  /* Set a 96px margin on the top at the breakpoint md */
  .mt-md-8 {
    margin-top: 96px !important; }
  /* Set a 96px margin on the right at the breakpoint md */
  .mr-md-8 {
    margin-right: 96px !important; }
  /* Set a 96px margin on the bottom at the breakpoint md */
  .mb-md-8 {
    margin-bottom: 96px !important; }
  /* Set a 96px margin on the left at the breakpoint md */
  .ml-md-8 {
    margin-left: 96px !important; }
  /* Set a 96px margin on the left & right at the breakpoint md */
  .mx-md-8 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  /* Set a 96px margin on the top & bottom at the breakpoint md */
  .my-md-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; } }

@media (min-width: 800px) {
  /* Set a 108px margin to all sides at the breakpoint md */
  .m-md-9 {
    margin: 108px !important; }
  /* Set a 108px margin on the top at the breakpoint md */
  .mt-md-9 {
    margin-top: 108px !important; }
  /* Set a 108px margin on the right at the breakpoint md */
  .mr-md-9 {
    margin-right: 108px !important; }
  /* Set a 108px margin on the bottom at the breakpoint md */
  .mb-md-9 {
    margin-bottom: 108px !important; }
  /* Set a 108px margin on the left at the breakpoint md */
  .ml-md-9 {
    margin-left: 108px !important; }
  /* Set a 108px margin on the left & right at the breakpoint md */
  .mx-md-9 {
    margin-right: 108px !important;
    margin-left: 108px !important; }
  /* Set a 108px margin on the top & bottom at the breakpoint md */
  .my-md-9 {
    margin-top: 108px !important;
    margin-bottom: 108px !important; } }

@media (min-width: 800px) {
  /* Set a 144px margin to all sides at the breakpoint md */
  .m-md-10 {
    margin: 144px !important; }
  /* Set a 144px margin on the top at the breakpoint md */
  .mt-md-10 {
    margin-top: 144px !important; }
  /* Set a 144px margin on the right at the breakpoint md */
  .mr-md-10 {
    margin-right: 144px !important; }
  /* Set a 144px margin on the bottom at the breakpoint md */
  .mb-md-10 {
    margin-bottom: 144px !important; }
  /* Set a 144px margin on the left at the breakpoint md */
  .ml-md-10 {
    margin-left: 144px !important; }
  /* Set a 144px margin on the left & right at the breakpoint md */
  .mx-md-10 {
    margin-right: 144px !important;
    margin-left: 144px !important; }
  /* Set a 144px margin on the top & bottom at the breakpoint md */
  .my-md-10 {
    margin-top: 144px !important;
    margin-bottom: 144px !important; } }

@media (min-width: 1025px) {
  /* Set a 0 margin to all sides at the breakpoint lg */
  .m-lg-0 {
    margin: 0 !important; }
  /* Set a 0 margin on the top at the breakpoint lg */
  .mt-lg-0 {
    margin-top: 0 !important; }
  /* Set a 0 margin on the right at the breakpoint lg */
  .mr-lg-0 {
    margin-right: 0 !important; }
  /* Set a 0 margin on the bottom at the breakpoint lg */
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  /* Set a 0 margin on the left at the breakpoint lg */
  .ml-lg-0 {
    margin-left: 0 !important; }
  /* Set a 0 margin on the left & right at the breakpoint lg */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  /* Set a 0 margin on the top & bottom at the breakpoint lg */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 1025px) {
  /* Set a 4px margin to all sides at the breakpoint lg */
  .m-lg-1 {
    margin: 4px !important; }
  /* Set a 4px margin on the top at the breakpoint lg */
  .mt-lg-1 {
    margin-top: 4px !important; }
  /* Set a 4px margin on the right at the breakpoint lg */
  .mr-lg-1 {
    margin-right: 4px !important; }
  /* Set a 4px margin on the bottom at the breakpoint lg */
  .mb-lg-1 {
    margin-bottom: 4px !important; }
  /* Set a 4px margin on the left at the breakpoint lg */
  .ml-lg-1 {
    margin-left: 4px !important; }
  /* Set a 4px margin on the left & right at the breakpoint lg */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  /* Set a 4px margin on the top & bottom at the breakpoint lg */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media (min-width: 1025px) {
  /* Set a 6px margin to all sides at the breakpoint lg */
  .m-lg-2 {
    margin: 6px !important; }
  /* Set a 6px margin on the top at the breakpoint lg */
  .mt-lg-2 {
    margin-top: 6px !important; }
  /* Set a 6px margin on the right at the breakpoint lg */
  .mr-lg-2 {
    margin-right: 6px !important; }
  /* Set a 6px margin on the bottom at the breakpoint lg */
  .mb-lg-2 {
    margin-bottom: 6px !important; }
  /* Set a 6px margin on the left at the breakpoint lg */
  .ml-lg-2 {
    margin-left: 6px !important; }
  /* Set a 6px margin on the left & right at the breakpoint lg */
  .mx-lg-2 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  /* Set a 6px margin on the top & bottom at the breakpoint lg */
  .my-lg-2 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; } }

@media (min-width: 1025px) {
  /* Set a 12px margin to all sides at the breakpoint lg */
  .m-lg-3 {
    margin: 12px !important; }
  /* Set a 12px margin on the top at the breakpoint lg */
  .mt-lg-3 {
    margin-top: 12px !important; }
  /* Set a 12px margin on the right at the breakpoint lg */
  .mr-lg-3 {
    margin-right: 12px !important; }
  /* Set a 12px margin on the bottom at the breakpoint lg */
  .mb-lg-3 {
    margin-bottom: 12px !important; }
  /* Set a 12px margin on the left at the breakpoint lg */
  .ml-lg-3 {
    margin-left: 12px !important; }
  /* Set a 12px margin on the left & right at the breakpoint lg */
  .mx-lg-3 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  /* Set a 12px margin on the top & bottom at the breakpoint lg */
  .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media (min-width: 1025px) {
  /* Set a 24px margin to all sides at the breakpoint lg */
  .m-lg-4 {
    margin: 24px !important; }
  /* Set a 24px margin on the top at the breakpoint lg */
  .mt-lg-4 {
    margin-top: 24px !important; }
  /* Set a 24px margin on the right at the breakpoint lg */
  .mr-lg-4 {
    margin-right: 24px !important; }
  /* Set a 24px margin on the bottom at the breakpoint lg */
  .mb-lg-4 {
    margin-bottom: 24px !important; }
  /* Set a 24px margin on the left at the breakpoint lg */
  .ml-lg-4 {
    margin-left: 24px !important; }
  /* Set a 24px margin on the left & right at the breakpoint lg */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  /* Set a 24px margin on the top & bottom at the breakpoint lg */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; } }

@media (min-width: 1025px) {
  /* Set a 36px margin to all sides at the breakpoint lg */
  .m-lg-5 {
    margin: 36px !important; }
  /* Set a 36px margin on the top at the breakpoint lg */
  .mt-lg-5 {
    margin-top: 36px !important; }
  /* Set a 36px margin on the right at the breakpoint lg */
  .mr-lg-5 {
    margin-right: 36px !important; }
  /* Set a 36px margin on the bottom at the breakpoint lg */
  .mb-lg-5 {
    margin-bottom: 36px !important; }
  /* Set a 36px margin on the left at the breakpoint lg */
  .ml-lg-5 {
    margin-left: 36px !important; }
  /* Set a 36px margin on the left & right at the breakpoint lg */
  .mx-lg-5 {
    margin-right: 36px !important;
    margin-left: 36px !important; }
  /* Set a 36px margin on the top & bottom at the breakpoint lg */
  .my-lg-5 {
    margin-top: 36px !important;
    margin-bottom: 36px !important; } }

@media (min-width: 1025px) {
  /* Set a 48px margin to all sides at the breakpoint lg */
  .m-lg-6 {
    margin: 48px !important; }
  /* Set a 48px margin on the top at the breakpoint lg */
  .mt-lg-6 {
    margin-top: 48px !important; }
  /* Set a 48px margin on the right at the breakpoint lg */
  .mr-lg-6 {
    margin-right: 48px !important; }
  /* Set a 48px margin on the bottom at the breakpoint lg */
  .mb-lg-6 {
    margin-bottom: 48px !important; }
  /* Set a 48px margin on the left at the breakpoint lg */
  .ml-lg-6 {
    margin-left: 48px !important; }
  /* Set a 48px margin on the left & right at the breakpoint lg */
  .mx-lg-6 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  /* Set a 48px margin on the top & bottom at the breakpoint lg */
  .my-lg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

@media (min-width: 1025px) {
  /* Set a 72px margin to all sides at the breakpoint lg */
  .m-lg-7 {
    margin: 72px !important; }
  /* Set a 72px margin on the top at the breakpoint lg */
  .mt-lg-7 {
    margin-top: 72px !important; }
  /* Set a 72px margin on the right at the breakpoint lg */
  .mr-lg-7 {
    margin-right: 72px !important; }
  /* Set a 72px margin on the bottom at the breakpoint lg */
  .mb-lg-7 {
    margin-bottom: 72px !important; }
  /* Set a 72px margin on the left at the breakpoint lg */
  .ml-lg-7 {
    margin-left: 72px !important; }
  /* Set a 72px margin on the left & right at the breakpoint lg */
  .mx-lg-7 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  /* Set a 72px margin on the top & bottom at the breakpoint lg */
  .my-lg-7 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; } }

@media (min-width: 1025px) {
  /* Set a 96px margin to all sides at the breakpoint lg */
  .m-lg-8 {
    margin: 96px !important; }
  /* Set a 96px margin on the top at the breakpoint lg */
  .mt-lg-8 {
    margin-top: 96px !important; }
  /* Set a 96px margin on the right at the breakpoint lg */
  .mr-lg-8 {
    margin-right: 96px !important; }
  /* Set a 96px margin on the bottom at the breakpoint lg */
  .mb-lg-8 {
    margin-bottom: 96px !important; }
  /* Set a 96px margin on the left at the breakpoint lg */
  .ml-lg-8 {
    margin-left: 96px !important; }
  /* Set a 96px margin on the left & right at the breakpoint lg */
  .mx-lg-8 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  /* Set a 96px margin on the top & bottom at the breakpoint lg */
  .my-lg-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; } }

@media (min-width: 1025px) {
  /* Set a 108px margin to all sides at the breakpoint lg */
  .m-lg-9 {
    margin: 108px !important; }
  /* Set a 108px margin on the top at the breakpoint lg */
  .mt-lg-9 {
    margin-top: 108px !important; }
  /* Set a 108px margin on the right at the breakpoint lg */
  .mr-lg-9 {
    margin-right: 108px !important; }
  /* Set a 108px margin on the bottom at the breakpoint lg */
  .mb-lg-9 {
    margin-bottom: 108px !important; }
  /* Set a 108px margin on the left at the breakpoint lg */
  .ml-lg-9 {
    margin-left: 108px !important; }
  /* Set a 108px margin on the left & right at the breakpoint lg */
  .mx-lg-9 {
    margin-right: 108px !important;
    margin-left: 108px !important; }
  /* Set a 108px margin on the top & bottom at the breakpoint lg */
  .my-lg-9 {
    margin-top: 108px !important;
    margin-bottom: 108px !important; } }

@media (min-width: 1025px) {
  /* Set a 144px margin to all sides at the breakpoint lg */
  .m-lg-10 {
    margin: 144px !important; }
  /* Set a 144px margin on the top at the breakpoint lg */
  .mt-lg-10 {
    margin-top: 144px !important; }
  /* Set a 144px margin on the right at the breakpoint lg */
  .mr-lg-10 {
    margin-right: 144px !important; }
  /* Set a 144px margin on the bottom at the breakpoint lg */
  .mb-lg-10 {
    margin-bottom: 144px !important; }
  /* Set a 144px margin on the left at the breakpoint lg */
  .ml-lg-10 {
    margin-left: 144px !important; }
  /* Set a 144px margin on the left & right at the breakpoint lg */
  .mx-lg-10 {
    margin-right: 144px !important;
    margin-left: 144px !important; }
  /* Set a 144px margin on the top & bottom at the breakpoint lg */
  .my-lg-10 {
    margin-top: 144px !important;
    margin-bottom: 144px !important; } }

@media (min-width: 1460px) {
  /* Set a 0 margin to all sides at the breakpoint xl */
  .m-xl-0 {
    margin: 0 !important; }
  /* Set a 0 margin on the top at the breakpoint xl */
  .mt-xl-0 {
    margin-top: 0 !important; }
  /* Set a 0 margin on the right at the breakpoint xl */
  .mr-xl-0 {
    margin-right: 0 !important; }
  /* Set a 0 margin on the bottom at the breakpoint xl */
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  /* Set a 0 margin on the left at the breakpoint xl */
  .ml-xl-0 {
    margin-left: 0 !important; }
  /* Set a 0 margin on the left & right at the breakpoint xl */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  /* Set a 0 margin on the top & bottom at the breakpoint xl */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 1460px) {
  /* Set a 4px margin to all sides at the breakpoint xl */
  .m-xl-1 {
    margin: 4px !important; }
  /* Set a 4px margin on the top at the breakpoint xl */
  .mt-xl-1 {
    margin-top: 4px !important; }
  /* Set a 4px margin on the right at the breakpoint xl */
  .mr-xl-1 {
    margin-right: 4px !important; }
  /* Set a 4px margin on the bottom at the breakpoint xl */
  .mb-xl-1 {
    margin-bottom: 4px !important; }
  /* Set a 4px margin on the left at the breakpoint xl */
  .ml-xl-1 {
    margin-left: 4px !important; }
  /* Set a 4px margin on the left & right at the breakpoint xl */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  /* Set a 4px margin on the top & bottom at the breakpoint xl */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media (min-width: 1460px) {
  /* Set a 6px margin to all sides at the breakpoint xl */
  .m-xl-2 {
    margin: 6px !important; }
  /* Set a 6px margin on the top at the breakpoint xl */
  .mt-xl-2 {
    margin-top: 6px !important; }
  /* Set a 6px margin on the right at the breakpoint xl */
  .mr-xl-2 {
    margin-right: 6px !important; }
  /* Set a 6px margin on the bottom at the breakpoint xl */
  .mb-xl-2 {
    margin-bottom: 6px !important; }
  /* Set a 6px margin on the left at the breakpoint xl */
  .ml-xl-2 {
    margin-left: 6px !important; }
  /* Set a 6px margin on the left & right at the breakpoint xl */
  .mx-xl-2 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  /* Set a 6px margin on the top & bottom at the breakpoint xl */
  .my-xl-2 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; } }

@media (min-width: 1460px) {
  /* Set a 12px margin to all sides at the breakpoint xl */
  .m-xl-3 {
    margin: 12px !important; }
  /* Set a 12px margin on the top at the breakpoint xl */
  .mt-xl-3 {
    margin-top: 12px !important; }
  /* Set a 12px margin on the right at the breakpoint xl */
  .mr-xl-3 {
    margin-right: 12px !important; }
  /* Set a 12px margin on the bottom at the breakpoint xl */
  .mb-xl-3 {
    margin-bottom: 12px !important; }
  /* Set a 12px margin on the left at the breakpoint xl */
  .ml-xl-3 {
    margin-left: 12px !important; }
  /* Set a 12px margin on the left & right at the breakpoint xl */
  .mx-xl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  /* Set a 12px margin on the top & bottom at the breakpoint xl */
  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media (min-width: 1460px) {
  /* Set a 24px margin to all sides at the breakpoint xl */
  .m-xl-4 {
    margin: 24px !important; }
  /* Set a 24px margin on the top at the breakpoint xl */
  .mt-xl-4 {
    margin-top: 24px !important; }
  /* Set a 24px margin on the right at the breakpoint xl */
  .mr-xl-4 {
    margin-right: 24px !important; }
  /* Set a 24px margin on the bottom at the breakpoint xl */
  .mb-xl-4 {
    margin-bottom: 24px !important; }
  /* Set a 24px margin on the left at the breakpoint xl */
  .ml-xl-4 {
    margin-left: 24px !important; }
  /* Set a 24px margin on the left & right at the breakpoint xl */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  /* Set a 24px margin on the top & bottom at the breakpoint xl */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; } }

@media (min-width: 1460px) {
  /* Set a 36px margin to all sides at the breakpoint xl */
  .m-xl-5 {
    margin: 36px !important; }
  /* Set a 36px margin on the top at the breakpoint xl */
  .mt-xl-5 {
    margin-top: 36px !important; }
  /* Set a 36px margin on the right at the breakpoint xl */
  .mr-xl-5 {
    margin-right: 36px !important; }
  /* Set a 36px margin on the bottom at the breakpoint xl */
  .mb-xl-5 {
    margin-bottom: 36px !important; }
  /* Set a 36px margin on the left at the breakpoint xl */
  .ml-xl-5 {
    margin-left: 36px !important; }
  /* Set a 36px margin on the left & right at the breakpoint xl */
  .mx-xl-5 {
    margin-right: 36px !important;
    margin-left: 36px !important; }
  /* Set a 36px margin on the top & bottom at the breakpoint xl */
  .my-xl-5 {
    margin-top: 36px !important;
    margin-bottom: 36px !important; } }

@media (min-width: 1460px) {
  /* Set a 48px margin to all sides at the breakpoint xl */
  .m-xl-6 {
    margin: 48px !important; }
  /* Set a 48px margin on the top at the breakpoint xl */
  .mt-xl-6 {
    margin-top: 48px !important; }
  /* Set a 48px margin on the right at the breakpoint xl */
  .mr-xl-6 {
    margin-right: 48px !important; }
  /* Set a 48px margin on the bottom at the breakpoint xl */
  .mb-xl-6 {
    margin-bottom: 48px !important; }
  /* Set a 48px margin on the left at the breakpoint xl */
  .ml-xl-6 {
    margin-left: 48px !important; }
  /* Set a 48px margin on the left & right at the breakpoint xl */
  .mx-xl-6 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  /* Set a 48px margin on the top & bottom at the breakpoint xl */
  .my-xl-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

@media (min-width: 1460px) {
  /* Set a 72px margin to all sides at the breakpoint xl */
  .m-xl-7 {
    margin: 72px !important; }
  /* Set a 72px margin on the top at the breakpoint xl */
  .mt-xl-7 {
    margin-top: 72px !important; }
  /* Set a 72px margin on the right at the breakpoint xl */
  .mr-xl-7 {
    margin-right: 72px !important; }
  /* Set a 72px margin on the bottom at the breakpoint xl */
  .mb-xl-7 {
    margin-bottom: 72px !important; }
  /* Set a 72px margin on the left at the breakpoint xl */
  .ml-xl-7 {
    margin-left: 72px !important; }
  /* Set a 72px margin on the left & right at the breakpoint xl */
  .mx-xl-7 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  /* Set a 72px margin on the top & bottom at the breakpoint xl */
  .my-xl-7 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; } }

@media (min-width: 1460px) {
  /* Set a 96px margin to all sides at the breakpoint xl */
  .m-xl-8 {
    margin: 96px !important; }
  /* Set a 96px margin on the top at the breakpoint xl */
  .mt-xl-8 {
    margin-top: 96px !important; }
  /* Set a 96px margin on the right at the breakpoint xl */
  .mr-xl-8 {
    margin-right: 96px !important; }
  /* Set a 96px margin on the bottom at the breakpoint xl */
  .mb-xl-8 {
    margin-bottom: 96px !important; }
  /* Set a 96px margin on the left at the breakpoint xl */
  .ml-xl-8 {
    margin-left: 96px !important; }
  /* Set a 96px margin on the left & right at the breakpoint xl */
  .mx-xl-8 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  /* Set a 96px margin on the top & bottom at the breakpoint xl */
  .my-xl-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; } }

@media (min-width: 1460px) {
  /* Set a 108px margin to all sides at the breakpoint xl */
  .m-xl-9 {
    margin: 108px !important; }
  /* Set a 108px margin on the top at the breakpoint xl */
  .mt-xl-9 {
    margin-top: 108px !important; }
  /* Set a 108px margin on the right at the breakpoint xl */
  .mr-xl-9 {
    margin-right: 108px !important; }
  /* Set a 108px margin on the bottom at the breakpoint xl */
  .mb-xl-9 {
    margin-bottom: 108px !important; }
  /* Set a 108px margin on the left at the breakpoint xl */
  .ml-xl-9 {
    margin-left: 108px !important; }
  /* Set a 108px margin on the left & right at the breakpoint xl */
  .mx-xl-9 {
    margin-right: 108px !important;
    margin-left: 108px !important; }
  /* Set a 108px margin on the top & bottom at the breakpoint xl */
  .my-xl-9 {
    margin-top: 108px !important;
    margin-bottom: 108px !important; } }

@media (min-width: 1460px) {
  /* Set a 144px margin to all sides at the breakpoint xl */
  .m-xl-10 {
    margin: 144px !important; }
  /* Set a 144px margin on the top at the breakpoint xl */
  .mt-xl-10 {
    margin-top: 144px !important; }
  /* Set a 144px margin on the right at the breakpoint xl */
  .mr-xl-10 {
    margin-right: 144px !important; }
  /* Set a 144px margin on the bottom at the breakpoint xl */
  .mb-xl-10 {
    margin-bottom: 144px !important; }
  /* Set a 144px margin on the left at the breakpoint xl */
  .ml-xl-10 {
    margin-left: 144px !important; }
  /* Set a 144px margin on the left & right at the breakpoint xl */
  .mx-xl-10 {
    margin-right: 144px !important;
    margin-left: 144px !important; }
  /* Set a 144px margin on the top & bottom at the breakpoint xl */
  .my-xl-10 {
    margin-top: 144px !important;
    margin-bottom: 144px !important; } }

/* Set an auto margin on left & right */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

/* Set a 0 padding to all sides */
.p-0 {
  padding: 0 !important; }

/* Set a 0 padding to the top */
.pt-0 {
  padding-top: 0 !important; }

/* Set a 0 padding to the right */
.pr-0 {
  padding-right: 0 !important; }

/* Set a 0 padding to the bottom */
.pb-0 {
  padding-bottom: 0 !important; }

/* Set a 0 padding to the left */
.pl-0 {
  padding-left: 0 !important; }

/* Set a 0 padding to the left & right */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* Set a 0 padding to the top & bottom */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Set a 4px padding to all sides */
.p-1 {
  padding: 4px !important; }

/* Set a 4px padding to the top */
.pt-1 {
  padding-top: 4px !important; }

/* Set a 4px padding to the right */
.pr-1 {
  padding-right: 4px !important; }

/* Set a 4px padding to the bottom */
.pb-1 {
  padding-bottom: 4px !important; }

/* Set a 4px padding to the left */
.pl-1 {
  padding-left: 4px !important; }

/* Set a 4px padding to the left & right */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important; }

/* Set a 4px padding to the top & bottom */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

/* Set a 6px padding to all sides */
.p-2 {
  padding: 6px !important; }

/* Set a 6px padding to the top */
.pt-2 {
  padding-top: 6px !important; }

/* Set a 6px padding to the right */
.pr-2 {
  padding-right: 6px !important; }

/* Set a 6px padding to the bottom */
.pb-2 {
  padding-bottom: 6px !important; }

/* Set a 6px padding to the left */
.pl-2 {
  padding-left: 6px !important; }

/* Set a 6px padding to the left & right */
.px-2 {
  padding-right: 6px !important;
  padding-left: 6px !important; }

/* Set a 6px padding to the top & bottom */
.py-2 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

/* Set a 12px padding to all sides */
.p-3 {
  padding: 12px !important; }

/* Set a 12px padding to the top */
.pt-3 {
  padding-top: 12px !important; }

/* Set a 12px padding to the right */
.pr-3 {
  padding-right: 12px !important; }

/* Set a 12px padding to the bottom */
.pb-3 {
  padding-bottom: 12px !important; }

/* Set a 12px padding to the left */
.pl-3 {
  padding-left: 12px !important; }

/* Set a 12px padding to the left & right */
.px-3 {
  padding-right: 12px !important;
  padding-left: 12px !important; }

/* Set a 12px padding to the top & bottom */
.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

/* Set a 24px padding to all sides */
.p-4 {
  padding: 24px !important; }

/* Set a 24px padding to the top */
.pt-4 {
  padding-top: 24px !important; }

/* Set a 24px padding to the right */
.pr-4 {
  padding-right: 24px !important; }

/* Set a 24px padding to the bottom */
.pb-4 {
  padding-bottom: 24px !important; }

/* Set a 24px padding to the left */
.pl-4 {
  padding-left: 24px !important; }

/* Set a 24px padding to the left & right */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important; }

/* Set a 24px padding to the top & bottom */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

/* Set a 36px padding to all sides */
.p-5 {
  padding: 36px !important; }

/* Set a 36px padding to the top */
.pt-5 {
  padding-top: 36px !important; }

/* Set a 36px padding to the right */
.pr-5 {
  padding-right: 36px !important; }

/* Set a 36px padding to the bottom */
.pb-5 {
  padding-bottom: 36px !important; }

/* Set a 36px padding to the left */
.pl-5 {
  padding-left: 36px !important; }

/* Set a 36px padding to the left & right */
.px-5 {
  padding-right: 36px !important;
  padding-left: 36px !important; }

/* Set a 36px padding to the top & bottom */
.py-5 {
  padding-top: 36px !important;
  padding-bottom: 36px !important; }

/* Set a 48px padding to all sides */
.p-6 {
  padding: 48px !important; }

/* Set a 48px padding to the top */
.pt-6 {
  padding-top: 48px !important; }

/* Set a 48px padding to the right */
.pr-6 {
  padding-right: 48px !important; }

/* Set a 48px padding to the bottom */
.pb-6 {
  padding-bottom: 48px !important; }

/* Set a 48px padding to the left */
.pl-6 {
  padding-left: 48px !important; }

/* Set a 48px padding to the left & right */
.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important; }

/* Set a 48px padding to the top & bottom */
.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

/* Set a 72px padding to all sides */
.p-7 {
  padding: 72px !important; }

/* Set a 72px padding to the top */
.pt-7 {
  padding-top: 72px !important; }

/* Set a 72px padding to the right */
.pr-7 {
  padding-right: 72px !important; }

/* Set a 72px padding to the bottom */
.pb-7 {
  padding-bottom: 72px !important; }

/* Set a 72px padding to the left */
.pl-7 {
  padding-left: 72px !important; }

/* Set a 72px padding to the left & right */
.px-7 {
  padding-right: 72px !important;
  padding-left: 72px !important; }

/* Set a 72px padding to the top & bottom */
.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important; }

/* Set a 96px padding to all sides */
.p-8 {
  padding: 96px !important; }

/* Set a 96px padding to the top */
.pt-8 {
  padding-top: 96px !important; }

/* Set a 96px padding to the right */
.pr-8 {
  padding-right: 96px !important; }

/* Set a 96px padding to the bottom */
.pb-8 {
  padding-bottom: 96px !important; }

/* Set a 96px padding to the left */
.pl-8 {
  padding-left: 96px !important; }

/* Set a 96px padding to the left & right */
.px-8 {
  padding-right: 96px !important;
  padding-left: 96px !important; }

/* Set a 96px padding to the top & bottom */
.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

/* Set a 108px padding to all sides */
.p-9 {
  padding: 108px !important; }

/* Set a 108px padding to the top */
.pt-9 {
  padding-top: 108px !important; }

/* Set a 108px padding to the right */
.pr-9 {
  padding-right: 108px !important; }

/* Set a 108px padding to the bottom */
.pb-9 {
  padding-bottom: 108px !important; }

/* Set a 108px padding to the left */
.pl-9 {
  padding-left: 108px !important; }

/* Set a 108px padding to the left & right */
.px-9 {
  padding-right: 108px !important;
  padding-left: 108px !important; }

/* Set a 108px padding to the top & bottom */
.py-9 {
  padding-top: 108px !important;
  padding-bottom: 108px !important; }

/* Set a 144px padding to all sides */
.p-10 {
  padding: 144px !important; }

/* Set a 144px padding to the top */
.pt-10 {
  padding-top: 144px !important; }

/* Set a 144px padding to the right */
.pr-10 {
  padding-right: 144px !important; }

/* Set a 144px padding to the bottom */
.pb-10 {
  padding-bottom: 144px !important; }

/* Set a 144px padding to the left */
.pl-10 {
  padding-left: 144px !important; }

/* Set a 144px padding to the left & right */
.px-10 {
  padding-right: 144px !important;
  padding-left: 144px !important; }

/* Set a 144px padding to the top & bottom */
.py-10 {
  padding-top: 144px !important;
  padding-bottom: 144px !important; }

@media (min-width: 600px) {
  /* Set a 0 padding to all sides at the sm breakpoint */
  .p-sm-0 {
    padding: 0 !important; }
  /* Set a 0 padding to the top at the sm breakpoint */
  .pt-sm-0 {
    padding-top: 0 !important; }
  /* Set a 0 padding to the right at the sm breakpoint */
  .pr-sm-0 {
    padding-right: 0 !important; }
  /* Set a 0 padding to the bottom at the sm breakpoint */
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  /* Set a 0 padding to the left at the sm breakpoint */
  .pl-sm-0 {
    padding-left: 0 !important; }
  /* Set a 0 padding to the left & right at the sm breakpoint */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  /* Set a 0 padding to the top & bottom at the sm breakpoint */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 600px) {
  /* Set a 4px padding to all sides at the sm breakpoint */
  .p-sm-1 {
    padding: 4px !important; }
  /* Set a 4px padding to the top at the sm breakpoint */
  .pt-sm-1 {
    padding-top: 4px !important; }
  /* Set a 4px padding to the right at the sm breakpoint */
  .pr-sm-1 {
    padding-right: 4px !important; }
  /* Set a 4px padding to the bottom at the sm breakpoint */
  .pb-sm-1 {
    padding-bottom: 4px !important; }
  /* Set a 4px padding to the left at the sm breakpoint */
  .pl-sm-1 {
    padding-left: 4px !important; }
  /* Set a 4px padding to the left & right at the sm breakpoint */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  /* Set a 4px padding to the top & bottom at the sm breakpoint */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media (min-width: 600px) {
  /* Set a 6px padding to all sides at the sm breakpoint */
  .p-sm-2 {
    padding: 6px !important; }
  /* Set a 6px padding to the top at the sm breakpoint */
  .pt-sm-2 {
    padding-top: 6px !important; }
  /* Set a 6px padding to the right at the sm breakpoint */
  .pr-sm-2 {
    padding-right: 6px !important; }
  /* Set a 6px padding to the bottom at the sm breakpoint */
  .pb-sm-2 {
    padding-bottom: 6px !important; }
  /* Set a 6px padding to the left at the sm breakpoint */
  .pl-sm-2 {
    padding-left: 6px !important; }
  /* Set a 6px padding to the left & right at the sm breakpoint */
  .px-sm-2 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  /* Set a 6px padding to the top & bottom at the sm breakpoint */
  .py-sm-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; } }

@media (min-width: 600px) {
  /* Set a 12px padding to all sides at the sm breakpoint */
  .p-sm-3 {
    padding: 12px !important; }
  /* Set a 12px padding to the top at the sm breakpoint */
  .pt-sm-3 {
    padding-top: 12px !important; }
  /* Set a 12px padding to the right at the sm breakpoint */
  .pr-sm-3 {
    padding-right: 12px !important; }
  /* Set a 12px padding to the bottom at the sm breakpoint */
  .pb-sm-3 {
    padding-bottom: 12px !important; }
  /* Set a 12px padding to the left at the sm breakpoint */
  .pl-sm-3 {
    padding-left: 12px !important; }
  /* Set a 12px padding to the left & right at the sm breakpoint */
  .px-sm-3 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  /* Set a 12px padding to the top & bottom at the sm breakpoint */
  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media (min-width: 600px) {
  /* Set a 24px padding to all sides at the sm breakpoint */
  .p-sm-4 {
    padding: 24px !important; }
  /* Set a 24px padding to the top at the sm breakpoint */
  .pt-sm-4 {
    padding-top: 24px !important; }
  /* Set a 24px padding to the right at the sm breakpoint */
  .pr-sm-4 {
    padding-right: 24px !important; }
  /* Set a 24px padding to the bottom at the sm breakpoint */
  .pb-sm-4 {
    padding-bottom: 24px !important; }
  /* Set a 24px padding to the left at the sm breakpoint */
  .pl-sm-4 {
    padding-left: 24px !important; }
  /* Set a 24px padding to the left & right at the sm breakpoint */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  /* Set a 24px padding to the top & bottom at the sm breakpoint */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; } }

@media (min-width: 600px) {
  /* Set a 36px padding to all sides at the sm breakpoint */
  .p-sm-5 {
    padding: 36px !important; }
  /* Set a 36px padding to the top at the sm breakpoint */
  .pt-sm-5 {
    padding-top: 36px !important; }
  /* Set a 36px padding to the right at the sm breakpoint */
  .pr-sm-5 {
    padding-right: 36px !important; }
  /* Set a 36px padding to the bottom at the sm breakpoint */
  .pb-sm-5 {
    padding-bottom: 36px !important; }
  /* Set a 36px padding to the left at the sm breakpoint */
  .pl-sm-5 {
    padding-left: 36px !important; }
  /* Set a 36px padding to the left & right at the sm breakpoint */
  .px-sm-5 {
    padding-right: 36px !important;
    padding-left: 36px !important; }
  /* Set a 36px padding to the top & bottom at the sm breakpoint */
  .py-sm-5 {
    padding-top: 36px !important;
    padding-bottom: 36px !important; } }

@media (min-width: 600px) {
  /* Set a 48px padding to all sides at the sm breakpoint */
  .p-sm-6 {
    padding: 48px !important; }
  /* Set a 48px padding to the top at the sm breakpoint */
  .pt-sm-6 {
    padding-top: 48px !important; }
  /* Set a 48px padding to the right at the sm breakpoint */
  .pr-sm-6 {
    padding-right: 48px !important; }
  /* Set a 48px padding to the bottom at the sm breakpoint */
  .pb-sm-6 {
    padding-bottom: 48px !important; }
  /* Set a 48px padding to the left at the sm breakpoint */
  .pl-sm-6 {
    padding-left: 48px !important; }
  /* Set a 48px padding to the left & right at the sm breakpoint */
  .px-sm-6 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  /* Set a 48px padding to the top & bottom at the sm breakpoint */
  .py-sm-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media (min-width: 600px) {
  /* Set a 72px padding to all sides at the sm breakpoint */
  .p-sm-7 {
    padding: 72px !important; }
  /* Set a 72px padding to the top at the sm breakpoint */
  .pt-sm-7 {
    padding-top: 72px !important; }
  /* Set a 72px padding to the right at the sm breakpoint */
  .pr-sm-7 {
    padding-right: 72px !important; }
  /* Set a 72px padding to the bottom at the sm breakpoint */
  .pb-sm-7 {
    padding-bottom: 72px !important; }
  /* Set a 72px padding to the left at the sm breakpoint */
  .pl-sm-7 {
    padding-left: 72px !important; }
  /* Set a 72px padding to the left & right at the sm breakpoint */
  .px-sm-7 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  /* Set a 72px padding to the top & bottom at the sm breakpoint */
  .py-sm-7 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; } }

@media (min-width: 600px) {
  /* Set a 96px padding to all sides at the sm breakpoint */
  .p-sm-8 {
    padding: 96px !important; }
  /* Set a 96px padding to the top at the sm breakpoint */
  .pt-sm-8 {
    padding-top: 96px !important; }
  /* Set a 96px padding to the right at the sm breakpoint */
  .pr-sm-8 {
    padding-right: 96px !important; }
  /* Set a 96px padding to the bottom at the sm breakpoint */
  .pb-sm-8 {
    padding-bottom: 96px !important; }
  /* Set a 96px padding to the left at the sm breakpoint */
  .pl-sm-8 {
    padding-left: 96px !important; }
  /* Set a 96px padding to the left & right at the sm breakpoint */
  .px-sm-8 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  /* Set a 96px padding to the top & bottom at the sm breakpoint */
  .py-sm-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media (min-width: 600px) {
  /* Set a 108px padding to all sides at the sm breakpoint */
  .p-sm-9 {
    padding: 108px !important; }
  /* Set a 108px padding to the top at the sm breakpoint */
  .pt-sm-9 {
    padding-top: 108px !important; }
  /* Set a 108px padding to the right at the sm breakpoint */
  .pr-sm-9 {
    padding-right: 108px !important; }
  /* Set a 108px padding to the bottom at the sm breakpoint */
  .pb-sm-9 {
    padding-bottom: 108px !important; }
  /* Set a 108px padding to the left at the sm breakpoint */
  .pl-sm-9 {
    padding-left: 108px !important; }
  /* Set a 108px padding to the left & right at the sm breakpoint */
  .px-sm-9 {
    padding-right: 108px !important;
    padding-left: 108px !important; }
  /* Set a 108px padding to the top & bottom at the sm breakpoint */
  .py-sm-9 {
    padding-top: 108px !important;
    padding-bottom: 108px !important; } }

@media (min-width: 600px) {
  /* Set a 144px padding to all sides at the sm breakpoint */
  .p-sm-10 {
    padding: 144px !important; }
  /* Set a 144px padding to the top at the sm breakpoint */
  .pt-sm-10 {
    padding-top: 144px !important; }
  /* Set a 144px padding to the right at the sm breakpoint */
  .pr-sm-10 {
    padding-right: 144px !important; }
  /* Set a 144px padding to the bottom at the sm breakpoint */
  .pb-sm-10 {
    padding-bottom: 144px !important; }
  /* Set a 144px padding to the left at the sm breakpoint */
  .pl-sm-10 {
    padding-left: 144px !important; }
  /* Set a 144px padding to the left & right at the sm breakpoint */
  .px-sm-10 {
    padding-right: 144px !important;
    padding-left: 144px !important; }
  /* Set a 144px padding to the top & bottom at the sm breakpoint */
  .py-sm-10 {
    padding-top: 144px !important;
    padding-bottom: 144px !important; } }

@media (min-width: 800px) {
  /* Set a 0 padding to all sides at the md breakpoint */
  .p-md-0 {
    padding: 0 !important; }
  /* Set a 0 padding to the top at the md breakpoint */
  .pt-md-0 {
    padding-top: 0 !important; }
  /* Set a 0 padding to the right at the md breakpoint */
  .pr-md-0 {
    padding-right: 0 !important; }
  /* Set a 0 padding to the bottom at the md breakpoint */
  .pb-md-0 {
    padding-bottom: 0 !important; }
  /* Set a 0 padding to the left at the md breakpoint */
  .pl-md-0 {
    padding-left: 0 !important; }
  /* Set a 0 padding to the left & right at the md breakpoint */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  /* Set a 0 padding to the top & bottom at the md breakpoint */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 800px) {
  /* Set a 4px padding to all sides at the md breakpoint */
  .p-md-1 {
    padding: 4px !important; }
  /* Set a 4px padding to the top at the md breakpoint */
  .pt-md-1 {
    padding-top: 4px !important; }
  /* Set a 4px padding to the right at the md breakpoint */
  .pr-md-1 {
    padding-right: 4px !important; }
  /* Set a 4px padding to the bottom at the md breakpoint */
  .pb-md-1 {
    padding-bottom: 4px !important; }
  /* Set a 4px padding to the left at the md breakpoint */
  .pl-md-1 {
    padding-left: 4px !important; }
  /* Set a 4px padding to the left & right at the md breakpoint */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  /* Set a 4px padding to the top & bottom at the md breakpoint */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media (min-width: 800px) {
  /* Set a 6px padding to all sides at the md breakpoint */
  .p-md-2 {
    padding: 6px !important; }
  /* Set a 6px padding to the top at the md breakpoint */
  .pt-md-2 {
    padding-top: 6px !important; }
  /* Set a 6px padding to the right at the md breakpoint */
  .pr-md-2 {
    padding-right: 6px !important; }
  /* Set a 6px padding to the bottom at the md breakpoint */
  .pb-md-2 {
    padding-bottom: 6px !important; }
  /* Set a 6px padding to the left at the md breakpoint */
  .pl-md-2 {
    padding-left: 6px !important; }
  /* Set a 6px padding to the left & right at the md breakpoint */
  .px-md-2 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  /* Set a 6px padding to the top & bottom at the md breakpoint */
  .py-md-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; } }

@media (min-width: 800px) {
  /* Set a 12px padding to all sides at the md breakpoint */
  .p-md-3 {
    padding: 12px !important; }
  /* Set a 12px padding to the top at the md breakpoint */
  .pt-md-3 {
    padding-top: 12px !important; }
  /* Set a 12px padding to the right at the md breakpoint */
  .pr-md-3 {
    padding-right: 12px !important; }
  /* Set a 12px padding to the bottom at the md breakpoint */
  .pb-md-3 {
    padding-bottom: 12px !important; }
  /* Set a 12px padding to the left at the md breakpoint */
  .pl-md-3 {
    padding-left: 12px !important; }
  /* Set a 12px padding to the left & right at the md breakpoint */
  .px-md-3 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  /* Set a 12px padding to the top & bottom at the md breakpoint */
  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media (min-width: 800px) {
  /* Set a 24px padding to all sides at the md breakpoint */
  .p-md-4 {
    padding: 24px !important; }
  /* Set a 24px padding to the top at the md breakpoint */
  .pt-md-4 {
    padding-top: 24px !important; }
  /* Set a 24px padding to the right at the md breakpoint */
  .pr-md-4 {
    padding-right: 24px !important; }
  /* Set a 24px padding to the bottom at the md breakpoint */
  .pb-md-4 {
    padding-bottom: 24px !important; }
  /* Set a 24px padding to the left at the md breakpoint */
  .pl-md-4 {
    padding-left: 24px !important; }
  /* Set a 24px padding to the left & right at the md breakpoint */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  /* Set a 24px padding to the top & bottom at the md breakpoint */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; } }

@media (min-width: 800px) {
  /* Set a 36px padding to all sides at the md breakpoint */
  .p-md-5 {
    padding: 36px !important; }
  /* Set a 36px padding to the top at the md breakpoint */
  .pt-md-5 {
    padding-top: 36px !important; }
  /* Set a 36px padding to the right at the md breakpoint */
  .pr-md-5 {
    padding-right: 36px !important; }
  /* Set a 36px padding to the bottom at the md breakpoint */
  .pb-md-5 {
    padding-bottom: 36px !important; }
  /* Set a 36px padding to the left at the md breakpoint */
  .pl-md-5 {
    padding-left: 36px !important; }
  /* Set a 36px padding to the left & right at the md breakpoint */
  .px-md-5 {
    padding-right: 36px !important;
    padding-left: 36px !important; }
  /* Set a 36px padding to the top & bottom at the md breakpoint */
  .py-md-5 {
    padding-top: 36px !important;
    padding-bottom: 36px !important; } }

@media (min-width: 800px) {
  /* Set a 48px padding to all sides at the md breakpoint */
  .p-md-6 {
    padding: 48px !important; }
  /* Set a 48px padding to the top at the md breakpoint */
  .pt-md-6 {
    padding-top: 48px !important; }
  /* Set a 48px padding to the right at the md breakpoint */
  .pr-md-6 {
    padding-right: 48px !important; }
  /* Set a 48px padding to the bottom at the md breakpoint */
  .pb-md-6 {
    padding-bottom: 48px !important; }
  /* Set a 48px padding to the left at the md breakpoint */
  .pl-md-6 {
    padding-left: 48px !important; }
  /* Set a 48px padding to the left & right at the md breakpoint */
  .px-md-6 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  /* Set a 48px padding to the top & bottom at the md breakpoint */
  .py-md-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media (min-width: 800px) {
  /* Set a 72px padding to all sides at the md breakpoint */
  .p-md-7 {
    padding: 72px !important; }
  /* Set a 72px padding to the top at the md breakpoint */
  .pt-md-7 {
    padding-top: 72px !important; }
  /* Set a 72px padding to the right at the md breakpoint */
  .pr-md-7 {
    padding-right: 72px !important; }
  /* Set a 72px padding to the bottom at the md breakpoint */
  .pb-md-7 {
    padding-bottom: 72px !important; }
  /* Set a 72px padding to the left at the md breakpoint */
  .pl-md-7 {
    padding-left: 72px !important; }
  /* Set a 72px padding to the left & right at the md breakpoint */
  .px-md-7 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  /* Set a 72px padding to the top & bottom at the md breakpoint */
  .py-md-7 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; } }

@media (min-width: 800px) {
  /* Set a 96px padding to all sides at the md breakpoint */
  .p-md-8 {
    padding: 96px !important; }
  /* Set a 96px padding to the top at the md breakpoint */
  .pt-md-8 {
    padding-top: 96px !important; }
  /* Set a 96px padding to the right at the md breakpoint */
  .pr-md-8 {
    padding-right: 96px !important; }
  /* Set a 96px padding to the bottom at the md breakpoint */
  .pb-md-8 {
    padding-bottom: 96px !important; }
  /* Set a 96px padding to the left at the md breakpoint */
  .pl-md-8 {
    padding-left: 96px !important; }
  /* Set a 96px padding to the left & right at the md breakpoint */
  .px-md-8 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  /* Set a 96px padding to the top & bottom at the md breakpoint */
  .py-md-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media (min-width: 800px) {
  /* Set a 108px padding to all sides at the md breakpoint */
  .p-md-9 {
    padding: 108px !important; }
  /* Set a 108px padding to the top at the md breakpoint */
  .pt-md-9 {
    padding-top: 108px !important; }
  /* Set a 108px padding to the right at the md breakpoint */
  .pr-md-9 {
    padding-right: 108px !important; }
  /* Set a 108px padding to the bottom at the md breakpoint */
  .pb-md-9 {
    padding-bottom: 108px !important; }
  /* Set a 108px padding to the left at the md breakpoint */
  .pl-md-9 {
    padding-left: 108px !important; }
  /* Set a 108px padding to the left & right at the md breakpoint */
  .px-md-9 {
    padding-right: 108px !important;
    padding-left: 108px !important; }
  /* Set a 108px padding to the top & bottom at the md breakpoint */
  .py-md-9 {
    padding-top: 108px !important;
    padding-bottom: 108px !important; } }

@media (min-width: 800px) {
  /* Set a 144px padding to all sides at the md breakpoint */
  .p-md-10 {
    padding: 144px !important; }
  /* Set a 144px padding to the top at the md breakpoint */
  .pt-md-10 {
    padding-top: 144px !important; }
  /* Set a 144px padding to the right at the md breakpoint */
  .pr-md-10 {
    padding-right: 144px !important; }
  /* Set a 144px padding to the bottom at the md breakpoint */
  .pb-md-10 {
    padding-bottom: 144px !important; }
  /* Set a 144px padding to the left at the md breakpoint */
  .pl-md-10 {
    padding-left: 144px !important; }
  /* Set a 144px padding to the left & right at the md breakpoint */
  .px-md-10 {
    padding-right: 144px !important;
    padding-left: 144px !important; }
  /* Set a 144px padding to the top & bottom at the md breakpoint */
  .py-md-10 {
    padding-top: 144px !important;
    padding-bottom: 144px !important; } }

@media (min-width: 1025px) {
  /* Set a 0 padding to all sides at the lg breakpoint */
  .p-lg-0 {
    padding: 0 !important; }
  /* Set a 0 padding to the top at the lg breakpoint */
  .pt-lg-0 {
    padding-top: 0 !important; }
  /* Set a 0 padding to the right at the lg breakpoint */
  .pr-lg-0 {
    padding-right: 0 !important; }
  /* Set a 0 padding to the bottom at the lg breakpoint */
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  /* Set a 0 padding to the left at the lg breakpoint */
  .pl-lg-0 {
    padding-left: 0 !important; }
  /* Set a 0 padding to the left & right at the lg breakpoint */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  /* Set a 0 padding to the top & bottom at the lg breakpoint */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 1025px) {
  /* Set a 4px padding to all sides at the lg breakpoint */
  .p-lg-1 {
    padding: 4px !important; }
  /* Set a 4px padding to the top at the lg breakpoint */
  .pt-lg-1 {
    padding-top: 4px !important; }
  /* Set a 4px padding to the right at the lg breakpoint */
  .pr-lg-1 {
    padding-right: 4px !important; }
  /* Set a 4px padding to the bottom at the lg breakpoint */
  .pb-lg-1 {
    padding-bottom: 4px !important; }
  /* Set a 4px padding to the left at the lg breakpoint */
  .pl-lg-1 {
    padding-left: 4px !important; }
  /* Set a 4px padding to the left & right at the lg breakpoint */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  /* Set a 4px padding to the top & bottom at the lg breakpoint */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media (min-width: 1025px) {
  /* Set a 6px padding to all sides at the lg breakpoint */
  .p-lg-2 {
    padding: 6px !important; }
  /* Set a 6px padding to the top at the lg breakpoint */
  .pt-lg-2 {
    padding-top: 6px !important; }
  /* Set a 6px padding to the right at the lg breakpoint */
  .pr-lg-2 {
    padding-right: 6px !important; }
  /* Set a 6px padding to the bottom at the lg breakpoint */
  .pb-lg-2 {
    padding-bottom: 6px !important; }
  /* Set a 6px padding to the left at the lg breakpoint */
  .pl-lg-2 {
    padding-left: 6px !important; }
  /* Set a 6px padding to the left & right at the lg breakpoint */
  .px-lg-2 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  /* Set a 6px padding to the top & bottom at the lg breakpoint */
  .py-lg-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; } }

@media (min-width: 1025px) {
  /* Set a 12px padding to all sides at the lg breakpoint */
  .p-lg-3 {
    padding: 12px !important; }
  /* Set a 12px padding to the top at the lg breakpoint */
  .pt-lg-3 {
    padding-top: 12px !important; }
  /* Set a 12px padding to the right at the lg breakpoint */
  .pr-lg-3 {
    padding-right: 12px !important; }
  /* Set a 12px padding to the bottom at the lg breakpoint */
  .pb-lg-3 {
    padding-bottom: 12px !important; }
  /* Set a 12px padding to the left at the lg breakpoint */
  .pl-lg-3 {
    padding-left: 12px !important; }
  /* Set a 12px padding to the left & right at the lg breakpoint */
  .px-lg-3 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  /* Set a 12px padding to the top & bottom at the lg breakpoint */
  .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media (min-width: 1025px) {
  /* Set a 24px padding to all sides at the lg breakpoint */
  .p-lg-4 {
    padding: 24px !important; }
  /* Set a 24px padding to the top at the lg breakpoint */
  .pt-lg-4 {
    padding-top: 24px !important; }
  /* Set a 24px padding to the right at the lg breakpoint */
  .pr-lg-4 {
    padding-right: 24px !important; }
  /* Set a 24px padding to the bottom at the lg breakpoint */
  .pb-lg-4 {
    padding-bottom: 24px !important; }
  /* Set a 24px padding to the left at the lg breakpoint */
  .pl-lg-4 {
    padding-left: 24px !important; }
  /* Set a 24px padding to the left & right at the lg breakpoint */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  /* Set a 24px padding to the top & bottom at the lg breakpoint */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; } }

@media (min-width: 1025px) {
  /* Set a 36px padding to all sides at the lg breakpoint */
  .p-lg-5 {
    padding: 36px !important; }
  /* Set a 36px padding to the top at the lg breakpoint */
  .pt-lg-5 {
    padding-top: 36px !important; }
  /* Set a 36px padding to the right at the lg breakpoint */
  .pr-lg-5 {
    padding-right: 36px !important; }
  /* Set a 36px padding to the bottom at the lg breakpoint */
  .pb-lg-5 {
    padding-bottom: 36px !important; }
  /* Set a 36px padding to the left at the lg breakpoint */
  .pl-lg-5 {
    padding-left: 36px !important; }
  /* Set a 36px padding to the left & right at the lg breakpoint */
  .px-lg-5 {
    padding-right: 36px !important;
    padding-left: 36px !important; }
  /* Set a 36px padding to the top & bottom at the lg breakpoint */
  .py-lg-5 {
    padding-top: 36px !important;
    padding-bottom: 36px !important; } }

@media (min-width: 1025px) {
  /* Set a 48px padding to all sides at the lg breakpoint */
  .p-lg-6 {
    padding: 48px !important; }
  /* Set a 48px padding to the top at the lg breakpoint */
  .pt-lg-6 {
    padding-top: 48px !important; }
  /* Set a 48px padding to the right at the lg breakpoint */
  .pr-lg-6 {
    padding-right: 48px !important; }
  /* Set a 48px padding to the bottom at the lg breakpoint */
  .pb-lg-6 {
    padding-bottom: 48px !important; }
  /* Set a 48px padding to the left at the lg breakpoint */
  .pl-lg-6 {
    padding-left: 48px !important; }
  /* Set a 48px padding to the left & right at the lg breakpoint */
  .px-lg-6 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  /* Set a 48px padding to the top & bottom at the lg breakpoint */
  .py-lg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media (min-width: 1025px) {
  /* Set a 72px padding to all sides at the lg breakpoint */
  .p-lg-7 {
    padding: 72px !important; }
  /* Set a 72px padding to the top at the lg breakpoint */
  .pt-lg-7 {
    padding-top: 72px !important; }
  /* Set a 72px padding to the right at the lg breakpoint */
  .pr-lg-7 {
    padding-right: 72px !important; }
  /* Set a 72px padding to the bottom at the lg breakpoint */
  .pb-lg-7 {
    padding-bottom: 72px !important; }
  /* Set a 72px padding to the left at the lg breakpoint */
  .pl-lg-7 {
    padding-left: 72px !important; }
  /* Set a 72px padding to the left & right at the lg breakpoint */
  .px-lg-7 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  /* Set a 72px padding to the top & bottom at the lg breakpoint */
  .py-lg-7 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; } }

@media (min-width: 1025px) {
  /* Set a 96px padding to all sides at the lg breakpoint */
  .p-lg-8 {
    padding: 96px !important; }
  /* Set a 96px padding to the top at the lg breakpoint */
  .pt-lg-8 {
    padding-top: 96px !important; }
  /* Set a 96px padding to the right at the lg breakpoint */
  .pr-lg-8 {
    padding-right: 96px !important; }
  /* Set a 96px padding to the bottom at the lg breakpoint */
  .pb-lg-8 {
    padding-bottom: 96px !important; }
  /* Set a 96px padding to the left at the lg breakpoint */
  .pl-lg-8 {
    padding-left: 96px !important; }
  /* Set a 96px padding to the left & right at the lg breakpoint */
  .px-lg-8 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  /* Set a 96px padding to the top & bottom at the lg breakpoint */
  .py-lg-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media (min-width: 1025px) {
  /* Set a 108px padding to all sides at the lg breakpoint */
  .p-lg-9 {
    padding: 108px !important; }
  /* Set a 108px padding to the top at the lg breakpoint */
  .pt-lg-9 {
    padding-top: 108px !important; }
  /* Set a 108px padding to the right at the lg breakpoint */
  .pr-lg-9 {
    padding-right: 108px !important; }
  /* Set a 108px padding to the bottom at the lg breakpoint */
  .pb-lg-9 {
    padding-bottom: 108px !important; }
  /* Set a 108px padding to the left at the lg breakpoint */
  .pl-lg-9 {
    padding-left: 108px !important; }
  /* Set a 108px padding to the left & right at the lg breakpoint */
  .px-lg-9 {
    padding-right: 108px !important;
    padding-left: 108px !important; }
  /* Set a 108px padding to the top & bottom at the lg breakpoint */
  .py-lg-9 {
    padding-top: 108px !important;
    padding-bottom: 108px !important; } }

@media (min-width: 1025px) {
  /* Set a 144px padding to all sides at the lg breakpoint */
  .p-lg-10 {
    padding: 144px !important; }
  /* Set a 144px padding to the top at the lg breakpoint */
  .pt-lg-10 {
    padding-top: 144px !important; }
  /* Set a 144px padding to the right at the lg breakpoint */
  .pr-lg-10 {
    padding-right: 144px !important; }
  /* Set a 144px padding to the bottom at the lg breakpoint */
  .pb-lg-10 {
    padding-bottom: 144px !important; }
  /* Set a 144px padding to the left at the lg breakpoint */
  .pl-lg-10 {
    padding-left: 144px !important; }
  /* Set a 144px padding to the left & right at the lg breakpoint */
  .px-lg-10 {
    padding-right: 144px !important;
    padding-left: 144px !important; }
  /* Set a 144px padding to the top & bottom at the lg breakpoint */
  .py-lg-10 {
    padding-top: 144px !important;
    padding-bottom: 144px !important; } }

@media (min-width: 1460px) {
  /* Set a 0 padding to all sides at the xl breakpoint */
  .p-xl-0 {
    padding: 0 !important; }
  /* Set a 0 padding to the top at the xl breakpoint */
  .pt-xl-0 {
    padding-top: 0 !important; }
  /* Set a 0 padding to the right at the xl breakpoint */
  .pr-xl-0 {
    padding-right: 0 !important; }
  /* Set a 0 padding to the bottom at the xl breakpoint */
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  /* Set a 0 padding to the left at the xl breakpoint */
  .pl-xl-0 {
    padding-left: 0 !important; }
  /* Set a 0 padding to the left & right at the xl breakpoint */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  /* Set a 0 padding to the top & bottom at the xl breakpoint */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 1460px) {
  /* Set a 4px padding to all sides at the xl breakpoint */
  .p-xl-1 {
    padding: 4px !important; }
  /* Set a 4px padding to the top at the xl breakpoint */
  .pt-xl-1 {
    padding-top: 4px !important; }
  /* Set a 4px padding to the right at the xl breakpoint */
  .pr-xl-1 {
    padding-right: 4px !important; }
  /* Set a 4px padding to the bottom at the xl breakpoint */
  .pb-xl-1 {
    padding-bottom: 4px !important; }
  /* Set a 4px padding to the left at the xl breakpoint */
  .pl-xl-1 {
    padding-left: 4px !important; }
  /* Set a 4px padding to the left & right at the xl breakpoint */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  /* Set a 4px padding to the top & bottom at the xl breakpoint */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media (min-width: 1460px) {
  /* Set a 6px padding to all sides at the xl breakpoint */
  .p-xl-2 {
    padding: 6px !important; }
  /* Set a 6px padding to the top at the xl breakpoint */
  .pt-xl-2 {
    padding-top: 6px !important; }
  /* Set a 6px padding to the right at the xl breakpoint */
  .pr-xl-2 {
    padding-right: 6px !important; }
  /* Set a 6px padding to the bottom at the xl breakpoint */
  .pb-xl-2 {
    padding-bottom: 6px !important; }
  /* Set a 6px padding to the left at the xl breakpoint */
  .pl-xl-2 {
    padding-left: 6px !important; }
  /* Set a 6px padding to the left & right at the xl breakpoint */
  .px-xl-2 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  /* Set a 6px padding to the top & bottom at the xl breakpoint */
  .py-xl-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; } }

@media (min-width: 1460px) {
  /* Set a 12px padding to all sides at the xl breakpoint */
  .p-xl-3 {
    padding: 12px !important; }
  /* Set a 12px padding to the top at the xl breakpoint */
  .pt-xl-3 {
    padding-top: 12px !important; }
  /* Set a 12px padding to the right at the xl breakpoint */
  .pr-xl-3 {
    padding-right: 12px !important; }
  /* Set a 12px padding to the bottom at the xl breakpoint */
  .pb-xl-3 {
    padding-bottom: 12px !important; }
  /* Set a 12px padding to the left at the xl breakpoint */
  .pl-xl-3 {
    padding-left: 12px !important; }
  /* Set a 12px padding to the left & right at the xl breakpoint */
  .px-xl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  /* Set a 12px padding to the top & bottom at the xl breakpoint */
  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media (min-width: 1460px) {
  /* Set a 24px padding to all sides at the xl breakpoint */
  .p-xl-4 {
    padding: 24px !important; }
  /* Set a 24px padding to the top at the xl breakpoint */
  .pt-xl-4 {
    padding-top: 24px !important; }
  /* Set a 24px padding to the right at the xl breakpoint */
  .pr-xl-4 {
    padding-right: 24px !important; }
  /* Set a 24px padding to the bottom at the xl breakpoint */
  .pb-xl-4 {
    padding-bottom: 24px !important; }
  /* Set a 24px padding to the left at the xl breakpoint */
  .pl-xl-4 {
    padding-left: 24px !important; }
  /* Set a 24px padding to the left & right at the xl breakpoint */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  /* Set a 24px padding to the top & bottom at the xl breakpoint */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; } }

@media (min-width: 1460px) {
  /* Set a 36px padding to all sides at the xl breakpoint */
  .p-xl-5 {
    padding: 36px !important; }
  /* Set a 36px padding to the top at the xl breakpoint */
  .pt-xl-5 {
    padding-top: 36px !important; }
  /* Set a 36px padding to the right at the xl breakpoint */
  .pr-xl-5 {
    padding-right: 36px !important; }
  /* Set a 36px padding to the bottom at the xl breakpoint */
  .pb-xl-5 {
    padding-bottom: 36px !important; }
  /* Set a 36px padding to the left at the xl breakpoint */
  .pl-xl-5 {
    padding-left: 36px !important; }
  /* Set a 36px padding to the left & right at the xl breakpoint */
  .px-xl-5 {
    padding-right: 36px !important;
    padding-left: 36px !important; }
  /* Set a 36px padding to the top & bottom at the xl breakpoint */
  .py-xl-5 {
    padding-top: 36px !important;
    padding-bottom: 36px !important; } }

@media (min-width: 1460px) {
  /* Set a 48px padding to all sides at the xl breakpoint */
  .p-xl-6 {
    padding: 48px !important; }
  /* Set a 48px padding to the top at the xl breakpoint */
  .pt-xl-6 {
    padding-top: 48px !important; }
  /* Set a 48px padding to the right at the xl breakpoint */
  .pr-xl-6 {
    padding-right: 48px !important; }
  /* Set a 48px padding to the bottom at the xl breakpoint */
  .pb-xl-6 {
    padding-bottom: 48px !important; }
  /* Set a 48px padding to the left at the xl breakpoint */
  .pl-xl-6 {
    padding-left: 48px !important; }
  /* Set a 48px padding to the left & right at the xl breakpoint */
  .px-xl-6 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  /* Set a 48px padding to the top & bottom at the xl breakpoint */
  .py-xl-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media (min-width: 1460px) {
  /* Set a 72px padding to all sides at the xl breakpoint */
  .p-xl-7 {
    padding: 72px !important; }
  /* Set a 72px padding to the top at the xl breakpoint */
  .pt-xl-7 {
    padding-top: 72px !important; }
  /* Set a 72px padding to the right at the xl breakpoint */
  .pr-xl-7 {
    padding-right: 72px !important; }
  /* Set a 72px padding to the bottom at the xl breakpoint */
  .pb-xl-7 {
    padding-bottom: 72px !important; }
  /* Set a 72px padding to the left at the xl breakpoint */
  .pl-xl-7 {
    padding-left: 72px !important; }
  /* Set a 72px padding to the left & right at the xl breakpoint */
  .px-xl-7 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  /* Set a 72px padding to the top & bottom at the xl breakpoint */
  .py-xl-7 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; } }

@media (min-width: 1460px) {
  /* Set a 96px padding to all sides at the xl breakpoint */
  .p-xl-8 {
    padding: 96px !important; }
  /* Set a 96px padding to the top at the xl breakpoint */
  .pt-xl-8 {
    padding-top: 96px !important; }
  /* Set a 96px padding to the right at the xl breakpoint */
  .pr-xl-8 {
    padding-right: 96px !important; }
  /* Set a 96px padding to the bottom at the xl breakpoint */
  .pb-xl-8 {
    padding-bottom: 96px !important; }
  /* Set a 96px padding to the left at the xl breakpoint */
  .pl-xl-8 {
    padding-left: 96px !important; }
  /* Set a 96px padding to the left & right at the xl breakpoint */
  .px-xl-8 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  /* Set a 96px padding to the top & bottom at the xl breakpoint */
  .py-xl-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media (min-width: 1460px) {
  /* Set a 108px padding to all sides at the xl breakpoint */
  .p-xl-9 {
    padding: 108px !important; }
  /* Set a 108px padding to the top at the xl breakpoint */
  .pt-xl-9 {
    padding-top: 108px !important; }
  /* Set a 108px padding to the right at the xl breakpoint */
  .pr-xl-9 {
    padding-right: 108px !important; }
  /* Set a 108px padding to the bottom at the xl breakpoint */
  .pb-xl-9 {
    padding-bottom: 108px !important; }
  /* Set a 108px padding to the left at the xl breakpoint */
  .pl-xl-9 {
    padding-left: 108px !important; }
  /* Set a 108px padding to the left & right at the xl breakpoint */
  .px-xl-9 {
    padding-right: 108px !important;
    padding-left: 108px !important; }
  /* Set a 108px padding to the top & bottom at the xl breakpoint */
  .py-xl-9 {
    padding-top: 108px !important;
    padding-bottom: 108px !important; } }

@media (min-width: 1460px) {
  /* Set a 144px padding to all sides at the xl breakpoint */
  .p-xl-10 {
    padding: 144px !important; }
  /* Set a 144px padding to the top at the xl breakpoint */
  .pt-xl-10 {
    padding-top: 144px !important; }
  /* Set a 144px padding to the right at the xl breakpoint */
  .pr-xl-10 {
    padding-right: 144px !important; }
  /* Set a 144px padding to the bottom at the xl breakpoint */
  .pb-xl-10 {
    padding-bottom: 144px !important; }
  /* Set a 144px padding to the left at the xl breakpoint */
  .pl-xl-10 {
    padding-left: 144px !important; }
  /* Set a 144px padding to the left & right at the xl breakpoint */
  .px-xl-10 {
    padding-right: 144px !important;
    padding-left: 144px !important; }
  /* Set a 144px padding to the top & bottom at the xl breakpoint */
  .py-xl-10 {
    padding-top: 144px !important;
    padding-bottom: 144px !important; } }

/* Set the font size to 40px and weight to light */
.f00-light {
  font-size: 40px !important;
  font-weight: 300 !important; }
  @media (min-width: 800px) {
    .f00-light {
      font-size: 48px !important; } }

/* Set the font size to 32px and weight to light */
.f0-light {
  font-size: 32px !important;
  font-weight: 300 !important; }
  @media (min-width: 800px) {
    .f0-light {
      font-size: 40px !important; } }

/* Set the font size to 26px and weight to light */
.f1-light {
  font-size: 26px !important;
  font-weight: 300 !important; }
  @media (min-width: 800px) {
    .f1-light {
      font-size: 32px !important; } }

/* Set the font size to 22px and weight to light */
.f2-light {
  font-size: 22px !important;
  font-weight: 300 !important; }
  @media (min-width: 800px) {
    .f2-light {
      font-size: 24px !important; } }

/* Set the font size to 18px and weight to light */
.f3-light {
  font-size: 18px !important;
  font-weight: 300 !important; }
  @media (min-width: 800px) {
    .f3-light {
      font-size: 20px !important; } }

/* Set the font size to ${#h6-size} */
.text-small {
  font-size: 14px !important; }

/* Large leading paragraphs */
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #555; }

/* Set the line height to ultra condensed */
.lh-condensed-ultra {
  line-height: 1 !important; }

/* Set the line height to condensed */
.lh-condensed {
  line-height: 1.25 !important; }

/* Set the line height to default */
.lh-default {
  line-height: 1.5 !important; }

/* Text align to the right */
.text-right {
  text-align: right !important; }

/* Text align to the left */
.text-left {
  text-align: left !important; }

/* Text align to the center */
.text-center {
  text-align: center !important; }

@media (min-width: 600px) {
  .text-sm-right {
    text-align: right !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 800px) {
  .text-md-right {
    text-align: right !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1025px) {
  .text-lg-right {
    text-align: right !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1460px) {
  .text-xl-right {
    text-align: right !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-center {
    text-align: center !important; } }

.list-style-none {
  list-style: none !important; }

/* Add a dark text shadow */
.text-shadow-dark {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 25px rgba(0, 0, 0, 0.75); }

/* Add a light text shadow */
.text-shadow-light {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, pt-6 pb-6, main,
audio, canvas, video {
  display: block; }

.h1,
.rte h1,
.h2,
.rte h2 {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .h1,
    .rte h1,
    .h2,
    .rte h2 {
      font-size: 24px; } }

.h1-alt {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 24px; }
  @media (min-width: 600px) {
    .h1-alt {
      font-size: 24px; } }
  @media (min-width: 600px) {
    .h1-alt {
      font-size: 28px; } }
  @media (min-width: 1680px) {
    .h1-alt {
      font-size: 36px; } }

.h2,
.rte h2 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .h2,
    .rte h2 {
      font-size: 21px; } }

.h3,
.rte h3 {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .h3,
    .rte h3 {
      font-size: 17px; } }

.h4,
.rte h4,
.h5,
.rte h5,
.h6,
.rte h6 {
  display: block;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 12px; }

.h5,
.rte h5 {
  font-size: 11px; }

.h6,
.rte h6 {
  font-size: 9px; }

.p,
p {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0.5px;
  margin-bottom: 14px; }
  @media (min-width: 600px) {
    .p,
    p {
      margin-bottom: 20px; } }

.p,
p,
b {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0.5px;
  margin-bottom: 14px; }
  @media (min-width: 600px) {
    .p,
    p,
    b {
      margin-bottom: 20px; } }

.p-lg {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 1px;
  margin-bottom: 14px; }
  .p-lg + .btn {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .p-lg + .btn {
        margin-bottom: 30px; } }
  @media (min-width: 600px) {
    .p-lg {
      font-size: 17px;
      margin-bottom: 20px; } }

.p-sm {
  font-size: 11px; }

.btn,
.button {
  display: inline-block;
  text-align: center;
  min-width: 176px;
  background: #070707;
  border: 1px solid #070707;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 11px 18px;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  text-transform: capitalize; }
  .btn:active, .btn:focus, .btn:hover,
  .button:active,
  .button:focus,
  .button:hover {
    cursor: pointer;
    background: transparent;
    color: #070707; }
  .btn.disabled, .btn[disabled="disabled"], .btn[disabled],
  .button.disabled,
  .button[disabled="disabled"],
  .button[disabled] {
    opacity: 0.1;
    pointer-events: none;
    cursor: default !important; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out !important;
  transition: background 0.3s ease-out, color 0.3s ease-out !important; }
  .button:focus {
    outline: none; }

.btn--tall {
  padding: 13px 18px;
  font-size: 14px; }

.btn--full {
  width: 100%; }

.btn.disabled,
input[disabled],
.btn.disabled:hover,
input[disabled]:hover {
  background: #BCBCBC !important;
  border-color: #BCBCBC !important;
  color: #ffffff !important;
  cursor: default; }

.btn--alt {
  background: transparent;
  color: #070707; }
  .btn--alt:hover {
    background: #070707;
    color: #ffffff;
    border-color: #070707; }

.btn--alt-hover:hover {
  background: transparent;
  color: #070707;
  border-color: #BCBCBC; }

.btn--white {
  background: #ffffff;
  border-color: #ffffff;
  color: #070707; }
  .btn--white:hover {
    cursor: pointer;
    background: #070707;
    border-color: #070707;
    color: #ffffff; }

.btn--light {
  background: transparent;
  color: #070707;
  border-color: #BCBCBC; }
  .btn--light:hover {
    cursor: pointer;
    background: #BCBCBC;
    color: #070707; }

.btn--sm {
  min-width: 124px; }

.no-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  background: transparent;
  border-radius: 0; }
  .no-btn:hover {
    cursor: pointer; }

.a,
.rte p a,
.p a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .a:hover,
  .rte p a:hover,
  .p a:hover {
    text-decoration: underline;
    opacity: 0.7; }

.a-none {
  text-decoration: none !important; }

.link,
.tags-list a {
  position: relative; }
  .link:after,
  .tags-list a:after {
    content: '';
    background: currentColor;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out; }
  .link.hover:after,
  .tags-list a.hover:after {
    -webkit-transform-origin: left;
    transform-origin: left; }
  .link:hover:after,
  .tags-list a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.current-menu-item a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.noTouch .tel,
.noTouch .tel:hover {
  cursor: text; }

html,
body {
  font-size: 62.5%; }

body {
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }
  body.page-ready {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1; }
  body.fade-out {
    opacity: 0; }
  @media (max-width: 799px) {
    body.home {
      padding-top: 28px; } }

body,
input,
button,
select,
textarea {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0.5px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

main#content {
  min-height: 500px; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    text-decoration: none; }
  a[href^="tel:"]:hover {
    cursor: default; }

[data-scroll-to],
[data-click-target] {
  cursor: pointer; }

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

sup {
  vertical-align: super;
  font-size: smaller; }

abbr {
  border-bottom: none !important;
  text-decoration: none !important; }

picture > * {
  width: 100%;
  height: auto; }

::-moz-selection {
  color: #ffffff;
  background: #070707; }

::selection {
  color: #ffffff;
  background: #070707; }

::-moz-selection {
  color: #ffffff;
  background: #070707; }

.wrapper {
  width: 92%;
  margin: 0 auto;
  -webkit-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out; }

.wrapper-wide {
  width: 92%;
  margin: 0 auto;
  -webkit-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out; }

.wrapper-full {
  max-width: 100%;
  overflow-x: hidden; }

.wrapper-full--brand {
  background: #070707; }

@media (max-width: 799px) {
  .wrapper--full-xs {
    width: 100%; }
  .text-center-before-md {
    text-align: center; }
    .text-center-before-md img {
      margin-left: auto;
      margin-right: auto; } }

.wrapper--thin {
  max-width: 720px; }

.wrapper-x-thin {
  max-width: 520px; }

.wrapper-max {
  max-width: 1660px; }

body:not(.home) {
  padding-top: 48px; }
  @media (min-width: 800px) {
    body:not(.home) {
      padding-top: 78px; } }
  @media (min-width: 1660px) {
    body:not(.home) {
      padding-top: 120px; } }

body.home.menu-is-active #site-header {
  top: 0; }

.notice-note {
  background: #070707;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 3%;
  color: #ffffff;
  z-index: 9;
  text-align: center;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0; }
  @media (min-width: 800px) {
    .notice-note {
      height: 28px; } }
  .notice-note.is-active {
    opacity: 1; }
  .notice-note p {
    font-size: 12px;
    margin-bottom: 0; }
    .notice-note p a {
      text-decoration: underline; }

.notice-note-wrap {
  background: #070707;
  position: absolute;
  min-height: 44px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 800px) {
    .notice-note-wrap {
      min-height: 28px; } }

.site-header {
  z-index: 100;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  color: #070707;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  position: fixed;
  top: 44px;
  -webkit-transition: background 0.3s ease-out, top 0.3s ease-out;
  transition: background 0.3s ease-out, top 0.3s ease-out; }
  @media (min-width: 800px) {
    .site-header {
      top: 28px; } }
  .site-header .wrapper-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    height: 48px; }
    @media (min-width: 800px) {
      .site-header .wrapper-wide {
        height: 78px; } }
    @media (min-width: 1660px) {
      .site-header .wrapper-wide {
        height: 120px; } }
  .site-header.is-sticky {
    background: #ffffff;
    color: #070707 !important;
    top: 0; }
    .site-header.is-sticky .wrapper-wide {
      height: 48px; }
      @media (min-width: 800px) {
        .site-header.is-sticky .wrapper-wide {
          height: 48px; } }
      @media (min-width: 1660px) {
        .site-header.is-sticky .wrapper-wide {
          height: 78px; } }
    .site-header.is-sticky .menu-item-has-children > a:before {
      background: url("../images/svgs/arrow-down.svg") center/cover no-repeat !important; }
  .site-header .site-header__inner {
    position: relative; }

.menu-is-active .site-header {
  color: #070707 !important; }

#navigation .menu-item-has-children:hover ul.sub-menu,
#navigation .menu-item-has-children a:hover ul.sub-menu {
  display: block;
  max-height: 1000px; }

.site-branding a {
  display: block;
  max-width: 172px;
  min-width: 150px;
  width: 100%;
  color: currentColor;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media (min-width: 600px) {
    .site-branding a {
      min-width: 172px; } }

.site-branding img {
  display: block;
  width: 100%;
  height: auto; }

.site-branding svg {
  fill: currentColor;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
  display: block;
  margin: 0;
  padding: 0;
  width: 172px;
  height: 16px; }

@media (max-width: 799px) {
  .site-branding {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .site-branding a {
      margin: 0 auto; } }

@media (min-width: 1700px) {
  .site-branding a {
    min-width: 242px; }
    .site-branding a svg {
      width: 100%;
      height: auto; } }

.site-header.site-header--home.site-header--light {
  color: #ffffff; }
  .site-header.site-header--home.site-header--light #navigation ul a:after {
    background: #ffffff; }

.site-header.site-header--home .site-branding img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media (min-width: 800px) {
  #navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 0 0 0 24px;
    padding: 0; }
    #navigation .navigation__inner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #navigation ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #navigation ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 12px; }
      #navigation ul li > a:not(.btn) {
        height: 100%;
        padding: 1px 0; }
      #navigation ul li.menu-item-has-children a {
        padding: 10px 0; }
      #navigation ul svg {
        fill: currentColor;
        -webkit-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out; } }

#navigation li > a:not(.btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: currentColor;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media (max-width: 799px) {
    #navigation li > a:not(.btn) {
      display: inline-block; } }
  #navigation li > a:not(.btn):after {
    content: '';
    background: #BCBCBC;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out; }
  #navigation li > a:not(.btn).hover:after {
    -webkit-transform-origin: left;
    transform-origin: left; }
  #navigation li > a:not(.btn):hover:after {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  #navigation li > a:not(.btn).has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out;
    transition: opacity 0.3s ease-out, color 0.3s ease-out; }
    #navigation li > a:not(.btn).has-icon:hover {
      opacity: 0.4; }
    #navigation li > a:not(.btn).has-icon:after {
      display: none; }

#navigation li.current-menu-item > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  z-index: 100; }
  .cart-link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9; }

.navigation-search {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #E2E2E2; }
  @media (min-width: 800px) {
    .navigation-search {
      display: none; } }

.site-header-panel {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (max-width: 799px) {
  #navigation {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: white;
    z-index: 10;
    bottom: 48px;
    top: 48px;
    padding-bottom: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    border-top: 1px solid #E2E2E2;
    opacity: 0;
    pointer-events: none; }
    #navigation .navigation__inner {
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden; }
    #navigation ul {
      display: block;
      margin: 24px 4%;
      padding: 0; }
      #navigation ul.main-nav {
        margin-bottom: 0; }
      #navigation ul.info-nav {
        margin-top: 0; }
      #navigation ul li {
        margin: 18px 0; }
      #navigation ul a {
        display: inline-block;
        margin: 0;
        padding: 1px 0; }
      #navigation ul a.has-icon {
        margin-left: 0; }
    #navigation .main-nav {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin: 6px 4% 0; }
      #navigation .main-nav li {
        margin: 18px 0; }
      #navigation .main-nav a {
        font-weight: 500; }
    #navigation ul.info-nav li a {
      display: inline-block; }
  .menu-is-active .site-header {
    background: #ffffff; }
  .menu-is-active #navigation {
    opacity: 1;
    pointer-events: inherit; } }

#navigation .utility-nav {
  position: relative;
  z-index: 8;
  margin-right: 28px; }
  #navigation .utility-nav > li > a {
    position: relative;
    z-index: 8; }
  #navigation .utility-nav.search-tab-active, #navigation .utility-nav.account-tab-active, #navigation .utility-nav.bag-tab-active {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    color: #070707; }
    #navigation .utility-nav.search-tab-active > li > a, #navigation .utility-nav.account-tab-active > li > a, #navigation .utility-nav.bag-tab-active > li > a {
      opacity: 0.4; }
  #navigation .utility-nav.account-tab-active > li > a.account-trigger {
    opacity: 1; }
  #navigation .utility-nav.bag-tab-active > li > a.js-show-bag {
    opacity: 1; }
  #navigation .utility-nav.search-tab-active > li > a.js-search-link {
    opacity: 1; }
  #navigation .utility-nav .woocommerce-notices-wrapper {
    width: 100%; }
    #navigation .utility-nav .woocommerce-notices-wrapper ul {
      display: block !important;
      margin: 0 0 24px 0 !important; }
    #navigation .utility-nav .woocommerce-notices-wrapper li {
      width: 100%;
      display: block !important;
      margin: 0 0 8px;
      padding: 0; }
    #navigation .utility-nav .woocommerce-notices-wrapper a {
      display: inline-block !important; }

.utility-nav-login-form {
  position: absolute;
  top: 0;
  right: 0;
  padding: 80px 30px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  width: 100%;
  max-width: 420px;
  display: none; }

.header-sub-nav {
  position: fixed;
  top: 12px;
  right: 2%;
  padding: 72px 30px 30px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  width: 100%;
  max-width: 420px;
  z-index: 3;
  min-height: 200px;
  max-height: 90%;
  overflow: scroll;
  color: #070707;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .header-sub-nav > * {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .header-sub-nav.is-active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
    .header-sub-nav.is-active > * {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
      opacity: 1; }
  .header-sub-nav .woocommerce-message {
    display: none !important; }
  .header-sub-nav#search-sub-nav {
    position: fixed;
    top: 78px;
    margin-top: 18px;
    height: auto;
    min-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px; }
    .header-sub-nav#search-sub-nav > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    @media (min-width: 1700px) {
      .header-sub-nav#search-sub-nav {
        top: 120px; } }

.header-sub-nav#login-sub-nav,
.header-sub-nav#register-sub-nav {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  display: none; }
  .header-sub-nav#login-sub-nav > *,
  .header-sub-nav#register-sub-nav > * {
    opacity: 1; }
  .header-sub-nav#login-sub-nav .button,
  .header-sub-nav#register-sub-nav .button {
    margin-right: 12px; }

#search-sub-nav {
  max-width: 94%; }

#bag-sub-nav .cart_totals {
  max-width: 100%; }

@media (max-width: 599px) {
  #bag-sub-nav {
    width: 96%;
    top: 6px; }
    #bag-sub-nav .close {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../images/svgs/close.svg") center/12px 12px no-repeat; }
      #bag-sub-nav .close:hover {
        cursor: pointer; } }

#bag-sub-nav .woocommerce-notices-wrapper .button {
  display: none !important; }

#bag-sub-nav table {
  margin: 0; }

#bag-sub-nav .shop_table.cart {
  margin-bottom: 0; }
  #bag-sub-nav .shop_table.cart tbody {
    border-top: none !important;
    border-bottom: none !important; }

#bag-sub-nav .update-cart-sm[disabled] {
  display: none; }

#bag-sub-nav .cart-form-util {
  border-top: 1px solid #E2E2E2; }

#bag-sub-nav .cart-footer {
  border-top: 1px solid #E2E2E2; }

#bag-sub-nav .order-total {
  display: none; }

#bag-sub-nav .mini-cart .widget-title,
#bag-sub-nav .mini-cart .product_list_widget {
  display: none; }

#bag-sub-nav .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0; }
  #bag-sub-nav .woocommerce-mini-cart__total strong {
    font-weight: 400; }

#bag-sub-nav .widget_shopping_cart p.buttons.wcppec-cart-widget-spb {
  width: 100%;
  padding: 0 !important; }

#bag-sub-nav .cart-form-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #bag-sub-nav .cart-form-util .btn {
    min-width: 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 4px;
    padding-right: 4px;
    width: 33.3%;
    white-space: nowrap; }
    #bag-sub-nav .cart-form-util .btn + .btn {
      margin-left: 8px; }

#navigation .menu-item-has-children {
  position: relative; }
  #navigation .menu-item-has-children > a {
    position: relative;
    padding-right: 24px; }
    #navigation .menu-item-has-children > a:before {
      content: '';
      display: block;
      background: url("../images/svgs/arrow-down.svg") center/cover no-repeat;
      width: 10px;
      height: 6px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      @media (max-width: 799px) {
        #navigation .menu-item-has-children > a:before {
          display: none; } }
    #navigation .menu-item-has-children > a:after {
      display: none; }
  .site-header[style="color: rgb(255, 255, 255);"] #navigation .menu-item-has-children > a:before {
    background: url("../images/svgs/arrow-down-white.svg") center/cover no-repeat; }
  #navigation .menu-item-has-children.is-open a:before {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
    transform: translate3d(0, -50%, 0) rotate(180deg); }

#navigation ul .sub-menu {
  display: none; }
  @media (max-width: 799px) {
    #navigation ul .sub-menu {
      display: block; } }
  #navigation ul .sub-menu li:last-child {
    padding-bottom: 18px;
    border-bottom: 1px solid #BCBCBC; }
  #navigation ul .sub-menu a {
    color: #6d6d6d; }

@media (min-width: 800px) {
  #navigation .menu-item-has-children {
    position: relative; }
    #navigation .menu-item-has-children > a {
      display: block;
      width: auto;
      white-space: nowrap;
      position: relative;
      padding-right: 16px !important;
      margin-right: 8px; }
    #navigation .menu-item-has-children.is-open a:before {
      -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
      transform: translate3d(0, -50%, 0) rotate(180deg); }
  #navigation .main-nav {
    overflow: visible; }
  #navigation ul .sub-menu {
    position: absolute;
    overflow: auto;
    top: 100%;
    left: -24px;
    width: 200px;
    z-index: 9;
    background: #ffffff; }
    #navigation ul .sub-menu li {
      margin: 4px 24px; }
      #navigation ul .sub-menu li:first-child {
        margin-top: 12px; }
      #navigation ul .sub-menu li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 12px; }
    #navigation ul .sub-menu a {
      padding: 3px 0 !important; } }

#sub-menu-mask,
.menu-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
  background: rgba(255, 255, 255, 0.9); }
  #sub-menu-mask:hover,
  .menu-mask:hover {
    cursor: crosshair; }

.menu-mask.is-active {
  display: block;
  pointer-events: inherit; }
  @media (max-width: 599px) {
    .menu-mask.is-active {
      background: #ffffff;
      opacity: 0.9; } }

body.submenu-is-open #sub-menu-mask {
  display: block;
  pointer-events: inherit; }

@media (max-width: 783px) {
  html #wpadminbar {
    display: none !important; }
  html.html {
    margin-top: 0 !important; } }

@media (min-width: 784px) {
  .logged-in.admin-bar .site-header {
    top: 32px; } }

[data-animate-in] {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out; }

[data-animate-in="up"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0); }

[data-animate-in="left"] {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

[data-animate-in="right"] {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

[data-animate-in="down"] {
  -webkit-transform: translate3d(0, -24px, 0);
  transform: translate3d(0, -24px, 0); }

[data-animate-in="fade"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

[data-animate-in].in-view {
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.burger {
  overflow: hidden;
  position: absolute;
  z-index: 11;
  width: 44px;
  height: 44px;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(-13px, 0, 0);
  transform: translate3d(-13px, 0, 0); }
  .burger:hover {
    cursor: pointer; }
  @media (min-width: 800px) {
    .burger {
      display: none; } }
  .burger:before {
    content: "";
    width: 40px;
    height: 36px;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 20px); }

.burger-inner {
  -ms-flex-item-align: center;
  align-self: center;
  width: 18px;
  height: 13px;
  position: relative;
  margin: 0 auto;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .burger-inner > * {
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden; }

.burger-top {
  top: 0; }

.burger-middle {
  top: 50%; }

.burger-bottom {
  bottom: 0; }

.menu-is-active .burger-top {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-is-active .burger-middle {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0; }

.menu-is-active .burger-bottom {
  bottom: 50%;
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hero {
  overflow: hidden;
  width: 100%;
  padding: 140px 0;
  position: relative; }

.hero__content {
  position: relative;
  z-index: 1; }

.hero--home {
  z-index: 2; }

.hero--home {
  height: 100vh;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hero--home .hero__content {
    width: 500px;
    max-width: 86%;
    display: inline-block; }
    @media (min-width: 800px) {
      .admin-bar .hero--home .hero__content {
        margin-top: -48px; } }
    @media (min-width: 1025px) {
      .hero--home .hero__content {
        width: 600px;
        margin-left: auto;
        text-align: right; } }
    .hero--home .hero__content .rte p {
      letter-spacing: 2px; }
  .hero--home.text-center .hero__content {
    display: inline-block;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .hero--home.text-white .btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #070707; }
    .hero--home.text-white .btn:hover {
      cursor: pointer;
      background: #070707;
      border-color: #070707;
      color: #ffffff; }
  @media (max-width: 599px) {
    .hero--home .hero__content {
      max-width: 64%; } }

.carousel .slick-slide {
  opacity: 1 !important; }
  .carousel .slick-slide .hero {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
  .carousel .slick-slide.slick-active .hero {
    opacity: 1; }

.hero__img {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  .hero__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .hero__img.bg-image--fallback img {
    display: none; }
  .hero__img video, .hero__img iframe {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.hero__add {
  width: 92%;
  margin: 0 auto;
  -webkit-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  color: #646464;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  .hero__add > * {
    display: inline-block;
    width: 80%;
    max-width: 320px; }

.hero--full {
  padding: 0;
  height: 100vh;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1024px) {
  .hero--home {
    height: auto !important;
    padding: 0;
    min-height: 0; }
    .hero--home .hero__img {
      position: relative; }
      .hero--home .hero__img img {
        height: auto; }
    .hero--home .wrapper {
      position: absolute;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .hero--home .hero__content {
    position: absolute;
    text-align: center;
    top: 120px;
    right: 0; }
    .hero--home .hero__content .rte p,
    .hero--home .hero__content a.btn {
      display: none; }
    .hero--home .hero__content h3 {
      line-height: 1; }
      .hero--home .hero__content h3 span {
        font-size: 24px !important; }
      .hero--home .hero__content h3 span span {
        font-size: 36px !important; }
      .hero--home .hero__content h3 br {
        height: 1px; }
  .hero__content-sm {
    display: block;
    text-align: center; } }

@media (max-width: 1024px) {
  .hero--home .hero__content {
    display: none; } }

@media (min-width: 1025px) {
  .hero--home .hero__content {
    display: block; }
  .hero__content-sm {
    display: none; } }

.ul > * {
  list-style-type: disc;
  margin-left: 36px; }

.ul-inline {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ul-inline > * {
    padding-right: 10px; }

.ul-inline--piped > * + *:before {
  content: "|";
  margin-right: 10px;
  display: inline-block; }

.social-list a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .social-list a:hover {
    opacity: 0.5;
    cursor: pointer; }

.social-list #text-share img {
  width: 14px; }

.social-list #email-share img {
  width: 14px; }

html.no-touch #text-share {
  display: none !important; }

.shop-tool-bar {
  background: #ffffff;
  z-index: 4; }

@media (min-width: 784px) {
  .logged-in.admin-bar .shop-tool-bar {
    top: 80px; } }

.shop-tool-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .shop-tool-bar > * {
    width: 100%; }
  @media (min-width: 800px) {
    .shop-tool-bar {
      position: -webkit-sticky;
      position: sticky;
      top: 48px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .shop-tool-bar .filter-toggle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 120px; } }
  @media (min-width: 1660px) {
    .shop-tool-bar {
      top: 78px; } }

@media (min-width: 800px) {
  body.admin-bar .shop-tool-bar,
  body.logged-in .shop-tool-bar {
    top: 80px !important; } }

@media (min-width: 1660px) {
  body.admin-bar .shop-tool-bar,
  body.logged-in .shop-tool-bar {
    top: 110px !important; } }

.tags-list {
  display: none; }
  @media (min-width: 800px) {
    .tags-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      margin: 0; } }
  .tags-list li {
    margin: 8px 22px 8px 0; }
    .tags-list li a {
      white-space: nowrap;
      color: #646464; }
    .tags-list li.current-menu-item a {
      color: #070707; }

.filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 799px) {
    .filter-toggle {
      display: inline-block;
      text-align: center;
      min-width: 176px;
      background: #070707;
      border: 1px solid #070707;
      border-radius: 0;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.05em;
      font-weight: 400;
      padding: 11px 18px;
      -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
      transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
      text-transform: capitalize;
      width: 100%;
      background: transparent;
      color: #070707; }
      .filter-toggle:active, .filter-toggle:focus, .filter-toggle:hover {
        cursor: pointer;
        background: transparent;
        color: #070707; }
      .filter-toggle.disabled, .filter-toggle[disabled="disabled"], .filter-toggle[disabled] {
        opacity: 0.1;
        pointer-events: none;
        cursor: default !important; }
      .filter-toggle:hover {
        background: #070707;
        color: #ffffff;
        border-color: #070707; }
      .filter-toggle p {
        margin-bottom: 0; } }
  @media (min-width: 800px) {
    .filter-toggle {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .filter-toggle:after {
        content: '';
        width: 7px;
        height: 4px;
        background: url("../images/svgs/arrow-down.svg") center/cover no-repeat;
        display: block;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      .filter-toggle p {
        margin: 0 6px 0 0; }
      .filter-toggle:hover {
        cursor: pointer; }
        .filter-toggle:hover:after {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); } }

body.filter-is-active .filter-toggle:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.woocommerce-products-header {
  display: none; }

.woocommerce-ordering {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.product-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .product-list.is-thinking {
    opacity: 0.4; }
  @media (max-width: 799px) {
    .product-list > li.product {
      width: 50%; } }
  @media (min-width: 800px) {
    .product-list {
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-row-gap: 24px; } }

@media (min-width: 800px) {
  .product-list__note {
    grid-row-end: span 2;
    grid-column-end: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .product-list__note > * {
      max-width: 378px;
      margin: 0 auto; } }

.product-list__note *:last-child {
  margin-bottom: 0; }

.lifestyle-shot {
  display: none;
  margin-top: 18px; }
  @media (min-width: 800px) {
    .lifestyle-shot {
      display: block;
      grid-row-end: span 2;
      grid-column-end: span 2;
      margin-top: 0; } }
  .lifestyle-shot figure {
    padding: 0;
    margin: 0 0 8px 0; }
  .lifestyle-shot img {
    width: 100%;
    margin-bottom: 8px; }
  @media (max-width: 799px) {
    .lifestyle-shot figure {
      width: 108%;
      margin-left: -4%; } }

.lifestyle-shot--sm figure {
  overflow: hidden;
  height: 360px;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1800px) {
    .lifestyle-shot--sm figure {
      height: 420px; } }
  .lifestyle-shot--sm figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .lifestyle-shot--sm figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 1;
    width: 100%;
    padding: 8px 12px; }
    @media (min-width: 800px) {
      .lifestyle-shot--sm figure figcaption {
        padding: 8px 0; } }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg); } }

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg); } }

.loading-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/svgs/loading.svg") center/cover no-repeat;
  -webkit-animation: rotating 2s ease infinite;
  animation: rotating 2s ease infinite;
  margin: 48px auto; }

ul.product-list .product,
.carousel-products .product {
  text-align: center;
  position: relative; }
  @media (min-width: 800px) {
    ul.product-list .product,
    .carousel-products .product {
      padding: 0 12px 0 0; } }
  ul.product-list .product a + a.button.product_type_variable.add_to_cart_button,
  .carousel-products .product a + a.button.product_type_variable.add_to_cart_button {
    display: none; }
  ul.product-list .product a,
  .carousel-products .product a {
    padding: 0 24px;
    display: block; }
    ul.product-list .product a:hover figure img + img,
    .carousel-products .product a:hover figure img + img {
      opacity: 1; }
  ul.product-list .product figure,
  .carousel-products .product figure {
    margin: 0;
    padding: 0;
    position: relative; }
    ul.product-list .product figure img,
    .carousel-products .product figure img {
      margin: 0 auto; }
    ul.product-list .product figure img + img,
    .carousel-products .product figure img + img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
  ul.product-list .product img,
  .carousel-products .product img {
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  ul.product-list .product .button,
  .carousel-products .product .button {
    display: none; }

.product span.onsale {
  display: none; }

.product.sale ins {
  background: none; }

.product.sale del {
  color: #BCBCBC; }

.product.sale del + ins {
  margin-left: 8px; }

h2.woocommerce-loop-product__title,
.woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.05px;
  margin-bottom: 4px; }

.product_detail {
  width: 100%; }

html.no-touch .product_detail {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding: 0 20px; }

html.no-touch .carousel-products .product:hover .product_detail,
html.no-touch ul.product-list .product:hover .product_detail {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.is-touch ul.product-list .product .product__sizes,
html.is-touch .carousel-products .product .product__sizes {
  display: none; }

.upsell-carousel .product__sizes,
ul.product-list .product__sizes,
.carousel-products .product__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  width: 94%;
  margin: 0 auto 12px; }
  .upsell-carousel .product__sizes:before,
  ul.product-list .product__sizes:before,
  .carousel-products .product__sizes:before {
    content: 'Size (US)';
    margin: 0 12px 0 0;
    white-space: nowrap;
    font-size: 10px;
    padding: 3px 0; }
  @media (max-width: 799px) {
    .upsell-carousel .product__sizes,
    ul.product-list .product__sizes,
    .carousel-products .product__sizes {
      display: none; } }

.size-list,
.filter-size ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin: 0;
  padding: 0; }
  .size-list li,
  .filter-size ul li {
    font-size: 10px;
    border: 1px solid #070707;
    padding: 3px;
    text-align: center;
    margin: 0 5px 5px 0;
    background: #ffffff; }
    .size-list li .count,
    .filter-size ul li .count {
      font-size: 8px; }
    .size-list li.out-of-stock, .size-list li.stock-,
    .filter-size ul li.out-of-stock,
    .filter-size ul li.stock- {
      border-color: #C0C0C0;
      color: #C0C0C0;
      text-decoration: line-through; }

.carousel-products {
  padding-bottom: 0;
  padding: 0 24px; }
  .carousel-products .slick-arrow {
    top: 50%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 40px;
    height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .carousel-products .slick-arrow svg {
      display: block;
      width: 8px;
      height: 12px; }
  .carousel-products .slick-prev {
    right: auto;
    left: 0; }
  .carousel-products .slick-next {
    right: 0;
    left: auto; }
  .carousel-products *:focus {
    outline: none !important; }

.price-sold-out {
  text-transform: uppercase;
  margin-left: 8px; }

.product-single {
  width: 100%;
  display: block; }
  .product-single .product__short-desc {
    display: none; }
  .product-single .single_variation_wrap {
    margin-bottom: 16px; }
  .product-single .single_variation_wrap #wc-stripe-payment-request-wrapper,
  .product-single .single_variation_wrap #wc-stripe-payment-request-button-separator {
    display: none !important; }
  .product-single .product__sizes-list li:hover {
    cursor: pointer; }
  .product-single .product__sizes-list li {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .product-single .product__sizes-list li.stock-1.active {
      background: #070707;
      color: #ffffff; }
      .product-single .product__sizes-list li.stock-1.active:hover {
        opacity: 1; }
    .product-single .product__sizes-list li.stock-.active {
      background: rgba(7, 7, 7, 0.3);
      color: #ffffff; }
      .product-single .product__sizes-list li.stock-.active:hover {
        opacity: 1; }
  .product-single .product__sizes-list li:hover {
    opacity: 0.5; }
  .product-single .woocommerce-variation-add-to-cart {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      .product-single .woocommerce-variation-add-to-cart button {
        margin-right: 16px; } }
    @media (min-width: 800px) {
      .product-single .woocommerce-variation-add-to-cart button {
        margin-right: 24px; } }
    @media (max-width: 599px) {
      .product-single .woocommerce-variation-add-to-cart button {
        width: 100%;
        margin: 0 0 12px; } }
    @media (max-width: 599px) {
      .product-single .woocommerce-variation-add-to-cart #drop-a-hint {
        width: 100%; } }
  .product-single .quantity,
  .product-single table.variations {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none !important; }
  .product-single .stock-note {
    font-size: 10px;
    font-style: italic;
    height: 13px;
    color: #070707 !important; }

.woocommerce-variation-availability {
  display: none !important;
  max-height: 0;
  overflow: hidden; }

h1.product_title,
.product-title {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    h1.product_title,
    .product-title {
      font-size: 17px; } }

p.price {
  margin-bottom: 12px; }

.product-description p {
  margin-bottom: 12px; }

.product-details > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .product-details > a span {
    text-decoration: underline; }
  .product-details > a:after {
    content: '+';
    margin-left: 8px;
    text-decoration: none;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .product-details > a:hover {
    opacity: 0.6; }

.product-details.is-active a:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.product-details.is-active .product-details__drawer {
  display: block; }

.product-details .product-details__drawer {
  display: none; }

.woocommerce-product-gallery *[data-thumb] {
  margin-right: 1px !important; }

.single-product main .woocommerce-notices-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #ffffff;
  border-top: 1px solid #070707;
  padding: 0 4%; }

.single-product main .woocommerce-notices-wrapper .button {
  margin-right: 24px;
  min-width: 120px;
  margin: 12px 24px 12px 0; }

.single-product main .woocommerce-error {
  margin: 0;
  padding: 0; }

.pswp__bg,
.pswp__caption,
.pswp__top-bar {
  background: rgba(255, 255, 255, 0.9) !important; }

.pswp__img {
  border: 1px solid #fcfcfc; }

.pswp__caption__center {
  color: #070707;
  max-width: 600px;
  width: 96%;
  display: none !important; }

.pswp__top-bar,
.pswp__counter {
  color: #070707; }

#site-footer .pswp__button {
  background-image: url("../images/photoswipe-dark.svg") !important; }

#site-footer .pswp__button.pswp__button--arrow--right,
#site-footer .pswp__button.pswp__button--arrow--left {
  background-image: none !important; }
  #site-footer .pswp__button.pswp__button--arrow--right:before,
  #site-footer .pswp__button.pswp__button--arrow--left:before {
    background-image: url("../images/photoswipe-dark.svg") !important; }

.woocommerce-product-gallery__trigger .emoji {
  display: none !important; }

#notification-modal form input[disabled] {
  background: #ffffff !important;
  color: #646464 !important; }

.woocommerce-product-gallery__trigger {
  font-size: 0 !important; }

.klarna-onsite-messaging-product {
  margin-top: 24px;
  display: block; }

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 36px; }
  .woocommerce-product-gallery figure {
    margin: 0; }
  .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/svgs/search.svg") center/12px 12px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 2 !important; }
    .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:hover {
      opacity: 0.5; }
    .woocommerce-product-gallery a.woocommerce-product-gallery__trigger img {
      display: none !important; }
  .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
      display: block;
      margin-right: 12px;
      margin-bottom: 12px;
      width: 48px;
      height: 48px; }
      .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
        width: 100%;
        opacity: 0.5;
        border: 1px solid #BCBCBC;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
        .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img:hover {
          cursor: pointer;
          opacity: 1; }
        .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
          opacity: 1; }
  @media (min-width: 800px) {
    .woocommerce-product-gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .woocommerce-product-gallery .flex-viewport {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        min-width: 72px;
        width: 72px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
          margin-right: 0; } }

.shop-filters {
  position: relative;
  border: 1px solid #E2E2E2;
  background: #ffffff;
  width: 92%;
  position: fixed;
  top: 20px;
  right: 4%;
  z-index: 100;
  pointer-events: none;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .shop-filters .shop-filters__bd {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .shop-filters:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    background: url("../images/svgs/loading.svg") center/cover no-repeat;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 12s ease-out;
    transition: opacity 0.3s ease, -webkit-transform 12s ease-out;
    transition: opacity 0.3s ease, transform 12s ease-out;
    transition: opacity 0.3s ease, transform 12s ease-out, -webkit-transform 12s ease-out;
    opacity: 0;
    pointer-events: none; }
  .shop-filters > * {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: relative; }
  .shop-filters > * {
    padding: 36px 24px;
    background: #ffffff; }
  @media (min-width: 800px) {
    .shop-filters {
      max-width: 624px; }
      .shop-filters > * {
        padding: 48px 36px 36px; } }
  @media (max-height: 600px) {
    .shop-filters {
      overflow: scroll;
      height: calc(100% - 40px); }
      .shop-filters > * {
        overflow: scroll; } }
  @media (max-width: 799px) {
    .shop-filters {
      overflow: scroll;
      height: calc(100% - 40px); }
      .shop-filters > * {
        overflow: scroll; } }

.shop-filters-screen {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .shop-filters-screen:hover {
    cursor: crosshair; }

body.filter-is-active {
  overflow: hidden; }
  body.filter-is-active .shop-filters,
  body.filter-is-active .shop-filters-screen {
    opacity: 1;
    pointer-events: inherit; }
  body.filter-is-active .shop-filters {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
    body.filter-is-active .shop-filters > * {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
      opacity: 1; }
  body.filter-is-active .shop-filters.is-loading .shop-filters__bd {
    opacity: 0.2; }
  body.filter-is-active .shop-filters.is-loading:after {
    opacity: 1;
    -webkit-transform: rotate(4000deg);
    transform: rotate(4000deg); }

.shop-filters__bd {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 24px; }
  @media (min-width: 800px) {
    .shop-filters__bd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0; } }
  .shop-filters__bd .widget-area > * {
    padding-bottom: 12px;
    width: 100%; }
  .shop-filters__bd .widget-area .h4 {
    margin-bottom: 8px; }
  @media (min-width: 800px) {
    .shop-filters__bd .widget-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 75%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .shop-filters__bd .widget-area > * {
        padding-right: 20px;
        width: calc(100% / 3); }
      .shop-filters__bd .widget-area .h4 {
        margin-bottom: 20px; } }
  .shop-filters__bd .widget-area .active-filters {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 12px; }
    .shop-filters__bd .widget-area .active-filters ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .shop-filters__bd .widget-area .active-filters ul * + *:before {
        content: '/';
        margin: 0 3px; }
    .shop-filters__bd .widget-area .active-filters .h4 {
      margin-bottom: 0;
      margin-right: 12px;
      font-size: 12px; }
  .shop-filters__bd .widget-area ul {
    margin: 0;
    padding: 0; }
  .shop-filters__bd .widget-area .count {
    display: none; }
  @media (min-width: 800px) {
    .shop-filters__bd .sorting-filters {
      width: 25%; } }
  .shop-filters__bd .sorting-filters ul {
    margin: 0;
    padding: 0; }
    .shop-filters__bd .sorting-filters ul li {
      padding: 3px 0; }
      .shop-filters__bd .sorting-filters ul li:hover {
        cursor: pointer; }
  .shop-filters__bd .filter-color ul li,
  .shop-filters__bd .filter-heel-height ul li,
  .shop-filters__bd .sorting-filters ul li {
    padding: 3px 0; }
  .shop-filters__bd li.no-products {
    opacity: 0.2;
    pointer-events: none; }
    .shop-filters__bd li.no-products .filter-swatch {
      border: 1px solid #BCBCBC; }

.filter-color .swatch-name {
  font-size: 8px;
  text-align: center; }

.filter-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filter-color ul li {
    margin: 0 0 12px 0;
    width: 20%;
    text-align: center; }
    @media (min-width: 800px) {
      .filter-color ul li {
        width: 33%; } }
  .filter-color ul a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    display: block;
    text-align: center; }
    .filter-color ul a:hover {
      opacity: 0.7; }

.filter-color li.chosen .filter-swatch:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.filter-color .filter-swatch {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: 1px solid #eaeaea; }
  .filter-color .filter-swatch:after {
    content: '';
    width: 8px;
    height: 7px;
    display: block;
    z-index: 2;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    background: url("../images/svgs/check.svg") center/cover no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .filter-color .filter-swatch.filter-swatch--light:after {
    background: url("../images/svgs/check-light.svg") center/cover no-repeat; }

.filter-size ul li.chosen {
  background: #070707;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.filter-size ul li {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  padding: 0; }
  .filter-size ul li a {
    padding: 3px;
    display: block; }

.filter-size ul li:hover {
  opacity: 0.5; }

.sorting-filters a,
.filter-heel-height a {
  display: inline-block; }
  .sorting-filters a:after,
  .filter-heel-height a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #070707;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .sorting-filters a:hover:after,
  .filter-heel-height a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.sorting-filters li.chosen a,
.sorting-filters .current,
.filter-heel-height li.chosen a,
.filter-heel-height .current {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(12px);
  transform: translateX(12px); }
  .sorting-filters li.chosen a:before,
  .sorting-filters .current:before,
  .filter-heel-height li.chosen a:before,
  .filter-heel-height .current:before {
    content: '•';
    display: inline-block;
    position: absolute;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px); }
  .sorting-filters li.chosen a:after,
  .sorting-filters .current:after,
  .filter-heel-height li.chosen a:after,
  .filter-heel-height .current:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.shop-filters__ft {
  padding: 36px 0 0; }

.upsell-products {
  width: 100%;
  overflow: hidden; }

.upsell-product-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .upsell-product-list li {
    margin-right: 12px;
    max-width: 80px;
    text-align: center;
    margin-bottom: 4px; }
  .upsell-product-list a {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .upsell-product-list a:hover {
      cursor: pointer;
      opacity: 0.5; }
      .upsell-product-list a:hover p {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; }
  .upsell-product-list figure {
    margin: 0; }
  .upsell-product-list p {
    font-size: 10px;
    margin: 0;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.shop_table.cart {
  display: table;
  margin-bottom: 12px;
  margin: 0 !important;
  max-width: 100% !important; }
  .shop_table.cart th {
    font-weight: 500;
    border-bottom: 1px solid #070707;
    padding: 4px 0 8px; }

.shop_table.cart .product-thumbnail a {
  display: block;
  max-width: 64px;
  margin-right: 16px; }

.shop_table.cart .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .shop_table.cart .product-name a {
    text-decoration: none; }

.shop_table.cart .product-subtotal {
  font-weight: 500; }

.shop_table.cart .product-remove a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .shop_table.cart .product-remove a:hover {
    text-decoration: underline;
    opacity: 0.5; }

.shop_table.cart .cart_item td {
  border-bottom: 1px solid #BCBCBC;
  padding: 12px 0; }

.shop_table.cart input.qty {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.3);
  max-width: 40px; }
  .shop_table.cart input.qty::-webkit-inner-spin-button, .shop_table.cart input.qty::-webkit-outer-spin-button {
    opacity: 1; }

@media (min-width: 800px) {
  .cart-coupons-wrap {
    position: relative; }
  .update-cart-btn {
    margin: 12px 0; }
    .update-cart-btn:disabled {
      display: none; } }

.cart-coupons {
  display: block; }
  .cart-coupons .coupon-wrap {
    width: 376px;
    max-width: 100%; }
  .cart-coupons .update-cart {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; }
    @media (min-width: 800px) {
      .cart-coupons .update-cart {
        bottom: 0;
        left: 0;
        right: auto;
        top: auto; } }
    .cart-coupons .update-cart.disabled, .cart-coupons .update-cart[disabled="disabled"], .cart-coupons .update-cart[disabled] {
      display: none; }

.coupon-drawer {
  display: block !important; }
  .coupon-drawer .woocommerce-message {
    padding: 16px 0 8px;
    display: block;
    color: #FF3333; }

#coupon-wrap .coupon-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 12px 0 0;
  width: 100%;
  max-width: 376px;
  min-height: 42px !important;
  height: 42px !important;
  padding: 12px 0 0 !important;
  margin: 0 !important;
  top: 0 !important;
  display: flex !important;
  zoom: 0 !important;
  position: relative !important; }
  #coupon-wrap .coupon-form label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #coupon-wrap .coupon-form input,
  #coupon-wrap .coupon-form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
    border: none !important;
    width: auto !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #f4f4f4 !important;
    color: #070707;
    padding: 0 8px; }
  #coupon-wrap .coupon-form button,
  #coupon-wrap .coupon-form button.button {
    background: transparent;
    color: #070707;
    border: none;
    position: relative;
    width: auto;
    min-width: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    margin-left: 12px;
    text-decoration: underline !important;
    padding: 4px; }
    #coupon-wrap .coupon-form button:hover,
    #coupon-wrap .coupon-form button.button:hover {
      opacity: 0.8; }

.cart_totals {
  width: 100%; }
  @media (min-width: 800px) {
    .cart_totals {
      max-width: 276px; } }
  .cart_totals h2 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .cart_totals tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .cart_totals tr + tr {
      border-top: 1px solid #E2E2E2; }
  .cart_totals th, .cart_totals td {
    padding: 16px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .cart_totals th {
    text-align: left; }
  .cart_totals td {
    text-align: right !important; }
  .cart_totals .cart-subtotal th,
  .cart_totals .cart-discount.coupon-test th {
    font-weight: 400; }
  .cart_totals .button {
    width: 100%; }
  .cart_totals tr td:before {
    display: none; }
  .cart_totals .woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods {
    margin-bottom: 8px; }
    .cart_totals .woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cart_totals .woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li label {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .cart_totals .woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li label .amount {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          text-align: right; }
  .cart_totals .woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
    font-size: 10px;
    margin: 0; }

table.shop_table_responsive tbody th {
  display: block !important; }

@media (max-width: 799px) {
  table.shop_table.cart {
    display: block; }
    table.shop_table.cart thead {
      display: none; }
    table.shop_table.cart tr td:before {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    table.shop_table.cart tbody {
      display: block;
      border-top: 1px solid #070707;
      border-bottom: 1px solid #070707; }
    table.shop_table.cart tr {
      position: relative;
      display: block;
      padding: 16px 0; }
      table.shop_table.cart tr + tr {
        border-top: 1px solid #E2E2E2; }
    table.shop_table.cart .cart_item td {
      border-bottom: none;
      display: block; }
    table.shop_table.cart .product-name,
    table.shop_table.cart .product-quantity,
    table.shop_table.cart .product-price {
      border-bottom: none;
      padding: 0 80px;
      text-align: left;
      margin-bottom: 4px;
      display: block; }
    table.shop_table.cart .product-thumbnail {
      position: absolute;
      top: 16px;
      left: 0;
      padding: 0; }
    table.shop_table.cart .product-name,
    table.shop_table.cart .product-price,
    table.shop_table.cart .product-quantity {
      margin-bottom: 4px; }
    table.shop_table.cart .product-subtotal {
      position: absolute;
      right: 0;
      top: 16px;
      padding: 0; }
    table.shop_table.cart td.product-remove {
      position: absolute;
      right: 0;
      bottom: 16px;
      padding: 0;
      text-align: right !important; } }

table.shop_table.cart.shop_table--preview,
.shop_table.woocommerce-checkout-review-order-table.shop_table--preview {
  display: block;
  max-width: 376px; }
  table.shop_table.cart.shop_table--preview thead,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview thead {
    display: none; }
  table.shop_table.cart.shop_table--preview tr td:before,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr td:before {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.shop_table.cart.shop_table--preview tbody,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tbody {
    display: block;
    border-top: 1px solid #070707;
    border-bottom: 1px solid #070707; }
  table.shop_table.cart.shop_table--preview tr,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr {
    position: relative;
    display: block;
    padding: 16px 0;
    min-height: 96px; }
    table.shop_table.cart.shop_table--preview tr + tr,
    .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr + tr {
      border-top: 1px solid #E2E2E2; }
  table.shop_table.cart.shop_table--preview .cart_item td,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .cart_item td {
    border-bottom: none;
    display: block; }
  table.shop_table.cart.shop_table--preview .product-name,
  table.shop_table.cart.shop_table--preview .product-quantity,
  table.shop_table.cart.shop_table--preview .product-price,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-name,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-quantity,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-price {
    border-bottom: none;
    padding: 0 80px;
    text-align: left;
    margin-bottom: 4px; }
  table.shop_table.cart.shop_table--preview .product-thumbnail,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-thumbnail {
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0; }
  table.shop_table.cart.shop_table--preview .product-name,
  table.shop_table.cart.shop_table--preview .product-price,
  table.shop_table.cart.shop_table--preview .product-quantity,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-name,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-price,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-quantity {
    margin-bottom: 4px; }
  table.shop_table.cart.shop_table--preview .product-subtotal,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview .product-subtotal {
    position: absolute;
    right: 0;
    top: 16px;
    padding: 0; }
  table.shop_table.cart.shop_table--preview td.product-remove,
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview td.product-remove {
    position: absolute;
    right: 0;
    bottom: 16px;
    padding: 0;
    text-align: right !important; }
  table.shop_table.cart.shop_table--preview tr:not(.cart_item),
  .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr:not(.cart_item) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 46px;
    padding: 8px 0;
    width: 100%; }
    table.shop_table.cart.shop_table--preview tr:not(.cart_item) th, table.shop_table.cart.shop_table--preview tr:not(.cart_item) td, table.shop_table.cart.shop_table--preview tr:not(.cart_item) span,
    .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr:not(.cart_item) th,
    .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr:not(.cart_item) td,
    .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr:not(.cart_item) span {
      padding: 0; }
    table.shop_table.cart.shop_table--preview tr:not(.cart_item) ul,
    .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr:not(.cart_item) ul {
      margin: 0;
      padding: 0; }
    table.shop_table.cart.shop_table--preview tr:not(.cart_item) *,
    .shop_table.woocommerce-checkout-review-order-table.shop_table--preview tr:not(.cart_item) * {
      border: none; }

.shipping-title {
  display: none; }

#shipping_method.woocommerce-shipping-methods {
  display: block; }
  #shipping_method.woocommerce-shipping-methods li {
    display: block;
    padding: 4px 0; }
  #shipping_method.woocommerce-shipping-methods label:before, #shipping_method.woocommerce-shipping-methods label:after {
    border-radius: 50%; }

#pay_with_amazon,
.amazon-button {
  display: block !important;
  width: 220px !important;
  height: 41px !important;
  background: #E2E2E2;
  float: none !important;
  margin: 0 0 16px !important;
  position: relative;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  #pay_with_amazon:after,
  .amazon-button:after {
    content: '';
    width: 172px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    z-index: 2;
    background: url("../images/svgs/amazon-btn.svg") center/auto 76% no-repeat;
    pointer-events: none; }
  #pay_with_amazon:hover,
  .amazon-button:hover {
    cursor: pointer;
    background: #d5d5d5; }
  #pay_with_amazon img,
  .amazon-button img {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    max-height: 100% !important; }

.woocommerce-cart #pay_with_amazon,
.woocommerce-cart-form #pay_with_amazon.amazon-pay-mini-cart {
  max-width: 100% !important;
  width: 100% !important; }
  .woocommerce-cart #pay_with_amazon img,
  .woocommerce-cart-form #pay_with_amazon.amazon-pay-mini-cart img {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    max-height: 100% !important; }

.woocommerce-cart-form #pay_with_amazon.amazon-pay-mini-cart,
.amazon-button {
  width: 100% !important;
  height: 45px !important; }

#bag-sub-nav .woocommerce-mini-cart__buttons:not(.wcppec-cart-widget-spb) {
  display: none !important; }

.woocommerce-cart-form .button.checkout.wc-forward {
  width: 100%;
  font-size: 14px;
  margin-bottom: 12px; }

.button.checkout.wc-forward + #pay_with_amazon {
  margin-top: 12px; }

#wc-stripe-payment-request-button-separator {
  display: none !important; }

.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  margin-bottom: 12px !important; }

.PaymentRequestButton-border {
  display: none !important; }

#bag-sub-nav td.product-remove {
  display: none !important; }

#bag-sub-nav .woocommerce-mini-cart__buttons.buttons.wcppec-cart-widget-spb {
  margin-bottom: 16px !important; }

#bag-sub-nav #wc-stripe-payment-request-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important; }

#bag-sub-nav .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  max-width: 80px !important; }
  #bag-sub-nav .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
    max-width: 64px !important; }

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  max-width: 80px !important; }
  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
    max-width: 64px !important; }

.shop_table.cart .product-thumbnail {
  display: block;
  margin-right: 16px; }

form .form-row {
  max-width: 100%; }

.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 36px; }

#order_review_heading {
  font-weight: 500;
  letter-spacing: 2px; }

.woocommerce-checkout h2.h3 {
  text-transform: uppercase;
  font-weight: 500; }

.woocommerce-checkout .h3 {
  font-weight: 500; }

.woocommerce-checkout h3.h3 {
  letter-spacing: 1px; }

.woocommerce-checkout hr {
  background-color: #070707;
  margin: 0; }

.woocommerce-checkout #woo_pp_ec_button_checkout {
  display: block !important; }

.express-checkout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 1025px) {
    .express-checkout-wrap:before, .express-checkout-wrap:after {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  .express-checkout-wrap > * {
    width: 100%;
    margin-bottom: 12px !important;
    text-align: center;
    padding: 0 !important; }
    @media (min-width: 1025px) {
      .express-checkout-wrap > * {
        width: 31%;
        margin: 0 1%;
        margin-bottom: 0;
        max-width: 220px !important; } }
  .express-checkout-wrap #wc-stripe-payment-request-wrapper {
    margin: 0 0 12px !important;
    padding: 0 !important; }
    @media (min-width: 1025px) {
      .express-checkout-wrap #wc-stripe-payment-request-wrapper {
        margin: 0 !important; } }
  .express-checkout-wrap #wc-stripe-payment-request-button {
    width: 100%;
    max-width: 220px;
    max-width: 220px !important;
    margin: 0 auto;
    height: 42px;
    display: block;
    max-height: 42px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (min-width: 1025px) {
      .express-checkout-wrap #wc-stripe-payment-request-button {
        max-width: 100% !important;
        padding: 0 !important; } }
    .express-checkout-wrap #wc-stripe-payment-request-button > * {
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      top: 50%; }
  .express-checkout-wrap #wc-stripe-payment-request-button-separator {
    display: none; }
  .express-checkout-wrap .paypal-button-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    height: 42px;
    background: #eee;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }
    .express-checkout-wrap .paypal-button-custom:hover {
      background: #e1e1e1; }
    .express-checkout-wrap .paypal-button-custom img {
      height: 20px;
      margin: 0 auto; }
  .express-checkout-wrap #amazon-holder .wc-amazon-payments-advanced-info {
    width: 100%;
    display: block !important; }
  .express-checkout-wrap #pay_with_amazon {
    margin: 0 auto !important; }
    @media (min-width: 1025px) {
      .express-checkout-wrap #pay_with_amazon {
        max-width: 100%; } }
  .express-checkout-wrap .paypal-holder-wrap {
    max-width: 220px;
    margin: 0 auto;
    height: 42px;
    width: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (min-width: 1025px) {
      .express-checkout-wrap .paypal-holder-wrap {
        max-width: 31%; } }
    .express-checkout-wrap .paypal-holder-wrap #paypal-holder {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate3d(-50%, -2px, 0);
      transform: translate3d(-50%, -2px, 0);
      width: 300px;
      min-width: 300px;
      max-width: 100%;
      margin: 0 auto; }
      .express-checkout-wrap .paypal-holder-wrap #paypal-holder .paypal-button {
        height: auto !important; }

#contact-information .label,
#contact-information label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#customer_details .woocommerce-shipping-fields,
#customer_details_shipping .woocommerce-shipping-fields {
  margin-bottom: 12px;
  margin-top: 16px; }
  #customer_details .woocommerce-shipping-fields h3,
  #customer_details_shipping .woocommerce-shipping-fields h3 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

#customer_details .col-2, #customer_details .col-1,
#customer_details_shipping .col-2,
#customer_details_shipping .col-1 {
  width: 100%; }

.billing_address {
  margin-bottom: 12px;
  margin-top: 16px; }

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .woocommerce-billing-fields__field-wrapper label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 50%;
    margin: 0;
    margin-bottom: 16px; }
    .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field {
      width: 100%;
      padding: 0; }
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="1"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="3"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="9"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="7"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="8"] {
    padding-left: 12px; }
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="2"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="4"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="5"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="10"],
  .woocommerce-billing-fields__field-wrapper .form-row[data-priority="6"] {
    padding-right: 12px; }

.woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .woocommerce-shipping-fields__field-wrapper label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 50%;
    margin: 0;
    margin-bottom: 16px; }
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="1"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="3"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="5"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="10"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="6"] {
    padding-right: 12px; }
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="2"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="4"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="9"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="8"],
  .woocommerce-shipping-fields__field-wrapper .form-row[data-priority="7"] {
    padding-left: 12px; }

.woocommerce-additional-fields {
  margin-top: 12px; }
  .woocommerce-additional-fields label {
    margin-bottom: 8px;
    display: block; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BCBCBC;
  height: 30px;
  background: transparent;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out; }
  .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus,
  .select2-container--default .select2-search--dropdown .select2-search__field:active,
  .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #070707; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E2E2E2; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("../images/svgs/arrow-down.svg") center/8px 5px no-repeat; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-dropdown {
  border: none;
  border-radius: 0;
  border: 1px solid #E2E2E2;
  background: #ffffff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }
  .select2-container .select2-selection--single .select2-selection__rendered:active, .select2-container .select2-selection--single .select2-selection__rendered:focus {
    outline: none; }

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.wc_payment_methods.payment_methods.methods label,
.wc_payment_methods.payment_methods.methods input {
  display: inline-block; }

.wc_payment_methods.payment_methods.methods input {
  margin-right: 8px; }

.checkout-shipping-method hr {
  background-color: #070707;
  margin: 0; }

.checkout-shipping-method .shipping-title {
  display: none; }

.checkout-shipping-method ul {
  margin: 0;
  padding: 0; }

.checkout-shipping-method #wc-stripe-payment-request-wrapper {
  padding-top: 0 !important; }

.checkout-shipping-method #shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 46px;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #E2E2E2; }
  .checkout-shipping-method #shipping_method li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .checkout-shipping-method #shipping_method li label .amount {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: right; }

.checkout-shipping-method input {
  height: auto !important;
  background: red !important; }

.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#place_order[disabled] {
  opacity: 0.6; }

.woocommerce-message {
  padding: 0 0 24px; }

#payment ul {
  margin: 0;
  padding: 0; }

#payment li {
  margin: 0;
  padding: 0; }
  #payment li + li {
    margin-top: 12px; }

.wc_payment_methods label {
  display: block;
  margin-bottom: 16px;
  display: block;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase; }
  .wc_payment_methods label img {
    display: inline-block;
    vertical-align: middle;
    display: none; }

.ElementsApp, .ElementsApp .InputElement {
  height: 44px;
  font-size: 16px; }

#wc-stripe-cc-form {
  max-width: 380px;
  margin: 24px 0;
  padding: 24px 12px;
  background: #f9f9f9 !important;
  border-radius: 4px;
  border: 1px solid #efefef !important; }
  #wc-stripe-cc-form br {
    display: none !important; }
  #wc-stripe-cc-form .stripe-source-errors > * {
    margin-top: 8px; }

/* Target the Credit Card */
#stripe-card-element {
  background: #ffffff !important;
  padding: 10px 5px !important;
  margin: 0 0 !important;
  border-radius: 4px; }

/* Target the Expiry Date */
#stripe-exp-element {
  background: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important; }

/* Target the CVC Code */
.woocommerce-checkout-review-order #stripe-cvc-element {
  background: #ffffff !important;
  margin: 5px 0px !important;
  padding: 0 !important;
  margin: 0 !important; }

.woocommerce-privacy-policy-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.checkout-payment-method hr {
  background: black; }

#payment ul.wc_payment_methods.payment_methods {
  margin-bottom: 36px; }
  #payment ul.wc_payment_methods.payment_methods li {
    padding: 24px 0 !important;
    border-bottom: 1px solid #DBDBDB;
    margin-top: 0 !important; }
  #payment ul.wc_payment_methods.payment_methods label {
    margin-bottom: 0 !important; }

.payment_method_first_data_payeezy_gateway_credit_card .payment_box > p {
  display: none; }

.payment_method_first_data_payeezy_gateway_credit_card fieldset label {
  text-transform: lowercase;
  color: #C0C0C0;
  margin-bottom: 2px; }

.payment_method_first_data_payeezy_gateway_credit_card fieldset input {
  padding: 0 !important;
  letter-spacing: 1.5px;
  height: 36px !important; }
  @media (min-width: 600px) {
    .payment_method_first_data_payeezy_gateway_credit_card fieldset input {
      height: 40px !important; } }
  .is-touch .payment_method_first_data_payeezy_gateway_credit_card fieldset input {
    font-size: 16px !important; }

.payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-credit-card-form {
  margin: 12px 0 0;
  padding: 0; }
  .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-credit-card-form p {
    margin-bottom: 0; }
  .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-credit-card-form > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-credit-card-form input {
    font-size: 14px !important; }

.payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-account-number_field {
  width: 50%;
  padding-right: 10px; }
  @media (min-width: 600px) {
    .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-account-number_field {
      width: 60%;
      padding-right: 10px; } }
  .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-account-number_field input {
    background: transparent !important;
    background-size: 50px 21px !important;
    background-position: right center !important;
    letter-spacing: 2px; }

.payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-expiry_field {
  width: 25%;
  margin: 0;
  padding-right: 10px; }
  @media (min-width: 600px) {
    .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-expiry_field {
      width: 20%; } }

.payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-csc_field {
  width: 25%;
  margin: 0;
  padding-left: 10px; }
  @media (min-width: 600px) {
    .payment_method_first_data_payeezy_gateway_credit_card #wc-first-data-payeezy-gateway-credit-card-csc_field {
      width: 20%; } }

#wc-stripe-payment-request-button a, #wc-stripe-payment-request-button button, #wc-stripe-payment-request-button input {
  border-radius: 0 !important;
  font-size: 13px !important; }

#wc-stripe-payment-request-button img {
  max-height: 20px !important; }

#payment .payment_method_first_data_payeezy_gateway_credit_card {
  border-bottom: none !important; }

.payment_method_paypal a,
.about_paypal {
  display: none; }

.wcppec-checkout-buttons__separator {
  display: none !important; }

.po-box-error {
  color: #FF3333;
  font-size: 12px;
  margin-top: 4px; }

.order-notes-wrap {
  display: none; }

.woocommerce-shipping-fields .radio-wrap,
.woocommerce-billing-fields .radio-wrap {
  min-height: 46px;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #E2E2E2; }

.woocommerce-shipping-fields label:before, .woocommerce-shipping-fields label:after,
.woocommerce-billing-fields label:before,
.woocommerce-billing-fields label:after {
  border-radius: 50%; }

.woocommerce-shipping-fields .shipping_address,
.woocommerce-billing-fields .shipping_address {
  margin-top: 18px; }

.woocommerce-cart #coupon-wrap {
  margin-top: 12px; }

#coupon-wrap .woocommerce-error,
#coupon-wrap .woocommerce-message {
  margin: 8px 0 0;
  font-size: 12px;
  padding: 0;
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20; }

#coupon-wrap .woocommerce-message {
  color: #646464; }

#coupon-wrap .coupon-drawer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#coupon-wrap .checkout_coupon.woocommerce-form-coupon.coupon-form {
  min-height: 42px !important;
  height: 42px !important;
  padding: 12px 0 0 !important;
  margin: 0 !important;
  top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  zoom: 0 !important;
  position: relative !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

#coupon-wrap .blockUI {
  display: none !important;
  height: 0 !important; }

@media (max-width: 799px) {
  .woocommerce-checkout #coupon-wrap {
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
    top: 0 !important;
    left: 0 !important;
    z-index: 8; } }

@media (min-width: 800px) {
  .woocommerce-checkout #coupon-wrap {
    position: absolute;
    right: 0;
    z-index: 8; }
    .woocommerce-checkout #coupon-wrap form {
      max-width: 100% !important; } }

#amazon-holder {
  font-size: 0; }
  #amazon-holder .wc-amazon-checkout-message {
    text-align: center; }

.shipping-note {
  color: #bd2c00; }

@media (max-width: 799px) {
  .checkout-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .checkout-details-wrap #pay-with-card-details {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .checkout-details-wrap #order-details-review {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.woocommerce-form.woocommerce-form-login.login {
  margin-top: 24px; }
  .woocommerce-form.woocommerce-form-login.login > p:first-child {
    display: none; }
  .woocommerce-form.woocommerce-form-login.login > p.form-row {
    display: block !important; }
  .woocommerce-form.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
    margin-bottom: 8px; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  outline: none; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
  text-indent: -99999px;
  padding: 0;
  border: none;
  outline: none;
  width: 8px;
  height: 12px;
  fill: currentColor;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, fill 0.3s ease-out;
  transition: opacity 0.3s ease-out, fill 0.3s ease-out;
  bottom: 36px;
  right: 4%; }
  @media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
      width: 16px;
      height: 22px; } }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.4; }

.slick-prev {
  right: 4%;
  -webkit-transform: translateX(calc(-100% - 12px));
  transform: translateX(calc(-100% - 12px)); }
  @media (max-width: 1024px) {
    .slick-prev {
      -webkit-transform: translateX(calc(-100% - 24px));
      transform: translateX(calc(-100% - 24px)); } }

.slick-dots {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  margin: 5px 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    margin: 5px;
    cursor: pointer; }
    .slick-dots li button {
      border: 1px solid #070707;
      background-color: #070707;
      border-radius: 50%;
      display: block;
      margin: 0 auto;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0;
      cursor: pointer;
      opacity: 0.3;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .slick-dots li:hover button {
      outline: none;
      opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #070707;
      border-color: #070707;
      opacity: 1; }

.carousel-simple,
.carousel-logo {
  background: #ffffff; }
  .carousel-simple .slick-prev,
  .carousel-logo .slick-prev {
    left: 0;
    right: auto;
    -webkit-transform: none;
    transform: none; }
  .carousel-simple .slick-next,
  .carousel-logo .slick-next {
    -webkit-transform: none;
    transform: none;
    right: 0; }

.carousel-simple blockquote {
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carousel-logo .slick-slide.slick-current img {
  opacity: 1; }

.carousel-logo .slick-slide figure {
  padding: 0 18px;
  margin: 0;
  max-width: 210px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 48px; }

.carousel-logo .slick-slide img {
  display: block;
  max-width: 100%;
  max-height: 60%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.img-full {
  width: 100%; }

.img-md {
  max-width: 640px;
  margin: 0 auto; }

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.bg-image {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .bg-image.bg-image--fallback img {
    display: none; }

.video-wrapper [poster] {
  -o-object-fit: cover;
  object-fit: cover; }

.wp-block-video figure {
  margin: 0; }

svg {
  display: block;
  fill: currentColor; }

.shape-inline {
  display: inline-block; }
  .shape-inline > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .shape-inline > * + * {
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.shape-inline + .shape-inline {
  margin-left: 24px; }

a.shape-inline:hover > * + * {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }

.media-object {
  width: 100%;
  overflow: hidden; }
  @media (min-width: 800px) {
    .media-object {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .media-object.media-object--equalWidth > * {
        width: 48%; }
        .media-object.media-object--equalWidth > * img {
          width: 100%; }
      .media-object.media-object--flip .media-object__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 0 24px; } }

.media-object__media {
  margin: 0 0 24px 0; }
  .media-object__media img {
    display: block; }
  @media (min-width: 800px) {
    .media-object__media {
      margin: 0 24px 0 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 200px; } }

.media-object__bd {
  overflow: hidden; }

.tabs {
  overflow: hidden;
  max-width: 100%; }

.tabs--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px; }
  .tabs--tabs .h3 {
    margin: 0; }
  .tabs--tabs .tabs__tab + .tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .tabs--tabs > span {
    display: block;
    height: 1px;
    width: 64px;
    background: #070707;
    margin: 0 16px; }

.tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 48px 0;
  overflow: hidden; }
  .tabs__tabs > * {
    max-width: 160px;
    padding: 0 12px; }
  .tabs__tabs p, .tabs__tabs h3 {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #596378;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
  @media (max-width: 799px) {
    .tabs__tabs {
      overflow-x: auto;
      overflow-scrolling: touch;
      -webkit-overflow-scrolling: touch;
      padding: 24px 0; }
      .tabs__tabs::-webkit-scrollbar {
        width: 10px;
        height: 2px; }
      .tabs__tabs::-webkit-scrollbar-track {
        background: transparent; }
      .tabs__tabs::-webkit-scrollbar-thumb {
        background: #070707; }
      .tabs__tabs p, .tabs__tabs h3 {
        font-size: 8px; } }

.badge {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 12px;
  z-index: 1;
  padding: 5px; }
  @media (min-width: 800px) {
    .badge {
      padding: 10px;
      width: 100px;
      height: 100px; } }
  .badge:after {
    position: absolute;
    background: #070707;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .badge img {
    width: 50px;
    height: 50px; }
    @media (min-width: 800px) {
      .badge img {
        width: 80px;
        height: 80px; } }

.tabs__tab {
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: relative; }
  .tabs__tab:after {
    content: '(tap to view)';
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .tabs__tab > * {
    position: relative; }
    .tabs__tab > *:after {
      content: '';
      height: 1px;
      width: 100%;
      background: #070707;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tabs__tab:hover {
  cursor: pointer;
  opacity: 1; }

.tabs__tab.is-active {
  opacity: 1;
  text-decoration: none; }
  .tabs__tab.is-active:after {
    opacity: 0; }
  .tabs__tab.is-active > * {
    position: relative; }
  .tabs__tab.is-active p, .tabs__tab.is-active h3 {
    color: #070707; }
  .tabs__tab.is-active .badge:after {
    -webkit-transform: scale(1);
    transform: scale(1); }

.tabs--tabs--no-click .tabs__tab {
  text-decoration: none; }
  .tabs--tabs--no-click .tabs__tab:after {
    display: none; }
  .tabs--tabs--no-click .tabs__tab:hover {
    cursor: default;
    opacity: 0.5; }

.tab__bd {
  overflow: hidden;
  width: 100%;
  display: none; }
  .tab__bd > * {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .tab__bd.is-active {
    display: block; }
    .tab__bd.is-active > * {
      -webkit-transition-delay: 1s;
      transition-delay: 1s;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.tabs__content {
  position: relative;
  border-top: 1px solid #E2E2E2; }
  .tabs__content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #E2E2E2; }

.dropdown {
  position: relative;
  z-index: 2;
  max-width: 360px;
  width: 100%;
  cursor: pointer;
  min-height: 44px; }

.dropdown__icon {
  position: absolute;
  height: 44px;
  top: 0;
  right: 0;
  width: 44px;
  z-index: 4; }
  .dropdown__icon svg {
    display: block;
    fill: #070707;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

.dropdown__list {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  width: 100%;
  max-height: 44px;
  background: #fafafa;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #070707;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out; }
  .dropdown__list > * {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out; }
  .dropdown__list > * > * {
    display: block;
    line-height: 1;
    padding: 16px 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.dropdown__list .is-active {
  max-height: 44px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .dropdown__list .is-active:hover {
    color: #070707;
    background: #f0f0f0; }

.dropdown.is-active {
  z-index: 4; }
  .dropdown.is-active .dropdown__list {
    max-height: 1000px; }
    .dropdown.is-active .dropdown__list > * {
      max-height: 44px; }
    .dropdown.is-active .dropdown__list > * > *:hover {
      color: #070707;
      background: #f0f0f0; }

@media (min-width: 800px) {
  .dropdown.dropdown--before--md {
    max-width: 100%;
    background: transparent; }
    .dropdown.dropdown--before--md .dropdown__list {
      position: relative;
      max-height: none;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dropdown.dropdown--before--md .dropdown__list > * {
        max-height: none; }
      .dropdown.dropdown--before--md .dropdown__list > * > * {
        height: auto;
        padding: 2px 0;
        display: block; }
        .dropdown.dropdown--before--md .dropdown__list > * > *:hover {
          background: transparent; }
    .dropdown.dropdown--before--md .dropdown__list .is-active {
      max-height: auto;
      background: #fafafa; }
    .dropdown.dropdown--before--md .dropdown__list > *:first-child,
    .dropdown.dropdown--before--md .dropdown__icon {
      display: none; } }

.modal-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .modal-wrap.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
    .modal-wrap.is-active .screen {
      opacity: 1;
      pointer-events: inherit; }
      .modal-wrap.is-active .screen:hover {
        cursor: crosshair; }

.modal {
  position: relative;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  width: calc(100% - 20px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  padding: 30px 36px; }
  @media (min-width: 800px) and (min-height: 540px) {
    .modal {
      width: auto;
      max-width: 576px;
      height: auto; } }

.screen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 2; }

body.modal-is-active {
  overflow: hidden;
  height: 100%; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url("../images/svgs/close.svg") center/8px 8px no-repeat;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .modal__close:hover {
    opacity: 0.4; }
  .modal__close.modal__close--alt {
    padding: 28px;
    opacity: 0.6 !important; }
    .modal__close.modal__close--alt:hover {
      opacity: 0.3 !important; }
  .modal__close.modal__close--search {
    padding: 8px;
    height: 100%; }

.table {
  width: 100%;
  margin: 36px 0; }
  .table tr:last-child td {
    border-bottom: none; }
  .table td {
    text-align: center;
    padding: 12px 2px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    font-size: 8px; }
    @media (min-width: 600px) {
      .table td {
        font-size: 10px;
        padding: 12px 4px; } }
    .table td:last-child {
      border-right: none; }

.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 48px auto; }
  .woocommerce-pagination .page-numbers li > * {
    padding: 4px 8px;
    display: block; }
    @media (min-width: 600px) {
      .woocommerce-pagination .page-numbers li > * {
        padding: 4px 8px; } }
  .woocommerce-pagination .page-numbers li {
    margin: 0 4px; }
  .woocommerce-pagination .page-numbers span {
    opacity: 0.5; }
  .woocommerce-pagination .page-numbers a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .woocommerce-pagination .page-numbers a:hover {
    opacity: 0.5; }

.prev.page-numbers,
.next.page-numbers {
  text-indent: -9999px;
  font-size: 0;
  width: 12px;
  height: 12px;
  position: relative; }

.prev.page-numbers {
  background: url("../images/svgs/arrow-left-dark.svg") center/4px 7px no-repeat; }

.next.page-numbers {
  background: url("../images/svgs/arrow-right.svg") center/4px 7px no-repeat; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 72px auto; }
  .nav-links > * {
    padding: 4px 4px;
    display: block; }
    @media (min-width: 600px) {
      .nav-links > * {
        padding: 4px 8px; } }
  .nav-links li {
    margin: 0 4px; }
  .nav-links span {
    opacity: 0.5; }
  .nav-links a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .nav-links a:hover {
    opacity: 0.5; }

.press {
  margin-bottom: 40px; }
  @media (min-width: 800px) {
    .press {
      margin-bottom: 80px; } }
  .press a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .press a:hover {
      cursor: pointer; }
      .press a:hover .h4 {
        border-color: #070707; }
      .press a:hover figure {
        opacity: 0.6; }
  .press figure {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .press figure img {
      width: 100%;
      height: auto; }
  .press .h4 {
    border-bottom: 1px solid white;
    display: inline;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out; }

.press__info {
  padding: 12px 12px; }
  @media (min-width: 800px) {
    .press__info {
      padding: 12px 22px; } }

.fbx-caption-title,
.fbx-loader {
  display: none !important; }

#retailer-list {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
  min-height: 112px;
  border-bottom: 1px solid #E2E2E2; }
  #retailer-list:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    pointer-events: none; }
  #retailer-list:before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    background: url("../images/svgs/loading.svg") center/cover no-repeat;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 2.4s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 2.4s ease-out;
    transition: transform 2.4s ease-out, opacity 0.3s ease-out;
    transition: transform 2.4s ease-out, opacity 0.3s ease-out, -webkit-transform 2.4s ease-out; }
  #retailer-list.is-thinking:after {
    opacity: 1; }
  #retailer-list.is-thinking:before {
    opacity: 1;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg); }

.retailer {
  display: none; }
  .retailer.is-visible {
    display: block; }

.retailer-list-startnote {
  display: none; }
  .empty .retailer-list-startnote {
    display: block; }

.rte {
  font-weight: normal;
  font-style: normal; }
  .rte:after {
    content: "";
    display: table;
    clear: both; }
  .rte h1 a,
  .rte h2 a,
  .rte h3 a,
  .rte h4 a,
  .rte h5 a,
  .rte h6 a {
    text-decoration: none !important; }
  .rte + .btn {
    margin-top: 20px; }
    @media (min-width: 600px) {
      .rte + .btn {
        margin-top: 30px; } }
  .rte > *:last-child {
    margin-bottom: 0; }
  .rte p {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 1px;
    margin-bottom: 14px; }
    .rte p + .btn {
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        .rte p + .btn {
          margin-bottom: 30px; } }
    @media (min-width: 600px) {
      .rte p {
        font-size: 17px;
        margin-bottom: 20px; } }
    .rte p + h1, .rte p + h2, .rte p + h3,
    .rte p + h4, .rte p + h5, .rte p + h6 {
      margin-top: 30px; }
  .rte b, .rte strong {
    font-weight: 500;
    display: inline;
    margin-bottom: 0;
    letter-spacing: 0;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .rte b, .rte strong {
        margin-bottom: 0; } }
  .rte a {
    font-weight: inherit;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .rte a:hover {
      opacity: 0.7;
      text-decoration: underline; }
  .rte ul,
  .rte ol,
  .rte dl {
    margin-top: 0; }
  .rte ul {
    list-style-type: disc; }
  .rte ol {
    list-style-type: decimal; }
  .rte dt {
    font-weight: bold; }
  .rte ul ul,
  .rte ul ol,
  .rte ul dl,
  .rte ol ul,
  .rte ol ol,
  .rte ol dl,
  .rte dl ul,
  .rte dl ol,
  .rte dl dl {
    margin-top: 0;
    margin-bottom: 0; }
  .rte ol ul,
  .rte ul ul {
    list-style-type: circle; }
  .rte ol ol ul,
  .rte ol ul ul,
  .rte ul ol ul,
  .rte ul ul ul {
    list-style-type: square; }
  .rte blockquote {
    font-style: italic;
    border-left: 2px solid #070707; }
  .rte address {
    font-style: italic; }
  .rte hr {
    background: #070707;
    height: 1px;
    border: none;
    line-height: 1px; }
  .rte em,
  .rte i {
    font-style: italic; }
  .rte del,
  .rte strike,
  .rte s {
    text-decoration: line-through; }
  .rte u,
  .rte ins {
    text-decoration: underline; }
  .rte sup {
    vertical-align: super;
    font-size: smaller; }
  .rte sub {
    vertical-align: sub;
    font-size: smaller; }
  .rte big {
    font-size: larger; }
  .rte small {
    font-size: smaller; }
  .rte abbr,
  .rte acronym {
    border-bottom: none;
    text-decoration: none; }
  .rte cite,
  .rte dfn {
    font-style: italic; }
  .rte q {
    font-style: italic; }
  .rte q::before {
    content: open-quote; }
  .rte q::after {
    content: close-quote; }
  .rte q:lang(en) {
    quotes: "\201C" "\201D" "\2018" "\2019"; }
  .rte bdo {
    direction: rtl; }
  .rte pre {
    margin: 0 0 12px 0;
    font-family: "Lucida Console", Monaco, monospace;
    white-space: normal; }
  .rte code,
  .rte samp,
  .rte tt,
  .rte kbd {
    font-family: "Lucida Console", Monaco, monospace; }
  .rte var {
    font-style: italic; }
  .rte img,
  .rte video,
  .rte audio {
    max-width: 100% !important; }

.rte--sm p {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0.5px;
  margin-bottom: 14px; }
  @media (min-width: 600px) {
    .rte--sm p {
      margin-bottom: 20px; } }

.user-content .gravity-form ul {
  list-style-type: none;
  margin: 0; }
  .user-content .gravity-form ul:after {
    content: "";
    display: table;
    clear: both; }

.user-content .gravity-form li {
  margin: 0; }

.gravity-form {
  width: 101%;
  display: block; }

ul.gform_fields {
  margin: 0;
  padding: 0; }
  ul.gform_fields li {
    margin: 0; }

.gfield_label,
.gfield_radio label,
.loginForm label,
.klaviyo-form-wrap #back-in-stock label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.gfield_required {
  display: none; }

.validation_message {
  color: #FF3333;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 11px; }

.validation_error {
  display: none; }

.ginput_counter {
  display: none; }

.gfield {
  position: relative;
  padding-bottom: 24px; }

.gform_validation_container,
.gform_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ginput_container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  min-height: 30px; }

.ginput_container input[type="text"],
.ginput_container input[type="number"],
.ginput_container input[type="tel"],
.ginput_container input[type="email"],
.ginput_container input[type="password"],
.ginput_container textarea,
.ginput_container select,
.select-wrap input[type="text"],
.select-wrap input[type="number"],
.select-wrap input[type="tel"],
.select-wrap input[type="email"],
.select-wrap input[type="password"],
.select-wrap textarea,
.select-wrap select,
.form input[type="text"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form textarea,
.form select,
.woocommerce-MyAccount-content form input[type="text"],
.woocommerce-MyAccount-content form input[type="number"],
.woocommerce-MyAccount-content form input[type="tel"],
.woocommerce-MyAccount-content form input[type="email"],
.woocommerce-MyAccount-content form input[type="password"],
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select,
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form textarea,
form select,
.klaviyo-form-wrap input[type="text"],
.klaviyo-form-wrap input[type="number"],
.klaviyo-form-wrap input[type="tel"],
.klaviyo-form-wrap input[type="email"],
.klaviyo-form-wrap input[type="password"],
.klaviyo-form-wrap textarea,
.klaviyo-form-wrap select,
.klaviyo-form-wrap #back-in-stock input[type="text"],
.klaviyo-form-wrap #back-in-stock input[type="number"],
.klaviyo-form-wrap #back-in-stock input[type="tel"],
.klaviyo-form-wrap #back-in-stock input[type="email"],
.klaviyo-form-wrap #back-in-stock input[type="password"],
.klaviyo-form-wrap #back-in-stock textarea,
.klaviyo-form-wrap #back-in-stock select,
#mp-newsletter input[type="text"],
#mp-newsletter input[type="number"],
#mp-newsletter input[type="tel"],
#mp-newsletter input[type="email"],
#mp-newsletter input[type="password"],
#mp-newsletter textarea,
#mp-newsletter select,
#mp-newsletter-modal input[type="text"],
#mp-newsletter-modal input[type="number"],
#mp-newsletter-modal input[type="tel"],
#mp-newsletter-modal input[type="email"],
#mp-newsletter-modal input[type="password"],
#mp-newsletter-modal textarea,
#mp-newsletter-modal select {
  -webkit-appearance: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(7, 7, 7, 0.3);
  background: transparent;
  font-size: 14px;
  color: #070707;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .ginput_container input[type="text"]:focus,
  .ginput_container input[type="number"]:focus,
  .ginput_container input[type="tel"]:focus,
  .ginput_container input[type="email"]:focus,
  .ginput_container input[type="password"]:focus,
  .ginput_container textarea:focus,
  .ginput_container select:focus,
  .select-wrap input[type="text"]:focus,
  .select-wrap input[type="number"]:focus,
  .select-wrap input[type="tel"]:focus,
  .select-wrap input[type="email"]:focus,
  .select-wrap input[type="password"]:focus,
  .select-wrap textarea:focus,
  .select-wrap select:focus,
  .form input[type="text"]:focus,
  .form input[type="number"]:focus,
  .form input[type="tel"]:focus,
  .form input[type="email"]:focus,
  .form input[type="password"]:focus,
  .form textarea:focus,
  .form select:focus,
  .woocommerce-MyAccount-content form input[type="text"]:focus,
  .woocommerce-MyAccount-content form input[type="number"]:focus,
  .woocommerce-MyAccount-content form input[type="tel"]:focus,
  .woocommerce-MyAccount-content form input[type="email"]:focus,
  .woocommerce-MyAccount-content form input[type="password"]:focus,
  .woocommerce-MyAccount-content form textarea:focus,
  .woocommerce-MyAccount-content form select:focus,
  form input[type="text"]:focus,
  form input[type="number"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form input[type="password"]:focus,
  form textarea:focus,
  form select:focus,
  .klaviyo-form-wrap input[type="text"]:focus,
  .klaviyo-form-wrap input[type="number"]:focus,
  .klaviyo-form-wrap input[type="tel"]:focus,
  .klaviyo-form-wrap input[type="email"]:focus,
  .klaviyo-form-wrap input[type="password"]:focus,
  .klaviyo-form-wrap textarea:focus,
  .klaviyo-form-wrap select:focus,
  .klaviyo-form-wrap #back-in-stock input[type="text"]:focus,
  .klaviyo-form-wrap #back-in-stock input[type="number"]:focus,
  .klaviyo-form-wrap #back-in-stock input[type="tel"]:focus,
  .klaviyo-form-wrap #back-in-stock input[type="email"]:focus,
  .klaviyo-form-wrap #back-in-stock input[type="password"]:focus,
  .klaviyo-form-wrap #back-in-stock textarea:focus,
  .klaviyo-form-wrap #back-in-stock select:focus,
  #mp-newsletter input[type="text"]:focus,
  #mp-newsletter input[type="number"]:focus,
  #mp-newsletter input[type="tel"]:focus,
  #mp-newsletter input[type="email"]:focus,
  #mp-newsletter input[type="password"]:focus,
  #mp-newsletter textarea:focus,
  #mp-newsletter select:focus,
  #mp-newsletter-modal input[type="text"]:focus,
  #mp-newsletter-modal input[type="number"]:focus,
  #mp-newsletter-modal input[type="tel"]:focus,
  #mp-newsletter-modal input[type="email"]:focus,
  #mp-newsletter-modal input[type="password"]:focus,
  #mp-newsletter-modal textarea:focus,
  #mp-newsletter-modal select:focus {
    outline: none;
    border-color: #BCBCBC; }

.ginput_container textarea,
.select-wrap textarea,
.form textarea,
.woocommerce-MyAccount-content form textarea,
form textarea,
.klaviyo-form-wrap textarea,
.klaviyo-form-wrap #back-in-stock textarea,
#mp-newsletter textarea,
#mp-newsletter-modal textarea {
  min-height: 118px;
  overflow: auto;
  resize: vertical; }

.gform_button.button,
.klaviyo-form-wrap #back-in-stock .klaviyo_submit_button,
.klaviyo-form-wrap #back-in-stock button[type="submit"] {
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  border-radius: 0;
  height: auto;
  display: inline-block;
  text-align: center;
  min-width: 176px;
  background: #070707;
  border: 1px solid #070707;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 11px 18px;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  text-transform: capitalize;
  min-width: 100px; }
  .gform_button.button:active, .gform_button.button:focus, .gform_button.button:hover,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button:active,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button:focus,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button:hover,
  .klaviyo-form-wrap #back-in-stock button[type="submit"]:active,
  .klaviyo-form-wrap #back-in-stock button[type="submit"]:focus,
  .klaviyo-form-wrap #back-in-stock button[type="submit"]:hover {
    cursor: pointer;
    background: transparent;
    color: #070707; }
  .gform_button.button.disabled, .gform_button.button[disabled="disabled"], .gform_button.button[disabled],
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button.disabled,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button[disabled="disabled"],
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button[disabled],
  .klaviyo-form-wrap #back-in-stock button[type="submit"].disabled,
  .klaviyo-form-wrap #back-in-stock button[type="submit"][disabled="disabled"],
  .klaviyo-form-wrap #back-in-stock button[type="submit"][disabled] {
    opacity: 0.1;
    pointer-events: none;
    cursor: default !important; }
  .gform_button.button:hover, .gform_button.button:focus, .gform_button.button:active,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button:hover,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button:focus,
  .klaviyo-form-wrap #back-in-stock .klaviyo_submit_button:active,
  .klaviyo-form-wrap #back-in-stock button[type="submit"]:hover,
  .klaviyo-form-wrap #back-in-stock button[type="submit"]:focus,
  .klaviyo-form-wrap #back-in-stock button[type="submit"]:active {
    outline: none;
    border-color: #070707; }

.isIE .select select::-ms-expand {
  display: none; }

.ginput_container_select,
.select-wrap,
.tinvwl-table-manage-list .tinvwl-to-left.look_in .tinvwl-input-group {
  position: relative; }
  .ginput_container_select select,
  .select-wrap select,
  .tinvwl-table-manage-list .tinvwl-to-left.look_in .tinvwl-input-group select {
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    color: #C0C0C0; }
  .ginput_container_select option:not(:first-of-type),
  .select-wrap option:not(:first-of-type),
  .tinvwl-table-manage-list .tinvwl-to-left.look_in .tinvwl-input-group option:not(:first-of-type) {
    color: #070707; }
  .ginput_container_select:after,
  .select-wrap:after,
  .tinvwl-table-manage-list .tinvwl-to-left.look_in .tinvwl-input-group:after {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: calc(100% - 2px);
    top: 1px;
    right: 1px;
    background: transparent url("../images/svgs/arrow-down.svg") no-repeat;
    background-size: 8px 5px;
    background-position: 90% center;
    pointer-events: none; }

.isIE .ginput_container_select select {
  padding-right: 0; }

.gfield_radio,
.gfield_checkbox,
.checkbox,
.toggle-checkbox,
.woocommerce-shipping-methods,
.woocommerce-shipping-fields .radio-wrap,
.woocommerce-billing-fields .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  margin: 0; }
  .gfield_radio input,
  .gfield_checkbox input,
  .checkbox input,
  .toggle-checkbox input,
  .woocommerce-shipping-methods input,
  .woocommerce-shipping-fields .radio-wrap input,
  .woocommerce-billing-fields .radio-wrap input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    height: auto !important; }
  .gfield_radio label,
  .gfield_checkbox label,
  .checkbox label,
  .toggle-checkbox label,
  .woocommerce-shipping-methods label,
  .woocommerce-shipping-fields .radio-wrap label,
  .woocommerce-billing-fields .radio-wrap label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-left: 20px; }
    .gfield_radio label:before, .gfield_radio label:after,
    .gfield_checkbox label:before,
    .gfield_checkbox label:after,
    .checkbox label:before,
    .checkbox label:after,
    .toggle-checkbox label:before,
    .toggle-checkbox label:after,
    .woocommerce-shipping-methods label:before,
    .woocommerce-shipping-methods label:after,
    .woocommerce-shipping-fields .radio-wrap label:before,
    .woocommerce-shipping-fields .radio-wrap label:after,
    .woocommerce-billing-fields .radio-wrap label:before,
    .woocommerce-billing-fields .radio-wrap label:after {
      content: "";
      display: block;
      position: absolute;
      cursor: pointer; }
    .gfield_radio label:before,
    .gfield_checkbox label:before,
    .checkbox label:before,
    .toggle-checkbox label:before,
    .woocommerce-shipping-methods label:before,
    .woocommerce-shipping-fields .radio-wrap label:before,
    .woocommerce-billing-fields .radio-wrap label:before {
      width: 12px;
      height: 12px;
      top: calc(50% - 6px);
      left: 0;
      border: 1px solid #070707;
      background-color: #ffffff; }
    .gfield_radio label:after,
    .gfield_checkbox label:after,
    .checkbox label:after,
    .toggle-checkbox label:after,
    .woocommerce-shipping-methods label:after,
    .woocommerce-shipping-fields .radio-wrap label:after,
    .woocommerce-billing-fields .radio-wrap label:after {
      width: 8px;
      height: 8px;
      top: calc(50% - 4px);
      left: 2px;
      background-color: #070707;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .gfield_radio input:checked + label:after,
  .gfield_checkbox input:checked + label:after,
  .checkbox input:checked + label:after,
  .toggle-checkbox input:checked + label:after,
  .woocommerce-shipping-methods input:checked + label:after,
  .woocommerce-shipping-fields .radio-wrap input:checked + label:after,
  .woocommerce-billing-fields .radio-wrap input:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .gfield_radio label:hover,
  .gfield_checkbox label:hover,
  .checkbox label:hover,
  .toggle-checkbox label:hover,
  .woocommerce-shipping-methods label:hover,
  .woocommerce-shipping-fields .radio-wrap label:hover,
  .woocommerce-billing-fields .radio-wrap label:hover {
    cursor: pointer; }

.fileUpload input {
  height: auto;
  display: block;
  border: 1px dashed #E2E2E2;
  text-align: center;
  padding: 38px 24px;
  margin-bottom: 12px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .fileUpload input:hover {
    border-color: #070707;
    color: #070707; }

.fileUpload .ginput_container {
  height: auto; }

.isTouch .ginput_container input,
.isTouch .ginput_container textarea,
.isTouch .ginput_container select {
  font-size: 1.6rem; }

input::-webkit-input-placeholder {
  color: #9a9a9a; }

input:focus::-webkit-input-placeholder {
  color: #cdcdcd; }

/* Firefox < 19 */
input:-moz-placeholder {
  color: #9a9a9a; }

input:focus:-moz-placeholder {
  color: #cdcdcd; }

/* Firefox > 19 */
input::-moz-placeholder {
  color: #9a9a9a; }

input:focus::-moz-placeholder {
  color: #cdcdcd; }

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #9a9a9a; }

input:focus:-ms-input-placeholder {
  color: #cdcdcd; }

.klaviyo-form-wrap form#back-in-stock {
  width: 100%;
  max-width: 100%; }
  .klaviyo-form-wrap form#back-in-stock .klaviyo_form_actions {
    text-align: left; }
  .klaviyo-form-wrap form#back-in-stock input[disabled] {
    background: transparent !important;
    color: #E2E2E2 !important; }

.snpt-logo-lmp.snptico-snpt-rect-mono-line {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none !important; }

.crd-cta-blck > a {
  display: none !important; }

.modal-column .public-hotspot-info__btn-buy.snpt-cta-btn {
  position: relative;
  overflow: visible !important;
  z-index: 2;
  background: #070707 !important;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .modal-column .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
    opacity: 0.4 !important;
    background: #070707 !important; }
  .modal-column .public-hotspot-info__btn-buy.snpt-cta-btn:before {
    content: '';
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: 0;
    right: 0; }

.modal-column .public-hotspot-info__second-line {
  font-size: 12px !important;
  height: auto !important; }

.modal-column .public-hotspot-info__number {
  font-size: 9px !important;
  color: #070707 !important; }

.modal-column .hotspot-modal__caption {
  margin-top: 24px;
  font-size: 12px !important;
  color: #070707 !important; }

.fg-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none; }

.foogallery.fg-border-thin .fg-item-inner {
  border: none;
  border-width: 0; }

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none; }

.fbx-next,
.fbx-prev {
  display: none !important; }

form.search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 4%;
  position: relative;
  overflow: hidden !important; }
  form.search-form * {
    overflow: hidden !important; }
  form.search-form label {
    margin-right: 8px;
    position: absolute;
    top: 50%;
    margin-top: -8px; }
  form.search-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    padding: 0 12px 0 30px;
    width: 100%;
    height: 36px;
    overflow: hidden !important; }
    form.search-form input:focus, form.search-form input:hover, form.search-form input:active {
      outline: none; }

form.search-form--lg input {
  font-size: 20px;
  height: auto;
  height: 42px; }

form.search-form--lg input[type="submit"] {
  background: #070707;
  color: #ffffff;
  max-width: 120px;
  font-size: 12px;
  padding: 14px 18px;
  border: 1px solid #070707;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out; }
  form.search-form--lg input[type="submit"]:hover {
    background: #ffffff;
    color: #070707;
    cursor: pointer; }

.search-results .type-page {
  grid-column-end: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1025px) {
    .search-results .type-page > * {
      max-width: 424px;
      margin: 0 auto;
      padding: 48px 0; } }

.gateway-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: rgba(0, 0, 0, 0.85); }
  .gateway-wrap.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

body.gateway-is-active {
  overflow: hidden;
  height: 100%; }

.gateway {
  position: relative;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  width: calc(100% - 20px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
  padding: 30px 36px;
  color: #ffffff; }
  @media (min-width: 800px) and (min-height: 540px) {
    .gateway {
      width: auto;
      max-width: 576px;
      height: auto; } }

.gateway {
  color: #ffffff;
  text-align: center; }
  .gateway h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 24px; }
    @media (min-width: 800px) {
      .gateway h1 {
        font-size: 44px; } }
  .gateway p {
    margin-bottom: 24px; }
    @media (min-width: 800px) {
      .gateway p {
        font-size: 20px; } }

.gateway-form {
  position: relative;
  z-index: 10; }
  .gateway-form .gfield {
    margin-bottom: 0;
    position: relative; }
    .gateway-form .gfield .validation_message {
      right: auto;
      left: 0;
      top: auto;
      bottom: 4px; }
    .gateway-form .gfield.gfield_error input[type="email"] {
      border-color: #FF3333 !important; }
  .gateway-form .gform_confirmation_message {
    display: none !important; }
  .gateway-form input[type="email"] {
    border-color: #ffffff !important;
    color: #ffffff;
    height: 41px;
    font-size: 16px; }
  .gateway-form button {
    background: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    min-width: 80px;
    width: 80px;
    border: none !important;
    border-radius: 0;
    height: 41px;
    text-indent: -99999px;
    font-size: 0; }
    .gateway-form button:focus, .gateway-form button:active {
      outline: none !important;
      background: rgba(7, 7, 7, 0.2); }
    .gateway-form button:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 8;
      background: url("../images/svgs/long-arrow-right-white.svg") center right/20px 10px no-repeat;
      pointer-events: none;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .gateway-form button:hover:after {
      -webkit-transform: translate3d(4px, 0, 0);
      transform: translate3d(4px, 0, 0); }

.gateway-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.gateway-form input:focus::-webkit-input-placeholder {
  color: #cdcdcd; }

.gateway-form input:-moz-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.gateway-form input:focus:-moz-placeholder {
  color: #cdcdcd; }

.gateway-form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.gateway-form input:focus::-moz-placeholder {
  color: #cdcdcd; }

.gateway-form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.gateway-form input:focus:-ms-input-placeholder {
  color: #cdcdcd; }

.tinvwl_add_to_wishlist_button {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .tinvwl_add_to_wishlist_button:hover {
    opacity: 0.5; }

.tinv-modal-inner {
  position: relative; }
  .tinv-modal-inner .icon_big_times {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    margin: 0 !important;
    position: absolute !important;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/svgs/close.svg) center/8px 8px no-repeat;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
    .tinv-modal-inner .icon_big_times:before {
      display: none; }
  .tinv-modal-inner button {
    width: auto !important; }
    .tinv-modal-inner button.tinvwl_button_close,
    .tinv-modal-inner button i {
      display: none; }

.tinv-overlay {
  cursor: crosshair; }

body.tinvwl-theme-style .col-12.col-sm-10.col-md-8.col-lg-6.mx-auto {
  width: 100% !important; }

body.tinvwl-theme-style .tinv-header {
  display: none; }

body.tinvwl-theme-style button[value="product_apply"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  background: transparent;
  border-radius: 0;
  text-decoration: underline;
  color: #070707;
  margin: 0 0 0 8px !important; }
  body.tinvwl-theme-style button[value="product_apply"]:hover {
    cursor: pointer; }

body.tinvwl-theme-style .tinvwl-table-manage-list .tinvwl-to-left.look_in .tinvwl-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

body.tinvwl-theme-style .tinv-wishlist table {
  text-align: left; }

.site-footer a {
  display: inline-block;
  padding: 3px 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media (max-width: 599px) {
    .site-footer a {
      padding: 8px 0; } }
  .site-footer a:hover {
    color: rgba(7, 7, 7, 0.6); }

.site-footer #mp-newsletter.form,
.site-footer #mp-newsletter-modal.form {
  position: relative; }

.site-footer .form,
.site-footer #mp-newsletter,
.site-footer #mp-newsletter.form,
.site-footer #mp-newsletter-modal,
.site-footer #mp-newsletter-modal.form {
  max-width: 100%; }
  .site-footer .form .response,
  .site-footer #mp-newsletter .response,
  .site-footer #mp-newsletter.form .response,
  .site-footer #mp-newsletter-modal .response,
  .site-footer #mp-newsletter-modal.form .response {
    margin-top: 4px; }
  .site-footer .form .form-body,
  .site-footer #mp-newsletter .form-body,
  .site-footer #mp-newsletter.form .form-body,
  .site-footer #mp-newsletter-modal .form-body,
  .site-footer #mp-newsletter-modal.form .form-body {
    position: relative; }
  .site-footer .form input,
  .site-footer #mp-newsletter input,
  .site-footer #mp-newsletter.form input,
  .site-footer #mp-newsletter-modal input,
  .site-footer #mp-newsletter-modal.form input {
    border-color: #070707; }
  .site-footer .form button,
  .site-footer #mp-newsletter button,
  .site-footer #mp-newsletter.form button,
  .site-footer #mp-newsletter-modal button,
  .site-footer #mp-newsletter-modal.form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding-right: 0;
    color: #070707;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .site-footer .form button:after,
    .site-footer #mp-newsletter button:after,
    .site-footer #mp-newsletter.form button:after,
    .site-footer #mp-newsletter-modal button:after,
    .site-footer #mp-newsletter-modal.form button:after {
      content: '';
      display: block;
      width: 12px;
      height: 7px;
      margin-left: 8px;
      background: url("../images/svgs/long-arrow-right.svg") center/cover no-repeat;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .site-footer .form button:hover, .site-footer .form button:focus, .site-footer .form button:active,
    .site-footer #mp-newsletter button:hover,
    .site-footer #mp-newsletter button:focus,
    .site-footer #mp-newsletter button:active,
    .site-footer #mp-newsletter.form button:hover,
    .site-footer #mp-newsletter.form button:focus,
    .site-footer #mp-newsletter.form button:active,
    .site-footer #mp-newsletter-modal button:hover,
    .site-footer #mp-newsletter-modal button:focus,
    .site-footer #mp-newsletter-modal button:active,
    .site-footer #mp-newsletter-modal.form button:hover,
    .site-footer #mp-newsletter-modal.form button:focus,
    .site-footer #mp-newsletter-modal.form button:active {
      outline: none;
      cursor: pointer;
      opacity: 0.6; }
      .site-footer .form button:hover:after, .site-footer .form button:focus:after, .site-footer .form button:active:after,
      .site-footer #mp-newsletter button:hover:after,
      .site-footer #mp-newsletter button:focus:after,
      .site-footer #mp-newsletter button:active:after,
      .site-footer #mp-newsletter.form button:hover:after,
      .site-footer #mp-newsletter.form button:focus:after,
      .site-footer #mp-newsletter.form button:active:after,
      .site-footer #mp-newsletter-modal button:hover:after,
      .site-footer #mp-newsletter-modal button:focus:after,
      .site-footer #mp-newsletter-modal button:active:after,
      .site-footer #mp-newsletter-modal.form button:hover:after,
      .site-footer #mp-newsletter-modal.form button:focus:after,
      .site-footer #mp-newsletter-modal.form button:active:after {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0); }
  .site-footer .form .klaviyo_messages .error_message,
  .site-footer .form .klaviyo_messages .success_message,
  .site-footer #mp-newsletter .klaviyo_messages .error_message,
  .site-footer #mp-newsletter .klaviyo_messages .success_message,
  .site-footer #mp-newsletter.form .klaviyo_messages .error_message,
  .site-footer #mp-newsletter.form .klaviyo_messages .success_message,
  .site-footer #mp-newsletter-modal .klaviyo_messages .error_message,
  .site-footer #mp-newsletter-modal .klaviyo_messages .success_message,
  .site-footer #mp-newsletter-modal.form .klaviyo_messages .error_message,
  .site-footer #mp-newsletter-modal.form .klaviyo_messages .success_message {
    font-size: 10px;
    color: #070707;
    margin-top: 4px; }
  .site-footer .form .klaviyo_messages .success_message,
  .site-footer #mp-newsletter .klaviyo_messages .success_message,
  .site-footer #mp-newsletter.form .klaviyo_messages .success_message,
  .site-footer #mp-newsletter-modal .klaviyo_messages .success_message,
  .site-footer #mp-newsletter-modal.form .klaviyo_messages .success_message {
    font-size: 13px; }

@media (max-width: 599px) {
  .mobile-drawer {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2; }
    .mobile-drawer + .mobile-drawer {
      border-top: none; }
    .mobile-drawer.no-top {
      border-top: none; }
  .mobile-drawer__trigger {
    margin-bottom: 0 !important;
    position: relative;
    padding: 14px 0; }
    .mobile-drawer__trigger:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: calc(50% - 5px);
      right: 0;
      background: url("../images/svgs/close.svg") center/cover no-repeat;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .mobile-drawer__trigger:hover {
      cursor: pointer; }
  .mobile-drawer__drawer {
    margin: 0;
    padding-bottom: 14px; }
  .mobile-drawer.is-open .mobile-drawer__trigger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@media (min-width: 600px) {
  .mobile-drawer__trigger {
    pointer-events: none; } }

@media (min-width: 800px) {
  .site-footer .mobile-drawer.col-md-2 {
    width: auto !important;
    margin-right: 12px; } }

@media (min-width: 1025px) {
  .site-footer .mobile-drawer.col-md-2 {
    margin-right: 50px; } }

@media (min-width: 1300px) {
  .site-footer .mobile-drawer.col-md-2 {
    margin-right: 72px; } }

.has-accent:after {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #070707;
  margin: 20px auto; }

.has-accent.has-accent--flush-b:after {
  margin: 20px auto 0; }

.has-accent.has-accent--left:after {
  margin: 20px 0; }

@media (max-width: 799px) {
  .text-center-before-md .has-accent--left:after {
    margin: 20px auto; } }

.pull-bottom-lg {
  position: relative;
  z-index: 0; }
  .pull-bottom-lg + * {
    position: relative;
    z-index: 2; }
  .pull-bottom-lg .pull-bottom-lg__content * {
    font-size: 24px;
    font-weight: normal; }
  .pull-bottom-lg .pull-bottom-lg__content .h2 {
    margin-bottom: 12px; }
  .pull-bottom-lg .pull-bottom-lg__content .pull-bottom-lg__content-author {
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 0; }
    .pull-bottom-lg .pull-bottom-lg__content .pull-bottom-lg__content-author img {
      display: block;
      margin: 0;
      width: auto; }
    .pull-bottom-lg .pull-bottom-lg__content .pull-bottom-lg__content-author:before {
      content: '';
      width: 30px;
      height: 2px;
      background: #070707;
      display: block;
      margin-left: auto;
      margin-right: 2px;
      -webkit-transform: translate3d(0, 4px, 0);
      transform: translate3d(0, 4px, 0); }
  @media (min-width: 800px) {
    .pull-bottom-lg .pull-bottom-lg__content * {
      font-size: 48px;
      font-weight: normal; } }

@media (min-width: 600px) {
  .flex-flip-sm {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

.text-center {
  text-align: center; }
  .text-center p, .text-center img, .text-center .text-thin {
    margin-left: auto;
    margin-right: auto; }

.text-thin {
  max-width: 560px; }

.text-brand {
  color: #070707; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #070707; }

.text-light {
  color: #BCBCBC; }

.text-italic {
  font-style: italic; }

.text-bold,
b {
  font-weight: 500; }

.text-underline {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .text-underline:hover {
    text-decoration: underline;
    opacity: 0.5; }

.bg-brand {
  background: #070707; }

.bg-light {
  background: #FBFBFB; }

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.thank-you-headline {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
  margin-bottom: 48px; }
  @media (min-width: 600px) {
    .thank-you-headline {
      font-size: 24px; } }

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin: 0 0 24px;
  padding: 24px 16px;
  background: #f9f9f9 !important;
  border-radius: 4px;
  border: 1px solid #efefef !important;
  display: inline-block; }

.thank-you-summary .woocommerce-orders-table tbody td, .thank-you-summary .woocommerce-table--order-details tbody td.product-total {
  max-width: 280px;
  text-align: right; }

.thank-you-summary .woocommerce-table__product-table.product-total {
  max-width: 280px;
  text-align: right; }

.thank-you-summary tfoot {
  text-align: right;
  max-width: 380px;
  display: block;
  margin-left: auto; }

.thank-you-summary .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-top: 36px; }
  .thank-you-summary .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses > * {
    padding-right: 24px;
    width: 50%; }

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
  font-weight: 400; }

.woocommerce-order-received .shop_table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #BCBCBC; }

.woocommerce-order-received .shop_table th {
  border: none;
  font-weight: 400 !important; }

.woocommerce-order-received .shop_table td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none; }

#customer_login form {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto; }
  #customer_login form p label {
    font-size: 10px;
    color: #BCBCBC; }

.woocommerce-notices-wrapper ul {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none; }

.woocommerce-notices-wrapper strong {
  display: inline; }

.woocommerce-lost-password .woocommerce,
.woocommerce-ResetPassword .woocommerce {
  max-width: 360px;
  margin: 0 auto; }

.woocommerce-lost-password .woocommerce-message,
.woocommerce-ResetPassword .woocommerce-message {
  margin-bottom: 12px; }

.woocommerce-MyAccount-content em {
  font-size: 10px;
  color: #646464; }

.woocommerce-MyAccount-content fieldset {
  margin: 0;
  padding: 0; }
  .woocommerce-MyAccount-content fieldset legend {
    margin-bottom: 8px;
    font-weight: 500; }

.woocommerce-address-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .woocommerce-address-fields__field-wrapper .form-row-first,
  .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 50%; }
  .woocommerce-address-fields__field-wrapper .form-row-first {
    padding-right: 12px; }
  .woocommerce-address-fields__field-wrapper .form-row-last {
    padding-left: 12px; }
  .woocommerce-address-fields__field-wrapper .form-row-wide {
    width: 100%; }
  .woocommerce-address-fields__field-wrapper #billing_city_field,
  .woocommerce-address-fields__field-wrapper #shipping_city_field {
    width: 40%;
    padding-right: 24px; }
  .woocommerce-address-fields__field-wrapper #billing_state_field,
  .woocommerce-address-fields__field-wrapper #shipping_state_field {
    width: 40%;
    padding-right: 24px; }
  .woocommerce-address-fields__field-wrapper #billing_postcode_field,
  .woocommerce-address-fields__field-wrapper #shipping_postcode_field {
    width: 20%; }

.woocommerce-account .entry-title {
  text-align: center; }

.col-2, .col-1 {
  width: 100%; }

.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 48px; }

.woocommerce-MyAccount-navigation li {
  margin-right: 24px; }
  .woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: underline; }

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .woocommerce-MyAccount-navigation a:hover {
    opacity: 0.4;
    text-decoration: none; }

.woocommerce-cart .col-12.col-sm-10.col-md-8.col-lg-6.mx-auto,
.woocommerce-account .col-12.col-sm-10.col-md-8.col-lg-6.mx-auto {
  width: 92%;
  margin: 0 auto; }

.woocommerce-account .woocommerce-Button.button {
  margin-right: 24px;
  margin-bottom: 12px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out; }

.woocommerce-account .col-1, .woocommerce-account .col-2 {
  width: 100%; }

.woocommerce-error {
  margin: 24px 0;
  padding: 0; }

.woocommerce-orders-table,
.woocommerce-table--order-details {
  text-align: left;
  width: 100%; }
  .woocommerce-orders-table thead th,
  .woocommerce-table--order-details thead th {
    padding: 12px 0;
    border-bottom: 1px solid #070707; }
  .woocommerce-orders-table tbody td,
  .woocommerce-table--order-details tbody td {
    padding: 16px 0;
    border-bottom: 1px solid #BCBCBC; }
  .woocommerce-orders-table tfoot td,
  .woocommerce-table--order-details tfoot td {
    padding: 16px 0;
    border-bottom: 1px solid #BCBCBC; }
  .woocommerce-orders-table .woocommerce-Price-amount.amount,
  .woocommerce-table--order-details .woocommerce-Price-amount.amount {
    font-weight: 500; }

.woocommerce-orders-table__cell-order-actions .button {
  padding: 0;
  min-width: 0;
  background: transparent;
  border: none;
  color: #070707;
  margin-right: 24px; }

#__bs_notify__ {
  display: none !important; }

body.localhost:after {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: white;
  font-size: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
  content: 'Mobile'; }
  @media (min-width: 600px) {
    body.localhost:after {
      content: 'Small'; } }
  @media (min-width: 800px) {
    body.localhost:after {
      content: 'Medium'; } }
  @media (min-width: 1025px) {
    body.localhost:after {
      content: 'Large'; } }
  @media (min-width: 1660px) {
    body.localhost:after {
      content: 'x-large'; } }

body.localhost .product-list__note {
  display: none; }

body.localhost .lifestyle-shot {
  display: none; }
