@-moz-keyframes sgrcwa {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
         transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes sgrcwa {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
         transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-moz-keyframes sgrcwb {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(-40px);
         transform: translateX(-40px);
  }
}
@keyframes sgrcwb {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(-40px);
         transform: translateX(-40px);
  }
}
@-moz-keyframes sgrcwd {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
         transform: translateX(40px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes sgrcwd {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
         transform: translateX(40px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-moz-keyframes sgrcwe {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(40px);
         transform: translateX(40px);
  }
}
@keyframes sgrcwe {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(40px);
         transform: translateX(40px);
  }
}
.sgrcw0 {
  position: relative;
  padding-bottom: 80px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 60px;
  background-color: var(--ColorWhite-50);
  overflow-x: hidden;
}
.sgrcw1 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 48px;
  background-color: var(--ColorWhite-50);
}
.sgrcw2 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 10px;
  -moz-box-pack: end;
       justify-content: flex-end;
  -moz-box-align: start;
       align-items: flex-start;
  padding: 44px 36px;
  color: var(--ColorWhite-50);
  line-height: 24px;
  letter-spacing: -0.5px;
  align-self: stretch;
  height: 152px;
  background: url(https://www.olensglobal.com/images/guide/wear-care/wear-care-bg-2.jpg) no-repeat top center fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.sgrcw3 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 48px;
  -moz-box-align: center;
       align-items: center;
  padding: 0 35.75px;
  background: var(--ColorWhite-50);
}
.sgrcw4 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 28px;
}
.sgrcw5 {
  color: var(--ColorBlue-900);
  line-height: 34px;
  letter-spacing: -0.14px;
}
.sgrcw6 {
  color: var(--ColorPink-800);
  line-height: 32px;
  letter-spacing: -0.5px;
}
.sgrcw7 {
  color: var(--ColorBlue-900);
  line-height: 24px;
  letter-spacing: -0.5px;
}
.sgrcw8 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 8px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: var(--ColorBlack-150);
}
.sgrcw9 {
  width: 100%;
  height: 184px;
  background: url(https://www.olensglobal.com/images/guide/wear-care/wear-care-bg-1.jpg) no-repeat top center fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.sgrcwc {
  opacity: 0;
  -moz-transform: translateX(-40px);
       transform: translateX(-40px);
  -moz-transition: opacity 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}
.sgrcwc.show {
  -moz-animation: sgrcwa 0.4s ease forwards;
       animation: sgrcwa 0.4s ease forwards;
}
.sgrcwc.hide {
  -moz-animation: sgrcwb 0.3s ease forwards;
       animation: sgrcwb 0.3s ease forwards;
}
.sgrcwf {
  position: relative;
  opacity: 0;
  -moz-transform: translateX(40px);
       transform: translateX(40px);
  -moz-transition: opacity 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}
.sgrcwf.show {
  -moz-animation: sgrcwd 0.4s ease forwards;
       animation: sgrcwd 0.4s ease forwards;
}
.sgrcwf.hide {
  -moz-animation: sgrcwe 0.3s ease forwards;
       animation: sgrcwe 0.3s ease forwards;
}
.sgrcwg {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ColorWhite-50);
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
div.hide .sgrcwg {
  opacity: 1;
}
