@view-transition {
  navigation: auto;
}

@media (prefers-reduced-motion) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation: none !important;
  }
}

/* ======== */
/* Policies */
/* ======== */
.font-title {
  font-family: 'Tenor Sans';
}

.font {
  font-family: 'Soleil';
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  z-index: 999;
  min-width: 200px;
}

/* Muestra dropdowns activos */
.dropdown.active .dropdown-content {
  display: block;
}

/* Estilos para móvil */
@media (max-width: 768px) {
  .dropdown-content {
    position: static;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.flits-reward-button {
  z-index: 5 !important;
}

/* Upper Banner */
.upper-banner {
  position: relative;
  display: flex;
  width: 100%;
}

.banner-picture-container {
  width: 100%;
}

.resized-image {
  display: flex;
}

.upper-banner-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 90%;
  row-gap: 9px;
}

.swiper-home .swiper-wrapper {
  height: 890px;
}

.slider-banner-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 100%;
}

.content--left-center {
  top: 5%;
  width: 100%;
  height: 90%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}

.content--center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: var(--content_custom_image_alignment);
}

.content--bottom-center {
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.content--bottom-left {
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upper-banner-content .title,
.upper-banner-content .subtitle {
  color: rgb(var(--color-secondary-text));
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.upper-banner-content .subtitle {
  font-size: 18px;
  font-family: var(--font-subtitle-banner-family);
  line-height: normal;
}

.upper-banner-content .title {
  font-family: var(--font-upper-banner-family);
  font-size: 20px;
}

.secondary-title {
  font: 400 25px var(--font-upper-banner-family);
  text-align: center;
  color: rgb(var(--color-secondary-text));
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.banner-description {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  width: auto;
  line-height: 25px;
  color: rgb(var(--color-secondary-text));
  font-family: var(--font-description-banner-family);
}

.banner-description[data-description-width-auto] {
  width: auto;
}

.banner-description-complement {
  font-style: var(--enable-italic);
}

.block-custom-image {
  width: 100%;
}

.block-custom-image-wrapper {
  display: flex;
  height: 25%;
}

.special-description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10%;
}

.first-special {
  font: 400 17px var(--font-upper-banner-family);
  color: rgb(var(--color-tertiary-text));
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
}

.second-special {
  font: 400 13px var(--font-upper-banner-family);
  color: rgb(var(--color-tertiary-text));
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
}

.blocks-buttons-wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
  align-self: center;
}

.buttons-page-apma {
  position: absolute;
  bottom: 0;
}

.goto-collection-btn {
  width: auto;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 10px 5px;
  margin-top: 15px;
  min-width: unset;
  min-height: unset;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  row-gap: 10px;
}

.contact-wrapper .contact-info,
.contact-wrapper .contact-info a {
  color: rgb(var(--color-secondary-text));
  margin: 0;
  font-size: 14px;
}

.upper-banner-content.banner-contact {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
  align-items: var(--content_custom_image_alignment);
}

.block-form-wrapper {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -15%);
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 1px 5px 10px -5px #000;
}

.block-form {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.block-form-headers h2 {
  font: 400 18px var(--font-upper-banner-family);
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
}

.block-form-headers p {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: normal;
  text-align: center;
}

.input-label {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.input-label label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: normal;
}

.input-label input {
  border: 1px solid #efefef;
  height: 31px;
  padding-left: 5px;
  font-family: 'Soleil';
  letter-spacing: normal;
  color: #121212;
}

.input-label input:focus-visible {
  outline: unset;
  outline-offset: unset;
  box-shadow: none;
  border: 1px solid #939191;
}

.input-label textarea {
  resize: none;
  border: 1px solid #efefef;
  padding-left: 5px;
  font-family: 'Soleil';
  letter-spacing: normal;
  color: #121212;
}

.input-label textarea:focus-visible {
  outline: unset;
  outline-offset: unset;
  box-shadow: none;
  border: 1px solid #939191;
}

.block-form-button {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 10px 40px;
  align-self: center;
  margin-top: 32px;
  min-height: unset;
  min-width: unset;
}

/* ==================
Heel Pain Upper banner
====================*/
.content--left-center-heel-pain {
  left: 4%;
  bottom: 8%;
  width: 90%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

.title-heel-pain {
  font-family: var(--font-upper-banner-family);
  color: #ffff;
  font-size: 25px;
  text-transform: uppercase;
}

/* ==================
Ecojourney Upper banner
====================*/
.upper-banner-ecojourney {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.content--left-center-ecojourney {
  bottom: 12%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.title-ecojourney {
  font-family: var(--font-upper-banner-family);
  color: #ffff;
  font-size: 25px;
  text-transform: uppercase;
  width: 58%;
}

.subtitle-ecojourney {
  font-family: var(--font-subtitle-banner-family);
  color: #ffff;
  font-size: 25px;
  line-height: normal;
}

/* Upper Orthotic Insole Banner */
.upper-banner-orthotic-insole {
  position: relative;
  display: flex;
  width: 100%;
}

.upper-banner-content-orthotic-insole {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  row-gap: 14px;
  text-align: center;
  padding: 31px 29px 40px 34px;
}

.swiper-home-orthotic-insole .swiper-wrapper-orthotic-insole {
  height: 890px;
}

.slider-banner-image-orthotic-insole {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.upper-banner-content-orthotic-insole .title-orthotic-insole,
.upper-banner-content-orthotic-insole .subtitle-orthotic-insole {
  color: rgb(var(--color-secondary-text));
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.upper-banner-content-orthotic-insole .subtitle-orthotic-insole {
  font-size: 18px;
}

.upper-banner-content-orthotic-insole .title-orthotic-insole {
  font-family: var(--font-upper-banner-family);
  font-size: 25px;
}

.secondary-title-orthotic-insole {
  font: 400 25px var(--font-upper-banner-family);
  text-align: center;
  color: rgb(var(--color-secondary-text));
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.banner-description-orthotic-insole {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  width: auto;
  line-height: 16px;
  color: rgb(var(--color-secondary-text));
  text-align: center !important;
  height: 100%;
}

.banner-description-orthotic-insole[data-description-width-auto] {
  width: auto;
}

.banner-description-complement-orthotic-insole {
  font-style: var(--enable-italic);
}

.block-custom-image-orthotic-insole {
  margin-bottom: 27px;
}

.block-custom-image-wrapper-orthotic-insole {
  display: flex;
}

.first-special-orthotic-insole {
  font: 400 18px var(--font-upper-banner-family);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: normal;
}

.second-special-orthotic-insole {
  font: 400 17px var(--font-upper-banner-family);
  color: rgb(var(--color-tertiary-text));
  text-transform: uppercase;
  letter-spacing: normal;
}

.blocks-buttons-wrapper-orthotic-insole {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.goto-collection-btn-orthotic-insole {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 15px;
  min-width: unset;
  min-height: unset;
}

.contact-wrapper-orthotic-insole {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  row-gap: 10px;
}

.contact-wrapper-orthotic-insole .contact-info-orthotic-insole,
.contact-wrapper-orthotic-insole .contact-info-orthotic-insole a {
  color: rgb(var(--color-secondary-text));
  margin: 0;
  font-size: 14px;
}

.upper-banner-content-orthotic-insole.banner-contact-orthotic-insole {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
}

.block-form-wrapper-orthotic-insole {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -15%);
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 1px 5px 10px -5px #000;
}

.block-form-orthotic-insole {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.block-form-headers-orthotic-insole h2 {
  font: 400 18px var(--font-upper-banner-family);
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
}

.block-form-headers-orthotic-insole p {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: normal;
  text-align: center;
}

.input-label-orthotic-insole {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.input-label-orthotic-insole label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: normal;
}

.input-label-orthotic-insole input {
  border: 1px solid #efefef;
  height: 31px;
  padding-left: 5px;
  font-family: 'Soleil';
  letter-spacing: normal;
  color: #121212;
}

.input-label-orthotic-insole input:focus-visible {
  outline: unset;
  outline-offset: unset;
  box-shadow: none;
  border: 1px solid #939191;
}

.input-label-orthotic-insole textarea {
  resize: none;
  border: 1px solid #efefef;
  padding-left: 5px;
  font-family: 'Soleil';
  letter-spacing: normal;
  color: #121212;
}

.input-label-orthotic-insole textarea:focus-visible {
  outline: unset;
  outline-offset: unset;
  box-shadow: none;
  border: 1px solid #939191;
}

.block-form-button-orthotic-insole {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 10px 40px;
  align-self: center;
  margin-top: 32px;
  min-height: unset;
  min-width: unset;
}

/* ============================== */
/*    Custom Image With Text      */
/* ============================== */

.balance-content {
  margin: 52px 0;
  flex-direction: column;
  row-gap: 40px;
  padding: 32px 25px;
}

/* Left to right Custom Image With Text */
.balance-content--left {
  display: flex;
  justify-content: var(--balance-justify-content);
  /* column-gap: 165px;
  padding: 150px; */
}

.ltr-balance-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pic-container {
  display: flex;
}

.ltr-balance-left p {
  font-family: var(--balance-font-family);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 19px;
  padding: 20px 30px;
  text-transform: uppercase;
  background-color: rgb(var(--color-background-accents));
}

.ltr-balance-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  row-gap: 25px;
  padding: 0 17px;
}

.ltr-balance-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: normal;
}

.ltr-balance-right p a {
  color: inherit;
}

.ltr-balance-title,
.ltr-balance-text {
  text-align: center; /*Forces central alignment in mobile */
  align-self: center;
}

.ltr-balance-title p {
  color: #414042;
  font-size: 18px;
  line-height: 35px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
}

.ltr-buttons-container {
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
  align-self: center;
}

.ltr-buttons-container .balance-button {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 14px;
  text-align: center;
}

/* Right to left Custom Image With Text */
.balance-content--right {
  display: flex;
  flex-direction: column;
  /* column-gap: 140px;
  padding: 150px; */
}

.rtl-balance-right {
  display: flex;
  flex-direction: column;
}

.rtl-balance-right picture {
  display: flex;
  justify-content: center;
}

.rtl-balance-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  row-gap: 17px;
}

.rtl-balance-left p {
  /* font-size: 18px; */
  font-weight: 300;
  margin: 0;
  /* line-height: 24px; */
}

.rtl-balance-left p a {
  color: inherit;
}

.rtl-buttons-container {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-self: center;
  flex-wrap: wrap;
  row-gap: 14px;
}

.rtl-buttons-container .balance-button {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 30px;
}

.secondary {
  color: #414042;
  font-size: 14px;
  font-family: Soleil;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  word-wrap: break-word;
  background-color: transparent;
  padding: 0;
  gap: 28px;
}

.secondary:hover {
  color: #60867e;

  svg path {
    stroke: #60867e;
  }
}

.secondary::before {
  background-color: transparent;
}

/* ============================== */
/*    Custom Trusted Section      */
/* ============================== */

.trusted-section::before {
  content: '';
  width: 90%;
  display: block;
  height: 0.3px;
  background-color: #c1c1c1;
  margin-bottom: 80px;
}

.trusted-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.trusted-title {
  font: 400 25px var(--font-upper-banner-family);
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.trusted-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 0;
  margin-top: 31px;
}

.trusted-card {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 42px;
       column-gap: 42px;
  align-items: center;
  background-color: rgb(var(--color-background-accents));
  padding: 50px 40px;
}

.trusted-card-image {
  width: 240px;
  height: auto;
}

.trusted-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 29px;
  text-align: center;
}

.trusted-card-title {
  font: 400 25px var(--font-upper-banner-family);
  text-transform: uppercase;
  margin: 0;
  color: rgb(var(--color-foreground));
}

.trusted-card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.trusted-button {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(var(--color-foreground));
}

/* ============================== */
/*    About Featured Product      */
/* ============================== */

.featured-container {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 15px 8px;
  padding: 0 20px;
  margin-top: 80px;
}

.featured-product {
  display: flex;
  flex-direction: column;
}

.hightlight-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  background-color: rgb(var(--color-background-accents));
  -moz-column-gap: 36px;
       column-gap: 36px;
  height: 100%;
  text-align: center;
}

.stability-icon {
  width: 98px;
  height: 61px;
}

.highlight-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}

.proven-section {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
}

.proven-title {
  font: 400 20px var(--featured-product-font);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.proven-section p {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  line-height: 22px;
  width: 90%;
}

.proven-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(var(--color-foreground));
}

/* ============================== */
/*    Newsletter Section          */
/* ============================== */
#newsletter {
  scroll-margin-top: 50vh;
}

.newsletter-section {
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--color-background-newsletter));
  padding: 46px 35px;
  row-gap: 30px;
}

.newsletter-logo {
  width: 60%;
}

.newsletter-left {
  display: flex;
  flex-direction: column;
  row-gap: 29px;
  height: 100%;
}

.customer-service-container {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  text-align: center;
}

.customer-service-container .customer-service-title,
.email-service-container span {
  font: 400 18px var(--font-newsletter-family);
  text-transform: uppercase;
}

.socials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-service-container > *,
.socials-container > * {
  color: rgb(var(--color-secondary-text));
}

.customer-service-title {
  margin: 0;
}

.phone-service-container a,
.email-service-container a,
.socials-container a {
  color: rgb(var(--color-secondary-text));
  text-decoration: none;
}

.phone-service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-service-container a,
.schedule {
  font-size: 16px;
  font-weight: 300;
}

.phone-service-container a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  background-color: rgb(var(--color-secondary-text));
}

.phone-service-container a:hover::after {
  width: 100%;
  transition: width 0.25s ease-in-out;
}

.phone-service-container a,
.email-service-container a {
  width: -moz-fit-content;
  width: fit-content;
}

.phone-service-container .call-us {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.email-service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.email-service-container a {
  font-size: 16px;
  font-weight: 300;
}

.email-service-container a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  background-color: rgb(var(--color-secondary-text));
}

.email-service-container a:hover::after {
  width: 100%;
  transition: width 0.25s ease-in-out;
}

.socials-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.social-media-container {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  align-items: center;
}

.newsletter-form-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 15px;
}

.social-username {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
}

.newsletter-right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}

.newsletter-upper-text {
  font: 400 20px var(--font-newsletter-family);
  color: rgb(var(--color-secondary-text));
  text-transform: uppercase;
  margin: 0;
}

.newsletter-secondary-text {
  font-size: 16px;
  font-weight: 400;
  color: rgb(var(--color-secondary-text));
  line-height: 20px;
}

.newsletter-right .field__input {
  background: rgba(217, 217, 217, 0.15);
}

.newsletter-right .field__label {
  color: #a6a6a6;
  font: 400 14px var(--font-newsletter-family);
  line-height: 1.8;
  letter-spacing: normal;
}

.newsletter-right-button {
  font: 300 18px var(--font-newsletter-family);
  color: rgb(var(--color-secondary-text));
  padding: 10px 30px;
  align-self: center;
  background-color: #60867e;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.newsletter-right-button:hover {
  background-color: #51746c;
}

/* ============================== */
/*    About Reviews               */
/* ============================== */

.swiper-reviews {
  position: relative;
}
.reviews {
  padding: 100px 0 !important;
  background-color: var(--review-background);
  overflow: hidden;
  position: relative;
}

.review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.review-title,
.review-author {
  font: 400 18px var(--review-font);
  text-transform: uppercase;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
  color: var(--review-text);
}

.review-title {
  padding: 0px 54px;
  line-height: 22px;
}

.review-author {
  width: 67%;
}

.review-card p {
  font-size: 18px;
  font-weight: 350;
  line-height: 22px;
  width: 70%;
  text-align: center;
  color: var(--review-text);
}

.review-button {
  font-weight: 300;
  letter-spacing: normal;
  font-size: 14px;
  padding: 0 10px;
}

.swiper-pagination-bullet.active {
  background-color: var(--review-text) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background-color: var(--review-text) !important;
}

.swiper-pagination > .swiper-pagination-bullet.active::before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  padding: 5px;
  border: 1px solid var(--review-text);
  border-radius: 100px;
  transform: translate(-17%, -17%);
}

.swiper-home-pagination {
  position: absolute;
  z-index: 1;
  bottom: 10% !important;
  left: 5% !important;
  transform: translate(-1%, -10%);
}

.swiper-home-pagination .swiper-pagination-bullet {
  padding: 6px;
  opacity: 0.55;
  background-color: #d9d9d9 !important;
}

.swiper-home-pagination .swiper-pagination-bullet.active {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-home-pagination > .swiper-pagination-bullet.active::before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}

.swiper-button-next.review-navigation,
.swiper-button-prev.review-navigation {
  color: var(--review-text);
  width: 10%;
  background: none;
  border: none;
}

.swiper-button-next.review-navigation::after,
.swiper-button-prev.review-navigation::after {
  font-size: 25px;
}

/* ============== Custom Color Scheme ============== */
.reviews.color-custom {
  background-color: var(--custom-bg) !important;
}

.reviews.color-custom .review-title,
.reviews.color-custom .review-author,
.reviews.color-custom .review-card p {
  color: var(--custom-text) !important;
}

/* Pagination para esquema personalizado */
.reviews.color-custom .swiper-pagination-bullet {
  background-color: rgba(var(--custom-text), 0.5) !important;
}

.reviews.color-custom .swiper-pagination-bullet.active {
  background-color: var(--custom-text) !important;
}

.reviews.color-custom .swiper-pagination-bullet.active::before {
  border-color: var(--custom-text) !important;
}

/* ============================== */
/*           Dropdown             */
/* ============================== */

@keyframes gentleAppear {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Micro-interacción para carga */
@keyframes softPulse {
  0% {
    opacity: 0.95;
    transform: scale(0.998);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.95;
    transform: scale(0.998);
  }
}

/* Arrow short bounce */
@keyframes shortHorizontalBounce {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.dropdown {
  height: auto;
  margin: 0 auto;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  border: 0px solid #d9d9d9;
  background: rgb(255, 255, 255);
  box-shadow: 0 10px 23px #0000000d;
  z-index: 26;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}

.dropdown-content.dropdown-wide {
  width: -moz-max-content;
  width: max-content;
}

.dropdown-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.dropdown-content__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.product-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 55px 15px 30px;
  background: transparent;
}

.dropdown-showcase {
  display: flex;
  gap: 36px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}

.product-showcase__container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 100px;
  overflow-x: visible;
}

.product-showcase__content {
  height: 100%;
  flex: 0 0 19%;
  min-width: 150px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-showcase__image {
  width: 323px;
  height: 100%;
  position: relative;
}

.product-showcase__image-second {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-showcase__image-second:hover .product-showcase__image-overlay,
.product-showcase__image:hover .product-showcase__image-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.product-showcase__image:hover .product-dropdown-image {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.product-showcase__image-second:hover .product-dropdown-image-second {
  transition: transform 0.3s ease-in-out;
  filter: brightness(0.5);
}

.product-showcase__image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  align-items: center;
  transition: opacity 0.3s ease;
  text-align: center;

  h3 {
    color: white;
    font-size: 15px;
    font-family: 'Tenor Sans';
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
  }

  a {
    color: white;
    font-size: 15px;
    font-family: 'Soleil';
    font-weight: 300;
    text-decoration: underline;
    word-wrap: break-word;
  }
}

.product-showcase__title {
  text-decoration: none;
  color: #414042;
  font-size: 16px;
  font-family: Soleil;
  font-weight: 500;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

.product-dropdown-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-dropdown-image-second {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-showcase__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-showcase__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 23px;
  width: 100%;
  text-align: left;
  flex: 1;
}

.product-showcase__list-link {
  text-decoration: none;
  color: #414042;
  font-size: 15px;
  font-family: Soleil;
  font-weight: 300;
  word-wrap: break-word;
}

.product-showcase__content-women {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-showcase__title-women {
  text-decoration: none;
  text-align: center;
  color: #414042;
  font-size: 25px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

.product-item__image {
  width: 100%;
  height: 230px;
}

.product-item__image img {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.product-item__title-link {
  color: #414042;
}

.product-item__title-link:hover {
  color: #60867e;
}

.product-item__title {
  font-size: 18px;
  font-family: 'soleil';
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

.dropdown-description {
  color: #414042;
  font-size: 15px;
  font-family: Soleil;
  font-weight: 350;
  line-height: 18px;
  word-wrap: break-word;
  margin: 0;
}

.product-item__shop-now {
  color: #414042;
  font-size: 15px;
  font-family: Soleil;
  font-weight: 350;
  text-decoration: underline;
  word-wrap: break-word;
  margin: 0;
}

.product-item__shop-now:hover {
  color: #60867e;
}

.products-list {
  display: flex;
  gap: 10px;
}

.product-showcase__title:hover,
.product-showcase__list-link:hover {
  color: #60867e;
}

.product-showcase__content-sale {
  height: 100%;
  display: flex;
  gap: 35px;
}

.product-showcase__content-our {
  height: 100%;
  flex: 0 0 19%;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-price-container {
  display: flex;
  gap: 10px;
}

/* ============================== */
/*     CUSTOM-ICONS-SECTION       */
/* ============================== */

.product-carousel {
  background-color: rgba(244, 243, 240, 1);
  padding: 40px 20px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
  gap: 16px 26px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================== */
/*      CUSTOM-SLIDER-TEXT        */
/* ============================== */
.wool-banner {
  background: var(--color-primary);
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.infinite-scroll {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: infiniteScroll 20s linear infinite;
}

.scroll-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.scroll-content span {
  display: inline-block;
  padding: 8px 20px;
  color: #414042;
  font-size: 31px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ============================== */
/*          CUSTOM-BENTO          */
/* ============================== */

.bento-grid__container {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 7px;
}

.bento-grid__content-cell {
  padding: 26px 45px;
  grid-row-start: 2;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

.bento-grid__content-wrapper {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}

.bento-grid__title {
  color: #414042;
  font-size: 18px;
  font-family: 'Tenor Sans';
  font-weight: 400;
  text-transform: uppercase;
}

.bento-grid__description {
  color: #414042;
  font-size: 14px;
  font-family: 'Soleil';
  font-weight: 300;
  line-height: 16px;
}

.bento-grid__learn-more {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #414042;
  font-family: 'Soleil';
  text-decoration: none;
  padding: 15px 0;
}

/* Secondary and tertiary image containers */
.secondary-image-container,
.tertiary-image-container {
  position: relative;
}

/* Heading container for images */
.image-heading-container {
  position: absolute;
  right: 0;
  text-align: right;
  margin-right: 18px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.image-title {
  color: white;
  font-size: 14px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
}

.image-subtitle {
  color: white;
  font-size: 12px;
  font-family: Soleil;
  font-weight: 400;
  width: 70%;
}

.image-cta-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 18px;
  margin-bottom: 42px;
}

.image-cta-link {
  color: white;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px;
  background: #414042;
  gap: 10px;
  text-decoration: none;
}

.bento-grid__learn-more span {
  color: #414042;
  font-size: 14px;
  font-family: Soleil;
  font-weight: 500;
  text-decoration: underline;
}

.bento-grid__learn-more:hover svg {
  path {
    stroke: #60867e;
  }
}

.bento-grid__learn-more:hover span {
  color: #60867e;
}

.bento-main-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 110%;
}

/* ============================== */
/*          CUSTOM-BANNER         */
/* ============================== */

.banner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-images {
  display: flex;
  flex-direction: column-reverse;
}

.banner-image {
  display: flex;
}

.banner-image--womens {
  opacity: 1;
}

.banner-links {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  position: absolute;
}

.banner-link {
  padding: 12px 30px;
  color: white;
  font-size: 16px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  position: absolute;
  z-index: 2;
}

.banner-link:hover {
  color: #60867e;
}

.banner-link--mens {
  bottom: 5%;
  left: 5%;
  transform: translate(-5%, -5%);
}

.banner-link--womens {
  top: 5%;
  right: 5%;
  transform: translate(-5%, -5%);
}

@media screen and (max-width: 768px) {
  .banner-links {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .banner-link {
    padding: 10px 20px;
    /* font-size: 16px; */
  }
}

@media screen and (max-width: 480px) {
  .banner-link {
    padding: 8px 16px;
    /* font-size: 14px; */
    margin: 0 auto;
  }
}

/* ============================== */
/*     CUSTOM-SHOW-COLLECTION     */
/* ============================== */

.custom-show-collection {
  padding: 0 17px 45px 17px;
}

.products-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.custom-show-collection__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 55px 1px 30px 1px;
}

.custom-show-collection__title {
  color: #414042;
  font-size: 15px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
  letter-spacing: normal;
}

.custom-show-collection__description {
  color: #414042;
  font-size: 13px;
  font-family: Soleil;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  letter-spacing: normal;
  word-wrap: break-word;
  max-width: 550px;
  margin: 0;
}

.custom-show-collection__buttons {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 37px;
  flex-direction: column;
}

.custom-show-collection__products {
  display: flex;
  justify-content: center;
  gap: 17px;
  flex-direction: column;
}

.custom-show-collection__buttons-container {
  display: flex;
  justify-content: space-evenly;
}

.custom-show-collection__buttons-container > :last-child {
  display: none;
}

.load-products-button {
  border: none;
  background-color: transparent;
  color: #414042;
  font-size: 11px;
  font-family: Soleil;
  font-weight: 300;
  line-height: 31px;
  word-wrap: break-word;
  text-transform: uppercase;
}

.load-products-button:hover {
  color: #60867e;
  cursor: pointer;
}

.load-products-button-link-dkt {
  display: none;
}

.load-products-button-link-mb {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  margin-top: 45px;
  color: #414042;
  font-size: 18px;
  font-family: Soleil;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
}

.upper-collection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
  row-gap: 20px;
}

.title-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-hero-title {
  font: 400 29px var(--collection-hero-title-font);
  text-transform: capitalize;
  color: rgb(var(--color-tertiary-text));
  margin: 0 0 7px 0;
}

.collection-hero-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--color-tertiary-text));
  letter-spacing: normal;
  margin: 0;
  text-align: center;
  max-width: 300px;
}

.filters-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 4px;
  max-width: 310px;
}

.filters-container > * {
  flex: 0 1 calc(50% - 3.5px); /* 3.5px es la mitad del column-gap (7px) */
}

.filter-link {
  color: rgb(var(--color-tertiary-text));
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: uppercase;
  border: 1px solid rgb(var(--color-tertiary-text));
  padding: 5px 15px;
  display: flex;
  justify-content: center;
}

.filter-link:hover {
  background-color: #000;
  color: #ffffff;
  transition: all 0.159s ease-in-out;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#product-grid .grid__item {
  width: 100%;
  max-width: unset;
}

#image-0,
#image-1 {
  grid-column: span 2;
  position: relative;
}

.grid-image {
  aspect-ratio: 13 / 9;
}

.banner-image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, -10%);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 10px;
}

.banner-image-product {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.banner-image-product-title {
  margin: unset;
  font: 400 18px var(--custom-collection-font);
  color: rgb(var(--color-secondary-text));
  letter-spacing: normal;
  text-transform: uppercase;
}

.banner-image-product-variant {
  color: rgb(var(--color-secondary-text));
  font-size: 15px;
  font-style: italic;
}

.banner-image-content small {
  color: rgb(var(--color-secondary-text));
  font-size: 17px;
  font-weight: 300;
  letter-spacing: normal;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-image-content small::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: rgb(var(--color-secondary-text));
}

.banner-redirect:hover .banner-image-content small::after {
  width: 100%;
  transition: width 0.15s ease-in-out;
}

.custom-show-collection__product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  width: 50%;
}

.custom-show-collection__product-image-container {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.custom-show-collection__product-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.custom-show-collection__product-content {
  padding-top: 15px;
}

.custom-show-collection__product-title {
  margin: 0;
  color: #414042;
  font-size: 14px;
  font-family: 'Soleil';
  font-weight: 500;
  line-height: 31px;
  word-wrap: break-word;
  letter-spacing: normal;
}

.custom-show-collection__product-title:hover {
  color: #60867e;
  transition: color 0.3s ease-in-out;
}

.custom-show-collection__product-price {
  margin: 0;
  color: #414042;
  font-size: 14px;
  font-family: 'Soleil';
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.custom-show-collection__product-link {
  display: inline-block;
  color: #414042;
  font-size: 14px;
  font-family: 'Soleil';
  font-weight: 350;
  line-height: 31px;
  word-wrap: break-word;
}

.custom-show-collection__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-show-collection__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}

.custom-show-collection__image-overlay {
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-20%, -40%);
  display: flex;
  flex-direction: column;
}

.custom-show-collection__image-overlay-content {
  color: white;
}

.custom-show-collection__product-price--sale {
  color: #dc6d29;
  font-size: 17px;
  font-family: 'Soleil';
  font-weight: 400;
  line-height: 31px;
  word-wrap: break-word;
}

.custom-show-collection__product-price--compare {
  color: #414042;
  font-size: 14px;
  font-family: 'Soleil';
  font-weight: 400;
  text-decoration: line-through;
  line-height: 31px;
  word-wrap: break-word;
}

.sale-badge {
  position: absolute;
  display: flex;
  color: #fff;
  font-family: 'Soleil', sans-serif;
  font-size: 12px;
  line-height: 31px;
  width: 84px;
  height: 24px;
  border-radius: 35px;
  background-color: #dc6d29;
  align-items: center;
  justify-content: center;
  left: 10%;
  top: 10%;
  transform: translate(-10%, -10%);
}

.custom-show-collection__image-overlay-title {
  color: white;
  font-size: 14px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

.custom-show-collection__image-overlay-description {
  color: white;
  font-size: 14px;
  font-family: Soleil;
  font-style: italic;
  font-weight: 350;
  word-wrap: break-word;
}

.custom-show-collection__image-overlay-link {
  color: white;
  font-size: 14px;
  font-family: Soleil;
  font-weight: 300;
  text-decoration: underline;
  word-wrap: break-word;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border: none;
}

.custom-show-collection__image-overlay-link:hover {
  color: #60867e;
  transition: color 0.3s ease-in-out;
}

/*=====================
   HEADER DRAWER STYLES
======================*/
.menu-drawer-toggle-button .menu-drawer__menu-item {
  padding-left: 0;
}
.menu-drawer__toggle-item {
  padding-left: 3rem;
}
.menu-drawer-toggle-button {
  width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.menu-drawer__toggle-button {
  border: none;
  color: #333;
}
.menu-drawer__toggle-button:hover {
  background-color: #f5f5f5;
}

.menu-drawer__toggle-button .svg-wrapper {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.menu-drawer-toggle-button[aria-expanded='true'] .toggle-icon,
.menu-drawer__toggle-button[aria-expanded='true'] + .toggle-icon {
  transform: rotate(180deg);
}

.menu-drawer__empty-container {
  padding: 10px 25px 0 0;
  border-radius: 4px;
  margin: 5px 0 0 15px;
  display: none;
  row-gap: 14px;
  flex-direction: column;
}

.menu-drawer__empty-container.is-open {
  display: flex;
}

.dropdown-bottom-button {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: Tenor Sans;
  text-transform: uppercase;
}

.dropdown-bottom-button a {
  color: #414042;
}

.button-header-drawer {
  padding: 15px;
  padding: 10px 25px 25px 0;
  border-radius: 4px;
  margin: 5px 0 0 15px;
}

.dropdown-showcase-mobile-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
.header-drawer-product-showcase__title {
  text-decoration: none;
  color: #414042;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

.header-drawer-sale-product-description {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-drawer-sale-product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-drawer-product-showcase__content {
  height: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-drawer-sale-product-description li {
  padding: 0.5rem 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
}

.header-drawer-sale-product-description p {
  padding: 0.5rem 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
}

.product-showcase__vitals.mobile-view {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vitals-title {
  text-decoration: none;
  text-align: center;
  color: #414042;
  font-size: 18px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}
.vitals-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.vitals-product-title {
  font-size: 14px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}
.header-drawer-product-title-link {
  text-decoration: none;
  color: #414042;
}
.header-drawer-product-item__shop-now {
  color: #414042;
  font-size: 15px;
  font-family: Soleil;
  font-weight: 350;
  text-decoration: underline;
  word-wrap: break-word;
  margin: 0;
}

.differences-container-mobile-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
.differences-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.differences-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.differences-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 23px;
  width: 100%;
  text-align: left;
  flex: 1;
}
.sale-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.sale-category {
  text-decoration: none;
  color: #414042;
  font-size: 16px;
  font-family: Soleil;
  font-weight: 500;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}
.sale-product-title {
  font-size: 14px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

.sale-categories {
  display: flex;
  justify-content: space-around;
}

.sale-product-title-link {
  text-decoration: none;
  color: #414042;
}

/* =================================== 
 Collection related products 
=================================== */
.related-container {
  display: flex;
  flex-direction: column;
  margin-top: 98px;
}

.related-products-header {
  display: flex;
  width: 85%;
  align-self: center;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.related-products-header::after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: rgb(var(--color-tertiary-text));
}

.related-products-title {
  width: -moz-fit-content;
  width: fit-content;
  font: 400 18px var(--related-products-title-font);
  color: rgb(var(--color-tertiary-text));
  text-transform: uppercase;
  letter-spacing: normal;
}

.swiper-related-products {
  overflow: hidden;
  width: 60%;
  align-self: center;
}

.related-products-item {
  list-style: none;
}

.swiper-related-products-pagination {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 27px;
}

.swiper-related-products-pagination .swiper-related-bullet {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #d9d9d9;
  cursor: pointer;
}

.swiper-related-products-pagination .swiper-related-bullet.active {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #414042;
}

.badd-to-cart {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.badd-to-cart:hover {
  scale: 1.1;
  transition: all 0.1s ease-in-out;
}

/* 
CUSTOM COLLECTIONS 4X4 CATEGORIES STYLES
*/

.collections-section_collections_categories {
  padding: 10px;
}

.collections-grid_collections_categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 7px;
  justify-items: center;
  max-width: 1800px;
  margin: 0 auto;
}

.collection-card_collections_categories {
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  box-shadow: 0 4px 11.6px rgba(0, 0, 0, 0.09);
  width: 100%;
  box-sizing: border-box;
}

.collection-card__img_collections_categories {
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.collection-card__title_collections_categories {
  font-size: 16px;
  margin: 10px 0 5px;
  font-weight: 400;
  text-transform: capitalize;
}

.collections_categories-wrapper {
  text-decoration: none;
}

.collections_categories-info {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  row-gap: 7px;
}

.collections_categories-title {
  margin: 0;
  font: 400 13px 'Tenor Sans';
  text-transform: uppercase;
  color: rgb(var(--color-tertiary-text));
}

.collections_categories-collection {
  display: flex;
  text-decoration: underline;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: normal;
  color: rgb(var(--color-tertiary-text));
}

/*
   =================================== 
   CUSTOM TWO CARDS SECTION 
   ===================================
*/

.custom-two-cards_section {
  padding: 60px 25px;
}

.custom-two-cards__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  gap: 22px;
  margin: 0 auto;
}

.custom-two-cards__card {
  display: flex;
  flex: 1;
  padding: 55px 34px;
  gap: 33px;
  background: #f4f3f0;
  min-width: 300px;
  max-width: 585px;
}

.custom-two-cards__card-content {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 100%;
}

.custom-two-cards__title {
  font: 400 18px / 1.2 'Tenor Sans';
  text-transform: uppercase;
  display: flex;
  margin: 0;
}

.custom-two-cards__text {
  font: 350 14px / 19px 'Soleil';
  margin-bottom: auto;
}

.custom-two-cards__button {
  color: #414042;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

/*============================== 
SECTION CUSTOM GALLERY WITH TEXT
============================= */
.custom-gallery_with_text {
  background-color: #7f9691;
  padding: 72px 0;
  text-align: center;
  color: #fff;
}

.custom-gallery_with_text_conteiner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.custom-gallery__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.custom-gallery__text {
  margin: 0 auto;
  line-height: 17px;
  font-size: 14px;
  font-style: normal;
  padding: 0 7%;
  font-weight: 350;
  max-width: 984px;
}

.custom-gallery__buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 810px;
  font-size: 14px;
}

.gallery__text_button {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}

.custom-gallery__buttons a {
  padding: 10px 30px;
  background-color: #414042;
  color: #fff;
  text-decoration: none;
}

.custom-gallery__buttons a.btn--secondary {
  background-color: transparent;
  border: 2px solid #fff;
}

/* Gallery Styles */
.custom-gallery__main_image {
  width: 50%;
  margin: 0 auto 2rem;
}

.custom-gallery__thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.custom-gallery__thumb {
  width: calc(50% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-gallery__thumb img {
  width: 70%;
  height: auto;
  display: flex;
}

/* 
SHIPPING DYNAMIC SECTION STYLES WITH SIDEBAR
*/

.faq-title {
  font-family: 'Tenor Sans';
  font-size: 20px;
  font-weight: 400;
  color: rgb(var(--color-tertiary-text));
  letter-spacing: normal;
}

.toggle-icon_shipping_faq {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.toggle-icon_shipping_faq.active {
  transform: rotate(180deg);
}

.faq-with-sidebar_shipping_faq {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 30px auto 200px;
}

.faq-main_shipping_faq {
  padding: 0 40px;
  flex: 1;
}

.faq-item_shipping_faq {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

.faq-header_shipping_faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question_shipping_faq {
  color: #414042;
  font-size: 16px;
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  text-transform: var(--enable-uppercase);
}

.faq-content_shipping_faq {
  display: none;
  margin-top: 10px;
}

.faq-answer_shipping_faq {
  color: rgb(var(--color-tertiary-text));
  font-family: 'Soleil';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: normal;
}

.special-answer_shipping_faq {
  background-color: #f4f3f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: normal;
  padding: 30px 40px;
}

.special-answer_shipping_faq::first-line {
  font-family: 'Tenor Sans';
  font-weight: 500;
}

.faq-answer_shipping_faq a {
  color: rgb(var(--color-tertiary-text));
}

.additional-info_shipping_faq {
  color: #a9a8a8;
  font-family: 'Soleil';
  font-size: 14px;
  font-style: italic;
  font-weight: 350;
  line-height: 21px;
}

/* SIDEBAR */
.faq-sidebar_shipping_faq {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding: 30px;
}

.shipping-methods_shipping_faq,
.contact-info_shipping_faq {
  background-color: #f4f3f0;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 20px;
}

/* Main title of each block */
.shipping-methods_shipping_faq h2,
.contact-info_shipping_faq h2 {
  color: #414042;
  font-family: 'Tenor Sans';
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 10px;
}

.shipping-list_shipping_faq,
.contact-details_shipping_faq {
  color: #414042;
  font-family: 'Soleil';
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
}

.contact-details_shipping_faq a {
  color: #414042;
}

.faq-image-container_shipping_faq {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  float: left;
  max-width: calc(80px + 20px + 200px);
}

.faq-media-container_shipping_faq {
  margin: 15px 0;
  width: 100%;
}

.faq-image-link-wrapper_shipping_faq {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.faq-image_shipping_faq img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.faq-image-link-wrapper_shipping_faq {
  flex-direction: row;
  gap: 10px;
}

.additional-info_shipping_faq {
  padding-left: 0;
}

.faq-image_shipping_faq {
  max-width: 80px;
}

.faq-image-link_shipping_faq {
  color: #414042;
  display: flex;
  align-items: center;
  font-family: 'Soleil';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  transition: opacity 0.3s ease;
}

.additional-info_shipping_faq {
  margin-top: 10px;
  width: 100%;
  clear: both;
}

/* ================= */
/* =====Register==== */
/* ================= */
.section-register {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  row-gap: 54px;
  align-items: center;
  margin: 0 0 120px;
}

.register-form {
  width: 90%;
}

.register-title {
  font: 400 37px var(--register-title-font);
  text-align: start;
  text-transform: capitalize;
  letter-spacing: normal;
  margin: 0;
  margin-bottom: 16px;
}

.singup-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.register-field,
.register-field-without-asterisk {
  display: flex;
  flex-direction: column;
  position: relative;
}

.register-field label,
.register-field-without-asterisk label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}

.register-field label::after {
  content: '*';
  color: #dc6d29;
}

.register-field input,
.register-field-without-asterisk input {
  background-color: #f4f4f4;
  border: none;
  height: 33px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
}

.register-field input:focus,
.register-field-without-asterisk input:focus {
  outline: none;
  outline-offset: unset;
  box-shadow: none;
}

.signup-button {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 15px;
}

/* ================= */
/* ======Login====== */
/* ================= */
.section-login {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  row-gap: 54px;
  align-items: center;
  margin: 0px 0 120px 0;
}

.login-form {
  width: 90%;
}

.login-title {
  font: 400 37px var(--login-title-font);
  text-align: start;
  text-transform: capitalize;
  letter-spacing: normal;
  margin: 0;
}

.signin-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.login-field {
  display: flex;
  flex-direction: column;
  position: relative;
}

.login-field label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}

.login-field label::after {
  content: '*';
  color: #dc6d29;
}

.login-field input {
  background-color: #f4f4f4;
  border: none;
  height: 33px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
}

.login-field input:focus {
  outline: none;
  outline-offset: unset;
  box-shadow: none;
}

#toggleEye {
  position: absolute;
  right: 15px;
  bottom: 12px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

#closeEye {
  display: none;
}

.forgot-wrapper {
  display: flex;
  justify-content: space-between;
}

.forgot-password {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: rgb(var(--color-tertiary-text));
}

.forgot-password:hover {
  color: #000;
}

.forgot-password-cancel {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: rgb(var(--color-tertiary-text));
}

.forgot-password-cancel:hover {
  color: #000;
}

.signin-button {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
}

.create-account-section {
  display: flex;
  flex-direction: column;
  margin-top: 97px;
  row-gap: 16px;
}

.create-account-title {
  font: 400 37px var(--login-title-font);
  color: #000;
  text-align: start;
  text-transform: capitalize;
  letter-spacing: normal;
  margin: 0;
}

.create-account-text {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
}

.login-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.submit-reset {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  margin-top: 20px;
}

/* ======Custom Collection Carousel====== */
.custom-collection-carousel {
  padding: 75px 20px;
  overflow: hidden;
  position: relative;
}

.slide-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.slide-wrapper:hover .bounce-arrow {
  animation: shortHorizontalBounce 0.65s ease-in-out infinite;
}

.collection-card_collections_categories:hover .bounce-arrow {
  animation: shortHorizontalBounce 0.65s ease-in-out infinite;
}

.load-products-button-link-dkt:hover .bounce-arrow {
  animation: shortHorizontalBounce 0.65s ease-in-out infinite;
}

.secondary:hover .bounce-arrow {
  animation: shortHorizontalBounce 0.65s ease-in-out infinite;
}

.bento-grid__learn-more:hover .bounce-arrow {
  animation: shortHorizontalBounce 0.65s ease-in-out infinite;
}

.featured-custom-collection {
  width: 100%;
  height: auto;
}

.slide-product-info {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  row-gap: 7px;
}

.slide-product-title {
  margin: 0;
  font: 400 18px var(--product-title-font);
  text-transform: uppercase;
  color: rgb(var(--color-tertiary-text));
}

.slide-product-collection {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  color: rgb(var(--color-tertiary-text));
}

.swiper-slide.slide-product-container {
  padding: 100px 25px 32px 25px;
  box-shadow: 0px 4px 11.6px 0px rgba(0, 0, 0, 0.09);
  height: unset;
}

.swiper-button-prev.custom-carousel-button,
.swiper-button-next.custom-carousel-button {
  background: none;
  border: none;
  width: 5%;
  top: 45%;
  color: #414042;
}

.swiper-button-prev.custom-carousel-button::after,
.swiper-button-next.custom-carousel-button::after {
  font-size: 26px;
}

/*-----------------------------------------------------
   CUSTOM STYLES FOR THE GRID IMAGE DOUBLE TEXT SECTION 
-----------------------------------------------------*/
.orthotics-section-grid_image_double_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.orthotics-content-grid_image_double_text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  padding: 20px;
}

.testimonial-grid_image_double_text {
  color: #414042;
  text-align: right;
  font-size: 23px;
  font-style: italic;
  font-weight: 350;
  line-height: 33px;
}

.replacement-info-grid_image_double_text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: right;
  align-items: flex-end;
}

.replacement-title-grid_image_double_text {
  color: #414042;
  font-family: 'Tenor Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}

.replacement-text-grid_image_double_text {
  max-width: 372px;
  font-size: 14px;
  font-weight: 350;
  line-height: 18px;
}

.shop-button-grid_image_double_text {
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  background-color: #414042;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  display: flex;
  align-content: center;
}

.container-shop-button-grid_image_double_text {
  display: flex;
  justify-content: flex-end;
}

.center-image-wrapper-grid_image_double_text {
  width: 100%;
  text-align: center;
}

.center-image-grid_image_double_text {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ======Custom Featured Banner====== */

.featured-banner-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  position: relative;
}

.featured-banner-image {
  display: flex;
}

.titleButton-position-left {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 75%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.titleButton-position-right {
  position: absolute;
  top: 20%;
  right: 20%;
  transform: translate(0%, -35%);
  /* width: 75%; */
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  /* align-items: flex-end !important; */
}

/* ===================================
Custom Featured Orthotic Second Banner
=================================== */
.titleButton-position-right-sandals-orthotic {
  position: absolute;
  bottom: 8%;
  right: 14%;
  transform: translate(0%, -3%);
  /* width: 75%; */
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  /* align-items: flex-end !important; */
}

.titleButton-title {
  width: 100%;
}

.titleButton-title p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin: 0;
  text-align: inherit !important;
  width: 100%;
}

.titleButton-title.content-right p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: start !important;
}

.description-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.description-wrapper.content-right {
  align-items: flex-end;
}

.features-grid_featured_banner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(174px, 1fr);
  gap: 16px;
}

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

.feature-text_featured_banner {
  font-size: 16px;
  line-height: 22px;
  padding: 0px 15px;
  margin: -15px;
}

.titleButton-first-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}

.titleButton-first-description.content-right {
  text-align: end;
  font-weight: 300;
}

.titleButton-second-description {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  margin: 0;
}

.titleButton-button {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 25px;
  text-transform: uppercase;
  text-align: center;
}

.powered-position-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}

.content-row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  right: 0%;
  top: 80%;
  padding: 0 10px;
}

.content-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 47px;
  width: 100%;
  position: relative;
  transform: unset;
  margin-top: 40px;
}

.powered-image {
  width: 40%;
  height: auto;
}

.one-column {
  display: flex;
  flex-direction: row;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 9px;
  width: 95%;
}

.highlights-image {
  width: 100%;
  height: auto;
}

.highlights-icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.highlights-icon-text p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: normal;
}

.special-position {
  position: absolute;
  top: 20%;
  right: 20%;
  transform: translateY(-35%);
  width: 75%;
  display: flex;
  flex-direction: column;
}

.special-title p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.special-first-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 15px;
}

.special-button {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 40px;
  text-transform: uppercase;
}

.special-second-description {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  color: #fff;
  margin-top: 15px;
}

@media screen and (max-width: 360px) {
  .titleButton-button {
    padding: 15px 40px;
  }
}

/* ====================================
Custom Featured Plantar Fasciitis Banner
======================================*/
.titleButton-position-right-plantar-fasciitis {
  position: absolute;
  bottom: 10%;
  right: 10%;
  transform: translate(0%, 40%);
  width: 75%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

/* ======Custom Featured Sandals Banner====== */
.featured-banner-section-orthotic-sandals {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  position: relative;
}

.featured-banner-image-orthotic-sandals {
  display: flex;
}

.titleButton-position-orthotic-sandals-left {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.titleButton-position-orthotic-sandals-right {
  position: absolute;
  top: 45%;
  left: 20%;
  transform: translate(0%, -35%);
  width: 75%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.titleButton-title-orthotic-sandals {
  width: 100%;
  text-align: inherit;
}

.titleButton-title-orthotic-sandals p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin: 0;
  text-align: inherit;
  width: 100%;
}

.titleButton-title-orthotic-sandals.content-right p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: end;
}

.description-wrapper-orthotic-sandals {
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
  row-gap: 12px;
}

.description-wrapper-orthotic-sandals.content-right {
  align-items: flex-end;
}

.features-grid_featured_banner-orthotic-sandals {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(174px, 1fr);
  gap: 16px;
}

.feature-card_featured_banner-orthotic-sandals {
  text-align: center;
}

.feature-text_featured_banner-orthotic-sandals {
  font-size: 16px;
  line-height: 22px;
  padding: 0px 15px;
  margin: -15px;
}

.titleButton-position-orthotic-sandals-right .titleButton-title-orthotic-sandals p {
  text-align: end;
}

.titleButton-first-description-orthotic-sandals {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
  line-height: 16px;
  text-align: end !important;
}

.titleButton-first-description-orthotic-sandals.content-right {
  text-align: end;
  font-weight: 300;
}

.titleButton-second-description-orthotic-sandals {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  margin: 0;
}

.titleButton-button-orthotic-sandals {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.powered-position-orthotic-sandals-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}

.content-row-orthotic-sandals {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  right: 0%;
  top: 80%;
  padding: 0 10px;
}

.content-column-orthotic-sandals {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 47px;
  width: 100%;
  position: relative;
  transform: unset;
  margin-top: 40px;
}

.powered-image-orthotic-sandals {
  width: 40%;
  height: auto;
}

.one-column {
  display: flex;
  flex-direction: row;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 9px;
  width: 95%;
}

.highlights-image {
  width: 100%;
  height: auto;
}

.highlights-icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.highlights-icon-text p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: normal;
}

.special-position {
  position: absolute;
  top: 20%;
  right: 20%;
  transform: translateY(-35%);
  width: 75%;
  display: flex;
  flex-direction: column;
}

.special-title p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.special-first-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 15px;
}

.special-button {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 40px;
  text-transform: uppercase;
}

.special-second-description {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  color: #fff;
  margin-top: 15px;
}

/*================================
Custom Featured Comfortable Banner 
================================*/
.featured-banner-section-comfortable {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  position: relative;
}

.featured-banner-image-comfortable {
  display: flex;
}

.mobile-inner-text {
  display: flex;
  flex-direction: column;
}

.titleButton-position-comfortable-left {
  position: absolute;
  top: 3%;
  transform: translate(0%, 0%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 52%;
}

.titleButton-position-comfortable-right {
  position: absolute;
  top: 45%;
  left: 20%;
  transform: translate(0%, -35%);
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.titleButton-title-comfortable {
  width: 100%;
  text-align: inherit;
}

.titleButton-title-comfortable p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin: 0;
  text-align: inherit;
  width: 100%;
}

.titleButton-title-comfortable.content-right p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: end;
}

.description-wrapper-comfortable {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 12px;
}

.description-wrapper-comfortable.content-right {
  align-items: flex-end;
}

.features-grid_featured_banner-comfortable {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  row-gap: 30px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 80px;
  margin-top: 48px;
}

.feature-card_featured_banner-comfortable {
  text-align: center;
}

.feature-text_featured_banner-comfortable {
  font-size: 14px;
  line-height: 16px;
  padding: 0px 15px;
  margin: -15px;
}

.titleButton-position-comfortable-right .titleButton-title-orthotic-sandals p {
  text-align: end;
}

.titleButton-first-description-comfortable {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
  line-height: 16px;
  text-align: end;
}

.titleButton-first-description-comfortable.content-right {
  text-align: end;
  font-weight: 300;
}

.titleButton-second-description-comfortable {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  margin: 0;
}

.titleButton-button-comfortable {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  align-self: center;
}

.powered-position-comfortable-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}

.content-row-comfortable {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  right: 0%;
  top: 80%;
  padding: 0 10px;
}

.content-column-comfortable {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 47px;
  width: 100%;
  position: relative;
  transform: unset;
  margin-top: 40px;
}

.powered-image-comfortable {
  width: 40%;
  height: auto;
}

.one-column {
  display: flex;
  flex-direction: row;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 9px;
  width: 95%;
}

.highlights-image {
  width: 100%;
  height: auto;
}

.highlights-icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.highlights-icon-text p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: normal;
}

.special-position {
  position: absolute;
  top: 20%;
  right: 20%;
  transform: translateY(-35%);
  width: 75%;
  display: flex;
  flex-direction: column;
}

.special-title p {
  font: 400 25px var(--title-font);
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.special-first-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 15px;
}

.special-button {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 40px;
  text-transform: uppercase;
}

.special-second-description {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  color: #fff;
  margin-top: 15px;
}

.titleButton-position-comfortable-left > .titleButton-title-comfortable {
  display: none;
}

.description-wrapper-comfortable > .titleButton-first-description-comfortable {
  display: none;
}

.titleButton-position-comfortable-left > .features-grid_featured_banner-comfortable {
  display: none;
}

.mobile-inner {
  width: 75%;
}

.mobile-only-wrapper-text {
  padding: 0 20%;
}

.mobile-only-wrapper-featured {
  display: flex;
  justify-content: center;
}

/* =============================
  Custom Image Rewards With Text
  =========================== */
.rewards-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  padding: 60px 20px;
}

.rewards-secondary-content {
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.rewards-third-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.rewards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
  position: relative;
}

.rewards-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.rewards-text-title {
  font-family: 'Tenor Sans';
  text-transform: uppercase;
  font-size: 18px;
}

.rewards-text-subtitle {
  font-style: normal;
  font-weight: 300;
}

.rewards-tier {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
  width: 320px;
  height: 80px;
  position: relative;
}

.points-container,
.reward-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.points-value,
.reward-value {
  color: #8c6a36;
  font-family: 'Tenor Sans';
  font-size: 32px;
  line-height: 1;
  margin: 0;
}

.points-label,
.reward-description {
  color: #414042;
  font-family: 'Soleil';
  font-size: 12px;
  letter-spacing: 0.13em;
  margin-top: 6px;
}

.vertical-divider {
  width: 1px;
  height: 80px;
  background-color: #414042;
  display: block !important;
}

.horizontal-divider {
  width: 320px;
  height: 1px;
  background-color: #f3f3f3;
  display: block !important;
}

@media screen and (min-width: 400px) {
  .titleButton-position-comfortable-left {
    top: 6%;
  }

  /* ==================
  Heel Pain Upper banner
  ====================*/
  .content--left-center-heel-pain {
    left: 0;
  }
}

/*  SNIPPET STYLES "country-flags.liquid" FROM FILE "questions.liquid" */
.countries-wrapper_shipping_faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.flag-wrap_shipping_faq {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  transition: transform 0.3s ease;
}

.flag-wrap_shipping_faq:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.flag-wrap_shipping_faq a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-decoration: none;
}

.flag-wrap_shipping_faq img {
  width: 60px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.text-link_shipping_faq {
  color: #414042;
  font-family: 'Soleil';
  font-size: 15px;
  font-weight: 400;
  flex-grow: 1;
}

/* ====================== */
/*   Custom text uptown   */
/* ====================== */

:root {
  --primary-text: #414042;
  --font-primary: 'Tenor Sans';
  --font-secondary: 'Soleil';
}

.uptown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 84px;
  padding: 40px;
  background-color: #ffffff;
  margin: 0 auto;
}

.uptown-hero-section,
.uptown-features-section,
.uptown-benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  width: 100%;
  max-width: 794px;
}

.uptown-section-title {
  color: var(--primary-text);
  text-align: center;
  font: 400 18px var(--font-primary);
  text-transform: uppercase;
  line-height: 26px;
  margin: 0;
}

.uptown-section-intro,
.uptown-feature-description,
.uptown-feature-details,
.uptown-benefit-description,
.uptown-collection-info {
  font-size: 14px;
  line-height: 23px;
  color: var(--primary-text);
  text-align: center;
  margin: 0;
}

.uptown-collection-info a {
  color: var(--primary-text);
}

.uptown-product-link {
  text-decoration-line: underline;
  color: var(--primary-text);
}

@media screen and (max-width: 480px) {
  .countries-wrapper_shipping_faq {
    grid-template-columns: 1fr;
  }

  .flag-wrap_shipping_faq img {
    width: 50px;
    height: 35px;
  }
}

/* =========================== */
/*     Custom double image     */
/* =========================== */

.custom-double-img {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 82px;
}

.custom-double-img_images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  width: 100%;
  padding: 0 21px;
}
.double-img_container {
  position: relative;
  width: 100%;
  height: 50dvh;
}
.double-img_overlay {
  position: absolute;
  bottom: 7%;
  left: 5%;
}
.double-img_title {
  width: 75%;
  color: #fff;
  font-family: 'Tenor Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.double-img_link {
  color: #fff;
  font-family: Soleil;
  font-size: 15px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.double-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-double-img_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;

  h1,
  p {
    margin: 0;
  }
}

.custom-double-img_content-title {
  color: #414042;
  font-size: 25px;
  font-family: Tenor Sans;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}

.custom-double-img_content-description {
  color: #414042;
  font-size: 18px;
  font-family: Soleil;
  font-weight: 350;
  line-height: 24px;
  word-wrap: break-word;
  max-width: 510px;
}

/* =========================== */
/*  Custom Dual Image Product  */
/* =========================== */
.custom-dual-img--section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

.custom-dual-img--container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.custom-dual-img--image-right {
  width: 100%;
  height: 100%;
}

.custom-dual-img--left img {
  display: flex;
}

.custom-dual-img--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  bottom: 40px;
  left: 30px;
}

.custom-dual-img--content {
  p {
    color: #ffffff;
    font-size: 18px;
    font-family: Tenor Sans;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
  }

  a {
    color: #ffffff;
    font-size: 15px;
    font-family: Soleil;
    font-weight: 350;
    text-decoration: underline;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 10px;

    svg {
      width: 17px;
      height: 14px;
    }
  }
}

/* ================ */
/* Custom Grid Info */
/* ================ */
.info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: var(--grid-info-margin-y) var(--grid-info-margin-x);
  padding: 0 160px;
}

.info-container-title {
  font: 400 25px var(--grid-info-font-family);
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 17px;
}

.info-container-description {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  letter-spacing: normal;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 50px 35px;
}

.info-card {
  display: flex;
  flex-direction: column;
}

.info-card-text {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  padding: 39px 33px 76px 33px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

p.card-text-title {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
}

/* ================ */
/* Announcement bar */
/* ================ */
.announcement {
  background-color: rgb(var(--color-background-header));
}

.announcement-bar__message {
  text-align: start;
}

.announcement-bar__message span {
  color: rgb(var(--color-secondary-text));
  letter-spacing: normal;
}

.utility-bar--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 106px;
  width: 100%;
  max-width: unset;
}

.utility-bar--flex .announcement-bar {
  width: 50%;
  justify-content: flex-start;
}

.utility-bar--flex .announcement-link-list {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  position: relative;
}

.utility-bar--flex .announcement-link-list .announcement-list-wrapper {
  list-style: none;
  display: none;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0;
  margin: 0;
}

.utility-bar--flex .announcement-link-list .announcement-list-wrapper a {
  text-decoration: none;
  color: rgb(var(--color-secondary-text));
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.utility-bar--flex .announcement-link-list .announcement-list-wrapper a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: rgb(var(--color-secondary-text));
  position: absolute;
  bottom: 2px;
}

.utility-bar--flex .announcement-link-list .announcement-list-wrapper a:hover::after {
  width: 100%;
  transition: width 0.3s ease;
}

.info-icon {
  display: flex;
  align-self: center;
  cursor: pointer;
}

.info-icon-hover {
  position: absolute;
  display: none;
  width: 45%;
  background-color: #e4e4e4cc;
  top: 72%;
  right: 0px;
}

.info-icon-hover .info-icon-hover__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  position: relative;
}

.info-icon-hover .info-icon-hover__list a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}

.info-icon-hover .info-icon-hover__list a:hover {
  color: #545454;
}

.info-icon-hover .info-icon-hover__list a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #545454;
  position: absolute;
  bottom: 2px;
}

.info-icon-hover .info-icon-hover__list a:hover::after {
  width: 100%;
  transition: width 0.3s ease;
}

/* STYLES FOR THE TESTIMONIAL SECTION */
.testimonial-section {
  padding: 60px 20px;
  background-color: #fff;
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 14px;
  max-width: 1800px;
  margin: 0 auto;
}

.testimonial-card {
  max-width: 492px;
  height: 460px;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 41px 40px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  gap: 18px;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* Dark overlay */
  z-index: 0;
}

.testimonial-stars,
.testimonial-text,
.testimonial-author {
  position: relative;
  z-index: 1;
}

.testimonial-text {
  margin-bottom: 38px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.testimonial-author {
  font-size: 18px;
  font-family: 'Tenor Sans';
  text-transform: uppercase;
}

/* ================================= */
/* ENVIRONMENTAL STATS ENVIRONMENTAL */
/* ================================= */
.environmental-stats-environmental {
  background-color: rgb(127, 150, 145);
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}

.stats-container-environmental {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

.stat-card-environmental {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 83%;
  max-width: 344px;
}

.stat-icon-environmental {
  aspect-ratio: 1.4;
  -o-object-fit: contain;
     object-fit: contain;
  width: 120px;
  margin-bottom: 15px;
}

.stat-content-environmental {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.stat-text-container-environmental {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.stat-heading-environmental {
  font-size: 18px;
  font-family: 'Tenor Sans';
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.stat-description-environmental {
  font-size: 14px;
  font-family: Soleil;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

/*===================
  IMAGE GALLERY STYLES
  ===================*/
.image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.gallery-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/*============================
  PLANET STANDART SECTION STYLES
  ============================*/
.planet-standart-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4e6637;
  color: #fff;
  padding: 20px;
}

.planet-standart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  gap: 22px;
}

.planet-standart-title {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  height: auto;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.planet-standart-text {
  max-width: 82%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.planet-standart-text a {
  color: inherit;
}

.planet-standart-image {
  width: 100%;
  max-width: 100px;
  aspect-ratio: 0.85;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============================ 
   SUSTAINABILITY SECTION STYLES 
   ============================*/
.sustainability-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.content-container-sustainability {
  display: flex;
  width: 100%;
  max-width: 784px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.description-text-sustainability {
  font-family: Soleil;
  font-weight: 300;
  font-size: 14px;
  color: #414042;
  flex-shrink: 0;
  width: 80%;
  text-align: center;
  line-height: 20px;
  padding: 0 1px;
  margin: 0;
}

.section-title {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-size: 20px;
  color: #414042;
  height: 59px;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}

.image-large-sustainability {
  width: 300px;
  height: 197px;
}

.image-small-sustainability {
  width: 120px;
  height: 135px;
}

/*================================= 
SUSTAINABILITY SECTION LOGOS STYLES
=================================*/
.sustainability-section-logos {
  display: flex;
  width: 100%;
  min-height: 470px;
  padding: 40px 16px; /* Default mobile values */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  background-color: #f4f3f0;
}

.sustainability-container {
  display: flex;
  width: 100%;
  max-width: 784px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.sustainability-title {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-size: 18px; /* Base size for mobile */
  color: #414042;
  height: 48px;
  flex-shrink: 0;
  align-self: stretch;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10%;
}

.main-logo {
  width: 136px; /* Mobile dimensions */
  height: 152px;
  flex-shrink: 0;
}

.sustainability-description {
  color: #414042;
  text-align: center;
  font-family: Soleil;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.description-text {
  width: 80%;
}

.description-text,
.partner-link {
  font-size: 14px; /* Base size for mobile */
  line-height: 18px;
  color: #414042;
  text-decoration: none;
  display: block;
}

.partner-link {
  text-decoration: underline;
}

.partner-logos {
  display: flex;
  align-items: flex-start;
  gap: 12px; /* Mobile spacing */
  justify-content: center;
  flex-wrap: wrap;
}

.partner-logo {
  width: 98px;
  height: 65px;
}

/*=====================
MISSION SECTION STYLES
======================*/
.mission-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  color: rgba(65, 64, 66, 1);
  padding: 20px;
}

.mission-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.learn-more-button {
  display: inline-flex;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.button-arrow {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}

.mission-image {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 0.85;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===================== */
/* Custom Rewards Banner */
/* ===================== */
.banner-up-content {
  position: relative;
}

.banner-up-content img {
  display: flex;
}

.banner-up-featured {
  position: absolute;
  top: 15%;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  row-gap: 20px;
}

.banner-up-featured::after {
  content: '';
  display: block;
  background-color: #fff;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 20%;
  transform: translateY(5px);
}

.reward-upper-title {
  font: 400 25px var(--instructions-main-font);
  color: #fff;
  text-transform: uppercase;
}

.reward-advantages-acc {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}

.reward-upper-advantages {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
}

.reward-acc-btn {
  font-size: 14px;
  font-family: Soleil;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

/*===================
  IMAGE GALLERY STYLES
  ===================*/
.image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.gallery-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/*============================
  PLANET STANDART SECTION STYLES
  ============================*/
.planet-standart-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4e6637;
  color: #fff;
  padding: 20px;
}

.planet-standart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  gap: 22px;
}

.planet-standart-title {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  height: auto;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.planet-standart-text {
  max-width: 82%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.planet-standart-image {
  width: 100%;
  max-width: 100px;
  aspect-ratio: 0.85;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============================ 
   SUSTAINABILITY SECTION STYLES 
   ============================*/
.sustainability-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.content-container-sustainability {
  display: flex;
  width: 100%;
  max-width: 784px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.description-text-sustainability {
  font-family: Soleil;
  font-weight: 300;
  font-size: 14px;
  color: #414042;
  flex-shrink: 0;
  width: 80%;
  text-align: center;
  line-height: 20px;
  padding: 0 1px;
  margin: 0;
}

.section-title {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-size: 20px;
  color: #414042;
  height: 59px;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}

.image-large-sustainability {
  width: 300px;
  height: 197px;
}

.image-small-sustainability {
  width: 120px;
  height: 135px;
}

/*================================= 
SUSTAINABILITY SECTION LOGOS STYLES
=================================*/
.sustainability-section-logos {
  display: flex;
  width: 100%;
  min-height: 470px;
  padding: 40px 16px; /* Default mobile values */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  background-color: #f4f3f0;
}

.sustainability-container {
  display: flex;
  width: 100%;
  max-width: 784px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.sustainability-title {
  font-family: 'Tenor Sans';
  font-weight: 400;
  font-size: 18px; /* Base size for mobile */
  color: #414042;
  height: 48px;
  flex-shrink: 0;
  align-self: stretch;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10%;
}

.main-logo {
  width: 136px; /* Mobile dimensions */
  height: 152px;
  flex-shrink: 0;
}

.sustainability-description {
  color: #414042;
  text-align: center;
  font-family: Soleil;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.description-text {
  width: 80%;
}

.description-text,
.partner-link {
  font-size: 14px; /* Base size for mobile */
  line-height: 18px;
  color: #414042;
  text-decoration: none;
  display: block;
}

.partner-link {
  text-decoration: underline;
}

.partner-logos {
  display: flex;
  align-items: flex-start;
  gap: 12px; /* Mobile spacing */
  justify-content: center;
  flex-wrap: wrap;
}

.partner-logo {
  width: 98px;
  height: 65px;
}

/*=====================
MISSION SECTION STYLES
======================*/
.mission-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  color: rgba(65, 64, 66, 1);
  padding: 20px;
}

.mission-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.learn-more-button {
  display: inline-flex;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.button-arrow {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}

.mission-image {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 0.85;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===================== */
/* Custom Rewards Banner */
/* ===================== */
.banner-up-content {
  position: relative;
}

.banner-up-content img {
  display: flex;
}

.banner-up-featured {
  position: absolute;
  top: 15%;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  row-gap: 20px;
}

.banner-up-featured::after {
  content: '';
  display: block;
  background-color: #fff;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 20%;
  transform: translateY(5px);
}

.reward-upper-title {
  font: 400 25px var(--instructions-main-font);
  color: #fff;
  text-transform: uppercase;
}

.reward-advantages-acc {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}

.reward-upper-advantages {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
}

.reward-acc-btn {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  min-width: unset;
  min-height: unset;
}

.reward-disclaimer {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 19px;
}

.banner-down-content {
  background-color: var(--down-content-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}

.down-content-instructions {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.down-upper-instructions {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.instructions-title {
  font: 400 18px var(--instructions-main-font);
  color: var(--rewards-banner-text-color);
  text-transform: uppercase;
}

.instructions-text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
  text-align: center;
  font: 300 14px 'Soleil';
  line-height: 20px;
  text-wrap: balance;
  color: var(--rewards-banner-text-color);
}

.down-lower-instructions {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.points-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.points-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rewards-banner-text-color);
  border-radius: 100%;
  width: 98px;
  height: 98px;
  font: 400 25px var(--instructions-main-font);
  color: var(--rewards-banner-text-color);
}

.points-content span {
  text-align: center;
  font: 400 12px/15px 'Soleil';
  color: var(--rewards-banner-text-color);
  text-transform: uppercase;
  letter-spacing: 1.82px;
}

/* =========== */
/* Product Page*/
/* =========== */
.custom-promotion {
  background-color: var(--promotion-content-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 29px;
  padding: 54px 0;
  margin-bottom: 30px;
}

.viomotion-logo {
  width: 210px;
}

.promotion-content {
  font: 400 18px 'Tenor Sans';
  color: #414042;
  text-align: center;
  padding: 0 20px;
  text-wrap: balance;
  line-height: 23px;
}

.promotional-images-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  padding: 0 20px;
}

.custom-product-media {
  padding: 0 20px 30px;
}

.upper-image-container {
  margin-bottom: 23px;
}

.upper-image-container img {
  width: 100%;
}

.upper-video video {
  width: 100%;
}

.special-image-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  margin: 52px 0;
}

.special-vitalz {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special-vitalz::after {
  content: '';
  display: block;
  background-color: #414042;
  height: 1px;
  width: 90%;
}

.vitalz-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-transform: lowercase;
}

.lower-image-container {
  margin-bottom: 23px;
}

.lower-image-container img {
  width: 100%;
}

.lower-video video {
  width: 100%;
}

/*Cart Page*/
.cart-items thead {
  background-color: #414042;
}

/* Media Queries */
@media screen and (max-width: 1023px) {
  .ltr-balance-left {
    /* Need it to override the inline style on custom-image-with-text */
    width: 100% !important;
  }

  .rtl-balance-right {
    /* Need it to override the inline style on custom-image-with-text */
    width: 100% !important;
  }
}

/*=================================*/
/* media queries for custom styles */
/*=================================*/

@media screen and (min-width: 430px) {
  /* Upper Banner */

  .upper-banner-content .title {
    font-size: 25px;
  }
  .content--bottom-center {
    width: 90%;
  }

  .contact-wrapper .contact-info,
  .contact-wrapper .contact-info {
    font-size: 16px;
  }

  .block-form-wrapper {
    top: 65%;
    row-gap: 18px;
  }

  .block-form-headers p {
    line-height: 20px;
  }

  .block-form {
    row-gap: 15px;
  }

  /* ============================== */
  /*     CUSTOM-SHOW-COLLECTION     */
  /* ============================== */

  .custom-show-collection__title {
    font-size: 18px;
  }

  .custom-show-collection__description {
    font-size: 14px;
  }

  .custom-show-collection__image-overlay {
    transform: translate(-30%, -40%);
  }

  .load-products-button {
    font-size: 13px;
  }

  /* ============================== */
  /*          CUSTOM-BANNER         */
  /* ============================== */
  .banner-link {
    font-size: 18px;
  }

  /* ============================== */
  /*          CUSTOM-BENTO          */
  /* ============================== */
  .image-title {
    font-size: 18px;
  }

  .image-subtitle {
    font-size: 14px;
  }

  .image-cta-link {
    font-size: 14px;
  }

  /* ============================== */
  /*     CUSTOM-ICONS-SECTION       */
  /* ============================== */

  .product-carousel {
    padding: 42px 50px;
  }

  /* ============================== */
  /*    Custom Image With Text      */
  /* ============================== */
  .ltr-balance-right {
    padding: 0 37px;
  }

  /* ============================== */
  /*    Newsletter Section          */
  /* ============================== */

  .newsletter-upper-text {
    font: 400 25px var(--font-newsletter-family);
  }

  /* ============================== */
  /*    Custom Image With Text      */
  /* ============================== */
  .rtl-buttons-container .balance-button {
    font-size: 14px;
  }

  /* ============================== */
  /*    About Reviews               */
  /* ============================== */
  .review-card p {
    width: 60%;
  }
  /* ======================================== */
  /* CUSTOM COLLECTIONS 4X4 CATEGORIES STYLES */
  /* ======================================== */
  .collections-section_collections_categories {
    padding: 20px;
  }

  .collection-card_collections_categories {
    padding: 13px;
  }

  .collections_categories-title {
    font: 400 14px 'Tenor Sans';
  }

  .collections_categories-collection {
    font-size: 13px;
  }

  /* =========================== */
  /*  Custom Dual Image Product  */
  /* =========================== */
  .custom-dual-img--section {
    padding: 50px 30px;
  }

  /* ===================== */
  /* Custom Rewards Banner */
  /* ===================== */
  .banner-up-featured::after {
    transform: translateY(15px);
  }

  .reward-upper-title {
    font: 400 30px var(--instructions-main-font);
  }

  /* =========== */
  /* Product Page*/
  /* =========== */
  .custom-product-media {
    padding: 40px;
  }
}

@media screen and (min-width: 485px) {
  /* ==================
  Heel Pain Upper banner
  ====================*/
  .title-heel-pain {
    font-size: 35px;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/
  .content--left-center-ecojourney {
    bottom: 12%;
  }

  .title-ecojourney {
    font-size: 35px;
  }

  .subtitle-ecojourney {
    font-size: 35px;
  }
}

@media screen and (min-width: 580px) {
  /*-------------------------------------------
  Swiper slider and Collection related products
  -------------------------------------------*/
  .related-products-header {
    width: 80%;
  }

  .related-products-header:after {
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  /* ==================
  Heel Pain Upper banner
  ====================*/
  .title-heel-pain {
    font-size: 40px;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/
  .title-ecojourney {
    font-size: 40px;
  }

  .subtitle-ecojourney {
    font-size: 40px;
  }

  /*================================
  Custom Featured Comfortable Banner 
  ================================*/
  .titleButton-position-comfortable-left {
    height: 62%;
  }

  .mobile-inner-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .titleButton-title-comfortable p {
    font: 400 35px var(--title-font);
  }

  .titleButton-first-description-comfortable {
    font-size: 24px;
    line-height: 30px;
  }

  .titleButton-button-comfortable {
    font-size: 18px;
  }

  .titleButton-title-comfortable p {
    font: 400 50px var(--title-font);
  }

  .mobile-inner {
    width: 60%;
  }

  .feature-text_featured_banner-comfortable {
    font-size: 16px;
    line-height: 18px;
  }

  .features-grid_featured_banner-comfortable {
    row-gap: 40px;
  }
  /* Upper Banner */
  .upper-banner-content .title {
    font-size: 40px;
  }

  .first-special {
    font: 400 25px var(--font-upper-banner-family);
  }

  .second-special {
    font: 400 18px var(--font-upper-banner-family);
  }

  .blocks-buttons-wrapper {
    width: 65%;
  }

  .blocks-buttons-wrapper .goto-collection-btn {
    font-size: 20px;
  }

  .banner-description {
    font-size: 18px;
  }

  .contact-wrapper .contact-info {
    font-size: 18px;
  }

  .block-form-wrapper {
    transform: translate(-50%, -20%);
  }

  .block-form-headers h2 {
    font-size: 20px;
  }

  .block-form-headers p {
    font-size: 16px;
  }

  /* Upper Orthotic Insole Banner */
  .upper-banner-content-orthotic-insole .title {
    font-size: 40px;
  }

  .banner-description-orthotic-insole {
    font-size: 18px;
  }

  .contact-wrapper-orthotic-insole .contact-info {
    font-size: 18px;
  }

  .block-form-wrapper-orthotic-insole {
    transform: translate(-50%, -20%);
  }

  .block-form-headers-orthotic-insole h2 {
    font-size: 20px;
  }

  .block-form-headers-orthotic-insole p {
    font-size: 16px;
  }

  /* ============================== */
  /*    Custom Image With Text      */
  /* ============================== */
  .ltr-balance-text p {
    font-size: 16px;
  }

  .ltr-buttons-container .balance-button {
    padding: 15px 30px;
  }

  /* ======================================== */
  /* CUSTOM COLLECTIONS 4X4 CATEGORIES STYLES */
  /* ======================================== */
  .collection-card_collections_categories {
    padding: 30px;
  }

  .collections_categories-title {
    font: 400 17px Tenor Sans;
  }

  /* =========================== */
  /*  Custom Dual Image Product  */
  /* =========================== */
  .custom-dual-img--content p {
    font-size: 25px;
  }

  .custom-dual-img--content a {
    font-size: 20px;
  }

  /* ====================== */
  /* Custom Featured Banner */
  /* ====================== */
  .titleButton-title.content-right p {
    font-size: 50px;
  }

  .titleButton-first-description {
    font-size: 22px;
  }

  .titleButton-button {
    font-size: 18px;
  }

  .titleButton-second-description {
    font-size: 18px;
  }

  .highlights-icon-text p {
    font-size: 16px;
  }

  .secondary-title {
    font: 400 50px var(--font-upper-banner-family);
  }

  .special-position {
    width: 70%;
  }

  .special-title p {
    font: 400 50px var(--title-font);
  }

  .special-first-description {
    font-size: 17px;
  }

  .special-button {
    font-size: 17px;
  }

  .special-second-description {
    font-size: 17px;
  }

  /* ======================================= */
  /* Custom Featured Orthotic Sandals Banner */
  /* ======================================= */
  .titleButton-title-orthotic-sandals.content-right p {
    font-size: 45px;
  }

  .titleButton-first-description-orthotic-sandals {
    font-size: 18px;
    line-height: 25px;
    width: 80%;
  }

  .titleButton-position-orthotic-sandals-right {
    top: 30%;
    transform: translate(0%, -40%);
  }

  .description-wrapper-orthotic-sandals {
    row-gap: 20px;
  }

  .titleButton-button-orthotic-sandals {
    font-size: 18px;
    padding: 15px 40px;
  }

  .titleButton-second-description-orthotic-sandals {
    font-size: 18px;
  }

  .highlights-icon-text-orthotic-sandals p {
    font-size: 16px;
  }

  .secondary-title-orthotic-sandals {
    font: 400 50px var(--font-upper-banner-family);
  }

  .special-position-orthotic-sandals {
    width: 70%;
  }

  .special-title-orthotic-sandals p {
    font: 400 50px var(--title-font);
  }

  .special-first-description-orthotic-sandals {
    font-size: 17px;
  }

  .special-button-orthotic-sandals {
    font-size: 17px;
  }

  .special-second-description-orthotic-sandals {
    font-size: 17px;
  }

  /* ====================== */
  /*   Custom text uptown   */
  /* ====================== */
  .uptown-section-title {
    font: 400 22px var(--font-primary);
  }

  /*-----------------------------------------------------
   CUSTOM STYLES FOR THE GRID IMAGE DOUBLE TEXT SECTION 
-----------------------------------------------------*/
  .center-image-grid_image_double_text {
    max-width: 80%;
  }

  /* ===================== */
  /* Custom Rewards Banner */
  /* ===================== */
  .banner-up-featured::after {
    transform: translateY(30px);
  }

  .reward-upper-title {
    font: 400 40px var(--instructions-main-font);
  }

  .reward-upper-advantages {
    font-size: 22px;
  }

  .reward-acc-btn {
    font-size: 16px;
  }

  .reward-disclaimer {
    font-size: 16px;
  }

  .instructions-title {
    font: 400 22px var(--instructions-main-font);
  }

  .instructions-text {
    font: 300 16px Soleil;
  }

  .points-item {
    justify-content: space-evenly;
  }

  /* =========== */
  /* Product Page*/
  /* =========== */
  .promotional-images-container {
    width: 75%;
  }

  .vitalz-text {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* ================================= */
  /* ENVIRONMENTAL STATS ENVIRONMENTAL */
  /* ================================= */
  .stats-container-environmental {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-content: center;
  }

  .stat-card-environmental {
    width: calc(50% - 20px);
    text-align: center;
    max-width: unset;
  }

  .stat-icon-environmental {
    width: 220px;
  }

  .stat-heading-environmental {
    font-size: 26px;
  }

  .stat-description-environmental {
    font-size: 18px;
  }

  /*===================
  IMAGE GALLERY STYLES
  ===================*/
  .gallery-image {
    width: 80%;
  }

  /*============================
  PLANET STANDART SECTION STYLES
  ============================*/
  .planet-standart-section {
    justify-content: center;
    padding: 40px;
  }

  .planet-standart-content {
    font-size: 18px;
    line-height: 24px;
  }

  .planet-standart-title {
    font-size: 26px;
    line-height: 30px;
  }

  .planet-standart-text {
    max-width: 60%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .planet-standart-image {
    width: 40%;
    max-width: 289px;
  }

  /*============================ 
   SUSTAINABILITY SECTION STYLES 
   ============================*/
  .image-small-sustainability {
    width: 176px;
    height: 197px;
    flex-shrink: 0;
  }

  .image-large-sustainability {
    width: 348px;
    height: 229px;
    flex-shrink: 0;
  }

  .section-title {
    font-size: 26px;
    line-height: 32px;
  }

  .description-text-sustainability {
    font-size: 18px;
    line-height: 24px;
  }

  /*================================= 
SUSTAINABILITY SECTION LOGOS STYLES
=================================*/
  .sustainability-title {
    font-size: 26px; /* Adjustment for tablets */
  }

  .main-logo {
    width: 156px; /* Tablet dimensions */
    height: 172px;
  }

  .sustainability-description,
  .description-text,
  .partner-link {
    font-size: 18px; /* Tablet font size */
    line-height: 24px;
  }

  .partner-logo {
    width: 118px; /* Tablet dimensions */
    height: 85px;
  }

  /*=====================
  MISSION SECTION STYLES
  ======================*/
  .mission-section {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .mission-content {
    width: 60%;
    font-size: 18px;
    line-height: 24px;
  }

  .learn-more-button {
    margin-top: 25px;
  }

  .mission-image {
    width: 40%;
    max-width: 289px;
  }

  /* =============================
  Custom Image Rewards With Text
  =========================== */
  .rewards-text-title {
    font-size: 26px;
  }

  .rewards-text-subtitle {
    font-size: 18px;
  }

  .points-value,
  .reward-value {
    font-size: 42px;
  }

  .horizontal-divider {
    width: 500px;
  }

  .rewards-tier {
    width: 464px;
    height: 98px;
  }

  .vertical-divider {
    height: 98px;
  }

  .points-label,
  .reward-description {
    font-size: 14px;
    margin: 8px 0 0;
  }

  /* ==================
  Heel Pain Upper banner
  ====================*/
  .title-heel-pain {
    font-size: 50px;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/
  .title-ecojourney {
    font-size: 50px;
  }

  .subtitle-ecojourney {
    font-size: 50px;
  }

  /*============================== 
  SECTION CUSTOM GALLERY WITH TEXT
  ============================= */
  .custom-gallery_with_text {
    padding: 72px 0;
    text-align: center;
  }

  .custom-gallery_with_text_conteiner {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .custom-gallery__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .custom-gallery__text {
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
  }

  .custom-gallery__buttons {
    flex-direction: unset;
    gap: 34px;
    max-width: 810px;
    width: 100%;
  }

  .gallery__text_button {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    word-break: break-word;
    font-size: 18px;
  }

  .custom-gallery__buttons a {
    padding: 0.75rem 1.5rem;
    text-decoration: none;
  }

  .custom-gallery__buttons a.btn--secondary {
    background-color: transparent;
  }

  /* Gallery Styles */
  .custom-gallery__main_image {
    width: 40%;
    margin: 0 auto 2rem;
  }

  .custom-gallery__thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .custom-gallery__thumb {
    width: calc(25% - 1rem);
  }

  .custom-gallery__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }

  /*============================= 
   CUSTOM TWO CARDS SECTION 
=============================*/
  .custom-two-cards_section {
    padding: 60px 25px;
  }

  .custom-two-cards__container {
    gap: 30px;
  }

  .custom-two-cards__card-content {
    gap: 29px;
    width: 100%;
  }

  .custom-two-cards__title {
    font: 400 25px / 1.2 'Tenor Sans';
  }

  .custom-two-cards__text {
    font: 350 18px / 24px 'Soleil';
    margin-bottom: auto;
  }

  .custom-two-cards__button {
    font-size: 16px;
    gap: 28px;
  }

  /*================================
  Custom Featured Comfortable Banner 
  ================================*/
  .titleButton-position-comfortable-left {
    height: 60%;
  }

  .feature-text_featured_banner-comfortable {
    font-size: 16px;
    line-height: 18px;
  }
  /*-----------------------------------------------------
   CUSTOM STYLES FOR THE GRID IMAGE DOUBLE TEXT SECTION 
-----------------------------------------------------*/
  .orthotics-section-grid_image_double_text {
    padding: 0 80px;
  }

  .orthotics-content-grid_image_double_text {
    gap: 35px;
  }

  .testimonial-grid_image_double_text {
    font-size: 26px;
  }

  .replacement-info-grid_image_double_text {
    gap: 30px;
  }

  .replacement-title-grid_image_double_text {
    font-size: 21px;
    line-height: 32px;
  }

  .replacement-text-grid_image_double_text {
    max-width: 465px;
    font-size: 16px;
    line-height: 18px;
  }

  .shop-button-grid_image_double_text {
    width: 100%;
  }

  .container-shop-button-grid_image_double_text {
    display: flex;
    justify-content: flex-end;
  }

  .center-image-wrapper-grid_image_double_text {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .center-image-grid_image_double_text {
    max-width: 70%;
    height: auto;
    display: inline-block;
  }

  /*=========================
  Collection related products
  =========================*/
  .related-products-title {
    font-size: 20px;
  }

  /*================================
  STYLES FOR THE TESTIMONIAL SECTION
  ================================*/
  .testimonial-wrapper {
    row-gap: 20px;
  }

  .testimonial-text {
    font-size: 22px;
    line-height: 26px;
  }

  .testimonial-author {
    font-size: 22px;
  }

  /*=====================
  Product page Collection 
  =====================*/
  .upper-collection-container {
    row-gap: 45px;
  }

  .collection-hero-title {
    font: 400 40px var(--collection-hero-title-font);
  }

  .collection-hero-description {
    font-size: 16px;
    max-width: 600px;
  }

  .filters-container {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .filters-container > * {
    flex: none;
    width: auto;
  }

  .filter-link {
    font-size: 16px;
    padding: 5px 35px;
  }

  /*=========================================================== 
  SHIPPING DYNAMIC SECTION STYLES WITH SIDEBAR VIEW PORT TABLET
  ===========================================================*/

  .faq-title {
    font-size: 25px;
  }

  .faq-question_shipping_faq {
    font-size: 22px;
    line-height: 25px;
  }

  .faq-content_shipping_faq {
    margin-top: 15px;
  }

  .faq-answer_shipping_faq {
    font-size: 16px;
    line-height: 20px;
  }

  .special-answer_shipping_faq {
    font-size: 16px;
    line-height: 20px;
  }

  .additional-info_shipping_faq {
    font-size: 16px;
    line-height: 21px;
  }

  /*=====
  SIDEBAR 
  =====*/
  .faq-sidebar_shipping_faq {
    padding: 30px;
  }

  /* Main title of each block */
  .shipping-methods_shipping_faq h2,
  .contact-info_shipping_faq h2 {
    font-size: 28px;
    line-height: 24px;
  }

  .shipping-list_shipping_faq,
  .contact-details_shipping_faq {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-image_shipping_faq {
    max-width: 80px;
    max-height: 80px;
  }

  /* Upper Banner */
  .upper-banner-content .subtitle {
    font-size: 20px;
  }

  .upper-banner-content .title {
    font-size: 50px;
  }

  .first-special {
    font: 400 35px var(--font-upper-banner-family);
  }

  .second-special {
    font: 400 25px var(--font-upper-banner-family);
  }

  .block-form-wrapper {
    transform: translate(-50%, -25%);
    row-gap: 32px;
  }

  .block-form-headers h2 {
    font: 400 30px var(--font-upper-banner-family);
  }

  .block-form-headers p {
    font-size: 20px;
  }

  .input-label label {
    font-size: 15px;
  }

  /* ============================== */
  /*     Upper Orthotic Banner     */
  /* ============================== */
  .goto-collection-btn-orthotic-insole {
    font-size: 24px;
  }

  .first-special-orthotic-insole {
    font-size: 28px;
  }

  .banner-description-orthotic-insole {
    font-size: 28px;
    line-height: 28px;
  }

  .upper-banner-content-orthotic-insole {
    row-gap: 22px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .upper-banner-content-orthotic-insole .title-orthotic-insole {
    font-size: 35px;
  }

  /* ============================== */
  /*     CUSTOM-SHOW-COLLECTION     */
  /* ============================== */

  .custom-show-collection__title {
    font-size: 20px;
  }

  .custom-show-collection__description {
    font-size: 16px;
  }

  .custom-show-collection__image-overlay-title {
    font-size: 18px;
  }

  .custom-show-collection__image-overlay-description {
    font-size: 18px;
  }

  .custom-show-collection__image-overlay-link {
    font-size: 18px;
  }

  .custom-show-collection__image-overlay {
    transform: translate(-40%, 10%);
  }

  .custom-show-collection__product-title {
    font-size: 17px;
  }

  .custom-show-collection__product-price {
    font-size: 17px;
  }

  .custom-show-collection__product-price--sale {
    font-size: 17px;
  }

  .custom-show-collection__product-price--compare {
    font-size: 17px;
  }

  .custom-show-collection__product-link {
    font-size: 17px;
  }

  /* ============================== */
  /*          CUSTOM-BANNER         */
  /* ============================== */
  .banner-link {
    font-size: 25px;
  }

  /* ============================== */
  /*          CUSTOM-BENTO          */
  /* ============================== */
  .bento-grid__title {
    font-size: 25px;
  }
  .bento-grid__description {
    font-size: 17px;
    line-height: 18px;
  }

  .bento-grid__learn-more span {
    font-size: 16px;
  }

  .image-title {
    font-size: 25px;
  }

  .image-subtitle {
    font-size: 17px;
  }

  .image-cta-link {
    font-size: 17px;
    padding: 10px 15px;
  }

  /* ============================== */
  /*     CUSTOM-ICONS-SECTION       */
  /* ============================== */
  .product-carousel {
    padding: 42px 100px;
  }

  /* ============================== */
  /*    Custom Image With Text      */
  /* ============================== */
  .ltr-balance-title p {
    font-size: 20px;
  }

  .ltr-balance-text p {
    font-size: 18px;
    line-height: 21px;
  }

  .ltr-balance-left p {
    line-height: 25px;
  }

  .secondary {
    font-size: 16px;
  }

  /* Newsletter Section */
  .newsletter-logo {
    width: 40%;
  }

  /* ============================== */
  /*    About Featured Product      */
  /* ============================== */
  .proven-title {
    font: 400 25px var(--font-upper-banner-family);
  }

  /* ======================================== */
  /* CUSTOM COLLECTIONS 4X4 CATEGORIES STYLES */
  /* ======================================== */
  .collection-card_collections_categories {
    padding: 40px;
  }

  /* About Reviews */
  .review-title,
  .review-author {
    font-size: 20px;
    line-height: 26px;
  }

  .review-title {
    text-wrap: pretty;
  }

  .review-card p {
    line-height: 24px;
    font-size: 18px;
  }

  .review-button {
    font-size: 15px;
    padding: 0 30px;
  }

  /* ===================== */
  /* Custom Rewards Banner */
  /* ===================== */
  .banner-up-content img {
    height: 750px;
  }

  /* =========== */
  /* Product Page*/
  /* =========== */
  .promotional-images-container {
    width: 70%;
  }
}

@media screen and (min-width: 800px) {
  .resized-image {
    height: 1500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .custom-dual-img--content {
    left: 15%;
  }
}

@media screen and (min-width: 900px) {
  /* ==================
  Heel Pain Upper banner
  ====================*/
  .title-heel-pain {
    font-size: 50px;
  }

  .content--left-center-heel-pain {
    left: 17%;
    width: 35%;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/

  /*================================
  Custom Featured Comfortable Banner 
  ================================*/
  .mobile-inner {
    width: 48%;
  }
}

@media screen and (min-width: 1024px) {
  /* ================================= */
  /* ENVIRONMENTAL STATS ENVIRONMENTAL */
  /* ================================= */
  .stats-container-environmental {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    align-items: unset;
  }

  .stat-card-environmental {
    width: calc(32% - 20px);
  }

  .stat-heading-environmental {
    font-size: 22px;
  }

  .stat-description-environmental {
    font-size: 16px;
    line-height: 22px;
  }

  /*===================
  IMAGE GALLERY STYLES
  ===================*/
  .gallery-image {
    width: 33%;
  }

  /*============================
  PLANET STANDART SECTION STYLES
  ============================*/
  .planet-standart-section {
    gap: 40px;
    flex-direction: row;
    padding: 61px 40px 74px 40px;
  }

  .planet-standart-content {
    min-width: 240px;
    font-size: 17px;
    line-height: 22px;
  }

  .planet-standart-text {
    text-align: left;
    max-width: 100%;
  }

  .planet-standart-image {
    width: 166px;
  }

  /*============================ 
   SUSTAINABILITY SECTION STYLES 
   ============================*/
  .content-container-sustainability {
    gap: 30px;
  }

  .image-large-sustainability {
    width: 100%;
  }

  /*================================= 
SUSTAINABILITY SECTION LOGOS STYLES
=================================*/
  .sustainability-section-logos {
    padding: 59px 20px; /* Original desktop values */
  }

  .sustainability-title {
    font-size: 25px; /* Original desktop size */
  }

  .main-logo {
    width: 136px; /* Original dimensions */
    height: 152px;
  }

  .sustainability-description,
  .description-text,
  .partner-link {
    font-size: 18px; /* Original size */
  }

  .partner-logos {
    gap: 16px; /* Original spacing */
  }

  .partner-logo {
    width: 98px; /* Original dimensions */
    height: 65px;
  }

  /*=====================
  MISSION SECTION STYLES
  ======================*/
  .mission-section {
    gap: 40px;
    flex-direction: row-reverse;
    padding: 50px 20px;
  }

  .mission-content {
    min-width: 240px;
    font-size: 17px;
    line-height: 22px;
  }

  .mission-text {
    width: 701px;
  }

  .learn-more-button {
    margin-top: 30px;
    padding: 8px 12px;
    font-size: 18px;
    gap: 28px;
  }

  .mission-image {
    width: 289px;
    min-width: 240px;
  }

  /* ===========================
  Custom Image Rewards With Text
  =========================== */
  .rewards-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .points-value,
  .reward-value {
    font-size: 50px;
  }

  /*============================== 
SECTION CUSTOM GALLERY WITH TEXT
============================= */
  .custom-gallery_with_text {
    padding: 72px 0;
    text-align: center;
  }

  .custom-gallery_with_text_conteiner {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .custom-gallery__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .custom-gallery__text {
    line-height: 1.5;
    font-size: 17px;
    padding: unset;
  }

  .custom-gallery__buttons {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin: 0 auto;
    max-width: 810px;
    width: 100%;
  }

  .gallery__text_button {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    word-break: break-word;
  }

  .custom-gallery__buttons a.btn--secondary {
    background-color: transparent;
  }

  /* Gallery Styles */
  .custom-gallery__main_image {
    max-width: 500px;
    margin: 0 auto 2rem;
  }

  .custom-gallery__thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .custom-gallery__thumb {
    width: calc(25% - 1rem);
  }

  .custom-gallery__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }

  /*============================= 
   CUSTOM TWO CARDS SECTION 
=============================*/
  .custom-two-cards_section {
    padding: 60px 20px;
  }

  .custom-two-cards__card {
    padding: 68px 75px;
    min-height: 409px;
  }

  .custom-two-cards__button {
    font-size: 18px;
    gap: 28px;
  }

  /*================================
  Custom Featured Comfortable Banner 
  ================================*/
  .titleButton-position-comfortable-left > .titleButton-title-comfortable {
    display: block;
  }

  .description-wrapper-comfortable > .titleButton-first-description-comfortable {
    display: block;
    line-height: unset;
    font-size: 15px;
  }

  .mobile-only-wrapper-featured {
    display: none;
  }

  .mobile-only-wrapper-text {
    display: none;
  }

  .titleButton-position-comfortable-left {
    top: 50%;
    left: 20%;
    width: 30%;
    transform: translate(-50%, -50%);
    height: unset;
  }

  .titleButton-title-comfortable p {
    font: 400 30px var(--title-font);
    margin-bottom: 26px;
  }

  .titleButton-position-comfortable-left > .features-grid_featured_banner-comfortable {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(174px, 1fr);
    gap: 16px;
    grid-template-rows: unset;
    grid-template-columns: unset;
    margin: 0;
  }

  .feature-text_featured_banner-comfortable {
    font-size: 16px;
    line-height: 22px;
  }

  .titleButton-button-comfortable {
    align-self: unset;
    padding: 15px 30px;
    font-size: 14px;
  }

  /*===================================================
   CUSTOM STYLES FOR THE GRID IMAGE DOUBLE TEXT SECTION 
  ===================================================*/
  .orthotics-section-grid_image_double_text {
    width: 100%;
    padding: 90px 20px;
  }

  .orthotics-content-grid_image_double_text {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
  }

  .testimonial-grid_image_double_text {
    color: #414042;
    text-align: right;
    font-size: 30px;
    font-style: italic;
    font-weight: 350;
    line-height: 33px;
  }

  .replacement-info-grid_image_double_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: right;
    align-items: flex-end;
  }

  .replacement-title-grid_image_double_text {
    color: #414042;
    font-family: 'Tenor Sans';
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
  }

  .replacement-text-grid_image_double_text {
    max-width: 372px;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  .shop-button-grid_image_double_text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 372px;
    padding: 0 15px;
    height: 55px;
    background-color: #414042;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
    display: flex;
    align-content: center;
  }

  .container-shop-button-grid_image_double_text {
    display: flex;
    justify-content: flex-end;
  }

  .center-image-wrapper-grid_image_double_text {
    width: 100%;
    text-align: center;
  }

  .content--left-center-orthotic-insole {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -60%);
  }

  .content--center-center-orthotic-insole {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .content--bottom-center-orthotic-insole {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }

  .content--bottom-left-orthotic-insole {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .center-image-grid_image_double_text {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  /* STYLES FOR THE TESTIMONIAL SECTION */
  .testimonial-wrapper {
    justify-content: space-between;
    gap: 15px;
  }

  .testimonial-card {
    flex: 0 0 calc((100% - 2 * 15px) / 3);
  }

  .testimonial-text {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 350;
    line-height: 30px;
  }

  .testimonial-author {
    font-size: 18px;
  }

  /* Product page Collection */
  .upper-collection-container {
    row-gap: 45px;
  }

  .collection-hero-title {
    font: 400 50px var(--collection-hero-title-font);
  }

  .collection-hero-description {
    font-size: 18px;
    max-width: 1200px;
  }

  .filters-container {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .filters-container > * {
    flex: none;
    width: auto;
  }

  .filter-link {
    font-size: 17px;
    padding: 5px 35px;
  }

  /* Upper Banner */

  .upper-banner-content {
    width: 70%;
  }

  .upper-banner-content .subtitle {
    font-size: 18px;
  }

  .upper-banner-content .title {
    font-size: 35px;
  }

  .secondary-title {
    font: 400 35px var(--font-upper-banner-family);
  }

  .content--bottom-center {
    top: 80%;
    align-items: var(--content_custom_image_alignment);
  }

  .banner-description {
    width: var(--description-width);
    font-size: 16px;
  }

  .content--left-center {
    align-items: var(--content_custom_image_alignment);
    top: 50%;
    left: 20%;
    transform: translate(-45%, -50%);
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }

  .block-custom-image {
    width: var(--block-custom-image-width);
    margin-bottom: 30px;
  }

  .first-special {
    font: 400 20px var(--font-upper-banner-family);
  }

  .second-special {
    font: 400 14px var(--font-upper-banner-family);
  }

  .blocks-buttons-wrapper {
    position: unset;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    align-self: unset;
  }

  .blocks-buttons-wrapper .goto-collection-btn {
    font-size: 13px;
  }

  .goto-collection-btn {
    font-size: 18px;
    padding: 15px 40px;
    margin-top: 10px;
  }

  .contact-wrapper {
    margin-top: 60px;
    row-gap: 14px;
  }

  .content--bottom-left {
    left: 40%;
    transform: translate(-50%, -65%);
  }

  .resized-image {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .upper-banner-content.banner-contact {
    top: 50%;
    left: 25%;
    width: 35%;
  }

  .block-form-wrapper {
    top: 50%;
    left: 70%;
    width: 40%;
    row-gap: 5px;
    transform: translate(-50%, -50%);
  }

  .block-form-headers h2 {
    font: 400 18px var(--font-upper-banner-family);
    text-align: start;
  }

  .block-form-headers p {
    font-size: 12px;
    text-align: start;
  }

  .block-form {
    row-gap: 5px;
  }

  .input-label label {
    font-size: 12px;
  }

  .block-form-button {
    font-size: 12px;
    align-self: baseline;
    margin-top: 5px;
  }

  .special-description-wrapper {
    margin: 0;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/
  .content--left-center-ecojourney {
    bottom: 18%;
  }

  .title-ecojourney {
    font-size: 35px;
    width: unset;
  }

  .subtitle-ecojourney {
    font-size: 35px;
  }

  /* Upper Orthotic Insole Banner */

  .upper-banner-content-orthotic-insole {
    width: 70%;
    height: auto;
    row-gap: 9px;
    text-align: inherit;
    padding: 0;
  }

  .upper-banner-content-orthotic-insole .subtitle {
    font-size: 18px;
  }

  .upper-banner-content-orthotic-insole .title {
    font-size: 35px;
  }

  .secondary-title-orthotic-insole {
    font: 400 35px var(--font-upper-banner-family);
  }

  .content--bottom-center-orthotic-insole {
    top: 80%;
  }

  .banner-description-orthotic-insole {
    width: var(--description-width);
    font-size: 16px;
    text-align: var(--text-align) !important;
  }

  .first-special-orthotic-insole {
    font: 400 20px var(--font-upper-banner-family);
  }

  .second-special-orthotic-insole {
    font: 400 14px var(--font-upper-banner-family);
  }

  .goto-collection-btn-orthotic-insole {
    font-size: 16px;
    padding: 15px 25px;
    margin-top: 10px;
  }

  .contact-wrapper-orthotic-insole {
    margin-top: 60px;
    row-gap: 14px;
  }

  .content--bottom-left-orthotic-insole {
    left: 40%;
    transform: translate(-50%, -65%);
  }

  .resized-image {
    height: 100%;
  }

  .upper-banner-content.banner-contact-orthotic-insole {
    top: 50%;
    left: 25%;
    width: 35%;
  }

  .block-form-wrapper-orthotic-insole {
    top: 50%;
    left: 70%;
    width: 40%;
    row-gap: 5px;
    transform: translate(-50%, -50%);
  }

  .block-form-headers-orthotic-insole h2 {
    font: 400 18px var(--font-upper-banner-family);
    text-align: start;
  }

  .block-form-headers-orthotic-insole p {
    font-size: 12px;
    text-align: start;
  }

  .block-form-orthotic-insole {
    row-gap: 5px;
  }

  .input-label-orthotic-insole label {
    font-size: 12px;
  }

  .block-form-button-orthotic-insole {
    font-size: 12px;
    align-self: baseline;
    margin-top: 5px;
  }

  /* Custom Image With Text */
  /* Left to right Custom Image With Text */
  .balance-content--left {
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding: 60px;
    flex-direction: row;
  }

  .ltr-balance-left p {
    font-size: 16px;
    line-height: 20px;
    padding: 40px;
  }

  .ltr-balance-right {
    width: 40%;
    row-gap: 25px;
  }

  .ltr-balance-title,
  .ltr-balance-text {
    text-align: inherit; /*Inherits the alignment from the parent container */
  }

  .ltr-balance-title p {
    font-size: 25px;
  }

  .ltr-balance-text p {
    font-size: 16px;
    line-height: 25px;
  }

  .ltr-buttons-container {
    align-self: inherit;
  }

  .ltr-buttons-container .balance-button {
    font-size: 13px;
  }

  /* Right to left Custom Image With Text */
  .balance-content--right {
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding: 60px;
    flex-direction: row-reverse;
  }

  .rtl-balance-left {
    width: 50%;
  }

  .rtl-balance-right img {
    width: 100%;
  }

  .rtl-balance-right picture {
    display: flex;
    justify-content: center;
  }

  .rtl-buttons-container {
    row-gap: 20px;
    margin-top: 40px;
    align-self: inherit;
  }

  .rtl-buttons-container .balance-button {
    font-size: 13px;
  }

  /* Custom Trusted Section */
  .trusted-card-wrapper {
    flex-direction: row;
    padding: 0 50px;
  }

  .trusted-card {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 40px 20px;
  }

  .trusted-card-image {
    width: 200px;
  }

  .trusted-card-content {
    row-gap: 17px;
    text-align: start;
  }

  .trusted-card-title {
    font: 400 20px var(--font-upper-banner-family);
  }

  .trusted-card p {
    font-size: 16px;
    line-height: 20px;
  }

  .trusted-button {
    justify-content: flex-start;
    font-size: 15px;
  }

  .secondary {
    font-size: 18px;
  }

  /* About Featured Product */
  .featured-container {
    display: flex;
    justify-content: center;
    padding: 0 80px;
  }

  .featured-product {
    width: 25%;
  }

  .hightlight-content {
    flex-direction: row;
    padding: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    text-align: start;
  }

  .stability-icon {
    width: 70px;
    height: 50px;
  }

  .highlight-text {
    font-size: 14px;
    line-height: 17px;
  }

  .proven-section p {
    font-size: 15px;
    line-height: 20px;
    width: 50%;
  }

  .proven-link {
    font-size: 16px;
  }

  /* Newsletter Section */
  .newsletter-section {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 35px;
         column-gap: 35px;
    padding: 70px 50px;
  }

  .customer-service-container {
    text-align: start;
  }

  .phone-service-container {
    align-items: start;
  }

  .socials-container {
    align-items: baseline;
  }

  .newsletter-form-container {
    text-align: start;
  }

  .email-service-container {
    align-items: start;
  }

  .customer-service-container .customer-service-title,
  .email-service-container span {
    font: 400 16px var(--font-newsletter-family);
  }

  .phone-service-container .call-us {
    font-size: 14px;
  }

  .phone-service-container a,
  .schedule {
    font-size: 14px;
  }

  .customer-service-container .customer-service-title,
  .email-service-container span {
    font: 400 16px var(--font-newsletter-family);
  }

  .email-service-container a {
    font-size: 14px;
  }

  .socials-title {
    font-size: 14px;
  }

  .social-media-container {
    row-gap: 10px;
    align-items: flex-start;
  }

  .social-username {
    font-size: 16px;
  }

  .newsletter-upper-text {
    font: 400 20px var(--font-newsletter-family);
  }

  .newsletter-secondary-text {
    font-size: 16px;
  }

  .newsletter-right {
    display: grid;
    grid-template-columns: 204px 163px 320px;
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-top: 0;
  }

  .newsletter-right-button {
    align-self: normal;
    padding: 0 15px;
  }

  /* About Reviews */
  .review-title,
  .review-author {
    font: 400 18px var(--review-font);
    text-transform: uppercase;
    padding: 0 20px;
  }

  .review-title {
    text-wrap: pretty;
  }

  .review-card p {
    font-size: 20px;
    line-height: 30px;
  }

  .review-button {
    font-size: 15px;
    padding: 0 30px;
  }

  .swiper-button-next.review-navigation,
  .swiper-button-prev.review-navigation {
    width: 20%;
  }

  /* ============================== */
  /*     CUSTOM-SHOW-COLLECTION     */
  /* ============================== */
  .custom-show-collection__head {
    padding: 108px 1px 58px 1px;
  }

  .custom-show-collection__title {
    font-size: 25px;
  }

  .custom-show-collection__image-overlay {
    transform: unset;
    width: 350px;
    bottom: 5%;
    left: 5%;
    top: unset;
  }

  .custom-show-collection__description {
    font-size: 18px;
    line-height: 21px;
  }

  .custom-show-collection__buttons {
    padding: 0 216px;
    flex-direction: row;
  }

  .custom-show-collection__buttons-container {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }

  .load-products-button-link-dkt {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #414042;
    font-size: 18px;
    font-family: Soleil;
    font-weight: 500;
    line-height: 31px;
    word-wrap: break-word;
    text-decoration: none;
  }

  .load-products-button-link-dkt:hover {
    color: #60867e;
    cursor: pointer;

    svg {
      path {
        stroke: #60867e;
      }
    }
  }

  .load-products-button-link-mb {
    display: none;
  }

  .load-products-button {
    font-size: 18px;
  }

  .custom-show-collection__buttons {
    padding: 0 85px;
  }

  .custom-show-collection__products {
    padding: 0 85px;
    flex-direction: row;
  }

  .custom-show-collection__image-overlay-title {
    font-size: 18px;
  }

  .custom-show-collection__image-overlay-description {
    font-size: 17px;
  }

  .custom-show-collection__image-overlay-link {
    font-size: 17px;
  }

  .custom-show-collection {
    padding: 0 20px 178px;
  }

  .products-container {
    width: 50%;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .custom-show-collection__product-image {
    height: revert-layer;
  }

  .custom-show-collection__product-image-container:hover .quick-view-button {
    transform: translateY(0);
    opacity: 1;
  }

  .quick-view-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    transform: translateY(40%);
    opacity: 0;
    transition: transform 0.35s ease-out;
  }

  .custom-show-collection__product-title {
    font-size: 18px;
  }

  .custom-show-collection__product-price {
    font-size: 17px;
  }

  .custom-show-collection__product-link {
    font-size: 15px;
  }

  .custom-show-collection__image {
    width: 50%;
  }

  .sale-badge {
    font-size: 15px;
  }

  /* ============================== */
  /*          CUSTOM-BANNER         */
  /* ============================== */
  .banner-container {
    height: 620px;
  }

  .banner-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .banner-links {
    position: initial;
  }

  .banner-link {
    transition: all 0.3s ease;
    font-size: 40px;
    border: 2px solid transparent;
    position: relative;
    text-decoration: none;
  }

  .banner-link--mens {
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .banner-link--womens {
    top: 0;
    right: 0;
    transform: translate(0, 0);
  }

  .banner-container[data-active='mens'] .banner-link--mens,
  .banner-container[data-active='womens'] .banner-link--womens {
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }

  .banner-image {
    opacity: 0;
  }

  .banner-container[data-active='mens'] .banner-image--mens,
  .banner-container[data-active='womens'] .banner-image--womens {
    opacity: 1;
  }

  /* ============================== */
  /*          CUSTOM-BENTO          */
  /* ============================== */
  .bento-grid__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 0.2fr 0.7fr 0.3fr 0.7fr;
    gap: 8px;
    width: 100%;
  }

  .bento-grid__content-cell {
    padding: 15px 50px;
    grid-row-start: 4;
    margin-block-start: -45px;
  }

  .bento-grid__content-wrapper {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
  }

  .secondary-image-container,
  .tertiary-image-container {
    padding-right: 7px;
  }

  .bento-grid__title {
    color: #414042;
    font-size: 25px;
    font-family: 'Tenor Sans';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 45px;
    word-wrap: break-word;
    margin: 0;
  }

  .bento-grid__description {
    font-size: 16px;
    line-height: 18px;
  }

  .bento-grid__learn-more {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #414042;
    font-family: 'Soleil';
    text-decoration: none;
  }

  .bento-grid__learn-more span {
    font-size: 16px;
  }

  .bento-grid__main-image {
    grid-row: span 3 / span 3;

    img {
      height: 90%;
    }
  }

  .bento-grid__secondary-image {
    grid-row: span 2 / span 2;
  }

  .bento-grid__tertiary-image {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
  }

  .featured-custom-collection {
    width: 70%;
  }

  /* Heading container for images */
  .image-heading-container {
    margin-right: 30px;
    margin-top: 30px;
  }

  .image-title {
    font-size: 25px;
  }

  .image-subtitle {
    font-size: 18px;
  }

  .image-cta-container {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .image-cta-link {
    font-size: 16px;
    padding: 10px;
  }

  .bento-main-image {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  /* ============================== */
  /*     CUSTOM-ICONS-SECTION       */
  /* ============================== */
  .image-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .product-image,
  .product-image-alt {
    width: 11%;
  }

  /* =================================== 
 Collection related products 
=================================== */

  .related-products-title {
    font: 400 20px var(--related-products-title-font);
  }

  .related-products-header {
    width: 80%;
  }

  .related-products-header:after {
    width: 70%;
  }

  .swiper-related-products {
    width: 80%;
  }

  /* =================================== 
  Section Shipping FAQ 
 =================================== */

  .faq-title {
    font-size: 25px;
  }

  .faq-with-sidebar_shipping_faq {
    align-items: flex-start;
    flex-direction: row;
  }

  .faq-main_shipping_faq {
    padding: 0 0 0 20px;
  }

  .faq-question_shipping_faq {
    font-size: 24px;
    line-height: 31px;
    text-transform: var(--enable-uppercase);
  }

  .faq-content_shipping_faq {
    margin-top: 10px;
  }

  .faq-answer_shipping_faq {
    font-size: 17px;
    line-height: 24px;
  }

  .special-answer_shipping_faq {
    font-size: 17px;
    line-height: 24px;
  }

  .additional-info_shipping_faq {
    font-size: 17px;
  }
  /*---------*/
  /* SIDEBAR */
  /*---------*/
  .faq-sidebar_shipping_faq {
    max-width: 490px;
    padding: 20px;
    position: sticky;
    top: calc(20px + 80px);
  }

  .shipping-methods_shipping_faq,
  .contact-info_shipping_faq {
    padding: 45px;
  }

  /* Main title of each block */
  .shipping-methods_shipping_faq h2,
  .contact-info_shipping_faq h2 {
    font-size: 28px;
    line-height: 24px;
  }

  .shipping-list_shipping_faq,
  .contact-details_shipping_faq {
    font-size: 17px;
    line-height: 24px;
  }

  .faq-image-container_shipping_faq {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    float: left;
    max-width: calc(80px + 20px + 200px);
  }

  .faq-media-container_shipping_faq {
    margin: 15px 0;
    width: 100%;
  }

  .faq-image-link-wrapper_shipping_faq {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .faq-image_shipping_faq {
    max-width: 80px;
    max-height: 80px;
    flex-shrink: 0;
  }

  .faq-image-link_shipping_faq {
    font-size: 17px;
    line-height: 24px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

  .special-answer_shipping_faq {
    background-color: #f4f3f0;
    padding: 33px 0px 33px 82px;
  }

  .on-faq-page_faq-main_shipping_faq {
    padding: 0 100px;
  }

  /* ================= */
  /* ======Register====== */
  /* ================= */
  .section-register {
    flex-direction: row-reverse;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin: 110px 0;
  }

  .register-form {
    width: 30%;
  }

  .register-title {
    font: 400 30px var(--register-title-font);
  }

  /* ================= */
  /* ======Login====== */
  /* ================= */
  .section-login {
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin: 110px 0;
  }

  .login-form {
    width: 30%;
  }

  .login-title {
    font: 400 30px var(--login-title-font);
  }

  .create-account-title {
    font: 400 30px var(--login-title-font);
  }

  .create-account-text {
    font-size: 15px;
  }

  .login-image-container {
    width: 50%;
  }

  .create-account-section {
    margin-top: 35px;
  }

  /* ====================== */
  /* Custom Featured Banner */
  /* ====================== */
  .titleButton-title p {
    font: 400 30px var(--title-font);
    margin-bottom: 26px;
  }

  .titleButton-title.content-right p {
    font: 400 25px var(--title-font);
    margin-bottom: 26px;
    text-align: inherit !important;
  }

  .description-wrapper {
    row-gap: 13px;
  }

  .titleButton-first-description {
    font-size: 15px;
  }

  .titleButton-second-description {
    font-size: 15px;
  }

  .titleButton-button {
    padding: 15px 30px;
    font-size: 14px;
  }

  .content-column {
    width: 40%;
    row-gap: 25px;
    position: absolute;
    transform: translateY(-50%);
    margin-top: 0;
  }

  .powered-image {
    width: 35%;
    height: 35%;
  }

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

  .two-column {
    gap: 25px 36px;
    width: 85%;
  }

  .highlights-image {
    width: 100%;
    height: 100%;
  }

  .highlights-icon-text p {
    font-size: 15px;
    line-height: 18px;
  }

  .titleButton-position-left {
    top: 50%;
    left: 20%;
    width: 30%;
    transform: translate(-50%, -50%);
  }

  .content-row {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 65px;
         column-gap: 65px;
    width: 30%;
    right: 5%;
    top: 50%;
  }

  .titleButton-position-right {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    width: 30%;
  }

  .special-position {
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    width: 30%;
  }

  .special-title p {
    font: 400 35px var(--title-font);
  }

  /* ====================== */
  /* Custom Featured Banner */
  /* ====================== */
  .titleButton-title-orthotic-sandals p {
    font: 400 30px var(--title-font);
    margin-bottom: 26px;
  }

  .titleButton-title-orthotic-sandals.content-right p {
    font: 400 25px var(--title-font);
    margin-bottom: 26px;
    text-align: inherit !important;
  }

  .description-wrapper-orthotic-sandals {
    row-gap: 13px;
    align-items: start !important;
  }

  .titleButton-first-description-orthotic-sandals {
    font-size: 15px;
    text-align: start !important;
    width: auto;
  }

  .titleButton-second-description-orthotic-sandals {
    font-size: 15px;
  }

  .titleButton-button-orthotic-sandals {
    font-size: 14px;
    padding: 15px 30px;
    width: 280px;
  }

  .content-column-orthotic-sandals {
    width: 40%;
    row-gap: 25px;
    position: absolute;
    transform: translateY(-50%);
    margin-top: 0;
  }

  .powered-image-orthotic-sandals {
    width: 35%;
    height: 35%;
  }

  .one-column-orthotic-sandals {
    flex-direction: column;
  }

  .two-column-orthotic-sandals {
    gap: 25px 36px;
    width: 85%;
  }

  .highlights-image-orthotic-sandals {
    width: 100%;
    height: 100%;
  }

  .highlights-icon-text-orthotic-sandals p {
    font-size: 15px;
    line-height: 18px;
  }

  .titleButton-position-orthotic-sandals-left {
    top: 50%;
    left: 20%;
    width: 30%;
    transform: translate(-50%, -50%);
  }

  .content-row-orthotic-sandals {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 65px;
         column-gap: 65px;
    width: 30%;
    right: 5%;
    top: 50%;
  }
  .content-right-parent .titleButton-title-orthotic-sandals p {
    text-align: end;
  }
  .titleButton-position-orthotic-sandals-right {
    position: absolute;
    top: 50%;
    right: 5%;
    left: auto;
    transform: translate(0%, -50%);
    width: 30%;
  }

  .special-position-orthotic-sandals {
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    width: 30%;
  }

  .special-title-orthotic-sandals p {
    font: 400 35px var(--title-font);
  }

  /* ================ */
  /* Custom Grid Info */
  /* ================ */

  .info-container {
    padding: 0 60px;
  }

  .cards-wrapper {
    gap: 10px 35px;
  }

  .info-card-text {
    font-size: 14px;
  }

  p.card-text-title {
    font-size: 18px;
  }

  /* ======================================== */
  /* CUSTOM COLLECTIONS 4X4 CATEGORIES STYLES */
  /* ======================================== */
  .collections-grid_collections_categories {
    grid-template-columns: repeat(4, 2fr);
  }

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

  .collection-card_collections_categories {
    padding: 20px;
    text-align: center;
  }

  /* =========================== */
  /*  Custom Dual Image Product  */
  /* =========================== */
  .custom-dual-img--section {
    padding: 100px 30px;
  }

  .custom-dual-img--content {
    left: 30px;
  }

  .custom-dual-img--content p {
    font-size: 20px;
  }

  .custom-dual-img--content a {
    font-size: 16px;
  }

  /* ================ */
  /* Product Grid */
  /* ================ */
  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  #product-grid .grid__item {
    width: 100%;
    max-width: unset;
  }

  /* ======Custom Collection Carousel====== */
  .custom-collection-carousel {
    padding: 75px 80px;
  }

  /* =========================== */
  /*     Custom double image     */
  /* =========================== */
  .custom-double-img_images {
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .custom-double-img_images {
    padding: 0 130px;
  }

  /* ====================== */
  /*   Custom text uptown   */
  /* ====================== */
  .uptown-section-title {
    font: 400 25px var(--font-primary);
  }

  .uptown-section-intro,
  .uptown-feature-description,
  .uptown-feature-details,
  .uptown-benefit-description,
  .uptown-collection-info {
    font-size: 17px;
  }

  /* ================ */
  /* Announcement bar */
  /* ================ */
  .utility-bar--flex .announcement-link-list .announcement-list-wrapper {
    display: flex;
  }

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

  /* ===================== */
  /* Custom Rewards Banner */
  /* ===================== */
  .banner-up-content img {
    height: auto;
  }

  .banner-up-featured {
    top: 25%;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .banner-up-featured::after {
    top: unset;
    left: 45%;
    width: 1px;
    height: 100%;
    transform: unset;
  }

  .reward-advantages-acc {
    width: 45%;
  }

  .instructions-title {
    font: 400 25px var(--instructions-main-font);
  }

  .instructions-text {
    font: 300 18px Soleil;
  }

  .down-lower-instructions {
    flex-direction: row;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .points-item {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .points-content {
    border-radius: 80px;
    font: 400 50px var(--instructions-main-font);
    width: 151px;
  }

  /* =========== */
  /* Product Page*/
  /* =========== */
  .custom-promotion {
    margin-bottom: 90px;
  }

  .promotion-content {
    font: 400 25px 'Tenor Sans';
    line-height: 25px;
  }

  .promotional-images-container {
    grid-template-columns: repeat(5, 1fr);
    width: 85%;
  }

  .custom-product-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 120px 90px;
  }

  .special-image-text {
    flex-direction: row;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .special-vitalz {
    flex-direction: row;
    align-items: normal;
  }

  .special-vitalz:after {
    height: auto;
    width: 1px;
  }

  .vitalz-text {
    width: 490px;
  }

  /*Dropdown Menu*/
  .product-item__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1300px) {
  /*Dropdown Menu*/
  .product-item__title {
    font-size: 16px;
  }
  /* ================================= */
  /* ENVIRONMENTAL STATS ENVIRONMENTAL */
  /* ================================= */
  .stat-card-environmental {
    width: 369px;
  }

  .stat-icon-environmental {
    width: 171px;
  }

  .stat-heading-environmental {
    font-size: 26px;
  }

  .stat-description-environmental {
    font-size: 18px;
  }

  /*============================
  PLANET STANDART SECTION STYLES
  ============================*/
  .planet-standart-content {
    width: 62%;
  }

  /* =============================
  Custom Image Rewards With Text
  =========================== */
  .horizontal-divider {
    width: 586px;
  }

  .rewards-secondary-content {
    gap: 77px;
  }

  .rewards-image-container img {
    max-height: 709px;
  }

  /*================================
  Custom Featured Comfortable Banner 
  ================================*/
  .titleButton-title-comfortable p {
    font: 400 35px var(--title-font);
  }

  .description-wrapper-comfortable > .titleButton-first-description-comfortable {
    font-size: 17px;
  }

  .titleButton-button-comfortable {
    padding: 15px 30px;
  }

  .description-wrapper-comfortable {
    row-gap: 20px;
  }

  /* ======================================= */
  /* Custom Featured Orthotic Sandals Banner */
  /* ======================================= */
  .titleButton-title-orthotic-sandals.content-right p {
    font: 400 35px var(--title-font);
  }

  .titleButton-first-description-orthotic-sandals {
    font-size: 17px;
  }

  /* Upper Banner */

  .upper-banner-content {
    width: 80%;
  }

  .content--bottom-left {
    left: 45%;
  }

  .upper-banner-content .subtitle {
    font-size: 30px;
  }

  .secondary-title {
    font: 400 50px var(--font-upper-banner-family);
  }

  .content--left-center {
    width: -moz-fit-content;
    width: fit-content;
  }

  .first-special {
    font: 400 25px var(--font-upper-banner-family);
  }

  .second-special {
    font: 400 18px var(--font-upper-banner-family);
  }

  .blocks-buttons-wrapper .goto-collection-btn {
    font-size: 16px;
  }

  .banner-description {
    font-size: 18px;
  }

  .contact-wrapper {
    margin-top: 40px;
    row-gap: 17px;
  }

  .contact-wrapper .contact-info,
  .contact-wrapper .contact-info a {
    font-size: 18px;
  }

  .block-form-wrapper {
    padding: 50px 60px;
    row-gap: 32px;
  }

  .block-form-headers h2 {
    font: 400 25px var(--font-upper-banner-family);
  }

  .block-form-headers p {
    font-size: 18px;
  }

  .input-label label {
    font-size: 14px;
  }

  .block-form-button {
    font-size: 14px;
  }

  /*===================================================
   CUSTOM STYLES FOR THE GRID IMAGE DOUBLE TEXT SECTION 
  ===================================================*/
  .orthotics-section-grid_image_double_text {
    padding: 90px 80px;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/
  .title-ecojourney {
    font-size: 40px;
  }

  .subtitle-ecojourney {
    font-size: 40px;
  }

  /* Upper Orthotic Insole Banner */

  .upper-banner-content {
    width: 80%;
  }

  .content--bottom-left {
    left: 45%;
  }

  .upper-banner-content .title {
    font-size: 40px;
  }

  .secondary-title-orthotic-insole {
    font: 400 50px var(--font-upper-banner-family);
  }

  .banner-description-orthotic-insole {
    font-size: 18px;
  }

  .contact-wrapper {
    margin-top: 40px;
    row-gap: 17px;
  }

  .contact-wrapper-orthotic-insole .contact-info-orthotic-insole,
  .contact-wrapper-orthotic-insole .contact-info-orthotic-insole a {
    font-size: 18px;
  }

  .block-form-wrapper {
    padding: 30px 50px;
    row-gap: 32px;
  }

  .block-form-headers-orthotic-insole h2 {
    font: 400 25px var(--font-upper-banner-family);
  }

  .block-form-headers-orthotic-insole p {
    font-size: 18px;
  }

  .input-label-orthotic-insole label {
    font-size: 14px;
  }

  .block-form-button-orthotic-insole {
    font-size: 14px;
  }

  /* Custom Image With Text */
  /* Left to right Custom Image With Text */
  .balance-content--left {
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding: 30px;
  }

  .ltr-balance-left p {
    font-size: 18px;
    line-height: 21px;
    padding: 40px 60px;
  }

  .ltr-balance-text p {
    font-size: 18px;
  }

  /* Right to left Custom Image With Text */
  .balance-content--right {
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding: 120px;
  }

  .rtl-buttons-container {
    margin-top: 50px;
  }

  .rtl-buttons-container .balance-button {
    font-size: 15px;
  }

  /* Custom Trusted Section */
  .trusted-card-wrapper {
    padding: 0 90px;
  }

  .trusted-card {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 80px 20px;
  }

  .trusted-card-image {
    width: 240px;
  }

  .trusted-card-content {
    row-gap: 17px;
  }

  .trusted-card-title {
    font: 400 20px var(--font-upper-banner-family);
  }

  .trusted-card p {
    font-size: 16px;
    line-height: 20px;
  }

  .trusted-button {
    font-size: 15px;
  }

  /* About Featured Product */
  .hightlight-content {
    padding: 30px 20px;
  }

  .stability-icon {
    width: 98px;
    height: 61px;
  }

  .highlight-text {
    font-size: 18px;
    line-height: 22px;
  }

  .proven-section p {
    font-size: 17px;
    line-height: 20px;
  }

  .proven-link {
    font-size: 18px;
  }

  /* Newsletter Section */
  .newsletter-right {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .newsletter-left {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .newsletter-section {
    padding: 70px 60px;
  }

  .customer-service-container .customer-service-title,
  .email-service-container span {
    font: 400 20px var(--font-newsletter-family);
  }

  .phone-service-container .call-us {
    font-size: 16px;
  }

  .phone-service-container a,
  .schedule {
    font-size: 16px;
  }

  .email-service-container a {
    font-size: 16px;
  }

  .socials-title {
    font-size: 16px;
  }

  .social-username {
    font-size: 18px;
  }

  /* About Reviews */
  .review-card p {
    font-size: 25px;
  }

  /* ============================== */
  /*     CUSTOM-SHOW-COLLECTION     */
  /* ============================== */
  .custom-show-collection__image-overlay {
    width: 450px;
  }

  .custom-show-collection__image-overlay-title {
    font-size: 20px;
  }

  /* ============================== */
  /*          CUSTOM-BANNER         */
  /* ============================== */
  .banner-container {
    height: 790px;
  }

  /* ============================== */
  /*          CUSTOM-BENTO          */
  /* ============================== */
  .bento-grid__content-cell {
    padding: 20px 90px;
  }

  .bento-grid__description {
    font-size: 18px;
    line-height: 22px;
  }

  .bento-grid__learn-more span {
    font-size: 18px;
  }

  .bento-grid__content-wrapper {
    width: 85%;
    row-gap: 20px;
  }

  .secondary-image-container,
  .tertiary-image-container {
    padding-right: 12px;
  }

  .image-heading-container {
    margin-right: 55px;
    margin-top: 50px;
  }

  .image-cta-container {
    margin-right: 55px;
    margin-bottom: 40px;
  }

  .image-cta-link {
    font-size: 18px;
    padding: 15px;
  }

  /* =================================== 
 Collection related products 
=================================== */

  .related-products-title {
    font: 400 24px var(--related-products-title-font);
  }

  .related-products-header {
    width: 75%;
  }

  .swiper-related-products {
    width: 75%;
  }

  /* ================= */
  /* ======Register====== */
  /* ================= */
  .section-register {
    -moz-column-gap: 179px;
         column-gap: 179px;
  }

  .register-title {
    font: 400 35px var(--register-title-font);
  }

  .register-form {
    width: 20%;
  }

  /* ================= */
  /* ======Login====== */
  /* ================= */
  .section-login {
    -moz-column-gap: 179px;
         column-gap: 179px;
  }

  .login-title {
    font: 400 35px var(--login-title-font);
  }

  .create-account-title {
    font: 400 35px var(--login-title-font);
  }

  .login-form {
    width: 20%;
  }

  .create-account-text {
    font-size: 17px;
  }

  .create-account-section {
    margin-top: 97px;
  }

  /* Custom Categories Collection */
  .collections_categories-title {
    font-size: 16px;
  }

  .collections_categories-collection {
    font-size: 13px;
  }

  /* ====================== */
  /* Custom Featured Banner */
  /* ====================== */

  .titleButton-title p {
    font: 400 35px var(--title-font);
  }

  .titleButton-title.content-right p {
    font: 400 35px var(--title-font);
  }

  .description-wrapper {
    row-gap: 20px;
  }

  .titleButton-first-description {
    font-size: 17px;
  }

  .titleButton-second-description {
    font-size: 17px;
  }

  .titleButton-button {
    font-size: 14px;
    padding: 15px 30px;
  }

  .highlights-icon-text p {
    font-size: 16px;
    line-height: 18px;
  }

  .special-title p {
    font: 400 50px var(--title-font);
  }

  .special-first-description {
    font-size: 17px;
    margin-bottom: 36px;
  }

  .special-button {
    font-size: 17px;
  }

  .special-second-description {
    font-size: 17px;
    margin-top: 36px;
  }

  /* ================ */
  /* Custom Grid Info */
  /* ================ */

  .info-container {
    padding: 0 100px;
  }

  .info-card-text {
    font-size: 16px;
  }

  p.card-text-title {
    font-size: 20px;
  }

  /* ================ */
  /* Announcement bar */
  /* ================ */
  .info-icon-hover {
    width: 35%;
  }

  /* =========================== */
  /*  Custom Dual Image Product  */
  /* =========================== */
  .custom-dual-img--section {
    padding: 100px 90px;
  }

  /* =========== */
  /* Product Page*/
  /* =========== */
  .promotion-content {
    width: 844px;
  }

  .promotional-images-container {
    width: 975px;
  }

  .custom-product-media {
    padding: 0 200px 90px;
  }
}

@media screen and (min-width: 1600px) {
  /*Dropdown Menu*/
  .product-item__title {
    font-size: 18px;
  }
  /* ================================= */
  /* ENVIRONMENTAL STATS ENVIRONMENTAL */
  /* ================================= */
  .stats-container-environmental {
    gap: 83px;
  }
  .stat-icon-environmental {
    width: 200px;
  }

  /*===================
  IMAGE GALLERY STYLES
  ===================*/
  .gallery-image {
    max-width: 30%;
  }

  /*============================
  PLANET STANDART SECTION STYLES
  ============================*/
  .planet-standart-content {
    width: 50%;
  }

  .planet-standart-section {
    gap: 117px;
  }

  /*=====================
  MISSION SECTION STYLES
  ======================*/
  .mission-content {
    width: 45%;
  }

  /*============================
  Custom Image Rewards With Text
  =========================== */
  .rewards-image-container img {
    max-height: 762px;
  }

  /*================================
  Custom Featured Comfortable Banner 
  ================================*/
  .titleButton-title-comfortable p {
    font: 400 50px var(--title-font);
    margin-bottom: 36px;
  }

  .titleButton-button-comfortable {
    font-size: 18px;
    padding: 15px 40px;
  }

  .description-wrapper-comfortable {
    row-gap: 23px;
  }

  /* ======================================= */
  /* Custom Featured Orthotic Sandals Banner */
  /* ======================================= */
  .titleButton-title-orthotic-sandals.content-right p {
    font: 400 50px var(--title-font);
  }

  .titleButton-button-orthotic-sandals {
    font-size: 18px;
    padding: 15px 40px;
  }

  /* STYLES FOR THE TESTIMONIAL SECTION */
  .testimonial-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .testimonial-card {
    flex: 0 0 auto;
  }

  /* ======================== */
  /* ======Upper banner====== */
  /* ======================== */
  .upper-banner-content .title {
    font-size: 50px;
  }

  .content--bottom-center {
    top: 85%;
  }

  /*=====================
  Ecojourney Upper banner
  =====================*/
  .title-ecojourney {
    font-size: 50px;
  }

  .subtitle-ecojourney {
    font-size: 50px;
  }

  /* Custom Image With Text */
  /* Left to right Custom Image With Text */
  .balance-content--left[data-custom-padding] {
    padding: var(--section-padding);
  }

  .balance-content--left {
    -moz-column-gap: 140px;
         column-gap: 140px;
    padding: 30px;
  }

  .ltr-balance-left p {
    font-size: 25px;
    line-height: 27px;
    padding: 40px 80px;
  }

  .ltr-buttons-container .balance-button {
    font-size: 18px;
  }

  .block-form-button {
    margin-top: 32px;
  }

  /* Right to left Custom Image With Text */
  .balance-content--right {
    -moz-column-gap: 140px;
         column-gap: 140px;
    padding: 150px;
  }

  .rtl-buttons-container {
    margin-top: 80px;
  }

  .rtl-buttons-container .balance-button {
    font-size: 18px;
  }

  /* Custom Trusted Section */
  .trusted-card-wrapper {
    padding: 0 130px 55px;
  }

  .trusted-card {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 103px 65px;
  }

  .trusted-card-image {
    width: 240px;
  }

  .trusted-card-content {
    row-gap: 29px;
  }

  .trusted-card-title {
    font: 400 25px var(--font-upper-banner-family);
  }

  .trusted-card p {
    font-size: 18px;
    line-height: 24px;
  }

  .trusted-button {
    font-size: 18px;
  }

  /* About Featured Product */
  .featured-container {
    padding: 0 110px;
  }

  .featured-product {
    width: 25%;
  }

  .hightlight-content {
    padding: 30px 44px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  /* Newsletter Section */
  .newsletter-right {
    grid-template-columns: 204px 163px 417px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .newsletter-section {
    padding: 90px 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  /* About Reviews */
  .review-title,
  .review-author {
    font: 400 25px var(--review-font);
    text-transform: uppercase;
  }

  .review-card p {
    font-size: 28px;
    line-height: 35px;
  }

  /* ================ */
  /* Custom Grid Info */
  /* ================ */

  .info-container {
    padding: 0 160px;
  }

  .cards-wrapper {
    gap: 50px 35px;
  }

  .info-card-text {
    font-size: 18px;
  }

  p.card-text-title {
    font-size: 25px;
  }

  .info-icon-hover {
    width: 30%;
  }

  /* ============================== */
  /*     CUSTOM-SHOW-COLLECTION     */
  /* ============================== */
  .custom-show-collection__buttons {
    padding: 0 200px;
  }

  .custom-show-collection__products {
    padding: 0 200px;
  }

  /* ============================== */
  /*          CUSTOM-BENTO          */
  /* ============================== */

  .bento-grid__content-wrapper {
    width: 75%;
    row-gap: 25px;
  }

  .image-heading-container {
    margin-right: 89px;
    margin-top: 70px;
  }

  .image-cta-container {
    margin-right: 89px;
    margin-bottom: 61px;
  }

  /* =========================== */
  /* Collection related products */
  /* =========================== */
  .related-products-header {
    width: 60%;
  }

  .content-column {
    row-gap: 65px;
  }

  .powered-image {
    width: 40%;
    height: 40%;
  }

  .two-column {
    gap: 45px 56px;
  }

  .highlights-icon-text p {
    font-size: 18px;
    line-height: 22px;
  }

  /* ====================== */
  /* Custom Featured Banner */
  /* ====================== */
  .titleButton-title p {
    font: 400 50px var(--title-font);
    margin-bottom: 36px;
  }

  .special-position {
    width: 20%;
  }

  .swiper-related-products {
    width: 60%;
  }

  .titleButton-title.content-right p {
    font: 400 50px var(--title-font);
  }

  .description-wrapper {
    row-gap: 23px;
  }

  /* Custom Categories Collection */
  .collections_categories-title {
    font-size: 18px;
  }

  .collections_categories-collection {
    font-size: 15px;
  }

  .titleButton-button {
    font-size: 18px;
    padding: 15px 40px;
  }

  /* =========================== */
  /*  Custom Dual Image Product  */
  /* =========================== */
  .custom-dual-img--section {
    padding: 155px 192px;
  }

  /* ===================== */
  /* Custom Rewards Banner */
  /* ===================== */
  .reward-upper-title {
    font: 400 50px var(--instructions-main-font);
  }

  .reward-upper-advantages {
    font-size: 50px;
    line-height: 85px;
  }

  .reward-disclaimer {
    font-size: 18px;
    line-height: 26px;
  }

  /* =========== */
  /* Product Page*/
  /* =========== */
  .upper-image-container {
    max-width: 1300px;
  }

  .upper-video {
    max-width: 1300px;
  }

  .lower-image-container {
    max-width: 1300px;
  }

  .lower-video {
    max-width: 1300px;
  }
}

@media screen and (min-width: 2000px) {
  .block-form-wrapper {
    width: 750px;
  }
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

